LLM
Everything on CoreConcept tagged with LLM. Explore related tags below.
Related tags
Articles
Full parameter fine-tuning of Large Language Models (such as Llama 3 70B or Qwen 2.5) requires updating billions of weights, demanding massive GPU clusters with…
As autonomous AI coding agents (such as Claude Code, Gemini CLI, and Cursor) take on complex software tasks, measuring their performance requires rigorous Evalu…
Large Language Model inference is notoriously memory-bandwidth bound. Generating tokens autoregressively requires loading all 70B parameter weights from GPU VRA…
First-generation Retrieval-Augmented Generation (RAG) systems relied exclusively on naive Vector Search (semantic similarity lookups over dense embeddings). Whi…
Deploying open-weights foundation models (such as DeepSeek-R1, Llama 3, and Qwen 2.5) requires choosing a high-performance Inference Engine. Raw PyTorch models …
One of the standout advantages of using Google Gemini models in developer tooling is their massive Context Window capability (ranging from 1 million to 2 millio…
The landscape of frontier AI models has shifted from pure autoregressive next-token prediction to Inference-Time Reasoning powered by Large-Scale Reinforcement …
OpenAI reasoning models (o1, o1-mini, o3-mini) represent a paradigm shift in AI engineering. Unlike standard autoregressive models (such as GPT-4o) that predict…
With the release of OpenAI's reasoning model series (such as o3-mini), developers gain direct control over inference-time compute using the reasoning_effort par…
In enterprise AI applications, system instructions, database schemas, codebases, and retrieval contexts are frequently repeated across thousands of API calls. P…
RAG taxonomy gets confusing because people mix three different ideas: architecture levels, retrieval tricks, and production maturity. Naive RAG, Simple RAG, Gra…
The infographic is useful because it names the eight shelves most agentic AI systems touch: deployment infrastructure, evaluation and monitoring, foundation mod…
The infographic shows the right big shape: an LLM receives text, turns it into tokens, maps those tokens into vectors, runs transformer blocks, projects the fin…
RAG Evaluation matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced; it …
RAG Retrieval Metrics Explained matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sou…
RAG Answer Faithfulness Checks matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term soun…
Hybrid Search matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced; it i…
Vector Search Filters matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanc…
Embedding Model Migration Playbook matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term …
RAG vs Long Context matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced…
Rerankers vs Embeddings matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds adva…
Semantic Search Query Rewriting matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sou…
RAG Knowledge Graphs matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advance…
Tool Calling Reliability Patterns matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term s…
Function Calling Schema Versioning matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term …
Agent Tool Permissions and Least Privilege matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether t…
Agent Sandbox Design for AI Tools matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term s…
Agent Stop Conditions for Autonomous Work matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether th…
AI Workflow State Machines matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds a…
AI Task Decomposition for Agents matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term so…
Agent Planning vs Workflow Orchestration matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the…
Multi-Agent Systems matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced…
AI Model Routing Strategies matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds …
AI Cost per Token Budgeting matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds …
AI Inference Latency Optimization matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term s…
AI Batch Inference vs Real-Time Inference matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether th…
AI GPU vs CPU Inference matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds adva…
LLM Serving Queues and Backpressure matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term…
Prompt Versioning and Release Management matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the…
System Prompt Design as Product Policy matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the t…
Prompt Regression Testing matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds ad…
Prompt A/B Testing for LLM Features matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term…
Context Window Management for LLM Apps matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the t…
Context Compression Strategies matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term soun…
AI Observability matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced; i…
AI Incident Response Playbook matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sound…
AI Privacy matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced; it is w…
Enterprise AI Governance for Engineering Teams matters when a team has to turn an AI idea into a system other people can trust. The useful question is not wheth…
AI Model Cards Explained for Products matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the te…
Safety Classifiers in LLM Apps matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term soun…
AI Content Moderation Pipeline for Products matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether …
Safety Filtering matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced; i…
AI Policy Evals for Safety matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds a…
LLM Open-Source Deployment Guide matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term so…
AI On-Prem vs Cloud Inference matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sound…
AI Edge Inference Explained matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds …
AI API Rate Limits and Queues matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sound…
AI Provider Failover Patterns matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sound…
LLM Fine-Tuning Dataset Curation matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term so…
AI Benchmark Data Contamination matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sou…
AI Model Drift in Products matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds a…
RLHF Preference Data Collection matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sou…
RLHF Reward Models Explained matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds…
repo-agent is 34 turns into a routine rename: swap calculate_tax for compute_tax everywhere, except inside legacy/. Turn 1 stated that exception clearly. By tur…
The same model that answers instantly on a short prompt can crawl once a conversation grows long, and the bill grows with it even though the question did not ge…
You have probably seen a claim shaped like this on a model card: "70B total parameters, but only 13B active per token." That is not marketing rounding — it desc…
For years, "make the model better" meant one thing: spend more compute during training, on bigger data, for a bigger network. Test-time compute is a second knob…
Multimodal AI Explained is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model …
Zero-Shot vs Few-Shot Learning Explained is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practi…
MMLU vs SWE-bench vs HumanEval is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental…
LLM-as-a-Judge is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can u…
Red Teaming LLMs is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can…
Jailbreaking vs Prompt Injection is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical ment…
LLM Hallucination is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you ca…
ReAct Pattern is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can us…
Chain-of-Thought and Reasoning Models Explained is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a…
Synthetic data can fill gaps, protect privacy, and create rare examples. It can also duplicate a teacher model's blind spots at industrial scale. The question i…
A bigger foundation model is often the easiest way to get strong general behavior. A small language model can be cheaper, faster, easier to deploy privately, an…
Alignment techniques are easy to flatten into slogans: humans teach the model, or a constitution teaches the model. The real difference is the source and shape …
Shrinking a model can mean two very different things. Quantization keeps the model architecture mostly the same but stores and computes weights with lower preci…
A model does not see your prompt as words or characters. It sees token ids produced by a tokenizer. That is why a short-looking string can be expensive, a long …
Transformers are often described as if they are a mysterious reasoning machine. At the mechanical level, they are a repeated pattern: turn tokens into vectors, …
LLMs are fluent text generators; production systems need contracts. The gap shows up when a classifier returns urgent-ish, omits a required field, wraps JSON in…
Streaming makes an LLM app feel alive, but it also turns one clean request-response call into a lifecycle. Tokens arrive before the final answer exists. Tool-ca…
LLM caching sounds simple until the cached answer crosses a tenant boundary, repeats stale product policy, or hides a model regression. The hard part is not sto…
A working AI feature can become hard to operate the moment three services call three model providers with three separate keys. Nobody can answer which team spen…
A checkout timeout bug lands on your desk. Do you approve every agent edit, write a spec and verify, let the model YOLO the fix, or run an overnight Ralph loop …
A support bot gets the ticket "Checkout returns ECONNRESET after 30s." The model replies with a confident billing FAQ. The prompt was fine. The context window w…
A support ticket that needs docs, a tool call, and a model reply does not need twelve equal "frameworks." It needs an orchestration lane, a retrieval lane, a se…
Teams often treat every LLM quality problem as a prompt problem. Often the real issue is what entered the context window, or whether the product needs a harness…
An LLM predicts tokens from the context it receives; by itself it has no durable application memory or permission to call your systems. A product can add capabi…
This guide is for Python developers who can write functions and run pytest but have not structured an agent service. By the end, you can scaffold a small reposi…
AI terminology is often drawn as one neat stack, but the axes are not identical. Artificial intelligence is the broad field; machine learning, neural networks, …
AI literacy in 2026 is a stack, not ten unrelated hobbies. You need instructions models follow, tools that connect to real systems, answers grounded in your dat…
A chatbot answers one prompt at a time. An agentic AI system accepts a goal, selects actions, calls tools, observes results, and loops until it reaches a termin…
This guide is for developers who can call a model API and want to evaluate open-source AI projects without treating stars as a ranking. By the end, you can shor…
A vague prompt produces vague code; a structured prompt with role, constraints, examples, and a fixed output shape produces something you can test. Prompt engin…
Retrieval-Augmented Generation (RAG) grounds LLM answers in your data, not only model weights. Four levels show up in production: Classic (fixed retrieve → gene…
This guide is for engineers who can already explain prompts, models, and API calls but need to turn an agent demo into an owned service. By the end, you can tra…
A team fine-tunes a model on their entire internal knowledge base, expecting it to now "know" their product facts reliably — and in production, it still confide…
Computers cannot natively process text, audio, or images as semantic concepts; they operate strictly on numerical vectors. Vector Embeddings translate high-dime…
Gemini 1.5 Flash is Google's lightweight, high-throughput multimodal model engineered for low-latency production tasks. With a 1-million-token context window, s…
Building production-grade Autonomous AI Agents requires moving beyond linear Directed Acyclic Graphs (DAGs) and prompt chaining. Real-world tasks — such as auto…
Large Language Model (LLM) API calls — such as requesting completions from Google Gemini 1.5 Flash — introduce significant financial costs ($/token) and latency…
Ask ChatGPT a general-knowledge question and it answers from what it learned during training. Ask a support bot "what's your refund window for a damaged item bo…
Want a curated collection instead? Topic hubs group the best content by subject.
Browse Topics