Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Harnessing the power of AI in IntelliJ IDEA
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Anton Arhipov
March 26, 2025
Programming
250
1
Share
Harnessing the power of AI in IntelliJ IDEA
Anton Arhipov
March 26, 2025
More Decks by Anton Arhipov
See All by Anton Arhipov
Spec-Driven Development with AI-Agents: From High-Level Requirements to Working Software
antonarhipov
2
440
Spec-Driven Development with AI Agents (Workshop, May 2026)
antonarhipov
4
460
Spec-Driven Development with AI Agents. Java Day Istanbul 2026
antonarhipov
3
120
Spec-Driven Development with AI Agents: From High-Level Requirements to Working Software
antonarhipov
3
120
Strengthening Immutability in Kotlin. A Glimpse into Valhalla
antonarhipov
3
99
Kotlin—the New and Noteworthy in 2.2
antonarhipov
1
43
Levels of AI-assisted programming
antonarhipov
0
150
Devoxx France 2024. Kotlin - the new and noteworthy
antonarhipov
2
110
VirtualJUG: Kotlin 2.0 and beyond
antonarhipov
1
180
Other Decks in Programming
See All in Programming
TypeScriptだけでAIエージェントを作る フロント・エージェント・インフラのフルスタック実践
har1101
6
1.3k
Signal Forms: Beyond the Basics @ngBaguette 2026 in Paris
manfredsteyer
PRO
0
220
Modding RubyKaigi for Myself
yui_knk
0
870
関係性から理解する"同一性"の型用語たち
pvcresin
2
630
肥大化するレガシーコードに立ち向かうためのインターフェース分離と依存の逆転 / JJUG CCC 2026 Spring
hirokunimaeta
0
470
dRuby over BLE
makicamel
2
300
AI時代のUIはどこへ行く?その2!
yusukebe
19
6.5k
The NotImplementedError Problem in Ruby
koic
1
340
TypeSpec で繋ぐ複数プロダクトの型安全
maroon8021
1
360
LLM Plugin for Node-REDの利用方法と開発について
404background
0
160
技術記事、AIに書かせるか、自分で書くか? 〜それでも私が自分の手で書く理由〜 / #QiitaConference
jnchito
2
1.3k
ふつうのFeature Flag実践入門
irof
7
3.5k
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Balancing Empowerment & Direction
lara
6
1.1k
How to Talk to Developers About Accessibility
jct
2
220
Ethics towards AI in product and experience design
skipperchong
2
300
A designer walks into a library…
pauljervisheath
211
24k
Mind Mapping
helmedeiros
PRO
1
230
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.9k
The Language of Interfaces
destraynor
162
27k
GraphQLの誤解/rethinking-graphql
sonatard
75
12k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
220
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
2
1.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Transcript
Harnessing the power of AI in Intell iJ IDEA
None
None
Full-line code completion Minimal assistance. Doesn't get in a way.
Can accept word-by- word with Alt + ->
None
As a result, completion provides a multi-line snippet of code
The comment act as a prompt, adding the information to the context
The snippets of code can be accepted line- by line
.
The snippets of code can be accepted line- by line
. ... or word-by-word
None
inline code generation
Specify additional requirements
With AI actions, we can generate more code. For instance,
generate unit tests.
AI assistant will trigger the workflow to generate unit tests
You still have to execute the tests, verify results, etc
You still have to execute the tests, verify results, etc
You are in control!
None
A more complex change spanning multiple par t s of
the application
The workflow makes changes to multiple files and creates new
files
The workflow makes changes to multiple files and creates new
files You still have to review the changes, accept of decline, run tests, review code .
The workflow makes changes to multiple files and creates new
files You are in control! You still have to review the changes, accept of decline, run tests, review code .
None
None
None
Junie writes code, writes tests, verifies new code, etc .
It's an "autopilot" for writing code under your supervision
Automatically executes tests. Iterates on the task
None
The level of control Max Min
The level of control Max Min You can have various
levels of control over the process To get the most out of the agentic mode, you will need the relax the control. Then you can move faster!
None
None
None
None
None
https://speakerdeck.com/antonarhipov @antonarhipov https://github.com/antonarhipov