OCC builds and operates open, public-interest AI infrastructure — knowledge bases, search APIs, and governance tooling — grounded in public-domain sources and run transparently as a foundation.
AI governance frameworks — the EU AI Act, NIST AI RMF, GDPR, UNESCO Recommendation —
are public documents. They exist for everyone. But in practice, access to these
frameworks is unequal: large organisations have legal teams and consultants;
smaller ones often do not.
Open Cognition Commons exists to close that gap.
We build open infrastructure that makes authoritative AI governance knowledge
searchable, accessible, and useful — for developers, educators, auditors, and
organisations of any size.
Every document in the knowledge base is verified public-domain. No copyright risk, no licensing complexity.
All infrastructure runs on EU servers. No user tracking, no analytics, no data collection.
Ingestion pipeline, chunking logic, and search API are open-source and reproducible. No black boxes.
Governed as a foundation — analogous to Apache, Linux Foundation, or Mozilla — not as a commercial product.
The foundation operates infrastructure projects in the public interest. Each project is independently useful and openly documented.
A BM25 search and RAG API over 199 chunks from 10 public-domain AI governance documents. Available as a free, open API.
Open schemas, templates, and audit tools for AI governance — machine-readable, versioned, free to use.
Open-source CLI and MCP servers for AI governance workflows. Integrable into existing development environments.
BM25 full-text search and RAG generation over public-domain AI governance documents. Free to use, no authentication required.
| ID | Document | Jurisdiction | Type | Chunks |
|---|---|---|---|---|
Retrieves relevant chunks, then generates structured content via an open LLM. Cite the primary sources linked below each result.
OCC follows a two-phase governance model designed for long-term independence. All foundational decisions are documented and publicly accessible.
No authentication required. CORS enabled. Free to use.
SRC-001explanation | quiz | summary | glossaryde | en# Search curl "https://opencognitioncommons.org/api/occ/search?q=high-risk+AI+systems&top=3" # Generate curl -X POST "https://opencognitioncommons.org/api/occ/rag" \ -H "Content-Type: application/json" \ -d '{"topic":"prohibited AI practices","format":"summary","language":"en"}' # Health curl "https://opencognitioncommons.org/api/occ/health"