| ▲ | Use AI for reviewing code especially when the diff is huge(simianwords.bearblog.dev) | ||||||||||||||||
| 6 points by simianwords 7 hours ago | 8 comments | |||||||||||||||||
| ▲ | cadamsdotcom 5 hours ago | parent | next [-] | ||||||||||||||||
You can radically reduce your review burden but you can’t eliminate it - review is the part where you make your code good. But whatever you see in review, you must add to a review checklist for the agent. You do this so you never have to check for that thing again. Example: https://github.com/cadamsdotcom/CodeLeash/blob/main/.claude/... (Use AGENTS.md or whatever agent docs you use, to tell your agent to review after it’s done working but before it stops.) Congratulations! After you added hundreds more items to the agent’s review checklist, that work you did to build the checklist has automated the first 90% of the work. The second 90% is still.. reviewing the code. So no, you can’t escape code review. It’s an asymptote. And it’s part of your job as a professional. | |||||||||||||||||
| ▲ | loloquwowndueo 5 hours ago | parent | prev | next [-] | ||||||||||||||||
If someone asks you for a code review and you turn your LLM loose to do it - you’re doing nothing. Just tell the requester you can’t be bothered and have them ask their LLM to do the review directly. Relaying one LLMs output to another is very poor use of a human’s time. | |||||||||||||||||
| |||||||||||||||||
| ▲ | voidUpdate 5 hours ago | parent | prev | next [-] | ||||||||||||||||
I can't tell if the title is a joke or not, the article seems to give some very good reasons why you shouldn't use an LLM to review pull requests | |||||||||||||||||
| ▲ | meander_water 5 hours ago | parent | prev | next [-] | ||||||||||||||||
> I don't think you should waste time reviewing every single line of code in here and just use AI to review it! > What you bring is the knowledge that the author nor the LLM doesn't know. How can you possibly know what relevant context to provide the LLM unless you read the 10k loc? Now you've wasted double the time. | |||||||||||||||||
| ▲ | KevinMS 4 hours ago | parent | prev | next [-] | ||||||||||||||||
I'm 100% opposed to AI generating my code, but I could see myself using it as an advanced linter. I suspect this will be considered best practices after the AI Slopocalypse | |||||||||||||||||
| ▲ | ForHackernews 5 hours ago | parent | prev [-] | ||||||||||||||||
> your line by line reviews have no place here. I'll believe that once AIs stop outputting garbage code that spends 15 lines defensively checking for situations that can never occur or re-implementing their own URL-parsing logic instead of using a library. Maybe Fable is better at this? Maybe there's a set of prompts or skills that will reduce these tendencies? | |||||||||||||||||