AI replaces engineering
The recurring fantasy that the next model — or low-code, or codegen — eliminates the need for people who own production outcomes.
AI-replaces-engineering is low-code with a chat box and better demos. The pitch: natural language will translate requirements into systems, shrinking headcount and "democratizing" building software. The reality: edge cases, security, integration, and accountability remain, and they concentrate in the senior engineers you still need when the demo hits prod.
Copilot-style tools genuinely help with boilerplate and exploration. They also hallucinate APIs, skip tests, and optimize for plausible diffs rather than correct behavior. By 2026 the scarce resource is review capacity — generation outran ownership. Pilots that feed LLMs a snippet and ask for a rewrite fail the same way big-bang rewrites always fail — unknown legacy context, missing parity checks, political ownership of modules nobody wants to touch.
History rhymes: 4GL tools, CASE environments, "citizen developer" platforms — all promised to remove engineering until governance and exceptions pulled engineers back to untangle the graph. AI raises the floor on typing speed and lowers the floor on verification discipline if leadership believes the hype.
The durable pattern is augmentation with ownership: humans accountable for prod, migrations in slices, tests as contracts. Anything else is procurement theater — impressive until regulators, customers, or 2 a.m. pages ask who signed off.
Exhibits
Practice · 2023–now
AI will rewrite the codebase
Big-bang rewrite, now with a chatbot — then with agents. Same failure mode; prettier slides.
$ Exec decks promised autonomous migrations "by next quarter," then rebranded as "agentic modernization." Teams that skipped tests, ownership, and incremental strangler patterns bought expensive demos and fragile diffs.
Practice · 2021–now
AI pair programming
Autocomplete that understands the file — now table stakes. Generation outran review capacity; ownership is the bottleneck.
Framework · 2023–now
LLM app frameworks
LangChain-class glue gave way to vendor SDKs and thin wrappers. The durable pieces are boring: evals, retrieval, and product UX.
Practice · 2018–2025
Low-code will replace eng
Drag-and-drop apps for the enterprise backlog. Useful for internal tools; fantasy as a full replacement for engineering — a pitch later absorbed by AI demos.
Practice · 1995–now
Big-bang rewrite
Replace the working system instead of strangling it. A perennial money pit with new branding each decade.
$ "We'll freeze features and rewrite in the hot language." Multi-year projects shipped late, incomplete, or not at all — while competitors iterated on the ugly system that made money.
Practice · 2023–2024
AutoGPT-class autonomous agents
Give the model a goal and a credit card. Viral in 2023; quietly shelved when the loop never stopped spending.
$ Open-ended agent loops burned API credits chasing goals nobody specified well enough to finish. Demo videos outpaced production deployments by orders of magnitude.
Practice · 2024–now
Vibe coding
Accept AI output on feel, skip the diff, hope tests exist. Fast demos; CVEs and nobody owns the middleware.
$ Ship-to-prod without reading the diff became a flex until incidents revealed nobody knew which prompt wrote the auth middleware. Review debt arrived in one weekend demo.
Framework · 2023–2025
Multi-agent orchestration hype
LangGraph, CrewAI, AutoGPT cosplay — agents delegating to agents for tasks one function call could do. Hype peaked; backlash stuck.
$ Autonomous agent swarms burned API budgets on coordination loops that a single prompt and a cron job would have handled. Debugging "which agent lied" became the new on-call sport.
Practice · 2022–2025
Prompt engineering
Craft the magic string until the model behaves. Job title of 2023; table-stakes skill of 2026.
Framework · 2023–now
LLM orchestration frameworks
Chains, tools, memory, and agents as a framework — LangChain-class glue sold as architecture. By 2026: LangChain-fatigue and thinner SDKs.
$ Teams adopted chain/agent frameworks before they had a single reliable tool call. Abstraction layers multiplied while prompt quality stayed flat.
Practice · 2023–now
Chatbot wrapper as product
Slap an LLM on the homepage and call it AI-native — "we have an app now," 2010 edition.
$ Homepage chat boxes billed as AI-native platforms while the roadmap stayed FAQ search with a spinner. Acquisition decks outpaced retention.
Practice · 2023–now
Shadow AI / paste-into-ChatGPT
Prod data into consumer chat because the approved tool is slow. GDPR with better autocomplete.
$ Employees routed tickets, logs, and customer PII through consumer chat before InfoSec finished procurement. Compliance scramble followed the demos.
Practice · 2024–now
AI-generated test theater
Coverage theater with a chat box. Tests that mirror the bug and never catch it.
$ LLMs wrote tests that boosted coverage and asserted nothing. Green CI, false confidence — eval theater's cousin in the test suite.
Practice · 2024–now
Eval theater
LLM evals as slideware — metrics that look scientific and never gate a deploy. The foil to real eval pipelines in CI.
$ Dashboards of vibe-check scores that never blocked a release. Green charts for leadership; prod still hallucinated.
Practice · 2024–now
AI review bottleneck
Copilot ships PRs faster than teams can review. Generation outran ownership and security review — the real 2026 invoice.