Skip to content

fix: condense multilevel demo PLAN from 13 to 5 phases#102

Merged
abrichr merged 1 commit into
mainfrom
fix/condense-demo-plan
Mar 4, 2026
Merged

fix: condense multilevel demo PLAN from 13 to 5 phases#102
abrichr merged 1 commit into
mainfrom
fix/condense-demo-plan

Conversation

@abrichr

@abrichr abrichr commented Mar 4, 2026

Copy link
Copy Markdown
Member

Summary

  • Condensed the PLAN section of the multilevel demo for task 04d9aeaf from 13 granular steps to 5 high-level phases
  • Research (ShowUI-Aloha) recommends 3-7 phases for optimal agent performance
  • The REFERENCE TRAJECTORY (21 steps) is unchanged — only the PLAN header was modified

Note

The rule-based PLAN generator in scripts/transform_demo_format.py produces one entry per action category, which is too fine-grained. A follow-up could add a max_plan_steps parameter or second-pass merging. The LLM path already prompts for "3-7 steps" and is unaffected.

Test plan

  • Run DC eval with --controller flag and verify the condensed PLAN is parsed correctly by DemoController

🤖 Generated with Claude Code

Research (ShowUI-Aloha) recommends 3-7 high-level phases in the PLAN
section. The rule-based generator produced 13 granular steps (one per
demo action), which defeats the purpose of having an abstract plan.

Condensed to 5 phases: create sheet, headers, years, formulas+fill,
format as percentage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@abrichr abrichr merged commit 7a63fa1 into main Mar 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant