RYAN ZERNACH

Senior AI Systems Engineer

Ryan_Zernach_2025_Senior_AI_Systems_Engineer_Remote_United_States

đŸª‰ Lyzr AI Auto-Loan Underwriting Copilot

I built and shipped Lyzr AI in less than 2 days: a full-stack underwriting copilot that turns loan policy and applicant data into a structured YES/NO recommendation with explanations. The live product at lyzr.archlife.org combines a React frontend, a FastAPI backend, a Firebase-backed data layer, and a Lyzr ADK orchestrator that routes each case through credit, affordability, collateral, compliance, and escalation subagents.

Explore
Live App
GitHub Repo
Lyzr platform logo
The attached Lyzr platform logo used throughout the release.

What shipped

This was not a mockup or a one-screen demo. It was a deployable product surface with real request handling, persistence, and live deployment.

  • A React frontend that turns underwriting into a focused decision cockpit instead of a generic chat surface.
  • A FastAPI backend that validates requests and hands each case to the agent layer cleanly.
  • A Firebase-backed data layer so the project has real persistence, not just transient demo state.
  • A Lyzr ADK orchestrator that routes each case through credit, affordability, collateral, compliance, and escalation subagents.
  • A live deployment at lyzr.archlife.org plus a public GitHub repo for the full implementation.

Why the build moved fast

Speed came from keeping the problem tight and the execution path explicit. The system had one job, one primary user flow, and a clean split between presentation, orchestration, and data.

  • The scope was intentionally narrow enough to ship fast, but still real enough to prove full-stack delivery.
  • The UI centers the recommendation and explanation, which makes the product useful to a human reviewer immediately.
  • The backend, database, and frontend were all deployed together, so the app behaves like a product rather than a prototype.
  • The live system is built for structured output, traceable decisions, and clear operator feedback instead of prompt theater.

Stack and delivery

The implementation was simple in the right way: each layer had a clear responsibility, and each responsibility could be shipped independently without turning the project into a tangle.

Frontend

Backend

Database

Release

Completed in less than 2 days

That included the deployed frontend, backend, database, and live integration path. The result is a real AI product that can be opened, reviewed, and iterated on immediately instead of being described only in slides.