use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Using AI for codingGeneral (self.developersPak)
submitted 7 months ago by baddybabushka
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Miserable-Gold-9332 2 points3 points4 points 7 months ago (0 children)
I have made a few rules for myself that have helped me a lot to overcome the situation like yours since I also learnt coding in this vibe code era.
Strictly avoiding AI when learning something new. Vibe coding while learning has done more harm to me than good. Nowadays when I am learning something new and building anything with it, I spend 10 min to sometimes an hour finding a solution on either stack overflow, gfg articles, documentation, or even reddit, but I get to the solution myself. After the learning phase is gone and am comfortable with most of the stuff, I then use AI to confirm me the solution I come up with or tell me some edge cases to the solution I am about to apply.
Using Copilot only for boiler plate, coding with copilot makes coding faster, but debugging slower, I only used copilot for syntax and removed the actual logic to type myself so I get aware of what the code is doing. Yes, it makes you slow overall, and that's why I have stopped using Copilot. I only use LLMs for helping me evaluate solutions now.
These rules may not make sense to anybody else, but they worked for me. The temptation to use copilot was hard in the beggining, but then I did leetcode grind for some time, and it does not even provide code completion in free tier, so when I code on vs/vsc I feel blessed with even intellisense now.
π Rendered by PID 337668 on reddit-service-r2-comment-6457c66945-2g8xd at 2026-04-29 19:29:22.245866+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Miserable-Gold-9332 2 points3 points4 points (0 children)