Skip to main content

Articles

System · 5 min · Advanced · Jul 16, 2026

Building a Restartable Long-Video Processing Pipeline

How Shorts Factory uses a 16-stage deterministic pipeline with SQLite checkpointing to process hour-long videos into publishable shorts.

Concept · 4 min · Intermediate · Jul 16, 2026

How to Prevent Contradictions in AI-Generated Documents

Section-sequential generation with cross-section coherence audits and guarded micro-fixes from A2A Brainstorm.

Concept · 5 min · Intermediate · Jul 16, 2026

Designing a Deterministic Agentic Coding Orchestrator

Task-based agent loops with bounded retries, checkpoint rollback, and quality gates in skeleton-parallel.

Blog · 2 min · Beginner · Mar 26, 2025

Welcome to the AI Systems Engineering Knowledge Hub

What this knowledge base covers — systems architecture, production patterns, and lessons from real engineering work.

System · 1 min · Advanced · Mar 20, 2025

MD-AME: Autonomous Media Engine

Architecture of an autonomous YouTube production system built on deterministic pipelines and database-backed state machines.

System · 1 min · Advanced · Mar 18, 2025

Polymarket Trading Agent

Autonomous prediction market agent with signal processing, risk gates, and real-time capital protection.

Concept · 1 min · Intermediate · Mar 15, 2025

Deterministic AI Pipelines

Why most AI pipelines fail in production — and how idempotent workers plus database state make them reliable.

Concept · 1 min · Intermediate · Mar 12, 2025

Database-Backed State Machines

Using the database as the single source of truth to drive reliable workflow execution in distributed systems.

Concept · 1 min · Intermediate · Mar 10, 2025

AI Orchestration Patterns

Central orchestrator patterns for coordinating AI workers, models, and pipelines without agent chaos.

Concept · 1 min · Intermediate · Mar 8, 2025

LLM Guardrails

Engineering patterns for constraining LLM behavior — boundaries, validation, and rollback in production AI.