General-audience AI Presentation

I gave a presentation to my company, which consists of ~20 people with a wide array of technical abilities/knowledge, from struggles-with-their-webcam to knows-more-about-this-tech-than-me. I thought it would be worth putting the outline on here. My presentations tend to get animated, I add a lot of jokes and meandering metaphors which are not included here. I asked an LLM to summarize the vibes:

via Granola. I posted this screenshot to Slack with the caption, “Granola you sycophantic monster, tell me more”

It’s also worth pointing out that some of the text here is copy-pasted straight out of Wikipedia.

Also worth mentioning: I exported the Google Slides deck to PDF, then put the PDF into ChatGPT to generate the following. ChatGPT modified the text. I prompted it again, “make sure to include all the text from the PDF”, but it still made some subtle structural changes and edits. I’m not sure if I’ve noticed all of them; some of them I liked so I kept.

Core Concepts and Practical Knowledge for Using AI

Goal

To give you a basic technical understanding and a mental model with which to interact with this tech:

We’re focused on LLMs today, because of the hype (“magic beans”) and sheer volume of new tech tools entering the market. ML is a broader topic.

Agenda

Not covering:

I will try to stop myself when I veer into philosophy or psychoanalysis but it’s difficult to avoid when discussing language.

History

Pictured is from the ToC for “History of artificial intelligence” on Wikipedia, which has 40 subsections and approximately 20,000 words

History (cont)

Notice how ChatGPT still can’t draw* a graph properly. It also refused to continue iterating on it, I presume because it realized it was helping me violate Hasbro copyright.

Terms

There are many more, we’re staying focused!

Machine Learning

Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalise to unseen data

Think of it like training your dog.

Large Language Models

A type of machine learning model designed for natural language processing tasks such as language generation.

Generative Pre-trained Transformer

A transformer is a deep learning architecture. GPTs are a type of LLM pre-trained on large data sets of unlabeled text, and able to generate novel human-like content.

The Context Window

Think of this as the amount of things the model can pay attention to at a time.

Prompt Engineering

Prompt engineering is the process of structuring or crafting an instruction in order to produce the best possible output from an AI model

Retrieval-Augmented Generation (RAG)

RAG systems allow the system to query for additional information in order to put it into the context window.

Model Context Protocol (MCP)

MCP is a framework to standardize the way AI models integrate and share data with external tools, systems, and data sources.

Agents and Agentic Workflows

An “agent” is just a specialized series of instructions and integrations for an LLM, probably using one of the technologies just discussed. Agents are typically strung together to accomplish specific tasks:

Technical Problems

What are some of the most valuable applications for individual use of an LLM?

1. Language-specific tasks

2. Helping to structure, consolidate, or connect information

3. Technical Applications

Technical applications where “close” is good enough, or even better than precision, or where the “obvious” solution is almost always the correct one; OR when completeness is required but by nature of the scope of the problem, impossible to achieve

[ Aside: I discussed some of these last year in this post ]

4. Thinking Partner

If used correctly, an LLM can be used as a “thinking partner”, helping you reveal obvious mistakes in your thinking, or where specific domain knowledge might apply to your assumptions.

Examples:

“Critique this text like [an internet troll, a professor who never gives A grades, Bob from work]” (“Bob from work” would have to be described to the model first)

“Specifically within the context of [some mental framework], ask me questions challenging the assumptions and claims made in this text.”

  1. I had AI-generated images on most slides. I’ve only included one here, as they were mostly silly or weird, which was somewhat the point, but not worth including in this context. 

  2. “Bold voices” is one of our company’s core values 

  3. Hopefully I will be posting about this soon 

Previous: Everyone Dies Alone

Archives | Blogroll | RSS