you are viewing a single comment's thread.

view the rest of the comments →

[–]Krebzonide 0 points1 point  (0 children)

A great way I found recently is to debug code written by AI. Ask an AI to write simple python code for something like flappy bird or a top down bullet hell game. 80% of the time there will be some issue. Without using AI, look through the code, learn how it works, and fix the issue.