CRISPR-Cas9: A Revolutionary Gene-Editing Technology

Rohit PaulRohit Paul
6 min read

Introduction

Imagine if we had a tool that could cut and edit DNA, the instruction manual of all living things, just like we edit text in a Word Document. That tool exists and it’s called CRISPR-Cas9.

In this article, we will learn about:

  • What is DNA ?

  • What is CRISPR-Cas9 ?

  • How does it work ?

  • Its history and origin

  • Real world applications

  • Challenges and ethical issues

  • The role of Artificial Intelligence in improving CRISPR

  • Conclusion

What is DNA?

Before we talk about CRISPR, let’s quickly understand DNA.

  • DNA stands for Deoxyribonucleic Acid

  • It’s like the software code inside every living cell

  • It carries genes, instructions that tell your body how to grow, function, and survive.

What is CRISPR-Cas9, Really?

Let’s imagine your DNA is a long string of text - A, T, C, G - those are the “characters“ (called nucleotide). Now, sometimes there is a bug in that string, maybe a mutation causing a disease. What if we could go in and fix that bug ? That’s exactly what CRISPR-Cas9 does.

CRISPR stands for:

Clustered Regularly Interspaced Short Palindromic Repeats

Yeah, the name is a bit of a tongue-twister, but the idea is simple:

  • It’s a system bacteria naturally use to fight off viruses.

  • Scientists reverse-engineered it and realized: “Wait… we can use this to edit DNA in any organism?!”

Cas9 is an enzyme, a molecular scissor, that cuts DNA at specific locations.

Think: CRISPR is like the “Find“ tool, and Cas9 is the “Delete/Replace“ part of your favorite text editor.

How CRISPR-Cas9 Works ?

Let’s understand it step by step,

Step 1: Targeting

We use guide RNA (gRNA) that matches the DNA we want to change. This guide RNA is like a string matcher - it finds the specific part in the huge DNA sequence.

guideRNA = "Target sequence"
location = DNA.find(guideRNA)

Step 2: Cutting

Once the guide RNA finds the match, the Cas9 enzyme makes a precise cut at that spot on both strands of the DNA.


if location != NULL:
    Cas9.cut(DNA, location)

Step 3: Editing

Here is the cool part, The cell tries to fix the break. This opportunity can be used to:

  • Disable a gene

  • Insert new DNA sequence

  • Correct the mutation

and that’s it - we have edited a genome!

History of CRISPR - From Bacteria to Biohacking

Let’s hit rewind for a second.

Back in 1980s, scientists discovered some weird repetitive DNA sequences in bacteria. At that time no one knew what they did, so they just called them CRISPR (Clustered Regularly Interspaced Short Palindromic Repeats).

Fast forward to 2007, researchers finally figured it out: bacteria were using CRISPR to “remember“ viruses they had fought off before, like an immune system with a built-in database.

Then in 2012, two scientists named Jennifer Doudna and Emmanuelle Charpentier, dropped the mic by showing how CRISPR + Cas9 could be used to edit DNA in any organism. That paper was like the GitHub release of the century for genetics.

Fun Fact: They won the Nobel Prize in Chemistry in 2020. Yeah, it’s that big.

Real World Applications - Not Just Sci-Fi stuff

CRISPR is not some lab experiment anymore. It is already transforming our world, one gene at a time.

  1. Curing Genetic Diseases

  • CRISPR is already changing lives.

    One of the biggest wins? Sickle Cell Anemia.

    In late 2023, the UK approved a CRISPR-based therapy called Casgevy (developed by Vertex & CRISPR Therapeutics), making it the first CRISPR drug to get full regulatory approval. It is designed to cure sickle cell disease and ß-thalassemia in patients by editing their bone marrow cells.

  1. Supercharging Crops

    Gene-edited crops are already growing in real farms.

    • Drought-tolerant rice and corn are being field-tested across Asia and the US.

    • Japanese researchers released CRISPR-edited tomatoes in 2021 that are richer in GABA, a compound linked to reduced blood pressure.

What’s wild? These crops are often non-GMO by regulation, since CRISPR doesn’t always add foreign DNA. That’s like writing clean code without external dependencies.

  1. Cancer Immunotherapy

    Doctors are now using CRISPR to reprogram patients’ own immune cells (T-cells) to better attack tumors.

    In 2022, a clinical trial from University of Pennsylvania and Intellia Therapeutics showed that custom-designed CRISPR edits helped shrink tumors in people with aggressive cancers.

    This field, called CAR-T + CRISPR immunotherapy, is growing fast and might just be the next-gen cancer treatment.

  2. De-Extinction

    Here’s the most jaw-dropping one, bringing back extinct species using CRISPR.

    Colossal Biosciences, a Texas-based biotech startup, is on a mission to de-extinct the woolly mammoth, the Tasmanian tiger, and even reconstruct traits of the dire wolf, the legendary Ice Age predator.

    They’re using ancient DNA + CRISPR editing in modern relatives (like elephants or dogs) to rebuild extinct genomes.

Challenges and Ethical Issues

Okay, now let’s get real for a minute. CRISPR is cool, but not everything is sunshine and clean edits.

  1. Off-Target Effects

    CRISPR sometimes edits the wrong part of the genome.

  2. Editing Embryos

    This means editing genes in eggs/sperm/embryos, which gets passed on to future generations.

  3. Gene Doping

    Athletes could use CRISPR to boost performance, creating an unfair advantage.

  4. The CRISPR Babies Controversy

    In 2018, a Chinese scientist used CRISPR to edit embryos without proper ethics approval. The world freaked out. He got jailed. And the global bioethics community hit DEFCON 1.

“With great power comes… serious paperwork and ethics committees.“

How AI Supercharges CRISPR — Where CS Meets Genetics

Now here’s where it gets interesting for Computer Science peeps like me.

CRISPR is powerful, but it needs optimization and guess who’s stepping in?

Yep, none other than AI and Machine Learning.

  1. Predicting Off-Target Edits

    AI models can analyze millions of DNA sequences to predict where CRISPR might accidentally cut. Like a linter for your genome.

    Models used:

    • DeepCRISPR

    • CRISPR-Net

    • DeepSpCas9

These use CNNs and transformers trained on genomic data.

  1. Designing Better Guide RNAs

    AI helps choose the most effective and specific guide RNA for the edit, reducing errors.

  2. Data Mining Genomic Databases

    There are terabytes of DNA data sitting in databases. AI helps extract meaningful patterns and insights from it, like data analysis on steroids.

  3. Personalized Medicine

    AI + CRISPR = custom gene therapy tailored to your DNA.
    Think: personalized medicine, based on your body’s “codebase.”

Conclusion

CRISPR isn’t just some cool science experiment anymore — it’s changing the world in real ways.
From curing serious diseases, to growing better crops, to even bringing back extinct animals (yes, like the dire wolf 🐺), CRISPR is opening doors we never imagined.

But with all this power, we also need to be careful.
Should we edit human babies? What if something goes wrong? Who gets to decide what’s allowed?

CRISPR is like giving humanity a "super editor" for life — but we still need to read the manual carefully.

As CSE students, this is super exciting! Biology is becoming programmable — and we already speak the language of code.
So if you ever thought "biology isn’t my thing" — now’s your chance to look again.
Because the future of science, medicine, farming, and even evolution… might just start with a few lines of code.

0
Subscribe to my newsletter

Read articles from Rohit Paul directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Rohit Paul
Rohit Paul