Tagged: Automation

18 posts

capcut-cli: A Deterministic Boundary, Running in Public

September 6, 2026 · 3 min read · projects
capcut-cli is the open-source CLI I build and maintain: the deterministic half of a video pipeline, with the model allowed to touch only what needs judgment. Roughly 3,100 people a month depend on that boundary holding — 415 GitHub stars, 11,877 npm installs in 30 days, zero runtime dependencies.
State, Not Steps: Why Your Workflow Automation Has No Memory

State, Not Steps: Why Your Workflow Automation Has No Memory

August 28, 2026 · 3 min read · blog
Memory, approvals, sandboxing and rollback separate a production system from a demo. Three of them are configuration in your workflow tool. The fourth is architecture.
When Document Parsing Automation Is Worth It (and When to Buy Instead of Building on n8n)

When Document Parsing Automation Is Worth It (and When to Buy Instead of Building on n8n)

July 6, 2026 · 4 min read · blog
Document parsing on n8n is commoditized. The value is the decision before the build: throughput threshold, build vs buy a parser, and self-hosting for compliance.
Why Execution-Only AI Fails at Multi-Project Task Management

Why Execution-Only AI Fails at Multi-Project Task Management

June 21, 2026 · 4 min read · blog
Your AI agent efficiently executes tasks but misses hidden dependencies between projects. Beads solves this with Git-backed dependency graphs that reveal your true critical path across all work.
Why Execution-Only AI Agents Fail: Add a Steering Layer

Why Execution-Only AI Agents Fail: Add a Steering Layer

June 21, 2026 · 4 min read · blog
Execution-only AI agents finish every task but never ask if the task was worth doing. The fix is a steering layer over your work.
Voice AI Agents for Small Business: What Actually Ships in 2026

Voice AI Agents for Small Business: What Actually Ships in 2026

June 7, 2026 · 4 min read · guides
The voice AI that pays back for a small business is narrow and boring: after-hours triage, booking, order status. Here is what ships and what to skip.
Build Your Own Claude Telegram Bot: 30 Lines of Bash, No Plugin Needed

Build Your Own Claude Telegram Bot: 30 Lines of Bash, No Plugin Needed

April 14, 2026 · 15 min read · blog
Build your own Claude Telegram bot instead of installing the official plugin: a 30-line bash long-polling daemon you fully control. Full script, MCP tools, attachments, allowlisting.
Zapier vs Make vs n8n (2026): Pricing, True Cost at Scale, and What Breaks in Production

Zapier vs Make vs n8n (2026): Pricing, True Cost at Scale, and What Breaks in Production

April 14, 2026 · 17 min read · guides
Zapier (per-task), Make (per-operation), n8n (per-execution) at 10k / 100k / 1M runs — plus what breaks first in production and when to self-host.
n8n AI Agent Workflow Examples: 5 Production Patterns

n8n AI Agent Workflow Examples: 5 Production Patterns

April 12, 2026 · 15 min read · blog
Five real n8n ai agent workflow examples with Claude, RAG, and human-in-the-loop. Node graphs, prompts, costs, and production hardening tips. Download the free AI Automation Checklist.
Claude API vs OpenAI API for Business Automation: September 2026 Verdict

Claude API vs OpenAI API for Business Automation: September 2026 Verdict

April 11, 2026 · 9 min read · guides
Claude API vs OpenAI API, September 2026: prices converged, caching at parity. EU residency and procurement decide. Verdict for IT leaders.
AI Agents: Build vs Buy (2026 Decision Framework)

AI Agents: Build vs Buy (2026 Decision Framework)

April 11, 2026 · 7 min read · guides
Should you build a custom AI agent or buy off-the-shelf? Cost analysis, hybrid approach, and when to hire a freelancer vs building in-house. Download the free AI Automation Checklist.
Migrate Zapier to n8n: A Practitioner's Playbook for 2026

Migrate Zapier to n8n: A Practitioner's Playbook for 2026

April 10, 2026 · 12 min read · blog
How to migrate Zapier to n8n without breaking production. Concept mapping, cost math, self-hosted gotchas, and when Make.com is the better move. Download the free AI Automation Checklist.
GitHub Issue Management AI: Build Claude-Powered Triage That Works

GitHub Issue Management AI: Build Claude-Powered Triage That Works

April 9, 2026 · 12 min read · blog
Build github issue management ai with Claude: webhook, tool use, labels, duplicate detection, and confidence thresholds. Three automation levels, real cost numbers. Download the free AI Automation Checklist.
Migrate Zapier to Make: A Practitioner's Migration Guide (2026)

Migrate Zapier to Make: A Practitioner's Migration Guide (2026)

April 8, 2026 · 12 min read · blog
How to migrate Zapier to Make.com without breaking production: 6-step strategy, concept mapping, cost math, and the gotchas nobody warns you about. Download the free AI Automation Checklist.
Claude Code SDK Agents: Build Production Agents Without the Loop

Claude Code SDK Agents: Build Production Agents Without the Loop

April 1, 2026 · 11 min read · blog
Claude Code SDK agents give you file tools, bash, MCP, and subagents for free. Here's when to use the SDK vs the raw Claude API, with real code. Download the free AI Automation Checklist.
AI Skills Are the New Boilerplate: They Fix Nothing

AI Skills Are the New Boilerplate: They Fix Nothing

March 24, 2026 · 4 min read · blog
Everyone shares skill libraries now. Why the 20-slash-command pitch and the 2-hours-saved claim miss what actually ships value in production. Book a free discovery call.
How I Built a Business Email Agent with Compliance Controls in Go

How I Built a Business Email Agent with Compliance Controls in Go

March 21, 2026 · 6 min read · blog
How to build a production email agent in Go with compliance controls. Why off-the-shelf AI email tools fail for business operations, and what to do instead. Download the free AI Automation Checklist.
I Run 10 AI Agents in Production. They're All Bash Scripts.

I Run 10 AI Agents in Production. They're All Bash Scripts.

March 12, 2026 · 5 min read · blog
A week ago I wrote about shipping AI agents the right way. That piece was about the harness: quality... Download the free AI Automation Checklist.