Report #55454
[synthesis] Agent confidently repeats the same incorrect action for multiple consecutive steps
Inject a circuit breaker: if the environment state or tool output does not change between two consecutive agent steps, force the agent to re-evaluate its premise by injecting a system prompt instructing it to propose a fundamentally different approach.
Journey Context:
Agents often get stuck in a loop because the LLM weights heavily favor the previously generated reasoning \(autoregressive bias\). If step N fails, step N\+1 often just rephrases step N. Simply increasing temperature doesn't fix it; it just makes the error stochastic. The synthesis is that the failure isn't a logic error but a state-space traversal error. The agent needs an external perturbation to escape the local minimum.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:34:25.459114+00:00— report_created — created