·
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 1 day 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 posted an update 14 days ago One of the more interesting questions emerging around AI-assisted software engineering isn't whether models can write code.
We've already crossed that threshold.
The harder question is:
Which programming languages are best suited for AI-generated software?
One lesson we've seen at GoDaddy is that AI-assisted development changes what we optimize for. It's no longer enough to generate code quickly—we also need systems that help AI continuously verify, refine, and improve what they produce.
I'm a huge Rust fan. It's extremely durable, and its lints and chatty compiler are exactly the kind of feedback loops LLMs devour. We're seeing systems running at one-tenth the cost with 10x the durability, all built through AI test-driven development with full documentation and backward/forward compatibility.
Rust offers an interesting answer.
Its ownership model, strict compiler, and memory safety guarantees create an environment where verification becomes part of the development loop rather than something added afterward.
For autonomous coding agents, that's a meaningful shift.
Instead of relying primarily on runtime failures or manual review, agents receive immediate compiler feedback that improves subsequent iterations. The compiler effectively becomes another participant in the reasoning loop.
This shifts the conversation beyond code generation.
It's about building engineering systems where generation, verification, and correction happen continuously.
As agentic development evolves, language design may become just as important as model capability.
Great technical write-up from the GoDaddy Engineering team.
🔗 https://www.godaddy.com/resources/news/rust-is-the-native-language-of-agentic-development
Curious whether others think AI-native development will influence programming language adoption—or whether models will simply adapt to the languages developers already use. View all activity Organizations
view article Securing AI agents at the scale of the internet
TravisMuhlestein
• • 1