VarIA Analytics
AI Solutions Architect & Technical Lead
May 2025 – Jun 2026
Costa Rica (Remote)
Just wrapped
VarIA's clients wanted to ask their ERP a question and get an answer, not a report request. The ERPs in question ran thousands of tables deep, far more than any model could hold in a single context window.
The ERPs were too large for any single context window
Every question meant manual analysis across ERPs and CRMs that were never built to answer questions directly, and finding the right table before running a query was its own research project.
A semantic layer, then hybrid retrieval
I built AI that finds the right data on its own and checks its own work before answering, so decisions that used to need a specialist now just need a question.
- less time to get answers
- 90%
- accuracy on automated decisions
- 85%+
- latency at production scale
- <1 min
Stack
LangChain · LangGraph · LangFuse · Python · TypeScript · Hybrid RAG
Technical decisions
- Semantic layer indexing every table, column, and business term for schema discovery
- LangGraph validate-and-retry loop: about 60% naive accuracy to >85%
- Read-only allow-lists, row-level security, and PII masking; evals as a CI gate
Challenge
Holding 85%+ accuracy on multi-step decisions at sub-minute latency.