|
|
|
|
|
by SushiHippie
785 days ago
|
|
The way I understand it: First Variant: 1. User: Asks coding question 2. Ai: Outputs half functioning code 3. User: Asks to fix specific things 4. Ai: Creates buggy code 5. User: asks again to fix things 6. Ai: writes even more buggy code Proposed second variant with copying code: Until step 4 everything stays the same, but instead of asking it to fix the code again you copy it into another session, this way, you'll repeat step 3 again, without the LLM "seeing" the code it previously generated for step 4. |
|