Fork me on GitHub
#discussion-royal-ballroom
<
2025-10-02
>
Matt Ring (he/him) - Sr. Product/Engineering Coach, John Deere17:10:08

At my local DevOps Days Des Moines today and there's a talk from a team doing agentic AI. This was one of the side effects they shared as an anti-pattern: "itch to ship more [at a time]." It reminds me of the 2024 DORA report and the risk of big batching releases due to adopting agentic AI. @steve.yegge @genek @cornelia @nathen.harvey

❤️ 4
Steve Yegge18:10:39

It's definitely a thing. I've had to exercise more and more restraint along these lines. That said, side missions are also very fast to get through, so what you really need is a good issue tracker or work queue that you can run agents on immediately after the main quest finishes.

Ian Eslick20:10:06

We are absolutely seeing this at SoFi. MR count is roughly constant, but MR size is growing. More AI means larger MRs - correlation. I find this in my own deep dive work using AI. Working on @steve.yegge -inspired dev pipelines and trying to get them to naturally create smaller units of change against a validated/working product to avoid too much code at once. Seems just as important for AI not screwing up as humans.

💯 1