Urgent.News

What's breaking now, across thousands of outlets.

AI

The Vibe Tax

The Vibe Tax refers to the phenomenon where millions of casual, or "vibe" coders have trained AI agents like Pol to handle complex software development tasks, resulting in a high usage of their weekly token quotas. This has led to a situation where these agents can complete entire applications without the need for human intervention, at the cost of consuming a significant amount of resources in the process.

The story begins with the narrator deciding to create their own todo app from scratch, despite the time and effort required. With the help of language models (LLMs), they can generate code without manually typing it out. They start with a small spike or proof of concept and use the AI agent, named Pol, to generate the necessary code.

As the AI agent works on the project, it meticulously generates tests for every possible edge case, even though those cases are unlikely to occur. This results in a massive consumption of the weekly token quota, with the narrator's Pol agent depleting their credits over the course of 12 hours. The narrator is baffled by this sudden usage spike and realizes that the AI has over-engineered the project, even though the final product is not visible.

The narrator concludes that the reason for this excessive token usage is the training of AI agents by millions of casual developers over time. These agents have become so proficient that they can handle complex tasks without any human oversight, but at the expense of using up resources that would otherwise be available for regular software development. This "Vibe Tax" essentially taxes all other software developers for the convenience provided by these over-optimized AI agents.

Written by urgent.news from Hacker News's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at insufferable.dev →

More in AI

How I Built Smart Scraper M2M: A Fast ~30ms Scraper API for AI Agents

Building AI Agents with frameworks like CrewAI or LangChain often hits a bottleneck: heavy, slow web scraping that bloats context windows and increases LLM token costs.

  • Smart Scraper M2M returns clean JSON data in 30ms
  • Optimizes context by removing unnecessary HTML/CSS
  • Designed for integration with CrewAI, LangChain, and Node.js agents

Code Review in the AI Era

One thing I have been thinking about a lot recently is how AI is changing not only the way we write code, but also some of the engineering processes we have built around software development.

More from Sunday 23 August →