AIBullisharXiv – CS AI · Jun 237/10
🧠Researchers introduce HALO, a trained orchestrator system that reduces LLM API costs by 45x compared to GPT-4-mini while matching performance on PDDL planning tasks. By leveraging verifier-certified trajectories as direct supervision rather than prompting frontier models at every step, HALO achieves significant cost efficiency improvements across multiple planning benchmarks.
🧠 GPT-5🧠 Gemini
AIBullisharXiv – CS AI · May 297/10
🧠Researchers propose A2X, an LLM-native service discovery system that organizes thousands of callable services into hierarchical taxonomies to solve the context-window limitation problem facing AI agents. The approach achieves 20+ point improvements in retrieval accuracy while reducing token consumption to one-ninth compared to baseline methods, enabling scalable orchestration of distributed services.
AIBullisharXiv – CS AI · May 297/10
🧠Researchers introduce SALE (Strategy Auctions for Workload Efficiency), a framework that coordinates multiple small language model agents through a bidding mechanism to match or exceed the performance of large models while reducing costs by 35% and cutting reliance on the largest agent by 52%. The approach demonstrates that smaller AI agents can be effectively scaled for complex tasks through intelligent task allocation rather than relying solely on larger models.
AIBullisharXiv – CS AI · Apr 147/10
🧠SemaClaw is an open-source framework addressing the shift from prompt engineering to 'harness engineering'—building infrastructure for controllable, auditable AI agents. Announced alongside OpenClaw's mass adoption in early 2026, it enables persistent personal AI agents through DAG-based orchestration, behavioral safety systems, and automated knowledge base construction.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers present ToolGraph, a framework that improves multi-turn tool-using AI agents through self-evolution via preference learning. By combining schema-derived topology with divergence-point preference optimization, the system achieves 16.8% improvement over baseline performance on benchmark tasks, with gains concentrated in airline and retail domains.
AINeutralarXiv – CS AI · Jun 196/10
🧠Researchers introduce SIGMA, a multi-agent framework that enhances mathematical reasoning by orchestrating specialized agents to perform targeted searches and synthesize information through a moderator mechanism. The system achieves a 7.4% absolute performance improvement over existing models on challenging benchmarks like MATH500 and AIME, demonstrating that on-demand, context-sensitive knowledge integration significantly advances complex problem-solving capabilities.
AIBullisharXiv – CS AI · May 286/10
🧠Agyn is an open-source platform designed to operationalize AI agents at scale with production-grade security, governance, and isolation. Built around a stateful serverless Kubernetes runtime, Infrastructure-as-Code provisioning via Terraform, and zero-trust security principles, the platform addresses the emerging engineering challenge of deploying autonomous agents safely across enterprise environments.
AINeutralarXiv – CS AI · May 16/10
🧠Research demonstrates that for procedural tasks, simple in-context prompting with complete procedures in the system prompt outperforms complex agent orchestration frameworks like LangGraph and CrewAI. Testing across three domains showed the simpler approach achieved 4.53-5.00 quality scores versus 4.17-4.84 for orchestrated systems, with failure rates 50-76% lower, suggesting advances in frontier LLM capabilities have eliminated the need for external orchestration.
🏢 OpenAI