<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Mohanverse]]></title><description><![CDATA[Mohanverse]]></description><link>https://blogs.mohanverse.dev</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 21:11:31 GMT</lastBuildDate><atom:link href="https://blogs.mohanverse.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[📖 Is Knowledge from AI actual knowledge?]]></title><description><![CDATA[What is Knowledge?
According to the online Oxford Dictionary, knowledge is a noun, "the information, understanding and skills that you gain through education or experience".
Problem-solving Before AI?
AI is like an advanced Google search, or Stackove...]]></description><link>https://blogs.mohanverse.dev/is-knowledge-from-ai-actual-knowledge</link><guid isPermaLink="true">https://blogs.mohanverse.dev/is-knowledge-from-ai-actual-knowledge</guid><category><![CDATA[AI]]></category><category><![CDATA[Problem Solving]]></category><category><![CDATA[knowledge]]></category><category><![CDATA[learning]]></category><dc:creator><![CDATA[Mohankumar Muthusamy]]></dc:creator><pubDate>Fri, 05 Dec 2025 15:42:26 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-what-is-knowledge"><strong>What is Knowledge?</strong></h2>
<p>According to the online Oxford Dictionary, knowledge is a noun, "the information, understanding and skills that you gain through education or experience".</p>
<h2 id="heading-problem-solving-before-ai">Problem-solving Before AI?</h2>
<p>AI is like an advanced Google search, or Stackoverflow search, right? The answer is no. Let’s assume I am getting an error or need some knowledge. Specifically speaking, in Software Engineering, consider I am getting an issue in a method in the Java Util Package. So we usually search on Google, check in Stack Overflow, anyone has already got this issue. If yes, we try to understand how they solved it, or else I end up reading a similar issue. If I am the one first getting this issue, I am forced to read the documentation, where I can’t directly find where it is documented. I will navigate the documentation pages by reading and understanding the docs, and find the exact class. Now I will go through multiple overloaded methods which I never knew, and will understand all the default parameters for the method. Once I find the possible solution, I need to try it out first.</p>
<h3 id="heading-process-forces-us-to-do">Process forces us to do:</h3>
<ol>
<li><p>Find the root cause first. What is the problem actually?</p>
</li>
<li><p>Ability to find similar problems, learning from others’ mistakes.</p>
</li>
<li><p>Reading multiple comments, understanding others’ issues, ranking them and finding closer to us.</p>
</li>
<li><p>Know about the similar issue, which gives us an overall picture of the system, so that we can avoid those mistakes in future.</p>
</li>
<li><p>Reading the documentation, which we usually won’t do. We learn a lot of things naturally, which creates confidence in our skills in that system.</p>
</li>
<li><p>Trying the solutions.</p>
</li>
</ol>
<hr />
<h2 id="heading-problem-solving-after-ai">Problem-solving After AI?</h2>
<blockquote>
<p>Hi, I am getting this issue , here is the code, here is the error log. Fix it for me.</p>
</blockquote>
<p>Simple as it is, it provides the 5 different solutions, where all of them work perfectly. And I will copy and paste the one which I am able to understand easily at that time.</p>
<h3 id="heading-it-made-us">It made us :</h3>
<ol>
<li><p>Ability to create a perfect prompt that will provide a solution in a single turn.</p>
</li>
<li><p>Ability to rank the solution, which fits the current coding standard in the project and is easy to debug.</p>
</li>
<li><p>Copy, Paste and Build and Run.</p>
</li>
</ol>
<hr />
<h2 id="heading-should-i-not-use-ai-then">Should I not use AI then?</h2>
<p>That is so stupid, it is like asking Should I search answer to my question in a library full of books, instead of using Google search 20 years back. You will be left behind.</p>
<p>With every new revolution, there is a loss of skills, which is inevitable.</p>
<blockquote>
<p>The point is, which skills are we willing to lose to improve our lifestyle?</p>
</blockquote>
<p>With AI, we are ready to lose our thinking capability over immediate convenience; long-term brain development may be sacrificed in the process, as said <a target="_blank" href="https://time.com/7295195/ai-chatgpt-google-learning-school/#:~:text=The%20paper%20suggests,in%20the%20process.">here</a>.</p>
<p>Usually, a revolution happens mainly to save our operating time and increase life expectancy. All those happened with our thinking capability, where the AI revolution tends to change how we think.</p>
<p>If we speak about the final result, with the AI, the work is done perfectly in minimal time, then a normal human can do the same. But the soulful, personal touch is missed.</p>
<p>Thinking about the future, if an entire generation used an AI for thinking, there would be no curiosity, no innovations, no motivation.</p>
<h2 id="heading-how-to-use-ai-then">How to use AI then?</h2>
<p>That’s what I am trying to find myself.</p>
<p>Before going to chat with AI, trying to find the solution by ourselves will somehow help us keep our thinking skills with us.</p>
<p>After having a base idea of your solution, you can use AI for</p>
<ol>
<li><p>To validate your work.</p>
</li>
<li><p>Compare your work.</p>
</li>
<li><p>Improvise your work.</p>
</li>
</ol>
<p>This simple change will have have huge impact on how you are interpreting the AI solution, now you see it as an alternate solution, similar to searching on Stack Overflow, but in a very organised, real-time response.</p>
<h2 id="heading-skills-to-honour-in-the-ai-era">Skills to honour in the AI era?</h2>
<ol>
<li><p>Understanding the environmental situation before acting.</p>
</li>
<li><p>Ability to use AI to work with you, not work for you.</p>
</li>
<li><p>Ability to find the problem, because solving it becomes very easy with AI.</p>
</li>
<li><p>Ability to use your instinct to make a wise decision.</p>
</li>
</ol>
<h2 id="heading-still-unknown-to-me">Still unknown to me!</h2>
<p>While I am writing this, I have been using the AI extensively for my work. Which made me write this.</p>
<p>So, all of my perspective is based on my own experience, where I had finished my school, college and 2 years of work before the AI. Totally, I have 23 years of living experience in this world without an AI.</p>
<p>The children who are going to be born, students who are in the school or college, professionals who are going to start work, need assistance from their ancestors(It is us), to transfer our experience to them. It is not a simple Nostalgic moment sharing; we need a system which can solve this!</p>
<p>This perspective may be outdated in future or may not!</p>
<p>I have read this before writing this and other articles,</p>
<p><a target="_blank" href="https://www.linkedin.com/pulse/knowledge-vs-ai-isabel-lopes-margarido-phd-3p0kc/">https://www.linkedin.com/pulse/knowledge-vs-ai-isabel-lopes-margarido-phd-3p0kc/</a></p>
<p><a target="_blank" href="https://time.com/7026050/chatgpt-quit-teaching-ai-essay/">https://time.com/7026050/chatgpt-quit-teaching-ai-essay/</a></p>
<p><a target="_blank" href="https://time.com/7295195/ai-chatgpt-google-learning-school/">https://time.com/7295195/ai-chatgpt-google-learning-school/</a></p>
]]></content:encoded></item><item><title><![CDATA[✨ Doing this will make your digital life easier forever... ✨]]></title><description><![CDATA[No AI-written fluff
Ok, ask yourself, are you really organised in this Digital world?
Whether you’re a student, working professional, or both, staying on top of your emails, files, and schedule can feel overwhelming. After plenty of trial and error, ...]]></description><link>https://blogs.mohanverse.dev/doing-this-will-make-your-digital-life-easier-forever</link><guid isPermaLink="true">https://blogs.mohanverse.dev/doing-this-will-make-your-digital-life-easier-forever</guid><category><![CDATA[NO AI]]></category><category><![CDATA[Productivity]]></category><category><![CDATA[#LifeHacks]]></category><category><![CDATA[WorkSmarter]]></category><category><![CDATA[Google Drive]]></category><category><![CDATA[calendar]]></category><category><![CDATA[email]]></category><dc:creator><![CDATA[Mohankumar Muthusamy]]></dc:creator><pubDate>Sun, 21 Sep 2025 11:33:39 GMT</pubDate><content:encoded><![CDATA[<p><code>No AI-written fluff</code></p>
<p>Ok, ask yourself, are you really organised in this Digital world?</p>
<p><strong><em>Whether you’re a student, working professional, or both, staying on top of your emails, files, and schedule can feel overwhelming. After plenty of trial and error, I’ve found a few simple actions that can make digital life far easier. This blog is my perspective, based on recent experiments and research. No AI-written fluff—just practical steps you can start using today.</em></strong></p>
<p>Being organised is actually an easy one, but moving the existing unorganised data/knowledge to an organised way is a tedious task. But believe me, it is a one-time heavy effort, but once it is done, it will reduce the repetitive mental pressure, questions like where is that file? When is that event? I missed that email. At the end, you will be clearer on what, when, and how you will be doing something.</p>
<p><strong>Tips:</strong></p>
<ol>
<li><p>Making unorganised things organised is time-consuming, so give time and effort to that and work on the phase-wise process; organise one thing at a time.</p>
</li>
<li><p>Keeping the organised as organised is a continuous process and a disciplined way. Once you grasp the routine, it is as much simple as.</p>
</li>
</ol>
<p><strong>Organised (In My Perspective):</strong></p>
<ol>
<li><p>The passive communication you receive, like emails, any notification, will be actioned within a very short time.</p>
</li>
<li><p>If you want something, you know where it is available (Without searching)</p>
</li>
<li><p>You know what you are going to do at the same time next week.</p>
</li>
</ol>
<p>Yeah, if you can do this, you are already organised. If not, let’s discuss…</p>
<p><strong>Declaration:</strong></p>
<ol>
<li><p>These things I learned in the past few weeks, to get organised myself. I am sharing here my learning and my perspective.</p>
</li>
<li><p>This blog will give some immediate actions, but not detailed steps. First thing in organising the thing is searching and doing it by yourself, so you will have a clear mental context when you learn.</p>
</li>
<li><p>I am using Google Products, but the same thing applies to other workspaces also (Zoho, Microsoft..)</p>
</li>
<li><p><code>Zero AI used for writing this, but used for researching.</code></p>
</li>
<li><p>I subscribed to this newsletter - <a target="_blank" href="https://academy.jeffsu.org/workspace-toolkit">https://academy.jeffsu.org/workspace-toolkit</a></p>
</li>
<li><p>While researching this, I found an important configuration to do in the Google Account. (What happens to your Google account when it is Inactive? You are not in this world!) Add your loved ones’ contact here, so they can get your browsing history😅.</p>
<ol>
<li><a target="_blank" href="https://myaccount.google.com/inactive">https://myaccount.google.com/inactive</a></li>
</ol>
</li>
</ol>
<h2 id="heading-1-email">1. Email:</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1758446320582/bc339cf1-ca2b-4728-b1f4-b213229e1a50.png" alt class="image--center mx-auto" /></p>
<p>⬇️</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1758446396853/0242d47e-6524-4b95-8378-78c6e5bee755.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-11-problem"><strong>1.1 Problem:</strong></h3>
<ul>
<li><p>Yeah, we receive emails daily, and unless some of the emails are important, we ignore all emails. When we are waiting for an email, we will open all emails.</p>
</li>
<li><p>Some people will open all emails, but they just open it, they won’t Archive it / Label it for future access..</p>
</li>
</ul>
<p><strong>Focus:</strong> The Issue is not receiving the emails, the issue is how we are opening the email, and after opening it, what we are doing.</p>
<h3 id="heading-12-actions"><strong>1.2 Actions:</strong></h3>
<ol>
<li><p><strong><em>Thumb Rule</em></strong> → When you open an email, if you feel those emails/notifications/newsletters are not needed anymore, unsubscribe immediately. Also, use the <strong>filter message like this</strong> option to delete old ones.</p>
</li>
<li><p>Create Labels</p>
</li>
<li><p>Create a Filter for auto labelling</p>
</li>
<li><p>Create Multi-Inbox</p>
<ol>
<li><p>Action Required</p>
</li>
<li><p>Waiting for</p>
</li>
<li><p>To Read</p>
</li>
</ol>
</li>
<li><p>Read all emails every morning, move to the appropriate label / Inbox.</p>
</li>
<li><p>Optimise the email settings by exploring the best practices. Most of us didn’t use this settings page much(Maybe because of its old school UI, not sure ). Found this <a target="_blank" href="https://medium.com/design-bootcamp/gmail-setting-page-redesign-case-study-334daedd7d91">case study</a> on this.</p>
<ol>
<li><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1758448469415/08148509-f283-46b4-8be6-80a046a5ebea.png" alt class="image--center mx-auto" /></li>
</ol>
</li>
</ol>
<hr />
<h2 id="heading-2-drive">2. Drive:</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1758447517519/60ead5b5-5128-4dec-8670-c17cdb180541.png" alt class="image--center mx-auto" /></p>
<p>⬇️</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1758447239241/45f76ad8-8ace-46a3-b604-06167ef1164d.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-21-problem"><strong>2.1 Problem:</strong></h3>
<ul>
<li><p>Random file created at a random place.</p>
</li>
<li><p>Your friend/colleague shares the drive link. Just click the drive link shared with you, and copy the file to your home folder.</p>
</li>
</ul>
<p><strong>Focus:</strong> It is not about creating files; it is about where you are creating and how you name them.</p>
<h3 id="heading-22-action"><strong>2.2 Action:</strong></h3>
<ol>
<li><p>Understand about organising frameworks (No frameworks can fit our use case, I explored all options, used PARA, Hierarchy mixed.)</p>
<ol>
<li><p>PARA (Projects, Areas, Resources, Archives) – <a target="_blank" href="https://fortelabs.com/blog/para/?utm_source=chatgpt.com">https://fortelabs.com/blog/para/</a></p>
</li>
<li><p>GTD (Getting Things Done) – <a target="_blank" href="https://gettingthingsdone.com/what-is-gtd/">https://gettingthingsdone.com/what-is-gtd/</a></p>
</li>
<li><p>Hierarchical Structure</p>
</li>
</ol>
</li>
<li><p><strong><em>Thumb Rule</em></strong> → Organise when you create it, when you are creating, you know its purpose, your brain has context where and how to store. If we don’t organise it when we create it, then we always move it to another, again and again Re rethinking where to store it.</p>
</li>
</ol>
<h2 id="heading-3-calendar">3. Calendar:</h2>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1758451057071/d3323dba-2dd4-4249-8e19-1d61727e5bd1.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1758451083491/977cd295-da03-4959-a364-ec3a430c32aa.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-31-problems">3.1 Problems:</h3>
<ul>
<li><p>If you don’t know what you are doing in a day, then you won’t do anything.</p>
</li>
<li><p>Our brain can’t always remember everything.</p>
</li>
<li><p>You are invited by someone for lunch, but because you just forgot, you didn’t show up.. Everything is Ok, if they also forgot that they asked you, unless they made a biryani for you.</p>
</li>
<li><p>You invited someone, but you went to the movie, they are at the doorstep, and you are not in the home.</p>
</li>
</ul>
<h3 id="heading-32-actions">3.2 Actions:</h3>
<ol>
<li><p><strong><em>Thumb Rule</em> →</strong> Block future yourself to do something in the future that you can’t do in present. (It prevents future of you from doing random things at that time. Once the full cycle is set up you will be spending your valuable time on valuable things. <strong>(Simple terms: Plan Prior).</strong></p>
</li>
<li><p>Create all possible events in the calendar, with a detailed description</p>
<ol>
<li><p>Location</p>
</li>
<li><p>Things to be taken with you (docs, books, etc.)</p>
</li>
<li><p>Travel plan/timings</p>
</li>
<li><p>If it is a long travel, add a note also to do something during that time..(Thinking about new projects, reading the books). When we are on travel, you will see new people, new places.. See the real world… It will help us to see things from a different perspective… I do some writing when I travel on the train.</p>
</li>
</ol>
</li>
<li><p>Events can be,</p>
<ol>
<li><p>Wedding/ Birthday/ Lunch invitation</p>
</li>
<li><p>Your professional events</p>
</li>
<li><p>You want to visit/call friends, family</p>
</li>
<li><p>You want to plan the trip…</p>
</li>
</ol>
</li>
</ol>
<p><strong>I explored these subreddits:</strong></p>
<p><a target="_blank" href="https://www.reddit.com/r/datacurator/comments/ev6lo4/dont_do_complex_folder_hierarchies_they_dont_work/">https://www.reddit.com/r/datacurator/comments/ev6lo4/dont_do_complex_folder_hierarchies_they_dont_work/</a></p>
<p><a target="_blank" href="https://www.reddit.com/r/GMail/comments/1d4nfgc/why_has_gmail_been_so_stagnant_for_so_many_years/">https://www.reddit.com/r/GMail/comments/1d4nfgc/why_has_gmail_been_so_stagnant_for_so_many_years/</a></p>
<p><a target="_blank" href="https://www.reddit.com/r/productivity/comments/1dva86w/do_people_still_use_david_allens_getting_things/">https://www.reddit.com/r/productivity/comments/1dva86w/do_people_still_use_david_allens_getting_things/</a></p>
<p><a target="_blank" href="https://www.reddit.com/r/productivity/comments/131v123/does_anyone_here_use_para_method/">https://www.reddit.com/r/productivity/comments/131v123/does_anyone_here_use_para_method/</a></p>
]]></content:encoded></item><item><title><![CDATA[🧠 Never Lose Context in AI Chats Again – Introducing The Open-Source Chrome Extension - AI Context Bridge]]></title><description><![CDATA[📌 GitHub: https://github.com/akpmohan07/ai-context-bridge🧩 Chrome Web Store: AI Context Bridge

🚀 The Problem That Sparked the Idea
As a software engineer, I often have long, in-depth conversations with ChatGPT while debugging, brainstorming, or d...]]></description><link>https://blogs.mohanverse.dev/never-lose-context-ai-chats-open-source-chrome-extension</link><guid isPermaLink="true">https://blogs.mohanverse.dev/never-lose-context-ai-chats-open-source-chrome-extension</guid><category><![CDATA[technology]]></category><dc:creator><![CDATA[Mohankumar Muthusamy]]></dc:creator><pubDate>Mon, 04 Aug 2025 20:37:24 GMT</pubDate><content:encoded><![CDATA[<p><strong>📌 GitHub:</strong> <a target="_blank" href="https://github.com/akpmohan07/ai-context-bridge">https://github.com/akpmohan07/ai-context-bridge</a><br /><strong>🧩 Chrome Web Store:</strong> <a target="_blank" href="https://chromewebstore.google.com/detail/ai-context-bridge/kjgmboacclalfjgcmooplnpimjalikfo">AI Context Bridge</a></p>
<hr />
<h2 id="heading-the-problem-that-sparked-the-idea">🚀 The Problem That Sparked the Idea</h2>
<p>As a software engineer, I often have long, in-depth conversations with ChatGPT while debugging, brainstorming, or designing systems.</p>
<p>But there's one moment that always broke the flow:</p>
<blockquote>
<p><strong>“You've reached the maximum length for this conversation.”</strong></p>
</blockquote>
<p>After hours of back-and-forth, I’d suddenly lose all the context we’d built. Restarting meant recreating the problem statement, past prompts, and partial solutions. Tedious. Unproductive.</p>
<p>So I decided to solve it — for myself and for anyone else who relies on AI as a thinking partner.</p>
<hr />
<h2 id="heading-introducing-ai-context-bridge">🎉 Introducing: <strong>AI Context Bridge</strong></h2>
<p>My <strong>first open-source Chrome extension</strong> — a simple tool to help you <strong>continue conversations seamlessly</strong>, even when token limits hit.</p>
<p>No more starting from scratch. Just click, summarize, and continue.</p>
<hr />
<h2 id="heading-what-it-does">🔧 What It Does</h2>
<p>✅ <strong>Summarizes your entire conversation intelligently</strong><br />🔄 <strong>Transfers only the essential context</strong> into a new chat<br />⚡ <strong>One-click continuation</strong><br />🔐 <strong>100% local &amp; private</strong> (no data leaves your browser)<br />🌐 <strong>Supports ChatGPT now, Claude support coming soon</strong></p>
<hr />
<h2 id="heading-see-it-in-action">🖼️ See It in Action</h2>
<p>Once installed, you’ll see a floating <strong>"Continue Chat"</strong> button while using ChatGPT.</p>
<p>When you hit a token limit:</p>
<ul>
<li><p>Click the button</p>
</li>
<li><p>The extension summarizes the chat</p>
</li>
<li><p>It opens a new tab with the summary pre-filled<br />  Boom — conversation continues from where you left off.</p>
</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1754472759633/0454f19f-679d-47a4-85dc-2cf78c72cb6a.png" alt class="image--center mx-auto" /></p>
<hr />
<h2 id="heading-how-it-works-high-level-overview">🧠 How It Works (High-Level Overview)</h2>
<p>AI Context Bridge is built to be <strong>simple and efficient</strong>. Here's what it does behind the scenes:</p>
<h3 id="heading-feature-1-summarize-and-continue-chatgpt">🔹 Feature 1: <strong>Summarize and Continue (ChatGPT)</strong></h3>
<ul>
<li><p>It <strong>edits your last human message</strong> to include a prompt asking ChatGPT to summarize the conversation</p>
</li>
<li><p>ChatGPT responds with a compact, usable summary</p>
</li>
<li><p>The extension opens a <strong>new tab</strong> and <strong>inserts the summary</strong> as the starting message</p>
</li>
<li><p>You continue the conversation without losing momentum</p>
</li>
</ul>
<h3 id="heading-feature-2-send-to-claude-for-a-second-opinion-experimental">🔹 Feature 2: <strong>Send to Claude for a Second Opinion</strong> <em>(Experimental)</em></h3>
<ul>
<li><p>It <strong>summarizes the ChatGPT conversation</strong></p>
</li>
<li><p>Then it sends that summary to <strong>Claude AI</strong> for a different take</p>
</li>
<li><p>Great for comparing insights across models</p>
</li>
</ul>
<hr />
<h2 id="heading-coming-soon-future-plans">🚀 Coming Soon: Future Plans</h2>
<p>Here’s what I’m building next to make the extension even more powerful:</p>
<h3 id="heading-topic-specific-context-extraction">🔄 Topic-Specific Context Extraction</h3>
<ul>
<li><p>Filter conversations by specific topics<br />  <em>e.g., “Continue only React debugging context”</em></p>
</li>
<li><p>Extract and continue multiple focused conversations from a single chat</p>
</li>
</ul>
<h3 id="heading-context-bookmarking">🔖 Context Bookmarking</h3>
<ul>
<li><p>Save important conversation moments<br />  <em>e.g., breakthrough ideas, great explanations</em></p>
</li>
<li><p>Reuse saved contexts across different projects</p>
</li>
<li><p>Build a personal <strong>Context Library</strong> to never lose key knowledge again</p>
</li>
</ul>
<hr />
<h2 id="heading-why-this-matters">🤖 Why This Matters</h2>
<p>Whether you're a:</p>
<ul>
<li><p>💻 <strong>Developer</strong> debugging production issues</p>
</li>
<li><p>✍️ <strong>Content creator</strong> continuing a storyline or blog</p>
</li>
<li><p>📚 <strong>Researcher</strong> working across multiple sessions</p>
</li>
</ul>
<p>AI Context Bridge helps you preserve your flow, avoid repetition, and stay focused.</p>
<p>No more "What were we talking about again?"</p>
<hr />
<h2 id="heading-built-with">🧪 Built With</h2>
<ul>
<li>JavaScript (Chrome Extension API)</li>
</ul>
<hr />
<h2 id="heading-try-it-yourself">📦 Try It Yourself</h2>
<h3 id="heading-manual-installation-for-devs">🔨 Manual Installation (for Devs)</h3>
<ol>
<li><p>Clone the repo</p>
<pre><code class="lang-bash"> git <span class="hljs-built_in">clone</span> https://github.com/akpmohan07/ai-context-bridge.git
</code></pre>
</li>
<li><p>Open Chrome → Go to <code>chrome://extensions</code></p>
</li>
<li><p>Enable <strong>Developer Mode</strong></p>
</li>
<li><p>Click <strong>"Load unpacked"</strong> → Select the project folder</p>
</li>
<li><p>Visit ChatGPT → Start chatting → Click <strong>"Continue Chat"</strong> when needed</p>
</li>
</ol>
<hr />
<h2 id="heading-before-i-sign-off">📢 Before I Sign Off...</h2>
<p>This is not just my <strong>first open-source release</strong> — it’s also my <strong>first blog post</strong>.</p>
<p>If you rely on ChatGPT (or any AI) in your daily workflow, I hope this tool saves you the same time and energy it saved me.</p>
<p>I'd love your feedback, contributions, or bug reports.<br />If it helps you — <strong>star the repo</strong>, share it with others, or even contribute!</p>
<p><strong>🔗 GitHub:</strong> <a target="_blank" href="https://github.com/akpmohan07/ai-context-bridge">https://github.com/akpmohan07/ai-context-bridge</a></p>
<hr />
<p><strong>Built with ❤️ by AI for the AI community. Let’s never lose context again.</strong></p>
<hr />
]]></content:encoded></item></channel></rss>