What a good AI assessment actually measures
Modified
Input
An AI assessment should measure transfer, model judgment, and defensible decision-making—not only recall or code execution. Difficulty is useful only when it separates levels of the intended competence. A strong assessment changes assumptions and requires students to reconstruct the solution.
Assessment Defines the Effective Curriculum
Students allocate effort toward what an institution rewards. If examinations reward memorized derivations, students memorize. If projects reward a high validation score, students search until the score improves. If code only needs to run, conceptual reconstruction becomes optional.
Assessment is therefore not merely a measurement after teaching. It is part of the educational production function.
Let the intended competence be a vector
where:
- $K$ is foundational knowledge;
- $T$ is technical execution;
- $J$ is model judgment;
- $V$ is validation and criticism; and
- $D$ is decision integration.
A test produces observable responses $R$. The central validity question is whether performance on $R$ supports an interpretation about $c$.
What Should Be Measured?
Table 1. Dimensions of a valid AI assessment
| Competence | Observable performance | What does not establish it |
|---|---|---|
| Foundational knowledge | Defines concepts and derives core results | Recognizing vocabulary |
| Technical execution | Implements a specified method correctly | Copying a working notebook |
| Model judgment | Chooses and adapts a model under assumptions | Applying an assigned formula |
| Validation | Designs tests that target plausible failures | Reporting one accuracy number |
| Decision integration | Connects output to costs and action | Producing a prediction |
A balanced AI assessment needs evidence across all five components.
Reliability Is Not Validity
An assessment can consistently rank students while measuring the wrong capability.
Suppose a multiple-choice examination is highly reliable because students’ scores are stable across equivalent forms. If the program claims to develop independent modelling, recall-based reliability is not enough.
The Standards for Educational and Psychological Testing treats validity as the evidential basis for interpreting test scores for their intended use. In AI education, the intended use might be admission to a mathematically demanding program, progression to independent project work, or certification of professional model judgment. Each use requires different evidence.
Transfer Is the Central Test
Memorization is successful when a familiar problem reappears. Understanding is visible when the surface changes but the underlying structure can be reconstructed.
Let a taught problem be $\mathcal P_0$ and an assessment problem
where $\Delta\mathcal H$ changes an assumption.
A student with model judgment should produce
not simply repeat $S(\mathcal P_0)$.
Appropriate changes include:
- random sampling becomes self-selection;
- independent rows become repeated measures;
- prediction becomes intervention;
- the deployment base rate changes;
- one feature disappears at decision time;
- error costs become asymmetric; or
- a linear relationship becomes threshold-dependent.
The assessment remains fair because the mathematical tools were taught. What changes is the requirement to choose among them.
Case-Based Assessment
A case provides enough institutional detail for students to formulate a model but not enough structure to make the answer automatic.
A good case should contain:
- a decision owner;
- an outcome that may be measured imperfectly;
- a sample generated by a recognizable process;
- at least two plausible model approaches;
- a constraint or asymmetric cost;
- a possible distribution shift; and
- evidence that can support criticism.
Students should be asked to state what cannot be concluded. That requirement distinguishes responsible model use from confident calculation.
A Multiplicative Scoring Rule
Simple weighted averages allow strength in one area to compensate completely for failure in another. An AI student might obtain a passing score through excellent coding despite being unable to recognize leakage.
For core competencies that are jointly necessary, a weighted geometric score is useful:
If any essential component $s_k$ is close to zero, the total score falls sharply. The rule formalizes a bottleneck view of professional competence.
It should not be applied mechanically. Some prerequisite tests require explicit minimums instead:
The principle is that critical judgment cannot be replaced by unrelated strengths.
What a Good Answer Looks Like
Read as a diagnostic rather than a second scorecard, the framework becomes clear: Target — Insufficient: Uses the supplied label; Competent: Defines estimand or decision; Advanced: Compares alternative targets. DGP — Insufficient: Describes columns; Competent: Explains selection and measurement; Advanced: Anticipates feedback and shift. Model — Insufficient: Names an algorithm; Competent: Justifies representation; Advanced: Compares models under assumptions. Validation — Insufficient: Reports test accuracy; Competent: Matches split and metric to deployment; Advanced: Designs stress and falsification tests. Interpretation — Insufficient: States output; Competent: Defines uncertainty and scope; Advanced: Explains what remains unidentified. Adaptation — Insufficient: Reuses template; Competent: Revises after perturbation; Advanced: Predicts how the solution must change.
This rubric can be shared with students. Transparency does not make the assessment easy; it directs preparation toward the intended competence.
Admission, Course, and Dissertation Assessments
Different stages require different emphases.
An admission assessment should test readiness: mathematical foundations, disciplined reading, and ability to learn from a structured problem.
A course assessment should test transfer: can the student apply familiar tools when assumptions change?
A dissertation assessment should test integration: can the student formulate a defensible question, assemble evidence, select methods, revise after criticism, and communicate limitations?
Using one examination style for all three confuses the purpose of measurement.
AI Tools and Assessment
Generative systems can produce code, summaries, and standard derivations. Assessment should not respond by turning entirely into surveillance or memory testing.
Instead, students can be permitted to use tools while being required to:
- verify every assumption and transformation;
- explain why the output answers the question;
- identify a hidden error inserted into a generated solution;
- adapt the solution to a changed DGP;
- defend the work orally; and
- disclose tool use and preserve intermediate reasoning.
When tools lower the cost of execution, assessment should place more weight on verification, adaptation, and responsibility.
Building an Assessment from a Claim
A practical way to design an item is to begin with the claim a successful student should be able to defend.
Suppose the intended claim is:
The student can determine whether a predictive model should be used to allocate a limited intervention.
The item can then be built backwards.
First, define the evidence required. The student must identify the population, estimate risk, distinguish risk from treatment benefit, evaluate asymmetric costs, and impose a capacity constraint.
Second, create observable tasks. The student may be asked to define
and then explain why allocating the intervention to the largest $p_i$ may be wrong. If the action changes outcomes, the relevant quantity may be
with allocation
Third, add a perturbation. Capacity changes, treatment effects are not identified, one feature is measured after intervention, or the deployment population differs from the sample. The perturbation reveals whether the student owns the structure.
Fourth, define evidence boundaries. A strong answer should receive credit for saying that individual treatment effects cannot be learned from the supplied observational data without additional assumptions.
This backward design makes the item difficult for the intended reason. A student should not fail because the case uses obscure vocabulary, requires excessive typing, or hides an irrelevant trick.
Oral Defense as Conditional Assessment
A written artifact is a fixed response to one problem. An oral defense can test how the student’s reasoning changes when new information arrives.
The examiner can begin with the submitted model and introduce one standardized condition:
- the label definition changed;
- the sample excluded a relevant population;
- a feature is unavailable at deployment;
- a stakeholder changed the cost ratio;
- a validation result reverses at another site; or
- a generated citation cannot be verified.
The student should not be judged on speed alone. A strong defense displays a sequence:
Consistency matters because oral assessments can otherwise reward confidence, language fluency, or familiarity with the examiner. A program should use a shared prompt bank, explicit rubrics, more than one assessor for high-stakes decisions, and written notes linking judgments to observed evidence.
Tool-assisted work makes the defense more useful, not because it is a detector, but because it tests ownership. A student may legitimately use a library or generative system and still demonstrate independent competence by explaining, criticizing, and adapting the result.
Evidence from the Assessment Itself
Assessment design should also be evaluated empirically. After an examination, instructors can ask:
- Did the item separate students on the intended capability?
- Did responses reveal a recurring misconception?
- Was failure driven by irrelevant language or interface burden?
- Did different assessors apply the rubric consistently?
- Did later project performance agree with the interpretation of the score?
If item $j$ is intended to measure model judgment, but performance is explained mainly by coding speed, the item has construct-irrelevant variance. If all well-prepared students answer correctly, the item may still be valuable as a mastery check; it should not be used to distinguish advanced judgment.
Scores should therefore be treated as model outputs:
where $\mathcal I$ is the set of items and $\mathcal S$ the scoring procedure. The interpretation inherits assumptions about both. Good assessment practice applies the same empirical discipline to educational measurement that an AI program expects students to apply to models.
Assessment evidence becomes stronger when the student must adapt the same reasoning to a changed dataset, objective, or institutional constraint rather than reproduce the original solution.
Recent institutional evidence supports a process-centered design. Why AI Detection Is Failing Higher Education documents why probability scores from detection software cannot establish authorship or understanding. Teacher AI Literacy Is the Real Test of AI in Education shifts responsibility toward instructors who can design and evaluate AI-supported work, while AI Cognitive Stunting Is a Policy Failure, Not a Student Defect shows that weak assessment design can reward dependence. A good assessment therefore asks for observable judgment: formulation, verification, revision, and defense.
Conclusion
A good AI assessment measures whether a student can construct and defend a model-based decision under uncertainty.
It includes foundational knowledge and technical execution, but it does not stop there. It requires students to interpret assumptions, reconstruct the DGP, choose validation appropriate to deployment, and change their solution when the problem changes.
Difficulty is not the objective. Evidence is the objective. An assessment is difficult for a legitimate reason when the intended competence is itself demanding.
The most revealing question is often not “Can the student solve this problem?” It is:
Can the student recognize why the previous solution no longer applies?
References
AERA, APA, and NCME, Standards for Educational and Psychological Testing, 2014.
Samuel Messick, “Validity of Psychological Assessment,” American Psychologist 50, no. 9 (1995): 741-749.
David J. Hand, Measurement Theory and Practice, Arnold, 2004.
Swiss Institute of Artificial Intelligence (2026) ‘Why AI Detection Is Failing Higher Education’, SIAI AI Memo, 30 August.
The Economy Editorial Board (2026) ‘Teacher AI Literacy Is the Real Test of AI in Education’, The Economy Review, 22 June.
The Economy Editorial Board (2026) ‘AI Cognitive Stunting Is a Policy Failure, Not a Student Defect’, The Economy Review, 14 June.