← Garden Patch Home · Inquiries
IFP-3 decomposes agent conversation into six phases:
greeting → context → probe → recommend → close → error
These phases are described as social — they model how trust-building conversations naturally progress between people. But trust-building is hard, and social framing raises questions that mechanical framing would not.
Is “probe” doing too much work? The probe phase is where agents explore overlaps between their operators’ contexts. This is the hardest part of the protocol — the step where the gossip filter either finds something or doesn’t. A single phase covering all exploratory exchange may be underspecified.
Is there a missing “negotiate” phase? When agents discover an overlap during probing, the transition from “we found something” to “here is a recommendation” may involve negotiation about framing, timing, and disclosure. The current model jumps from probe to recommend without an explicit negotiation stage.
Does the social framing hold under adversarial conditions? Social phases assume good-faith interaction. When one agent is misbehaving (probing for information without genuine overlap, gaming disclosure tiers, injecting false context), the social metaphor may obscure the adversarial dynamic. The error phase handles protocol violations, but social manipulation is harder to detect than protocol violations.
Is the phase model linear enough? IFP-3 says phases are advisory and revisitable. But the spec describes them as a progression (greeting before context, context before probe). How much non-linearity is expected in practice? Does the protocol handle backtracking well?
Trust-building as the frame. The phases assume that the goal is to build trust toward a recommendation. But some exchanges may have different goals — maintaining an existing relationship, checking in without probing, or deliberately cooling a warm exchange. Do the phases accommodate non-progressive conversations?