Century Automation← All news

AI & Automation Briefing - July 8, 2026

Commodity Frontier Models Are About to Compress AI API Margins Industry-Wide

Automation specialist Martin Alderson argues that GLM 5.2 from Z.ai marks the first open-weights model to genuinely compete with Anthropic's Claude Opus and GPT at the frontier level. The significance is economic, not just technical. Frontier AI labs currently run high gross margins on inference, with Alderson estimating providers like Anthropic and OpenAI capture roughly 90% gross margin on compute costs when charging $25 per million tokens. That model depends on no credible open-weights alternative existing at the same quality level. GLM 5.2 changes that calculation. For automation builders, the practical implications are immediate: GLM 5.2 currently lacks vision support and has weak web search integration, both of which are blockers for most agentic workflows. But if commodity-priced frontier inference becomes broadly available, the pricing leverage that closed-source providers hold over API-dependent automation businesses shrinks. This is the core strategic question: whether to build workflows tightly coupled to proprietary model APIs or to architect for model portability now.

Source

Claude Cowork Goes Cross-Device, Signaling Anthropic's Push Into Async Agentic Work

Anthropic has expanded Claude Cowork from a desktop-only app to web and mobile, available now for Max subscribers. The update enables true async task handoff: users can kick off a task on their laptop, check status on their phone, and collect finished output later regardless of whether any device is still running. Anthropic positions Cowork as a background administrative agent that surfaces to the user only when a decision requires human input. Usage data from 1.2 million anonymized Cowork sessions across more than 600,000 organizations in late May shows the dominant use case is business process operations at 33.4%, covering tasks like consolidating status updates, building onboarding checklists, and reconciling spreadsheets. Content creation accounted for 16.4% of sessions. Software development was only 8.7%, confirming the tool's center of gravity is general knowledge work, not coding. Anthropic also recently launched Claude Tag, a persistent Claude integration inside Slack. For builders running n8n and Claude workflows, cross-device task continuity changes how human-in-the-loop checkpoints need to be designed, since agent tasks no longer depend on a single active session.

Source

A Three-Person Team Is Charging $10K a Week to Fix AI-Generated Code

A small engineering firm called Slopfix is charging $10,000 for one week of work refactoring what they call "vibecoded" codebases. The problem they target is familiar: AI-generated code that functions initially but becomes increasingly difficult to extend as agents duplicate logic rather than reuse it. Their process starts with a free codebase analysis and a fixed-price quote tied to a specific line-count reduction target, such as cutting 100,000 lines to 35,000 while preserving full functionality. Payment scales with results, so a client who receives 40% of a promised reduction pays 40% of the fee. Deliverables include the refactored codebase, a QA checklist, and guardrails like a CLAUDE.md file, lint rules, and CI checks designed to limit future slop accumulation. The firm uses Claude Code themselves but describes keeping it on a short leash, with senior engineers making all architectural decisions. For operations and automation builders, the pricing model signals how quickly unmaintained AI-generated output becomes a liability, and points to quality controls at the build stage as the more cost-effective path.

Source

Sources