Live data from Hacker News

JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

blog.jetbrains.com

11–20 of 130 posts

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#11

You can add a .noai file to the root of your project to disable AI support. https://www.jetbrains.com/help/idea/disable-ai-assistant.htm... Errr, that 404s now. I hope the functionality still works. Here's the cached version: https://web.archive.org/web/20250329143832/https://www.jetbr... > Restrict usage of AI Assistant for a project Create an empty file named .noai in the root directory of the project. > When this…

like phones, they will make you take the AI.. it is a collar around your neck!

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#12

You can add a .noai file to the root of your project to disable AI support. https://www.jetbrains.com/help/idea/disable-ai-assistant.htm... Errr, that 404s now. I hope the functionality still works. Here's the cached version: https://web.archive.org/web/20250329143832/https://www.jetbr... > Restrict usage of AI Assistant for a project Create an empty file named .noai in the root directory of the project. > When this…

The AI feature is also opt-in, so you have to take steps to enable it.

The .noai file is helpful when you have specific projects that need to be excluded from AI tools.

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#13
It's pretty surprising that they're willing to charge a flat rate rather than by token, but great news for users. It's inevitable that you get annoyed at AI when it consumes tokens and generates a bad answer, or starts reading files that aren't fully relevant. The flat rate takes away that bad taste. The business modelling behind it must be quite intense, I hope this doesn't blow up in JetBrains' face if Junie's usage patterns change over time.

JetBrains are in a great position to do this though, perhaps the best position. Whereas a tool like Claude Code or Aider can give the LLM grep and little else [1], Junie can give the LLM a kind of textual API to the IDE's own static analysis database. If Claude/GPT want to understand what a function is doing and how it's used, it could issue a tool call that brings up nicely rendered API docs and nothing else, it could issue a tool call to navigate into it and read just the function body and so on. And they can use the IDE to check whether the code complies with the language rules more or less instantly without needing to do a full compile to pick up on hallucinated APIs or syntax errors.

So much potential with this kind of integration, all that stuff is barely the start.

[1] Aider attempts to build a "repo map" using a PageRank over symbols extracted by tree-sitter, but it never worked well for me.

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#14

You can add a .noai file to the root of your project to disable AI support. https://www.jetbrains.com/help/idea/disable-ai-assistant.htm... Errr, that 404s now. I hope the functionality still works. Here's the cached version: https://web.archive.org/web/20250329143832/https://www.jetbr... > Restrict usage of AI Assistant for a project Create an empty file named .noai in the root directory of the project. > When this…

Working link: https://www.jetbrains.com/help/ai-assistant/disable-ai-assis...

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#16

It's pretty surprising that they're willing to charge a flat rate rather than by token, but great news for users. It's inevitable that you get annoyed at AI when it consumes tokens and generates a bad answer, or starts reading files that aren't fully relevant. The flat rate takes away that bad taste. The business modelling behind it must be quite intense, I hope this doesn't blow up in JetBrains' face if Junie's usag…

It is by token - you get quota of tokens that once used up, disables your cloud integration

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#17
Happy I never jumped on the JetBrains bandwagon...

I was curious about Z̶i̶g̶ Zed, until they too started adding AI garbage. Sad.

Luckily, I can be fairly confident that my trusty neovim will never add AI garbage unless I specifically go out of my way to install plug-ins.

EDIT: Zed, not Zig

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#18

It's pretty surprising that they're willing to charge a flat rate rather than by token, but great news for users. It's inevitable that you get annoyed at AI when it consumes tokens and generates a bad answer, or starts reading files that aren't fully relevant. The flat rate takes away that bad taste. The business modelling behind it must be quite intense, I hope this doesn't blow up in JetBrains' face if Junie's usag…

The tokens are not unlimited though, Pro and Ultimate plan seems to differ essentially on the amount of tokens you get. [1]

Anyway I think that for the average developer (i.e. not enterprise customers) this is easier to reason about, so I am fine with that.

[1] https://www.jetbrains.com/ai-ides/buy/?section=personal&bill...

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#19
I used JetBrains AI for about a year, it was pretty good to basically help me to scaffold things, it felt like instructing a Junior developer, which isn't bad, saved me time for side projects.

Some observations from the pricingpage:

https://www.jetbrains.com/ai-ides/buy/?section=personal&bill...

* They say free for all IDEs except the community version of PyCharm and IntelliJ.

* Looks like if you want to use your own LLM you need to be an enterprise user? None of the lower tiers allow for it, I find this really, really dumb, if I'm paying for compute, why can't I also run my own LLM? Am I misunderstanding this?

* ReSharper and Android Studio don't fall under the credit system? I really would like to know what that means.

Re: JetBrains IDEs Go AI: Coding Agent, Smarter Assistance, Free Tier

#20
post #6
post #3

I'd like to know more about what is powering Junie under the hood. > According to SWEBench Verified, a curated benchmark of 500 developer tasks, Junie can solve 53.6% of tasks on a single run That's nice I guess, but why isn't this an entry on the actual https://www.swebench.com/#verified website? (Also: 53% isn't that impressive these days, Claude Sonnet can reach 63%)

This quote claims it is 'powered by Claude' “JetBrains and Anthropic share a commitment to transforming how developers work. Developers rely on Claude’s state-of-the-art performance in solving complex, real-world coding tasks. We’re excited to see how Junie, powered by Claude, will help the global developer community create innovative things within the trusted JetBrains IDEs that customers love.” Mike Krieger, Chief…

In my experience working on JB extensions, Rider is the most different of the IDEs. Most people think of just IntelliJ and that’s the same code base as eg PyCharm. But Rider seems substantially different.
Post reply on HN