Live data from Hacker News

Lat.md: Agent Lattice: a knowledge graph for your codebase, written in Markdown

github.com

11–20 of 70 posts

Re: Lat.md: Agent Lattice: a knowledge graph for your codebase, written in Markdown

#12
post #3

[flagged]

We all know this isn't for humans. It's for LLMs. So better question is why there isn't a bootstrap to get your LLM to scaffold it out and assist in detailing it.

GraphRAG is for LLMS... markdown is for humans.. humans that exist in the meantime

Re: Lat.md: Agent Lattice: a knowledge graph for your codebase, written in Markdown

#13
I definitely agree with the need for this. There's just too much to put into the agents file to keep from killing your context window right off the bat. Knowledge compression is going to be key.

I saw this a couple of days ago and I've been working on figuring out what the right workflows will be with it.

It's a useful idea: the agents.md torrent of info gets replaced with a thinner shim that tells the agent how to get more data about the system, as well as how to update that.

I suspect there's ways to shrink that context even more.

Re: Lat.md: Agent Lattice: a knowledge graph for your codebase, written in Markdown

#14
post #6

So we are reinventing the docs /*/*.md directory? /s I think this is a good idea just don’t really get why would you need a tool around it

One of the things that I've been chewing on lately is the sync problem. Having a CI job that identifies places where the docs have drifted from the implementation seems pretty valuable.

Re: Lat.md: Agent Lattice: a knowledge graph for your codebase, written in Markdown

#16
post #8

> "chalk": "^5.6.2", security.md ist missing apparently.

good catch. Makes me wonder if we could feed the Agent with a repository of known vulnerability and security best practices to check against and get ride of most deps. Just ask _outloud_ so to speak.

Re: Lat.md: Agent Lattice: a knowledge graph for your codebase, written in Markdown

#17
post #3

[flagged]

I would say that when you treat your Markdown as the authoritative source, I of course don't get it automated but that is my choice. It takes knowledge of the domain, but when you have deep specific knowledge that is worth so much more than automated updates. I use AI to get the initial MD but then I edit that. Sure it doesn't get auto updated, but I would never trust advice on the fly that got updated based on AI output on the internet.

Re: Lat.md: Agent Lattice: a knowledge graph for your codebase, written in Markdown

#18
post #3

[flagged]

I would say that when you treat your Markdown as the authoritative source, I of course don't get it automated but that is my choice. It takes knowledge of the domain, but when you have deep specific knowledge that is worth so much more than automated updates. I use AI to get the initial MD but then I edit that. Sure it doesn't get auto updated, but I would never trust advice on the fly that got updated based on AI ou…

[flagged]

Re: Lat.md: Agent Lattice: a knowledge graph for your codebase, written in Markdown

#20
We've been doing this with simple mkdocs for ages. My experience is that rendering the markdown to feel like public docs is important for getting humans to review and take it seriously. Otherwise it goes stale as soon as one dev on the project doesn't care.
Post reply on HN