Senior AI Engineer
at Vendoroo · Remote · San Francisco, CA
AI agents for property management — tenant comms, maintenance triage, vendor coordination.
- LangChain
- LangGraph
- LangSmith
- FastAPI
- OpenAI
- Multimodal
- Python
show what I shipped (4) hide
- Ship the tenant-facing maintenance-triage agent serving millions of messages across thousands of properties and 1,000+ property managers, with monthly agent volume scaling ~3× in 6 months (LangChain, LangGraph, FastAPI).
- Modularised the agent graph — conversation policy split from supporting middleware (input cleaning, context batching, reply formatting) — so each layer is independently testable and hot-swappable.
- Added a vision pre-step via before_agent middleware that converts tenant-submitted photos (100K+ processed) into structured context; multimodal handoff plugged in without changes to downstream nodes.
- Restored LangSmith tracing across the LLM fallback path (previously a black box), authored the next-milestone target architecture and decision log, and rebuilt new-engineer onboarding so day-one clone-and-run works across all repos.