Live data from Hacker News

Vibe coding my way to a healthy family: Introducing Gamow Labs

ddmckinnon.com

111–120 of 138 posts

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#111

Earlier quoted context omitted.

This is why you should never consent to DNA collection because they will just keep it and sell it later without paying you a cent.

You know what? Good. If there is something good in it they can have it. Probably not a whole lot in my case, but still, if this enables people to have better lives, let them go at it!

It's not good. They can sell it to insurance companies as well. Who might decide not to provide you with health insurance based on your genetic profile.

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#112
post #98

The post is written almost as if there is no prior art on (germline) variant interpretation. In fact, it is an established niche field with multiple commercial vendors existing for years (and diagnostics for critically ill infants is the most well known use case - google Stephen Kingsmore or Rady's children hospital for one). I'd be surprised if the approach is really something novel at this point. It is definitely t…

There can be plenty of prior art; however, AI can democratize that knowledge. There are many things it's helped me accomplish which are trivial to people who are far more knowledgeable than me.

I am not sure what specifically you mean by "AI" here but it's a bit naive (no offence) to think the field is so dumb that it haven't been looking at "AI" for a few years already. See https://www.biorxiv.org/content/10.1101/2023.10.02.560464v1 for instance

nostos/limbus, genoox, engenome, congenica are a few companies/products that I have heard about and have been around for years (the last one was defunct from what I heard last however).

Disclaimer: not affiliated to any of these.

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#113
post #37

Earlier quoted context omitted.

> I’m skeptical that general purpose LLMs are a good fit for a very specialized medical analysis task If they can save more lives without harming other lives I would gladly take it during the analysis. Even saving 1% more lives is an amazing achievement!

How will this lead to saving lives? The only possible consequence is abortion?

If a couple gives birth to a baby with a debilitating condition and dies after 6 weeks, that’s an additional baby death. If instead of having that baby, a couple gives birth to a healthy baby, it will likely survive into adulthood, meaning there’s one less baby death.

It sounds like you just take issue with abortion. That’s more of a you problem than a problem with quantifying baby deaths.

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#114
post #91
post #23

My first son will be born in 2 months and I must say, between stories like this and others that I learned in antenatal classes - I have never been more terrified in my life

Dad of 2 girls. 8 and 4. Not saying that life couldn’t have been equally great without them, but they are amazing. Rewired me in best way possible: to appreciate non-work life as much as anything else (perhaps more). None of us really know what to do!

Becoming another individual’s whole world changes your own, for better or worse.

I was a “such is life” type of person when experiencing tragedy, and fairly ho-hum during joyous moments. With kids, something changed, or “rewired”. I tear up at Bluey episodes and lose sleep due to irrational fears of an early death and not witnessing moments in my kids’ lives.

Having and raising kids is a trip.

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#115
Not sure if OP is actually in here, but anybody interested in this topic should absolutely watch this talk by Matt Might:

https://www.janestreet.com/tech-talks/algorithm-for-precisio...

It’s a fascinating story similar to this one, but using “old” AI. The dude spent years learning genetics, and built a program called “medikanren” with Will Byrd. It’s p much a huge graph database of facts they extracted from academic papers, and query using logic programming. It’s a great story

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#117
post #111

Earlier quoted context omitted.

You know what? Good. If there is something good in it they can have it. Probably not a whole lot in my case, but still, if this enables people to have better lives, let them go at it!

It's not good. They can sell it to insurance companies as well. Who might decide not to provide you with health insurance based on your genetic profile.

Yes, I agree that is not good. But that is a thing the people need to fight politically for to not be allowed. My main gripe is that OP's post sounded like screw the people who's lives that would improve because I wouldn't get paid for it.

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#118

Aside from the sad life events, little information is shares about his "system", the thing HN is interested in. Is this more than a harness built on top of a SOTA commercial LLM?

This was not intended to be a technical post (obvious I hope). I'm planning on getting one out in the next few weeks characterizing the system and how it performed on real clinical use-cases vs. alternatives and existing tools. The TL;DR is that Gamow Labs is a harness and interface company on top of SOTA LLMs as you suggested, but my harness and interface outperforms the existing thing. While this approach would hav…

Can you say a little more about how current genomic techniques rely on human interpretation? Is that mostly where you use an LLM (to act human-like), or is your approach different than that?

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#119

Not sure if OP is actually in here, but anybody interested in this topic should absolutely watch this talk by Matt Might: https://www.janestreet.com/tech-talks/algorithm-for-precisio... It’s a fascinating story similar to this one, but using “old” AI. The dude spent years learning genetics, and built a program called “medikanren” with Will Byrd. It’s p much a huge graph database of facts they extracted from academic…

Thanks for sharing (I am OP). Lots of really interesting computational problems in genetics. The original speech recognition models, HMMs, diffused to genetics ahead of many other fields with which we associate machine learning. Look forward to watching this tech talk.

Re: Vibe coding my way to a healthy family: Introducing Gamow Labs

#120

Earlier quoted context omitted.

This was not intended to be a technical post (obvious I hope). I'm planning on getting one out in the next few weeks characterizing the system and how it performed on real clinical use-cases vs. alternatives and existing tools. The TL;DR is that Gamow Labs is a harness and interface company on top of SOTA LLMs as you suggested, but my harness and interface outperforms the existing thing. While this approach would hav…

Can you say a little more about how current genomic techniques rely on human interpretation? Is that mostly where you use an LLM (to act human-like), or is your approach different than that?

Current genomic techniques involve humans using a lot of different software (search, ranking models, visualizations, alignment algorithms, etc.) and synthesizing the results manually into a diagnosis.

Your assumption is correct about my technique. I cloned (and expanded) this workflow into an LLM harness, so the LLM is basically orchestrating a bunch of tools that normally humans would use (and writing the conclusions and doing all the standard LLM stuff).

Post reply on HN