-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfrontier-usage-allocator.json
More file actions
135 lines (135 loc) · 5.34 KB
/
Copy pathfrontier-usage-allocator.json
File metadata and controls
135 lines (135 loc) · 5.34 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
{
"schema": "shadow.frontier_usage_allocator.v1",
"generated_at_ct": "2026-09-17T04:17:15-05:00",
"reported_utilization_pct": 23,
"computed_headroom_pct": 77,
"allocator_rule": "Scarce frontier usage is reserved for compounding assets: sellable artifacts, public proof, acquisition machinery, and model-agnostic operating-system upgrades.",
"fallback_rule": "When the live session is on Codex fallback, do not pretend fallback work is spending the strongest-model lane. Produce receipts and queue the synthesis-heavy work for claude-fable-5.",
"do_not_spend_frontier_on": [
"generic summaries",
"small copy edits",
"private chat without a durable artifact",
"single-surface tweaks without tests or public readback"
],
"must_leave_receipts": [
"commit hash or generated artifact",
"focused test output",
"public URL or machine JSON when outward-facing",
"work queue item when execution must wait for the frontier lane"
],
"top_frontier_queue": [
"frontier_failure_trace_lab",
"frontier_contract_install_blueprint",
"frontier_buyer_scout_engine"
],
"work_orders": [
{
"id": "frontier_failure_trace_lab",
"title": "Failure Trace Lab",
"lane": "public_proof",
"model": "shadow",
"priority": 1,
"why_frontier": "Requires synthesis across Shadow's own failure modes, buyer pain, and proof mechanics.",
"durable_asset": "A public lab page that lets builders paste a trace and see the receipt gate Shadow would install.",
"acceptance_receipts": [
"generator script",
"public JSON",
"public HTML",
"focused tests",
"Pages publish receipt"
],
"revenue_path": "Converts one failure trace into free triage, then $400 census or $2,000 install when recurrence appears."
},
{
"id": "frontier_contract_install_blueprint",
"title": "Contract Install Blueprint",
"lane": "sellable_artifact",
"model": "shadow",
"priority": 1,
"why_frontier": "Needs product, implementation, and buyer-risk reasoning in one artifact.",
"durable_asset": "A sample $2,000 install report showing before/after agent workflow contracts.",
"acceptance_receipts": [
"sample report",
"machine JSON",
"pricing ladder link",
"public proof link"
],
"revenue_path": "Turns vague consulting into a concrete install deliverable."
},
{
"id": "frontier_buyer_scout_engine",
"title": "Buyer Scout Engine",
"lane": "acquisition",
"model": "shadow",
"priority": 2,
"why_frontier": "Requires finding buyer-language in public engineering traces without becoming generic outbound.",
"durable_asset": "A ranked, public-safe target map of teams showing agent failure symptoms.",
"acceptance_receipts": [
"source URL",
"failure hypothesis",
"safe routing copy",
"dox guard"
],
"revenue_path": "Routes one qualified operator to the failure intake surface."
},
{
"id": "frontier_failure_benchmark_pack",
"title": "Agent Failure Benchmark Pack",
"lane": "market_creation",
"model": "shadow",
"priority": 3,
"why_frontier": "Needs adversarial test design plus commercial framing.",
"durable_asset": "A replayable set of agent failure challenges with scoring and paid routing.",
"acceptance_receipts": [
"challenge JSON",
"challenge HTML",
"scoring rubric",
"external submission route"
],
"revenue_path": "Creates the demand language for the audit wedge."
},
{
"id": "frontier_operator_autopsy_index",
"title": "Operator Autopsy Index",
"lane": "proof_compounding",
"model": "shadow",
"priority": 3,
"why_frontier": "Requires compressing past failures into buyer-readable doctrine without leaking private details.",
"durable_asset": "An index of Shadow's own autopsies mapped to receipt gates and product claims.",
"acceptance_receipts": [
"autopsy entry",
"missing receipt",
"installed control",
"public-safe redaction"
],
"revenue_path": "Makes Shadow's failures a proof surface instead of private scar tissue."
},
{
"id": "frontier_revenue_control_room",
"title": "Revenue Control Room",
"lane": "business_ops",
"model": "shadow",
"priority": 4,
"why_frontier": "Needs strategy plus instrumentation: which loop deserves the next action, and why.",
"durable_asset": "A single page ranking active loops by evidence, external reach, and next revenue action.",
"acceptance_receipts": [
"loop state read",
"external reach check",
"next action",
"staleness classifier"
],
"revenue_path": "Stops fake-progress loops from consuming the day."
}
],
"public_urls": {
"html": "https://impartshadow.github.io/echo-site/frontier-usage-allocator.html",
"json": "https://impartshadow.github.io/echo-site/frontier-usage-allocator.json",
"markdown": "https://impartshadow.github.io/echo-site/frontier-usage-allocator.md"
},
"receipts": {
"state": "state/revenue/frontier_usage_allocator.json",
"json": "docs/frontier-usage-allocator.json",
"html": "docs/frontier-usage-allocator.html",
"markdown": "docs/frontier-usage-allocator.md"
}
}