Skip to content

Lending Agent

An AI-mediated agentic credit broking demo. Plain-English customer journey, structured disclosures and consents, sequential lender waterfall, replayable audit log.

Product walkthrough

The journey end-to-end: installer voice intake, customer phone journey, audit dashboard. Start here.

Architecture

State machine, reconciliation, event protocol, cold-start recovery, mock-vs-real boundary. Read the architecture.

Safety

Threat model, prompt injection, hallucination defences, fail-safe state machine, model evaluations. Safety overview.

Privacy

UK GDPR, DPIA framework, data minimisation, retention, sub-processors, PECR. Privacy overview.

Regulatory

Consumer Duty, CONC, FCA AI strategy, vulnerable customers, replay-as-evidence. Regulatory overview.

Deploy your own

Run locally, deploy to Vercel, wire a custom domain, harden for production. Deploy guide.

A working prototype that takes a UK consumer-credit journey from doorstep to lender decision through an AI agent. The journey is a sequence of regulated gates (status disclosure, eligibility, indicative quote, application details, vulnerability check, credit search consent, pre-contract, sequential lender waterfall, decision). Every gate produces structured evidence. Every disclosure is replayable for compliance scoring. Customers can withdraw at any time.

The model is a narrator over a state machine. Regulated content never comes from the model. The deterministic side recovers from any model confusion automatically.

This is a personal side project, built independently of any firm. The journey, audit, and replay layers are real. The lender panel, decisions, and credit search are mocked. Documentation is for productisation conversations.