index 7086d80..a94220e 100644
@@ -14,7 +14,7 @@ i've competed in HiMCM and MCM/ICM (the high school and college math modeling co
the process teaches you something textbooks don't: choosing what to model and what to ignore. a model that includes everything is just reality, and you can't solve reality. the skill is identifying the 3-4 variables that matter most and writing down the simplest equations that capture their relationships.
-[estimation](/wiki/immediate/patterns-and-estimation) is the first step — sanity-checking that your model gives reasonable outputs before you trust it with anything important.
+[estimation](/wiki/immediate/patterns-and-estimation) is the first step — sanity-checking that your model gives reasonable outputs before you trust it with anything important. and every model output needs to be evaluated against [[immediate/counting-and-measurement|measurement]] — precision vs accuracy, units, and whether the numbers even make physical sense.
## monte carlo simulation
@@ -52,4 +52,4 @@ this is where [calculus](/wiki/structural/calculus-as-thinking) meets [linear al
## the deep point
-engineering is where mathematical abstraction crashes back into physical reality. the model has to work. the bridge has to stand. the prediction has to be close enough. this creates a productive tension between mathematical elegance and practical necessity — and it's why the modeling mindset ("what can I ignore? what matters most? how wrong is acceptable?") is one of the most transferable skills math teaches.
\ No newline at end of file
+engineering is where mathematical abstraction crashes back into physical reality. the model has to work. the bridge has to stand. the prediction has to be close enough. this creates a productive tension between mathematical elegance and practical necessity — and it's why the modeling mindset ("what can I ignore? what matters most? how wrong is acceptable?") is one of the most transferable skills math teaches. modeling is [[structural/abstraction-as-power|abstraction]] applied under constraints — you need the right level of simplification, and the penalty for getting it wrong is measured in collapsed bridges, not lost marks.
\ No newline at end of file