The Industry of Lies, or What Leaders Need to Know About AI

doener1 pts0 comments

The Industry of Lies, or What Leaders Need to Know About AI

SubscribeSign in

The Industry of Lies, or What Leaders Need to Know About AI<br>On unpredictable costs, failed PoCs, resistant employees, and the infrastructure that is not there

Maria Sukhareva<br>Jun 21, 2026<br>∙ Paid

53

14

Share

The other day I talked to a department lead who was very eager to adopt AI and introduce it to his employees. He did not have a technical background, and his entire department consists of experts in an area completely unrelated to AI.<br>He asked me what he should know about AI as a people’s leader, and what the most frequent reasons an AI use case fails are.

AI is the industry of lies. (image generated by chatGPT)<br>Since that conversation, I have been thinking about it. What should a people’s leader practically know? Obviously, not that AI is so transformative and revolutionary — they have been hearing that in dozens of presentations. In fact, AI has been somewhat forced on employees:<br>Accenture now tracks how often senior employees utilize artificial intelligence on a weekly basis, according to recent reports. The firm links these adoption metrics to promotion opportunities for veteran staff, to ensure they embrace the growing role of technology in the workplace.

In recent years, AI has turned into an industry of lies: benchmaxxing, hallucinated consulting reports, overpromising, underdelivering, AI experts who have never heard of a loss function — barely any other area is as filled with lies as AI.<br>It is not easy to comb through these braids of lies.<br>What are the real things one needs to know? That is what this article is about.<br>In this article, I will refer to LLMs as AI, because that is what is frequently understood by it. So further on, we talk exclusively about state-of-the-art LLM-based approaches.

AI is not cheap

One needs to budget for it, and, without proper controls, an AI application that is actually useful can end up costing more than a full-time employee. The other problem is that the prices are not predictable. Three months ago, one might have budgeted roughly €1,100 a month for GitHub Copilot Enterprise for a team of 30 developers. Now, that same budget might not be enough for a single heavy user: since GitHub switched to usage-based billing in June 2026, costs are calculated per token at the API rate of whichever model handled the request — and as reasoning models become the default, individual monthly bills are already being reported in the hundreds. How much one actually needs to budget is also hard to predict: there is no reliable way to calculate the cost upfront.

$500M on consumption in a month<br>Many AI tools — particularly coding assistants and enterprise platforms — have moved from flat subscriptions to consumption-based pricing, which means one pays per million tokens. AI APIs are affected too even though they have always been consumption-based. The cost of those tokens has been going up. Anthropic's Claude Fable 5 ships with a new tokenizer that generates roughly 30% more tokens from the same input text, meaning the same system prompt and conversation history that cost 10,000 tokens yesterday costs 13,000 today, with no change in what you're sending. OpenAI's GPT-5.5 is priced at double GPT-5.4 on every billing line.<br>One can pay per million tokens up to $50.<br>How much can one do with a million tokens? That is something impossible to predict.<br>The price includes reasoning tokens — the internal deliberation of the LLM when trying to solve a problem. A response that looks like 500 tokens in the output may have consumed 50,000 or more. The price of every request depends to some extent on the skill of the programmer to word tasks in a way that helps the LLM reason less and produce the solution faster. But, in general, prompting skill is not the decisive factor. What matters more is how much context is sent with every request: the whole chat history, agent descriptions, tools, MCP servers, and system prompts — all of it is billed on every single call. But the most important factor is luck. If the LLM happens to generate the right reasoning traces quickly, you save money. If it does not, it can ramble indefinitely trying to self-correct. The choice of model also matters: some reason longer than others. The banned Fable could burn $50 or more from a single prompt easily.<br>No one can tell you that your employees need X tokens a month. The best way to figure this out is to calculate what is economically feasible for you: the trade-off between productivity and cost. If your developers run out of quota within three days, two things will happen: they will ship much slower for the rest of the month, or they will use their private accounts. 68% of employees already use personal AI accounts for work tasks, with 57% of them entering sensitive company data and the average cost of a shadow AI data breach is $4.2 million.<br>All in all, the important steps here are: make the prices and quotas transparent to your team;...

tokens lies know employees industry cost

Related Articles