logoalt Hacker News

contextcosttoday at 2:14 PM2 repliesview on HN

I have an idea on how to tell if a codebase is rotting under AI Agent maintenance. We can collect and analyze how the coding agent reads code during programming tasks, and see if the code access and token consumption are steadily increasing for similar development tasks. If the code readability doesn't degrade for the agent, the maintainability of the codebase should be fine.


Replies

skeeter2020today at 3:27 PM

We judge long-term quality of human codebases (at least OS) by ongoing activity; for LLM codebases maybe a consistent or increasing level of activity is a bad smell?

sheeshkebabtoday at 2:51 PM

Mist of human written codebases are unusable for llm dev by that definition.

show 1 reply