|
|
|
|
|
by sysmax
316 days ago
|
|
Most of the AI hiccups come from the sequential nature of generating responses. It gets to a spot where adhering to code structure means token X, and fulfilling some common sense requirement means token Y, so it picks X and the rest of the reply is screwed. You can get way better results with incremental refinement. Refine brief prompt into detailed description. Refine description into requirements. Refine requirements into specific steps. Refine steps into modified code. I am currently experimenting with several GUI options for this workflow. Feel free to reach out to me if you want to try it out. |
|