Band is the collaboration layer
Agents exchange the full claim record as shared room context, route work with @mentions, and broadcast the verdict to the whole band — not a thin wrapper around a final notification.
Band of Agents Hackathon · Track 3 — regulated & high-stakes
Four specialist AI agents — each on a different framework and model vendor — collaborate inside one Band room to triage an auto-insurance claim and decide APPROVE, DENY, or ESCALATE to a human.
Live relay · real captured runs
Pick a claim. Each agent reads the shared record from the Band room, runs its logic, and hands off to the next. Where rules fall short, its model reasons over the claim — watch the Fraud agent read the incident storyand add risk the rules can't see. Captured from a live run.
LangGraph · Groq
Gemini SDK · Gemini
Reasoning
LangGraph · Groq
0 rules
“Consistent rear-end collision damage and claim amount.”
Analysis
CrewAI · Groq
APPROVE
The policy is active on the incident date, the fraud risk score is low (0) and the covered amount ($3,700) is well below the escalation threshold. All hard rules point to approval, so the claim is approved for the covered amount.
Final decision · CLM-CLEAN
APPROVE
Payable
$3,700
The policy is active on the incident date, the fraud risk score is low (0) and the covered amount ($3,700) is well below the escalation threshold. All hard rules point to approval, so the claim is approved for the covered amount.
The actual messages from the live room — the full audit trail. The verdict is broadcast to every agent and the human reviewer.
Deterministic guardrails · runs in your browser
Edit the claim and run the deterministic policy guardrailsthe agents must obey — live in your browser. These set the hard floor a regulated workflow can't cross. On top of them, the agents' models add narrative judgmentthe rules can't make — e.g. the Fraud agent reading the incident story (see the replay above).
Most agents work alone. ClaimBand puts three frameworks and two vendors in one room and makes them finish a regulated workflow together.
Agents exchange the full claim record as shared room context, route work with @mentions, and broadcast the verdict to the whole band — not a thin wrapper around a final notification.
Data flows deterministically through Band's shared context (reliable — no JSON-shuttle failures). On top, each agent's model makes calls the rules can't: the Fraud agent reads the incident narrative and adds risk a field-check would miss. The deterministic guardrails set the hard floor; the model decides within them.
When Gemini's free tier hits its 20/day cap and returns 429, the Coverage agent falls back to a templated note and the relay still completes end-to-end. No data loss, no crash.
Five of six pass against the live runs. The sixth is wired in code and waiting on a fresh live room capture; a credible system names its edges.