OCC builds and operates open, public-interest infrastructure for AI governance — knowledge bases, search and generation APIs, governance tooling — grounded in public-domain sources, run transparently as a foundation.
AI governance frameworks — the EU AI Act, NIST AI RMF, GDPR, UNESCO Recommendation — are public documents, written for everyone. In practice, access to these frameworks is unequal. OCC exists to close that gap: open infrastructure that makes authoritative AI governance knowledge searchable, accessible, and useful for any organisation.
Every document is verified public-domain. No copyright risk, no licensing complexity.
All infrastructure on EU servers. No user tracking, no analytics, no data collection.
Ingestion, chunking, search pipeline — open-source and reproducible. No black boxes.
Governed like Apache, Mozilla, or Linux Foundation — not as a commercial product.
BM25 full-text search across 199 chunks from 10 public-domain AI governance documents. Results include direct links to official sources.
Enter a topic — OCC retrieves the most relevant chunks via BM25, then uses an open LLM to generate structured learning content. Always cites the primary source.
All sources are verified public-domain documents from authoritative bodies. No copyrighted material.
| ID | Document | Jurisdiction | Type | Chunks |
|---|---|---|---|---|
|
| ||||
OCC follows a two-phase governance model designed for long-term independence. All foundational decisions are documented and publicly accessible.
BM25 search and RAG API over 199 chunks from 10 public-domain AI governance documents. 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 development environments.
No authentication. No rate limits. CORS enabled. Base URL: https://opencognitioncommons.org
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"}'