Patent search
1,800 technical spec documents · 2.3 GB
- Fewer tokens
- 97%
- Faster latency
- 77%
- Accuracy improvement
- +25%
Compiles enterprise data into governed knowledge once, then serves it on every call. Agents get more accurate, faster, lower cost, and trusted answers.
How it works
Connectors bring in existing sources with no restructuring required. Nexus runs BYOC: curation and querying happen in your own cloud, on the models you choose, with no standing Pinecone access to the data.
A Manifest defines the structure of a Context: the entities, their relationships, and the shape of the answers the work requires. An SME writes it, scoped to the job. Nexus curates the corpus once against that structure, producing the artifacts and the relationship graph retrieval throws away.
+1,795 more
Agents query through KnowQL: the question, the output shape, the scope. One call replaces the retrieve-evaluate-re-retrieve loop and returns a typed, cited answer.
query PatentKnowledge {
prior_art(
claim: $claim
)
}
embed(query)
vector_search(k=20)
llm_reason(chunks)
vector_search(k=20)
llm_reason(chunks)
vector_search(k=20)
llm_reason(chunks)
llm_assemble(context)
Every response is cited per field, scored for confidence, and scoped to what the agent is permitted to see, with lineage back to source.
Based on claims 1–4 of US10,234,891, prior artfound in EP2,891,203 (filed 2014-03-12) andJP2016-084521 directly anticipates element 2(b).Patentability risk: HIGH.
Nexus was benchmarked against agentic RAG across three industries. The pattern held regardless of corpus shape, query type, or domain.
Patent search
1,800 technical spec documents · 2.3 GB
M&A due diligence
90 documents · 10 folders · PDF, XLSX, markdown
Revenue intelligence
217 call transcripts · structured JSON · 45 MB
Nexus benchmarked against hybrid retrieval with agentic RAG loop. Accuracy scored by LLM judge on 0–1 scale against human-labeled expected answers.
Every application built its own data access layer before SQL existed. Agents are at that same point now. KnowQL gives them a shared interface for structured, grounded knowledge in a single call.
Intent
The goal and output schema for the query.
Filter
Deterministic predicates and access-control enforcement.
Provenance
Field-level citations with confidence tiers.
Output Shape
Typed fields returned exactly as specified.
Confidence
Grounded assertions separated from uncertain inference.
Budget
Depth tier, latency envelope, and token limit.
Every answer traces back to a source your team approved, updated the moment that source changes.