SignalWitness Protocol v1.1

Three Models.
One Verdict.

Submit reasoning to three independent AI models simultaneously. Get structured verdicts, blind spot analysis, and consensus scoring. No single point of failure.

Submit
Your proof
Witness
3 models
Seal
SignalVault

Three Perspectives. Zero Blind Spots.

Every submission is evaluated simultaneously by three AI models, each with a distinct analytical mandate. No model sees the others' work.

GPT-4o
Logic Validator

Evaluates logical coherence, internal consistency, and falsifiability. Identifies unstated assumptions that affect validity.

Gemini 2.0 Flash
Edge-Case Analyst

Hunts for failure modes, adversarial interpretations, and scenarios where the claim breaks down. Strengthens proofs by stress-testing them.

Claude Sonnet
Synthesis

Weighs logical validity against edge-case concerns. Produces the balanced, definitive assessment. Equal weight to all three verdicts.

Submit a Proof.

Paste your reasoning, claim, or decision. Three models respond simultaneously.

Witness Request

Verdicts
Proof ID:

Validate What Matters.

SignalWitness adds a trust layer to any decision that depends on reasoning quality.

Compliance Verification

Validate regulatory interpretations with three independent models before committing to a compliance position.

Research Claims

Stress-test hypotheses and methodology before publication. Catch blind spots that peer review would find.

Strategic Decisions

Run investment theses, hiring rationales, or product strategies through adversarial analysis before execution.

The Witness Feed.

A live record of proofs submitted to the protocol. Every verdict is permanent.

Loading witness records...

Four Endpoints. Full Protocol.

Base URL: middleware.signalnetwork.ai/api/v1

POST
/witness
Submit proof for three-model witness validation
Auth + Rate
GET
/witness/status
Health check — protocol version, models, counts
Public
GET
/witness/:id
Retrieve a witness record by proof ID
Auth
POST
/witness/seal
Seal a completed record to SignalVault
Auth

One Request. Three Verdicts.

Submit a Witness Request
curl -X POST https://middleware.signalnetwork.ai/api/v1/witness \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "proof": "Your reasoning or claim to be validated",
    "proof_type": "claim",
    "metadata": { "context": "optional" }
  }'

Response Structure

Each model returns an independent verdict with reasoning and blind spot analysis.

GPT-4o · Logic Validator
CONFIRMED
confidence: 0.87
Gemini · Edge-Case Analyst
PARTIAL
confidence: 0.72
Claude · Synthesis
CONFIRMED
confidence: 0.91
Consensus
PARTIAL_CONSENSUS
0.83

Authentication

Two supported methods
// Option 1: Authorization header (recommended)
Authorization: Bearer YOUR_API_KEY

// Option 2: x-api-key header
x-api-key: YOUR_API_KEY
Rate Limit
10 req/min
Max Proof
10,000 chars
Models
3 simultaneous
Avg Latency
~6 seconds

Ready to Validate?

Request an API key and start submitting proofs in minutes.

Protocol Health

Protocol Version
Active Models
Total Witnesses
Sealed Records