Learn
A working vocabulary for the AI age. Identify the pattern behind an example, trace its neighbors, and turn generated context into usable judgment.
/

Discounted Cash Flow
Translate future cash flows, time, and risk into a conditional estimate of value today.

Monte Carlo Simulation
Generate many conditional futures to see ranges, tails, and failure paths—without mistaking a model for a forecast.

Progressive Disclosure
Show the smallest complete interface for the current goal, then reveal complexity as intent and context deepen.

Idempotency
Make an uncertain operation safe to retry: one intent may arrive many times, but its business effect happens once.

Optimistic Concurrency
Work in parallel; reject stale writes before they overwrite newer changes.

Single Source of Truth
Give each fact one authoritative owner; treat every other copy as a traceable, rebuildable projection.
