World
1 critical / 0 happenings
Pre-read: Vaccine policy is one of the few places where federal advisory machinery directly shapes school requirements, insurance coverage, and pandemic readiness. The CDC director nomination fight and recent reporting on agency upheaval show how much of that machinery now depends on whether scientific institutions can resist political pressure. Reuters is worth opening here because it names the actors inside the policy shift.
Summary: Reuters reports that Health Secretary Robert F. Kennedy Jr. has moved faster and aimed further than was publicly understood in remaking US vaccine policy. The story draws on interviews with 16 current and former Trump administration officials and identifies adviser Stefanie Spear and vaccine-litigation figure Aaron Siri as important outside-to-inside channels.
The reported push includes changes to long-standing policy architecture and an effort to pursue claims about vaccines and autism. That matters because advisory committees, guidance language, and agency staffing decisions can change medical practice before Congress votes on anything. The article gives a concrete view of how institutional capture can happen through appointments, procedural control, and agenda-setting rather than a single headline order.
Tech
1 critical / 1 happenings
Pre-read: Agentic coding is moving from prompt tricks toward systems design: what enters context, what gets compacted, and where humans review architecture. HumanLayer's 12-Factor Agents frame treats LLM apps as reliable software systems rather than chat wrappers. That makes this interview useful as a map of where leverage and risk actually sit.
Summary: Gergely Orosz interviews HumanLayer CEO Dex Horthy about context engineering, harness engineering, loop design, and the limits of unattended code generation. Horthy argues that models degrade when context gets too large or low-quality, and that teams need deliberate compaction, cleaner trajectories, and smaller high-signal work packets.
The strongest section is his postmortem on letting models write unread production code: the team eventually found a primary-key routing failure buried across the codebase, then spent weeks rebuilding human understanding. His operating model is pragmatic: use the strongest model until scale makes cost optimization matter, keep people in the loop for design and architecture, and let agents do implementation only after the system boundaries are clear.
Travel AI hits the adjudication wall
Pre-read: Customer-support automation is easy to overread because vendors report different denominators: deflection, self-service, autonomous resolution, and agent-assist all measure different things. Travel is a sharper test because the hard cases involve money, safety, language, and disputes among guests, hosts, and platforms.
Summary: ByteByteGo breaks travel-support AI into a boundary problem: routine lookups and structured changes automate well, while cancellation disputes, refunds, damage claims, and safety cases require adjudication. Airbnb's approach pushes models closer to autonomous refund decisions; Booking.com focuses on routing and briefed human handoffs; Expedia emphasizes scale, summaries, and multilingual continuity across more than thirty languages.
The engineering lesson is that the handoff matters as much as the bot. A weak escalation forces the traveler to restart the story and can make the combined system worse than plain human support. The durable takeaway is to inspect where the confidence threshold sits, what context crosses the boundary, and which errors are expensive enough to keep humans in the loop.