Skip to main content

Command Palette

Search for a command to run...

Series

Simpler Conversational Agents

Experiments in moving work out of the LLM and into deterministic code, using a tennis court booking agent. Each post compares agent designs on the same scripted conversations and reports pass rate, tokens, cost and latency. Post 1 compares a ReAct agent, a prompt-graph agent and a simple workflow API agent. Post 2 replaces tool calling with Jev as the turn interpreter.