╔═════════════════════════════════════════════════════════════╗
║ ║
║ ▀█▀ ▄▀█ █▄▀ █▀▀ █ ▀█▀ █▀▀ █▀█ █▀█ █▀▄▀█ ║
║ █ █▀█ █ █ ██▄ █ █ █▀ █▀▄ █▄█ █ ▀ █ ║
║ ║
║ ▀█▀ █ █ █▀▀ ▀█▀ █▀█ █▀█ ║
║ █ █▀█ ██▄ █ █▄█ █▀▀ ║
║ ║
╚═════════════════════════════════════════════════════════════╝
// Tech news at terminal velocity
cat 2026-07-20.md
$ 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.
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?
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.