Industries/HR Tech & Recruiting/Interview AI + transcript scoring
Interview AI + transcript scoring
Interview-scoring AI faces the same AI Act §4 + GDPR Art. 22 pressure as resume screening, plus a sharper edge: behaviour-analysis claims (tone, facial expression, sentiment) sit close to AI Act Art. 5 prohibited-practices territory. Promethean records the per-interview decision evidence — what was scored, against what rubric, by which model, with what reviewer sign-off.
What this is
Interview AI takes recorded video, audio, or transcripts of candidate interviews + scores them against a competency rubric. Typical features: text-transcript competency extraction (drafter / classifier), structured-question-response scoring (closed-enum rubric), candidate-comparison ranking against a job-opening profile.
Less common but legally riskier: facial-expression analysis, voice-stress / emotion classification, behaviour-style prediction. These sit close to AI Act Art. 5 prohibitions (emotion recognition in workplace + education is largely prohibited from August 2026) — most reputable HR-tech SMBs avoid them or use them in carefully-scoped narrow contexts only.
For the legitimate transcript / structured-scoring use case: the substrate records each interview-scoring decision as an L12 entry. The rubric (spec) is hash-committed to every entry — any retroactive rubric tweak is detectable. The chain export underpins disparate-impact analyses by candidate cohort, and supports both NYC Local Law 144 audits + GDPR Art. 22 challenges.
Regulatory pressure specific to Interview AI + transcript scoring
EU AI Act Annex III §4 — employment + workers management
AI for recruitment, evaluation during the relationship, promotion/termination is high-risk. Interview-scoring AI is squarely in scope. Articles 9-15 obligations.
Official source ↗EU AI Act Art. 5(1)(f) — prohibited emotion recognition
Prohibition on AI systems inferring emotions of natural persons in workplaces and educational institutions, except for medical or safety reasons. Effective 2 February 2025 as part of AI Act Chapter II prohibited practices. Voice-stress + facial-expression analysis in interview AI is likely in scope.
Official source ↗GDPR Art. 22 — solely-automated decisions
Hiring decisions produce legal effects. Interview-scoring AI that materially influences the hiring decision is within Art. 22's scope post-Schufa. Meaningful human review required.
Official source ↗Illinois AI Video Interview Act + Maryland HB 1202
IL: candidates must be notified of AI use + provided meaningful information about its operation; data deletion on request. MD: employers must obtain candidate consent for AI facial analysis. Other US states have parallel laws.
Official source ↗How Promethean addresses this
Rubric stability (specHash binding)
The interview rubric is encoded as the spec's outputSchema. Each L12 entry carries specHash — a rubric change produces a new hash, visible in the chain. Retroactive rubric changes to make outcomes look better aren't possible without breaking the chain.
Behaviour-analysis claims — what the substrate does + doesn't do
Promethean records the decisions; it does NOT make behaviour-analysis a legal AI use. If your interview AI does facial-expression / emotion inference in EU workplace contexts, AI Act Art. 5(1)(f) prohibits it (effective 2 February 2025 with the rest of Chapter II) — and no evidence layer makes a prohibited practice lawful. For transcript-based or competency-rubric-based scoring (which is lawful), Promethean provides the audit trail.
Candidate notification + data-deletion (IL AI Video Interview Act)
Notification is operator-side workflow (form text, email cadence). For data deletion: when the candidate requests deletion, your platform handles the source-data deletion; Promethean's chain retains only SHA-256 hashes (no PII), so chain retention doesn't itself trigger the deletion right — the operator-side data store is the right venue.
Reviewer-gate on hiring-influencing scores (Art. 22)
Reviewer-gate primitive: always-human on any decline; on-low-confidence on advance decisions. The L12 entry records reviewer identifier + verdict. Override rate over time is the empirical evidence of meaningful intervention.
Multi-employer-customer audit isolation
R4 tenantId per L12 entry. Per-employer chain export filterable by tenant; bias-audit firms see only their employer's data via verify.mjs.
What this looks like in practice
Hypothetical: HR-tech SMB during AEDT bias-audit + Aug-2026 AI Act §5 audit
An HR-tech SMB ships transcript-based interview-scoring AI to 80 employer customers, including several NYC-headquartered ones (NYC AEDT applies) + several EU operations (AI Act + GDPR applies). In Q1 2027 the SMB faces: a NYC bias audit for its NYC-employer customers + a GDPR Art. 22 complaint from an EU candidate + an AI Act Art. 5 audit checking the product doesn't do prohibited emotion recognition. Without Promethean: three concurrent log-archeology exercises, partial answers to each regulator. With Promethean: chain-export filtered by tenantId for the NYC bias audit; chain-export for the affected candidate for the Art. 22 inquiry; the spec definitions (in the chain) prove the AI does transcript-based competency scoring, not emotion recognition. All three regulators verify with verify.mjs. The SMB exits with corrective recommendations rather than enforcement.
Frequently asked
We do video-interview scoring. AI Act Art. 5(1)(f) prohibits emotion recognition — does our scoring count?
Depends on what your AI actually does. Inferring emotional state from voice / facial expressions is prohibited in workplace contexts under AI Act Art. 5(1)(f), effective from 2 February 2025 (the full Chapter II prohibited-practices applicability date). Transcript-based competency scoring (extracting whether the candidate's answers demonstrate relevant skills + experience) is not emotion recognition — it's response-content scoring. The distinction matters. The substrate records what your spec is; if a regulator inspects your spec definition + the chain, the operating envelope is auditable. If your AI does emotion inference, no audit trail makes a prohibited practice lawful — you need a different product.
How does Promethean help with the Illinois + Maryland candidate-consent obligations?
Indirectly. Notification + consent are operator-side workflows (your platform's onboarding emails, candidate-experience UI). Promethean's chain doesn't drive notification, but it records the consent-state at decision time — your platform passes the consent boolean into the inputHash, so the chain entry is bound to a specific consent state. A regulator asking 'did the candidate consent to AI interview analysis on date X' can confirm against the chain.
Async video interview platforms (HireVue, etc.) — does Promethean replace them?
No. Promethean is the audit-trail layer underneath your scoring + analysis logic. Video capture, candidate scheduling, interview replay — those are platform features. When your platform runs the AI scoring on a captured interview, Promethean records that decision into the L12 chain as a side effect. Complementary, not replacement.
Our customer (a Fortune 500 employer) wants their own audit trail. How does that work?
Multi-tenancy via tenantId. Each interview-scoring decision is tagged with the employer-customer's tenantId. You ship the employer a per-tenant audit bundle filtered to their decisions; they verify with verify.mjs without seeing other employers' data. Available on Production tier and above. For very large employers (your Fortune 500 example), they may also request HSM key custody (Scale tier roadmap) so the signing keys are operator-controlled outside Promethean infrastructure.