←back to thread

234 points AlexanderGrooff | 2 comments | | HN request time: 0.461s | source
Show context
ithkuil ◴[] No.41858584[source]
Is there something that can turn those ascii diagrams back into mermaid sources?

I tried the first example with gpt-o1 and the result wasn't bad:

    graph LR
    A --> B --> D
    A --> C
    B --> C
    D --> C
would a smaller model but fine tuned on many syntetic renderings do a better job?
replies(1): >>41860902 #
1. jcgrillo ◴[] No.41860902[source]
It would be pretty cool to be able to draw a flowchart or graph on a tablet and have it automatically turned into mermaid source. That's exceptional compression.
replies(1): >>41866939 #
2. ithkuil ◴[] No.41866939[source]
For me it's more about the ability of modifying the diagram in a predictable way