Kubnal Bridge

Techniques & Methods

Heuristics

Heuristics are experience-based shortcuts that find good-enough solutions faster than optimal algorithms. In AI search and planning, heuristic functions estimate the cost to reach a goal, guiding search algorithms like A* to find solutions efficiently without exploring the entire search space.

In LLM prompting, heuristic guidelines—"use examples," "specify output format," "ask the model to think step by step"—improve results based on empirical observation rather than formal proof. Heuristics trade guarantee of optimality for tractability.

Authority Links

Related Terms