Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions authors/assets/images/jalil-hadj-habib.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions authors/jalil-hadj-habib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Author: Jalil Hadj Habib
Title: Full-Stack Developer
Description: Jalil Hadj Habib is a full-stack developer and information systems engineer focused on Laravel, Vue.js, React, TypeScript, Firebase, APIs, dashboards, and practical workflow tools for business software.
Company Name:
Company Description:
Author Image: /assets/images/jalil-hadj-habib.svg
Company Logo Dark:
Company Logo White:
24 changes: 24 additions & 0 deletions definitions/20260520_definition_transcript_regression_test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Transcript Regression Test"
description: "A repeatable quality check that compares new speech-to-text output against expected transcript phrases or fixtures."
date: 2026-05-20
author: "Jalil Hadj Habib"
---

# Transcript Regression Test

## Definition

A transcript regression test is a repeatable quality check for speech-to-text
workflows. It runs known audio fixtures through a transcription pipeline and
compares the generated transcript against expected phrases, terms, or reference
text.

## Context and Usage

Transcript regression tests help teams detect output drift when they change a
transcription provider, model, prompt, audio conversion setting, or correction
step. They are especially useful when transcripts contain product names,
technical acronyms, invoice numbers, speaker names, or domain-specific terms
that must not disappear before the text is used in summaries, search indexes, or
downstream AI workflows.
Loading