Workflows Articles
Browse 895 articles about Workflows.
How to Deploy Claude Agents That Run While You Sleep: 3 Methods Compared
Compare slash loops, Claude routines, and Modal deployments for running autonomous Claude agents 24/7 without keeping your computer on.
How to Generate AI Videos with Claude Code, HyperFrames, and ElevenLabs
This open-source workflow uses Claude Code, HyperFrames, and ElevenLabs to generate fully synced AI videos from a single topic prompt in under 15 minutes.
Mega Skills vs Modular Skills in Claude Code: Why Architecture Matters
Building one giant skill for end-to-end workflows kills reusability and quality. Here's the modular skill system pattern that scales across multiple pipelines.
How to Build Modular Claude Skills That Chain Into Skill Systems
Isolated skills and mega-skills both fail at scale. Learn the orchestrator-plus-child-skills pattern that makes Claude OS compound in value over time.
How to Use the Notion Developer Platform with AI Agents: CLI, Webhooks, and SDK
Notion's new developer platform lets AI agents read, write, and trigger workflows in Notion via CLI, webhooks, and an agents SDK. Here's how to connect it.
What Is Progressive Disclosure in AI Agent Design? How Skills Load Context Efficiently
Progressive disclosure means loading only the context a skill needs at each step. Learn why this pattern prevents quality drops in complex Claude workflows.
What Is Agentic RAG? How Multi-Layer Retrieval Beats Standard Vector Search
Agentic RAG uses semantic pre-filtering plus file system tools to retrieve information from complex documents. Here's the architecture and when to use it.
What Is an Orchestrator Skill? How to Wire Claude Skills Into End-to-End Systems
An orchestrator skill is the brain that chains child skills together into a full workflow. Learn the pattern that powers production-grade Claude automations.
Agentic RAG vs Standard RAG: Why AI Agents Need Multi-Layer Retrieval
Standard RAG misses context. Agentic RAG uses semantic search, file system tools, and backtracking to retrieve information from complex documents.
How to Build an AI Agent with Persistent Memory Using Claude and Milvus
Learn how to give Claude agents multi-layered memory using Milvus vector search and file system tools for retrieval from complex PDF documents.
How to Build an AI Video Generation Workflow with HyperFrames and ElevenLabs
Learn how to combine Claude Code, HyperFrames, and ElevenLabs to generate fully automated short-form videos with synced audio and transitions.
How to Build a Tool-Agnostic AI Workflow That Survives the Coding War
Structure your AI projects so you can switch between Claude Code, Codex, Hermes, and OpenClaw in under an hour without losing productivity.
What Is the Implementation Layer? The Six Components That Make AI Agents Enterprise-Grade
Workflow design, data access, authority, evals, audit trails, and recovery—these six components separate toy agents from production-ready systems.
What Is the Agent Context Bundle? How to Stop Your AI Agent from Rediscovering Everything
Agents waste tokens rediscovering context on every run. Learn how to define and pre-assemble the exact data bundle your agent needs to do its job reliably.
What Is the Agent Memory Problem? Why Vector Search Alone Isn't Enough
Agents waste up to 85% of compute rediscovering context. Learn why vector search fails for agentic work and what memory architectures actually solve it.
What Is the AI Coding War? OpenAI vs Anthropic and What It Means for Builders
OpenAI and Anthropic are competing aggressively for AI coding adoption. Learn what the pricing war means for builders and how to stay tool-agnostic.
How to Build an AI Video Generation Workflow with Claude Code and HyperFrames
Learn how to generate fully automated YouTube Shorts with audio, animation, and transitions using Claude Code, HyperFrames, and ElevenLabs.
How to Use Claude Code Agent View with an Agentic Operating System
Learn how to pair Claude Code's native Agent View with a folder-based agentic OS to manage client work, context, and parallel sessions efficiently.
What Is Claude Code Agent View? How to Manage Multiple AI Agents at Once
Claude Code Agent View lets you manage multiple AI agents from one terminal UI. Learn how to use it to run parallel sessions without chaos.
How to Use IBM Granite Speech 4.1 for Speaker Diarization and Word-Level Timestamps
IBM Granite Speech 4.1 Plus adds speaker attribution and word-level timestamps to transcription. Learn how to use it for meetings, podcasts, and interviews.