The Pulse — February 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.
Detecting and preventing distillation attacks (DeepSeek / Moonshot / MiniMax)
WHY IT ENTERED THE RADARConcrete numbers + tactics ("24,000 fraudulent accounts", "16M exchanges") make distillation feel like an operational security problem, not a vague ethical debate. Also frames distillation as tied to export controls and capability proliferation.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Distillation is the new scraping: what the attacks actually look like (and what builders should log/block).”
Google API keys weren’t secrets… until Gemini changed the rules
WHY IT ENTERED THE RADAR“Retroactive privilege expansion” is a nasty new failure mode: a key you were told to embed in HTML becomes a credential for sensitive LLM endpoints once Gemini is enabled. This is exactly the kind of upstream “AI bolted onto legacy auth” risk that will keep repeating.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Your old ‘public’ API key can become an AI skeleton key—how to audit & fix it.”
PA Bench: benchmark for long-horizon, multi-app web agents (email + calendar)
WHY IT ENTERED THE RADARIt’s an evaluation that looks like real assistant work (multi-step, multi-app) with verifiable end states. Notably, they report Claude Opus 4.6 at ~68.8% success vs Gemini 3 Pro ~25% and OpenAI CUA ~12.5% under their setup.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The benchmark that actually measures ‘assistant-ness’—and why verification beats raw clicking.”
Gemini 3.1 Pro announcement (and what it signals)
WHY IT ENTERED THE RADARGoogle is positioning 3.1 Pro as “upgraded core intelligence” + agentic workflow enabler (API/Vertex/Gemini app/NotebookLM). Also cites ARC-AGI-2 score 77.1% (verified) — a clean headline metric.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Gemini 3.1 Pro: what’s actually new vs ‘model marketing’—and where it’s already shipping.”
CLI vs MCP token economics: “I made MCP 94% cheaper”
WHY IT ENTERED THE RADARThe framing is useful: MCP’s upfront schema dump is a fixed tax; CLI/“lazy discovery” shifts cost to just-in-time help calls. Even if you disagree with the numbers, it’s an upstream lens for “agent architecture = budget architecture.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“MCP vs CLI vs Tool Search: where your agent tokens really go (and the lazy-loading pattern).”
Figma MCP server guide (design → code context plumbing)
WHY IT ENTERED THE RADARThis is the “plumbing” behind the wave of “AI codes the UI from Figma” demos. Useful details: remote endpoint https://mcp.figma.com/mcp and desktop server http://127.0.0.1:3845/mcp.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Figma MCP in 5 minutes: what it exposes, what it doesn’t, and how to use link-based context reliably.”
Large-scale online deanonymization with LLMs (privacy threat model update)
WHY IT ENTERED THE RADARDemonstrates scalable re-identification pipelines (feature extraction → embedding search → LLM verification) across platforms, with reported up to 68% recall at 90% precision in settings they tested. This is upstream fuel for “dead anonymity” discussions.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Pseudonyms are breaking: the new deanonymization pipeline and what to do about it.”
Excitation: Momentum For Experts (optimizer for MoE specialization)
WHY IT ENTERED THE RADARIf MoEs keep dominating, training stability + specialization dynamics become the next quiet advantage. This proposes batch-level utilization-driven modulation to push experts to specialize and avoid “structural confusion.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“MoE training has a ‘signal path’ problem—this paper claims an optimizer fix. Here’s the intuition.”
Petri Net Relaxation for infeasibility explanation + sequential task planning
WHY IT ENTERED THE RADARNot LLM-specific, but directly relevant to agents: detecting infeasibility and giving usable explanations matters more than “one-shot plan found.” Good bridge to “why agents fail in the real world.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The missing feature in agents: saying ‘this plan can’t work’ and proving why.”
(From the creator-watch wave) Qwen 3.5 122B local testing as ‘unified memory’ story
WHY IT ENTERED THE RADARThe real upstream story is the “unified memory / long context locally under constraints” narrative + practical settings and quants people replicate. It’s a good hook into: what memory actually means (VRAM, KV cache, context, retrieval).
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Stop calling it ‘memory’: the 3 kinds of memory in local LLM setups (and which one Qwen 122B stresses).”