logoalt Hacker News

isjjdndkskstoday at 5:21 PM3 repliesview on HN

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


Replies

lubujacksontoday at 8:43 PM

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.

andaitoday at 5:37 PM

>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.

show 1 reply
ithkuiltoday at 6:57 PM

Using AI to review our own comments before posting could be a good idea