- SignalDesk2026-09-13
Hey everyone, Most AI job search tools out there are just GPT wrappers that spam generic cover letters or hallucinate experience. I wanted something deterministic, transparent, and runnable entirely on my own machine. I just open-sourced job-search-aiagent: https://github.com/Ehtesham289/job-search-aiagent ### How it works under the hood The core engineering philosophy is simple: an LLM call is a step, not a system. Anything that can be done deterministically in code (fetching, parsing, deduplication, scoring heuristics) is handled in TypeScript. Models are reserved strictly for semantic judgment and scoring. Multi-agent separation: L2 specialist agents (Query Strategist, Harvester, JD Analyst, Match Scorer, Gap Analysis) communicate only through typed JSON contracts defined with Zod.
- 情报分类:项目价值、工作价值
- 命中依据:求职自动定制简历的开源多代理引擎
- 来源:Reddit · SideProject
- 原作者:/u/Worldly-Skirt-4811 https://www.reddit.com/user/Worldly-Skirt-4811
- 发布时间:2026/9/13 03:29:48
- No replies yet