Three individually-right answers are still wrong together

You need exactly one place to assemble the pieces and decide when they conflict

Published2026-05-31
Read2 min read
TypeField notes
TL;DR

Many agents produce many pieces, and the pieces usually conflict at the seams — each right within its own role but not matching when joined. You need exactly one place that gathers them all and reconciles those conflicts on purpose. Without it, three agents' "done" don't add up to one done.

Three agents submit three pieces, each looking fine. You assemble them and it surfaces: agent A returns dates as dd/mm, agent B reads them as mm/dd; agent C assumed a field is always present, while A lets it be empty. No piece is "wrong" within its scope. They're wrong where they meet — and no one owns that meeting point.

This is the most overlooked step in orchestration: everyone focuses on "splitting up," forgetting that "joining back" is where the truth shows itself.

01Gathering needs an owner, not just adjacency

Set side by side

Take 3 agents' output, stitch together
Seam conflicts nobody sees
Breaks at the join, when it's late

Reconcile with an owner

One place assembles + checks the shared contract
Conflicts surface → decide who's right
Out comes one that fits, not three adjacent

The hinge is the word decide. Gathering isn't a mechanical stitch-the-pieces-together — it's where you (or an agent given exactly the gathering role) check each piece against the shared contract, find where they argue, and decide which piece yields. A conflict with no one to decide it doesn't vanish — it just sinks, waiting to blow at the real join.

02The gather point is also the check point

A convenience: the gather point is the natural place to apply the "verify before you trust" gate. All three agents may report "done" — but each one's "done" is only done-within-its-role. The real done is when the pieces join and run together, and that can only be proven at the gather step.

So don't treat gathering as a tidy-up tacked on at the end. It's the step where the whole team's work either becomes something usable, or reveals itself as a pile of individually-right. One gather point, one decider, one check against the shared contract — that's what turns "many agents" from a mess into a machine.

End of pieceCluster 03 · 4/4
The author

craftagent is the notebook of someone still building — told over coffee, each story wrapped around a lesson paid for in full.