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
Open Interpreter を動かす 〜 自動化されたアシスタントの誕生 / Runni...
Search
Kenji Saito
PRO
June 01, 2024
Technology
0
190
Open Interpreter を動かす 〜 自動化されたアシスタントの誕生 / Running Open Interpreter - The Birth of an Automated Assistant
早稲田大学大学院経営管理研究科「プロンプトエンジニアリング ─ 生成AIの応用」2024 春のオンデマンド教材 第12回で使用したスライドです。
Kenji Saito
PRO
June 01, 2024
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
アカデミーキャンプ 2025GWeeeeeeK「がんばれ!!ロボコン」 DAY 3 / Academy Camp 2025GWeeeeeeK "Go For It!! Robocon" DAY 3
ks91
PRO
0
8
アカデミーキャンプ 2025GWeeeeeeK「がんばれ!!ロボコン」 DAY 2 / Academy Camp 2025GWeeeeeeK "Go For It!! Robocon" DAY 2
ks91
PRO
0
13
BIG HEXAPOD ROBOT KIT for Raspberry Pi 組み立てサポートマニュアル / BIG HEXAPOD ROBOT KIT for Raspberry Pi Assembly Support Manual
ks91
PRO
0
22
TANK ROBOT KIT for Raspberry Pi 組み立てサポートマニュアル / TANK ROBOT KIT for Raspberry Pi Assembly Support Manual
ks91
PRO
0
21
ロボットとのコミュニケーションマニュアル / Manual for Communicating with Robots
ks91
PRO
0
13
アカデミーキャンプ 2025GWeeeeeeK「がんばれ!!ロボコン」 DAY 1 / Academy Camp 2025GWeeeeeeK "Go For It!! Robocon" DAY 1
ks91
PRO
0
38
コードや知識を組み込む / Incorporating Codes and Knowledge
ks91
PRO
0
160
シリアスゲームとしての RPG / RPGs as Serious Games
ks91
PRO
0
47
"September 12th" ゲームのプロンプトの構造 / "September 12th" Game Prompt Structure
ks91
PRO
0
39
Other Decks in Technology
See All in Technology
Microsoft Fabric vs Databricks vs (Snowflake) -若手エンジニアがそれぞれの強みと違いを比較してみた- "A Young Engineer's Comparison of Their Strengths and Differences"
reireireijinjin6
1
130
今日からはじめるプラットフォームエンジニアリング
jacopen
8
1.9k
AIエージェント開発手法と業務導入のプラクティス
ykosaka
9
2.7k
Running JavaScript within Ruby
hmsk
3
430
Part2 GitHub Copilotってなんだろう
tomokusaba
0
170
Асинхронная коммуникация в Go: от понятного к душному. Дима Некрасов, Otello, 2ГИС
lamodatech
0
1.7k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
2
450
Oracle Cloud Infrastructure:2025年4月度サービス・アップデート
oracle4engineer
PRO
0
330
時間がないなら、つくればいい 〜数十人規模のチームが自律性を発揮するために試しているいくつかのこと〜
kakehashi
PRO
3
320
OPENLOGI Company Profile for engineer
hr01
1
25k
ガバクラのAWS長期継続割引 ~次の4/1に慌てないために~
hamijay_cloud
1
580
Compose におけるパスワード自動入力とパスワード保存
tonionagauzzi
0
190
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
105
19k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.4k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.2k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
119
51k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
41
2.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
23
2.7k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.4k
Done Done
chrislema
184
16k
Transcript
Generated by Stable Diffusion XL v1.0 — AI 2024 12
Open Interpreter ∼ (WBS) 2024 12 Open Interpreter ∼ — 2024-06 – p.1/9
https://speakerdeck.com/ks91/collections/prompt-engineering-2024-spring 2024 12 Open Interpreter ∼ — 2024-06 – p.2/9
( 20 ) 1 • 2 • 3 Discord &
• 4 • 5 • 6 RPG • 7 “September 12th” • 8 • 9 • 10 ∼ • 11 Linux (Windows )(Mac ) • 12 Open Interpreter ∼ • 13 14 AGI (Artificial General Intelligence) 7 (5/6 ) / (2 ) OK / 2024 12 Open Interpreter ∼ — 2024-06 – p.3/9
Open Interpreter 2024 12 Open Interpreter ∼ — 2024-06 –
p.4/9
API Key API (Application Programming Interface) https://platform.openai.com/ API Keys 2024
12 Open Interpreter ∼ — 2024-06 – p.5/9
Open Interpreter Code Interpreter (CLI ) CLI : Command Line
Interface UNIX Python R Javascript ( ) ( Linux ) : 2024 12 Open Interpreter ∼ — 2024-06 – p.6/9
Open Interpreter $ python3 -m venv oi [Python ] $
source oi/bin/activate [Python ] (oi) $ pip install -U pip [ ] (oi) $ pip install open-interpreter [Open Interpreter ] (oi) $ interpreter --model gpt-4o [Open Interpreter ] [ 1] > 1 100 [ 2] > 1 : Python 2 : 2024 12 Open Interpreter ∼ — 2024-06 – p.7/9
A X M. MIT 2013 LEGO X A A X
A X X X (2013 ) ⇒ 10 Open Interpreter A . . . 1 2024 12 Open Interpreter ∼ — 2024-06 – p.8/9
2024 12 Open Interpreter ∼ — 2024-06 – p.9/9