Hacker News Viewer

What About Rails?

by jrochkind1 on 9/25/2026, 2:50:16 AM

https://jardo.dev/what-about-rails

Comments

by: Twey

&gt; 37signals differentiates their products with opinionated UI&#x2F;UX, not novel features. They are rewriting Hey as six native apps because the web fidelity isn’t good enough. So UI matters enough to justify complete rewrites, but also everyone just wants CLIs?<p>I&#x27;ve seen this one a few times lately. People should stop building UIs, nobody wants to interact with a UI. Everyone&#x27;s app should just be an API that you can use with a chatbot. Except for my app — my app is a handcrafted miracle of artisanal UX and its UI will change the way you see the world.<p>It&#x27;s exactly the old argument, just now with LLMs in the place of shell pipelines: in terms of functionality and value to users, software ought to be malleable and composable. We&#x27;ve known it since the eighties. But the model of selling a piece of software as a product as if it were a pair of shoes is incompatible with that. You need a big monolithic application to justify users paying a bunch of money for it, and you need it to have a fancy interface that makes an impression. And the whole software industry is built on top of that model. Where monolithic software is completely unfit for a purpose, like when it needs to be a component of a larger system, we rely on (mostly unpaid) OSS.<p>Except now LLMs let you, with very little technical know-how, plaster a ‘programmable’ interface on top of unstructured data&#x2F;interface meant for humans, and because that&#x27;s what we actually want, of course everybody does that. So the end result is a wildly expensive pipeline from API to UI and back to API again. I wonder how long the legacy ‘human-oriented’ layer in the middle, and the industry that&#x27;s been built on top of it, will last.<p>(Separately, chatbots are not great as a UI for most things, and the problem of building the universal UI still also stands. But it turns out for a lot of things people would rather have a bad universal UI than a good special-purpose UI for each task.)

9/25/2026, 9:23:20 AM


by: meerita

Every piece of software has an expiration date. You can extend its lifespan, but technology keeps moving. What was considered standard on the backend five years ago may look completely different today. I think that&#x27;s a good thing. Rails worked extremely well for its time, especially around 2007–2015, but it started to show its age as newer, more capable languages and runtimes matured.<p>We should be celebrating the fact that we can now port almost anything with far less effort, or modernize an existing stack to meet today&#x27;s performance expectations, requirements, and engineering standards.

9/25/2026, 10:09:52 AM


by: chvid

It is pretty obvious rails is dead as it hangs massively on its founder for good and for bad.<p>And it is quite telling that he prefers to kill it off like this rather than handing the reigns over to someone else.<p>A technical note - the big difference is that a design with a number of fat clients don’t need server side rendered html - that lowers the load on the server regardless of the programming language.<p>You can probably write quite light json apis in Ruby and the performance of them will be dominated by network and db usage anyways compared to a similar implementation done in a compiled language.

9/25/2026, 9:47:01 AM


by: Lio

DHH&#x27;s keynote was like listening to David Brent give a motivational speech.<p><i>&quot;Some of you will loose your jobs. I know, I know. Gutting. Gutting. On a more positive note, I&#x27;m getting a promotion. So every cloud. Oh, you&#x27;re still think about the bad stuff aren&#x27;t you?&quot;</i><p>You have to laugh about it because he&#x27;s kind of making himself irrelevant too. We listened to him because of Rails not Hey or Basecamp. They were just application of Rails as a technology.<p>If he no longer has a vision for Rails&#x27; niche, what do we need him for? What&#x27;s his pitch?<p>He might as well just be a Danish Barry Gibb impersonator that can&#x27;t sing but instead drones on and on about politics. :P

9/25/2026, 9:52:47 AM


by: potato-peeler

From the talk it’s clear, Rails needs to be forked.

9/25/2026, 8:10:55 AM


by: pantulis

While I mostly agree with DHH&#x27;s take on this particular technological cycle, this is a very well thought out criticism.

9/25/2026, 8:32:36 AM


by: jpgvm

Honestly Rails being finished it&#x27;s that bad. If you aren&#x27;t writing the code by hand what benefit is it really bringing to you now?<p>Rails niche was fast setup&#x2F;low starting out costs and relatively constrained&#x2F;medium maintenance costs. To get this you traded performance and type system. The latter usually resulted in increased maintenance costs as test suites ballooned to compensate.<p>These days fast setup is simply a product of AI, every ecosystem now offers fast setup. Maintenance costs are now about how token efficient it is to find and fix problems. Test suites are going to be huge everywhere now but there is some chance languages that require less to accomplish more will win on token efficiency and be favored.<p>Humans aren&#x27;t the dominant factor in programming language design or selection anymore, that is a fact at this point it just hasn&#x27;t sunk in for everyone yet.<p>We are only ~6mo in to agents being good enough to write code. A year from now our profession will be entirely changed. Agents will get better (how much? don&#x27;t know) but importantly they will definitely get cheaper and access will be broader. Which is really the point DHH was trying to make.<p>Access and economics are finally going to do what no-code failed to do, which is democratise software. Maybe not to the point that everyone writes code or even that shit programmers are good, but it will enable shit programmers to write Rust which was literally impossible 6mo ago and they will have better programs as a result.<p>Which is the other thing he touched on. Good programmers are going to excel here and great programmers are going to dominate. I&#x27;m already seeing the 10x programmers hit 100x and 1000x with more access doesn&#x27;t seem out of sight. It&#x27;s also restoring the will to create in a lot of people that lost the passion for the mechanical part of programming, unlocking the experience and skill of these people that were otherwise considering cashing in the bag is huge.<p>So yes. Rails is done but what is coming next is way more exciting. I&#x27;m with DHH here, be glad it happened but get moving on where things are going to be instead of clinging to the past.

9/25/2026, 10:37:03 AM


by: ksec

The summary is exactly why a lot of people is upset.<p>&gt;That’s what bothers me most. I’m skeptical of his AI claims, <i>but that’s not the real issue here.</i><p>&gt;The problem is that he stood up at Rails World and told everyone that he was moving his product off Rails and the best thing he could come up with to say to people still using Rails was that we’re “the best of the best.” Thanks, I guess.<p>&gt;Maybe Rails is done, in the way the Mosscap project claims. Maybe it’s time to focus on stability and maintenance. If that’s the plan, someone needs to say it. If it isn’t, then let’s hear about where we’re headed. DHH did neither.

9/25/2026, 8:54:09 AM


by: xiphias2

The article forgets one thing, how DHH started his talk: he asked the audience how many people still codes by hand, and only 5 people raised their hands.<p>I was also waiting for some cool talk of some change, as I loved the simplificiation that Rails has done last year, but I also understand his point of view: he could either speed up the development of rails with AI (what Bun has done), or just say that it&#x27;s mature and it doesn&#x27;t matter anymore and it&#x27;s better to not ruin a mature system.

9/25/2026, 10:07:51 AM


by: shikck200

Rails, or even more so php have VERY little to bring to the table in 2026 going forward. Rails (ruby) is still a saner language than PHP, but as slow as php is. (granted ruby is not idiotic like PHP and runs rather than start&#x2F;die).<p>If you go the LLM route something like Go is probably the goto default for MOST networking&#x2F;web-first apps. You get static types, and a fast compile cycle (rust is still very slow here), and IF you want more from the language you can use something like Lisette (<a href="https:&#x2F;&#x2F;lisette.run&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lisette.run&#x2F;</a>).<p>Bottom line is dynamic languages are obsolete. There is really no benefits from using them outside very small throw away scripts.

9/25/2026, 8:42:27 AM


by:

9/25/2026, 8:32:11 AM


by: andrewstuart

Rails is dead.<p>Its founder has converted to AI driven Rust.<p>He has a point. Anything you could build in Rails you can now build in fast reliable type safe memory safe multithreaded Rust in minutes.<p>DHH will bring his tribe of true believers to where he has gone, where he has set up a new sideshow tent.<p>Do you follow the leader.<p>Is it Rails that you follow or is it DHH?

9/25/2026, 9:25:50 AM