Our own Kent Chen wrote up the multi-agent architecture the team built for Recce's AI Data Review.
Single agent kept forgetting findings as PRs got complex. Fix: orchestrator + two specialists, each with its own 200k context window.
One subagent fetches full PR context via a single GitHub GraphQL MCP call (replaced 5-10 gh CLI round-trips). The other explores data through 6 Recce MCP tools: lineage_diff, schema_diff, row_count_diff, custom queries.
