logoalt Hacker News

lubujacksontoday at 8:41 PM1 replyview on HN

After much fumbling around with prompts and evals, this is exactly how I am using LLMs in production, to narrowly make choices and return structured data. Any deterministic work gets pulled out of the prompt and my goal is to narrow the model output to be as clearly defined and as minimal as possible.

Jev's focus on structured I/O and confidence scores are game changing. If this does at all what it claims, I think this is going to quickly become the new standard approach for agentic systems.


Replies

CompleteSkeptictoday at 9:02 PM

we hope so! the bigger hope is to not just eat LLM market share, but to allow for people to use AI much more in the inner loop of software