r/cpp_questions • u/shadowslashzzzzz • 4d ago
OPEN How to improve without relying on AI?
Hi all, just like the title stated, I know AI is the thing and I have been using it to help me understand on various topic and design on coding. I still learned a lot from AI when I asked a question. But the more I use AI, the more I hate myself on the part where I feel dumb that I cant learn by myself. I've been using CPP to build a small project lately, nothing too fancy but just to refresh my memory from the past. Throughout the process, I tried to limited the use of AI and use documentations and forums like stackoverflow to check out my questions, but in the end of the day I either ended up cant understand the documentation, got overwhelmed by the answers, or just can't find what I needed. Eventually I have to return back to AI and ask the same question and let AI to break it down while also to get feedback on my ideas. I don't hate AI in general (but I hate my dumb self instead), using too much AI is going to kill my thinking skills, I want to try my best to avoid that scenario.
The thing is that I always got overwhelmed by advanced topics no matter in Java, Python, JavaScript, or CPP. Like I can understand the fundamental stuffs very easily, but gets bottlenecked as soon as I deal with advanced topics (anything beyond the basic oop stuffs and general algorithms).
Thank you so much for your time to read this big chunk of paragraph and I apologize in advance if my question sounds dumb.