THE DEMAND SPINE ARCHITECTURE

From conversational prompt to verified receipt.

Jack eliminates the gap between asking an AI assistant for advice and having work actually completed inside your operational tools.

THE DEMAND SPINE IN MOTION

How Jack fulfills requests. Step by step.

From the moment you message Jack to the delivered outcome, every transition is verified, enriched with context, routed, and sealed with a cryptographic receipt.

Stage 01: Inbound Verification

User prompts from Slack or Apple Messages

Verified envelope with cryptographically signed author, tenant ID, and channel origin.

jack_demand_spine.jsonSTATE_MUTATION_OK
{
  "channel": "slack",
  "sender": "san@veldonlab.com",
  "channel_id": "C08BM7U9K",
  "prompt": "Summarize overdue customer tickets from Zendesk, update Linear sprint, and return briefing.",
  "consent": "verified_oauth"
}

The Three Invariants of Every Job

Every dispatch obeys strict architectural boundaries that prevent hallucinated actions.

01

Unified Identity

Slack user IDs, phone numbers, and web tokens resolve to a single verified actor. Identity is never accepted from untrusted client payloads.

02

Authority Separation

LLMs classify intent and draft artifacts. Deterministic code controls API transitions, database state, money movement, and access grants.

03

Tamper Evident Proof

Every job produces an immutable receipt logging the requesting user, policy version, execution duration, and cryptographic output hash.