These are the numbers that define the platform's health. Some are measured from production data. Others are asserted from code analysis. The distinction matters.

73,517 flagged accounts

Accounts flagged as bad debt in production. Status: measured (stale by 2 days). Threshold: warning.

529 inconsistent accounts

Accounts where bad-debt state disagrees across the triple store (Postgres flag, customer timestamp, Stripe metadata). Status: measured (stale by 2 days).

1,277 double-charged accounts

Accounts charged for bad debt via consolidated invoice AND original invoice payment. Status: measured (stale by 2 days).

UC invoices ~35/day

Uncollectible invoices per day — the leading indicator for live payment. Down from 48 at start of Q1. 27% reduction.

12 weeks of Jira ticket data (W01–W12 2026), classified into billing taxonomy categories. 19 tracked patterns. 204 total evidence entries.

Twelve weeks of ticket data across 9 failure-mode categories. ~360 engineering-attributable tickets per month. Top drivers: subscription lifecycle (228), payment block (92), and invoice remediation (90). 83–100% engineering-blocked.

Week-by-week breakdown, trend analysis, peak identification, and engineering-blocked percentages across all 9 categories.

Mapping ticket categories to Q2 workstreams. Not every category gets a direct fix — some improve as side effects.

CategoryQ2 WorkstreamMechanism
Subscription LifecycleSmart CheckoutLive payment eliminates rollback-induced drift. Deferred collection removes PM gate blocking.
Payment BlockDunning BrainBrain reads full state before deciding. Recovery path becomes explicit. Can't-pay-now handled by deferred collection.
Invoice RemediationHonest InvoicingCredit notes replace metadata. One invoice, one button, correct amount.
Bad DebtDunning BrainBrain expansion: flagging, lifting, and account type rules in one coordinated decision.
Entitlement DriftSmart CheckoutConfirm-before-commit prevents entitlement grants before payment. Drift source eliminated.
Duplicate ChargeHonest InvoicingNo consolidated invoice means no double-charge vector.
Refund98% handled by support. Remaining 2% are edge cases. No Q2 workstream.
ProvisioningSmart CheckoutEntitlement sync moves to webhook handler. Provisioning follows payment confirmation.
Address/CheckoutRegistrarAll registrar flows through Unified Checkout.

The knowledge graph backing this site has 2,008 nodes and 2,803 edges across 15 domains. Here's an honest assessment of what's grounded and what isn't.

429 facts

Claims about the system. Many are asserted from code analysis without data backing — the primary knowledge debt.

150 theses

Forward-looking predictions. 147 are untested — declared but without 'predicts' edges to observable metrics.

398 mechanisms

How things work. These are structural — grounded by code references, not data observations.

275 signals

Patterns detected from qualitative data (tickets, logs). The evidence layer feeding fact grounding.

72 questions

Open investigations. The honest ones — things we know we don't know yet.

18 metrics

Named measurements with freshness tracking. 7 fresh, 11 stale. The data pipeline needs attention.