I'm quite new to Itch.io and I'm looking to create my first project page within a month or two, so I'm familiarizing myself with the rules and expectations now.
I find myself a little uncertain about where the AI content rules lie. Currently, I find ChatGPT to be rather helpful in two specific areas. I am autistic and struggle with with syntax of language. It took me a very long time to become decent in English and I still struggle with syntax and articulation. Typing the lines of code is still super difficult even when I understand the psuedo-code logic.
I also find AI to be helpful at teaching me concepts like "Hey, can you teach me the logic of this A* Pathfinding logic I heard about?" or "I really don't like having this branching IF block inside a loop that runs every frame assessing the same conditions over and over, can I just have the IF block run once on object creation, assign the outputs to variables, and then the loop uses those variables to optimize the code? I can? Great!"
In regards to the community rules and expectations, where, if any, is the distinction between asking AI to "do it for me" vs assist me with learning the concepts and proofing code?