<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-true-cost-of-saying-hi-to-an-ai-agent-7f8awuhpa" -->

---
title: The true cost of saying &quot;Hi&quot; to an AI agent | daily.dev
description: Token prices are nearly negligible when using AI agents — the real cost is developer waiting time. A benchmark of 14 LLMs across 210 agentic trials using three...
canonical: https://daily.dev/posts/the-true-cost-of-saying-hi-to-an-ai-agent-7f8awuhpa
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The true cost of saying &quot;Hi&quot; to an AI agent | daily.dev
og:description: Token prices are nearly negligible when using AI agents — the real cost is developer waiting time. A benchmark of 14 LLMs across 210 agentic trials using three...
og:url: https://daily.dev/posts/the-true-cost-of-saying-hi-to-an-ai-agent-7f8awuhpa
og:image: https://api.daily.dev/og/posts/7f8awUHpa.png
og:image:alt: The true cost of saying &quot;Hi&quot; to an AI agent
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The true cost of saying "Hi" to an AI agent

**[Quesma](https://daily.dev/sources/quesma)** · 7 min read · 2 upvotes · 0 comments

## Summary

Token prices are nearly negligible when using AI agents — the real cost is developer waiting time. A benchmark of 14 LLMs across 210 agentic trials using three prompts ('Hi', 'commit', 'WTF') reveals that latency, not API spend, dominates the total cost. Ambiguous prompts cause models to spiral into dozens of unnecessary tool calls: Claude Sonnet averaged 24 tool calls and 49 seconds just to respond to 'Hi', while some models failed entirely. A clear, specific prompt like 'commit' resolved cleanly every time across all models. At a $120K/year developer salary, each second of waiting costs $0.016 — making waiting 20x more expensive than tokens on the cheapest model. The takeaway: prompt clarity is the most impactful cost optimization available today, and model speed matters far more than token pricing for agentic workflows.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://quesma.com/blog/the-true-cost-of-saying-hi-to-an-ai-agent>

## Similar posts on daily.dev

- [AI Agent Token Costs: How to Cut Your Bill by 60-80%](https://daily.dev/posts/ai-agent-token-costs-how-to-cut-your-bill-by-60-80--nglqddiuw) · Alex CloudStar · 1 upvotes · 0 comments
- [The real cost of agentic AI](https://daily.dev/posts/the-real-cost-of-agentic-ai-q32iamekb) · InfoWorld · 0 upvotes · 0 comments
- [Why your AI pipeline costs 10x more after the demo](https://daily.dev/posts/why-your-ai-pipeline-costs-10x-more-after-the-demo-loavt2qiu) · The New Stack · 0 upvotes · 0 comments

---

Tags: [#productivity](https://daily.dev/tags/productivity), [#ai-agents](https://daily.dev/tags/ai-agents), [#prompt-engineering](https://daily.dev/tags/prompt-engineering)

[View this post on daily.dev](https://daily.dev/posts/the-true-cost-of-saying-hi-to-an-ai-agent-7f8awuhpa)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The true cost of saying \"Hi\" to an AI agent","url":"https://daily.dev/posts/the-true-cost-of-saying-hi-to-an-ai-agent-7f8awuhpa","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-true-cost-of-saying-hi-to-an-ai-agent-7f8awuhpa"},"datePublished":"2026-07-09T10:42:17.285Z","dateModified":"2026-07-09T10:42:45.559Z","description":"Token prices are nearly negligible when using AI agents — the real cost is developer waiting time. A benchmark of 14 LLMs across 210 agentic trials using three...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/13727373bddce1d7b4a06bd579ccda8e?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/13727373bddce1d7b4a06bd579ccda8e?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Quesma","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Quesma","logo":"https://media.daily.dev/image/upload/s--I-Be0YJY--/f_auto,q_auto/v1774964372/logos/quesma?_a=BAMAMiWQ0","url":"https://daily.dev/sources/quesma"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-true-cost-of-saying-hi-to-an-ai-agent-7f8awuhpa","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"productivity,ai-agents,prompt-engineering","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Quesma","item":"https://daily.dev/sources/quesma"},{"@type":"ListItem","position":3,"name":"The true cost of saying \"Hi\" to an AI agent"}]}
```

