PseudoAct brings pseudocode planning to agents
PseudoAct is a new research framework that makes LLM agents synthesize a full pseudocode plan with explicit control flow before taking actions, instead of relying on reactive ReAct-style loops. The paper reports a 20.93-point accuracy gain on FEVER, state-of-the-art results on HotpotQA, and better stability on long-horizon tasks with branching, iteration, and multi-tool coordination.
This is a smart reframing of agent design: stop asking models to improvise every step and make them commit to a structured execution blueprint first. If the gains hold up beyond the reported benchmarks, PseudoAct points toward a more reliable agent stack built around planning, bounded execution, and explicit termination.
- –The core move is separating planning from execution: a planner writes pseudocode, then a control-flow executor enforces it while delegating atomic actions to a local agent
- –The framework supports explicit logic primitives like IF-ELIF-ELSE, FOR, WHILE, PARALLEL, TRY-ON_FAILURE, and DATA-FLOW, which makes branching and iteration first-class instead of emergent
- –The paper argues this reduces redundant tool calls, infinite loops, and token bloat by avoiding ever-growing ReAct histories and keeping each execution step grounded in compact local context
- –Reported benchmark results are meaningful for agent research: 88.24% accuracy on FEVER and 82.14% on HotpotQA, plus additional tests in power-grid workflows to show the approach is not limited to text-only demos
- –The big open question is ecosystem fit: pseudocode-guided agents look promising for serious workflows, but adoption will depend on how well this plugs into real toolchains, memory systems, and production observability
DISCOVERED
37d ago
2026-03-06
PUBLISHED
37d ago
2026-03-06
RELEVANCE
AUTHOR
Discover AI