Launch HN: Nao Labs (YC X25) – Cursor for Data
41–50 of 68 posts
Re: Launch HN: Nao Labs (YC X25) – Cursor for Data
#42This looks awesome! I wish I could connect to my Postgres DB using SSL.
Re: Launch HN: Nao Labs (YC X25) – Cursor for Data
#43Re: Launch HN: Nao Labs (YC X25) – Cursor for Data
#44I built Buckaroo as a data table UI for Jupyter and Pandas/Polars, that first lets you look at the data in a modern performant table with histograms, formatting, and summary stats.
Yesterday I released autocleaning for Buckaroo. This looks at data and heuristically chooses cleaning methods with definite code. This is fast (less than 500ms). Multiple cleaning strategies can be cycled through and you can choose the best approach for your data. For the simple problems we shoudn't need to consult an LLM to do the obvious things.
All of this is open source and extensible.
[1] https://youtube.com/shorts/4Jz-Wgf3YDc
[2] https://github.com/paddymul/buckaroo
[3] https://marimo.io/p/@paddy-mullen/buckaroo-auto-cleaning Live WASM notebook that you can play with - no downloads or installs required
Re: Launch HN: Nao Labs (YC X25) – Cursor for Data
#45How much data is hitting your models/prompts? I am okay with you knowing about my schema, but a lot of warehouse data is sensitive data. I saw you have enterprise plans, and maybe that is my answer, but I’d love to know ahead of time if data/results are hitting your servers in addition to the code, or if it’s code-only.
Re: Launch HN: Nao Labs (YC X25) – Cursor for Data
#46This looks like many LLM assisted data projects which help and are flexible, but aren't repeatable and aren't fast enough to be interactive. Nao is a good execution of the concept. I built Buckaroo as a data table UI for Jupyter and Pandas/Polars, that first lets you look at the data in a modern performant table with histograms, formatting, and summary stats. Yesterday I released autocleaning for Buckaroo. This looks…
Re: Launch HN: Nao Labs (YC X25) – Cursor for Data
#47Cool idea! How did you train your tab model? Fill in the middle or is it based on edit history like cursor? Someone posted this yesterday and I found it fascinating https://www.coplay.dev/blog/a-brief-history-of-cursor-s-tab-...
Yes we use Fill in the middle models (Mistral and our own trained Qwen). And we feed it with your data context - we have our own SQL parser to feed you with the right data schema context depending on where your cursor is in the query.
Re: Launch HN: Nao Labs (YC X25) – Cursor for Data
#48One quick issue - unable to connect to my postgres instance that requires SSL.
SSH tunneling seems to be broken as well because when the box is checked I am unable to select a private key path and the connect button is gone
Parsing DB URI would be a helpful feature as well!
Thanks so much, excited to get this up and running when everything is fixed!
Re: Launch HN: Nao Labs (YC X25) – Cursor for Data
#49Congrats on the HN launch! Really excited to give this a try I think this could be a huge unlock for my team. One quick issue - unable to connect to my postgres instance that requires SSL. SSH tunneling seems to be broken as well because when the box is checked I am unable to select a private key path and the connect button is gone Parsing DB URI would be a helpful feature as well! Thanks so much, excited to get this…