Re: [Article] LLM Bot that reviews NuttX Pull Requests

2024-09-29 Thread Sebastien Lorquet
Yikes Sebastien On 9/29/24 00:27, Lee, Lup Yuen wrote: We're experimenting with an LLM Bot (Large Language Model) that will review NuttX Pull Requests. This article explains how we created the LLM Bot in One Week: (1) We call GitHub API to fetch NuttX Pull Requests (2) Append the PR Body to th

Re: [Article] LLM Bot that reviews NuttX Pull Requests

2024-09-29 Thread Nathan Hartman
On Sun, Sep 29, 2024 at 9:16 AM Simon Filgis wrote: > Hi Mr. Lup, > > I like! > > The LLM should not only check the commenting around the code. > > It should also try to review the code. > 1. Commented and easy to understand? Simplify naming suggestions. > 2. Efficient algorithms? Suggest differe

Re: [Article] LLM Bot that reviews NuttX Pull Requests

2024-09-29 Thread Simon Filgis
Hi Mr. Lup, I like! The LLM should not only check the commenting around the code. It should also try to review the code. 1. Commented and easy to understand? Simplify naming suggestions. 2. Efficient algorithms? Suggest different implementation, for example better sorting algorithm. 3. Math erro