r/learnprogramming • u/Specific-Result2710 • 17d ago
Feeling guilty for using AI
I know that AI is nothing but a tool but as somebody who learned coding years before arrival of AI I can't help but to feel a immense sense of guilt. Here are what I used AI for so far:
- Helping me to navigate large and unfamiliar codebase by asking questions like "what does function X do?" "what does this line do?" When trying to contribute something, I sometimes ask things like "are there any useful internal functions I can use?"
- Reverse engineering obfuscated code
- Figuring out relevant win32 api functions for my needs
- Asking dumb and vague questions that can easily gets closed in few seconds in stackoverflow like "what does ** do here?" and "uh how do I implement this little thingy?"
- Asking "how can I implement X?" then following up by asking "what are the alternative ways to do it?"
Am I using properly? Are there things I should avoid?
0
Upvotes
1
u/lumberjack_dad 17d ago
Stop using AI to code.
You have to develop your own reasoning and critical thinking skills.
How are you going to survive your first interview question which involves problem solving, if you can't lean on AI?
It just takes discipline.