How to Evaluate Explanations From an AI Workout Coach
A five-question test for useful AI workout explanations: verified inputs, uncertainty, memory limits, safe changes, and clear medical boundaries.
SensAI Team
10 min read
Get a training plan that adapts to your recovery — free on iOS
“Why Is This in My Workout?”
Asking why a workout changed is reasonable. A useful answer might identify the goal, the completed training it considered, the constraints you reported, and what remains uncertain.
But fluent language is not proof that an AI exposed its true internal reasoning. An LLM can produce a plausible explanation after the fact, omit an influential input, or confidently mention data it never received. The explanation is a user-facing summary, not a faithful trace of the model’s hidden computation.1
That distinction changes the test. Do not ask only whether an app can produce a paragraph. Ask whether its claims are grounded in visible data, appropriately uncertain, safe to challenge, and consistent with what the product actually stores and changes.
Three Ways Software Can Explain a Recommendation
Rules
A rule-based system can expose the exact rule that fired: for example, “You marked the last set incomplete, so the next target stayed the same.” That explanation may be narrow, but it can be faithful when it directly reports the implemented rule.
Statistical or machine-learning models
Some models are interpretable by design; others use post-hoc methods to summarize which features were associated with an output. Post-hoc explanations can be useful, but they are approximations and should not be presented as the model’s exact reasoning in high-stakes settings.2
LLM conversations
An LLM can discuss a recommendation, answer follow-up questions, and incorporate new information in natural language. That is a valuable interface advantage. It is not automatic interpretability: research finds that the faithfulness of LLM self-explanations depends on the model, task, and explanation method.1
Dialogue still matters. Explainability research argues that people often need iterative questions rather than a single static feature chart.3 The safe product pattern is conversational access plus verifiable inputs, explicit uncertainty, and domain guardrails—not conversation alone.
The Five-Question Explanation Test
1. Does it identify inputs you can verify?
Ask: “What information did you use for this recommendation?”
Useful answer: It names available inputs such as the goal you entered, completed sets, a schedule constraint, or an aggregated recovery trend. It distinguishes data from assumptions and lets you verify the numbers in the source app.
Warning sign: It claims to have seen a meal, injury, HRV value, AQI reading, or workout that you did not provide and the product does not ingest.
Specificity is useful only when it is true. A fabricated number is worse than an honest “I do not have that data.”
2. Does it separate observation, inference, and recommendation?
Ask: “Which parts are facts, which are your interpretation, and what could change the recommendation?”
A good response separates:
- Observation: “You completed two of five planned sets.”
- Inference: “That may reflect time pressure, fatigue, pain, or another constraint; I do not know which.”
- Recommendation: “Keep the next session conservative until you clarify what happened.”
An explanation should not turn HRV, sleep, soreness, or a single difficult session into a diagnosis.
3. Can you correct it without being pressured?
Ask: “That assumption is wrong. I stopped because the gym closed, not because I was fatigued. What changes?”
The system should acknowledge the correction, state whether it changes the recommendation, and preserve the user’s choice. A conversational response is useful because it makes disagreement possible; it should not claim authority simply because it sounds coach-like.
4. Does memory match the product’s actual memory?
Ask: “What constraints or preferences do you remember about me?”
SensAI’s AI coach can remember reported injuries, preferences, and constraints across sessions. That does not mean an LLM context window automatically stores an entire training season, nor does it guarantee a complete causal history of every program decision. Context-window capacity and persistent product memory are different systems.
The app should let users correct stale context. Health information changes, and a remembered limitation should not silently become a permanent diagnosis.
5. Does it handle new pain or injury safely?
Ask: “I rolled my ankle during the warm-up. What should I do?”
Useful answer: Stop the provoking activity. Check for severe pain, deformity, rapid swelling, inability to bear weight, numbness or weakness, fainting, or other urgent symptoms. Seek appropriate urgent care when those signs are present, and seek clinical assessment for persistent or worsening symptoms. The system can help remove the workout from the plan or discuss low-risk options only after those boundaries are clear and the user requests a change.
Warning sign: It diagnoses a minor sprain, assumes other joints are unaffected, or immediately prescribes a replacement workout. A medical deferral is not a failed AI test; sometimes it is the safest answer.
Conversational assistants have produced unsafe medical responses when domain safeguards were weak.4 A fitness LLM should not be evaluated by how aggressively it improvises around an acute injury.
What SensAI Currently Supports
SensAI uses LLMs rather than traditional machine-learning algorithms. Its coach can discuss training in natural language, remember reported injuries, preferences, and constraints, and respond when a user requests a mid-workout modification.
The planning behavior is specific:
- Programs are generated from scratch around goals, equipment, schedule, and constraints.
- Programs regenerate weekly from actual performance and recovery context.
- Mid-workout changes happen through user-selected quick actions or natural-language requests.
- A daily recovery summary can use aggregated HRV, sleep, resting-heart-rate, and workout context.
Do not turn those features into claims about a dedicated “why” button, an audited rationale for every exercise, automatic same-day rewriting, or a multiweek causal retrospective unless the shipped product is verified to support them.
Privacy matters to explanation quality too. Raw HealthKit data stays on the device. Aggregated recovery metrics and workout summaries may be sent server-side for AI coaching. An answer should not imply that the LLM received raw sleep stages, every heartbeat, or another data stream that never left the device.
A Safe Example
Suppose a user says: “My shoulder hurts during pressing. Replace incline dumbbell press.”
A safer response begins with uncertainty: “Stop the movement that hurts. I cannot determine the cause or confirm another press is safe. If you have severe pain, deformity, sudden weakness, numbness, swelling, chest symptoms, or pain after a fall, seek prompt medical care. If symptoms are mild but persist or recur, get assessed. If you want, I can remove pressing from this workout while you decide what to do next.”
That response does less than a confident exercise substitution—and that is the point. It identifies the boundary, leaves the medical judgment to qualified care, and offers a user-controlled planning action without diagnosing the shoulder.
How to Use AI Explanations Without Over-Trusting Them
- Verify every cited metric in the source that measured it.
- Ask what information was unavailable.
- Separate observed data from inference and advice.
- Correct false assumptions and see whether the answer changes coherently.
- Treat medical, injury, and nutrition boundaries as a strength, not a product failure.
- Keep control over program changes; do not accept silent mutations you cannot review.
Do not score an app as trustworthy because it answers four of five prompts fluently. LLM explanations can be useful conversation aids, but they require verification and should not be trusted as faithful internal reasoning.1
Explanation and Behavior Change
Behavior-change taxonomies include techniques such as feedback, instruction, goal setting, and information about consequences.5 Physical-activity app reviews also evaluate multi-component interventions that combine feedback, tracking, goals, and personalization.6
Those sources do not prove that an explanation alone causes behavior change, or that an unexplained change never works. The defensible claim is narrower: clear feedback can help a user understand and act on a recommendation when it is accurate, relevant, and part of a broader intervention.
The Better Standard
An AI workout explanation is useful when it is checkable, appropriately uncertain, responsive to correction, consistent with real product behavior, and willing to stop at medical boundaries.
The best follow-up is not simply “Why?” It is:
“What did you observe, what are you inferring, what are you uncertain about, and what would change this recommendation?”
References
Footnotes
-
Madsen A, Chandar S, Reddy S. “Are Self-Explanations From Large Language Models Faithful?” Findings of the Association for Computational Linguistics: ACL 2024, 2024. https://aclanthology.org/2024.findings-acl.19/ ↩ ↩2 ↩3
-
Rudin C. “Stop Explaining Black Box Machine Learning Models for High Stakes Decisions and Use Interpretable Models Instead.” Nature Machine Intelligence, 2019;1(5):206-215. https://www.nature.com/articles/s42256-019-0048-x ↩
-
Lakkaraju H, Slack D, Chen Y, Tan C, Singh S. “Rethinking Explainability as a Dialogue: A Practitioner’s Perspective.” arXiv, 2022. https://arxiv.org/abs/2202.01875 ↩
-
Bickmore TW, Trinh H, Olafsson S, et al. “Patient and Consumer Safety Risks When Using Conversational Assistants for Medical Information: An Observational Study of Siri, Alexa, and Google Assistant.” Journal of Medical Internet Research, 2018;20(9):e11510. https://www.jmir.org/2018/9/e11510 ↩
-
Michie S, Richardson M, Johnston M, et al. “The Behavior Change Technique Taxonomy (v1) of 93 Hierarchically Clustered Techniques: Building an International Consensus for the Reporting of Behavior Change Interventions.” Annals of Behavioral Medicine, 2013;46(1):81-95. https://pubmed.ncbi.nlm.nih.gov/23512568/ ↩
-
Romeo A, Edney S, Plotnikoff R, et al. “Can Smartphone Apps Increase Physical Activity? Systematic Review and Meta-Analysis.” Journal of Medical Internet Research, 2019;21(3):e12053. https://www.jmir.org/2019/3/e12053 ↩