About the Cognitive Load Estimator
Our Mission
Most productivity advice measures output — tickets closed, hours logged — and stays silent on the cognitive price paid to produce it. Cognitive Systems Lab exists to make that price visible and discussable, so a vague feeling of "we're overloaded" can become a specific, fixable bottleneck.
We do that two ways: short, transparent calculators that turn a few measurable inputs into a comparable score, and plain-language guides that connect each idea back to the published research it came from. Nothing here is gated, sold, or designed to keep you scrolling.
Purpose
This tool estimates cognitive load based on three measurable factors: Task Duration, Task Complexity, and Prior Familiarity. It applies a deterministic formula to produce a numeric Cognitive Friction Index with a classification of Low, Moderate, or High.
Who Writes This
Cognitive Systems Lab is an independent educational publication, edited by Daniel Mercer, Editor & Research Curator. The role here is curation: reading published research in cognitive psychology and human factors, summarising it in plain language, and linking every claim back to its primary source so you can check it yourself.
We are not a clinic, a university lab, or a credentialed psychology practice, and we don't claim to be. What we offer is careful synthesis and transparent tools — and an explicit line between established research (cited) and our own heuristics (labelled as such). Questions and corrections are welcome via the contact page.
Our Editorial Standards
Because this is a one-person publication on a topic where it's easy to sound more authoritative than the evidence allows, we hold ourselves to a few fixed rules:
- Cite the primary source, not a blog about it. When we state a research finding, we link to the original paper (with a DOI), not a secondary summary. If we can't point to a source, we don't state it as fact.
- Separate research from our own opinion — visibly. Established findings are presented as such; our formulas, weights, and the names CFI / TES / FRW are flagged as our own design choices everywhere they appear. The Methodology page spells this out.
- Publish the maths. Every calculator shows its full formula and thresholds on the page. Any number in our examples can be reproduced by hand.
- No invented authority. No fake testimonials, no fabricated credentials, no "studies show" without the study. If you ever catch us breaking these rules, that's a bug — please report it.
- Correct in the open. When we get something wrong, we fix it and note the change date on the affected article.
Who This Is For (and Who It Isn't)
This is for people who design or run structured work — engineering leads, operations and support managers, SRE and process owners, and individuals trying to protect their own focus. If you've ever had to argue that "busy" and "productive" aren't the same thing, these tools give you a concrete way to show it.
This is not for clinical, medical, or psychological assessment of a person. The tools evaluate tasks, schedules, and procedures — never an individual's mind or mental health. If you're dealing with burnout or distress, please speak with a qualified professional; nothing here is a substitute for that.
How It Functions
The Cognitive Load Score is calculated using the formula: CL = 0.5 × Task Duration + 2.0 × Task Complexity − 1.5 × Prior Familiarity. Each input is validated, multiplied by its fixed coefficient, and summed. The result is classified against fixed thresholds: Low (below 20), Moderate (20–49.9), and High (50 or above).
Scope and Limitations
This tool provides estimates for educational purposes. It is not a clinical assessment. The model uses a simplified linear formula and does not account for individual cognitive differences, environmental factors, or task-specific variables beyond the three defined inputs.
Results should be interpreted as directional indicators, not precise measurements. For clinical or research-grade cognitive assessment, consult qualified professionals and validated psychometric instruments.
Technical Implementation
All calculations execute client-side in the browser. No user data is transmitted to any server. The formula constants (α=0.5, β=2.0, γ=1.5) and classification thresholds are immutable and embedded in the application code.