A fully automated Technical Interview AI Agent built during the ElevenLabs x a16z hackathon.
Interview Agent conducts technical interviews autonomously, using voice synthesis and AI to evaluate candidates for technical roles. Built in just 20 hours at the ElevenLabs x a16z hackathon.
App URL: https://inverview-agent.com/
Project Presentation: https://devpost.com/software/inverview-agent
Project Source Code: https://github.com/goosewin/interview-agent
I attended the ElevenLabs x a16z hackathon over the weekend and built this fully automated Technical Interview AI Agent (which I will be employing for my hiring pipeline). Here are my thoughts:
- Agents are ridiculously easy to build now
- Generative coding tools are insanely good (v0, lovable, bolt for UI prototyping get you moving really quickly)
- You can hack almost anything over a weekend
- We will see more bots on social media, phone calls, meetings, etc.
- Voice cloning & synthesis are practically indistinguishable now
- I will be taking a deeper dive into agent orchestration systems - it's incredibly easy to build now
Cranked out ~35k lines of code in 20 hours, with AI generating about 80% of it. Built the whole thing solo. The definition of software development is changing for sure!
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
- Next.js - React framework with TypeScript
- ElevenLabs - Voice synthesis and cloning
- Clerk - Authentication and user management
- Vercel AI SDK - AI streaming and integration
- Mastra AI - Agent orchestration and workflows
- shadcn/ui - UI component system
- Lovable - UI prototyping
- v0 - AI-powered UI generation
- PostHog - LLM observability and analytics
- Monaco Editor - Code editor component
- Resend - Email delivery
- Vercel - Deployment and hosting