How to Evaluate AI Agents with an LLM-as-a-Judge Harness in Python
In this tutorial, I’ll show you how to evaluate a local AI agent with a simple, repeatable evaluation harness. The harness runs the agent against a set of test cases,…
In this tutorial, I’ll show you how to evaluate a local AI agent with a simple, repeatable evaluation harness. The harness runs the agent against a set of test cases,…
Ryan first catches up with Dataiku co-founder and CEO Florian Douettea to chat serious agentic systems and why they require intentional frameworks, orchestration, governance, and reusable, documented data products. Then,…
Inkling: Our open-weights model (via) Mira Murati’s Thinking Machines Lab just released their first open-weights model. Inkling is “a Mixture-of-Experts transformer with 975B total parameters, 41B active” – an Apache-2.0…
Every AI system will eventually propose a change that makes things worse. The question is whether you’ll know before or after it runs on your production database at 2am. 12…
Every application, at some point, has to deal with a fundamental challenge: something happens, and several other things need to react to it. A user logs in, and the app…
What Is CommonJS (CJS)? Back in 2009, when Node.js was created to run JavaScript on servers, outside the browsers, the language had a massive flaw: it had no built-in system…
16th July 2026 – Link Blog Firefox in WebAssembly (via) This is absurdly cool: Puter compiled Firefox to WebAssembly such that the whole browser runs in another browser. Here’s my…
A statically typed, but Python-like systems programming language that transpiles to C, C++, and JavaScript 19 min read · 10 hours ago Press enter or click to view image in…
In this tutorial, you’ll build a production-ready PayPal payment service using NestJS microservices. Along the way, you’ll learn how to isolate payment logic into its own service, communicate between services…