Four hosted systems. One clone.

Four of the five systems answer over HTTP with no clone and no key. Each card below carries a three-step script you can follow without me in the room, a committed capture, and a deep link that remains the primary CTA when a third-party iframe is blank or blocked. Production RAG stays a clone card: hybrid retrieval needs a local Qdrant, and inventing a host for it would be the one thing this portfolio is built to avoid.

Every URL on this page was requested on 2026-08-14 and returned the status printed beside it. The list lives in content/verified-urls.json. Three of the four hosts allow framing and are embedded below; the AI Platform gateway sends X-Frame-Options: DENY, so it is not. The deep link is the primary CTA in every case.

02 · Agentic Research

Act with tools under budget

Three steps: open the hosted agent, ask an unanswerable question, confirm a typed refuse. Deep link is primary if the iframe is blank.

  1. 01Open https://pax-agentic-rag.vercel.app (deep link is primary if the iframe is blank).
  2. 02Ask an unanswerable question such as: What were the quarterly revenues in Patagonia?
  3. 03Confirm a typed refuse: empty citations and a stop reason, not a fluent invention.

This host sends no framing header, so the embed below should render. A third-party iframe can still be blocked by a network policy or an extension; the deep link is the primary CTA either way.

Requests that were actually made

From a terminal

curl https://pax-agentic-rag.vercel.app/health

The research form posts to /ui/research, so a question is not deep-linkable. Use the embed, or POST /v1/research.

03 · Multi-Agent Orchestration

Coordinate specialists

Three steps: run a free-path task, read the ordered timeline, download the JSON result. Deep link is primary if the iframe is blank.

  1. 01Open https://pax-orchestration.vercel.app and submit a free-path task (for example: Audit retrieval risk).
  2. 02Read the ordered handoff timeline, stop_reason, and result_author on the page.
  3. 03Download the run: curl -s -X POST https://pax-orchestration.vercel.app/v1/tasks -H "content-type: application/json" -d '{"task":"Audit retrieval risk","budget":{"max_handoffs":8}}' and save the JSON.

This host sends no framing header, so the embed below should render. A third-party iframe can still be blocked by a network policy or an extension; the deep link is the primary CTA either way.

Requests that were actually made

From a terminal

curl https://pax-orchestration.vercel.app/health

Specialists are deterministic fakes. The hosted console proves routing, budgets, handoffs, and degradation — not answer quality and not multi-model uplift.

04 · RepoMind

Understand codebases

Three steps on the page: open create_app on production_rag, read the path:line hit, then run a refusal. Deep link is primary if the iframe is blank.

  1. 01Open https://pax-repomind.vercel.app/ask?question=Where+is+create_app+defined%3F&repo_id=production_rag
  2. 02Read the path:line citation for create_app on the production_rag catalog.
  3. 03Ask a refusal question on the same host and confirm zero citations.

This host sends no framing header, so the embed below should render. A third-party iframe can still be blocked by a network policy or an extension; the deep-linked /ask URL is the primary CTA either way.

Requests that were actually made

From a terminal

curl -X POST https://pax-repomind.vercel.app/v1/code/ask -H "Content-Type: application/json" -d '{"question":"Where is create_app defined?","repo_id":"production_rag"}'

Indexes only the committed mini and production_rag fixtures. The production_rag catalog is a frozen snapshot, not a live sibling checkout.

05 · AI Platform

Operate the system

Three steps: open the console, hit status for a 401 without a key, then use the public fixture key and read four unconfigured upstreams.

  1. 01Open https://pax-ai-gateway.vercel.app and note the status console.
  2. 02curl https://pax-ai-gateway.vercel.app/v1/platform/status without a key and expect 401.
  3. 03curl -H "X-API-Key: dev-local" https://pax-ai-gateway.vercel.app/v1/platform/status and expect gateway up with four unconfigured upstreams.

This gateway sends X-Frame-Options: DENY, so no browser will ever render it in a frame here — not a mobile quirk, a deliberate header. Nothing is embedded below; the deep link and the curl line are the whole product.

Requests that were actually made

From a terminal

curl -H "X-API-Key: dev-local" https://pax-ai-gateway.vercel.app/v1/platform/status

dev-local is a public fixture committed to the repository, not a credential. It reaches the status route and nothing else, and the gateway runs alone: it does not run P1-P4 for you.

Not hosted

Candidate hostnames for Production RAG were requested on 2026-08-14 and returned 404. They stay absent until a refresh observes a 200. production-rag.vercel.app is another product and is never cited as P1.

01 · CLONE ONLY

Production RAG

Hybrid retrieval needs local Qdrant. Clone the repo and follow DEMO-DAY: stream, title=Filtering, /evals. production-rag.vercel.app is Ipsura — never iframe it.

git clone https://github.com/pabloalvarez99/production-rag

pax-production-rag.vercel.app → 404

Keys

How to turn the pages

On
15
Open a chapter
g h
Home
g i
Interview kit
g s
Studio
/ or CtrlK
Jump: type a word, not a command
?
This page
Esc
Close it again

Chapters

  1. 1
    01 Production RAGRetrieve and answer honestly
  2. 2
    02 Agentic ResearchAct with tools under budget
  3. 3
    03 Multi-Agent OrchestrationCoordinate specialists
  4. 4
    04 RepoMindUnderstand codebases
  5. 5
    05 AI PlatformOperate the system

Keys sleep while a field has focus, so typing a g into the jump box types a g.