Your Codebase Is Probably Fighting Claude (Part 1)
ambient-code.ai·1d·
Discuss: Hacker News
Flag this post

I have been trying to keep our genAI workloads “in the pocket” of a maximum effective context window.

For performance, accuracy and the second order cost control benefits from those. Things work beautifully, but it’s not at all efficient (wrote about an efficiency requirement in this article).

The Real Problem

Most codebases evolved for human developers. They make sense to people who lived through the Git history. They have implicit patterns that tribal knowledge passes down. They rely on context that exists only in Slack channels and old pull requests.

AI agents may not have that context (give it to them). They read what you give them. If your documentatio…

Similar Posts

Loading similar posts...