Live data from Hacker News

JetBrains AI

jetbrains.com

31–40 of 113 posts

Re: JetBrains AI

#31

Would love to see an unbiased direct comparison between GitHub Copilot and Copilot Chat. How do folks handle competing "helpers"? I've found I need to turn one on at a time. Otherwise, it's distracting.

One thing to note is Copilot Chat does not work in JetBrains IDEs, yet. You have to use a text editor like Visual Studio Code instead.

It's in beta, and from the screens I see on the website it's a very similar look and feel.

Re: JetBrains AI

#32

Would love to see an unbiased direct comparison between GitHub Copilot and Copilot Chat. How do folks handle competing "helpers"? I've found I need to turn one on at a time. Otherwise, it's distracting.

I should add that I pay for GitHub Copilot and I'm generally pretty happy with it.

Related to using AI to help with coding: One thing that's been annoying while trying to use ChatGPT is it tends to use deprecated and/or outdated code if I instruct it to write something using a specific library/framework.

Is JetBrains AI smart enough to suggest code based on the specific library versions of the project?

Re: JetBrains AI

#33

I will only want to use this if i'm able to host the LLM locally. Currently using CodeGPT and running CodeBooga 34b @ 4bit on my work laptop. This is good enough for me, but i'd love some more advanced functionality, such as code completion. CodeGPT - Repo: https://github.com/carlrobertoh/CodeGPT - Plugin: https://plugins.jetbrains.com/plugin/21056-codegpt

> running CodeBooga 34b @ 4bit on my work laptop.

How much RAM or VRAM does that require?

Re: JetBrains AI

#35

Just like many others are saying here, and i hope JetBrains hears and sees the feedback- this should 100% be included in the all products pack. We are already paying for products we don’t use, incentivize us not to downgrade. An extra subscription on top of gpt-4 is rough. I’ve been a loyal customer for years and have convinced many others to switch and pay for your products. Now it’s going to effectively double in p…

i use cursor and its amazing.

Re: JetBrains AI

#36
> We take data and code security seriously! Our products do not send more data to the LLMs than needed. Neither we nor our service providers use your data or code for training any generative models. For stricter requirements, we will make it possible for you to use your preferred on-premises models (coming soon) and connect them to the JetBrains AI service AI and the JetBrains products that your team uses.

Until they provide the "coming soon" features I can't imagine most companies will enable this. This feels like an insufficient guarantee: Neither we nor our N partners, who knows how we keep them accountable, will use your private source code and other data sent as context. Pinky promise.

Re: JetBrains AI

#37
post #23

> We encourage you to download the 2023.3 version of your go-to JetBrains IDE, open the AI Assistant tool window, log in with your JetBrains Account, and give the new functionality a try. Oh I would love to. Upgraded RubyMine to 2023.3, subscribed to AI on their website. Clicking "Get Started" in the login window just closes it and nothing happens :D I'll be happy to ditch GitHub Copilot if I get this to work. Sendin…

I had the same thing. Resetting my password on Jetbrain's website and the IDE sorted me out.

Yep, thanks, one of those did the trick. (For people wondering, you log out of the IDE on the initial screen when you don't have any projects open.)

Re: JetBrains AI

#38
post #36

> We take data and code security seriously! Our products do not send more data to the LLMs than needed. Neither we nor our service providers use your data or code for training any generative models. For stricter requirements, we will make it possible for you to use your preferred on-premises models (coming soon) and connect them to the JetBrains AI service AI and the JetBrains products that your team uses. Until they…

That's the same as what Copilot does.

Re: JetBrains AI

#39

Just like many others are saying here, and i hope JetBrains hears and sees the feedback- this should 100% be included in the all products pack. We are already paying for products we don’t use, incentivize us not to downgrade. An extra subscription on top of gpt-4 is rough. I’ve been a loyal customer for years and have convinced many others to switch and pay for your products. Now it’s going to effectively double in p…

If you use this at any scale using an API key directly will cost a lot more than $16/mo. I’m convinced that these products are purely loss leaders at this point having seen how crazy expensive GPT-4 is when used direct.

Re: JetBrains AI

#40

I will only want to use this if i'm able to host the LLM locally. Currently using CodeGPT and running CodeBooga 34b @ 4bit on my work laptop. This is good enough for me, but i'd love some more advanced functionality, such as code completion. CodeGPT - Repo: https://github.com/carlrobertoh/CodeGPT - Plugin: https://plugins.jetbrains.com/plugin/21056-codegpt

> running CodeBooga 34b @ 4bit on my work laptop. How much RAM or VRAM does that require?

It’ll be around 17GB + context. For longer contexts you’ll add a couple GBs.
Post reply on HN