Getting Lost in AI Automation
Getting Lost in AI Automation
When I started OtterSoftware, the plan was to build things live on stream. That was the whole idea: code in the open, hang out with friends, and build a community of developers. Life had other plans. I ended up at an AI development agency, where I focus fully on AI integration and automation. It has been eating all my time since.
Honestly, I'm not mad about it. Most of my working hours now go into software where an LLM decides what to do next, calls the right tools, and drives a process from start to finish.
What that actually looks like
The work splits roughly into two flavors.
Wiring AI into existing systems. Taking software that already does its job and giving it a brain. That means automating the tedious steps where a human used to sit in the middle, and letting a model triage, classify, summarize, or kick off actions that used to need someone clicking through screens. It sounds fancier than it is. Most of the effort goes into boring edges like guardrails, fallbacks, and making sure the model can't confidently do something stupid.
Greenfield prototypes. Starting from an empty repository and asking what the product would look like if AI actions were the core instead of a bolt-on. This is the fun part, and the pace is no joke: the goal is usually a working proof of concept on real client data in the first week. You throw something together, learn that half of your assumptions were wrong, and the surviving half becomes the actual design.
What I've learned so far
The models are rarely the hard part anymore. The hard part is everything around them. How you shape the context, how you constrain the actions, how you recover when things go sideways, and how you make the whole thing observable enough to debug. Classic integration work, really: the interesting problems are always at the seams.
Where I want to go next
So far I have been on the integration side, using models rather than building them. I want to shift that balance a bit and dig into how an LLM actually works under the hood. No promises on timelines (see: this entire website), but that's the plan.
If you're tinkering with anything similar, always happy to compare notes. Reach out.