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
May 16, 2025
Technology
0
46
Open Interpreter を動かす 〜 自動化されたアシスタントの誕生 / Running Open Interpreter - The Birth of an Automated Assistant
早稲田大学大学院経営管理研究科「プロンプトエンジニアリング ─ 生成AI の応用」2025 春のオンデマンド教材 第12回で使用したスライドです。
Kenji Saito
PRO
May 16, 2025
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
ロボットを雰囲気(ヴァイブ)でプログラミングするこどもたち / Children Vibe-Programming Robots
ks91
PRO
0
7
アカデミーキャンプ 2025 SuuuuuuMMeR「燃えろ!!ロボコン」 / Academy Camp 2025 SuuuuuuMMeR "Burn the Spirit, Robocon!!" DAY 3
ks91
PRO
0
13
アカデミーキャンプ 2025 SuuuuuuMMeR「燃えろ!!ロボコン」 / Academy Camp 2025 SuuuuuuMMeR "Burn the Spirit, Robocon!!" DAY 2
ks91
PRO
0
22
アカデミーキャンプ 2025 SuuuuuuMMeR「燃えろ!!ロボコン」 / Academy Camp 2025 SuuuuuuMMeR "Burn the Spirit, Robocon!!" DAY 1
ks91
PRO
0
140
未来へのフォワードキャスト / Forward Cast to the Future
ks91
PRO
0
76
発表と総括 / Presentations and Summary
ks91
PRO
0
57
サイバーフィジカル社会、金融の未来とアイデアソン / Cyber Physical Society, Future of Finance, and Ideathon
ks91
PRO
0
75
マニフェスト: 人類の知のフロンティアに向けた拡張的足場へ / Manifesto: Toward Expansive Scaffolding for Humanity's Knowledge Frontier
ks91
PRO
0
36
続・スマートコントラクトと分散ファイナンス / Smart Contracts and Decentralized Finance, Continued
ks91
PRO
0
75
Other Decks in Technology
See All in Technology
Rubyの国のPerlMonger
anatofuz
3
730
Amazon Qで2Dゲームを作成してみた
siromi
0
130
AIのグローバルトレンド 2025 / ai global trend 2025
kyonmm
PRO
1
140
OPENLOGI Company Profile for engineer
hr01
1
38k
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
680
AIに目を奪われすぎて、周りの困っている人間が見えなくなっていませんか?
cap120
1
540
AIに頼りすぎない新人育成術
cuebic9bic
3
230
生成AI時代におけるAI・機械学習技術を用いたプロダクト開発の深化と進化 #BetAIDay
layerx
PRO
1
1.1k
オブザーバビリティプラットフォーム開発におけるオブザーバビリティとの向き合い / Hatena Engineer Seminar #34 オブザーバビリティの実現と運用編
arthur1
0
380
Amazon S3 Vectorsは大規模ベクトル検索を低コスト化するサーバーレスなベクトルデータベースだ #jawsugsaga / S3 Vectors As A Serverless Vector Database
quiver
1
200
猫でもわかるQ_CLI(CDK開発編)+ちょっとだけKiro
kentapapa
0
3.4k
20250807_Kiroと私の反省会
riz3f7
0
200
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
What's in a price? How to price your products and services
michaelherold
246
12k
Building Applications with DynamoDB
mza
96
6.5k
Site-Speed That Sticks
csswizardry
10
760
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
1k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
A better future with KSS
kneath
239
17k
GraphQLとの向き合い方2022年版
quramy
49
14k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.3k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Transcript
Generated by Stable Diffusion 3.5 — AI 2025 12 Open
Interpreter ∼ (WBS) 2025 12 Open Interpreter ∼ — 2025-05 – p.1/9
https://speakerdeck.com/ks91/collections/prompt-engineering-2025-spring 2025 12 Open Interpreter ∼ — 2025-05 – p.2/9
( 20 ) 1 • 2 • 3 • 4
• 5 • 6 RPG • 7 “September 12th” • 8 • 9 • 10 ∼ • 11 Linux (Windows )(Mac ) • 12 Open Interpreter ∼ • 13 01 ∼ 14 AGI (Artificial General Intelligence) 7 (4/28 ) / (2 ) OK / 2025 12 Open Interpreter ∼ — 2025-05 – p.3/9
Open Interpreter 2025 12 Open Interpreter ∼ — 2025-05 –
p.4/9
API Key API (Application Programming Interface) https://platform.openai.com/ Dashboard API Keys
“.bashrc” $ nano .bashrc export OPENAI_API_KEY= 2025 12 Open Interpreter ∼ — 2025-05 – p.5/9
Open Interpreter Code Interpreter (CLI ) CLI : Command Line
Interface UNIX Python R Javascript ( ) ( Linux ) : 2025 12 Open Interpreter ∼ — 2025-05 – 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 : 2025 12 Open Interpreter ∼ — 2025-05 – p.7/9
A X M. MIT 2013 LEGO X A A X
A X X X (2013 ) ⇒ 10 Open Interpreter A . . . 1 X AGI X 2025 12 Open Interpreter ∼ — 2025-05 – p.8/9
2025 12 Open Interpreter ∼ — 2025-05 – p.9/9