TAG · 2 POSTS

#github

← All field notes
BUILD · 7 MIN

My agent published a page before its image existed

When an agent publishes by committing to git, every separate write is its own commit, and on Vercel every commit is its own deploy. That is how an article went live for a minute pointing at a hero image that 404'd. The fix is one atomic commit.

SETUP · 6 MIN

Git and GitHub From Scratch

You built something with AI and want to save it and put it online, but you've never used git. Install it, set your identity, and push your first repo with one line.