Who it is for
Teams that need governed data questions
Organizations that want natural-language-to-SQL, semantic typing, and provenance checks inside a controlled deployment boundary rather than a public AI database agent.
ENGAGEMENT-LED · SEMANTIC SQL
Zerde is semantic SQL infrastructure for customer-owned environments. It converts plain questions into reviewable SQL candidates against known tables, uses schema and provenance context to constrain the work, and is scoped per engagement because model choice, schema design, review rules, and failure tolerance are customer-specific.
Who it is for
Organizations that want natural-language-to-SQL, semantic typing, and provenance checks inside a controlled deployment boundary rather than a public AI database agent.
What it does
Turns plain-language questions into reviewable SQL candidates against known tables, applies type and provenance context, and keeps model/runtime choices inside the scoped environment.
What it does not do
Zerde is not a public chatbot, open-ended autonomous database operator, generic BI replacement, or license to execute every generated query without review rules.
Tables, columns, joins, row-level rules, data sources, sensitive fields, and how schema changes should be handled.
Allowed question types, disallowed operations, write permissions, review thresholds, and failure behavior.
Local model preference, llama.cpp backend, GPU/CPU target, memory constraints, service boundary, and administrator access.
False-positive tolerance, audit requirements, provenance requirements, human approval flow, and support window.
Grammar-constrained inference narrows model output to reviewable SQL candidates that can be validated, rejected, retried, or reviewed before use.
Semantic type inference resolves columns through explicit, structural, statistical, contextual, and LLM tiers — escalating only when needed.
Transformation records can be chained and verified so tampering or mismatch breaks visibly instead of silently.
CUDA and Vulkan backends can be scoped where available; CPU fallback is part of the deployment conversation when no accelerator is present.
Failed SQL execution can retrieve related context and attempt a bounded retry when the engagement allows that behavior.
The deployment can expose a local HTTP service and browser UI without turning the data boundary into a hosted SaaS surface.