× + newsletter-2026-04-21
╔═════════════════════════════════════════════════════════════╗
║                                                             ║
║   ▀█▀ ▄▀█ █▄▀ █▀▀   █ ▀█▀   █▀▀ █▀█ █▀█ █▀▄▀█             ║
║    █  █▀█ █ █ ██▄   █  █    █▀  █▀▄ █▄█ █ ▀ █             ║
║                                                             ║
║   ▀█▀ █ █ █▀▀   ▀█▀ █▀█ █▀█                                ║
║    █  █▀█ ██▄    █  █▄█ █▀▀                                ║
║                                                             ║
╚═════════════════════════════════════════════════════════════╝
    

// Tech news at terminal velocity

cat 2026-04-21.md

Apple's New Era, Amazon's $5B Anthropic Bet, and Git's History Rewrite

$ cat TLDR.md

• John Ternus takes the helm at Apple as Tim Cook steps into the executive chairman role.

• Amazon doubles down on Anthropic with a $5B investment, securing $100B in cloud spending.

• Git 2.54 drops with a highly anticipated `git history` command to save us from interactive rebase hell.

Headlines & Launches

🍎 John Ternus to Replace Tim Cook as Apple CEO

The Tim Cook era is ending on September 1st as hardware boss John Ternus takes the reins. Cook isn't leaving entirely—he'll transition to executive chairman and continue his role as the company's designated 'Trump whisperer.'

Source: The Verge

💰 Anthropic Takes $5B from Amazon, Pledges $100B in Cloud Spend

Amazon is pouring another $5 billion into Anthropic, but there's a massive catch. In return, the AI startup has committed to spending a staggering $100 billion on AWS, proving that in the AI gold rush, the cloud providers always win.

Source: TechCrunch

🍽️ Yelp Upgrades Chatbot to Book Tables and Order Food

Yelp is turning its AI assistant into a digital concierge that can actually get things done. You can now ask questions about a restaurant, book a table, and place an order all within a single conversation.

Source: The Verge

⚛️ Blue Energy Raises $380M for Grid-Scale Nuclear

Blue Energy just secured a massive bag to build nuclear reactors in shipyards. By manufacturing them like ships, they hope to tame the notoriously high costs of nuclear power and unlock cheaper financing.

Source: TechCrunch

Deep Dives

🧠 Training LLMs to Produce Typed Output

Bruno Gavranović explores a fascinating concept: instead of training LLMs to output a flat list of tokens and parsing them post-training, what if we trained them to produce typed output by construction? It's a deep dive into differentiating through type systems and treating type-level choices as something the network can actually learn.

Source: Bruno Gavranović

☁️ How Cloudflare Built Its Agentic Cloud

Wrapping up Agents Week, Cloudflare pulled back the curtain on their internal AI engineering stack. They're routing 20 million requests through their AI Gateway and processing 241 billion tokens, all while using a CI-native AI code reviewer to keep their engineers in check.

Source: The Cloudflare Blog

✍️ The Ultimate AI Writing Tell

If you've noticed a sudden uptick in the phrase 'It's not just [X] — it's [Y]' in articles, you're not alone. This specific sentence construction has become the ultimate telltale sign of AI-generated writing, moving from a subtle clue to a near guarantee of synthetic text.

Source: TechCrunch

Engineering & Research

🐙 Git 2.54 Introduces the `git history` Command

The latest Git release brings a highly anticipated experimental `git history` command. It allows developers to reword and split commits without the dreaded complexity of interactive rebasing, plus introduces configuration-based hooks for easier management across repos.

Source: The GitHub Blog

📊 Realtime Collaborative Graph Database in a CRDT

A new project is making waves by combining type safety, real-time collaboration, and Conflict-free Replicated Data Types (CRDTs) into a graph database. It's an elegant solution for building local-first, collaborative applications without the usual sync headaches.

Source: Hacker News

📦 Managing Versioning in Polyglot Monorepos

A practical guide on using Changesets to handle versioning and changelogs in complex polyglot monorepos. It's a solid read for teams struggling to coordinate releases across different languages and package managers within a single repository.

Source: Luke Hsiao

Odds & Ends

🐟 Cocaine Pollution Gives Salmon Wanderlust

In today's 'science is wild' news, researchers found that salmon exposed to cocaine and its byproducts in polluted waters tend to roam much more widely. Nature is healing, but apparently, it's also partying.

Source: Science.org

Microsoft Teams Fixes the Accidental Hand Raise

Microsoft is finally redesigning Teams to move the 'raise hand' button away from the main toolbar. The era of accidentally volunteering yourself during a company-wide all-hands is mercifully coming to an end.

Source: The Verge

← Back to archive