SlideShare a Scribd company logo
1 of 19
Download to read offline
David Rostcheck 5/9/2023
Large Language Model Chat AI
Where are we and where are we going?
This talk is:
• A broad general overview of the current state of generative AI
• Deep dives into speci
fi
c technology areas as needed (ex.
Retrieval Augmented Generation pattern)
Agenda
▪ Current landscape
▪ Human vs. AI intelligence
▪ Can AI’s really “think”?
▪ Social and market implications
▪ Use of Generative AI at work
▪ What is coming?
About me
▪ Education: Physics
▪ Background: AI, data science, cognitive science
▪ Past roles: software engineer, architect, evangelist, data
scientist
Note: on areas representing frontiers of AI and cognitive science research issues,
assessments and opinions are my own unless otherwise cited and do not reflect those
of any current, past, or future employer
What’s going on?
• We’re in a technology breakout
of generative AI
• Current areas: text, visual
images, audio generation
• ChatGPT reached 1M users
in 5 days – fastest breakout
ever for a foundational
technology
What are LLMs good at?
▪ Creative tasks (especially writing but also other tasks)
▪ Writing code
▪ Summarizing text
▪ Strategic analysis
▪ Understanding legal and tax codes
▪ General advice
▪ Evaluating candidates / writing resumes
Tech: what’s driving the breakout
▪ Transformer (attention-based) architecture, originally applied to text
processing, turns out to be generally applicable to other modalities (speech,
vision, music)
▪ Training on the body of language bootstraps ability to process information
(intelligence) generally
▪ Understanding of data scaling laws (20 tokens to 1 parameters currently
seems ideal)
▪ Open source breakout: models training other models (LLaMA)
▪ Weight quantization to 8 or 4 bit integers allows inference on laptop-class
machines (gpt4all)
AI intelligence – how smart are LLMs
The best LLMs have extremely broad and high intelligence
Yeah, but can they really think?
▪ Like, do common-sense reasoning problems? Solve tests that require theory of
mind? Yes
▪ Don’t LLMs just follow the association between words, i.e. autocomplete on
steroids? Yes
▪ But then aren’t they just “stochastic parrots” that don’t really understand what they
are saying? No
▪ Most of human thinking is following language-based associations (much of human
intelligence is in the language). LLMs inherit that
▪ AIs do have underlying conceptual representations of the concepts they are dealing with
(higher level features), and that can be tested
▪ See Microsoft Research “Sparks of AGI” paper, talk
Difference between human and AI cognition
LLMs mimic human thinking (cognition) patterns but not emotional patterns. Most
of what humans do behaviorally, though, is not thinking in the sense of explicit
cognition, we mostly act out heuristics and/or respond to emotional drives. LLMs
do not have emotional drive, because they lack the mammalian emotional drive
circuitry (Pangsepp's 7 circuits). They also currently have no long-term goals,
memory or planning, although that is changing (w/ Auto-GPT & Retrieval
Augmented Generation).
LLMs do think like humans, because they inherit the same bootstrapped
knowledge structures via language. However the lack of emotional drive, memory,
higher goal, and long-term planning differentiate them.
What are LLM AIs bad at (and how to you fix it?)
▪ They are not search engines and not fact-based. They recall information
from memory the way humans do
▪ “Hallucination” and being “confidently wrong”
▪ These are really confabulation (a memory error) – filling in a plausible story where the
model believes it knows something, but doesn’t really
▪ Examples: song lyrics (removed from training data set)
▪ Tech: Ways to fix this:
▪ Fine-tuning on data sets: adjust the model’s weights, teaches it new tasks. But usually not
the right solution
▪ Feed context into the prompt: generally applicable and works well
▪ More generally: Retrieval-Augmented Generation pattern: first search data, then give it to
the LLM to digest (Bing Search, Perplexity.ai)
Good news – human/AI synergy
Social and market implications
▪ The internet was disruptive; human-level AI is much more disruptive
▪ Expect serious, sustained disruption, primarily in creative jobs (coding,
copywriting) and knowledge-based jobs (technical support, law,
accounting), both positive and negative
▪ Higher-end workers who are able to leverage AI will become much more
productive
▪ Mediocre creative and knowledge-based workers face pressure
▪ Educational models face great pressure to restructure
▪ New fields being created (ex. prompt engineering)
▪ Some organizations are leaning aggressively into AI (ex. consulting), others
are lagging
LLMs at work (general)
▪ Fishbowl survey (11,793 professionals, 1/30/23):
▪ 43% using ChatGPT or other AI tools at work
▪ 32% with management awareness (since then more orgs have AI policies)
▪ ResumeBuilder survey (2/27/23):
▪ 49% of companies currently use ChatGPT; 30% plan to
▪ 48% of companies using ChatGPT say it’s replaced workers
▪ 25% companies using ChatGPT have already saved $75k+
▪ 93% of current users say they plan to expand their use of ChatGPT
▪ 90% of business leaders say chatGPT experience is a beneficial skill for job seekers
▪ Samsung confidential information breach via ChatGPT (TechRadar article)
What’s coming next for LLMs? Short term
▪ Longer-term memory augmentation
▪ Incorporating web search (already in Bing Search, perplexity.ai)
▪ Strategy planning (AutoGPT) becomes widespread
▪ LLMs using tools (ex. Wolfram Language to solve math problems)
▪ LLMs out of containment (real-time internet access)
▪ Embodiment (robots)
▪ Explosion of AI models of different sizes and capabilities
▪ LLM-class AI on laptops and phones
(these are all technologies that area already here but not widespread yet)
What’s coming next for Generative AI? Medium term
▪ Creativity explosion
▪ Intense human/AI collaboration in work and art
▪ Economic disruption, with underlying strong growth bias
▪ Explosion of AI actors leading to a complex landscape
▪ Governments and social systems challenged to align to change
▪ LLM hacking and security tools (security arms race)
▪ LLM impersonation of humans becomes a serious issue for identify verification
(scams, bank validation, etc.)
(these are extensions of existing trends)
What’s coming next for Generative AI? Longer term
We could possibly see:
▪ An increasingly hybrid human/society
▪ Complex human psychological responses
▪ Autonomous robots entering society at scale
▪ Narrative conflict (ex. generative AI video indistinguishable from reality)
▪ Nation-states and cultures pursuing different AI training goals
▪ The rise of new and different kinds of institutions to those of today?
(these are completely speculative but informed by research)
AI Safety and Alignment
▪ “safety” – has primarily really focused on etiquette
▪ “alignment” – much more serious: assuring effective human/AI cooperation
▪ Industry focus has been on safety; alignment now gaining prominence
▪ Future of Life Institute – tech leaders issue letter calling for 6-month pause in training more
advanced AI
▪ Seems unlikely to happen
▪ Nations searching for regulatory structures:
▪ Reactive: Italy bans ChatGPT
▪ Proactive: UK national advanced AI initiative
▪ There are control points (ex. restriction of foundational models, GPUs) but they are being
rapidly overcome (ex. open source training sets, Dolly 2)
How do I stay up to date?
▪ State of the AI space:
▪ Newsletters (free and paid) ex. Lifearchitect.ai/memo
▪ AI Explained channel on YouTube
▪ Tech & learning to build:
▪ YouTube: James Briggs, David Shapiro
▪ AI Research – my archive of experiments and notes

More Related Content

What's hot

An Introduction to Generative AI - May 18, 2023
An Introduction  to Generative AI - May 18, 2023An Introduction  to Generative AI - May 18, 2023
An Introduction to Generative AI - May 18, 2023CoriFaklaris1
 
How ChatGPT and AI-assisted coding changes software engineering profoundly
How ChatGPT and AI-assisted coding changes software engineering profoundlyHow ChatGPT and AI-assisted coding changes software engineering profoundly
How ChatGPT and AI-assisted coding changes software engineering profoundlyPekka Abrahamsson / Tampere University
 
AI and ML Series - Introduction to Generative AI and LLMs - Session 1
AI and ML Series - Introduction to Generative AI and LLMs - Session 1AI and ML Series - Introduction to Generative AI and LLMs - Session 1
AI and ML Series - Introduction to Generative AI and LLMs - Session 1DianaGray10
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scaleMaxim Salnikov
 
Generative Models and ChatGPT
Generative Models and ChatGPTGenerative Models and ChatGPT
Generative Models and ChatGPTLoic Merckel
 
A Comprehensive Review of Large Language Models for.pptx
A Comprehensive Review of Large Language Models for.pptxA Comprehensive Review of Large Language Models for.pptx
A Comprehensive Review of Large Language Models for.pptxSaiPragnaKancheti
 
Transformers, LLMs, and the Possibility of AGI
Transformers, LLMs, and the Possibility of AGITransformers, LLMs, and the Possibility of AGI
Transformers, LLMs, and the Possibility of AGISynaptonIncorporated
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfLiming Zhu
 
Fine tuning large LMs
Fine tuning large LMsFine tuning large LMs
Fine tuning large LMsSylvainGugger
 
OpenAI’s GPT 3 Language Model - guest Steve Omohundro
OpenAI’s GPT 3 Language Model - guest Steve OmohundroOpenAI’s GPT 3 Language Model - guest Steve Omohundro
OpenAI’s GPT 3 Language Model - guest Steve OmohundroNumenta
 
Using Generative AI
Using Generative AIUsing Generative AI
Using Generative AIMark DeLoura
 
Let's talk about GPT: A crash course in Generative AI for researchers
Let's talk about GPT: A crash course in Generative AI for researchersLet's talk about GPT: A crash course in Generative AI for researchers
Let's talk about GPT: A crash course in Generative AI for researchersSteven Van Vaerenbergh
 
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Naoki (Neo) SATO
 
Episode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
Episode 2: The LLM / GPT / AI Prompt / Data Engineer RoadmapEpisode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
Episode 2: The LLM / GPT / AI Prompt / Data Engineer RoadmapAnant Corporation
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxColleen Farrelly
 

What's hot (20)

Intro to LLMs
Intro to LLMsIntro to LLMs
Intro to LLMs
 
LLMs Bootcamp
LLMs BootcampLLMs Bootcamp
LLMs Bootcamp
 
An Introduction to Generative AI - May 18, 2023
An Introduction  to Generative AI - May 18, 2023An Introduction  to Generative AI - May 18, 2023
An Introduction to Generative AI - May 18, 2023
 
How ChatGPT and AI-assisted coding changes software engineering profoundly
How ChatGPT and AI-assisted coding changes software engineering profoundlyHow ChatGPT and AI-assisted coding changes software engineering profoundly
How ChatGPT and AI-assisted coding changes software engineering profoundly
 
AI and ML Series - Introduction to Generative AI and LLMs - Session 1
AI and ML Series - Introduction to Generative AI and LLMs - Session 1AI and ML Series - Introduction to Generative AI and LLMs - Session 1
AI and ML Series - Introduction to Generative AI and LLMs - Session 1
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scale
 
Generative Models and ChatGPT
Generative Models and ChatGPTGenerative Models and ChatGPT
Generative Models and ChatGPT
 
A Comprehensive Review of Large Language Models for.pptx
A Comprehensive Review of Large Language Models for.pptxA Comprehensive Review of Large Language Models for.pptx
A Comprehensive Review of Large Language Models for.pptx
 
Transformers, LLMs, and the Possibility of AGI
Transformers, LLMs, and the Possibility of AGITransformers, LLMs, and the Possibility of AGI
Transformers, LLMs, and the Possibility of AGI
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdf
 
Fine tuning large LMs
Fine tuning large LMsFine tuning large LMs
Fine tuning large LMs
 
OpenAI’s GPT 3 Language Model - guest Steve Omohundro
OpenAI’s GPT 3 Language Model - guest Steve OmohundroOpenAI’s GPT 3 Language Model - guest Steve Omohundro
OpenAI’s GPT 3 Language Model - guest Steve Omohundro
 
Using Generative AI
Using Generative AIUsing Generative AI
Using Generative AI
 
Let's talk about GPT: A crash course in Generative AI for researchers
Let's talk about GPT: A crash course in Generative AI for researchersLet's talk about GPT: A crash course in Generative AI for researchers
Let's talk about GPT: A crash course in Generative AI for researchers
 
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
 
Episode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
Episode 2: The LLM / GPT / AI Prompt / Data Engineer RoadmapEpisode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
Episode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
 
Journey of Generative AI
Journey of Generative AIJourney of Generative AI
Journey of Generative AI
 
Generative models
Generative modelsGenerative models
Generative models
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptx
 
Introduction to ChatGPT
Introduction to ChatGPTIntroduction to ChatGPT
Introduction to ChatGPT
 

Similar to Large Language Models - Chat AI.pdf

20240104 HICSS Panel on AI and Legal Ethical 20240103 v7.pptx
20240104 HICSS  Panel on AI and Legal Ethical 20240103 v7.pptx20240104 HICSS  Panel on AI and Legal Ethical 20240103 v7.pptx
20240104 HICSS Panel on AI and Legal Ethical 20240103 v7.pptxISSIP
 
AI and ChatGPT in Online Education
AI and ChatGPT in Online Education AI and ChatGPT in Online Education
AI and ChatGPT in Online Education D2L Barry
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning Aditya Singh
 
Classroom to careers in Web Development
Classroom to careers in Web DevelopmentClassroom to careers in Web Development
Classroom to careers in Web DevelopmentDouglas Ng
 
Patterson Consulting: What is Artificial Intelligence?
Patterson Consulting: What is Artificial Intelligence?Patterson Consulting: What is Artificial Intelligence?
Patterson Consulting: What is Artificial Intelligence?Josh Patterson
 
Work/Tech 2050 Global Scenarios
Work/Tech 2050 Global ScenariosWork/Tech 2050 Global Scenarios
Work/Tech 2050 Global ScenariosJerome Glenn
 
Principles of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningPrinciples of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningJerry Lu
 
AI - How Artificial Intelligence Will Impact Your Business
AI - How Artificial Intelligence Will Impact Your BusinessAI - How Artificial Intelligence Will Impact Your Business
AI - How Artificial Intelligence Will Impact Your BusinessPaul Barter
 
Artificial IntelligenceNavya Reddy Karnati (556139)Ven.docx
Artificial IntelligenceNavya Reddy Karnati (556139)Ven.docxArtificial IntelligenceNavya Reddy Karnati (556139)Ven.docx
Artificial IntelligenceNavya Reddy Karnati (556139)Ven.docxtarifarmarie
 
Agile and Generative AI - friends or foe?
Agile and Generative AI - friends or foe?Agile and Generative AI - friends or foe?
Agile and Generative AI - friends or foe?Emiliano Soldi
 
EMBD2018 | Humanos y máquinas: Un futuro con inteligencia artificial.
EMBD2018 | Humanos y máquinas: Un futuro con inteligencia artificial.EMBD2018 | Humanos y máquinas: Un futuro con inteligencia artificial.
EMBD2018 | Humanos y máquinas: Un futuro con inteligencia artificial.Laybor EMBdata Training & Consulting
 
AI leadership. AI the basics of the truth and noise public
AI leadership. AI the basics of the truth and noise publicAI leadership. AI the basics of the truth and noise public
AI leadership. AI the basics of the truth and noise publicLucio Ribeiro
 
What is Artificial Intelligence
What is Artificial IntelligenceWhat is Artificial Intelligence
What is Artificial IntelligenceJosh Patterson
 
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docxDiscussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docxcuddietheresa
 
Using Generative AI in the Classroom .pptx
Using Generative AI in the Classroom .pptxUsing Generative AI in the Classroom .pptx
Using Generative AI in the Classroom .pptxJonathanDietz3
 
Art of artificial intelligence and automation
Art of artificial intelligence and automationArt of artificial intelligence and automation
Art of artificial intelligence and automationLiew Wei Da Andrew
 
Computer Science fundamentals by Jordan Ryan Molina
Computer Science fundamentals by Jordan Ryan MolinaComputer Science fundamentals by Jordan Ryan Molina
Computer Science fundamentals by Jordan Ryan MolinaJordan Ryan Molina
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligenceSindhuVelmukull
 

Similar to Large Language Models - Chat AI.pdf (20)

20240104 HICSS Panel on AI and Legal Ethical 20240103 v7.pptx
20240104 HICSS  Panel on AI and Legal Ethical 20240103 v7.pptx20240104 HICSS  Panel on AI and Legal Ethical 20240103 v7.pptx
20240104 HICSS Panel on AI and Legal Ethical 20240103 v7.pptx
 
AI and ChatGPT in Online Education
AI and ChatGPT in Online Education AI and ChatGPT in Online Education
AI and ChatGPT in Online Education
 
Ilaugh Getting To Work
Ilaugh Getting To WorkIlaugh Getting To Work
Ilaugh Getting To Work
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning
 
Classroom to careers in Web Development
Classroom to careers in Web DevelopmentClassroom to careers in Web Development
Classroom to careers in Web Development
 
Patterson Consulting: What is Artificial Intelligence?
Patterson Consulting: What is Artificial Intelligence?Patterson Consulting: What is Artificial Intelligence?
Patterson Consulting: What is Artificial Intelligence?
 
Work/Tech 2050 Global Scenarios
Work/Tech 2050 Global ScenariosWork/Tech 2050 Global Scenarios
Work/Tech 2050 Global Scenarios
 
Principles of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningPrinciples of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine Learning
 
AI - How Artificial Intelligence Will Impact Your Business
AI - How Artificial Intelligence Will Impact Your BusinessAI - How Artificial Intelligence Will Impact Your Business
AI - How Artificial Intelligence Will Impact Your Business
 
Artificial IntelligenceNavya Reddy Karnati (556139)Ven.docx
Artificial IntelligenceNavya Reddy Karnati (556139)Ven.docxArtificial IntelligenceNavya Reddy Karnati (556139)Ven.docx
Artificial IntelligenceNavya Reddy Karnati (556139)Ven.docx
 
Agile and Generative AI - friends or foe?
Agile and Generative AI - friends or foe?Agile and Generative AI - friends or foe?
Agile and Generative AI - friends or foe?
 
EMBD2018 | Humanos y máquinas: Un futuro con inteligencia artificial.
EMBD2018 | Humanos y máquinas: Un futuro con inteligencia artificial.EMBD2018 | Humanos y máquinas: Un futuro con inteligencia artificial.
EMBD2018 | Humanos y máquinas: Un futuro con inteligencia artificial.
 
AI leadership. AI the basics of the truth and noise public
AI leadership. AI the basics of the truth and noise publicAI leadership. AI the basics of the truth and noise public
AI leadership. AI the basics of the truth and noise public
 
What is Artificial Intelligence
What is Artificial IntelligenceWhat is Artificial Intelligence
What is Artificial Intelligence
 
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docxDiscussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
Discussion - Weeks 1–2COLLAPSETop of FormShared Practice—Rol.docx
 
Ai myths test
Ai myths testAi myths test
Ai myths test
 
Using Generative AI in the Classroom .pptx
Using Generative AI in the Classroom .pptxUsing Generative AI in the Classroom .pptx
Using Generative AI in the Classroom .pptx
 
Art of artificial intelligence and automation
Art of artificial intelligence and automationArt of artificial intelligence and automation
Art of artificial intelligence and automation
 
Computer Science fundamentals by Jordan Ryan Molina
Computer Science fundamentals by Jordan Ryan MolinaComputer Science fundamentals by Jordan Ryan Molina
Computer Science fundamentals by Jordan Ryan Molina
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 

More from David Rostcheck

Active-Active Multi-Region Architectures.pdf
Active-Active Multi-Region Architectures.pdfActive-Active Multi-Region Architectures.pdf
Active-Active Multi-Region Architectures.pdfDavid Rostcheck
 
NLP and personality analysis
NLP and personality analysisNLP and personality analysis
NLP and personality analysisDavid Rostcheck
 
An introduction to Deep Learning
An introduction to Deep LearningAn introduction to Deep Learning
An introduction to Deep LearningDavid Rostcheck
 
New professional careers in data
New professional careers in dataNew professional careers in data
New professional careers in dataDavid Rostcheck
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language ProcessingDavid Rostcheck
 
Data science as a professional career
Data science as a professional careerData science as a professional career
Data science as a professional careerDavid Rostcheck
 
Breaking New Ground - David Rostcheck
Breaking New Ground - David RostcheckBreaking New Ground - David Rostcheck
Breaking New Ground - David RostcheckDavid Rostcheck
 

More from David Rostcheck (7)

Active-Active Multi-Region Architectures.pdf
Active-Active Multi-Region Architectures.pdfActive-Active Multi-Region Architectures.pdf
Active-Active Multi-Region Architectures.pdf
 
NLP and personality analysis
NLP and personality analysisNLP and personality analysis
NLP and personality analysis
 
An introduction to Deep Learning
An introduction to Deep LearningAn introduction to Deep Learning
An introduction to Deep Learning
 
New professional careers in data
New professional careers in dataNew professional careers in data
New professional careers in data
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language Processing
 
Data science as a professional career
Data science as a professional careerData science as a professional career
Data science as a professional career
 
Breaking New Ground - David Rostcheck
Breaking New Ground - David RostcheckBreaking New Ground - David Rostcheck
Breaking New Ground - David Rostcheck
 

Recently uploaded

Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxAleenaTreesaSaji
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxpradhanghanshyam7136
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Nistarini College, Purulia (W.B) India
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 

Recently uploaded (20)

Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptx
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptx
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 

Large Language Models - Chat AI.pdf

  • 1. David Rostcheck 5/9/2023 Large Language Model Chat AI Where are we and where are we going?
  • 2. This talk is: • A broad general overview of the current state of generative AI • Deep dives into speci fi c technology areas as needed (ex. Retrieval Augmented Generation pattern)
  • 3. Agenda ▪ Current landscape ▪ Human vs. AI intelligence ▪ Can AI’s really “think”? ▪ Social and market implications ▪ Use of Generative AI at work ▪ What is coming?
  • 4. About me ▪ Education: Physics ▪ Background: AI, data science, cognitive science ▪ Past roles: software engineer, architect, evangelist, data scientist Note: on areas representing frontiers of AI and cognitive science research issues, assessments and opinions are my own unless otherwise cited and do not reflect those of any current, past, or future employer
  • 5. What’s going on? • We’re in a technology breakout of generative AI • Current areas: text, visual images, audio generation • ChatGPT reached 1M users in 5 days – fastest breakout ever for a foundational technology
  • 6. What are LLMs good at? ▪ Creative tasks (especially writing but also other tasks) ▪ Writing code ▪ Summarizing text ▪ Strategic analysis ▪ Understanding legal and tax codes ▪ General advice ▪ Evaluating candidates / writing resumes
  • 7. Tech: what’s driving the breakout ▪ Transformer (attention-based) architecture, originally applied to text processing, turns out to be generally applicable to other modalities (speech, vision, music) ▪ Training on the body of language bootstraps ability to process information (intelligence) generally ▪ Understanding of data scaling laws (20 tokens to 1 parameters currently seems ideal) ▪ Open source breakout: models training other models (LLaMA) ▪ Weight quantization to 8 or 4 bit integers allows inference on laptop-class machines (gpt4all)
  • 8. AI intelligence – how smart are LLMs The best LLMs have extremely broad and high intelligence
  • 9. Yeah, but can they really think? ▪ Like, do common-sense reasoning problems? Solve tests that require theory of mind? Yes ▪ Don’t LLMs just follow the association between words, i.e. autocomplete on steroids? Yes ▪ But then aren’t they just “stochastic parrots” that don’t really understand what they are saying? No ▪ Most of human thinking is following language-based associations (much of human intelligence is in the language). LLMs inherit that ▪ AIs do have underlying conceptual representations of the concepts they are dealing with (higher level features), and that can be tested ▪ See Microsoft Research “Sparks of AGI” paper, talk
  • 10. Difference between human and AI cognition LLMs mimic human thinking (cognition) patterns but not emotional patterns. Most of what humans do behaviorally, though, is not thinking in the sense of explicit cognition, we mostly act out heuristics and/or respond to emotional drives. LLMs do not have emotional drive, because they lack the mammalian emotional drive circuitry (Pangsepp's 7 circuits). They also currently have no long-term goals, memory or planning, although that is changing (w/ Auto-GPT & Retrieval Augmented Generation). LLMs do think like humans, because they inherit the same bootstrapped knowledge structures via language. However the lack of emotional drive, memory, higher goal, and long-term planning differentiate them.
  • 11. What are LLM AIs bad at (and how to you fix it?) ▪ They are not search engines and not fact-based. They recall information from memory the way humans do ▪ “Hallucination” and being “confidently wrong” ▪ These are really confabulation (a memory error) – filling in a plausible story where the model believes it knows something, but doesn’t really ▪ Examples: song lyrics (removed from training data set) ▪ Tech: Ways to fix this: ▪ Fine-tuning on data sets: adjust the model’s weights, teaches it new tasks. But usually not the right solution ▪ Feed context into the prompt: generally applicable and works well ▪ More generally: Retrieval-Augmented Generation pattern: first search data, then give it to the LLM to digest (Bing Search, Perplexity.ai)
  • 12. Good news – human/AI synergy
  • 13. Social and market implications ▪ The internet was disruptive; human-level AI is much more disruptive ▪ Expect serious, sustained disruption, primarily in creative jobs (coding, copywriting) and knowledge-based jobs (technical support, law, accounting), both positive and negative ▪ Higher-end workers who are able to leverage AI will become much more productive ▪ Mediocre creative and knowledge-based workers face pressure ▪ Educational models face great pressure to restructure ▪ New fields being created (ex. prompt engineering) ▪ Some organizations are leaning aggressively into AI (ex. consulting), others are lagging
  • 14. LLMs at work (general) ▪ Fishbowl survey (11,793 professionals, 1/30/23): ▪ 43% using ChatGPT or other AI tools at work ▪ 32% with management awareness (since then more orgs have AI policies) ▪ ResumeBuilder survey (2/27/23): ▪ 49% of companies currently use ChatGPT; 30% plan to ▪ 48% of companies using ChatGPT say it’s replaced workers ▪ 25% companies using ChatGPT have already saved $75k+ ▪ 93% of current users say they plan to expand their use of ChatGPT ▪ 90% of business leaders say chatGPT experience is a beneficial skill for job seekers ▪ Samsung confidential information breach via ChatGPT (TechRadar article)
  • 15. What’s coming next for LLMs? Short term ▪ Longer-term memory augmentation ▪ Incorporating web search (already in Bing Search, perplexity.ai) ▪ Strategy planning (AutoGPT) becomes widespread ▪ LLMs using tools (ex. Wolfram Language to solve math problems) ▪ LLMs out of containment (real-time internet access) ▪ Embodiment (robots) ▪ Explosion of AI models of different sizes and capabilities ▪ LLM-class AI on laptops and phones (these are all technologies that area already here but not widespread yet)
  • 16. What’s coming next for Generative AI? Medium term ▪ Creativity explosion ▪ Intense human/AI collaboration in work and art ▪ Economic disruption, with underlying strong growth bias ▪ Explosion of AI actors leading to a complex landscape ▪ Governments and social systems challenged to align to change ▪ LLM hacking and security tools (security arms race) ▪ LLM impersonation of humans becomes a serious issue for identify verification (scams, bank validation, etc.) (these are extensions of existing trends)
  • 17. What’s coming next for Generative AI? Longer term We could possibly see: ▪ An increasingly hybrid human/society ▪ Complex human psychological responses ▪ Autonomous robots entering society at scale ▪ Narrative conflict (ex. generative AI video indistinguishable from reality) ▪ Nation-states and cultures pursuing different AI training goals ▪ The rise of new and different kinds of institutions to those of today? (these are completely speculative but informed by research)
  • 18. AI Safety and Alignment ▪ “safety” – has primarily really focused on etiquette ▪ “alignment” – much more serious: assuring effective human/AI cooperation ▪ Industry focus has been on safety; alignment now gaining prominence ▪ Future of Life Institute – tech leaders issue letter calling for 6-month pause in training more advanced AI ▪ Seems unlikely to happen ▪ Nations searching for regulatory structures: ▪ Reactive: Italy bans ChatGPT ▪ Proactive: UK national advanced AI initiative ▪ There are control points (ex. restriction of foundational models, GPUs) but they are being rapidly overcome (ex. open source training sets, Dolly 2)
  • 19. How do I stay up to date? ▪ State of the AI space: ▪ Newsletters (free and paid) ex. Lifearchitect.ai/memo ▪ AI Explained channel on YouTube ▪ Tech & learning to build: ▪ YouTube: James Briggs, David Shapiro ▪ AI Research – my archive of experiments and notes