LLM for Recruiting
CV screening · interview transcription · multilingual
Stop paying $1-5 per resume to ATS AI features. Brainiall flat $99-499/mo screens unlimited CVs + transcribes interviews (Whisper) + generates job descriptions multilingual. EU-hosted, GDPR-friendly for candidate data.
Bulk CV screening pipeline
from openai import OpenAI
import json
client = OpenAI(
base_url="https://api.brainiall.com/v1",
api_key="brnl-..."
)
JOB_REQUIREMENTS = """
Senior Backend Engineer
- 5+ years Python
- AWS/GCP experience
- Distributed systems
- Remote-friendly (US/EU timezone)
"""
# Process 500 CVs em batch
results = []
for cv_text in cv_texts: # iterate 500 CVs
response = client.chat.completions.create(
model="claude-haiku-4-5", # fast + cheap = ~$5 for 500 CVs
messages=[
{"role":"system","content":"Recruiter screening. Output JSON: {match_score: 0-100, key_strengths: [], gaps: [], recommendation: yes/no/maybe}"},
{"role":"user","content":f"Job: {JOB_REQUIREMENTS}\nCandidate CV: {cv_text}"}
],
response_format={"type":"json_object"}
)
results.append(json.loads(response.choices[0].message.content))
# Sort by match_score, top 50 advance to phone screen
top_candidates = sorted(results, key=lambda x: x["match_score"], reverse=True)[:50]
📈 ROI for recruiting team
ATS AI features: $1-5/resume × 5,000 resumes/mês = $5,000-25,000/mês
Manual recruiter screening: 5 min/CV × 5,000 = 416 hours/mês = 2.5 FTEs (~$15k/mês)
Brainiall Pro Team $99/mo (5 recruiters): Unlimited CV screening + 50k credits = $99/mês = recruiter focuses on top 50 candidates only
Annual savings: ~$60-300k vs ATS AI fees + recruiter time
Recruiting use-cases
📄 Bulk CV screening
5,000 CVs em 30 min batch. Match score + strengths + gaps. Recruiter focuses top 50.
📝 Job description generation
Hiring manager describe role em 2 frases. Claude Sonnet 4.6 gera full JD.
🌍 Multilingual job posts
Translate JDs em 9 idiomas. Capture global talent. Cultural adaptation Claude/Qwen.
🎤 Interview transcription
Whisper transcribe video interviews. Auto-summary + key takeaways. Searchable.
💬 Candidate Q&A bot
Public chatbot answers candidate Qs (benefits, location, process). Reduces inbox load.
📊 Bias check
Review JDs + screening criteria for bias indicators. Help legally compliant hiring.
Save $60-300k/yr per recruiting team
7-day free trial. Pro Team $99/mo for 5 recruiters + 50k credits.
Try free 7 daysMigração + economia para ops/SMB
Calcule sua economia substituindo subscriptions OpenAI/Anthropic por Brainiall flat $5.99/mês.
Earn 30% recurring
Refer Brainiall to others — get 30%/mo for every active referral.
Become an affiliate →