
Do Document Links Help AI Find What It Needs?
When our team started running an AI agent, one question came up: How do we give it accurate context about our systems? We put Markdown documents in a Git repository and linked related documents together. No vector database, embeddings, or separate search system. The main purpose was to give the AI agent something to read and refer to, but we also wanted the knowledge to be easy for people to find and maintain. ...

