TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I made a in-browser AI agent for fixing bugs in Node, TS and JavaScript

3 点作者 Rikard_wikstrom7 个月前
So for the past month or so, I&#x27;ve been working on a browser-based AI agent called Flytrap for automating the most dreadful part of software dev; fixing bugs.<p>It&#x27;s completely free to use, so you can try it out, no signup needed here: <a href="https:&#x2F;&#x2F;useflytrap.com&#x2F;ai" rel="nofollow">https:&#x2F;&#x2F;useflytrap.com&#x2F;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&#x27;t perform a task well, and I&#x27;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&#x27;m working on: - Making the agents more robust (fine-tuning) - Linear &amp; 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:&#x2F;&#x2F;discord.gg&#x2F;tQaADUfdeP" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;tQaADUfdeP</a>

暂无评论

暂无评论