6 ms·
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 framewor
by matijash 5mo 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-less-tokens-same-app https://wasp.sh/blog/2026/03/26/nextjs-vs-wasp-40-percent-le...
- boxed 5mo agoDjango isn't really that opinionated though. It's a common misconception. It's quite decoupled with only the settings file being actually required.