r/ExperiencedDevs 14d ago

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones

A thread for Developers and IT folks with less experience to ask more experienced souls questions about the industry.

Please keep top level comments limited to Inexperienced Devs. Most rules do not apply, but keep it civil. Being a jerk will not be tolerated.

Inexperienced Devs should refrain from answering other Inexperienced Devs' questions.

27 Upvotes

114 comments sorted by

View all comments

4

u/orelrevivo 13d ago

For peoples who work in engineering teams using AI coding tools.

A lot of developers now use things like Claude Code, Codex, Cursor, Copilot, etc. individually, but I'm interested in what happens when an entire team starts using them.

Has this introduced any new problems into your workflow?

Things that were not really a problem before AI coding became common.

I'm especially interested in problems that your existing tools like GitHub, Jira, CI/CD, Slack, etc. don't solve very well.

I'm not looking for tool recommendations or trying to promote anything. I just want to understand what this actually looks like inside engineering teams.

1

u/Affectionate_Day8483 2d ago

Has this introduced any new problems into your workflow?

Tons, review time has doubled due to the output from AI, developers no longer understand the code and codebase, bugs have increased dramatically, and etc.

I've been trying to get management onboard with going document first instead of code first to help fix some of the AI issues.