So for the past month or so, I've been working on a browser-based AI agent called Flytrap for automating the most dreadful part of software dev; fixing bugs.<p>It's completely free to use, so you can try it out, no signup needed here: <a href="https://useflytrap.com/ai" rel="nofollow">https://useflytrap.com/ai</a><p>I wanted to ship it as fast as possible, to get real feedback how it performs for real world dev tasks, so all feedback is super appreciated! You can submit a task in the product, if the agent doesn't perform a task well, and I'll try to use those submissions to improve Flytrap<p>It contains 2 agents:
- LLM Agent: This one is meant to be the bug-fixing AI agent, but I need to fine-tune it more to become better. It can perform tasks like read and write FS, execute shell commands etc.
- Simple Agent: This one is quite practical, it can write code, and then verify that it works as expected, so you can use it for code-snippets, that are verified to work (this eliminates hallucinations)<p>Some features:
- Browser based, so all your files are only accessible by you, saved on your localStorage
- Clone from GitHub supported
- Free to use<p>Next up I'm working on:
- Making the agents more robust (fine-tuning)
- Linear & GitHub integrations: one-click GitHub issue or Linear issue, agent clones repo and starts working on the task.
- Browsing ability<p>Would love to hear brutally honest feedback<p>Join the Flytrap Discord to give feedback Thank you so much!
- <a href="https://discord.gg/tQaADUfdeP" rel="nofollow">https://discord.gg/tQaADUfdeP</a>