Five stages of building with LLMs, and why most teams are solving the wrong one.
You've shipped an LLM feature. It works in demos and fails in production. The fix isn't a better model. It's figuring out which stage you're actually in.
Short posts on building with LLMs: what works, what breaks, and what the field is still figuring out. Written by Amit, Bargava, and Anand. Shared also on LinkedIn sometimes.
You've shipped an LLM feature. It works in demos and fails in production. The fix isn't a better model. It's figuring out which stage you're actually in.
Models are functions. Models are stateless. Behaviour comes from context. That's the whole foundation, and it explains why your prompts keep failing unpredictably.
GPT-3 turns five this year. Long enough for the hype to settle and the real failure modes to surface. Which is exactly when we built this workshop.
A small team can't hide behind process, they have to know the user, the data, the edge cases, and the failure modes. That belief shapes how I think about building with AI.