Hacker News new | ask | show | jobs
by njaremko 18 days ago
- We'll be putting out more content showing off Nobie. Too many screenshots felt distracting for the launch page.

- There's no GUI for it at the moment, but you can programmatically load data into Nobie. If you have access to a data store, and you use LLM tools, you can just tell it to load the data in, and it'll work. The target market is all spreadsheet users, so we've definitely put thought into this exact problem.

1 comments

So LLM retrieves data, puts it in the table (statically, as I understand), I perform some computations in the table and create a pivot table in another sheet. Next month comes, and I want to refresh the report. However, there's no refresh button, so I need to spend time rewriting the query and tokens to retrieve data every month?
- Today, you'd likely have the LLM write a script against the CLI, that you'd run whenever you want to refresh (assuming the query is fixed, given your example)

- Nobie will continue getting more customizable and programmable. You can see a hint of what's to come with our IDE inspired triple pane support with draggable UI elements. We'll get to a point in the near future where an LLM (or a developer/company) will make you the plugin and UI you want directly in Nobie, and you click a button to sync from your data source (or bind a to a key chord)