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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: MutableAI (YC W22) – Copilot Alternative for VS Code

75 点作者 oshams将近 3 年前
Hi HN! We’re MutableAI (YC W22) (<a href="https:&#x2F;&#x2F;mutable.ai" rel="nofollow">https:&#x2F;&#x2F;mutable.ai</a>). Our mission is to reduce the time and cost to create high quality code using AI. We have worked at the full gamut of companies ranging from startups to big tech and have gotten the sense that many of the rote aspects of software development could be made easier, freeing up precious mental energy.<p>Devs love Copilot, but autocomplete is just one of many ways that AI should make programming easier. We’re taking a more comprehensive approach to developer tooling that bundles Copilot-like autocomplete with documentation, custom AI instruction, and some early refactoring capabilities (Python only) in one extension. We currently support Javascript&#x2F;Typescript, Python, Go, and Rust, with more coming soon. Overview (w&#x2F; bg music) [1].<p>In addition to autocomplete, which can be triggered either automatically or manually, we can add documentation to all your methods in a Rust file, or you can ask the AI to insert missing imports in a Python file. In some cases we can get really sophisticated and ask it to program a game from scratch or update your REST interface to accommodate a new data payload.<p>We use a combination of AI (e.g. OpenAI codex) and AST transformation &#x2F; metaprogramming techniques on the backend. We are also working on providing other backend solutions for varying needs, including on-prem deployments.<p>We soft launched our product with a small cohort of users and want to welcome more of you to our pilot beta. We hope you enjoy the product and look forward to learning from you.<p>We are currently in an extended free trial phase for early adopters and plan to keep a free tier for solo devs and open source contributors. We also offer a generous discount to startups. For enterprise please reach out to info@mutable.ai<p>We want to thank our very earliest users and invite the HN community to try the product installing it via the VS Code marketplace [2]. We&#x27;re looking forward to hearing your comments and feedback, or feature suggestions!<p>[1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=x-gKEbgyzCg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=x-gKEbgyzCg</a><p>[2] <a href="https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=mutable-ai.mutable-ai" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=mutable-...</a>

12 条评论

shekhar101将近 3 年前
Congrats on the launch and really want this to succeed. I think I write too many trivial code that can be replaced by AI like this - like writing simple auth stuff or json parsing logic etc in my projects. However, I just installed it in VS Code and tried it in my Django project.<p>Feedback:<p>1. I like the refractoring suggestions. Really cool and had some awesome suggestions right off the bat.<p>2. I tried to give instructions to write a method and it simply failed. I tried something like: &quot;write a method to parse json object and parse non-zero values from it&quot;. All it did was add a method called parseJson(json) with pass as body :( I tried a few different variations to get a method written by mutable but got nothing except new lines.<p>Anyway, wish you the success. I would love to see more players in this space. I feel a strong need for this kind of AI that can supplement my day to day coding .
评论 #32336891 未加载
tecoholic将近 3 年前
I noticed the docs mentioned it sends upto 1000 lines on a request and reads the contents of the immediate files.<p>One thing I have noticed with Copilot when working on large codebases is that the suggestions are that useful. For generic code it is fine, but when trying to write code that depends on ~100% internal modules, it was pretty useless and generated a lot of noise that I rarely used it and finally uninstalled.<p>I have been wondering if taking a hybrid approach of creating a mini model of the entire project locally and using it with Codex as a complementary source would greatly improve the quality of suggestions. I don&#x27;t know enough about all the existing tools, so this might be something already implemented. Just wanted to share this with someone who worked in this space<p>Congratulations on the launch.
评论 #32338556 未加载
pleonasticity将近 3 年前
This does prompt hacking and calls OpenAI&#x27;s Codex, which seems more like a clone than an alternative to Copilot.
评论 #32336732 未加载
jedwhite将近 3 年前
Congrats on the launch! What is your thinking with the on-prem deployments? Would that work along the lines of something like Hugging Face&#x27;s new Private Hub?
评论 #32336644 未加载
nextos将近 3 年前
Wouldn&#x27;t it be much easier to scale this for functional languages where there is a theory of program transformations [1] and code is more composable?<p>[1] <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;013507245X" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;013507245X</a>
ilrwbwrkhv将近 3 年前
Devs don&#x27;t love copilot. I don&#x27;t know any good dev who uses copilot more than a novelty.
评论 #32340426 未加载
bratao将近 3 年前
Congrats, very excited to try. Any chance of supporting JetBrains IDEs?
评论 #32337254 未加载
ShepherdKing将近 3 年前
I&#x27;m a bit out of the loop on these, but,<p>1) Is there any Copilot alternative that is open source, and,<p>2) Is there any Copilot alternative that works with Vim?
评论 #32337237 未加载
评论 #32338194 未加载
评论 #32337853 未加载
评论 #32337111 未加载
planetis将近 3 年前
Add Nim support please!
bluelightning2k将近 3 年前
I am personally quite interested to see how many Codex-wrapper-for-VSCode projects we see. It&#x27;s the one project every single engineer on HN has considered. (Same goes for the GPT3 text generation flavor, the &quot;autocomplete for Gmail&#x2F;Chrome&#x2F;whatever&quot; ones).<p>What makes it interesting is <i>everyone knows</i> there will be thousands. So the people who decide to continue anyway will presumably have some significant ideas for post-processing.<p>It&#x27;s interesting in a game theory sense.<p>Yes... many of these will be the obvious (generate 5 suggestions and rank them with a different neural net, similar to what Google is doing internally, etc.)<p>But a small portion will do interesting things. (I know my personal daydreaming session on the topic ended with many pages of possible approaches.)<p>There are MANY novel applications or approaches possible beyond simply &quot;wrap Codex, add stack-specific context to the prompt, re-rank with secondary model&quot;.<p>I think some of the wrappers will actually succeed. But there will be so many (I predict it being a popular course project for CS classes etc).
评论 #32338271 未加载
osoderlund将近 3 年前
This is so cool! Congrats on the launch!
mrkhalil将近 3 年前
Super useful product and really tight execution. Excited to see how this evolves.