Century Automation← All news

AI & Automation Briefing - September 1, 2026

CAST Framework Trains LLM Agents to Catch Bad Tool Calls Before They Cause Irreversible Failures

A new training framework called CAST addresses a core reliability problem in multi-step LLM agent workflows: a single incorrect tool call, such as processing the wrong refund, can permanently derail a task. The paper's key contribution is converting sparse task-level outcomes into structured, action-level rationales that explain why a specific action is valid or invalid given the current context. These rationales are used to train both a critique model and a policy model, rather than relying on prompt-based critique agents that don't improve with optimization. Fine-tuning Qwen3-family models with this approach outperformed GPT-OSS-120B by more than 10 percentage points on retail tool-calling tasks, and added 9 percentage points on telehealth tasks in an out-of-domain test. For teams building agentic pipelines in tools like n8n, the research identifies why naive chained tool-calling setups fail at scale and points toward critique-aware training as the architectural pattern that improves robustness across repeated runs.

Source

Research Paper Maps How AI Reasoning Models Scale Past Human Supervision

A paper published on HuggingFace by Yang et al. lays out a structured framework for understanding how large reasoning models (LRMs) can keep improving as human oversight decreases. Current reinforcement learning approaches work well in math and code because outcomes are automatically verifiable, but extending that to open-ended and agentic tasks is harder since reliable reward signals are difficult to obtain at scale. The paper organizes the problem along two axes. The reward axis tracks the progression from human judgments on individual outputs to reusable automated verifiers that function without human feedback. The experience axis tracks the shift from human-curated tasks toward self-generated curricula and environments. Together these axes form a capability ladder describing how autonomous AI reasoning systems can develop without depending on human supervision at each step. For practitioners building agentic workflows or producing content on where autonomous AI is headed, this framework offers precise conceptual language for the trajectory from current LRM behavior toward more self-directing systems.

Source

Survey of 200+ Papers Defines a Framework for Agentic AI Systems That Build Deliverables

A new survey covering more than 200 research papers establishes a formal taxonomy for agentic artifact creation, the class of AI systems that produce structured outputs such as documents, code, audio, video, and behavioral sequences through stateful, feedback-driven processes. The authors organize these systems around three components: how the work-in-progress is represented at runtime, the policy the agent uses to make construction decisions, and the verification mechanisms that check outputs as they are built. For operations teams, the framework maps directly onto automated workflows that generate client-facing deliverables like reports, project cards, onboarding documents, and meeting summaries. The survey's principles for accountable control are particularly relevant for designing automations where output quality and auditability matter to clients.

Source

Sources