LIVEIndependent Tech Media
Independent Tech Media by 22B Labs
22BLabs · 숨은보물 · AIVideo · OpenSource · ShortForm · ShortsEngine · TikTok · TypeScript · YouTubeShorts

Shorts Engine — The Open-Source AI Planning Engine for Short-Form Video

2026년 3월 30일 월요일 · 22B Labs · The 4th Path
VibReport

Shorts Engine — The Open-Source AI Planning Engine for Short-Form Video

📅 2025 ✍️ 22B Labs · The 4th Path 🏷️ AI · Open Source · Short-form · TypeScript
🎬 Shorts Engine
MIT License TypeScript YouTube · TikTok · Reels
One JSON file. A complete short-form video production plan.

The biggest bottleneck for short-form creators isn't running out of ideas. It's planning fatigue. Different specs for every platform. AI prompts written from scratch. Camera motion choices. B-roll hunting. Cost optimization across multiple AI backends. All of that before a single frame is generated.

Shorts Engine automates the entire planning pipeline. Drop in one JSON request file, and it outputs a complete production plan — validated, normalized, platform-optimized, with AI prompts ready to fire.

"It doesn't make the video. It plans it perfectly — so you can."

1

14-Stage Automated Pipeline

⚡ Full Processing Flow
① Validation
② Normalization
③ Platform Spec
④ Novel→Shorts
⑤ Motion Plan
⑥ B-roll Plan
⑦ Learning State
⑧ Cost Routing
⑨ Exec Plan
⑩ Recovery Sim
⑪ AI Prompts
⑫ Render Plan
⑬ Publish Plan
⑭ Analysis
14
Pipeline stages automated
70+
Tests passing
MIT
License — completely free
2

Cost Routing — 5 Deterministic Rules

RuleConditionAction
Rule ACandidate score below 0.6Block premium engine use
Rule BCache hit detectedReturn immediately (highest priority)
Rule CBatch ≥5 + GPU availableRoute to GPU processing
Rule DIntermediate pipeline stagePremium engine blocked
Rule ERetry cost > expected gainFall back immediately
💡 Design Philosophy

All routing decisions are rule-based and deterministic. No AI making arbitrary choices. The cost-quality tradeoff is controlled explicitly through named rules — transparent, auditable, predictable.

3

Quick Start

# Clone + install
git clone https://github.com/sinmb79/Shorts-engine.git
cd Shorts-engine && npm install

# Run the pipeline (human-readable output)
npm run engine -- run tests/fixtures/valid-low-cost-request.json

# JSON output mode
npm run engine -- run tests/fixtures/valid-low-cost-request.json --json

# Run all 70+ tests
npm test
✅ Current scope

All 14 planning pipeline stages fully implemented. JSON request → complete production plan output. 70+ tests passing. Novel-to-Shorts conversion pipeline included.

⚠️ Coming next

Actual video generation (Sora/Runway/Kling API integration), TTS synthesis, and auto-platform upload are planned for the next phase. Current release is the planning engine only.

🎬 22B Labs · Shorts Engine

The goal is to eliminate planning bottlenecks in short-form creation.
From novel to Shorts — the plan writes itself.

⭐ A star on GitHub means everything.
👉 github.com/sinmb79/Shorts-engine

📎 GitHub: github.com/sinmb79/Shorts-engine · MIT License
✍️ 22B Labs · The 4th Path, GitHub: sinmb79
더 읽기