HN user

caoxhua

45 karma
Posts29
Comments29
View on HN
news.ycombinator.com 22d ago

What is the current data language?

caoxhua
1pts1
news.ycombinator.com 6mo ago

We built the "Excel of Finance Apps," but the growth isn't there. Next move?

caoxhua
2pts8
chromewebstore.google.com 9mo ago

Show HN: Magic Vizion – highlight anything, visualize instantly with one click

caoxhua
2pts0
rechart.app 10mo ago

Show HN: Simplify sharing data with clients for freelancers/biz owners

caoxhua
2pts0
news.ycombinator.com 1y ago

Show HN: I made a tool to make presentation-ready slides from a Google sheet

caoxhua
3pts0
airtable.com 1y ago

A comprehensive list of alternatives to Mint for personal finance

caoxhua
2pts0
columns.ai 2y ago

Show HN: Interactive Graph by LLM (GPT-4o)

caoxhua
45pts50
app.fina.money 2y ago

Test which LLM model to use for my app?

caoxhua
1pts0
www.youtube.com 2y ago

Show HN: When Fina AI meets your finance data

caoxhua
1pts0
shawncao.medium.com 2y ago

Not Just Another Budget App

caoxhua
1pts0
columns.ai 3y ago

Show HN: Get beautiful data visualization in 5 seconds

caoxhua
1pts0
news.ycombinator.com 3y ago

How far is it to rely on LLM to find data?

caoxhua
1pts1
columns.ai 3y ago

Show HN: Public data research using ChatGPT

caoxhua
8pts2
github.com 3y ago

VAAS(visualization as a service) now is ready to play with

caoxhua
3pts1
www.youtube.com 3y ago

Show HN: Turn any web page content (text) to a sharable word cloud link

caoxhua
2pts0
columns.ai 3y ago

Super simple live dashboard to spreadsheets

caoxhua
1pts1
www.youtube.com 3y ago

Show HN: 5 Clicks to forecast the future of your data with no code

caoxhua
1pts0
columns.ai 3y ago

We brand Columns as “Miro for data”

caoxhua
2pts0
columns.ai 3y ago

Show HN: visualize Kafka streaming data

caoxhua
1pts0
news.ycombinator.com 3y ago

Ask HN: Is there a market for a better Google Analytics client?

caoxhua
2pts3
github.com 3y ago

Show HN: Excel or visit? fast analysis and visualization

caoxhua
1pts0
columns.ai 3y ago

Show HN: Visualization as a Service

caoxhua
3pts0
www.loom.com 3y ago

The fastest way to visualize your data into a beautiful story

caoxhua
2pts0
columns.ai 4y ago

Show HN: Turn any data into a fast analytical API

caoxhua
26pts9
github.com 4y ago

Show HN: Visualize your streaming data in real-time

caoxhua
5pts0
docs.google.com 4y ago

Feedback – keyword research tool on tweets

caoxhua
2pts0
columns.ai 4y ago

BI System in Slack

caoxhua
1pts0
news.ycombinator.com 4y ago

Communicate data insights in common workplace Slack?

caoxhua
1pts0
news.ycombinator.com 4y ago

Feedback: Will a chrome extension like this be useful?

caoxhua
3pts2

There are some big parts identified for this case, and because it is dependency of 3rd party service, we can not do much about it.

But more importantly, I think it is the product itself, the market is probably does not appreciate that much of "customization / personalization" as I thought, in other words, we are probably haven't figured out the best path to get the ideal users yet.

In the other side, free users do not have this issue. We do have free tier which counts for 1/3 of all active users.

How do you tell product market fit? we have about ~1K paid users, people constantly send positive praises, but also many people churned away.

I doubt if "bootstrap" is the right way for this type of product/market.

The famous PMF survey (how do you feel if you can no longer use this), %50.8 responds with "very disappointed". And I deeply know this product is pretty unique offering in "finance tracking" market.

But the MRR stays in this level for 6 months now. I feel I do not have ideas to break it through.

Excel/Spreadsheet are best invented software ever.

However, the other side of this double-edge sword is its fragility, when data or logic grow in complexity, it raises more errors than it should. That's when a niche product gets its chance to chime in.

Have you heard of Fina Money? SpreadSheet works, but Fina tries to make it easier to analyze and visualize your finance data from sheets + live banks. It solves the problems you mentioned.

Yeah, not mobile friendly UI. because the visualizer really needs some space to render, so overall I didn't pursue to optimize it for mobile.

Anything is clickable and styleable on the canvas though.

So it's a pretty simple wrapper of LLM model in use (currently gpt-4o), it does not add much technical stuff in it.

It does not use database for any "random search", but yes, columns.ai is a data analytics tool that allows you to connect supported live data sources like Google Spreadsheet, Airtable, Notion Database to create visual stories.

The analytics engine is home built (https://github.com/varchar-io/nebula) but it is not a database. And I don't use LLM agents, just build logic how to purify data returned by LLM, and fit them into an optimized visualization.

Hope I answered your question!

Fundamentally they both need to do computation to answer query, but they are very different, a couple of highlights: 1. API service invest a lot on reliable data ingestion/loading for users, you specify data spec, data will be served with lease term reliably. It takes care of all the data sync maintenance for you. 2. It works seamlessly with real-time streaming such as Kafka for RTA. PG is not suitable for this. 3. It's distributed nature + In-memory store guarantees low-latency API service.

Hope this describes a reasonable overview to think of it.

Hey, thanks for your comment!

You don't encrypt, just leave your data where it is, what we need is a live connection, after loading your data in our distributed cluster in cloud, we have option to encrypt the data for further security if needed. So yes, we encrypt at our end if asked.

Our API service doesn't store data, only load them into distributed memory for computing and API serving.

Let me know if you're interested in this API service, would like to see if we can help.

very cool!

Somehow it makes me think of "Tinder for topic" - focus on a mobile app which uses ML algo to keep learning users' "keep" or "throw-away" to keep improving users' feed, I believe it have potential for a big hit.

It interested, I'm open for more brainstorm, :) (email: cao@columns.ai)

Thank you for your feedback, appreciate it! yes - for simple, we can call it Pinterest for data stories.

I haven't thought about that problem of unclean data yet, right now as prototype, the map module drops the unmatched entry after trying to identifying it as state (full or short names), county names, zip code, etc. In the future, editing distance might help improve matching.