-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkflow-picker.html
More file actions
603 lines (541 loc) · 19.8 KB
/
Copy pathworkflow-picker.html
File metadata and controls
603 lines (541 loc) · 19.8 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Codex vs Claude Code vs Cursor Workflow Picker | Agent Ops Command Center</title>
<meta name="description" content="Free AI coding-agent workflow picker for choosing Codex, Claude Code, Cursor, or a local agent based on task type, proof needs, handoff risk, UI QA, and release requirements.">
<meta property="og:title" content="Codex vs Claude Code vs Cursor Workflow Picker">
<meta property="og:description" content="Choose the right AI coding agent and generate a proof-backed routing note before requesting the $29 Agent Ops Command Center pack.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ivelly42.github.io/agent-ops-command-center/workflow-picker.html">
<meta property="og:image" content="https://ivelly42.github.io/agent-ops-command-center/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://ivelly42.github.io/agent-ops-command-center/og.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Codex vs Claude Code vs Cursor Workflow Picker",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Any",
"url": "https://ivelly42.github.io/agent-ops-command-center/workflow-picker.html",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"isPartOf": {
"@type": "Product",
"name": "Agent Ops Command Center",
"offers": {
"@type": "Offer",
"price": "29",
"priceCurrency": "USD",
"availability": "https://schema.org/PreOrder",
"url": "https://github.com/ivelly42/agent-ops-command-center/issues/new?template=payment-ready.yml"
}
}
}
</script>
<style>
:root {
color-scheme: light;
--ink: #151515;
--muted: #5f5a52;
--line: #d8d3ca;
--paper: #fbfaf7;
--panel: #ffffff;
--accent: #0f766e;
--gold: #b45309;
--soft: #f7f5f0;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: var(--ink);
background: var(--paper);
}
header, main, footer {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}
header {
min-height: 72px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--line);
}
.brand { font-weight: 800; }
nav {
display: flex;
flex-wrap: wrap;
gap: 16px;
font-size: 14px;
}
a {
color: inherit;
text-decoration: none;
}
.hero {
padding: 64px 0 42px;
display: grid;
grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
gap: 48px;
align-items: center;
}
.eyebrow {
color: var(--accent);
font-size: 14px;
font-weight: 800;
margin-bottom: 14px;
}
h1 {
font-size: clamp(42px, 7vw, 76px);
line-height: 0.98;
margin: 0 0 20px;
letter-spacing: 0;
}
.lead {
color: var(--muted);
font-size: 20px;
line-height: 1.5;
margin: 0;
max-width: 760px;
}
.actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 24px;
}
.button {
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid var(--ink);
border-radius: 8px;
padding: 0 16px;
font-weight: 800;
background: transparent;
color: inherit;
font: inherit;
cursor: pointer;
}
.button.primary {
background: var(--ink);
color: #fff;
}
.result-card {
background: var(--panel);
border: 1px solid var(--line);
border-radius: 8px;
padding: 24px;
box-shadow: 0 24px 80px rgba(21, 21, 21, 0.12);
}
.agent {
font-size: clamp(52px, 8vw, 82px);
line-height: 0.95;
font-weight: 900;
margin-bottom: 12px;
overflow-wrap: anywhere;
}
.result-card p {
color: var(--muted);
font-size: 18px;
line-height: 1.45;
margin: 0 0 18px;
}
.mini-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
}
.mini {
border: 1px solid var(--line);
background: var(--soft);
border-radius: 8px;
padding: 14px;
}
.mini strong {
display: block;
font-size: 24px;
margin-bottom: 4px;
}
.mini span {
color: var(--muted);
font-size: 13px;
}
section {
padding: 34px 0;
border-top: 1px solid var(--line);
}
.section-head {
display: flex;
justify-content: space-between;
gap: 24px;
align-items: end;
margin-bottom: 18px;
}
h2 {
font-size: clamp(28px, 4vw, 46px);
margin: 0;
letter-spacing: 0;
}
.section-head p {
color: var(--muted);
line-height: 1.5;
max-width: 560px;
margin: 0;
}
.form-grid, .grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.field, .item {
background: var(--panel);
border: 1px solid var(--line);
border-radius: 8px;
padding: 18px;
}
label {
display: block;
font-weight: 800;
margin-bottom: 8px;
}
input, select, textarea {
width: 100%;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
color: var(--ink);
font: inherit;
padding: 0 12px;
}
input, select {
min-height: 42px;
}
input[type="range"] {
padding: 0;
accent-color: var(--accent);
}
textarea {
min-height: 340px;
padding: 14px;
resize: vertical;
font: 13px/1.45 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
.field p, .item p {
color: var(--muted);
line-height: 1.45;
margin: 10px 0 0;
}
.item h3 {
margin: 0 0 10px;
font-size: 20px;
}
.notice {
border-left: 4px solid var(--gold);
background: var(--panel);
color: var(--muted);
padding: 18px 20px;
line-height: 1.55;
}
.status {
color: var(--accent);
font-weight: 800;
margin-top: 12px;
min-height: 22px;
}
footer {
color: var(--muted);
padding: 36px 0 48px;
}
@media (max-width: 980px) {
.hero, .form-grid, .grid {
grid-template-columns: 1fr;
}
.mini-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 720px) {
header {
align-items: flex-start;
flex-direction: column;
gap: 14px;
padding: 18px 0;
}
.hero {
padding-top: 44px;
}
.section-head {
display: block;
}
.section-head p {
margin-top: 10px;
}
}
</style>
</head>
<body>
<header>
<a class="brand" href="index.html">Agent Ops Command Center</a>
<nav aria-label="Primary">
<a href="index.html">Home</a>
<a href="buy.html">Buy</a>
<a href="workflow-picker.html">Picker</a>
<a href="notion-import-builder.html">Import</a>
<a href="ops-maturity-check.html">Maturity</a>
<a href="cost-leak-audit.html">Cost</a>
<a href="buyer-decision-matrix.html">Decision</a>
<a href="purchase-approval-brief.html">Approval</a>
<a href="buyer-intake.html">Intake</a>
<a href="run-log-builder.html">Builder</a>
<a href="sample-dashboard.html">Sample</a>
<a href="roi-calculator.html">ROI</a>
<a href="pricing.html">Pricing</a>
<a href="checkout-readiness.html">Checkout</a>
<a href="order-intent.html">Intent</a>
</nav>
</header>
<main>
<div class="hero">
<div>
<div class="eyebrow">Free AI coding-agent workflow picker</div>
<h1>Choose the agent that can prove the work.</h1>
<p class="lead">Score Codex, Claude Code, Cursor, and local agents against repo control, reasoning depth, IDE context, UI QA, release proof, and handoff risk.</p>
<div class="actions">
<a class="button primary" href="order-intent.html">Prepare order intent</a>
<a class="button" href="codex-vs-claude-code-vs-cursor.md">Markdown picker</a>
<a class="button" href="buyer-decision-matrix.html">Buyer decision</a>
<a class="button" href="https://github.com/ivelly42/agent-ops-command-center/releases/tag/v5.42-preview">Preview release</a>
</div>
</div>
<aside class="result-card" aria-label="Recommended agent">
<div class="agent" id="winner">Codex</div>
<p id="winnerLine">Use Codex when local repo control, shell checks, and release evidence matter most.</p>
<div class="mini-grid">
<div class="mini">
<strong id="codexScore">20</strong>
<span>Codex score</span>
</div>
<div class="mini">
<strong id="claudeScore">12</strong>
<span>Claude Code score</span>
</div>
<div class="mini">
<strong id="cursorScore">8</strong>
<span>Cursor score</span>
</div>
</div>
</aside>
</div>
<section>
<div class="section-head">
<h2>Routing Inputs</h2>
<p>Pick the task shape and proof needs. The picker routes to the cheapest reliable agent that can produce direct evidence.</p>
</div>
<div class="form-grid">
<div class="field">
<label for="task">Task type</label>
<select id="task">
<option selected>Repo implementation</option>
<option>Review</option>
<option>UI QA</option>
<option>Prompt/system work</option>
<option>Release work</option>
<option>Handoff</option>
</select>
<p>The primary shape of the next agent run.</p>
</div>
<div class="field">
<label for="repo">Local repo and shell control</label>
<input id="repo" type="range" min="0" max="5" step="1" value="5">
<p>Higher means file edits, tests, git, or release assets need local proof.</p>
</div>
<div class="field">
<label for="reasoning">Long-context reasoning</label>
<input id="reasoning" type="range" min="0" max="5" step="1" value="3">
<p>Higher means plan critique, broad tradeoffs, or second-opinion review matter.</p>
</div>
<div class="field">
<label for="ide">IDE-native edit loop</label>
<input id="ide" type="range" min="0" max="5" step="1" value="2">
<p>Higher means inline editor context and fast local code navigation matter.</p>
</div>
<div class="field">
<label for="ui">Browser or simulator QA</label>
<input id="ui" type="range" min="0" max="5" step="1" value="3">
<p>Higher means screenshots, UI state, device checks, or visual proof are required.</p>
</div>
<div class="field">
<label for="handoff">Handoff risk</label>
<input id="handoff" type="range" min="0" max="5" step="1" value="4">
<p>Higher means work crosses models, sessions, reviewers, or ownership boundaries.</p>
</div>
</div>
</section>
<section>
<div class="section-head">
<h2>Routing Note</h2>
<p>Copy this into a run brief, handoff packet, or order-intent issue before buying the full workspace.</p>
</div>
<textarea id="note" readonly></textarea>
<div class="actions">
<button class="button primary" type="button" id="copyNote">Copy routing note</button>
<a class="button" id="orderLink" href="order-intent.html">Use in order intent</a>
<a class="button" href="ai-agent-model-routing-matrix.md">Routing matrix</a>
<a class="button" href="codex-vs-claude-code-vs-cursor.md">Markdown picker</a>
</div>
<div class="status" id="copyStatus" aria-live="polite"></div>
</section>
<section>
<div class="section-head">
<h2>Decision Rules</h2>
<p>The paid pack adds durable run logs, verification ledgers, model routing, and handoff packets around this choice.</p>
</div>
<div class="grid">
<article class="item">
<h3>Use Codex</h3>
<p>Local workspace, shell, tests, git operations, release assets, and evidence collection are the hard requirements.</p>
</article>
<article class="item">
<h3>Use Claude Code</h3>
<p>Long-context reasoning, plan critique, architecture judgment, or adversarial review is the bottleneck.</p>
</article>
<article class="item">
<h3>Use Cursor</h3>
<p>The work is fastest inside the IDE with inline code context, focused edits, and direct developer review.</p>
</article>
</div>
</section>
<section>
<h2>Revenue Rule</h2>
<div class="notice">
Agent routing is not revenue. This page does not create checkout, prove payment, publish the paid ZIP, or count as revenue. Gross revenue is counted only from checkout, receipt, payout, or seller-dashboard evidence.
</div>
<div class="actions">
<a class="button primary" href="order-intent.html">Prepare order intent</a>
<a class="button" href="pricing.html">Pricing</a>
<a class="button" href="metrics/status.json">Demand metrics</a>
</div>
</section>
</main>
<footer>
Free workflow picker. Private paid ZIP. Revenue only after payment proof.
</footer>
<script>
const fields = ["task", "repo", "reasoning", "ide", "ui", "handoff"];
const profiles = {
"Repo implementation": { codex: 7, claude: 2, cursor: 4, proof: "tests, diff, changed-file list" },
"Review": { codex: 4, claude: 7, cursor: 3, proof: "findings with file and line references" },
"UI QA": { codex: 6, claude: 4, cursor: 3, proof: "screenshot, URL, or video evidence" },
"Prompt/system work": { codex: 5, claude: 6, cursor: 3, proof: "exact prompt source and verification output" },
"Release work": { codex: 8, claude: 3, cursor: 2, proof: "tag, digest, deployment, and rollback proof" },
"Handoff": { codex: 5, claude: 5, cursor: 3, proof: "handoff row with blockers and next action" }
};
const labels = {
codex: "Codex",
claude: "Claude Code",
cursor: "Cursor"
};
const winnerText = {
codex: "Use Codex when local repo control, shell checks, and release evidence matter most.",
claude: "Use Claude Code when broad reasoning, critique, and assumption checks matter most.",
cursor: "Use Cursor when IDE-native code context and fast inline edits matter most."
};
const note = document.getElementById("note");
const orderLink = document.getElementById("orderLink");
const status = document.getElementById("copyStatus");
function value(id) {
return document.getElementById(id).value;
}
function scores() {
const task = value("task");
const base = profiles[task];
const repo = Number(value("repo"));
const reasoning = Number(value("reasoning"));
const ide = Number(value("ide"));
const ui = Number(value("ui"));
const handoff = Number(value("handoff"));
return {
codex: base.codex + repo * 2 + ui + handoff,
claude: base.claude + reasoning * 2 + handoff + Math.ceil(ui / 2),
cursor: base.cursor + ide * 2 + Math.ceil(repo / 2) + Math.ceil(ui / 2),
proof: base.proof,
task,
inputs: { repo, reasoning, ide, ui, handoff }
};
}
function render() {
const s = scores();
const ordered = ["codex", "claude", "cursor"].sort((a, b) => s[b] - s[a]);
const winner = ordered[0];
const runner = ordered[1];
document.getElementById("winner").textContent = labels[winner];
document.getElementById("winnerLine").textContent = winnerText[winner];
document.getElementById("codexScore").textContent = s.codex;
document.getElementById("claudeScore").textContent = s.claude;
document.getElementById("cursorScore").textContent = s.cursor;
note.value = [
"# Codex vs Claude Code vs Cursor Workflow Picker",
"",
`Task type: ${s.task}`,
`Recommended owner: ${labels[winner]}`,
`Second choice: ${labels[runner]}`,
`Reason: ${winnerText[winner]}`,
"",
"Scores:",
`- Codex: ${s.codex}`,
`- Claude Code: ${s.claude}`,
`- Cursor: ${s.cursor}`,
"",
"Routing inputs:",
`- Local repo and shell control: ${s.inputs.repo}/5`,
`- Long-context reasoning: ${s.inputs.reasoning}/5`,
`- IDE-native edit loop: ${s.inputs.ide}/5`,
`- Browser or simulator QA: ${s.inputs.ui}/5`,
`- Handoff risk: ${s.inputs.handoff}/5`,
"",
`Proof required: ${s.proof}`,
"Stop if credentials, payment, payout, tax, legal, or destructive setup appears.",
"",
"Full pack value: Agent Ops Command Center adds agent registry, run log, verification ledger, model routing, handoff, cost tracker, failure modes, and revenue proof around this decision.",
"Price: $29",
"",
"Workflow picker: https://ivelly42.github.io/agent-ops-command-center/workflow-picker.html",
"Markdown picker: https://ivelly42.github.io/agent-ops-command-center/codex-vs-claude-code-vs-cursor.md",
"Order intent: https://ivelly42.github.io/agent-ops-command-center/order-intent.html",
"",
"Revenue rule: routing notes and order intent are not paid revenue."
].join("\n");
const params = new URLSearchParams({
buyer: "Workflow picker user",
tools: "Codex, Claude Code, Cursor",
problem: `${s.task} should route to ${labels[winner]}. Proof required: ${s.proof}.`
});
orderLink.href = `order-intent.html?${params.toString()}`;
}
for (const id of fields) {
const field = document.getElementById(id);
field.addEventListener("input", render);
field.addEventListener("change", render);
}
document.getElementById("copyNote").addEventListener("click", async () => {
try {
await navigator.clipboard.writeText(note.value);
status.textContent = "Workflow routing note copied.";
} catch {
note.select();
status.textContent = "Select and copy the workflow routing note.";
}
});
render();
</script>
</body>
</html>