The Pulse — March 23, 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.
Introducing GPT‑5.4 mini + GPT‑5.4 nano
WHY IT ENTERED THE RADAROpenAI is explicitly optimizing for performance-per-latency and tool reliability (mini/nano as subagents), with benchmark claims across SWE‑Bench Pro, Terminal‑Bench 2.0, and OSWorld‑Verified.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The agent stack is splitting: planner model + cheap execution subagents. Here’s what changes in real products (and how to copy it).”
1M context
WHY IT ENTERED THE RADARThe removal of long-context pricing multipliers is a big strategic move: it normalizes huge-context workflows (large diffs, massive PDFs, long-running agents) instead of forcing chunking/compaction.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“1M tokens isn’t a flex—it’s a workflow change. The 3 patterns that become practical overnight.”
Anthropic: Detecting and preventing distillation attacks (DeepSeek, Moonshot, MiniMax)
WHY IT ENTERED THE RADARThis is one of the clearest public write-ups of “industrial-scale” capability extraction: claimed ~24,000 accounts and ~16M exchanges; also signals where labs think the moat is (agentic coding + tool use + reasoning traces).
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Distillation isn’t just ‘model copying’—it’s a supply chain + ops problem. What defenders will do next (and what attackers will adapt).”
Mistral Small 4
WHY IT ENTERED THE RADAROpen-licensed model with a big MoE design (128 experts / 4 active) and a 256k context window; plus “reasoningeffort” control. This is positioned as one model to replace multiple specialized ones.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Open models are copying the ‘reasoning knob’. What you can build when you control the tradeoff: cost vs depth.”
Google AI Studio: full-stack vibe coding with the Antigravity agent + Firebase integration
WHY IT ENTERED THE RADARThis is an end-to-end product bet: prompt → app → backend (Firestore/Auth) → secrets management. The key is closing the loop from prototype to deployable app without leaving the environment.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Vibe coding is becoming ‘vibe shipping’. The missing pieces were auth, DB, secrets—and now they’re baked in.”
Google Labs Stitch: “vibe design”, DESIGN.md, MCP server, SDK
WHY IT ENTERED THE RADARStitch is trying to be the design-side equivalent of coding agents: an AI-native canvas + project-level reasoning agent + an exportable spec format (DESIGN.md) to bridge design ↔ code.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Design specs are becoming agent-readable artifacts. DESIGN.md might be the next PRD.”
Cursor: Composer 2 (pricing + benchmark claims)
WHY IT ENTERED THE RADARCursor is publishing a story of improved coding quality coming from continued pretraining + RL on long-horizon tasks—then offering aggressive pricing as a wedge.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The IDEs are becoming model companies. Composer 2 shows what ‘vertical RL’ for coding looks like.”
Flash‑MoE
WHY IT ENTERED THE RADARA very concrete implementation of the “LLM in a Flash” idea: SSD streaming + on-demand experts + OS page cache. The interesting bit is the system design and the observed unified-memory bottleneck tradeoffs.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Your next ‘local LLM’ upgrade is not the GPU—it’s the SSD + memory controller. Here’s why.”
“Agent Kernel” — three markdown files to make agents stateful
WHY IT ENTERED THE RADARA minimal pattern that’s spreading: plain-text memory + git repo + conventions. This is upstream for a lot of “my agent remembers” demos.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Stop building memory frameworks. Copy this repo structure and get 80% of the value.”
MIT / diffusion stack refresh: Flow Matching + Diffusion (course + paper + code)
WHY IT ENTERED THE RADARCreator content around image/video diffusion keeps moving fast, but the durable advantage is understanding the math + implementation patterns (flow matching, discrete diffusion, training recipes).
SUGGESTED EDITORIAL ANGLEOpen original source ↗“If you only learn one ‘upstream’ thing this month: flow matching. Here’s the mental model in 5 minutes.”