HN user

varunkmohan

366 karma
Posts52
Comments72
View on HN
windsurf.com 1y ago

Windsurf Wave 8: Teams and Enterprise Features

varunkmohan
1pts0
windsurf.com 1y ago

An update to our free plan

varunkmohan
3pts0
www.forbes.com 1y ago

Codeium can now reason over 100M lines of code

varunkmohan
2pts0
codeium.com 2y ago

Testing Google Gemini CodeAssist

varunkmohan
1pts0
codeium.com 2y ago

Personalization: Context Awareness vs. Finetuning

varunkmohan
1pts0
codeium.com 2y ago

What do you get with GitHub Copilot for Enterprises?

varunkmohan
1pts0
codeium.com 2y ago

Codeium now supports multi-repo context

varunkmohan
1pts0
codeium.com 2y ago

Why On-Premise Makes Sense for GenAI

varunkmohan
2pts0
codeium.com 2y ago

Codeium Tuned on MongoDB APIs

varunkmohan
1pts0
codeium.com 2y ago

Streamlining AI Code Chat with Mentions

varunkmohan
1pts0
codeium.com 2y ago

The Golden Metric for AI Code Tools: Percentage Code Written

varunkmohan
1pts0
codeium.com 2y ago

The Effect of Generative AI on the Human-Tool Interface

varunkmohan
1pts0
codeium.com 2y ago

Recap of Code AI tools in Q4 2023

varunkmohan
1pts0
codeium.com 2y ago

Codeium is SoC 2 Type 2 Compliant

varunkmohan
2pts0
codeium.com 2y ago

Codeium now attributes code suggestions

varunkmohan
1pts0
codeium.com 2y ago

Codeium available for all CodeSandbox users

varunkmohan
2pts0
codeium.com 2y ago

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

varunkmohan
7pts0
codeium.com 2y ago

Codeium launches a SaaS plan for teams

varunkmohan
1pts0
codeium.com 2y ago

Self-Hosting AI tools is easy

varunkmohan
8pts0
codeium.com 2y ago

How to eval AI code assistants

varunkmohan
1pts0
codeium.com 2y ago

Codeium codebase-aware chat now available in Jetbrains

varunkmohan
2pts0
codeium.com 2y ago

What You Get (and Don’t Get) with GitHub Copilot for Business

varunkmohan
1pts0
codeium.com 2y ago

Challenges with Context Retrieval for Coding Tasks

varunkmohan
2pts0
codeium.com 2y ago

Codeium: Free GitHub Copilot on Visual Studio, Sublime Text, and Eclipse

varunkmohan
3pts0
codeium.com 2y ago

More Advanced Realtime Context Than GitHub Copilot

varunkmohan
1pts0
codeium.com 3y ago

What to Know About the Context Going into Your Code LLM

varunkmohan
1pts0
codeium.com 3y ago

What GitHub Copilot Lacks: Fine-Tuning on Your Private Code

varunkmohan
4pts0
www.latent.space 3y ago

How to Make AI UX Your Moat

varunkmohan
4pts1
codeium.com 3y ago

Codeium for Enterprises: On-Prem GitHub Copilot

varunkmohan
12pts0
codeium.com 3y ago

Why Did Microsoft Build VSCode? Turns Out, GitHub Copilot

varunkmohan
64pts42

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.

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.

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!

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.

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.

I'm not sure any of this is accurate. 8 bit inference on a 4090 can do 660 Tflops and on an H100 can do 2 Pflops. Not to mention, there is no native support for FP8 (which are significantly better for deep learning) on existing CPUs.

The memory on a 4090 can serve extremely large models. Currently, int4 is started to become proven out. With 24GB of memory, you can serve 40 billion parameter models. That coupled with the fact that GPU memory bandwidth is significantly higher than CPU memory bandwidth means that CPUs should rarely ever be cheaper / lower latency than GPUs.

I think it's likely the other way around, a product like Copilot is actually much cheaper than if you were to build off of OpenAI's API. ChatGPT, the product, will be much cheaper than if you actually ran the API yourself.

Some context is that I work for a company that builds a product called Codeium, that's a free Copilot alternative. If we were to use OpenAI's API, we computed our costs would be high 100s of dollars a year per user (we've opted for something more custom / in house).

Genuinely asking, why do you think Twitter needs 24 million vcpus to run?

This is not apples to apples but Whatsapp is a product that entirely ran on 16 servers at the time of acquisition (1.5 billion users). It really begs the question why Twitter uses so much compute if there are companies that have operated significantly more efficiently. Twitter was unprofitable during acquisition and spent around half their revenue on compute, maybe some of these features were not really necessary (but were just burning money)?

This feels like what a company that hasn't accepted the future would say. Yes, ChatGPT doesn't do exactly what Google does. Can it be augmented by well understood search retrieval engines to generate a much better response? I think for a lot of cases that seems to be undoubtedly true.