Skip to main content
MindStudio
Pricing
BlogAbout
My Workspace
Workflows

Workflows Articles

Browse 1221 articles about Workflows.

How to Build a Real-Time Live Translation Voice Agent with OpenAI GPT Realtime

GPT Realtime Translate supports 70+ languages with near-zero latency. Learn how to build a live translation agent for meetings, support, and education.

GPT & OpenAIWorkflowsAutomation

How to Build a Tool-Agnostic AI Agent Stack That Survives Model Wars

As OpenAI and Anthropic compete for dominance, learn how to build AI workflows that can migrate between Claude Code, Codex, and Hermes in under an hour.

WorkflowsAutomationMulti-Agent

What Is HyperFrames? The HTML-Based Video Rendering Engine for AI Agents

HyperFrames lets AI agents render animated videos using plain HTML. Learn how it works, what it can do, and how to use it in your automation stack.

WorkflowsVideo GenerationAI Concepts

How to Build a Voice Agent with Real-Time Translation Using OpenAI GPT Realtime 2

OpenAI GPT Realtime 2 supports live translation across 70 languages. Learn how to build a real-time translation voice agent using the API and agentic tools.

GPT & OpenAIWorkflowsAutomation

How to Manage Multiple AI Agents Without Terminal Chaos: Claude Code Agent View

Claude Code's new Agent View lets you manage multiple AI agents from one dashboard. Learn how to set it up, sort sessions, and pair it with your agentic OS.

Multi-AgentWorkflowsAutomation

How to Build an Enterprise RAG Pipeline with Gemini's Multimodal File Search API

Gemini's updated File Search API supports images, metadata filtering, and page-level citations. Learn how to build a production-ready multimodal RAG pipeline.

GeminiWorkflowsIntegrations

How to Add Speaker Diarization to Your AI Transcription Workflow

Speaker diarization identifies who said what in audio. Learn how IBM Granite Speech 4.1 Plus adds speaker labels, word timestamps, and incremental decoding.

WorkflowsAutomationAI Concepts

How to Build a Second Brain That Remembers Everything Using AI

Learn how to build an AI-powered second brain with persistent memory, structured notes, and automated knowledge retrieval for daily productivity.

WorkflowsAutomationProductivity

How to Classify AI Agent Actions by Risk: A Four-Tier Framework

Not all agent actions carry the same risk. Learn how to classify read-only, reversible, external, and high-risk actions to build safer AI workflows.

WorkflowsAutomationMulti-Agent

How to Use Claude Code's /bg Command to Run Background Agent Sessions

Claude Code's /bg command moves active sessions into Agent View for background processing. Learn how to use it to run parallel agents across projects.

ClaudeWorkflowsMulti-Agent

What Is the /goal Command in Claude Code? Autonomous Long-Running Tasks Explained

Claude Code's /goal command lets agents work toward an objective for hours without input. Learn how it works, when to use it, and how to prompt it well.

ClaudeWorkflowsMulti-Agent

Gemini Multimodal RAG: How to Search Images and PDFs in One Query

Google's Gemini File Search API now supports multimodal RAG. Learn how to embed images and text together and query both with page-level citations.

GeminiIntegrationsWorkflows

LLM as Judge: The Agent Safety Pattern Every Builder Needs to Know

LLM as judge uses a second AI model to validate agent actions before execution. Learn how this pattern prevents costly mistakes in production workflows.

Multi-AgentWorkflowsAutomation

How to Build a Multimodal RAG Pipeline with Metadata Filtering

Learn how to build a retrieval-augmented generation system that searches images and text together, filtered by custom metadata like department or topic.

GeminiWorkflowsIntegrations

What Is Speaker Diarization? How IBM Granite Speech 4.1 Plus Identifies Speakers

Speaker diarization labels who said what in a transcript. Learn how IBM Granite Speech 4.1 Plus handles speaker attribution and word-level timestamps.

LLMs & ModelsWorkflowsAI Concepts

What Is Claude Code Agent View? How to Manage Multiple AI Agents at Once

Claude Code's new Agent View lets you monitor and control multiple coding sessions from one terminal tab. Here's how it works and why it matters.

ClaudeMulti-AgentWorkflows

How to Use AI Agents for YouTube Comment Monitoring and Automated Responses

AI agents can monitor YouTube comments, access video transcripts, and respond on your behalf. Learn how to set this up with Hermes Agent or Claude Code.

AutomationWorkflowsContent Creation

AI Workflows vs Agentic Workflows: The Key Difference Every Builder Must Understand

AI workflows follow fixed steps you define. Agentic workflows let the model decide. Learn the difference and when to use each for your automation.

WorkflowsAutomationAI Concepts

How to Build a Cron-Based AI Automation with Hermes Agent: Scheduling and Skills

Hermes Agent lets you schedule autonomous AI tasks using natural language cron jobs. Learn how to set up your first scheduled automation with skills.

AutomationWorkflowsMulti-Agent

How to Build a Live Translation Voice Agent with OpenAI's GPT Realtime API

GPT Realtime Translate supports 70+ input languages with real-time speech translation. Learn how to build a live translation agent using the API.

GPT & OpenAIWorkflowsIntegrations