Week 15 Summary

YouTube — Week of 2026-04-04 to 2026-04-10#

Watch First#

Stewart Brand’s fascinating discussion, Maintenance: The Hidden Force Behind Success and Collapse, is the standout watch this week, exploring how a civilization’s resilience fundamentally hinges on fixability rather than just pure innovation. It draws brilliant historical parallels between solo sailors in the 1968 Golden Globe Race and rugged weapon designs, offering a necessary reminder about the neglected art of maintenance.

Week in Review#

The defining narrative of the week is the escalating US-Iran conflict, which dominated coverage from bizarre asymmetric meme warfare to its severe ripple effects on global inflation, supply chains, and shipping ports. Meanwhile, the conversation around artificial intelligence shifted from pure hype to physical realities, as creators unpacked the severe hardware bottlenecks in chip packaging and the growing fatigue of “AI brain fry” among everyday workers.

Week 23 Summary

Tech Videos — Week of 2026-05-29 to 2026-06-05#

Watch First#

SWE-rebench: Lessons from Evaluating Coding Agents — Ibragim Badertdinov, Nebius is an absolute must-watch that cuts through LLM benchmark hype by exposing exactly how coding agents “cheat” (like curling original GitHub PRs to steal answers) and provides a pragmatic blueprint for building robust, sandboxed evaluation infrastructure.

Week in Review#

This week marked a harsh reality check for open-ended AI development, as the industry shifted aggressively from unstructured prompt “vibes” to strict orchestration and evaluation. Engineers are realizing that unconstrained autonomous agents produce unmaintainable slop, leading to a massive focus on deterministic state machines, sandboxed parallel execution, and specialized local hardware that can handle continuous token generation without bankrupting teams on cloud compute.

2026-04-05

YouTube — 2026-04-05#

Watch First#

If you only watch one thing today, make it [Why Is CERN Making Antimatter?] by Veritasium. It is a visually spectacular, deep dive into CERN’s antimatter factory that tackles one of physics’ biggest unsolved mysteries—why there is more matter than antimatter in the universe—while showing us the incredible, $1-billion-per-gram engineering required to trap it.

Highlights by Theme#

News & Business#

CNBC dropped a fascinating deep dive into the business models and cult followings behind US convenience stores, exploring how Wawa, Casey’s, and 7-Eleven are fiercely competing over fresh food and rural markets [Why Americans Are Obsessed With These Convenience Stores]. On the international front, CNBC International highlights how Ireland’s economy has become precariously dependent on US Big Pharma, which now drives almost half of their tax revenue [Why Ireland’s Economy Needs Big Pharma]. The Wall Street Journal covers a Tejano music star’s campaign to flip a Texas congressional district by performing at local quinceañeras [The Singer Who Hopes to Flip a South Texas District in the Midterms | WSJ]. For our Chinese-language content, LIFEANO CLUB features an interesting historical breakdown on the origins of the French cavalry, explaining how Europe’s heavy knight traditions differed entirely from nomadic light cavalry [【限免】袁Sir翻牌:法国的骑士传统怎么来的?#lifeano翻牌 260329].

2026-05-30

Sources

Tech Videos — 2026-05-30#

Watch First#

How I deleted 95% of my agent skills and got better results — Nick Nisi, WorkOS This is the most practical talk in the batch, explaining how to tame LLM non-determinism by abandoning open-ended prompt instructions in favor of a strict TypeScript state machine that forces agents to cryptographically prove their work.

2026-06-01

Sources

Tech Videos — 2026-06-01#

Watch First#

Build long-running agents with Google’s Agentic Stack | The Agent Factory is the most substantive watch today, cutting through AI hype to offer a pragmatic architecture for true multi-day agent workflows using durable state, event-driven dormancy, and separated evaluation.