---
title: Stability and Legibility Account
url: https://www.emergentmind.com/topics/stability-and-legibility-account
type: topic
---

# Stability and Legibility Account

Searching arXiv for the cited papers and closely related work to ground the article.
arxiv_search(query="2508.05104 OR 2201.05765 OR 2209.09141 OR 2407.13692 OR 2303.05077 OR 2306.02327 OR 2602.10153 OR 2603.16368 OR 2603.20508 OR 2510.00339 OR 2606.17503", max_results=10)
arxiv_search(query="2508.05104", max_results=5)
The Stability-and-Legibility Account, as it appears across recent research, links two desiderata that are often optimized separately: stable system behavior and legible system behavior. In robotics, legibility is the degree to which an observer can infer an intended goal from a movement snippet rather than merely observe efficient execution; in human-centered AI, legibility is associated with transparency, interpretability, and explainability; in adaptive dialogue systems, stability denotes long-term persona consistency; in trusted monitoring, legibility concerns whether a weaker overseer can understand and evaluate a stronger model’s actions; and in prediction markets, settlement legibility denotes the degree to which an uncertainty can be worded, sourced, and credibly resolved by third parties. The literature suggests that the account is better understood as a recurring design principle than as a single formal theory: systems should remain reliable, predictable, or tractable while exposing intentions, rationales, prompts, or resolution rules in forms that humans or weaker evaluators can actually use [2209.09141][2306.02327][2510.00339][2602.10153][2606.17503].

## 1. Conceptual scope and domain-specific meanings

A central feature of the account is that neither “stability” nor “legibility” has a single invariant meaning across domains. In sequential decision tasks, legibility is defined as the degree to which an observer can infer the agent’s intended goal by observing a snippet of the agent’s actions, and it is explicitly distinguished from both predictability and optimality. Optimality concerns maximizing expected cumulative reward; predictability concerns making actions likely given the policy or action history; legibility concerns maximizing inference of the true goal as early and clearly as possible [2209.09141]. In human-centered AI and XAI, by contrast, stability is described as reliability, predictability, and robustness, whereas legibility is described as transparency, interpretability, and explainability [2306.02327].

| Domain | Stability emphasis | Legibility emphasis |
|---|---|---|
| Robot motion and sequential policies | tractable computation; robust behavior under uncertainty | intent inference from movement or action snippets |
| Experiential AI | reliability, predictability, robustness | transparency, interpretability, explainability |
| Adaptive chatbots | long-term persona stability | prompt legibility, instruction churn, register flip rate |
| Trusted monitoring | successful oversight without performance/safety tradeoff | rationale behind actions legible to the trusted monitor |
| Prediction markets | platform settlement infrastructure | wording, sourcing, and credible third-party resolution |
| Visual text perturbations | robustness to adversarial attack | whether a literate person can visually decipher altered text |
| Reasoning traces | stable task performance | traces that are checkable, teachable, and useful to weaker models |

The robotics literature gives the most explicit canonical distinction. One paper states: “A legible movement is characterized, not by its efficiency in reaching the goal, but by its distinctiveness” [2209.09141]. Recent motion-generation work restates the trade-off in probabilistic terms: legibility maximizes $P(g^* \mid \xi_{s \rightarrow \xi(t)})$, whereas efficiency or predictability maximizes $P(\xi \mid g^*)$ [2603.16368]. This distinction underlies much of the later cross-domain borrowing of the account.

## 2. Formalizations and measurement strategies

The account is operationalized through several distinct but structurally related measurement schemes. In sequential robotics, legibility is formalized as a posterior over goals conditioned on partial behavior, $L(\mathrm{movement}) = P(\mathrm{Goal} \mid \mathrm{Movement~snippet})$, and PoL-MDP defines a per-action legibility reward
$$
r_{\mathrm{leg}}(x,a) = P(r_n \mid (x,a)) = \frac{\exp(\beta Q_n^*(x,a))}{\sum_{m=1}^N \exp(\beta Q_m^*(x,a))},
$$
thereby rewarding actions that are distinctive for the true goal relative to alternatives [2209.09141]. Framework-level benchmarking in robot motion uses a different strategy: a framework-independent trajectory dataset is combined with a reusable human baseline, and frameworks are compared by correlation between framework scores and empirical human legibility judgments. This method enables N-way comparison, fine-grained analysis over progression levels, and decoupling of scoring functions from trajectory optimization [2201.05765].

Outside robotics, the same account is instantiated through domain-specific observables. In adaptive chatbots, prompt legibility is quantified by prompt churn, register flip rate, and cache hit rate; in reasoning-language-model evaluation, legibility is decomposed into efficiency-based metrics such as trace length, redundancy, and backtracking, and transfer-based metrics such as first-order transfer utility, second-order transfer utility, and regression rate [2510.00339][2603.20508]. Transfer utility is especially notable because it defines legibility not as intrinsic textual clarity but as pedagogical usefulness to a weaker model. In prediction markets, settlement legibility is encoded by an ordinal codebook with primary score
$$
L_i = D1_i + D2_i,\quad L \in \{0,1,2,3,4\},
$$
where the scored dimensions are template repeatability and settlement determinacy, with closure precision used as a robustness check [2606.17503].

These formalizations share a common structure. Each replaces a purely internal or efficiency-centered criterion with an observer-relative one: posterior goal inference, human-baseline alignment, verifier checkability, prompt maintainability, or third-party resolvability. A plausible implication is that the account is best characterized by its measurement stance: behavior is not fully evaluated until its meaning remains recoverable to the relevant observer.

## 3. Robot motion, multimodality, and sequential decision-making

The most developed empirical literature under the account concerns robot motion. In a pointing experiment with the NICO humanoid robot, 28 adults observed arm movements truncated at 60% or 80% of the full trajectory, with cue conditions varying among gaze alone, pointing alone, and gaze-plus-pointing with congruent or incongruent gaze. Prediction bias was significantly lower at 80% trajectory than at 60% trajectory, confirming that more motion information yields higher legibility; the multimodal superiority and ocular primacy hypotheses were both supported, with gaze-plus-pointing improving target prediction and gaze-only producing the fastest responses [2508.05104]. The same study reports that gaze helped anchor predictions along the horizontal axis and that combined cues reduced error, especially lateral bias. This suggests that legibility in humanoid motion is not merely kinematic but multimodal and cue-hierarchical.

A broader benchmarking study compared 10 legibility frameworks from 6 papers using framework-independent trajectories. Overall correlations with human legibility scores were moderate, with Spearman $\rho \approx 0.5$; Bodden Legibility, especially its velocity metric variant, best matched human judgments in one scenario; and viewing angle and trajectory progression materially affected human evaluation [2201.05765]. One consequence is methodological rather than purely substantive: legibility depends not only on the trajectory generator but on observer geometry and on which fraction of the trajectory is visible.

For stochastic sequential tasks, PoL-MDP extends legibility beyond single motion segments. It is designed to handle uncertainty while remaining computationally tractable, and in simulated experiments it always found a solution with 0% fail rate, whereas L-MDP exhibited 40–60% fail rate in larger settings. In a user study with 150 Prolific participants observing a mobile robot in a maze, PoLMDP-generated policies yielded 85% correct goal identification versus 70% for optimal-policy demonstrations, and the PoLMDP group took, on average, 3 seconds less to decide [2209.09141]. Here the account becomes explicit: policies are valuable not solely because they reach the goal, but because they systematically support reliable observer inference.

Recent diffusion-policy work introduces an adaptive variant of the same idea. Style-Conditioned Diffusion Policy freezes a base diffusion policy and trains a lightweight scene encoder and conditioning predictor so that, at inference time, an ambiguity detection module activates legibility conditioning only in ambiguous scenes and reverts to efficient paths otherwise. In navigation, SCDP achieved $T = 0.59$ in ambiguous cases, close to the Legibility Diffuser baseline at $0.62$, but in non-ambiguous cases achieved $T = 0.76$ versus $0.32$ for the always-legible baseline, precisely by not enforcing exaggerated trajectories when they were unnecessary [2603.16368]. This turns the account into a context-sensitive control rule rather than a global preference for expressive motion.

## 4. Language models, adaptive dialogue, and trusted oversight

In language-model research, the account shifts from physical motion to the legibility of outputs, prompts, and rationales. One line of work studies chain-of-thought solutions for grade-school math and shows that optimizing only for answer correctness can make reasoning less legible. Prover-Verifier Games address this by alternating between small verifiers, “helpful” provers that produce correct solutions the verifier accepts, and “sneaky” provers that produce incorrect solutions that fool the verifier. Over training, the helpful prover’s accuracy and the verifier’s robustness to adversarial attacks increase, and human accuracy under time constraints increases when checking helpful-prover solutions while decreasing when checking sneaky-prover solutions [2407.13692]. The relevant legibility criterion is explicitly checkability by weaker agents.

A related but broader evaluation of 90k reasoning traces from 12 Reasoning Language Models introduces transfer utility as the usefulness of a strong model’s reasoning trace for guiding a weaker, non-reasoning model to the correct answer. The study finds that the reasoning traces of the highest-performing models rank among the lowest for legibility, uncovers tensions between efficiency-based measurements such as trace length and transfer utility, and concludes that reward models used to train RLMs do not intrinsically reward legibility [2603.20508]. This directly challenges the common assumption that better reasoning models naturally emit better explanations.

Adaptive chatbots instantiate the account at the prompt-policy level. Using an 8-dimensional style vector and a closed-loop base+delta prompting architecture, one study evaluates explicit adaptation policies—Uncapped, Cap, EMA, Dead-Band, and Hybrids—and maps a clear Pareto frontier between synchrony and long-term persona stability. A Hybrid (EMA+Cap) raises stability from 0.542 to 0.878 while reducing synchrony by only 17%, and the same bounded policies reduce prompt volatility: register flip rate drops from 0.254 to 0.092 under the Hybrid policy [2510.00339]. Here legibility means that dynamic instructions are easier to reason about, debug, and maintain.

Trusted monitoring extends the account into AI control. In APPS coding evaluations where an adversarial model attempts to write backdoored code without detection, legibility protocols require the untrusted model to document code with comments rather than remove comments. The study reports that commenting protocols improve safety without sacrificing task performance relative to comment-removal baselines, that commenting disproportionately benefits honest code because honest code typically has a natural explanation that resolves monitor suspicion, and that gains from commenting increase with monitor strength [2602.10153]. The paper’s formalization is operational: legibility protocols are protocols that encourage the untrusted model to make the rationale behind its actions legible to the trusted monitor.

## 5. Human-centered AI, adversarial text, and institutional legibility

The account has also expanded beyond intent communication and oversight to human-centered creative systems, adversarial NLP, and market design. In Experiential AI, legibility is not restricted to model internals or saliency maps. The field is described as making AI tangible and explicit through embodied, interactive experiences, with the New Real Observatory Platform and the SLIDER tool enabling artists to define user-specified dimensions, visualize latent spaces, and probe associations within image and word models. The reported outcome is increased artistic agency, greater understanding of how data and inputs affect outputs, and improved predictability and reliability through interactive experimentation [2306.02327]. This redefines legibility as contextual, embodied, and public-facing.

In adversarial NLP, legibility becomes a property of perturbed text rather than explanations or trajectories. “LEGIT” is a human-annotated dataset of visually perturbed words, constructed through pairwise judgments of which perturbation is more legible. The resulting models achieve up to 0.91 F1 in predicting whether an input is legible and 0.86 accuracy in predicting which of two perturbations is more legible, and legible perturbations drawn from LEGIT are reported to be more effective at lowering NLP model performance than best-known attack strategies [2303.05077]. The implication is that robustness claims are incomplete if they are benchmarked only against heuristically chosen perturbations rather than the broader space of human-legible ones.

Prediction-market research extends the vocabulary of legibility to institutional formation. Using an audited dataset of 6,047 Africa-topic and Latin America-topic contracts on Polymarket and Kalshi, one study defines settlement legibility as the degree to which an uncertainty can be worded, sourced, and credibly resolved by third parties. The coding protocol reaches ordinal reliabilities of 0.92 and 0.96 on the primary dimensions and blind human benchmarks of 0.97 and 0.92. Legibility orders the listed inventory steeply, with sports and elections near the top of the scale and conflict at the bottom; in a formation logit, the legibility coefficient is 0.433 with $p = 0.056$, while among listed contracts the association between legibility and trading value is negative, with coefficient $-0.78$ and $p = 0.027$ [2606.17503]. In this setting, the account no longer concerns explanation of model behavior but the platform-side preconditions under which uncertainty becomes tradable at all.

## 6. Trade-offs, Pareto frontiers, and unresolved issues

A recurring empirical pattern is that stability and legibility are jointly desirable but rarely costless. In robot motion, longer or more distinctive trajectories can be more legible even when they are less efficient, and RL-based frameworks sometimes negatively correlate with human data because they penalize trajectory length even though longer trajectories can provide more time and information for disambiguation [2201.05765]. In adaptive dialogue, bounded style-adaptation policies are Pareto-efficient because they substantially improve stability at only modest synchrony cost [2510.00339]. In reasoning-language-model evaluation, no single model dominates across correctness, efficiency-based legibility, and transfer utility, and the work explicitly identifies a legibility Pareto frontier [2603.20508]. In SCDP, the proposed resolution is conditional activation: prioritize expressive motion only for ambiguous goals and revert to efficient paths otherwise [2603.16368].

The literature also rejects several simplified interpretations. First, high task performance does not imply high legibility: optimizing chain-of-thought purely for correctness can reduce legibility, and the highest-performing reasoning models may rank low on transfer utility [2407.13692][2603.20508]. Second, legibility is not equivalent to minimalism: verbose traces may be more pedagogically useful, while short traces may omit the bridging steps that weaker models or humans need [2603.20508]. Third, legibility is not merely a property of the artifact itself; it is observer-dependent. Viewing angle affects motion legibility, prompt legibility matters for maintainability, and settlement legibility depends on the availability of source hierarchies and credible adjudication [2201.05765][2510.00339][2606.17503]. Fourth, public inventories should not be read naively: prediction-market inventories measure what platforms can settle as much as what traders believe [2606.17503].

The cumulative record therefore supports a general interpretation of the Stability-and-Legibility Account as a multi-objective research program. Stability may refer to robustness, persona coherence, tractability, or oversight reliability; legibility may refer to intent expressivity, transparency, checkability, transfer utility, prompt maintainability, human readability, or settlement determinacy. What unifies these uses is the claim that systems should not be evaluated only by internal reward, final-answer correctness, or economic uptake. They must also be evaluated by whether their behavior remains recoverable, monitorable, teachable, or resolvable for the agents who interact with them. The literature suggests that future progress will depend less on treating legibility as an automatic byproduct of performance and more on making it an explicit design target, metric family, and deployment constraint [2306.02327][2602.10153][2603.20508].

Source: https://www.emergentmind.com/topics/stability-and-legibility-account