The Pulse — April 1, 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.
OpenAI raises $122B at $852B valuation (and outlines “AI superapp” strategy)
WHY IT ENTERED THE RADARThis is a rare “platform-scale” capital + compute narrative (multi-cloud + multi-silicon) and a product thesis (unified ChatGPT+Codex+agents). It telegraphs what they’ll optimize for: distribution + agentic workflows.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“What OpenAI’s $122B round actually buys: compute strategy + the ‘superapp’ endgame.”
Inside OpenAI’s “Model Spec” process (public chain-of-command for model behavior)
WHY IT ENTERED THE RADARThis is upstream governance UX: a readable, evolving contract that influences training + evals, and becomes a coordination surface for policy & developer expectations.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Model behavior as an interface: why the Model Spec is more important than another benchmark win.”
Claude “computer use” + Dispatch (assign tasks from phone → Claude uses your Mac)
WHY IT ENTERED THE RADARThis is a product wedge for agent adoption: connectors-first, then UI automation as a fallback. Also noteworthy: their explicit prompt-injection monitoring claims and “permission before new apps” posture.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Agents are getting a mouse: why ‘computer use’ changes which startups win (and what can go wrong).”
Claude Code “Auto mode” (classifier-gated long-running permissions)
WHY IT ENTERED THE RADARThe market is converging on “agent autonomy via policy layer” rather than raw --dangerously-skip-permissions. This is an architectural pattern worth copying for indie agents.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The missing layer for autonomous coding agents: a pre-tool-call safety classifier.”
Scaled RBF Attention (swap dot-product attention for Euclidean distance) + Triton kernel
WHY IT ENTERED THE RADARA concrete, implementable variant that reframes attention as “dot product + built-in key-norm penalty” and connects to Attention Sinks + Register Tokens. Great content for “small architectural hacks that might scale later.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Dot-product attention’s dirty secret (magnitude bullying) — and a drop-in fix you can prototype today.”
Cohere Transcribe: open-weights 2B Conformer ASR (claims 1 on HF Open ASR leaderboard)
WHY IT ENTERED THE RADARSpeech becomes the default interface for agents; an open Apache-2.0 ASR model with strong WER + throughput is a practical building block for “voice agents that actually ship.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Open-source ASR just got ‘enterprise-grade’ — what to build with a 2B Conformer.”
Gemini 3.1 Flash Live model card (native audio, 128K context, audio eval methodology)
WHY IT ENTERED THE RADARModel cards are upstream signal: what they measure (Audio Multi Challenge / BigBenchAudio / ComplexFuncBench) and what they consider “real-time” success. Useful for picking evals for your own demos.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“If you’re building realtime voice AI, steal these eval ideas from Gemini Flash Live.”
1-bit Bonsai (1-bit weights pitch + whitepaper link)
WHY IT ENTERED THE RADAR“Intelligence density” narratives keep returning; 1-bit weights (if real + usable) could unlock edge agents/robotics and change what “local” means.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Are 1-bit LLMs finally real, or just marketing? What I’d test first.”
Claude Code leak analysis: fake-tools anti-distillation, undercover mode, native attestation, KAIROS always-on agent scaffolding
WHY IT ENTERED THE RADAREven if you ignore the drama, it’s an x-ray of the next product shape: always-on background agents, memory distillation, cron refresh, and anti-distillation countermeasures.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Reading the tea leaves: Claude Code’s leak shows the ‘always-on agent’ roadmap.”
Claude Code Unpacked (visual map of agent loop/tools/commands)
WHY IT ENTERED THE RADARGreat for “how modern coding agents are built” breakdowns: tool catalogs, orchestration, and UX layer details.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“A practical anatomy lesson: what’s inside a real coding agent (tools, loops, orchestration).”