SlideShare une entreprise Scribd logo
1  sur  100
Hello.45 Main St 3rd Fl . Brooklyn, NY 11201
P: 718-625-4843
www.hugeinc.com
MARCH 12 TH , 2 01 7 | D E SI G NI NG INTEL LIGEN T CONVERSATIONS @SXSW
03.1 2.201 7
Designing Intelligent
Conversations
AGEN DA
3
1. Intro.
2. Talk.
3. Design.
4. Break.
5. Build.
Introductions.
TALK
4
5
Introductions
Austin Beer
UX-er
David Sicher
Prototyper
Matt Ryan
Prototyper
6
Los Angeles.
7
<3 Workshops
8
JesusBot
INT RODUCTIONS
Helps connected christians pray
regularly, get advice, and directs
donations to great non-profits.
8
@MKLoomis
Introducing
chatbots.
DESIGNING INT ELLIGENT CON VER SATIO NS
9
What is a
chatbot.
TALK
10
A chatbot is software you
have a conversation with.
DE FININ G CHATBOTS
11
12
Anything can
be boiled
down to a
conversation.
CHATBOT BA SIC S
Deciding
what make.
TALK
13
1. Mini-version of your business.
2. Extend your marketing.
3. Focus on automation.
AWESOME KINDS OF CHATBOTS
14
15
Mini-version of your business.
AWESOME KINDS OF CHATBOTS
MediaFinance Transportation
16
Extend your marketing.
AWESOME KINDS OF CHATBOTS
Blog / Notifications Portfolio SiteCampaigns
17
Focus on automation.
AWESOME KINDS OF CHATBOTS
Customer ServiceOperations Legal
The stakes of
automation.
TALK
18
19
Gort
20
Art & science utopia?
21
Invincible police-state?
22
Automating religion?
2323
Guided mediation. Regular reflection.
Habitual religiousness
AUTOMATION NOW
Relationship design.
2424
AUTOMATION NOW
Is this really
what we want?
Time to make some decisions.
25
Who do you want to help?
Or replace?
WHY THIS MATTER S
26
What are the roles for
bots in the future?
WHY THIS MATTER S
27
What are the roles for
humans in the future?
WHY THIS MATTER S
28
Explore what relationships do we
want automated by technology
& which we don’t.
TOD AY’S LESSON P LA N
29
WHY DESIGN MATTER S
Design identifies the
right thing to make.
30
Solve messy problems with
iterative, collaborative &
empathetic methods.
DE SIGN THINK ING
31
Time to start designing.
32
Designing
conversation.
DESIGNING INT ELLIGENT CON VER SATIO NS
33
Let’s figure out the goals,
structure, & what to say.
REME MBER GOOD CO NVER SA TI ON?
34
Picking goals.
DESIGNING INT ELLIGENT CON VER SATIO NS
35
Define the relationship.
CHATBOT PERSONA
36
1. Parent.
2. Pal.
3. Pet.
DEFINING T HE RELATIONSHIP
37
1. What does it tell users to do?
2. What does it do with users?
3. What do users tell it to do?
DEFINING T HE RELATIONSHIP
38
1. Remind people to pray.
2. Help with ethical problems.
3. Send donation to a non-profit.
DEFINING T HE RELATIONSHIP
39
1. What does it tell users to do?
2. What does it do with users?
3. What do users tell it to do?
DEFINING T HE RELATIONSHIP
40
Take 5 min to write Parent,
Pal, & Pet behaviors.
TEAM WORK MAKES THE DR EAM WOR K
41
What to say.
DESIGNING CONVERSATION
42
How might we sketch the kind of
conversation we are having?
THE PROBLEM
43
THATS HOW
Conversation
Mapping
44
Using post-it notes to be
clear & collaborative.
ADVANCED CON VERSATIO N MAPPI NG
45
46
47
Clicked buttons
Utterances
Natural Language
Processing (NLP)
The script The interaction
48
49
Pray
Advice Donations
Pick a Parent, Pal, & Pet goal.
Take 10m to sketch out a
conversation!
TEAM WORK MAKES THE DR EAM WOR K
50
Structuring
conversations.
DESIGNING CONVERSATION
51
We quickly end up
lost in the details.
52
Stay focused on structuring
interesting kinds of conversations.
CON VERSATION STRUCTURES
53
54
Try having a different kind of
conversation.
CO NVERSAT ION STRUCTURES
String of
Pearls
Train
Track
Parallel
Track
Open
World
Hub &
Spoke
5555
CO NVERSAT ION STRUCTURES
Train Tracks for
customer service
& routing.
5656
CO NVERSAT ION STRUCTURES
String of Pearls for
news, quizzes, blogs,
& notifications.
5757
CO NVERSAT ION STRUCTURES
Open World for
entertainment &
fuzzy searching.
5858
CO NVERSAT ION STRUCTURES
Parallel Paths for
switching between
human & bot, or agents.
5959
CO NVERSAT ION STRUCTURES
Hub & Spoke for
menus, core stories,
& easter eggs.
Take 5m to identify the
structure of your conversation.
Where would you expand to?
TEAM WORK MAKES THE DR EAM WOR K
60
Get ready to make
some bots.
DESIGNING INT ELLIGENT CON VER SATIO NS
61
Tooling &
setup.
BUI LD
62
Copy the files from
the USB drive to your
computer.
Super easy.
STEP 1
63
Run the Docker
Installer & follow the
onscreen instructions.
We believe in you.
STEP 2
64
Open the folder
named ‘demo-bot’.
Double click the
‘Install’ file.
That’s it for now!
STEP 3
65
Break.6100 Wilshire Blvd, LA CA 90048
www.hugeinc.com
Making a chatbot.
DESIGNING INT ELLIGENT CON VER SATIO NS
67
A.I. is not magic.
BUI LD
68
A.I.
69
A.I. is “the capability of a
machine to imitate
intelligent human behavior.”
70
― Merriam Webster
AI is the science of engineering
machines that are capable of
non-trivial, non-routine computations.
MATT SAYS
71
AI is a system that provides the
correct service to the user
based on the user’s input.
DAVID SAYS
72
AI is anything that has
been designed with
human behaviors in mind.
AUSTIN SAYS
73
The spectrum of intelligent
human behavior.
LETS GET C LEAR ON A.I.
74
Very complex
systems
Made for
humans
Mapped out
actions to reactions
A.I. IS NOT M AGIC
Instead of worrying
about A.I., focus on
your services.
75
Machine Learning & API’s
help make chatbots feel “smarter.”
AI IS N OT M AGIC
76
Machine Learning.
77
Machine Learning is a
method to detect patterns
in large data sets.
78
― Austin, David & Matt
1. NLP / Speech Recognition.
2. Geo-Location and Mapping.
3. Image tagging.
EXAMP LES OF MAC HINE LE ARN ING APPLICATIONS
79
A.I. IS NOT M AGIC
Machine Learning is
not required for most
chatbots.
80
API’s.
81
API integrations connect chatbots
to services and to the real world.
WHY API’S
82
1. Getting user data.
2. Connecting with Internet of Things.
3. Sending a purchase request.
EXAMP LES OF API INTEGRATIO NS
83
A.I. IS NOT M AGIC
Creative use of API’s
is the real magic.
84
Now let’s
really make
the bots.
BUI LD
85
Register at
join.riseofthebots.net
You will receive a email confirmation shortly.
STEP 1
86
Go to
slack.com/apps/
manage/custom-
integrations
The link is in slack.
STEP 2
87
1. Click ‘Bots’.
2. Click ‘Add Configuration’.
3. Enter a username.
4. Click ‘Add bot integration’.
5. Copy your token. (we’ll use it in a minute).
6. Optional, add a profile pic
88
STEP 3
1. Double click the LAUNCH file found in the
demo-bot folder.
2. When prompted, enter your slack token
and press ENTER.
3. Check in Slack to see if your bot is online!
89
STEP 4
Follow along &
get making.
You are amazing.
STEP 5
90
Rising of the bots.
DESIGNING INT ELLIGENT CON VER SATIO NS
91
Bot imperatives.
DESIGNING INT ELLIGENT CON VER SATIO NS
92
93
Paul Grice
1. Quantity.
2. Quality.
3. Relation.
4. Manner.
GRI CE’ S MAXIMS
94
Be helpful & clear. Don’t ramble
or have too many options.
MAXIM OF QUANTI TY
95
Be honest about what you do
& don’t over simplify.
MAXIM OF QUALI TY
96
Respond to everything, but
remember the goal.
MAXIM OF RELATION
97
Consider how what is said is said.
Be enjoyable, not curt or overwhelming.
MAXIM OF MANNER
98
ALWAYS REME MBER
Fuck the rules.
99
Technically, Grice said “flout the maxims”.
Done.6100 Wilshire Blvd, LA CA 90048
www.hugeinc.com

Contenu connexe

Tendances

Heidi Young, Ozlo VP of Engineering, Seattle Interactive 2016
Heidi Young, Ozlo VP of Engineering, Seattle Interactive 2016Heidi Young, Ozlo VP of Engineering, Seattle Interactive 2016
Heidi Young, Ozlo VP of Engineering, Seattle Interactive 2016teamozlo
 
Artificial Intelligence as an Interface - How Conversation Bots Are Changing ...
Artificial Intelligence as an Interface - How Conversation Bots Are Changing ...Artificial Intelligence as an Interface - How Conversation Bots Are Changing ...
Artificial Intelligence as an Interface - How Conversation Bots Are Changing ...Sage Franch
 
The Chatbot Imperative: Intelligence, Personalization and Utilitarian Design
The Chatbot Imperative: Intelligence, Personalization and Utilitarian DesignThe Chatbot Imperative: Intelligence, Personalization and Utilitarian Design
The Chatbot Imperative: Intelligence, Personalization and Utilitarian DesignCognizant
 
How Chatbots will overtake the app in 2017
How Chatbots will overtake the app in 2017How Chatbots will overtake the app in 2017
How Chatbots will overtake the app in 2017eBranding Ninja
 
api.ai presentation
api.ai presentationapi.ai presentation
api.ai presentationMarco Nigro
 
Everyone's Need to Know About Chatbot Framework & Platform
Everyone's Need to Know About Chatbot Framework & PlatformEveryone's Need to Know About Chatbot Framework & Platform
Everyone's Need to Know About Chatbot Framework & Platformweedplanet.org
 
Chatbots. Old Topic - New Era
Chatbots. Old Topic - New EraChatbots. Old Topic - New Era
Chatbots. Old Topic - New EraGregor Jarisch
 
Chat Bots Presentation 8.9.16
Chat Bots Presentation 8.9.16Chat Bots Presentation 8.9.16
Chat Bots Presentation 8.9.16Samuel Adams, MBA
 
Chatbot 101 - Robert McGovern
Chatbot 101 - Robert McGovernChatbot 101 - Robert McGovern
Chatbot 101 - Robert McGovernRobert McGovern
 
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...LavaConConference
 
Makin’ chatbots – Moment
Makin’ chatbots – MomentMakin’ chatbots – Moment
Makin’ chatbots – Momentjacobpastrovich
 
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational InterfacesThe Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational InterfacesTWG
 
Converations on conversational Ux
Converations on conversational UxConverations on conversational Ux
Converations on conversational UxTitash Neogi
 
17 things you don't know about chatbots- why and how to start.
  17 things you don't know about chatbots- why and how to start.  17 things you don't know about chatbots- why and how to start.
17 things you don't know about chatbots- why and how to start.mourad salih
 
Chat Bots, ChatOps and the Conversational User Interface (CUI)
Chat Bots, ChatOps and the Conversational User Interface (CUI)Chat Bots, ChatOps and the Conversational User Interface (CUI)
Chat Bots, ChatOps and the Conversational User Interface (CUI)Richard Slater
 
So You Say You Want a Chatbot Revolution
So You Say You Want a Chatbot RevolutionSo You Say You Want a Chatbot Revolution
So You Say You Want a Chatbot RevolutionHolly Cummins
 
Cocolevio AI Chatbot 9.20.19
Cocolevio AI Chatbot 9.20.19Cocolevio AI Chatbot 9.20.19
Cocolevio AI Chatbot 9.20.19Maurice Harris
 
17 things you don't know about chatbots - Why and How to Start?
17 things you don't know about chatbots - Why and How to Start?17 things you don't know about chatbots - Why and How to Start?
17 things you don't know about chatbots - Why and How to Start?WUZZUF
 
A Brief Intro to Chatbot
A Brief Intro to ChatbotA Brief Intro to Chatbot
A Brief Intro to ChatbotRex Yuan
 

Tendances (20)

Heidi Young, Ozlo VP of Engineering, Seattle Interactive 2016
Heidi Young, Ozlo VP of Engineering, Seattle Interactive 2016Heidi Young, Ozlo VP of Engineering, Seattle Interactive 2016
Heidi Young, Ozlo VP of Engineering, Seattle Interactive 2016
 
Artificial Intelligence as an Interface - How Conversation Bots Are Changing ...
Artificial Intelligence as an Interface - How Conversation Bots Are Changing ...Artificial Intelligence as an Interface - How Conversation Bots Are Changing ...
Artificial Intelligence as an Interface - How Conversation Bots Are Changing ...
 
The Chatbot Imperative: Intelligence, Personalization and Utilitarian Design
The Chatbot Imperative: Intelligence, Personalization and Utilitarian DesignThe Chatbot Imperative: Intelligence, Personalization and Utilitarian Design
The Chatbot Imperative: Intelligence, Personalization and Utilitarian Design
 
How Chatbots will overtake the app in 2017
How Chatbots will overtake the app in 2017How Chatbots will overtake the app in 2017
How Chatbots will overtake the app in 2017
 
api.ai presentation
api.ai presentationapi.ai presentation
api.ai presentation
 
Everyone's Need to Know About Chatbot Framework & Platform
Everyone's Need to Know About Chatbot Framework & PlatformEveryone's Need to Know About Chatbot Framework & Platform
Everyone's Need to Know About Chatbot Framework & Platform
 
Chatbots. Old Topic - New Era
Chatbots. Old Topic - New EraChatbots. Old Topic - New Era
Chatbots. Old Topic - New Era
 
Chat Bots Presentation 8.9.16
Chat Bots Presentation 8.9.16Chat Bots Presentation 8.9.16
Chat Bots Presentation 8.9.16
 
Let's Build a Chatbot!
Let's Build a Chatbot!Let's Build a Chatbot!
Let's Build a Chatbot!
 
Chatbot 101 - Robert McGovern
Chatbot 101 - Robert McGovernChatbot 101 - Robert McGovern
Chatbot 101 - Robert McGovern
 
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
 
Makin’ chatbots – Moment
Makin’ chatbots – MomentMakin’ chatbots – Moment
Makin’ chatbots – Moment
 
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational InterfacesThe Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
The Chatbots Are Coming: A Guide to Chatbots, AI and Conversational Interfaces
 
Converations on conversational Ux
Converations on conversational UxConverations on conversational Ux
Converations on conversational Ux
 
17 things you don't know about chatbots- why and how to start.
  17 things you don't know about chatbots- why and how to start.  17 things you don't know about chatbots- why and how to start.
17 things you don't know about chatbots- why and how to start.
 
Chat Bots, ChatOps and the Conversational User Interface (CUI)
Chat Bots, ChatOps and the Conversational User Interface (CUI)Chat Bots, ChatOps and the Conversational User Interface (CUI)
Chat Bots, ChatOps and the Conversational User Interface (CUI)
 
So You Say You Want a Chatbot Revolution
So You Say You Want a Chatbot RevolutionSo You Say You Want a Chatbot Revolution
So You Say You Want a Chatbot Revolution
 
Cocolevio AI Chatbot 9.20.19
Cocolevio AI Chatbot 9.20.19Cocolevio AI Chatbot 9.20.19
Cocolevio AI Chatbot 9.20.19
 
17 things you don't know about chatbots - Why and How to Start?
17 things you don't know about chatbots - Why and How to Start?17 things you don't know about chatbots - Why and How to Start?
17 things you don't know about chatbots - Why and How to Start?
 
A Brief Intro to Chatbot
A Brief Intro to ChatbotA Brief Intro to Chatbot
A Brief Intro to Chatbot
 

Similaire à Designing Intelligent Coversations: A Chatbot Workshop

Makin' Chatbots — Moment
Makin' Chatbots — MomentMakin' Chatbots — Moment
Makin' Chatbots — MomentAndrew Gold
 
Conversational experience by Systango
Conversational experience by SystangoConversational experience by Systango
Conversational experience by SystangoSystango
 
Student information chatbot final report
Student information chatbot  final report Student information chatbot  final report
Student information chatbot final report jaysavani5
 
Writing Code for Humans, not Computers
Writing Code for Humans, not ComputersWriting Code for Humans, not Computers
Writing Code for Humans, not ComputersRené Cacheaux
 
Creating Intelligent Chatbots
Creating Intelligent ChatbotsCreating Intelligent Chatbots
Creating Intelligent ChatbotsKevin Leung
 
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!Evan Stone
 
CrEATING A CHATBOT 3(2).pptx
CrEATING A CHATBOT 3(2).pptxCrEATING A CHATBOT 3(2).pptx
CrEATING A CHATBOT 3(2).pptxKrishnaShukla92
 
Mikes Guides AI tools ebook.pdf
Mikes Guides AI tools ebook.pdfMikes Guides AI tools ebook.pdf
Mikes Guides AI tools ebook.pdfMikeLawrence50
 
Augmenting your Technical Documentation with User-Generated Content
Augmenting your Technical Documentation with User-Generated ContentAugmenting your Technical Documentation with User-Generated Content
Augmenting your Technical Documentation with User-Generated ContentScott Abel
 
How Hot is My Coffee? Sensors, iOS and Core Bluetooth
How Hot is My Coffee? Sensors, iOS and Core BluetoothHow Hot is My Coffee? Sensors, iOS and Core Bluetooth
How Hot is My Coffee? Sensors, iOS and Core BluetoothEvan Stone
 
Conversational Experiences for Humans
Conversational Experiences for HumansConversational Experiences for Humans
Conversational Experiences for HumansSebastian Krumhausen
 
From dev to ops and beyond - getting it done
From dev to ops and beyond - getting it doneFrom dev to ops and beyond - getting it done
From dev to ops and beyond - getting it doneEdorian
 
Enterprise IT - between ugly and sexy
Enterprise IT - between ugly and sexyEnterprise IT - between ugly and sexy
Enterprise IT - between ugly and sexyCloudOps Summit
 
Aiim Minnesota Reshaping Your Business With Web 2.0
Aiim Minnesota Reshaping Your Business With Web 2.0Aiim Minnesota Reshaping Your Business With Web 2.0
Aiim Minnesota Reshaping Your Business With Web 2.0Billy Cripe
 
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...André Goliath
 
Social Software for Mexico's Industry Forum
Social Software for Mexico's Industry ForumSocial Software for Mexico's Industry Forum
Social Software for Mexico's Industry ForumLuis Benitez
 
We're only human after all
We're only human after allWe're only human after all
We're only human after allPieter Baert
 

Similaire à Designing Intelligent Coversations: A Chatbot Workshop (20)

Makin' Chatbots — Moment
Makin' Chatbots — MomentMakin' Chatbots — Moment
Makin' Chatbots — Moment
 
Conversational experience by Systango
Conversational experience by SystangoConversational experience by Systango
Conversational experience by Systango
 
Chatbots
ChatbotsChatbots
Chatbots
 
Every Business Needs a Chatbot
Every Business Needs a ChatbotEvery Business Needs a Chatbot
Every Business Needs a Chatbot
 
Student information chatbot final report
Student information chatbot  final report Student information chatbot  final report
Student information chatbot final report
 
Writing Code for Humans, not Computers
Writing Code for Humans, not ComputersWriting Code for Humans, not Computers
Writing Code for Humans, not Computers
 
Creating Intelligent Chatbots
Creating Intelligent ChatbotsCreating Intelligent Chatbots
Creating Intelligent Chatbots
 
Chatbot Technology
Chatbot TechnologyChatbot Technology
Chatbot Technology
 
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
How Hot is My Coffee? Sensors, Core Bluetooth, and Swift!
 
CrEATING A CHATBOT 3(2).pptx
CrEATING A CHATBOT 3(2).pptxCrEATING A CHATBOT 3(2).pptx
CrEATING A CHATBOT 3(2).pptx
 
Mikes Guides AI tools ebook.pdf
Mikes Guides AI tools ebook.pdfMikes Guides AI tools ebook.pdf
Mikes Guides AI tools ebook.pdf
 
Augmenting your Technical Documentation with User-Generated Content
Augmenting your Technical Documentation with User-Generated ContentAugmenting your Technical Documentation with User-Generated Content
Augmenting your Technical Documentation with User-Generated Content
 
How Hot is My Coffee? Sensors, iOS and Core Bluetooth
How Hot is My Coffee? Sensors, iOS and Core BluetoothHow Hot is My Coffee? Sensors, iOS and Core Bluetooth
How Hot is My Coffee? Sensors, iOS and Core Bluetooth
 
Conversational Experiences for Humans
Conversational Experiences for HumansConversational Experiences for Humans
Conversational Experiences for Humans
 
From dev to ops and beyond - getting it done
From dev to ops and beyond - getting it doneFrom dev to ops and beyond - getting it done
From dev to ops and beyond - getting it done
 
Enterprise IT - between ugly and sexy
Enterprise IT - between ugly and sexyEnterprise IT - between ugly and sexy
Enterprise IT - between ugly and sexy
 
Aiim Minnesota Reshaping Your Business With Web 2.0
Aiim Minnesota Reshaping Your Business With Web 2.0Aiim Minnesota Reshaping Your Business With Web 2.0
Aiim Minnesota Reshaping Your Business With Web 2.0
 
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...
 
Social Software for Mexico's Industry Forum
Social Software for Mexico's Industry ForumSocial Software for Mexico's Industry Forum
Social Software for Mexico's Industry Forum
 
We're only human after all
We're only human after allWe're only human after all
We're only human after all
 

Dernier

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 

Dernier (20)

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 

Designing Intelligent Coversations: A Chatbot Workshop