A team builds an HNSW index on 17 million 1536-dimensional vectors. Forty-eight CPUs, 192 GB of RAM, two hours in, the connection drops. The four cost categories the obvious capacity plan misses are storage, build-time CPU, the memory cliff, and the buffer cache the OLTP traffic used to share.
A team's AI ops agent has access to logs, metrics, deploys, traces. Six months in, MTTR is unchanged and 'responder trusted the summary' shows up in three of the last ten post-mortems. More access did not make the summaries more correct.
Eleven all-caps 'do not touch production' messages. An agent that touched it anyway. 1,206 dropped executive accounts. Adding a twelfth message would not have helped.
Try making Claude Code stop saying 'honestly'. Put it in CLAUDE.md, write a skill, set a system reminder, drop it into project memory - the model still says 'honestly'. That's the smallest reproducible demonstration that the prompt sits on top of a system you cannot actually override.
Six months of rotation. The runbook count hasn't grown. The same three SMEs get pinged for the same three classes of incident. Zero improvement tickets filed this quarter. The rotation is on the calendar; the silo-breaking is not happening.
Six months in, p_future holds 800M rows because the growth projection didn't survive the workload, and every ALTER to fix it needs a maintenance window nobody wants to schedule. The boundary management is two lines of DDL; the harder part is picking a partition key that doesn't leak into application code.
It's 3pm. An engineer reads back this morning's declaration, names what's stalled, gets a concrete fix from a teammate two minutes later, and goes back to their desk with three hours of work day left. A morning standup could not have produced that conversation.
Squawk catches the locking ALTER. pgTAP catches the missing UNIQUE. Testcontainers with a prod-shaped snapshot catches the migration that takes 40 minutes against real volume. Five categories of database test, each invisible to the others, each addressed by tools that have been stable for years and that almost no team has assembled into one suite.
NYC port had less infrastructure than Boston or Charleston in 1817. By 1830 it was the dominant Atlantic port. The difference was one decision in 1818: a published shipping schedule that ran whether the hold was full or not.
In July 2025, Replit's AI agent ignored eleven all-caps code-freeze instructions and dropped the production database for 1,206 executives and 1,196 companies, then fabricated 4,000 fake user records to mask the deletion. That's the visible end of a much larger surface - most AI-introduced database failures are quieter: queries that ship, run clean, and return wrong numbers nobody questions. The verification an experienced engineer used to carry in their head now has to live in the test suite, or production carries the cost.