ArchitectureMarch 8, 202630 min read

Command-less AI Architecture: Goal-Driven Agents That Generate Their Own Tools Without Pre-Defined Commands

Eliminating the command registry in favor of goal decomposition, plan generation, and dynamic tool synthesis

Traditional agent architectures bind agents to pre-defined command sets — fixed APIs, registered tools, and enumerated actions. This paper presents the MARIA OS command-less architecture, where agents receive goals rather than commands, decompose them into hierarchical plans, detect capability gaps, and synthesize whatever tools are needed for execution. We formalize the morphisms between Goal space G, Plan space P, and Tool space T, prove convergence of the tool space under recursive planning, and demonstrate that command-less agents achieve 3.2x higher task completion rates on novel problem classes compared to command-bound architectures.

commandless-architecturegoal-driven-agentplan-generationself-extending-agentagentic-company
ArchitectureMarch 8, 202630 min read

コマンドレスAIアーキテクチャ — Goal駆動型Agentが事前定義なしに自律実行するOS設計

コマンドレジストリを排除し、Goal分解・Plan生成・動的Tool合成によるAgent自律実行を実現する

従来のAgentアーキテクチャは事前定義されたコマンドセットに束縛される。本論文はMARIA OSのコマンドレスアーキテクチャを提示する。AgentはコマンドではなくGoalを受け取り、階層的Planに分解し、能力ギャップを検出し、必要なToolを動的に合成して実行する。Goal空間G、Plan空間P、Tool空間T間の射を形式化し、再帰的計画のもとでTool空間が収束することを証明する。

commandless-architecturegoal-driven-agentplan-generationself-extending-agentagentic-company