Siphyy AI Spend Analyst
An Anthropic-powered agentic demo that helps fleet operators investigate fuel and maintenance anomalies with evidence-backed reasoning.
The problem
Fleet operators see anomalies — fuel events that don't match GPS distance, repair invoices without supporting photos, the same vendor showing up across suspicious approvals — but investigation is manual, slow, and political. Operators need a co-pilot that surfaces the question and walks them to an answer.
What I built
- React + Anthropic API prototype — structured prompts grounded in fleet-domain context, not a generic chat wrapper.
- Investigation flow — the agent walks operators through fuel events, GPS traces, inspection history, repair records, vendors, and approval evidence in sequence.
- Evidence summarization — pulls supporting documents, OCR'd receipts, and field-captured photos into a single timeline per anomaly.
- Next-action guidance — recommends "approve / investigate further / reject" with explicit reasoning, not vibes.
Why the plumbing matters
The reason this demo worked is the layer beneath it: ingestion, metadata, validation, audit trails, OCR/document capture, async processing, and retrieval-friendly data modeling — RAG foundations in everything but name. LLM products are only as good as the structured ground truth they sit on.