Experiment - Task decomposition strategies
Problem:You have an AI agent designed to complete a complex task by breaking it into smaller subtasks. Currently, the agent tries to solve the whole task at once, leading to poor performance and slow progress.
Current Metrics:Task completion rate: 40%, Average time per task: 120 seconds, Subtask success rate: 50%
Issue:The agent struggles because it does not break the task into manageable parts. This causes confusion and inefficiency.