探索 · Local AI video factory

HLN Machine

HLN Machine 是 local AI video factory 的探索。它關注的不是一次生成結果,而是把生成過程拆成可以檢查、重跑和修復的 white-box pipeline。

AI PipelineLocal-firstMedia AutomationWhite-box Engineering

Narrative

設計與工程判斷

Product frame

短影片生成表面上是 media automation,實際上是 workflow design:每個中間狀態都要能被理解,否則系統無法長期迭代。

Engineering frame

pipeline 圍繞 IR.json、checkpoint、dependency hash、partial rerun 和 human-reviewable intermediate states 組織,讓錯誤可以被定位而不是被掩蓋。

Design frame

這不是成熟產品包裝,而是一個展示 AI engineering judgment 的 lab:透明、可診斷、可恢復。

System

組件和資料可見性

Component Type Visibility Role
Seed intake Input stage Internal 把新聞或想法轉成可處理的 video seed。
Script / subtitle pipeline Generation stage Internal 生成可審查的短片文本結構。
B-Roll assembly Media stage Internal 把腳本和視覺素材組織到同一流程。
Checkpoint system Observability Internal 支援重啟、診斷和局部修復。

Public URLs

公開工作面