|
|
|
|
|
by lukev
80 days ago
|
|
I like this framing, but it does seem to imply that a whole dev shop, or a whole product, can or should be built at the same level. The fact is, I think the art of building well with AI (and I'm not saying it's easy) is to have a heterogenously vibe-coded app. For example, in the app I'm working on now, certain algorithmically novel parts are level 0 (I started at level 1, but this was a tremendously difficult problem and the AI actually introduced more confusion than it provided ideas.) And other parts of the app (mostly the UI in this case) are level 7. And most of the middleware (state management, data model) is somewhere in between. Identifying the appropriate level for a given part of the codebase is IMO the whole game. |
|