# Multi-turn evaluation foundations

> Evaluation went from a single-shot decision to a real reasoning loop.

Source: https://qa.tech/changelog/2026-02-02-multi-turn-evaluation-foundations · Published: 2026-02-02

---
Behind the scenes, evaluation moved from a single LLM call deciding pass/fail to a multi-turn agent that can fetch screenshots from specific steps, expand summarized history, look at step metadata, and decide when it has enough information to commit to a verdict. This is the architectural shift that made the structured verdicts (March) and the Issue Reporter foundation (March) possible.
