debrev.

Research Initiative

Strata:
Domain-Specialized AI

Building models that reason deeply within a narrow vertical. Not a frontier model competitor—a specialized system that understands hiring better than generic AI, costs less to run, and works inside product workflows.

Why Domain-Specialized Models Matter

Putting candidate info into a frontier model gets you summaries. Getting true hiring intelligence requires something different.

Generic Models Aren't Specialized

Frontier models excel at general reasoning, but lack deep hiring domain knowledge. They produce surface-level summaries without understanding role requirements or competency frameworks.

Cost Scales Wrong

Frontier models are expensive to run repeatedly. Hiring decisions need to be made many times—on many candidates, across many roles. Generic AI doesn't scale economically.

Structure & Auditability

Hiring is legally sensitive. You need evidence traceability, explainable reasoning, and comparable outputs—not opaque neural black boxes.

The Strata Thesis

Instead of competing with frontier models, build specialized systems that work better inside one domain. Below, we outline a 5-phase proof of concept for an interview-specific AI.

The Evidence-to-Intelligence Pipeline

1.

Qualitative Evidence Ingestion

Interview notes, resumes, scorecards, interviewer comments

2.

Evidence Normalization

Convert messy inputs → structured evidence objects with competency, direction, strength, source

3.

Rubric-Aware Candidate State

Merge evidence with org/role-specific rubrics (company standards, role requirements)

4.

Structured Decision Intelligence

Output: comparable candidate views, explicit reasoning, evidence traceability, recommendation + uncertainty

What Strata Is NOT

  • A new frontier LLM competitor
  • A wrapper around GPT-4 prompts
  • Fully autonomous hiring decisions
  • A one-model solution

What Strata IS

  • Specialized deep-learning systems for hiring
  • Compact, fine-tuned models with structured outputs
  • Human-in-the-loop decision support
  • Evidence-linked, auditable, cost-efficient

The Five-Phase Proof of Concept

Strata is built on a methodical, measurable approach: five phases to prove the model works, then expand to broader capabilities.

1

Base Model Proof of Concept

Prove that a compact model can be adapted cheaply for hiring intelligence using QLoRA fine-tuning, structured output schemas, and domain datasets.

# Fine-tune with QLoRA

model = AutoPeftModelForCausalLM.from_pretrained(base_model, peft_config)

# Structured output schema

output = {competencies: [...], strengths: [...], risks: [...]}

2

Domain Behavior Refinement

Make the model meaningfully better at hiring reasoning. Clean data, remove ambiguous categories, expand edge cases, measure where the model misjudges role context.

Success: Tuned model significantly outperforms base on held-out hiring examples, with fewer confused labels and better role awareness.

3

App-Ready Structured Outputs

Lock the schema and make outputs production-grade. Add confidence levels, evidence traceability, and explicit reasoning that app logic can consume reliably.

# Structured, machine-consumable output

{

competencies: [{ name: "problem solving", confidence: 0.87, evidence: [...] }],

risks: [{ type: "communication", severity: "medium" }],

recommendation: "Strong fit", uncertainty: 0.12

}

4

Retrieval & Company-Aware Context

Let the system use org-specific rubrics, role requirements, and company preferences without retraining. One core model, multiple company contexts.

Success: Same model adapts to different company standards. Retrieved context improves judgment on real role scenarios. Company knowledge lives outside model weights.

5

Runtime Efficiency & Deployment

Make it cheap enough for production. Benchmark latency, throughput, quantization, and local/private runtimes. Viable cost per decision-support action.

Success: Clear cost/quality tradeoff for production. Viable local or server deployment. Cheap enough to run repeatedly for every candidate.

Core Principles

Human-in-the-Loop

Decision support, not autonomous decisions. The system informs; humans decide.

Structured Over Prose

JSON schemas, confidence levels, and explicit reasoning—not vague narrative text.

Evidence-Linked & Auditable

Every claim ties back to source evidence. Full traceability for legal and compliance requirements.

Explicit State Over Hidden Memory

Candidate state is persistent, versioned, and queryable—not hidden in chat history.

Narrow, Optimized Workflows

Deep specialization in hiring, not generic model usage. Workflows bound what the system can do.

Cost-Efficient Repetition

Economically viable to run for many candidates, many times, repeatedly.

Post-Phase 5: Where Research Leads

Once the vertical model is proven, Strata can expand in multiple directions.

Evidence Normalization & State

Build richer candidate state models that track competencies over time, aggregate evidence across multiple interviews, and surface contradictions or missing signals.

Comparative Decision Intelligence

Systems that support head-to-head candidate comparison and reviewer alignment—not just individual analysis.

Active Questioning & Follow-Up

Models that identify gaps in candidate evidence and suggest what to ask next—turning the system into an interviewing co-pilot.

Multi-Vertical Expansion

Apply the same methodology to other decision-heavy domains: design evaluation, customer fit, partnership assessment, and beyond.

Real-World Application: Debrev Interview

Strata research powers Debrev Interview, proving the thesis in production.

Debrev Interview is where Strata's domain specialization meets real hiring teams. It takes the structured outputs from our models and integrates them into product workflows—transcription analysis, diarization, candidate comparison, team alignment.

Every interview analyzed, every candidate compared, every team alignment achieved proves that specialized models can outperform generic AI on the narrow tasks that matter most.

Explore Debrev Interview

From Research to Product

Evidence Input: Interview audio, notes, resumes, scorecards

Strata Processing: Transcription → normalization → rubric-aware analysis

Structured Output: Candidate insights, competency scores, team comparison

Product Integration: Dashboard, AI chat, pool analysis, offer decisions

The Research Continues

Strata is an ongoing research initiative into specialized AI. Stay tuned for updates on the phases, new findings, and expansions beyond hiring.