The IGI team argues that Cas9 was optimized by evolution for editing — leaving cells alive afterward — which is the wrong tool for oncology where you want tumor cells dead. Cas3 processively degrades thousands of base pairs in a single engagement, making the damage irreversible and preventing the resistance mechanisms that plague Cas9-based approaches.
The editorial reinforces that Cas9's reparability is a liability in cancer treatment — a surviving edited tumor cell can become resistant — while Cas3's total annihilation mirrors what bacteria evolved CRISPR to do in the first place. Type I systems using Cas3 make up roughly 90% of natural CRISPR systems, suggesting the field has been working with the wrong tool.
By designing guide RNAs against cancer-specific driver mutations, the team showed selective tumor-cell killing with minimal off-target damage to wild-type cells expressing the same gene. The mutation itself becomes the targeting mechanism, which sidesteps the 'undruggable' problem that has blocked small-molecule inhibitors from gripping KRAS's smooth protein surface.
Submitted the IGI paper to Hacker News where it reached 499 points and 133 comments — unusually high engagement for a basic-science result on a developer-focused forum. The submission's traction signals that the technical audience recognizes this as more than incremental progress on a long-standing 'undruggable' target class.
Researchers at the Innovative Genomics Institute (IGI) — Jennifer Doudna's lab at UC Berkeley — published a technique that uses CRISPR-Cas3, not the more famous Cas9, to selectively destroy cancer cells. The paper landed on Hacker News at 499 points, which for a basic-science result is unusual. The reason it broke containment: the approach works against KRAS-mutant cancers, a class long considered 'undruggable' because the protein surface is too smooth for small-molecule inhibitors to grip.
Cas3 doesn't cut DNA — it shreds it. Where Cas9 makes a single double-strand break (which the cell can sometimes repair), Cas3 latches onto the genome and processively degrades it, chewing through thousands of base pairs in a single engagement. In bacteria, this is the original CRISPR function: total annihilation of invading phage DNA. The IGI team realized that for cancer therapy, irreversible damage is exactly what you want. A tumor cell that survives Cas9 editing can become resistant; a tumor cell whose genome has been processively digested cannot.
The selectivity comes from guide RNAs designed against cancer-specific mutations — KRAS G12D, G12V, and similar driver mutations that healthy cells don't carry. In the lab, the team reported tumor-cell killing with minimal off-target damage to wild-type cells expressing the same gene. The mutation isn't just a marker; it's the address the shredder is delivered to.
The Cas9 vs Cas3 distinction matters more than the press release lets on. Cas9 was always a strange choice for oncology — it was optimized by evolution for *editing*, which means leaving the cell alive afterward to express a corrected gene. That's perfect for sickle-cell disease (where Casgevy was approved in 2023). It's a weird fit for cancer, where you don't want the cell alive at all.
Cas3, by contrast, is what bacteria use to kill. Type I CRISPR systems — which use Cas3 — make up roughly 90% of natural CRISPR systems in the wild, but they've been the unloved cousin in therapeutic research because they're harder to deliver (the complex is larger than Cas9). The IGI work matters because it shows the delivery problem is solvable for at least one disease class, and it validates the broader bet that bacterial defense is a richer source of therapeutic tools than the Cas9-monoculture of the last decade.
The biomimicry angle is what should interest practitioners outside biology. The architecture of a CRISPR-Cas3 system is identical to the architecture of a modern WAF, IDS, or runtime security tool: a pattern-matching layer (the guide RNA / signature database) coupled to a destructor (Cas3 / process kill, packet drop, quarantine). Bacteria evolved this 3.5 billion years ago. We re-invented it in Snort in 1998, in ModSecurity in 2002, in Falco in 2016. Every generation of security engineer rebuilds the same control loop.
There's a deeper lesson in *why* the bacterial version is so durable. Phages mutate fast — far faster than bacterial generations — so the bacterial immune system had to evolve a primitive that handled adversarial drift. The answer was a *programmable* matcher (CRISPR arrays of captured phage DNA) backed by an *irreversible* destructor (Cas3). Programmability handles novelty; irreversibility prevents partial-kill resistance. If your security stack runs in 'log and alert' mode instead of 'block and kill,' you've built a Cas9 system in a Cas3 world. The malware will adapt.
Community reaction on HN was split between two camps. Oncologists pointed out (correctly) that selective tumor killing in cell culture is a 20-year-old story and clinical translation is the hard part — delivery to solid tumors, immune response to the bacterial Cas3 protein, and off-target effects at organism scale all remain unsolved. The other camp, mostly biotech engineers, focused on the platform implication: if Cas3 generalizes, it unlocks a category of 'driver-mutation-targeted' therapies for the ~30% of human cancers that carry KRAS, TP53, or MYC mutations and currently have no targeted option. Both camps are right. The science is real; the path to a drug is long.
If you build security or anomaly-detection systems, the Cas3 paper is a useful forcing function for an audit. Three questions worth asking your platform:
First, is your matcher programmable at runtime, or compiled? Bacterial CRISPR arrays are append-only logs of captured threats — new entries are added without recompiling the enzyme. If your WAF requires a deploy to add a rule, you're slower than a bacterium. eBPF-based tools (Falco, Cilium Tetragon) have moved closer to the bacterial pattern; signature-compiled IDS systems have not.
Second, is your response reversible or irreversible? Quarantine is reversible. Process kill is irreversible. Network block at the L7 proxy is irreversible-for-this-connection. The Cas3 lesson is that against an adaptive adversary, partial responses leak signal — the attacker learns what triggered the alert and refines the next attempt. If your runbook for a high-confidence detection is 'page a human,' you've built a slow Cas9.
Third, how is selectivity encoded? The IGI team's selectivity comes from targeting *driver mutations* — the things the cancer cannot live without. The security analog is targeting *behavior the malware cannot avoid* (syscall patterns, network egress shape) rather than *artifacts it can change* (file hashes, IP addresses). Hash-based detection is Cas9 selectivity in a Cas3 world: trivially evaded by mutation.
For anyone building ML safety / model-output filtering, the analogy extends. The current generation of LLM output filters is mostly hash-and-keyword (Cas9-style). The next generation will need to target behavioral invariants the jailbreak cannot route around — the equivalent of a driver mutation.
The IGI result is unlikely to be in a clinic in 2026, and the HN oncologists are right to flag that gap. But the conceptual shift — from Cas9-as-editor to Cas3-as-destructor — is the kind of architectural unlock that takes a decade to fully play out in industry and then reshapes the category. The same shift happened in security when the field moved from signature-based AV to behavior-based EDR, and again when EDR moved from detect-and-alert to detect-and-isolate. Bacteria figured this out first. They usually do.
Here's their preprint from a month ago, in case you can't access the Nature paper: https://www.biorxiv.org/content/10.64898/2026.05.08.723607v1Nature - https://www.nature.com/articles/s41586-026-10738-7
The idea of using CRISPR/Cas to detect tumor-specific mutations that aren't necessarily oncogenic and then kill the cell is not a new one [0, 1, 2]. However, previous studies used Cas9, which just damages the DNA at the target site; this uses Cas12a2, which is far more destructive because
Yes! I have a genetic disease that will take me out in my 70s and I’m really hoping CRISPR gets to it before I do!
CRISPR is an extremely overhyped approach which found a marketing engine via popular science. There is 1 FDA approved CRISPR therapy as compared to 7 for AAV and 7 for Lentivirus.Counting all viral vector therapies that have been approved, we’re sitting at 19 approved therapies versus 1 for CRISPR.I
Top 10 dev stories every morning at 8am UTC. AI-curated. Retro terminal HTML email.
Does anyone know a website where I can see/read of how many cancers (and their variants) we've effectively solved, have drugs to negate their effects, have experimental drugs for and uncurable cancers? I think that graph would be awe inspiring looking at the past decade of advancements.Wha