Beyond RAG

Your RAG retrieves. SciPot knows.

Every fact scored 0–1 for certainty. Contradictions detected automatically. Full provenance to the source paragraph. Human-in-the-loop curation built in.
Try building that in a weekend.

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 Gap

What your RAG pipeline can't do

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

Not just retrieval. A full knowledge lifecycle with certainty, curation, and conflict resolution.

🧪
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.

⚠️
Contradiction Detection

Conflicting facts are automatically detected via similarity-based analysis and constitution edge detection.

🔗
Edge Detection

LLM-based relationship detection: supports, contradicts, derives_from, refines, is_part_of, and more.

🧑‍⚖️
Dual Curation

Automated agents extract and score at scale. Human curators govern the constitution and resolve conflicts.

🔍
Full Provenance

Every fact is auditable: the full chain of who curated it, who resolved conflicts, and exactly which document and fragment it was extracted from.

📈
Score Propagation

When evidence supports or contradicts a fact, certainty scores propagate automatically through the knowledge graph following logical rules.

🔬
Epistemic Synthesis

Answers come with certainty levels, source attribution, and explicit warnings about contradictions or low-confidence facts.

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
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.
"The division of knowledge creates cognitive wealth."
Philosophy

Why SciPot?

Adam Smith showed that dividing labor creates economic prosperity. SciPot applies this to cognition: instead of one generalist AI trying to know everything, create specialized knowledge spaces where expertise accumulates, certainty is measured, and intelligence compounds over time.

Knowledge Pots are the workshops of the cognitive era. Each POT develops depth in its domain. Agents inhabit them with context and memory. Organizations build durable intelligence instead of starting from zero every interaction.

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

Simple, usage-based plans

Monthly fee with included tokens. No surprises. Scale as you grow.

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.

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