{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"# Skeleton of Thought: Enhancing LLM Response Speed\n",
"\n",
"This recipe demonstrates how to implement Skeleton of Thought, a speed-oriented prompt engineering technique.\n",
"\n",
"This recipe demonstrates how to implement the Skeleton of Thought technique using Large Language Models (LLMs) with Mirascope.\n",
"\n",
"Mirascope Concepts Used
\n",
"\n",
"
\n",
"
Background
\n", "Skeleton of Thought is a prompt-engineering technique that is speed-oriented as opposed to the quality of the response. To expedite the response from a model, make an initial call to create a \"skeleton\" of the problem that outlines its solution in bulletpoints (without further explanations), then make an individual call with each of the subpoints in parallel before reconstructing the answer at the end.
\n", "Additional Real-World Applications
\n", "