ViqusViqus
Navigate
Company
Blog
About Us
Contact
System Status
Enter Viqus Hub

AI Job Search Assistant Uses Multi-Step Reasoning for Hyper-Targeted Job Shortlisting.

job search assistant AI model DeepSeek V4 Pro Qwen3-8B Retrieval-Augmented Generation LinkedIn Large Language Model
June 06, 2026
Viqus Verdict Logo Viqus Verdict Logo 6
Advanced Agent Blueprint
Media Hype 4/10
Real Impact 6/10

Article Summary

This article details the architecture and implementation of a sophisticated AI job search assistant designed to alleviate the pain points of modern job hunting. The system operates in three distinct steps: first, using DeepSeek V4 Pro as a 'teacher' to draft highly specific, LinkedIn-formatted search queries from a user's resume and preferences. Second, it executes these queries against JobSpy to gather relevant job postings. Third, a smaller, specialized model (Qwen3-8B) learns from the teacher's structured scoring ('distillation') by assessing each job posting against the resume across five criteria: skills match, experience relevance, education, certifications, and industry fit. The overall design emphasizes modularity, using two distinct LoRA fine-tuning runs for query generation and fit evaluation, and deploying the inference via optimized llama.cpp on a ZeroGPU Hugging Face Space for efficiency.

Key Points

  • The system's core innovation lies in using a multi-step process: query generation -> search -> structured scoring, providing defendable reasoning for each suggestion.
  • The architecture uses 'teacher-student' distillation, leveraging a powerful large model (DeepSeek V4 Pro) for structured labeling and guiding a smaller, deployable model (Qwen3-8B).
  • Deployment efficiency is critical, utilizing techniques like llama.cpp and ZeroGPU Spaces to ensure the complex, multi-stage process remains fast and accessible in a live demo environment.

Why It Matters

While the concept of an AI job search tool is not new, the technical depth showcased here—specifically the structured data pipeline, the use of teacher-student distillation, and the rigorous focus on quantifiable, multi-dimensional scoring—represents a significant leap in practical AI agent building. For the AI industry, this serves as a detailed blueprint for creating highly complex, multi-tool, and reasoning-heavy agents that interact with structured external APIs (like LinkedIn). It moves beyond simple Q&A models toward building specialized, full-stack digital workers, proving the capability of smaller models when trained with high-quality, structured, real-world labeling.

You might also be interested in