


The father of ChatGPT invests $180 million to extend human life by ten years
ChatGPT’s victory has focused the world’s attention on generative AI, and OpenAI’s CEO is also paying attention to another research that may have a profound impact on mankind:
Let human life be extended by ten years!
That’s exactly what a company called Retro Biosciences is pursuing.
The startup, headquartered in a warehouse near San Francisco, has labs that are just shipping containers fixed to a concrete floor.
But the company said it has received $180 million in funding to complete this bold mission, and in The secretive startup is coy about where the funding will come from.
Recently, "MIT Technology Review" unveiled this generous investor: Sam Altman, the CEO of OpenAI!
Investors concerned about the future of mankind
From Y Combinator to OpenAI, Altman has been active in A major player on the Silicon Valley scene. Currently, he spends almost all his time on OpenAI, and its ChatGPT has attracted countless topics and attention since its launch at the end of last year.
Although Altman spends all his time on AI, he can also spend money on other fields!
In 2021, he revealed to CNBC that he almost emptied his bank account to invest in two companies. One of the investments of more than $375 million was given to the nuclear fusion energy startup Helion Energy, and the other was $180 million given to Retro.
This also reflects Altman’s ambitious goal: to develop energy and extend life. This, together with artificial intelligence, will have a very important positive impact on human life.
Although nuclear fusion and life extension seem to be unreliable projects, the artificial intelligence that can generate rich content like ChatGPT, doesn’t it sound like a fantasy?
Altman believes in his own judgment and said with confidence: "I have been an early technology investor in the greatest bull market in history."
The facts are indeed as ALtman said. He is indeed a successful angel investor. His investment projects include Airbnb, Reddit, Cruise, etc. and more than 100 projects.
Engaging in such hard technology research often requires higher costs, but Altman believes that these are worth it. It’s worth investing more money for a larger goal.
He viewed Retro's career as a grand project with "the power to stir people's blood," as he once quoted.
Regarding Retro’s future investment plans, Altman said it will continue to “scale up and see what happens.” In fact, this is also the development path of OpenAI. Since 2015, it has adopted a machine learning program called Transformer, spent a lot of money and gradually expanded its scale, creating today's ChatGPT.
What is the origin of the company that received $180 million in investment?
So what does this Retro company do?
Company CEO Joe Betts-LaCroix said that Retro hopes to extend human life by discovering the mechanism of human body rejuvenation.
How did this idea come about?
Scientists have long conducted experiments where young and old mice were sutured together to share their blood systems, which restored some of the vitality of the old mice.
In 2020, researchers discovered that they could replace the plasma of old mice with saline and albumin to achieve a similar Effect. In other words, the cause of aging lies in old blood. Just by diluting it, it is possible to realize the long-cherished wish of delaying aging.
## Altman was very concerned about this and immediately contacted Betts-Lacroix, hoping to fund the other party to conduct this research.
At that time, Betts-Lacroix had other plans. He had just completed a failed venture investment and planned to devote himself to the popular field of cell re-editing (rejuvenating cells through genetic engineering). .
But Altman convinced him, and Betts-Lacroix decided to build a company around the biology of aging, and he himself had all the decision-making power. "We don't have a bureaucracy, I am the bureaucracy."
Betts-Lacroix also communicates with Altman about the experiment, but Altman's involvement with the company remains confidential. , to prevent its famous name from distracting attention.
However, this worry may be unnecessary. In the biological and pharmaceutical fields, Altman's reputation is not prominent, and the academic community pays more attention to scientific research results. Irina Conboy of the University of California, Berkeley, said, "100 million is just a number, not a breakthrough."
Instead of discussing Altman's participation and $180 million investment, it is better to focus on What exactly can Retro do?
Can mankind’s dream of reversing aging come true?Although the research conducted by Retro holds the possibility of realizing the dream of reversing aging, the public is full of concerns about its effects. What if this technology is only available to wealthy people like Altman? ?
In 2016, Altman's mentor Peter Thiel was ridiculed as a "vampire looking for young victims" after he expressed interest in obtaining an age-reducing blood transfusion.
HBO's show "Silicon Valley" also has an episode called "Bloody Boy", which shows a person in the technology industry Image of a CEO connecting a blood vessel to a handsome young “transfusion assistant”.
And Betts-Lacroix emphasized that Retro does not want to provide very expensive treatments. What they are pursuing is a method of delaying aging that can benefit millions of people and have the widest impact. .
One of Retro's current projects is testing technology to rejuvenate T cells, which are part of the immune system and play an important role in fighting infections and fending off cancer.
But it is not the only company conducting such research. Altos Laboratories, which has received $3 billion in investment, and NewLimit Biotech founded by billionaire Brian Armstrong also have similar ideas. .
However, he is not very worried about losing out in the competition. He believes that most biotechnology companies "move too slowly and run poorly", and Retro will combine great science and big companies. Combining resources and entrepreneurial spirit to get things done and grow steadily like OpenAI.
Optimists believe that humans will become immortal within the next decade, while pessimists believe that humans will live forever Will not be extended.
Although companies like Retro are working hard to achieve this goal, and with the full support of Altman bosses, it is still unclear whether the dream of reversing aging can be realized, so let us continue to look forward to it.
The above is the detailed content of The father of ChatGPT invests $180 million to extend human life by ten years. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How to output a countdown in C? Answer: Use loop statements. Steps: 1. Define the variable n and store the countdown number to output; 2. Use the while loop to continuously print n until n is less than 1; 3. In the loop body, print out the value of n; 4. At the end of the loop, subtract n by 1 to output the next smaller reciprocal.

The pointer parameters of C language function directly operate the memory area passed by the caller, including pointers to integers, strings, or structures. When using pointer parameters, you need to be careful to modify the memory pointed to by the pointer to avoid errors or memory problems. For double pointers to strings, modifying the pointer itself will lead to pointing to new strings, and memory management needs to be paid attention to. When handling pointer parameters to structures or arrays, you need to carefully check the pointer type and boundaries to avoid out-of-bounds access.

A C language function consists of a parameter list, function body, return value type and function name. When a function is called, the parameters are copied to the function through the value transfer mechanism, and will not affect external variables. Pointer passes directly to the memory address, modifying the pointer will affect external variables. Function prototype declaration is used to inform the compiler of function signatures to avoid compilation errors. Stack space is used to store function local variables and parameters. Too much recursion or too much space can cause stack overflow.

C language functions include definitions, calls and declarations. Function definition specifies function name, parameters and return type, function body implements functions; function calls execute functions and provide parameters; function declarations inform the compiler of function type. Value pass is used for parameter pass, pay attention to the return type, maintain a consistent code style, and handle errors in functions. Mastering this knowledge can help write elegant, robust C code.

Algorithms are the set of instructions to solve problems, and their execution speed and memory usage vary. In programming, many algorithms are based on data search and sorting. This article will introduce several data retrieval and sorting algorithms. Linear search assumes that there is an array [20,500,10,5,100,1,50] and needs to find the number 50. The linear search algorithm checks each element in the array one by one until the target value is found or the complete array is traversed. The algorithm flowchart is as follows: The pseudo-code for linear search is as follows: Check each element: If the target value is found: Return true Return false C language implementation: #include#includeintmain(void){i

Integers are the most basic data type in programming and can be regarded as the cornerstone of programming. The job of a programmer is to give these numbers meanings. No matter how complex the software is, it ultimately comes down to integer operations, because the processor only understands integers. To represent negative numbers, we introduced two's complement; to represent decimal numbers, we created scientific notation, so there are floating-point numbers. But in the final analysis, everything is still inseparable from 0 and 1. A brief history of integers In C, int is almost the default type. Although the compiler may issue a warning, in many cases you can still write code like this: main(void){return0;} From a technical point of view, this is equivalent to the following code: intmain(void){return0;}

Data update problems in zustand asynchronous operations. When using the zustand state management library, you often encounter the problem of data updates that cause asynchronous operations to be untimely. �...

A solution to implement text annotation nesting in Quill Editor. When using Quill Editor for text annotation, we often need to use the Quill Editor to...
