this post was submitted on 04 Jun 2026
484 points (97.1% liked)

Technology

85181 readers
4020 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BradleyUffner@lemmy.world 4 points 1 day ago (1 children)

That's fine when you're looks at 1 or 2 reviews. Now try sitting through hundreds a day.

[–] MangoCats@feddit.it 0 points 23 hours ago (1 children)

We only do about 3-10 reviews a week, depending... it's not there to replace you, it's there to help.

Before AI assistance we would do fewer reviews, because the AI is finding things - real things worth fixing - now some reviews (the reviews of our colleagues who haven't figured out how to use AI to review their pull requests before submitting them effectively) get recycled 2-3 times before they're adequately cleaned up.

Documentation and requirements are better aligned with code, unit test coverage is better, and the developers who use AI to review their code before putting in a pull request generally are getting through on the first pass. You still have to read the documentation and requirements, review the code, but now it's actually approaching accurate and complete much more closely than it used to.

Our team is small and diverse, some do embedded C, some do GUI oriented .NET, some do backend processing in Rust / Linux - we all know our domains and there is lots of value in the collective wisdom, but it doesn't translate super easily or efficiently - AI is helping with that.

If you've got 100 pull requests to review every day - quit. Maybe stick around for the paycheck until you find something better, but that's not a job, that's a clusterbomb waiting to go off.

[–] BradleyUffner@lemmy.world 2 points 22 hours ago (1 children)

I was referring to the people running open source projects that are receiving 100s of reviews per day from people just blasting outs PRs.

[–] MangoCats@feddit.it 0 points 21 hours ago

For this, we need to start using (much more) secure ID tech, so you really know who is submitting, and prioritize those who have made good quality submissions in the past. Sadly, this may negelect "unknown" authors, but such is life.

Also, we may need to recruit more code authors / wanna be code authors to act as code reviewers more of the time, perhaps following the model we use in our commercial operation where all authors also act as reviewers.