Skip to content

Tag: ai

All the articles with the tag "ai".

Self-Supervised Learning Explained

Self-Supervised Learning Explained

Self-supervised learning is the technique behind GPT, BERT, and modern LLMs. Learn how models teach themselves from unlabeled data.

Ollama Model Management: Beyond ollama run

Ollama Model Management: Beyond ollama run

You know how to pull and run a model. Now learn Modelfiles, GPU layer tuning, the REST API, running multiple models without OOM-killing your server, and actually useful system prompts.

Running Gemma 4 Locally with Ollama

Running Gemma 4 Locally with Ollama

Google's Gemma 4 is the best open model they've shipped yet. Here's how to pull it, run it, and actually use it for real work with Ollama on your own hardware.

1-Bit LLMs: The Quantization Endgame

1-Bit LLMs: The Quantization Endgame

1-bit models store weights as -1, 0, or 1. That sounds insane until you see them run a 100B parameter model on a laptop CPU. Here's what's actually happening.