HN user

dmckinno

371 karma
Posts20
Comments33
View on HN
gamowlabs.com 16d ago

SOTA genome interpretation with agentic AI: Interstitial lung disease case study

dmckinno
12pts2
openai.com 1mo ago

Using AI to help physicians diagnose rare genetic diseases affecting children

dmckinno
4pts1
www.ddmckinnon.com 1mo ago

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

dmckinno
215pts128
www.ddmckinnon.com 3mo ago

A n00B PM's guide to vibe coding kernels from scratch

dmckinno
3pts0
www.ddmckinnon.com 4mo ago

My spicy take on vibe coding for PMs

dmckinno
206pts192
www.ddmckinnon.com 1y ago

Show, Don't Tell: A Llama PM's Guide to Writing GenAI Evals

dmckinno
1pts0
www.ddmckinnon.com 1y ago

The Dunning-Kruger Effect in LLMs

dmckinno
2pts0
news.ycombinator.com 1y ago

Ask HN: What is the state of OSS voice cloning?

dmckinno
12pts5
www.ddmckinnon.com 1y ago

1-Year RSU Grants Are for Suckers or Quantifying the Option Value of the 4-Year

dmckinno
4pts0
www.rahulsingireddy.com 1y ago

In Life, One Sometimes Makes Bad Deals

dmckinno
1pts0
www.businessinsider.com 2y ago

A product manager who worked at Meta and Google reveals which company is best

dmckinno
1pts0
www.ddmckinnon.com 2y ago

Product at Meta vs. Google or How to Evaluate Your {Google,Meta} Offer

dmckinno
3pts0
www.ddmckinnon.com 2y ago

Transitioning to Product Management

dmckinno
1pts0
www.ddmckinnon.com 2y ago

Y Google Cloud?

dmckinno
5pts1
lukasholoubek.com 2y ago

Foundation models, internet-scale data, and the path to generalized robots

dmckinno
3pts0
www.ddmckinnon.com 2y ago

On climbing the stat arb leaderboard, comparative advantage, and careers

dmckinno
82pts24
coloradoproduct.com 3y ago

Colorado Product Foundation Salary Survey

dmckinno
1pts0
twitter.com 3y ago

Fascinating insider look at a MEV operation which was ~90% of the market on AVAX

dmckinno
1pts0
www.ddmckinnon.com 3y ago

All Is Fair in Arb and MEV on Avalanche C-Chain

dmckinno
2pts0
github.com 5y ago

Wrecking sandwich traders for fun and profit

dmckinno
269pts168

Sharing this both because it is phenomenal work that will bring peace to 18 families and addresses some of the questions raised when I posted my Gamow Labs founding story last week (https://news.ycombinator.com/item?id=48471048).

While I haven't published my results yet (dang OpenAI beat me to it!), they are very similar and I have no doubt that this technology will significantly improve the detection and diagnosis of rare disease, which is a nice win for humanity.

This was short read.

I'm in the process of getting my first batch of long reads, but I am skeptical that this is the "just" what's needed. There is little doubt that long read > short read, but I think that computational techniques for both need to be improved significantly.

There is already some clinical evidence to support my hypothesis. The first clinical long read trial at Kansas City Mercy showed a 10% bump in diagnostic rate, which is great but not fully solving the problem: https://news.childrensmercy.org/unlocking-answers-faster-chi...

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).

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.

Agreed. It does not automatically mean, however, that it can be significantly improved with better variant interpetation or better analysis of the same wgs data in general sense.

I wouldn't say anything is automatic or taken for granted, but it is actually relatively common for more thorough reanalysis to uncover something that the first pass missed. I hinted at this in the post, but the reason that this doesn't happen today is human bandwidth.

A core part of my thesis is that that this highly specialized human bandwidth can be scaled with AI.

It may work. It may not work. But I would feel bad if I didn't give it a try.

Happy to see it. I wish you all the luck and will be the first one praising your solution if I see convincing results.

Appreciate that! Hopefully, they will come.

Opus-4.8/GPT-5.5 coupled with their respective harnesses will do a good job for more vanilla cases, I realized a custom harness and set of skills and MCP servers became essential as complexity increased (mostly hard SVs). I'll get an eval and more technical post out in a few weeks.

If you are open to chatting about your experience, I'd love to hear from you. I spend a lot of time learning from and supporting other rare disease families these days.

And the anti-natal thing was kind-of joking not joking. I do know lots of people with kids there now, but when my wife first got pregnant, we were alone.

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 have earned me the "wrapper company" label last year, I hope the success of OpenEvidence, Harvey, Perplexity, and so on has opened minds with respect to the value here.

It was only working through clinical cases that I realized how much more I needed beyond dropping raw reads into Codex.

It's funny you mention Dr. Kingsmore and Rady.

While I am truly grateful for him and the team for their contributions to neonatal genetics (and hosting me in San Diego for a few days to show me how I could help), Rady was actually the unnamed lab that failed to diagnosis my son.

And this happens all the time. The WGS NICU diagnostic rate is only ~30%, depending on who you ask. Just because people have been working at this for a decade and products exists, doesn't mean it's a solved problem.

I don't know if you read until the end of my post, but I did run a small experiment in collaboration with an academic geneticist and outperformed the first-line clinical labs across the board. My approach, which is essentially Claude Code for genetics, is fundamentally different and novel than how this work is done today and seems to perform much better in early experiments. Time will tell is this generalizes to all clinical work.

I'm planning on publishing evals and benchmarks in the next few weeks, but out-of-the-box systems actually don't do very well for a variety of reasons.

This is kind of like the reverse of the sister comment, which I agree with: https://news.ycombinator.com/item?id=47242699

The general point is that separating PM and eng doesn't make sense any longer. Which subsumes which is an interesting debate.

Your argument that 4.6 Opus makes the engineering skill set useless is totally false and maybe shows you haven't built anything complicated, but it is possible that Opus 5.2 will get there.

I totally agree (as a PM of ~10 years).

I think that all PMs will need to get onto the engineering, design, or research ladder. We are already seeing companies eliminate the function here and there and I expect the trend to continue.

Funny story: I work at Meta and posted a version of this internally in response the bizarre pressure and support for PMs landing prod diffs (the response was very positive FWIW).

Thanks for the flag. VoiceCraft is indeed the best ZS OSS voice cloning tool, despite appearing at the bottom of the TTS arena They have a really easy-to-use gradio demo on their repo if anyone else wants to give it a try.

There is still a big gap between 11Labs and Character.ai and the VoiceCraft voices would not be confused for the real speaker, but this is much closer.

This is a bit different. These audio clips use the default voice of each of these systems. I was asking about zero-shot voice cloning, i.e. transferring a recorded voice and synthesizing speech in that voice.

I tried zero-shot voice cloning in all of the top OSS models in the Arena and performance was bad.

Healthcare is a slippery slope. Don’t tax hospitals, but tax pharmaceutical companies? Don’t tax pharmaceutical companies, but tax the income of doctors?

I think the point of the article is that it’s really hard to make these judgments and doing way with the whole system entirely makes the most sense, which seems reasonable to me.

I'm not a huge online shopper, but if the item isn't a total commodity that I just buy from Amazon without thinking, I generally ask Perplexity for suggestions and find the summaries/conclusions more helpful than clicking through a bunch of links delivered by Google.

I thought that this earnings announcement would be the first one where we'd see some impact from competitive knowledge engines, e.g. Perplexity, You.com, ChatGPT + Bing, etc., but Google still grew search $6B/15%.

This is impressive both because it's hard to keep such a big business growing at that rate and because essentially everyone in my social circle has moved on from going to Google first for information. I guess our demographic is not predictive of the larger market.

I completed the ML specialization for Georgia Tech's online CS MS program (https://omscs.gatech.edu/) a few year ago and found it tremendously valuable. I can't say that it changed the trajectory of my career, but I learned a lot, met some great people, and (in hindsight) had a ton of fun.

Keep in mind that most machine learning fundamentals haven't changed for decades. While new architectures/trends are always emerging, the lessons that you will take away from an academic program like OMSCS will be relevant for the rest of your career.

In theory, yes, the tokens should be transferable between the blockchain and the CEX, but this link breaks all the time and for various reasons (see the crypto problems section). Lots of things that “should” happen in regular, efficient markets don’t in crypto.

That said, call it whatever you want it. Most people in crypto call CEX/DEX stat arb to differentiate from true risk-free arbitrage, but I agree that people coming from a traditional trading perspective would call this pure arb.

I defined stat arb in the glossary at the end but probably should have included a more obvious link.

TL;DR: this is a pairs trading strategy that relies on the (very strong) statistical assumption that the price of a token on a centralized and decentralized exchange will converge.

My longer definition below:

Stat arbs: in finance, statistical arbitrage generally refers to any trade where a pair of assets should statistically move in a certain way. However, there are degrees of should. TradFi traders might reason that Meta and Google are both in the ads business, so if Meta is relatively expensive and Google is relatively cheap, they should short the former and long the latter. However, this is a weak argument. Perhaps Meta is just a better business or Google has structural problems. A stronger stat arb thesis is that Royal Dutch Shell used to be traded on both American and European exchanges. If the shares were trading at different prices on each, nearly risk-free profits are available to those who close the spread. This is what stat arb means in a crypto setting. AVAX may be trading at slightly different prices on Binance and on various blockchains.