HackerTrans
トップ新着トレンドコメント過去質問紹介求人

matthewgapp

30 カルマ登録 7 年前

投稿

Show HN: Nobie – an Excel-compatible runtime for agents and humans

nobie.com
78 ポイント·投稿者 matthewgapp·16 時間前·50 コメント

World's most advanced Python AI. Generating Python slop at 1B tokens/sec

github.com
4 ポイント·投稿者 matthewgapp·昨年·0 コメント

コメント

matthewgapp
·5 時間前·議論
yeah that’s how we think about it

desktop apps are so back
matthewgapp
·11 時間前·議論
Also, we've designed the product so it costs us zero dollars to run :)

having zero marginal cost is nice and allows us to do things that others can't
matthewgapp
·11 時間前·議論
agents do a lot better when they can "run" the excel workbook and understand the impact of inputs, and how pixels look when layering on things like conditional formats.
matthewgapp
·11 時間前·議論
openpyxl is great at what it does, but it’s a file-format library rather than a workbook runtime.

It can insert columns, for example, but it doesn’t maintain dependencies such as formulas, tables, charts, or defined names when doing so. It also doesn’t evaluate formulas.

Nobie runs the workbook like Excel would: it evaluates formulas, maintains workbook semantics through edits, renders the result, and reads and writes the file.

Roughly speaking, Nobie is to an Excel workbook what V8 is to JavaScript. openpyxl is closer to a parser and serializer.
matthewgapp
·12 時間前·議論
similar vibes, maybe less drama? lol
matthewgapp
·12 時間前·議論
built from the ground up in rust, with the aim that it's much faster than Excel.

It supports all Excel formulas.
matthewgapp
·13 時間前·議論
let us know your thoughts. we're shipping updates every day
matthewgapp
·13 時間前·議論
glad you like em :) we're going for a gritty, off-world museum vibes. Generated with midjourney.
matthewgapp
·13 時間前·議論
via the CLI, you could probz stream values and formatting out of the sheet, although we probably need to add a few things to ensure you can reach into every nook and cranny of the xlsx file.

We an example on our site of how you might use git & nobie together.
matthewgapp
·13 時間前·議論
Fair question. The short version is: the desktop app and CLI are free and always will be; optional cloud & AI services will cost money.

Working w/ .xlsx files shouldn't cost money, and we think people should be able to use their own AI.

We expect to charge orgs/enterprises for a cloud product around governance, and for AI where/when it makes sense. We also plan to make some money when large companies use Nobie for training or to power their products.

Right now, though, we’re entirely focused on making the desktop app and CLI hands down the best xlsx experience in the world. The paid cloud product comes later.
matthewgapp
·16 時間前·議論
Hey HN, I’m Matt, the founder of Nobie. I started my career in banking and haven’t been able to shake the deep reverence I have for Excel. I grew up on it.

There are many good attempts to reinvent spreadsheets. We’re doing something different. We don’t want people to adopt a new language or move their work to another format. Instead, we want to improve how the Excel language is run and give people a choice of where to run it.

That’s what we’re building with Nobie: a second Excel-compatible runtime. It’s available as a native Mac app and as a CLI for macOS and Linux. The engine is written from first principles in Rust.

Nobie isn’t done. We are not at Excel parity today. Some features are missing.

We’re a team of four systems engineers. For the next eight weeks, all our work is going into closing those gaps.

Nobie is free and always will be for everything you can do in Excel.

Try it with a real workbook and tell us what breaks. The complicated and ugly ones are especially welcome.