Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Why I am not afraid AI will take my job (Devoxx...

Why I am not afraid AI will take my job (Devoxx BE)

Large language models (LLMs) are here to stay. So is their impact on many professions. Our work in IT is no exception to that rule. Some doomsayers predict that such models will soon make large parts of our work redundant.

So, is it time to start queuing up in the unemployment line? I don’t think so! To understand why, I will explain how an LLM works behind the facade of the prompt window. Once we understand what an LLM essentially is, we will better understand the threats and the opportunities for our work.

Join me to get a better understanding of the inner workings of an LLM. As a bonus, you will leave the room with a much more optimistic view of what their impact on your work can be.

Avatar for Maarten Mulders

Maarten Mulders

October 10, 2025
Tweet

More Decks by Maarten Mulders

Other Decks in Technology

Transcript

  1. LLM, AI, ML… Large Language Models Generative AI Deep Learning

    Machine Learning Artificial Intelligence
  2. “Given a piece of text, what is the most likely

    next chunk of text?” LLMs excel in answering a simple question
  3. Java is undoubtedly the... 60.26% 33.29% 2.41% 2.32% 1.72% 0.00%

    0.00% 0.00% 0.00% 10.00% 20.00% 30.00% 40.00% 50.00% 60.00% 70.00% 80.00% 90.00% 100.00% language next world biggest fastest first best most
  4. Java is undoubtedly the most... 9 86.31% 5.33% 4.58% 2.86%

    0.01% 0.00% 0.00% 0.00% 0.00% 10.00% 20.00% 30.00% 40.00% 50.00% 60.00% 70.00% 80.00% 90.00% 100.00% common interesting well advanced important widely powerful popular
  5. Java is undoubtedly the most popular... 10 49.64% 33.78% 5.78%

    5.52% 5.28% 0.00% 0.00% 0.00% 0.00% 10.00% 20.00% 30.00% 40.00% 50.00% 60.00% 70.00% 80.00% 90.00% 100.00% framework open and browser operating platform programming language
  6. Java is undoubtedly the most popular programming... 11 99.91% 0.01%

    0.01% 0.01% 0.01% 0.00% 0.00% 0.00% 0.00% 10.00% 20.00% 30.00% 40.00% 50.00% 60.00% 70.00% 80.00% 90.00% 100.00% paradigm library programming framework platform environment languages language
  7. Attention block ~ relates tokens to each other As water

    flows through the river, the vegetation on its bank…
  8. So, how did AI change my job? ➢ Less “non-essential”

    work – esp. writing memos for managers! ➢ Less repetitive work and writing boiler-plate code! ➢ More attention to the details that matter!
  9. AI might actually give useful output AI is no magical

    device solving all problems with enough context and precise prompts Lessons Learned Always keep humans in the loop
  10. References & Thanks 36 • The “Deep Learning” series by

    Grant Sanderson (3Blue1Brown) on YouTube Transformers, the tech behind LLMs (chapter 5) Attention in transformers, step-by-step (chapter 6) How might LLMs store facts (chapter 7) • LLMs can't optimize schedules, but AI can! by Tom Cools • Unveiling the simple math that powers AI by Marianne Hoornenborg • A GitHub repository with context engineering examples for Claude Code and GitHub Copilot • How I Levelled Up My GitHub Copilot Prompts with Instruction Files and Context Engineering