Workflows Articles
Browse 1178 articles about Workflows.
The 5 Levels of AI Coding Autonomy: From Spicy Autocomplete to the Dark Factory
Understand the five levels of AI coding—from reference tool to fully autonomous dark factory—and discover which level is right for your team today.
How to Build an AI Workflow That Converts Text Prompts to Images to Cut Token Costs
Discover how rendering text as compressed images exploits Claude's vision billing to reduce input token costs by 30–60% in agentic workflows.
How to Build an AI Operating System for Your Business Using Claude Code
Learn how to design a personal AI OS with Claude Code—mapping workflows, automating tasks, and building a 30-day productivity plan from scratch.
How to Build an AI Second Brain Knowledge Base Using Claude Code
Learn how to build a personal AI knowledge base that stores, organizes, and retrieves your information using Claude Code and structured memory systems.
Claude Fable 5 vs Sonnet 5 for Dynamic Workflows: Cost, Quality, and When to Switch
Real-world tests show Fable 5 orchestrating Sonnet sub-agents matches all-Fable quality at a fraction of the cost. Here's how to structure your workflows.
What Is the 'Fable Mode' Skill? How to Make Cheaper AI Models Think Like Frontier Models
The Fable Mode skill injects Claude Fable 5's reasoning habits into cheaper models like Opus, using five gates: scope, evidence, attack, verify, report.
The 5 Levels of AI Coding Autonomy: From Spicy Autocomplete to the Dark Factory
Discover the five levels of AI coding autonomy—from basic autocomplete to fully autonomous dark factories—and learn which level is right for your team.
AI Agent Evaluators and Verifiers: How to Stop Agents from Grading Their Own Work
Agents that evaluate their own output produce biased results. Learn how to build separate evaluator and verifier components that catch errors before they ship.
AI Agent Observability: How to Monitor Agents Running for Hours Without Babysitting
Learn how to set up observability for long-running AI agents—tracing costs, latency, failures, and decisions—so you can intervene before things go wrong.
AI Model Routing: When to Use Frontier Models vs Cheap Models in Your Agent Stack
Frontier models excel at imagining new tasks; cheap models execute known ones. Learn how to route intelligently and where each model tier creates real value.
How to Build an LLM Wiki Knowledge Base with Obsidian and Claude Code
Learn how to ingest YouTube transcripts, PDFs, and URLs into a cross-linked Obsidian knowledge base using Claude Code in under 5 minutes.
Claude Sonnet 5 vs Opus 4.8: Which Model Is Right for Your AI Workflows?
Claude Sonnet 5 is cheaper but can cost more than Opus in agentic workflows. Learn when to use each model and how to choose based on your use case.
How to Build a Long-Running AI Agent That Doesn't Go Off the Rails
Long-running agents need goals, evaluators, verifiers, loops, orchestration, observability, and memory. Here's how to design each component correctly.
What Is the Dark Factory Approach to AI Coding? How to Ship Code Without Human Bottlenecks
The dark factory is a fully autonomous AI coding pipeline: spec goes in, shipped code comes out. Learn what it takes to build one and when it makes sense.
What Is Semantic Compression? How to Cut AI Token Costs by 75% Without Losing Quality
Semantic compression rewrites prompts and system files to maximum information density. Learn how to reduce token usage by 75% with zero quality loss.
The 5 Levels of AI Coding Autonomy: From Spicy Autocomplete to the Dark Factory
AI coding ranges from enhanced search to fully autonomous deployment. Learn the 5 levels, where you should be, and what it takes to reach the dark factory.
AI Agent Evaluators and Verifiers: How to Stop Agents from Grading Their Own Work
Agents that evaluate their own output produce biased results. Learn how to build separate evaluator and verifier components that catch errors before they ship.
AI Agent Observability: How to Monitor Agents Running for Hours Without Babysitting
You can't watch a 6-hour agent session. Learn how to set up dashboards, traces, and monitors so you know exactly when to step in and when to let it run.
Claude Sonnet 5 vs Opus 4.8 for AI Workflows: Which Model Should You Actually Use?
Claude Sonnet 5 is cheaper but can cost more than Opus in agents. Learn when to use each model and how to pick the right one for your workflows.
How to Build an LLM Wiki Knowledge Base with Obsidian and Claude Code
Learn how to build a self-growing knowledge base from YouTube transcripts, PDFs, and URLs using Karpathy's LLM wiki architecture and Claude Code.