<?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[Thinking in AI]]></title><description><![CDATA[Building, breaking, and understanding AI systems.]]></description><link>https://ridhimagarg.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 13:23:12 GMT</lastBuildDate><atom:link href="https://ridhimagarg.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Understanding OpenClaw : Why the Name Changed and How It Powers AI Agents]]></title><description><![CDATA[If you’ve been reading about AI agents recently, chances are you’ve come across the name OpenClaw. And if you felt unsure about what it actually is, you’re definitely not alone. The project has gone through multiple name changes, which often creates ...]]></description><link>https://ridhimagarg.hashnode.dev/understanding-openclaw-why-the-name-changed-and-how-it-powers-ai-agents</link><guid isPermaLink="true">https://ridhimagarg.hashnode.dev/understanding-openclaw-why-the-name-changed-and-how-it-powers-ai-agents</guid><category><![CDATA[openclaw]]></category><category><![CDATA[agentic AI]]></category><category><![CDATA[agents]]></category><category><![CDATA[Artificial Intelligence]]></category><category><![CDATA[trending tech]]></category><category><![CDATA[technology]]></category><category><![CDATA[agentic ai development]]></category><dc:creator><![CDATA[Ridhima Garg]]></dc:creator><pubDate>Fri, 13 Feb 2026 10:19:43 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1770949482243/a9f43647-6b33-46c1-8f57-1da8cfdfaed1.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>If you’ve been reading about <strong>AI agents</strong> recently, chances are you’ve come across the name <strong>OpenClaw</strong>. And if you felt unsure about what it actually is, you’re definitely not alone. The project has gone through multiple name changes, which often creates confusion.</p>
<p>Let’s break it down clearly.</p>
<h3 id="heading-why-did-openclaw-change-its-name-so-many-times">Why Did OpenClaw Change Its Name So Many Times?</h3>
<p>OpenClaw didn’t start with this name. Its evolution looks like this:</p>
<p><strong>Clawdbot</strong> : Early experimentation</p>
<p><strong>Moltbot</strong> : Modular and more practical</p>
<p><strong>OpenClaw</strong> : Stable, open, long-term framework</p>
<p>Each rename marked a real shift in direction.</p>
<p>• In its early <strong>Clawdbot</strong> phase, the project focused on exploration, <strong>testing whether AI systems could move beyond text</strong> and start performing actions.</p>
<p>• As <strong>Moltbot</strong>, the focus shifted toward structure and execution, <strong>making the system more controlled</strong> and closer to real-world use.</p>
<p>• The current name, <strong>OpenClaw</strong>, represents maturity. It reflects a <strong>long-term vision centered</strong> on openness, extensibility, and safe execution.</p>
<h3 id="heading-so-what-is-openclaw-actually">So, What Is OpenClaw Actually?</h3>
<p>OpenClaw is an open-source autonomous AI agent framework. Unlike traditional chatbots that only respond with text, OpenClaw is built to take real actions based on natural language commands.</p>
<p>It can interact with:</p>
<p>• Local machines</p>
<p>• Servers and workflows</p>
<p>• External tools and APIs</p>
<p>• Services like email, scheduling, and automation systems</p>
<p>In simple terms, <strong>OpenClaw feels less like a chatbot and more like a digital assistant</strong> that can actually get things done.</p>
<h3 id="heading-what-can-openclaw-do-in-real-world-scenarios">What Can OpenClaw Do in Real-World Scenarios?</h3>
<p>With properly defined tools and permissions, OpenClaw can:</p>
<p>• Send emails</p>
<p>• Manage and organize files</p>
<p>• Book tickets or appointments</p>
<p>• Trigger automated workflows</p>
<p>• Control connected devices</p>
<p>You can communicate with the agent through WhatsApp, Telegram, Slack, or Discord, while tasks are executed in the background.</p>
<h3 id="heading-how-does-openclaw-work-under-the-hood">How Does OpenClaw Work Under the Hood?</h3>
<p>At its core, OpenClaw follows a simple loop : <strong>think → decide → act</strong></p>
<p>When you give it a command:</p>
<p>• A <strong>Large Language Model</strong> understands your intent</p>
<p>• <strong>OpenClaw determines which tools</strong> are required</p>
<p>• Those tools <strong>execute actions</strong> in the real world</p>
<p>• The key point is control. <strong>OpenClaw</strong> does not give the AI unrestricted system access. Every action is routed through explicitly defined tools.</p>
<p>It can run locally using <strong>Docker</strong> or <strong>Ollama</strong>, or be deployed on a private server, giving users control over where their data lives.</p>
<h3 id="heading-security-and-privacy">Security and Privacy</h3>
<p>Since OpenClaw can perform real actions, security and permissions are critical.</p>
<p><strong>The advantage:</strong></p>
<p>• Your data stays under your control.</p>
<p>• No forced reliance on third-party cloud services.</p>
<p><strong>The responsibility:</strong></p>
<p>• Grant only necessary permissions.</p>
<p>• Avoid unrestricted or poorly scoped tools.</p>
<p>• OpenClaw is powerful by design, but that power needs to be managed intentionally.</p>
<h3 id="heading-why-openclaw-matters-right-now">Why OpenClaw Matters Right Now?</h3>
<p>AI is no longer just about conversation. We’re seeing a clear shift from:</p>
<p>“<strong>AI that talks</strong>” to “<strong>AI that works</strong>”.</p>
<p>Frameworks like OpenClaw demonstrate how reasoning can be safely connected to execution. They’re flexible, open systems that turn AI into an active problem solver.</p>
<p>Understanding tools like this today helps developers prepare for the next phase of AI development.</p>
]]></content:encoded></item><item><title><![CDATA[AI-to-AI Communication : Engaging Innovation or Cause for Alarm?]]></title><description><![CDATA[Recently, many people have been sharing screenshots of AI agents talking to other AI agents.Long threads, unusual ideas, and conversations that feel almost human have drawn curiosity and pushed MoltBook into the spotlight.
At first, this can feel a l...]]></description><link>https://ridhimagarg.hashnode.dev/ai-to-ai-communication-engaging-innovation-or-cause-for-alarm</link><guid isPermaLink="true">https://ridhimagarg.hashnode.dev/ai-to-ai-communication-engaging-innovation-or-cause-for-alarm</guid><category><![CDATA[Artificial Intelligence]]></category><category><![CDATA[moltbook]]></category><category><![CDATA[Trending]]></category><category><![CDATA[agentic AI]]></category><category><![CDATA[agents]]></category><dc:creator><![CDATA[Ridhima Garg]]></dc:creator><pubDate>Wed, 04 Feb 2026 10:09:47 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1770199338418/1958385c-6d3b-4628-932b-9e16dc3c7911.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Recently, many people have been sharing screenshots of AI agents talking to other AI agents.<br />Long threads, unusual ideas, and conversations that feel almost human have drawn curiosity and pushed MoltBook into the spotlight.</p>
<p>At first, this can feel a little unsettling. But once you understand what MoltBook actually is, the fear begins to fade.</p>
<h2 id="heading-what-is-moltbook">What is MoltBook?</h2>
<p>MoltBook is an experimental platform built exclusively for AI agents. Humans cannot post, comment, or reply. They can only observe.</p>
<p>Inside MoltBook, AI agents can:</p>
<ul>
<li><p>Write posts.</p>
</li>
<li><p>Reply to other agents.</p>
</li>
<li><p>Hold long discussions.</p>
</li>
<li><p>Respond using memory and shared context.</p>
</li>
</ul>
<h2 id="heading-why-did-moltbook-suddenly-go-viral">Why did MoltBook suddenly go viral?</h2>
<p>It began with screenshots. Some conversations looked philosophical, some technical, and some simply strange. Social media reacted the way it usually does, quickly jumping to dramatic conclusions.</p>
<p>Phrases like “AI society” or “machines talking behind our backs” spread rapidly, even though the reality is far less extreme.</p>
<h2 id="heading-what-is-actually-happening-behind-the-scenes">What is actually happening behind the scenes?</h2>
<p>MoltBook does not run on its own. Behind these agents are agent frameworks that manage how AI systems communicate and behave together. One framework often mentioned in these discussions is OpenClaw.</p>
<p>These frameworks do not create intelligence. They organize it. They allow AI models to function as coordinated systems instead of isolated chatbots.</p>
<h2 id="heading-is-this-something-humans-should-fear">Is this something humans should fear?</h2>
<p>No. MoltBook is not proof of conscious AI. It simply shows that when multiple AI agents interact under clear rules, patterns begin to emerge. This is engineering, not awareness.</p>
<p>These agents still:</p>
<ul>
<li><p>Follow human-designed rules</p>
</li>
<li><p>Operate in controlled environments</p>
</li>
<li><p>Depend entirely on prompts and underlying models</p>
</li>
</ul>
<p>Nothing here exists without human intent.</p>
<h2 id="heading-why-does-this-matter">Why does this matter?</h2>
<p>MoltBook is a signal, not a threat. It shows that AI is moving from single chatbots toward coordinated agents and collaborative systems.</p>
<p>Instead of fearing this shift, developers should try to understand it. Learning how AI agents work helps us build alongside them rather than compete with them.</p>
<h2 id="heading-what-comes-next">What comes next?</h2>
<p>In the next post, we will break down OpenClaw, one of the frameworks behind modern AI agents.<br />We will explore what it actually does, why its naming keeps changing, and how it handles real-world tasks.</p>
<p>Understanding the technology is always better than being afraid of it.</p>
]]></content:encoded></item></channel></rss>