on wax Superstore 49 mark — DATA, SIGNAL, ACTION

SUPERSTORE FORTY-NINE

The signal knows who you are.

A customer complains publicly and signs it with a handle nobody's system recognizes. Meanwhile returns of that same product are climbing in a lakehouse a different team owns. Forty-Nine is the loop that connects the two — and opens the case.

Data 360 Agentforce Identity Resolution Databricks Apex Slack

#What it is

Superstore Forty-Nine is an agentic analytics system built on Salesforce Data 360 and Agentforce. It takes a business whose customer picture is split across five silos in three systems, and closes the loop those silos structurally can't close: an external signal arrives, identity resolution attaches it to a real customer, an agent investigates it against a governed model, and a review case lands in the CRM with the evidence chain attached.

The scenario is a national office-supplies retailer with a big B2B side. Susan runs purchasing for one of its accounts. She bought a line of office chairs, the chairs started failing, and she said so publicly — "broke after a week. Seriously?" The post carries only her social handle. Nothing connects that handle to a customer record, an order, or the account owner. Returns of the same chair are climbing in the ops team's lakehouse, invisible to sales. Every fact needed to save that relationship already exists inside the company. No system holds them at the same time.

So the problem isn't the dashboard, and it isn't the data. It's signal-to-action latency — how long it takes something true out in the world to become a decision somebody can act on. Today that gap is a person swivel-chairing between three systems, per account, per incident. Forty-Nine closes it in one conversation.

#How it works

Superstore Forty-Nine architecture — ingestion, transformation, storage, AI model, and output zones left to right
The whole system on one page. Click to open it full size.

The claim I'd defend in any room: the semantic layer isn't the finish line, it's the prerequisite. An agent's answer is exactly as trustworthy as the governed definitions underneath it. That's why the modeling and identity work is most of this build and the agent is the small part sitting on top.

#What it taught me

  1. The zero-copy claim is real because I checked. The helper tool for creating that data stream hardcoded an ingest mode — it would have silently batch-copied the returns data while I said "federated" out loud. I read the tool's source and hand-built the federation request instead. An Apex class now reaches through Data 360 into the lakehouse at query time. Federation, not migration, from application code.
  2. Agents narrate intent convincingly. The first time I asked for a case, the agent replied that it would open one — and created nothing. The CRM said so. The tell is beautiful: a real creation quotes the case number back at you, a narrated one never does. Verify actions against the system of record, never against the narration. That rule is now written into the agent's own instructions.
  3. Constraints are the design. The org gated the object that should semantically carry a social handle for matching. Rather than fake it, the handle rides a contact point, the match rule is exact-normalized, and the trade-off is documented in the open — production would use custom party identifiers. Constraint hit, diagnosed, routed around, narrated. That sequence is the job.
  4. Observability is designed in, not bolted on. The agent emits its full reasoning trace by design — router handoffs, tool calls with latencies, safety gates, the case number it got back. You can only claim an agent behaves if you can watch it behave.

Honest scope: this is portfolio-scale and built solo. The environment holds a deliberately demo-sized slice of the company — 10,000 orders, 804 customers, 840 federated returns, 510 social posts. Big enough that identity resolution has real work to do and the defect signal has to emerge from noise; small enough that every claim in it can be verified live in one SQL statement. The architecture is the part that holds at national scale. The build proves the decisions, not the user count.