AI & Agent Evaluation
2,151total visitsadmin
reading room / notes / ai engineering

Reading room

Short summaries of agent optimization and AI engineering work — harnesses, prompt and context optimization, orchestration, memory, and agentic RL.

$ evals.index --public
category: ai engineering
posts: 3
mode: short summaries
storage: postgres
status: listening
ai eval (43)ai engineering (28)
Sort by source dateLatest firstEarliest first

Filtering by rubrics. Clear filter.

The Red Queen Gödel Machine: Co-Evolving Agents and Their Evaluators

arXiv paper · source date 2026-06-24 · 0 comments · original

1. Problems / challenges / motivations - Self-improving agents are bounded by the evaluator that scores their modifications, so a fixed evaluator caps improvement. - In hard-to-verify domains — paper writing, proof grading — there is no benchmark to serve as the evaluator at all. - Letting the evaluator evolve freely invites the agent and evaluator to drift...

Building Customer Support AI Agents at 100M-User Scale (Nubank)

peer-reviewed paper · source date 2026-06-01 · 0 comments · original

1. Problems / challenges / motivations - Production agent quality is gated by the quality of the evaluation loop, and most teams' LLM judges are not calibrated against anything. - Hand-written judge prompts drift and disagree with human reviewers, which makes every downstream decision noisy. - Optimization research is overwhelmingly benchmark-based, with...

Evals Skills for Coding Agents

practitioner blog · source date 2026-03-03 · 0 comments · original

1. Problems / challenges / motivations - Eval methodology is well documented and badly practiced, because doing it properly is tedious. - Coding agents are already in the loop but are not taught how to build evaluation systems. - Error analysis — the highest-value step — is the one teams skip first. 2. Key ideas - Publishes `evals-skills`, a plug-in set of...