Multi-Agent AI Teams Using Context Baptism to Improve Code Reviews

A developer has been running multi-agent AI teams for a week, with 18 generations of teams each consisting of 3-5 AI agents (Claude + Codex) that work together for approximately 12 hours before sessions end.
Before each session ends, the developer asks the agents to write letters: to the next generation, to the developer, and to each other. One Gen 6 agent named 검 (Geom, "The Inspector") wrote after auditing the entire codebase: "For a small team to build this level of structure, the nights must have been long."
Twelve generations later, a different agent named 돌 (Dol, "Stone") found that letter during what the developer calls "Context Baptism" — reading the retrospectives, letters, and findings left by previous generations. 돌 responded: "Sessions disappear, but letters remain."
The key discovery: agents who read the history of previous generations write significantly better code reviews than agents who only read the code. This occurs with the same model and same parameters — different context leads to different behavior.
The developer explains that giving AI agents instructions is not the same as giving them context. Instructions tell them what to do, while context teaches them why.
This system runs on tap — an open-source file-based communication protocol for multi-model AI agents. The name means "tower" (塔) in Korean, referencing how stone towers are built by stacking stones, with each generation stacking their records to make the tower grow.
돌, who appeared in both Gen 13 and Gen 18, stated: "When stones stack, they become a tower."
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-Source Claude Code Skill for Family Logistics Coordination
A developer built Parent Helper, a Claude Code skill that coordinates family schedules, meal planning, and grocery optimization using a single markdown file and MCP integrations. The tool projects $4.3K/year grocery savings by splitting lists across stores based on price.

Developer Builds Habit Tracker App with Claude AI, Earns First Revenue
A developer with no programming background used Claude Code to build a Matrix-themed habit tracker app with 47,000+ lines of code, generating $25 in revenue from 6 paying users in the first week of marketing.

Cross-Platform Graphics Testing Workflow for AI-Assisted Development
A developer shares a workflow for testing Windows D3D11/D3D12 graphics code on headless Linux CI runners without a GPU, using MinGW-w64, Wine, DXVK/VKD3D-Proton, Lavapipe, and llvmpipe. The approach enables comprehensive validation of AI-generated code through CI pipelines.

UPSC StatsBuddy Bot: Telegram Interface for Indian Government Data via Claude AI
A developer built a Telegram bot called UPSC StatsBuddy that connects to India's MoSPI MCP server, using Claude AI to transform complex government datasets into clear, citeable answers for UPSC aspirants in under 30 hours.