-
Notifications
You must be signed in to change notification settings - Fork 18
Slicer/planner over-decompose and scope-creep small requests #4
Copy link
Copy link
Open
Labels
area:agentsWorker / planner / grill / slicer agent qualityWorker / planner / grill / slicer agent qualityarea:pipelineScheduler / gates / decomposition pipelineScheduler / gates / decomposition pipelinebugSomething isn't workingSomething isn't workingdogfoodSurfaced by the self-driving dogfood campaignSurfaced by the self-driving dogfood campaignmajorMajor — significant impact on cost, reliability, or correctnessMajor — significant impact on cost, reliability, or correctness
Metadata
Metadata
Assignees
Labels
area:agentsWorker / planner / grill / slicer agent qualityWorker / planner / grill / slicer agent qualityarea:pipelineScheduler / gates / decomposition pipelineScheduler / gates / decomposition pipelinebugSomething isn't workingSomething isn't workingdogfoodSurfaced by the self-driving dogfood campaignSurfaced by the self-driving dogfood campaignmajorMajor — significant impact on cost, reliability, or correctnessMajor — significant impact on cost, reliability, or correctness
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
The slicer and planner over-decompose and scope-creep small requests, multiplying per-issue cost and shipping unrequested behaviour.
Evidence (dogfood campaign)
created_atin the GET /tasks response" (a one-liner) was sliced into 5 issues, including:claude -pbaseline did the whole thing correctly in one 53 s session.Why it matters
Over-slicing multiplies the per-issue worker + evaluator + merge cost (the 5 issues are why F5 cost $3.23 / 31 min vs the baseline's $0.11 / 54 s) and ships behaviour the user never asked for.
Proposed fix
Acceptance criteria
Source:
dogfood/ITERATION_REPORT.mdMAJOR-3;dogfood/AUTOREVIEW_LOG.mdqueue entries.