Skip to content
mdr
All writing

CRISPR

How CRISPR actually edits a genome

It started as a bacterial immune system. Turned into a tool, it is less “rewrite the code” and more “cut here and let the cell patch it.”

· 2 min read

“Editing a genome” sounds like opening a document and retyping a line. The reality is stranger and more mechanical, and it comes from a place nobody was looking: the immune system of bacteria. Understanding where CRISPR came from is the fastest way to understand what it can and cannot do.

Bacteria get attacked by viruses too. Some of them keep a record of past attackers by storing snippets of viral DNA in their own genome, in a region with a clunky name — Clustered Regularly Interspaced Short Palindromic Repeats, CRISPR. When the virus comes back, the bacterium makes a copy of the matching snippet and uses it to recognise and chop up the intruder. It is a molecular most-wanted list with a pair of scissors attached.

The guide and the scissors

The tool version has two parts. A guide RNA — a short sequence, about twenty letters — that matches the exact spot in the genome you want to hit. And Cas9, a protein that acts as the scissors. The guide is the address; Cas9 is the courier that goes there and cuts.

There is a catch that keeps it from cutting everywhere: Cas9 only cuts next to a short signature sequence called a PAM. No PAM, no cut. That requirement is part of why targeting is precise, and also part of why some spots in the genome are easier to reach than others.

The edit is really a repair

Here is the part the word “editing” hides: CRISPR mostly just makes a cut. It breaks both strands of the DNA at the target. The actual change comes from how the cell repairs that break.

Left to itself, the cell stitches the ends back together sloppily, often adding or dropping a few letters — enough to break the gene. That is how you switch a gene off. To make a precise change instead, you supply a template alongside the cut, and the cell can copy from it while repairing. That second path is far less reliable, which is why turning a gene off is routine and rewriting one to spec is still hard.

Why it is not a magic wand yet

Two honest limits. Cas9 sometimes cuts at spots that resemble the target but are not it — off-target edits — and checking for them is real work. And getting the machinery into the right cells inside a living body, rather than in a dish, is the genuine frontier: delivery, not cutting, is where most of the difficulty now lives.

Newer methods — base editing and prime editing — change single letters without making a full double-strand break, trading some of the bluntness for more control. They are the same idea, refined: aim precisely, then change as little as possible.

The takeaway

CRISPR is not a word processor for DNA. It is a programmable way to cut at one chosen spot, borrowed from bacteria, that leans on the cell’s own repair to finish the job. Once you see it as “aim, cut, let it heal,” the headlines get easier to read — and the gap between switching a gene off and safely rewriting one stops being a surprise.

More writing

  • What a qubit actually buys you

    No cat, no “tries every answer at once.” A qubit is a probability you can steer — and that only helps on a surprisingly short list of problems.

  • What an AI agent actually is

    Strip the marketing and an agent is three things: a model, a set of tools, and a loop that decides which to call.