LoRA (Low-Rank Adaptation) in AI

A new section for Fine-Tuning Techniques is created to hold the LoRA document, and the LLM Architecture section is de-duplicated.

July 1, 2026 · 2 min

Function Calling Support in LLM Models

Explains function calling (tool use) in LLMs: how models emit structured requests to invoke external functions, the request-execute-return loop, provider support, and practical reliability notes.

June 26, 2026 · 2 min

What is Speculative Decoding?

Explains speculative decoding, which pairs a small draft model with a large target model to accelerate LLM inference without changing outputs.

June 24, 2026 · 2 min

Mixture of Experts in AI

Explains sparse Mixture-of-Experts (MoE) architecture with conditional computation, router/gate mechanisms, load balancing, and trade-offs vs. dense models.

June 24, 2026 · 4 min

Autoregressive Image Generation

Explains autoregressive image generation as sequential visual-token prediction using Transformer-style next-token modeling.

June 24, 2026 · 5 min

What is a Diffusion Model?

Explains diffusion models as generative AI systems that learn to create data by reversing a noising process.

June 24, 2026 · 2 min

RLVR vs. the Agent Loop: Training-Time vs. Inference-Time

Distinguishes RLVR as training-time weight updates from inference-time agent verification loops.

June 24, 2026 · 3 min

The Modern LLM Training Pipeline

Explains the four-stage modern LLM training pipeline from pre-training through verifiable-reward RL.

June 24, 2026 · 2 min

Where RL Fits: Training vs. Inference in the LLM Pipeline

Explains that RL in LLMs is a training/alignment stage, not inference, with pipeline context.

June 24, 2026 · 4 min

Reinforcement Learning (ELI-Teen Explainer)

Teen-friendly explainer of reinforcement learning agents, rewards, exploration, delayed rewards, and applications.

June 23, 2026 · 2 min

Coding LLM Training with SFT and Verifiable RL

Explains scripted coding-LLM training with teacher traces, synthetic bugs, tests, SFT, and verifiable RL.

June 23, 2026 · 3 min

Prefix Caching in AI

Explains prefix caching for reusing attention KV computations to speed up shared-prefix AI inference.

June 17, 2026 · 1 min

World Models in AI

Explains AI world models as internal predictive representations for planning across RL, LLMs, and robotics.

June 14, 2026 · 2 min

Jailbreaking LLMs: A Security Researcher's Field Guide

Field guide to LLM jailbreaking attack surfaces, threat modeling, defenses, and responsible disclosure.

June 14, 2026 · 2 min

Turing Test

Defines the Turing test as a text-only behavioral test of machine intelligence through human-like conversation.

June 13, 2026 · 3 min

AdapTime: Adaptive Temporal Reasoning in LLMs

Paper summary of AdapTime, an adaptive planner for temporal reasoning in LLMs.

June 11, 2026 · 2 min

Quantization-Aware Training (QAT) in AI

Explains QAT for training neural networks to retain accuracy under low-precision quantization.

June 8, 2026 · 3 min

Model Type Classification by Modality (Multimodal, Vision, Image Generation)

Classifies multimodal, vision, and image-generation models by their input/output modalities.

June 2, 2026 · 1 min

AI Harness Engineering Principles

Principles for designing AI harnesses: context, tools, verification, autonomy, observability, and composition.

May 29, 2026 · 2 min

Anti-Narration in Harness Engineering

Harness pattern that forces verification before accepting fluent AI outputs as correct.

May 25, 2026 · 2 min