ClaimsForge Operations
← Agent demo πŸ“š KB πŸ“ Methodologies πŸŽ“ Training πŸ“Š Ops

Operations dashboard

Real-time view across knowledge, claims, gaps, and customer feedback.
β€”
KB entries
β€”
β€”
Claims auto-resolved
β€”
β€”
Knowledge gaps
Unanswered or low-confidence claims
β€”
Satisfaction rate
πŸ‘ vs πŸ‘Ž ratio
β€”
Methodologies synthesized
Patterns auto-distilled from accumulated cases
β€”
Ripe case clusters
Clusters with β‰₯ 3 cases ready for synthesis

πŸ“ Methodologies β€”

Every 5 resolved cases, the system clusters past resolutions and asks Gemini to distill the recurring PATTERN into a reusable methodology. Methodologies become first-class KB entries every agent retrieves.

β€”

Agent stack 7 specialists Β· Gemini 2.5 + Sierra-style gate

🎯
IntentAgent
β€”
πŸ’—
EmotionAgent
flash
🧭
NeedsAgent
flash
πŸ“Έ
DamageAgent
β€”
πŸ’°
CompensationAgent
flash + hybrid-RAG
πŸ›‘οΈ
SupervisorAgent
pure-Python Β· hard rules
βœ…
VerifierAgent
flash Β· soft review

KB Β· by source

KB Β· by quality bucket

β€”

KB Β· top domains

Claims Β· resolution outcomes

Claims Β· by damage type

Recent knowledge gaps β€”

Claims where no KB entry was confident enough. Reviewers should backfill the KB.

β€”

Recent customer feedback β€”

πŸ‘/πŸ‘Ž from real customers. Cited KB entries get quality boost / penalty automatically.

β€”

πŸ“₯ SFT Dataset Export data flywheel

Every auto-resolved claim becomes a labeled training pair. Gold cases (supervisor approved + customer accepted) export to a one-click fine-tuning dataset for Vertex AI Gemini, OpenAI, or Anthropic. After ~2000 gold pairs, the merchant fine-tunes a smaller, faster ClaimsForge-shaped model β€” typically ~30-50% token + latency reduction.

πŸ“₯ Download .jsonl

πŸ”’ Tier-2 Hard Rules β€”

Business-editable supervisor rules from data/hard_rules.json. Toggle a rule off here to disable it without a code deploy β€” cache picks up the change within 60s. Tier-1 rules (pHash collision, duplicate-order, multimodal mismatch, frequency cap) stay in code and cannot be toggled β€” they're the constitution.

β€”

πŸ“‹ Human handoff queue β€”

When the supervisor or verifier escalates, the structured briefing lands here so agents can act without re-reading the transcript. P0 = legal/regulator (act in <5 min) Β· P1 = high emotion (<30 min) Β· P2 = normal (same day).

β€”