Terms Glossary
Quick reference definitions for key terms used throughout the knowledge base. Each term links to related concepts and detailed explanations.
Cognitive Science
How the mind processes information and makes decisions
11 termsAttention
The cognitive process of selectively concentrating on specific information while filtering out irrelevant stimuli.
Base Rate Neglect
Latching onto vivid specifics while ignoring the underlying odds — why a striking case can override what's statistically far more likely.
Cognitive Bias
A systematic, predictable error in how we think — not random noise, but the same wrong turn most minds take in the same situation.
Cognitive Load
The amount of mental effort required to process information and make decisions.
Effort Heuristic
The mental shortcut of judging quality by how much effort appears to have gone in — useful when you can't see the outcome, misleading when you can.
Heuristic
A mental rule of thumb that trades accuracy for speed — mostly right, fast, and nearly free, which is why the brain leans on them constantly.
Operational Transparency
Deliberately showing customers the work behind a service — which usually raises how much they value it, sometimes regardless of the result.
Probability Blindness
The brain's deep difficulty reasoning about chance and uncertainty — a 200,000-year-old instinct that keeps sabotaging modern decisions.
System 1
Fast, automatic, intuitive thinking that requires little mental effort.
System 2
Slow, deliberate, analytical thinking that requires conscious mental effort.
Working Memory
The cognitive system responsible for temporarily holding and manipulating information during mental tasks.
Neuroscience & AI
Intersection of neural science and artificial intelligence
12 termsAI Evals
Systematically measuring whether an AI system's outputs are good — the test suite that tells you if a change helped or quietly broke things.
EEG
Reading the brain's electrical activity through the scalp to gauge engagement and response — a direct, if noisy, window into attention.
Embeddings
Turning text, images, or audio into vectors of numbers so that things with similar meaning land close together and can be compared by math.
Eye-Tracking
Measuring exactly where and how long someone looks — turning attention, usually invisible, into data you can actually analyse.
Hallucination
When a model states something fluent, confident, and false — the failure mode that makes ungrounded AI dangerous in serious work.
Large Language Model
A model trained on vast text to predict the next token, which at scale turns into fluent drafting, reasoning, and conversation.
LLM Observability
Tracing what a model actually did in production — prompts, retrievals, latencies, and costs — so failures are debuggable, not mysterious.
Multi-modal RAG
Retrieval-augmented generation that grounds answers in more than text — pulling from video, images, and signals as well as documents.
Responsible AI
Building AI that's fair, private, and accountable by design — treating those as engineering requirements, not a compliance afterthought.
Retrieval-Augmented Generation
Giving a language model the right documents at answer time so it reasons over real, current sources instead of only its trained-in memory.
Synthetic Audience
A simulated stand-in for a real audience, modelled from behavioural data, used to test how people might react before you spend on real ones.
Vector Database
A store built to search by meaning rather than keywords, finding the items whose embeddings sit nearest your query in high-dimensional space.
Engineering Fundamentals
Core engineering and systems concepts
9 termsBuilding Information Modeling
A shared, data-rich 3D model where every element carries its own information — one coordinated source of truth across every discipline.
CAD/CAM Automation
Scripting the path from a 3D design to machine instructions, so drawing-to-fabrication that took hours runs in minutes.
Computational Fluid Dynamics
Simulating how air or fluid moves around a structure so you can see the loads, the flow, and the failure before anything is built.
Factor of Safety
How much stronger you build something than it strictly needs to be, to absorb the uncertainty you can't fully model.
Formwork
The temporary mould that holds concrete until it can hold itself — invisible in the finished building, decisive for whether it gets built at all.
Non-linear Analysis
Modelling structures where response stops being proportional to load — where materials yield, geometry shifts, and things behave like the real world.
Root Cause Analysis
Tracing a failure back past its symptoms to the thing that actually caused it — then fixing that, not the symptom.
Self-climbing Formwork
A formwork system that hoists itself up the structure it's building, pour by pour, instead of being dismantled and re-craned at every level.
Topology Optimization
Letting an algorithm decide where material should and shouldn't sit, given the loads — so the structure earns every gram it keeps.
Statistics & Analytics
Statistical methods and data analysis principles
7 termsConfidence Interval
A range that expresses how precise an estimate is — far more honest than a single number pretending to be exact.
Design of Experiments
Planning tests so you can vary several factors at once and still know which one moved the result — far more efficient than one-at-a-time.
Multivariate Testing
Testing several changes and their combinations at once to find which mix performs best — A/B testing's higher-dimensional cousin.
Six Sigma
A data-driven method for cutting variation and defects out of a process, built on the DMAIC loop: define, measure, analyse, improve, control.
Statistical Power
The chance your test actually detects a real effect when one exists — low power means you can miss something true and call it nothing.
Statistical Process Control
Watching a process against control limits so you can tell ordinary noise from a real shift — and only act when something genuinely changed.
Value Stream Mapping
Drawing every step a unit of work passes through, so the waiting and waste between the value-adding steps becomes impossible to ignore.
Product Management
User experience and product optimization concepts
11 termsContinuous Discovery
Talking to customers every week as a habit, not a phase — so product decisions trace to fresh evidence instead of last year's assumptions.
Go-to-Market
The plan for how a product reaches and wins its first users — positioning, channel, and pricing, not just the launch announcement.
Jobs to Be Done
The idea that customers don't buy products, they hire them to make progress on a job — so you design for the job, not the demographic.
Minimum Viable Product
The smallest thing you can put in front of real users to learn whether the idea holds — built to answer a question, not to impress.
North Star Metric
The single measure that best captures the value your product delivers — chosen so that moving it means customers are genuinely better off.
OKRs
Objectives and key results: a memorable goal paired with a few measurable outcomes that prove you reached it — ambition with a scoreboard.
Opportunity Solution Tree
A map from a desired outcome down through customer opportunities to possible solutions — so you can see what you're betting on, and why.
Product-led Growth
Letting the product itself drive acquisition, activation, and expansion — the experience does the selling instead of a separate sales motion.
Product-Market Fit
The point where a market clearly pulls a product out of you — demand outpaces your ability to serve it, and you can feel the change.
Retention
Whether people keep coming back — the most honest signal a product has, because nothing fakes its way to repeat use.
RICE Prioritization
Scoring ideas by reach, impact, confidence, and effort — a deliberately blunt formula to make trade-offs explicit instead of political.