Hacker News new | ask | show | jobs
by matijash 49 days ago
Yes, the main thing is that we're trying to see if AI can have an easier time using one framework vs. another, and how important it is.

All Rails-like frameworks (Django, Laravel, or Wasp in this case) claim its helpful to use something opinionated and structured, which makes sense (the tradeoff is the flexibility, of course).

We've run some early tests[1] but plan to do a more substantial benchmark next.

[1] https://wasp.sh/blog/2026/03/26/nextjs-vs-wasp-40-percent-le...

1 comments

Django isn't really that opinionated though. It's a common misconception. It's quite decoupled with only the settings file being actually required.