Skip to main content
MindStudio
Pricing
BlogAbout
My Workspace
Workflows

Workflows Articles

Browse 1221 articles about Workflows.

How to Use the /insights Command in Claude Code to Audit Your AI Workflow

The /insights command generates a 30-day HTML report on your Claude Code usage, surfacing what's working, what's slowing you down, and what to build next.

ClaudeWorkflowsProductivity

How to Use Claude Code /rewind to Roll Back Conversations and Code to Any Checkpoint

The /rewind command in Claude Code lets you roll back both code and conversation to an earlier point—better than correcting mistakes mid-session.

ClaudeWorkflowsProductivity

How to Use the /status Line in Claude Code to Monitor Context and Model in Real Time

The Claude Code status line shows your model, effort level, and context usage at a glance. Here's how to configure it and why it matters for long sessions.

ClaudeWorkflowsProductivity

What Is the /workflows Command in Claude Code? Dynamic Multi-Agent Workflows Explained

The /workflows command in Claude Code lets you compose multi-agent workflows dynamically with full transparency. Here's how it works and when to use it.

ClaudeWorkflowsMulti-Agent

What Is the Dark Factory Approach to AI Agent Pipelines? How to Remove Human Bottlenecks

A dark factory AI pipeline uses agents for PR reviews, merge conflicts, and monitoring so humans move from in-the-loop to over-the-loop oversight.

AutomationWorkflowsEnterprise AI

What Is the Harness vs Model Distinction? Why Your Agent Wrapper Matters More Than Benchmarks

The harness—file access, computer use, concurrency—often drives more performance than the underlying model. Here's how to evaluate both together.

WorkflowsAI ConceptsOptimization

How to Mix Claude and Gemini in One AI Coding Workflow for Better Results

Use Claude Opus for planning and Gemini 3.5 Flash for UI design in a single multi-provider workflow. Here's the architecture and how to implement it.

ClaudeGeminiWorkflows

What Is the Piling Problem in AI Agent Workflows? How to Prevent Output Bottlenecks

When agents generate work faster than humans can review it, output piles up. Here's how to design agentic pipelines that prevent unsustainable backlogs.

AutomationWorkflowsEnterprise AI

How to Share AI Agent Memory Across a Team Without Exposing Private Data

Learn how to design shared vs private AI agent memory for teams using row-level security, Supabase, and permission-mirrored GitHub repos.

WorkflowsAutomationEnterprise AI

How to Build a Team AI Operating System with Notion, GitHub, and Claude Code

Learn how to structure a three-tier agentic OS for teams using Notion for human edits, Claude Code for agent files, and GitHub for version control.

WorkflowsAutomationIntegrations

How to Use AI Agents to Build and Test LLM Benchmarks: Lessons from Claude Opus 4.8

Claude Opus 4.8 built an entire economic simulation benchmark autonomously. Learn how to use AI agents to design and run your own LLM evals.

ClaudeMulti-AgentWorkflows

Anthropic Dynamic Workflows: What Everyone Gets Wrong About When to Use Them

Dynamic workflows burn tokens fast. Learn exactly when to use them vs sub-agents or /goal, and how to avoid costly mistakes in Claude Code.

ClaudeWorkflowsMulti-Agent

What Is Claude Opus 4.8 Ultra Code Mode? Dynamic Workflows vs /goal Explained

Claude Opus 4.8 Ultra Code mode activates dynamic workflows for parallel sub-agents. Learn when to use it vs /goal for agentic tasks.

ClaudeWorkflowsMulti-Agent

How to Build an AI Second Brain Knowledge Base: Step-by-Step with Claude

Learn how to build an AI-powered second brain knowledge base using Claude, with automated processing, memory search, and hourly updates.

ClaudeWorkflowsAutomation

How to Use Prompt Caching to Cut Claude Code Token Costs in Dynamic Workflows

Dynamic workflows burn tokens fast. Learn how to use prompt caching, scope bounding, and Haiku sub-agents to control costs in Claude Code.

ClaudeWorkflowsOptimization

Shared vs Private AI Agent Memory: How to Design Access Control for Teams

Learn how to structure shared and private memory in a team AI agent system using Notion, GitHub, and PostgreSQL row-level security.

WorkflowsMulti-AgentIntegrations

How to Build a Team Agentic Operating System with Claude Code and Notion

Build a shared AI operating system for your team using Claude Code, Notion, and GitHub with role-based access control and shared memory.

ClaudeWorkflowsIntegrations

How to Build a Three-Tier Storage System for Team AI Agent Workflows

Learn how to structure team AI agent files across Notion, Claude Code, and GitHub for shared access, version control, and permission management.

WorkflowsIntegrationsAutomation

How to Use AI for One-Person Short Film Production: Seedance 2.0, ElevenLabs, and GPT Image 2

One creator built a 3-minute animated sci-fi short film solo using Seedance 2.0, GPT Image 2, and ElevenLabs. Here's the full production workflow.

Video GenerationWorkflowsContent Creation

How to Build an AI Workflow That Generates 3D Product Models from Images

Leonardo AI's image-to-3D feature lets you create rotatable product models from a single image. Here's how to use it for e-commerce and game assets.

WorkflowsAutomationUse Cases