logoalt Hacker News

pclowestoday at 1:34 AM1 replyview on HN

We use markdown because LLMs are great at it.

Markdown in the same directory as the code it documents is very readable by humans and LLMs.

Given LLMs proficiency in markdown and that reading it in view and edit mode is comparable I bet many engineering teams ditch confluence/Google docs for documentation in favor of just markdown plaintext docs adjacent to code (my team has moved design/RFCs to this as well, get feedback via PR commits, turn an LLM loose to implement design)

Also if you really don’t like it I bet you could just ask the LLM to translate it. No point wasting the human input characters or tokens on a ton of <></> etc


Replies

Ferret7446today at 2:03 AM

LLMs are great at it because it was already a widely adopted standard and fed to LLMs in training sets