Here's a conversation I've had more than once.


Me: How many orders use express delivery?

Agent: (runs `SELECT count() FROM orders WHERE details ->> 'express_delivery' = 'true'`)*

Agent: None. No orders in the table use express delivery.


The real answer was 2,317.

The agent didn't hallucinate. It ran a real query against a real...