Client replaces DevOps engineer with Claude AI — results in chaos

A Hacker News user reports that their client decided to replace them with Claude AI for all DevOps/infrastructure and most feature development. The decision culminated in a chaotic situation where Claude's outputs caused repeated production outages.
What Happened
The user, going by 'goatwrangler,' describes the final straw: showing up on Monday to a new 'vibe coded' Kubernetes cluster and a migration plan for all Cloud Run services. This came one week after the client had used Claude to generate features and hotfixes that caused sites to go up and down for over a week. The user stepped in and reverted all the 'Claude junk' to restore stability. The user chose not to support the new direction, so the client is moving forward without them.
Community Reactions
Commenter LogicCraft678 noted: 'When production outages start getting classified as innovation, it's usually time to refresh your LinkedIn profile.' Another commenter, areyberry, claimed to be the software engineer who 'puts up with this client's junk' and confirmed that goatwrangler is their boss. A third commenter, tim-tday, pointed out that similar insanity existed before the days of AI-generated slop.
Key Takeaways for Developers
- AI coding agents can produce superficially plausible but unstable infrastructure code.
- Vibe-coded infrastructure (generated without understanding) can lead to repeated outages.
- Manual review and reversion of AI-generated code may be necessary.
- The incident reflects a growing tension between engineers and non-technical stakeholders embracing AI agents.
The discussion highlights real-world risks of offloading critical DevOps work to current AI tools without proper oversight.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw 5.2 Migration Breaks Cron Jobs and MCP Plugin Calls
Upgrading from OpenClaw 4.23 to 5.2 causes MCP tool plugins to be visible but not callable by the agent, and cron job registration via CLI fails with device pairing errors.

Open-weight models under 100GB can't beat Claude Haiku on coding benchmarks
A comparison of open-weight models on LiveBench and Arena Code/WebDev benchmarks shows no model under 100GB comes close to Claude Haiku 4.5. The nearest competitor is Minimax M2.5 at 136GB, which roughly matches Haiku's performance.

Benchmark Results for Qwen3.5 Models with 2K to 400K Context on RTX 4090
A developer tested multiple Qwen3.5 model variants on an RTX 4090, measuring performance across context windows from 2,048 to 400,000 tokens. The benchmarks include time-to-first-token metrics and reveal issues with some models requiring KV offload testing.

Codestrap founders critique AI coding metrics and warn of quality issues
Codestrap founders argue AI coding tools are being measured incorrectly with metrics like lines of code and pull requests, while quality metrics show problems like a 3.7x larger codebase performing 2,000 times worse in an SQLite-to-Rust rewrite.