Hacker News new | ask | show | jobs
by IAmGraydon 17 hours ago
Interesting. What product and/or project have you successfully launched with it?
1 comments

I have solo built this:

https://github.com/bobjansen/Ibex

Ibex is a usable DSL for table manipulation that is quite fast

https://bobjansen.github.io/Ibex/benchmarks.html

I'm still managing to add more features, such as multithreading. The LLM's do make mistakes but they have gotten better and they tend to self correct these days. I'm also comparing results to mature products such as Polars and DuckDB and the results match.

how many users do you have?
Zero. I don’t think that implies the product is bad though. I haven’t marketed it much yet and I’m not great at it either. Even if it is marketed well, integrating the tool into existing workflows would take some effort. This has nothing to do with the suitability of LLMs though.