←back to thread

439 points david927 | 2 comments | | HN request time: 0.419s | source

What are you working on? Any new ideas which you're thinking about?
Show context
andrewrn ◴[] No.44419664[source]
I am working on a tool that lets you create data visualizations with prompts.

When I was in college I really hated searching through all the excel and google docs menus to add trendline, change colors, gridlines, etc (and sadly I didn't have the agency to learn matplotlib or seaborn). I figure others might hate this too, and it would be so cool to have csv + prompt -> exportable svg chart

replies(2): >>44419703 #>>44419705 #
1. paulnovacovici ◴[] No.44419705[source]
This is interesting I thought ChatGPT had a data analysis tool that did this natively in the app. Is there something to distinguish it? Full disclosure haven’t used that feature to much, but saw some demo
replies(1): >>44425557 #
2. andrewrn ◴[] No.44425557[source]
This is a good call... o3 does plot data but its somewhat limited on the design side, as it just generates matplotlib code for a pretty generic looking plot. So the differentiator would be more granular design. Although now that you're showing me, it is fairly solid so you might have just caused a pivot lol. Thanks in any case.