Sunday, June 21, 2026

From Genomics to AI Biology (Series 1)

 AI Will Not Replace Biologists. But Biologists Who Understand AI Systems Will Replace Those Who Only Use AI Tools


By Li Lei on June 21, 2026

When I first moved from genomics and computational biology into AI biology, I thought the biggest challenge would be learning new models.

Large language models. Graph neural networks. Foundation models. AI agents. Embedding spaces. Retrieval-augmented generation. Model evaluation. MLOps.

All of these were important. But over time, I realized something deeper:

The real challenge is not simply learning how to use AI tools.

The real challenge is learning how to think in AI systems.

This distinction matters because biology is entering a new era. AI is no longer just a convenient assistant for writing code, summarizing papers, or generating figures. It is beginning to shape how we organize knowledge, design experiments, prioritize hypotheses, analyze multimodal data, and make decisions in discovery pipelines.

We have already seen powerful examples. AlphaFold changed how many scientists think about protein structure prediction [1]. Protein language models showed that large-scale learning from sequences can capture biological structure and function [2]. Deep learning models such as Enformer demonstrated that sequence-based models can improve gene expression prediction by modeling long-range regulatory information [3]. More broadly, deep learning has become an important part of modern genomics and genome interpretation [4,5].

But these advances also reveal something important: the future of AI biology is not only about bigger models. It is about building better scientific systems around those models.

In this new era, the biologists who thrive will not necessarily be the ones who use the most AI tools. They will be the ones who understand how AI systems work, where they fail, how to evaluate them, and how to connect them to real biological questions.

That is why I believe:

AI will not replace biologists. But biologists who understand AI systems will replace those who only use AI tools.

From using tools to understanding systems

Many scientists today are already using AI. They ask ChatGPT to polish manuscripts, write Python scripts, explain error messages, summarize literature, or draft emails. These uses are helpful. They save time. They reduce friction. They make technical work more accessible.

But using AI as a tool is only the first layer.

A tool user asks:

“Can AI help me finish this task faster?”

A systems thinker asks:

“What is the input? What is the output? What knowledge does the model have? What knowledge is missing? How do I evaluate whether the answer is correct? How does this fit into a larger scientific workflow?”

This difference may sound small, but it changes everything.

For example, if I ask an AI model to summarize papers about drought tolerance in barley, I may receive a fluent answer. But a fluent answer is not necessarily a reliable answer. A biologist who only uses the tool may accept the summary too quickly. A biologist who understands AI systems will ask: Which papers were retrieved? Are they current? Are the claims supported by experimental evidence? Are the genes discussed in the right tissue, developmental stage, and environmental context? Are we mixing evidence from Arabidopsis, rice, sorghum, and barley as if they were interchangeable?

In biology, context is not decoration. Context is the science.

A gene is not simply “important.” It is important in a genotype, tissue, cell type, developmental stage, environment, and evolutionary history. A variant is not simply “associated.” It has allele frequency, linkage disequilibrium, population structure, effect size, uncertainty, and biological plausibility. A regulatory element is not simply “predicted.” It has chromatin accessibility, transcription factor binding, conservation, activity, target gene ambiguity, and experimental validation limits.

This is why biological AI requires more than prompting. It requires system-level thinking.

Biology is not just data

One common misunderstanding in AI biology is the idea that biology is simply a data problem.

More data, bigger model, better prediction.

Sometimes that is true. Often, it is incomplete.

Biological data is noisy, biased, incomplete, heterogeneous, and deeply contextual. Different data types capture different layers of life: genome sequence, chromatin accessibility, gene expression, methylation, protein structure, metabolites, phenotypes, environmental variables, clinical outcomes, and evolutionary constraints. Each layer has its own measurement errors, assumptions, and missingness.

A machine learning model can find patterns. But not every pattern is meaningful. Not every correlation is causal. Not every prediction is actionable.

This is where trained biologists remain essential.

Biologists understand experimental design. They understand confounding. They know that a beautiful heatmap can hide a batch effect. They know that a significant association can be driven by population structure. They know that a gene expression signal may reflect cell type composition rather than regulation. They know that a model trained on one species, tissue, or condition may not generalize to another.

AI can accelerate discovery, but it does not automatically understand what makes a biological conclusion trustworthy.

That judgment still comes from scientists.

The future belongs to scientists who can combine biological judgment with AI system design.

The next skill is not just coding

For the past decade, many biologists were told: “Learn to code.”

That advice was useful. Coding opened the door to bioinformatics, genomics, data analysis, and reproducible research. It allowed biologists to work directly with large datasets rather than relying entirely on others.

But in the AI era, coding alone is no longer enough.

The next skill is understanding how biological knowledge becomes computable.

This includes questions such as:

How do we represent biological entities and relationships?

How do we connect genes, variants, traits, pathways, tissues, environments, publications, and experimental evidence?

How do we integrate structured databases with unstructured literature?

How do we build workflows where AI agents can retrieve, reason, analyze, and report?

How do we evaluate whether an AI-generated hypothesis is biologically meaningful?

How do we prevent models from producing confident but unsupported conclusions?

These are not just computer science questions. They are scientific questions.

A good AI system for biology is not just a model. It is a carefully designed connection between data, knowledge, algorithms, evaluation, and human decision-making.

That is why I believe knowledge representation will become one of the most important skills in AI biology.

Biomedical knowledge graphs already show why representation matters. They provide a way to connect entities such as genes, proteins, diseases, drugs, phenotypes, pathways, and publications into structured relationships that both humans and machines can query and reason over [6]. Graph representation learning further extends this idea by learning from the topology and semantics of biological and biomedical networks [7].

In genomics, we often start with sequences. But discovery rarely ends with sequence alone. We need to connect sequence variation to gene regulation, gene regulation to cellular function, cellular function to phenotype, and phenotype to environment or disease. This chain is complex. It is full of uncertainty. But it is also where the real biological meaning lives.

AI systems that ignore this complexity may generate answers. AI systems that model this complexity may generate insight.

The danger of becoming only an AI consumer

There is a risk in the current AI wave: scientists may become passive consumers of AI outputs.

The model suggests a candidate gene.

The model ranks a variant.

The model proposes a pathway.

The model writes the interpretation.

If we are not careful, scientists may slowly lose the habit of questioning the reasoning behind the output.

That would be dangerous.

Science advances through skepticism. We ask why. We ask how. We ask what evidence supports the claim. We ask whether there is another explanation. We ask what experiment could prove us wrong.

AI should not weaken this habit. It should make it stronger.

A biologist who understands AI systems does not blindly trust the model. But she/he/they also does not reject it out of fear. Instead, she treats AI as a powerful but imperfect collaborator.

she/he/they asks:

What data was this model trained on?

What assumptions are built into the system?

What is the failure mode?

What kind of uncertainty is being hidden?

What evidence would increase my confidence?

What experiment should come next?

This is the mindset we need.

Not AI worship.

Not AI fear.

AI literacy with scientific discipline.

What should biologists learn now?

Not all biologists need to become machine learning engineers. But I do think more biologists need to understand the architecture of AI-enabled discovery.

At minimum, future-ready biologists should understand five things.

First, they should understand data. Not only how to download it, but how it was generated, normalized, biased, and limited.

Second, they should understand representation. In biology, how we represent a problem often determines what the model can learn. A sequence, a graph, a table, an image, a time series, and a knowledge graph all expose different aspects of the same biological system.

Third, they should understand models. They do not need to derive every equation, but they should know what different models are good at, what they assume, and when they are likely to fail.

Fourth, they should understand evaluation. In AI biology, a high benchmark score is not the same as biological usefulness. We need to evaluate models based on generalization, interpretability, robustness, experimental relevance, and decision value. Recent discussions of large language models in scientific discovery also emphasize that these systems should be integrated into scientific workflows with clear human goals and clear evaluation metrics [8].

Fifth, they should understand workflows. AI is most powerful when embedded into real scientific workflows: literature mining, data integration, hypothesis generation, prioritization, experiment design, and feedback from validation.

This is the shift from using AI tools to building AI-assisted scientific systems.

A personal transition

My own path into AI biology did not start from computer science. It started from population genetics, evolutionary biology, and genomics.

Population genetics trained me to think about variation, structure, uncertainty, history, and selection. Genomics trained me to work with large-scale biological data. Bioinformatics trained me to build pipelines and extract signals from complexity. AI is now teaching me to think about representation, reasoning, automation, and decision systems.

Each stage did not replace the previous one. It expanded it.

This is why I do not see AI as a departure from biology. I see it as a new language for asking biological questions.

But learning this language requires humility.

We need to admit that many AI methods are unfamiliar. We need to learn new concepts. We need to collaborate with engineers, data scientists, and machine learning experts. But we also need to remember that biological insight is not outdated. It is more important than ever.

The scientist of the future will not be defined by one discipline. She/he/they will be able to move between biology, computation, data infrastructure, AI models, and real-world decisions.

She/he/they will not simply ask, “What can this tool do?”

She/he/they will ask, “What kind of scientific system are we building?”

The future biologist

The future biologist will still care about genes, cells, organisms, evolution, disease, crops, ecosystems, and patients.

But she/he/they will also understand embeddings, knowledge graphs, agents, multimodal data, model evaluation, and feedback loops.

She/he/they will know how to ask good biological questions and how to design AI systems that make those questions computable.

She/he/they will be skeptical but not afraid.

Technical but not narrow.

Biological but not limited by traditional boundaries.

Curious enough to learn new tools, and wise enough not to be ruled by them.

AI will change biology. There is no doubt about that.

But the deepest transformation will not come from replacing scientists. It will come from changing what scientists are capable of doing.

The most valuable biologists in the AI era will not be those who simply use AI to work faster.

They will be those who understand enough biology to ask meaningful questions, enough AI to build powerful systems, and enough scientific judgment to know when the answer is real.

References and further reading

[1] Jumper, J. et al. Highly accurate protein structure prediction with AlphaFold. Nature 596, 583–589 (2021). doi:10.1038/s41586-021-03819-2.

[2] Rives, A. et al. Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences. Proceedings of the National Academy of Sciences 118, e2016239118 (2021). doi:10.1073/pnas.2016239118.

[3] Avsec, Ž. et al. Effective gene expression prediction from sequence by integrating long-range interactions. Nature Methods 18, 1196–1203 (2021). doi:10.1038/s41592-021-01252-x.

[4] Zou, J., Huss, M., Abid, A., Mohammadi, P., Torkamani, A. & Telenti, A. A primer on deep learning in genomics. Nature Genetics 51, 12–18 (2019). doi:10.1038/s41588-018-0295-5.

[5] Eraslan, G., Avsec, Ž., Gagneur, J. & Theis, F. J. Deep learning: new computational modeling techniques for genomics. Nature Reviews Genetics 20, 389–403 (2019). doi:10.1038/s41576-019-0122-6.

[6] Nicholson, D. N. & Greene, C. S. Constructing knowledge graphs and their biomedical applications. Computational and Structural Biotechnology Journal 18, 1414–1428 (2020). doi:10.1016/j.csbj.2020.05.017.

[7] Li, M. M., Huang, K. & Zitnik, M. Graph representation learning in biomedicine and healthcare. Nature Biomedical Engineering 6, 1353–1369 (2022). doi:10.1038/s41551-022-00942-x.

[8] Zhang, Y. et al. Exploring the role of large language models in the scientific method: from hypothesis to discovery. npj Artificial Intelligence 1, Article 14 (2025). doi:10.1038/s44387-025-00019-5.

[9] Bommasani, R. et al. On the opportunities and risks of foundation models. arXiv:2108.07258 (2021).


Icebreaker Speech for Toastmaster club: “Who Am I?”

 

Icebreaker Speech for Toastmasters Club: “Who Am I?”

by Li Lei in RTP, NC, in June, 2026


Good afternoon, everyone!

Today is my icebreaker speech at ToastWhisper Club here at Syngenta. Since many of you already know me from work, I want to begin with a simple question:

Who do you think I am?

Maybe some of you would say, “Li is an AI scientist.”
Some may say, “She works in computational biology.”
Some may say, “She is always talking about data, genes, models, and pipelines.”
And some of you may say, “She is the new colleague who is still trying to figure out where everything is in this building.”

All of those are true.

But today, I want to tell you a little bit about the person behind the job title.

I was born and raised in Zhaotong, a small city in Yunnan Province in southwest China. Yunnan is famous for its mountains, flowers, ethnic diversity, and beautiful landscapes. Zhaotong is not a big city, but it shaped me deeply. It gave me curiosity, imagination, and maybe also a little bit of stubbornness.

When I was a little girl, I had a very clear dream: I wanted to become a mathematician.

Not because I fully understood what mathematicians did every day. I did not imagine myself standing in front of a blackboard writing equations for the rest of my life. The real reason was simpler — and a little rebellious.

I heard people say, “Girls are not good at math, especially when they get older.”

I remember thinking, “Really? Who decided that?”

So naturally, I wanted to prove them wrong.

At that time, I learned about Emmy Noether, a brilliant German mathematician. She became one of my role models. She lived in a time when women faced many barriers in academia, but her work changed modern mathematics and physics. To me, she represented intelligence, courage, and quiet strength.

So I studied math very seriously. I loved the beauty of numbers and logic. Math felt like a world where every problem had a hidden door, and if you were patient enough, you could find the key.

My math grades were excellent, and I later won a silver medal in a national mathematics competition. For a young girl from a small city, that was a big encouragement. It made me believe that many limits people place on us are not always real. Sometimes they are just walls built by other people’s assumptions.

But math was not my only dream.

I also wanted to become a poet.

That was a very different dream. Math gave me structure. Poetry gave me freedom. Math helped me understand the world through logic. Poetry helped me feel the world through language.

But when I was young, I also heard people say, “Poets are usually not very happy.” Many famous poets had difficult lives. Some were lonely, depressed, or died young.

So I thought, “Well… maybe being a professional poet is a little dangerous.”

I decided poetry could stay with me as a hobby — a private garden in my heart — but maybe not as my profession.

Looking back, I find this funny. As a child, I gave up being a poet because I thought it was emotionally risky. Then I became a scientist — which is also emotionally risky, just in a different way.

In science, experiments fail. Code breaks. Models do not converge. Papers get rejected. Funding is uncertain. And sometimes, after months of analysis, the data simply tells you, “No.”

So maybe scientists and poets are not so different. Both are searching for patterns. Both are trying to express something true. One uses equations and data; the other uses images and words.

Today, I am an AI scientist, a computational biologist, and a population geneticist. That may sound far away from the little girl who wanted to become a mathematician and poet. But I feel those dreams are still inside me.

As an AI scientist, I still use mathematical thinking. I work with models, algorithms, data, and uncertainty. As a computational biologist, I study life through patterns hidden in genomes and biological systems. As a population geneticist, I think about evolution — how life changes over time, how diversity emerges, and how history leaves traces in DNA.

In some way, I did not abandon math. I followed math into biology.

And I did not abandon poetry either. I still love language, stories, and the beauty of expression. That is one reason I joined Toastmasters. I want to become not only a better scientist, but also a better communicator. I want to learn how to tell stories, how to speak clearly, and how to connect ideas with people.

Because in science, having good ideas is important. But being able to communicate those ideas is equally important. A good idea that no one understands is like a beautiful poem locked in a drawer.

So, who am I?

I am a girl from Zhaotong who once dreamed of becoming a mathematician.
I am someone who still carries poetry quietly inside her.
I am a scientist who studies life through data.
I am a colleague, a learner, and now, a Toastmaster beginning a new journey.

And perhaps, like all of us, I am still becoming.

Thank you.


Friday, April 3, 2026

In Memory of the Great Teachers I Have Met in My Life (IV)


In Memory of the Great Teachers I Have Met in My Life (IV)


By Li Lei April 13, 2026, in Itaca, NY


This is directly translated from the Chinese version of Blog (https://mp.weixin.qq.com/s/_N62P_8Cbh2fsgiIp1Dyjw)!


Epigraph

A teacher’s guidance is like the spring breeze; a teacher’s grace runs as deep as the sea.


Han Yu once wrote in On Teachers: “A teacher is one who transmits the Way, imparts knowledge, and resolves doubts.” When I first encountered that line, I understood it only in the most formal sense. It seemed to belong to classrooms, lectures, books, examinations. Only later, with time and distance, did I begin to understand how much larger the word teacher really is.

In life, the rarest gift is not simply to meet someone who teaches you facts or skills, but to meet those who quietly shape the deeper architecture of your mind. They steady you when you are still uncertain. They lend you their vision before you have fully formed your own. They may not always speak in maxims, and they may not even look, at first glance, like the solemn figures we imagine teachers to be. But years later, when you turn around and look back, you realize that much of what now feels most deeply yours—your habits of thought, your sense of proportion, your way of seeing the world—was gently marked by their presence.


I have been thinking of the mentors who left such marks on my life. They taught me far more than what could be contained in a syllabus or a degree. They enlarged my world, sharpened my mind, and, in quiet ways, helped form my character.

This essay is about the last of those great teachers in my life, and the one who shaped my professional path most profoundly: my postdoctoral advisor, Peter Morrell.


If I had to name the person who truly taught me how to do scholarship—how to think, how to build an intellectual life with rigor and soul—it would probably be Peter.

It was eleven years ago, in the fall. There was already a touch of coolness in the air. At the time, I was looking for a postdoctoral position in a lab that worked more directly on crops and on questions with a stronger applied dimension. By chance, I heard from a friend of mine that Peter might be recruiting a postdoc, though no one seemed sure whether the position was still open. I looked through his lab website, liked what I saw, and decided to write to him, thinking it was worth trying.


He replied almost immediately and soon arranged an interview.


I still remember that interview with unusual clarity. It remains in my mind like a stretch of autumn light—clear, unhurried, quietly bright.

I had expected the usual format: a formal presentation, a polished summary of my previous work, a series of serious questions. But Peter did not interview me that way at all. Instead, he simply talked with me. We began by discussing major figures in evolutionary biology—Masatoshi Nei, Chung-I Wu, Wen-Hsiung Li—and from there wandered into the intellectual lineages behind them, the ways ideas move across generations and shape a field over time. Later he told me about his own projects, the questions he was thinking about, and even, almost casually, what life in the Twin Cities might be like if I moved there.


Before the conversation ended, he only suggested that I speak with some of the students in the lab, so I could get a feel for the department, the resources, and the atmosphere.

A week later, he sent me an offer. Not long after that, he helped me begin the process of applying for a work visa.

I remember being struck by how direct and efficient he was. There was no performative formality, no dragging things out, no unnecessary complication. His style felt like the season itself—clean, brisk, and unexpectedly generous.


When I finally arrived at the lab, I found myself thinking something embarrassingly unacademic: he was very handsome.

Not in a flashy way, but with an ease and brightness that gave him, to my eyes, something of the aura of an old movie star. At the same time, the lab itself was surprisingly modest. Because most of the work was computational, there was not much equipment, and whenever wet-lab work entered the picture, everything felt a little makeshift. Peter, too, did not fit my old idea of what a mentor should be. He sometimes arrived a few minutes late to meetings. Occasionally he brought his dog—or even his baby—into the lab. In the middle of a scientific discussion, he might suddenly drift into a story about everyday life, then drift back again as if the shift required no explanation at all.


At first, I did not quite know what to make of him.

The mentors I had known before him had all been serious, formal, and controlled—people who wore the role of “advisor” with unmistakable authority. Peter was different. He was relaxed, informal, quick to joke, and unconcerned with appearing impressive in the conventional way. He overturned my expectations almost immediately. Yet there was also something unmistakably old-fashioned about him, in the best sense. If he saw someone wearing ripped jeans to play basketball, he would sincerely wonder whether the person was struggling financially, and might genuinely consider offering money to buy them food.

At the time, I did not yet understand that someone could look so loose on the surface and yet be so deeply grounded underneath. He never performed authority, but he possessed it. He never seemed rigid, but he always had measure. He was like a tree in the wind: the branches moved freely, but the roots were deep.


As I got to know him better, I came to see that Peter’s greatest influence on me did not lie in any single lesson. It lay in the way he changed my understanding of scholarship itself.

The first thing he taught me was how a real project begins.

In his view, research was never supposed to start with “let’s gather a mountain of data and see what we can make of it.” He had little patience for work that relied on accumulating material first and finding a story afterward, or for papers built on descriptive analysis alone, without a real question at their center. He had a particular disdain for shallow projects that could be published simply because they were data-rich, even if they lacked conceptual depth.


For him, scholarship began elsewhere. It began with reading deeply. With learning the landscape of the literature until you could see where the field had already gone, where there was already light, and where something remained obscure. Only then could you ask a question worth asking. Only then could you build a defensible hypothesis. And only then could you design analyses and experiments in a way that allowed evidence to gather naturally around that question.


That way of working reshaped me.

What made his style especially distinctive was that he rarely asked us to give the standard kind of oral presentation about our projects in lab meeting. Instead, when a project was just beginning, he often had us start by drafting the outline of the eventual paper. Not after the results were in. Not after the data had accumulated. At the very start.

What is this paper actually trying to answer?
What is the central thread?
How should the story unfold?
What literature is missing?
What analyses need to be done?
What role should each figure play?


The outline came first. The storyboard came first. Everything else—the analyses, the experiments, the figures—grew from that underlying structure.

That was when I first understood, in a deep way, that good research is not only about generating results. It is about shaping form. It is about building an internal logic strong enough to hold everything together. Research is not a pile of materials; it is an organism. It must grow according to a pattern.


At first, I worried that because we did not give many formal presentations in the lab, my speaking skills might weaken. Later I realized Peter was training us in something more demanding than performance.

He created a small course designed for people outside bioinformatics, and instead of teaching it entirely himself, he had the members of the lab take turns. We were responsible for preparing lectures, designing handouts, creating assignments, and explaining difficult bioinformatics concepts to people from very different backgrounds. The course became so well known that even people from another campus began attending. Often, dozens of people would show up.


Looking back, I now see how brilliant that was.

It is one thing to present your own work to people already fluent in your field. It is another thing entirely to take something complex, abstract, and intimidating, and make it understandable to those who do not already speak the language. That kind of teaching forces you to do more than talk well. It forces you to understand.

Peter was, in this way, teaching us not merely how to present, but how to communicate. Not merely how to appear knowledgeable, but how to make knowledge available to others. There is a difference, and he understood it.


His weekly lab meetings shaped me just as deeply.

They were not project updates. They were paper discussions. And he had one strict rule: no slides.

At first, I found this baffling. In my previous academic environments, a lab meeting almost automatically meant PowerPoint—figures, summaries, clean takeaways, a carefully managed structure. But Peter insisted on stripping all of that away. You brought the paper. You read it. You explained it. You argued with it.

It took me time to understand why.

Without slides, there was nothing to hide behind. No design polish, no visual scaffolding, no way to rely on style instead of substance. You had to read carefully. You had to think carefully. And because nothing mediated your attention, the discussion went more directly to the paper itself.

The range of papers he chose was astonishingly broad. We read foundational classics from the early decades of the field, first papers by major thinkers, brand-new bioRxiv preprints, beautifully written papers, badly written papers, high-level research articles, and papers about gender bias, diversity, and undergraduate education.

At first glance, this might have looked eclectic. In reality, it was a method.


He was training our taste.

After each paper, he would ask us: What works here? What is genuinely original? What is elegant? What is weak? What could have been done better? Over time, this cultivated something invaluable: the ability to read without submission. Not to be overawed by famous names. Not to confuse prestige with quality. To admire real brilliance where it existed, but also to question it when necessary. To see that even imperfect papers can contain sparks of insight, and even celebrated work can have blind spots.

This habit of reading critically—and reading with taste—has stayed with me ever since.

But those discussions shaped more than my scientific judgment. They also sharpened my sensitivity to the broader ethical and social atmosphere of academia. Through them, I became more alert to the ways bias—gendered, racial, institutional—moves through academic life. I began to understand that scholarship is not only about findings and methods. It is also about the climate in which people are trained, heard, dismissed, encouraged, or ignored.


There is another thing about Peter that left a lasting impression on me: he cared deeply about reputation.

I do not mean reputation in the shallow sense—not status, not applause, not ambition for prestige. I mean something older, almost classical. Something closer to the Chinese ideal of the scholar who guards his name because he guards the integrity behind it. Peter had that quality. He treated his writing as an extension of his moral seriousness.

He was extraordinarily demanding of his own papers. Manuscripts that already seemed, to anyone else, quite strong could suddenly be torn down and rebuilt from the beginning. He would rethink the structure, revise the logic, sharpen the language, and begin again if necessary. Even after a paper had been accepted, he might continue polishing it—revising, smoothing, refining—until it felt fully worthy of his name.

He approached reviewers’ comments with the same seriousness. No matter how minor or sharp the criticism, he responded with care and sincerity. He answered each point thoughtfully, trying to understand what the reviewer was really asking, and how the paper might actually become better because of it. There was nothing performative in this. It was not strategy. It was character.

That affected me deeply.

He taught me that scholarship is not simply the production of results. It is also the outward expression of a person’s standards. The way someone handles their own writing says something about how they handle their own conscience. Real rigor is not about impressing other people. It comes from refusing to be careless with one’s own name.


Peter also brought me back to reading.

I had always admired the breadth of his knowledge, but over time I realized that it did not come only from professional expertise. He was simply a true reader. He read science, of course, but also history, mathematics for non-specialists, social thought, and all kinds of books that had nothing immediate to do with work.

Under his influence, I slowly recovered a reading life I had lost. Reading stopped being merely instrumental—something done to solve a problem or complete a task—and became again what it had once been for me: a private source of nourishment and delight.

There is a special kind of relief in opening a book at night that has nothing to do with productivity. It is like opening a window in a life that has grown too narrow. Air enters. Space returns. The mind remembers it was not made to live by utility alone.

What looks irrelevant to scholarship often sustains it most deeply. A mind cannot become spacious if it lives only inside the limits of a profession.


Peter also influenced me in many smaller, subtler ways.

He taught me things about networking, about storytelling, about how to express ideas with both clarity and appeal. More importantly, he had a rare gift for recognizing what was singular in other people.

He seemed genuinely delighted by the fact that I could almost recite the academic lineages of major scholars from memory. He would often ask me, unexpectedly, “What’s this person’s background?” He also appreciated my eye for figures and data visualization, and often encouraged others in the lab to show me their figures and ask what I thought.

To be seen like that by a mentor matters more than simple praise. It is a form of recognition that gives shape to your emerging self. It tells you that what others might overlook in you may in fact be part of your gift.

To be seen that way while you are still young is no small fortune. Many people live for decades without ever fully learning where their own particular light resides.


There is an old Chinese saying: “One day as teacher, a lifetime as father.” Though I left Peter’s lab more than ten years ago, we have remained in touch.

Even now, we still exchange messages from time to time. If he comes across a paper he finds interesting, he may invite me into the discussion. When he writes a review, he sometimes sends it to me first and asks what I think. And later, when I ran into confusion in my own academic life—or into people and situations so absurd they could only be described with a weary laugh—he was still someone I could turn to.

That continuity reminds me of something I once heard about his own academic lineage: even accomplished scholars, long after becoming senior figures themselves, still return to their mentors for guidance. That, to me, is one of the truest signs of a real teacher-student bond. It does not end with graduation. It does not dissolve when a contract ends or a move is made. It changes form, but it remains.

It is like a river that remembers its source even after it reaches the sea. Like a tree whose branches have long spread outward, but whose roots remain sunk deep in the same earth.

Some people teach you for a season. Others become part of the internal conversation of your life.


There is one final thing about Peter that I have always admired: his openness to the new.

From the early days of Sanger sequencing and writing software in Java, to Perl, Python, and now AI, he has always remained willing to learn, adapt, and engage with what is emerging. This has never struck me as trend-chasing. It comes from something deeper—a scholar’s refusal to let knowledge harden into habit.

Some people grow older and gradually become closed rooms, sealed against new air. Others become more open with time, not less. Peter belongs to the latter kind.

He taught me that the best scholars are not those who remain permanently perched atop what they already know, but those who keep the courage to walk toward what they do not yet understand. Scholarship is not a territory one arrives at once and for all. It is a life of repeated departures.


Looking back now, I feel more and more strongly that what Peter gave me was never just a set of research practices or a handful of useful professional lessons.

He gave me a frame for scholarship.
A standard for intellectual honesty.
A way of carrying seriousness without stiffness, rigor without cruelty, openness without loss of depth.

He taught me that scholarship can be exacting without becoming sterile. That thought can be sharp without becoming harsh. That one can hold very high standards and still remain warm, humorous, and deeply human.

Perhaps that is what a great teacher really gives us—not only knowledge, but a fuller way of being.

When I think of Peter now, what comes to mind is not one dramatic moment, but an accumulation of light. A conversation. A comment on a draft. A way of reading. A way of revising. A habit of asking better questions. A standard quietly held.

Human encounters are mysterious that way. Some people pass through our lives and disappear into the crowd. Others remain, like a fine spring rain that seemed almost silent when it fell, but whose work becomes visible later, when all the grass has grown.

I offer this essay in gratitude to my mentor, Peter Morrell—
for his teaching, his example, and for all that continues, even now, to cast light across the years.