Customer Success take-home — every number below is from the real dataset. Open the tabs to drill in.
Every fix in this audit is downstream of one gate: every account must have a dated contract, a tagged sentiment, and a named owner — before a dashboard exists. Name the gate before the rule. That's the difference between a CS program that scales with Suger's MAU growth and one that drowns in its own book.
Drag the sliders to see what the book looks like if the three-part gate is live. Numbers recalc from the real 316-row dataset, not a model.
Each dot = one account. X = log ARR. Y = health. Size = log disbursement. Color = maturity. Click a dot to drill in. ■ Emerging · ■ Scaling · ■ Advanced.
Ranked by $ exposure. Click to expand. Each finding ends with a dated fix — Week 1 / Day 31–60 / Day 61–90.
| # | ARR | Maturity | Health | Risk | $ at risk | MPs | Sentiment | CRM | Bugs | Days→renew | Active |
|---|
Click any header to sort. ARR at risk = ARR × (risk_score/100). Days→renew = negative values are overdue.
Each tier corresponds to a Suger product depth threshold. Promotion is the unit of CS success — not ticket close.
Filter: health ≥ 60 AND active AND (offers_trend > 0 OR cosell_trend > 0 OR disburse_trend > 0) AND marketplaces < 3. These customers are growing on Suger and have room to go multi-cloud or add cosell motions.
| # | ARR | Health | Maturity | MPs today | Offers (6mo) | Cosell (6mo) | Disburse (12mo) | Play |
|---|
Sorted by priority_score, which weights risk by log-ARR to avoid letting a 6-figure risky account wait behind a 5-figure firedrill.
The 5-pillar health score is a lagging indicator — it measures what already happened. These three signals are the leading edge: they predict churn 30–90 days before health drops to critical. The interplay of renewal proximity, unresolved bugs, and missing sentiment creates a combinatorial risk window that a single health number misses.
From causal uplift research (arXiv:2512.19805): the right question isn't "who is at risk?" — it's "who will respond positively to which intervention?" Some accounts churn faster when over-contacted. The matrix routes each account to the motion with the highest causal lift.
Key insight: Mid-risk Emerging accounts marked "Monitor" are negative responders — causal modeling shows outreach increases their churn probability. Leave alone until health score improves organically.
| # | ARR | $ at risk | Health | Priority | Churn prob | DQ | Days→renew | Maturity | Play |
|---|
This is the schema a CS org needs to actually operate the book. Most findings are missing fields on these objects.
health=38, they see why — and the playbook maps to the weakest pillar.
The primary failure mode of enterprise AI agents isn't hallucination — it's Dynamics Blindness: agents operate from a frozen snapshot of the workflow and cannot predict cascading side effects when upstream state changes. A renewal date shifts, sentiment turns, an owner changes — and downstream agents keep executing stale playbooks. The three-field capture gate (contract_end_date · sentiment · owner__c) isn't just data hygiene — it's the live world model that keeps agents grounded.
The "AI Enablement" pillar in this JD isn't a side feature — it's a role redesign. The emerging archetype: CSM as the domain expert who encodes CS knowledge into agent training loops. Suger ships a 122-tool MCP server. A CSM who can map every CS motion to an MCP action is building the agent's nervous system, not just using a tool.
create_entitlement_renewal(id)
create_private_offer(id, market)
report_usage(id)
list_support_tickets(id)
get_revenue_report(id)
get_account_health(id)
The 5-pillar health score above is the current-state operational signal. A v2 layer adds task quality scoring for every agent action on the account — grading each MCP call on three axes: Validity (was the input data well-formed?), Specificity (was the right tool called for the account context?), and Correctness (did the downstream result match expected outcome?). This turns agent actions into auditable, trust-scored events — not black-box automations.
Every structural decision in this take-home maps to a finding from current AI + CS research. This tab surfaces the academic grounding — not as decoration, but as the operating logic behind the governance gate, the health score design, and the AI enablement roadmap.