Skip to content
DigitalNeuron

Erklärt

Verständliche Antworten auf wiederkehrende KI-Fragen. Wird laufend aktualisiert.

What is a context window, and why does it run out?

A context window is the maximum amount of text, measured in tokens, that a model can consider in a single request. It holds the system instructions, the conversation so far, any documents you paste in, and the answer being generated. When the total exceeds the limit, something has to be dropped or summarised.

Aktualisiert 4 Min. Lesezeit

Open Weights vs. Open Source bei KI: was die Bezeichnungen wirklich bedeuten

Open Weights heißt, dass die trainierte Modelldatei heruntergeladen und selbst betrieben werden kann — unter der Lizenz, die der Herausgeber gewählt hat. Open Source ist ein strengerer rechtlicher Standard, der Freiheit zur Nutzung, Untersuchung, Änderung und Weitergabe ohne Einsatzbeschränkungen verlangt. Viele verbreitete Modelle sind Open Weights, aber nicht Open Source.

Aktualisiert 3 Min. Lesezeit

Why does AI use so much electricity?

AI accelerators draw far more power per rack than traditional servers, and that power has to be delivered, cooled and paid for continuously. Training a large model is a one-off spike; serving it to millions of users is a permanent load, and inference is what dominates energy use over a deployed model's life.

Aktualisiert 4 Min. Lesezeit

How AI model pricing actually works: tokens, caching and batching

Almost every AI API bills per million tokens, with separate prices for input and output. Output usually costs several times more than input. Cached input, batch processing and smaller models can each cut the bill substantially, and the total for a conversation grows with history because most APIs re-send the whole thread every turn.

Aktualisiert 3 Min. Lesezeit