World/Prose Pipeline v2

Prose Pipeline v2

Athernyx Prose Pipeline v2

Purpose

Multi-model expansion system that converts sparse skeleton beats into audiobook-quality prose using free-tier LLMs.

Architecture

SKELETON → [Qwen-235B] → [Regex] → [Gemini] → [Qwen-32B] → [Gemini] → FINAL
              expand       kill      critic     rewrite      judge

Location

/root/athernyx/bookstore/pipeline/

Key Files

  • pipeline_v2.py — Main orchestrator
  • pipeline_daemon.py — PM2 overnight runner
  • INTAKE.md — How to prep material

Usage

cd /root/athernyx/bookstore/pipeline
python3 pipeline_daemon.py --queue /path/to/skeleton.md
python3 pipeline_daemon.py --status

Skeleton Format

50-150 words per page. Beats, not prose. Pipeline expands to 500-700 words.

Quality Stats

  • Average score: 4.3/5.0
  • Pass rate: 95%+
  • Cost: $0 (free tier only)
  • Time: ~60-90 seconds per page

Models

RoleProviderModel
ExpanderCerebrasqwen-3-235b
CriticGemini2.5-flash
RewriterGroqqwen3-32b
JudgeGemini2.5-flash

Session Reference

Built 2026-01-18. See /root/athernyx/bookstore/INTAKE.md for full intake guide.