---
id: "contrarian-complex-prompting-antipattern"
type: "contrarian-insight"
source_timestamps: ["00:05:00", "00:05:40"]
tags: ["prompt-engineering", "industry-myths", "contrarian"]
related: ["concept-bitter-lesson-llms", "concept-outcome-driven-prompting"]
challenges: "The conventional view that highly detailed, complex prompt engineering is a crucial, high-value skill for AI practitioners."
sources: ["s44-claude-mythos"]
sourceVaultSlug: "s44-claude-mythos"
originDay: 44
---
# Contrarian: Complex Prompting is an Anti-Pattern

## What it challenges

The prevailing industry narrative that 'prompt engineering' — building massive, intricate prompts with complex scaffolding — is a crucial, high-value skill.

## The contrarian position

Complex prompting is a crutch for *weak* models. As model capability rises (see [[concept-step-change-ai]] and [[concept-claude-mythos]]), elaborate procedural scaffolding actively degrades performance. The most valuable skill becomes the ability to:

- *Let go* of process
- Delete procedural cruft
- Trust the model with the *how*
- Specify only the *what* and the constraints

This is a direct application of [[concept-bitter-lesson-llms]] and is operationalized via [[concept-outcome-driven-prompting]]. The action item is [[action-delete-procedural-prompts]].

## Speaker quote

[[quote-bitter-lesson|"The bitter lesson is that simpler works best."]]

## Counter-counter perspective (from enrichment)

This stance is contested:
- **Tree-of-Thoughts** (Yao et al., 2023) outperforms zero-shot by 2–3x on planning benchmarks.
- **Chain-of-Thought** (Wei et al., 2022) shows procedural scaffolding helps, with returns plateauing rather than reversing on frontier models.
- **Anthropic's own prompt guides** recommend structured XML prompts for reliability.
- **Procedural prompting** still helps novices and on edge-case-heavy tasks.

A more defensible reading: as models scale, the *optimal* level of procedural scaffolding decreases — not necessarily to zero. The contrarian framing in the source is rhetorically strong but may overshoot empirically.
