logoalt Hacker News

pietztoday at 12:17 PM1 replyview on HN

I'm not convinced an unstructured collection of memory files is the way to go at all.


Replies

dist-epochtoday at 12:36 PM

If you look at how agents navigate source code, they do not look at directory names, and drill down into the ones with plausible names, instead the grep the whole repo for plausible keywords.

Of course, ideally your data would be structured, but the agents will mostly be grepping anyway, and maybe look at sibbling files.

show 1 reply