1971 Nobel Prize in Physiology or Medicine β Sutherland: cAMP is the Second Messenger Inside the Cell
What You Will Learn in This Article
You will understand the fundamental principle of how hormone signals arriving from outside the cell are translated into activity inside the cellβthe concept of a second messengerβestablished by Sutherland, the story of how a single epinephrine molecule can amplify into the production of 10,000 glucose molecules inside the cell, and how this discovery became the basic framework for signal transduction research today.
A Story Different from Common Sense β Signals Remain Outside the Cell
It was already known in the early 20th century that hormones regulate various tissues in the body. However, the mechanism of how hormones precisely regulate cellular activity remained a mystery.
Sutherland began researching the mechanism of hormone action while working as a biochemist in the laboratory of the Coris (Carl and Gerty Cori, 1947 Nobel laureates) at Washington University. His interest lay in how glycogen is converted into glucose. This was a time when the reigning view held that hormones travel through the bloodstream and directly activate their target organs β and he set up a hypothesis that flatly contradicted it: the actual factor that activates target-organ cells is cyclic adenosine monophosphate (cAMP) inside the cell.
This insight is profound. The common understanding at the time was that hormones enter the cell and directly regulate its activity. Sutherland overturned this common understanding: hormones do not enter the cell, but remain outside. They bind to receptors on the cell membrane, and this binding signal is translated into a separate molecule called cAMP inside the cell, which then regulates activity.
Why is this restructuring so crucial? It means that signal transduction between hormones and cells is separated into two steps.
- First messenger: The hormone itself. It binds to a receptor on the cell membrane outside the cell.
- Second messenger: cAMP. An intracellular signal triggered by receptor activation.
Why is this separation useful? It allows a single cell to receive multiple hormones, but the intracellular response can be integrated into a few standard signals. The signals from multiple hormones ultimately converge into a few second messengers, such as cAMP, allowing the cell to have only a few standardized response protocols.
In the language of computer science, this architecture is an event broker pattern. Various external event sources are converted into standardized internal events at the system's adapter layer. The internal system only needs to handle standardized events.
The Landscape of the Era β A Fundamental Change in the World Economic Order and the Dawn of the Semiconductor Age
1971 was a year when the world economic order underwent a fundamental change.
In world history, on August 15, the Nixon Shock occurredβthe United States unilaterally ended the dollar's gold convertibility. The Bretton Woods system (the foundation of the world economy after 1944) effectively collapsed, ushering in the era of floating exchange rates. In November, Intel 4004, the world's first microprocessor, was announced, marking the dawn of the explosive semiconductor and computer age. From March to December, the Bangladesh Liberation War took place, resulting in the separation and independence of Bangladesh from Pakistan. In September, Lin Biao, Mao Zedong's designated successor in China, died.
In Korean history, on August 15, President Park Chung-hee delivered a speech on National Liberation Day, proposing a resumption of North-South dialogue, which led to the July 4th Joint CommuniquΓ© of 1972. In December, a state of emergency was declared.
In this year of transformation, the Nobel Committee recognized the principle of signal transduction inside the cell. At a time when the world's economic and political order was being reshaped in terms of how external signals (the value of the dollar) were transmitted to domestic responses (each country's monetary policy), the principle of how signals from outside the cell are transmitted inside the cell was revealed.
Sutherland β From the Cori Couple's Assistant to the Nobel Prize
Earl W. Sutherland (1915-1974) was an American pharmacologist and physiologist, and the sole recipient of this year's award. He received his Ph.D. in Physiology from Washington University in 1942, and then worked as a lecturer and professor at Washington University (1945-1953), and as a professor at Vanderbilt University in the United States (1963-1973). He died in 1974 at the age of 59, three years after receiving the Nobel Prize.
His key background was the Cori couple.
- Carl Cori (1896-1984) and Gerty Cori (1896-1957) were a husband-and-wife biochemistry team who won the Nobel Prize in 1947 for their discovery of glycogen metabolism (the Cori cycle).
- The Cori couple elucidated the metabolic pathway of how glycogen is broken down into glucose to become a muscle energy source.
- Sutherland worked as their assistant and received training in this field.
His discovery can be captured in a single sentence β Sutherland identified cAMP, the second messenger whose concentration rises inside the cell in response to stimuli from first messengers such as epinephrine in muscle and glucagon in the liver.
That single discovery revealed a new principle in hormone action that he named the second messenger theory β most hormones act by way of this internal messenger. On top of it he added the decisive insight of an amplifying cascade: when the concentration of cAMP rises, cAMP activates one enzyme, which then activates another, and this chain of activations amplifies the original hormone signal like a vacuum tube. The physical implementation, later confirmed experimentally, works like this. A rise in cAMP concentration activates cAMP-dependent protein kinase A (PKA), which phosphorylates and activates phosphorylase kinase, which in turn phosphorylates and activates glycogen phosphorylase, ultimately driving glycogen breakdown. Tracing this cascade end to end, the signal from a single molecule of epinephrine explodes into the release of nearly 10,000 molecules of glucose β a full-blown amplification reaction.
This amplification is remarkable. A 1:10,000 amplification. When one molecule of epinephrine arrives at the cell membrane and activates one receptor, this single signal triggers the release of 10,000 glucose molecules inside the cell. The answer to the question of how this amplification is possible lies in the cascade structure:
- 1 epinephrine β receptor activation
- 1 receptor β several adenylyl cyclase activations β hundreds of cAMP generated
- Hundreds of cAMP β dozens of PKA activations (each PKA catalyzes multiple reactions)
- Dozens of PKA β thousands of glycogen phosphorylase phosphorylations
- Thousands of glycogen phosphorylase β ten thousand units of glucose release
At each level, one upstream enzyme activates multiple downstream enzymes, resulting in exponential amplification. This cascade is the fundamental architecture of signal transduction.
Event Broker Architecture β A CS Framework
Now, let's organize Sutherland's discovery using the language of computer science.
The event broker pattern converts various external events into standardized internal signals within a system. The key components of this pattern are:
- External event: A raw event from various sources.
- Adapter: Converts external events into an internal standard.
- Internal event bus: A channel through which standard events flow.
- Handler cascade: Receives standard events and triggers multiple actions.
The cell's hormone signaling system is exactly this architecture.
- External event = various hormones (epinephrine, glucagon, ACTH, etc.)
- Adapter = cell membrane receptor and adenylyl cyclaseβconverts external signals into internal standard signals
- Internal event bus = cAMPβthe standard signal inside the cell
- Handler cascade = PKA β multiple phosphorylation enzymes β multiple final targets
The strengths of this architecture are twofold:
- Decoupling: The cell's response system does not need to know which hormone has arrived. It only needs to detect cAMP. When a new hormone is introduced evolutionarily, there is no need to redesign the entire response system; only the adapter (receptor) needs to be added.
- Amplification: The multiple layers of the cascade naturally provide exponential amplification. A subtle external signal is amplified into a change in the overall system state.
Comparison to software architecture: Today's microservices architecture's event sourcing is exactly this principle. External API calls, user actions, and system events are converted into a standardized event stream, and each service subscribes to this stream to execute its logic. When a new event source is added, the consumers do not need to be modified.
The need for signal attenuation: Because the cascade provides exponential amplification, a strong regulation system is also necessary. The enzyme phosphodiesterase, which breaks down cAMP, plays this role. Inhibiting this enzyme causes cAMP to continue to accumulate, keeping the cell in an excited stateβcaffeine works exactly on this principle to induce arousal.
Limitations of the analogy: Of course, the cell's signaling system has many more layers of mutual regulation than software. In addition to cAMP, there are other second messengers such as IP3, DAG, Ca2+, and cGMP, and these interact with each other. However, the fundamental architecture of "converting external signals into standardized internal signals + cascade amplification" is exactly the same.
The Legacy that Continues Today
Sutherland's discovery lives on in many fields today.
- G protein-coupled receptor (GPCR) research: Most cell membrane receptors belong to this family, and the cAMP cascade is a standard pathway for many of them. This is the background of the 2012 Nobel Prize in Chemistry.
- Targets for mental and cardiovascular drugs: Each step of the cAMP pathway is a target for various drugs. Ξ²-blockers (cardiovascular), SSRIs and related pathways.
- PDE inhibitors: Drugs such as Cialis and Viagra inhibit specific PDEs (PDE5) to maintain cGMP. This principle is derived from the understanding of Sutherland's cascade.
- The effect of caffeine: Caffeine inhibits PDE, maintaining cAMP, which in turn maintains cellular excitement and induces arousal. This understanding has become possible.
- Understanding insulin resistance: In type 2 diabetes, insulin fails to activate its signaling pathway. Understanding signal transduction is the basis for diagnosis and treatment.
- Targeted cancer therapies: Many cancers are caused by abnormalities in specific components of the signal transduction pathway (e.g., kinase mutations). Drugs that target these components (e.g., Gleevec, Erbitux).
Why It Matters
What Sutherland left behind is the demonstration of the principle that signals can be layered and standardized.
At the time, the prevailing view was that each hormone was a separate system that directly acted on its target tissue. Sutherland overturned this viewβthe discovery that various hormones converge into a few common second messengers. The architecture in which signals inside the cell are standardized, amplified, and transmitted.
This understanding has become the foundation of the field of cell signaling over the past half-century. The various signal transduction pathways that we know today (MAPK, PI3K, JAK-STAT, Wnt, Notch, etc.) are all extensions of Sutherland's second messenger concept.
This award is a testament to a concept that has created the language of an entire discipline. If the term "second messenger" had not existed, the way we discuss the flow of signals inside the cell today would not exist.
The special weight of a solo award is significant. Most Nobel Prizes in Physiology or Medicine are awarded to 2-3 people, but the 1971 prize was awarded to Sutherland alone. This reflects the fact that his discovery was a conceptual restructuring completed without the contributions of others. And he died three years after receiving the awardβif it had been a few years later, he would not have received the award.
1971 Sutherland Summary: Discovered the principle that hormones remain outside the cell and regulate intracellular activity through a second messenger called cAMP. Established the principle of how a single epinephrine molecule can amplify into the production of 10,000 glucose molecules inside the cell through a cascade amplification. This is the theoretical root of GPCR research, PDE inhibitor drugs, and the mechanism of action of caffeine and Viagra today.
β Previous: 1970 β Katz, Euler, and Axelrod β Next: 1972 β Edelman and Porter