Skip to main content
  1. The Orchestration Layer/

Executive Summary: When Agents Disagree

·758 words·4 mins

BMT-02.06 Executive Summary
#

BlueMirror.tech | May 2026
#

Marcus Holloway is a product manager evaluating BlueMirror for a partnership. He is meeting with Aiyana Whitehorse, who has agreed to walk him through the integration questions. The question he opens with is the one product managers always open with when an agentic system serves multiple user goals simultaneously: what happens when the agents disagree?

The example Aiyana picks is a Tuesday afternoon. The earning concierge wants to schedule a 4 p.m. tutoring session because the student in Brisbane has a pre-exam window. The cognitive concierge says today is a low-capacity day because Margaret slept poorly and the morning conversation showed mild word-finding difficulty. The social connection concierge sees that 4 p.m. is Margaret’s only opportunity to call Ruth before Ruth leaves on a two-week trip. The health concierge wants Margaret to rest because her blood pressure has been trending high and the cardiologist has flagged stress as a contributing factor. Four agents. Four legitimate recommendations. One time slot.

The orchestration layer’s conflict resolution architecture determines who wins, why, and how Margaret is informed. This is not an edge case. A system serving thirteen domains will produce genuine conflicts as a normal operating state. A system without visible conflicts is a system ignoring domains.

The priority hierarchy has five tiers. Tier 1 is safety: health safety, cognitive safety, physical safety. Tier 1 always wins. The override is automatic and not adjustable by the person at the moment of conflict, because the consent for Tier 1 enforcement was given at setup and the system treats prior consent as authoritative when present capacity may be compromised. Tier 2 is health maintenance: non-urgent health recommendations. Tier 2 wins against everything except Tier 1 and an explicit Tier 3 override. Tier 3 is the person’s explicit preference. If Margaret says she wants to teach today, the explicit preference overrides Tiers 4 and 5 but not Tiers 1 and 2. Tier 4 is optimization: earning, social, purpose, financial activities competing based on the person’s demonstrated priorities. Tier 5 is maintenance, yielding to everything above. The hierarchy is transparent and inspectable. Margaret can see why the system made the choice it did.

Resolution strategies preserve as much intent as possible before declaring a winner and a loser. Time-shift moves a lower-priority activity to a different slot. If the tutoring session shifts to tomorrow and the social call moves to the evening, all four goals are satisfied at the cost of timing only. Scope reduction shortens activities to fit alongside others: a 45-minute session rather than 60, a rest period before the shortened session. The scope reduction trades each activity’s full value for partial values that sum higher than any single complete activity. Delegation shifts the logistics: the earning concierge notifies the Brisbane student, the social connection concierge proposes an evening call to Ruth, and Margaret experiences a coordinated afternoon rather than four individual conflicts she has to resolve herself. Escalation surfaces the conflict to Margaret when the system cannot resolve it confidently, with a recommendation and a clear invitation to choose differently.

The cross-concierge event bus tries to prevent conflicts from reaching the user-facing layer. When the cognitive concierge publishes a “low capacity day” event at 9 a.m., every agent planning afternoon activities receives the signal and adjusts before making a recommendation. The earning concierge knows by 10 a.m. to approach the tutoring opportunity with a shorter session or a deferral. The home environment concierge adjusts the afternoon ambient setting for rest. When the system works correctly, Margaret never knows a conflict existed.

When Margaret overrides the system’s recommendation, the system does not argue. It adjusts. The session is shortened to 45 minutes. A check-in is scheduled at the 30-minute mark. The student is notified the session may end early. The cognitive concierge increases monitoring. The override is honored because the architecture is built to honor autonomy. The exception is Tier 1: if the cognitive assessment identifies a safety risk specific to the activity in question, the system explains the boundary and offers alternatives. The boundary is narrow, named precisely, and never applied as a general paternalistic override.

The narrow Tier 1 exception is what allows the broad respect for autonomy to be credible. A system that overrides frequently, even with good intentions, becomes a system people work around. A system that overrides only when safety requires it, rarely and transparently, becomes a system people trust.

The full article, including the cross-concierge event bus architecture and the Tier 1 exception threshold specification, is at BlueMirror.tech.