
AI Engineer (Externship)
Outamation: document intelligence for 200+ page mortgage files with degraded scans and brutal multi-column layouts. Benchmarked 4 OCR engines and 3 embedding strategies on cost, latency, and accuracy, then let the evidence pick the stack: ChandraOCR and DocTR, BGE embeddings, FAISS, DeepSeek-R1 for grounded generation. 95% extraction accuracy with page-level citations, deployed via Replicate and Gradio.
Wayfair: LangChain agents for SKU onboarding and catalog enrichment at 95% task completion, batch and real-time inference on AWS (S3, Lambda, SageMaker) with vector search, redundant LLM API calls cut 35%. Profiled an A100 pipeline everyone assumed needed more hardware and found the GPU idle most of the wall clock: batching and caching took per-document embedding from 120s to 15s, about 8x, on the same machine.
- 95% extraction accuracy on 200+ page mortgage files with page-level citations
- Benchmarked 4 OCR engines and 3 embedding strategies on cost, latency, and accuracy
- LangChain agents at 95% task completion for SKU onboarding and catalog enrichment
- A100 per-document embedding 120s to 15s (~8x) on the same GPU




