Workflows Articles
Browse 1221 articles about Workflows.

How to Use OmniAgent to Orchestrate Claude and Codex in One Workflow
Learn how to use OmniAgent's Polly orchestrator to delegate implementation to Claude and code review to Codex in a single automated pipeline.

How to Run Claude Code on a VPS with Mobile Access: T-Max and Telegram Setup
Claude Code sessions die when you disconnect. Run it on a $15/month VPS with T-Max to keep sessions alive and dispatch tasks from your phone via Telegram.

What Is an AI Second Brain OS? How to Build a Portable Knowledge System for Your Agents
An AI second brain OS is a folder of markdown files any model can read. Here's how to build one that survives model bans, platform changes, and context resets.

What Is OmniAgent? The Open-Source Meta Harness for AI Agent Orchestration
OmniAgent is Databricks' open-source meta harness that lets you run Claude, Codex, and custom agents under one roof with shared sessions and policies.

Claude Code for Non-Coders: Every Key Concept Explained Simply
Claude Code can feel intimidating without a coding background. This guide explains auto mode, skills, MCP, hooks, and memory in plain language.

How to Build a Skill System in Claude Code: From Individual Skills to End-to-End Pipelines
Individual Claude Code skills are useful, but chaining them into skill systems is where the real automation leverage comes from. Here's how to build one.

How to Build a Model-Agnostic AI Agent Stack That Survives Platform Disruptions
When Claude Fable 5 went offline overnight, workflows broke. Here's how to build portable AI agent systems that survive model bans and outages.

What Is the Vending Machine vs Slot Machine Principle for AI Agents?
Not every task needs an AI agent. Learn when to use deterministic workflows versus AI agents to cut costs and reduce failure risk in your automations.

What Is the AI Second Brain? How to Build a Knowledge Base Your Agents Can Search
An AI second brain stores your context so agents can recall it on demand. Learn how to build one with Claude Code, Notion, and markdown files.

What Is a Meta Harness for AI Agents? How OmniAgent Orchestrates Claude, Codex, and More
A meta harness sits above individual AI coding agents to orchestrate them together. Learn how OmniAgent unifies Claude Code, Codex, and Pi in one session.

What Is Model Fusion? How OpenRouter Fusion Matches Frontier AI at Half the Cost
OpenRouter Fusion combines multiple models in parallel to match Claude Fable 5 performance at half the price. Here's how it works and when to use it.

How to Build an AI Workflow That Generates a Complete YouTube Video from One Prompt
Claude Fable 5 wrote the script, cloned the voice, rendered the avatar, built motion graphics, and edited the video autonomously. Here's the full workflow.

How to Build an AI Workflow That Survives Government Model Bans
The Claude Fable 5 shutdown showed how fragile single-model workflows are. Here's how to build portable, model-agnostic AI systems that keep running.

Tokens vs Harnesses: Why the Work Layer Matters More Than the Model for AI Strategy
Raw intelligence is becoming a commodity. The real value in AI is the harness—the context, evals, routing, and workflow layer that turns tokens into work.

How to Build an AI Video Production Workflow with Claude Code and HeyGen MCP
Use Claude Code with HeyGen's MCP to automate script writing, voice cloning, avatar rendering, and video editing in a single agentic workflow.

How to Build an AI Workflow That Survives Model Access Disruptions
When Claude Fable 5 went offline overnight, many workflows broke. Here's how to build portable, resilient AI agent stacks that survive sudden model bans.

NotebookLM Upgraded to Gemini 3.5: New Agentic Research Capabilities Explained
Google upgraded NotebookLM with Gemini 3.5, a cloud computer, 100+ skills, and new output formats. Here's what changed and how to use it for research.

How to Build a One-Prompt AI Video Workflow: Script, Voice, Avatar, and Edit
Claude Fable 5 can generate a complete YouTube video from a single prompt using ElevenLabs, HeyGen, and FFmpeg. Here's the full workflow breakdown.

How to Build an AI Video Production Workflow with Claude Code and HeyGen
Learn how to use Claude Code and HeyGen to automate AI video production from script to final render, including voice cloning and motion graphics.

How to Use the /goal and /loop Commands in Claude Code for Autonomous Long-Running Tasks
Combine /goal and /loop in Claude Code to create tasks that run on a schedule and won't stop until your end condition is met. Here's how to set it up.