Hacker News new | ask | show | jobs
by ithkuil 616 days ago
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?
1 comments

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.
For me it's more about the ability of modifying the diagram in a predictable way