AIMar 20

HyEvo: Self-Evolving Hybrid Agentic Workflows for Efficient Reasoning

arXiv:2603.1963993.11 citationsh-index: 7Has Code
AI Analysis

This addresses the inefficiency in agentic workflows for AI researchers and practitioners, offering a novel hybrid approach that is incremental in combining existing methods.

The paper tackled the problem of inefficient automated generation of agentic workflows by proposing HyEvo, a framework that integrates probabilistic LLM nodes with deterministic code nodes, resulting in up to 19x reduction in inference cost and 16x reduction in execution latency compared to state-of-the-art baselines.

Although agentic workflows have demonstrated strong potential for solving complex tasks, existing automated generation methods remain inefficient and underperform, as they rely on predefined operator libraries and homogeneous LLM-only workflows in which all task-level computation is performed through probabilistic inference. To address these limitations, we propose HyEvo, an automated workflow-generation framework that leverages heterogeneous atomic synthesis. HyEvo integrates probabilistic LLM nodes for semantic reasoning with deterministic code nodes for rule-based execution, offloading predictable operations from LLM inference and reducing inference cost and execution latency. To efficiently navigate the hybrid search space, HyEvo employs an LLM-driven multi-island evolutionary strategy with a reflect-then-generate mechanism, iteratively refining both workflow topology and node logic via execution feedback. Comprehensive experiments show that HyEvo consistently outperforms existing methods across diverse reasoning and coding benchmarks, while reducing inference cost and execution latency by up to 19$\times$ and 16$\times$, respectively, compared to the state-of-the-art open-source baseline.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes