It is often the case that our code doesn't work. Instead of debugging, whenever a crash or misbehaviour is detected, we could call the
make_it_work() function and then run the code again, confident that our code will work the second time around. Its purpose would be twofold:- With the advent of intelligent AI, some agentic smarts could be added that self-diagnoses any problem, and
- It detects any previously-detected problems, corrects the appropriate variables, and then retries with the correct setttings.