Live data from Hacker News

Flint: A Visualization Language for the AI Era

microsoft.github.io

11–20 of 81 posts

Re: Flint: A Visualization Language for the AI Era

#12
So this is one interface that can render to multiple charting backends?

If AI is writing the "Flint", why not just have it write the backend code instead? I'm not sure why I would want pluggable charting backends.

I can see an argument for providing simpler APIs for LLMs, though, so that it can be more token efficient for example.

Re: Flint: A Visualization Language for the AI Era

#13
post #6

Why is this "for the AI era"? Isn't it kind of not for the AI era since an LLM can create a gnarly python or js chart of whatever you want in seconds?

Nowadays you either create something with or for AI.

Like you created you own framework for wen apps before.

"For the AI era" is the necessary buzzword

Re: Flint: A Visualization Language for the AI Era

#14
This is just json right? One issue with llms right now it's that if you give them a json specification, they're not always amazing at following it. I think it makes sense to have an agent tool that takes llm json, a file name and a spec path and only writes out the file if it conforms.

Re: Flint: A Visualization Language for the AI Era

#20
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…

Note that if you are affiliated with a University you probably can download a pdf of the book in the link for free.
Post reply on HN