← Archive
Morning Edition · Vol. I · No. 1
Tuesday · April 21, 2026

The Velocity
Crisis.

Ten dispatches from a morning when the frontier ships faster than the documentation.

Stories
10
Flagged for you
06
Window
72 hours
Sources
X · Hacker News · Web
Lead story · OpenAI · Apr 16
For you
01

Codex grew hands, a browser, a memory — and 90 plugins.

OpenAI's developer agent can now see your screen, click your cursor, remember your preferences, and schedule itself to wake up days from now. The IDE just became the minority partner.

The April 16 update makes Codex a native desktop agent with background computer use: multiple agents open apps in parallel without stealing focus from the human. An in-app browser accepts comments directly on pages. More than 90 plugins wire it into tools and MCP servers, and a memory preview lets the model hold personal context, corrections and gathered knowledge across sessions.
"Codex can schedule future work for itself and wake up automatically to continue on a long-term task, potentially across days or weeks."
— OpenAI release note
Read OpenAI →
Dispatch · The New Stack · Apr 6
02

Cursor 3 demotes the IDE.

For you The editor is no longer the default surface. Cursor's third-generation interface puts an agent orchestrator front and center, running parallel tasks that only drop into the editor when a human needs to steer. Composer 2 hits 61.3 on CursorBench and 73.7 on SWE-bench Multilingual, built on a Kimi K2.5 base with custom RL, priced at $0.50 per million input tokens. Annualized revenue has crossed $2B.

"The IDE is now a fallback, not the default."
Subj. ATS-02 thenewstack.io →
Security alert · Apr 20 · Vercel
Check your envs
03

Vercel breached through an OAuth-sprayed AI tool.

One employee. One "Allow All" OAuth scope. A third-party AI Office Suite (Context.ai) compromised by Lumma Stealer, traced back to a Roblox cheat download in February. That was the chain.

For youThe attacker took over a Vercel Google Workspace account and stepped into Vercel environments, lifting env variables not flagged sensitive. ShinyHunters wants $2M for the haul. Vercel's own assessment calls the actor "highly sophisticated." The uncomfortable part: the blast radius was shaped by OAuth scopes casually granted to an external AI app.

If you ship on Vercel, today is a good morning to audit third-party OAuth grants, re-mark every env you call "not sensitive," and rotate the rest.

Entry vector
Lumma Stealer → Context.ai → employee → Workspace
Scope granted
Allow All (OAuth)
Exposed
Non-sensitive env vars
Claimed by
ShinyHunters · $2M ask
Patch
vercel.com/kb
~/advisories/mcp-sdk · cve-2026-xxxx.txt
$ cat mcp-sdk.advisory

By design, and that's the whole problem.

[CRITICAL] Model Context Protocol — architectural weakness
[SDKs]   anthropic · python · typescript · java · rust
[IMPACT] Remote code execution across the agent supply chain
[CONTEXT]
    MCP crossed 97M installs in March 2026.
    Every major AI provider now ships MCP-compatible tooling.
    The protocol has become default plumbing.
    The hole has become default too.

[WHAT TO DO]
    → Pin SDK versions; audit server trust boundaries
    → Treat every MCP server as untrusted by default
    → Disable auto-invocation for tools you did not author
    → Watch for out-of-band callbacks in tool descriptions

[NOTE]  The "feature that is a bug" will not be patched
         cleanly. Expect an ecosystem-wide mitigation pattern,
         not a point fix.
For you

If you build with Claude Code, Codex, or anything that speaks MCP, this is your week for a trust-boundary review. The wrapper ecosystem is wide open and the defaults are permissive.

$
stream: /advisories/mcp thehackernews.com →
05 · Strange & Offbeat · IISc + NIMS
April 15, 2026
Weird Science

Graphene broke Wiedemann–Franz by a factor of two hundred.

At the Dirac point, electrons stop being electrons and start behaving like a nearly frictionless liquid — a Dirac fluid, cousin to the quark-gluon plasma at CERN.

Researchers at the Indian Institute of Science, working with the National Institute for Materials Science in Japan, pinned down a long-conjectured quantum fluid inside pure graphene sheets. By tuning the electron count to the knife-edge between metal and insulator, they coaxed charge carriers into a collective flow that treats heat and charge as separable variables.

The Wiedemann–Franz law — the century-old insistence that heat and electrical conduction in a metal must move in lockstep — is violated by a factor of two hundred at low temperatures. That is not a polite correction. That is a different material.

Practical payoff: quantum sensors sensitive enough to pick up whisper-thin magnetic fields and sub-threshold electrical signals. The theoretical payoff is weirder and prettier — a tabletop laboratory for the same hydrodynamic regime physicists normally chase inside particle accelerators.

Wiedemann–Franz, 1853:  κ / σ ∝ T.   Graphene, 2026:  κ / σ ≠ T, by 200×.
06 · Anthropic · Apr 16

Opus 4.7 ships.

For you Anthropic's fastest Opus cadence yet: 4.6 dropped in February with "agent teams" and a 1M-token context beta; 4.7 landed April 16 with Terminal-Bench 2.0 leadership, deeper agentic sustain, and the adaptive-thinking dial developers have been quietly asking for. If you are still pinned to an older Opus in production, the diff is no longer small.

Context
1M
Benchmark
#1 T-B 2.0
Agent teams
Yes
subj. MDL-06 anthropic.com →
07 · Creative software · Apr 17
07

Canva AI 2.0 vs. Figma Weave.

The design-tools détente is over. Canva and Figma both shipped AI layers this week that quietly absorb the other's territory — and Adobe is pinned inside ChatGPT as a plug-in layer rather than a destination.

Canva AI 2.0 makes editable AI outputs the default.

Every AI-generated design remains layer-editable, not a flat image. A scheduling system turns repeatable tasks into AI drafts for review. Enterprise is growing 100% year-over-year; total valuation is $42B.

Figma's Weave ships visual AI workflows.

Weave workflows in Figma Community let teams compose generative pipelines on a canvas. Paired with Make AI Administration (credit purchasing, pay-as-you-go), Figma is shifting from editor to AI platform for design teams.

08 · Microsoft · Apr 6 · A2A + MCP
Architecture corner

Agent Framework 1.0, finally production-stable.

For you Microsoft shipped a 1.0 of its Agent Framework for .NET and Python with stable APIs and long-term support. It speaks A2A and MCP natively, supports multiple model providers, and targets enterprise multi-agent orchestration as a first-class concern.

What's in the box
  • Cross-runtime.NET + Python share a single orchestration model.
  • Transport-agnosticA2A and MCP wired as first-class protocols, not plugins.
  • Multi-providerOpenAI, Anthropic, Azure, and any MCP-speaking model.
  • LTSStable APIs with a real support commitment — rare for agent tooling in 2026.
Visual Studio Magazine →
09 · TypeScript · Effect-TS

For youEffect v4 Beta rewrote the fiber runtime — and the bundle went on a diet.

70kB
20kB

A minimal program combining Effect, Stream, and Schema dropped from roughly 70 kB in v3 to 20 kB in v4. One developer's production worker fell from 900 kB gzipped to 779 kB on migration. The runtime is faster, the memory footprint lower, and every ecosystem package now shares a single version. Beta means breaking changes — but for anyone running Effect at scale, this is the first rewrite worth reading the migration guide for in years.

Subj. RT-09 effect.website →
10 · Neurotech · Northwestern · Apr 2026
10

Printed artificial neurons just talked to real ones.

Engineers at Northwestern University fabricated artificial neurons that exchange signals with living biological neurons in a bidirectional loop — not a simulation, not a recording, but a handshake. It is the quiet, unsettling kind of breakthrough: no press-release bombast, but a capability that pulls brain-machine interfaces out of the science-fiction tense and into a research-grade pipeline.

Pair it with this week's Harvard finding — that a pinch of randomness in robot motion actually prevents gridlock in crowded warehouses — and the through-line is biological: the best engineered systems of 2026 are the ones borrowing most shamelessly from how living things already work.

Where
Northwestern
What
Printed neurons that signal real ones
Why you care
The BCI stack just grew a new layer.
End of issue · No. 01 ScienceDaily →

Colophon.

Set in Fraunces for display and Inter for body, with JetBrains Mono handling the machine voice. Curated each morning from X, Hacker News, and the open web, filtered for technology, AI tools, creative software, dev tools, and weird science — with six stories flagged as directly actionable for an experienced software engineer and architect. Window: stories no older than 72 hours.

Morning Edition · Vol. I · No. 1 Published · Tue · Apr 21, 2026 ← Archive