An open, source-backed framework for evaluating AI recruiting systems by outcomes, evidence, control, and risk.
OpenJobs AI is now Metix AI. This repository no longer publishes or aggregates job listings. It maintains an open, source-backed field guide for teams evaluating AI recruiting systems.
The public guide starts with the question “How many profiles can this tool search?” and then asks what those results do for the hiring process:
Can the system repeatedly turn a clear hiring brief into qualified, interested people worth interviewing while keeping the employer in control?
The former job aggregator, feed parser, rotating job tables, category filters, RSS feed, job statistics, and scheduled content commits have been retired. Existing public roots remain available:
https://openjobs.genedai.me/ serves the field guide.https://digidai.github.io/openjobs/ serves this open-source methodology and maintenance record.No openjobs.metix.ai hostname is used.
The guide is designed to remain useful without pretending to be legal advice or a universal procurement checklist.
See EDITORIAL_POLICY.md for source and link rules.
The canonical HTML pages remain the citation targets. Agents can load cleaner, equivalent representations without parsing navigation or interactive controls:
/llms.txt: concise discovery map following the emerging llms.txt proposal./llms-full.txt: consolidated full context generated from every curated Markdown page./ai-index.json: versioned page, entity, source, download, access-policy, and citation metadata./methodology.md, /vendor-checklist.md, and the other library guides listed in llms.txt.llms.txt is an evolving community proposal, not a replacement for standards-based robots.txt, canonical HTML, or the XML sitemap. Search/retrieval crawlers, user-directed fetchers, and model-development crawlers are listed separately in robots.txt so the policy remains explicit even when all are allowed. Machine-readable duplicates are served with their correct media types, cross-origin read access, caching, and X-Robots-Tag: noindex, follow.
These are ordinary, visible editorial links. The project does not sell links, create generated doorway pages, or publish hidden SEO content.
public/
├── index.html # Field guide
├── methodology.html # Evaluation and evidence method
├── vendor-checklist.html # Procurement question bank
├── pilot-design.html # Pilot protocol and metric definitions
├── sourcing-evaluation.html # Retrieval and ranking evaluation
├── screening-evaluation.html # Selection and accessibility evaluation
├── agent-reliability.html # Agent permissions and operations
├── evaluation-scorecard.html # Interactive and printable rubric
├── sources.html # 18-source annotated ledger
├── downloads/ # Reusable CSV files
├── data/ # Reusable JSON files
├── llms.txt # Machine-readable site map and scope
├── llms-full.txt # Generated consolidated context
├── ai-index.json # Versioned machine-readable resource index
├── ai-index.schema.json # JSON Schema contract for the index
├── index.html.md # Field guide Markdown representation
├── evaluation-scorecard.md # Scorecard Markdown representation
├── sources.md # Source-ledger Markdown representation
├── _headers # Media type, CORS, cache, and noindex rules
├── robots.txt
└── sitemap.xml
scripts/
├── generate_evaluation_library.py # Structured-content generator
├── generate_agent_context.py # Deterministic full-context generator
└── validate_site.py # Fail-closed human and agent-readiness checks
docs/plans/
└── 2026-08-07-metix-hiring-field-guide-design.md
python3 scripts/generate_evaluation_library.py --check
python3 scripts/generate_agent_context.py --check
python3 scripts/validate_site.py
python3 -m http.server 8080 --directory public
Then open http://localhost:8080/ and test the guide at desktop and mobile widths. No build step or third-party runtime is required.
Corrections and primary-source additions are welcome. Read CONTRIBUTING.md before opening a pull request.
Code is available under the MIT License. Linked source material remains subject to its original publisher’s terms.