new file mode 100644
index 0000000..fbd3f66
@@ -0,0 +1,47 @@
+---
+visibility: public-edit
+---
+
+# articulation as memory
+
+"if something is articulated better, i remember it and its importance more."
+
+naming a thing gives you power over it. language shapes what you can think, what you can remember, and what you can use.
+
+## the mechanism
+
+there's a difference between experiencing a pattern and naming it. i'd been [[zooming-out|zooming out]] for years before i called it that. but once it had a name, it became a tool i could deploy deliberately instead of a thing that sometimes happened by accident.
+
+this is true across every domain i've worked in. in debugging: the moment you can name a bug pattern — "this is a [[debugging/assumptions-kill|hidden assumption]] bug" or "this is a state management race condition" — you've compressed hours of future debugging into a recognition event. instead of reasoning from scratch, you pattern-match.
+
+in life: "[[resyncing]]" is a thing i do all the time. but naming it made it conscious. now when i feel off-track, the word surfaces automatically: "i need to resync." the name is a handle that makes the concept graspable.
+
+## why names matter
+
+### compression
+
+a good name compresses a complex idea into something portable. "[[critical-path]]" carries a whole framework — prioritize the thing that blocks everything else, ignore the rest for now. without the name, you'd need to re-derive the framework every time. with the name, it's instant.
+
+this is why jargon exists. not to exclude people (though it does that too) — but because shared names for shared concepts make communication massively more efficient. the problem is when jargon becomes empty — when people use the name without the underlying understanding.
+
+### salience
+
+naming something makes it salient. it moves from background to foreground. before i named the [[the-reflection-gap|reflection gap]], i experienced it constantly but never noticed the pattern. naming it made it visible, and visibility is the prerequisite for doing something about it.
+
+this is also why [[narratives]] matter. the narrative you tell about your life determines which patterns are salient and which fade into noise. articulating a pattern is choosing to make it part of your story.
+
+### transmission
+
+named patterns can be shared. i can't transmit a vague feeling, but i can transmit "zoom out" or "binary search your life" and the recipient gets a tool they can use. writing this wiki is an exercise in articulation — turning lived experience into named, shareable patterns.
+
+## the risk
+
+over-naming is a thing. if you name everything, nothing is special. the names have to be load-bearing — they should point to genuinely useful concepts, not just be labels for obvious things. "take breaks" doesn't need a special name. "[[resets]]" — the deliberate practice of discarding your current mental state and starting fresh — does, because it's specific and non-obvious.
+
+there's also the risk of premature naming. naming a pattern before you fully understand it can freeze your understanding. the name becomes a box, and you stop updating the concept because the name feels final. good names should be held loosely — they're tools, not truths.
+
+## the practice
+
+when something keeps recurring — a frustration, a success pattern, a failure mode — i try to name it. sometimes the name sticks and becomes part of how i think. sometimes it doesn't, which usually means the concept wasn't as real as i thought it was. the names that survive repeated use are the ones that point to something true.
+
+this whole wiki is a naming project. [[perseverance]], [[modeling]], [[operation-optimization]] — each of these is an attempt to take something i've experienced and compress it into a handle that makes it usable. the [[writing-to-understand|writing]] does the discovery; the naming does the preservation.
\ No newline at end of file