I built an open-source team of AI agents that finds the jobs that actually fit you — not a mass-apply bot. Looking for feedback + contributors

Reddit r/AI_Agents Tools

Summary

An open-source team of autonomous AI agents that continuously searches job boards, scores postings against a user's profile, and drafts tailored CVs and cover letters, aiming to reduce generic applications. Built with Node.js, Python, and multiple AI CLIs, it's MIT-licensed and seeks contributors.

I've been building Job Hunter Team — a team of autonomous AI agents that runs a job search for you. You set the direction; they comb the job boards around the clock, read each posting, score how well it fits your profile (0–100), and draft a tailored CV + cover letter for the ones worth applying to. Fewer applications, but targeted — the final "send" is always your call. Why I built it. I was job-hunting in early 2026 and most applications got no reply. I wired a few LLM agents together to do the tedious half of the search; in two weeks it analyzed ~200 openings, prepared ~20 tailored applications, and got me 5 interviews. It worked well enough that I rebuilt it properly for anyone. It's deliberately not a mass-apply bot. The market is already an arms race — too many generic applications, so employers filter with AI, so everyone gets less attention. This bets the opposite way: find the right match and help you adapt what you offer to what the market wants. The hard part was keeping it affordable. The team monitors its own budget and paces itself to run for a whole month without burning through it. One real month-long run: 658 positions found, 307 scoring 70+ (avg 71/100), across 24 countries, with no human steering (numbers + charts are in the repo). Tech stack: Node.js + TypeScript (CLI + orchestration), Python (budget monitoring + provider glue), agents running on Claude Code / Codex / Kimi CLIs with tmux + SQLite for shared state, a Next.js + Supabase web dashboard, and an Electron desktop app — all in a single Docker container so your machine stays clean. It's still early and, honestly, CLI-first for now (a desktop app for non-technical users is the biggest open piece). It's MIT open source, and I'm looking for feedback, contributors, and beta testers. The thing I most want to crack: running it on fully local models so it costs only electricity — finding work shouldn't be gated by who can afford AI.
Original Article

Similar Articles

MadsLorentzen/ai-job-search

GitHub Trending (daily)

An open-source AI-powered job application framework built on Claude Code that automates job search, CV tailoring, cover letter writing, and interview preparation, with modular job portal integrations for the Danish market.

3 Parallel AI Agents to Automate Resume Screening (Python)

Reddit r/AI_Agents

A tutorial on building a production-ready asynchronous multi-agent AI pipeline in Python to automate resume screening using three parallel agents: JD Analyzer, Resume Gap, and Project Matcher, with output synthesized into structured JSON recommendations.