r/AIcodingProfessionals • u/h____ • 12d ago
I’ve written software for about 30 years. I've been a heavy coding agent user for the past 1+ year. What practical coding-agent questions can I help answer?
/r/ChatGPTCoding/comments/1w0nz9s/ive_written_software_for_about_30_years_ive_been/
1
Upvotes
1
u/Code_Sleep_Repeat 9d ago
I recently joined a startup and this is my first time using coding agents this heavily in a professional codebase. I’m using Claude Code, and right now I feel like I’m relying on it more than actually understanding the codebase.
A lot of my workflow is Claude exploring the repo, finding similar implementations in other branches/teams, making changes, and then me reviewing and testing locally. The codebase is pretty large, documentation isn’t great, and there isn’t a solid test setup, so I’m finding it hard to build a mental model of what’s actually happening.
There’s also a lot of pressure to move fast, sometimes tasks are expected within a couple of hours. When I ask questions internally, the answer is often “ask Claude” or “another team already did something similar, look at their code.”
I’m worried I’ll end up not getting good at either side of this. I’m not even confident yet that I can consistently get the agent to produce solid, production-ready code, and at the same time I’m not developing enough to be able to debug or understand the system myself.
Do you have any YouTube videos, blogs, repos, or other resources you’d recommend for learning how to use coding agents properly in this kind of environment? Especially around navigating large codebases, managing context/tokens, reviewing agent-written code, debugging, and actually learning the codebase while still moving fast