5 ms·
But the point is to have something easy to read both for humans and LLM, no? It’s harder to read mermaid in a terminal or a markdown file…
by trcf23 7mo ago
But the point is to have something easy to read both for humans and LLM, no?
It’s harder to read mermaid in a terminal or a markdown file…
- satvikpendem 7mo agoMermaid diagrams automatically render on Markdown and IDE chat windows as in VSCode or Cursor. So you get the best of both worlds, a graph you can look at a ND manipulate with the mouse but also in a format LLMs can read.
- trcf23 7mo agoAh thanks I didn’t know that…