Topic
The architectural principle that multi-agent AI systems don’t require complex communication protocols — they require a shared, persistent object with disciplined field use. The object is the memory, the communication channel, and the audit trail simultaneously.
Target Reader
Knowledge entrepreneurs and coaches who are building or planning multi-agent AI workflows and feeling overwhelmed by the apparent complexity of “agent communication.” AI maturity: intermediate — they’ve used AI extensively for individual tasks and are starting to chain agents together, but worry they need to build custom infrastructure to make it work.
The Fear / Frustration / Want / Aspiration
“Building a multi-agent system seems incredibly complex. How do agents share state? How do they pass information without losing context? Do I need a database? A message bus? An API layer?” The aspiration: a simple, durable architecture they can build and understand without becoming an infrastructure engineer.
Before State
Believes agent-to-agent communication requires specialized infrastructure: message queues, shared databases, custom APIs, or complex orchestration frameworks. Either avoids multi-agent builds because of perceived complexity, or over-engineers simple pipelines with tools they don’t understand.
After State
Understands that any structured object with distinct, non-overlapping fields — a Trello card, a Notion page, a GitHub issue, a CRM record — can serve as the complete agent memory layer. Knows the five questions to ask before building any multi-agent workflow, and can design that workflow using tools they already have.
Narrative Arc
The reader starts expecting a lesson about infrastructure. The turn is the realization that the hard part isn’t the object — it’s the discipline. Any structured object can serve as agent memory. What makes it work is each agent writing only to the fields it owns, and every field doing exactly one job. The resolution: they probably already have the right object; what they’ve been missing is the architectural principle that makes it reliable.
Core Argument
Multi-agent AI systems fail not because of missing infrastructure but because of missing field discipline — and the right object for your pipeline is almost certainly one you already use.
Key Evidence / Examples
- The TrelloAgents five-field breakdown: Artifact (attachment, replace-not-accumulate), Communication (comments), Identity/lineage (HTML comment in description), State (list position), Live flags (labels) — a complete agent memory layer built from a free Trello board
- The transferability table: same five fields map directly to Notion, GitHub, CRM records, and Slack threads with pinned files
- The “replace, not accumulate” principle on artifacts: one card, one canonical version, no version confusion — without any version management infrastructure
- The exception that proves the rule: review agents post verdicts as comments, not new attachments, because the spec is the product and the review is a verdict on it
Proposed Structure (5–7 beats)
- Open with the question every agent builder hits: “How do my agents pass information to each other?” — and the unexpected answer
- The five jobs every multi-agent object must do: artifact, communication, identity, state, flags
- Walk through a real pipeline (TrelloAgents): how a Trello card covers all five jobs with zero custom infrastructure
- The discipline that makes it work: one field, one job, one owner — and what happens when agents violate this
- Transfer it: the same five fields in Notion, GitHub, CRM, Slack — you probably already have the right object
- The five-question architecture check: how to design any multi-agent workflow before writing a line of code
- The meta-principle: the infrastructure question (“what object?”) is secondary to the discipline question (“are our agents respecting field ownership?”)
Related Insights
- Insight - The Structured Object as Agent Memory — Agents Don’t Talk to Each Other, They Talk Through the Object
- Insight - Design AI Systems for Maximum Composability and Minimum Context Pollution
- Insight - Separation of Concerns in Skills — One File, One Job
- Insight - Skill Chaining — Build Modular AI Pipelines Instead of Monolithic Prompts
- Insight - Platform as Interface, Not Custodian — The Resolver Pattern for Portable AI Intelligence
- Insight - Code Is for Computation, Inference Is for Judgment
Editorial Notes
Tone: demystifying and practical. The target reader is intimidated by agent infrastructure — this article’s job is to remove that intimidation by showing the real complexity is architectural discipline, not tooling. The five-question check is the key actionable deliverable; don’t bury it. Avoid making this feel too technical — the Trello example is ideal because it’s universally familiar. The “chassis and car” framing from the companion Prompt-as-Configuration insight pairs well — consider cross-linking or a two-part series. Note: source is a build session (TrelloAgents), not a mastermind session — the insight is practitioner-derived and fully grounded.
Next Step
- Approved for drafting
- Needs revision
- Deprioritised