Back to archive
Issue #47··18 min read·9 stories

AI Dev Work Now Costs Less Than Minimum Wage

Perplexity launches an AI 'computer,' Anthropic acquires a computer use startup, plus a browser rendering hack.

Analysis yesterday reveals AI-driven software development now costs less than minimum wage, a significant benchmark for engineering economics. Anthropic acquired Vercept to advance Claude's computer use, while Perplexity launched its own AI 'computer' product. For builders, one team showed how to build a video renderer by lying to the browser about time, and a new take argues for killing code reviews entirely.

NEWS
3 stories
2

VM-Controlled Agents Author 30% of Cursor PRs

Cursor launched cloud agents that control their own virtual machines, which can use dev environments and test code. These agents can iterate on software, build features, and test UIs autonomously. Over 30% of Cursor's merged pull requests are now agent-created, signaling a move towards self-driving codebases.

3

Vercept Acquisition Boosts Claude's Computer Interaction

Anthropic acquired Vercept, a company focused on AI software interaction, to expand Claude's ability to operate within live applications for complex tasks. This follows Claude Sonnet 4.6 scoring 72.5% on the OSWorld evaluation for computer use skills.

TECHNICAL
2 stories
1

Faking Browser Time for Deterministic Video Rendering

Replit built a web page video rendering engine by making browsers deterministic for capture. They injected a JavaScript shim that replaces browser timing APIs with a virtual clock, forcing frame rendering only when instructed.

2

AI Rebuilds Next.js in a Week, Creates Faster Vite Framework

Cloudflare used AI to rebuild Next.js from scratch in one week, creating 'vinext'. This new framework, built on Vite and deploying to Cloudflare Workers, delivers faster build times and smaller client bundles. The project, costing only $1,100 in tokens, illustrates how AI can drastically reduce the time and cost of replicating complex software, especially when paired with well-documented APIs and comprehensive test suites.

ANALYSIS
3 stories
1

Geoffrey Huntley: AI Cuts Dev Cost Below Minimum Wage

Geoffrey Huntley argues AI has driven software development costs below minimum wage, commoditizing traditional engineering skills. This shift redefines roles, allowing 'model-first' companies to operate leaner and faster.

2

Humans Should Review Specs, Not Code

Traditional code reviews are failing under AI-generated code volume. The argument: shift human oversight to defining acceptance criteria and intent, letting AI agents handle code generation and verification. This approach uses layered AI trust, guardrails, and adversarial checks for faster iteration.

3

Pentagon Demands Full Access to Anthropic's Claude

The Pentagon is demanding "full and unfettered access" to Anthropic's Claude AI for all lawful purposes, escalating a conflict with the company. Anthropic resists, citing fears its AI could be used for autonomous weapons or mass surveillance, despite its safety policies. The Pentagon reportedly used Claude in a sensitive operation and now threatens actions like invoking the Defense Production Act if Anthropic doesn't comply. This dispute could set a precedent for government control over AI safety policies.

TOOLS
1 story
1

Python SDK Ships for Apple's On-Device Models

Apple released a Python SDK for its Foundation Models framework, giving developers access to on-device models powering Apple Intelligence on macOS. The SDK enables batch and on-device inference, real-time text streaming, and guided generation with structured, type-safe output. It requires macOS 26.0+ and Python 3.10+, and is currently in beta.