01 Your inputs
Processing trail
Ask a question to see the pipeline execute stage by stage — guardrail, extraction, graph pruning, math, verification.
Cryptographic audit
Every turn is SHA-256 signed over the exact strings shown to the user.
Business-card shoppers abandon comparison tools the moment they have to cross-check an APR against a disclosure PDF by hand. This concierge separates the two jobs the LLM was doing badly: it classifies what you asked, and a deterministic engine does everything downstream — matching, math, and a SHA-256 signature over the exact figures displayed.
Ask a question to see the pipeline execute stage by stage — guardrail, extraction, graph pruning, math, verification.
Every turn is SHA-256 signed over the exact strings shown to the user.
Amortization runs on decimal.Decimal with ROUND_HALF_EVEN at cent precision — no floating-point drift, no closed-form estimate.
Credit-tier matching is a floor comparison over a card-eligibility graph, not a keyword match — a Good-tier applicant sees every card they qualify for, nothing they don't.
Each response is hashed and stored with its signing payload, so a compliance reviewer can recompute and confirm the signature independently of this UI.