One team's eval sweep can starve another team's production chat when both draw from a shared inference pool. Borrowing from mainframe time-sharing and Borg's priority bands: priority tiers, preemption, chargeback, and when a team deserves dedicated capacity.
Model deprecation notice, zero data retention, copyright indemnity exclusions, and contractual rate limits — the LLM contract clauses that actually move risk for enterprise AI buyers, and which levers vendors will genuinely negotiate.
Coding agents doubled your PR volume, but merges still crawl through a queue sized for human typing speed. The capacity math behind merge-queue congestion, why flaky tests cascade at agent scale, and how tiered pre-merge/post-merge testing restores throughput.
Model APIs sit in the request path next to your database, but most DR plans still treat them as nice-to-haves. A practical guide to degraded modes — caches, predecessors, queues, and honest downtime — and the business decisions to make before the next provider outage.
AI assistants quote your old pricing, recommend dead endpoints, and pitch competitors in conversations you never see. How to monitor model answers like a production surface and ship ground truth machines can read.
Overnight coding agents don't hand you finished code — they hand you a triage problem. How trust tiers, provenance receipts, batched decisions, and two-pass triage keep the morning review queue from becoming your team's biggest time sink.
Reasoning models make response time a function of problem difficulty, so p99 latency spikes 3-5x above p50 and timeout tuning turns into a cost problem. Hedged requests against smaller models, per-route effort caps, and difficulty-aware SLOs keep the tail under control.
LLMs hallucinate the same fake package names again and again — 43% recur on every rerun — and attackers register them. Why agents with install rights turn a hallucination into a supply-chain compromise, why diff review can't catch it, and the lockfile, allowlist, and cooldown defenses that can.
Excel and Google Sheets hold most companies' operational logic — untyped, untested, unreviewed — and AI agents now write to them at machine speed. Protected ranges, named ranges, formula diffs, and migration-style writes keep one overwritten formula from becoming a business decision.
Coding agents collapsed the cost of translating a legacy codebase — but undocumented behavior, data migration, and integration cutover cost what they always did. A framework for which rewrites the cheap-translation era actually unlocks.
AI agents can draft a polished eight-page RFC in an hour, killing the effort signal design docs once carried. How to reprice design review: live defense, pre-registered metrics, prototypes over prose, and explicit review budgets.
Rolling back an agent's prompt while its tools and memory advance doesn't restore a known-good state — it ships an untested chimera. Why agent deployments are a triple, how each one-legged rollback fails, and how to pin prompts, tool contracts, and memory like a lockfile.