"Google says there is a 70% error rate the moment you use more than one AI agent. My measured error rate is down to 3%."
In this episode of DN, Niklas sits down with design engineer and AI prototyper Seth Gammon, the creator of Citadel—an open-source agent orchestration harness built on top of Claude Code.
Seth explains how he accidentally created one of the most powerful AI coding frameworks in the world out of pure frustration. While trying to build a massive 668,000-line RPG codebase, his AI models constantly suffered from "amnesia," burning huge amounts of token spend while completely forgetting their previous tasks. To fix this, Seth built a system that spins up massive parallel fleets of autonomous agents, isolates them in their own Git work-trees to prevent merge conflicts, and forces them to leave persistent "shift notes" on the hard drive.
In this episode:
• The 70% Error Rate: Why spinning up multiple AI agents causes them to overwrite each other's code, and the exact infrastructure needed to fix it.
• Curing AI Amnesia: Why raw-prompting burns your token budget, and how Citadel completely solves context limits by externalizing memory to disk files.
• The 5 Levels of Claude Code: From level 1 (raw prompting) to level 5 (full orchestration), Seth explains exactly how you should be scaling your AI workflows.
• The 4-Tier Router: How to instantly cut token spend by automatically routing easy tasks to regex pattern-matchers instead of LLMs.
• Agent Swarms for Research: How Seth used a fleet of agents to research the notoriously difficult ARC-AGI machine learning challenge, dropping the solution from 24 moves to 14.
• The "XCOM" Business Model: Why the future of enterprise lies in persistent, specialized autonomous agents acting as your marketers, operators, and developers.
🎧 Full episode on all podcast platforms
💬 Are you using an agentic framework yet, or just raw prompting? Let us know in the comments!
🔔 Please like and subscribe! Every subscriber helps our channel grow.
#DN #ClaudeCode #AIAgents #SoftwareEngineering #Citadel #Anthropic #MachineLearning #OpenSource #SoloDeveloper #Coding
Timestamps:
0:00 Intro: Niklas meets AI prototyper Seth Gammon
0:56 The 668,000-line D&D codebase that forced Seth to create Citadel
2:36 Why Claude continuously gets "amnesia" and burns massive token spend
5:41 Google's whitepaper: The 70% error rate when running multiple AI agents
8:51 Solving AI amnesia by forcing agents to write "shift notes"
11:13 How to quickly install and set up Citadel for your own local projects
12:22 The 4-Tier AI Routing System to eliminate
Thought for less than a second
wasted prompt tokens
16:48 Can you actually build a full project just chatting on Telegram?
21:53 The secret to Parallel Agents: Creating isolated Git work-trees
26:01 Is Citadel replacing Claude? (Why it's strictly an operational harness)
32:47 The 5 Levels of Using Claude Code (Raw prompting, MD routers, Skills, Hooks, Orchestration)
38:08 Spinning up AI Swarms to research and beat the ARC-AGI math challenge
42:16 Abstracting the framework to autonomously run marketing and business operations
47:33 Going viral on Reddit, launching Citadel Pro, and talking to VCs