28
Resources Collected
6
Categories
18+
Contributors

The framework from 2005 is the AI framework of 2026

A curated collection of evidence that Ruby on Rails — opinionated, convention-driven, and expressive — is uniquely well-suited for building with AI and LLMs.

The Thesis

Four reasons why Rails isn't just surviving the AI era — it's thriving in it.

01

Convention Over Configuration

LLMs excel at following protocols, not making decisions. Rails' conventions mean AI generates correct, idiomatic code by default — no configuration guesswork.

02

Token Efficiency

Ruby's expressiveness means less code for the same functionality. Generating equivalent features in Ruby costs roughly one-third of TypeScript in tokens — a direct cost and speed advantage.

03

Quality Training Data

Two decades of well-structured, convention-following Rails code in the training set. AI models have internalized Rails patterns deeply — the output is cleaner and more production-ready.

04

The One Person Framework

Rails was always designed to empower solo developers. AI amplifies this philosophy — one person with Rails and an LLM can build what used to require a team.

Voices

7 pieces

Essays

8 pieces
Essay Feb 2026

Convention Over Configuration Was Always an AI Multiplier

Matthew Karsten · Purple Squirrel Media

"An LLM generating Rails code isn't making decisions. It's following a protocol. And protocols are exactly what LLMs are good at."

Essay Feb 2026

Convention is compression

Tom Gamon

"A convention is compression — in the information-theoretic sense. Without shared conventions, you pay that onboarding cost on every session."

Essay Mar 2025

Ruby's Unexpected Comeback: How AI Coding Tools Give Ruby an Edge

Yacine Petitprez

"Generating equivalent functionality in Ruby costs approximately one-third of what it costs in TypeScript."

Essay Jul 2025

Why Ruby on Rails Is the Best Stack for Vibe Coding in the Age of AI

Natalie Kaminski · CEO, JetRockets

"Maybe it's not the AI. Maybe it's your stack."

Essay Sep 2025

Ruby on Rails is great for AI

Chad Pytel · thoughtbot

"Many AI projects today are built entirely using 3rd party services and all integration happens over standard HTTP API calls. This is something Ruby is great at."

Essay Jul 2025

Convention over configuration in the age of AI (Happy accident?)

w3ndo

"Systems with built-in convention would tend to be more correct than those without."

Essay Dec 2025

Implementing AI features in Ruby on Rails with LLM APIs

Rubyroid Labs

"Don't over-engineer a solution when using a Ruby gem and some API calls will suffice."

Essay Jan 2026

How We Use AI to Build Shopify Apps Faster with Rails

TheGenieLab

"We treat AI output like a first draft."