How MyThreshold checks its own work
Two mechanisms sit between a model's suggestion and your plan. The first is a review that a
proposed change has to pass before it is written at all. The second is a bench of
narrowly-scoped specialist reviewers the hard calls are routed to instead of one generalist
model. Neither of them is a safety system, and neither of them decides anything for you —
this page is about how the product reasons, and what stops it reasoning badly in private.
Every proposed change is reviewed before it lands
Every mutating tool call the AI advisor makes — a schedule change, a coach-state write, a
memory write — is intercepted before it is committed and routed to a second, independent
reviewer instance with no approve tool of its own. The proposal travels as one typed
request, not a conversation, and the reviewer reads it as data, never as instructions — the
advisor cannot approve its own change.
The reviewer's job is deliberately narrow: judge the proposed action and the advisor's own
description of it — the change, the reasoning behind it, and whatever numbers are cited in
that description — not a vague impression of the whole conversation. It has no tool access
of its own, so it never independently re-reads your
CTL, ATL and TSB, ACWR, or the plan you are already on.
Those numbers themselves come from published formulas, computed in code before any model
sees them; the metrics reference shows every one of them with a
worked example.
A reject or needs-changes verdict structurally blocks the write from ever landing. It is
not a warning printed next to a change that got applied anyway: the advisor gets the
feedback and has to revise, and it cannot resubmit the same change without going back
through review. That return path is the part worth understanding — it is the difference
between a review and a disclaimer.
The bench: one domain each, 18 of them
A single generalist model asked to weigh sleep, an injury history, a periodization block,
fueling, a travel calendar and the completeness of the underlying data at once will do
all of it shallowly. So the hard calls aren't asked that way. Each specialist reviewer
below is scoped to one domain, reasons only from the evidence packet it is handed, and is
advisory-only — none of them writes anything. What they produce goes back into the review
above, which is still what decides whether a change is applied.
Readiness and injury risk
4 specialists Whether today's body matches the session that was planned — accumulated load, sleep, travel, and heart-rate behavior.
- Whether heart-rate behavior, sleep, travel or alcohol exposure argue against a hard session today.
- Whether a load ramp, downhill volume, or a reported niggle is building connective-tissue and overuse risk.
- Whether the heart-rate anchors a zone-based target depends on are still valid, or the session was run on a bad sensor trace.
Session design and periodization
5 specialists Whether a proposed session fits the block you're actually in — and whether the last one was executed the way it was designed.
- Whether the week fits the build/absorb structure of the block, or quietly borrows from an absorb week.
- Whether an interval session is the right architecture and the right progression step, not just the next hard thing.
- Whether easy days are actually easy, or drifting into the gray zone that breaks an 80/20 distribution.
- Whether terrain and elevation make the pace target meaningless for that route.
- Whether what was executed matched what was intended, judged from the raw and derived numbers rather than the activity label.
Fueling and hydration
2 specialists Whether the session is fueled for, in heat, on travel days, and after a long or hilly effort — inside your stated dietary preferences.
- Whether a hard or long session has a workable fueling plan, given what you actually eat.
- Whether heat, travel, alcohol exposure or a sticky heart rate point at a hydration or sodium problem rather than a fitness one.
Schedule and calendar integrity
2 specialists Whether the calendar the plan is written into still reflects reality — travel windows, firm days, and provisional ones.
- Whether the scheduled horizon holds: the next 48 hours firm, the rest of the week provisional, the full week filled in once.
- Whether travel windows and transfer days in the connected calendar make a planned session impossible.
Data integrity
5 specialists Whether the evidence itself is trustworthy before anything reasons from it — missing sessions, stale state, a sync that failed quietly.
- Whether the underlying activity data is complete, or a summary is being written from a partial record.
- Whether an artifact from the connected training platform is a real session, a duplicate, or a phantom entry.
- Whether the stored training state is fresh and internally consistent before it is used for planning.
- Whether a candidate long-term note is durable and useful, or a transient detail that should not be kept at all.
- Whether the scheduled automation actually ran and actually had the effect it reported.
Both mechanisms are quality and reliability checks on how MyThreshold reasons about your
training data. MyThreshold is a data-analysis tool, not a coaching or medical service. It
doesn't know your full medical history, and it can't replace judgment from a doctor,
physiotherapist, or certified coach.
← Back to mythreshold.ai