Can prompt optimization teach models knowledge they lack?
Explores whether sophisticated prompting techniques can inject new domain knowledge into language models, or if they're limited to activating existing training knowledge.
The knowledge injection survey makes this constraint explicit: prompt optimization "focuses on fully leveraging or guiding the LLM to utilize its internal, pre-existing knowledge." It does not retrieve from external sources. It does not update parameters. It works entirely within the model's existing knowledge distribution.
This is a hard ceiling, not a soft limitation. When a domain requires knowledge that the model was never trained on — proprietary documents, post-training regulations, specialized ontologies, organization-specific processes — no prompting strategy can supply it. The model can reorganize, foreground, or combine what it knows, but it cannot know what it was never trained to know.
The practical consequence shows up in two failure modes. First, models prompted to act as domain experts will confidently apply general-purpose reasoning patterns to domain-specific problems where those patterns don't hold. The prompt activates "medical reasoning" as a behavioral style, not as medical knowledge. Second, prompt performance depends on how thoroughly the domain is represented in pre-training — well-documented domains (clinical guidelines, legal statutes, financial regulations) are more promptable than proprietary or emerging domains.
This makes prompt-only domain specialization a form of retrieval from fixed memory. The memory can be searched more or less skillfully, but it can't be expanded. Every sophisticated prompting technique — few-shot examples, chain-of-thought elicitation, role specification — is fundamentally retrieval from training data, dressed as reasoning.
The implication is that the right question before choosing prompt optimization is not "how should we phrase this prompt?" but "is the required domain knowledge in the model's training distribution?" If yes, prompting is sufficient and efficient. If no, the investment must go into a different injection paradigm — dynamic retrieval, fine-tuning, or adapter layers.
Since Why do specialized models fail outside their domain?, there's a version of the ceiling problem in the opposite direction: models that are fully fine-tuned can know a domain deeply while losing general coverage. Prompt optimization avoids the cliff problem by not modifying parameters — but only by accepting the ceiling problem instead. Every approach involves a trade-off; this one chooses breadth over depth.
Reynolds & McDonell (2021) provide the upstream mechanism: few-shot prompting is "task location in the model's existing space of learned tasks" — not task learning. Alternative 0-shot prompts that communicate task intention through natural language semiotics match or exceed few-shot performance, confirming that the model already has the capability and the prompt's job is to locate it. Meta-prompt programming further extends this: the LLM itself can be prompted to write task-specific prompts, offloading the location search to the model's own understanding of its capabilities.
Inquiring lines that read this note 204
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How do training priors constrain what context information can override?- Why do Generation-Then-Comprehension and AI Delegation produce opposite learning outcomes?
- How do training-data priors influence model defaults when context is ambiguous?
- Why do language models substitute parametric knowledge over retrieved context mid-reasoning?
- Why does context information fail to override prior training associations?
- What causes catastrophic forgetting during domain knowledge embedding?
- Why does keyword priming require only three training exposures to establish?
- Can priming from different facts interfere with each other in the same model?
- Can in-context learning substitute for domain-specific training altogether?
- How does keyword priming enable language models to spread poisoned information?
- Does foundational model training or user priors more strongly shape final outputs?
- Why does consistency training make models resistant to prompt perturbations?
- How do model priors enable targeted context queries without full attention?
- Can models internalize retrieved context as static parametric knowledge?
- Can knowledge encoded in model representations fail to influence generation?
- How does training distribution shape what language models understand best?
- Can Q-priming further strengthen clarifying question behavior beyond social meta-learning alone?
- Can prompt-based debiasing work if biases are embedded in pretraining?
- Can goal information injected at inference time replace goal-conditioned training?
- What makes some contexts learnable as rules versus requiring model retraining?
- How should training data be constructed to preserve teacher-student information gaps?
- How do training associations override context information in language models?
- How do training data distributions constrain what language models can accurately know?
- Can retrieval policies learn to use pretraining statistics as decision features?
- Can models recover knowledge with completely unrelated retraining tasks?
- How does training order affect knowledge acquisition in language models?
- Should user context live in tokens or in learned model representations?
- How does parametric knowledge sabotage context-grounded question answering?
- Can better AI interfaces eliminate the attention cost of prompt composition and evaluation?
- How does prompt iteration reinforce user bias without empirical anchoring?
- Can prompting techniques reliably force models to enumerate hidden constraints?
- How does surface salience compete with background knowledge in model inference?
- Can input augmentation and rephrasing compensate for smaller model limitations?
- How do pretraining biases interact differently with prompts across model tiers?
- Can structured prompting reliably force models to enumerate preconditions?
- Can prompting inject new knowledge into already-trained AI models?
- Can better prompting fix structural disruptions in artificial text generation?
- Can prompting unlock compositional skills that pretraining already learned?
- How does prompt optimization differ from building persistent activation context?
- Can prompting alone inject new domain knowledge into a model?
- Why do practitioners default to prompting without recognizing its limits?
- Can prompt optimization alone inject knowledge models don't already have?
- How does prompt context activation differ from parameter-based knowledge injection?
- Can prompt optimization inject new knowledge into language models?
- How does prompt iteration risk converting user beliefs into self-confirming outputs?
- Why do users rephrase prompts toward median register over specialized phrasing?
- What role does prompt context play in preventing genuine addressee modeling in generation?
- Are instruction-tuned models more or less sensitive to prompt semantics than others?
- Can prompt optimization inject genuinely new knowledge into a model?
- How does explicit exploratory prompting compare to fine-tuned reinforcement learning for in-context adaptation?
- How can prompting help models gather information before attempting reasoning?
- Can prompt optimization or fine-tuning inject knowledge models do not already contain?
- Can prompting-only specialization hide domain boundaries from users?
- Can prompt engineering improve reasoning or only move requests into denser regions?
- How much of prompt sensitivity is really just frequency optimization in disguise?
- Can users inject entirely new knowledge into models through prompting alone?
- Does prompt performance vary by how well training data covers the domain?
- Why does politeness in prompts measurably affect model performance across tasks?
- What knowledge can prompt optimization actually activate in trained models?
- What happens when prompter skill matters more than domain expertise?
- Can prompt position alone shift language model predictions by twenty percent?
- Why does weight space search reduce robustness to prompt perturbations better than prompt engineering?
- Can runtime interventions like meta-cognitive prompting work where training interventions fail?
- Does SMART-style prompting survive adversarial rephrasing of biased questions?
- Can conversational prompt engineering bridge the articulation gap?
- How can prompt intervention reduce redundant reasoning steps dynamically?
- How do prompting and activation steering relate as compression strategies?
- Why does prompting discover capabilities that need reward-driven refinement?
- Why does prompt optimization alone fail to inject genuinely new knowledge?
- Does joint optimization of prompts and parameters outperform separate tuning?
- Do text-space skills transfer learning across different frontier models?
- Do few-shot examples improve in-context learning or add noise?
- Do widely-repeated prompting heuristics like politeness actually improve accuracy?
- How do logical forms of prompts influence what language models can derive?
- Does diversity prompting actually help models explore human argument space?
- What makes passive prompt transfer fail as a substitute for auditable expertise?
- How much knowledge can prompt optimization inject without retraining?
- What scaffolding tools help users specify implicit contextual boundaries to models?
- How does tool-based reasoning expand what language models can do?
- When does knowledge activation fail across different model architectures?
- How does cross-domain reasoning transfer differ from domain-specific knowledge transfer?
- Does knowledge structure matter more than knowledge volume for model training?
- Can prompt-based debiasing overcome entrenched LLM model priors?
- Can prompt design strategies reduce position bias in language model recommendations?
- Can prompting strategies eliminate systematic biases without shuffling or aggregation?
- Why does embedding evaluation criteria in prompts reduce creative scope?
- What makes few-shot prompting sufficient for critique-to-preference transformation without fine-tuning?
- What happens when experts prompt using their own technical register?
- Can we predict when a specific prompt will fail on a given question?
- What prompting strategies most effectively boost long-context LLM performance on retrieval?
- Do prompting technique improvements actually replicate in controlled experiments?
- Can a single accuracy threshold work across different prompt categories?
- Can LLM-generated descriptions of schemes outperform formal dictionary definitions for prompting?
- Can prompted or fine-tuned models generate genuine narrative ambiguity?
- What prompting techniques actually replicate under controlled statistical testing?
- Does argument-scheme prompting improve reasoning in non-code domains the same way?
- Do recency-focused prompts and in-context examples work equally well for order recovery?
- How do language agents implement prompts as executable computational graphs?
- Can algorithmic control flow over prompts simulate traditional programming languages?
- How does decomposed prompting formalize prompt libraries as reusable software modules?
- Why do semantically related prompts converge into attractor states in middle layers?
- What techniques work best for injecting domain knowledge at training time?
- How do training-time and inference-time knowledge injection techniques compare?
- How should rapidly evolving domains choose knowledge injection methods?
- What training cost tradeoffs exist between fine-tuning and other knowledge injection methods?
- Which domains need knowledge injection versus reasoning-focused training?
- Why does explicit theory injection work better than example-based learning for reasoning tasks?
- Can testing prior knowledge and checking understanding improve explanation outcomes?
- Can models be trained to explain instead of imitate answers?
- How do single training examples activate reasoning capabilities in language models?
- Can models maintain reasoning-output coupling while improving domain accuracy?
- Can reasoning learned from language modeling actually transfer to knowledge-intensive domains?
- What makes a good in-context learning example for a given task?
- Why do token-level language models fail at utterance-level pragmatic optimization?
- Does the prediction unit shape what language models actually learn?
- Why does hierarchical formal language training improve token efficiency more than natural language?
- Can dynamic instance-specific prompt selection solve the generalization problem across tasks?
- Why does joint optimization of prompts and inference strategy outperform separate tuning?
- How should token budgets be allocated when prompt-inference coupling matters?
- Can prompt optimization for clarity automatically improve token efficiency?
- Should prompt design and inference scaling be optimized together or separately?
- What interaction patterns preserve human learning when AI provides domain answers?
- Can targeted post-training teach AI systems to form ad-hoc linguistic conventions?
- Why do context-sensitive languages transfer better than regular or context-free languages?
- Is relevant knowledge encoded in LMs but not causally active in generation?
- Does encoded knowledge in language models actually influence what they generate?
- When does encoded knowledge fail to influence language model generation?
- Why might encoded world knowledge fail to actually influence language model outputs?
- How do description-based identifiers bias language model output distribution?
- Do instruction-tuned models prefer conversational over formal source language?
- Do pretrained language models carry reusable computational scaffolding for length handling?
- Can language models beat human experts in domains with sparse historical signals?
- Can text-infilling pretraining adapt language models to irregular document structures?
- What makes domain-specific utterance resolution harder for general large models?
- Why does domain-specific terminology require customization of vector search and generation?
- Can prompt engineering and external knowledge bases fix ambiguity recognition failures?
- Can domain pretraining on historical legal corpora reduce era sensitivity?
- Can the same description-then-retrieve pattern work for domain adaptation without target data?
- Do representations in models causally influence text generation?
- Can interventions on individual features reliably steer language model behavior?
- Can prompt engineering overcome the gulf between user intent and AI interpretation?
- What data would be needed to train proactive conversational systems?
- What distinguishes first-order from second-order agency in language models?
- Why do language models fail at grounding and inference?
- Can cognitive scaffolding replace tool-based reasoning augmentation in language models?
- Why does fine-tuning change how models process retrieved context?
- Do newer language model generations improve forecasting ability without additional training?
- Why do most open language models resist personality conditioning via prompts?
- Why do personas in language models resist correction through prompting alone?
- Why do language models prefer certain response styles regardless of what the prompt asks?
- How do general language model benchmarks predict specialized domain performance?
- Why do language models plateau at 55 to 60 percent constraint satisfaction?
- Can language models correct false assumptions or only reinforce them?
- What design choices actually make language models more persuasive?
- Can benchmark performance distinguish surface from structural linguistic knowledge?
- Should benchmark evaluations use multiple prompt formulations for difficult tasks?
- Can models identify what information they are missing in underspecified tasks?
- What alternatives exist when required knowledge is absent from training?
- Do models naturally learn to ask clarifying questions without explicit supervision?
- Can textual gradients generalize natural language feedback across computation graphs?
- Can text-space optimization and audit governance coexist in a single skill lifecycle?
- Can targeted activation steering surface latent reasoning in base models?
- How much training data is truly necessary to unlock latent model reasoning?
- Can minimal training signals unlock latent reasoning capability in base models?
- What latent reasoning capability do base models already possess before training?
- How does retrieval-augmented training reduce domain specialization cliff failures?
- Can expert-derived knowledge bases scale to other high-stakes domains?
Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Why do specialized models fail outside their domain?
Deep domain optimization creates sharp performance cliffs at domain boundaries. Specialized models generate plausible-sounding but ungrounded responses when queries fall outside their training scope, and often fail to signal their own ignorance.
the cost of the alternative: fine-tuning that modifies parameters creates a different failure mode
-
How do knowledge injection methods trade off flexibility and cost?
When and how should domain knowledge enter an AI system? This explores the speed, training cost, and adaptability trade-offs across four injection paradigms, and when each approach suits different deployment constraints.
this ceiling is specific to the fourth paradigm; others avoid it at different costs
-
Why do language models ignore information in their context?
Explores why language models sometimes override contextual information with prior training associations, and whether providing more context can solve this problem.
related: even when context provides new information, prior training associations can suppress it
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Injecting Domain-Specific Knowledge into Large Language Models: A Comprehensive Survey
- Deep Language Networks: Joint Prompt Training of Stacked LLMs using Variational Inference
- A Survey on Prompt Tuning
- Invalid Logic, Equivalent Gains: The Bizarreness of Reasoning in Language Model Prompting
- Learning To Retrieve Prompts for In-Context Learning
- Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing
- AutoPrompt: Eliciting Knowledge from Language Models with Automatically Generated Prompts
- Large Language Models Are Human-level Prompt Engineers
Original note title
prompt optimization cannot inject new knowledge — it can only activate knowledge the model already contains