SOMEONE didn't read the article
> You code and you have the AI check your work. Treat it like a reviewer. That’s my advice in a sentence.
Bro you're giving the same advice as the article
>Preferably, don’t give the AI access to the codebase. Copy-paste snippets of your code in the web interface.
Well, I can't ask it for an overview of a system it can't see.
Using AI to review our own comments before posting could be a good idea
Quite different advice, actually. I do not trust an LLM to review or to code by itself, but it can enlighten or expose blindspots, without requiring me to dig through the codebase, especially around unrelated downstream impacts. The point is to use LLMs as a research and concept navigation tool rather than a reviewer or "decider". Broad asks like "is this code good" are vague and lossy, narrow asks allow much less room for unknown unknowns.