Category Retrieval Lock In¶
Core Idea¶
A category label that compresses an item's property list to make routine retrieval cheap becomes an active obstacle to novel re-use, because the retrieval infrastructure has compiled the label in place of the properties — and the lock lives in the indexing machinery, not the substrate.
How would you explain it like I'm…
The Hiding Label
The Helpful Tag Trap
Shortcut Becomes Obstacle
Broad Use¶
- Cognition: functional fixedness retrieves a screwdriver as "screwdriver," not as a conductive metal shaft.
- Software: a type signature compresses a function's real memory, exception, and concurrency behavior, so refactoring across the type boundary costs more than the code change.
- Organizations: a person retrieved by job title resists cross-functional redeployment despite latent skills.
- Language: lexicalization collapses a phrase into a token whose compositional parts become inaccessible.
- Markets: a firm filed under one classification is invisible to analysts searching another, producing documented reclassification price shocks.
- Medicine: premature closure locks a patient under a diagnosis, under-weighting inconsistent symptoms.
Clarity¶
Splits "we got stuck in our categories" into retrieval lock-in (the property is present but unreachable, fixed by re-indexing) versus substrate lock-in (the property is genuinely absent, requiring transformation).
Manages Complexity¶
Collapses a wide family of "couldn't see, re-use, or re-deploy" failures into one three-part accounting — name the label, name the needed property, decide whether to re-index or accept the lock.
Abstract Reasoning¶
The same compression that makes routine retrieval cheap makes novel retrieval slow, and the asymmetry is structural, not a matter of trying harder.
Knowledge Transfer¶
- Software: functional-fixedness diagnosis ports to type refactoring — relax the type, expose the property, build a secondary interface.
- Organizations: ports to staff redeployment — look past the title, build a skills inventory as a secondary index.
- Information retrieval: the historical move from manual cataloguing to full-text to embedding search is a sequence of lock-breaking interventions.
Example¶
In the candle problem, a box of thumbtacks is compiled under "tack-container"; mounting the candle needs the box-as-shelf property the label omits, and recovering it is costly even though the box sits in plain view — presenting the box empty pre-decompresses it and makes the problem easy.
Relationships to Other Abstractions¶
Current abstraction Category Retrieval Lock In Prime
Parents (2) — more general patterns this builds on
-
Category Retrieval Lock In is a kind of Lock-In Prime
Category Retrieval Lock In is a specialization of Lock-In, retaining the parent's defining structure while adding the child's specific commitments.
-
Category Retrieval Lock In presupposes, typical Search and Retrieval Prime
A specific PATHOLOGY of search_and_retrieval — the compression that makes routine retrieval cheap is what obstructs novel retrieval.
Children (1) — more specific cases that build on this
-
Problem-Solving Fixation Domain-specific is a decomposition of Category Retrieval Lock In
Problem-Solving Fixation is the cognitive problem-solving form of Category Retrieval Lock In: a familiar representation becomes the cheap retrieval path and obstructs access to properties or alternatives omitted by it.
Hierarchy paths (11) — routes to 7 parentless roots
- Category Retrieval Lock In → Lock-In → Path Dependence → Dependency
- Category Retrieval Lock In → Lock-In → Increasing Returns
- Category Retrieval Lock In → Lock-In → Path Dependence → Collingridge Dilemma
- Category Retrieval Lock In → Search and Retrieval → Trade-offs → Constraint
- Category Retrieval Lock In → Lock-In → Path Dependence → Time
- Category Retrieval Lock In → Search and Retrieval → Problem Space → Representation → Abstraction
- Category Retrieval Lock In → Lock-In → Ratchet Effect → Path Dependence → Collingridge Dilemma
- Category Retrieval Lock In → Lock-In → Ratchet Effect → Path Dependence → Dependency
- Category Retrieval Lock In → Search and Retrieval → Problem Space → State and State Transition → Phase Space
- Category Retrieval Lock In → Lock-In → Ratchet Effect → Path Dependence → Time
- Category Retrieval Lock In → Search and Retrieval → Problem Space → Problem Representation → Representation → Abstraction
Not to Be Confused With¶
- Category Retrieval Lock In is not Lock In because lock-in is any costly-to-reverse commitment, whereas this prime locates the lock specifically in the re-indexable labeling machinery and contrasts it with substrate lock.
- Category Retrieval Lock In is not Search and Retrieval because search-and-retrieval is the general mechanism of finding stored items, whereas this prime is the specific pathology in which a compiled label obstructs novel retrieval of an obscured property.
- Category Retrieval Lock In is not Cognitive Entrenchment because entrenchment is the broad rigidity of expert mental models, whereas this prime is the narrower, substrate-neutral compression of a property list into a single retrieval tag.