Sunday, 31 May 2026

Anthropic overtakes OpenAI in valuation at ~$1T; OpenRouter raises $113M Series B; EY Canada's AI-hallucinated cybersecurity citations exposed

Today's Lead

Qazinform

Anthropic Surpasses OpenAI to Become World's Most Valuable AI Startup

Anthropic has overtaken OpenAI to become the world's most valuable AI startup following its $65 billion Series H round, which values the company at approximately $1 trillion—up from $380 billion just three months prior. Led by Altimeter Capital, Dragoneer, Greenoaks, and Sequoia Capital, with $5 billion from Amazon, the round was fueled by strong revenue growth driven by Claude Code and the newly launched Opus 4.8 model, pushing the company's annualized revenue run-rate to $47 billion. OpenAI sits at an $852 billion valuation after its own $122 billion round in March, with both companies now eyeing public offerings.

Read →

Also today

OpenRouter

OpenRouter Raises $113M Series B Led by Alphabet's CapitalG

OpenRouter, the AI gateway that routes requests across 400+ models for 8 million developers, raised $113 million in a Series B led by CapitalG (Alphabet's growth fund), with participation from NVIDIA Ventures, ServiceNow Ventures, and MongoDB Ventures. The company has grown from 5 trillion to 25 trillion tokens processed weekly in just six months, positioning itself as critical infrastructure for enterprises that need routing, reliability, cost optimization, and compliance across multiple AI providers. The round underscores investor confidence in the AI middleware layer as enterprises standardize on multi-model strategies.

Read →

GPTZero

Investigation: EY Canada's Cybersecurity Report Riddled with AI-Hallucinated Citations

GPTZero's investigation of a 2025 Ernst & Young Canada report on loyalty program fraud found fabricated citations attributed to Forbes, Wired, and McKinsey—all with non-existent or broken URLs—alongside statistical contradictions and conflicting source attributions. The case exemplifies 'vibe citing,' where AI generates plausible-sounding references that don't exist; one traced McKinsey citation led back to an obscure blog that had itself invented the statistic. Particularly alarming is that the fraudulent report has since been ingested by AI search tools and news aggregators, potentially poisoning downstream research and AI training data.

Read →

Consumer Rights Wiki

Microsoft Office 2019 and 2021 for Mac to Become View-Only on July 13

On July 13, 2026, Microsoft will remotely expire a digital certificate in Office 2019 and 2021 for Mac, forcing applications into a view-only mode that prevents editing or saving files. Office 2019 users have no upgrade path to avoid the change, while Office 2021 users who update to version 16.83+ are protected. The move contradicts Microsoft's prior commitment that Office 2019 would 'continue to function' after its October 2023 end-of-support date, drawing consumer-rights criticism over effectively bricking perpetually-licensed software.

Read →

brethorsting.com

Domain Expertise Has Always Been the Real Moat

As agentic AI automates code generation, Bret Horsting argues that deep domain knowledge—not coding skills—becomes the true competitive differentiator for software professionals. Generalist engineers struggle to validate AI-generated output for correctness in specialized domains, whereas domain experts can judge accuracy regardless of their own coding ability. The post challenges the traditional career path of learning a domain through years of coding, suggesting that path is no longer viable in the agentic AI era.

Read →

Anthropic

How Anthropic Contains Claude Across Products

Anthropic published a detailed technical overview of its sandboxing approach across Claude.ai, Claude Code, and Claude Cowork: Claude.ai runs inside gVisor containers, Claude Code uses macOS Seatbelt or Linux Bubblewrap when running locally, and Claude Cowork provisions full VMs (Apple Virtualization on macOS, HCS on Windows). A core design principle is that credentials never enter the sandbox, eliminating exfiltration risk regardless of model behavior or attacker-controlled prompts. Anthropic also open-sources its srt (Sandbox Runtime) tooling for community use.

Read →

Alliance for Open Media

AV2 v1.0 Specification Released by Alliance for Open Media

The Alliance for Open Media (AOMedia) released the final v1.0.0 specification for AV2, the royalty-free successor to AV1, on May 28, 2026. AV2 delivers improved compression efficiency for high-quality video at lower bitrates, with targeted improvements for AR/VR content, screen capture, split-screen delivery, and visual quality edge cases. Reference software is available on GitHub, marking the standard ready for encoder and decoder implementation across the industry.

Read →

NixOS

NixOS 26.05 'Yarara' Released

NixOS 26.05 'Yarara' ships with 20,442 new packages, 85 new modules, GNOME 50, GCC 15, and a systemd-based initrd now set as the default. The release is notable as the last stable version to support x86_64-darwin (macOS) hosts, with that support ending December 31, 2026. Infrastructure-level changes focus on a modernized boot process and expanded configuration flexibility throughout the distribution.

Read →

Accenture Newsroom

Accenture to Acquire Ookla, Owner of Speedtest and Downdetector

Accenture has agreed to acquire Ookla—the Seattle-based company behind Speedtest, Downdetector, and Ekahau—to build out its AI-powered network intelligence practice. Ookla processes over 250 million consumer speed tests monthly and provides real-time network outage visibility, making it a valuable data asset for enterprises and communications providers navigating AI-driven infrastructure upgrades. Financial terms were not disclosed, and the deal is pending regulatory approval.

Read →

Zig Language Devlog

Zig's ELF Linker Reaches 30ms Incremental Rebuild Times

Zig's new self-hosted ELF linker, introduced in 0.16.0, can now build the full self-hosted compiler against LLVM and LLD libraries while achieving incremental rebuild times as low as 30ms—and sub-300ms full rebuilds without external libraries. The devlog entry details how the linker handles relocation, section merging, and symbol resolution for complex real-world builds, though DWARF debug info generation for Zig code remains a work in progress. The milestone signals that Zig's toolchain is maturing rapidly toward production-grade self-hosting.

Read →