Four steps. Three pointer hops. One answer.
Loom turns the "what failed?" question into a navigation problem, not a reconstruction problem. Instead of scrolling through interleaved output looking for clues, you follow a chain of structured pointers straight to the evidence.
The flow
The pointer chain
This is the core idea. Every Loom run produces a chain of structured pointers that lead directly from the top-level receipt to the exact failure evidence.
When something fails, you don't search through logs. The receipt points to the pipeline manifest. The manifest points to the failing job. The job manifest points to the exact events file. Three hops from "something broke" to "here's what happened."
What you get back
Works for you. Works for your agent.
For you: follow the pointers manually, share receipt paths with collaborators, and reproduce the same diagnosis on any machine. No tribal knowledge required — the artifacts tell the story.
For your agent: the same artifacts are structured JSON with deterministic paths. An AI agent can triage a failure by reading a few kilobytes of structured data instead of parsing megabytes of interleaved text.