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
Junie by JetBrainsという選択肢もありかもしれない。 解いてくれる課題
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Kuu
April 08, 2025
0
1.6k
Junie by JetBrainsという選択肢もありかもしれない。 解いてくれる課題
Kuu
April 08, 2025
Tweet
Share
More Decks by Kuu
See All by Kuu
OSSライブラリのVibe調査方法
fumiyakume
3
440
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
23
14k
Cursorを"導入"だけじゃなく"活用"まで メルカリ2000人展開のリアル
fumiyakume
31
42k
業務でVibe Codingするためのガイドレール モバイルアプリ開発編
fumiyakume
0
1.2k
大LLM時代にこの先生きのこるには-ITエンジニア編
fumiyakume
10
4k
公的機関の発表資料に適合した作業環境がBEST__情報機器作業における労働衛生管_理のためのガイドラインについて__を添えて.pdf
fumiyakume
0
350
202212_Kotlinfest2022.pdf
fumiyakume
1
110
All for One なポストモーテム運用と工夫
fumiyakume
1
600
Android/iOSアプリを協調開発するチーム~~スクラム開発の実践とその先へ~~
fumiyakume
2
9.4k
Featured
See All Featured
30 Presentation Tips
portentint
PRO
1
250
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
200
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
490
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
Optimising Largest Contentful Paint
csswizardry
37
3.6k
WCS-LA-2024
lcolladotor
0
470
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Rails Girls Zürich Keynote
gr2m
96
14k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
Transcript
1 Junie by JetBrainsという選択肢もありかもしれない。 解いてくれる課題 AIエージェントユーザー会・オフ会(第 1回)
2 自己紹介 • 株式会社メルカリ ◦ Android エンジニア ◦ AI系開発ツールの社内推進(勝手に)担当
▪ Cline は全員使える ▪ Cursor は全員向けライセンス発行中 ▪ Devin はPoC実施中 • Melting Hack ◦ 日本初のApple Vision Pro ハッカソン開催 ◦ Stable Diffusion, Intel, Alibaba 等とコラボして(ハッカソン) イベント開催 • 趣味 ◦ 旅行、カンファレンス(6月はWWDC参加してきます) ◦ プログラミング Kuu
3 言及されてなくて悲しいので、 Junieについて話す
4 Junie とは • Jetbrains が開発してる ◦ Intellij Idea 等のIDEの会社
• Intellij Idea の拡張機能として動作する ◦ Visual Studio Code に対するClineみたいな • 純粋な機能比較表を作ったらCursorやDevinには劣後する ◦ 機能のキャッチアップを積極的にしてる印象
5 体感でJunieの強みと弱み • コンテキスト把握力が強い • CursorのAgent modeより慎重に変更を行う
6 Junie が筋の良い技術だと思っている理由 • 既存のAI開発ツールを触っていて感じる点 ◦ 構文解析力が既存のIDEsと比較すると弱い ◦
Cline ▪ 単一ファイルごとのSymbol解析程度 ◦ GitHub Copilot ▪ Local index 作成できるファイル数上限が2500 ◦ Cursor ▪ MLを使用し理解している IntelliJ IDEA 由来の構文解析、状況把握能力を活用できる
7 Junie が筋の良い技術だと思っている理由 • 業務で活用する場合、Unit Tests がないと Reject されるべき
◦ 自然な流れでUnit Tests も生成してくれる ◦ AI が意図した挙動するコードを生成したことを確かめるためにもだいじ コード書く -> Unit tests 書く流れが前提になっていて、実用的
8 Message by Junie Product Leader
9 Junie by JetBrainsという選択肢もありかもしれない。 解いてくれる課題 完