The Pulse — February 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.
Claude Sonnet 4.6 (1M context beta) + upgrades across coding/agents/computer-use
WHY IT ENTERED THE RADARSonnet-class pricing with near-Opus behavior is a workflow shift: more “default” usage for long-horizon agent tasks, large-codebase work, and UI-building without immediately paying Opus-tier costs. The 1M token window (beta) pushes “whole repo / whole contract” use cases into everyday territory.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Sonnet 4.6 is the new default: what you can do with 1M context today (and what still breaks).”
Claude web search now does dynamic filtering (writes/executes code to prune results)
WHY IT ENTERED THE RADARThis is a subtle but important agent capability: lowering context pollution while improving accuracy. The headline is not “search got better,” it’s “agents are allowed to run small code to curate evidence,” which is a pattern you can replicate in your own pipelines.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The real upgrade is not search — it’s pre-context filtering. How to copy this pattern in your own agent.”
Figma: “Claude Code → Figma” (code-to-canvas) + roundtrip with MCP server
WHY IT ENTERED THE RADARThis attacks the classic design↔engineering handoff: capture real UI states from localhost/staging/production into editable Figma frames, then iterate on the canvas, then roundtrip back to code via MCP. This is the kind of workflow that changes team velocity more than “new model benchmarks.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Designers and devs just got a ‘git diff’ for UI: capture live code into Figma, edit, then roundtrip back.”
Google: Gemini 3.1 Pro (preview) — big reasoning jump, shipping across API/Vertex/app/NotebookLM
WHY IT ENTERED THE RADARGoogle is positioning 3.1 Pro as the new baseline for complex problem-solving, explicitly tied to “agentic workflows.” It’s also notable that distribution is broad (API + dev tooling + consumer surfaces), which tends to accelerate ecosystem adoption.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Gemini 3.1 Pro: what ‘complex tasks’ actually means (3 concrete demos you can reproduce).”
ByteDance Seed2.0: production-optimized agent + multimodal series (Pro/Lite/Mini) + model card
WHY IT ENTERED THE RADARSeed2.0 is being framed as deployment-ready agent/multimodal models, with heavy emphasis on long-horizon task stability and benchmark breadth. This is a competitor story: not just “another model,” but “who is building the best production agent stack.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Seed2.0 vs the usual suspects: what ByteDance is optimizing for (hint: stability + workflows).”
NTransformer: Llama 3.1 70B on a single RTX 3090 via tiered streaming + optional NVMe→GPU bypass
WHY IT ENTERED THE RADAREven if you never run it, this is upstream infrastructure innovation: memory-tiering, layer streaming, and experimental NVMe direct I/O patterns. This is the kind of idea that “later becomes a product.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“How people are squeezing 70B onto consumer GPUs: the 3-tier memory trick explained in 90 seconds.”
“How I use Claude Code”: strict separation of research → plan → annotate → implement
WHY IT ENTERED THE RADARThis is a practical, reproducible operator pattern for agentic coding: forcing a written plan artifact, doing an annotation loop, and only then letting the model touch code. It addresses the real failure mode: wrong assumptions compounding.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The cheapest way to get better AI code: never let the model code before you approve a plan.”
OpenClaw: creator joins OpenAI; project moves toward a foundation (stays open/independent)
WHY IT ENTERED THE RADARThis is ecosystem signal: agent projects are maturing from ‘playground’ to governance structures (foundation) while talent is being absorbed by frontier labs. Worth covering as a “where the agent world is going” story.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Open-source agents + foundations: why governance is suddenly the bottleneck.”
Manus Agents: run a personal agent inside Telegram (no terminal/config)
WHY IT ENTERED THE RADARDistribution beats features. Making agents accessible in chat reduces friction dramatically (especially for non-technical users). This is also a clue for product builders: the UI of agents is “where people already talk.”
SUGGESTED EDITORIAL ANGLEOpen original source ↗“The next agent UI is just… chat. Here’s why Telegram integration matters more than model choice.”
MyLLMAuto (CTF): a deliberately vulnerable multi-chain LLM app to learn prompt injection
WHY IT ENTERED THE RADARMulti-chain prompt injection is where real systems fail (handoffs between chains, hidden context, tool calls). This repo is upstream learning material for the “AI pentesting” wave.
SUGGESTED EDITORIAL ANGLEOpen original source ↗“Prompt injection isn’t theoretical: this CTF shows how multi-chain apps leak secrets.”