The issue has been in its current status longer than the org-wide threshold (default: 7 days).
Ledger reads your project data, runs a small set of deterministic rules, and surfaces the patterns you'd otherwise have to notice yourself. Same inputs, same output. Every time. No language model, no inference, no training.
No. Same category as a linter, a spell-checker, or a fraud-check rule.
When most people hear "AI" they picture a language model — something trained on a lot of data, producing text that's sometimes right and sometimes made up. Ledger is none of that. It's a fixed set of rules running against your own Supabase data. If a flag fires, you can trace exactly which rule matched and which rows triggered it.
Ledger has exactly six flags. Each one is a deterministic rule. They don't change without a product release, and the inputs to each rule are recorded so you can check why it fired.
The issue has been in its current status longer than the org-wide threshold (default: 7 days).
A linked PR was merged, but the issue is still open.
The issue was closed, then reopened within the last 30 days.
The issue is typed bug and its linked Sentry error is still unresolved.
A linked Figma frame was modified after the most recent dev activity on the issue.
The issue is priority critical or high, has no assignees, and is older than 24h.
The summary panel has one layout, but emphasis differs by the issue's state. Ledger picks one of these five templates per build. The chosen template is printed in the panel footer so you can always see which shape was used.
Only your own Supabase database. Every table below lives inside your org boundary — nothing is sent to a third-party service, and nothing is cached in a shared layer.
issuesTitle, type, priority, statuses, timestamps.activity_logThe most recent 20 events for the issue.messagesThe most recent 20 non-deleted comments.github_prsState, review state, merged status of linked PRs.figma_embedsFrame name and last-modified timestamp.sentry_errorsStatus and event count of linked errors.vercel_deploymentsState, target, commit SHA.org_ledger_settingsYour org's thresholds (stuck days, unassigned hours).Four claims about Ledger that hold under scrutiny, enforced in code rather than in policy.
No LLM, no embeddings, no prompt, no provider call. The engine is deterministic rules in code — the summary codepath has no AI-provider SDK imports.
Zero egress to any third-party model provider from anything Ledger does. The inputs and outputs live inside your own Supabase instance.
No model is being trained — globally or per-org. The closest Ledger comes to "learning" is per-org threshold auto-tuning, and that data never leaves your org.
The inputs used to build older summaries are deleted after 30 days. The summary's conclusions (flags, template, body) are kept for historical context.
If you've been burned by AI features that promised magic and delivered surprises, Ledger is the opposite of that by design.