>The coming generations may value AI's opinion much more highly, whether that's right or not.
I think we're already there. We started having database issues after a rushed deploy (the PR diff had +100k lines). Everyone was pasting random Fable output as gospel and grasping at straws running random "create index concurrently" statements directly in production while I was slowly reading library documentation, testing hypotheses, gathering logs.
One colleague was completely in denial that his vibe coded "optimizations" that went into the update could have anything to do with the problem. I eventually found that the "optimizations", naively trying to optimize for page "first contentful paint" were prefetching pages whenever users hovered over anything and creating a barrage of requests.
And people seem really proud of what they "generate" too, not at all worried that they might be offloading the consequences to others. It's a stupid, tiring time to be working in software.
I think we're already there. We started having database issues after a rushed deploy (the PR diff had +100k lines). Everyone was pasting random Fable output as gospel and grasping at straws running random "create index concurrently" statements directly in production while I was slowly reading library documentation, testing hypotheses, gathering logs.
One colleague was completely in denial that his vibe coded "optimizations" that went into the update could have anything to do with the problem. I eventually found that the "optimizations", naively trying to optimize for page "first contentful paint" were prefetching pages whenever users hovered over anything and creating a barrage of requests.
And people seem really proud of what they "generate" too, not at all worried that they might be offloading the consequences to others. It's a stupid, tiring time to be working in software.