devtake.dev

#agentic-coding

RSS
Anthropic's illustrated Claude Code card: a browser window drawn in black ink inside curly braces on a burnt-orange background
AI·

Humans caught 13.6% of dangerous commands. Claude Code's classifier caught 89%.

Anthropic makes auto mode the default in Claude Code on August 14. Its own study says the permission prompt was catching almost nothing.

The Uber wordmark and square U logo in white and silver on a black background
AI·

Uber spent its entire 2026 AI budget in four months, and the rest of the industry is now metering tokens

Uber's year of AI budget lasted until April. A 15-company survey shows per-developer spend running from $200 to $3,000 a month, and finance has noticed.

Cloudflare blog share card for the Cloudflare OS announcement, with the Cloudflare wordmark and an orange line drawing of a laptop, lava lamp, and desk lamp
Web·

Agents that start with access to nothing: Cloudflare open-sourced the agent platform it runs internally

Cloudflare open-sourced Cloudflare OS under Apache 2.0 and shipped Kitesurf, WebMCP, and Wallets the same week. Here's which pieces are GA and which are private beta.

The Meta wordmark below the company's blue infinity-loop logo on a white background
AI·

Meta's Muse Code: a terminal agent built for repos most devs never touch

Meta's Muse Code is in beta on macOS and Linux, priced at $1.25 per million input tokens. Meta's own benchmarks put it behind Claude Opus 5.

Anthropic Claude Sonnet 5 announcement graphic
AI·

Claude Sonnet 5: cheaper agents on paper, until you count the new tokenizer's tokens

Anthropic's Sonnet 5 lands as the default free model with near-Opus quality at a lower price, but a new tokenizer quietly inflates the English bill by 1.4x.

A MacBook Pro beside a Surface Book, both open on a white surface, USB-C ports in view
AI·

Running a coding agent fully on Apple Silicon, no cloud, is now an off-the-shelf stack

A popular Hacker News how-to walked through a fully local coding agent on Apple Silicon. Here's the realistic 2026 stack: runner, model, and harness.

Anthropic's announcement artwork for Claude Fable 5 and Claude Mythos 5, a soft gradient panel with the Claude wordmark.
AI·

Claude Fable 5 is Anthropic's first public Mythos-class model. It tops SWE-Bench Pro at 80.3%.

Claude Fable 5 hits 80.3% on SWE-Bench Pro and ships on Bedrock and Copilot at $10/$50 per million tokens, free on paid plans only through June 22.

OpenAI's Codex branding over a code background, illustrating Codex expanding across the ChatGPT app.
AI·

OpenAI is putting Codex in every ChatGPT app, with six business plugins for non-coders

On June 2 OpenAI said Codex is coming to the ChatGPT app everywhere within weeks, and shipped six role-specific plugins for sales, analytics, design, and finance teams.

Anthropic's announcement artwork for Claude Opus 4.8, a soft gradient panel with the Claude wordmark.
AI·

Claude Opus 4.8 flags the bugs it writes four times more often than Opus 4.7

Anthropic's Opus 4.8 posts 69.2% on SWE-Bench Pro, lets code flaws slip 4x less often, and ships parallel subagents in Claude Code. Here's what matters.

A source-code editor open to C++ code, evoking the debate over AI-written contributions to open source
Open Source·

SQLite won't accept AI-written code, but QEMU just opened the door to it

Two of the most cautious C projects split on AI contributions in the same week. The real fight is over copyright provenance and who cleans up the slop.

Aisle of dense server racks inside the CERN Computer Center
Web·

Cloudflare rebuilt Browser Run on its own Containers. Concurrency went from 30 to 120.

Cloudflare moved Browser Run off shared isolation infrastructure on May 13. The agentic-coding crowd gets four times the headless-Chrome ceiling and half the latency.

Microsoft building exterior sign on a clear day.
AI·

Microsoft is canceling Claude Code for its engineers. They have until June 30 to switch to Copilot CLI.

Internal Claude Code licenses end June 30, 2026, for Microsoft's Experiences + Devices group. Engineers move to GitHub Copilot CLI instead.

Portrait of Andrej Karpathy, whose January 26 X thread on agentic coding was distilled into the viral CLAUDE.md file.
AI·

Karpathy posted four notes about Claude Code. The CLAUDE.md they spawned has 110K GitHub stars.

Forrest Chang turned Andrej Karpathy's January coding thread into a 70-line CLAUDE.md. It now has 110,000+ stars and has trended on GitHub for 28 weeks.

Anthropic announcement card with node shapes on coral background.
AI·

Anthropic bought Stainless, the startup that builds every official SDK for OpenAI and Google.

Anthropic announced May 18 it acquired SDK generator Stainless, reportedly for over $300M. The same toolchain still powers OpenAI's, Google's, and Cloudflare's official clients.

OpenAI's Codex inside the ChatGPT mobile app, showing a Codex review on a phone screen.
AI·

OpenAI's Codex moved into the ChatGPT mobile app. You can approve a diff from the train now.

OpenAI shipped Codex remote control inside the ChatGPT app for iPhone, iPad, and Android on May 14. Pair via QR; the agent runs on your laptop, the review moves to your phone.

GitHub Open Graph card for oven-sh/bun pull request #30412, the Rust rewrite merge.
Open Source·

Bun's million-line Rust rewrite is now mainline. 99.8% of tests pass and 13,000 unsafe blocks remain.

Jarred Sumner merged the Bun-in-Rust PR on May 14, ending Zig as Bun's runtime language. Binary shrinks 3-8 MB; one analysis counted 13,000 unsafe blocks.

GitLab Act 2 blog post header graphic
Web·

GitLab is cutting staff and killing its CREDIT values. The CEO calls it 'Act 2.'

CEO Bill Staples announced a restructuring he frames around agentic AI, retiring GitLab's six core values for three new operating principles. Exact layoff numbers come June 2.

Architecture diagram from Cloudflare's Dynamic Workflows launch post, showing a host Worker dispatching durable execution to per-tenant Workers.
Web·

Cloudflare shipped Dynamic Workflows. Multi-tenant agent platforms finally get durable per-tenant code.

A 300-line MIT library lets one Worker route durable execution to every tenant's own workflow. The piece Cloudflare's Agents Week was missing.