Slide 12
Slide 12 text
最新事例:Anthropicの「think tool」
● コンセプト:AIが立ち止まって考える専用の空間を
提供
● 目的:複雑な推論や判断を要するタスクでの性能向
上
● 実装例:
{
"name": "think",
"description": "Use the tool to think about something...",
"input_schema": {
"properties": {
"thought": {
"type": "string",
"description": "A thought to think about."
}
},
"required": ["thought"]
}
}
● 効果:τ-benchでの評価で最大54%のパフォーマン
ス向上(Anthropic研究結果)
● https://www.anthropic.com/engineering/claude
-think-tool