Frontend
Premium stateless chat experience and architecture visualization.
How HireSense AI transforms recruiter conversations into grounded SHL assessment recommendations through a stateless API, hybrid retrieval, and validated recommendation objects.
Click any block to inspect purpose, inputs, outputs, technologies, and why that layer improves recommendation quality.
Each layer owns one job: interface, API orchestration, retrieval evidence, embeddings, or deployment.
Premium stateless chat experience and architecture visualization.
Validated API boundary and conversation orchestration layer.
Hybrid evidence engine tuned for recall and deterministic ranking.
Offline semantic documents and vector index artifacts.
Frontend and backend deploy independently while preserving API contracts.
The architecture keeps AI behavior grounded while giving recruiters a polished decision experience.
Every /chat call carries the full conversation history.
Semantic and lexical signals are combined before ranking.
Recommendation objects come from trusted catalog metadata only.
A clean, typed API surface for production serving.
Fast local vector search over validated SHL assessment documents.
Portable backend deployment with explicit runtime artifacts.
TypeScript and Pydantic protect both sides of the contract.
Keyboard, focus, and reduced-motion behavior are first-class.
The frontend shows the architecture in product language while the backend keeps retrieval deterministic and testable.
Response Time
< 10s
Client timeout protects the product experience.
Retrieval Strategy
Hybrid
Semantic + lexical + metadata evidence.
Vector Search
FAISS
Prebuilt index loaded by the backend.
Hybrid Ranking
RRF
Rank-based fusion across different score scales.
Pipeline
Grounded
Validated SHL recommendation objects only.
The user experience can evolve independently from the FastAPI backend and SHL catalog pipeline.
Next.js product UI
FastAPI recommendation service
Validated catalog + FAISS artifacts