The same eval scored two ways: a buggy run averaging 3.40 and the corrected run averaging 4.95

A Green Eval Was Lying to Me

Adding strict typing to my eval harness exposed an intermittent judge failure, and fixing that exposed a second bug a passing eval had been hiding. The lesson: a green eval is not a correct eval.

June 10, 2026 · 6 min · Jack Monte
Four patterns read out of a production SDK and applied to a RAG project

What I Learned Reading a Production SDK Cover to Cover

I made my RAG project production-ready by reading the Anthropic Python SDK end to end and stealing four patterns from it. Here is what each one was and why it mattered.

June 10, 2026 · 6 min · Jack Monte