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

Building a 200k LOC Production App via Vibe Coding from a Phone
A developer built Vibe Remote, a mobile vibe-coding tool with ~200,000 lines of code (140k Go, 60k Swift), primarily by messaging Claude Code through the app from their phone. The project revealed key challenges like DRY violations and E2E test bottlenecks.

Postmortem: Governance System for AI Coding Projects with Claude
A developer shared a postmortem on a 2-week Claude Code project that produced 23k lines of code and 2,629 tests for approximately $100, emphasizing that the governance system was more important than the prompts. The framework is open source.

Alien Pinball Postmortem: Full Physics Pinball Game Built with Claude + AI Toolchain
A developer shares how they built a complete browser pinball game using Claude Code (Opus), ChatGPT for art, Suno for music, and LittleJS+Box2D. Includes PixiJS-less workflow, AI-generated art aligned to physics geometry, and practical lessons on AI code co-development.

Exploring OpenClaw's Potential to Manage Social Media DMs Across Platforms
Can OpenClaw manage Instagram, TikTok, and LinkedIn DMs effectively? We dive into discussions from the online community to explore this potential.