logoalt Hacker News

w29UiIm2Xzyesterday at 11:08 PM2 repliesview on HN

Shouldn't all of this be implicit from the codebase? Why do I have to write a file telling it these things?


Replies

cjonasyesterday at 11:13 PM

For any sufficiently large codebase, the agent only ever has a very % of the code loaded into context. Context engineering strategies like "skills" allow the agent to more efficiently discover the key information required to produce consistent code.

cyanydeezyesterday at 11:14 PM

mostly because reading the code base fills up the context window; as you aggregate context, you then need to synthesize the basics; these things arnt intelligence; they dont know whats useless and whats useful. They're as accurate as the structureyou surround them with.