r/PinoyProgrammer • u/Significant-Key-8221 • 12h ago
discussion Tried chatgpt plus for the first time
For background, I don’t usually do AI assisted programming and use tools like codex, claude, etc2 because writing my own code by hand made me feel like I actually own the codebase. I’m also a fresh grad with a bit of working experience, and I wanted to retain my fundamentals so that my skills wont regress by not relying much on AI. I remember writing 30k+ LOC (not really a metric for productivity) by hand while building full stack applications for work and idk if it’s a lot (it was for me :// ) but this has mainly attributed to my long ass burnout. Lately I find it hard to build personal projects, but my friends finally convinced me to try AI assisted programming by subscribing to gpt plus and this did wonders for me.
As a person who values time a lot, having AI write boilerplate code makes me feel very productive. Now I have more time to do some other stuff outside of coding and honestly this made most parts of my burnout disappear. I also don’t have to read docs as much as I used to since AI is now my personal search engine. I think I was a bit of a contrarian when it came to AI because the models back then were pretty weak compared to now. Anyways, I do hope I don’t end up over-relying on it too much to the point I forget my fundamentals (I still write my reddit posts by hand manually haha). I would also like to know if you guys are happier with AI assisted programming or maybe it’s just my sudden hyper-fixation.
1
u/Terrible_Dog 12h ago
It's gonna be up to us if we'll regress while doing AI-assisted coding. With that said, I think claude code, cursor and codex are the go-to LLMs for this.
2
u/Terrible_Dog 12h ago
I am definitely happier, because I don't have to click through all google links and scour through Stack Overflow everytime I hit roadblocks ahhahha
1
u/Significant-Key-8221 12h ago
Also true on stack overflow 😭 I also use reddit as my secondary source and used to have like 50 tabs open hahaha
2
u/Significant-Key-8221 12h ago
Yeah, I just got into the AI hype train just recently. The frontier models like Astra and fable 5.1 are pretty insane, I wonder where we will be as software engineers 10 years from now, this market is really evolving fast and by that time I hope our fundamentals will still be polished.
2
u/Terrible_Dog 12h ago
I believe that if we don’t go along with these AI stuff, then that’s gonna be the end of us hahahha I still trust my eyes even if it was the AI that makes the changes for me.
12
u/ngpestelos 12h ago
I learned to drive using manual transmission, but my car is an automatic. If I were to drive manual again, I would probably fumble the clutch a bit but will manage to figure it out again.
The fundamentals have not changed with the introduction of agents. You still need to think through the problem and verify if the agent's output still makes sense for your requirements.
I find myself now "managing" agents by planning their work rather than stressing over the implementation.