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
5分で体感するhuman-in-the-loop!AIに丸投げはもうやめよう!
Search
やくも
December 13, 2025
1
430
5分で体感するhuman-in-the-loop!AIに丸投げはもうやめよう!
https://techgyoza.connpass.com/event/371476/
やくも
December 13, 2025
Tweet
Share
More Decks by やくも
See All by やくも
StrandsとNeptuneを使ってナレッジグラフを構築する
yakumo
2
470
なんとなくの実装を抜け出す!10分でおさらいするAgentCoreの認証・認可
yakumo
2
230
AWSと生成AIで学ぶ!実行計画の読み解き方とSQLチューニングの実践
yakumo
2
1.3k
AIエージェントを5分で一気におさらい!AIエージェント「構築」元年に備えよう
yakumo
1
170
AI時代のワークフロー設計〜Durable Functions / Step Functions / Strands Agents を添えて〜
yakumo
5
3.6k
AIの長期記憶と短期記憶の違いについてAgentCoreを例に深掘ってみた
yakumo
5
570
品川会立ち上げについて
yakumo
1
350
re:Inventで発表された新サービス~AgentCore Evaluations/Policy~
yakumo
2
1.4k
効果的なAIエージェントを考える〜それホントにAIエージェントじゃなきゃだめですか?〜
yakumo
3
770
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
Navigating Team Friction
lara
192
16k
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
68
Building Adaptive Systems
keathley
44
2.9k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
Making Projects Easy
brettharned
120
6.6k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
260
Embracing the Ebb and Flow
colly
88
5k
Transcript
Human-in-the-Loopで考える 実践的なAIエージェント 八雲 慎之助/Shinnosuke Yakumo 2025/12/13 TechGYOZA 2025
八雲 慎之助 出身:新潟市 受賞:2025 Japan AWS Jr.Champions コミュニティ:JAWS-UG 新潟支部 運営
好きなサービス:Amazon Neptune, AgentCore 自己紹介 @yakumo_09 @yakumo_0905
詳しくは….
本日お話しすること 1. Human-in-the-Loopとは 2. AWS の Strands SDKを例に考える 3. 実際の活用シーン
Strands Agentsとは • AWSが提供する、数行で開始できるオープンソースSDK • 複数のモデルプロバイダーに対応 • エージェントループを採用している • LLM呼び出し→推論→ツール選択→ツール実行→さらに推論
一般的なエージェントループ LLMが全部判断 ツール選定 これよろ おけまる ツール実行 次何するか推論
一般的なエージェントループ LLMが全部判断 ツール選定 これよろ おけまる ツール実行 次何するか推論 望まない操作がされないか? →大いに可能性はある
Human-in-the-Loopとは •AIの処理フローの中に人の判断やFBを挟む • なぜ必要なのか • 安全性の担保 • クリティカルな意思決定の確認 など ex)ユーザーに生成結果を承認してもらうなど
Human-in-the-Loopとは • AIの処理フローの中に人の判断やFBを挟む ツールA この処理してもいい? ええで^^
Strands AgentsにおけるHITL ex) ツールの中でinterruptを使用 ‘y’以外は処理を落とす
活用例 • 安全性、コンプラを重視したい • システムに対する読み取りではなく、削除、更新や新 規作成など • 不必要なリソースに対する操作を監視 • MCPや子エージェントなどのツール実行時
• 不要なツールを利用していないか