“How would you design a customer-support AI agent?” The classic answer names six components — Knowledge Base, RAG retriever, LLM, Ticketing, CRM, Monitoring. Here you can switch each one off, run real scenarios, and watch exactly where the flow breaks. Drag the floor to orbit.
drag to orbit · pinch/wheel to zoom
Architecture components — toggle to break things
activedisabledfailure pointquery orb
Run a scenario
Config health
Deflection rate—
Predicted CSAT—
What each block does
Knowledge Base — docs, policies, past resolutions. The ground truth the agent is allowed to speak from.
Retriever (RAG) — embeds the question, pulls the top-k relevant chunks, and hands them to the LLM as context. Kill it and the model answers from vibes.