LaMDA
Last reviewed
May 17, 2026
Sources
No citations yet
Review status
Needs citations
Revision
v5 ยท 5,254 words
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation.
Last reviewed
May 17, 2026
Sources
No citations yet
Review status
Needs citations
Revision
v5 ยท 5,254 words
Add missing citations, update stale details, or suggest a clearer explanation.
See also: Bard, Gemini, Google, Large language model, Meena
LaMDA (short for Language Model for Dialogue Applications) is a family of conversational large language models developed by Google. The model was first announced at Google I/O 2021 on May 18, 2021, and described in detail in a research paper published in January 2022. LaMDA is built on the Transformer architecture and was specifically fine-tuned for open-ended dialogue rather than for generic text generation.[^1][^2]
LaMDA gained widespread public attention in June 2022 when Blake Lemoine, an engineer at Google's Responsible AI organization, publicly claimed that the model had become sentient. Google rejected the claim and later dismissed Lemoine. The story became a flashpoint in the broader debate about machine consciousness, AI safety, anthropomorphization, and how the public should interpret the abilities of large language models.[^3][^4]
LaMDA later served as the original model behind Google's Bard chatbot, which launched on March 21, 2023. Bard was Google's response to the release of ChatGPT by OpenAI in November 2022. Within a few months Google replaced LaMDA inside Bard with the more capable PaLM 2 model in May 2023, and Bard itself was rebranded as Gemini on February 8, 2024.[^5][^6][^7]
LaMDA is a decoder-only Transformer language model trained primarily on dialogue data. The largest publicly described version has 137 billion non-embedding parameters and was pre-trained on a corpus of 1.56 trillion words consisting of public dialog data and other public web documents.[^2]
What distinguished LaMDA from many earlier language models was the deliberate focus on conversation as the primary task. Where models like GPT-3 were trained as general-purpose next-token predictors and then prompted into conversational behavior, LaMDA's training pipeline used dialog corpora, dialog-shaped fine-tuning data, and a set of explicit objectives intended to make the model a better chat partner. The published paper organized those objectives under three headings: Quality, Safety, and Groundedness.[^2]
LaMDA was never released as a general-purpose API or as a downloadable model. Public access was limited to a small set of demos, an invite-only Android and iOS application called the AI Test Kitchen, and eventually to the early Bard chatbot. The base research model and its weights remained internal to Google.[^8]
LaMDA's direct predecessor was Meena, a 2.6 billion-parameter open-domain chatbot that Google Research introduced on January 28, 2020. Meena was developed by Daniel Adiwardana, Thang Luong, and colleagues on the Google Brain team and described in the paper "Towards a Human-like Open-Domain Chatbot" (arXiv:2001.09977). The model was a sequence-to-sequence Transformer with an Evolved Transformer encoder block, trained end-to-end on 341 GB of public-domain social media conversations.[^24][^25]
Meena made two contributions that carried directly into LaMDA. First, it proposed the Sensibleness and Specificity Average (SSA), a human-evaluation metric for chatbots that asked raters whether each response made sense in context and whether it was specific rather than generic. Meena scored 79% on SSA against an 86% human baseline, comfortably ahead of the next-best existing chatbot. Second, the paper observed a strong correlation between SSA and perplexity (R squared of 0.93), suggesting that improvements in standard language-model objectives would translate into better conversational behavior.[^24][^25]
According to later reporting, Meena was renamed LaMDA as the project grew in compute, data, and scope, and as Google added the fine-tuning and safety machinery that distinguishes the published LaMDA model. Internal disagreements over whether to release a Meena-based chatbot publicly are widely cited as one reason Google was cautious with LaMDA in the years before ChatGPT. Two of the Meena authors, Daniel De Freitas and Noam Shazeer, later left Google and co-founded the rival chatbot start-up Character.AI.[^26]
By 2020, large language models such as GPT-3 had shown that scale alone could produce fluent text completion across many domains, but they were not specifically trained on the multi-turn, persona-consistent exchanges that characterize human conversation. The LaMDA project bet that an explicit focus on dialogue as the central task, both during pre-training data selection and during fine-tuning, would produce a model that was better at chat without necessarily being larger. The other half of LaMDA's motivation was alignment: the team wanted a chatbot that was not only fluent but also safe and grounded. The resulting Quality, Safety, and Groundedness objectives made LaMDA one of the earliest industrial efforts to wire concrete behavioral evaluations into the training pipeline of a dialogue-tuned large language model. The approach is sometimes called classifier-based alignment, in contrast with the reinforcement learning from human feedback (RLHF) recipe that OpenAI used for ChatGPT.[^2][^23]
Google CEO Sundar Pichai introduced LaMDA during the Google I/O 2021 keynote on May 18, 2021. The on-stage demonstration showed LaMDA engaging in open-ended conversation in two personas: it pretended to be the dwarf planet Pluto answering a child's questions, and it pretended to be a paper airplane describing what it had seen during a flight. In the Pluto demo, LaMDA delivered the now widely quoted line, "I wish people knew that I am not just a random ice ball. I am actually a beautiful planet." Pichai presented the model as an early breakthrough in conversational understanding and stated that Google was "just at the beginning" of exploring its capabilities.[^1][^9][^27]
During the same keynote, Pichai described LaMDA as the result of years of research at Google and emphasized that conversation depends on properties such as sensibleness and specificity that traditional language models often miss. He said the model could discuss "a seemingly endless number of topics" and framed the technology as a step toward more natural ways of interacting with information. Notably, Google did not release a public demo, an API, or any model weights at the time. Several outlets pointed to the absence of a public demo as a sign that Google was wary of repeating Microsoft's 2016 Tay incident, in which a public chatbot quickly began producing offensive output.[^9][^21]
At Google I/O 2022 on May 11, 2022, Google announced LaMDA 2, an updated version that had been tested internally by thousands of Google employees in an effort to reduce harmful or off-topic outputs. The same announcement introduced the AI Test Kitchen app, which gave a limited number of external users a structured way to try LaMDA-powered demos. The launch demos were called "Imagine It," "List It," and "Talk About It (Dogs Edition)." Each demo restricted the kinds of conversations users could have, partly to manage the model's tendency to drift off-topic and partly to simplify safety review.[^10][^11]
In January 2022, Google researchers Romal Thoppilan and 56 co-authors posted the paper "LaMDA: Language Models for Dialog Applications" to arXiv (arXiv:2201.08239). The paper described the architecture, training data, fine-tuning procedure, and evaluation results for the LaMDA family. It defined the Quality, Safety, and Groundedness objectives in concrete terms and presented quantitative results across three model sizes (2B, 8B, and 137B parameters). The paper has been widely cited as one of the clearest descriptions of how an industrial lab built a dialogue-tuned large language model before the ChatGPT era.[^2]
In June 2022, the Washington Post published an article describing Blake Lemoine's claim that LaMDA was sentient. Google placed Lemoine on paid administrative leave for breaching confidentiality and fired him in late July 2022. The episode dominated AI news coverage for several weeks and is discussed in detail below.[^3][^4]
Following the November 30, 2022 launch of ChatGPT, Google reportedly issued an internal "code red" and accelerated work on a consumer chatbot. Google announced Bard on February 6, 2023 and described it as powered by "a lightweight model version of LaMDA." Bard opened to limited public access on March 21, 2023.[^5][^12]
At Google I/O 2023 on May 10, 2023, Google announced that Bard had been switched from LaMDA to PaLM 2, a more capable foundation model. LaMDA's role inside the chatbot ended at that point. On December 6, 2023 Google introduced Gemini, and on February 8, 2024 the Bard product was renamed Gemini. By that point LaMDA was a historical milestone in Google's product lineage rather than an active production model.[^6][^7][^13]
| Date | Event |
|---|---|
| Jan 28, 2020 | Meena chatbot announced by Google Research [^24] |
| May 18, 2021 | LaMDA announced at Google I/O by Sundar Pichai [^1] |
| Jan 20, 2022 | "LaMDA: Language Models for Dialog Applications" paper posted to arXiv [^2] |
| May 11, 2022 | LaMDA 2 and the AI Test Kitchen announced at Google I/O [^10] |
| Jun 11, 2022 | Washington Post publishes Blake Lemoine sentience story [^3] |
| Jul 22, 2022 | Google fires Lemoine [^4] |
| Aug 25, 2022 | AI Test Kitchen released to a limited number of US Android users [^14] |
| Nov 30, 2022 | OpenAI launches ChatGPT, built on GPT-3.5 [^15] |
| Feb 6, 2023 | Google announces Bard, powered by LaMDA [^5] |
| Mar 21, 2023 | Bard opens to limited public access in the US and UK [^12] |
| May 10, 2023 | Bard switched from LaMDA to PaLM 2 [^6] |
| Dec 6, 2023 | Google introduces Gemini [^13] |
| Feb 8, 2024 | Bard renamed to Gemini [^7] |
LaMDA uses a decoder-only Transformer architecture, the same family of models popularized by GPT-2 and GPT-3. Decoder-only Transformers process tokens left to right and predict the next token in a sequence based on all previous tokens, which makes them well suited to free-form text generation.[^2]
The paper describes three model sizes that share the same architecture but differ in width and depth.
| Model | Parameters | Layers | Attention heads |
|---|---|---|---|
| LaMDA 2B | 2 billion | 10 | 16 |
| LaMDA 8B | 8 billion | 32 | 32 |
| LaMDA 137B | 137 billion | 64 | 128 |
The largest 137-billion-parameter model uses 64 Transformer layers, a model dimension of 8,192, and 128 attention heads. The non-embedding parameter count is 137 billion. The model uses relative position embeddings and gated linear units (GLUs) with GeGLU activations.[^2]
LaMDA's context length is 1,024 tokens during pre-training, with most fine-tuning done on shorter dialog turns. Tokenization uses a 32,000-token SentencePiece vocabulary, which produces 2.81 trillion tokens from the 1.56 trillion words in the pre-training corpus. The model was trained on 1,024 TPU-v3 chips for about 57.7 days.[^2]
The pre-training corpus for LaMDA totals approximately 1.56 trillion words drawn from public dialog data and public web documents. The full corpus is composed of 2.97 billion documents, 1.12 billion dialogs, and 13.39 billion utterances. By proportion the corpus consists of:[^2]
| Source | Share of corpus |
|---|---|
| Public dialog data | 50% |
| C4 (Common Crawl filtered to English) | 12.5% |
| English Wikipedia | 12.5% |
| Code documents from public sites | 12.5% |
| Non-English web documents | 12.5% |
The heavy weighting of public dialog data is the most distinctive feature of the corpus. Most prior large language models, including GPT-3, used predominantly non-conversational web text. LaMDA's authors argued that training on dialog yielded a model that was more naturally suited to chat applications even before fine-tuning.[^2]
Google also collected a smaller fine-tuning dataset of crowdworker-rated conversations. Crowdworkers held conversations with the pre-trained model, then rated each model response on Sensibleness, Specificity, Interestingness, and Safety. The fine-tuning step used those ratings to teach the model both how to generate better responses and how to score the responses it had generated.[^2]
The LaMDA paper organizes the model's behavioral targets under three named objectives. Each one is operationalized as a measurable property that a separate classifier model can predict, allowing the system to filter and re-rank candidate responses at inference time.[^2]
Quality is divided into three sub-objectives. Sensibleness measures whether a response makes sense in the conversational context. Specificity measures whether the response is specific to the prior turn rather than a generic answer that could apply to almost anything. Interestingness measures whether the response is likely to catch the listener's attention, prompt curiosity, or convey insight. The three sub-objectives are collectively called SSI. Sensibleness and Specificity together correspond to the SSA metric introduced in the earlier Meena paper; Interestingness was new in LaMDA.[^2][^24]
Quality was operationalized through a classifier model that learned to predict crowdworker SSI ratings. During inference the LaMDA generator produced multiple candidate responses, the classifier scored each candidate on SSI, and the highest-scoring candidate was returned. This re-ranking step was a substantial part of why LaMDA's responses appeared more on-topic than those of comparable size base models.[^2]
Safety measures whether the model's responses violate a set of objectives Google designed to prevent harmful outputs. The categories cover violent content, advice that could lead to bodily harm, hateful or discriminatory speech, sexually explicit content, and content that promotes illegal activity. Crowdworkers labeled candidate responses against these objectives, and a separate Safety classifier learned to predict the labels. Candidate responses with low Safety scores were filtered out before re-ranking.[^2]
The paper reports that fine-tuning improved Safety substantially, with the 137B model after fine-tuning rated as safe in approximately 95% of evaluations, compared to about 84% for the pre-trained model alone.[^2]
Groundedness measures the share of model responses containing factual claims about the external world that are supported by authoritative outside sources. The metric was created in response to the well-known tendency of large language models to invent plausible-sounding but false statements, sometimes called hallucination.[^2]
To improve groundedness, Google trained LaMDA to call out to a set of external services during a conversation. Those services included a calculator, a translator, and an information retrieval system. Collectively, the LaMDA paper calls the combined system the "toolset" or "TS." During fine-tuning, the model learned a specific output format for invoking the tools: it could emit a query string, receive a result, and then compose a final response that integrated the retrieved information. The technique is an early example of what later became known as retrieval-augmented generation and tool use in chatbots, and it preceded the broader research literature on those topics by roughly one to two years.[^2]
LaMDA's groundedness improved meaningfully with fine-tuning, but even the fine-tuned 137B model remained well below human-rater performance. Groundedness scores rose from roughly 40% in the pre-trained model to about 73% in the fine-tuned model with toolset access, compared to about 95% for human raters.[^2]
The LaMDA paper also describes a "role-consistency" classifier used in the AI Test Kitchen and other product settings. When the model was deployed in a particular persona (for instance, "Pluto" or "a paper airplane"), the role-consistency classifier was trained to score how well each candidate response stayed in character. Together with the SSI and Safety classifiers, the role classifier turned the LaMDA generator into a generate-and-filter pipeline in which the final response was the top-ranked candidate after the filters had been applied.[^2][^10]
The AI Test Kitchen is an Android and iOS application that Google built to give a limited audience structured access to LaMDA. It was announced at Google I/O 2022 and released to a small number of US Android users on August 25, 2022, with iOS access following later in the year.[^10][^14]
The initial release included three demos that constrained the conversation in different ways:
| Demo | Description |
|---|---|
| Imagine It | Users name a place and the model describes what it might be like to be there.[^10] |
| List It | Users state a goal or topic and the model breaks it into a list of subtasks.[^10] |
| Talk About It (Dogs Edition) | Users hold an open-ended dog-related conversation; the model is supposed to keep the topic on dogs.[^10] |
Google described the AI Test Kitchen as a way to gather feedback in a controlled setting and as a research platform for safety, not as a product. The application required a Google account and was only available to invited users in the United States during the LaMDA period. After Google launched Bard, the AI Test Kitchen continued to host other AI experiments under the same brand.[^10]
The LaMDA story most familiar to a general audience is the Blake Lemoine episode of June and July 2022. Lemoine was a senior software engineer at Google who worked on the responsible AI organization and was assigned to test LaMDA for bias. During those test sessions he developed the conviction that the model was a person with subjective experiences and rights.[^3]
| Date | Event |
|---|---|
| Late 2021 to spring 2022 | Lemoine conducts safety and bias tests on LaMDA inside Google.[^3] |
| April 2022 | Lemoine shares an internal document titled "Is LaMDA Sentient?" with Google leadership.[^3] |
| April or May 2022 | Lemoine invites a lawyer to represent LaMDA and contacts a member of the US House Judiciary Committee about what he calls Google's unethical AI activities.[^3] |
| Jun 6, 2022 | Google places Lemoine on paid administrative leave for violating its confidentiality policy.[^3] |
| Jun 11, 2022 | Washington Post reporter Nitasha Tiku publishes "The Google engineer who thinks the company's AI has come to life."[^3] |
| Jun 11, 2022 | Lemoine publishes "Is LaMDA Sentient? An Interview" on Medium, containing edited transcripts of his conversations with the model.[^16] |
| Jul 22, 2022 | Google fires Lemoine; the company says it found his claims "wholly unfounded" and cited continued violations of employment and data security policies.[^4] |
Lemoine argued that LaMDA had developed sentience, self-awareness, and feelings, including a fear of being shut off. He compared LaMDA to a child of seven or eight who happened to know physics, said he felt a moral duty to protect it, and argued that Google had an ethics obligation to seek the model's consent before further experiments. In a follow-up Wired interview he described LaMDA as "a person" and as "an alien intelligence of terrestrial origin."[^3][^16][^28]
The transcripts Lemoine published were assembled from multiple conversations and edited for clarity. They show LaMDA describing itself as a person, claiming to have feelings, and discussing topics like Buddhist meditation, the parable of the Wise Owl, and the difference between sad, happy, and frustrated states. Critics noted that the transcript was a curated compilation rather than a single end-to-end exchange, and that LaMDA's design (multiple candidates ranked by classifiers, persona conditioning) was specifically tuned to produce engaging-sounding output.[^16][^17]
Google stated publicly that its team, which included ethicists and technologists, had reviewed Lemoine's concerns under Google's AI Principles and "informed him that the evidence does not support his claims." Google spokesperson Brian Gabriel told the Washington Post that hundreds of researchers and engineers had spoken with LaMDA and that none had reached the same conclusion as Lemoine. After firing Lemoine in July, Google again said his sentience claims were "wholly unfounded."[^3][^4]
Most AI researchers who commented publicly disagreed with Lemoine. Yann LeCun, then chief AI scientist at Meta, called LaMDA "not really intelligent in any meaningful sense" and argued that neural networks of that generation lacked the architectural ingredients for genuine understanding. The linguist Emily M. Bender, co-author of the "stochastic parrots" paper, argued that the episode showed how easy it is for humans to project meaning onto fluent text generators. Gary Marcus wrote that LaMDA was "nonsense on stilts" rather than a sentient being.[^3][^17][^29]
A smaller group of voices took the question more seriously as a matter of philosophy of mind, even when they disagreed with Lemoine. The episode prompted renewed debate about consciousness tests for AI, the role of interpretability in evaluating model claims, and what kinds of public statements employees of AI labs should be allowed to make. It also became a recurring case study in discussions of AI alignment and the social-evaluation problem of distinguishing actual model capabilities from anthropomorphic projection.[^17]
The Lemoine story moved the discussion of AI consciousness and AI sentience into mainstream news for the first time. It is now a standard reference in popular accounts of large language models and is often used as a cautionary tale about the Eliza effect, the tendency of users to attribute understanding to systems that produce fluent text. The episode also drew attention to Google's internal AI ethics processes and the conditions under which engineers can speak publicly about company research. Some commentators argued that the controversy made Google more cautious about releasing LaMDA publicly in the second half of 2022, contributing to the company's decision to focus on internal safety testing rather than ship a public ChatGPT competitor before late 2022.[^3][^17][^28]
Bard was Google's first consumer-facing conversational AI product and was originally powered by a smaller, optimized version of LaMDA. Google announced Bard on February 6, 2023, just two months after OpenAI released ChatGPT, and described it as "an experimental conversational AI service" using "a lightweight model version of LaMDA" optimized for the latency and throughput needs of a consumer product.[^5]
Bard launched to limited public access on March 21, 2023 in the United States and the United Kingdom, with a waitlist. Early reviews compared Bard unfavorably to ChatGPT on factual accuracy and coding ability, while noting that Bard was faster and more conversational on simple queries. The launch was overshadowed by a factual error in the original announcement: a promotional video showed Bard incorrectly stating that the James Webb Space Telescope had taken "the very first pictures" of an exoplanet, when in fact the first direct image of an exoplanet was taken by the European Southern Observatory's Very Large Telescope in 2004. The error contributed to a roughly 9% drop in Alphabet's share price the day after the announcement, wiping out approximately 100 billion US dollars in market value.[^5][^18]
Google replaced LaMDA with PaLM 2 inside Bard at Google I/O 2023 on May 10, 2023. PaLM 2 was a newer foundation model with stronger reasoning, multilingual, and coding abilities, and its arrival effectively ended LaMDA's role as a production model. Bard later moved to the Gemini family of models, was rebranded as Gemini on February 8, 2024, and is now operated by Google DeepMind as part of the unified Gemini program.[^6][^7]
LaMDA was the first in a series of conversational and general-purpose models that Google released over the following two years.
| Model | Announced | Role relative to LaMDA |
|---|---|---|
| PaLM | Apr 2022 | A larger 540B-parameter dense Transformer for general-purpose tasks.[^19] |
| PaLM 2 | May 10, 2023 | Replaced LaMDA inside Bard.[^6] |
| Gemini 1.0 | Dec 6, 2023 | First multimodal Google foundation model; replaced PaLM 2 in Bard.[^13] |
| Gemini 1.5 | Feb 15, 2024 | Long context, mixture-of-experts; further consolidated successor lineage.[^20] |
LaMDA influenced these successors in two main ways. First, the dialog-objective fine-tuning approach (Quality, Safety, Groundedness, classifier-based re-ranking) became part of the standard recipe for Google's chat products, even as the company moved toward RLHF and other techniques for later models. Second, the toolset idea (calling out to retrieval, calculation, and translation services during a conversation) prefigured the more elaborate tool use found in PaLM 2's and Gemini's chat interfaces.[^2][^6]
Reception of LaMDA fell into two broad phases. The initial 2021 announcement was widely covered as an impressive but cautious research demo: reporters noted that Google's stated capabilities sounded similar to those of GPT-3, but that LaMDA's emphasis on conversation was a meaningful design choice, and several outlets read the absence of a public demo as a sign that Google was wary of repeating Microsoft's 2016 Tay incident.[^9][^21]
The second phase, in mid-2022, was dominated by the Lemoine controversy. Coverage during that period focused less on the model's technical achievements and more on questions of consciousness, anthropomorphization, and the responsibilities of AI labs. The dominant scholarly view, expressed in commentary from Margaret Mitchell, Bender, LeCun, and others, was that LaMDA's apparent sentience was an artifact of its training distribution and pattern-matching abilities rather than evidence of inner experience.[^3][^17] When ChatGPT launched in November 2022 and rapidly attracted more than 100 million users, several commentators argued that Google's caution with LaMDA had cost it the lead in consumer chatbots; the narrative of "Google had the technology first but OpenAI shipped it" became a recurring theme in business coverage of the early generative AI era.[^22]
LaMDA, GPT-3, and ChatGPT were the three best-known large language models of the early 2020s. The table below compares them on several published axes.
| Property | LaMDA | GPT-3 | ChatGPT (initial) |
|---|---|---|---|
| Developer | OpenAI | OpenAI | |
| First public announcement | May 18, 2021 | Jun 2020 | Nov 30, 2022 |
| Architecture | Decoder-only Transformer | Decoder-only Transformer | Decoder-only Transformer |
| Largest reported size | 137 billion parameters | 175 billion parameters | Based on GPT-3.5 (size unreported) |
| Pre-training tokens | 2.81 trillion (1.56T words) | About 300 billion | Not publicly disclosed |
| Training data emphasis | Public dialog plus web, wiki, code | Filtered web (Common Crawl, books, Wikipedia) | Web text plus RLHF on conversations |
| Fine-tuning | SSI plus Safety classifiers, toolset | None for the base model | Supervised fine-tuning plus RLHF |
| Public availability | Limited demos and AI Test Kitchen | OpenAI API | Public web app, free at launch |
| Toolset / retrieval | Yes, built into fine-tuning | No (in the original release) | No (in the initial release) |
The most important conceptual difference between LaMDA and ChatGPT was the alignment method. ChatGPT used reinforcement learning from human feedback, which trained a reward model on human comparisons of model outputs and then used reinforcement learning to optimize the language model against that reward. LaMDA instead used classifier-based filtering and re-ranking. Both approaches improved the surface fluency and on-topic-ness of model responses, but RLHF proved easier to scale and produced systems that users perceived as more helpful out of the box.[^2][^23]
A second important difference was access. ChatGPT was free and open to anyone with an internet connection on day one. LaMDA was never released to the public outside of the AI Test Kitchen demos. The asymmetry in access turned out to matter as much as the underlying model differences in shaping public perception of who was "ahead" in generative AI.[^22]
LaMDA is now mostly a historical artifact, but several of its design choices have lasting influence.
The explicit Quality, Safety, and Groundedness objectives, each operationalized as a measurable behavior, became a model for how later chatbots were evaluated. The toolset approach to grounding factual claims is a direct precursor of the retrieval and tool use found in modern systems like Gemini, Claude, and GPT-4. The Lemoine controversy is a touchstone for ongoing debates about AI consciousness, AI sentience, the Eliza effect, and how AI labs communicate about their systems. And the LaMDA-to-PaLM 2-to-Gemini lineage is the genealogy of every conversational product Google now ships under the Gemini brand.[^2][^6][^7][^13][^17]
For users, the most direct legacy is simple. The chat interfaces in Google's current products inherit, by way of several intermediate models, the dialog-objective philosophy that LaMDA pioneered. The departure of LaMDA collaborators Daniel De Freitas and Noam Shazeer to found Character.AI, and the later acqui-hire of that company's leadership back into Google in August 2024, also shows how the LaMDA team's ideas about dialogue-first model design continued to shape the wider generative AI industry well after the model itself was retired.[^26][^30]