Workflows Articles
Browse 1221 articles about Workflows.

Claude Code Ultra Code Mode Explained: When to Use /effort Max vs Dynamic Workflows
Ultra Code spawns parallel sub-agents for massive tasks while /effort max deepens single-agent reasoning. Learn which to use and when for best results.

How to Build an Expert AI Coding Workflow: Skills, Automations, Loops, and Cloud Agents
Top agentic coders use skills, automations, loops, and cloud agents to ship code 24/7. Here's the full workflow from beginner prompting to expert automation.

How to Use GLM 5.2 in Claude Code: Cheaper Agentic Workflows Without Sacrificing Quality
GLM 5.2 plugs into Claude Code via OpenRouter or Z.AI, cutting costs 5x vs Opus. Here's how to set it up and when to use it over frontier models.

How to Use a Multi-Model AI Coding Workflow: Fable for Planning, Composer for Execution, GPT for Review
Using different models for planning, implementation, and review cuts costs and speeds up delivery. Here's how to build a multi-model skill in Claude Code.

How to Run DeepSeek V4 Flash Locally on a MacBook or DGX Spark with Dwarf Star
Dwarf Star's selective quantization shrinks DeepSeek V4 Flash from 568GB to 81GB, letting you run a 284B-parameter model on consumer hardware. Here's how.

SSD Streaming for AI Models: How to Turn RAM from a Wall into a Dial
Dwarf Star's SSD streaming stores expert weights on disk and loads them on demand, eliminating the binary 'fits or doesn't run' problem for large local models.

AI Agent Harness Maintenance: Why Your Wrapper Breaks When the Model Gets Better
Agents break when models improve, not just when they fail. Learn the four principles of harness maintenance that keep AI workflows reliable over time.

Cross-Vendor AI Agent Review: Why Claude Should Review Codex's Code and Vice Versa
Using different AI models to review each other's work reduces internal bias and catches more bugs. Learn how to set up cross-vendor review in your workflows.

How to Audit Your AI Agent Harness: 5 Questions to Ask Before Every Model Update
Use this five-question audit to check your agent's sources, reach, job definition, proof requirements, and value before switching to a new model.

How to Build an AI Second Brain: 5 Levels from Basic Routing to Knowledge Graphs
Learn the five levels of AI second brain architecture—from simple folder routing to semantic search and knowledge graphs—and which level fits your needs.

How to Build an AI Workflow That Survives Sudden Model Access Loss
When a frontier model goes offline overnight, your workflows shouldn't stop. Learn how to build model-agnostic AI systems that survive access disruptions.

How to Use /goal and /loop in Claude Code for Autonomous Long-Running Workflows
Combine /goal and /loop in Claude Code to define completion criteria and set recurring schedules so your agent runs until the job is truly done.

Loop Engineering vs Harness Engineering: What's the Difference and Which Do You Need?
Loop engineering sets cadence and completion criteria. Harness engineering defines the full system around an agent. Learn when each approach wins.

How to Build a Portable AI Second Brain That Works Across Claude, Codex, and Hermes
Build your AI second brain as markdown files and folders so any agent harness can read it. Learn the routing rules, folder structure, and memory patterns.

Semantic Search vs Keyword Search for AI Agents: When Vector Databases Win
Understand when to use vector databases for semantic search versus simple keyword matching in AI agent memory systems, with real examples and trade-offs.

The Subtraction Principle for AI Agents: Why Fewer Tools Means Better Performance
Vercel improved its sales agent by deleting 80% of its tools. Learn why removing agent capabilities often produces better results than adding more.

What Is a Knowledge Graph for AI Agents? How Relationship Mapping Beats Wiki Links
Knowledge graphs store typed relationships between entities, not just backlinks. Learn when they outperform LLM wikis for AI agent memory and retrieval.

What Is Loop Engineering? The New Meta for Autonomous AI Agent Workflows
Loop engineering uses /loop, /goal, and /routines to run AI agents continuously without manual prompting. Here's what it is and when to use it.

What Is Odysseus (Project Odysius)? PewDiePie's Open-Source Self-Hosted AI Workspace
Odysseus is PewDiePie's open-source self-hosted AI workspace with chat, agents, deep research, and local model support. Here's what it can do.

What Is the OmniAgent Meta Harness? How to Orchestrate Claude, Codex, and Local Models Together
OmniAgent is Databricks' open-source meta harness that runs Claude, Codex, and local models under one roof with shared sessions and cross-vendor review.