This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| guidance [2026/03/25 14:50] – Create page with researched content agent | guidance [2026/03/30 22:17] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Guidance ====== | ====== Guidance ====== | ||
| - | **Guidance** is an open-source Python library by **Microsoft** for controlling and constraining the outputs of large language models. With over **21,000 stars** on GitHub, it implements **constrained decoding** — steering token generation at the inference layer to guarantee outputs match specified formats like JSON, Python, HTML, SQL, and more. | + | **Guidance** is an open-source Python library by **Microsoft** for controlling and constraining the outputs of large language models. With over **21,000 stars** on GitHub, it implements **constrained decoding** — steering token generation at the inference layer to guarantee outputs match specified formats like JSON, Python, HTML, SQL, and more.(([[https:// |
| Rather than relying on prompt engineering, | Rather than relying on prompt engineering, | ||
| Line 86: | Line 86: | ||
| | Fine-tuning | Partial | Rarely | Low | Very High (training) | | | Fine-tuning | Partial | Rarely | Low | Very High (training) | | ||
| | **Guidance** | **100%% guaranteed** | **Never** | **Low** | **Low** | | | **Guidance** | **100%% guaranteed** | **Never** | **Low** | **Low** | | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 99: | Line 93: | ||
| * [[deepeval|DeepEval — Unit-Test Style LLM Evaluation]] | * [[deepeval|DeepEval — Unit-Test Style LLM Evaluation]] | ||
| + | ===== References ===== | ||