Interesting thread... Just for relaxing... Reposting from AI thread...
In most cases googling helps better than AI code, because you find whom where AI took code, read that stackoverflow, google litle more and solve your problem. For example, right now I am working on external HUD for Simpit. No idea how to use SDL under linux, but... Few hours and here is result! Working on number (aka text) drawing now. How AI can help me better than reading SDL wiki, some good tutorials on web and Orbiter source code? Part of code is copy/paste from hud.cpp with some modifications.
Can AI generate SDL code, what prevents memory leaks? Learning and reading prevents memory leaks... AI helps to become more stupid.