Skip to content

Fin the Finder v1.0.0

Latest

Choose a tag to compare

@Alexi5000 Alexi5000 released this 04 Jul 14:37

Fin the Finder v1.0.0

Fin the Finder v1.0.0 is the first proof-gated public release of the repo.

It is an evidence-first AI research system built on Mastra agents, Exa search, OpenAI-compatible model routing, Supabase persistence, citation gates, evals, and recorded proof artifacts.

Release Position

This is ready for public technical review as a production foundation. It is not yet a hosted SaaS launch.

What Shipped

  • Next.js 16 product shell and typed API routes.
  • Mastra research, evaluation, extraction, contradiction, citation, report, and review agents.
  • Conservative Exa search defaults with highlights-first retrieval.
  • OpenAI-compatible model routing, including OpenRouter-compatible base URL support.
  • Supabase schema for sessions, sources, learnings, claims, approvals, events, reports, runs, costs, post-mortems, and scoped memory.
  • Human approval gate between research and reporting.
  • Citation, contradiction, final-review, and deterministic eval gates.
  • Credential-free orchestration replay for worker and pipeline proof.
  • Provenance-bound demo export, recorded media validation, and live eval verification.
  • CI for typecheck, lint, contracts, notebooks, unit coverage, evals, replay, benchmark drift, build, audit, smoke, Playwright, and Docker build.

Recorded Live Proof

  • Date: 2026-07-01
  • Session: f6487144-8db9-4833-88e2-999c31a352ba
  • Research run: 4ccaaafe-3fe4-47a3-8c03-80fcbf8c4034
  • Reporting run: 9dea3bb6-a4a2-4dfd-b9d9-8714a0ea654d
  • Approval: d3da714a-b1d6-4047-97ab-12157ae12442
  • Manifest: docs/demo/live-demo.json
  • Manifest SHA-256: 5ad4e21d448e414ec6a64682c1e7d5436261479d95d6e7ed25f5d21fe6c036a3
  • Measured provider cost: $0.17287

Validated with:

npm run demo:record
npm run evals:live
npm run verify

What This Release Does Not Claim

  • Hosted SaaS availability.
  • Enterprise compliance certification.
  • Fully autonomous publication without human approval.
  • Quality guarantees across every research domain.

Reviewer Path

  1. Read README.md.
  2. Inspect docs/FDE_GATES.md.
  3. Inspect docs/demo/live-demo.json.
  4. Run npm run demo:record.
  5. Run npm run verify.
  6. Review docs/ROADMAP.md for deployment-pilot scope.