← DaaS Platform

Data Wrangling Pipeline

Designed and prototyped a data-wrangling application implementing a guided seven-step import-to-export pipeline for time-series motion-sensor and audio data, with human sign-off gates on every high-risk transformation. Prototyped the alignment-approval gate first, because that was the decision the rest of the product depended on.

The hard problem was drawing the boundary between what automation should do and what a human must approve. Early versions conflated validation with alignment, which made the workflow untrustworthy: a user could not tell whether an anomaly was real signal or an artifact of bad preprocessing. I separated the pipeline into deterministic stages (validate, pre-process) and judgment stages (alignment plan, review), and made the ML-proposed cross-stream alignment a proposal, never an action. Every proposed offset carries a confidence score, the method used, and its supporting evidence, behind an explicit approval gate, and flagged segments hard-block export. The rationale is that for high-stakes data transformation, an AI product earns trust through explainability and reversibility rather than accuracy claims.

Built

Alignment review screen showing a segment list with per-segment confidence scores, an evidence panel plotting two signal streams with a 124 ms offset marked between their peaks, and approve and reject controls behind an approval gate.
Alignment approval gate, prototype, fictional data.
MUCHANE CLOUD 21 CONTAINERS · 47 COMMITS THIS MONTH · LAST DEPLOY 6H AGO AI PIPELINES