You know how when your shoulder is sore, you don't stop reaching for the top shelf — you just switch arms, or angle your body differently? You don't need a doctor to diagnose the problem. You feel the strain, you reroute. Robots, overwhelmingly, do not do this. They either execute a fixed motion plan or fail. This paper asks: what if a robot's high-level planner could feel its own body? The committed claim: internal physical state (joint loads, mobility constraints) can trigger high-level strategy changes during task execution, not just low-level controller adjustments. The authors propose a framework called body-grounded replanning, where body-state events — a joint approaching its torque limit, asymmetric mobility from a locked joint — cause the robot to reconsider its manipulation strategy entirely. An LLM interprets the joint-level telemetry, recent execution statistics, and action history, then selects an alternative strategy from a predefined set. The task objective and the low-level controller stay untouched. The architecture is a hierarchical loop: a low-level controller executes the current strategy, a body-state monitor watches joint-level signals for threshold crossings, and an LLM-based high-level planner receives those signals plus execution history and picks a new strategy when triggered. This is not end-to-end learning — it is a structured handoff between sensing, interpretation, and symbolic strategy selection. The LLM acts as a context-dependent interpreter, not as a policy network. The method family is closest to task-and-motion planning with runtime replanning, but substituting an LLM for a classical replanner. Evaluation covers a reaching task under controlled load and asymmetric mobility constraints, in both simulation and on a real robot. The paper reports that body-grounded replanning maintains high task success while reducing physical effort and enabling more efficient strategy adaptation. Additional contact-rich manipulation experiments (beyond reaching) demonstrate generality of the replanning interface. However, the baselines are thin — the primary comparison is against fixed-strategy execution. There is no comparison to classical replanning approaches, learned policy adaptation methods, or other LLM-based planning frameworks. The integrity picture is mixed. Real-robot experiments are a genuine positive — this isn't simulation-only. But the evaluation is narrow: one primary task (reaching), controlled perturbations rather than naturalistic degradation, and no ablation separating the LLM's contribution from a simpler rule-based strategy selector. The paper does not release code or pre-register benchmarks. The claim that LLM interpretation adds value over threshold-based switching is asserted more than demonstrated. The milestone question is interesting. Today's result shows the principle works for a small strategy set on a single-arm manipulator with artificial constraints. The next real unlock would be scaling to larger strategy libraries (10+ alternatives), multi-step manipulation tasks, and progressive degradation scenarios where the robot's condition evolves over the course of a long task. That's probably 2-3 years out for a convincing demonstration. The field needs to converge on body-state representations that generalize across robot morphologies before this approach can become a standard module. The obvious experiment not run: comparing the LLM-based strategy selector against a simple decision tree or rule-based selector on the same body-state signals. The honest read is (b) or (c) — either they tried it and the LLM didn't clearly win, or they're saving the ablation for a longer follow-up. The current paper doesn't isolate what the LLM contributes beyond what a lookup table could achieve, which is the central question a skeptical reader will ask.