Supercharge your tools with AI-powered features inside many JetBrains products
In AI-enabled IDEs, code completion quality heavily depends on how well the IDE understands the surrounding code – the context. That context is everything, and we want your help to find the best way to collect it.
AI hints in JetBrains Academy plugin now guide Python and Kotlin learners with smart code suggestions in the IDE. Learn faster, get unstuck, and stay focused.
It often feels like AI is ubiquitous these days. From helping with research to creating a joke, AI seems able to do everything for us. The public response and general opinions about AI are mixed. Some see the negative aspects of AI and frequently wonder, “Will AI take over my job?”, “Could AI steal …
Mellum doesn't pretend to know everything, but it does one thing exceptionally well. We call it a focal model – small, efficient, and built with a specialized focus.
Code completion has always been a defining strength of JetBrains products. See how we trained the model behind our cloud-based completion.
JetBrains AI Assistant is now multimodel! This is an exciting development, but what does it actually mean for you? It means AI Assistant is now more adaptable. It combines the strengths of different AI models, from the deep reasoning of large ones to the speed of compact ones, and even the privacy o…
If you've been following our journey, you might've read our recent blog post on the Complete the Un-Completable: The State of AI Completion in JetBrains IDEs. From that post, you might remember this cool chart on code completions. In April, something exciting happened: our acceptance rate went up wh…
Starting with the 2024.3 version of JetBrains IDEs, AI Assistant can not only access the context from your project but also the IDE’s own documentation. Whenever you have a question about how to accomplish a task in a JetBrains IDE, such as WebStorm, IntelliJ IDEA, or PyCharm, AI Assistant is here t…
The behind-the-scenes story of building Mellum.
TL;DR: In this post, I walk through the process of enhancing a chatbot project from Hyperskill by adding a web interface with Flask, JavaScript, and HTML. I tried out JetBrains AI Assistant and documented how it helped me with common coding tasks like installing frameworks, debugging, and generat…
JetBrains has launched Mellum – the large language model designed just for developers.
Code completion has always been a standout feature in JetBrains IDEs, helping developers code faster, smarter, and with fewer mistakes. But what if it could do even more? What if it could predict not just the next element but entire lines of code – or even complete blocks? That's exactly what we've …