# The cost of saying yes has changed

[Github](https://yomu.fyi/company/github) · Dalia Abuadas · Jul 17, 2026

**Type:** Explainer

## Summary

Generating initial code patches has become significantly cheaper with AI agents, shifting the primary expense of small feature requests from writing code to debating scope in meetings. Teams can use agent-generated patches as diagnostic probes rather than final deliverables, turning abstract scope debates into concrete artifacts that reveal true system touchpoints and risks. However, low generation costs do not translate to low ownership costs, as changes touching areas like authorization, compliance, or public contracts still demand significant human review. Constrained attempts allow engineers to price uncertainty quickly and shift scope discipline from pre-implementation speculation to evidence-based code review.

## Context

Traditional engineering instinct relies on pushing back against small requests because writing initial code and uncovering side effects historically consumed significant developer time.

## Approach / What changed

Using AI agents to generate constrained, testable first patches as diagnostic probes to evaluate diff size, system touchpoints, and ownership burden before deciding whether to accept a change.

## Takeaways

- An AI-generated patch acts as a price check to inspect diff sprawl and testing resistance rather than serving as an automatic deliverable.
- A software change is only genuinely cheap if a human engineer can confidently review, validate, and own the resulting behavior long-term.
- Changes affecting authorization, data-retention semantics, billing, privacy, or public contracts require rigorous evaluation regardless of how clean the generated diff appears.

**Tags:** [Code Review](https://yomu.fyi/topic/code-review), [Developer Experience](https://yomu.fyi/topic/developer-experience), [LLMs](https://yomu.fyi/topic/llm), [Refactoring](https://yomu.fyi/topic/refactoring)

[Read original post](https://github.blog/engineering/the-cost-of-saying-yes-has-changed)
