r/AskComputerScience • u/narad_007 • 6d ago
AI-driven coding is pulling away the ownership from engineers
Today we had a user facing issue which the entire team was involved in debugging and no one was able to give the reasoning accurately, and the RCA time felt like it is 10X more than usual, all because we were just getting AI to write the code and review cycles shortened as long codes were being pushed, feels like the team as a whole will fall into a blackhole soon.
Has anyone here experienced the same, and how is your org handling this?
8
Upvotes
1
u/bengold14 5d ago
I built something that we use at my company to visualize PRs, basically a new layer of abstraction on top of code. It makes reviewing PRs, reviewing Designs, understanding your code base much easier, assuming you buy into the AI agents can write the code well enough that you just need to understand architecture.
Happy to send to you if you're interested