AAIニュース
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業
AAIニュース

世界中のAI最新情報を日本語で。毎時自動収集・翻訳・要約。

コンテンツ

最新ニュースAI日報週報

分析

トレンド企業動画

サイト

についてRSSお問い合わせ
© 2026 ainew.jp — All rights reserved.特定商取引法に基づく表記
ニュース一覧元記事を開く
The Register AI/ML·2026年5月6日 04:44·約4分

Anthropic、Claude に金融エージェント機能を追加し資金運用を支援

#Claude#Agentic Workflow#Finance AI#RAG#Anthropic
TL;DR

Anthropic は、Claude AI の金融業務支援能力を強化するため、スキル・コネクタ・サブエージェントで構成される一連の金融エージェントテンプレートを公開した。

AI深層分析2026年5月8日 00:07
4
重要/ 5段階
深度40%
4
関連度30%
5
実用性20%
4
革新性10%
3

キーポイント

1

金融エージェントのアーキテクチャ定義

各テンプレートは「スキル(ワークフロー記述)」「コネクタ(外部サービス連携)」「サブエージェント(特定タスク用 Claude モデル)」という 3 つの要素で構成されるリファレンス・アーキテクチャとして提供される。

2

具体的な利用事例とテンプレート一覧

KYC/AML スクリーナー、ピッチビルダー、決算レビュー、市場調査など 10 以上の金融特化型エージェントが用意されており、Claude Code や Managed Agents のプラグインとして活用可能。

3

人間の監督(Human-in-the-loop)の強調

ベンチマークでの失敗率を認めつつも、AI による最終判断は行わず、人間がレビュー・反復・承認を行うプロセスを維持するようユーザーに強く推奨している。

影響分析・編集コメントを表示

影響分析

この発表は、汎用 LLM が特定業界(金融)において実務レベルで活用可能であることを示す重要な一歩であり、単なるチャットボットから自律的な業務支援ツールへの進化を加速させる。しかし、AI の不確実性を考慮し「人間の監督」を前提とした運用モデルを提示している点も、企業導入におけるリスク管理の重要性を浮き彫りにしており、現場での実装戦略に大きな影響を与えるだろう。

編集コメント

金融という厳格な領域において AI を導入する際の現実的なアプローチ(テンプレート化と人間による監督)を提示しており、実務家にとって非常に示唆に富む内容です。

もしあなたが、Claude が生成する回答には誤りが含まれる可能性があるという Anthropic の免責事項を読み、「これが金融業務にスパイスを効かせるのにちょうどいい」と思ったことがあるなら、あなたは幸運です。Anthropic は、その Claude AI サービスが金融タスクをよりよく支援できるように設計された一連の金融エージェントテンプレートをリリースしました。「各エージェントテンプレートは、3 つの要素をパッケージ化した参照アーキテクチャです:スキル(タスクのための指示とドメイン知識)、コネクタ(タスクが実行されるデータへの管理されたアクセス)、サブエージェント(主要なエージェントによって呼び出される追加の Claude モデルで、比較対象の選択や手法チェックなどの特定のサブタスクを担当します)」と同社は説明しています。用語は少し曖昧に感じられるかもしれませんが、究極的にはすべて、ツールやデータといったリソースを用いて反復ループの中で目標を追求するモデルに過ぎません。Claude Code 自体は、Anthropic が定義した制御フローを使用して基盤となるモデルをサポートするエージェント用ハネスです。Claude モデルが制御フローを目標に向かって駆動し、どのツールを使用するか、どのデータにアクセスするかを決定しているとき、それがエージェントです。そしてサブエージェントがあり、これらは実際には、専門的なシステムプロンプト、指定されたツール、およびオーケストレーションシステムによって提供されるコンテキストを使用して Claude に対して行われる API 呼び出しに過ぎません。これらは、アプリケーションの特定の側面を処理するプログラム内の関数のようなものです。したがって、Anthropic の金融エージェントは以下の要素で構成されます:ワークフローを記述した Markdown ファイルであるスキル、外部サービスとの統合であるコネクタ、そして集中的なシステムプロンプト、特定のエージェントツール、および文脈データからなるサブエージェントです。例えば、Anthropic の Know-Your-Customer Screener エージェントテンプレート(kyc-screener)には、Claude が企業の KYC/AML(マネーロンダリング防止)規則を解析されたオンボーディングレコードにどのように適用するかを記述した「kyc-rules」と呼ばれるスキルが含まれています。この規則は AI モデルに対して、リスク評価の割り当て、書類の確認、規則の結果の引用、そして以下のような形式で結果を生成することを指示します:

この JSON データは、おそらくそれを受け取る企業システムにとって有用なものとなるでしょう。Anthropic のエージェントリストには、ピッチビルダー、会議準備者、決算レビューヤー、モデルビルダー、市場調査員、バリュエーションレビューヤー、一般元帳照合者、月末クローザー、ステートメント監査人、そして前述の KYC スクリーナーが含まれています。これらは、Claude Cowork や Claude Code に対してプラグインとして、あるいは Claude Managed Agents 用の「レシピブック」(コピー可能なコードスニペット)として適用できます。

金融は数値のような科学的な分野において非常に厳格で許容しがたいものであると考えるかもしれません。もしかすると、Anthropic の Opus 4.7 モデルが Vals AI の Finance Agent ベンチマークで「業界をリードする」64.37 パーセントのスコアを獲得したことに、あなたが感銘を受けていないのかもしれません。これは人間なら即座に排除されるような失敗率です。しかしご安心ください。Anthropic は、ユーザーが「クライアントへ提出する前、書類として提出される前、または何らかのアクションが取られる前に、Claude の作業を確実にレビューし、反復して承認するという『ループ内』で確固たる役割を果たすことを期待している」と述べています。

会計には責任が伴うものです。®

原文を表示

If you've ever read Anthropic's disclaimer that responses generated by Claude may contain mistakes and thought, "That's what I need to spice up financial operations," you're in luck. Anthropic has released a set of financial agent templates designed to allow its Claude AI service to better assist with financial tasks. "Each agent template is a reference architecture that packages three things: skills (instructions and domain knowledge for the task), connectors (governed access to the data the task runs on), and subagents (additional Claude models that are called upon by the main agent, for specific sub-tasks such as comparables selection or methodology checks)," the company explains. The terminology can be a bit murky because, at the end of the day, it's all just a model pursuing a goal in an iterative loop with resources like tools and data. Claude Code itself is an agentic harness that supports an underlying model using Anthropic's defined control flow. When the Claude model is driving the control flow toward a goal – deciding what tools to use and what data to access – that's an agent.  Then there are subagents, and these are really just API calls to Claude using specialized system prompts, specified tools, and context provided by an orchestration system. They're a bit like functions in a program that handle a particular aspect of an application. So Anthropic's finance agents consist of: skills, which are markdown files that describe workflows; connectors, which are integrations with external services; and subagents, made up of a focused system prompt, specific tools, and contextual data. For example, Anthropic's Know-Your-Customer Screener agent template (kyc-screener) includes a skill called kyc-rules that spells out how Claude should apply a firm's KYC/AML (anti-money laundering) rules to a parsed onboarding record. The rules tell the AI model to assign a risk rating, check documents, cite rule outcomes, and produce a result formatted thus: This JSON data would presumably be useful to whatever corporate system receives it. Anthropic's list of agents includes: Pitch builder; Meeting preparer; Earnings reviewer; Model builder; Market researcher; Valuation reviewer; General ledger reconciler; Month-end closer; Statement auditor; and, as previously noted, KYC screener. These can be applied to Claude Cowork and Claude Code as plugins or as a "cookbook" – copyable code snippets – for Claude Managed Agents. You may be thinking that finance tends to be fairly unforgiving when it comes to sciency stuff like numbers. Perhaps you're unimpressed that Anthropic's Opus 4.7 model scored an "industry leading" 64.37 percent on Vals AI's Finance Agent benchmark – a failure rate that would get a human tossed. Worry not, because Anthropic expects that users will "stay firmly in the loop – reviewing, iterating on, and approving Claude's work before it goes to a client, gets filed, or is acted on." With accounting comes accountability. ®

この記事をシェア

関連記事

AWS Machine Learning Blog2026年6月26日 23:47

Amazon S3 から PDF テキストを抽出するインタラクティブな仕組みの構築

GitHub Blog重要度42026年6月26日 07:59

GitHub Copilot エージェント型ハッチのモデル・タスク間での性能と効率の評価

Ars Technica AI重要度42026年6月26日 03:01

Anthropic、アリババをClaudeの最大規模クローン攻撃の実行者として非難し処罰を要求

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む