-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (159 loc) · 6.1 KB
/
index.html
File metadata and controls
191 lines (159 loc) · 6.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>no ai slop</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
background: #fff;
color: #333;
}
@media (prefers-color-scheme: dark) {
body {
background: #1a1a1a;
color: #e4e4e4;
}
.subtitle {
color: #a0a0a0;
}
.timestamp {
color: #a0a0a0;
}
.waiting {
color: #ff6b35;
}
.link {
border-top: 1px solid #444;
color: #a0a0a0;
}
a {
color: #ff6b35;
}
}
@media (prefers-color-scheme: dark) {
.chat-example {
background: #2d2d2d !important;
border-left: 4px solid #ff6b35 !important;
color: #e4e4e4 !important;
}
.chat-example.good-example {
background: #1a2f1a !important;
border-left: 4px solid #4ade80 !important;
color: #e4e4e4 !important;
}
}
h1 {
font-size: 2.5rem;
font-weight: 300;
margin-bottom: 10px;
color: #d73502;
}
.subtitle {
font-size: 1.2rem;
color: #666;
margin-bottom: 40px;
font-weight: 300;
}
.chat-example {
background: #f8f9fa;
border-left: 4px solid #d73502;
padding: 20px;
margin: 30px 0;
font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
white-space: pre-line;
}
.timestamp {
color: #666;
font-size: 0.9em;
}
.waiting {
color: #d73502;
font-weight: bold;
font-style: italic;
margin: 10px 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.good-example {
background: #e8f5e8;
border-left: 4px solid #28a745;
}
.explanation {
font-size: 1.1rem;
margin: 30px 0;
}
.link {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid #eee;
font-size: 0.9rem;
color: #666;
}
a {
color: #d73502;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.emoji {
font-size: 1.5em;
}
</style>
</head>
<body>
<h1>no ai slop</h1>
<div class="subtitle">please don't submit raw AI output as work</div>
<div class="chat-example">
<span class="timestamp">2025-07-29 09:15:23</span>
<strong>you:</strong> Here's my analysis of the quarterly sales data:
"Based on the provided quarterly sales data, I can offer several key insights and observations that may prove valuable for strategic decision-making moving forward. The data reveals interesting patterns and trends that warrant careful consideration..."
<span class="waiting">💀 EVERYONE DIES A LITTLE INSIDE</span></div>
<div class="explanation">
When you submit unedited AI output, you're essentially saying <em>"I asked a computer to do this, but I'm not telling you how, and I didn't add any of my own thinking."</em>
</div>
<div class="explanation">
Instead, show your work! Share the prompt you used, explain your process, and add your own analysis. This helps everyone learn and makes your contribution actually valuable.
</div>
<div class="chat-example good-example">
<span class="timestamp">2025-07-29 09:15:23</span>
<strong>you:</strong> I analyzed our Q3 sales data using Claude with this prompt:
"Analyze this sales data for trends, identify our top-performing regions, and suggest 3 actionable improvements. Focus on [specific context about our business]."
Key findings from the AI analysis:
- [insight 1]
- [insight 2]
My additional thoughts: I disagree with the AI's suggestion about X because [your reasoning]. I think we should also consider [your idea] based on my experience with [relevant context].
<strong>Prompt and raw output attached for transparency.</strong></div>
<div class="explanation">
<strong>Why this matters:</strong>
<br><br>
<span class="emoji">🧠</span> <strong>Learning:</strong> Others can see how you approached the problem and improve their own prompting
<br><br>
<span class="emoji">🔍</span> <strong>Transparency:</strong> Clear what's AI-generated vs. your original thinking
<br><br>
<span class="emoji">⚡</span> <strong>Efficiency:</strong> Colleagues can build on your prompts instead of starting from scratch
<br><br>
<span class="emoji">🎯</span> <strong>Quality:</strong> Forces you to actually review and understand the AI output
</div>
<div class="explanation">
<strong>Quick tips:</strong>
<br>• Share your prompts openly
<br>• Clearly mark what's AI vs. your own analysis
<br>• Add context the AI doesn't have
<br>• Question and improve the AI's suggestions
<br>• Treat AI as a thinking partner, not a homework machine
</div>
<div class="link">
Short link to this page: <strong>noaislop.net</strong>
<br><br>
Inspired by <a href="https://nohello.net" target="_blank">nohello.net</a> •
<a href="https://github.com/thingless/noaislop" target="_blank">Source on GitHub</a>
</div>
</body>
</html>