You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last inequality is why the Operation/Attempt model matters commercially: 3 attempts of one operation are not 3 billable operations — unless the metering policy says so.
67
69
70
+
> The extended thesis — economic units, scarcity, measurement before monetization,
71
+
> metering semantics, and the evidence that commerce is arriving before measurement —
72
+
> lives in [docs/CAPABILITY-ECONOMY.md](docs/CAPABILITY-ECONOMY.md).
73
+
68
74
## The measurement view: Reach → Choice → Use → Utility → Value
69
75
70
76
AgentMeasure defines **metric families**, not a universal KPI. A search capability, a booking API, and a compute job have different value structures.
@@ -123,29 +129,33 @@ Four things a real developer needs to know:
123
129
>
124
130
> AgentMeasure is **not** on the critical request path.
-**Decision Opportunity / Candidate Set / Presentation / Selection** — the four objects of choice; the Observed Selection Rate denominator is Presented, not Available
129
138
-**Software Entity → Capability → Interaction Surface** — what exists, what it can do, and the observable interface; observation happens on surfaces, attribution resolves to entities through the machine-readable registry
130
139
-**Operation / Attempt** — one logical use vs. one execution; **retries are multiple attempts of one operation**, not a validity class (they are kept as reliability signals, not counted as distinct logical uses)
131
140
-**Qualified Usage** — production usage after excluding test, benchmark, synthetic, replay, duplicate and other invalid traffic according to policy
132
-
-**Result Consumption / Effect Confirmation** — the result was used by the task, or the intended world-state change was confirmed (Interaction Classes: Information / Action / Transaction / Computation / Communication / …)
141
+
-**Result Consumption** — *defined, reference partial*: the result was used by the task
142
+
-**Effect Confirmation** — *domain model defined, metric planned for Draft 0.5*: the intended world-state change was confirmed
133
143
-**Measurement Label** — a nutrition label for every public number (coverage / sampling / policy / method)
134
144
135
145
The full model lives in the [Core Specification](standard/CORE.md), [Metrics](standard/METRICS.md), [Entity](standard/ENTITY.md), and [Quality](standard/QUALITY.md). The README is not a spec summary.
136
146
137
147
## From measurement to CaaS
138
148
139
-
```text
140
-
Capability
141
-
│
142
-
▼
143
-
Discover → Choose → Use → Deliver Value → Measure → Meter → Price / Pay / Settle
144
-
```
145
-
146
-
AgentMeasure standardizes the data and semantics of the **first five steps** — discovery through measurement. Metering and commercial attribution are future extensions; payment rails can be provided by existing payment infrastructure.
149
+
AgentMeasure is **progressively standardizing** the measurement chain from discovery
150
+
and choice through execution, utility and value: core usage semantics are defined
151
+
today; utility/value and commercial metering remain active drafts. Metering and
152
+
commercial attribution are future extensions; payment rails can be provided by
153
+
existing payment infrastructure.
147
154
148
155
> **AgentMeasure standardizes economic facts, not money movement.**
python3 registry/validate_entities.py # validate the machine-readable registry
178
188
```
179
189
180
190
## Product MVP — in development
181
191
182
-
The first product path is **Remote MCP / API Capability Measurement**: an AgentMeasure Provider SDK that emits observations from the provider side (no agent-side install), feeding a collector and hosted analytics. The SDK and hosted analytics are not implemented yet — the standard, reference collector, and conformance suite are.
192
+
The first product path is **Remote MCP / API Capability Measurement**: an AgentMeasure
193
+
Provider SDK that emits observations from the provider side (no agent-side install),
194
+
feeding a collector and hosted analytics. The SDK and hosted analytics are not
195
+
implemented yet — the standard, reference collector, and conformance suite are.
196
+
197
+
Scope and acceptance: [product/MVP.md](product/MVP.md) · SDK contract:
0 commit comments