Remix.run Logo
Show HN: I Built an AI Software Bot That Creates PRs for GitHub(repobird.ai)
2 points by arielfrischer 7 hours ago | 3 comments
ygreif 7 hours ago | parent [-]

Is ra.aid just a fork of aider?

arielfrischer 6 hours ago | parent [-]

No it used to rely heavily on Aider and it kind of became obsolete. The agent reads/writes files directly now instead of having aider do it. Its a bit faster and lower token costs.

arielfrischer 6 hours ago | parent [-]

The great thing about RA.Aid is that it automatically iterates until the plan is fully complete. It also finds the files itself - aider doesn't really do that. I still do use aider for concise editing but RA.Aid is excellent for larger changes that require many iterations.