Show HN: Map of YC Startups (yc-map.vercel.app)
Hey Everybody! Hope you had a merry christmas
Today I had a bit of fun with Claude.
Started by scraping YC's startups list, then ran them through OpenAI's embedding service, then UMAP'd the embedding to reduce the dimension to just two coordinates and then just forced Claude to write React that would compile to visualize that.
I had fun and I think it's interesting, so take a look!
Also note that you won't be able to zoom on mobile (found about this Plotly limitation way too late). If there's interest I can fix this issue by changing plotting libs tomorrow :)
Merry christmas
46 comments
[ 3.0 ms ] story [ 114 ms ] threadOh, and your website has an unchanged Wordpress favicon...
what's the x and y axes?
There's something wonky when I zoom in on Chrome on my laptop. It abruptly shifts to another part of the map.
https://imgur.com/a/ycombinator-startups-map-iNX8k6M
> Cool project, but missed opportunity to name the arbitrary dimensions Y and C...
For visualizing react (nextjs) + plotly (though the lack of mobile zoom makes me question if I should chsnge it)
Visuals that are not self-explanatory make me feel dumb.
It's possible to figure them out. I wish OP would.
Edit: I'm thinking it can't be done without experimentation on the embedding model.
Edit2: Ah, even that might not yield results, because as the basis is derived interstitially through computation, there's no guarantee the features of the final coordinate system will have any accessible relationship to those of the initial basis.
1. How many of these companies made it to series A, series B, etc
2. How many of these companies have > x employees (where x can be 5, 10, 20, etc)
3. How many of these companies had a founder that moved on to something else
This does require a lot more intelligent data scraping or manual data collection though.