AI RESEARCH
CYGNET: Cypher Gate for Neural Execution Triage and Cost Containment
arXiv CS.CL
•
ArXi:2606.04645v1 Announce Type: new Language models acting as agents over knowledge graphs generate Cypher queries that fail structurally (crashing at the database) or semantically (executing but returning wrong results). We place a pre-execution gate between query generation and a production Neo4j database. The gate validates structure through a four-backend chain culminating in execution against a mirror graph at 5.6 ms median latency. Structurally broken queries are routed to a corrector that iterates structured error feedback through a language model.