Brent Haskins / Applied AI
Mortgage AI should cite curriculum, not guess policy
General-purpose chatbots are risky in mortgage workflows. Brent Haskins describes how Mortgage AI inside SMT stays tied to course material, refusal behavior, and officer-facing copy—not open-ended policy invention.
The fastest way to lose trust in mortgage software is an answer that sounds right and is not tied to anything your compliance team would sign.
While building Smart Mortgage Training, we treated Mortgage AI as a study companion inside the same platform as courses and tools—not a replacement for officers, processors, or guidelines.
Training context changes the safety bar
Officers use AI between calls to clarify terms, rehearse scenarios, or unpack a module they watched last week. They are not asking for a joke; they are asking for something they might repeat to a borrower an hour later.
That means retrieval should prefer curriculum chunks and glossary entries over the open web. When retrieval misses, the product should say it does not know—not bridge the gap with plausible fiction.
Copy and UI are part of the model
Disclaimers are not footer lint. They should appear where answers show up: this is educational, verify with your compliance officer, not a lending decision.
Button labels matter. “Explain this term” and “Quiz me on chapter four” set expectations better than a blank chat box inviting “ask anything.”
Logging and review loops
Store prompts and outputs with retention that matches your privacy policy. Sample for quality review weekly. Tag failures: hallucinated program names, wrong state assumptions, requests for individual consumer data you should refuse.
OWASP’s LLM guidance applies: treat outputs as untrusted in any downstream automation. Do not let a training bot trigger emails to borrowers without a separate hardened workflow.
Relationship to other AI features
This is different from AI that drafts marketing forms or categorizes notes. Mortgage training AI shares DNA with support bots—high stakes, narrow domain—but the content source is your licensed material, not the whole internet.
Product engineers should sit with compliance early and define refused intents explicitly in code, not only in system prompts.
For vendors selling “AI” to lenders
Buyers should ask for source grounding, refusal examples, and audit logs—not demo questions about generic rates.
Author
Brent Haskins worked on SMT’s web platform and adjacent mortgage products. The pattern generalizes: in regulated education, cite or refuse—never riff.
Ship the smaller assistant that officers will actually trust, then expand scope only when review data says the failure rate is acceptable on real questions.
Questions to run in a pilot before marketing “AI”
Bring compliance and a practicing MLO into the same room. Ask the bot the ten questions your officers actually ask—state-specific programs, MI removal, general QM concepts—and grade answers pass/fail against your materials, not against eloquence.
Track how often users click “was this helpful?” and how often they open the cited module after reading. Low citation follow-through means the answer was entertainment, not study.
How this differs from consumer mortgage chatbots
Borrower-facing bots must avoid steering and fair-lending pitfalls. Training bots still must avoid acting like underwriting engines, but the user is a licensed professional in a study context. Keep that distinction in metadata and sales copy so buyers know which risk playbook applies.
Maintenance when guidelines change
Curriculum updates should version retrieval indexes. When a module is retired, answers must not pull deleted PDFs. A simple “content as of” date in the UI sets expectations when rates or agency bulletins shift mid-quarter.
Mortgage AI is maintainable software, not a one-time model demo. Budget editorial and engineering time every month, or turn the feature off before it invents yesterday’s guidelines.
FAQ
Questions people ask about this topic.
Why not point loan officers to ChatGPT for mortgage questions?
General models improvise guidelines, mix jurisdictions, and cannot prove what source they used. In a regulated context, that creates compliance exposure and bad advice on real files. In-product Mortgage AI should answer from approved curriculum, show when it lacks context, and route edge cases to humans or official references—not freestyle paragraphs that sound confident.
What belongs in v1 of mortgage training AI?
V1 should cover glossary-level questions, module summaries, and study scenarios with clear disclaimers—not automated underwriting decisions. Log prompts and responses for review, rate-limit abuse, and block requests for specific consumer PII. Pair AI with human coaching paths already in the platform so escalation is one tap, not a separate inbox.
Sources