Workflows Articles
Browse 1221 articles about Workflows.

How to Use MCP Servers with Claude Code to Read and Write Data in Your Apps
Model Context Protocol servers let Claude Code interact with Notion, Gmail, HubSpot, and more. Learn how to connect, configure, and use MCPs in real workflows.

Use Opus as a Senior Adviser to Sonnet and Haiku: A Pattern Guide
Treat Opus like a senior colleague who briefs Sonnet or Haiku before execution. A pattern guide with prompt structures, context tips, and 2% benchmark gains.

Claude Code Agent Teams vs Sub-Agents: Which Pattern Should You Use?
Claude Code agent teams let agents communicate directly via a shared task list. Learn when to use teams vs sub-agents and what the token cost difference is.

The Claude Code Monitor Tool: Polling vs. Interrupt-Driven Agents
Polling background processes wastes tokens on every status check. Here's how Claude Code's monitor tool replaces that loop with interrupt-driven monitoring.

Build a Personal Knowledge Base: 70x Faster Than RAG
A practical guide to building a personal LLM Wiki — directory structure, agent read/write patterns, and why it runs up to 70x more efficiently than RAG.

What Is the Anthropic Managed Agents Dashboard? How to Monitor Sessions, Vaults, and Costs
Anthropic Managed Agents includes a full dashboard for monitoring sessions, environments, credential vaults, and token costs. Here's what every tab does.

How to Build a Transcript-to-Task Agent With Anthropic Managed Agents and ClickUp
Learn how to build a sales call transcript agent that automatically creates ClickUp tasks using Anthropic Managed Agents, OAuth, and the ClickUp MCP.

What Is Claude Code's Advisor Strategy? How to Use Opus as an Adviser With Sonnet or Haiku
The Anthropic Advisor Strategy pairs Opus as a senior adviser with Sonnet or Haiku as executor. Learn how it cuts costs 11% while improving code quality.

Where RAG Breaks Down: The Karpathy LLM Wiki Alternative
Chunking, retrieval drift, embedding mismatches — the hidden ways RAG fails. Here's why Karpathy's plain-text LLM Wiki avoids them entirely for agent knowledge.

What Is the Seedance 2.0 Content Restriction Problem? How to Work Around Face and IP Filters
Seedance 2.0's global release came with tighter face and IP filters. Learn which content types are blocked, which still work, and practical workarounds.

What Is Seedance 2.0 on Runway? The Unlimited Plan Explained
Runway offers unlimited Seedance 2.0 generations for $76–95 per month. Learn what's included, what the content restrictions are, and how to work around them.

Superpowers Plugin vs Claude Code Ultra Plan: Which Should You Use?
Compare the Superpowers plugin and Claude Code Ultra Plan for planning and execution. Learn when each approach saves tokens and improves code quality.

What Is the Superpowers Plugin for Claude Code? The Agentic Skills Framework Explained
Superpowers is a free open-source plugin that installs 14 structured skills into Claude Code. Learn how it reduces tokens and improves output quality.

The Anthropic Advisor Strategy: Cut Claude Costs by 11%
Anthropic's advisor strategy pairs Opus as planner with Sonnet or Haiku as executor. Here's the cost math and how to wire it up in MindStudio without code.

What Is Anthropic's Managed Agents? How to Deploy AI Agents Without Infrastructure
Anthropic Managed Agents handles sandboxing, auth, and tool execution so you can deploy production AI agents without managing your own infrastructure.

Claude Code Split-and-Merge Pattern: How Sub-Agents Run in Parallel Within One Session
The split-and-merge pattern lets Claude fan out work to up to 10 sub-agents simultaneously and merge results—all within a single terminal session.

What Is the Anthropic Advisor Strategy? How to Cut AI Agent Costs by 12% Without Losing Quality
The Anthropic advisor strategy uses Opus as a senior adviser and Haiku or Sonnet as executor, reducing costs while improving benchmark performance.

What Is the Anthropic Advisor Strategy? How to Use Opus as an Adviser With Haiku or Sonnet
The Anthropic advisor strategy pairs Opus as a senior adviser with Haiku or Sonnet as executor, cutting costs by 12% while improving performance.

How to Build an AI Stock Trading Bot With OpenClaw: Strategy, Setup, and Lessons Learned
Learn how to build an autonomous stock trading agent with OpenClaw, including strategy design, cron job scheduling, and what not to do with options.

Inside Claude Code's Shared Task List: How Agents Avoid Conflicts
Claude Code's shared task list uses git worktrees and status flags to prevent file conflicts when multiple agents edit a codebase. Here's the mechanic in detail.