Century Automation← All news

AI & Automation Briefing - August 31, 2026

StepGuard Intercepts Risky AI Agent Actions Before They Execute

Researchers have released StepGuard, a guard model that monitors LLM-based agents at the individual tool-call level rather than reviewing completed action sequences after the fact. Most existing safety guardrails evaluate an agent's full trajectory only after execution, which means harmful actions like unauthorized file changes or data leaks can already be done. StepGuard audits each tool invocation before it runs, using a training pipeline called StepGen that generates matched safe and unsafe trajectories to teach the model to distinguish risky actions in context. A training method called Balance-GRPO dynamically adjusts learning between safe and unsafe examples to reduce both over-blocking and under-blocking. In benchmark tests on AgentDojo and AgentDyn, StepGuard cut the mean attack success rate by 77.3% compared to running agents with no guardrail, while agent utility fell by only 2.8 percentage points. The model matches GPT-4.5-level accuracy among open-weight guard models and is available on Hugging Face with code on GitHub.

Source

ContextPilot Trains AI Agents to Manage Their Own Working Context Using Fine-Grained Reinforcement Learning

Researchers from Tencent have published ContextPilot, a framework that teaches LLM-based agents to proactively manage their own context during long, multi-turn tasks. Most existing approaches limit agents to basic context tools like search, deletion, and summarization, and use coarse reward signals that treat all context edits equally. ContextPilot adds planning, long-term memory, and soft context offloading to the toolset. Its training method identifies context edits with the highest uncertainty and samples branching trajectories from those points, then uses the outcomes of those branches to assign more precise credit to individual editing decisions. Tested on long-context question-answering and deep search benchmarks, ContextPilot outperformed existing baselines while keeping working context smaller, across multiple base models. For operations and automation builders, this points toward more reliable AI agents in multi-step workflows where context bloat or loss degrades performance.

Source

Caterpillar Applies Decades of Mining Automation Experience to Broader AI Deployment

Caterpillar is translating lessons from automating hazardous mining operations into a wider AI rollout across construction, quarries, and enterprise functions. The company's autonomous lineup already includes haul trucks, drilling equipment, underground loaders, and dozers, supported by fleet management software and remote terrain intelligence. Its Cat AI Assistant lets field technicians use voice commands to retrieve repair procedures, troubleshoot problems, and identify parts, drawing on data from roughly 1.6 million connected assets and more than 16 petabytes of structured data. Caterpillar is also using AI agents to modernize legacy code, generate and test software, and catch defects earlier in development. CTO Jaime Mineart emphasized that deploying the technology is only part of the work. Integrating it into existing customer jobsites and workflows is the harder challenge, requiring operators and employees to change how they work alongside machines. Some operators are shifting from controlling a single machine to overseeing multiple machines remotely. To manage that transition across its 118,000-person workforce, Caterpillar plans to invest $100 million in employee training over the next five years.

Source

Sources