My First Week With GPT-6 Astra
GPT-6 Astra was my main Codex driver for the last week, and I am back on GPT-5.5. That sounds harsher than my actual opinion…
Beitrag lesenBlog
Ich schreibe über Software, KI-gestützte Entwicklung, Laravel, SaaS, SEO, Tooling und alles, was sichtbar wird, wenn Software im Alltag genutzt wird. Meist technisch, aber nicht auf ein Thema beschränkt.
Die neuesten Beiträge aus dem Blog.
Hetzner used to be the obvious cheap cloud option in my mind. On September 7, 2026, I checked its public catalog and found every…
Beitrag lesenProvider routing can change an LLM's output when a request reaches a different model version, fallback model, parameter configuration, precision level, inference engine, region,…
Beitrag lesenLarge language model (LLM) inference is the process of producing output tokens from an input prompt. It uses floating-point arithmetic for matrix multiplication, attention,…
Beitrag lesenTest an LLM application as a workflow that must meet behavioral requirements across repeated runs, not as a function that returns one exact string.…
Beitrag lesenYes. A tokenizer converts text into a sequence of integer identifiers called token IDs before a large language model (LLM) processes it. A token…
Beitrag lesenNo. The same visible prompt is not always the same input received by a large language model (LLM). The text in a chat box…
Beitrag lesenDirekt zu den Bereichen, über die ich öfter schreibe.
Alle Themen im Blog.
Aktuelle Beiträge aus den Themen, über die ich öfter schreibe.
Alle Beiträge im Blog, neue zuerst.
GPT-6 Astra was my main Codex driver for the last week, and I am back on GPT-5.5. That sounds harsher than my actual opinion…
Beitrag lesenHetzner used to be the obvious cheap cloud option in my mind. On September 7, 2026, I checked its public catalog and found every…
Beitrag lesenProvider routing can change an LLM's output when a request reaches a different model version, fallback model, parameter configuration, precision level, inference engine, region,…
Beitrag lesenLarge language model (LLM) inference is the process of producing output tokens from an input prompt. It uses floating-point arithmetic for matrix multiplication, attention,…
Beitrag lesenTest an LLM application as a workflow that must meet behavioral requirements across repeated runs, not as a function that returns one exact string.…
Beitrag lesenYes. A tokenizer converts text into a sequence of integer identifiers called token IDs before a large language model (LLM) processes it. A token…
Beitrag lesenNo. The same visible prompt is not always the same input received by a large language model (LLM). The text in a chat box…
Beitrag lesenWhen an LLM API response includes a field such as system_fingerprint, it is identifying the provider’s backend configuration, not your prompt, account, device, or…
Beitrag lesenA large language model (LLM) generates text, structured data, code, or tool calls from prompts. Hosted LLMs are not fixed functions of prompt text:…
Beitrag lesenNo. For a large language model (LLM), structured outputs make responses more predictable in format, not necessarily in content or execution. A structured output…
Beitrag lesenMixture-of-Experts (MoE) models split a large feed-forward network into smaller experts. A router selects only a few experts per token, improving efficiency but adding…
Beitrag lesenBatch invariance means a request produces the same inference result when the server runs it alone, alongside other requests, at a different batch position,…
Beitrag lesen