Fintech & Payments

Fintech AI Engineering and Payments Consulting

The short version: I am a payments engineer who spent about three years as Director of Engineering at a neobank, moving $720M in payments at 100% uptime, and I build AI for fintech that is signed and auditable so its decisions hold up under compliance and audit. Hands-on with Stripe Connect multi-tenant, Plaid ACH, Apple Pay and Google Pay, fraud rules, and KYC/KYB. If you need someone who has actually shipped regulated money movement and production AI, that is the specific combination on offer here.

$720M
in payments moved
100%
uptime on that platform
~3 yrs
Director of Engineering, neobank

Why payments experience is the thing that is hard to fake

Most engineers who can wire up an LLM have never run money movement, and most payments engineers have never shipped production AI. The value in fintech AI work sits exactly at that intersection, and it is hard to fake because payments punishes handwaving. Ledgers have to balance. Idempotency has to be real or you double-charge people. Reconciliation, disputes, chargebacks, KYC/KYB, and fraud rules are not features you bolt on later; they are the system.

I spent roughly three years as Director of Engineering at a neobank, where the platform moved $720M in payments at 100% uptime. I led 17 engineers across 5 products. On the customer-facing side I owned all commits on the Snap! Spend React app and wrote core payments code across the platform — not a demo, a live consumer money app people trusted with their paychecks.

The payments stack I have actually shipped

These are concrete systems I have built and operated in production, not a survey of things I have read about:

Stripe Connect (multi-tenant) Marketplace and platform payments where funds route across many connected accounts, with the fee, payout, and liability model that implies.
Plaid ACH Bank-linked ACH money movement: account linking, balance and ownership checks, and the debit/credit flows that sit on top.
Apple Pay & Google Pay Mobile wallet acceptance wired into the customer-facing app.
Fraud rules Rule-based decisioning to catch bad transactions before they settle, tuned against real loss data rather than a vendor default.
KYC / KYB Know-Your-Customer and Know-Your-Business identity and onboarding checks, the gate every regulated money product has to pass.
Multi-tenant platform Separately, a payments and field-ops platform on Stripe, Temporal, and Postgres in Rust/Node on GCP, where Temporal workflows make multi-step money and ops flows durable and retry-safe.
Why Temporal for payments. Payment flows are long-running and failure-prone: a charge, a hold, an external webhook, a payout, a reconciliation step. Temporal makes each of those a durable workflow that survives crashes and retries deterministically, so you do not end up with half-completed money movement and no record of where it stopped. That is the difference between a payments backend that is correct and one that is merely usually correct.

What "AI for fintech" means here: signed and auditable

The reason most fintech teams are cautious about AI is not that the models are dumb. It is that a compliance, risk, or legal team cannot defend a decision they cannot reconstruct. A standard LLM gives you an answer and no defensible record of why. In a regulated money business, that is a non-starter.

So the AI I build for fintech is signed, anchored, and independently auditable by construction. Every decision that matters is captured with its full context and committed to a tamper-evident record:

The point is not to make records impossible to touch; it is to make any touch obvious. An examiner or auditor recomputes the hash and verifies the signature independently, without having to trust the operator. That is what turns "the AI decided X" from an assertion into evidence. If you want the full argument, see signed, auditable AI vs. standard LLM guardrails and how to make LLM outputs auditable and trustworthy.

Prove the answer is right, not just recorded

Signing proves what happened; it does not prove the answer was good. A perfectly signed wrong decision is still wrong, and in payments a wrong decision moves money. So the fintech AI I build pairs signed auditability with an evaluation harness that backtests output against historical ground truth. Before a prompt, model, or retrieval change ships, it is replayed against a corpus of past cases with known-correct answers and scored. Quality becomes a number you can defend, not a vibe — which is exactly the standard a fintech risk committee expects.

The rest of the toolkit

Beyond payments, the production AI I ship end to end includes model gateways that route tool-using agents, RAG for grounding answers in your own documents, and real-time voice agents — there is a live one you can actually talk to. I have also built Nectar, a programming language in Rust that compiles to WebAssembly with a public compiler and 2,500+ tests, which is a reasonable proxy for how much correctness-by-construction I am willing to build into a system.

On the frontend side, the fintech relevance is direct: I have roughly a decade of React and TypeScript, owned all commits on the Snap! Spend consumer app, built a WebRTC platform for the Emmys in React in five weeks, and built a React dashboard on a Rails EHR (Medaxion) — so regulated, high-stakes UI is not new ground. If you specifically need AI features in an existing React product, see senior React engineer to build AI features.

Who this is. Hibiscus Consulting LLC is the software studio of Blake Burnette, a founder-engineer in Cary, North Carolina who ships production AI end to end. SBIR-eligible small business. Open to founding-engineer, senior/staff/director, and contract work; remote (US) or Triangle-local. If you are hiring rather than contracting, you may also want fractional AI CTO services.

Building something where AI touches money?

For fintech AI or payments engineering — Stripe, ACH, fraud, KYC/KYB, and AI whose every decision is signed and independently auditable — get in touch.

Email blake@hibiscus.buzz
Founding-engineer, senior/staff/director, or contract. Remote (US) or Triangle-local.

Frequently asked questions

What payments experience do you actually have?
About three years as Director of Engineering at a neobank, where the platform moved $720M in payments at 100% uptime, leading 17 engineers across 5 products. Hands-on with Stripe Connect multi-tenant, Plaid ACH, Apple Pay and Google Pay, fraud rules, and KYC/KYB. I owned all commits on the Snap! Spend customer-facing React app and wrote core payments code across the platform. Separately, I built a multi-tenant payments and field-ops platform on Stripe, Temporal, and Postgres in Rust/Node on GCP.
How is AI for fintech different from AI anywhere else?
The bar is defensibility. A fintech compliance, risk, or legal team cannot stand behind a decision they cannot reconstruct, so a standard LLM that returns an answer with no durable record is a non-starter. The AI I build is signed, anchored, and independently auditable by construction: every decision captures its inputs, context, and output and is signed with ML-DSA (a NIST post-quantum scheme) so any later edit is detectable and an auditor can verify it without trusting the operator.
Why use Temporal for a payments platform?
Payment flows are long-running and failure-prone: a charge, a hold, an external webhook, a payout, a reconciliation step. Temporal turns each into a durable workflow that survives crashes and retries deterministically, so you do not end up with half-completed money movement and no record of where it stopped. On my multi-tenant platform it runs on Stripe and Postgres, in Rust and Node on GCP.
Do you just prompt a model, or can you prove the output is correct?
Both signed and proven. Signing proves what happened, but not that the answer was right, and in payments a wrong decision moves money. So I pair signed auditability with an evaluation harness that backtests output against historical ground truth: before any prompt, model, or retrieval change ships, it is replayed against past cases with known-correct answers and scored. Quality becomes a defensible number rather than a vibe.
Are you available for hire, and how do we start?
Yes. I am open to founding-engineer, senior/staff/director, and contract work, remote across the US or Triangle-local in North Carolina. Hibiscus Consulting LLC is an SBIR-eligible small business. Email blake@hibiscus.buzz with what you are building and where AI touches money, and I will tell you plainly whether it is a fit.