Skip to content

Movey guides

Practical articles about AI creative systems.

Clear technical guides for understanding image models, video workflows, node-based tooling, prompting, and the production choices behind AI-generated media.

Latest guide

TechnicalInfrastructureWorkflowsProduction

From Click to Clip: Inside an AI Generation Job

Follow an AI generation request through validation, durable job state, Redis-backed queues, ComfyUI execution, WebSocket progress, output storage, and failure recovery.

Jul 23, 202615 min readDifficulty 2/5
Read latest guide
Diagram tracing an AI generation job from browser to API, queue, GPU worker, storage, and progress channel

Browse all guides

Filter by topic or search the current library in chronological order.

14 shown
Diagram tracing an AI generation job from browser to API, queue, GPU worker, storage, and progress channel
TechnicalInfrastructureWorkflows

From Click to Clip: Inside an AI Generation Job

Follow an AI generation request through validation, durable job state, Redis-backed queues, ComfyUI execution, WebSocket progress, output storage, and failure recovery.

Jul 23, 202615 min readDifficulty 2/5
Read article
Diagram showing seed, workflow, runtime, and hardware converging on decoded image pixels
TechnicalReproducibilityImage Models

Why the Same Seed Can Produce a Different Image

Learn what an image-generation seed actually controls, why fixed seeds can diverge, and how to build a reproducible ComfyUI manifest using a controlled test-server experiment.

Jul 22, 202615 min readDifficulty 3/5
Read article
Diagram showing image frames stacking into an increasingly large space-time video payload
TechnicalVideo ModelsInfrastructure

Why AI Video Is So Much Heavier Than AI Images

Understand why AI video needs more GPU memory and compute than image generation, with tensor math, frame-resolution scaling, temporal attention, and practical cost controls.

Jul 21, 202614 min readDifficulty 3/5
Read article
Diagram showing reference-image and text encoders feeding separate conditioning paths into a generator
Image ModelsVideo ModelsWorkflows

How Reference Images Steer Generative Models

Learn how semantic image prompts, spatial controls, image-to-image latents, and video frame anchors steer generation, where they differ, and why references can still drift.

Jul 20, 202614 min readDifficulty 3/5
Read article
Diagram showing GPU progress flowing through an event bus and API WebSocket to a browser progress bar
TechnicalInfrastructureProduction

How Live AI Progress Reaches the Browser

Trace GPU progress events through workers and APIs to the browser, compare WebSockets, SSE, and polling, and design secure reconnect and fallback behavior.

Jul 16, 202614 min readDifficulty 3/5
Read article
Diagram showing a node graph as visible code with typed inputs and outputs
TechnicalFoundationsComfyUI

ComfyUI Is Code You Can See

Learn how ComfyUI turns Python-backed operations into a typed visual graph, how workflows execute and cache, and how to debug and reproduce node-based AI pipelines.

Jun 25, 202619 min readDifficulty 3/5
Read article
Equation flow diagram showing LLM embeddings, attention, logits, loss, gradients, optimizer, and scheduler
TechnicalFoundationsLLMs

How an LLM Finds a Lower-Loss Solution

See the matrix calculations behind LLM training, from attention and logits to cross-entropy loss, gradients, AdamW updates, and learning-rate schedules.

Jun 24, 202618 min readDifficulty 5/5
Read article
Cinematic studio reference image used as a visual anchor for AI video production
Video ModelsWorkflowsProduction

Why Long AI Videos Work Better as Short Shots

Learn why long AI-generated videos are usually stronger when built from planned short shots, reference images, endpoint frames, continuity checks, and careful editing.

Jun 24, 202617 min readDifficulty 3/5
Read article
AI Guides and Articles | Movey