Filecoin TLDR Cycle 2

The black box recorder for AI-powered incident response.

Capture outage evidence, let an agent build a conservative root-cause timeline, then store the Incident Capsule on Filecoin so the postmortem can be retrieved and verified later.

Capsule

CID

Evidence

SHA-256

Storage

Filecoin Pin

Incident capsule

payment-webhook-outage

SEV2
10:02

Deploy shipped

Release metadata enters the incident capsule.

10:05

Alert fired

Logs, dashboard notes, and screenshots become evidence.

10:07

Agent investigates

The agent cites evidence and separates facts from unknowns.

10:12

Capsule stored

Filecoin Pin returns CID, piece CID, and retrieval proof path.

Verification receipt

Root CID

bafy...553t4

Piece CID

bafk...wfq

Manifest

sha256:6eb9...807

Retrieved and verified

Why it exists

AI agents need an audit trail before they touch production.

The product records what the agent saw, what it inferred, what it recommended, and what evidence supports the postmortem.

Raw alert text

Service logs

Deploy metadata

Agent timeline

Root-cause summary

Postmortem hash

Production surface

Built like an operational console, not a chatbot.

The dashboard is evidence-first: every agent conclusion points back to a source, a hash, and a retrieval path.

Incident intake

Collect alert text, logs, deployment notes, on-call notes, and screenshot evidence in one place.

AI triage

Generate a conservative timeline, suspected root cause, immediate fix, and prevention checklist.

Evidence manifest

Hash every input and output so the final postmortem can be checked against the original record.

Filecoin archive

Store the Incident Capsule through Filecoin Pin when credentials are configured.

Verification

Retrieve the archived capsule by CID and compare hashes before trusting the postmortem.

Demo-safe fallback

Mock mode keeps the same receipt interface when a funded Filecoin wallet is not available.

Filecoin path

The storage adapter is ready for real Filecoin Pin uploads.

Mock mode keeps the public demo usable. Real mode uses server-side Filecoin Pin with a funded wallet and verifies by retrieving the archived capsule.

Intake
Logs, alert text, deploy metadata, notes
Agent
Timeline, root cause, recommended fix
Capsule
JSON bundle plus manifest and SHA-256 hashes
Filecoin Pin
CID, piece CID, data set, retrieval URL
Verify
Retrieve capsule and compare manifest hash

Hackathon-ready

A complete demo story for Filecoin TLDR Cycle 2.

The repo includes submission copy, the logo, a build plan, tests, mock mode, and real Filecoin Pin wiring for a funded Calibration wallet.

Run the live console

Load the sample outage, generate the incident timeline, store a capsule, and verify the receipt.