TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JetBrains AI Launch Event [video]

58 pointsby ymolodtsovover 1 year ago

8 comments

anigbrowlover 1 year ago
I&#x27;ve been using it for a while. It&#x27;s just GPT-4. The integration with the IDE is OK, it reads a combination of your code and the symbol table and can figure out common runtime errors. It&#x27;s good for explaining things. Code generation is kind of blah - good for putting up a skeleton or implementing a library that&#x27;s completely unfamiliar. I try out a lot of things with it that I wouldn&#x27;t have otherwise. On the other hand, refinding code is a pain, the more specific you get about changes the greater the likelihood that it decides to &#x27;focus&#x27; by just deleting the rest of your code and leaving you with <i>only</i> the function you were working on.<p>Once you hit the conversation size limit everything stops and you have to start over with a new chat, meaning you have to reconstruct your prompts over again or have it read more code. Getting it to reveal its system prompt shows that it&#x27;s just &#x27;an expert [language] programmer working on a project including (~100 common libraries)&#x27;.<p>I like having it available, I think Jetbrains has done a good job with it. But it also feels like it&#x27;s taking resources away from conventional UI improvements and bug fixes. It will be better once they have other options besides GPT-4. It does not feel multimodal, and like most transformers it suffers from the problem of guessing instead of asking, often ignoring inconvenient or unintuitive instructions.
rideontimeover 1 year ago
Skipped to a random timestamp to see how it performed, and at 15:35, the AI explains that &quot;C# does not support array or list initialization using brackets directly,&quot; a cleanup which, seconds previously, Resharper had suggested to the user. The presenters were too busy gushing about what a useful educational tool the AI is to notice the error.
评论 #38547249 未加载
评论 #38546500 未加载
评论 #38547507 未加载
评论 #38547233 未加载
bick_nyersover 1 year ago
I wonder if they have plans for allowing the usage of a locally hosted LLM?
评论 #38547524 未加载
评论 #38548376 未加载
评论 #38547398 未加载
TheChaplainover 1 year ago
Question is; does my code end up somewhere it should not?<p>It&#x27;s a bit tricky with AI tools when working on a proprietary codebase which is absolutely not allowed to leave the premises.
joshstrangeover 1 year ago
I&#x27;m interested to hear what people who have used it and CoPilot think. I tried it a tiny bit but it fought with CoPilot (unsurprisingly) and I ran into a bug in the EAP version of my IDE (which was required to use the AI) so I wasn&#x27;t able to give a fair shakedown.<p>I&#x27;ve been very happy with CoPilot but this integrates way more&#x2F;better into my IDE of choice so I&#x27;m tempted to switch to it.
评论 #38547490 未加载
kiviuqover 1 year ago
I started using it to learn ZIO 2 about 1.5 months ago. First, it was nerve wrecking since it would only respond in ZIO 1 code. They must have caught me swearing at it relentlessly. I&#x27;m getting better results now ;)
SubiculumCodeover 1 year ago
Does anyone know of an easy to set up integration for a text editor for locally hosted inline llm code completion&#x2F;function calling?
mdanielover 1 year ago
currently: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38545784">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38545784</a>