to navigate · f fullscreen · ? shortcuts

Keyboard shortcuts

spacenext · previous slide
10jump to slide
ttoggle light / dark theme
ftoggle fullscreen
otoggle overview grid
.toggle presenter notes
pprint · export PDF
escclose overview · notes · help

ai_decoded_

AI, Explained.

Everything you need to know about AI, in plain English. No PhD required.

JP Bedoya · Resident Experimenter - AI · MonkeDAO · @juamps

the_moment

You're already using AI.

You just might not know it.

gmail autocomplete

It finishes your sentences because it learned how you write.

netflix recommendations

"Because you watched..." is an AI model predicting what you'll like.

siri & alexa

Voice recognition + natural language understanding. AI on your counter.

spam filters

Your inbox is clean because AI reads every email before you do.

maps routing

Real-time traffic prediction. The fastest route changes every minute.

photo search

"Find pictures of dogs at the beach." AI understands what's in your photos.

What changed in 2022 isn't that AI appeared. It's that AI learned to talk.

what_it_is

Software that learns instead of being programmed.

$ traditional_code

  • Human writes every rule
  • if X then Y, for every case
  • Brittle. Breaks on edge cases
  • Can't handle what it hasn't seen

$ ai_approach

  • Show it a million examples
  • It finds the patterns itself
  • Adapts to new situations
  • Improves with more data

Traditional code is an instruction manual. AI is a kid who learns by watching.

the_breakthrough

AI learned to read. Then it learned to reason.

Large Language Models (LLMs) are the reason everything feels different.

01

trained on text

Feed it billions of pages: books, code, Wikipedia, conversations. It learns how language works.

02

emergent abilities

At enough scale, something surprising happens: it can reason, write, translate, code. Things nobody explicitly taught it.

03

you talk to it

The interface is plain English. No commands. No syntax. Just say what you need.

capabilities

Real things. Right now.

Not hypothetical. Not "in 5 years." Today.

write

Emails, docs, marketing copy, reports. First drafts in seconds.

analyze

Data, trends, patterns. Summarize a 100-page document in 30 seconds.

code

Build apps, automate workflows, fix bugs. From idea to working software.

create

Images, presentations, designs, video. Creative work at machine speed.

research

Find answers, summarize papers, compare options. Hours of work in minutes.

translate

Any language, instantly, with cultural context. The world just got smaller.

honest_limits

Let's be honest about the limits.

Understanding what AI can't do is as important as knowing what it can.

[!]

hallucinations

It makes things up. Confidently. Always verify facts and citations before trusting them.

[!]

no real understanding

It's sophisticated pattern matching, not thinking. It doesn't know what words mean the way you do.

[!]

no judgment

It can't replace human decision-making. Context, ethics, nuance: those are still yours.

[!]

needs oversight

Trust but verify. AI is a powerful tool, not an autonomous colleague. You stay in the loop.

The people who understand AI's limits will use it better than those who believe the hype.

agents

AI that doesn't just answer. It acts.

This is the next big shift, and it's already here.

$ chatbot

  • You ask a question
  • It gives an answer
  • You do the work

$ agent

  • You state your goal
  • It plans the steps
  • It uses tools and gets it done
agent > scheduling

you> Schedule a meeting with Sarah next week

agent> checking your calendar...

agent> checking Sarah's availability...

agent> sent invite: Tuesday 2pm

Real agents running today: OpenClaw and Hermes are 24/7 autonomous agents already handling tasks, making decisions, and using tools around the clock.

how_it_works

Intent in. Results out.

Agents are orchestrators. Tools are their hands.

01

you

Describe what you want in plain language.

02

agent

Plans the steps, picks the right tools for the job.

03

tools

Email, calendar, code, data, APIs. The agent uses them on your behalf.

04

result

Task completed. You review. You approve.

agent tools: email · calendar · code · data · search · files

why_it_matters

Every knowledge worker's job is changing.

Not replacement. Augmentation. The gap is already opening.

marketing

AI writes first drafts, analyzes campaigns, generates creative. Marketers become editors and strategists.

sales

AI researches prospects, drafts outreach, summarizes calls. Sellers spend more time actually selling.

engineering

AI writes code, reviews PRs, debugs, documents. Engineers solve harder problems faster.

operations

AI automates reports, monitors systems, handles routine. Ops teams focus on what actually matters.

AI won't take your job. But someone using AI might.

get_started

You can start today. Seriously.

01

try it

Open Claude or ChatGPT. Have a real conversation. Ask it to help with something you're actually working on.

02

use it this week

Pick one task in your workflow. Draft an email. Summarize a doc. Analyze a spreadsheet. Let AI handle the first pass.

03

learn to prompt

Be specific. Give context. Show examples. The better your input, the better the output.

04

experiment with agents

Try Claude Code, Custom GPTs, or watch 24/7 agents like OpenClaw and Hermes in action. See what "agents" actually feels like.

lets_connect

The future is collaborative.

AI + humans > either alone. The builders who understand both worlds will shape what comes next.

JP Bedoya · @juamps
Resident Experimenter - AI · MonkeDAO