Skip to content

Absorbing State Under Restricted Modality

Core Idea

A state in a transition system an actor can enter using their available modality of action but cannot leave using it — even though exits exist for some other modality and the actor wants to leave. The trap is in the joint of state space and modality, not in the state or the actor alone.

How would you explain it like I'm…

The Pool With One Ladder

Imagine a pool with a ladder only on one side. If you can use the ladder, you climb out fine. But someone who can't use that ladder can get IN by jumping, yet can't get OUT, even though they can see the steps and really want to leave. They're stuck — not because the pool is broken, but because the only way out isn't a way THEY can use.

Easy In, No Way Out

An Absorbing State Under Restricted Modality is a spot you can get INTO with the moves you have, but can't get OUT of with those same moves — even though a way out exists for someone with different moves, and even though you can see what's happening and want to leave. Picture a website you can reach by clicking, but to leave you'd need to use a mouse and you only have a keyboard: you're stranded. The trap isn't in the place by itself (others escape it), and it isn't in you by yourself (your moves work elsewhere). It's the specific COMBINATION of where you are and which moves you've got. So fixing it means adding an exit that your kind of moves can use, not blaming you for being stuck.

Trapped By Your Toolkit

An Absorbing State Under Restricted Modality is a state you can enter using your available way of acting but cannot leave using that same way — even though exits exist for some other way of acting, even though you still perceive inputs from the state, and even though you want out. The trap isn't in the state alone, since other actors have exits; it isn't in the actor alone, since their methods work elsewhere; and it isn't about cost, because the exit isn't expensive, it's simply unavailable. It lives in the joint of state-space and modality. Four pieces are load-bearing: transitions that each require a specific affordance, an actor whose modality is a particular set of affordances (keyboard-only, a language they speak, the money they have), an entry their modality can fire, and no exit their modality can fire while they still perceive the state. The key reframe is that the same state is a trap for one actor and a normal waypoint for another, which moves the blame from 'they can't use the system' to 'the system exposes no exit for their modality.'

 

An absorbing state under restricted modality is a state in a transition system that an actor can enter using their available modality of action but cannot leave using that modality — even though exits exist for some other modality, even though the actor perceives further inputs from the state, and even though the actor wants to leave. The trap is not in the state alone (other actors have exits), not in the actor alone (they have working modalities), and not in cost (exit is not expensive — it is unavailable); it is in the joint of state space and modality. Four pieces are load-bearing: a state space with affordance-typed transitions, where each transition requires a specific affordance; an actor with a specific modality, the affordances available to this actor (keyboard navigation, procedural literacy, financial means, legal options, language fluency, physical access); an entry transition the actor's modality can fire; and no exit transition the actor's modality can fire, while perception of further state input continues — so the actor is aware of being stranded but cannot leverage their modality to leave. The structural commitment is modality-relativization of the state graph: the same state is an absorbing trap for one actor and a normal way-station for another, so the system is not broken in any modality-blind sense, merely not designed for the actor's modality. That reframe relocates the failure from the actor to the joint, licensing interventions at the state graph rather than at the actor.

Broad Use

  • UI and accessibility: a focus state a keyboard user can enter but not leave, while a mouse user exits trivially — the canonical origin.
  • Bureaucratic dead-ends: an administrative state whose forward exits require legal representation, fluency, or time off work, outside a claimant's modality.
  • Phone trees and helpdesk loops: a menu branch with no back/operator option exposed to the caller's input modality.
  • Carceral and detention process: exits requiring counsel, bond, or a motion, outside the reach of a detainee with no phone or funds.
  • Mental-health and conversation traps: rumination spirals whose in-modality moves all recapitulate the loop; exit needs a move outside the pattern.
  • Game states and error queues: a save state with no feasible action set, exitable only through an out-of-band modality the system never surfaces.

Clarity

Reframes "the user can't get out" from a property of the user or the state to a property of the joint, and distinguishes an unavailable exit from a merely costly one.

Manages Complexity

Collapses keyboard traps, bureaucratic dead-ends, rumination spirals, and phone-tree cul-de-sacs into one diagnostic: walk the state graph in the actor's modality and flag states with entry but no exit.

Abstract Reasoning

Supports modality-relative reachability analysis and a service-design coverage condition — a system serves a modality only if its transition graph is strongly connected over the intended subgraph.

Knowledge Transfer

  • Accessibility to procedural justice: testing every state for keyboard-exit availability transfers verbatim to testing every administrative state for the exits an unrepresented claimant can take — same walk, different modality.
  • Phone trees to chat agents: the rule that every menu state must expose a back/operator transition in the user's modality carries from voice interfaces to text-based agents intact.

Example

A custom date-picker captures keyboard focus and provides no keystroke to escape, so a screen-reader user is stranded while a mouse user clicks away trivially; the fix is one Escape-key handler, not a redesign.

Relationships to Other Primes

One-hop neighborhood: parents above, mutual partners to the right, children below.Absorbing State UnderRestricted Modalitycomposition: State and State TransitionState and StateTransition

Parents (1) — more general patterns this builds on

  • Absorbing State Under Restricted Modality presupposes State and State Transition — An absorbing state is a configuration in a transition system one can enter but not leave with one's modality; it presupposes the state-machine apparatus (modality-relative reachability over a transition graph).

Path to root: Absorbing State Under Restricted ModalityState and State Transition

Not to Be Confused With

  • Absorbing State Under Restricted Modality is not Representational Modality because that concerns the form in which information is represented whereas this borrows "modality" for the set of affordances an actor commands.
  • Absorbing State Under Restricted Modality is not Lock-In because lock-in's exit is costly (a switching cost) whereas this prime's exit is not expensive but unavailable to the actor's modality.
  • Absorbing State Under Restricted Modality is not Liminality because liminality is a threshold state with eventual passage whereas this is the negation of passage for a given modality.