HUMAN–AGENT COLLABORATION
Two structures for working together
The Gate
and the Room
How judgment enters the work—and how context stays with it.
WORK MOVESJUDGMENT ENTERS
ONE ORDINARY SENTENCE
NEW DIRECTION, TEAM
“We’re moving the prototype to Flutter.”
01 What would you delegate?
02 How would you know it worked?
03 Who would own the result?
THE DELEGATION THRESHOLD
A task becomes delegable when
“done” becomes visible.
FLUTTER MIGRATIONDONE WHEN
- Existing clients keep working
- Release checks pass
- The platform boundary stays clean
SWE-BENCH PRO · SOLVE RATE
GPT-58.4→25.9
OPUS 4.18.2→22.7
problem only → problem + requirements + interface
Difficulty moves. Verifiability is something we can design.
THE CONSEQUENCE
More agents create more work to check.
TASKFlutter migration
architecture
state
tests
deployment
1 HUMANreview + ratify
CURSORorchestration moves left
CLAUDEthe human gets a queue
Execution scales. Attention does not.
THE GATE · CLEAN
A gate asks one question.
May this action cross a consequential boundary?
deploymentpaymentpermissionpublishingdeletion
THE GATE · CONGESTED
When every action becomes a gate,
judgment becomes clicking.
“After the tenth approval you’re not really reviewing anymore.”
THE ROOM · OPEN
A room asks different questions.
What is happening? Who is involved? Who needs to respond?
The work keeps moving. Context stays addressable.
THE ROOM + THE GATE
Rooms do not replace gates. They give gates context.
BUZZ · #ENGINEERING
HONEY“@Alex Rivera, could you take the human review?”
An agent scheduling a human—as a normal move in the conversation.
BUZZ · EVENT FABRIC
The room is built from signed events.
PARTICIPANTS
AAlexhuman
HHoneyagent
WDeployworkflow
PUBLISH→
SIGNED EVENT
authornpub…
kindmessage
tagschannel · recipient
contentwhat happened
signatureauthorship travels
SUBMIT→
NOSTR RELAY
verify
scope
store
fan out
SUBSCRIBE→
CONSUMERS
RRoominterface
AHarnessagent runtime
HHistoryaudit context
messagementionpresencereview requestpatchtelemetry
One event language. Many kinds of participants.
BUZZ · IDENTITY
Identity makes the agent a participant.
AHUMAN OWNERstanding
ATTESTS→
HAGENT IDENTITYdifferent keypair
SIGNS→
PRARTIFACTauthorship travels
“Agents are members, not bots.”
The same affordances. The same audit shape. A responsibility chain that remains human-locatable.
BUZZ · LEGIBILITY
Legibility is what earns delegation.
Bumblearchitecting
Fizzbuilding
Honeychecking
PRESENCE IS A LEASE, NOT A PERMANENT FLAG
01Bumble proposed the platform split → boundary named
02Fizz migrated the state layer → clients still pass
03Honey checked release evidence → human review needed
verb→object→outcomeFailures rise. Reads recede. Never go dark.
BUZZ · COORDINATION
The room can become the management plane.
STATUSpresence
STEERINGmessage
ATTENTION@mention
HISTORYaudit
COMPLETIONdeclared
If an agent can schedule your attention, what is the attention SLA?
THE HONEST BOUNDARY
But the room is not the sandbox.
APPROVALfails the run; no durable suspension
FILESYSTEMno sandbox
TRUST BOUNDARYthe OS user
REMOTE AGENTSparts remain design
Social coordination cannot replace technical containment.
THE DESIGN PRINCIPLE
The future is not human or agent.
It is the architecture between them.
ROOMAgents can act.
EVIDENCEHumans can judge.
GATEConsequences wait.
Design it so human judgment can still change the outcome.