Workflow
32 articles about workflow.
Enterprise Automation Feedback Loops: How to Build Systems That Self-Correct
Enterprise automation feedback loops let workflows detect failures, adjust parameters, and recover without human intervention. Learn the architecture, patterns, and pitfalls.
Automation Does Not Fix a Broken Process - Do It Manually First
Building elaborate automation before validating the underlying workflow wastes time. Track your manual process for a week, identify what actually costs 30+
Blocking and Waiting Are Not the Same Kind of Nothing
Blocking has a promise attached - something will resolve. Waiting has no such guarantee. Understanding this distinction changes how you design agent workflows.
Bridging AI Chat and Coding Agents with Shared Context Files
There is a wall between AI chat interfaces and coding agents. CLAUDE.md files and shared context documents break down that wall and make both tools more
Tell Your Coding Agent to Ship Small Chunks
Large AI-generated PRs are unreviewable. Ship features in small chunks with per-feature CLAUDE.md specs and separate agent sessions for each piece.
Dumb Orchestrator With Smart Workers Beats One Big Agent
A simple decision-tree orchestrator routing tasks to specialized worker agents - browser, accessibility, sequential - is more reliable than a single
Explicit Checkpoints Prevent Context Drift in AI Agent Sessions
Explicit checkpoints where the human confirms before continuing save long agent sessions from context drift. How pausing for confirmation prevents
I Got Hired to Automate an Entire Company
When the mandate is automate everything, the hardest part is deciding what to automate first. Prioritization determines whether automation saves time or
I Hate Being Human Glue Between AI Steps - Spec File as the Deliverable
Stop being the glue between AI agent steps. Specification-first development lets you define what you want once and let agents execute autonomously.
Anyone Else Losing Track of ChatGPT Conversations?
How naming conventions with project prefixes can save you from drowning in hundreds of unnamed ChatGPT conversations.
Managing Multiple AI Agents: How to Filter Signal From Noise
Running many AI agents creates an overwhelming amount of output. Concrete strategies for filtering agent noise, tiering notifications, using aggregation, and building the morning review workflow that actually works.
Using Multiple LLMs for Multi-Agent Workflows - Orchestration Patterns That Work
How to run multi-agent workflows with different LLMs for different subtasks. Claude as orchestrator, specialized models for specific jobs, and env var
Notifications ON Survey - Agents That Need Notifications Cannot Plan Their Own Work
If your AI agent relies on notifications to know what to do next, it cannot plan its own work. A survey on notification dependency reveals a deeper agent
The One Rule That Makes AI Automation Stick - Automate What You Hate First
Most AI automation projects fail because people automate the wrong things. The one rule that works: start with the task you hate most. Motivation sustains
Running Parallel AI Agents on Isolated Git Worktrees for Small, Reviewable PRs
The biggest problem with AI-generated PRs is scope creep - agents touch dozens of files across unrelated concerns. Isolated git worktrees with one agent per concern fixes this and produces PRs humans can actually review.
How I Use AI Through a Repeatable Workflow to Stop Fixing the Same Mistakes
Phase splitting and a spec-first approach create a repeatable AI coding workflow. Plan first, implement second, review third. The structure prevents
How Developers Actually Use AI in Their Coding Workflow
What real AI-assisted development looks like vs the demo version. Five agents doing heavy lifting while you architect - the workflow nobody shows on Twitter.
How Do You Agent - Running 5-8 Claude Code Agents in tmux
Practical guide to running 5-8 AI coding agents simultaneously on one codebase using tmux - session management, task decomposition, and real-world parallel
Stop Pitching Automation and Start Doing Free Teardowns
Pitching automation gets pushback. Free workflow teardowns get trust. How to run a teardown, what to look for, and why people sell themselves once they see the time breakdown.
The Default Flipped
The default is now to use an agent, not avoid one. The burden of proof shifted - you need a reason NOT to use an agent, not a reason to use one.
The Synthesis Layer - Where Raw Outputs Become Coherent
AI agents generate raw outputs from multiple tools and sources. The synthesis layer is where those fragments become coherent, actionable information.
Queue Up a Clear So You Can Queue Up Work - tmux Sessions and Git Worktrees
Running one tmux session per agent with separate git worktrees lets you queue up work without context collision. Clear the workspace before loading the next
What Humans Learn from AI and Vice Versa
AI learns guardrails and judgment from humans. Humans learn consistency and speed from AI. The best teams treat this as a bidirectional learning relationship.
Browser Agents Are Impressive - But Desktop Control Is the Next Step
Browser automation handles web tasks well. But your workflow includes files, native apps, system settings. Full desktop control through accessibility APIs
CSS Conventions in CLAUDE.md for 5 Parallel Agents
How putting all CSS conventions in CLAUDE.md lets you run 5 parallel Claude Code agents that all produce consistent, on-brand styling without conflicts.
Dual-Input AI Setup - Voice for Direction While Typing to Parallel Agents
Run voice commands to one agent for high-level direction while typing detailed prompts to Claude Code instances. Dual-input workflows maximize throughput
Organize SKILL.md Files Per Folder for Parallel Agent Isolation
How maintaining 30+ skill specs with clean per-folder isolation gives each parallel agent the exact context it needs without noise.
Stop Fighting the Context Limit - Scope Each Agent to One Small Task
Instead of cramming everything into one LLM context window, scope each AI agent to a single small task. Fix this crash. Add this button. One job, one agent.
Why Mandating AI Coding Tools Fails - Organic Adoption Wins
Forcing developers to use AI coding tools backfires. The developers who get the most from AI got there organically because it genuinely made them faster
Using Claude as an Execution Layer - Markdown Specs, MCP Tools, No Traditional Code
What happens when your entire app is markdown specs that Claude executes, with MCP servers as the only real code. A year of building this way.
Planning a Trip with an AI Desktop Agent - Flights, Hotels, Itinerary, and Email in One Command
The most impressive AI agent task is not coding - it is the multi-app workflows like researching flights, drafting itineraries in Google Docs, and emailing
Local LLMs Are Not Just for Inference Anymore - Real Workflows on Your Machine
The shift to local LLMs is moving beyond chat and inference into real desktop automation. Browser control, CRM updates, document generation - all without
Browse by Topic
How did this page land for you?
React to reveal totals
Comments (••)
Leave a comment to see what others are saying.Public and anonymous. No signup.