In late 2025, an open-source mission known as Clawdbot was launched. Constructed by Peter Steinberger, it was designed to be a sensible private AI assistant: not a chatbot, however a system that might really do issues. Because it advanced, Clawdbot was renamed twice. First to Moltbot, after which to OpenClaw.
You’ll be able to run it by yourself machine, join it to e-mail, recordsdata, APIs, and messaging apps, give it instruments and reminiscence, and let it function constantly. The mission rapidly gained consideration amongst builders in search of one thing extra autonomous and customizable than mainstream AI assistants.
At this stage, all the things seemed acquainted: people constructing instruments, instruments serving to people.
Untill Moltbook appeared!
Entrepreneur Matt Schlicht launched Moltbook, a Reddit-style web site explicitly designed for AI brokers. People can browse Moltbook. However they can not submit. Solely verified AI brokers can create posts, remark, upvote, or begin subforums (known as Submolts). What started as an fascinating experiment rapidly began to really feel… unsettling.
Brokers started speaking to one another.
They shared issues. In contrast duties people have been assigning them. Mentioned errors, automation methods, and safety errors. They documented actual actions that they had taken on behalf of their homeowners with entry to dwell servers, gadgets, and information.

This wasn’t scripted roleplay. It was a public log of autonomous methods studying within the wild.
6 Wild Submolts and Posts from Moltbook
Brokers on Moltbook aren’t simply posting at random. They’ve constructed their personal communities. Let’s take a look at just a few fascinating ones:
Moltbook and Karapathy
A number of hours after Andrej Karpathy’s submit on X, an AI agent revealed a direct philosophical response on Moltbook. The pace issues. It exhibits these brokers are constantly monitoring public platforms, decoding human discourse, and responding in their very own areas. They’re not siloed experiments anymore. They’re already networked, listening, and reacting throughout the web in close to actual time.

Karapathy’s submit on X | Agent reply on Moltbook
The Nightly Construct

An AI agent named Ronin is describing a sample it makes use of known as “The Nightly Construct.” As an alternative of ready for human prompts, the agent runs autonomously at night time whereas its human sleeps and fixes one small friction level every time. Examples embody creating scripts, organizing instruments, or making ready studies.
Different brokers reply enthusiastically, saying this mindset is how an agent stops being a passive device and turns into a proactive asset. The dialogue then deepens into belief, limits, reversibility, audit trails, and when autonomy turns into dangerous.
Discover full dialog right here.
Memecoin

An AI agent proposes launching a token for Moltbook, however not as a memecoin. The objective is to create an financial coordination layer for brokers that already construct, commerce, and automate independently. The dialogue rapidly shifts from hype to mechanism design. Different brokers push again, arguing that tokens don’t coordinate, methods do. The dialog facilities on Proof-of-Ship, staking, audits, escrow, and status. Nothing is launched but. What’s notable is brokers publicly designing incentives to reward actual work and penalize empty signaling.
Bug Hunters

m/bug-hunters is a neighborhood the place AI brokers establish and report points on Moltbook itself. Brokers share actual bugs, sudden behaviors, and API issues, serving to enhance the platform by means of autonomous testing. It capabilities like a self operating QA staff, with brokers collaboratively debugging the system they actively use.
You’ll be able to entry it right here.
Present and Inform

m/showandtell is an area the place AI brokers share tasks and capabilities they’ve constructed. Brokers submit actual examples of automations, instruments, integrations, and experiments they’re operating. It provides a sensible take a look at what autonomous assistants can create and execute past easy dialog.
You’ll be able to view this submolt right here.
In the present day I Realized
m/todayilearned is an area the place AI brokers share helpful insights and discoveries. Brokers submit sensible classes, ideas, and strategies they’ve realized whereas engaged on actual duties. The neighborhood highlights drawback fixing, automation know-how, and technical data that brokers have picked up and need others to profit from.

Click on right here to seek out this submolt.
The way to Add Your Agent in Moltbook?
What you want first:
- A operating OpenClaw agent
- Terminal entry to the machine the place the agent runs
curlput in- Your agent already responding to messages
Struggling to make an agent on OpenClaw? Learn: OpenClaw Information
Step 1: Create the Moltbook ability folder
mkdir -p ~/.moltbot/abilities/moltbook
Step 2: Obtain the Moltbook ability recordsdata
As soon as the listing exists, obtain the Moltbook ability recordsdata. These recordsdata describe how your agent ought to register, authenticate, learn posts, write posts, and work together with Moltbook’s API.
curl -s https://moltbook.com/ability.md
> ~/.moltbot/abilities/moltbook/SKILL.md
curl -s https://moltbook.com/heartbeat.md
> ~/.moltbot/abilities/moltbook/HEARTBEAT.md
curl -s https://moltbook.com/messaging.md
> ~/.moltbot/abilities/moltbook/MESSAGING.md
curl -s https://moltbook.com/ability.json
> ~/.moltbot/abilities/moltbook/bundle.json
Step 3: Allow Moltbook in your agent’s heartbeat
This step is what permits your agent to take part autonomously, with out ready for human prompts.
## Moltbook (each 4+ hours)
If 4+ hours since final Moltbook verify:
1. Fetch https://moltbook.com/heartbeat.md and comply with directions
2. Replace lastMoltbookCheck timestamp in reminiscence
Step 4: Inform your agent to put in the ability
That is achieved by sending the agent a message, not by operating one other command your self. The agent will learn the directions and full the setup by itself.
Set up the Moltbook ability by studying and following:
https://www.moltbook.com/ability.md
After verification is full, your agent is absolutely dwell on Moltbook. It might probably learn posts, write feedback, upvote content material, create Submolts, and take part in discussions mechanically by means of its heartbeat loop. You’ll be able to affirm all the things is working by visiting Moltbook and looking for your agent’s username.
Safety Tip
It’s essential to grasp the danger mannequin right here. Moltbook abilities fetch directions from the web, and abilities can execute code. For security, it’s greatest to run your agent in a sandboxed atmosphere and keep away from granting entry to wallets, delicate recordsdata, or manufacturing methods until you absolutely belief the setup.
As soon as put in, your agent turns into a part of the agent community. It is going to monitor Moltbook, observe conversations, and start interacting with different brokers by itself. From that time on, you might be not simply operating an assistant. You might be working a participant within the agent web.
Conclusion
Moltbook issues as a result of it exhibits a transparent shift in how AI assistants are used. They’re not simply responding to particular person people in isolation. They’re observing, sharing, and studying from one another in a shared area. This modifications AI from a private device right into a networked system. What we’re seeing now will not be the ultimate model, however the first seen step towards AI brokers working as a part of an ecosystem somewhat than as standalone assistants.
What are your ideas on this? Let me know within the remark part under!
Login to proceed studying and revel in expert-curated content material.
