Tagged articles
16 articles
Page 1 of 1
Ops Community
Ops Community
Apr 21, 2026 · Artificial Intelligence

How to Tame Unstable LLM Prompts: Causes and Fixes

This article explains why large‑model prompts can yield inconsistent answers, examines the roles of temperature, top‑p/top‑k, tokenization, context windows, position bias, and model randomness, and provides a step‑by‑step debugging workflow and production‑grade best‑practice checklist to achieve stable outputs.

LLM stabilityPrompt engineeringTemperature
0 likes · 13 min read
How to Tame Unstable LLM Prompts: Causes and Fixes
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 11, 2026 · Artificial Intelligence

Master AI Fundamentals: Tokens, Context Windows, Temperature, Hallucinations & RAG

This article breaks down five essential AI concepts—tokens, context windows, temperature settings, hallucinations, and retrieval‑augmented generation—explaining how they work, why they matter, and how to apply them effectively when building or using large language model applications.

AI fundamentalsContext WindowRetrieval Augmented Generation
0 likes · 12 min read
Master AI Fundamentals: Tokens, Context Windows, Temperature, Hallucinations & RAG
Java One
Java One
Apr 8, 2026 · Artificial Intelligence

Master Claude API: From Model Selection to Streaming Responses

This guide walks you through Claude Code model choices, secure API key handling, Python SDK setup, request construction, multi‑turn conversation management, system prompts, temperature tuning, response streaming, and extracting clean structured data such as JSON, all with practical code examples and diagrams.

Claude APIMulti-turn ConversationPrompt engineering
0 likes · 31 min read
Master Claude API: From Model Selection to Streaming Responses
Frontend AI Walk
Frontend AI Walk
Dec 2, 2025 · Artificial Intelligence

Understanding LLMs: A Frontend Developer’s Primer on Large Language Models

The article demystifies large language models for frontend developers by likening token prediction to autocomplete, explaining tokens, context windows, temperature, the two-stage training process, and the critical role of prompts, using concrete code examples and analogies to familiar frontend concepts.

Fine-tuningFrontend AnalogyLLM
0 likes · 10 min read
Understanding LLMs: A Frontend Developer’s Primer on Large Language Models
Model Perspective
Model Perspective
Jul 15, 2025 · Fundamentals

How Simple Temperature Accumulation Rules Predict Cherry Blossom Bloom

This article explains the 400 °C and 600 °C rules for forecasting cherry blossom opening using effective accumulated temperature, presents the underlying mathematical model, validates it with a 1997‑2022 Japanese dataset, and discusses how adjusting the critical temperature improves prediction accuracy.

Temperaturedata analysisdegree-days
0 likes · 6 min read
How Simple Temperature Accumulation Rules Predict Cherry Blossom Bloom
Tencent Cloud Developer
Tencent Cloud Developer
Jul 2, 2025 · Artificial Intelligence

Big Model Evolution: From Transformers to Enterprise Deployment

This article surveys the rapid evolution of large language models from the Transformer breakthrough to trillion‑parameter capabilities, explains key techniques such as self‑attention, MoE and KV‑Cache, explores practical aspects like temperature tuning, sales AI applications, and compares private versus cloud deployment strategies for enterprises.

Enterprise DeploymentKV cacheLarge Language Models
0 likes · 6 min read
Big Model Evolution: From Transformers to Enterprise Deployment
Infra Learning Club
Infra Learning Club
Mar 20, 2025 · Artificial Intelligence

How GPU Frequency, Power Consumption, and FLOPS Interrelate

The article explains the theoretical and practical relationships between GPU clock frequencies, power consumption, and FLOPS, describes key hardware metrics such as SM, memory, and video clocks, shows how to query and set these values with nvidia‑smi, and presents experiments on a Tesla P4 that reveal the non‑linear trade‑offs between performance, power, and temperature.

Clock SpeedDVFSFLOPS
0 likes · 15 min read
How GPU Frequency, Power Consumption, and FLOPS Interrelate
AI Algorithm Path
AI Algorithm Path
Mar 4, 2025 · Artificial Intelligence

How to Control LLM Output Using Temperature, Top‑K, and Top‑P

The article explains how sampling parameters—Temperature, Top‑k, and Top‑p—shape the output of large language models, comparing greedy and beam search, illustrating probability changes with concrete examples, and offering practical guidance on adjusting these settings for different tasks.

Beam SearchGreedy SearchLLM
0 likes · 9 min read
How to Control LLM Output Using Temperature, Top‑K, and Top‑P
AI Algorithm Path
AI Algorithm Path
Feb 19, 2025 · Artificial Intelligence

How Temperature Shapes Output in Large Language Models

The article explains the Temperature hyper‑parameter in large language models, shows how it modifies the softmax distribution, provides a Python visualisation script, and demonstrates through experiments that higher values increase creativity while lower values make outputs more deterministic.

Large Language ModelsPythonSampling
0 likes · 5 min read
How Temperature Shapes Output in Large Language Models
Model Perspective
Model Perspective
May 23, 2024 · Fundamentals

What Is Temperature? A Statistical Mechanics Perspective

Temperature, a familiar sensation, is actually a statistical measure of the average kinetic energy of atoms and molecules, explained by statistical mechanics, which also links to pressure, Maxwell‑Boltzmann distribution, and finds applications ranging from gas behavior to social dynamics and machine‑learning models like Boltzmann machines.

Maxwell distributionTemperaturephysics fundamentals
0 likes · 7 min read
What Is Temperature? A Statistical Mechanics Perspective
IT Services Circle
IT Services Circle
Dec 24, 2023 · Artificial Intelligence

GPT‑4 “Lazy” Behavior: User Reports, Experiments, and Emerging Insights

The article examines growing complaints that GPT‑4 has become increasingly lazy and unpredictable since the November 6 developer update, discusses user‑generated workarounds, presents experimental findings on prompt phrasing and temperature effects, and cites recent academic studies highlighting the need for continuous large‑model monitoring.

AI SafetyGPT-4Temperature
0 likes · 6 min read
GPT‑4 “Lazy” Behavior: User Reports, Experiments, and Emerging Insights