calculate_pace_layer_drag
Quantify the hidden cost of structural friction from AI tier and organizational readiness misalignment. Returns drag rate, pace gap severity, and drivers in EUR range.
Instructions
Calculate annual Organisational Drag Cost — the hidden cost of structural friction from misalignment between AI tier and organisational readiness (NOT the cost of the AI build). Use to quantify the cost of NOT changing the operating model. Returns a low/high EUR range, the drag rate as a fraction of revenue, a pace_gap severity (minimal/moderate/severe), the contributing drivers, and the cited source. Pure deterministic calculation — no network, auth, or side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_tier | Yes | Ambition of the AI being deployed: gen1=automation/RPA, gen2=GenAI, gen3=agentic. | |
| industry | No | Optional; defaults to universal. Reserved for future vertical adjustments. | |
| readiness | Yes | Organisational readiness, honest self-assessment: agile = cross-functional, fast decisions; traditional = functional hierarchy; siloed = rigid, hand-off heavy. | |
| revenue_eur | Yes | Approximate annual revenue in EUR. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Citation for the drag-rate model applied. | |
| drivers | Yes | Named factors contributing to the drag. | |
| pace_gap | Yes | Severity of the tier↔readiness mismatch. | |
| drag_rate | Yes | Drag as a fraction of revenue (e.g. 0.02 = 2%), low/high. | |
| bvf_version | Yes | AI BVF protocol version used. | |
| annual_drag_eur | Yes | Estimated annual Organisational Drag Cost in EUR, low/high. |