Earlier quoted context omitted.
But for that we already have mermaid.js (and its precursor Graphviz/dot). The only reason to use this instead of existing, mature ones designed for humans is if you are an AI agent.
Why can’t AIs generate for the “existing, mature ones?” Like the other commenter said, I’m not sure I get the “this is totally for AI” marketing. Why can’t AI use the existing ones and why can’t humans use this?
Show HN: Microsoft releases Flint, a visualization language for AI agents
81–90 of 149 posts
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#82Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#83Nice to stumble over this thread. I'm not sure if Flint is the right tool for me. I'd like to have a tool that expresses code in visual form for me. For example, right now I need to reverse engineer some code for debugging purposes. I already found out there are three tasks: * Task one fills task two's queue and waits for an event to get notified * Task two reads from its queue, forwards elements to task three's queu…
Seems a bit more like https://mermaid.js.org use cases!
> @mermaid-chart
The functionality of the vscode-mermAId extension was merged into vscode FWIU? From https://code.visualstudio.com/updates/v1_109#_mermaid-diagra... :
> Mermaid diagrams in chat responses
> Chat responses can now render interactive Mermaid diagrams with the renderMermaidDiagram tool. This lets models use flowcharts, sequence diagrams, and other visualizations to visually break down complex concepts. The diagrams are interactive, so you can pan and zoom to explore them in detail, or open them in a full-sized editor for easier viewing.
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#84Earlier quoted context omitted.
sadly, I think we are stuck with JSON as the most reliable way to get data / code in and out of an LLM (could be worse, could be YAML) … I’m interested in custom DSLs that improve LLM predictability and it is quite nice to see that even the Microsoft dinosaur “gets it” … see the Contacts example at https://slangify.org/examples which does VCARD to JCARD round tripping as a way to easily roll your own DSL
I felt conflicted as well, json is portable and easy to parse / validate and edit. But many models do still struggle. There are some stuff from functional programming might be worth bringing back here.
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#85Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#86Earlier quoted context omitted.
But for that we already have mermaid.js (and its precursor Graphviz/dot). The only reason to use this instead of existing, mature ones designed for humans is if you are an AI agent.
Mermaid looks terrible. It is only better than nothing for the purpose of showing it to people whether produced by an LLM, by a human, or by both. Your employees may just accept the internal slop, but at some point, you have to show your charts to your customer.
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#87"For AI agents". I understand why everything needs to be marketed in this way, but it's just ... an easy-to-generate language for expressing charts. That's impressive! That's useful.
also worth noting that Vega-Lite is literally just fucking that and AI already does good job with producing JSONs for it
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#88"For AI agents". I understand why everything needs to be marketed in this way, but it's just ... an easy-to-generate language for expressing charts. That's impressive! That's useful.
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#89Earlier quoted context omitted.
I felt conflicted as well, json is portable and easy to parse / validate and edit. But many models do still struggle. There are some stuff from functional programming might be worth bringing back here.
What is it about json that models struggle with, in your experience? Is it syntax or structure?
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#90Flint: because watching an AI agent work is like watching a Roomba navigate — you need a visualization to understand why it spent 20 minutes in the corner