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

Local + Frontier Model Collaboration Patterns in Open Source Harnesses

As local LLMs improve, harnesses are learning to pair them with frontier models. A look at the four collaboration patterns already shipping in open source.

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

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

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

Adaptive Thinking in Claude Models

Explains Claude adaptive thinking, effort levels, fixed-budget deprecation, and hidden reasoning display.

June 12, 2026 · 2 min

AdapTime: Adaptive Temporal Reasoning in LLMs

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

June 11, 2026 · 2 min

Agent Harness Six Components (E, T, C, S, L, V) — Survey Summary

Summarizes the six-component agent harness model: execution, tools, context, state, hooks, and evaluation.

June 5, 2026 · 2 min

TurboQuant

Explains TurboQuant, a rotation-based vector quantization method for KV-cache compression and vector search.

June 2, 2026 · 3 min

ARIS: Multi-Agent Reliability Patterns

Patterns from ARIS for reliable multi-agent research using adversarial review, audits, and persistent memory.

June 1, 2026 · 4 min

CompactRAG

Explains CompactRAG, a multi-hop RAG method using offline atomic QA pairs and fixed two-call inference.

May 29, 2026 · 2 min

Graph-based Agent Memory

Explains graph-based memory for LLM agents, including taxonomy, GAM consolidation, and hybrid retrieval.

May 29, 2026 · 4 min

LLM Thinking Token Budgets

Explains thinking-token budget parameters, provider naming, cost-latency tradeoffs, and completion-cap interactions.

May 25, 2026 · 1 min

LLM Prompt Cache Options Across Providers

Compares prompt/KV cache TTLs, controls, pricing, scope, and strategies across major LLM providers.

May 21, 2026 · 4 min

LLM Prompt Caching: Implicit vs Explicit

Explains implicit vs explicit LLM prompt caching, prefix constraints, provider support, and when to use each.

May 21, 2026 · 3 min

Why LLM Caching Is Only for Input Tokens

Explains why LLM prompt caching applies to reusable input-token prefill, not sequential output decoding.

May 21, 2026 · 3 min