Projects

headless-hunter

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 Workflow
Architected a LangGraph state machine where Profiler extracts criteria from your prompt/resume, Scout finds targets, and Analyst performs cynical validation.
Privacy First
Acts as a private scout. Recommended for use with local LLMs (Ollama) for 100% air-gapped inference, preventing data leakage to external providers.
Traceable Results
Produces hunting results in the result/ folder as .md reports and detailed .log files to trace agent communication and debug potential issues.
Hermetic Infra
Developed in TypeScript (Bun) and packaged via Nix Flakes for reproducible, dependency-free environments.

Technologies & Concepts

  • TypeScript
  • Bun
  • LangGraph
  • Agentic RAG
  • Puppeteer
  • Local LLM
  • Nix