index 73ecbcf..7e37696 100644
@@ -4,10 +4,35 @@ visibility: public-edit
# the organizational lens
-math is not a list of techniques — it is a set of lenses, each one revealing structure that the others miss. the organizational lens is about recognizing which lens to reach for.
+> "for me, advanced math has great utility. the biggest use is the ability to organize and structure things."
-[[structural/calculus-as-thinking|calculus]] asks "how is this changing?" — it sees rates, accumulation, optimization. [[structural/linear-algebra-as-thinking|linear algebra]] asks "what are the dimensions, the transformations, the stable directions?" — it sees structure in high-dimensional spaces. [[structural/set-theory-as-thinking|set theory]] asks "what categories exist, and are they clean?" — it sees classification and boundaries.
+i wrote that in a chinese class essay about 无用之用 — the usefulness of the useless. the prompt was about why math matters, and my answer surprised me: it's not about computing things. it's about seeing things.
-but the organizational lens is not just about picking the right branch of math. it is about the meta-skill of decomposition: breaking a messy real-world situation into parts that each have a natural mathematical frame. [[immediate/patterns-and-estimation|pattern recognition and estimation]] get you the first foothold — the rough shape of the problem before you formalize it. and [[stem/engineering-and-modeling|modeling]] is where the organizational lens meets the real world: choosing which variables matter, which to ignore, and which mathematical structure captures the relationships between them.
+a lot of advanced math — [[structural/calculus-as-thinking|calculus]], [[structural/linear-algebra-as-thinking|linear algebra]], [[structural/set-theory-as-thinking|set theory]] — is really just an organizational lens applied to very normal things. velocity is calculus applied to position. a recommendation engine is linear algebra applied to preferences. a venn diagram is set theory applied to categories. the math doesn't create the structure — it reveals structure that was already there.
-the deep question this lens asks: "what kind of problem is this?" answering that correctly is more than half the work.
\ No newline at end of file
+## the vector space example
+
+the clearest example i know: semantic space. take a word — any word — and represent its meaning as a vector. now you can do math on meanings.
+
+dot product tells you how similar two meanings are. vector addition creates new meanings: "woman" + "king" - "man" = "queen." that's not a trick — it's [[structural/linear-algebra-as-thinking|linear algebra]] applied to language, and it works because language has geometric structure that was invisible until someone thought to look for it.
+
+this is what word embeddings do. this is what makes modern AI work. and it's fundamentally an organizational insight: meanings have directions, and those directions live in a space you can navigate mathematically.
+
+## what the lens does in practice
+
+when i'm doing math modeling for [[stem/engineering-and-modeling|HiMCM or MCM/ICM]], the hardest part is never solving the equations. it's figuring out which equations to write. that's the organizational lens — looking at a messy real-world problem (fire evacuation, drone routing, bus equity) and asking: what kind of structure does this have?
+
+- is it changing over time? → [[structural/calculus-as-thinking|calculus]]
+- does it have multiple interacting dimensions? → [[structural/multivariable-calculus-as-thinking|multivariable calculus]]
+- is it about categories and membership? → [[structural/set-theory-as-thinking|set theory]]
+- does it have directions, transformations, stability? → [[structural/linear-algebra-as-thinking|linear algebra]]
+- does it have symmetry? → [[structural/symmetry-and-groups|group theory]]
+- does it have shape that matters more than measurement? → [[structural/topology-as-thinking|topology]]
+
+answering "what kind of problem is this?" correctly is more than half the work. the rest is technique. [[immediate/patterns-and-estimation|pattern recognition]] gets you the first foothold — the rough shape before you formalize. the organizational lens is what turns that rough shape into a mathematical frame.
+
+## beyond math
+
+the organizational lens isn't limited to math problems. every time i look at a social situation and think "this is a coordination problem, not a motivation problem" — that's the lens. every time i look at a bug and think "this is a state problem, not a logic problem" — that's the lens. every time i frame a decision as "reversible vs irreversible" instead of "risky vs safe" — that's the lens.
+
+math teaches you to name the structure of problems. once you can name it, you can solve it. the naming is the hard part.
\ No newline at end of file