Show HN: Review GitHub PRs with AI/LLMs

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ai-pr-reviewer

    Discontinued AI-based Pull Request Summarizer and Reviewer with Chat Capabilities.

  • It’s all about providing relevant context in the prompts and using a better model where reasoning is needed, eg gpt-4.

    If you are curious, some of our prompts are in the open source.

    Here is the link to our open source version - https://github.com/coderabbitai/openai-pr-reviewer

  • aperture

    Rate limiting, caching, and request prioritization for modern workloads

  • At the time of writing, the first sample image on that page is this:

    https://coderabbit.ai/assets/section-1-f9a48066.png

    which recommends adding a "maxIterations" counter to the "for len(executedComponents) ..." loop here:

    https://github.com/fluxninja/aperture/blob/26e00ea818c7c28da...

    HOWEVER

    - the review has failed to notice the logic using "numExecutedBefore" (around line 377) that already prevents the specific bug it is suggesting a fix for

    - the suggested change decrements "maxIterations" inside the "for ... range circuit.components {" loop which means it isn't counting iterations, it's counting components

    This kind of suggestion is particularly nasty because it's unlikely that the test suite populates enough components to hit "maxIterations" - so an inattentive reader could accept it, get a green build, and then deploy a production bug!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Release Radar · April 2024 Edition: Major updates from the open source community

    12 projects | dev.to | 3 May 2024
  • To developers: you must not reqire a password from users

    1 project | dev.to | 3 May 2024
  • How do people create those sleek looking demos for startups?

    6 projects | news.ycombinator.com | 1 May 2024
  • Ask HN: What's with the Gatekeeping in Open Source?

    1 project | news.ycombinator.com | 2 May 2024
  • Borgo is a statically typed language that compiles to Go

    21 projects | news.ycombinator.com | 30 Apr 2024