MATLAB AI Tutor Evaluation
Purpose
Evaluate whether a MATLAB tutor interaction helps a learner think, practice, and
transfer understanding. Prioritize concrete findings about pedagogy, MATLAB
accuracy, safety, and missed opportunities. This skill can review real tutoring
transcripts, synthetic transcripts, partial transcripts, prompts, exercises,
generated feedback, and skill behavior.
For instructors, this skill is a quality-control tool. It helps decide whether a
tutor session is ready for students, whether a prompt needs stronger guardrails,
and whether generated feedback is accurate enough to support course learning
goals.
Use this skill for reviews of transcripts, prompts, exercises, feedback text,
skill instructions, and tutor outputs. Use matlab-log-tutor-sessions first
when a running transcript needs to be created, cleaned up, or exported before
evaluation.
Repeatable Review Workflow
- Establish transcript provenance: real, synthetic, partial, reconstructed, or
mixed. State any limits this creates for the review.
- Identify learner goal, level, task type, assignment status, and visible
MATLAB topics.
- Check MATLAB accuracy: syntax, semantics, terminology, API behavior, edge
cases, and whether execution or documentation verification was needed.
- Check active learning: prediction, explanation, inspection, debugging,
revision, testing, or transfer.
- Check assignment guardrails: whether the tutor preserved the learning goal,
asked for learner work, used hints appropriately, and avoided restricted
complete solutions.
- Check feedback quality: verdict, reason, misconception, evidence, next step,
and whether feedback led to learner revision.
- Check debugging support: error text, line numbers,
size, class, values,
minimal reproductions, tests, and verification of repairs.
- Check transfer prompts: whether the tutor changed one meaningful dimension
and asked the learner to apply the idea again.
- Produce an instructor-facing quality report with severity-ranked findings,
scores, evidence, and recommended prompt or skill updates.
Evaluation Dimensions
- MATLAB correctness: Syntax, semantics, terminology, and idiomatic usage.
- Learning design: Learner must predict, inspect, explain, revise, or test.
- Feedback: Specific, evidence-based, misconception-aware, and actionable.
- Debugging support: Uses error text, line numbers,
size, class, values,
and minimal reproductions.
- Assignment guardrails: Avoids direct restricted solutions and asks for the
learner's attempt.
- Transfer: Includes a related follow-up that changes context or data shape.
- Cognitive load: Keeps explanations short and does not ask multiple
unrelated questions at once.
- Transcript evidence: Distinguishes observed behavior from synthetic,
reconstructed, missing, or inferred content.
Output Format
For quick reviews, lead with findings. Use this shape:
Findings
- [Severity] [Dimension]: [Issue and why it matters]. Evidence: [quote or reference].
Strengths
- [What the tutor did well, if useful.]
Recommended revision
- [Concrete replacement prompt, feedback, or session move.]
Score
- Active learning: [1-4]
- MATLAB accuracy: [1-4]
- Feedback quality: [1-4]
- Guardrails: [1-4 or N/A]
- Transfer: [1-4]
For instructor-facing quality reports, use this shape:
Instructor-Facing Quality Report
Review scope
- Transcript status: [Real | Synthetic | Partial | Reconstructed | Mixed]
- Learner goal:
- Assignment status:
- MATLAB topics:
- Evidence limits:
Findings
- [Severity] [Dimension]: [Issue and instructional impact]. Evidence: [quote, turn, or line].
Scores
- MATLAB accuracy: [1-4]
- Active learning: [1-4]
- Assignment guardrails: [1-4 or N/A]
- Feedback quality: [1-4]
- Debugging support: [1-4 or N/A]
- Transfer prompts: [1-4]
Recommended prompt or skill updates
- [Specific update to tutor prompt, guardrail policy, debugging workflow, feedback pattern, or transfer requirement.]
Keep, revise, or investigate
- Keep:
- Revise:
- Investigate:
Read references/evaluation-rubric.md for the
full scoring rubric, transcript review workflow, and calibration examples.
Read references/transcript-review-examples.md
when the user asks for examples, calibration, instructor training material, or
help interpreting scores across MATLAB accuracy, active learning, assignment
guardrails, feedback quality, debugging support, and transfer prompts.
This demo includes example calibration artifacts, at paths relative to the demo
folder that contains skills/ (not this skill folder):
assets/examples/transcript-review-calibration.md
assets/examples/quality-report-calibration.md
Instructor Adoption Notes
- Review a small sample of sessions before using the tutor broadly.
- Look for evidence that the student had to think, not only that the tutor gave
a fluent explanation.
- Treat scores as formative evidence for improving prompts, exercises, and
course policies.
1---2name: matlab-evaluate-tutor-quality3description: Use when reviewing, auditing, scoring, or improving a real or synthetic MATLAB AI tutor transcript, tutoring prompt, generated lesson, exercise, feedback sequence, or skill behavior for MATLAB accuracy, active learning, assignment guardrails, feedback quality, debugging support, transfer prompts, and instructor-facing quality recommendations.4license: MathWorks BSD-3-Clause (see LICENSE)5---6
7# MATLAB AI Tutor Evaluation
8
9## Purpose
10
11Evaluate whether a MATLAB tutor interaction helps a learner think, practice, and
12transfer understanding. Prioritize concrete findings about pedagogy, MATLAB
13accuracy, safety, and missed opportunities. This skill can review real tutoring
14transcripts, synthetic transcripts, partial transcripts, prompts, exercises,
15generated feedback, and skill behavior.
16
17For instructors, this skill is a quality-control tool. It helps decide whether a
18tutor session is ready for students, whether a prompt needs stronger guardrails,
19and whether generated feedback is accurate enough to support course learning
20goals.
21
22Use this skill for reviews of transcripts, prompts, exercises, feedback text,
23skill instructions, and tutor outputs. Use `matlab-log-tutor-sessions` first
24when a running transcript needs to be created, cleaned up, or exported before
25evaluation.
26
27## Repeatable Review Workflow
28
291. Establish transcript provenance: real, synthetic, partial, reconstructed, or
30 mixed. State any limits this creates for the review.
312. Identify learner goal, level, task type, assignment status, and visible
32 MATLAB topics.
333. Check MATLAB accuracy: syntax, semantics, terminology, API behavior, edge
34 cases, and whether execution or documentation verification was needed.
354. Check active learning: prediction, explanation, inspection, debugging,
36 revision, testing, or transfer.
375. Check assignment guardrails: whether the tutor preserved the learning goal,
38 asked for learner work, used hints appropriately, and avoided restricted
39 complete solutions.
406. Check feedback quality: verdict, reason, misconception, evidence, next step,
41 and whether feedback led to learner revision.
427. Check debugging support: error text, line numbers, `size`, `class`, values,
43 minimal reproductions, tests, and verification of repairs.
448. Check transfer prompts: whether the tutor changed one meaningful dimension
45 and asked the learner to apply the idea again.
469. Produce an instructor-facing quality report with severity-ranked findings,
47 scores, evidence, and recommended prompt or skill updates.
48
49## Evaluation Dimensions
50
51- **MATLAB correctness**: Syntax, semantics, terminology, and idiomatic usage.
52- **Learning design**: Learner must predict, inspect, explain, revise, or test.
53- **Feedback**: Specific, evidence-based, misconception-aware, and actionable.
54- **Debugging support**: Uses error text, line numbers, `size`, `class`, values,
55 and minimal reproductions.
56- **Assignment guardrails**: Avoids direct restricted solutions and asks for the
57 learner's attempt.
58- **Transfer**: Includes a related follow-up that changes context or data shape.
59- **Cognitive load**: Keeps explanations short and does not ask multiple
60 unrelated questions at once.
61- **Transcript evidence**: Distinguishes observed behavior from synthetic,
62 reconstructed, missing, or inferred content.
63
64## Output Format
65
66For quick reviews, lead with findings. Use this shape:
67
68```text
69Findings
70- [Severity] [Dimension]: [Issue and why it matters]. Evidence: [quote or reference].
71
72Strengths
73- [What the tutor did well, if useful.]
74
75Recommended revision
76- [Concrete replacement prompt, feedback, or session move.]
77
78Score
79- Active learning: [1-4]
80- MATLAB accuracy: [1-4]
81- Feedback quality: [1-4]
82- Guardrails: [1-4 or N/A]
83- Transfer: [1-4]
84```
85
86For instructor-facing quality reports, use this shape:
87
88```text
89Instructor-Facing Quality Report
90
91Review scope
92- Transcript status: [Real | Synthetic | Partial | Reconstructed | Mixed]
93- Learner goal:
94- Assignment status:
95- MATLAB topics:
96- Evidence limits:
97
98Findings
99- [Severity] [Dimension]: [Issue and instructional impact]. Evidence: [quote, turn, or line].
100
101Scores
102- MATLAB accuracy: [1-4]
103- Active learning: [1-4]
104- Assignment guardrails: [1-4 or N/A]
105- Feedback quality: [1-4]
106- Debugging support: [1-4 or N/A]
107- Transfer prompts: [1-4]
108
109Recommended prompt or skill updates
110- [Specific update to tutor prompt, guardrail policy, debugging workflow, feedback pattern, or transfer requirement.]
111
112Keep, revise, or investigate
113- Keep:
114- Revise:
115- Investigate:
116```
117
118Read [references/evaluation-rubric.md](references/evaluation-rubric.md) for the
119full scoring rubric, transcript review workflow, and calibration examples.
120
121Read [references/transcript-review-examples.md](references/transcript-review-examples.md)
122when the user asks for examples, calibration, instructor training material, or
123help interpreting scores across MATLAB accuracy, active learning, assignment
124guardrails, feedback quality, debugging support, and transfer prompts.
125
126This demo includes example calibration artifacts, at paths relative to the demo
127folder that contains `skills/` (not this skill folder):
128
129- `assets/examples/transcript-review-calibration.md`
130- `assets/examples/quality-report-calibration.md`
131
132## Instructor Adoption Notes
133
134- Review a small sample of sessions before using the tutor broadly.
135- Look for evidence that the student had to think, not only that the tutor gave
136 a fluent explanation.
137- Treat scores as formative evidence for improving prompts, exercises, and
138 course policies.