I'm Nick Allen. 20+ years in Australian lending — credit, operations, securitisation, product. I designed Data Sense, the Document Intelligence rule engine now running in production. Through 2026 I've gone AI-native — applying it to how lending operations run and how software ships, with a stack of AI subagents and MCP integrations that run the full lifecycle, from refinement|
The rest of this page demonstrates a delivery method. This card grounds the method in a concrete feature: Data Sense, the rule engine behind the Document Intelligence module — designed during my Senior BA tenure and driven to production through my Business Solutions Manager role. First shipped to production in November 2025 on the prior LOS, then migrated and enhanced into Quantum LOS at the February 2026 launch.
The rule engine in flight — anchored document to verified source data, attended only when it needs to be.
Stage 0 (a roadmap idea) through Stage 10 (post-deploy). The spine is the canonical chain, enforced by approval gates. Agents marked 🔓 also run standalone — invoked on their own at any time. bug-reviewer and ui-baseline-auditor are conditional entries that join the chain at Build. Click any agent for its brief.
Every agent ends each run with a 💬 structured feedback prompt and memory candidates. Approved learnings persist to a shared memory the whole team reads, so the agents get measurably better run-over-run. That loop is the engine behind the real roadmap — moving the human approval gates from mandatory to earned:
Critically: gates lift first where an error is cheap and caught downstream (refinement, test design) and stay longest where it's costly or irreversible (the production deploy). post-deploy-regression-checker remains the always-on backstop regardless. The endgame isn't "no humans" — it's a largely autonomous pipeline with people supervising by exception, spending their judgement where it actually moves the needle.
A representative origination ticket walked through the pipeline's canonical path. Each tab is the artefact the agent produces at that stage.
Each agent is a Markdown file. Frontmatter declares the contract; the body teaches it the job. Below is the production definition for the refinement agent — slightly trimmed.
Each agent targets the model that fits its stage — deep-reasoning models for refinement, architecture and review; faster models for the mechanical stages.
Claude Code is the harness; the model is chosen per agent.