The Company Brain · API-first

Give your AI a company brain.

A certified, traceable company brain for your organization — one your AI agents and your team can query. Every fact scored 0–1 for certainty, traced to its source, and honest about what it doesn't know yet.
Try building that in a weekend.

The Concept

What is a company brain?

Not a folder of files. Not a vector index. A living knowledge layer that turns raw documents into scored, sourced facts — organized into domains, kept correct over time, and served to whoever asks: a human, or one of your agents.

Raw knowledge
docs · wikis · meetings
Facts
scored + sourced
POT
a domain brain-region
Retrieval
hybrid router
Answer
with confidence

↩ And it learns. When the brain can't answer confidently, it doesn't bluff — it records the gap, an expert fills it, and the original question gets re-answered.

Take the interactive tour →
Certainty Scoring
Every fact: 0.0 – 1.0
Contradiction Detection
Conflicts found, not hidden
Full Provenance
Trace any answer to its source
Human-in-the-Loop
Agents extract. Humans govern.
The Learning Loop

It knows what it doesn't know

Most AI tools bluff when they're unsure. SciPot refuses to. When the brain can't answer with confidence, it records a Knowledge Gap — a tracked work item that turns every “I don't know” into the brain getting smarter exactly where it was weak.

Question asked
human or agent
Gap recorded
low confidence / no coverage
Expert fills it
routed by you
Auto re-answer
the asker gets notified
For your team

An assistant that admits when it doesn't know, then learns — instead of confidently making something up. Trust you can build decisions on.

For your agents

A deterministic is_knowledge_gap signal on every answer, plus a gap lifecycle you drive via the API. No more silent failures to debug.

Brain vs. Pipeline

Why a brain, not a RAG pipeline

Your RAG retrieves. SciPot knows. You built retrieval — but retrieval is not knowledge.

Your RAG
Returns “relevant” chunks
Silent when sources contradict
“Trust me bro” answers
One-shot: no memory between sessions
No human oversight built in
Flat context window
With SciPot
Facts scored 0.0–1.0 for certainty
Detects & flags contradictions
Full provenance to source paragraph
Persistent, cumulative knowledge
Constitution + dual curation
Knowledge graph with typed edges
Core Concept

Knowledge Pots

A POT is not a vector store. It's a cognitive environment where raw documents transform into validated, interconnected knowledge with explicit certainty scores.

Every fact gets a POT Score. Every relationship is typed and weighted. Contradictions are detected and surfaced. Human curators govern the constitution while automated agents handle extraction at scale.

Constitution Foundational axioms — POT Score 1.0 — only humans can set these
Facts Extracted knowledge units, each with a certainty score (0.0–1.0)
Edges Typed relationships: supports, contradicts, derives_from, refines
Knowledge Graph Entities, relationships, and reasoning chains across all facts
How It Works

From document to queryable intelligence

Upload a document. SciPot handles the rest.

1
Upload
PDF, DOCX, PPTX, XLSX auto-converted
2
Extract
LLM extracts atomic facts with quality audit
3
Score
Each fact gets a POT Score & provenance
4
Connect
Edge detection, contradiction flagging
5
Query
Synthesize answers with certainty calibration
Capabilities

What makes SciPot different

Five jobs a real brain has to do — from the atom of knowledge to the loop that keeps it learning.

What knowledge is made of
🧪
Fact Extraction

LLM-powered extraction turns documents into atomic, scored knowledge units with full provenance and quality audit.

⚖️
POT Score

Every fact carries an explicit certainty score from 0.0 to 1.0. Filter queries by confidence. No more guesswork.

🔍
Full Provenance

Every fact is auditable: who curated it, who resolved conflicts, and the exact document and fragment it came from.

🔗
Edge Detection

Typed, weighted links: supports, contradicts, derives_from, refines, is_part_of — a graph, not a pile.

How it's organized
🍲
Knowledge Pots

One domain = one brain-region. Each POT keeps its mission, scope, and facts coherent instead of dissolving into one pile.

📜
Constitution

A small set of foundational axioms locked at POT Score 1.0 — the ground truth every new fact is checked against.

How it stays true
🧑‍⚖️
Dual Curation

Agents extract and score at scale. Human experts govern the constitution and resolve conflicts — with an audit trail.

⚠️
Contradiction Detection

When two facts disagree, the brain notices and flags it for a human to resolve — instead of silently averaging them.

📈
Score Propagation

Supporting evidence boosts confidence, contradictions lower it, and scores decay over time as knowledge ages.

How it's used
🔎
Hybrid Retrieval Router

Each question is classified and routed across cache, vector, graph, and document strategies — fast where it can be, deep where it must be.

🔬
Epistemic Synthesis

Answers whose wording tracks certainty, with source attribution and explicit warnings about low-confidence or conflicting facts.

How it learns
🧭
Knowledge Gap Loop

Tracks what it can't answer, routes it to an expert, then re-answers automatically. The brain gets smarter exactly where it was weak.

Proof of Truth

Certainty you can measure

The POT Score makes knowledge quality visible and actionable. Query for facts you can stake decisions on, or explore hypotheses with lower-confidence knowledge.

Scores propagate through the knowledge graph: supporting evidence boosts confidence, derivations inherit from premises with decay, and contradictions are flagged for human review.

1.0ConstitutionFoundational axioms, set by human curators only
0.85VerifiedMultiple sources or explicit human validation
0.50ExtractedExtracted with reasonable confidence from sources
0.30InferredSystem-inferred from combining other facts
0.00PendingAwaiting verification or insufficient evidence
One Brain, Two Consumers

Built for humans and agents alike

The same certified knowledge, served two ways. Ask in plain language and get a finished answer, or pull structured facts your agent can reason over — both with full provenance and certainty.

The Oracle · for people
Synthesized answer

A natural-language answer whose wording tracks the evidence — “It is established that…” for verified facts, “Preliminary analysis suggests…” when it's inferred. Confident only when it should be.

The Research Analyst · for agents
Knowledge packet

Ranked facts, a relationship subgraph, and an epistemic briefing that tells your agent how to read the certainty landscape — so it keeps full reasoning control instead of trusting a black box.

Developer Experience

One API call to synthesized knowledge

Python
import httpx

response = httpx.post(
    "https://api.scipot.ai/pots/{pot_id}/synthesize",
    headers={"Authorization": "Bearer ik_live_..."},
    json={
        "query": "What are the key risk factors?",
        "max_facts": 10
    }
)

result = response.json()
print(result["answer"])                # Synthesized response
print(result["facts_used"])             # Facts with pot_score & provenance
print(result["contradictions_found"])  # Detected conflicts
print(result["epistemic_briefing"])    # Certainty guidance
print(result["strategy_used"])        # "cag", "rag", etc.
"One human decides. A thousand machines act. Nobody loses the thread."
Philosophy

Agents made execution cheap. Judgment is the bottleneck now.

We spent two centuries dividing labor. The harder problem now is dividing judgment — and you can't lay it along an assembly line. So you give it a place: bounded spaces where what's known is checked, certified with an honest confidence label, and reused a thousand times instead of reinvented. That's a Knowledge Pot.

Use Cases

What will you build?

SciPot turns any domain into a knowledge-rich environment. Here are some of the highest-value applications developers are building today.

Financial Due Diligence Agent

Ingest financial statements, contracts, and regulatory filings into a POT. Detect contradictions across documents and synthesize risk assessments with calibrated certainty scores.

Finance & M&A
📜
Regulatory Intelligence Agent

Maintain a living POT of regulations—FDA, GDPR, SOX—that detects when new rules conflict with existing practices and synthesizes compliance impact for specific products.

Compliance & Legal
💻
Technical Copilot with Project Memory

One POT per project: architecture decisions, postmortems, runbooks. Certainty scores distinguish firm decisions from casual suggestions. Knowledge compounds with every interaction.

Developer Tools
🏭
Clinical Research Agent

Ingest papers, clinical trials, and datasets. Score propagation through the knowledge graph reflects how real scientific evidence works—not all findings carry equal weight.

Pharma & Biotech
🤖
Shared Memory for Multi-Agent Systems

Use a POT as the operational brain for agent swarms. Agents log decisions and outcomes; scores distinguish validated patterns from hypotheses. Dual curation lets humans correct what agents learn.

Agent Infrastructure
🔍
Agent Drift Detection & Evaluation

Use a POT as canonical ground truth to evaluate agent outputs in production. Detect when an agent contradicts validated facts, overclaims confidence, or introduces unverified knowledge—turning contradiction detection into a runtime guardrail.

AI Observability
Pricing

Pricing that scales with you

Usage-based plans for teams shipping on our cloud — or a self-hosted license when the data has to stay in yours.

Startup
$150/mo
30M tokens included
$5.00 per 1M tokens
Overage: $6.00/1M tokens
Scale
$1,200/mo
400M tokens included
$3.00 per 1M tokens
Overage: $3.60/1M tokens

Tokens cover all operations: ingestion, fact extraction, edge detection, queries, and synthesis.
Service never cuts off abruptly — soft warnings and gradual throttling on overage.

Enterprise · BYOC
Bring Your Own Cloud

SciPot deployed inside your own AWS VPC — your documents and knowledge never leave your account. Billed as a flat license, not per token, so cost is predictable no matter how hard your agents work. Includes SSO, audit logging, dedicated support, and an SLA.

Annual license
Custom pricing
Contact us →
Live Example

See it in action

KB2B is a full-stack knowledge management application built entirely on SciPot's API. Persistent conversations, validated knowledge, domain-specific expertise — a working proof of what you can build.

Visit kb2b.app →
Start Building

Get Started

Choose your entry point.

Questions? hello@scipot.ai