Eighty-plus comments on a piece claiming the AI jobs apocalypse is delayed suggests builders and founders are paying attention to employment implications. The Economist's sample is limited and timing matters, but if you're pitching to risk-averse enterprises or boards, this is useful evidence that adoption is accelerating without catastrophic labor disruption. Worth a read for the narrative ammunition.
Speculative decoding is table stakes now; the news is the AMD port. If you're locked into AMD hardware for cost or supply reasons, this gets you much closer to NVIDIA's inference performance per dollar. This is infrastructure work that unblocks entire deployment strategies, but only if AMD GPUs are in your constraint set.
On-policy distillation (extracting reasoning by fine-tuning a student on teacher outputs) is becoming standard practice. This paper's finding is useful: hard examples matter more than quantity, and what matters is CoT length, not token randomness. For builders: when distilling reasoning models, prioritize data quality and example difficulty. The 1-shot result is striking but the sample is small.
Willison gets access others don't, so this is worth reading for the specifics of how OpenAI is organizing research and what capabilities they're prioritizing. The framing as research acceleration rather than product release suggests a shift in how they're thinking about competitive advantage. For context on where OpenAI's leverage is, this matters more than most secondhand reporting.
This is a real problem that nobody talks about until it breaks them. Agents with RAG or notes-based memory are fragile across model updates. The fix is obvious: use structured schemas. But the paper gives you numbers to justify the work, which is valuable. If you're building stateful agents expected to persist through model upgrades, you need this finding. It's not urgent today, but it will be.