← All concepts

prompt engineering

899 articles · 15 co-occurring · 10 contradictions · 56 briefs

This entire page is part of IBM's prompt engineering guide and is structured around prompt engineering techniques.

Why Your Multi-Agent AI System Is Probably Making Things Worse — ImagineX

Article explicitly states that more tokens/prompt engineering doesn't help without solving coordination; suggests throw-more-compute approach is flawed

@IntuitMachine: Your AI coding agent is burning tokens on the same every single time.

[medium] "We've been obsessing over prompt engineering and agent scaffolding. Meanwhile, the highest-ROI move was just... better documentation the model can read." — Argues that documentation-based optimization delivers higher ROI than prompt engineering approaches for agent token efficiency

Context Engineering Is Replacing Prompt Engineering for Production AI | by Tao An | Medium

Article explicitly positions context engineering as the replacement/evolution of prompt engineering, suggesting different focus: context structure vs. prompt wording.

@shao__meng: 最近面试过程中,用 AI 辅助的候选人,明显多起来了 😄

[STRONG] "如果问到一些基本概念、原理啥的,让 AI 来回答也没什么,反正随时都能查得到;但真的涉及到工程中遇到的问题,特别是坑,AI 是回答不上来的,因为你没有把工程中的实际问题输入给它" — Article reveals fundamental limitation of AI agent usage in interviews: AI cannot solve problems it hasn't been explicitly prompted with real engineering context - basic prompts about concepts work, but prompts about actual engineering pitfalls fail because the real-world problem data wasn't provided

Artificial Intelligence & Deep Learning | Agentic Context Engineering (ACE): Self-Improving LLMs via Evolving Contexts, Not Fine-Tuning | Facebook

ACE shows that structured context *composition* outperforms manual prompt engineering, suggesting the field's focus on prompt wording misses the composition layer.

AI: Artificial Intelligence | Prompt engineering is yesterdayâs skill | Facebook

Explicitly frames context engineering as the successor to prompt engineering, suggesting prompt engineering is insufficient.

@willccbb: god what a beautiful objective. i wonder how general you can push this. best ...

Suggests that adding loss on output prediction is nearly free, implying traditional prompt-only approaches waste context. Model already computes these tokens; extracting learning from them is the engineering insight.

Prompts Are Dead. Skills Are the New Moat.

Article dismisses prompts as dead, but practitioners continue finding prompt optimization and context structuring critical. The contradiction is unsubstantiated.

[PDF] Building Effective AI Agents: Architecture Patterns and ... - Anthropic

Argues against 'encoding all domain expertise directly in prompts' and advocates for Skills-based approach instead—suggests limits of pure prompt engineering for agent systems.

2026-W22
726
2026-W21
4984
2026-W20
4822
2026-W19
3359
2026-W18
4575
2026-W17
4306
2026-W16
4027
2026-W15
4266
2026-W14
1438

This entire page is part of IBM's prompt engineering guide and is structured around prompt engineering techniques.

Prompt engineering is the process of structuring inputs, and it has emerged as a crucial technique for maximizing the utility and accuracy of these models" — Direct definition and articulation of prom

clever prompts represented perhaps 0.1% of the total context modern AI systems process" — Article directly challenges prompt engineering as the primary driver of AI effectiveness in production. Contex

Context engineering combines prompt engineering, retrieval-augmented generation (RAG), and multi-agent techniques into one system, instead of using them separately." — Article explicitly names prompt

Over the past couple of years, building applications with large language models (LLMs) has shifted focus from prompt engineering to context engineering. In early LLM applications, users spent time cra

[direct] "I really like the term 'context engineering' over prompt engineering. It describes the core skill better: the art of providing all the context for the task to be plausibly solvable by the LL

GEPA extends static prompt engineering into dynamic, feedback-driven prompt evolution. Shifts from 'craft good prompt' to 'system that improves prompts iteratively'.

The shift from prompt engineering to Context Engineering is not just a matter of semantics; it's a response to the growing complexity of AI applications." — Article directly positions Context Engineer

When you decide to ask for structured output using XML tags, you are using an inference strategy. That inference strategy is independent of your task—it's about how you will render your prompt to show

Context engineering is building dynamic systems to provide the right information and tools in the right format such that the LLM can plausibly accomplish the task." — Article introduces 'context engin

Prompt engineering is key to getting llm agents to deliver predictable outcomes for test automation." — Article explicitly states that prompt engineering is critical for achieving reliable LLM agent b

I wrote a hook that explicitly forbids Claude from writing to and/or deleting those files" — Article demonstrates advanced constraint-based prompt engineering pattern where developer enforces strict r

The prompt was never the whole game." — Article directly challenges the premise that prompt engineering is the primary lever for AI system improvement, arguing context engineering is now the dominant

You basically create a python string with the prompt you want the LLM to process, and wherever you want to dynamically insert a variable like different product names, product categories, product subca

Article explicitly positions context engineering as evolution beyond simple prompt engineering. Karpathy quote distinguishes 'short task descriptions' (old prompt engineering) from 'delicate art of fi

Article explicitly positions context engineering as successor to/replacement for prompt engineering paradigm

Moves beyond single-prompt engineering to structured multi-layer context design; treats prompting as architecture problem

Article explicitly positions context engineering as the evolution PAST prompt engineering, arguing prompts were the 2022 bottleneck but context/goals are the 2026 bottleneck.

Explicitly distinguishes context engineering from prompt engineering, positioning it as a broader discipline focused on comprehensive context design vs. wording optimization

GPT-5.5 works best when prompts define the outcome and leave room for the model to choose an efficient solution path" — Article provides specific guidance on GPT-5.5 prompt optimization: shorter outco

Interaction with LLMs is facilitated through user and system prompts—carefully engineered instructions that ensure the model has all relevant information to perform the desired task accurately." — Art

Article explicitly distinguishes context engineering from prompt engineering, showing prompt engineering is insufficient for industrial applications and conflates short task descriptions with the full

Article explicitly positions context engineering as the evolution beyond prompt engineering, showing the structural additions that transform generic prompts into effective ones.

The seven prompting types (zero-shot, few-shot, CoT, etc.) are concrete instantiations of prompt engineering as a context engineering subdiscipline.

The core finding is that better prompting/harness design unlocked existing capabilities. This is applied prompt engineering.

A skill is a structured markdown file that teaches Claude Code how to perform a specific task on the Domino platform. Each skill contains context about relevant APIs, configuration patterns, and best

Article explicitly positions context engineering as superior to/different from prompt engineering for production systems, marking the transition from local optimization (prompts) to systemic optimizat

Article explicitly positions context engineering as replacement for prompt engineering paradigm, suggesting prompt-level optimization is insufficient

Positions context engineering as a distinct lever alongside prompt engineering, suggesting these are complementary disciplines

Length limits: keep text between tool calls to ≤25 words. Keep final responses to ≤100 words unless the task requires more detail." — Article demonstrates a specific system prompt constraint technique

Instead of modifying model weights, context adaptation improves performance after model training by incorporating clarified instructions, structured reasoning steps, or domain-specific input formats d

three specific changes to the "harness" surrounding the models had inadvertently hampered their performance" — Article directly documents how changes to system prompts and operational harnesses degrad

Article explicitly positions prompt engineering as a subset of context engineering—single-interaction optimization within a larger informational environment design problem.

developers use various prompt design strategies. The simplest involves providing clear instructions specifying a concrete action and result format" — Article directly demonstrates core prompt design s

Prompting isn't a magic trick. It's engineering." — Article explicitly frames prompt engineering as a software discipline, not an ad-hoc practice. Stephen Weber authored dedicated article on this topi

Context Engineering is the new name for prompt engineering. Success in RAG and AI agents is no longer about a single or simple prompt, it's about a complex sequence of inputs to the LLM" — Article exp

Despite our best efforts with prompt tuning, the model often hallucinated contacts, asked useless clarifying questions, or picked the wrong person because it was forced to process a massive amount of

Article's central thesis is that context engineering is distinct from and complementary to prompt engineering—prompt quality alone insufficient

Article explicitly positions context engineering as the evolution beyond prompt engineering, showing that prompt engineering is narrower (instructions only) while context engineering encompasses the f

What the agent is and what it should always or never do" — Directly articulates core function of system prompt in defining agent identity and constraints

Context engineering has replaced prompt engineering as the main challenge in building agents and LLM applications" — Article explicitly positions context engineering as an evolution/replacement of pro

Don't use prompts for control flow. Use control flow for control flow." — Article explicitly argues against using prompts as a control mechanism, advocating for actual control flow structures instead.

Paper explicitly identifies prompt engineering as a context engineering technique for improving LLM-driven code generation quality.

Article explicitly positions context engineering as evolution beyond prompt engineering, arguing prompt engineering alone 'falls short in production environments' due to lack of reliability, context-a

Designing prompts, memory, retrieval and context pipelines for reliable, cost-effective LLM applications" — Article explicitly covers prompt design as a core component of context engineering for produ

Context engineering is the broader discipline of which prompt engineering is one subset. This article positions context engineering as umbrella concept including prompt structure plus state and data m

Think Before Coding - Don't assume. State assumptions explicitly. Present multiple interpretations when ambiguity exists. Push back when a simpler approach exists." — Article presents a novel prompt e

context design moves beyond the "static prompt" by developing a dynamic information ecosystem" — Article explicitly describes how prompt engineering is evolving beyond static instructions to dynamic c

migrating prompts takes a couple clicks" — Article explicitly discusses how GEPA reduces friction in prompt engineering tasks across model migrations

query this concept
$ db.articles("prompt-engineering")
$ db.cooccurrence("prompt-engineering")
$ db.contradictions("prompt-engineering")