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
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
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
Interesting use case for LLM - Nice. Yes, a 50km hike can make such use
cases to be thought of!
Venkat
On Sat, Sep 28, 2024 at 3:27 PM 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 t
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 the NuttX PR Requirements
(3) Which becomes the LLM Prompt th