I Turned My Resume Into an AI You Can Interrogate
This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).
A developer built an AI-powered interactive resume called Signal Sifter that lets recruiters interrogate a career story via chat, while also serving as a hidden interview practice coach. The key architectural decisions: no RAG or vector DB (the full resume JSON fits in the LLM context window), mandatory source citations on every answer using a closed key list to prevent hallucination, and five literature-based self-assessments (Belbin, Thomas-Kilmann, SDT, TIPI, Goleman) instead of generic soft-skill claims. The stack runs at $0/month using GitHub Pages, a Cloudflare Worker, and Groq's free tier. A hidden `?practice=1` mode flips the AI into a behavioral interviewer that stress-tests resume claims against the self-assessments and coaches STAR-method answers. The project is open source and forkable.