Rexera uses LangGraph to reduce QC false positives to 2% in real estate transaction workflows
Rexera's QC application processed thousands of real estate workflows daily, but initial single-prompt LLM checks lacked the context and multi-step reasoning needed to handle complex, multi-dimensional real estate scenarios, producing high rates of incorrect issue flags.
Single-prompt LLMs produced false positive rates of 35% and false negative rates of 10%. A multi-agent CrewAI approach improved both figures but agents still sometimes took incorrect decision paths in complex scenarios, leaving residual false positive and false negative rates.
LangGraph's tree-like decision structure reduced false positives from 8% to 2% and false negatives from 5% to 2%, delivering greater consistency and accuracy across real estate transaction workflows.
Show all 6 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
LangGraph's tree-like decision structure reduced false positives from 8% to 2% and false negatives from 5% to 2%, delivering greater consistency and accuracy across real estate transaction workflows.
What tools did this team use?
LangChain, LangGraph, LLMs, CrewAI.
What results were reported?
false positive rate — single-prompt LLM baseline: 35%; false positive rate — after CrewAI: 8%; false negative rate — single-prompt LLM baseline: 10%; false negative rate — after CrewAI: 5% (source-reported, not independently verified).
What failed first in this deployment?
Single-prompt LLMs produced false positive rates of 35% and false negative rates of 10%.
How is this quality assurance AI workflow structured?
Workflow enters QC application → Rush vs standard routing → LangGraph decision tree traversal → Multi-dimensional QC checks → Human-in-the-loop review → Issue flagging output.