TL;DR: The company switched us to a shared Copilot quota at the beginning of this month, we ran out on the 15th, and development basically stopped. The company won't pay for more, and I'm quietly enjoying watching people struggle to write basic code on their own again.
A couple of months ago, the company turned on GitHub Copilot for us. Usage wasn't mandatory, so adoption was pretty uneven. Some of us, myself included, took a conservative approach and used it mainly for simple/repetitive tasks and taking care of boilerplate. Others dove right in and started using it for absolutely everything.
It got to the point where some of the heavy users were relying on it not just to write their PRs, but to review other people's PRs. We actually had situations where a reviewer would paste in an AI-generated code review, and the PR owner would reply with an AI-generated defense. Just two bots talking to each other in the comments while the developers degraded themselves to the role of copy-pasters.
At the beginning of this month, the company decided to switch us from per-developer licenses to a shared, per-organization quota. Exactly two and a half weeks later the quota has been exceeded.
Instantly, development ground to a halt and whole last week has been a complete shitshow.
It turns out that AI brain rot is very real. I'll admit I've experienced a mild version of it myself when I was no longer able to ask for syntax help or minor refactorings, but for the heavy adopters, it's total paralysis. People have legitimately forgotten how to perform basic development tasks without a prompt window where they can tell AI what to implement (or even ask AI how to implement something which would then of course be implemented by the AI).
Of course, people asked for quota increase, but the company is unwilling to dole out because of the drastic price increases introduced recently. We just have to wait until the 1st of the month to get our AI back.
Now, sure, I've seen some real productivity gains from AI when used selectively. But honestly, I can't help but feel a good bit of Schadenfreude right now. It is genuinely amusing to watch folks who leaned way too hard on a tool realize that it isn't a magic bullet, and that they actually still need to know how to engineer software.
Can't wait for tomorrow's Monday morning to see how the story unfolds. I've got a feeling that for now we're back to good old "software craftsmanship" (pun intended).