Workflows Articles
Browse 429 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.
What Is the Anthropic Advisor Strategy? How to Use Opus as an Adviser With Sonnet or Haiku
Anthropic's advisor strategy pairs Opus as a senior adviser with Sonnet or Haiku as executor, cutting costs 11% while improving benchmark scores by 2%.
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.
What Is the Claude Code Monitor Tool? How to Stop Polling Background Processes
Claude Code's monitor tool lets agents watch background processes and receive interrupts instead of polling, saving significant tokens on long-running tasks.
What Is the Karpathy LLM Wiki Pattern? How to Build a Personal Knowledge Base Without RAG
Andrej Karpathy's LLM Wiki uses plain text files instead of vector databases, reportedly 70x more efficient than RAG for agent-accessible knowledge bases.
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.
What Is the Karpathy LLM Wiki Pattern? How to Build a Personal Knowledge Base Without RAG
Andrej Karpathy's LLM Wiki approach uses plain text files instead of vector databases. Learn how it's 70x more efficient than RAG for agent knowledge retrieval.
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.
What Is the Anthropic Advisor Strategy? How to Use Opus as an Adviser With Sonnet or Haiku
Anthropic's advisor strategy pairs a powerful model as an adviser with a cheaper executor, cutting costs 11% while improving benchmark performance.
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.
What Is Claude Code Agent Teams? How Parallel Agents Share a Task List in Real Time
Claude Code Agent Teams is an experimental feature where multiple agents collaborate via a shared task list, enabling true cross-agent communication.
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.