Daily Magazine Morning Edition Vol. I · No. 4 Wednesday · April 22, 2026 For Aziz

The Subscription
Flinch.

Ten dispatches from the morning Claude Code briefly vanished from the $20 Pro plan, SpaceX bought the right to buy Cursor for sixty billion dollars, Meta began recording every keystroke on every work laptop — and TypeScript 7 shipped a compiler written in Go that runs ten times faster than the one it replaces.

Issue
No. 04
Weather
Ten stories, one HN spread
Watching
Dev-tool pricing, agent proxies
Directly applies
05

In this issue

  1. 01The Subscription Flinch — Claude Code yanked, then restoredDev tools
  2. 02SpaceX, Cursor, and a sixty-billion-dollar optionM&A
  3. 03Meta will record every keystroke to train its agentsSurveillance
  4. 04TypeScript 7.0 Beta — the Go rewrite, ten times fasterLanguages
  5. 05CrabTrap: an LLM-as-a-judge proxy for production agentsSecurity
  6. 06Anthropic takes $5B from Amazon, pledges $100B backInfrastructure
  7. 07Fifty-six Laws of Software Engineering, in one indexCanon
  8. 08Framework Laptop 13 Pro — repairable, twenty-hour, hapticHardware
  9. 09ChatGPT Images 2.0 shipsCreative
  10. 10A fusion power plant, simulated in your browserWeird science
No. 01 Dev tools Anthropic Applies to you

Claude Code
vanished from
the Pro plan.

Lede · Dev tooling · Subscription economics

Late afternoon on Tuesday, Anthropic's pricing page and docs quietly rewrote themselves — the line "Using Claude Code with your Pro or Max plan" became "with your Max plan", and the checkbox under the $20 tier disappeared.

Hours later the checkbox returned. Head of growth Amol Avasare said the change was an A/B test aimed at roughly 2% of new prosumer signups — but the global docs and landing page told a different story, and existing subscribers spent the evening watching their primary dev tool flicker in and out of their billing tier.

The mechanics underneath are simpler than the confusion: Anthropic charges $20 for capacity that can cost it ten times that in tokens. That arithmetic does not resolve itself by reverting a page.

01
No. 02 M&A AI coding

SpaceX bought the right to buy Cursor. The option: $60B. The consolation: $10B.

SpaceX and Cursor announced a partnership to build a next-generation coding and knowledge-work model together. Inside the deal is a peculiar clause: SpaceX holds an option to acquire Cursor outright for sixty billion dollars later this year — or, if it walks, pays Cursor ten billion dollars for the collaboration.

The structure is shaped by SpaceX's impending IPO (a move targeting a $2 trillion valuation) which would have been complicated by a live acquisition disclosure. Cursor was concurrently raising at north of $50B with a16z leading and Nvidia and Thrive participating; that round is now scrapped, because Cursor's compute is being handed to xAI.

Read it as a vertical play: rocket company buys the thing that writes the software that flies the rocket, and owns both sides of its own stack.

Surveillance · Advisory
No. 03 Surveillance Meta

Every mouse movement. Every keystroke. Every screenshot.

Meta is rolling out a program called the Model Capability Initiative — internal monitoring software that records employees' keystrokes, mouse movements, and periodic screenshots inside applications like Gmail, Slack, Jira, and a pile of internal tools. The captured interactions become training data for the company's AI agents.

The Model Capability Initiative is mandatory for affected teams. Staff asked, publicly and in internal channels, why a company whose business model is surveilling the public should also surveil its own workers to teach machines to do their jobs. Leadership has not produced a legible answer.

A company that built its empire watching its users at scale has now turned the same machinery inward, and pointed the firehose at the people on its payroll.

No. 04 Languages Microsoft Applies to you

TypeScript 7.0 Beta — the Go rewrite lands.

The TypeScript team has shipped the beta of what it calls, internally, the native preview: the entire compiler, previously written in TypeScript and self-hosted, has been ported to Go. The change is not aesthetic. Microsoft claims a tenfold compilation-speed improvement on real-world codebases, with parallel type-checking via a new --checkers flag (default four workers) and parallel project builds through --builders.

Type-checking semantics are identical to TypeScript 6.0, which makes adoption closer to a dependency upgrade than a migration. Install with npm install -D @typescript/native-preview@beta and invoke as tsgo. Stable targeted within two months.

Install · npm · @typescript/native-preview@beta · tsgo
10×
Compile speedup
4
Default checker workers
7.0
Beta, targeting stable in ~2mo
6.0
Semantic parity
Source: devblogs.microsoft.com/typescript
No. 05 Agent security Brex Applies to you

$ crabtrap --policy ./agent.policy.yaml

Brex open-sourced CrabTrap, an HTTP proxy that sits between your agent and the rest of the world. Every outbound request is intercepted, evaluated by an LLM acting as a judge against a policy you write, and allowed or blocked in real time.

The shape is old — an egress proxy with a rules engine — but the evaluator is new. Instead of listing every dangerous URL pattern, you describe the intent of a permissible action, and let a model reason about whether a given call matches. Useful exactly where agents break current firewalls: the request is valid, the target is reachable, the parameters are wrong.

A good default, and a good reason to stop giving your agent raw internet.

# policies/browse.yaml
allow:
  - intent: "read product documentation"
    hosts:  [docs.*, developer.*]
  - intent: "search the public web"
    hosts:  [duckduckgo.com, bing.com]

deny:
  - intent: "exfiltrate secrets"
  - intent: "run write operations on
             internal services"

judge: claude-haiku-4-5
No. 06 Infrastructure Anthropic · Amazon
$5B

in. $100B out. Five gigawatts of compute, locked up for a decade.

Amazon → Anthropic
$5B
New investment, on top of the $8B already placed. Total commitment now sits at $13B.
Anthropic → AWS
$100B+
Over the next decade, on custom silicon — Trainium2 through Trainium4, with options on the generations after that.
Capacity
5 GW
Secured compute, echoing Amazon's earlier $50B arrangement with OpenAI. The pattern: clouds fund frontier labs in exchange for long-dated infra contracts, not equity.
No. 07 Canon Reference Applies to you

A field guide for anyone who has ever had to explain Conway's Law to a VP.

Fifty-six Laws of Software Engineering, indexed.

The pitch

lawsofsoftwareengineering.com collects fifty-six principles and patterns — the ones engineers learn by being bitten, and then struggle to name when they try to warn juniors about the next bite. It is categorized across architecture, team dynamics, planning, quality, scalability, design, and decision-making, with every entry linked to an example and a short origin note.

The canon

You already know the load-bearing ones: Conway's Law, Brooks's Law, the CAP theorem, the testing pyramid, DRY, SOLID, YAGNI. Less frequently taught but just as useful: Goodhart, Occam, Hofstadter, Dunning–Kruger, and the Peter Principle — rules that describe humans more than code.

Why it belongs on the shelf

Architects spend half their day naming the thing the room already senses. An indexed vocabulary of failure modes is a cheap lever: it turns "I have a bad feeling about this" into a citable three-word objection. Keep it bookmarked; send it to whoever just suggested re-orging the platform team to speed up the product team.

No. 08 Hardware Framework Applies to you

Framework Laptop 13 Pro — twenty-hour, haptic, still repairable.

Framework's new 13-inch flagship refines the thesis without breaking it: Core Ultra Series 3 silicon, LPCAMM2 socketed memory you can still swap, a fully CNC-machined aluminum chassis, and — finally — a haptic touchpad driven by piezoelectric actuators.

The headline is battery life: twenty hours, which pushes the machine into the range where you actually leave the charger at home. Ubuntu is certified. Multiple distributions are supported. Nothing about the pitch has changed: repair it, upgrade it, own it for a decade.

Specifications

  • CPUIntel Core Ultra, Series 3
  • MemoryLPCAMM2, socketed
  • ChassisCNC aluminum, single-piece
  • TouchpadHaptic, piezo-driven
  • BatteryUp to 20 hours
  • LinuxUbuntu-certified
  • Upgrade pathUser-replaceable mainboard
No. 09 Creative tools OpenAI

ChatGPT Images 2.0.

OpenAI's image pipeline gets a step-function upgrade — tighter type rendering, more faithful instruction-following for layouts and aspect ratios, and a native in-thread editor that understands natural-language masking rather than bounding boxes.

The rollout is broad: available to ChatGPT Plus, Team, and Enterprise immediately, with API availability staged behind new moderation tooling. 886 points on Hacker News, 739 comments, most of them arguing about whether text inside images is finally, actually solved.

It is a small release that makes a large category of "good enough to ship" marketing assets produceable by a single person in an afternoon.

Generated · Images 2.0 · Prompt: "morning edition"
No. 10 Weird science Fusion Energy Base

A fusion power plant, simulated in your browser.

Fusion Energy Base shipped an in-browser plant simulator: you dial heating energy, pulse rate, and fuel mix, and the model returns a scientific gain Qsci alongside the real-world conversion chain — fusion reaction → thermal output → grid-compatible electricity.

It is a good ten-minute introduction to why "net energy" in fusion is a much more interesting number than headlines let on. Recreational, but calibrated — most of the knobs break things realistically when you push them.

Heating energy45 MJ
Pulse rate0.8 Hz
Fuel mixD-T
Q_sci3.1
Net grid out+112 MW
StatusBreakeven +

From the Hacker News front page.

Top 5 · last 24 hours · top stories not already covered
01

Britannica11.org — a structured edition of the 1911 Encyclopædia Britannica

312 points·105 comments·19h ago

Somebody took the 1911 Encyclopædia Britannica — the legendary edition whose entries on math, music theory, and classical antiquity are still cited a century later — and turned it into a fully searchable, cross-referenced, annotated web edition. The result feels like a calm, weirdly modern research tool, free of the brand-chasing noise that clutters today's references. Bookmark it for the next time you need an entry written before anyone had a reason to SEO it.

02

VidStudio — a browser-based video editor that doesn't upload your files

281 points·99 comments·24h ago

A Show HN for a fully client-side video editor: timelines, cuts, transitions, export — all in the browser, nothing leaves your machine. The interesting bit isn't the UI, which is competent; it's the WebCodecs + WASM stack that makes local-first video work plausible at 2026 resolutions. If your threat model includes "don't send rushes to anyone's server," this is the first tool that actually honors it.

03

Cal.diy — open-source community edition of Cal.com

223 points·55 comments·19h ago

Cal.diy is a hard fork of Cal.com with every enterprise-only feature ripped out, everything relicensed pure MIT, and no commercial edition waiting in the wings. The readme is refreshingly blunt about it: a reaction to Cal.com's creeping open-core model, built for self-hosters who want their scheduler to stay their scheduler. It will be worth watching whether the fork sustains — community forks of VC-backed SaaS rarely survive their honeymoon — but today's artifact is usable.

04

FBI is investigating nearly a dozen dead or missing scientists tied to NASA, Blue Origin, SpaceX

181 points·100 comments·10h ago

A multi-agency FBI probe, coordinated with DOE and DoD, is examining nearly a dozen deaths and disappearances of scientists working on planetary defense, asteroid characterization, and advanced materials for weapons and space vehicles — all dating back to 2022. House Oversight chair James Comer said publicly that "something sinister could be happening." The tell in the reporting is the narrow specialty of the victims; former FBI officials note the pattern matches the way hostile states have historically tried to recruit or eliminate scientists.

05

Drunk post: Things I've learned as a senior engineer

170 points·112 comments·13h ago

An older post from 2021, rediscovered and back on the front page — which is either a reading of where engineers' heads are today, or just a solid piece that ages well. The three punches: the fastest way to advance is to change companies; there are maybe fifteen real patterns in software engineering and the rest is dressing; and the one worth sitting with — working with smart non-technical people and growing others matters more, at the end, than your own code. The sentiment is late-night, but the conclusions read cold-sober.