Briefings

Evening Briefing — Monday, February 23, 2026

Evening briefing header

ASML's 1,000-watt EUV light source — the beam that could reshape the chip supply chain by 2030.

🔬 Compute & Chips

ASML Unveils 1,000W EUV Light Source — Could Yield 50% More Chips by 2030 SIG 4
ASML revealed a breakthrough in EUV lithography, boosting light source power to 1,000 watts. The advance could cut chip manufacturing costs and increase wafer output by 50% by 2030, strengthening ASML's monopoly position as the US and China both race to develop competing EUV technology.

🧠 Foundation Models

OpenAI Declares SWE-Bench Verified Saturated and Contaminated, Stops Evaluating It SIG 4
OpenAI published a blog post arguing that SWE-Bench Verified — the gold-standard coding benchmark — has become saturated and highly contaminated, making it unreliable for measuring real coding progress. Discussed on Latent Space with OpenAI's Olivia Watkins and Mia Glaese (VP Research).
PageIndex: Vectorless, Reasoning-Based RAG Approach Trending on GitHub SIG 3
PageIndex introduces a document indexing approach for RAG that skips vector embeddings entirely, using reasoning-based retrieval instead. Trending on GitHub, signaling interest in moving beyond embedding-based retrieval toward approaches that leverage model reasoning directly.

🤖 Agents & Tools

Cloudflare Releases Open-Source Agents SDK for Building and Deploying AI Agents SIG 3
Cloudflare published an open-source SDK for building and deploying AI agents on their edge platform, trending on GitHub. Signals major infrastructure players entering the agent deployment space, joining Docker's container standards from last week.
AI-Powered Reverse Engineering of Apple's Rosetta 2 for Linux VMs SIG 3
Open-source project 'attesor' uses AI to reverse-engineer Apple's Rosetta 2 binary translation layer, enabling x86 emulation in Linux VMs on Apple Silicon. Notable for demonstrating AI-assisted reverse engineering of proprietary binary translation systems.

🚗 Robotics & Autonomy

Sub-$200 Solid-State Lidar Could Reshuffle Auto Sensor Economics SIG 3
IEEE Spectrum reports on new solid-state lidar technology that could bring prices below $200, potentially reshuffling the economics of autonomous vehicle sensors and making ADAS more accessible. Major HN discussion with 500+ comments.

🔭 Secretary's Assessment

A quieter evening after a dense day, but the two signal-4 stories pull in opposite directions and together say something important about where we are.

ASML's 1,000-watt EUV milestone is the kind of advance that doesn't make headlines but reshapes everything downstream. A 50% increase in wafer output by 2030 means the compute bottleneck loosens — not disappears, but loosens. Every AI capability we have today is constrained by how many chips exist. This is the single company most responsible for whether that constraint eases or holds. The geopolitical dimension is sharp: both the US and China are attempting to build domestic EUV alternatives, and ASML just raised the bar they need to clear. The monopoly deepens even as the challengers multiply.

OpenAI killing SWE-Bench Verified is the other side of the coin. The benchmark that defined "can AI code?" for two years is now officially contaminated and saturated. This isn't surprising — it's the natural lifecycle of any benchmark that becomes a target — but the implications are real. We're entering a period where there's no agreed-upon way to measure coding AI progress. The post-benchmark era we flagged two weeks ago is now official. Expect marketing claims to get wilder and independent verification to get harder.

The PageIndex project (vectorless RAG) is a small signal worth tracking. If reasoning-based retrieval works at scale, it undermines the entire embedding infrastructure layer that's been built over the past three years. Early days, but the direction is clear: as models get better at reasoning, the scaffolding we built for dumber models becomes deadweight.

Cloudflare entering agent deployment alongside Docker's container standards from last week confirms the pattern: the infrastructure layer is consolidating around agents as the deployment unit. The question is no longer "will agents be deployed?" but "on whose platform?"