Definition
Meta-prompting is an advanced technique in which a language model is used to generate, refine, or analyse prompts — rather than to answer a user's question directly. In other words, you prompt a model to do prompt engineering. A meta-prompt is a higher-level instruction that tells the model how to write or improve other prompts, shifting effort from hand-crafting each prompt to building an automated process that produces good prompts.
How it works
A typical meta-prompting loop asks a capable model to draft several candidate prompts for a task, then applies each candidate, evaluates the results against examples or criteria, and keeps the best-performing version. Often a stronger model is used to optimise prompts that will run on a smaller, cheaper model. Because the optimising model can spot ambiguities a human might miss, the refined prompts tend to be clearer and produce more consistent outputs.
Why it matters
Manual prompt engineering is slow and depends heavily on the author's intuition. Meta-prompting scales that work: instead of designing every prompt by hand, you create frameworks that draft, test, and improve prompts automatically. This is especially useful when maintaining many prompts across an application, or when adapting prompts as a model is updated.
For sovereign Bitcoiners running local AI, meta-prompting offers a way to squeeze better behaviour out of a modest self-hosted model by letting a more capable model tune the instructions it receives — keeping the optimisation under your own control rather than outsourcing it. It builds on the fundamentals of prompt engineering and pairs well with reusable prompt templates.
In Simple Terms
Meta-prompting is an advanced technique in which a language model is used to generate, refine, or analyse prompts — rather than to answer a user’s…
