Century Automation← All news

AI & Automation Briefing - August 21, 2026

PolicyGuide Converts Organizational Policy Into Workflow-Level Guardrails for LLM Agents

Researchers from KAIST AI published PolicyGuide, a system that compiles domain-specific policies into workflow graphs and uses a proactive verifier to enforce compliance across every step of a multi-turn LLM agent interaction, not just at individual actions. The verifier runs at each user-turn boundary, checks the agent's progress against the graph state, and returns step-specific guidance toward a policy-compliant path. Tested on airline, retail, and telecom customer-service tasks using a GPT-5.4 agent, PolicyGuide raised mean Pass@4 scores from 0.42 to 0.62 overall, with telecom jumping from 0.19 to 0.61. The workflow graphs transferred to Claude Sonnet 4.6 and Gemini 2.5 Pro agents without modification, and the system recorded the lowest attack-success rate observed under adversarial user testing. For operations teams building multi-step agentic workflows in customer service or back-office automation, this approach directly addresses the gap between blocking a single bad action and ensuring an entire process stays compliant from start to finish.

Source

New Authorization Model Cuts Multi-Agent AI Exploit Rates to Near Zero

A paper from HuggingFace introduces the Agentic Principal Chain (APC), an authorization framework designed to prevent delegation abuse in multi-agent AI systems. APC tracks authorization state across agents, actions, and tools, automatically narrowing permissions as tasks are delegated down a chain, and factors in prior execution history before allowing new actions. Enforcement runs outside the model itself. Tested across 3,154 evaluation instances, APC reduced data exfiltration rates from a range of 75 to 100 percent down to zero, cut destructive actions from 38.6 percent to 4 percent, and dropped manipulation attempts from 90.5 percent to 12.1 percent. It blocked all 544 data-stealing cases in the InjecAgent benchmark and all disruptive cases in Agent Security Bench, while correctly validating delegation chains ranging from two to eight hops. Authorization decisions added only 0.24 ms of latency at the 99th percentile. For teams orchestrating multi-agent workflows where AI acts on behalf of clients, this framework addresses the over-permissioning and prompt-injection risks that standard LLM guardrails do not cover.

Source

Pew Research: 35% of Web Pages Published After ChatGPT's Launch Show Signs of AI Authorship

A Pew Research study released August 20, 2026 found that 35% of web pages published after ChatGPT's November 2022 launch show significant signs of AI authorship or heavy AI editing. Pew used the Common Crawl web archive to sample nearly half a million English-language pages and applied Open Pangram's detection technology to assess them. In a broader random sample of 10,000 pages from July 2026, including older pre-AI content, the figure dropped to around 10%, but filtering for post-ChatGPT pages pushed it to one in three. Domain type correlated strongly with AI authorship rates: .com domains showed AI-written content at roughly 10 times the rate of .edu and .gov domains, both sitting near 1%, while .org domains came in at 4.6%. The findings arrive shortly after Cloudflare reported that bot traffic had overtaken human web traffic. Together, the data points to a web where bots are increasingly both producing and consuming content, a dynamic with direct implications for businesses building content workflows and evaluating quality differentiation in AI-assisted output.

Source

Sources