Century Automation← All news

AI & Automation Briefing - August 20, 2026

Looped Language Models Outperform Standard Models on Chained Tool Calls

A new paper from researchers at Cambridge tests looped (recurrent) language models on compositional tool-calling benchmarks including API-Bank, BFCL, and NESTful. The core finding: recurrent computation consistently improves performance on multi-step tool use where models must manage dependencies across sequential API calls, while offering smaller gains on single, isolated API calls. Accuracy on chained tool tasks generally increases with recurrent depth. Notably, adaptive inference, which allocates extra computation only when a task requires it, delivers a better accuracy-to-compute ratio than simply running full recurrent depth on every query. The results have direct implications for anyone building agentic workflows: standard transformer architectures may structurally underperform on the kind of multi-step, stateful tool chaining that sits at the core of complex automation pipelines.

Source

Research Explains Why LLM Agent Skills Work and Where They Break Down

A new paper from HuggingFace isolates exactly how and why structured skills improve LLM agent performance at inference time. Across 8,135 controlled trials, researchers found that procedural anchoring accounts for 65.7% of skill benefit cases. Skills work by stabilizing execution sequences, not by injecting missing knowledge. Explicit knowledge injection accounts for only 4.5% of cases. Skills outperform Workflow Memory by 6.06 points in matched comparisons. Retrieval is a distinct failure point. As skill pool size grows from 5 to 100 candidates, retrieval precision drops from 29.6% to 3.3%, meaning larger libraries make it significantly harder to surface the right skill. Skills fail when they carry brittle assumptions, land in incompatible contexts, or lack sufficient adaptation. For builders using reusable sub-agents or prompt templates in tools like n8n, these findings give a clear diagnostic framework for why agents underperform in production and where to focus reliability improvements.

Source

Stripe Pays $7.5 Billion for OpenRouter, Acquiring Control of a Key AI Routing Layer

Stripe confirmed on August 19 that it is acquiring OpenRouter for a reported $7.5 billion, a significant premium over the startup's $1.3 billion valuation from just three months prior. OpenRouter routes API calls across multiple LLM providers, letting developers switch between models without rebuilding integrations. Stripe's founders acknowledged the obvious overlap: both companies serve large developer audiences, and 88% of the Forbes AI 50 already use Stripe products, including OpenAI and Anthropic. The practical implication is that Stripe now controls a core piece of AI infrastructure, specifically the layer that meters model usage and abstracts provider selection. For operations teams and agencies building multi-model workflows, this means the company managing payment processing may also soon manage how AI API calls are routed and billed. OpenRouter has stated its product and commitments will remain unchanged after the deal closes. Stripe reportedly outbid Databricks to secure the acquisition.

Source

Sources