Skip to main content
MindStudio
Pricing
BlogAbout
My Workspace
Workflows

Workflows Articles

Browse 1221 articles about Workflows.

How to Use Claude Fable 5 Dynamic Workflows for Parallel Sub-Agent Execution

Claude Fable 5 paired with dynamic workflows can spawn hundreds of parallel sub-agents. Learn how to use this combination for massive agentic coding tasks.

ClaudeMulti-AgentWorkflows

How to Use Claude Fable 5 Effort Levels: Low, Medium, High, and Max

Claude Fable 5 has five thinking modes. Learn when to use low vs max effort, why overkill hurts performance, and how to match effort to task complexity.

ClaudeWorkflowsOptimization

How to Deploy AI Agents to Google Cloud Using the Google Agent CLI

Google's Agent CLI lets you scaffold, evaluate, and deploy AI agents to GCP in minutes using Claude Code. Learn the full workflow from idea to production.

WorkflowsAutomationIntegrations

How to Build a Hybrid AI Memory System for Claude Code: Storage, Injection, and Recall

Learn how to combine MemSearch and Hermes to build a memory system that stores everything, injects smartly, and recalls by meaning with source citations.

ClaudeWorkflowsAutomation

What Is Agent Literacy? The Core Skill Every AI Builder Needs in 2026

Agent literacy is the ability to assign, verify, and manage AI agent work. Learn the key habits, failure modes, and decision rules that separate top builders.

WorkflowsMulti-AgentAI Concepts

What Is the Google Agent CLI? The Open-Source Tool for Shipping AI Agents to Production

Google's Agent CLI combines CLI capabilities with skills to take AI agents from idea to production deployment. Learn how it works and when to use it.

WorkflowsAutomationIntegrations

What Is MemSearch? The Hybrid AI Memory Library for Claude Code Agents

MemSearch provides automatic summarized storage and hybrid semantic-keyword search for AI agents. Learn how it compares to Hermes and GBrain for memory.

ClaudeWorkflowsAI Concepts

How to Build an Agentic Loop with Claude Code: Verification, Cost, and Stopping Criteria

Learn how to design agentic loops in Claude Code with proper verification steps, spending limits, and stopping conditions to avoid runaway token costs.

WorkflowsAutomationClaude

How to Run Claude Code on a VPS with Telegram Mobile Access

Run Claude Code 24/7 on a VPS and control it from your phone via Telegram. Step-by-step SSH, Tmux, and Channels plugin setup guide.

WorkflowsAutomationClaude

What Is an Agentic Loop? The New Meta for AI Coding Agents

Agentic loops let AI agents prompt themselves instead of waiting for you. Learn what they are, how to build one, and when not to use them.

WorkflowsAutomationMulti-Agent

How to Use AI Agents to Automate Business Workflows: Loops, Skills, and Sub-Agents

Move beyond manual prompting with loops, skills, and sub-agents. Learn how to design goal-based AI workflows that run autonomously across your business.

AutomationWorkflowsMulti-Agent

How to Use AI for Content Creation: From Research to Published Post with Sub-Agents

Use Claude Code sub-agents to parallelize content research, drafting, and review. Learn how to build a multi-agent content pipeline that runs while you sleep.

Multi-AgentContent CreationAutomation

How to Build Custom Sub-Agents in Claude Code: YAML, Tools, and Triggers

Custom sub-agents in Claude Code are markdown files with YAML front matter. Learn how to write descriptions, set tools, and trigger agents automatically.

Multi-AgentClaudeWorkflows

How to Run Claude Code on a VPS: 24/7 Always-On AI Workflows

Running Claude Code on a VPS keeps your AI workflows alive when your laptop sleeps. Learn how to set up SSH, install Claude, and connect via Telegram.

WorkflowsAutomationClaude

How to Use Telegram with Claude Code for Mobile AI Agent Access

Connect Claude Code to Telegram using the official channels plugin and Tmux to dispatch AI tasks from your phone and walk away while they run.

AutomationWorkflowsClaude

What Is Loop Engineering? The New Meta for AI Coding Agents

Loop engineering replaces manual prompting with goal-based automation. Learn what loops are, how they work, and when to use them in your AI workflows.

AutomationWorkflowsMulti-Agent

How to Use AI for Brand Voice Extraction: Build a Voice Profile in 15 Minutes

Learn how to extract your brand voice using AI interviews, podcast transcripts, and writing samples to create a reusable voice profile for all your content.

WorkflowsContent CreationPrompt Engineering

How to Build a Body of Work File for Your AI Agent: Extract Your Core Ideas

A body of work file captures your 7–12 foundational concepts so AI agents generate content anchored to your real opinions—not generic takes on your topic.

WorkflowsContent CreationPrompt Engineering

Cache-Aware Streaming ASR: How NVIDIA Nemotron 3.5 Cuts Transcription Latency

Cache-aware streaming reuses encoder states instead of reprocessing audio chunks, cutting latency by up to 17x. Here's how it works for real-time transcription.

LLMs & ModelsAI ConceptsWorkflows

What Is a Design Token System for AI Agents? How to Lock In Consistent Brand Visuals

Design tokens store your brand colors, fonts, and layout rules in a JSON file that AI agents reference every time they generate visual content.

WorkflowsAutomationContent Creation