Century Automation← All news

AI & Automation Briefing - August 28, 2026

Switching Models Mid-Task Carries a Real Cost, and the Direction Matters

New research from HuggingFace quantifies what happens when coding agents hand off a task from one LLM to another mid-run, testing Claude and GPT model pairs. Escalating to a more capable model mid-trajectory produces a measurable quality penalty the researchers call a 'handoff tax.' Downshifting to a cheaper model, by contrast, shows a more favorable cost-to-quality ratio. The research also finds that the optimal handoff interface differs depending on whether you are escalating or downshifting. For anyone chaining models in n8n or similar orchestration tools, this suggests that defaulting to a stronger model early in a task is likely more efficient than escalating after a cheaper model has already built up context.

Source

New Benchmark Shows Coding Agents Complete Full-Repo Migrations at a 5.4% Success Rate

Researchers released SWE Refactor Bench, a benchmark designed to test coding agents on long-horizon, whole-repository stack migrations such as C to Rust, Maven to Gradle, and POSIX to WebAssembly. Across 520 runs on 20 real migrations drawn from projects including SQLite, zlib, libsodium, and GraphHopper, only 28 runs passed all three evaluation stages. Thirteen of the 20 tasks were not solved by any agent tested. The results indicate that while current agents handle localized bug fixes reliably, full-system refactoring remains largely unsolved, which sets a concrete ceiling for teams building or evaluating AI-assisted development workflows where human review checkpoints are still necessary.

Source

Google AI Mode Moves Into Agentic Travel Booking

Google has expanded AI Mode to handle active travel tasks, not just answer questions. Users can now ask it to monitor flight prices across more than 300 airlines and travel sites in over 180 countries, receiving email alerts when prices shift. Hotel booking is also live in the U.S., with AI Mode guiding users through selection and completing reservations via Google Pay through partners including Marriott, Hilton, Expedia, and Booking.com. The hotel or booking platform still owns the transaction and customer service. A separate update lets users query flight and hotel costs in loyalty points or miles, available globally. The pattern here is direct signal for operations builders: Google is positioning a conversational interface as an end-to-end execution layer, not a search tool. That is the same architectural shift driving client-facing workflow automation, and it is now reaching mainstream consumer scale.

Source

Sources