Hacker News new | ask | show | jobs
by gwid0n 17 days ago
1) The landing page is strange, you can see features (Editing, Pivots etc.) but there are no screenshots of the actual app. I would like to see how different it looks vis-a-vis excel, before I bother to download and install the app.

2) It doesn't look like the app supports external data. Most corporate users have access to some kind of database/data warehouse serving as a repository of data in the organisation. Without this feature, it's pretty much useless in a corporate environment. Unless you analyse external data, like quarterly financials of public companies. Not sure who's the target market/audience for this product.

1 comments

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

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)