home/coding/prompt-engineering-69

Prompt Engineering

GPTClaudeDeepSeek··1,190 copies·updated 2026-07-14
prompt-engineering-69.prompt
# The Five Lock Techniques

These are the techniques that make Strict-Lock work. Each addresses a specific class of failure mode.

---

## Technique 1 — Negative Bombing (Multiple Refusals Stacked)

**The problem**: AI video models default to generating "interesting" details. Tell them you want abstract glowing cards floating around the speaker, and they'll happily decorate those cards with text, numbers, brand logos, or UI elements.

**The technique**: Stack 5+ explicit refusals in one block, semicolon or comma-delimited.

when to use it

Community prompt sourced from the open-source GitHub repo roy6732856/seedance-ip-pipeline (MIT). A "Prompt Engineering" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

codingcommunitydeveloper

source

roy6732856/seedance-ip-pipeline · MIT