Deterministic tasks
- Deduplication & normalization
- Date checks & expired listing pruning
- Fact assertion boundary enforcement
- File generation and formatting
Flagship case study · career workflow and evidence governance
I built and operate Job Hunt OS across Google Sheets, Apps Script, scheduled Python and Playwright workers, multi-provider review, and document validation. It collects, verifies, scores, and packages opportunities; I review each packet and submit every application manually.
The September 3, 2026 snapshot records 40,081 canonical jobs, 640 passing tests, and zero autonomous submissions. Every application decision remains human-controlled.
Screens & Evidence
01 / Problem
Evaluating opportunities across dozens of sources required repeating context, manual deduplication, and extensive review overhead.
Job Hunt OS externalized state into canonical sheets, automated ingest and deduplication via deterministic scripts, and bounded LLM evaluation to verified resume facts.
02 / Evolution
System instructions with strict claim boundaries evaluated jobs inside chat sessions.
Google Apps Script and scheduled workers collected postings and maintained deduplicated registries.
Codex, Claude, and Gemini provided structured scoring and cross-review.
Daily runs, automated ledger logging, and packet generation support active search.
03 / What I built
04 / Architecture
Job Hunt OS architecture showing intake, evaluation, and human submission gates.
05 / System Boundary
06 / Reliability
Ingest runs write state to recovery ledgers. If an API call fails or worker halts, subsequent runs resume without duplicates.
Every candidate packet must pass strict assertion tests against the source resume facts before presentation.
07 / Outcomes
Processed and deduplicated over 40,000 opportunities with complete audit history.
640 automated tests enforce prompt schema compliance and claim boundary rules.
Zero autonomous submissions. 100% human-verified job applications.