the organizational lens
"for me, advanced math has great utility. the biggest use is the ability to organize and structure things."
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.
a lot of advanced math — calculus, linear algebra, 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 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 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 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? → calculus
- does it have multiple interacting dimensions? → multivariable calculus
- is it about categories and membership? → set theory
- does it have directions, transformations, stability? → linear algebra
- does it have symmetry? → group theory
- does it have shape that matters more than measurement? → topology
answering "what kind of problem is this?" correctly is more than half the work. the rest is technique. 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.