|
|
|
|
|
by thecolorblue
4 days ago
|
|
I have gotten into spec driven development. Plan everything ahead of time. Sometimes I have the LLM help out, sometimes I do it all myself. It can include data models, business logic, or UI design.
Sometimes I draw on a whiteboard, or in a notebook, and ask the LLM to convert the drawing into text I can put into a SPEC.md file.
The more time I spend planning, the longer the LLM can work autonomously, and the less time I spend debugging issues or asking it to fix things that I didn't ask for. |
|