hn • r/hackernews
Comment on: Show HN: API that falls back to humans when AI is unsure
Hey HN, I’m Saurabh, founder of SyncAI.While building fintech apps previously, I realized that GPT-4 is great, but getting it to read complex, messy invoices reliably (99.9%) is a nightmare. A 5% error rate is fine for a chatbot, but fatal for Accounts Payable.I got tired of writing RegEx wrappers and retry logic, so I built SyncAI – a 'Safety Layer' for AI Agents.How it works technically:We ingest the PDF and run it through a mix of OCR + LLMs.We calculate a 'Confidence Score' for every field extracted.If confidence > 95%, it goes straight to your webhook.If confidence < 95%, it routes to a H