Experiment - Sequential step execution
Problem:You want to build an AI agent that completes a task by following steps one after another in the right order.
Current Metrics:The agent completes 60% of tasks successfully but often skips or repeats steps, causing errors.
Issue:The agent does not reliably follow the sequence of steps, leading to mistakes and lower task success.