AI in Epi 554 (part 3)
Abraham Flaxman
Debugging 2: When the code does not fail, but still is wrong
Reminder of Intro and Debugging 1: AI is BS, but not useless; Prompt with error, get suggestions, keep asking, if necessary.
This time, what if there is no error, but something is wrong?
- Create a MCVE (minimal complete verifiable example), possibly including a screenshot
- Describe the issue to a ChatBot, and keep iterating if necessary. (This will be necessary more often than for Debugging when Code Fails, because then you have an..
