Thoughts on Programming

Rails 8.1 is Out

This was one of the easiest Rails upgrades I've done yet. Also, since I've been posting about using AI agents, and here's what deploying the newly updated app looked like.

"The Rubygems.org Takeover"

This post about the RubyGems situation seems to round up the various accounts I've read separately and corral them into a single location. I think that having RubyGems and Bundler taken over by Ruby Core makes sense for the stability of the ecosystem.

Automating Production Releases with AI Agents

As part of my ongoing experiments using AI agents, I created two specialized agents that work together to automate an entire release process---from test verification through production deployment. Read more about it here.