Add Transcripted Lab experiment workbench and CLI - #1705
Draft
r3dbars wants to merge 1 commit into
Draft
Conversation
Create a standalone SwiftUI app, shared Lab kit, and headless CLI that orchestrate Transcripted's existing runtime, dictation, transcription corpus, speaker identity, and QA lanes. Store versioned aggregate reports, surface hard gates before scores, compare baseline and candidate runs, and verify the package with focused tests plus a macOS CI lane.
Owner
Author
Verification completeAll automated gates are green on
First local launch after checking out this branch: Tools/TranscriptedLab/script/build_and_run.shCLI entrypoint: swift run --package-path Tools/TranscriptedLab transcripted-lab helpI am intentionally keeping the PR in draft while the next likely slice remains explicit: a labeled dictation/transcription WER/CER corpus, normalized speaker auto-research holdout metrics in the UI, and bounded multi-arm campaign recipes similar to Tilde Lab. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A separate local Transcripted Lab product for running repeatable experiments against Transcripted's real production and repository-owned test paths.
Transcripted Lab.appTranscriptedLabKitexperiment/report enginetranscripted-labCLI backed by the same contractBenches
Safety rules
The score cannot average away:
Local verification completed
swift test --package-path Tools/TranscriptedLab --jobs 4— 5/5 focused tests passedswift build --package-path Tools/TranscriptedLab --product transcripted-labThe new macOS workflow builds and tests the Foundation kit/CLI, compiles the SwiftUI app, and verifies the ad-hoc-signed app bundle.
Current intentional limits