Automation as Creative Practice
Automation gets a bad reputation. It's framed as a productivity tool — remove the boring stuff, save time, do more with less. That's fine, but it misses the more interesting angle.
Automation is a creative medium. When you build a system that acts on your behalf, you're encoding your thinking into something that runs independently. That's a form of creation.
The best automation systems have an elegance to them. They're not just functional — they're thoughtful. They handle edge cases gracefully. They fail predictably. They communicate their state clearly.
There's a craft to building systems that work well. It requires understanding not just the technology, but the domain, the users, and the inevitable chaos of real-world conditions.
AI transforms automation from rule-based to adaptive. Instead of defining every condition and response, you define intent and let the system figure out the details.
This shift changes the creative process fundamentally. You're no longer writing instructions — you're designing behaviors. You're not programming a machine; you're shaping an agent.
My current automation experiments focus on three areas:
- Information synthesis — Systems that gather, filter, and summarize information from multiple sources, presenting only what matters.
- Creative workflows — Automation that supports creative work without constraining it. Tools that suggest, not dictate.
- Observability — Systems that watch other systems, surfacing anomalies and insights that would otherwise go unnoticed.
The goal isn't to remove humans from the loop. It's to give humans better loops to be in.