---
id: "concept-progressive-intent-discovery"
type: "concept"
source_timestamps: ["00:06:20", "00:07:43"]
tags: ["llm-capabilities", "prompting", "workflow"]
related: ["concept-contribution-badge", "claim-premature-structure-fails"]
definition: "The ability of advanced AI models to iteratively deduce a user's true goals from messy, unstructured input, rendering heavy pre-prompt structuring obsolete."
sources: ["s25-builders-identity-shift"]
sourceVaultSlug: "s25-builders-identity-shift"
originDay: 25
---
# Progressive Intent Discovery

## Definition
The ability of advanced AI models to iteratively deduce a user's true goals from messy, unstructured input, rendering heavy pre-prompt structuring obsolete.

## How It Works
Progressive intent discovery is the capability of modern, advanced LLMs (like the Claude family — [[entity-claude-code]], [[entity-claude-co-work]]) to figure out what a user actually wants through **iterative interaction**, rather than requiring a perfect comprehensive specification upfront.

In the past, users had to provide highly structured context to get useful outputs. Now, models are much better at:
- Handling unstructured, raw input
- Asking the right clarifying questions
- Making the right inferential leaps to discover the user's true intent

## Implication: Less Pre-Structuring Wins
Because of this, human efforts to perfectly pre-structure thoughts (premature structure — see [[claim-premature-structure-fails]]) often just add noise and waste time. This is the technical reason behind the directive to kill the [[concept-contribution-badge]].

## How Top Builders Exploit This
Builders who understand progressive intent discovery are willing to roll with the fact that models are getting smarter. They bring less structured information to the table, allowing the model to work productively from an earlier starting point. The tactical recommendation is captured in [[action-unstructured-input]].

## External Validation
Enrichment research notes this is a **validated capability** in frontier models, though legacy prompting habits persist due to psychological factors. The capability is real but not universal — flawed AI outputs can still necessitate more human intervention in some workflows (see counter-perspective in [[contrarian-anti-prethinking]]).


## Related across days
- [[claim-premature-structure-fails]]
- [[concept-prompt-engineering]]
- [[contrarian-anti-prethinking]]
