Skip to content

#agents

RSS Feed
LLM Apr 16, 2026 2 min read

Cloudflare 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.

AI Apr 16, 2026 2 min read

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.

LLM Apr 16, 2026 2 min read

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.

LLM Apr 15, 2026 2 min read

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.

LLM Apr 15, 2026 2 min read

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.