Show HN: SafeParse – schema validation and retries for AI pipelines
Hacker News (AI)
•
Generative AI
Hi HN, I’ve been building a few automation pipelines that rely on LLMs, and I kept running into the same issue. Everything works fine during testing, then breaks in production. Typical things I saw: - the JSON shape changes slightly - required fields come back empty - the model times out or rate-limits - downstream automations silently fail Even with JSON mode or structured outputs, this still happens occasionally. After dealing with this a few times I started building a small service that sits between the model and the rest of the pipeline.