I just wanted to ask all of you is taking help from ai as in guidance and not just give me everything i need thats copy paste is this not learning i if happen to ask something thats if things i found werent taking me somewhere ask for how to do it step by step but with no code provided atmost just pseudocode?
Is this fine?
Am i still learning stuff?
#๐ Is taking help* from ai not learning?
20 messages ยท Page 1 of 1 (latest)
@tropic wasp
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
If you're copying directly without even understanding it then, yes and if you're taking notes on what each element does and making your own, then you're not....
Vibe coding is always bad you can't develop the capacity to navigate libraries....
If you think you can now do it again without the AI to help, then you are learning
If you keep asking the same thing again and again, then you are not
I will warn you tho: the AI may not be perfectly up to date, and can provide advice that are outdated
You should double check without other sources
(or easier, start by checking other sources :))
A programmer is more than a pseudocode-to-syntax translation machine; arguably that is the easiest part of the process.
The actual important thing is to think in a programmatic way, to be able to come up with ideas for how to write a program to solve a particular problem. By getting AI to write the pseudocode for you, you're outsourcing the actual important part.
Well its not i prompt it to give the code i really dont wanna get the code itself but to get a better idea of what i am facing ? Is that the same thing?
"a better idea of what you're facing"? what does that mean? what is the AI actually giving you?
Like sometimes i am confused asf dont even know where to start so the start point is what i meant
Whenever you get AI to do something for you, you lose a chance to build that skill yourself.
If you get AI to give you the "start point" for every problem, you will not develop the ability to start solving problems on your own. Which I think is important.
Either
- Sit with that confusion. Think about the problem, for as long as it takes. Play with the problem on pen and paper. Solve it manually (without a program) and observe your process.
- Pick easier problems. This is not a bad thing, you just need to work your way up.
In my opinion that starting although hard is most probably the most important part
Problem solving is a big part of programming. It's not just about memorizing algorithms and writing syntax.
You can take help if you get stuck somewhere but then you should make sure you actually understand how the solution works and that you can do it yourself the next time. Maybe try something similar but slightly different
I do agree with your point i also dont copy the code the chatgpt gives and its also very rare i actually go to chatgpt or any other ai to ask for it to just give the code for me to copy
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.