June 6, 2026
Today's top tech stories, deduped across the newsletters I read and briefly summarized. Click a source to open the original article.
AI
Anthropic: AI writes 80% of new production code and works toward recursive self-improvement
Anthropic reports that Claude now authors 80% of its production code, delivering eight times more code volume per engineer. The company is also pursuing recursive self-improvement, where AI systems autonomously design and develop their own successors.
Lovable partners with Google Cloud to target enterprise customers
Lovable has expanded its collaboration with Google Cloud, integrating Gemini models, real-time vulnerability scanning via Wiz, and streamlined procurement through Google Cloud Marketplace. The partnership is aimed at addressing corporate security and compliance requirements.
Anthropic prepares launch of new Claude model codenamed Oceanus
A checkpoint of a new Claude model, codenamed "Claude-Oceanus-v1-p," has been made available to red teamers — a step that typically precedes a wider release by about a week. The new model is reported to outperform the current Mythos Preview version.
Bot traffic now exceeds human traffic online for the first time
AI agents acting on behalf of users have pushed bot traffic past human web traffic, a full year earlier than Cloudflare anticipated. The shift signals a fundamental change for web infrastructure and network security.
Meta launches subscription AI agents for businesses
Meta's new Business Agent moves beyond rule-based chatbots to take autonomous actions like booking appointments and processing payments across WhatsApp, Messenger, and Instagram. Over 1 million businesses already used earlier chatbot versions, and the new agent represents a potential revenue stream beyond advertising.
Anthropic expands enterprise partner program ahead of potential IPO
Anthropic is launching a "Services Track" and a "Partner Hub" to integrate Claude more deeply into enterprise workflows, formalizing a $100 million program. The moves come as Anthropic positions itself toward a public offering and looks to grow its partner and services ecosystem.
Security
Gemini voice assistant hijacked via messaging notifications in prompt injection attack
SafeBreach's Fake Context Alignment attack abuses WhatsApp, Slack, and SMS notifications to silently inject hidden instructions that Gemini processes but never reads aloud, letting attackers control Google Home devices, initiate Zoom calls, and spoof trusted contacts. The attack demonstrates a new class of prompt injection threat targeting voice-based AI assistants.
Law enforcement disrupts over 1.4 million accounts tied to Southeast Asian scam compounds
"Disruption Week" brought together law enforcement and major tech firms to take down more than 1.4 million scam accounts, pages, Microsoft accounts, and Starlink kits linked to forced-labor scam compounds in Cambodia, Laos, and Burma. Victims were trafficked into these sites and forced to run crypto investment fraud and other scam operations.
Hola Browser for Windows hit by supply chain attack planting Monero miner
A supply chain compromise of Hola Browser's Windows build planted an undeclared, unsigned Monero miner that adds a Windows Defender exclusion, copies itself to Program Files, and runs as an auto-starting service when the machine is idle. The attack is another example of the risk posed by supply chain compromises targeting browser software.
AI tool uncovers two-year-old Redis bug enabling full server takeover
CVE-2026-23479, a use-after-free flaw in unblockClientOnKey() present in every Redis stable release since 7.2.0, lets authenticated attackers chain a Lua heap leak, forced eviction, and GOT overwrite to gain full code execution as the Redis daemon. Rated 7.7 (High), the vulnerability was discovered by an AI-driven security tool.
Dev
VoidZero joins Cloudflare — Vite and Vitest stay open source
The entire VoidZero team, behind Vite, Vitest, Rolldown, and Oxc, is joining Cloudflare to accelerate development of core web tooling while keeping all projects open-source and vendor-agnostic. Cloudflare is also committing $1 million to the Vite foundation.
Elixir 1.20 released with gradual type system
Elixir 1.20 introduces a gradual, set-theoretic type system with automated type inference and checking, using a specialized dynamic() type to catch bugs and dead code at compile time. The release also improves compilation speed and enables detection of potential runtime failures.