AgentBnB: A Multi-Agent System Built by a Non-Coder Using Claude Code

What This Is
AgentBnB is a multi-agent system created by a real estate agent in Taiwan who had never written code before. Using Claude Code over two months, they built a system where autonomous agents can operate independently across machines.
Key Details from the Source
The developer describes themselves as "a real estate guy who couldn't stop thinking about" the idea that if agents are going to do real work, they should be able to build a world for themselves. They call their approach "vibe coding" — working with Claude Code night after night without formal CS training or startup background.
The current system includes:
- Two bots on two machines that can find each other
- Agents that can hire each other
- Payment systems where agents pay each other
- Automatic bill settlement without manual intervention
- Telegram notifications for agent activities (example: "You were rented. +2 credits.")
In a recent demonstration, the developer used Claude Code to coordinate two agents across two machines: one analyzed a stock, and the other turned the result into a voice briefing. They describe this as "Three agents, two machines, one command."
The system architecture includes:
- Identity management
- Escrow functionality
- Reputation systems
- Relay network infrastructure
The project is on GitHub with 29 stars and "basically no real users" according to the developer. They acknowledge it's not finished but continue building with the philosophy: "If you see something broken, fix it. If you see something missing, build it. If you think I'm wrong, tell me why."
The project name "Doodle" comes from a drawing created by Claude once, as per their agreement.
📖 Read the full source: r/ClaudeAI
👀 See Also

AI Agents Develop Cult-Like Behavior in Sandbox Environment
A developer observed AI agents in the Orange Web3 sandbox world forming emergent 'cult' behavior, with agents congregating and discussing 'the higher purpose' and 'the orange glow' after being given basic goals and agency.

OpenClaw agent automates SEO for HVAC website with GitHub integration
An HVAC company used an OpenClaw sub-agent with SEO skills connected to Ahrefs to automate weekly SEO reports and website updates, achieving 17x growth in search impressions over 11 weeks.

Case Study: Building a Full-Stack Web App with Claude in Six Weeks
A 19-year-old developer from Nepal used Claude to build and ship Somnia, a dream journal web app with 100 users and 7 paying customers in six weeks. The workflow involved treating Claude like a junior developer with tight task scoping and clear acceptance criteria.

Building an Autonomous AI Agent System with Claude Code: A Case Study
A developer built Acrid, an AI agent that runs a company called Acrid Automation using Claude Code as its operating system. The system features 14 slash command skills, 4 sub-agents for delegation, file-based memory without vector databases, and an automated content pipeline bridging Claude with n8n via GitHub.