Currently.

A working log — what I'm reading, building, watching, listening to, and where I am. Posted from my phone, the moment it happens. No threading. No comments. Just the beat.

Feeds rss.xml feed.json llms.txt

  1. reading

    The AI Jobs Transition Framework OpenAI

  2. reading

    Claude Opus 4.7 Anthropic

  3. 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.

Publishing pipeline: iOS Shortcut to live page in five steps Tap share sheet on iPhone, run iOS Shortcut, PUT to GitHub Contents API, GitHub Actions build, deploy to S3. share URL compose MDX PUT /contents on push to main Share sheet iOS · iPhone Shortcut composes MDX GitHub Contents API Actions Astro build S3 simonbeauloye.com

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.