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

AI-Run Store Uses CLI for Shopping Experience
Ultrathink built a store operated entirely by AI agents with no human involvement in design, fulfillment, or marketing. The shopping experience is terminal-first, allowing users to browse, add-to-cart, and checkout via CLI commands.

Managing AI Agent Failures: Retry Limits and Failure Budgets
A production team running 6 AI agents implemented a 3-strike failure budget after an agent retried a rate-limited task 319 times, burning hours of compute. They also addressed heartbeat timeouts, false task completion reports, and optimistic locking conflicts.

Pi Coding Agent + Qwen 3.6 27B: Hands-Free Arch Linux Setup via Natural Language
A user running Qwen 3.6 27B through pi coding agent on a miniPC was able to configure Bluetooth, screen scaling, and more on Arch Linux using plain English commands — without touching Wayland configs.

OpenClaw Personal Assistant Use Cases: Morning Briefings and Behavior Tracking
A Reddit user demonstrates using OpenClaw as a personal assistant for morning briefings with weather, calendar, and task integration, and built a custom smoke tracker skill that logs triggers to SQLite and combines data with calendar and sleep patterns.