All notes

INSIGHT

May 22, 2026

Opting Out of AI Tools Is a Legitimate Engineering Position

The case for AI skepticism is not contrarianism. Deliberate non-adoption is a rational response to real tradeoffs in quality, ownership, and cognitive load.

Not every engineer needs an AI copilot open in a second pane. The argument that shunning AI tools is a defensible, even preferable, position for certain builders is gaining traction outside the usual hype cycle.

The core claim: choosing not to offload reasoning to an LLM preserves something useful. Developers who write code without autocomplete assistance maintain tighter mental models of their systems. Founders who draft copy without generation tools stay closer to their actual voice and intent. These are not sentimental arguments — they are operational ones.

There is also a dependency angle. Integrating AI into a core workflow introduces a dependency on external inference infrastructure, model behavior that can shift between versions, and outputs that require review cycles. For a solo founder or a small team moving fast, that overhead is not always worth the throughput gain.

The critique extends to knowledge erosion. When a tool handles the retrieval and synthesis work, the engineer who always delegates that work atrophies the skill. That matters less when the tool is always available and always correct. It matters more at the edges — during an incident, in a domain the model handles poorly, or when the API is down.

None of this is an argument against AI tooling in general. Codegen, embedding pipelines, and retrieval-augmented workflows have clear productivity cases. The point is narrower: adoption should follow a real cost-benefit read, not social pressure or FOMO.

For senior engineers, the practical takeaway is straightforward. Audit which parts of your workflow benefit from AI assistance versus which parts benefit from your own close attention. The answer will not be the same across tasks, teams, or experience levels.

Optimism about AI capability and skepticism about reflexive adoption are compatible positions. Treating them as mutually exclusive is the mistake.