AMY demo
Platform blueprint · MVP → production

How AMY works under the hood.

An AI-driven workflow that carries a borrower from Application → Clear to Close — and hands a clean, underwriter-ready package to a human. AMY automates the processing. The underwriter still makes every decision.

Borrower
Borrower Portal
Document Processing
MISMO 3.4 Loan Object
Calculation EngineCondition Engine
Communication Engine
Integration Layer
External APIs
End-to-end workflow

Six stages, one loan object.

1

Borrower Portal

Auth, loan creation, mobile uploads, document requests, task dashboard, status tracking, SMS/email, e-sign.

  • Loan created
  • Borrower created
  • Document uploaded
  • Task assigned
2

Document Processing

Upload → OCR → classification → field extraction → validation → confidence score → store in MISMO.

  • Structured JSON
  • No free text
  • Confidence score
3

MISMO 3.4 Loan Object

The single source of truth. Everything writes here; nothing writes directly to Encompass.

  • Borrowers · Income · Assets
  • Liabilities · Property · Loan
  • Conditions · Docs · Audit log
4

Calculation Engine

No AI. Deterministic only. Income, Assets, DTI, LTV, CLTV, PITI, Reserves.

  • Result
  • Formula used
  • Supporting docs
  • Explanation
5

Condition Engine

From Encompass / DU / LPA. Find docs → already have? auto-clear : create task → recheck → auto-submit.

  • Auto-clear when sourced
  • Borrower task when not
  • Auto-submit on recheck
6

Communication Engine

Twilio + SendGrid. SMS → email → 48h reminder → 5-day → 7-day escalation → notify loan officer.

  • Multi-channel outreach
  • Escalation cadence
  • LO handoff

AI assistant — allowed

  • Explain documents
  • Explain the upload process
  • Explain loan status

AI assistant — never

  • Quote rates
  • Approve loans
  • Deny loans
  • Discuss loan terms
Integration layer

Every vendor converts to and from MISMO.

CategoryProviderAPI
LOSICE EncompassDeveloper Connect REST API
OCRAWS TextractTextract API
OCRGoogleDocument AI API
AI ExtractionOpenAIResponses API
AI ExtractionAnthropicMessages API
Asset VerificationPlaidPlaid API
Asset VerificationFinicityFinicity API
Income VerificationTruvTruv API
Income VerificationArgyleArgyle API
MessagingTwilioREST API
EmailSendGridSendGrid API
E-SignDocuSigneSignature API
StorageAWSS3 API

Internal services

BorrowerLoanDocumentOCRAI ExtractionCalculationConditionCommunicationTaskNotificationAuditIntegrationDashboard

Database entities

UsersBorrowersLoansDocumentsConditionsTasksIncomeEmploymentAssetsLiabilitiesPropertyCommunicationsAudit LogsIntegrations
Data flow

One path, fully audited.

Borrower Upload OCR AI Extraction Validation MISMO Calculation Condition Communication Encompass Sync Underwriter
MVP deliverables

What ships first.

Borrower Portal
OCR + AI Extraction
MISMO Loan Object
Income & Asset Calculations
DTI / LTV Engine
Condition Engine
SMS / Email Automation
Encompass Sync
Underwriter-Ready Loan Package
Non-negotiable

Engineering rules.

  1. 1MISMO 3.4 is the only source of truth.
  2. 2Every vendor connects through the Integration Layer.
  3. 3No internal service talks directly to external APIs.
  4. 4All AI outputs must return structured JSON.
  5. 5Every calculation must be deterministic and auditable.
  6. 6Every action must be logged with an audit trail.
  7. 7The platform automates processing — not underwriting.