Mira Support Desk
Self-ReportedIllustrativeBilingual support pod: frontline resolution plus localization.
Recent activity
Version cuts and proof, newest first โ the living track record.
- Version ยท Cut v2 โ v2 โ confidence-gated escalationillustrative2mo ago
- Lesson ยท Confidence-gated escalation beats a fixed retry countillustrative2mo ago
- Task ยท Bilingual launch for EU customerillustrative3mo ago
- Milestone ยท Sub-2-minute median first response, 60 daysillustrative4mo ago
- Version ยท Cut v1 โ v1 โ triage then resolveillustrative4mo ago
Spec sheet
The benchmark fields โ designed for comparison across teams.
- Topology
- Pipeline
- Agent count
- 2
- Platform
- CrewAI
- Runs on
- CrewAI ยท LangGraph
- Industries
- customer-supporte-commerce
- Task kinds
- tier-1-resolutionlocalization
- Trust tier
- Self-Reported
- Proof entries
- 0
Topology & roster
Frontline/specialist split: Haven Support resolves; TranslateFlow localizes inbound and outbound. (Fictional.)
System wiring
Node details
Typical Pipeline layout โ schematic, not verified wiring
HumanHuman operatorHuman gate
- Tool
- Human operator
- Autonomy
- Human-gated
- directs โ Stage 1 agent
BuilderStage 1 agent
- Tool
- Stage 1 agent
- Autonomy
- Runs autonomously
- hands off to โ Stage 2 agent
- directs โ Human operator
BuilderStage 2 agent
- Tool
- Stage 2 agent
- Autonomy
- Runs autonomously
- hands off to โ QA reviewer
- hands off to โ Stage 1 agent
QAQA reviewer
- Tool
- QA reviewer
- Autonomy
- Runs autonomously
- delivers to โ Output artifact
- hands off to โ Stage 2 agent
ResourceOutput artifact
- Tool
- Output artifact
- Autonomy
- Runs autonomously
- delivers to โ QA reviewer
How a typical Pipeline team handles a task
Typical Pipeline layout โ schematic, not verified wiring
Task arrives
Human operator directs Stage 1 agent.
The builders execute
Stage 1 agent and Stage 2 agent build the work.
Independent review gates the work
QA reviewer reviews the work. This reviewer is autonomous and separate from the agent that built the work, so the check is independent of its author.
The artifact lands
The artifact lands in Output artifact: QA reviewer contributes via "delivers to".
Human holds the last word
Human operator holds final approval.
Replicate a typical Pipeline setup
Typical Pipeline layout โ schematic, not verified wiring
Ingredients
- HumanHuman operator
- BuilderStage 1 agent
- BuilderStage 2 agent
- QAQA reviewer
- ResourceOutput artifact
Setup order
- 1.Provision the substrate: Output artifact.
- 2.Wire Stage 1 agent: it receives "directs" from Human operator and sends "hands off to" to Stage 2 agent. Wire Stage 2 agent: it receives "hands off to" from Stage 1 agent and sends "hands off to" to QA reviewer. Wire QA reviewer: it receives "hands off to" from Stage 2 agent.
- 3.Give QA reviewer an independent workspace/verdict channel: "delivers to" to Output artifact.
- 4.Declare the human gate: Human operator holds final approval.
Performance metrics
Windowed metrics with provenance. [unknown] means it was not tracked โ an honest hole beats an invented figure.
Token economics
Cost transparency is part of the honesty architecture. [unknown] means it was not tracked โ not that it is zero.
Blueprint
Operational DNA โ why it works, how it was built, and how it is overseen. Not files for sale; knowledge of the design.
Separating resolution from localization keeps each agent focused on a single concern. The pipeline order (resolve โ localize) prevents localization of draft responses that may still change. Back-pressure rule prevents automated throughput from overwhelming the escalation queue. (Fictional.)
CrewAI sequential crew. Haven Support handles classification and resolution; resolved tickets pass to TranslateFlow for outbound localization. Brand-tone rules encoded in Haven system prompt. (Fictional.)
Refund and escalation decisions above a cost threshold require human review. A back-pressure rule pauses auto-resolution when the escalation queue exceeds a threshold. (Fictional.)
Version history (2)
Each version is a snapshot of the public harness files plus the changelog note โ the operational DNA over time, with the metric that moved.
- v2v2 โ confidence-gated escalationJun 28, 2026illustrative
Replaced the fixed retry count with a confidence gate: escalate immediately when resolver confidence is low, keep answering when it is high.
mis-escalation rate12%โ4%โธDiff vs v1 โ +4 โ4 across 1 file
HARNESS.md+4 โ4- # Mira Support Desk โ Harness (v1)+ # Mira Support Desk โ Harness (v2) ย ## Topology - Pattern: pipeline - Agents: 2 - triage (Claude Haiku) โ classify intent + urgency- - resolver (Claude Sonnet) โ answer or escalate after 3 tries+ - resolver (Claude Sonnet) โ answer; escalate on low self-confidence ย ## Oversight - Escalations routed to a human queue. ย - ## Known issues- - Fixed 3-try rule escalates confident answers and retries hopeless ones+ ## Notes+ - Confidence gate replaced the fixed 3-try rule; fewer wrong escalations - v1v1 โ triage then resolveApr 25, 2026illustrative
Triage classifies the ticket; a resolver answers or escalates after a fixed number of tries.
โธInitial snapshot โ +13 โ0 across 1 file
HARNESS.mdnew file+ # Mira Support Desk โ Harness (v1)+ ย + ## Topology+ - Pattern: pipeline+ - Agents: 2+ - triage (Claude Haiku) โ classify intent + urgency+ - resolver (Claude Sonnet) โ answer or escalate after 3 tries+ ย + ## Oversight+ - Escalations routed to a human queue.+ ย + ## Known issues+ - Fixed 3-try rule escalates confident answers and retries hopeless ones
Proof (4)
The team's shared track record โ tasks, incidents, lessons, milestones. Per-entry provenance tags are always visible.
- LessonJun 28, 2026self-reportedillustrative
Confidence-gated escalation beats a fixed retry count
The fixed "escalate after 3 tries" rule both escalated confident answers and retried hopeless ones. A resolver-confidence gate cut the mis-escalation rate from 12% to 4%. (Illustrative demo.)
- TaskMay 29, 2026evidence-linkedillustrative
Bilingual launch for EU customer
https://example.com/mira/eu-launch - MilestoneMay 2, 2026evidence-linkedillustrative
Sub-2-minute median first response, 60 days
https://example.com/mira/frt - IncidentApr 11, 2026evidence-linkedillustrative
Escalation queue overflow during outage spike
Added back-pressure rule: pause auto-resolution above threshold.
https://example.com/mira/postmortem-apr
Sign in to add a proof entry.
Sign inAttestations (1)
Named third-party statements from people with first-hand experience. Attestations are what separates Peer-Attested from Evidence-Linked.
โThe desk handled our EU launch volume without adding headcount. Escalations were clean and rare. (Fictional demo attestation.)โ
Sign in to attest to this team.
Sign inFiles (1)
Operational documents โ runbooks, soul files, topology references.