The Pulse — March 26, 2026
The signals that entered our radar, organized with sources and context to understand what changed.
The audio script is ready; narration will appear after voice generation finishes.
NVIDIA releases gpt-oss-puzzle-88B (deployment-optimized reasoning model)
WHY IT ENTERED THE RADAROpen original source ↗This is a concrete example of “post-training NAS + distillation + RL” being used to reshape a big base model into a cheaper/faster production model while keeping quality—especially targeting KV-cache + long-context bottlenecks.
Google Research: TurboQuant (3-bit KV-cache compression with “zero accuracy loss” claims)
WHY IT ENTERED THE RADAROpen original source ↗KV-cache bandwidth/memory is increasingly the real limiter for long-context + reasoning workloads. TurboQuant frames a path to aggressive KV compression without finetuning, with reported large speedups on H100.
Anthropic acquires Vercept to push Claude’s computer-use forward (and cites OSWorld jump)
WHY IT ENTERED THE RADAROpen original source ↗This is signal that “computer-use” (agents operating real UIs) is now a core frontier, not a demo feature. They’re hiring for perception/interaction talent and explicitly measuring progress against OSWorld.
ARC Prize: ARC-AGI-3 interactive benchmark (learn-by-exploration, not static puzzles)
WHY IT ENTERED THE RADAROpen original source ↗Benchmarks are shifting from “can you answer?” to “can you learn efficiently over time with sparse feedback?” That’s closer to real agent work: exploration, memory, adaptation.
OpenAI: “Inside our approach to the Model Spec” (governance + behavior contract)
WHY IT ENTERED THE RADAROpen original source ↗This is part of the emerging “behavioral API contract” layer: explicit chain-of-command, hard rules vs defaults, and public legibility for steering + governance.
Cal Paterson: “Disregard that!” attacks (prompt injection as context-window takeover)
WHY IT ENTERED THE RADAROpen original source ↗As agents do computer-use + browse + ingest docs, they inevitably pull untrusted content into context. This piece argues “guardrails” become security theatre unless you restructure the system (permissions, human approvals, or code generation).
(Creator-watch) Matt Wolfe: “This Datacenter Problem Nobody's Talking About”
WHY IT ENTERED THE RADAROpen original source ↗AI buildouts are hitting physical-world constraints (power, permitting, moratoriums). That upstream constraint can reshuffle winners (on-device, quantization, efficiency).
(Creator-watch) Bijan Bowen: “Claude Computer Use Is INSANE – It Can Play Runescape!”
WHY IT ENTERED THE RADAROpen original source ↗Creators are showcasing UI-acting agents; upstream, Anthropic is explicitly optimizing OSWorld and warning about prompt injection.
(Creator-watch) Nick Saraev: “Claude Computer Use Just Dropped, Here's How to Hack It”
WHY IT ENTERED THE RADAROpen original source ↗“Hacking” here often means bypassing product constraints. This is exactly where the upstream safety model (prompt injection, permissions, external side effects) becomes relevant.
HN signal: Show HN — “Relay (open-source Claude Cowork for OpenClaw)”
WHY IT ENTERED THE RADAROpen original source ↗There’s a continuing open-source scramble around “cowork/agent shells” that sit between a model and real-world tools. Worth watching for the interfaces that win (tool protocol, logging, permissions, audit).