HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tmuhlestein

3 karmajoined 9 mesi fa
Product & AI CTO at GoDaddy. Interested in AI infrastructure, orchestration, agent systems, observability, and operational AI deployment.

Submissions

[untitled]

1 points·by tmuhlestein·3 giorni fa·0 comments

[untitled]

1 points·by tmuhlestein·18 giorni fa·0 comments

[untitled]

1 points·by tmuhlestein·20 giorni fa·0 comments

[untitled]

1 points·by tmuhlestein·mese scorso·0 comments

[untitled]

1 points·by tmuhlestein·mese scorso·0 comments

[untitled]

1 points·by tmuhlestein·2 mesi fa·0 comments

[untitled]

1 points·by tmuhlestein·2 mesi fa·0 comments

[untitled]

1 points·by tmuhlestein·2 mesi fa·0 comments

[untitled]

1 points·by tmuhlestein·3 mesi fa·0 comments

[untitled]

1 points·by tmuhlestein·3 mesi fa·0 comments

[untitled]

1 points·by tmuhlestein·3 mesi fa·0 comments

[untitled]

1 points·by tmuhlestein·3 mesi fa·0 comments

[untitled]

1 points·by tmuhlestein·3 mesi fa·0 comments

Routing vs. trust in multi-agent systems

godaddy.com
2 points·by tmuhlestein·4 mesi fa·0 comments

Dear Software Engineers: You Still Have Value

godaddy.com
3 points·by tmuhlestein·4 mesi fa·2 comments

Running production AI systems at scale (GoDaddy and AWS case study)

aws.amazon.com
3 points·by tmuhlestein·4 mesi fa·1 comments

Publishing AI Agent Identity to DNS (GoDaddy ANS and MuleSoft Agent Fabric)

aboutus.godaddy.net
1 points·by tmuhlestein·5 mesi fa·1 comments

[untitled]

1 points·by tmuhlestein·6 mesi fa·0 comments

[untitled]

1 points·by tmuhlestein·6 mesi fa·0 comments

Fortune: How enterprises are moving from AI pilots to production systems

fortune.com
1 points·by tmuhlestein·7 mesi fa·1 comments

comments

tmuhlestein
·18 giorni fa·discuss
[flagged]
tmuhlestein
·20 giorni fa·discuss
[flagged]
tmuhlestein
·mese scorso·discuss
[dead]
tmuhlestein
·mese scorso·discuss
[flagged]
tmuhlestein
·mese scorso·discuss
[flagged]
tmuhlestein
·mese scorso·discuss
[dead]
tmuhlestein
·2 mesi fa·discuss
[flagged]
tmuhlestein
·2 mesi fa·discuss
[dead]
tmuhlestein
·2 mesi fa·discuss
[dead]
tmuhlestein
·3 mesi fa·discuss
[flagged]
tmuhlestein
·4 mesi fa·discuss
[flagged]
tmuhlestein
·4 mesi fa·discuss
A lot of the conversation around AI and coding focuses on whether models will replace software engineers.

What seems to be happening in practice is slightly different.

AI is getting very good at generating code, but the hardest engineering problems were never about typing code in the first place. They’re about:

-system architecture and abstractions -understanding complex systems -reasoning about failure modes -operating systems at scale -deciding what should actually be automated

If anything, AI tools push engineers to start automating more of their own routine work, which frees time to focus on the harder system-level problems.

In that sense, the role of engineers shifts from “writing code” to designing and governing systems that increasingly include AI components.

Curious how others here see the role evolving as AI coding tools improve.
tmuhlestein
·4 mesi fa·discuss
One challenge many teams are hitting right now is the gap between AI demos and production AI systems.

This AWS case study covers some of the work GoDaddy has been doing to operationalize AI workflows using AWS infrastructure.

One example highlighted is Lighthouse, a system built using Amazon Bedrock to analyze large volumes of customer support interactions and extract patterns that can improve customer experience and operational efficiency.

What’s interesting from a systems perspective isn’t just the model usage, but the broader shift toward treating AI as part of production infrastructure:

data pipelines that continuously feed models

orchestration layers around LLM workflows

recursive learning platforms that allow real-world signals to continuously improve systems

integration into existing operational systems

The biggest challenge for many organizations right now isn’t building models — it’s building reliable systems around them.

Curious how others here are approaching AI infrastructure vs experimentation.
tmuhlestein
·5 mesi fa·discuss
The interesting part here is publishing agent identity to public DNS rather than keeping it in a closed registry.

This separates identity (globally resolvable) from enterprise governance and orchestration.
tmuhlestein
·7 mesi fa·discuss
One consistent pattern in production AI work is that model quality is rarely the main bottleneck.

Trust, identity, security, and operational discipline tend to determine whether systems can actually scale beyond pilots—especially as agentic systems become more autonomous.

Curious how others here are thinking about governance and reliability for AI systems operating in real-world environments.
tmuhlestein
·8 mesi fa·discuss
LLMs are increasingly being used as evaluators — grading outputs, ranking options, and even guiding autonomous agents. But raw model scores are unstable: they drift over time, vary across models, and don’t map linearly to real quality.

This write-up explores why LLM-based judging is unreliable out of the box, how calibration curves can improve stability, and why multi-model consensus may be necessary for trustworthy evaluation systems.

Curious how others in the industry are handling calibration, drift mitigation, or cross-model agreement for “LLM-as-a-judge” setups.
tmuhlestein
·8 mesi fa·discuss
GoDaddy just published the Agent Name Service (ANS) API) and an accompanying standards site for defining identity and lifecycle management for autonomous agents.

ANS pairs a human-readable name with cryptographically verifiable identity, using PKI/X.509 and DNS-style discovery. It’s designed to work alongside frameworks like A2A, MCP, and other emerging agent protocols.

What’s new:

Public ANS API is now live (registration, discovery, certificates, revocation, etc.) ANS Standards site with the current spec + architecture Open adapter layer for interoperability without framework lock-in

GitHub repo available for builders

Links:

Standards → hhttps://www.agentnameregistry.org/ Repo → https://github.com/godaddy/ans-registry API keys → https://developer.godaddy.com/keys

Given the rise of autonomous agents, this aims to solve identity, trust, and lifecycle governance at internet scale.

Curious what HN thinks: Do we need shared, neutral identity infrastructure for agents — or should each framework solve this independently?
tmuhlestein
·8 mesi fa·discuss
At GoDaddy, our engineering team has been experimenting with how to make AI agents more modular, auditable, and production-ready. Instead of treating agents as monoliths, we designed them around four core tools that separate decision from execution:

* MemoryTool – maintains persistent context and user continuity

* CompletionTool – defines task completion and termination criteria

* UserInteractionTool – handles clarifications, approvals, and feedback loops

* DelegationTool – enables handoffs between agents or humans

This approach makes agent behavior transparent, versionable, and safer to scale. We’ve open-sourced our thinking and early framework notes in a technical write-up here:

Building AI Agents at GoDaddy – An Agent’s Toolkit https://www.godaddy.com/resources/news/building-ai-agents-at...

Would love to hear feedback from others working on modular or composable agent architectures — especially how you handle agent memory persistence and versioning.
tmuhlestein
·8 mesi fa·discuss
The last few months have proven that autonomous agents are testing the web’s guardrails — from robots.txt to checkout flows — and trust is the casualty.

At GoDaddy, we’re addressing this with the Agent Name Service (ANS) open standard — a framework introducing a digital passport for autonomous agents. By binding each agent’s identity to its exact version of code, ANS creates verifiable trust even in multi-agent chains, reducing the risk of compromised code or “trust rot.”

This is more than a technical milestone — it’s the foundation for secure, scalable agent-to-agent commerce. This post follows our announcement from last month: ANS is now live, and we’re partnering with select companies to roll out implementations in the near future.

ANS provides the PKI-based foundation and governance model enterprises need to trust the shift toward a decentralized, agent-driven internet — acting as the bridge between today’s Web2 enterprise reality and the decentralized agentic future.

Exciting times ahead as we continue shaping the agent economy.

Read more in Scott Courtney’s latest post: Why the Agent Economy Needs a Digital Passport https://www.godaddy.com/resources/news/why-the-agent-economy...

What do you think — could verifiable, version-bound identity be the missing piece for safe autonomous collaboration?
tmuhlestein
·9 mesi fa·discuss
In most ad systems, the logic is simple: highest bid wins. But simple doesn’t mean smart.

At GoDaddy, we asked a harder question: Can we optimize both revenue and user satisfaction—without sacrificing either?

So, we built DeepAd: a deep learning ranking model that blends monetization, behavior, and intent to deliver ads that are both profitable and meaningful.

Core Concepts

• Context-aware ranking: Goes beyond “highest bid wins,” factoring in intent, engagement, and diversity. • Transfer learning from DeepRank: Leveraging billions of domain-search interactions to give our ad model a head start. • ReTiRe framework: Balancing Relevance, Time, and Revenue for a truly adaptive signal mix. • Real behavioral supervision: Learning directly from shopper actions — what they clicked, bought, or skipped.

Why this matters:

• Shoppers see domains that actually fit their intent. • Registries get fair exposure — niche top-level domain (TLD) can compete on merit, not budget. • GoDaddy achieves sustainable revenue without degrading user trust.

Key takeaway: Building intelligent ad systems isn’t just about monetization — it’s about aligning incentives between users, advertisers, and platforms through smarter modeling.

Dive into the technical deep dive: Balancing Revenue and Relevance: Optimizing TLD Ad Rankings https://www.godaddy.com/resources/news/balancing-revenue-and...

Curious to hear your perspective — share your thoughts below!