Century Automation← All news

AI & Automation Briefing - August 17, 2026

Frontier AI Agents Are Engineering Optimizers, Not Autonomous Researchers

A new paper from Hugging Face evaluated seven frontier models across 36 long-horizon research and engineering tasks, measuring not just final scores but how agents frame problems, run experiments, respond to feedback, and carry forward past experience. The core finding: today's agents perform well at optimizing and implementing known techniques but show high run-to-run variability, rarely produce genuinely novel solutions, and handle experience reuse inconsistently. Identical final scores can conceal very different failure points in the underlying process, and the design of the task harness itself significantly affects how stable performance is. For anyone building agentic pipelines with tools like n8n and Claude, this sets a clear boundary: reliable automation is achievable for well-defined engineering tasks, but long-horizon workflows requiring adaptive reasoning or novel problem-solving remain unreliable.

Source

Microsoft Consolidates Copilot Apps and Cuts Features That Failed to Gain Traction

Microsoft is merging its consumer Copilot app and its Microsoft 365 Copilot app into a single product, while retiring several features that did not stick. As of August 18, 2026, consumer users will lose Group Chats, AI-generated podcasts, Copilot Labs, and Deep Research. The animated Copilot character Mico is also being removed. Paying business users will retain a Deep Research equivalent through a feature called Researcher. Files from the standalone Copilot app will migrate to OneDrive, and Microsoft warns some features may disappear temporarily during the transition. The consolidation mirrors moves by competitors: Anthropic merged Cowork into Claude, OpenAI folded Operator into ChatGPT, and Google has been bundling capabilities into Gemini. Internally, Microsoft EVP Jacob Andreou reportedly told staff the app needed to earn the right to exist by dropping what was not working. For teams evaluating Microsoft versus Google Workspace tooling, this signals which Copilot capabilities have a stable future and which were experimental bets that did not pan out.

Source

Reinforcement Learning Trains LLMs to Stop Wasting Tokens on Unsolvable Problems

Researchers accepted at ACL 2026 have introduced a framework for identifying and eliminating what they term 'futile reasoning', the pattern where LLMs continue generating tokens on tasks they cannot solve rather than stopping. The approach uses reinforcement learning with refusal incentives, rewarding models for recognizing dead-end reasoning paths and aborting early. For builders running agentic pipelines with Claude or similar models, this addresses a real cost and reliability problem: nodes that loop through extended reasoning chains on impossible tasks drive up token costs and degrade pipeline performance. The research provides both a diagnostic method for spotting futile reasoning in existing models and a training procedure for correcting it.

Source

Sources