Settings

Theme

TrustPlane – open-source AI trust control plane

github.com

1 points by base76 2 months ago · 2 comments

Reader

base76OP 2 months ago

I built TrustPlane on top of cognos-proof-engine, an epistemic scoring engine that scores every LLM request before it reaches users.

  Formula: C = p × (1 − Ue − Ua)

  Four outcomes per request: PASS, REFINE, ESCALATE (webhook), BLOCK.
  Every decision gets a trace ID and ends up in an audit log.

  Pluggable providers: Ollama, OpenAI, Anthropic, Groq, Cerebras.
  Multi-tenant PostgreSQL isolation. Redis rate limiting. MCP server for
  Claude Code integration.

  The honest limitation: p (prior confidence) is currently a configurable
  baseline, not dynamically calibrated per request. That's on the roadmap.

  Self-hosted via docker-compose or SaaS. Air-gap compatible for regulated
  deployments.
base76OP 2 months ago

did you try it?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection