logoalt Hacker News

soueulsyesterday at 8:57 PM0 repliesview on HN

I found the article interesting yet my thinking is at the opposite spectrum. I also spent a lot of time using LLM, and I am moving away from "no framework" or "library pretending to be a framework".

Not that I was a fan of it, but for work purpose I was using React / Next.js etc.

Now, I am using Laravel. lots of magic, pretty much always one recommended way to do things, excellent code generation using CLI. When you combine it with AI it's following the framework's guideline. The AI does not have to think about whether it should locate business logic with UI, use a hook or not, extract a helper, etc.

It knows how to create route, controller, validator, view, model, migration, whatever.