System / 002

JASPI

AI hiring infrastructure

Role

Backend & Cloud Engineering

Period

Apr 2025 – Present

Domains

3

Context

Power Match (Denmark)

Primary Outcome

Production backend powering AI screening of hundreds of applicants simultaneously with zero-downtime deploys.

Last updated 2026-08-11

01 / Context

Jaspi is an AI-powered hiring platform that automates the full recruitment lifecycle — from job post generation and candidate sourcing to async AI video interviews and real-time fit scoring. Companies use Jaspi to hire at a flat $200/job rate, eliminating the need for traditional recruiters.

02 / Problem

The backend needed to handle AI screening pipelines, async chat and video interviews, real-time candidate scoring, and third-party integrations, all reliably at production scale — with no room for downtime during live hiring workflows.

04 / Architecture

job / candidate statehand-offzero-downtime deployCLIENTAPI GATEWAYHIRING SERVICEPOSTGRESQLAI SCREENING PIPELINEAI / ML PROVIDERSDOCKER + CI/CDAWS
Hover or focus a node for its responsibility.

The hiring service owns job and candidate state in PostgreSQL and hands off to an AI screening pipeline for scoring and interview evaluation, so a slow AI provider response degrades scoring latency without taking down core hiring operations. Deployment runs through Docker and CI/CD on AWS specifically to support zero-downtime releases during active hiring cycles.

/

07 / Contribution

My Contribution

  • Designed and maintained backend services powering AI-driven hiring flows — job post generation, candidate sourcing, and screening pipelines
  • Built secure, scalable REST APIs supporting async video interviews, AI fit scoring, and real-time candidate ranking
  • Architected cloud infrastructure on AWS with Docker-based deployments and CI/CD pipelines for zero-downtime releases
  • Integrated AI/ML services into the hiring workflow, working closely with product and ML teams
  • Improved infrastructure reliability through monitoring, alerting, and automated recovery

09 / Outcome

  • Production-grade backend powering the 48-hour hiring promise
  • AI screening of hundreds of applicants simultaneously
  • Zero-downtime deployment model maintained through active development

10 / Lessons

  • Isolating AI provider calls behind a dedicated service boundary paid off the first time a provider had a latency spike — the rest of the platform stayed unaffected.
  • Zero-downtime deploys matter most exactly when you're shipping fastest — early investment in the release pipeline kept velocity high without adding production risk.