Hacker News new | past | comments | ask | show | jobs | submit login
Making Pull Requests Less Painful with an AI-Agent (codium.ai)
5 points by doener 10 months ago | hide | past | favorite | 2 comments



i am one of the makers of PR-Agent. often we are asked:

"What features do you think make it stand out from existing tools?"

My answer:

" - We emphasize real-life practical usage, avoiding multiple GPT-4 calls. Each tool (/describe, /improve, ...) has a single LLM call. This saves money and time, and enables daily usage of PR-Agent

- Our 'Git Patch Logic' strategy is a unique core ability that enables us to tackle both short and long PRs, with high effectivity

- Our JSON strategy enables us to have modular, customizable tools. For example, the '/review' tool categories can be controlled via the configuration file. Adding additional categories is easy and accessible

- Support both github and gitlab "


To be frank, adding an AI tool to one's dev env requires some trust... But I think this is a good start point.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: