TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Worst bugs from LLM-generated code in production?

3 pointsby erlapso3 months ago
Let&#x27;s hear about when these &quot;magical&quot; coding assistants actually burned you in production. Copilot, ChatGPT, Claude, whatever - what&#x27;s the worst bug that made it past review and how much damage did it do?<p>Bonus points for security vulnerabilities and midnight incident reports.

1 comment

Kappa903 months ago
Used Copilot to write a user auth migration script. It silently reset 2FA settings for ~3k users with OAuth accounts because it didn&#x27;t handle NULL vs empty string edge cases in our legacy DB schema. Classic &quot;garbage in, garbage out&quot; situation.<p>Found out two weeks later when angry users couldn&#x27;t log in during peak hours. Damage: 4 hours of downtime, one very grumpy security team, and a new &quot;no AI for auth code&quot; policy.
评论 #43119202 未加载