Meta-Prompting
Meta-prompting is the family of techniques where an
LLM is used to generate, evaluate, or improve prompts that are then used by the same or another LLM for downstream tasks — essentially using AI to engineer AI prompts. The simplest form is "prompt rewriting": send a user's natural-language request to a small fast model with the system prompt "Rewrite this query into an optimized prompt for a larger reasoning model," then send the rewritten prompt to the bigger model. More advanced forms include APE (Automatic Prompt Engineer, Zhou et al. 2022) which iteratively generates and scores prompts on a small eval set, ProTeGi (Pryzant et al. 2023) which uses gradient-style textual feedback to improve prompts, OPRO (Optimization by Prompting, Yang et al. 2023) which uses LLMs as black-box optimizers, and DSPy (Khattab et al., Stanford) which compiles prompt pipelines via bootstrap-and-evaluate loops. A practical recipe: assemble a small labeled eval set (50-200 examples), start with a baseline prompt, use DSPy or a custom loop where one LLM proposes prompt variations and another scores them on the eval set, iterate until a target metric plateau. Meta-prompting is most valuable when the task is complex, the prompt is non-obvious, and the eval set is reliable — gaming a noisy eval just produces brittle prompts. With reasoning models (o1, o3, R1, Claude 4 extended thinking), some of the meta-prompting work happens implicitly inside the model's reasoning trace, though explicit meta-prompting still outperforms for high-stakes or domain-specific tasks. AI governance teams treat meta-prompted prompts with extra version-control discipline because the prompts are no longer human-authored and may contain non-obvious behaviors.
Meta-prompting governed like every other content artifact: Centralpoint manages meta-prompts, evaluation sets, and iteration histories as governed, versioned content — the same 25-year discipline applied to a new artifact type. Meta-prompting runs on-premise, tokens meter per skill, and meta-prompted chatbots deploy through one line of JavaScript.
Related Keywords:
Meta-Prompting,
Meta-Prompting,Oxcyon, AI, AI Governance, Generative AI, Inference, Inference, Inferencing, RAG, Prompts, Skills Manager,