LLM Agent Routers Misjudged by Static Replay Evaluation

Ashritha Gonuguntla· August 11, 2026 View original

Key takeaways

  • Static replay evaluation for LLM agent routers is fundamentally flawed and misrepresents real-world performance.
  • Model swaps in agent trajectories cause significant and immediate divergence in subsequent actions and outcomes.
  • Replay-based benchmarks mispredict success-relevant outcomes and patch similarities.
  • "Deterministic" LLM behavior is configuration-dependent, impacting evaluation reliability.

Who benefits

AI DevelopmentSoftware EngineeringQuality AssuranceResearch & Development

Summary

New research reveals that static replay evaluation for LLM agent routers, which assumes unaffected trajectories after model swaps, is fundamentally flawed. Branching rollouts demonstrate that model substitutions drastically alter subsequent agent actions and outcomes, rendering replay-based benchmarks inaccurate for assessing agentic routing performance.

This paper critically examines the common practice of evaluating LLM routers, particularly those used within multi-step agents, through static replay. Current methods typically replay logged trajectories and simply substitute a different model's recorded outputs, assuming the rest of the agent's path remains unchanged. The researchers challenge this assumption, arguing that such static evaluation "scores the wrong world." To test this, they employed "branching rollouts," where live agent trajectories (specifically on SWE-bench) were forked at controlled points. The environment was rebuilt, and each fork continued with a different model, allowing for a direct comparison against control forks that isolated sampling noise. The findings were stark: model swaps led to significant divergence, rewriting 61-94% of post-fork actions, far exceeding the divergence seen in control runs. A high percentage of early swaps diverged at the very first action after the fork, invalidating most replayed states. Crucially, all observed outcome flips (e.g., an unsolved instance becoming solved or vice versa) occurred in the swap arms, never in the control forks. When these same swaps were scored using a log-stitching replay evaluator, the replay method consistently mispredicted success-relevant outcomes and produced patches with extremely low similarity to actual reality. The study also uncovered that "temperature-0 determinism" is configuration-dependent, with different serving methods (e.g., FP8 vs. AWQ) leading to vastly different levels of divergence. This research concludes that replay-based benchmarks are unsuitable for evaluating agentic routing and provides a harness and trajectories for future, more accurate evaluations.

Why it matters

Professionals developing and evaluating LLM agents and routing systems must recognize the severe limitations of static replay evaluation, as it leads to inaccurate performance assessments and potentially flawed deployment decisions.

How to implement this in your domain

  1. 1Cease relying solely on static replay evaluation for LLM agent routing decisions, especially for multi-step agents.
  2. 2Adopt or develop dynamic evaluation methodologies, such as branching rollouts, to accurately assess the impact of model switching.
  3. 3Account for the non-deterministic nature of LLMs, even at temperature-0, which can vary based on serving configurations.
  4. 4Re-evaluate existing agent routing strategies using more robust, live-environment testing to ensure actual performance matches expectations.
  5. 5Contribute to or utilize open-source harnesses that enable more realistic and dynamic evaluation of LLM agents.

Original post by Ashritha Gonuguntla

"arXiv:2608.08239v1 Announce Type: new Abstract: LLM routers promise efficiency by matching each request to the cheapest adequate model, and are increasingly applied per step inside multi-step agents. Yet agentic routers are evaluated like single-turn routers: by replaying logged…"

View on X

Originally posted by Ashritha Gonuguntla on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses