Normalization & Standardization¶
← Back to Mechanisms by Solution Family
Solutions that create comparable scales, shared formats, common baselines, or repeatable conventions across otherwise inconsistent cases.
37 mechanisms across 4 solution archetypes in this solution family. A mechanism inherits the primary family of the archetype it instantiates; family is about the move the solution makes, not the domain where it originated.
Dimensional Consistency Check¶
Check that quantities, units, and scale relationships are compatible before trusting equations, comparisons, or transfers.
12 mechanisms · View full solution archetype
- Cross-Scale Transfer Review — Rechecks whether a metric, rule, or equation that held at one scale still holds after it moves to another — and draws the boundary where its validity ends.
- Dimensional Analysis Table — A worksheet that lists every quantity with its units and base dimensions and tracks how they cancel through a formula, so no scale-dependent term is ever combined blindly.
- Dimensionless Ratio Construction — Combines quantities into a ratio whose units cancel — a pure number that carries meaning across scales, but only when its parts are chosen to mean something.
- Engineering Equation Sanity Check — Checks a formula and its computed result for both dimensional coherence and physically plausible magnitude before the number is trusted.
- Finance / Accounting Unit Check — Separates money-like quantities that share a currency symbol but are not interchangeable — nominal vs. real, one-time vs. recurring, cash vs. accrual — before they are added or compared.
- Model Input / Output Contract — A written specification pinning the unit, dimension, scale basis, and valid range of every model input and output, so an upstream change cannot silently corrupt a downstream result.
- Normalized Metric Design — Designs a metric on a comparable basis — indexed, standardized, or denominator-adjusted — so entities of different size or context can be set side by side honestly.
- Per-Capita or Per-Unit Conversion — Divides a total by a clearly chosen denominator — people, units, transactions — turning raw counts into rates so differently sized things can be compared.
- Spreadsheet Unit Audit — Walks an actual spreadsheet cell by cell — columns, hidden intermediate cells, and formula chains — to surface the unlabeled unit and denominator slips that spreadsheets breed.
- Stock / Flow Separation Check — Separates accumulated stocks from the flows that fill or drain them — balances from rates, prevalence from incidence — so a level is never compared directly with a speed.
- Unit Check — The first-line check that every input, output, and intermediate expression carries a compatible unit label before a calculation is trusted.
- Unit Conversion Workflow — Converts every quantity into one shared unit convention before combining them, keeping the conversion factors and assumptions attached to the result.
Index-Based Retrieval¶
Create an index or retrieval structure so relevant information can be found without scanning the whole space.
12 mechanisms · View full solution archetype
- Citation Index — Turns the references between works into retrieval paths — follow who-cites-whom to find related sources, and read citation counts as a signal of authority.
- Controlled Vocabulary Tagging — Pins records to a fixed, curated set of terms — with synonyms routed to one canonical label — so findability survives the many different words people use for the same thing.
- Cross-Reference System — Wires records to each other with typed links — see-also, supersedes, duplicate-of — so retrieval can move across relationships and always land on the record that's still authoritative.
- Faceted Search Interface — Lets users retrieve by progressively narrowing along several indexed dimensions at once, turning a big result set into a small one through guided filtering rather than a lucky keyword.
- Inverted Index — Builds a term-to-records map up front — a posting list per token — so a text query resolves by reading a few short lists instead of scanning every document.
- Knowledge Base — Captures reusable answers as retrievable articles indexed around the questions people actually ask, so guidance can be found at the moment of need instead of rediscovered.
- Library Catalog — Describes each held item by identifier, class, subject, and location so a reader finds material — and the shelf it sits on — without walking the stacks.
- Lookup Table — Precomputes a key-to-answer map so a known key returns its record in one exact-match step, trading no ranking and no fuzziness for speed and certainty.
- Metadata Schema — Defines the standard fields and allowed values every record must carry, so the whole corpus can be filtered, sorted, and grouped consistently instead of one description at a time.
- Registry — Maintains a curated master list of a bounded class of entities, each row carrying the fields needed to look one up and the owner accountable for keeping it true.
- Search Index — Runs the index as a live service — bounding the collection, serving ranked candidates, and reindexing as records change — so queries stay fast and current without rescanning the source.
- Semantic Similarity Index — Encodes records and queries as vectors so retrieval returns items close in meaning, finding the right record even when its words don't match the query's.
Inflation, Currency, and Real versus Nominal Adjustment¶
Compare money across time or currencies only after declaring and aligning its real/nominal, price-level, currency, and discounting basis.
7 mechanisms · View full solution archetype
- Base-Year Rebasing Protocol — Defines how amounts are converted to a chosen reference year and how base-year changes are handled.
- Basis-Labeled Financial Chart — Visualizes monetary amounts with basis labels such as nominal, constant-year, local-currency, or present-value.
- Constant-Currency Bridge — Shows value changes before and after currency translation so operational and exchange effects are separated.
- Inflation & Exchange-Rate Scenario Table — Displays results under plausible combinations of inflation, currency, and discount-rate assumptions.
- Nominal-to-Real Conversion Table — Converts nominal monetary amounts into constant purchasing-power values using a declared index and base period.
- Nominal/Real Rate Pairing Rule — Checks that real cash flows use real discount rates and nominal cash flows use nominal discount rates.
- Translation-Effect Decomposition — Decomposes reported value change into operational, price-level, and currency translation components.
Proceduralization¶
Convert tacit or inconsistent work into explicit repeatable steps with inputs, outputs, and exception handling.
6 mechanisms · View full solution archetype
- Automation Routine — Encodes a validated procedure so a machine runs the normal path itself — reading a triggering input, applying coded rules, and emitting the output — while diverting abnormal cases to a human.
- Playbook — Packages a family of pre-built response plays so that, once you recognize which situation you are in, you can pull the matching play, know who runs it, and know when it is over.
- Process Map — Draws the whole task as a diagram — boundaries, steps, branch points, and the handoffs between lanes — so the real shape of the work becomes visible before anyone tries to fix or formalize it.
- Protocol — A formally authorized sequence whose signature is mandatory verification — preconditions that must be confirmed, checkpoints that must pass, and an evidence trail that proves the sanctioned steps were followed.
- Runbook — A step-by-step operating procedure for running or recovering a system under pressure, built around the stop-and-roll-back condition and the branch to take when a step fails.
- Workflow Script — Encodes a multi-actor process so an engine drives it — sequencing tasks, routing each handoff to its owner, and closing the case at the end — while the owners still do the work.