HN read Codex less as a feature list and more as a permission problem. The thread kept circling desktop agents, non-developer workflows, sensitive files, and whether users really want an AI operating their computer.
#agents
RSS FeedCloudflare is trying to make model choice less sticky: AI Gateway now routes Workers AI calls to 70+ models across 12+ providers through one interface. For agent builders, the important part is not the catalog alone but spend controls, retry behavior, and failover in workflows that may chain ten inference calls for one task.
Vercel is making durable execution a first-party primitive for apps and agents. Workflows is now GA after more than 100M beta runs across 1,500+ customers, removing separate queues, workers and retry infrastructure.
Google is rolling out Skills in Gemini in Chrome so users can save prompts and rerun them on the current page or selected tabs. The feature starts on Mac, Windows, and ChromeOS for English-US desktop users, with confirmations before actions like adding calendar events or sending email.
OpenAI’s updated Agents SDK adds a model-native harness and native sandbox execution so agents can inspect files, run commands, edit code, and continue across longer tasks. It launches generally available in Python with support for sandbox providers including Blaxel, Cloudflare, Daytona, E2B, Modal, Runloop, and Vercel.
Claude Opus 4.7 is now generally available across Claude products, the API, Amazon Bedrock, Vertex AI, and Microsoft Foundry. Anthropic kept pricing at $5/$25 per million tokens while adding higher-resolution image handling, xhigh effort, and stronger coding-agent behavior.
Mistral is turning connectors from glue code into a platform feature: built-in connectors and custom MCP servers now sit inside Studio and can be called across conversations, completions, and agents. The April 15 release also adds direct tool calling and requires_confirmation, making enterprise integration and approval flows part of the product instead of application scaffolding.
Anthropic is pushing Claude Code beyond one-off coding sessions and into persistent workflow automation. In research preview, routines can launch from 3 trigger types—schedules, API calls, and GitHub events—and are available across 4 paid plan tiers when Claude Code on the web is enabled.
HN latched onto a post that says the real bottleneck in multi-agent coding is coordination, not just model IQ. Once work is split across agents, the old distributed-systems vocabulary starts showing up whether the models are brilliant or not.
Cloudflare is moving agent infrastructure out of demo mode: Sandboxes and Containers are now generally available, with 7 recent upgrades aimed at persistent coding workflows. The stack now bundles PTY terminals, credential injection, stateful interpreters, background processes, file watching, snapshots, and higher limits.
Hacker News liked the idea immediately, but the comments also went straight to the hard question: how useful is more autonomy if usage limits stay tight. Anthropic’s new Claude Code Routines package a prompt, repositories, and connectors into cloud-run automations that can fire on schedules, API calls, or GitHub events.
MCP is moving from developer convenience to enterprise control problem. Cloudflare's new architecture matters because it tackles both parts of that shift at once: bloated tool schemas and the security mess created by ungoverned local servers.