LeetLLM
My PlanLearnGlossaryTracksPracticeBlog
LeetLLM

Your go-to resource for mastering AI & LLM systems.

Product

  • Learn
  • Glossary
  • Tracks
  • Practice
  • Blog
  • RSS

Legal

  • Terms of Service
  • Privacy Policy

© 2026 LeetLLM. All rights reserved.

Blog

AI Engineering Blog

Practical notes on LLM systems, evaluation, agents, inference, and developer workflows.

17 postsRSS
LeetLLMContent EngineeringAI Engineering+2

How We Built LeetLLM

How LeetLLM turns research into curated lessons with research packets, article bundles, validation checks, generated diagrams, component-based illustrations, and a production web stack.

Jun 21, 20269 min
Read
Local LLMQwen3.6Unsloth+3

Run Qwen3.6 Locally with Unsloth GGUF

Run Qwen3.6 locally with llama.cpp and Unsloth GGUF. Pick between 27B dense and 35B-A3B MoE, choose a quant, expose a local endpoint, then test MTP after the plain run works.

May 13, 202613 min
CareerPortfolioProjects

AI Engineer Portfolio Projects That Get Interviews

Five portfolio projects that prove real AI engineering skill: shipped demos, eval reports, traces, cost notes, tests, and design docs.

May 9, 202610 min
CareerAI EngineeringRoadmap

How to Become an AI Engineer from Zero in 2026

A practical path from beginner to hire-ready AI engineer: programming basics, LLM APIs, RAG, evals, agents, deployment, and portfolio proof.

May 9, 202611 min
DeepSeekOpen ModelsAI Infrastructure+2

DeepSeek V4 and the US AI Lab Squeeze

DeepSeek V4 pairs open weights, 1M context, and low hosted pricing with strong agentic coding claims. Use cheaper lanes when evals pass, and escalate when quality or policy requires it.

Apr 27, 202611 min
OpenClawAI Coding PlansCost Optimization+4

Best AI Plans for OpenClaw in 2026

OpenClaw plan selection is a routing and quota problem. This July 2026 update keeps Fire Pass out of the buying list and compares MiniMax Token Plan, Qwen Cloud Coding Plan, Z.AI GLM Coding Plan, and OpenAI using current official docs.

Apr 4, 202611 min
Local LLMOllamaGemma 4+2

Run Gemma 4 Locally with Ollama

Gemma 4 now has a 12B laptop lane, MTP drafters, and QAT checkpoints. Pick an Ollama tag, tune context, and keep local inference on the fast memory path.

Apr 2, 202613 min
InferencevLLMSGLang+4

vLLM vs SGLang vs TensorRT-LLM vs Ollama: Choosing an Inference Engine in 2026

Raw throughput is only half the inference-engine decision. Read an H100 benchmark snapshot, reason about KV-cache pressure, and choose between vLLM, SGLang, TensorRT-LLM, and Ollama.

Apr 1, 202610 min
AI EngineeringDeep DiveArchitecture+1

50 Essential LLM Engineering Concepts for 2026

Fifty LLM engineering concepts, organized by system layer. Each answer focuses on mechanism, trade-off, failure mode, and production intuition.

Mar 21, 202619 min
CareerCompensation

AI Engineer Salary Guide 2026

AI engineering pay is not one market. Use public job postings, Levels.fyi snapshots, and H-1B base records to benchmark offers by role family, level, location, and scope.

Mar 16, 20269 min
LLMsAI EngineeringDeep Dive+1

Open-Weight vs Closed API LLMs in 2026: The Enterprise Decision Framework

The real 2026 decision is whether you need control over weights and deployment, or the speed of a managed frontier API. Walk through a concrete software example, an illustrative cost model, and common mistakes that trip up teams.

Mar 16, 202611 min
Context WindowsLong ContextBenchmarks+2

The Million-Token Era: What 1M Context Windows Change

Long-context windows help when relationships across a bounded corpus matter. Know what fits, what breaks, how to evaluate effective context length, and when the economics justify using it.

Mar 14, 202611 min
AgentsDeep DiveTutorial

How to Build an AI Agent from Scratch

Build a working AI agent from the raw loop: define tools, let the model choose one, execute it in Python, append the observation, and add the guardrails that keep agents reliable.

Feb 19, 202610 min
ResearchDeep DiveIndustry

RAG vs Fine-Tuning vs Prompting

Every LLM project starts with the same architecture question: improve the prompt, add retrieval, or fine-tune the model. Use a practical decision rule to choose the next layer.

Feb 19, 20269 min
IndustryDeep Dive

What Does an AI Engineer Actually Do?

AI engineering sits between foundation models and product engineering. The day-to-day work behind useful LLM systems is prompts, RAG, tools, evals, serving, and lightweight adaptation.

Feb 19, 202615 min
BenchmarksEvaluationSWE-bench+2

Understanding SWE-bench

SWE-bench measures whether coding agents can fix real repository issues: task format, scoring, benchmark variants, contamination limits, and leaderboard claims.

Feb 17, 202613 min
CareerInterview Prep2026

How to Prepare for ML & LLM Engineering Interviews in 2026

A practical guide to ML and LLM engineering interview prep in 2026, covering classical ML filters, LLM systems design, evaluation, and a concrete study roadmap.

Feb 16, 202611 min