HackerTrans
TopNewTrendsCommentsPastAskShowJobs

varunkmohan

no profile record

Submissions

Windsurf Wave 8: Teams and Enterprise Features

windsurf.com
1 points·by varunkmohan·last year·0 comments

An update to our free plan

windsurf.com
3 points·by varunkmohan·last year·0 comments

[untitled]

1 points·by varunkmohan·2 years ago·0 comments

[untitled]

1 points·by varunkmohan·2 years ago·0 comments

Codeium can now reason over 100M lines of code

forbes.com
2 points·by varunkmohan·2 years ago·0 comments

[untitled]

1 points·by varunkmohan·2 years ago·0 comments

Testing Google Gemini CodeAssist

codeium.com
1 points·by varunkmohan·2 years ago·0 comments

Personalization: Context Awareness vs. Finetuning

codeium.com
1 points·by varunkmohan·2 years ago·0 comments

What do you get with GitHub Copilot for Enterprises?

codeium.com
1 points·by varunkmohan·2 years ago·0 comments

Codeium now supports multi-repo context

codeium.com
1 points·by varunkmohan·2 years ago·0 comments

Why On-Premise Makes Sense for GenAI

codeium.com
2 points·by varunkmohan·2 years ago·0 comments

Codeium Tuned on MongoDB APIs

codeium.com
1 points·by varunkmohan·2 years ago·0 comments

Streamlining AI Code Chat with Mentions

codeium.com
1 points·by varunkmohan·3 years ago·0 comments

The Golden Metric for AI Code Tools: Percentage Code Written

codeium.com
1 points·by varunkmohan·3 years ago·0 comments

The Effect of Generative AI on the Human-Tool Interface

codeium.com
1 points·by varunkmohan·3 years ago·0 comments

Recap of Code AI tools in Q4 2023

codeium.com
1 points·by varunkmohan·3 years ago·0 comments

Codeium is SoC 2 Type 2 Compliant

codeium.com
2 points·by varunkmohan·3 years ago·0 comments

Codeium now attributes code suggestions

codeium.com
1 points·by varunkmohan·3 years ago·0 comments

Codeium available for all CodeSandbox users

codeium.com
2 points·by varunkmohan·3 years ago·0 comments

Codeium Live – free up-to-date in-browser codebase chat

codeium.com
7 points·by varunkmohan·3 years ago·0 comments

comments

varunkmohan
·3 years ago·discuss
They did not, Microsoft made the bet that there would be some application in the future that would require distribution to all developers. Turns out that application was Github Copilot.
varunkmohan
·3 years ago·discuss
Hi from the Codeium team. It's awesome to hear you are allowing other code LLMs to be used on the Replit platform (we're big fans)! We'd love to enable our free chrome extension on Replit.
varunkmohan
·3 years ago·discuss
We explicitly state in our privacy policy that we don't sell user data to third parties.

The language server is the common binary cross ides that actually processes local / repo context and communicates with the cloud service to generate completions. For now, that is closed source, similar to other tools like Tabnine and Copilot, but we may change that in the future.
varunkmohan
·3 years ago·discuss
Hi, Varun from the Codeium team here. This is fairly common thing to do to not support these sorts of domains to prevent abuse. Also, Copilot downloads a language server binary as well for their vim extension.

Happy to discuss how we could improve.
varunkmohan
·3 years ago·discuss
Sad, this whole thing where companies train chinchilla optimal models has to stop - I'm always happy to get open source models but it would be great if it was useful rather than a benchmark.
varunkmohan
·3 years ago·discuss
Exactly why our product Codeium (Copilot alternative) supports self-hosting.
varunkmohan
·3 years ago·discuss
OpenAI has done the reasonable thing of not exposing the probability distribution per generated token so it's very hard to use that to completely map to their models. Ultimately, you still do need a very large base model to compete.
varunkmohan
·3 years ago·discuss
This looks very cool and is a massive improvement. If only OpenAI would also publish what they are doing to make 32K work.
varunkmohan
·3 years ago·discuss
Curious if anyone has actually used this. It's quite slow for me and feels more like a cute idea rather than a useful product.
varunkmohan
·3 years ago·discuss
Thanks for the feedback. Currently there is not, but we will look into setting up custom keybindings or some other approach.
varunkmohan
·3 years ago·discuss
It isn't zero, that's for sure! Before Codeium, we as a team were building scalable ML infrastructure for some of the world's largest ML workloads, so we have a lot of experience in building infra (especially ML serving infra) that optimizes computation on GPUs/mixed compute resources to drastically reduce serving costs. We will probably talk more about these infra side optimizations in future blog posts!
varunkmohan
·3 years ago·discuss
I don't really want to argue but we have been pretty open about the fact that we want to keep this product free for users going forward as well. We have been pretty clear about our plan to monetize additional features but the focus now is to democratize this technology.
varunkmohan
·3 years ago·discuss
We are a free product.
varunkmohan
·3 years ago·discuss
We are actively iterating on our data cleaning to deanonymize any user information. Of course some cases are tricky to find, but we recognize these issues are serious and will continue to work here. All of our training data is public, so we know that we won't ever produce private user info.
varunkmohan
·3 years ago·discuss
Elixir is not a language we are currently confident in, but in the very near future (O(weeks)), we believe we will have a model that is better than Copilot for Elixir and other niche languages.
varunkmohan
·3 years ago·discuss
We don't rely on any 3rd party APIs in order to keep serving costs down (which is necessary to keep this as a free service). We only use permissively licensed public code to train.
varunkmohan
·3 years ago·discuss
No the model actually runs remotely. We would love to have some way to run a lightweight model on the user's machines but it's just not feasible given model size and amount of computation required.
varunkmohan
·3 years ago·discuss
Sorry to hear that. Point noted, we will take a look - most of our testing has been on chrome / safari.
varunkmohan
·3 years ago·discuss
This is one of the next IDEs we will be supporting! We're keeping folks on our discord (https://discord.com/invite/3XFf78nAx5) updated on this.
varunkmohan
·3 years ago·discuss
Yes, good point. Interestingly, our VSCode extension also works on VSCodium since we uploaded it to the OpenVSX registry!