-
The End of the AI Gold Rush: Why Your Next Raise Might Come From an Unexpected Source
Over the years, I’ve lived through multiple waves of “revolutionary” technology: 4GL programming languages, “visual” programming languages, “agile” methodologies, SOA, various web frameworks, cloud computing, serverless, containerization, k8s, no code, and now “AI” coding. The Ruby ecosystem has had its share of “revolutionary” entrants, with Ruby on Rails and Chef being two that I’ve directly…
-
The End of Free LLMs: Pricing Reality and Market Impact on Software Engineering
-
Thanks, Claude, but Ruby is not Rails
Signs of Rails creep in the code I spent some of today debugging an error that suddenly started appearing in CI runs for unit tests: Having prior experiences with code that was written for a Ruby only project but happened to rely on a Rails dependency, I pretty quickly knew why it was breaking: NilClass#present?…