Workflows Articles
Browse 1225 articles about Workflows.
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.
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.
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.
Chatbots vs AI Workflows vs Agentic Systems: The Four Levels Explained
Understand the four levels of AI automation—chatbots, AI workflows, agentic workflows, and agentic AI systems—and which level your business actually needs.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Claude Code Agent Teams: Build a 5-Page Website with 3 Parallel Sub-Agents Running Simultaneously
Claude Code's agent teams let a manager agent delegate to parallel workers. Here's how to set up a 3-agent team that builds a full site faster than a…
Claude Code Hooks: 18 Lifecycle Events Most Users Have Never Touched — and How to Use Them
Claude Code has hooks at 18+ lifecycle events — session start, post-compaction, pre-response, and more. Most users ignore them entirely.
The Four Levels of AI Automation: Chatbots, Workflows, Agentic Workflows, and AI Systems
From ChatGPT to full agentic AI systems, each level gives AI more autonomy. Learn the four levels and where your business should be operating.
Hooks vs. Skills in Codex Plugins: Why Deterministic Checks Should Never Be Left to the Model
Hooks run formatters and validators deterministically. Skills let the model reason. Mixing them up is the most common agentic workflow mistake in Codex plugins.
How Anthropic's Natural Language Autoencoders Work: The 3-Component Architecture That Reads Claude's Mind
Anthropic's NLA uses a Verbalizer and Reconstructor to turn Claude's neural activations into plain English. Here's how the round-trip architecture works.
How to Deploy Hermes Agent on a VPS in Under an Hour: Step-by-Step Docker Setup Guide
Deploy Hermes Agent on Hostinger VPS with one-click Docker, connect Telegram via BotFather, and run GPT-5.5 as your inference backend — all in under an hour.
How to Edit Any Section of a Word Document with Claude in 30 Seconds Using the Highlight Workflow
Claude for Word's highlight-to-edit feature scopes your next prompt to any selected text. Here's how to use it for contracts, reports, and writing reviews.