Hacker News front page24 min readtalkintermediate
Prompts aren’t Real
Summary
The talk argues that prompt engineering is a dead‑end and proposes building large evaluation/optimization pipelines (pass^k testing, adversarial scenario generation, automated prompt optimization) to make LLM agents reliable. It describes a workflow: generate tests, run them with/without a new “skill”, feed results to a genetic optimizer that mutates prompts, validate on hold‑out tests, and itera…
- Prompt text is treated as a fragile artifact; instead focus on systematic evaluation of agent behavior.
- Use large‑scale pass^k tests (repeated runs) to detect flaky LLM outputs.
- Generate adversarial and benign scenarios (often via another LLM) to form a test suite.
- Automate prompt refinement with an optimizer (e.g., genetic algorithm) that iteratively mutates prompts based on test scores.
As LLM‑driven agents move from research demos to production services, reliability becomes a core concern. The talk highlights a systematic, test‑driven approach to mitigate prompt brittleness, which is relevant for teams building AI‑powered products that must meet safety, brand, and functional guar…
4/10


