Autonomous Deep Agent
Amy Yu, Erik Lebedev, Lincoln Everett, Xiaoxin Chen, Terry Chen
TL;DR
Deep Agent tackles the challenge of autonomously handling complex, multi-phase tasks with dynamic dependencies in real-time contexts. It combines a Hierarchical Task DAG with a two-stage planner-executor, Autonomous API & Tool Creation, and a Prompt Tweaking Engine with Autonomous Prompt Feedback Learning to enable end-to-end task orchestration, dynamic adaptation, and self-improvement. Key contributions include recursive task decomposition via HTDAG, automatic generation of reusable APIs/tools, prompt optimization to maintain inference stability, test-time computation with validation, and continuous prompt feedback learning for self-improvement. The approach promises reduced operational costs, greater resilience to disruptions, and scalable autonomous workflow execution suitable for industry automation.
Abstract
This technical brief introduces Deep Agent, an advanced autonomous AI system designed to manage complex multi-phase tasks through a novel hierarchical task management architecture. The system's foundation is built on our Hierarchical Task DAG (HTDAG) framework, which dynamically decomposes high-level objectives into manageable sub-tasks while rigorously maintaining dependencies and execution coherence. Deep Agent advances beyond traditional agent systems through three key innovations: First, it implements a recursive two-stage planner-executor architecture that enables continuous task refinement and adaptation as circumstances change. Second, it features an Autonomous API & Tool Creation (AATC) system that automatically generates reusable components from UI interactions, substantially reducing operational costs for similar tasks. Third, it incorporates Prompt Tweaking Engine and Autonomous Prompt Feedback Learning components that optimize Large Language Model prompts for specific scenarios, enhancing both inference accuracy and operational stability. These components are integrated to form a service infrastructure that manages user contexts, handles complex task dependencies, and orchestrates end-to-end agentic workflow execution. Through this sophisticated architecture, Deep Agent establishes a novel paradigm in self-governing AI systems, demonstrating robust capability to independently handle intricate, multi-step tasks while maintaining consistent efficiency and reliability through continuous self-optimization.
