From message to meal

Scroll through one order, end to end.

Keep scrolling. The message travels down the pipeline in real time — you'll see exactly who acts at each step (you, the system, the LLM, a tool) and which database it touches.

You System LLM Tool call
scroll to begin
§ 01The flow

One message, thirteen steps, top to bottom.

Toggle Customer for the experience or Engineer for the component, actor, and database. The glowing dot is your message, traveling as you scroll.

Step 1 / 13
§ 02Where the truth lives

Three stores. One is the truth.

Two databases and one vector index. Pick one to see what it holds — and whether the bot is allowed to change it.

Pick a store
Restaurant DB = the bot's memory. Menu DB = the menu, read-only. Vectors = semantic search.
Pick a tool
The LLM can call exactly four tools. Two read; two can change the cart.
§ 03The rule

The bot never trusts itself with money.

Every price and every item is read from the Menu DB at the moment of change. The model can think and talk — but it can't invent a dish or quote a price from memory.

Five guarantees