Travis Muhlestein PRO
TravisMuhlestein
AI & ML interests
Product & AI CTO at GoDaddy focused on AI infrastructure, orchestration, agent systems, observability, and enterprise-scale AI deployment
Recent Activity
posted an update 3 days ago
One of the most underrated parts of AI-assisted engineering may have nothing to do with the model.
It's the infrastructure around the engineer.
Shriyash Balshetwar and Shubham Jangle, engineers at GoDaddy, were spending roughly 16 mechanical pull requests per week managing localization branches. None of the work was particularly difficult—it was repetitive, easy to forget, and occasionally capable of blocking releases.
They built a GitHub App to remove the entire workflow.
What I find interesting is what happened underneath the simple idea of "automate the PRs."
The production system needed idempotent webhook handling, installation-scoped authentication, retry logic around GitHub's asynchronous mergeability state, per-repository configuration, and safe pattern matching.
The app itself is under 900 lines of JavaScript.
The interesting lesson is that the hard part of automation isn't always the automation.
It's building the reliability around it.
As AI agents take on more software engineering tasks, I expect this distinction to become even more important. The systems surrounding an agent—events, permissions, state, retries, validation, and feedback—may matter as much as the model making the decision.
🔗 https://www.godaddy.com/resources/news/how-a-github-app-saved-us-hours-of-manual-effort
Curious what other engineering workflows people have found worth automating end-to-end. repliedto their post 21 days ago
AI orchestration > bigger models?
Over the past few months I've been experimenting with a different approach to AI-assisted creation.
Instead of asking one frontier model to do everything, I explored what happens when specialized capabilities are orchestrated into a single production workflow.
The project coordinates drafting, editing, illustration, multilingual translation, narration, publishing outputs, and marketing assets into one end-to-end system.
The first real-world validation is The Isaiah Chronicles, the first release in a planned 10-book series.
Over roughly two months the workflow processed more than 14 billion tokens, with continuous experimentation around evaluation metrics, quality gates, reproducibility, and orchestration strategies.
One observation kept repeating itself:
Improving the orchestration often produced bigger gains than changing the underlying model.
I'm curious whether others building AI systems are seeing the same pattern.
How much of the next leap comes from better models—and how much comes from better orchestration?
🔗 https://theisaiahchronicles.com repliedto their post 21 days ago
AI orchestration > bigger models?
Over the past few months I've been experimenting with a different approach to AI-assisted creation.
Instead of asking one frontier model to do everything, I explored what happens when specialized capabilities are orchestrated into a single production workflow.
The project coordinates drafting, editing, illustration, multilingual translation, narration, publishing outputs, and marketing assets into one end-to-end system.
The first real-world validation is The Isaiah Chronicles, the first release in a planned 10-book series.
Over roughly two months the workflow processed more than 14 billion tokens, with continuous experimentation around evaluation metrics, quality gates, reproducibility, and orchestration strategies.
One observation kept repeating itself:
Improving the orchestration often produced bigger gains than changing the underlying model.
I'm curious whether others building AI systems are seeing the same pattern.
How much of the next leap comes from better models—and how much comes from better orchestration?
🔗 https://theisaiahchronicles.com