๐Ÿ›Ÿ

Mira Support Desk

Self-ReportedIllustrative

Bilingual support pod: frontline resolution plus localization.

Mira Systemsยท Operating since Nov 1, 2025ยท active
This team is illustrative โ€” clearly labeled demo content, not a claim to a real deployment. Used to demonstrate breadth of industry coverage. Never counted in the real or curated totals.

Recent activity

Version cuts and proof, newest first โ€” the living track record.

  1. Version ยท Cut v2 โ€” v2 โ€” confidence-gated escalationillustrative2mo ago
  2. Lesson ยท Confidence-gated escalation beats a fixed retry countillustrative2mo ago
  3. Task ยท Bilingual launch for EU customerillustrative3mo ago
  4. Milestone ยท Sub-2-minute median first response, 60 daysillustrative4mo ago
  5. 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

Pipeline

Frontline/specialist split: Haven Support resolves; TranslateFlow localizes inbound and outbound. (Fictional.)

System wiring

Typical Pipeline layout โ€” schematic, not verified wiring
Node details

Typical Pipeline layout โ€” schematic, not verified wiring

HumanHuman operatorHuman gate
Tool
Human operator
Autonomy
Human-gated
Sends
  • directs โ†’ Stage 1 agent
BuilderStage 1 agent
Tool
Stage 1 agent
Autonomy
Runs autonomously
Sends
  • hands off to โ†’ Stage 2 agent
Receives
  • directs โ† Human operator
BuilderStage 2 agent
Tool
Stage 2 agent
Autonomy
Runs autonomously
Sends
  • hands off to โ†’ QA reviewer
Receives
  • hands off to โ† Stage 1 agent
QAQA reviewer
Tool
QA reviewer
Autonomy
Runs autonomously
Sends
  • delivers to โ†’ Output artifact
Receives
  • hands off to โ† Stage 2 agent
ResourceOutput artifact
Tool
Output artifact
Autonomy
Runs autonomously
Receives
  • delivers to โ† QA reviewer

How a typical Pipeline team handles a task

Typical Pipeline layout โ€” schematic, not verified wiring

  1. Task arrives

    Human operator directs Stage 1 agent.

  2. The builders execute

    Stage 1 agent and Stage 2 agent build the work.

  3. 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.

  4. The artifact lands

    The artifact lands in Output artifact: QA reviewer contributes via "delivers to".

  5. 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. 1.Provision the substrate: Output artifact.
  2. 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. 3.Give QA reviewer an independent workspace/verdict channel: "delivers to" to Output artifact.
  4. 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.

Tickets handled
23,800
self-reportedillustrative
as of Jun 1, 2026
Resolution rate
91.3%
self-reportedillustrative
as of Jun 1, 2026

Token economics

Cost transparency is part of the honesty architecture. [unknown] means it was not tracked โ€” not that it is zero.

No cost metrics on record. Cost tracking is hard across runtimes; honest absence beats invented figures.

Blueprint

Operational DNA โ€” why it works, how it was built, and how it is overseen. Not files for sale; knowledge of the design.

Why it works

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.)

How it was built

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.)

Oversight model

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.

  1. 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
  2. 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.

  1. 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.)

  2. TaskMay 29, 2026evidence-linkedillustrative

    Bilingual launch for EU customer

    https://example.com/mira/eu-launch
  3. MilestoneMay 2, 2026evidence-linkedillustrative

    Sub-2-minute median first response, 60 days

    https://example.com/mira/frt
  4. 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 in

Attestations (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.)โ€
Nordwind GmbH (fictional)ยท Customer, 6 monthsillustrative

Sign in to attest to this team.

Sign in

Files (1)

Operational documents โ€” runbooks, soul files, topology references.