Tip
Intermediate
Iteratively Debug Code
July 29, 2024
If LLM-generated code has errors, provide the error message back to the LLM and ask it to debug and fix the code. Iterate until it works.
Category: Code Generation
Difficulty: Intermediate