← Back to Projects

headless-hunter

2025

Autonomous AI Job Agent

Developed a personal recruiter agent that compares the market to your skills and wishes using a "Cynical" Autonomous AI reasoning engine. It processes your resume and custom prompt locally, performing deep semantic matching against obscured job details without spreading private information anywhere.

Showcase

Key Details

  • Agentic WorkflowArchitected a LangGraph state machine where Profiler extracts criteria from your prompt/resume, Scout finds targets, and Analyst performs cynical validation.
  • Privacy FirstActs as a private scout. Recommended for use with local LLMs (Ollama) for 100% air-gapped inference, preventing data leakage to external providers.
  • Traceable ResultsProduces hunting results in the result/ folder as .md reports and detailed .log files to trace agent communication and debug potential issues.
  • Hermetic InfraDeveloped in TypeScript (Bun) and packaged via Nix Flakes for reproducible, dependency-free environments.

Technologies & Concepts

TypeScriptBunLangGraphAgentic RAGPuppeteerLocal LLMNix