JobSignal
An AI job-search platform for international candidates — live at liuzijob.com.
A resume goes in; a ranked universe of visa-friendly jobs comes out. Claude extracts the candidate profile, pgvector HNSW search retrieves matches from 8,400+ listings, and an LLM reranker writes a per-job rationale — rendered as an interactive 3D galaxy, at about $1–2 per user per month through per-user quotas.
- Grew the job pool 250× (34 → 8,400+) with a pluggable ingestion system crawling Greenhouse, Lever, and Ashby boards, seeded from 27,428 real DOL filings and refreshed by daily crons.
- Diagnosed a production latency breach down to an HNSW index defeated by a filter expression; shipped an exact-filter RPC that restored the plan.
- Row-level-security multi-tenancy, prompt-injection hardening, and a dead-man's-switch daily health report — silence itself raises an alert.
- 435 commits and 60+ PRs since July, every one through the agent review pipeline below.
Next.js · TypeScript · Supabase Postgres + pgvector · Claude API · Vercel · Playwright