AI Workflow Automation: Decisions Are Cheap, Actions Are Expensive
The trick to AI workflow automation is simple: let the model decide, let deterministic code act, and never confuse the two.
Automation coverage in this archive spans 4 posts from Jul 2017 to Aug 2025 and leans into practical engineering craft: interfaces, testing, and maintainable implementation details. The strongest adjacent threads are devops, ci/cd, and ai. Recurring title motifs include actions, patterns, ai, and workflow.
The trick to AI workflow automation is simple: let the model decide, let deterministic code act, and never confuse the two.
Practical Terraform patterns for teams that have outgrown the tutorial stage: module design, state management, environment promotion, and policy enforcement.
Matrix builds, dependency caching, gated deploys, and the security gotchas I hit building Decloud's CI/CD pipeline on GitHub Actions.
Your manual security gate is a bottleneck pretending to be a process. Here's how I moved security checks into the pipeline at the fintech startup so we could ship fast without shipping stupid.