It kept the follow-up scope correctly anchored to the top 3 highest-spending customers across both follow-ups, checking unpaid orders and payment methods only for Deepak Kulkarni, Rahul Sharma, and Karan Joshi.
What was measured
Follow-Up Context
Does the tool remember previous answers correctly?
context, not decisivetransformation
Remembering prior turns improves workflow, but a tool can still do the core job without strong conversation memory. (2 of 3 judges)
What was given, what came back
Test input: Best customers with unpaid-order and payment-method follow-ups · text · group: live-database-plain-english-queries
Input — what we sent
The exact prompt
Who are my best customers — the ones who order the most and spend the most? Follow-up 1: For the top 3 from that list — do any of them have unpaid orders? Follow-up 2: What payment methods do these top 3 usually use?
A conversational multi-table customer analysis with follow-up questions. It asks for the best customers by both order volume and spend, then drills into unpaid orders for the top 3 and their usual payment methods. Designed to test ranking logic, join-heavy analysis, and follow-up context retention.
Why this input is hard
- · ambiguous business term interpretation
- · multi-table joins
- · aggregation and ranking
- · follow-up context retention
- · scoping to a selected subset
- · payment behavior analysis
Output — unretouched



Also checked on this input — same tool, 2 other criteria
Ambiguity Handling✓ WorkedIt resolved the 'order the most and spend the most' ambiguity by returning separate frequency and spend rankings plus a merged best-overall verdict naming Rahul Sharma as the strongest combination of frequency and value.Business Insight◐ MixedIt gives a one-line business takeaway by naming Rahul Sharma as the strongest frequency-and-value combination, but it stops there without any deeper interpretation or recommendation.
Provenance
- Observation
- 108a9c89-c164-42ed-877f-c67c7082b7cd
- Evidence run
- af2abc96-3311-484b-a19d-854a2fdd2bf3
- Study
- Query Live Databases Using Plain English with AI
- Research task
- 86b9y6c99
- Tested at
- not recorded
- Source
- first-party
- Evidence state
- verified
- Proof shown
- input + output shown
- Cost / latency
- not captured
- Repeat run
- not captured
- Tester
- not captured
The last three rows are honest blanks, not placeholders — our capture has no field for them yet.
Query this
get_evidence({
tool: "camelai",
scenario: "live-database-plain-english-queries"
})MCP · mcp.aidemos.com/api/mcp
Free with attribution.
Same input, same check — 10 other tools
measured on Follow-Up Context
AI for Database✓ WorkedOn the next turn it restored the missing third customer correctly: the payment-methods answer includes Karan Joshi, and his $7,195.64 total matches the earlier ranking exactly.Anomaly AI✗ FailedIt did not keep the referent of 'the top 3' stable across turns: Follow-up 1 answered for Rahul Sharma, Priya Patel, and Deepak Kulkarni, but Follow-up 2 silently switched to Deepak Kulkarni, Rahul Sharma, and Karan Joshi.AskYourDatabase✓ WorkedIt preserves the selected top 3 across turns and reuses the earlier result set for the payment-method follow-up without issuing a new SQL query.Basedash◐ MixedIt remembered enough of the prior answer to check both ranking lists, but it still narrowed the follow-up instead of preserving the user's intended scope cleanly.BlazeSQL✓ WorkedIt retained the corrected top-3 customer set across both follow-ups, correctly using Deepak Kulkarni, Rahul Sharma, and Karan Joshi for the unpaid-order and payment-method lookups.Definite✓ WorkedIt retained the top-3 customer context across both follow-ups, answering unpaid-order and payment-method questions for the same three customers from the initial list.Dot✓ WorkedIt carried the top 3 customers through both follow-ups and, on the payment-method question, correctly did not inherit the main query's paid/non-cancelled filter.Draxlr✓ WorkedIt kept the top 3 from that list context intact across both follow-ups and continued analyzing the same three customers.FutureSmart NL2SQL Agent✓ WorkedCarries the same top-3 customer trio forward into both follow-ups and reuses those same three customers in the later SQL filters.Querio✓ WorkedRetains follow-up context perfectly, reusing the same top-3 customer UUIDs in both later questions.
This evidence is published in
From the same study (page rebuilt from a later run)
Real inputs and real outputs, no retouching · every cell queryable via API & MCP · aidemos.com