Learning Library

← Back to Library

AI Jesus Needs RAG Safeguards

Key Points

  • A Swiss church created an “AI Jesus” using a HAEN avatar with ChatGPT‑4 for text and Whisper for voice, and a post‑experience survey showed roughly two‑thirds of participants found it meaningful and spiritually engaging.
  • The speaker argues the system was built incorrectly, drawing a parallel to Air Canada’s AI mishap where lack of safeguards caused hallucinated, legally damaging responses.
  • To serve as a credible spiritual authority, the AI should have been built on a retrieval‑augmented generation (RAG) architecture that pulls directly from authoritative religious texts (e.g., the Bible) rather than relying solely on a generic language model.
  • Incorporating guardrails and source‑specific retrieval would prevent the AI from unintentionally mixing in unrelated Buddhist, Hindu, or other spiritual content that the church did not intend to convey.
  • Although the project was a localized experiment, the speaker emphasizes that using the proper AI toolchain and safeguards is essential when creating any AI‑based figure of spiritual authority.

Full Transcript

# AI Jesus Needs RAG Safeguards **Source:** [https://www.youtube.com/watch?v=jLsRpuXqDP0](https://www.youtube.com/watch?v=jLsRpuXqDP0) **Duration:** 00:02:31 ## Summary - A Swiss church created an “AI Jesus” using a HAEN avatar with ChatGPT‑4 for text and Whisper for voice, and a post‑experience survey showed roughly two‑thirds of participants found it meaningful and spiritually engaging. - The speaker argues the system was built incorrectly, drawing a parallel to Air Canada’s AI mishap where lack of safeguards caused hallucinated, legally damaging responses. - To serve as a credible spiritual authority, the AI should have been built on a retrieval‑augmented generation (RAG) architecture that pulls directly from authoritative religious texts (e.g., the Bible) rather than relying solely on a generic language model. - Incorporating guardrails and source‑specific retrieval would prevent the AI from unintentionally mixing in unrelated Buddhist, Hindu, or other spiritual content that the church did not intend to convey. - Although the project was a localized experiment, the speaker emphasizes that using the proper AI toolchain and safeguards is essential when creating any AI‑based figure of spiritual authority. ## Sections - [00:00:00](https://www.youtube.com/watch?v=jLsRpuXqDP0&t=0s) **Swiss AI Jesus Misstep** - A Swiss church built an AI Jesus using a chatbot avatar and received positive user feedback, but the speaker contends the system is fundamentally flawed due to a lack of safeguards and argues it should employ a retrieval‑augmented generation model to remain faithful to its religious foundations. ## Full Transcript
0:00a Swiss church built AI Jesus and I 0:02think they built it incorrectly we're 0:04going to talk about it so we're familiar 0:07with the idea of AI as companions that's 0:09one of the hottest themes in 2024 some 0:11of the fastest growing consumer startups 0:13in AI are around the idea of 0:15companionship spirituality is a new one 0:18uh and this church used a haen avatar 0:21they hooked it up to cat GPT 0:2340 and they had whisper as the voice 0:27mode that's fine as far as it goes 0:30certainly the people who used it enjoyed 0:31it uh 2third of people who used it so 0:34about a, people used it 250 people 0:36responded to the survey afterward for 0:39the art project and two-thirds of that 0:41250 or so said this was meaningful this 0:44was a spiritual experience and they 0:46enjoyed it so it got positive 0:49feedback but I think they built it 0:52wrong and the reason I think they built 0:54it wrong is the same reason why Air 0:57Canada went off the rails with their 0:59bereaved customer about a year or two 1:01ago basically Air Canada had no tool 1:05chain safeguards in place to prevent the 1:08AI from 1:09hallucinating and so the AI hallucinated 1:13a response to a bereaved customer made 1:14up a bereavement policy that wasn't 1:16there and ultimately there was a court 1:18case and Air Canada was found liable for 1:20it in the same 1:22way if you are building a spiritual 1:25authority figure out of AI you probably 1:28wanted to adhere to the foundational 1:31text of your faith which suggests to me 1:33that the correct way to build AI Jesus 1:35would have been a rag Model A retrieval 1:38augmented generation model maybe they 1:39could have used uh some of the guardrail 1:42system that AWS used now I'm not saying 1:45that the people who built this were 1:48going to deploy this on AWS widely it 1:50seems like it was a much more localized 1:52experiment so maybe that's overbuilding 1:54but to me at least you want to hook it 1:56to a rag system and like stick the Bible 1:58in the rag or something because 2:00otherwise it would be entirely plausible 2:03since chat 2:05gp4 has pretty much the entirety of 2:07spiritual writings of mankind at its 2:09disposal to chat with AI Jesus in a 2:12church about Buddhist texts about uh 2:17Hindu texts anything at all and I'm not 2:20sure that's really what the church 2:22intended so if you're going to create a 2:25spiritual authority figure you probably 2:27ought to use the correct tool chain to 2:29do so