Hermes V3: Building Swiggy's Conversational AI Analyst
The original Hermes text-to-SQL tool struggled with niche metrics, required users to repeat context in every prompt, generated inconsistent SQL output, and provided no way to debug or trust the results.
The previous pipeline achieved only 54% accuracy with 20% of queries fully incorrect, and relied on generic embeddings that frequently failed to resolve inconsistent or obscure column names.
Hermes V3 improved SQL query accuracy from 54% to 93% on a benchmark of approximately 100 manually tagged queries, reduced fully incorrect queries from 20% to 7%, achieved near-zero table-not-found errors, and became the backbone for all internal AI co-pilots at Swiggy.
Show all 7 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Hermes V3 improved SQL query accuracy from 54% to 93% on a benchmark of approximately 100 manually tagged queries, reduced fully incorrect queries from 20% to 7%, achieved near-zero table-not-found errors, and became…
What tools did this team use?
Claude, Snowflake, Slack, vector DB, AWS.
What results were reported?
SQL query accuracy (new pipeline): 93%; SQL query accuracy (old pipeline): 54%; Fully incorrect queries (old pipeline): 20%; Fully incorrect queries (new pipeline): 7% (source-reported, not independently verified).
What failed first in this deployment?
The previous pipeline achieved only 54% accuracy with 20% of queries fully incorrect, and relied on generic embeddings that frequently failed to resolve inconsistent or obscure column names.
How is this back office ops AI workflow structured?
Employee asks question in Slack → Vector similarity few-shot retrieval → Orchestrator agent reasoning → SQL generation → Explanation layer output → Weekly feedback and quality control.