Gen AI
100xEngineers Batch 2
Python dev ๐ | Data explorer ๐ | Problem solver ๐ก | Continuous learner ๐ | Foodie ๐ | Code with creativity ๐ป
One chat interface to run your entire hiring process: โ JD Creation โ Bias Check โ Resume Screening โ Interview Scheduling
Building entirely in public. Tag someone frustrated with their ATS below! ๐
$5K-$50K/year for an ATS tool that is basically just a rigid, overpriced spreadsheet. Zero AI. Zero automation.
I got tired of it, so Iโm building an AI Hiring Assistant using Google ADK + AlloyDB + Gemini.
Here is what I built in the last week while I was "๐ผ๐ณ๐ณ๐น๐ถ๐ป๐ฒ" ๐งต๐
3๏ธโฃ Auto-Scheduling via MCP Connected the agents to Google Workspace using Model Context Protocol (MCP). The Schedule Agent auto-generates Meet links, and the Email Agent sends candidate invites via Gmail. Zero manual emails.
Built on ๐๐ผ๐ผ๐ด๐น๐ฒ ๐๐๐ย - which makes agent delegation surprisingly clean.
More on the orchestration layer in a future post.
๐ช๐ต๐ถ๐ฐ๐ต ๐ฎ๐ด๐ฒ๐ป๐ ๐๐ผ๐๐น๐ฑ ๐ฌ๐ข๐จ ๐ฏ๐๐ถ๐น๐ฑ ๐ณ๐ถ๐ฟ๐๐? Reply below ๐
#BuildInPublic#GoogleADK#MultiAgentAI#AIEngineering#Python
Why this architecture?
โ Each agent has ๐ผ๐ป๐ฒ ๐ท๐ผ๐ฏย - easier to debug
โ Agents can run ๐ถ๐ป๐ฑ๐ฒ๐ฝ๐ฒ๐ป๐ฑ๐ฒ๐ป๐๐น๐ย - easier to test
โ Adding a new capability = adding a new agent, not rewriting everything
๐ฆ๐ฒ๐ฝ๐ฎ๐ฟ๐ฎ๐๐ถ๐ผ๐ป ๐ผ๐ณ ๐ฐ๐ผ๐ป๐ฐ๐ฒ๐ฟ๐ป๐. ๐๐๐ ๐ณ๐ผ๐ฟ ๐๐.
Day 2 of building the ๐๐ ๐๐ถ๐ฟ๐ถ๐ป๐ด ๐๐๐๐ถ๐๐๐ฎ๐ป๐ in public.
If you're picking a DB for an AI agent system โ think about where your ๐ฒ๐บ๐ฏ๐ฒ๐ฑ๐ฑ๐ถ๐ป๐ด๐ ๐น๐ถ๐๐ฒ relative to your relational data.
#BuildInPublic#AlloyDB#pgvector#AIEngineering#Python
The ๐ฝ๐ด๐๐ฒ๐ฐ๐๐ผ๐ฟ angle is what seals it.
Resume embeddings sit in the ๐๐ฎ๐บ๐ฒ ๐๐ as candidate records.
No separate vector store. No sync issues. ๐ข๐ป๐ฒ ๐พ๐๐ฒ๐ฟ๐ does the semantic match + filters by stage + joins job criteria.
Day 30 of building Agentic AI systems.
30 days. 30 commits. Production-ready.
From "I should learn RAG" to deployed Docker container with multi-provider failover, evaluation, and self-correction.
Final thread ๐งต
#AgenticAI#RAG#BuildInPublic
What would I do differently?
1. Add evaluation on Day 1, not Day 21
2. Docker from the start
3. Test with real data, not toy examples
4. Track cost from Day 1
5. Load test earlier
Learn from my mistakes.