{
  "model": {
    "id": "dttt-productivity-augmentation",
    "name": "DTTT Productivity and Augmentation Model",
    "version": "1.0",
    "release_date": "2026-03-01",
    "release_type": "major",
    "status": "superseded",
    "superseded_by": "1.1",
    "description": "Measures two related but distinct dimensions of AI value. The Productivity Score captures efficiency gains. The Augmentation Score captures where AI extended the capability of the team beyond what they could deliver before. Both scores are external and appear on member-facing Report Cards.",
    "url": "https://thedttt.com/ai-transparency",
    "note": "The Augmentation Score was superseded in v1.1 by the Delivery Extension Score following a finding that the Augmentation framing positioned AI as an expert contributor rather than the team member. See v1.1 for the replacement."
  },
  "productivity_score": {
    "id": "productivity",
    "name": "AI Productivity Score",
    "audience": "external",
    "scale_min": 1,
    "scale_max": 5,
    "core_question": "How long would this work have taken without AI, compared to the actual time spent?",
    "levels": [
      {
        "score": 1,
        "label": "Minimal gain",
        "rule": "AI saved less than 10% of time. The work would have taken roughly the same without it."
      },
      {
        "score": 2,
        "label": "Moderate gain",
        "rule": "AI saved 10–25% of time. Faster research or drafting, but human effort still dominated."
      },
      {
        "score": 3,
        "label": "Significant gain",
        "rule": "AI saved 25–50% of time. Research, structuring or iteration was noticeably accelerated."
      },
      {
        "score": 4,
        "label": "High gain",
        "rule": "AI saved 50–75% of time. This deliverable would have taken twice as long without AI."
      },
      {
        "score": 5,
        "label": "Transformative",
        "rule": "AI saved 75% or more of time. This depth of output would not have been feasible within the hours allocated without AI."
      }
    ],
    "justification_required": true,
    "justification_guidance": "Justifications must be specific. Name the tasks and estimate time saved versus a manual approach."
  },
  "augmentation_score": {
    "id": "augmentation",
    "name": "AI Augmentation Score",
    "audience": "external",
    "status": "superseded",
    "superseded_in": "1.1",
    "superseded_by": "delivery_extension_score",
    "scale_min": 1,
    "scale_max": 5,
    "core_question": "Did AI enable the team to produce a type or quality of output that would not have been achievable within the engagement without it?",
    "levels": [
      {
        "score": 1,
        "label": "No augmentation",
        "rule": "AI was used, but the output could have been produced to the same standard without it. Standard research, writing or editing tasks within normal team capability."
      },
      {
        "score": 2,
        "label": "Marginal augmentation",
        "rule": "AI slightly extended what was delivered — more examples, faster iteration — but within the team's existing capability range."
      },
      {
        "score": 3,
        "label": "Moderate augmentation",
        "rule": "AI enabled a noticeably richer deliverable: deeper analysis, broader research, more polished presentation than the hours alone would have produced."
      },
      {
        "score": 4,
        "label": "Significant augmentation",
        "rule": "AI enabled a type of output that required technical capability the team does not routinely hold: data visualisation, multilingual research, structured modelling, interactive tools."
      },
      {
        "score": 5,
        "label": "Transformative augmentation",
        "rule": "AI enabled a deliverable that simply did not exist within the team's prior toolkit: a functional prototype, a live data model, a new publication format. This would have required separate specialist commissioning without AI."
      }
    ]
  },
  "report_card": {
    "note": "In v1.0 both Productivity Score and Augmentation Score appear on the external member-facing Report Card.",
    "external_fields": [
      "ai_involvement_grade",
      "ai_productivity_score",
      "ai_augmentation_score",
      "models_used",
      "ai_supported_tasks",
      "ai_contribution_summary",
      "human_contribution_summary",
      "transparency_note",
      "value_breakdown"
    ]
  },
  "governance": {
    "licence": "Creative Commons Attribution 4.0 International",
    "contact": "hello@thedttt.com",
    "committee": true,
    "versioning_policy": "Minor releases: refinements to scoring definitions, labels or examples. Major releases: structural changes to the scoring logic or audience designation of either score."
  },
  "changelog": [
    {
      "version": "1.0",
      "date": "2026-03-01",
      "type": "major",
      "summary": "Initial release with Productivity Score and AI Augmentation Score, both external and appearing on member-facing Report Cards.",
      "changes": []
    }
  ]
}
