The Pulse — May 22, 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.
Notion’s Developer Platform (Workers + CLI + webhook triggers)
WHY IT ENTERED THE RADARNotion is turning into an “agent runtime”: you can deploy deterministic code (Workers) in Notion’s sandbox, sync external data sources into Notion DBs, and trigger workflows via inbound webhooks—without hosting your own infra. This is exactly the kind of glue layer creators will demo, but the upstream story is about hosted runtimes + governance for agents.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Notion quietly became an agent platform: Workers are the missing piece between MCP and real production automations.” (Show 3 real use cases: nightly PDF→Notion ingestion, CRM sync, PR-merged webhook → task close.)
Thinking Machines Labs: “Interaction Models” research preview (micro-turn, multi-stream real-time)
WHY IT ENTERED THE RADARThis is a concrete architectural pitch for “real-time interactivity scales with intelligence” via micro-turn multi-stream design and a split between an always-present interaction model + asynchronous background model for deep tool use.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The next interface war isn’t agents vs chat—it’s turn-based vs continuous models.” Compare this with multi-stream LLM papers (below) and current realtime harnesses (VAD etc.).
Multi-Stream LLMs (parallel streams for thoughts / inputs / outputs) + code
WHY IT ENTERED THE RADARArgues that the “single chat stream” is the bottleneck and proposes training models for parallel streams, not just bolting harnesses on top. Claimed benefits: parallelization/efficiency, separation-of-concerns (security), monitorability.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Why your agent can’t read while it writes—and the training fix.” Do a visual: 3 lanes (INPUT / THINK / OUTPUT) with causal dependency across timesteps.
CODA: rewrite Transformer blocks as GEMM+epilogue programs (cut memory-bound ops)
WHY IT ENTERED THE RADARMost training time is increasingly eaten by memory-bound “surrounding ops” (norm/activation/residual/reductions). CODA proposes a constrained kernel abstraction so these run while GEMM tiles are still on-chip (before writing to global memory).
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The next 2× training speedups won’t come from new GPUs—they’ll come from fusing the boring stuff.” Explain GEMM mainloop + epilogue primitives in plain language.
OpenAI: model disproves Erdős unit distance conjecture (AI math milestone)
WHY IT ENTERED THE RADARClaim: first time an AI autonomously resolved a prominent open problem central to a subfield (combinatorial/discrete geometry), using ideas from algebraic number theory. This is “AI as researcher” content with actual mathematical meat.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“This isn’t ‘AI solved math’ clickbait—the surprising part is the cross-field transfer: number theory machinery → Euclidean geometry.”
LocalLLaMA: Qwen 3.7 hype + upstream announcement link (fetch failed)
WHY IT ENTERED THE RADAROpen-weight releases are still the “internet accelerant” for agents and local workflows. Even without parsing details (site fetch didn’t extract the article body), the upstream link is where early specs/weights/licensing details typically appear.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“What to watch for in Qwen 3.7 (before the benchmarks): license, context length, tool-use format, and whether it ships good small checkpoints (4B–8B) for edge agents.”
NuExtract3: open-weight 4B VLM for OCR/Markdown/structured extraction (fetch failed)
WHY IT ENTERED THE RADARDocument extraction is a huge “agents in the real world” bottleneck: invoices, screenshots, PDFs, tables. If this is genuinely self-hostable with good quantizations (as claimed in the Reddit post), it’s a practical alternative to paid OCR+LLM stacks.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Your agent is only as good as its document ingestion.” Show a pipeline: PDF → images → NuExtract → JSON schema → agent action.
Creator-watch (new uploads) → use as “signals”, but go upstream
Open original source ↗