| ▲ | coopykins 4 hours ago | |||||||
There are so many of these "meta" frameworks going around. I have yet to see one that proves in any meaningful way they improve anything. I have a hard time believing they accomplish anything other than burn tokens and poison the context window with too much information. What works best IME is keeping things simple, clear and only providing the essential information for the task at hand, and iterating in manageable slices, rather than trying to one-shot complex tasks. Just Plan, Code and Verify, simple as that. | ||||||||
| ▲ | quangtrn 3 hours ago | parent | next [-] | |||||||
The structured spec approach has worked well for me — but only when the spec itself is visual, not more text. I've been designing app navigation flows as screen images with hotspot connections, then exporting that as structured markdown. The AI gets screen-by-screen context instead of one massive prompt. The difference vs writing the spec by hand is that the visual layout catches gaps (orphan screens, missing error states) before you hand anything to the LLM. | ||||||||
| ||||||||
| ▲ | neebz 4 hours ago | parent | prev | next [-] | |||||||
Once the plan stage is done is it fire-and-forget for you afterwards? | ||||||||
| ▲ | romanovcode 2 hours ago | parent | prev [-] | |||||||
It's basically .vimrc/.emacs.d of the current age. These meta-frameworks are useful for the one who set them up but for another person they seem like complete garbage. | ||||||||