| 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. It's completely free to use, so you can try it out, no signup needed here: https://useflytrap.com/ai 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 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) Some features:
- Browser based, so all your files are only accessible by you, saved on your localStorage
- Clone from GitHub supported
- Free to use 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 Would love to hear brutally honest feedback Join the Flytrap Discord to give feedback Thank you so much!
- https://discord.gg/tQaADUfdeP |