Prompt Engineering
# 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
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions