Lately.

Things that I'm reading, building, watching, or listening to that I found interesting. Shared from my phone, the moment it happens.
For a snapshot of where I am and what I'm focused on right now, see /now.

Feeds rss.xml feed.json llms.txt

  1. reading

    Anthropic Files IPO Paperwork WSJ

  1. reading

    How AI threatens the giants of consulting FT

  2. reading

    OpenAI adds product feed ads to ChatGPT Search Engine Land

  3. reading

    Define outcomes - Claude API Docs

  4. reading

    Giving agents the ability to pay

  5. watching

    Code with Claude Opening Keynote YouTube

  1. reading

    Google Profit Jumps 81% as Cloud Business Booms WSJ

  2. reading

    The 2026 AI Index Report | Stanford HAI

  3. watching

    How to Make Claude Code Your AI Engineering Team YouTube

  4. listening to

    AI Engine Optimization: Insigh…–AI Chat: AI News & Artificial Intelligence Apple Podcasts

  5. listening to

    Tarjeteros–Darknet Diaries Apple Podcasts

  6. reading

    The Man Behind AlphaGo Thinks AI Is Taking the Wrong Path Wired

  7. reading

    Services: The New Software | Sequoia Capital

  8. watching

    Everything Announced at Google Cloud Next in Under 13 Minutes YouTube

  9. watching

    Project Ace YouTube

  10. reading

    Introducing GPT-5.5 OpenAI

  11. listening to

    Google's Liz Reid on Who Will …–Odd Lots Apple Podcasts

  12. watching

    We Just Tested ChatGPT Image 2 YouTube

  13. reading

    The zero-days are numbered 

  14. reading

    Introducing Claude Design by Anthropic Labs \ Anthropic Anthropic

  15. listening to

    The Global Story: The AI model…–Global News Podcast Apple Podcasts

  16. watching

    Why Everyone Suddenly Hates Anthropic [Opus 4.7] YouTube

  17. reading

    America’s Reactive AI Defense Isn’t Enough WSJ

  18. reading

    Mythos AI Sparks Fear and Confusion Among Global Finance Elite Bloomberg

  19. reading

    The AI Jobs Transition Framework OpenAI

  20. reading

    Claude Opus 4.7 Anthropic

  21. reading

    Codex for almost everything OpenAI

From a phone tap to a live page in ~90 seconds.

Every entry above starts as a simple share action on my phone. No CMS, no server, no admin panel — just a Shortcut, a scoped GitHub token, and the existing build pipeline.

From phone tap to /stream
Pipeline
  1. Share button iOS · Safari
  2. Shortcut Post to /stream
  3. GitHub Issue Form fields
  4. Workflow Compose · commit
  5. /stream Live in ~90s
Five steps. The phone collects four fields and POSTs an issue; everything else runs on the GitHub server.

The Shortcut composes a tiny MDX file from the share-sheet payload — type, title, source, URL, optional comment — and fires a single authenticated PUT /repos/.../contents/ against this repo using a fine-grained Personal Access Token scoped to Contents: read/write, single repository. The commit on main is itself the build trigger: the existing GitHub Actions workflow runs astro build, syncs dist/ to S3, and the entry is live ~60–90 seconds after the tap.

I've written a longer piece on why I built this and how it works end-to-end. Read the full story, or get in touch if you'd like to see the code.