← Back to context

Comment by ithkuil

1 year 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?

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