JetBrains - Videos
Back to ChannelJetBrains Annual Highlights 2026 Are Here!
In our industry, things move fast. There is always something new, something changing, or something worth keeping an eye on. Today, look back at what happened at JetBrains in 2025, covering key mom...
Huge AI Risk in Software Development: Loss of Understanding
When AI is built into an IDE, deterministic and non-deterministic tools work together in one place. The IDE remains the control plane, and AI helps where you read, refactor, debug, and test.
OSS Power-Ups: XenoAtom.Terminal.UI
What does it take to build a terminal UI that feels modern - and keeps it maintainable as it grows? In this talk, I'll share the behind-the-scenes journey of creating XenoAtom.Terminal.UI, focusing...
Is shadow AI a problem?
Oleg Koverznev, Head of JetBrains Central, shares his perspective. For more on this, visit the JetBrains booth at Google Cloud Next 2026!
What is The Next Big Thing? 🤔
What is The Next Big Thing? #icse2026
How Did You Get Into Software Development?
How Did You Get Into Software Development? #icse2026
Why aren’t they at the beach on Sunday? 🏖️
JetBrains Research Team at ICSE 2026 in Rio Day 1. #icse #icse2026
Claude in JetBrains IDEs Got a BIG Upgrade
Claude Agent in JetBrains IDEs now always runs the latest version, so updates land in your IDE right away. We also added slash commands and shipped several fixes. Here’s what’s new.
dotUltimate 2026.1 Release Party
Our .NET team at JetBrains just released version 2026.1 of ReSharper and Rider. We will cover new ReSharper features that improve Visual Studio development. Also, some of the new Rider additions wi...
Scaling AI Without Losing Control
AI is transforming how developers write code, but one major productivity blocker remains: the verification bottleneck. As AI-generated output increases, developers still need reliable ways to valid...
Can AI Agents Succeed When Spec Is Unknown?
Agents excel when the specs are known, like a compiler, browser, or language server. But the harder part is deciding what to build and how. We still haven’t seen agents make those product decisions...
Too Many Specs Might Be A Problem
If every decision becomes a spec, large projects can end up with thousands of them. How do you manage that volume and ensure an agent reads only the docs relevant to the task? That’s still an open ...
Meet Junie CLI: an overview of JetBrains’ model-agnostic agent
Junie is model-agnostic (supporting models like Gemini 3 Flash or the use of your own API keys via OpenRouter), provides an interactive terminal with built-in Bash execution, and supports configura...
WebStorm 2026.1 Is Out — Let's Break It Down Live
WebStorm 2026.1 is now available and we want to go through everything that's new — live. Join Jan-Niklas and Jason as we dig into the 2026.1 release, demo the features that matter most, and answer ...
How AI Is Changing the Way We Structure Engineering Work – and How It Shouldn't
AI is transforming how we code, but should it be changing core responsibilities? Team Topologies co-author Matthew Skelton is an expert on designing developer teams for maximum impact and minimal c...
Faster Rust Testing at Scale: cargo-nextest in Practice
Running tests in large Rust workspaces can be slow with the default test runner. Many teams rely on cargo-nextest for faster, more scalable execution. In this livestream, Vitaly Bragilevsky will b...
AI Fatigue Is the New Bottleneck
AI agents can generate unlimited amounts of code. Most of it is fine, but a few wrong lines can cause major errors or inefficiencies. Can a human reviewer spot them without getting fatigued?
UI Freezes in JetBrains IDE Plugins and How to Avoid Them
Join our livestream to explore common causes of UI freezes in JetBrains IDE plugins, such as lengthy non-cancellable read actions and the improper use of network calls and external processes. Learn...
JetBrains at GDC
We feel you crave tools that actually keep up. Come find us at GDC!
The First AI Debate Started in 1843 🤯🤯🤯
Long before modern AI, Ada Lovelace asked the question we still debate today: can a machine truly create?
Coding Agents Are Ready. Is Your Workflow? Meet Air by JetBrains
JetBrains Air is built for agent-driven development. It brings your favorite coding agents – Codex, Claude Agent, Gemini CLI, and Junie – into one coherent workflow designed for real codebases. Ai...
🎬IntelliJ IDEA: The Documentary is now live on the CultRepo channel!
Join us to celebrate how it all started and the journey that continues 👉 https://youtu.be/Kourq_Lz03U
What if your IDE called you when needed? 📱
Codex, integrated into JetBrains IDEs, keeps you in the loop. Now with GPT-5.4 and GPT-5.3-Codex models.
Cursor is now live in your JetBrains IDE through ACP
Cursor is now available as an AI agent inside JetBrains IDEs through the Agent Client Protocol (ACP). Install it from the ACP Registry and use Cursor’s agentic capabilities directly inside your IDE...
AI in JetBrains IDEs: Explore What’s New
We’re building an open ecosystem where your IDE remains the main character, and AI plays a very competent supporting role. In this episode: • OpenAI Codex joins Junie and Claude Agent in the AI ch...
GDC 2025 interview with Jean-Claude Sims
Jean-Claude Sims, lead engineer at Aura Studios, shared at GDC 2025 how JetBrains Rider boosts his team’s daily workflow in Unreal. Rider quickly catches issues, provides smarter code insights, and...
GDC 2025 interview with Mark Aherne
As we approach GDC 2026, here’s a quick insight from Mark Aherne, Technical Director at Noesis GUI, who shared at GDC 2025 why he’s switching more of his workflow to JetBrains tools. Having everyth...
Senior Dev vs Vibe Coder interacting with AI
Every dev has an internal rival.
What Is the Agent Client Protocol – and Why JetBrains and Zed Are Building It Together
JetBrains and Zed on the story behind the Agent Client Protocol (ACP) – how it started, why the two teams built it together, and what it unlocks. ACP is an open protocol that standardizes how codi...
Go 1.26 Release Party
► Want to try GoLand? Download now: https://www.jetbrains.com/go/ 🎁 Get 6 months of free access - use code: GoReleaseParty 📚 Go modern guidelines: https://github.com/JetBrains/go-modern-guidelines ...
Predicting the Next Edit in JetBrains IDEs
Next edit suggestions (NES) in JetBrains IDEs anticipate your next edit, offering smart, context-aware suggestions anywhere in your file. They are available for JetBrains AI subscribers and don’t ...
How to Critically Evaluate AI-Written Code?
AI coding agents can generate hundreds of lines of code in seconds — but should you trust what they write? In this video, JetBrains engineers put an AI coding agent to the test in real-world scena...
The Evolution of Async Rust: From Tokio to High-Level Applications
Tokio is widely considered the most popular and foundational Rust library, acting as the standard asynchronous runtime for building high-performance, concurrent network applications. In this livest...
A serious discussion happened...
That awkward moment when your AI agent works everywhere (IDE, terminal, CI/CD) and theirs doesn’t.
Opus 4.6 is now available in JetBrains AI
A little 90s nostalgia, powered by Opus 4.6 and Junie. Try it in your JetBrains IDE with JetBrains AI.
Spec-Driven AI Development – Episode 2
🚀 Try JetBrains AI Ultimate free for 1 month (commercial license for up to 10 seats) https://jb.gg/ai-ultimate-1month 🛠️ This session demonstrates what spec-driven development looks like in real...
How to Write Better AI Prompts as a Software Developer in 2026
Developers have been talking to rubber ducks for years — but what if that same mindset could help you write better prompts for AI? 🦆💡 In this video, JetBrains Developer Advocate Vitaly Bragilevsky...
Do Tests Improve Productivity?
Developers debate whether tests actually improve productivity. Some say they feel slower or less productive when writing them. That perception overlooks an important truth. Tests accelerate develo...
Remote development that feels local with JetBrains
Remote development doesn’t have to be clunky! In this video, we demonstrate how easy it is to connect your remote environment via SSH, set up an IDE backend, and start coding – just like you would ...
Every Large Language Model Architecture Explained in 6 Minutes
Dive into the incredible 50-year journey of research that led to the AI revolution's most powerful breakthrough: the Transformer architecture! This video explains the core concepts behind modern A...
AI-Generated Code: Small Batch Sizes Matter
How to work with AI-generated code: small batch sizes matter more than ever. Working in tiny, reviewable steps keeps both developers and AI systems on track. We discussed this in our recent Spec-...
Why Security Must Shift Left
A common issue in modern software delivery is that security is still treated as something to address at the end of the process rather than at the outset. With the advent of AI, this problem becomes...
Don’t Rely On One-Shot Prompts
A challenge some engineers face when adopting AI-assisted development is relying on one-shot prompts and hoping for the best. This approach often results in output that drifts far from the intende...
Let’s take a look at 2009 UIs
Creative UIs with Compose | Chris Horner - https://www.youtube.com/watch?v=9KdP2idt6LE KotlinConf 2026 - https://kotlinconf.com/
Bring Your Own Key in JetBrains IDEs
You can now connect your API keys from OpenAI, Anthropic, or any OpenAI-compatible provider, and use them with the AI chat, Junie, and Claude Agent right inside your JetBrains IDE. Learn more in t...
Everything You Wanted to Ask About Rust
In this livestream, Vitaly Bragilevsky, Developer Advocate in Rust will host and ask the most trending and curious questions about Rust, while Herbert Wolverson (Ardan Labs) will answer with both o...
Top 3 Coding Mistakes Beginners Keep Making
We watched all the “How I’d Learn to Code (If I Could Start Over)” videos. Dozens of creators. Hundreds of tips. A mountain of contradictions. So we mapped the overlaps, uncovered the real patterns...
Reimagine Product Development: Matter in Action
Discover the future of product development with Matter: https://www.jetbrains.com/lp/matter/ AI has revolutionized product development, but most tools stop short when it comes to collaboration. Th...
I Watched Every “How I’d Learn to Code (If I Could Start Over)” Video
Dozens of creators. Hundreds of tips. A mountain of contradictions. So we did our own research — watched them all, mapped the overlaps, uncovered the real patterns, and turned it into one clear, pr...
Hacking Video Games As a Programmer
Watch the full talk here – https://www.youtube.com/watch?v=lwFNdphmZbE