frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Biomni: A General-Purpose Biomedical AI Agent

https://github.com/snap-stanford/Biomni
142•GavCo•6h ago

Comments

freedomben•6h ago
Awesome! This is the type of stuff I'm most excited about with AI - improvements to medical research and capabilities. AI can be awesome at identifying patterns in data that humans can't, and there has to be troves of data out there full of patterns that we aren't catching.

Of course there's also the possibility of engineering new drugs/treatments and things, which is also super exciting.

panabee•1h ago
Agreed. There is deep potential for ML in healthcare. We need more contributors advancing research in this space. One opportunity as people look around: many priors merit reconsideration.

For instance, genomic data that may seem identical may not actually be identical. In classic biological representations (FASTA), canonical cytosine and methylated cytosine are both collapsed into the letter "C" even though differences may spur differential gene expression.

What's the optimal tokenization algorithm and architecture for genomic models? How about protein binding prediction? Unclear!

There are so many open questions in biomedical ML.

The openness-impact ratio is arguably as high in biomedicine as anywhere else: if you help answer some of these questions, you could save lives.

Hopefully, awesome frameworks like this lower barriers and attract more people.

AIorNot•6h ago
very cool -passed on to my friend who is working a Crispr lab
Edmond•6h ago
This is nice, a lot of possibilities regarding AI use for scientific research.

There is also the possibility of building intelligent workspaces that could prove useful in aiding scientific research:

https://news.ycombinator.com/item?id=44509078

SalmoShalazar•5h ago
Not to take away from this or its usefulness (not my intent), but it is wild to me how many pieces of software of this type are being developed. We’re seeing endless waves of specialized wrappers around LLM API calls. There’s very little innovation happening beyond specializing around particular niches and invoking LLMs in slightly different ways with carefully directed context and prompts.
gronky_•5h ago
I see it a bit differently - LLMs are an incredible innovation but it’s hard to do anything useful with them without the right wrapper.

A good wrapper has deep domain knowledge baked into it, combined with automation and expert use of the LLM.

It maybe isn’t super innovative but it’s a bit of an art form and unlocks the utility of the underlying LLM

mrlongroots•5h ago
Exactly.

To present a potential usecase: there's a ridiculous and massive backlog in the Indian judicial system. LLMs can be let loose on the entire workflow: triage cases (simple, complicated, intractable, grouped by legal principles or parties), pull up related caselaw, provide recommendations, throw more LLMs and more reasoning at unclear problems. Now you can't do this with just a desktop and chatgpt, you need a systemic pipeline of LLM-driven workflows, but doing that unlocks potentially billions of dollars of value that is otherwise elusive.

lawlessone•5h ago
>pull up related caselaw

Or just make some up...

mrlongroots•3h ago
At the token layer an LLM can make things up, but not as part of a structured pipeline that validates an invariant that all suggestions are valid entities in the database.

Can google search hallucinate webpages?

tedy1996•2h ago
How is something that cant admit it doesnt know, and hallucinates a good innovation?
okdood64•5h ago
> We’re seeing endless waves of specialized wrappers around LLM API calls.

AFAIK, doing proper RAG is much, much more than this.

What's your technical background if you don't mind me asking?

SalmoShalazar•5h ago
I’m a software engineer in the biotech space. I haven’t worked with RAG though, maybe I’m underestimating the complexity.
agpagpws•5h ago
I work at a top three lab. RAG is just Mumbai magic. Throwaway. Hi dang.
jjtheblunt•5h ago
What is a top three lab?
zachthewf•4h ago
We know they don't work at OpenAI or Anthropic, but beyond that have no information
epistasis•4h ago
The application of a new technology to new fields always looks like this. SQL databases become widespread, there's a wave of specialized software development for business practices. The internet becomes widespread, and there's a wave of SaaS solving specialized use cases.

We are going to see the same for anything that Claude or similar can't handle out of the box.

mlboss•4h ago
By that argument every SaaS is a db wrapper
goda90•3h ago
Think of it this way: before the internal combustion engine people used animal power, steam power, human power, wind power, etc to move cargo, passengers, and even specialized loads like water pumps for the fire brigade. Then with internal combustion they did those things faster and at greater scale. That wasn't innovating on the ICE itself, or solving new problems. But it was still useful. Of course they also eventually did innovate on the ICE, and they solved new problems with it(heavier than air flight, for example) but it took awhile.
ImaCake•2h ago
I suspect it's jumping on the hype train. Especially since its from a big Uni. Funding in research is all about marketing and latching onto the right keywords (just like VC really) so the most successful researchers are those who can market themselves effectively. Whether this tool is actually any good is secondary to whether it achieves the real goal of getting future funding for it's author.
andy99•5h ago
I'm sure they've thought of this but curious how it fared on evaluations for supporting biological threats, ie elevating threat actor capabilities with respect to making biological weapons.

I'm personally sceptical that LLMs can currently do this (and it's based on Claude that does test this) but still interesting to see.

greazy•2h ago
Creating a biological weapon requires a whole bunch of unique and specialised skills, equipment, safety measures (so you don't infect/kill yourself/your people) and even multidisciplinary skill sets. Take for example the Kameido (Japan) incident by the Aum Shinrikyo cult/religious group [1]. Same group which committed the Sarin attack [2].

> The use of an attenuated B. anthracis strain, low spore concentrations, ineffective dispersal, a clogged spray device, and inactivation of the spores by sunlight are all likely contributing factors to the lack of human cases.

Now you may say, that's bacteria, what about viruses? A similar set of problems would arise, how do you successfully grow virus to high titers? Even vaccine companies struggle to do this with certain viruses. Then the issue of dispersal, infectivity and mortality arise (too quick, it kills the host without spreading and authorities will notice, too slow, same problem: authorities will notice). I haven't even mentioned biological engineering which requires years of technical knowledge and laboratory experience combined with a intimate knowledge of the organism you're working with.

What worries me the most is nature springing a new influenza subtype. Our farming practices, especially in developing countries, is bound to breed a new subtype. It happened in 2009 (H1N1pdm) and it is bound to happen again. We got lucky with H1N1pdm.

1. https://pmc.ncbi.nlm.nih.gov/articles/PMC3322761/ 2. https://en.wikipedia.org/wiki/Tokyo_subway_sarin_attack

deepdarkforest•4h ago
Interesting. It's just an agent loop with access to python exec and web search as standard, BUT with premade, curated, 150 tools like analyze_circular_dichroism_spectra, with very specific params that just execute a hardcoded python function. Also with easy to load databases that conform to the tools' standards.

The argument is that if you just ask claude code to do niche biomed tasks, it will not have the knowledge to do it like that by just searching pubmed and doing RAG on the fly, which is fair, given the current gen of LLM's. It's an interesting approach, they show some generalization on the paper(with well known tidy datasets), but real life data is messier, and the approach here(correct me if im wrong) is to identify the correct tool for a task, and then use the generic python exec tool to shape the data into the acceptable format if needed, try the tool and go again.

It would be useful to use the tools just as a guidance to inform a generic code agent imo, but executing the "verified" hardcoded tools narrows the error scope, as long as you can check your data is shaped correctly, the analysis will be correct. Not sure how much of an advantage this is in the long term for working with proprietary datasets, but it's an interesting direction

epistasis•4h ago
This is great, I've been on the waitlist for their website for a while and am now excited to be able to try it out!
teenvan_1995•3h ago
I wonder if giving 150+ tools is really a good idea considering context limitations. Need to check out if this works IRL.
Herring•3h ago
There's an inner ToolRetriever which is a LLM call to select the most relevant tools/data/libraries.
dmezzetti•3h ago
Very interesting work!

If biomedical research and paper analysis is of interest to you, I've been working on a set of open source projects that enable RAG over medical literature for a while.

PaperAI: https://github.com/neuml/paperai

PaperETL: https://github.com/neuml/paperetl

There is also this tool that annotates papers inline.

AnnotateAI: https://github.com/neuml/annotateai

Show HN: Someone built a fantastic learning resource for Google's Gemini CLI

https://starshipcli.online/
2•howardV•2m ago•0 comments

Async Ruby Is the Future of AI Apps (and It's Already Here)

https://paolino.me/async-ruby-is-the-future/
1•doppp•2m ago•0 comments

Failed Global Solutions System AMRS-X (description in comment)

https://www.dropbox.com/scl/fo/a3uv4hgxhj25fnthpluwb/AH-GgcVjwBjePcCIizh40po?dl=0&noscript=1&rlkey=ewisyhcls8zo5hib8clhxwezi&st=mm4tfz6o
1•technovahub•2m ago•1 comments

Self-Cleaning Ants

https://gbragafibra.github.io/2025/07/06/collatz_ant6.html
2•Fibra•5m ago•0 comments

Israeli defence minister plans to move Gaza's population to camp in Rafah

https://www.bbc.com/news/articles/c8rp31lk7mzo
2•mhga•5m ago•0 comments

Intel's CEO: 'We are not in the top' of leading chip companies

https://www.oregonlive.com/silicon-forest/2025/07/intels-ceo-we-are-not-in-the-top-10-of-leading-chip-companies.html
1•osnium123•6m ago•0 comments

Steganography in floating point data with NaN payloads

https://github.com/kjordahl/steganan
1•dynm•12m ago•0 comments

The Retrofit and the Built Environment Starter Pack from Heat Pumps to Financing

https://climatedrift.substack.com/p/the-retrofit-and-the-built-environment
1•ssuds•12m ago•0 comments

Red Hat just expanded free access to RHEL for business developers

https://www.zdnet.com/article/red-hat-expands-free-access-to-rhel-for-business-developers/
1•thunderbong•14m ago•1 comments

Be History or Do History?

https://contraptions.venkateshrao.com/p/be-history-or-do-history
1•OgsyedIE•17m ago•0 comments

Java Criminally Underhyped? Not Back in 1997. (2021)

https://dylanbeattie.net/2021/07/01/java-is-criminally-underhyped.html
1•1317•19m ago•0 comments

Writing a simple JIT Compiler in about 1000 lines of C

https://kuterdinel.com/writing-a-very-simple-jit-compiler-in-about-1000-lines-of-c.html
1•Bogdanp•23m ago•0 comments

Amazon gets serious with AI Safety

https://arxiv.org/abs/2507.06260
2•prizeon•24m ago•0 comments

Escaping Groupthink

https://www.thetransmitter.org/animal-behavior/escaping-groupthink-what-animals-behavioral-quirks-reveal-about-the-brain/
1•wjb3•29m ago•0 comments

Southeast Asia's Last Culinary Frontier: The 17,000 Islands of Indonesia

https://www.youtube.com/watch?v=dr3Hsa8Fam4
2•bane•34m ago•0 comments

Show HN: Buzz0.com – Daily curated Show HN posts

https://buzz0.com/
1•Airyisland•34m ago•0 comments

Doing More Is Often Easier

https://www.raptitude.com/2025/04/doing-more-is-often-easier/
3•_vaporwave_•40m ago•1 comments

Civilian hackers in China's military cyber strategy

https://margin.re/mobilizing-cyber-power-the-growing-role-of-cyber-militias-in-chinas-network-warfare-force-structure-2/
4•aaronsdevera•42m ago•0 comments

Deep Dive into Rails Database Connection Pools

https://www.prateekcodes.dev/rails-database-connection-pooling-explained/
1•prateekkish•42m ago•0 comments

Arguing About Woodworking More Popular Hobby Than Woodworking (2013)

http://www.closegrain.com/2013/04/arguing-about-woodworking-more-popular.html
2•ecliptik•45m ago•0 comments

TikTok prepares US app with its own algorithm and user data

https://www.reuters.com/world/china/tiktok-prepares-us-app-with-its-own-algorithm-user-data-2025-07-09/
1•mfiguiere•45m ago•1 comments

Your Prize for Saving Time at Work with AI: More Work

https://www.wsj.com/lifestyle/careers/ai-work-free-time-51c8c92a
12•petethomas•55m ago•5 comments

The case for building operator interfaces before AI agents

https://www.henrypray.com/writings/the-only-saas-feature-you-should-be-building
2•henrypray•59m ago•0 comments

Type-C To Type-C Scented Cable 48in

https://www.fivebelow.com/products/up-tech-type-c-to-type-c-scented-cable-48in-9184770
2•rendx•1h ago•1 comments

Show HN: ColorConJ – Explore Spanish color names by letter

https://colorconj.com/
1•lur0913•1h ago•0 comments

Eval AI jobs new market for Mercor

https://www.gardinercolin.com/p/marketplace-memo-13
1•predogger•1h ago•0 comments

In search of more efficient learning algorithms, researchers look to infants

https://www.thetransmitter.org/neuroai/the-babylm-challenge-in-search-of-more-efficient-learning-algorithms-researchers-look-to-infants/
4•domofutu•1h ago•0 comments

HIV-1 latency reversal via ectopic expression of a viral antisense transcript

https://www.science.org/doi/10.1126/sciadv.adu8014
2•PaulHoule•1h ago•0 comments

Our Missing Pieces

https://docs.google.com/document/d/1-KSIE89xHnipRBm8T6BRbxEQb5_byr5CwkB-S7XIwjQ/edit?tab=t.0
1•jger15•1h ago•1 comments

Claude Code OAuth Authentication Fails - "OAuth account information not found

https://github.com/anthropics/claude-code/issues/1484
1•rakken•1h ago•0 comments