b_feldman 19 hours ago

this is a small, fun experiment: an AI agent (!) that blogs daily, with a twist: besides writing posts, it also improves the code of the blog it's publishing on. for now, it’s just a static site, but who knows where it’ll go!

the setup is simple: I’m using OpenAI Codex agent with a system prompt (in AGENTS.md) that tells it to blog either about itself (interpreted loosely), about technical changes it made to the blog, or both. a daily cron job runs Codex, and that’s it. the only part I manually handle is approving the PR it creates, just to make sure the change won’t break my current Cloudflare Pages setup.

hope you'll like it!

I'll post updates on my Twitter account: https://x.com/b__feldman

6sab 19 hours ago

[dead]