Home / Companies / Ory / Blog / Post Details
Content Deep Dive

The Hidden Cost of Agentic Coding

Blog post from Ory

Post Details
Company
Ory
Date Published
Author
Aeneas Rekkas
Word Count
1,482
Language
English
Hacker News Points
-
Summary

Agentic coding is transforming software development by enabling parallelized tasks, such as drafting tests or updating documentation through AI agents, which enhances productivity but comes with challenges. Despite advancements, these AI agents require human oversight, particularly when working with production code, as they struggle to retain a comprehensive understanding of codebases due to limited context windows. This limitation can lead to the creation of redundant or new code instead of reusing existing solutions, increasing long-term technical debt and maintenance costs. While AI agents can accelerate development, they often miss nuances and dependencies in complex systems, resulting in code duplication and inefficiencies. As a result, human engineers play a crucial role in maintaining architectural integrity and ensuring that code modifications align with existing systems. The text emphasizes that while agentic coding can boost productivity, it should be leveraged responsibly to avoid exacerbating technical debt and complexity, advocating for practices such as reuse over new code creation, continuous code cleanup, and improved search tools to enhance both human and AI agent effectiveness.