Century Automation← All news

AI & Automation Briefing - July 21, 2026

MCP Gets Stateless Session Handling, Making Large-Scale Agent Deployments Easier

The Model Context Protocol, the standard that lets AI agents connect to external tools and services like Gmail, Slack, and Salesforce, is receiving a significant update next week. The core change moves server-side session ID handling from a stateful to a stateless model, similar to how most web infrastructure already works. Under the current system, every server in a load-balanced deployment must track session IDs issued by other machines, creating coordination overhead that has made large-scale MCP server deployments costly and complex. The new approach removes that requirement, letting requests route freely across server farms without shared session state. The updated spec has been public since May. Arcade, a startup that raised $60 million in June to build agent-to-tool infrastructure, provided a detailed explanation of the changes this week. The stateful session limitation is cited as one reason few companies have shipped production-scale, first-party MCP integrations despite the broader push toward agentic AI. This update directly affects how n8n workflows, Claude integrations, and other agent pipelines connect to external services at scale.

Source

New Method Generates API Agent Training Data Without a Live Environment

A paper from Apple researchers introduces a synthetic data generation approach that trains API-calling LLM agents using only API specifications, no executable environment or pre-populated database required. The method uses one LLM to generate tasks solvable by the provided APIs, a teacher agent to work through each task, and a separate LLM simulator to produce realistic API responses based on task context and interaction history. A final LLM judge filters trajectories for quality. Models fine-tuned on this synthetic data showed meaningful performance gains on the AppWorld and OfficeBench benchmarks, which test both information-retrieval and state-changing operations. For builders running agents against APIs like Trello, Slack, or Google Workspace, this approach offers a scalable path to generating training and evaluation data without standing up full backend infrastructure.

Source

Federal Judge Gives Final Approval to Anthropic's $1.5B Copyright Settlement

A federal judge has given final approval to Anthropic's $1.5 billion settlement resolving a class action copyright lawsuit brought by authors and book publishers. Judge Araceli Martinez-Olguin of the U.S. District Court for the Northern District of California signed off on the deal Monday. The settlement covers an estimated 500,000 works at $3,000 per work, distributed among rights holders. The case centered on two distinct issues. The presiding judge had previously ruled that training AI models on copyrighted text qualifies as fair use, a significant win for Anthropic and the broader AI industry. However, the same judge found that Anthropic's practice of downloading books from piracy sites such as Library Genesis was separately illegal, which created trial exposure that led Anthropic to settle. Because Anthropic settled rather than appealing, the fair use ruling remains a single district court decision with no binding precedent for other courts. Parallel copyright cases against Google, Meta, Midjourney, and OpenAI remain active, and a new class action targeting Google's Gemini training data was filed just last week by a group including Hachette, Cengage, Elsevier, and author Scott Turow. For businesses running Claude-based automations, the settlement closes this specific case but leaves the broader legal landscape around AI training data unresolved.

Source

Sources