- reading
Anthropic Files IPO Paperwork WSJ
- reading
How AI threatens the giants of consulting FT
- reading
OpenAI adds product feed ads to ChatGPT Search Engine Land
- reading
Giving agents the ability to pay
- watching
Code with Claude Opening Keynote YouTube
- watching
Anthropic's Boris Cherny: Why Coding Is Solved, and What Comes Next YouTube
- reading
Google Profit Jumps 81% as Cloud Business Booms WSJ
- watching
How to Make Claude Code Your AI Engineering Team YouTube
- listening to
AI Engine Optimization: Insigh…–AI Chat: AI News & Artificial Intelligence Apple Podcasts
- listening to
Tarjeteros–Darknet Diaries Apple Podcasts
- reading
OpenAI ends Microsoft legal peril over its $50B Amazon deal TechCrunch
- listening to
SpaceX-Cursor Deal, SaaS Debt …–All-In with Chamath, Jason, Sacks & Friedberg Apple Podcasts
- watching
Everything Announced at Google Cloud Next in Under 13 Minutes YouTube
- watching
Project Ace YouTube
- reading
Introducing GPT-5.5 OpenAI
- listening to
Google's Liz Reid on Who Will …–Odd Lots Apple Podcasts
- watching
We Just Tested ChatGPT Image 2 YouTube
- reading
The zero-days are numbered
- reading
Introducing Claude Design by Anthropic Labs \ Anthropic Anthropic
- listening to
The Global Story: The AI model…–Global News Podcast Apple Podcasts
- watching
Why Everyone Suddenly Hates Anthropic [Opus 4.7] YouTube
- reading
America’s Reactive AI Defense Isn’t Enough WSJ
- listening to
OpenAI's Identity Crisis, Data…–All-In with Chamath, Jason, Sacks & Friedberg Apple Podcasts
- reading
Mythos AI Sparks Fear and Confusion Among Global Finance Elite Bloomberg
- reading
The AI Jobs Transition Framework OpenAI
- reading
Claude Opus 4.7 Anthropic
- 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.
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.