If AI helps a developer produce a first draft in half the time, should the buyer pay half as much?
That question sounds simple. It is not. Hourly pricing was never a perfect measure of software value. It was a convenient proxy for scarcity, availability, uncertainty, and effort. In the AI era, that proxy is getting weaker because the visible writing of code is becoming less correlated with the total cost of delivering useful software.
The mistake is to replace one shallow metric with another. "Hours spent" is not enough. "AI made it faster" is not enough either. The better pricing question is: what durable capability was created, what risk was accepted, what verification was required, and how much of the work survived contact with production?
Why hourly pricing still makes sense in some software work
Time-based pricing can still be useful when scope, uncertainty, availability, discovery, or ongoing support is the thing being purchased. If the buyer needs access to engineering capacity while both sides learn what the work actually requires, the hour can be a practical commercial unit.
That can be fair for open-ended discovery, maintenance, support, and staff augmentation. But it is not the same as pricing delivered software value. An hour spent deleting a dangerous abstraction can be worth more than a week spent adding unused features. An hour spent finding a security flaw can protect more value than a month of low-risk implementation.
AI does not make hourly pricing universally wrong. It makes elapsed developer time a weaker standalone proxy for delivered software value.
AI weakens time as a pricing proxy
There is real evidence that AI can reduce authoring time in some contexts. In a controlled Microsoft Research experiment, developers using GitHub Copilot completed a JavaScript HTTP server task 55.8% faster than the control group. That helps explain why teams feel a real shift when AI handles boilerplate, scaffolding, tests, and first-pass implementation.
There is also fresh market evidence that software services pricing is starting to move in this direction. Reuters reported on August 20, 2026 that major IT services firms including TCS, Infosys, Wipro, HCLTech, and Cognizant are adjusting business models as clients demand more productivity with fewer resources and push contracts toward measurable outcomes or performance-based fees instead of hours worked. That does not mean hourly pricing is dead. It does show that AI is weakening headcount and time as default commercial proxies in parts of the services market.
But the evidence is not uniform. METR's early-2025 randomized study found that experienced open-source developers working in familiar repositories took 19% longer when AI tools were allowed, even though participants believed AI had sped them up. METR later noted that late-2025 tools likely improved the picture, but also cautioned that selection effects made the follow-on data weak evidence for the true speedup.
The practical conclusion is not that AI always makes software cheaper, or that AI never does. The conclusion is that elapsed coding time is now an unstable pricing signal. It depends on the developer, tool, task, codebase, review process, and the level of production responsibility attached to the change.
That is exactly why pricing by the hour alone is becoming less defensible for well-bounded software outcomes.
Faster drafting does not remove ownership cost
GitHub's 2026 essay "The cost of saying yes has changed" frames the shift clearly: producing a candidate patch is cheaper, but understanding, reviewing, and owning the software is not free. A first patch can be a price check. It is not the finished economic unit.
DORA's generative AI research adds the system-level warning. Higher AI adoption was associated with better individual experience, but also with lower delivery throughput and lower delivery stability in the studied data. DORA connects part of that tension to larger batch sizes, review pressure, and the need for stronger feedback loops.
Developer trust data points in the same direction. Stack Overflow's 2025 Developer Survey found that more developers actively distrusted AI tool accuracy than trusted it, and the biggest frustration was dealing with AI solutions that are almost right, but not quite. Sonar's 2026 State of Code survey reported that many developers found reviewing AI code required more effort than reviewing human-written code.
Those are pricing signals. If AI reduces writing time but increases verification, rework, security review, operational risk, or future maintenance, the invoice should not pretend the only relevant variable was elapsed coding time.
What should replace raw hourly pricing?
The answer is not a single universal model. Software work contains too many different risk profiles. But leaders can price work more honestly by separating five economic layers.
- Discovery and uncertainty: When the problem is unclear, a time-based model can still make sense. The buyer is funding learning, not only implementation.
- Delivered capability: When the outcome is clear, the commercial unit should move toward working capability: a shipped workflow, a reliable integration, a tested migration, or a measurable performance improvement.
- Verification burden: Risky code should be priced with the review, testing, security, compliance, and production-readiness effort needed to trust it.
- Ownership cost: Long-lived software should include maintenance, documentation, observability, dependency management, and future change cost.
- Retained value: Work that survives refactoring, remains useful, reduces defects, or improves delivery should count differently from work that is quickly rewritten, reverted, or abandoned.
This creates room for blended models: fixed price for well-understood deliverables, milestone pricing for product outcomes, retainers for availability and support, risk premiums for sensitive systems, and hourly discovery for genuinely unknown work.
The key is transparency. Buyers should not demand that AI savings automatically become lower invoices. Vendors should not hide AI leverage behind old hourly assumptions. Both sides need a way to connect price to value, responsibility, and evidence.
The AI-era pricing scorecard
A healthier pricing conversation needs metrics that expose what happened after the first draft.
- AI Effort Share: how much of the work was meaningfully AI-assisted, and in which repositories, teams, and risk areas?
- Real Effort Value: how much meaningful engineering contribution did the change represent after complexity, context, and quality were considered?
- Review and verification effort: how much expert attention was required before the work could be trusted?
- Rework ratio: how often did the work require correction after review, merge, or release?
- Contribution retention: how much of the work remained useful after later refactoring, maintenance, and product change?
- Delivery and stability impact: did the work improve throughput without increasing incidents, failed deployments, or rollback pressure?
- Business outcome: did the shipped capability reduce cost, unlock revenue, reduce risk, improve customer experience, or make future work easier?
This scorecard does not punish efficient developers. It rewards the right thing: durable engineering value.
What GitMe makes visible
GitMe is built for the layer that hourly invoices miss.
AI Effort Share helps leaders see where AI-assisted work is entering the delivery system. Real Effort Value helps separate meaningful contribution from raw generated volume. Rework, historical comparison, and contribution retention show whether work became durable product value or simply increased review surface.
That matters for buyers and software teams. A vendor that uses AI responsibly should be able to show that its work survives production, reduces rework, and creates maintainable capability. A buyer should be able to distinguish cheaper drafting from cheaper ownership. An internal engineering leader should be able to explain where AI improved economics and where it shifted cost downstream.
This connects directly with GitMe's perspectives on the real cost of AI-generated code, why AI usage metrics still do not measure ROI, and whether developer speed becomes organizational speed.
The real pricing question
Software should not be priced by the hour simply because that is how the industry learned to buy engineering capacity.
Hours still matter. They represent attention, opportunity cost, and scarce expertise. But in the AI era, the hour is a weaker proxy for value than it used to be. The first draft may arrive faster. The responsibility to verify, ship, operate, change, and maintain it remains.
The better question is not "How many hours did this take?" It is "What durable capability did we create, how much ownership cost came with it, and how much of the work became lasting product value?"
Teams that can answer that question will price software more fairly. Teams that cannot will keep arguing over hours while the real economics move somewhere else.
Sources
- GitHub: The cost of saying yes has changed
- Reuters: AI reshapes India's IT services sector contracts as clients demand more for less
- Microsoft Research: The Impact of AI on Developer Productivity: Evidence from GitHub Copilot
- METR: Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity
- METR: We are Changing our Developer Productivity Experiment Design
- DORA: Impact of Generative AI in Software Development
- Stack Overflow Developer Survey 2025: AI
- Sonar: State of Code Developer Survey report