複合AIシステム

大規模言語モデル(LLM)は、多様なタスクにおいて優れた能力を示し、エージェント型アプリケーションの新時代を切り開いています。特に、単一の巨大なモデル(モノリシックモデル)から、データ・モデルの検索、タスクの調整・計画、推論、内省と学習、さらには知識統合を補完・拡張する AI システムやアーキテクチャへの移行が進んでいます。このような「複合 AI システム」は、複雑なタスクのパフォーマンス向上、異なるアプリケーションへの柔軟な適応、既存のモデルやデータの統合の容易化、さらには制御性と信頼性の向上を約束するものです。

私たちは、エンタープライズ向けに最適化された複合AI システムの青写真となるアーキテクチャの構築に取り組んでいます。私たちが考慮する主な要素は以下のとおりです。

(1) 既存のインフラとのシームレスな統合: 適切なタッチポイントやインターフェースを通じて、 複合 AI システムを現在のシステムと円滑に統合できるようにする。

(2) システム内外のワークフローの効果的なオーケストレーション: 適切なリソース配分を行いながら、 複合 AI システム内および外部のプロセスを調整し、最適なタスク遂行を実現する。

(3) コスト効率の最大化: レイテンシー、正確性、コスト、可用性、 品質といった制約を考慮しながら、システムの有効活用を最大化する。

ハイライト

プロジェクト

Blue

Blue は、エンタープライズ向けのエージェント型 AI プラットフォームです。 Blue では、システム指向のアプローチを採用し、信頼性が高く、効果的で実用的な AI アプリケーションの開発を目指しています。

関連

研究論文

Large language model (LLM) agents are increasingly deployed to tackle complex tasks, often necessitating collaboration among multiple specialized agents. However, multi-agent collaboration introduces new challenges in planning, coordination, and verification. Execution failures frequently arise not from flawed reasoning alone, but from subtle misalignments in task interpretation, output format, or inter-agent handoffs. To address these challenges, we present VeriMAP, a framework for multi-agent collaboration with verification-aware planning. The VeriMAP planner decomposes tasks, models subtask dependencies, and encodes planner-defined passing criteria as subtask verification functions (VFs) in Python and natural language. We evaluate VeriMAP on diverse datasets, demonstrating that it outperforms both single- and multi-agent baselines while enhancing system robustness and interpretability. Our analysis highlights how verification-aware planning enables reliable coordination and iterative refinement in multi-agent systems, without relying on external labels or annotations.
EACL - Findings
2026
Understanding user intent is essential for effective planning in conversational assistants, particularly those powered by large language models (LLMs) coordinating multiple agents. However, real-world dialogues are often ambiguous, underspecified, or dynamic, making intent detection a persistent challenge. Traditional classification-based approaches struggle to generalize in open-ended settings, leading to brittle interpretations and poor downstream planning. We propose RECAP (REwriting Conversations for Agent Planning), a new benchmark designed to evaluate and advance intent rewriting, reframing user-agent dialogues into concise representations of user goals. RECAP captures diverse challenges such as ambiguity, intent drift, vagueness, and mixed-goal conversations. Alongside the dataset, we introduce an LLM-based evaluator that assesses planning utility given the rewritten intent. Using RECAP, we develop a prompt-based rewriting approach that outperforms baselines, in terms of plan preference. We further demonstrate that fine-tuning two DPO-based rewriters yields additional utility gains. Our results highlight intent rewriting as a critical and tractable component for improving agentic planning in open-domain dialogue systems.
コーパス
CHI - HEAL Workshop
2025
Yoo Yeon Sung, Hannah Kim, Dan Zhang
AI practitioners increasingly use large language model (LLM) agents in compound AI systems to solve complex reasoning tasks, these agent executions often fail to meet human standards, leading to errors that compromise the system’s overall performance. Addressing these failures through human intervention is challenging due to the agents’ opaque reasoning processes, misalignment with human expectations, the complexity of agent dependencies, and the high cost of manual inspection. This paper thus introduces a human-centered evaluation framework for Verifying LLM Agent failures (VeriLA), which systematically assesses agent failures to reduce human effort and make these agent failures interpretable to humans. The framework first defines clear expectations of each agent by curating human-designed agent criteria. Then, it develops a human-aligned agent verifier module, trained with human gold standards, to assess each agent’s execution output. This approach enables granular evaluation of each agent’s performance by revealing failures from a human standard, offering clear guidelines for revision, and reducing human cognitive load. Our case study results show that VeriLA is both interpretable and efficient in helping practitioners interact more effectively with the system. By upholding accountability in human-agent collaboration, VeriLA paves the way for more trustworthy and human-aligned compound AI systems.
Data + AI Summit - Compound AI Systems Workshop
2024
Large Language Models (LLMs) have showcased remarkable capabilities surpassing conventional NLP challenges, creating opportunities for use in production use cases. Towards this goal, there is a notable shift to building compound AI systems, wherein LLMs are integrated into an expansive software infrastructure with many components like models, retrievers, databases and tools. In this paper, we introduce a blueprint architecture for compound AI systems to operate in enterprise settings cost-effectively and feasibly. Our proposed architecture aims for seamless integration with existing compute and data infrastructure, with “stream” serving as the key orchestration concept to coordinate data and instructions among agents and other components. Task and data planners, respectively, break down, map, and optimize tasks and data to available agents and data sources defined in respective registries, given production constraints such as accuracy and latency.
7 Min Read
April 8, 2026
私たちの提案する「RECAP」は、意図の書き換えを導入します。これは、プランニングを開始する前に、マルチターンにわたる複雑な対話を、明確かつ構造化されたゴールへと変換するプロセスです。
13 Min Read
May 8, 2025
エージェントによるワークフローをサポートするために、企業システムはどのように進化できるでしょうか?本記事では、AIエージェントやデータ、サービスを、スケーラビリティと可観測性があり、制御可能なエンタープライズ・アプリケーションに統合するためにデザインされたフレームワークであるBlueの概念的基盤を探ります。