Remix.run Logo
m463 5 hours ago

ai can do some of the reviewing, checking calling and called arguments, even things like crufty shell scripts.

but the higher-level "should you do this?" or "check your design" - could AI do that stuff?

lericzhang 3 hours ago | parent | next [-]

It's difficult to spot issues from a huge diff. But when a agent finish a task, it remembers what it just went through, where it got stuck, when it got corrected by human, what code make it want to say the F word to the author, that would be a good chance to make the codebase cleaner.

ShinyLeftPad 4 hours ago | parent | prev | next [-]

> ai can do some of the reviewing

No way this can backfire.

> checking calling and called arguments

Like a static language compiler already does?

m463 4 hours ago | parent [-]

I got to see greptile and it had a pretty decent code review, somewhat like a static analysis tool without a lot of time wasting nonsense/false positives.

When I've used static analysis tools, the first run is usually helpful as you cherry pick the things that need to be fixed, but then subsequent runs are just the false positives or "only slightly a nit" kind of annoyances.

But human developers are the ones that say stuff like "Do we really have to use a database at all?" etc...

shepherdjerred 4 hours ago | parent | prev | next [-]

IMO it can, about as well as an entry/mid level dev

ares623 5 hours ago | parent | prev [-]

I think the question is now "should you care?" And it seems the magnificent, incorruptible thought leaders of our time are all converging on "No"