|
|
|
|
|
by sdesol
503 days ago
|
|
> The LLMs are much more eager to please and to write lots of code. My process right now when working LLMs is to do the following: - Create problem and solution statement - Create requirements and user stories - Create architecture - Create skeleton code - Map the skeleton code - Create the full code At every step, where I don't need the full code, the LLM will start coding and I need to stop it and add "Do not generate code. The focus is still design". |
|