Glossary · Term

accessibility tree

← all terms

Definition

Plain language

A structured map of what's on a screen that assistive tools and AI agents read instead of looking at pixels.

As stated in the literature

A semantic tree representation of UI elements exposed by an operating system or browser for screen readers and automation, used by computer-use agents as a non-pixel input channel.

Why it matters: It lets AI agents reliably read web pages and apps without the fragility of pixel-level vision, and gives blind users access to the same software.

For example, a screen reader uses the accessibility tree to announce 'Submit button' instead of describing a blob of pixels.

Heard on the show

“A phone screen here isn't a screenshot — it's an accessibility tree, which is basically the screen written out as a labeled outline, the same structured text a screen reader uses.”
Episode 167 — How Teaching an AI to Predict, Not Act, Made It a Better Actor

Mentioned in 2 episodes

  1. 167
    How Teaching an AI to Predict, Not Act, Made It a Better Actor
  2. 062
    Treating Hallucinations as Exploits: A Gate-Based Architecture for Agent Safety

Related terms