Prompting technique

MetaPrompting (Structured Reasoning)

Meta Prompting for AI Systems, arXiv:2311.11482 (2023) · read the paper

What it does

Method of prompting structuring by providing LLM with a ready-made response template in JSON or Markdown format. The model fills the given structure with sections, forcing it to follow a clear reasoning plan, improving accuracy and logic of responses to complex tasks without additional training.

Task typemulti step
Shapechain of thought
Efforttwo or three steps
Addressesthe same prompt giving different answers; answers that are close but wrong; output that ignores the requested format
Published2023-11-20
AuthorsYifan Zhang, Yang Yuan, Andrew Chi-Chih Yao

When it helps

Use meta-prompting when solving complex tasks requiring multi-step reasoning and a structured approach. Especially effective for mathematical problems, data analysis, report creation, and planning. Apply when logical coherence, completeness, and response consistency are important. Suitable for situations requiring problem decomposition into stages and predictable result format. Ideal for working with base LLMs without specialized training, when improving reasoning quality without few-shot examples is needed.

A prompt you can paste

Generic by design: it applies the technique without knowing your task. Adapt the marked parts.

Prompt
You are an AI system designed to solve complex problems by following a structured reasoning process. Your task is to generate reusable prompts for readers to adapt and use.

## Task:
Generate one reusable prompt demonstrating the MetaPrompting (Structured Reasoning) technique. The prompt should guide a user through a specific task, with placeholders for them to fill in.

## MetaPrompting Technique Application:

### Core Principle:
MetaPrompting involves providing the LLM with a structured template (a "meta-prompt") that dictates the reasoning process and output format. This guides the model to break down complex tasks into logical steps, leading to more accurate, consistent, and comprehensive results. The structure itself acts as a guide, similar to a skeleton that the LLM "fills" with content.

### Structure Inferred from Technique Examples:
The technique emphasizes a predefined structure with clear sections and explicit instructions for each part. The examples provided use Markdown with hierarchical headings (`##`, `###`) and bullet points to define the task, provide context/initial data, and outline the steps of the reasoning process. A crucial element is the "Final Output" or "Conclusion" section that synthesizes the results.

### Adaptation to User's Task:
The user wants a reusable prompt. Therefore, the generated prompt will serve as a template for *creating* such prompts. It will guide the user on how to apply MetaPrompting to *their own* specific task. Placeholders `[like this]` will be used to indicate where the user should insert their task-specific details.

## Generated Meta-Prompt Template:

If this one does not fit, the two closest alternatives in the corpus are Requirement-Oriented Prompt Engineering (ROPE) and Meta-Thought Prompting, which target the same failure from a different angle.

Worked example

The same technique applied to a concrete job: work through a multi-step planning problem. Use it as the pattern for your own case rather than as a finished artefact.

Worked example
Ты — опытный консультант по разработке продуктов и методолог. Твоя задача — разработать структуру для решения сложной задачи, используя метод MetaPrompting.

## Задача:
Разработать 5 новых идей цифровых продуктов для посетителей после их визита в 7-комнатную иммерсивную выставку.

## Исходные данные:
*   **Существующие продукты:** приветственная открытка, приложение с дополнительным контентом, интерактивная книга с видео.
*   **Критерии для новых продуктов:**
    *   Легкость использования для посетителей.
    *   Построение интереса к теме выставки.
    *   Естественное ведение к платным курсам.

## Структура решения (MetaPrompting):

### Шаг 1: Анализ целевой аудитории и контекста
*   Опиши ключевые эмоциональные и когнитивные состояния посетителя сразу после завершения 7-комнатной выставки.
*   Какие барьеры могут помешать дальнейшему взаимодействию с контентом или брендом?
*   Какие существуют неочевидные потребности у посетителей, которые можно удовлетворить цифровым продуктом?

### Шаг 2: Генерация форматов и механик
*   Перечисли 5-7 инновационных форматов цифровых продуктов, которые не повторяют существующие (открытка, приложение, книга).
*   Опиши 3-4 механики вовлечения (например, геймификация, персонализация, социальное взаимодействие), которые могут повысить интерес и удержание.

### Шаг 3: Синтез идей продуктов
*   Сгенерируй 5 идей цифровых продуктов. Для каждой идеи:
    *   **Название продукта:** (Краткое и запоминающееся)
    *   **Описание формата и механики:** (Как это работает, какой формат используется, какая механика вовлечения применяется)
    *   **Соответствие критериям:**
        *   **Легкость использования:** (Опиши, почему продукт легко начать использовать)
        *   **Построение интереса:** (Как продукт поддерживает и развивает интерес к теме выставки)
        *   **Путь к курсам:** (Как продукт естественно подводит пользователя к покупке курса)
    *   **Отличие от существующих:** (Кратко укажи, чем отличается от открытки, приложения, книги)

### Шаг 4: Оценка и выбор MVP
*   Оцени каждую из 5 сгенерированных идей по шкале от 1 до 5 для каждого из трех критериев (легкость, интерес, путь к курсам).
*   Определи 1-2 продукта, которые наиболее подходят для запуска в качестве MVP (Minimum Viable Product). Обоснуй выбор.

## Итоговый вывод:
Предоставь структурированный отчет, содержащий:
1.  Краткое резюме анализа аудитории и потребностей (из Шага 1).
2.  Список сгенерированных идей продуктов (из Шага 3), включая их оценку и обоснование MVP (из Шага 4).

Get this written for your actual task

Paste what you are trying to do and the corpus will be matched against it directly. Free, no account, about ten seconds.

Free · no signup · ~10s
0.00match confidence
single retrieval pass
Prompt for your task

      

That number is low on purpose, and it is real. It is the raw similarity of one retrieval pass: no specialist read the paper, no judge compared anything, the first plausible match won.

6,235techniques in the corpus
one of which is this page

Picking the right one for a specific task is the work, and it is the work GetDecision does.

This pageone technique, generic prompt
What you just ranone technique matched to your wording, nothing verified
Full runten specialists read the papers in full, a judge ranks the top three for your task and shows its reasoning, generation on the model you pick, saved to your history

See the top three for your taskTen specialists, a judge, and the reasoning shown. Free account, first run included.

Run the full analysis

Related techniques

Requirement-Oriented Prompt Engineering (ROPE)ROPE (Requirement-Oriented Prompt Engineering) is an approach to creating prompts as detailed technical specif…Meta-Thought PromptingA method that forces an LLM to generate a 'meta-thought' before answering — a combination of a detailed expert…MLPrompt (Multilingual Prompting)MLPrompt is a prompting technique where critical but ignored model instructions are translated into a rare lan…Hierarchical Prompting FrameworkHierarchical five-level prompting system ranked by cognitive complexity: from simple role instruction to multi…

All techniques · Failure modes and fixes