ALAdam Langinadam-lang.hashnode.dev·3d ago · 17 min readEvals as Unit Tests: A Practical Approach for Agentic SystemsThis article proposes a simple discipline for evaluating agentic LLM systems: treat evals as unit tests. They live in the repository, they run before merge, and a failure blocks the build, exactly as 00
ALAdam Langinadam-lang.hashnode.dev·3d ago · 23 min readHow to Improve Agentic APIs: Expose a Simple Workflow APIThe most reliable architecture is the one that asks least of the model. Summary Conversational agents are often built by writing a workflow into the system prompt and letting the model work out which 01M