r/programming

AI=true is an Anti-Pattern


title: AI=true is an Anti-Pattern
author: u/keleshev
contenttype: redditpost
publication: r/programming
published: 2026-02-26T18:56:07+00:00
sourceurl: https://www.reddit.com/r/programming/comments/1rfiwf5/aitrueisanantipattern/

word_count: 304

Link: https://keleshev.com/ai-equals-true-is-an-anti-pattern

Score: 155 | Comments: 81 | Subreddit: r/programming


Top Comments

u/redbo (374 pts):
The difference between writing docs for people and docs for AI is that the AI reads them

u/robhanz (78 pts):
Also GUI tools that wrap command-line ones is a valuable pattern. It's a good way to enforce separation between your core code and your UI, as well.

u/francois__defitte (10 pts):
The actual anti-pattern is adding AI without defining what good output looks like first. If you can't articulate success criteria you can't measure it, and you're just hoping.

u/Zeragamba (28 pts):
the one difference between MCP and CLI tools is that with MCP it's harder for an LLM to delete /usr/home

u/keleshev (15 pts):
It's an absolutely aggravating trend. We need to spread the word, otherwise we will be in a world of pain.

Also, my personal opinion is that using AI from command-line tools is just bees knees. Recently a coworker said that Copilot VS extension can't review code across several commits, it must be uncommitted! I'm surprised you need a tool for that, I just ask to run git diff HEAD~3 and review.

u/ericl666 (14 pts):
Using AI agents to write your code for you == Antipattern

u/hackingdreams (13 pts):
The word "antipattern" has been abused so much you'd think it was a copyrighted document stolen by an AI company.