The week in AI: Aug 24–30, 2026
Two threads carry the week: Perplexity shipped a computer rather than another app, and Debian settled its policy on AI-generated code by vote rather than by maintainer fiat. The first is for readers tracking where assistant companies go once the chat window stops being enough; the second is for anyone who maintains a project and will eventually have to write down the same rule. The rest is infrastructure and legal follow-through — Meta rebuilding its network stack without RDMA, Sony and Warner picking a fight that isn't about lyrics, and the Musk–Altman dispute taking down its first named party.
RESEARCH
The 19% Nobody Saw Coming
Stanford tracked millions of payroll records and found employment for 22-to-25-year-olds in AI-exposed roles fell 13% since late 2022, while their older colleagues in the same jobs kept growing. Software developers and customer service reps took the sharpest hit — the ladder is losing its bottom rung, not its top.
HARDWARE
Perplexity Shipped A Computer, Not An App
It runs on NVIDIA's DGX Spark desktop box — local models, agent harness, OS-enforced sandbox, and connectors fused into one system. Anything the agent does on-device bills you nothing per token.
HARDWARE
Jalapeño Won On Two Axes At Once
On SemiAnalysis' InferenceX benchmark, OpenAI's Jalapeño posted more tokens per user *and* more throughput per kilowatt than the best silicon shipping today. Inference chips almost always trade one of those away for the other.
MODELS
Anthropic Quietly Removed Claude's Most Annoying Daily Ritual
Anthropic has wired one shared memory across Claude chat and Cowork, its agentic work app. Whatever you tell Claude in a chat — project details, preferences, how you like things done — now carries over, so the re-briefing ritual disappears.
HARDWARE
Meta Threw Out RDMA And Started Over
Meta rebuilt RDMA from a clean sheet as MetaRoCE, a transport aimed at Ethernet fabrics wiring together thousands of accelerators. The target is the tail: in all-reduce and all-to-all, a single slow flow sets the pace for the whole training job.
AI
Gold Medal Sprint, Then The Smoke Started
Unitree's H1 clocked 21.50 seconds in the 100-meter dash — a humanoid world record, and still slower than a decent human jogger. Elsewhere on the track, machines stumbled, collided with handlers, and at least one burst into flames mid-event.
AI
Unsloth Beat Everyone To Qwen 3.8 Flash
Unsloth had quantized GGUF builds and fine-tuning support live roughly a day after the model dropped — before most inference stacks had even merged it. r/LocalLLaMA users were running and tuning it locally while the official tooling was still catching up.
POLICY
Sony And Warner Aren't Suing Over Lyrics
The complaint's phrase is a "brazen campaign" — and it targets how the music was obtained, not what the model wrote back. Framing it as illegal piracy makes the claim far broader than the earlier lyrics-output cases.
AI
Elon Vs Altman Just Claimed Its First Casualty
OpenAI cut Cursor off from its models, stranding one of the most-used AI coding editors and sending it to other providers overnight. Latent Space traces the cutoff to the Musk-Altman fight rather than any technical or billing dispute.
AI
Debian Put AI Code To A Vote
It took a General Resolution — the same Condorcet ballot Debian used to settle the systemd wars — to decide whether contributors may use LLMs at all. The winning option permits generative AI while keeping each contributor fully accountable for whatever they submit.
MODELS
Google's Video Model Now Remembers Ten Seconds Back
Scene extension now reads up to 10 seconds of prior context instead of a single final frame, so motion and lighting survive a 40-second build. The same release lets you pin both the first and last frame, then upscale the result to 4K.
HARDWARE
Nvidia's Real Moat Isn't The Chips Anymore
The newest data center systems get more AI output from the same silicon by controlling how data moves between processors — routing and scheduling traffic instead of adding cycles. That interconnect layer, not the chip itself, is the part competitors are struggling to copy.
RESEARCH
A 1924 Algorithm Just Beat Modern Anomaly Detection
A researcher benchmarked today's deep-learning time-series anomaly detectors against a statistical technique built for 1920s factory floors — and the old method held its own. The r/MachineLearning writeup argues the benchmarks, not the models, are what's really broken.
HARDWARE
One 16GB Card Shouldn't Run This
A llama.cpp fork called beellama.cpp is squeezing 50 tokens/sec out of Qwen 3.8 27B on a single consumer card. The full 100k-token context comes along too — a load that normally demands datacenter silicon.
OPEN SOURCE
Nobody Programmed This Robot To Walk
Pollen Robotics packed 15 motors, a camera and LiDAR into a 25 cm frame that costs $399. Every movement is a neural policy trained in MuJoCo and exported to ONNX, putting the whole sim-to-real loop on a desk.