Earlier quoted context omitted.
also worth noting that Vega-Lite is literally just fucking that and AI already does good job with producing JSONs for it
I work with someone who did a lot of work with this to improve our ability to generate awesome visualizations with little thinking. It's a very powerful language but needs guardrails and guidance, particularly if you want end users to be able to produce consistent and standardized visualizations without knowing anything about it.
Show HN: Microsoft releases Flint, a visualization language for AI agents
91–100 of 149 posts
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#92Earlier 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?
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#93The only „for AI agent” solution that will gain adoption is/should be measured by two dimensions: token usage and correctness.
If the solution doesnt use less tokens than generating chart.js code for example - why should I use it?
Same for correctness, if the generated chart spec is correct only 90% of the time - why should I use it?
It’s still early but I think this is the direction we should be thinking about „for AI agents” libraries and projects.
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#94For a while now, everytime I see „for AI agents” Im looking for benchmarks with comparable solutions. The only „for AI agent” solution that will gain adoption is/should be measured by two dimensions: token usage and correctness. If the solution doesnt use less tokens than generating chart.js code for example - why should I use it? Same for correctness, if the generated chart spec is correct only 90% of the time - why…
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#95It might lead to good or miss leading.
While LLM ability boundry extends, it might invalid for next turn.
Best Qiuwu
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#96Good points. Another step to be a middleware translator between LLM abilities to specific application area. It might lead to good or miss leading. While LLM ability boundry extends, it might invalid for next turn. Best Qiuwu
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#97There’s an emerging pattern in agentic systems and this project is a great example. A deterministic layer like a compiler or generator of code with some kind of IR that the LLM generates and feeds it with. I feel we will be seeing this more and more in the near future.
When I first saw Claude generating PPT decks by writing Python code instead of making the XML directly, it was sort of an "aha moment" for me. This seems to be the path for many things. It also feels slightly limiting, and like a hack LONG term, but 100% correct approach for a while.
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#98Earlier quoted context omitted.
But why be exclusive? Why not "Chart language for computer programs to generate"? I don't want to use an agent at all, but i wouldn't mind generating some charts with an easy-to-generate markup language...
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.
anything more than their own handpicked examples and you're better off using d3 or yfiles. layering, clustering, boundaries, rearranging are all basic needs for text to diagrams. None support it.
Both suck at being any good for rendering diagrams from readable structured text. There is a gap to be addressed.
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#99Earlier 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.
Graphviz and mermaid are a shitshow. anything more than their own handpicked examples and you're better off using d3 or yfiles. layering, clustering, boundaries, rearranging are all basic needs for text to diagrams. None support it. Both suck at being any good for rendering diagrams from readable structured text. There is a gap to be addressed.
Re: Show HN: Microsoft releases Flint, a visualization language for AI agents
#100For a while now, everytime I see „for AI agents” Im looking for benchmarks with comparable solutions. The only „for AI agent” solution that will gain adoption is/should be measured by two dimensions: token usage and correctness. If the solution doesnt use less tokens than generating chart.js code for example - why should I use it? Same for correctness, if the generated chart spec is correct only 90% of the time - why…