Skip to content

ai-agents

A monorepo of small, spec-driven AI agents. Two of them publish their wikis here; the rest are documented in the repository.

The agents on this site

  • job-scout — watches ~95 technology companies' own job boards, publishes a daily public parquet of open postings, and powers the live trends dashboard.
  • job-pilot — runs after each daily publish: finds the new jobs that match the owner's target roles, scores them through the job-matcher API, and emails one digest with cover-letter PDFs attached.

Live pages

  • Trends dashboard — daily hiring trends from the public dataset, rebuilt every morning.
  • DuckDB console — query the public parquet in your browser.

How these agents are built

Every non-trivial change goes through a written proposal, design, tasks, and specs before construction (openspec/ in the repo), with a human approval gate between phases — the working method the Documentation Style Guide and the AI-DLC write-ups describe.