Reading List

The most recent articles from a list of feeds I subscribe to.

[Sponsor] WorkOS: Agents Need Auth. There’s Now a Spec for It.

When an AI agent tries to complete a task that requires a new account, it hits a wall: the sign-up form. There’s no standard for how an agent registers a user with an app on their behalf.

auth.md is a file you host at your domain that tells agents how to register your users, which flows you support, what scopes you expose, and how credentials get issued. Think robots.txt, but for agent registration. It composes existing OAuth standards.

Cloudflare, Firecrawl, and Resend have already adopted it.

An open protocol authored by WorkOS. Read the spec.

Designed in California: An Apple History Podcast

Kickstarter campaign from Jason Snell and Myke Hurley to fund a 50-episode narrative podcast on Apple’s 50-year history. (Actually, with stretch goals, more than 50 episodes.) The campaign has already hit its primary funding goal but there’s a week left in the campaign and more stretch goals to hit. Jason and I spoke at length about Designed in California on the latest episode of my podcast, and like I said there — if you enjoy podcasts like The Talk Show and Upgrade and aren’t backing this campaign, you’re not hooked up right. Really looking forward to this when episodes start dropping.

iOS 27 Recovery

Hartley Charlton: To use the feature, users must turn the device off, then hold the side button to power it on. The Apple logo appears as it would during a normal boot, but holding the button for an extended duration brings up a progress bar, and the device then launches into the new recovery environment […]

RCS in iOS 27

Ryan Christoffel: Today following iOS 27 beta 2’s arrival, Aaron Perris discovered that the update adds at least two key RCS improvements: Proper reaction support, so no more “Aaron loved an image” messages In-line replies Previously: iOS 26.5 and iPadOS 26.5

SwiftData in appleOS 27

SwiftData updates: Section your query results by creating your query with a macro that takes a sectionBy parameter, as listed on the Additional query macros page. Use types that conform to Codable in a model, including types you don’t control directly, by using the codable option for Schema.Attribute. Receive real-time updates to models that match […]