Model Drift

Overview of model drift, detection, mitigation, and LLM-specific issues like knowledge staleness and provider drift.

May 21, 2026 · 4 min

Tool-DC Strategic Anchor Grouping — Web Search Example

Concrete web-search example showing how Tool-DC strategic anchor grouping reduces schema-confusion in tool calls.

May 19, 2026 · 4 min

AgentFlow

Overview of AgentFlow, an agent architecture that trains a planner with Flow-GRPO for multi-turn tool use.

May 19, 2026 · 3 min

Tool-DC Framework

Overview of Tool-DC, a try-check-retry framework for robust long-context tool-calling with large tool registries.

May 19, 2026 · 3 min

Top-K in RAG Search

Explains top-k retrieval in RAG, tradeoffs for choosing k, reranking patterns, and similarity thresholds.

May 18, 2026 · 2 min

SWE-bench & SWE-bench Pro Explained

Overview of SWE-bench and SWE-bench Pro, the real-world GitHub issue fixing benchmarks used to evaluate AI coding ability.

May 16, 2026 · 2 min

LLM as Judge

Using a language model to evaluate another model's outputs as a scalable proxy for human preference judgments.

May 14, 2026 · 2 min

Fine-Tuning Techniques for LLMs

Comprehensive guide to LLM fine-tuning methods including full, parameter-efficient, and preference-based approaches with modern recipes and tools like LoRA and DPO

April 25, 2026 · 4 min

Deterministic Graders (for LLM / AI Evaluation)

Definition and best practices for deterministic grading in LLM evaluation using code-based rules instead of model-in-the-loop judgment.

April 24, 2026 · 2 min

Chain of Thought (CoT)

Prompting technique where an AI model is guided — or learns — to reason through a problem step by step before arriving at the final answer, rather than jumping straight to the conclusion.

April 23, 2026 · 2 min

Multi-Turn Conversation in AI

Explains how AI models maintain context across multiple exchanges using conversation history injection rather than internal memory.

April 21, 2026 · 2 min