Callosum closes a $100M seed round led by Atomico, valuation undisclosed. The bet: the agent cost bottleneck is not the model itself but cramming every step into the same GPU. As inference spending eats over half of AI-native companies' revenue, the routing layer's value expands from model selection to chip selection.
Three papers probe the real-world limits of AI Agents from different angles: ORCA-bench drops LLM Agents into production SRE on-call for root cause analysis — the best model scores only 40%; AgentS4D reveals the safety blind spot of workspace agents — 66% of 'successful' runs still triggered dangerous behavior; a Context Files study finds that AGENTS.md / CLAUDE.md files show no measurable improvement in coding agent correctness across 288 controlled trials.
Three papers tackling core Agent challenges: TRACE-ROUTER shows per-call model routing breaks in multi-step agent flows and proposes task-level routing with RL; OmniaBench builds a 1,431-question benchmark spanning consumer, enterprise, and engineering scenarios where top models (Claude Sonnet-5) still score under 60%; a self-calibrating agent framework uses ARIMA time-series forecasting to detect and correct prediction drift without human supervision.
Three papers tackle core AI agent platform challenges from different angles: **AgentCompass** introduces composable open-source evaluation infrastructure to end the fragmentation of agent benchmarking; **Agents in the Wild** is a rare production deployment report distilling reusable design patterns from pharma and finance; **Nanbeige4.2-3B** proves a 3B model with Looped Transformers and large-scale agentic RL can outperform 9B and even 12B competitors on agent tasks — directly relevant for edge deployment and cost-sensitive scenarios.
Three papers approaching 'how to make agents reliably solve complex tasks' from complementary angles. NVIDIA proposes writing agents as plain Python classes so development, testing, and tracing work like normal software engineering. BAAI's AREX demonstrates a deep-research agent that recursively verifies and refines its own conclusions, outperforming comparable-scale models on BrowseComp, HLE, and other benchmarks. The third paper surveys 1,250 papers to build a clear taxonomy for the chaotic term 'AI self-improvement,' helping you tell which techniques are production-ready and which remain research-only.
Three papers tackle the same core question from infrastructure, observability, and evaluation angles: how do you build truly reliable agent systems? Dyserve uses mathematical optimization to decide which LLM each agent workflow node should use within 60ms, beating all baselines on both accuracy and latency. AgentLocate solves the ops nightmare of not knowing which agent broke a multi-agent pipeline, automatically pinpointing the responsible agent and the failure timestep (COLM 2026 accepted). PolyWorkBench delivers a warning: state-of-the-art LLM agents degrade significantly in multilingual workflows — global product scenarios still have a long way to go.
Three papers converge on one trend: the bottleneck for production agents is no longer model capability — it's state management. Paper 1 (Amazon) shows that pre-compiling repetitive steps into tools cuts p50 latency by 42% and error rate by 53%. Paper 2 introduces a standalone memory agent that proactively pushes critical state to the action agent, addressing behavioral state decay in long-horizon tasks. Paper 3 uses recursive multi-agent orchestration to overcome a single agent's inability to search both broadly and deeply. Together: **tool compilation, proactive memory, recursive orchestration** are the three pillars of agent platform engineering in 2026.
Three papers today reveal a core tension: current agent systems shine in closed environments but degrade sharply once conditions shift even slightly. An ICML 2026 paper systematically quantifies this problem through the lens of tool use; the second shows how a pipeline of 6 specialized agents can tackle complex cross-domain tasks; and the third reminds us from a UX perspective that agent 'personality intensity' isn't a case of more-is-better — moderate is the sweet spot.
Three papers tackling production-grade agent systems from different angles: a full-stack practical guide from LLM foundations to multi-agent architectures, a lightweight scaffold that lets agents decide when to compress their own context, and an RL training algorithm that refines credit assignment from tool-call boundaries down to the token level. Together they map out three key questions for building an agent platform: what architecture to learn, how to keep it stable at runtime, and how to train it better.
Three papers approaching agent reliability and safety in production from three layers: inference-time, training-time, and infrastructure. LedgerAgent uses a lightweight ledger structure at inference time so tool-calling agents no longer stuff all state into the prompt for the LLM to reconstruct — directly reducing policy violations and state errors. Alibaba's Connect the Dots (CoD) takes the longer view, using reinforcement learning to train agents that update their environmental awareness while executing tasks in long-term deployments, improving across tasks over time. Sovereign Execution Brokers tackle the security infrastructure layer, inserting credential verification at the exact moment an agent touches a production system, strictly binding authorized actions to actually executed actions. Three papers
Three papers challenging core assumptions about agent tool use and memory: Evoflux shows compact models nearly fail at MCP tool catalogs (3% success) and uses inference-time evolutionary search to reach 17-24%; FlowBank precomputes diverse workflow portfolios and routes at inference time, beating handcrafted designs by ~15%; GitOfThoughts reveals memory only helps when problems are near-duplicates (similarity > 0.8), but git version control offers an engineering path through auditability and replayability.
Three papers address agent reliability from three layers. RefGRPO fixes a neglected reflection calibration problem in agentic RL, turning agents into their own verifiers. 'Agents All the Way Down' delivers a complete custom-agent methodology from LLM substrate to production, arguing that solid foundations matter more than framework choice. EurekAgent uses autonomous scientific research to show that environment engineering beats process engineering for agent reliability.
Three papers tackling core Agent platform challenges from the angles of memory architecture, training efficiency, and reliability evaluation. HORMA proposes a hierarchical filesystem memory architecture so Agents stop collapsing under exploding context in long workflows; TRACE redesigns rollout budget allocation for Agent RL training, squeezing an extra 2.8 percentage points on Multi-Hop QA from the same compute; and τ-Rec exposes the 'reliability cliff' in multi-turn conversational recommendation Agents — even the strongest model drops to just 38% reliability over four consecutive runs, a sobering number for any team planning to ship an Agent product.
Three papers today approach agents from two angles — how to evaluate them and what they fundamentally are: T1-Bench introduces a high-fidelity benchmark spanning 25 real business domains, giving cross-domain reasoning its first systematic quantitative baseline; VISTA solves the credibility problem of using LLMs to simulate users for agent testing, providing 6 metrics to quantify whether your tests actually cover the agent's capability boundaries; Agentic Software clarifies from first principles that when the LLM becomes the primary reasoning engine, the nature of software has changed — directly impacting how agent platforms should design their debugging tools and testing strategies.
Three papers today explore 'agent-native infrastructure' at different layers: the first redesigns API error responses to give agents structured recovery hints, dramatically improving tool-call success rates; the second argues Agent OS is the right abstraction for long-running agents; the third builds a hardware-aware simulator for multi-turn agent serving to quantify KV cache scheduling trade-offs. From APIs to OS to hardware, every layer of the agent stack needs rethinking.
Three papers tackling core agent platform gaps from three angles: APB introduces a 4,209-question diagnostic benchmark that separates planning failures from execution failures; MetaForge lets agents forge missing tools at runtime, breaking the static-toolbox ceiling; RUBAS decomposes agent safety into four scoring dimensions and uses RL to balance helpfulness against safety. Together they address whether your agent system can be diagnosed, can self-extend, and can go to production safely — three checkpoints researchers tackled head-on today.
Three papers tackle 'how to make agentic AI work better' from three angles: the first (UIUC × Intel) profiles real agent workloads and finds the bottleneck is KV-cache management, not long prompts; the second (PwC) runs controlled experiments challenging the RAG-first default, showing grep often beats vector search in agent loops; the third (Microsoft Research) open-sources a complete agent training framework that lets the community train same-tier SOTA agents without relying on closed-source APIs.
Three papers, three angles on agent platforms: AgentFugue demonstrates that peer agents sharing a reasoning scratchpad can break through long-task collaboration bottlenecks; Can Agent Benchmarks Support Their Scores? reveals systematic flaws in current agent benchmark scoring mechanisms, urging us to re-examine leaderboard numbers; VibeServe lets agents auto-generate complete LLM serving stacks that outperform hand-tuned vLLM in niche deployment scenarios while matching it in standard ones. Together they answer: how can agents collaborate better, can we trust the evaluation numbers we rely on, and can agents build infrastructure for engineers?