What each system last shipped

Notes below are vendored from GitHub Releases into content/releases.json (fetched 2026-08-14). Each tag must match content/pins.json. A stale fixture fails the unit test — not a human re-reading the page.

Site pins verified 2026-08-14 · pin table 2026-08-14

P1 · pabloalvarez99/production-rag

v1.0.0 ΓÇö free-path evaluation program + identity + failure injection v1.0.0

published 2026-08-14 · pin main 3b54d85 · CLONE

GitHub release
## production-rag v1.0.0

Clone-only free-path flagship. Still $0. Still no Vercel. Never cite production-rag.vercel.app (Ipsura).

### What shipped
- Free-path eval program n=52 (`golden-free-path.jsonl`) with slices answerable / unanswerable / filter / hybrid-vs-dense
- Difficulty predicates: CI fails if a ranking slice is all trivial rank-1
- Scorecard HTML+JSON ablation dense/sparse/hybrid/hybrid_rerank labeled **plumbing**, `billed=false`
- HTTP transcripts: grounded, refuse, title=Filtering, stream; failure path with CACHE_ENABLED=false
- `/v1/ready` collection identity: embedder_id, chunker_version, doc_count, corpus_hash
- Cache key includes corpus identity (no cross-hit); typed `wrong_collection`
- Provider/store failures → 503 with `refused: false` (never soft refuse)
- Local load harness: `docs/assets/load.json` (n=100, honest single-process note)
- ADR-0014 corpus hash in cache key; CASESTUDY ≥1500 words

### Still PLANNED
- Auth / rate limit (P5)
- Hosted Qdrant / multi-worker Redis cache
- Hosted-provider quality baseline (billed run with named providers)
- Public P1 host (will not ship; clone-only is intentional)

### Verify
```
pip install -e ".[dev]"
pytest -q
python scripts/write_compose_transcripts.py
python scripts/run_load_local.py
```

P2 · pabloalvarez99/agentic-rag-research

v1.0.0 ΓÇö experiment lab v1.0.0

published 2026-08-14 · pin main 1b4915f · HOSTED

GitHub release
# Release v1.0.0 ΓÇö experiment lab

**Date:** 2026-08-14  
**Hosted:** https://pax-agentic-rag.vercel.app ┬╖ Vercel project **`pax-agentic-rag` only**  
**Baseline season doc:** [docs/SEASON.md](../SEASON.md)

## Summary

P2 graduates from a bounded research **demo** to a free-path **experiment lab**: experiment
records, n≥40 control goldens with difficulty predicates, three tools with per-tool budgets,
payload experiment packs, honest load numbers, and a CASESTUDY that states what is still
PLANNED.

## Added

- `ExperimentRecord` (`id`, seed, budget, note ids, stop reason, pack hash, tool calls)
- Golden control set **48** cases (was 18), including `tool_budget` and more unanswerable /
  thin / budget slices; `critic-notes-exist-not-success` still refuses
- Third tool: fixture **lexicon** lookup; per-tool `max_calls` in state; stop reason
  `tool_budget_spent` ([ADR-0006](../adr/0006-three-tools-not-a-platform.md))
- Experiment pack: policy + two run payloads + compare + experiments + `pack_hash`
  (`POST /v1/experiments/pack`, `/pack` UI, directory/zip round-trip tests)
- Load artifact: `docs/assets/load.json` (n=50 free-path researches, p50/p95, cold start)
- Optional `max_tool_calls` on research request (OpenAPI)

## Still PLANNED (honest)

- Durable multi-instance run storage (DB / object store)
- Live web tools or default paid LLM planner/critic
- Hosted HTTP-P1 without captain-configured `PRODUCTION_RAG_URL`
- Tier-2 quality judges in CI
- Production capacity claims from single-process load.json
- Agent plugin marketplace / unrestricted tool registry
- Second Vercel project

## Hosted contract

- Project: **pax-agentic-rag** ┬╖ URL: https://pax-agentic-rag.vercel.app
- Never `production-rag.vercel.app` (Ipsura)
- Fixture retriever default; HTTP P1 opt-in; CI offline
- Smoke: `pwsh scripts/hosted_smoke.ps1`

## Verify

```bash
pytest -q
python -m agentic_rag.evals.run
python scripts/load_fake_research.py --n 50
pwsh scripts/hosted_smoke.ps1
```

P3 · pabloalvarez99/multi-agent-orchestration

v1.0.0 ΓÇö policy as product v1.0.0

published 2026-08-14 · pin main 88a24f2 · HOSTED

GitHub release
# Release v1.0.0 ΓÇö policy as product

**Date:** 2026-08-14  
**Baseline prior:** v0.3.0 (`8feb31a`) file replay + concurrent isolation demo  
**Host:** https://pax-orchestration.vercel.app (project `pax-orchestration` only)

## LIVE

- Loadable default policy JSON characterizing v0.3 handoff graph and budgets (ADR-0007)
- Restrictive fixture policy that changes happy path (`forbid-research-to-writer`)
- Chaos isolation suite **n ≥ 40** with easy/medium/hard predicates
- Isolation simulation **n=1000**, `swap_rate=0`, `writer_only_violations=0` (JSON+HTML)
- Policy UI (`/ui/policy`) + generated capture
- Load probe p50/p95 for fake `POST /v1/tasks` (`docs/assets/load.json`, single isolate honesty)
- Trace pack (JSON / directory / zip) with policy hash, task, seed, trace, result; UI import + round-trip tests
- CASESTUDY ≥1500 words; DEMO-DAY 25 min script
- Free path still fake specialists, `$0`, CI with empty keys

## Still PLANNED (honest)

- Multi-instance durable run storage (KV / Postgres / object store of every run)
- Redis / shared session fabric
- Real LLM specialists as default free path
- Multi-tenant policy SaaS or remote policy registry
- Multi-agent **answer quality** claims from fake specialists
- Capacity planning from single-isolate load numbers
- Any host other than `pax-orchestration` / `pax-orchestration.vercel.app`

## Non-goals this tag

- No Redis
- No inventing durable server storage for recycle demos
- No `pax-mao` project

P4 · pabloalvarez99/repomind

v1.0.0 v1.0.0

published 2026-08-14 · pin main 24ece08 · HOSTED

GitHub release
## RepoMind v1.0.0

Free-path code intelligence season close.

### Included
- Program eval n=52 with difficulty predicates (mini / mini_js / production_rag)
- Language packs: python-ast, js, json (stdlib; no grammar download in default CI)
- Rename-aware history via committed renames.jsonl
- Offline repomind pack / unpack (billed $0)
- Catalog UI: indexer_version, tree_hash, source_sha
- production_rag pin: bf6e36d1d4ca353c4f17f649cb721da51d74f6bb
- Load: docs/assets/load.json (200 mini asks, p50/p95; lexical fixture honesty)

### Still PLANNED
- No live git on host (snapshots only)
- No stranger uploads / raw paths
- No required tree-sitter in CI
- Not semantic/SOTA code search

Host: https://pax-repomind.vercel.app

P5 · pabloalvarez99/ai-platform

v1.0.0 ΓÇö operable free-path edge v1.0.0

published 2026-08-14 · pin main 801fc0b · HOSTED

GitHub release
# v1.0.0 ΓÇö operable free-path edge

## What shipped

- **Quota policy as data:** `config/quota_policy.json` defaults to 30 requests / 60s per key
  (matches historical `GATEWAY_RATE_LIMIT=30/min`); per-key overrides; blank path falls back to env.
- **Audit export:** journal `?format=jsonl` with meta + entry lines; salted `key_id` only;
  fixture `dev-local` never appears in export body (tested).
- **Proxy honesty:** offline respx fixtures for research compare, mao replay, repomind refs/history;
  chaos for sibling 429 / application 502 / connect / timeout with `request_id` preserved.
- **Preview discipline:** dry-run script; production upstreams remain empty (ADR-0004).
- **Operate:** runbook (unconfigured / 401 storm / preview→prod), load artifact (health+401 only,
  single isolate), CASESTUDY ≥1500 words, season ledger `docs/SEASON.md`.

## Hosted honesty (must stay true)

- Public host: https://pax-ai-gateway.vercel.app ΓÇö **P5 only**, four **`unconfigured`**.
- Status path: `/v1/platform/status` (not `/v1/status`).
- No global 429 claim (`rate_limiter.scope` = `process` without Redis).
- **Fly remains PLANNED** (billing blocks free deploy theater).
- Agents do not set production upstream env.

## Verify

```bash
curl -s https://pax-ai-gateway.vercel.app/health
curl -s https://pax-ai-gateway.vercel.app/v1/platform/status   # 401
curl -s -H "X-API-Key: dev-local" https://pax-ai-gateway.vercel.app/v1/platform/status
# four unconfigured
curl -s -H "X-API-Key: dev-local" "https://pax-ai-gateway.vercel.app/v1/platform/journal?format=jsonl&limit=5"
# no raw keys
```

Offline: `pytest` (quota policy, audit export, proxy contracts, chaos).  
Load: `python scripts/load_public_edge.py --n 120` → `docs/assets/load.json`.

## Still PLANNED after v1.0.0

- Fly.io multi-region gateway if billing unblocks.
- Deployment-wide 429 on public Vercel without intentional Redis.
- Durable multi-tenant audit / SIEM shipping.
- OAuth / enterprise IdP.
- Token-bucket limiter (shipped algorithm remains fixed window).
- P1 public host integration on production gateway.

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.