-
Running LLMs locally
Introduction A while back I realized that you can’t do serious cybersecurity work in 2026 without understanding AI. Not as a nice-to-have, but as a baseline. So I made it part of my goals. And one of the first things I wanted to get right was running models locally, on my own hardware, under my…
-
AI Deep dive – Part II
Introduction When you write a part I, you’ll need to write part II as well. Let’s pick it up where we left it last week. Model parameters When you call a model API, you can pass parameters that control how the model generates text. These are not settings that change the model’s knowledge or capability.…
-
AI Deep dive – Part I
Introduction Following my Google AI adventure, I left the course and certification unsatisfied. Therefore I’ve researched some more of the technical aspects of AI. Since it is a lot (I simply had A LOT of questions), I’ll divide it into two posts. Model landscape When people talk about “AI models” today, they almost always mean…