NASA-IBM Lunar Foundation Model: the open-source Moon AI, explained

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 11, 2026

Expert Verified
Illustration of a satellite orbiting the Moon, feeding stacked crater, ice and volcanic data layers into a foundation model that two scientists study

What NASA and IBM actually shipped

The NASA-IBM Lunar Foundation Model is, as far as anyone can tell, among the first open-source AI models built specifically for lunar science. It was developed by IBM Research together with NASA's IMPACT team and a group of academic partners: the Universities Space Research Association, the SETI Institute, the University of Maryland, Baltimore County, and Howard University.

The idea is the same one behind every foundation model you have heard of. Instead of training a narrow model to do one task, you pretrain a large one on a mountain of raw data so it learns the general "shape" of a domain, then fine-tune it cheaply for specific jobs. ChatGPT did this for text. This does it for the surface of the Moon.

"That's a real opportunity we see with AI: turning large-scale data into discoveries."

Kevin Murphy, NASA Chief Science Data Officer

Worth noting up front: NASA and IBM have not published the model's parameter count, so I won't invent one. For scale reference, its sibling solar model Surya is 366M parameters. What they did detail thoroughly is the data, which is the interesting part anyway.

What it was trained on: 17 years of orbital data

This is where the work went. The team assembled what they call the first open-source unified lunar dataset: more than 30 spatially-aligned layers from 9 instruments across 4 missions, adding up to roughly 2 million image tiles.

How the NASA-IBM Lunar Foundation Model turns four missions of orbital data into crater, ice and volcanic maps
How the NASA-IBM Lunar Foundation Model turns four missions of orbital data into crater, ice and volcanic maps

The bulk of it comes from NASA's Lunar Reconnaissance Orbiter, which has been photographing the Moon for 17 years. That gave the team over a million high-resolution camera images at 1-metre detail, plus around 964,000 multispectral images at 100-metre resolution. Data from NASA's GRAIL and Lunar Prospector missions and Japan's Kaguya orbiter filled in the gaps.

Aligning all of that so every layer lines up over the same patch of ground is unglamorous, expensive work. It is also the reason the model is any good. The lesson repeats everywhere in AI: the moat is rarely the architecture, it is the clean, domain-specific training data nobody else has bothered to assemble.

What the model can do

Once trained, the model can be pointed at a handful of lunar science tasks that used to each need their own custom pipeline:

  • Estimate polar ice. Water ice sitting in permanently shadowed craters near the poles is the single most valuable resource on the Moon, since it is potential fuel and life support for a sustained Artemis presence. The model estimates where ice is stable and likely to be.
  • Map craters. It detects and classifies craters at both metre and roughly 100-metre scales, which feeds directly into landing-site selection, hazard avoidance, and dating the surface.
  • Find volcanic features. It flags irregular mare patches, young volcanic formations that tell scientists about the Moon's thermal history.
  • Spot changes over time. Run it across images from different dates and it surfaces surface changes. In testing, it detected novel impact craters that had appeared in images taken after its training cut-off.

NASA is careful to frame this as a research assistant, not an oracle. It surfaces candidates for scientists to verify. That distinction, a capable model that proposes while a human disposes, is exactly the guardrail I wish more AI products shipped with by default.

The number that matters: specialised beat generic

Here is the result that made me want to write this up. IBM benchmarked the model against SwinV2-B, a strong, widely used vision model pretrained on ImageNet, a giant general-purpose image dataset. In other words, big-and-generic versus smaller-and-specialised.

Benchmark chart showing the Moon-trained model beating a generic ImageNet baseline on ice, craters and volcanic features
Benchmark chart showing the Moon-trained model beating a generic ImageNet baseline on ice, craters and volcanic features

The specialised model won across the board:

  • Up to 22% lower error on polar-ice estimation.
  • Nearly 19% better at context-scale crater detection, using half the training data.
  • 3% better on volcanic feature detection, even with imperfect labels.
  • Comparable accuracy on metre-scale craters, but noticeably more efficient.

NASA's own summary rounds this up to a model that "exceeds widely used methods by up to 23%". Read past the specific figure and the point is simple: a model that learned the Moon beat a model that learned everything, using less data to do it.

"The model gives scientists a foundation to explore the Moon at scale."

Juan Bernabe-Moreno, Director of IBM Research Europe

Why a "foundation model for one domain" is the real story

You could be forgiven for tuning out a Moon-mapping model as niche space news. I would argue the opposite. This is one of the cleanest public demonstrations of a principle that decides whether almost any AI project succeeds: relevance beats raw scale.

A general model has seen a lot of everything and none of your thing. A specialised model has seen your thing exhaustively. For a bounded, high-stakes domain, the second one wins, which is the same reason an AI agent trained on your own knowledge base answers better than a raw language model wired to a chat box.

This is the part of my day job I think about constantly. A support AI is not useful because it runs on a big model. It is useful because it has read every one of your past tickets, your help center, your internal docs, and your macros, and it answers the way your best agent would. Bolt a generic model onto a help widget with no company context and you get confident, wrong answers, the exact failure mode that gives rule-based chatbots and thin AI wrappers a bad name.

At eesel, this is the whole design. eesel is an AI teammate platform, and you hire ready-to-work teammates for specific jobs, the AI helpdesk teammate being the one most relevant here. That teammate is not a blank model. It learns from your historical tickets and knowledge sources the moment it connects, so it arrives already knowing your product the way NASA's model arrives already knowing the Moon.

And crucially, like NASA's "propose, don't decide" framing, you get to check the work before it goes live. eesel simulates the AI on thousands of your real past tickets so you can see exactly how it would have replied and what it would have resolved, before a single customer talks to it. No flip-the-switch-and-hope.

The eesel AI helpdesk dashboard, where an AI teammate trained on your own tickets and knowledge base handles the support queue, as taken from eesel
The eesel AI helpdesk dashboard, where an AI teammate trained on your own tickets and knowledge base handles the support queue, as taken from eesel

The pricing follows the same "pay for what's relevant" logic: eesel bills per ticket it actually handles, not per seat, so a specialised teammate that resolves your repetitive questions costs you when it works. If you run support and you have been waiting for the AI hype to turn into something that actually knows your business, the Moon just gave you the proof of concept. Try eesel free and point it at your own tickets.

Where to get it, and what's next

Everything is open. The weights live on Hugging Face under the nasa-ibm-ai4science collection, the code is on GitHub as NASA-IMPACT/NASA-IBM-Lunar-Foundation-Model, and it has been folded into the open-source TerraTorch toolkit so researchers can fine-tune it for their own tasks.

It is also part of a bigger arc. This model joins Prithvi, the NASA-IBM geospatial model for Earth, and Surya, their model of the Sun. The stated plan is to keep going into planetary science, astrophysics, and the biological and physical sciences. NASA is quietly building a family of domain foundation models, one hard scientific domain at a time, and open-sourcing each one.

That is the strategy I would bet on. Not one model that knows everything, but a fleet of specialists that each deeply know one thing. It works for the Moon. It works for the Sun. It works, in a far more mundane way, for your support inbox.

Frequently asked questions

Frequently Asked Questions

What is the NASA-IBM Lunar Foundation Model?
It is an open-source AI foundation model for lunar science, released by IBM Research and NASA on 10 September 2026. It was trained on a unified dataset of Moon observations and can map craters, estimate polar ice, and spot volcanic features from orbital imagery.
What data was the lunar foundation model trained on?
More than 30 spatially-aligned data layers from 9 instruments across 4 missions, roughly 2 million image tiles. The bulk comes from 17 years of NASA's Lunar Reconnaissance Orbiter, with added data from GRAIL, Lunar Prospector, and Japan's Kaguya (SELENE) mission.
How much better is it than existing methods?
On NASA's own tests it cut polar-ice estimation error by up to 22% versus a general-purpose model trained on ImageNet, and detected context-scale craters nearly 19% more accurately using half the training data. The gains show up because the model learned from Moon data, not generic web images.
Where can I download the NASA-IBM Lunar Foundation Model?
The model weights are on Hugging Face under the nasa-ibm-ai4science collection, the code is on GitHub (NASA-IMPACT/NASA-IBM-Lunar-Foundation-Model), and it is integrated into the open-source TerraTorch toolkit. It is free to use.
What does a Moon model have to do with customer support AI?
The same principle. A model is only as useful as the data it learned from. A support AI agent that trains on your own tickets and help center will out-answer a generic chatbot for exactly the reason a Moon-trained model out-maps a generic one. That is how eesel is built.
Does the model make the Moon landing decisions on its own?
No. It is a research tool that surfaces candidate craters, ice, and hazards for scientists to verify, not an autonomous decision-maker. NASA frames it as a way to make large-scale data easier to explore, with humans still in the loop.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Illustration of the Salesforce Trusted Enterprise AI Harness wrapping an AI agent in six trust layers under an AI Control Plane
Trending

Salesforce AI Harness: the Trusted Enterprise AI Harness explained

Salesforce's new Trusted Enterprise AI Harness bundles six trusted capabilities and an AI Control Plane to govern every agent. Here is what it is, and who needs it.

Rama Adi NugrahaRama Adi NugrahaSep 11, 2026
Illustration of a self-hosted AI agent runtime running as a single binary
Trending

ZeroClaw review: the open-source AI agent runtime, honestly tested

An honest ZeroClaw review: what the open-source, Rust-based AI agent runtime does brilliantly, where its security story wobbles, and who should skip it.

Rama Adi NugrahaRama Adi NugrahaJul 19, 2026
Illustrated hero banner for a hands-on review of Paperclip, the open-source AI agent control plane
Trending

Paperclip review: the open-source AI agent runtime, tested

An honest Paperclip review: what the open-source control plane for running a company of AI agents does brilliantly, where its support story falls short, and who should actually run it.

Rama Adi NugrahaRama Adi NugrahaJul 20, 2026
A cartoon two-legged robot duck waddling between two makers at a workbench
Trending

Microduck: Hugging Face's $399 open-source robot duck, explained

Microduck is Hugging Face's $399 open-source biped you train with reinforcement learning. Here's what it is, what it can do, and whether it's worth pre-ordering.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026
Illustrated hero banner for a hands-on review of NemoClaw, NVIDIA's governed AI agent runtime
Trending

NemoClaw review: NVIDIA's governed AI agent runtime, tested

An honest NemoClaw review: what NVIDIA's open-source governed agent runtime does brilliantly, where its alpha-stage security story wobbles, and who should actually run it.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Two people having a natural conversation with an AI voice assistant, sound waves flowing between them
Trending

GPT-Live-1: OpenAI's full-duplex voice model, explained

What GPT-Live-1 actually is: OpenAI's full-duplex voice model that listens and speaks at once, now in ChatGPT and the API at $0.05 per minute.

Alicia Kirana UtomoAlicia Kirana UtomoSep 11, 2026
Shadow, the AI interface for Mac, review cover illustration
Trending

Shadow review (2026): the AI interface for Mac

My hands-on Shadow review: the bot-free AI interface for Mac that transcribes meetings on-device, runs custom Skills from a shortcut, and costs $8 a month.

Alicia Kirana UtomoAlicia Kirana UtomoJul 8, 2026
Two people talking across a table while an audio-visual AI model watches, listens and speaks in the same loop
Trending

SeedRealtime: what ByteDance's audio-visual model actually does

SeedRealtime is ByteDance's audio-visual full-duplex model. Here is what it does, what ByteDance published, and what you can actually call today.

Alicia Kirana UtomoAlicia Kirana UtomoAug 18, 2026
Illustration of Meta Muse, a personal AI agent, running errands inside a secure cloud computer
Trending

What is Meta Muse? Meta's personal AI agent, explained

Meta Muse is a personal AI agent that shops, books, and emails for you inside its own Secure VM. Here is what it does, how it works, and where it fits.

Alicia Kirana UtomoAlicia Kirana UtomoSep 9, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free