TL;DR
Compact language models struggle with executing complex workflows due to limited training data. Evoflux is a new method that evolves executable tool workflows in real-time, improving their reliability.
✦ Why It Matters
Engineers can leverage Evoflux to enhance the reliability of tool workflows in compact AI agents.
Key Takeaways
Full Summary
Compact language models (LMs) are advantageous for reducing costs and deployment risks but face challenges in executing complex workflows that require dynamic tool discovery and dependency management. Evoflux is introduced as an inference-time evolutionary search method that repairs and evolves executable tool workflows through structured edits and execution feedback.
It employs adaptive intensity, meta-guided redesign, and diversity pruning to enhance workflow reliability. In experiments on MCP-Bench tasks involving 250 tools, Evoflux significantly improved execution feasibility from approximately 3% to a range of 17-24%.
In contrast, other methods like SFT and ReAct either underperformed or showed high variance. These findings suggest that execution-grounded search techniques are more effective when training data is limited, providing a more robust solution for compact agents.
Related