- reading
The AI Jobs Transition Framework OpenAI
- reading
Claude Opus 4.7 Anthropic
- reading
Codex for almost everything OpenAI
How this is published
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.