The AI Code Boom Has a Quality Problem Nobody on an Earnings Call Is Talking About

The AI code output numbers are everywhere right now. Sixty percent at Airbnb. Ninety percent at Anthropic. Eighty-four percent at Chime after four months. Tech CEOs are citing these figures on earnings calls the way they once cited app downloads, as a signal of forward momentum to investors and a recruiting pitch to engineers. The problem is that code volume was never the bottleneck. Understanding how code interacts with complex systems, and keeping it maintainable over time, was.

What this week's stories reveal is a gap between what the metric measures and what actually matters, and a few executives are starting to say so out loud. Reddit's aggressive app push is a different flavor of the same pattern: a platform optimizing for ad revenue and user tracking at the cost of the experience that built the community. A Georgia data center consumed 29 million gallons of unbilled water while residents received conservation notices. The underlying current across all four stories is the same: organizations hitting their internal targets while the downstream costs land somewhere else.


The AI Code Boom Has a Quality Problem Nobody on an Earnings Call Is Talking About

What Happened
Tech CEOs at Airbnb, Anthropic, DoorDash, and Chime are now publicly competing over how much of their code AI generates, citing figures from 60 to 90 percent on earnings calls and in press interviews. DoorDash CEO Tony Xu offered a rare note of caution, asking publicly whether shipping more code actually translates to better outcomes for customers. Engineers and observers across the industry have raised concerns that the metric incentivizes volume over maintainability and long-term reliability.

Why It Matters
The engineers who will have the clearest career advantage in this environment are the ones who can evaluate AI-generated code critically, implement proper testing frameworks, and think about maintainability at the system level, because those skills become more scarce as output volume becomes easier to produce.

Source: Business Insider
Tags: AI Tooling, Engineering Practice, Career


Airbnb Says AI Writes 60% of Its Code. The CEO Says Chatbots Still Can't Book Your Trip.

What Happened
Airbnb CEO Brian Chesky disclosed that AI generates 60 percent of all new code the company produces and that its customer support bot now resolves 40 percent of issues without human intervention. In the same earnings call, Chesky explained why chatbots fail at travel and e-commerce: most booking decisions are photo-forward, involve slider-style preference controls rather than text input, require comparing large option sets, and are made by multiple people simultaneously. Current chatbot interfaces handle none of those well.

Why It Matters
Chesky's four-point critique is a useful design framework for any developer building AI-facing products: the chatbot interaction model is well-suited to single-user, text-heavy, low-comparison tasks, and poorly suited to anything outside that band.

Source: TechCrunch
Tags: AI Tooling, Engineering Practice, Web Dev


Reddit Is Breaking Its Mobile Web on Purpose. Here's Where Users Are Going.

What Happened
Reddit has been redirecting mobile deep links to its official app rather than allowing free browsing on the mobile web, a move designed to funnel traffic into a platform where the company can serve targeted advertising and track users more effectively. The official app has drawn consistent criticism for being slow and ad-heavy. Users have responded by migrating to privacy-focused alternatives like Teddit and by installing browser extensions that restore the old Reddit interface.

Why It Matters
Reddit's API restrictions over the past two years pushed out third-party app developers; the mobile web squeeze continues that pattern, and developers building tools or data pipelines that rely on Reddit content should treat platform access as increasingly fragile.

Source: MacRumors
Tags: Industry, Dev Tools, Web Dev


A Georgia Data Center Used 29 Million Gallons of Water Without a Bill. Residents Are Furious.

What Happened
Quality Technology Services (QTS) consumed more than 29 million gallons of water from Fayette County, Georgia without being billed, due to a metering lapse during the county's transition to a new smart metering system. One connection had been installed without the utility's knowledge. County officials issued a retroactive bill of $147,474, which has been paid. The incident surfaced after residents in a nearby subdivision reported drops in water pressure. The Fayetteville City Council has since voted to ban new data centers across all zoning districts.

Why It Matters
As AI infrastructure build-out accelerates, water and power consumption at data centers are becoming local political flashpoints, and engineers designing systems that will run on this infrastructure should expect resource constraints and regulatory friction to become a larger factor in architecture decisions.

Source: TechSpot
Tags: Infra & DevOps, Industry


The Bigger Picture

The AI code percentage metric will probably peak and fade the way earlier vanity metrics did, once enough companies realize that the number doesn't predict product quality or customer outcomes. The more durable signal underneath it is what Chesky and Xu are both circling: the real value in the AI coding shift is back-office and internal workflow automation, where the output is measurable and the failure modes are contained. Customer-facing AI is harder, and the interface paradigm still has real structural problems that volume alone won't fix. Reddit and QTS are running a version of the same script: hit the internal target, absorb the backlash later. That pattern tends to hold until it doesn't, and the costs that get externalized eventually find their way back.

For developers, the practical orientation right now is toward evaluation and judgment skills rather than raw output. If everyone on your team can generate code faster, the differentiator becomes knowing which code to keep. For a deeper look at which AI coding tools are actually worth adding to your workflow, the AI coding assistants breakdown covers the current landscape. And for engineers thinking about where these infrastructure trends are heading, the data center capacity story is worth reading alongside today's water story.


Relevant Questions

Why are tech CEOs suddenly reporting AI code percentages on earnings calls?

The metric has become a proxy signal for operational efficiency and forward-thinking culture, appealing to both investors looking for productivity gains and engineers evaluating where to work. Companies like Airbnb, Anthropic, and Chime are citing figures ranging from 60 to 90 percent as evidence they are serious about AI adoption, though critics note the metric measures volume rather than quality or business impact.

What are the risks of over-indexing on AI-generated code volume?

When the primary incentive is producing more code faster, maintainability and long-term reliability can suffer. Engineers in organizations chasing output metrics may inherit codebases with significant technical debt and may not develop the debugging and systems-thinking skills that distinguish strong engineers as AI tooling becomes more commoditized.

Why did Airbnb's CEO say chatbots don't work for travel booking?

Brian Chesky identified four structural mismatches: travel decisions are photo-forward rather than text-heavy, users prefer adjusting sliders and filters over typing preferences, comparing large sets of options in a text thread is disorienting, and most travel bookings involve multiple people deciding together while chatbots are built for single-user interaction.

Why is Reddit blocking its mobile website?

Reddit is redirecting mobile deep links to its official app to improve its ability to serve targeted advertising, track user behavior, and deliver push notifications. The move trades user experience for monetization data, and it follows the 2023 API restrictions that pushed out third-party app developers.

What Reddit alternatives are developers using?

Privacy-focused options like Teddit proxy Reddit content without tracking. Browser extensions that redirect to old.reddit.com remain popular with power users. Some communities have also migrated to platforms like Lemmy, a federated open-source alternative with a similar community structure.

How do data centers consume so much water?

Data centers use water primarily for cooling server hardware. Evaporative cooling systems, which pass air over water to lower temperatures, are the most water-intensive approach and are common at large-scale facilities. A single hyperscale data center can consume millions of gallons per month during peak operation, and construction phases add additional demand from concrete work and dust control.

What should developers know about building tools on top of Reddit's platform?

Reddit has demonstrated a pattern of restricting external access when it conflicts with internal monetization, first through API pricing changes that shut down third-party apps, and now through mobile web restrictions. Developers building pipelines, bots, or tools that depend on Reddit data or links should treat platform access as structurally unreliable and build accordingly.

How is the AI infrastructure build-out affecting water and power resources?

AI training and inference workloads require dense server hardware that generates significant heat, driving demand for cooling systems that consume both electricity and water at scale. As hyperscalers and mid-tier data center operators expand capacity to meet AI demand, the resource draw is becoming large enough to strain local utility systems and trigger regulatory responses, as seen in Fayette County, Georgia.

By Brian Dantonio

Brian Dantonio (he/him) is a news reporter covering tech, accounting, and finance. His work has appeared on hackr.io, Spreadsheet Point, and elsewhere.

View all post by the author

Subscribe to our Newsletter for Articles, News, & Jobs.

I accept the Terms and Conditions.

Disclosure: Hackr.io is supported by its audience. When you purchase through links on our site, we may earn an affiliate commission.

Featured Resources

Learn More

Please login to leave comments