r/AskProgrammers • u/Foolish_Profesh • 2d ago
How to not rely on code
I started coding about a year ago and fell in love with it. I found a 12 month in person course that teaches me different languages as well as work readiness for code by putting us in mock work environments. In the beginning I would jot down what I learnt and applied it to what exercises were given to me . Soon I realised the pacing was a bit much and it messed up my learning so I relied on AI to debug and give me notes for resources I did not know where to look for when I went wrong-I was still denying wanting to use AI at that point still for all my work only when really needed.
After doing projects such as e-commerce and being put into a work environment that gives us a brief to complete in 4 week with a roadblock I realised not only me but my whole team relied on AI when we were not meeting deadlines we created for that 4 weeks . I am now put into a smaller team and redoing the same briefs that we used for the working Sims but I realised it made me rely too much on AI . How do I take away this reliance on AI and go back to what I did before on just learning and doing it like how I use to .
Tl;dr : Working simulation deadlines as well as not knowing where to go for resources made me rely to much on AI for work and I want to change that and go back to how I was before.
2
u/geekichu 2d ago
welll... dunno.... at least for now in current real-world work env, you will get pushed. so...
2
1
u/TraditionDue647 2d ago
I don’t think there’s a magic cure. You have to stop using AI and go back to the Dark Ages - StackOverflow or another coding community.
1
u/Tamschi_ 2d ago
I'd avoid StackOverflow these days, the site's popularity had started to crater well before AI for good reason. Software development is largely a field in motion but the site really resists updating outdated information.
1
u/JaseciLabs 1d ago
Cold turkey works for some people but it's a hard sell when your team environment already expects AI-assisted speed, worth aiming for something more sustainable instead. Try a rule like: attempt the problem yourself for a fixed amount of time first (15-20 minutes, whatever feels real), only open AI after you've actually tried and failed, and when you do use it, ask it to explain rather than just give you the fix. That keeps the muscle you're worried about losing active without pretending the deadlines and team expectations don't exist. The goal isn't zero AI, it's AI as a last resort instead of a first instinct, that's a real behavior change you can actually sustain under pressure.
1
1
u/Rav_3d 1d ago
AI-assisted programming is here to stay. Embrace it, or you will be replaced by those that do. It will not go back to the way it was before.
1
u/needs-more-code 1d ago
You can’t just prompt your way into a job. Those that forget how to code will be replaced by those that don’t. You have to be able to have conversations about how to achieve things.
1
u/Rav_3d 18h ago
100%. I didn't mean to suggest software engineers don't need to know how to code. In fact, it's more important than ever to have a solid architecture, design, and SDLC and use AI as a tool, not to "vibe code" entire projects.
I'm just suggesting that the days where developers manually write every line of code are over. Within 1-2 years, all code will be written by AI.
1
u/needs-more-code 12h ago
Most people’s problem is not using AI too sparingly, so it’s not something people need to keep in mind. I see at least one person everyday saying they can’t code anymore because they use AI for all their coding. They’re scared for their career.
In 1-2 years, if AI writes all code, people will not know how to code. Gotta do something you’ve never done before? Do it with AI and you’ll be the same as before you did it.
4
u/johnpeters42 2d ago
Cold turkey and sheer single-minded willpower.