The creator of Clawd: "I ship code I don't read"

How Peter Steinberger, creator of Moltbot (formerly Clawdbot), builds and ships like a full team by centering his development workflow around AI agents.

The creator of Clawd: "I ship code I don't read"

TL;DR

  • Peter Steinberger, creator of Moltbot, makes over 6,600 commits in a single month using AI tools.
  • Moltbot, an AI agent showing the future of Siri, has become the hottest AI project in tech, surpassing Google searches for Claude Code and Codex.
  • Steinberger's workflow emphasizes closing the loop for AI agents to verify their own work (compile, lint, execute, validate).
  • Traditional code reviews are replaced by architecture discussions, and pull requests are reframed as 'prompt requests'.
  • Engineers thriving with AI prioritize outcomes over implementation details and focus on system design, as much code involves data transformation.
  • Local CI is preferred over remote CI for agent-driven development to save time.
  • Steinberger's approach is well-suited for experimental projects using a 'move fast and break things' philosophy.