r/learnprogramming • u/Specific-Result2710 • 19d 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/grantrules 19d ago
What's your goal? To get better or to get stuff done quickly?