Show HN: Codeium – a free, fast AI codegen extension (codeium.com)
I'm Varun, CEO of Exafunction, and we just released Codeium to open up access of generative AI to all developers for free. In the spirit of Show HN, we created a playground version for anyone to try this tech in the browser (click Try in Browser)!
We have built scalable, low-latency ML infra for many top AI companies in the past, and we are excited to leverage that tech into a product that we, as developers, would love. We hope that you do too, and we would appreciate any feedback that this community has for us!
39 comments
[ 3.3 ms ] story [ 91.6 ms ] threadIn my exactly 3 minutes test, it did worse, even if only slightly.
Right now it is free, but that won't last, right? Do i have to expect any shady data collection practices?
More interestingly, how is this trained? Have you guys done your own finetuning of gpt3 or it's something completely different?
We guarantee that all users that join now will be able to use the product free forever. We explicitly allow users to opt out of sending data to us post inference. We believe we're in the early innings of code assistants and would like to democratize the technology so we don't have plans to monetize this tier of usage.
The model is hosted internally and trained on public code. For more details on the specifics, please take a look at our FAQ page on the website.
I have to say, in my quick tests completions do arrive slightly but noticeably faster than Copilot's.. Which is enough to make this interesting!
Unless you are using a much smaller model, in which case it's too easy ahah.
Thanks and good luck for your further plans, I'll keep trying this
What exactly does this mean?
The completion was weird. I tried to type "#Function to return the value passed". And it started to autocomplete with what I typed and what it was suggesting all jumbled up and completely unintelligible. Once I hit tab, it completed correctly, but it didn't make any sense until I hit tab, so I couldn't really see what I was completing until it was done.
The more I played with it, I noticed it started to not actually suggest anything. But the codeium plugin is just showing a wait spinner in my status bar, so maybe it's getting pounded with HN people testing it right now.
I can't make it work with the one file, but yeah...not a codeium problem at all. I'll be sure to test at least 5 minutes next time ;)
Also, to answer your pricing point, we are actively working on additional features beyond code completion. We want to try to make the code completion itself to be free, and definitely free forever for early users as a thank you for using Codeium from early on.
I'm really really curious as to the technical details of getting the inferences cheap and fast enough to enable a copilot like experience when you're not GitHub with inifinity resources.
Sam Altman has said that each chat in chatgpt is single digit cents per chat. GPT3 davinci is 0.02 per 1k tokens, not to mention the high latency. it'd be impossible to build "copilot for law" based on gpt3 because the UX wouldnt work with that latency or cost (you'd be running 100s of inferences if you count every debounced keystroke).
What cost per user/per inference/per day (however you think about it) do you need to get this down to? and what order of magnitude speedups did you need to accomplish to get this done?
(congrats btw, happy user here thanks to Prem)
EDIT: clicking on the "return to vs code" link from your site was needed. now auth'd
We will have updates on this shortly!
Also I couldn't find any way to toggle alternative suggestions.
You can see alternate suggestions on VSCode by hitting Option + [. We don't currently support seeing alternate suggestions on JetBrains IDEs, but we're working on it!