Workflows Articles
Browse 835 articles about Workflows.
How to Use Ollama to Run AI Models Locally for Claude Code Workflows
Ollama lets you run models like Gemma 4 locally on your own hardware—zero API costs. Learn how to connect it to Claude Code as a free backend alternative.
Open Brain: The Open-Source Memory System That Lets You Rebuild AI Indexes Without Losing Your Data
Open Brain separates raw data from embeddings in SQL — so when better embedding models arrive, you rebuild the index without touching source data.
OpenAI Codex Redesign: 7 New Features Targeting Non-Technical Knowledge Workers
Codex now asks what type of worker you are and personalizes task suggestions. Here are the 7 biggest changes in the latest Codex update.
OpenAI Codex vs Claude Co-work in 2026 — Which AI Agent Platform Wins for Knowledge Workers?
Codex now has built-in image gen and consumer onboarding. Claude Co-work has Blender, Adobe, and Ableton connectors. Here's how to choose.
OpenAI's Symphony Spec: How Using Linear as an Agent Control Plane Drove a 500% PR Increase
OpenAI's open-source Symphony spec uses a Linear board to orchestrate autonomous coding agents — and internal teams saw 500% more landed pull requests.
How to Run Claude Code Against DeepSeek V4 for $3 a Session (Step-by-Step)
The free-cloud-code GitHub proxy lets you use the full Claude Code CLI with DeepSeek backends. Here's the exact setup to cut your AI coding costs.
What Is Semantic Memory Search for AI Agents? Tools, Levels, and When to Use Each
Semantic memory search lets agents recall relevant context by meaning, not keyword. Learn the 6 levels of AI memory and which combination fits your use case.
How to Use Skill Systems in Claude Code: Chaining Skills Into Autonomous Pipelines
Skill systems chain modular Claude Code skills into scheduled, multi-step pipelines. Learn how to build content creation, repurposing, and research workflows.
Is Your Tech Stack Agent-Ready? The 5-Question Diagnostic for Evaluating Any Tool as Agent Infrastructure
Not every tool can serve as an agent control plane. Here's the 5-question diagnostic — state machines, ownership, audit history
Vibe Coding vs Agentic Engineering — Karpathy's Framework for Knowing Which One You're Actually Doing
Karpathy draws a hard line: vibe coding raises the floor for beginners; agentic engineering raises the ceiling for professionals.
What Is the Agent Handoff Pattern? How to Design AI Outputs for Downstream Use
The handoff pattern ensures your agent's output can be consumed by other agents or tools. Learn why portable formats like HTML, JSON, and Markdown matter.
What Is an Agentic OS? The System That Makes AI Tools Produce Consistent Results
An agentic OS tells your AI who you are, how you work, and how to execute complex tasks. Here's what it is and why you need one for reliable outputs.
What Is the Self-QA Loop? How AI Agents Critique Their Own Output Before You See It
A self-QA loop has an AI agent render, screenshot, and critique its own output before handing it to you. Here's how to implement it in your vertical agent.
What Is Structured Memory in AI Agents? How to Build Persistent Context
Structured memory lets AI agents reuse context across sessions without bloating the window. Learn how to build portable memory artifacts for your agents.
How to Build an Agent-Native Product: Lessons from OpenClaw, Hermes, and Codex
Agent-native products use outcome-based prompts instead of step-by-step instructions. Learn the design patterns behind the best agentic tools available today.
How to Build an Agentic Coding Workflow with Claude Code and Jira: A Full Walkthrough
Learn the complete agentic coding workflow: ideation, PRD creation, Jira ticket generation, PIV loop implementation, and system evolution using Claude Code.
What Is Agentic Context Grounding? The Pattern Behind Claude Design and Vertical AI Apps
Agentic context grounding reads a source of truth before generating anything. Learn the six patterns behind Claude Design that apply to any vertical AI agent.
What Is an AI Memory System? How to Build Persistent Context for Your Agents
AI models are stateless but your work isn't. Learn how to build a durable memory layer using SQLite, Postgres, embeddings, and MCP servers for your AI agents.
How to Build an AI Orchestrator That Delegates to Cheaper Sub-Agent Models
Use a frontier model as orchestrator and cheaper open-weight models for heavy lifting. This hybrid approach cuts costs while maintaining output quality.
How to Use AI Voice Agents for Customer Support: Low-Latency Models Explained
Low-latency voice models like Grok Voice ThinkFast enable real-time AI phone agents. Learn how to build and deploy voice agents for customer support.