Live data from Hacker News

Flint: A Visualization Language for the AI Era

microsoft.github.io

61–70 of 81 posts

Re: Flint: A Visualization Language for the AI Era

#61
post #17

Earlier quoted context omitted.

Are they in 2026? I haven't had an issue with json and LLMs in a long while

JSON, CSS, JS config files… for me it tends to omit fields and produce unwanted or duplicate ones. But way less so in TS. Because the types/interfaces are there to guide it further. So everyone’s adding types everywhere: “Agent friendly” What would a CSS type system look like !

I would love a CSS type system for humans. The language never stays in my brain for more than 2 weeks and then I have to re-learn it from scratch.

Re: Flint: A Visualization Language for the AI Era

#62
post #10

Even in the Era AI, GGPlot's API is still the best charting API. The name "Grammar of Graphics" isn't just marketing, they literally sought to write a god damn grammar to was capable of expressing all possible qualitative graphics. They even wrote a book about how they went about it (not that it speaks to the quality of the API) https://link.springer.com/book/10.1007/0-387-28695-0 I actually stumbled upon this book w…

Yeah Grammar of Graphics semantics are already very ideal for both humans and agents alike. Ggsql is a recent project that implements it as SQL user defined functions which is even more agent friendly

I dont see what this brings to the table

Re: Flint: A Visualization Language for the AI Era

#63
post #61

Earlier quoted context omitted.

JSON, CSS, JS config files… for me it tends to omit fields and produce unwanted or duplicate ones. But way less so in TS. Because the types/interfaces are there to guide it further. So everyone’s adding types everywhere: “Agent friendly” What would a CSS type system look like !

I would love a CSS type system for humans. The language never stays in my brain for more than 2 weeks and then I have to re-learn it from scratch.

Same, and I guess it already is (pretty strongly) typed but yeah

> for humans

And dare I say “agents” - it’d be nice to have very nuanced types

Re: Flint: A Visualization Language for the AI Era

#64
post #36

Earlier quoted context omitted.

Different charting backends support different kinds of charts. Being able to easily switch between "ECharts Sunburst" and "Vega-Lite faceted bar" - one of the examples on the project website - seems like a super useful ability.

Interesting, TanStack Charts was also released a couple days ago with a similar design. https://tanstack.com/charts/latest

Yeah I was going to share it too. I watched a yt video yesterday where Tanner talks about how (in contrast to trad component-based libs) it takes a very different approach to composition, letting D3 do the heavy lifting and using its visual grammar, and staying grounded in putting the data (not the component tree) first.

Re: Flint: A Visualization Language for the AI Era

#66

This needs a side-by-side config comparison with something like echarts config schema format. I really don't see the point. I'm 99% sure the verbosity required in the system prompt to teach non-M$ models this new ever-so-slightly-different-but-not-obviously-necessary chart def abstraction format, and the iterations required to get it right, will outweigh any supposed efficiency gains resulting from using it. Just sta…

[dead]

Re: Flint: A Visualization Language for the AI Era

#70
02 Jul 2026 04:28:21 UTC

Microsoft/Flint-Chart

https://github.com/microsoft/flint-chart

https://news.ycombinator.com/item?id=48756577

[ok]

08 Jul 2026 17:46:12 UTC

Show HN: Microsoft releases Flint, a visualization language for AI agents

https://microsoft.github.io/flint-chart/#/

https://news.ycombinator.com/item?id=48834924

[ok]

Post reply on HN