HN user

feliixh

9 karma
Posts1
Comments14
View on HN

I have been working on https://www.accessmrf.com - a catalog of all American health care prices. Since there's way too much data, I am building a taxonomy and deduplicating it extensively first, with the idea that I can shrink it by ~4 orders of magnitude and make the problem tractable. I have written a bit about how I do it here: https://www.felixhaba.com/writing/simplifying-healthcare-pri...

My goal this week has been to index all insurers that publish machine readable files. For now, my project helps researchers and founders in the space access the data via API, it is not consumer-grade yet. But if you are interested in this data I would love to brainstorm ideas or share my knowledge. Shoot me a message.

I've been building out https://www.accessmrf.com/sources to index Transparency in Coverage files across insurers in a single place. Most recently I have been looking at the overlap across files using Min Hashing and found that there is a lot of duplicate data. Currently, I'm figuring out a way of making this dataset more digestible by identifying and eliminating the 90+% duplicate and ghost data.

Great job, I intend to reproduce this on a similar dataset I've been collecting!

I will say, it would be great to see the color labeling done on domain url alone, to see how much of the topography of the map is driven simply by the different formatting characteristics of the websites you're gathering data from.

One thing I think will dominate in the future is to write software documentation geared towards the easy understanding of it by LLMs, with documentation possibly including a fine-tunning dataset with which a model can be tested for proficiency in using that particular tool (like OpenAI Evals). Software will be written to be used by humans through LLMs because humans will code in natural language, and not in the language of your interface.

I don't think that's so clear. When you train a deep learning model you are making it extract the gist or insight of many works and then use that pattern to produce new works. While the NN does not experience the work like a human it is definitely not memorizing.

A silly example. Making GPT write a rap battle between Keynes and Mises goes beyond a performative remix, it is transformational work, nothing is copied explicitly. If a human were to write it that would not violate copyright.

I think that to tackle this we need a new lens other than copyright in the long term.