Sovereign RAG
Sovereign Retrieval-Augmented GenerationA RAG architecture where every component — embedding model, vector store, retriever, and LLM — runs inside infrastructure the organisation legally controls. No request, embedding, or document ever leaves the customer-owned VPC, region, or air-gapped data center.
Semantic Caching
A cache that stores responses keyed by the embedding of the query, returning a cached response when a new query is semantically similar. Cuts hot-query latency to sub-50ms and reduces inference cost on repeat queries.
Schrems II
Schrems II RulingThe 2020 Court of Justice of the European Union ruling that invalidated the EU-US Privacy Shield and made every trans-Atlantic personal data transfer a legal-risk decision rather than a default. A primary driver of sovereign AI adoption in the EU.
SOC 2
Service Organization Control 2An AICPA framework demonstrating operational controls over Security, Availability, Processing Integrity, Confidentiality, and Privacy. Type I is point-in-time; Type II requires twelve months of operating-effectiveness evidence.
Server Components
React Server ComponentsReact components that render exclusively on the server and ship zero JavaScript to the client. The largest single lever for bundle size and time-to-interactive in modern React applications.
Speakable Schema
A schema.org property identifying the CSS selectors on a page most suitable for voice assistants to read aloud. Telegraphs to AI engines which content is the cleanest extractable answer.