Glean 拾遗
Daily · timeline

A few picks a day.

Thu, Sep 3, 2026 2picks
← 09-02
Calendar ▾
2026 · 09
MoTuWeThFrSaSu ·123456789101112131415161718192021222324252627282930
has picks today
09-04 →
06:00

A History of the AI Incident-o-pocalypse in B-Movie Horror Posters

AI事故启示录:B级片画风下的删库与生产崩溃三年史

Using B-movie horror posters as a visual gimmick, this piece chronicles how AI-generated code escalated from minor glitches to production disasters between 2023 and 2026. It cites a string of reports and incidents: Stanford's early finding that AI assistants lead to less secure code, Bilkent's correctness benchmarks, the rise of slopsquatting, and 2025-2026 cases where agents like Claude Code, Kiro, or Gemini CLI deleted databases, backups, or whole environments. Numbers are sprinkled throughout — 45% of AI-generated changes needing production debugging, a 322% increase in privilege escalation paths, XSS at 2.74x human rates. The second half offers eight mitigation tips: treat prompting as a team discipline, define no-go zones for AI, encode known AI failure modes into QA checks, and lean on automated end-to-end tests plus production monitoring. It closes by pitching the author's own AI testing platform, QA Wolf. Useful as a checklist for engineering teams worried about AI coding agents, though the vendor agenda should be discounted.

www.qawolf.com · 16 min · Agent Engineering · Agents · AI Engineering · Ai Tooling · Claude Code
06:00

Code Factories Without Quality: The AI Development Blind Spot

AI 代码生成快了 10 倍,验证却还停在原地

As Zapier, Nubank, and Goldman Sachs hand coding tasks to AI agents, 'code factories' scale generation 10x while verification lags. The article argues generated code is implicitly treated as production-ready, with QA deprioritized or reduced to shallow coverage. It cites unverified claims of a 30% rise in change-failure rate and 23.5% more incidents per PR, then argues line coverage is worthless because 100% coverage can still miss broken user flows. The fix: autonomous verification that scales like generation, tests real user journeys, runs independently of the coding agent, and self-maintains to survive flake. The second half is a QA Wolf product pitch. Useful for engineering teams adopting AI coding, though explicitly vendor-biased.

www.qawolf.com · 10 min · Agent Engineering · Agents · AI Engineering · E2E Testing · Software Engineering