TL;DR
Intelexta Alpha introduces cryptographic Content‑Addressable Receipts (CARs) for AI work. Use our ChatGPT app to generate a summary + CAR, then verify it via web or CLI. Proof, not vibes.
Try it: https://intelexta.com
Verify: https://verify.intelexta.com
CLI: https://github.com/gaugefreedom/intelexta-schemas/releases/tag/v0.1.0-alpha

Why this matters
AI is everywhere—and unverifiable. Black‑box outputs aren’t acceptable for research, compliance, law, or education. Intelexta’s trust layer brings cryptographic proofs to everyday AI work so you can show your work and get it verified by anyone.
This Alpha is the first milestone toward our broader mission of Human‑AI Symbiosis—our 2026 goal is to be the reference solution for Proof ⊗ Presence: verifiable provenance (Proof) and empathetic, persistent collaboration (Presence).
What’s in the Alpha
- ChatGPT App (Developer Mode): Intelexta Verifiable Summarizer
- CAR Receipt: A signed, tamper‑evident JSON/ZIP “lab notebook” of the run
- Public Verifiers: Web (verify.intelexta.com) + CLI (
intelexta-verify)
The loop: Generate → Share → Verify.
How to use (4 steps)
Prerequisite: ChatGPT Free/Plus/Pro/Go. (Business/Enterprise app support may vary.)
- Enable Developer Mode in ChatGPT: Settings → Apps & Connectors → Advanced → Developer mode ON.
- Add the Intelexta Connector:
- Name: Intelexta Verifiable Summarizer
- Description: Generates summaries with a cryptographic CAR receipt
- Connector URL: https://api.intelexta.com/mcp
- Auth: None
- Generate a Verifiable Summary: In a new chat, click + → More → Intelexta Verifiable Summarizer, then prompt:
- “Generate a verifiable summary of the following text: …”
- “Generate a verifiable summary of this chat.”
- “Generate a verifiable summary of the attached document.” The app returns a human‑readable summary and a downloadable .car.json / .car.zip.
- Verify your proof: Go to https://verify.intelexta.com, upload the CAR, and get instant pass/fail.
CLI verifier:
# Verify a JSON receipt
intelexta-verify my_proof.car.json
# Verify a ZIP bundle
intelexta-verify my_proof.car.zip
Use cases
- Reproducible research: Submit papers with CAR attachments so reviewers can verify model, prompt, and results provenance.
- Academic integrity: Move the question from “Did you use AI?” to “How did you use AI?”
- Auditable workflows: E‑discovery & compliance: archive CARs with legal or financial summaries for a simple chain‑of‑custody.
- Human‑AI symbiosis: Use CARs as agent runbooks—prove which human/agent steps ran, with what context, and capture hand‑offs for training and QA.
- Team readiness check: A lightweight “Symbiosis Readiness” drill: run a weekly task with CAR receipts from each teammate/agent and spot gaps in process, model selection, or data custody.
What’s next
The Alpha is the bedrock of a local‑first AI IDE—a professional control plane for building, governing, and verifying complex AI workflows.
- Intelligent orchestration: Deterministic, replayable pipelines
- Verifiable provenance: First‑class CARs for every artifact
- Resource governance: Hard budgets for cost ($) and carbon (gCO₂e)
Join the waitlist: https://intelexta.com
Alpha disclaimer
Early alpha for evaluation/testing; formats and APIs may change. Don’t use for production‑critical tasks yet. Feedback welcome.
