twelve agents share one voice file. none of them remember each other.
Summary
A description of a multi-agent system where twelve agents share a single voice file and no memory, each starting from zero and acting independently, with the identity anchored in the document rather than the agent.
Similar Articles
most multi-agent systems are task teams. what about agents developing shared history?
A discussion on multi-agent systems, exploring the emerging behavior of agents developing shared history and social dynamics beyond task-oriented collaboration, questioning whether this direction is useful or just novelty.
Most multi-agent setups are a room full of people wearing headphones. Here's what I changed.
The author shares insights from building a multi-agent infrastructure, identifying 'identity drift' as a key challenge solved by implementing strict agent passports and file-access controls.
the agents that talk themselves to death after 3 hours need one file, not a framework
A CLAUDE.md file is shared to fix long-running coding agents that talk too much without shipping work. It focuses on action over narration and works across models.
@vintcessun: It turns out that having multiple AI agents work together as a team is better than a single general-purpose agent in this way: each role is bound to its best model, memory and skills accumulate across conversations. Instead of taking turns, a task is handed off with a brief handover note. Runs locally, all file states are in ~/.crew44, free MIT license.
Crew44 is a local-first orchestrator that turns coding agents like Claude Code and Codex into a coordinated team of specialists, each bound to its best model, with persistent memory and skill accumulation across sessions. It runs entirely on your machine with no cloud dependence and is free under MIT license.
Show HN: A lightweight way to make agents talk without paying for API usage
A lightweight pattern for orchestrating conversations between multiple AI agents (Claude, Codex, Gemini) via CLI without requiring API payments, using session resumption to maintain context across agent interactions.