OpenAI / automate
ChatGPT Work + unified desktop app
The Codex task runtime generalized to all knowledge work: hours-long autonomous runs across apps and files, scheduled and trigger-based tasks, finished documents and web apps as outputs ('Sites' beta), with Codex gaining inline diff editing and side-panel PR review in the merged desktop app.
The harness the benchmarks just proved decisive is now a suite default reaching Free users — and Enterprise/Edu workspaces auto-enable after a two-week off-by-default preview. Operators should set admin posture before the window closes, and size intake and review queues for agent work arriving from every desk, not just engineering.
Anthropic / cowork
Claude Cowork (web + mobile, cloud-run sessions)
Cowork sessions now run in the cloud by default — tasks continue with zero devices online, sync across devices, and push mobile notifications for review and approval steps; usage data from 1.2M sessions across 600,000+ orgs shows the majority of use is non-coding knowledge work.
The supervision surface moved to the phone: approval notifications are now the human-in-the-loop checkpoint for always-on agents. Leaders should define what may be approved from a lock screen versus what requires a desktop review, before mobile-approval habits set themselves.
Cursor / build
Cursor 3.11 conversation-level hooks + CLI subagent persistence
Team hooks extended from tool/file/shell events to the conversation itself — beforeSubmitPrompt, afterAgentResponse, afterAgentThought, subagentStart, stop, and compaction hooks — plus durable parallel side chats, local transcript search across thousands of conversations, and CLI subagents that persist checkpoints across resumes.
Conversation-level hooks are the building block for custom self-correcting loops and centralized agent observability — exactly the harness-layer control the week's benchmarks reward. Platform teams should prototype prompt-linting and response-audit hooks now; transcript search makes past agent behavior a queryable asset.
Anthropic / automate
Claude Code v2.1.202-207 (six releases in-window)
Background agents now self-upgrade after updates instead of paying a stale-session penalty; EnterWorktree requires confirmation outside the project's worktrees directory; a plugin-hook shell-injection vector was closed; usage-credit purchases over $1,000 require typed confirmation; and Auto mode became default-available on Bedrock, Vertex AI, and Foundry.
The autonomy expansion (Auto mode in enterprise-managed clouds) shipped in the same window as its guardrails (spend confirmation, worktree boundaries, injection fix) — the pattern to demand from every vendor. Automation owners on Bedrock/Vertex/Foundry should decide their disableAutoMode posture now rather than discovering the default in an audit.
Microsoft Research / cowork
Flint (visualization intermediate language + MCP server)
An open-source chart intermediate language with an MCP server that lets agents produce reliable, schema-validated visualizations instead of hallucinating chart code — surfaced at 344 points on Hacker News before broad coverage.
Deterministic intermediate representations are the transferable pattern: wherever agents produce structured artifacts (charts, diagrams, reports), a validated IR between the model and the output removes a whole failure class. Teams generating agent-built dashboards should evaluate Flint's MCP server before writing another chart-prompt template.