Skip to main content
MindStudio
Pricing
BlogAbout
My Workspace
Workflows

Workflows Articles

Browse 1242 articles about Workflows.

How to Deploy Claude Agents to Modal and Trigger.dev: A No-Code Guide

Learn how to deploy Claude Code skills to Modal (Python) or Trigger.dev (TypeScript) so your AI agents run 24/7 without your machine staying on.

WorkflowsAutomationIntegrations

How to Build a Hybrid AI Memory System: Combining Memarch and Hermes

Learn how to combine Memarch's automatic vector capture with Hermes's curated memory injection for a complete Claude Code memory architecture.

WorkflowsClaudeMulti-Agent

How to Use the Notion Developer Platform with Claude and Codex Agents

Notion's new developer platform adds a CLI, webhooks, workers, and an external agents API—here's how to wire Claude or Codex into your Notion workspace.

IntegrationsWorkflowsClaude

What Is the Notion External Agents API? How to Add Claude to Your Workspace

Notion's external agents API lets you invite Claude, Codex, or any AI agent into your workspace as a participant—here's what it enables and how to set it up.

IntegrationsClaudeWorkflows

What Is the Claude Agent SDK? How It Differs from the Claude API

The Claude Agent SDK gives your agent tools, bash access, and a full agentic loop—not just a text response. Here's when to use it over the raw API.

ClaudeWorkflowsAI Concepts

Why You Shouldn't Switch Models Mid-Conversation in AI Coding Agents

Cursor's blog explains why switching models mid-session causes cache misses, out-of-distribution context, and slower turns—and what to do instead.

WorkflowsMulti-AgentOptimization

How to Build an AI Agent with Persistent Memory Using RAG and Vector Search

Learn the multi-layer memory architecture that combines semantic search, file system tools, and backtracking to give Claude agents reliable long-term recall.

Multi-AgentWorkflowsData & Analytics

How to Use the Claude Agent SDK to Deploy Agentic Workflows to Modal or Trigger.dev

The Claude Agent SDK gives you Claude Code's full tool loop as an API endpoint. Learn how to deploy it to Modal or Trigger.dev for serverless agent execution.

WorkflowsAutomationIntegrations

Claude Cloud Routines vs Scheduled Tasks: Which Should You Use?

Claude's cloud routines run on Anthropic's servers 24/7 while scheduled tasks need your machine on. Here's how to choose the right deployment method.

WorkflowsAutomationClaude

Claude for Small Business: Pre-Built Agents for Finance, HR, Sales, and Ops

Anthropic's small business plugin pack includes 31 skills for payroll, invoicing, and CRM. Here's what's inside and how to set it up in Claude Co-work.

ClaudeWorkflowsIntegrations

How to Deploy Claude Agents That Run While You Sleep: 3 Methods Compared

Compare slash loops, Claude routines, and Modal deployments for running autonomous Claude agents 24/7 without keeping your computer on.

WorkflowsAutomationMulti-Agent

Mega Skills vs Modular Skills in Claude Code: Why Architecture Matters

Building one giant skill for end-to-end workflows kills reusability and quality. Here's the modular skill system pattern that scales across multiple pipelines.

WorkflowsClaudeAI Concepts

How to Build Modular Claude Skills That Chain Into Skill Systems

Isolated skills and mega-skills both fail at scale. Learn the orchestrator-plus-child-skills pattern that makes Claude OS compound in value over time.

WorkflowsAutomationClaude

How to Use the Notion Developer Platform with AI Agents: CLI, Webhooks, and SDK

Notion's new developer platform lets AI agents read, write, and trigger workflows in Notion via CLI, webhooks, and an agents SDK. Here's how to connect it.

IntegrationsAutomationWorkflows

What Is Progressive Disclosure in AI Agent Design? How Skills Load Context Efficiently

Progressive disclosure means loading only the context a skill needs at each step. Learn why this pattern prevents quality drops in complex Claude workflows.

WorkflowsAI ConceptsOptimization

What Is Agentic RAG? How Multi-Layer Retrieval Beats Standard Vector Search

Agentic RAG uses semantic pre-filtering plus file system tools to retrieve information from complex documents. Here's the architecture and when to use it.

Multi-AgentWorkflowsAI Concepts

What Is an Orchestrator Skill? How to Wire Claude Skills Into End-to-End Systems

An orchestrator skill is the brain that chains child skills together into a full workflow. Learn the pattern that powers production-grade Claude automations.

WorkflowsAutomationMulti-Agent

Agentic RAG vs Standard RAG: Why AI Agents Need Multi-Layer Retrieval

Standard RAG misses context. Agentic RAG uses semantic search, file system tools, and backtracking to retrieve information from complex documents.

Multi-AgentWorkflowsAI Concepts

How to Build an AI Agent with Persistent Memory Using Claude and Milvus

Learn how to give Claude agents multi-layered memory using Milvus vector search and file system tools for retrieval from complex PDF documents.

ClaudeMulti-AgentWorkflows

How to Build an AI Video Generation Workflow with HyperFrames and ElevenLabs

Learn how to combine Claude Code, HyperFrames, and ElevenLabs to generate fully automated short-form videos with synced audio and transitions.

WorkflowsAutomationVideo Generation