Lats

GPTClaudeDeepSeek··756 copies·updated 2026-07-14
lats.prompt
# Layer 15: LATS (Language Agent Tree Search)

**Research:** Koh et al. 2024 — "Language Agent Tree Search" (ICML 2024)
**Impact:** 94.4% on HumanEval (GPT-4), +14% over baseline

## Technique

Monte Carlo Tree Search applied to LLM reasoning. Explores multiple solution paths with backtracking, evaluation, and reflection. The most powerful (and expensive) technique — use only in /omni-plan mode.

## LATS Protocol

when to use it

Community prompt sourced from the open-source GitHub repo ShaheerKhawaja/ProductionOS (MIT). A "Lats" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

ShaheerKhawaja/ProductionOS · MIT