feat(plan): full autonomy by default, retire stale model priors - #53
Merged
Conversation
Three changes, one judgment surface, interleaved in the same files: AUTONOMY. The chain-wide question budget defaults to ZERO at every scale: infer, state each inference in one line the user can correct in passing, proceed to the plan. Scope, ambition, and technical depth are never question material. Budget above zero comes only from the person — round((1 − autonomy) × 6) via the /plan-tune profile, which is now actually consumed (its observational-only disclaimer was true and is gone). Goal question inferred, ambiguous → Builder; Builder's five sharpening prompts became commitments; independent questions batch four per round; consent gates with nothing to bundle into skip-with-note. Aligned across all seven budget stamps. HUMAN-ERA ANCHORS. The eng complexity gate challenges unjustified STRUCTURE, never diff size; ceo's >15-files→REDUCTION trigger is gone; autoplan auto-approves by blast-radius + no-new-infra + no-authority- change instead of a 5-file proxy; spec answers its own discovery questions and DECIDES design choices instead of interviewing; issues sized by review-ability, not human build-days; hardcoded human/CC speed ratios removed as drift-prone. CAPABILITY PRIORS. A dated, sourced rule in all five plan specialists: never justify narrowing scope by asserting an LLM can't do something. 2026 evidence: pairwise matching 92-99 F1 with the error direction INVERTED vs rule engines (3% vs 14% false merges), objective judging at kappa 0.87, grounded hallucination low single digits. What still fails is named (subjective preference judging, mega-schemas, small-model clustering). Uncertain load-bearing capability → keep the ambitious design, plan a 30-minute spike with ~50 labeled examples and an 85-90% agreement gate. Measure it this afternoon; don't downgrade the product. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The question budget now defaults to ZERO at every scale — /plan infers, states each inference in one line the user can correct in passing, and goes straight to the plan. Scope/ambition/technical-depth questions are abolished (the model decides and offers a one-line opt-down). Budget above zero comes only from the /plan-tune autonomy dial, which is now actually consumed — users who want more conversation tune it down; nobody configures anything to get the autonomous default.
Also retires the human-era anchors (file-count complexity smells, >15-files→REDUCTION, human-hour estimates, five-question interview gates in spec) and stamps a dated, sourced capability-priors rule into all five plan specialists: never justify narrowing scope by asserting an LLM can't do something — 2026 evidence says pairwise matching is at 92–99 F1 with the error direction inverted vs rule engines; uncertain capabilities get a 30-minute measurement spike, not a product downgrade.
Live-verified against the transcript that motivated this: same prompt, zero questions, ambitious plan with decisions stated and reversible, 5 turns. Free suite green.
🤖 Generated with Claude Code
Summary by cubic
Make
/planfully autonomous by default with a zero-question budget at every scale, so it infers decisions, states them in one line, and moves straight to the plan. Autonomy is opt-down via/plan-tune, and stale file-count/human-hour heuristics are removed in favor of evidence-based capability priors.New Features
~/.gstack/developer-profile.jsonusinground((1 − autonomy) × 6); absent profile = autonomy 1.0.Refactors
autoplanauto-approves expansions inside blast radius with no new infra or authority boundary; file count no longer a proxy.specself-answers discovery, marksDECIDEDchoices, and sizes issues by review-ability, not human build-days.Written for commit 412f88b. Summary will update on new commits.