The Art of Negotiation with AI Agents
beginner~15 min0/4 steps
Instructions
1
Add an <h1> heading with the word "Negotiation" in it — this is your cheat sheet title
Hint: Try: `<h1 class="text-3xl font-bold text-white mb-2">AI Negotiation Tactics</h1>`
2
Add a <div class="tactic-card"> for the Role-Setting tactic. Give it a bold title and a code example showing how to set a role in a prompt
3
Add a <div class="comparison-section"> that shows a before/after comparison between a vague prompt and a negotiated one
4
Inside the comparison section, add a "vague" prompt example on the left and a negotiated version on the right. Use the word "vague" somewhere on the page
Your Code
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Live Preview
Live Preview