logoalt Hacker News

gwid0nyesterday at 12:58 PM1 replyview on HN

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?


Replies

njaremkoyesterday at 3:10 PM

- 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)