|
|
|
|
|
by xpil
267 days ago
|
|
My preferred approach in similar situations is to ask an LLM for an initial solution or code snippet, then take over manually - no endless prompt tweaking, just stop prompting and start coding. Finally (optionally), I let the LLM do a final pass to review my completed solution for bugs, optimizations, etc. The key win is skipping the prompt refinement loop, which is (A) tedious and time-consuming, and (B) debilitating in the long run. |
|