Ramp builds AI Tour Guide agent to help users navigate its financial operations platform
Ramp's platform has many layers of functionality and users face an onboarding curve, requiring time to become platform experts. Ramp wanted users to self-serve faster without calling customer support.
An initial multi-step agent making two separate LLM calls — one for planning and one for grounding — was accurate but too slow for an acceptable user experience. Context stuffing with user screenshots was also found to be less effective than focused, well-enriched interactions.
Tour Guide increases user productivity and platform accessibility while building user trust through step-by-step transparency.
Letter-labeling of UI elements in the prompt led to a significant improvement in output accuracy.
Frequently asked questions
What did this team achieve with this AI workflow?
Tour Guide increases user productivity and platform accessibility while building user trust through step-by-step transparency.
What tools did this team use?
LangChain, LangSmith, LangGraph.
What results were reported?
User productivity: increases user productivity; Output accuracy: significant improvement in output accuracy (source-reported, not independently verified).
What failed first in this deployment?
An initial multi-step agent making two separate LLM calls — one for planning and one for grounding — was accurate but too slow for an acceptable user experience.
How is this customer support AI workflow structured?
Classifier routes query → App state ingestion → Single action generation → Cursor control with explanations → User interrupt or takeover.