Home / The Index / Looker
Lagging

How agent-ready is Looker?

Independent agentability audit of Looker, scored across the 8 principles of Agent Factors Engineering — how well AI agents can parse, navigate, and operate it.

Audited June 12, 2026 · Rubric v0 · 3 page(s) evaluated

Audit summary

Looker's agentability audit returned an overall score of 34 out of 100 on its homepage, with similar results across pricing (36) and documentation (24) pages. This places the product in the lower tier of agent-readiness, indicating that autonomous AI agents will encounter significant friction when attempting to parse information, complete workflows, or recover from errors on Looker's public web presence.

The audit identified three critical weak areas: clean handoffs (0/100), shadow UI avoidance (15/100), and control (20/100). Clean handoffs—the practice of providing structured, actionable error context—scored zero, meaning agents receive opaque failure messages with no programmatic path forward. Control mechanisms for pausing, canceling, or undoing actions are largely absent. Status reporting (30/100) and defaults (33/100) also fell below acceptable thresholds, while machine readability (64/100) and chunking (60/100) showed relative strength.

These gaps will prevent agents from reliably navigating multi-step workflows, recovering from invalid inputs, or managing long-running operations without human intervention. Addressing error handling, action reversibility, and progress transparency would materially improve agent operability.

Score by principle

Machine Readability64 / 100
Chunking60 / 100
Control20 / 100
Status30 / 100
Defaults33 / 100
Clean Handoffs0 / 100
No Shadow UI15 / 100
Transparency48 / 100

Key findings

Clean Handoffs
On errors return structured context (what failed, error code, offending field) in both UI and API — not an opaque 'Something went wrong'.
Clean Handoffs
Make every error state the next action ('Email is invalid — enter a valid address').
Transparency
Surface confidence/certainty on key outputs (a confidence field in API responses, or a 'verified vs best-guess' label in the UI).
Control
Gate destructive actions behind an explicit, distinctly-labelled confirmation step — not a same-styled button.
Control
Provide a labelled pause/cancel/stop control for long-running actions; give it an accessible name like 'Cancel import', not a bare icon.
Control
Support undo/override on completed actions (an 'Undo' on destructive changes, editable results).
Machine Readability
Among the stronger areas for Looker, scored 64/100.
Chunking
Among the stronger areas for Looker, scored 60/100.

How Looker could improve its score

Looker can improve agentability by focusing on the following concrete changes:

  • Return structured error context in both UI and API responses, including what failed, an error code, and the offending field—replace generic 'Something went wrong' messages with actionable detail.
  • Make every error message prescriptive by stating the next required action, for example: 'Email is invalid—enter a valid address' rather than only describing the problem.
  • Gate destructive actions behind explicit, distinctly-labelled confirmation steps instead of same-styled buttons, and provide labeled pause or cancel controls (such as 'Cancel import') for long-running operations.
  • Support undo or override functionality on completed actions, particularly for destructive changes, and allow agents to edit results rather than restarting workflows.
  • Emit descriptive status text on asynchronous actions ('Uploading 3 of 10 files') and adopt enumerated multi-step or activity-feed patterns for long tasks instead of bare spinners.
  • Surface confidence or certainty metadata on key outputs, such as a confidence field in API responses or 'verified vs best-guess' labels in the UI.

Work at Looker? Re-audit any page free.

Scores refresh automatically when we re-crawl — or run an instant audit on any URL now.

Run a free audit

Embed this score

Show your agent-readiness in your docs or README. The badge links back to this live report.

<a href="https://agentability.io/index/looker.html"> <img src="https://agentability.io/badge/looker.svg" alt="Looker — Agentability score 34/100 (Lagging)" /> </a>