Hacker News new | ask | show | jobs
by echelon 464 days ago
This is really cool, but I'm super anxious about entering my personal data, especially LinkedIn connections.

Is there some other demo you could do with public graph data? It'd be just as cool of a demo, but with less fear of information misuse.

I'm even more anxious about leaking information about my professional connections as I am leaking my own data.

1 comments

Your concern makes sense, but in the demo we show, all your private data AND the graph database AND the LLM (basically, everything) is confined to your client session in the browser, and no data actually ever leaves your machine. That's the whole point of Wasm!

The graph that you build is more for your own exploration and not for sharing with the outside world.

Still, using non-personal example would mean the user wouldn't have to consider whether to trust you on that point (or do the analysis), and would make the technology demo friction-free.

imo, privacy shouldn't be the driver but the kicker, because it's so inflammatory.

https://demo.kuzudb.com is our general WASM explorer with some synthetic data you can try.

Also note that Kuzu is open source. You can try running the explorer locally using Docker: https://github.com/kuzudb/explorer?tab=readme-ov-file#webass...

I think having a version with a sample synthetic dataset makes sense.