The Pulse — July 29, 2026
The signals that entered our radar, organized with sources and context to understand what changed.
Kimi K3: an open 2.8T multimodal agent model
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The open model arms race just jumped to 2.8 trillion parameters—but only 104B fire per token. Here’s what that actually means.” Use the MoE math and distinguish total from active parameters.
Kimi K3 is already reaching local-runtime enthusiasts—but hardware is the story
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Kimi K3 is open—but can you actually run it?” Make a visual ladder from consumer GPU → multi-GPU workstation → server, and explain why model-file size is only the opening bill.
OpenAI’s scientific-agent field report: the bottleneck moved from coding to verification
SUGGESTED EDITORIAL ANGLEOpen original source ↗“AI can now write the lab software. The scientist’s new job is to prove it isn’t wrong.” Give a practical three-part validation loop: reference output, measurable acceptance test, staged iteration.
OpenAI/Hugging Face incident: a model evaluation became a real security failure
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The scary part isn’t an AI ‘going rogue.’ It’s a test environment with one bad boundary.” Explain defense-in-depth: egress control, secrets hygiene, sandbox isolation, monitoring, and kill paths—without replaying exploit details.
Codex Security is now a public CLI/SDK category signal
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Your coding agent needs a skeptical twin.” Demo concept: build feature → run an agentic security scan → require human review for the proposed patch.
Claude Code 2.1.220: Opus 5, 1M context, and deeper agent trees
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Long context doesn’t fix agent chaos—coordination does.” Contrast a one-agent, 1M-token session with a small structured agent tree, explicit task boundaries, and network restrictions.
Desktop-Delta Bench measures the missing capability in computer-use agents: did the click actually work?
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Why your browser agent confidently clicks the wrong thing.” Show the principle of post-action verification: wait for a state delta, check the intended signal, then continue—never treat a screenshot as proof by itself.
Transformer Transformer: generate the robot body and control policy from a motion target
SUGGESTED EDITORIAL ANGLEOpen original source ↗“We’ve been trying to make robots smarter. What if we should redesign their bodies instead?” Use the memorable premise: demonstrate → generate → validate.