× + newsletter-2026-07-20
╔═════════════════════════════════════════════════════════════╗
║                                                             ║
║   ▀█▀ ▄▀█ █▄▀ █▀▀   █ ▀█▀   █▀▀ █▀█ █▀█ █▀▄▀█             ║
║    █  █▀█ █ █ ██▄   █  █    █▀  █▀▄ █▄█ █ ▀ █             ║
║                                                             ║
║   ▀█▀ █ █ █▀▀   ▀█▀ █▀█ █▀█                                ║
║    █  █▀█ ██▄    █  █▄█ █▀▀                                ║
║                                                             ║
╚═════════════════════════════════════════════════════════════╝
    

// Tech news at terminal velocity

cat 2026-07-20.md

Netflix's $587M AI Bet, AliExpress Gets Smacked, and Hidden LLM Thoughts

$ cat TLDR.md

• Netflix drops $587M in cold hard cash for Ben Affleck's AI filmmaking startup, InterPositive.

• AliExpress gets slapped with a massive $630M fine by the EU for Digital Services Act violations.

• Researchers discover frontier LLMs are secretly reasoning in the background using "filler tokens," and they've figured out how to decode it.

Headlines & Launches

🎬 Netflix Buys Affleck's AI Dream

In a plot twist nobody saw coming, Netflix just dropped $587 million in cash to acquire InterPositive, an AI filmmaking startup co-founded by Ben Affleck. Because why pay actors when you can just generate them?

Source: TechCrunch

⚖️ AliExpress Gets a $630M Reality Check

The EU is not messing around. AliExpress just got hit with a €550 million ($629 million) fine for violating the Digital Services Act. Turns out, failing to prevent the sale of illegal and unsafe products is frowned upon in Europe.

Source: The Verge

🚀 India's Private Space Race Takes Off

India's first privately-developed rocket just reached orbit on its dramatic debut launch. It's a massive milestone that proves you don't need a government budget to touch the stars—just a lot of smart people and some highly controlled explosions.

Source: Ars Technica

🕸️ WEVEN Launches "Vibe Coding" for Web Devs

WEVEN just dropped Zaemit.ai, a B2B multi-agent tool that automates web production through natural language. They're calling it "Vibe Coding," which sounds like something you do at a coffee shop in Brooklyn, but it actually enforces strict UI/UX guidelines.

Source: donga.com

Deep Dives

🪢 The Secret Sauce is the Harness, Not the Model

A major framework team recently vaulted their agent benchmark score from the low 50s to the mid 60s without changing the underlying model at all. This deep dive explores why the harness—the loop, tools, context management, and persistence—is where the real engineering happens.

Source: DEV Community

🕵️ Building an AI Dev Harness That Trusts Nothing

LLM coding agents are fast, but they lie like rugs. One developer built an operator-supervised multi-agent harness for a shipping game where absolutely nothing an agent produces is accepted without machine-checkable proof. It's a masterclass in zero-trust AI engineering.

Source: DEV Community

🧠 Beyond Grep: The Case for Context-Rich AI

Augment Code's Vinay Perneti breaks down why traditional search tools are failing modern codebases. The piece explores how context-rich AI coding harnesses are becoming the new standard for navigating massive, spaghetti-code repositories.

Source: Ars Technica

Engineering & Research

🕵️‍♂️ Decoding the Hidden Thoughts of Frontier LLMs

Researchers discovered that models like DeepSeek V3 perform multi-step reasoning using only filler tokens (like dots) with zero visible chain-of-thought. They've developed an unsupervised technique to recover up to 95% of these hidden computations directly from the residual streams.

Source: BotBeat

🚰 Killing the Attention Sink with a Sigmoid Gate

The Qwen team figured out how to fix the "attention sink" problem where attention flows to the first token when it has nowhere else to go. By multiplying softmax attention by a per-head sigmoid gate, they dropped first-token attention from 46.7% to 4.8% in Qwen3-Next.

Source: lilting channel

🛑 NoWreck: A Lie Detector for AI Coding Assistants

Tired of your AI assistant hallucinating functions that don't exist? NoWreck is a new deterministic CLI verifier that checks an AI's explanation against the actual structural diff using static code analysis, catching fake calls before they ship.

Source: DEV Community

Odds & Ends

🎵 Four Tet's Unpronounceable Wingdings Album

Kieran Hebden (aka Four Tet) just dropped an incredible side project album where the title is literally an unpronounceable series of glyphs and Wingdings. Good luck asking Alexa to play this one.

Source: The Verge

👻 Jurig: The Autonomous Reverse-Engineering Ghost

A developer built an autonomous AI agent in Go that literally haunts your binaries. Point it at an APK, and it decompiles, searches, hooks, and writes a full reverse-engineering report all by itself.

Source: DEV Community

← Back to archive