● Q1 2027·Reason — Research preview·Join waitlist →
REASON v0.1 · RESEARCH PREVIEW · Q1 2027

Decisions
you can
defend.

The reasoning layer for autonomous agents. Every conclusion ships with the chain that produced it: the memories cited, the tools queried, the alternatives considered, the policy that gated the answer. No black box. No vibes. Grounds in Recall, gates Plan.

Cited
Every claim
Auditable
Every step
Defensible
Every answer
reason.trace · session_a91fVERIFIED
QUERY
Can we approve the Q3 budget?
CLAIM · DERIVEDCONF 0.87
Yes. Historical spend trends favor a 8% increase for Q3 headcount expansion.
EVIDENCE · 0 sources
CHAIN
4
DEPTH
5
TIME
142ms
COST
$0.0004
02 Pipeline

Chain-of-thought is just a step.

Reason is a five-stage pipeline. A question becomes a reasoned conclusion, grounded in facts, gated by policy.

01

Parse

INTENT EXTRACTION

Question → typed Intent. What is being asked? What's the success criterion? Ambiguous questions are rejected.

02

Ground

RECALL CONTEXT

Pull relevant facts from Recall — prior decisions, entity context, relevant history. Every answer stands on evidence.

03

Reason

CHAIN-OF-THOUGHT

Derive the answer step-by-step. Each step cites a memory or prior conclusion. Nothing appears ex nihilo.

04

Verify

CONSISTENCY CHECK

Is the answer consistent with the policy? Does it contradict any prior fact? Policy gates approve or reject.

05

Bind

RECEIPT GENERATION

Emit the answer + the chain that produced it. Every claim is auditable. Every step is replayable.

03 Receipt

The receipt is the answer.

Not the conclusion alone — the entire chain of reasoning, the facts cited, the alternatives considered, the policy that approved it. Auditable. Replayable. Defensible.

RECEIPT OBJECT
Receipt {
  id: "reason_adf2",
  question: "Approve Q3 budget?",
  answer: "Yes",
  confidence: 0.87,

  evidence: [
    { type: "fact", id: "f_123",
      content: "Q2 spend $1.4M" },
    { type: "rule", id: "r_456",
      content: "8% increase OK" },
    { type: "prior", id: "p_789",
      content: "CFO approved similar" }
  ],

  chain: [ /* 4-step reasoning */ ],
  policy: "approval_gate_v2"
}

GROUNDS

Every claim is backed by a fact from Recall, a rule, or a prior decision.

CHAIN

The reasoning steps that connected the facts to the conclusion. Each step is logged.

POLICY

Which policy gate approved this answer. Decisions are policy-compliant by construction.

REPLAYABLE

Given the same facts, the same reasoning re-runs and produces the same answer. Deterministic.

04 Graph

Every claim is a node.

Reason builds a claim graph. Each node is a derived fact. Edges represent logical dependency. The graph is versioned and persistent — the provenance of every decision.

Q3 Budget?Q2 SpendRule: +8%EligibleApprove
NODES
156
EDGES
324
DEPTH
8
05 Consistency

Contradictions are caught.

Policy gates verify consistency before committing. Does the answer contradict a prior fact? Does it violate a rule? The receipt declares what policy approved it.

Factual

Answer must not contradict Recall facts.

Policy

Answer must satisfy all active policies.

Temporal

Timeline of facts must be coherent.

Scope

Answer stays within stated assumptions.

06 Benchmarks

The numbers we're chasing.

Reason v0.1 targets below. Testing on 400 diverse reasoning tasks: decisions, approvals, analyses.

ANSWER ACCURACY
Reason v0.1
84%
Chain-of-thought
71%
Baseline LLM
58%
POLICY COMPLIANCE
Reason v0.1
98%
Chain-of-thought
73%
Baseline LLM
42%
07 Traces

Five traces. One answer.

Reason generates multiple reasoning chains in parallel and synthesizes them. Consensus is high-confidence. Disagreement surfaces faster than in a single chain.

TRACE 1
140ms
CONSENSUS
TRACE 2
160ms
TRACE
TRACE 3
180ms
TRACE
TRACE 4
200ms
TRACE
TRACE 5
220ms
TRACE
08 Scale

The numbers in production.

2.4M

Questions/day

4.2
hops

Avg chain length

99.2%

Policy compliance

312ms

Median latency

09 Compose

Composes with Plan + Recall.

Reason grounds in Recall for facts. Plan uses Reason to gate policy decisions. Together they form the cognitive stack.

RECALL
Memory layer

Facts, entities, history. Reason queries it for grounding.

REASON
Reasoning layer

Derives answers. Gates decisions. Generates receipts.

PLAN
Planning layer

Executes on reasoning gates. Prevents unsafe actions.

10 Comparison

Reason vs. the alternatives.

FeatureReasonChain-of-thoughtBaseline LLM
Fact groundingRecallBYONone
Policy gatesBuilt-inCustomNone
Receipt generationTypedNoneNone
Consistency checkingAutomaticManualNone
Multi-chain reasoning5 traces1 chain1 chain

Join the waitlist.

Reason v0.1 ships Q1 2027. Research preview for design partners.

Get early access →