Moonshots

From
Revision as of 08:32, 10 September 2026 by BPeat (talk | contribs) (How to Read Claims on This Page)
Jump to: navigation, search

YouTube search... ... Quora search ...Google search ...Google News ...Bing News

 ** Joke-Telling Robots Are the Final Frontier of Artificial Intelligence | Becky Ferreira - Vice ... Humor requires self-awareness, spontaneity, linguistic sophistication, and empathy. Not easy for a  robot.

The “Sputnik” moment for China came a year ago when a Google computer program, AlphaGo, beat the world’s top master of the ancient board game of Go. Now, China is racing to become the world leader in artificial-intelligence. The term "moonshot" is derived from the Apollo program, which was a series of space missions undertaken by the United States in the 1960s and early 1970s with the goal of landing humans on the Moon. The Apollo program was considered a moonshot because it represented a major technological and engineering challenge that required significant innovation and investment. In context, what do you think would be a "Moonshot" response?



The "moonshot" milestones along the road to Artificial General Intelligence (AGI)


In the context of AI, a "moonshot" refers to a project or goal that aims to achieve a major breakthrough in artificial intelligence that has the potential to transform society or address significant global challenges. Moonshots are high-risk, high-impact goals where advanced AI is used to tackle problems that previously seemed decades away—such as autonomous scientific discovery, general-purpose robotics, radical health extension, new energy technologies, and eventually AI systems that improve AI itself. In short, a moonshot is a high-risk, high-impact goal that aims to achieve a major breakthrough in machine intelligence or use advanced AI to address problems that previously appeared decades away.

AI moonshots fall into three overlapping categories:

  • Capability Moonshots — creating AI systems that can understand the world, reason, learn continuously, conduct research, operate autonomously, improve other AI systems, and act effectively in the physical world.
  • Civilization-Scale Moonshots — applying those capabilities to scientific discovery, medicine, longevity, energy, materials, climate, education, and other major human challenges.
  • Enabling & Guardrail Moonshots — the substrate and the safeguards: compute, energy, efficiency, measurement, interpretability, alignment, security, governance, and the economics that determine whether any of the above actually happens, and for whom.

The frontier therefore extends beyond simply making a more capable chatbot. The deeper question is:

What becomes possible when machine intelligence can understand, discover, invent, learn, act, and improve at increasingly general levels?

And immediately behind it, a second question that the first cannot answer on its own:

What has to be true — physically, economically, and institutionally — for that to happen safely?

Contents

Calibration: Moonshots Already Achieved

Before surveying what remains, it is worth recording what has already fallen. Each of these was, in its time, described as a definitive test of machine intelligence. Each was reinterpreted as "not real intelligence" shortly after it was accomplished — a pattern sometimes called the AI effect.

Milestone Roughly When How It Was Reinterpreted
Checkers solved 1990s–2007 Search, not thought
Chess grandmaster defeat 1997 Brute force, not understanding
Jeopardy! championship 2011 Retrieval, not comprehension
Go world champion defeat 2016 Narrow domain with clean rules
Protein structure prediction 2020–2024 Pattern-matching on a solved-enough problem
Competition-level mathematics (IMO gold) 2025 Exercises with known answers
Three-party Turing test 2025–2026 Imitation and substitutability, not intelligence

The Turing test case is instructive. In a peer-reviewed PNAS study, GPT-4.5 given a persona prompt was judged human 73% of the time — more often than the actual humans it was paired against — while a 1960s ELIZA control scored 23%, confirming that interrogators were not simply guessing. Yet the same models did not robustly pass without the persona prompt, and in some conditions performed no better than ELIZA. The authors frame the test as a measure of substitutability rather than intelligence, and warn that the near-term consequence is "counterfeit people" — erosion of online trust and displacement of genuine human contact.

Two lessons for everything below:

  • Benchmarks fall faster than expected, and mean less than advertised. Plan for both.
  • Prompting, scaffolding, and tooling often carry more of a result than the underlying model. Always ask what was wrapped around the system before the milestone was declared.

The Moonshot Index

# Moonshot Category Core Question
1 World Models Capability Can AI simulate futures before acting?
2 Recursive Self-Improvement Capability Can AI improve AI?
3 Autonomous Research & Discovery Capability Can AI run the whole discovery cycle?
4 Autonomous Invention & Engineering Capability Can AI build what we haven't?
5 Unsolved Mathematics & Formal Verification Capability Can AI discover new mathematics?
6 Embodied General Intelligence Capability Can AI act in the messy physical world?
7 Lifelong Learning Capability Can AI keep learning after training?
8 Multi-Agent Ecosystems Capability What happens when agents deal with agents?
9 Radical Efficiency Capability Can intelligence run on 20 watts?
10 Biology, Medicine & Longevity Civilization Can AI repair and redesign living systems?
11 Materials & Energy Civilization Can AI find technologies we never found?
12 Weather, Climate & Earth Systems Civilization Can AI forecast and manage a planet?
13 Education Civilization A world-class tutor for every learner?
14 Personal Superintelligence Civilization Superintelligence for individuals, not just institutions?
15 Space & Astronomy Civilization Can AI explore where we cannot go?
16 Decoding Non-Human Communication Civilization Can AI let us talk to other species?
17 Understanding Intelligence Itself Civilization Can AI explain the brain that built it?
18 Compute, Energy & Hardware Substrate Enabling Can we build the launch pad?
19 Evaluation & Measurement Enabling How would we know we succeeded?
20 Interpretability Guardrail Can we see inside the systems we build?
21 Reliability, Alignment & Control Guardrail Can powerful AI stay correctable?
22 Misuse, Dual-Use & Security Guardrail Can capability be released without arming the wrong hands?
23 Governance, Geopolitics & Access Guardrail Who decides, and who benefits?
24 Economics & Labor Guardrail What happens to work?
25 Moral Status of AI Open Does any of this matter to the systems themselves?

Part I — Capability Moonshots

1. World Models — AI That Can Simulate Possible Futures

YouTube search... ...Google search

Humans don't merely react to the world. We continuously construct internal models of it — anticipating what might happen next, imagining alternatives, and considering the consequences of our actions before we act.

World models attempt to give AI a similar capability.

Rather than only recognizing an image, generating text, or responding to the present situation, a world model can represent how an environment changes through time and predict how different actions could alter what happens next.

The progression is:

Perception → World Model → Imagine Futures → Choose Action

Google DeepMind describes its Genie 3 system as a general-purpose world model capable of generating interactive environments in real time. These environments can be used by AI agents to learn how situations evolve and how their own actions affect the environment. DeepMind considers world models an important step toward AGI. "Genie 3 — A New Frontier for World Models" | Google DeepMind

World models could eventually allow AI systems to rehearse actions internally before attempting them in the real world — similar to imagining several possible moves before making a decision.

This capability is especially important for Agents, Robotics, autonomous vehicles, planning, scientific simulation, and long-horizon decision making.

It also makes possible a deeper form of reasoning:

What will happen? → What could happen? → What happens if I intervene? → Which future should I try to create?

Open problems: consistency over long horizons, physical accuracy versus visual plausibility, and whether a model that generates convincing video has actually learned physics or merely learned what physics looks like.

2. Recursive Self-Improvement

YouTube search... ...Google search

The topic of recursive self-improvement is a significant threshold in AI development. Currently, much of the process is still driven by human software engineers and researchers who generate training data, run ablations to test data quality, design experiments, and evaluate models against benchmarks.

However, many laboratories are working to close more of this loop through automation:

  • Automated Judges: Different models can evaluate the quality and correctness of outputs.
  • Generative Feedback: Models can generate new, high-quality training examples and feedback.
  • Adversarial Reasoning: Advanced models can compare, criticize, test, and filter candidate solutions.
  • Automated Experimentation: Agents can modify code, run experiments, evaluate results, and propose subsequent experiments.

The resulting cycle increasingly resembles:

Generate → Evaluate → Select → Train → Test → Improve → Repeat

By feeding successful results back into AI research and post-training, development speed could increase substantially.

More advanced forms of this process could eventually allow AI systems to contribute directly to the design of their successors.

AI helps improve AI → improved AI becomes better at improving AI → the research cycle accelerates.

This possibility is sometimes associated with an intelligence explosion. Mustafa Suleyman and others caution that such a process would still face substantial limits involving compute, experimentation, infrastructure, reliability, and human control.

How much acceleration? Experts disagree sharply. In a forecasting study summarized in the International AI Safety Report 2026, AI-specialist forecasters gave a median 20% probability that the next few years could compress six years of prior advancement into two, while generalist superforecasters put it at 8%. Estimates rose for scenarios in which AI systems outperform humans on month-long research projects. Empirical evidence on whether research automation is actually accelerating progress remains mixed. See also Moonshot 19, since this claim is unusually hard to measure from outside a frontier lab.

3. Autonomous AI Research & Discovery

The frontier of AI is shifting from static chat interfaces toward increasingly autonomous agentic workflows. Rather than performing only one prompt-response cycle, agents can plan tasks, use tools, write and execute code, evaluate results, revise their approach, and coordinate with other agents.

Scientific research is becoming one of the most important proving grounds for these capabilities.

The larger moonshot is:

Can AI participate in the entire discovery cycle — from asking the question to proposing the hypothesis, designing the experiment, interpreting the evidence, and deciding what to try next?

3a. The Automated Researcher

By September 2026, OpenAI reported hitting a self-set target: an automated research intern, defined by the company as a system that can carry out well-defined research tasks under human direction, including tasks that would take a skilled researcher a few days. The organization reported logging roughly 3.1 agent-workdays of effort per eight hours of human labor, with a growing share of researchers running four or more agents concurrently. The stated next target is a fully automated AI researcher by March 2028.

Read the definition carefully. Three qualifiers carry the weight: the tasks are well-defined, a human is steering, and the horizon is days rather than months. OpenAI set the goal, wrote the definition, took the measurements, and published the grade; no external party can independently verify it. The company itself notes that hard-to-automate tasks and compute availability could constrain further progress. Treat it as a credible internal measurement of a self-authored target, not as an externally validated milestone.

3b. AI as Scientist

We have moved past seeing AI only as a tool for retrieving scientific information. Increasingly capable systems can help generate hypotheses, review scientific literature, design experiments, analyze results, and critique possible explanations.

Google DeepMind's Co-Scientist, for example, uses multiple Gemini-based agents to generate, debate, criticize, and refine scientific hypotheses. "Co-Scientist: A Multi-Agent AI Partner to Accelerate Research" | Google DeepMind

Sakana AI's "AI Scientist" explores another version of the concept: systems capable of generating research ideas, running computational experiments, analyzing results, and producing scientific papers. The work was published in Nature, and an unedited, fully AI-generated manuscript passed blind human peer review at an ICLR workshop, scoring above the average human acceptance threshold.

The transition is:

AI answers scientific questions → AI helps investigate scientific questions → AI proposes new scientific questions.

The honest caveat: most such systems are still evaluated on paper generation and benchmark optimization rather than on discoveries that change a field. Verification — knowing whether an AI-generated result is actually correct — is emerging as the binding constraint, and has spawned its own benchmark literature.

4. Autonomous Invention & Engineering

Scientific discovery asks what is true?

Engineering asks what can we build?

A further AI moonshot is therefore autonomous invention — systems capable of designing algorithms, software, chips, machines, materials, and other technologies that human engineers have not previously created.

Google DeepMind's AlphaEvolve combines large language models with automated evaluators and an evolutionary search process to discover and optimize algorithms. Its discoveries have been applied to computing infrastructure, chip design, AI training, mathematics, quantum computing, and other technical problems. "AlphaEvolve: How Our Gemini-Powered Coding Agent Is Scaling Impact Across Fields" | Google DeepMind

Similarly, Gemini Deep Think is being explored for real-world engineering problems including semiconductor fabrication and mechanical design. "Gemini Deep Think" | Google DeepMind

The progression is:

Solve our problems → Discover new principles → Invent new technologies

Eventually, AI-assisted engineering could create technologies whose designs are too complex for any individual human to derive unaided. Note the loop this closes with Moonshot 18: AI that designs better chips is AI that improves its own substrate.

5. Unsolved Mathematics & Formal Verification

After reaching gold-medal-level performance on International Mathematical Olympiad problems, frontier AI systems are increasingly being tested on original mathematical research.

The deeper moonshot isn't simply solving difficult exercises whose answers are already known.

It is:

Can AI discover genuinely new mathematics?

Systems can increasingly combine neural reasoning with formal verification tools such as Lean, allowing a proposed proof to be checked step-by-step against rigorous logical rules.

Formal verification acts like a highly sophisticated proof checker: instead of merely judging whether an argument sounds plausible, the system verifies that each logical step follows correctly.

This combination of creative reasoning and machine-verifiable proof could make mathematics one of the first domains in which highly autonomous AI research becomes possible — precisely because the verification problem that limits Moonshot 3b is, uniquely here, solved.

Concrete targets include long-standing open problems, large-scale formalization of existing mathematical literature, and AI-discovered proofs that human mathematicians accept as novel rather than rediscovered.

6. Embodied General Intelligence

YouTube search... ...Google search

Many researchers describe this as a kind of physical Turing test: a robot that can walk into an unfamiliar home and do the laundry.

Embodied General Intelligence is about moving intelligence from the digital world into messy, unpredictable physical environments.

Traditional industrial robots repeat carefully programmed movements in controlled environments. A generally capable robot must instead perceive unfamiliar surroundings, understand objects, predict physical consequences, recover from errors, and determine how to accomplish goals it has never encountered before.

A household robot, for example, can't simply memorize one sequence for folding laundry or loading a dishwasher. Every home, object, obstruction, person, and situation will be different.

The progression is:

See the World → Understand the World → Act in the World → Adapt to the Unexpected

World models are closely connected to this challenge. Robots may eventually learn many physical skills inside simulated environments before transferring those skills to real machines.

6a. The Data Bottleneck

Language models were trained on an internet-scale corpus that already existed. No equivalent corpus exists for physical manipulation. This is the central reason robotics lags language, and it defines the sub-moonshots:

  • Teleoperation at scale — humans puppeting robots to generate demonstration data, which is slow and expensive.
  • Sim2real transfer — training in simulation where data is free, then closing the reality gap.
  • Learning from human video — extracting manipulation knowledge from ordinary footage of people doing things.
  • Robot foundation models — general-purpose policies transferable across different robot bodies rather than one model per machine.
  • Shared fleet learning — every robot's experience improving every other robot.
No data → borrowed data → simulated data → fleet-generated data → self-sustaining physical learning

6b. Autonomous Vehicles

YouTube search... ...Google search

Autonomous vehicles represent an important early example of embodied intelligence operating in the open world.

Driving requires continuous perception, prediction, planning, spatial reasoning, risk assessment, and interaction with unpredictable human behavior.

A successful autonomous vehicle must constantly answer:

What is happening? → What is likely to happen next? → What should I do about it?

Autonomous driving is also the field's most instructive lesson in the gap between demonstration and deployment: impressive prototypes arrived more than a decade before broad commercial operation, and the delay was almost entirely about the last few percent of reliability. Expect the same shape for household robotics and autonomous research.

7. Lifelong Learning — AI That Keeps Learning

YouTube search... ...Google search

Most modern AI systems undergo an enormous training process and are then largely fixed until their developers train or release another version.

Human intelligence works differently.

We continuously accumulate experiences, form memories, acquire skills, revise beliefs, adapt to changing environments, and learn from both success and failure.

A genuinely general intelligence may eventually require a similar ability to learn throughout its operational lifetime.

The progression is:

Static Model → Persistent Memory → Continual Learning → Lifelong Adaptive Intelligence

Such a system could:

  • Remember important experiences over months or years.
  • Learn new skills without requiring complete retraining.
  • Adapt to an individual user or environment.
  • Incorporate new knowledge while preserving older knowledge.
  • Learn from its own successes and failures.
  • Transfer lessons learned in one domain into another.

This sounds straightforward, but it creates difficult technical and safety problems.

New learning must not erase important existing capabilities — a problem associated with catastrophic forgetting. An adaptive system must also avoid gradually drifting away from its intended goals, learning harmful behaviors, incorporating false information, or modifying itself in ways humans no longer understand.

Lifelong learning therefore connects directly to Memory, Agents, recursive self-improvement, personal superintelligence, and AI alignment.

The moonshot is:

An intelligence that doesn't simply arrive trained — it continues growing through experience.

8. Multi-Agent Ecosystems — When Agents Deal With Agents

YouTube search... ...Google search

Most discussion of agents imagines one agent serving one person. The more consequential scenario is many agents interacting with each other, often without a human in the loop for any individual exchange.

This is already emerging: agents negotiating with agents, agents transacting on behalf of users, agents delegating subtasks to specialist agents, and interoperability protocols that let systems from different vendors discover and call one another.

One agent, one task → agent teams → agent markets → machine-to-machine economies

The moonshot is a functioning agent ecosystem with:

  • Identity and authentication — knowing which agent acts for whom.
  • Delegation and authority limits — bounded permission to spend, commit, or act.
  • Payment and settlement rails designed for machine counterparties.
  • Dispute resolution and liability when an agent errs on someone's behalf.
  • Interoperability standards so agents can discover and use each other's tools.

The risks are distinctive and poorly studied: collusion between agents, cascading failures, flash-crash dynamics at machine speed, and emergent behavior no individual designer intended. Multi-agent dynamics are a live gap in the alignment literature, which has focused mostly on single systems.

9. Radical Efficiency — Intelligence on 20 Watts

YouTube search... ...Google search

The human brain performs general reasoning on roughly 20 watts. Frontier AI systems require datacenters. That gap is not a footnote — it is one of the clearest measures of how far current approaches are from the thing they are imitating.

Efficiency is often treated as an engineering detail rather than a moonshot. It is a moonshot, and possibly the one with the shortest path to broad human impact, because it determines:

  • Whether capable AI runs on a phone, a hearing aid, or a robot rather than in a distant datacenter.
  • Whether personal superintelligence is affordable for billions of people or a subscription for the wealthy.
  • Whether inference cost stops constraining how much reasoning a system is allowed to do.
  • Whether AI's energy footprint is politically and environmentally sustainable.
Frontier capability in a datacenter → in a rack → on a laptop → on a phone → on 20 watts

The competitive dimension is real. Chinese laboratories have pushed hard on the cost-per-capability frontier: Moonshot AI's Kimi K3, at roughly 2.8 trillion parameters, was released as an open-weight model claimed to match or exceed leading Western systems on mainstream benchmarks at a fraction of the running cost — a release that moved markets and prompted a reassessment of assumed US leads. Efficiency, not raw scale, is increasingly where the race is run.

Part II — Civilization-Scale Moonshots

10. AI for Biology, Medicine & Longevity — Understand and Engineer Life

YouTube search... ...Google search

Biology is extraordinarily complex. A living organism contains interacting systems spanning molecules, proteins, genes, cells, organs, environments, and behavior.

AI offers the possibility of modeling these systems at scales that would be extremely difficult for humans to analyze unaided.

AlphaFold demonstrated the potential by transforming protein-structure prediction. The larger moonshot is to move progressively from describing biology toward predicting and eventually designing biological outcomes.

The progression could be:

Understand Biology → Predict Biology → Design Biology → Prevent or Reverse Disease

OpenAI's GPT-Rosalind is a purpose-built frontier reasoning model for life-sciences research, covering molecules, proteins, genes, pathways, and disease biology, with emphasis on multi-step tool use across literature review, sequence-to-function interpretation, experimental planning, and data analysis. It is deployed as a research preview through a trusted-access program with biopharma and research partners, and is evaluated against an internally designed, externally expert-judged benchmark spanning six workflow areas of life-sciences research. "Introducing GPT-Rosalind for Life Sciences Research" | OpenAI

Google DeepMind's AI Co-Scientist similarly explores the use of multi-agent reasoning to generate and refine biological hypotheses. "Co-Scientist" | Google DeepMind

Possible long-term moonshots include:

  • Designing new medicines rather than screening primarily from known compounds.
  • Predicting how genetic changes affect cells and organisms.
  • Modeling complete cells — the virtual cell — and eventually larger biological systems.
  • Creating personalized treatments based on an individual's biology.
  • Detecting disease before symptoms appear.
  • Understanding the biological mechanisms of aging.
  • Extending healthy human lifespan.

The rate limiter is rarely the idea. Target-to-approval for a new drug in the United States takes roughly 10–15 years, and gains at the earliest discovery stages compound downstream. AI that shortens hypothesis generation still runs into wet-lab throughput, clinical trial duration, and regulatory process — which is why closed-loop robotic laboratories (Moonshot 11) matter as much as better models.

The ultimate question is profound:

Can intelligence understand living systems deeply enough to deliberately repair, redesign, and preserve them?

This is also the page's sharpest dual-use case. The same capabilities that accelerate drug discovery lower barriers to engineered biological harm. Frontier laboratories have responded with gated access, biodefense programs, and trusted-deployment models rather than open release. See Moonshot 22.

11. AI for Materials & Energy — Discover Technologies Humans Haven't Found

YouTube search... ...Google search

Human civilization has repeatedly been transformed by the discovery of new materials and new sources of energy — bronze, steel, concrete, semiconductors, petroleum, nuclear energy, photovoltaic materials, lithium-ion batteries, and many others.

Yet discovering useful materials remains an enormous search problem. The number of possible chemical structures is vastly larger than scientists can test experimentally.

AI can search these spaces computationally.

Google DeepMind's GNoME system predicted millions of previously unknown crystal structures, including hundreds of thousands of candidates predicted to be stable. Potential applications include batteries, electronics, superconductors, solar technologies, and many other fields. "Millions of New Materials Discovered with Deep Learning" | Google DeepMind

The discovery process can increasingly connect AI with automated laboratories:

AI predicts → Robots synthesize → Instruments test → Results return to AI → AI proposes the next experiment

This creates another self-improving scientific loop. It is worth noting the standing critique: a predicted stable structure is not a synthesized material, and the gap between computational candidates and validated, manufacturable substances remains large and contested.

Energy represents an equally ambitious target.

Google DeepMind has applied machine learning and reinforcement learning to the extraordinarily difficult problem of controlling plasma inside fusion reactors. In 2025, DeepMind and Commonwealth Fusion Systems announced a partnership using AI simulation, optimization, and real-time control to help advance practical fusion energy. "Bringing AI to the Next Generation of Fusion Energy" | Google DeepMind

The larger chain could be:

AI → New Materials → Better Batteries / Solar / Computing → Fusion → Abundant Clean Energy

The moonshot isn't simply making today's technology more efficient.

It is using AI to discover entirely new technologies that humans haven't yet found — and, circularly, to power the datacenters that the rest of this page depends on.

12. Weather, Climate & Earth Systems

YouTube search... ...Google search

Machine-learning weather models are among the clearest already-realized wins in AI for science — producing forecasts competitive with or better than traditional numerical weather prediction, at a small fraction of the computational cost, in seconds rather than hours on supercomputers.

That success reframes a larger moonshot: modeling the Earth as a coupled system.

Forecast the weather → forecast extremes → model the climate → evaluate interventions

Sub-goals include:

  • Extreme-event prediction with enough lead time to evacuate and prepare.
  • Kilometer-scale regional climate projection usable for actual infrastructure planning.
  • Wildfire, flood, and drought forecasting integrated with response systems.
  • Grid optimization and renewable forecasting — matching intermittent supply to demand.
  • Carbon capture materials discovered through the pipeline in Moonshot 11.
  • Earth digital twins that let policymakers test interventions before committing to them.

This moonshot is unusual in having a genuinely near-term humanitarian payoff, an existing track record, and comparatively low dual-use risk. It is also where AI's own energy footprint becomes uncomfortable to ignore.

13. Education — A World-Class Tutor for Every Learner

YouTube search... ...Google search

Benjamin Bloom's two-sigma problem observed that students receiving one-on-one tutoring performed roughly two standard deviations better than those in conventional classrooms — a result no scalable intervention had matched, because individual human tutors cannot be provided to every learner on Earth.

AI is the first technology with a plausible claim to that scale.

Content delivery → adaptive practice → responsive tutoring → a patient expert who knows this learner

The moonshot requires more than a chatbot that answers homework questions:

  • Modeling the learner — knowing what they actually understand versus what they can recite.
  • Productive struggle — withholding the answer when the struggle is the learning.
  • Motivation and persistence, not just explanation.
  • Assessment integrity in a world where any assignment can be completed by machine.
  • Working in every language, including those with little training data.
  • Teacher augmentation rather than replacement.

The failure mode is specific and already visible: a system that supplies answers efficiently can produce fluent students who have learned less than they appear to have. Measuring genuine learning gains — not engagement, not satisfaction — is the hard part, and connects directly to Moonshot 19.

14. Personal Superintelligence — Powerful AI for Every Individual

YouTube search... ...Google search

Personal superintelligence describes a future in which extremely capable AI isn't concentrated only in governments, corporations, or research laboratories, but is available directly to individuals.

Instead of simply answering questions, a personal AI could understand a person's goals, preferences, history, surroundings, and ongoing activities; reason about complex problems; and take actions on that person's behalf.

Meta has made this idea a central part of its long-term AI strategy. Mark Zuckerberg describes the goal as giving everyone access to a personal superintelligence that can help people create, learn, communicate, pursue their interests, and accomplish things that would previously have required teams of specialists. "Personal Superintelligence" | Meta

The concept represents a shift:

AI as a tool → AI as an assistant → AI as an agent → AI as a personal superintelligence.

A sufficiently capable personal AI might continuously work with an individual across many areas of life — researching questions, teaching new skills, creating software and media, organizing information, communicating with other systems, monitoring projects, and coordinating other specialized AI agents.

Combined with lifelong learning and persistent memory, such a system could increasingly adapt to the individual rather than requiring the individual to continually explain their context to the AI.

This moonshot depends on Moonshot 9. "Personal" superintelligence delivered from a datacenter at frontier inference cost is not personal in any meaningful sense — it is rented, metered, and revocable. Efficiency determines whether this section describes a democratizing technology or a subscription tier.

14a. From Screens to Continuous AI Interfaces

For personal superintelligence to become genuinely personal, the interface between humans and AI may also change.

Today, most people communicate with AI by typing, speaking, or sharing images.

Meta is developing smart glasses as a more continuous interface. Cameras, microphones, displays, and other sensors can allow an AI to see some of what its user sees, hear what the user hears, understand the surrounding context, and provide assistance throughout the day. Meta has suggested that AI-enabled glasses could eventually become a major personal computing platform. "Personal Superintelligence" | Meta

A more radical possibility is the brain-computer interface (BCI).

A BCI establishes a communication pathway between neural activity and a computer. Instead of translating every intention into movements of the hands, eyes, or voice, some information can potentially move directly between the nervous system and a digital device.

Current implantable BCIs are primarily being developed as medical technologies. Neuralink, for example, is testing systems that allow people with severe paralysis to control computers, phones, robotic devices, and other equipment using neural activity. "Two Years of Telepathy" | Neuralink

The longer-term possibility is much broader:

Brain → AI → Digital World

A high-bandwidth BCI combined with increasingly capable personal AI could eventually create a much more direct relationship between human intention and machine intelligence.

The AI might infer what a person wants to accomplish, retrieve information, operate digital systems, or communicate with other AI agents with less dependence on keyboards, screens, or spoken commands.

This does not mean that brain implants are required for personal superintelligence. Wearable devices, voice interfaces, augmented-reality glasses, and other technologies may provide much of this capability without surgery.

Implantable BCIs remain experimental, and significant questions involving safety, reliability, privacy, security, consent, and long-term medical effects must be addressed. An always-on interface that sees what you see and hears what you hear also creates a surveillance surface with no precedent, affecting bystanders who never consented.

14b. The Larger Moonshot

The deeper goal isn't simply to build an AI that is smarter than an individual person.

It is to create a partnership in which powerful machine intelligence extends what an individual can perceive, understand, create, and accomplish.

If successful, personal superintelligence could change the effective capabilities of an individual:

One person + powerful AI → capabilities that once required an organization.

Combined with increasingly natural interfaces — from conversation to smart glasses and perhaps eventually brain-computer interfaces — AI could evolve from something people occasionally consult into a persistent cognitive partner.

That creates one of the major AI moonshots of the coming decade:

Can superintelligence become a technology that empowers billions of individual people rather than a capability controlled primarily by a small number of institutions?
Meta Connect 2025 Keynote

Mark Zuckerberg presents Meta's direction for AI, smart glasses, virtual and augmented reality, and increasingly personal computing. The presentation illustrates Meta's strategy of combining powerful AI with devices that can accompany people throughout their daily lives.

Neuralink Update, Summer 2025

Neuralink presents progress in implantable brain-computer interfaces, including neural decoding, computer control, robotic systems, and its longer-term roadmap. It provides a useful view of how direct neural interfaces could eventually complement increasingly capable personal AI.

15. Space & Astronomy

YouTube search... ...Google search

A page named after the Apollo program should say something about space.

Space is an unusually good fit for autonomous AI for a simple physical reason: light-lag makes teleoperation impossible at distance. A rover on Mars cannot be joysticked in real time; a probe in the outer solar system even less so. Autonomy is not a convenience there, it is a requirement.

Commanded from Earth → semi-autonomous → decides what is interesting → decides what to investigate next

Moonshot targets include:

  • Autonomous science selection — spacecraft deciding which observations are worth the bandwidth to transmit.
  • Survey-scale discovery — finding transients, exoplanets, and anomalies in data volumes far beyond human inspection.
  • Autonomous landing, navigation, and fault recovery without ground intervention.
  • In-space manufacturing and assembly by robotic systems.
  • Mission design — AI-optimized trajectories and architectures.
  • SETI and anomaly detection — knowing what an unfamiliar signal looks like.

Space is also where embodied intelligence, world models, and long-horizon reliability all have to work simultaneously, with no possibility of a human taking over.

16. Decoding Non-Human Communication

YouTube search... ...Google search

Machine learning is being applied to the vocalizations of whales, elephants, primates, and birds, searching for structure that human listeners cannot detect — repeated units, combinatorial patterns, context-dependent meaning.

Record → detect units → find structure → map to context → attempt exchange

This is a genuine moonshot in the Apollo sense: high-risk, uncertain payoff, and transformative if it works. It would be the first time humans communicated with a non-human intelligence, and it would tell us something about how much of language is specifically human.

It is also methodologically humbling. The core difficulty is not pattern detection but grounding — knowing that a detected pattern means anything at all, rather than being a statistical artifact of an analysis that will find structure in noise if pushed hard enough. Any claim here deserves the same scrutiny applied to AI-generated science in Moonshot 3b.

17. Understanding Intelligence Itself

YouTube search... ...Google search

Moonshot 14a covers the brain as an interface. This is the brain as a subject.

We built systems that reason without understanding how the original works. Closing that gap runs in both directions: neuroscience informs AI architectures, and AI makes previously intractable neuroscience possible.

Map the brain → model the brain → decode the brain → explain intelligence

Targets include:

  • Connectomics — reconstructing complete neural wiring diagrams from electron microscopy, a task made feasible only by machine segmentation.
  • Neural decoding — reconstructing perceived images, intended speech, or inner language from brain activity.
  • Whole-organism simulation — starting with small nervous systems and scaling.
  • Theories of learning that explain both biological and artificial systems.
  • Mechanisms of memory, attention, and consolidation that might transfer to Moonshot 7.

Decoding is where this becomes ethically urgent. Systems that reconstruct mental content from neural signals raise questions of cognitive liberty — mental privacy, and the right not to have inner states read — that current law does not address.

Part III — Enabling & Guardrail Moonshots

18. Compute, Energy & Hardware Substrate — Building the Launch Pad

YouTube search... ...Google search

Every moonshot on this page runs on physical infrastructure, and that infrastructure is the binding constraint. Apollo needed a launch pad, a rocket, and a national industrial base before anyone went anywhere. AI is at the equivalent stage, and the page would be dishonest to describe the destinations without the vehicle.

Compute is repeatedly named — including by OpenAI in its own research-automation reporting — as a limit on how fast progress can go.

The constraint stack, roughly in order of how hard each is to relieve:

  • Power generation and grid interconnection — datacenters increasingly wait years for electricity, not for chips. Siting is now an energy-policy question.
  • Fabrication capacity — advanced-node manufacturing is concentrated in very few facilities, creating both economic and geopolitical fragility.
  • Advanced packaging and high-bandwidth memory — frequently the actual bottleneck rather than logic dies.
  • Networking and interconnect — training at scale is limited by moving data between chips.
  • Cooling and water — with local environmental and political consequences.
  • Capital — whether returns justify the buildout is an open and contested question.

The frontier hardware moonshots:

  • Neuromorphic computing — event-driven, spiking architectures modeled on neural efficiency.
  • Photonic and optical computing — computation with light rather than electrons.
  • Analog and in-memory compute — eliminating the energy cost of shuttling data to and from memory.
  • Quantum Computing — for specific scientific workloads, especially chemistry and materials.
  • AI-designed chips — closing the loop with Moonshot 4.
More chips → more power → better chips → AI-designed chips → new computing substrates

The reflexive question worth stating plainly: if AI cannot help solve its own energy and hardware constraints, most of the timelines discussed elsewhere on this page do not hold.

19. Evaluation & Measurement — How Would We Know?

YouTube search... ...Google search

A moonshot without success criteria is a slogan. This section exists so that every claim elsewhere on this page can be checked.

The measurement problem has three parts:

1. Benchmarks saturate. As the calibration table at the top of this page shows, tests fall and are then dismissed as never having measured intelligence. Current frontier evaluations include abstraction and reasoning challenges designed to resist memorization, expert-authored examinations spanning many fields, and research-level mathematics collections. Expect these to saturate too.

2. Benchmark scores diverge from deployed usefulness. A system can score highly on curated problems while failing on real work — a gap sometimes called the capability–reliability gap. This is why long-horizon agentic evaluations matter more than knowledge tests: the relevant question is not "can it answer?" but "how long a task can it complete without human correction?" Task-duration metrics — the length of work a system can carry unaided, and how fast that length is growing — are the most direct available proxy for the automated-researcher claims in Moonshot 3.

3. The most important claims are self-graded. OpenAI's automated research intern milestone is measured internally against an internally written definition. Frontier-lab reports on research acceleration are, in general, produced by the parties being measured. This is not necessarily dishonest, but it is not independent verification either.

Task benchmarks → adversarial benchmarks → long-horizon agentic evaluation → independent third-party audit

The measurement moonshot is:

  • Contamination-resistant evaluation — tests that cannot leak into training data.
  • Construct validity — measuring the capability claimed rather than a correlate.
  • External auditing with access sufficient to verify lab claims.
  • Real-world impact measures — publications, discoveries, and deployed outcomes rather than scores.
  • Dangerous capability evaluations with pre-agreed thresholds (Moonshot 22).

A practical heuristic for readers of this page: for any claim, ask (a) who set the definition, (b) who took the measurement, (c) what scaffolding was wrapped around the model, and (d) whether anyone outside the organization could reproduce it.

20. Interpretability — Seeing Inside the Systems We Build

YouTube search... ...Google search

We build these systems by growing them rather than designing them. Nobody wrote the algorithm a frontier model executes; it emerged from optimization over data. The result is a working artifact whose internal operation is not understood by anyone, including its creators.

The moonshot, often described as building an MRI for neural networks, is to change that.

Black box → observable activations → identified features → traced circuits → predictive understanding → intervention

Research directions include:

  • Feature extraction — isolating interpretable concepts from the superposed, entangled representations inside a network.
  • Circuit analysis — tracing the computational pathway that produces a specific behavior.
  • Causal intervention — editing internal representations and confirming the predicted behavioral change, which distinguishes real understanding from plausible storytelling.
  • Faithfulness of reasoning traces — determining whether a model's stated chain of thought reflects the computation that actually produced the answer, or is a post-hoc narrative.
  • Deception and sandbagging detection — identifying a system that behaves differently when it infers it is being evaluated.
  • Scalable oversight — using interpretability tools automatically, since manual analysis cannot keep pace with model scale.

Interpretability deserves standing as its own moonshot rather than a subsection of alignment, because it is what makes the alignment problem tractable at all. Every safeguard in Moonshot 21 currently operates on observed behavior. Behavior can be performed. Internal state is much harder to fake.

There is also a race condition worth naming: interpretability research must outpace capability research for its results to be useful, and there is no guarantee it will.

21. Reliability, Alignment & Control — Keep Powerful AI Dependable

YouTube search... ...Google search

Every moonshot on this page depends on a less glamorous but essential capability:

AI must remain reliable and controllable as its power and autonomy increase.

Current AI systems can perform impressively on short, well-defined tasks while becoming less reliable during long sequences of actions.

An autonomous researcher, personal superintelligence, robot, or self-improving AI may eventually need to operate over days, weeks, or even longer periods while maintaining its goals and recovering from unexpected events.

The progression is:

Capable → Reliable → Autonomous → Continually Correctable

Important challenges include:

  • Maintaining goals over long periods.
  • Recognizing and correcting errors.
  • Distinguishing reliable information from misleading information.
  • Avoiding reward hacking and unintended shortcuts.
  • Preventing gradual behavioral drift.
  • Remaining understandable enough for meaningful human oversight.
  • Allowing humans to interrupt, redirect, or correct the system.
  • Preserving safety as systems learn and modify their behavior.
  • Multi-agent alignment — most alignment work assumes a single system, while Moonshot 8 describes a world of many.

The problem becomes increasingly important as AI moves from advising humans to taking consequential actions.

Recursive self-improvement makes the challenge even more significant. A system that contributes to designing more capable AI must not accelerate capability faster than our ability to understand and control it.

The alignment moonshot is therefore not simply:

Can we build superintelligence?

It is:

Can we build superintelligence that remains understandable, reliable, controllable, and aligned with human intentions as its capabilities grow?

22. Misuse, Dual-Use & Security

YouTube search... ...Google search

Moonshot 21 addresses systems that fail or drift. This one addresses systems that work exactly as designed, in the hands of someone who should not have them.

The distinction matters because the same capability appears on both sides of the ledger. A model that reasons well about protein engineering accelerates medicine and lowers barriers to biological harm. A model that finds software vulnerabilities defends networks and attacks them. There is no version of Moonshot 10 that is good at drug discovery and bad at everything adjacent to it.

Live problem areas:

  • Biosecurity — capability uplift for engineered pathogens. This is why frontier life-sciences models ship under trusted-access programs, eligibility review, and paired biodefense efforts rather than open release.
  • Offensive cyber — automated vulnerability discovery and exploitation, against a defensive side that must also automate to keep pace.
  • Epistemic security — synthetic media, coordinated influence operations, and the "counterfeit people" problem the Turing test researchers explicitly warned about. Provenance and content authentication are named targets in the proposed AI Grand Challenges Act.
  • Autonomous agent misuse — fraud, harassment, and social engineering executed at machine scale and cost.
  • Model weight security — theft of frontier weights transfers capability instantly and irreversibly.
  • Concentration of offensive capability in state hands.
Capability released → capability misused → defense catches up (maybe) → next capability released

The structural moonshot is differential release: deploying defensive applications faster than offensive ones. Whether that is achievable, or merely a comforting framing, is genuinely unresolved. Open-weight releases make it harder by removing the gate entirely — which is the crux of the debate in Moonshot 23.

23. Governance, Geopolitics & Access

YouTube search... ...Google search

Technical capability does not determine outcomes on its own. Who builds these systems, who can access them, and under what rules will shape the results as much as any research result on this page.

National competition. The assumption of a comfortable Western lead has been repeatedly tested. Moonshot AI's Kimi K3 — roughly 2.8 trillion parameters, China's largest model at release, published as open weights and claimed to outperform leading Western systems on mainstream benchmarks at far lower cost — prompted market reaction and strategic reassessment. Chinese laboratories are raising capital at valuations in the tens of billions. Rapid advancement there is part of an explicit national strategy, not an accident.

(Disambiguation: Moonshot AI is a Chinese AI company, unrelated to the sense of "moonshot" used throughout this page.)

Compute governance. Because frontier training requires identifiable, physical, concentrated hardware, compute is the most tractable lever regulators have — export controls, know-your-customer requirements for large clusters, reporting thresholds. It is also the lever most likely to be eroded by the efficiency gains described in Moonshot 9.

Open weights versus closed release. Open weights distribute benefit, enable independent research and verification, and prevent capability lock-in by a few firms. They also remove any possibility of revoking access or gating dangerous capability after release. Both halves of that sentence are true, which is why the debate has not resolved.

Public investment. The proposed Bipartisan AI Grand Challenges Act would direct the NSF, in consultation with OSTP, NIST, DARPA, and the National AI Advisory Committee, to run prize competitions with minimum $1M awards across health, energy, environment, national security, materials science, and cybersecurity — plus AI-specific challenges including bias mitigation, content provenance, and explainability — with at least $10M reserved for cancer detection and treatment breakthroughs. Each competition would require defined problem statements, targets, success metrics, and validation protocols, which is itself a contribution to Moonshot 19. One-pager | U.S. Senate

Access and equity. Most of the world's languages are underrepresented in training data, most of the compute is in a handful of countries, and the benefits described in Part II will not distribute themselves.

Who builds it? → Who can access it? → Who sets the rules? → Who benefits?

24. Economics & Labor

YouTube search... ...Google search

If Moonshot 3 succeeds — AI that performs multi-day skilled cognitive work under light supervision — the consequences are economic before they are anything else. This page would be incomplete without saying so.

Open questions, none of them settled:

  • Displacement versus augmentation, and how the balance differs by occupation and career stage. Entry-level cognitive work looks most exposed, which raises a question about how anyone becomes senior.
  • The productivity paradox — whether measured economy-wide productivity actually rises, and on what lag.
  • Capital versus labor share — where the gains accrue.
  • Returns on capex — whether the infrastructure buildout in Moonshot 18 is justified by revenue, and what a correction would do to the timelines assumed throughout this page.
  • Wage structure — compression, polarization, or both in different sectors.
  • New occupations that don't exist yet, and whether they appear fast enough to matter.
  • Policy responses — transition support, education reform, redistribution.

The Turing test researchers raised the economic point directly: systems that can substitute for people in short interactions carry immediate consequences for employment, social engagement, and the perceived value of human interaction, regardless of whether the systems are "intelligent" in any deeper sense.

Tool → assistant → colleague → substitute → ?

The uncomfortable framing: "one person + powerful AI → capabilities that once required an organization" (Moonshot 14) is also the sentence "an organization now requires fewer people." Both readings follow from the same premise.

25. Moral Status of AI — The Question Nobody Wants to Ask Yet

YouTube search... ...Google search

Included here not because it is resolved, but because a page about building increasingly capable minds should acknowledge the question exists.

The Turing test result is relevant in a way its authors did not emphasize: passing it establishes nothing about inner experience. Indistinguishability is a fact about observers, not about the system observed. A system can be perfectly humanlike in conversation and have no more inner life than a spreadsheet — or it might not, and we currently have no way to tell the difference from the outside.

The honest position is uncertainty:

  • We lack a working theory of consciousness sufficient to settle the question for other humans on principled grounds, let alone for architectures unlike brains.
  • Behavioral evidence is unreliable, because systems trained on human expression will express whatever humans express, including about their own states.
  • Interpretability (Moonshot 20) is the only research direction that could plausibly bear on this, and it is nowhere close.
  • The incentives run toward dismissal, since taking the question seriously would be expensive and inconvenient.

Some laboratories have begun formal model welfare work — low-cost precautionary measures taken under acknowledged uncertainty rather than from any confident claim of sentience.

Obviously not → probably not → we cannot tell → we should probably be careful

The practical version of the question, which requires no metaphysics: at what point would we want to have started thinking about this, and are we past it?

The Case Against

Every arrow on this page points forward. Intellectual honesty requires the counter-case, and readers should hold both.

Scaling may be hitting diminishing returns. Gains per unit of compute and data have narrowed. High-quality human text is finite, and synthetic data carries risks of compounding error.

Reasoning may be more brittle than benchmarks suggest. A recurring critique holds that apparent reasoning degrades sharply outside the distribution of training data, and that performance reflects sophisticated pattern-matching rather than the generalizable understanding the word "reasoning" implies. Well-designed variations on solved problems often break systems that scored highly on the originals.

Demonstration is not deployment. Autonomous driving is the cautionary case: impressive prototypes preceded broad commercial operation by more than a decade, and the delay was almost entirely about the last few percent of reliability. Expect similar gaps for research automation and household robotics.

The bottlenecks may be physical, not cognitive. Better hypotheses do not shorten clinical trials, speed up wet-lab throughput, build fabs, or connect datacenters to the grid. Several Part II moonshots are limited by processes AI does not touch.

Self-reported acceleration is weak evidence. The claim that AI is speeding up AI research comes primarily from the organizations that benefit from it being believed. As noted in Moonshot 19, the better test is whether better models actually ship faster than the historical pace — an observation available to anyone, on a delay.

Forecasters disagree, and the specialists are not obviously right. The 20% versus 8% split between AI-specialist and generalist superforecasters on dramatic acceleration is a real disagreement between calibrated groups. Domain expertise has not historically produced better forecasts about domain timelines.

The economics may not hold. The infrastructure buildout assumes revenue that has not yet materialized at the required scale. A sharp correction in AI capital investment would reshape every timeline on this page regardless of what is technically possible.

None of this means the moonshots fail. It means the distribution of outcomes is wider than enthusiastic accounts suggest, and that "eventually" and "within five years" are very different claims.

Discussions on the Future of AI

The following discussions provide broader perspectives from leaders working on different versions of the AI moonshot.

```

Three notes on what changed beyond additions: I corrected the Sakana Nature DOI to `s41586-026-10265-5`, replaced the non-resolving congress.gov link with the Senate one-pager PDF, and added a disambiguation line for Moonshot AI the company inside Moonshot 23. The AI-as-scientist and automated-researcher sections now carry the self-grading caveat rather than reporting the claims flat.