Demystifying LLMs- How to Use GenAI Effectively.pdf

AikoKlostermann 0 views 9 slides Oct 08, 2025
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

Large Language Models (LLMs) like ChatGPT and Gemini are reshaping how people in every field approach problem-solving, from brainstorming ideas to debugging complex systems. This talk will explain, in straightforward terms, how LLMs work, what they’re good at, and where their boundaries lie.
We’...


Slide Content

Demystifying LLMs: How to
Use GenAI Effectively

to keep your job


Aiko Klostermann

What are LLMs?
LLMs are sophisticated mathematical functions that predict what word comes next for any piece of text

How do LLMS work?
•Deep learning systems trained to recognize and generalize patterns
•Training: Shown trillions of tokens → predicts next token → sees the real one → updates weights via
backpropagation
•Learns broad structures of language and statistical relationships between tokens - not to memorized facts
•LLMs specialize in sequence modeling
–They predict the next token given all previous context
–Tokens → embeddings: words are mapped into a high-dimensional space where similar meanings cluster
together.
–Token-by-token generation
•The model predicts one token, then reprocesses the entire context (your prompt + all previous
tokens) to predict the next one, repeating until completion.

Multiply two 3 digit prime numbers.
The response format is:
Result: <product>
Factor 1: <factor 1>
Factor 2: <factor 2>
Multiply two 3 digit prime numbers.
The response format is:
Factor 1: <factor 1>
Factor 2: <factor 2>
Result: <product>
What can they do? 

What can they do?
Demo

What did we learn from that?
Token prediction
The first example fail since
the prime numbers were
not yet in the context
02.
Prompt engineering
Prompt engineering can
set the right context
03.
Correctness
LLMs will confidently tell
you something incorrect.
01.

shifting the
statistical space
the model draws
from
Persona
Intent
Output format
“You are chatGPT, a large language model…”
“You are a Senior Software Engineer…”
“Generate Python script”
Provide output examples
Prompt engineering - Set Context
LLMs don’t infer goals, state what you’re trying to achieve
“Summarize this email for a busy executive”

Communication
Design
discussions
Documentation
Explaining systems
Knowledge retrieval
Debugging
Draft technical emails,
PRDs, summarise meeting
notes, presentations …
Draft README files,
internal docs …
Brainstorm API design, UI
Prototype, system design
patterns …
Complexity in plain English
conversational index for
frameworks, libraries …
Interpret stack traces,
configuration errors …
Use
Cases

Thank you!
Aiko @
aiko.dev
open.gov.sg
name websites
email addresses