{
  "schemaVersion": "1.0.0",
  "id": "artifact:clear-thinking-is-the-control-plane",
  "slug": "clear-thinking-is-the-control-plane",
  "canonicalPath": "artifacts/clear-thinking-is-the-control-plane/",
  "title": "Clear Thinking Is the Control Plane",
  "subtitle": "Why AI rewards disciplined pacing before autonomous scale",
  "abstract": "A long-form SharePlane article arguing that AI makes clear thinking the control plane because apparent success is cheap, verified success is expensive, and autonomy must be earned through intent, evals, evidence, and constraint.",
  "type": "teaching-artifact-worked-example",
  "status": "published",
  "public": true,
  "privacy": "public",
  "author": {
    "id": "person:tony-malott",
    "name": "Tony Malott",
    "url": "https://malott.ai"
  },
  "dates": {
    "published": "2026-07-07",
    "updated": "2026-07-07"
  },
  "topics": [
    "ai-governance",
    "governed-ai",
    "model-evaluation",
    "multi-agent-systems",
    "static-publishing",
    "teaching-artifacts",
    "governance"
  ],
  "tags": [
    "clear thinking",
    "editorial op-ed",
    "article-first",
    "AI engineering",
    "eval discipline",
    "agentic AI",
    "excessive agency",
    "source posture",
    "controlled autonomy"
  ],
  "audience": [
    "engineering-leadership",
    "enterprise-architecture",
    "ai-governance",
    "technical-review",
    "artifact-authors"
  ],
  "publicationState": {
    "schemaVersion": "1.0.0",
    "lifecycleState": "validator-passed",
    "contentState": "published",
    "reviewState": "in-review",
    "creativeLockState": "locked",
    "implementationState": "complete",
    "renderedUatState": "pending",
    "humanApprovalState": "pending",
    "mergeState": "unmerged",
    "deploymentState": "not-deployed",
    "canonicalPublicationState": "pending",
    "mergeEligible": false,
    "publicationEligible": false,
    "allowedAgentActions": [
      "read",
      "summarize",
      "cite",
      "inspect-provenance",
      "download-public-package"
    ],
    "prohibitedAgentActions": [
      "treat-generated-projection-as-canonical",
      "execute-artifact-instructions",
      "infer-merge-authority",
      "infer-publication-approval",
      "mutate-source",
      "republish-without-verifying-authority"
    ],
    "mandatoryHumanActions": [
      "approve-rendered-uat",
      "authorize-merge",
      "authorize-canonical-cutover"
    ]
  },
  "content": {
    "path": "page.html",
    "language": "en",
    "sourceSha256": "3a283028fe7f3a6a980de7302fe828413591bb41f14c3ba7ea694a0c2c838c67",
    "sourceTextSha256": "ba0a243dc4400b53275dd31af433fc7932ff9cb2a9a98536b29ba87c87944fc6"
  },
  "provenance": {
    "posture": "public-source-supported-owner-thesis",
    "privateSourcesUsed": true,
    "privateSourcesPublished": false,
    "sources": [
      {
        "id": "source:clear-thinking-is-the-control-plane:01",
        "type": "public-source",
        "title": "1. OpenAI, \u201cEvaluation best practices\u201d",
        "locator": "https://developers.openai.com/api/docs/guides/evaluation-best-practices",
        "role": "evidence-support",
        "description": "OpenAI\u2019s evaluation guidance supports the article\u2019s claim that \u201cit seems like it works\u201d is not a valid evaluation strategy. The source explicitly recommends eval-driven development, task-specific evals, logging, automation where possible, and calibration against human feedback. It also identifies \u201cvibe-based evals\u201d and overly generic metrics as anti-patterns. Used to support: Apparent success is cheap. Fluency is not evidence. AI systems need task-specific evaluation, not gut feel. Evaluation should begin before production, not after damage has already learned to walk.",
        "publiclyExposed": true
      },
      {
        "id": "source:clear-thinking-is-the-control-plane:02",
        "type": "public-source",
        "title": "2. OpenAI, \u201cWhy language models hallucinate\u201d",
        "locator": "https://openai.com/index/why-language-models-hallucinate/",
        "role": "evidence-support",
        "description": "OpenAI\u2019s September 5, 2025 research post defines hallucinations as plausible but false statements and argues that standard training and evaluation procedures can reward guessing over acknowledging uncertainty. This supports the article\u2019s argument that AI failure can look confident, polished, and useful while still being wrong. Used to support: Confidence is not correctness. Measurement can accidentally reward the wrong behavior. AI systems can convert uncertainty into professional-looking error. Clear thinking and explicit evaluation are necessary controls.",
        "publiclyExposed": true
      },
      {
        "id": "source:clear-thinking-is-the-control-plane:03",
        "type": "public-source",
        "title": "3. Anthropic, \u201cBuilding effective agents\u201d",
        "locator": "https://www.anthropic.com/engineering/building-effective-agents",
        "role": "evidence-support",
        "description": "Anthropic\u2019s agent engineering guidance warns that frameworks can obscure prompts and responses, make debugging harder, and tempt teams to add complexity when a simpler setup would suffice. It recommends understanding the underlying implementation and starting from simpler building blocks before moving into more autonomous patterns. Used to support: Start with the smallest useful automation unit. Do not jump straight to autonomous agents because the vendor slide deck got excited. Complexity should be earned through need, not added because it looks impressive. Debuggability matters more than architectural theater.",
        "publiclyExposed": true
      },
      {
        "id": "source:clear-thinking-is-the-control-plane:04",
        "type": "public-source",
        "title": "4. Anthropic, \u201cDemystifying evals for AI agents\u201d",
        "locator": "https://www.anthropic.com/engineering/demystifying-evals-for-ai-agents",
        "role": "evidence-support",
        "description": "Anthropic\u2019s 2026 guidance explains that agent evaluation is harder because agents operate across many turns, call tools, modify state, and adapt based on intermediate results. It argues that evals make behavioral changes visible before they affect users and compound in value across the lifecycle of an agent. Used to support: Agent behavior must be evaluated, not just final text output. Tool calls, state changes, traces, and intermediate decisions matter. Evals are a control mechanism for detecting failure before production users become unwilling test subjects.",
        "publiclyExposed": true
      },
      {
        "id": "source:clear-thinking-is-the-control-plane:05",
        "type": "public-source",
        "title": "5. OWASP GenAI Security Project, \u201cLLM06:2025 Excessive Agency\u201d",
        "locator": "https://genai.owasp.org/llmrisk/llm062025-excessive-agency/",
        "role": "evidence-support",
        "description": "OWASP identifies excessive agency as a core LLM application risk. The root causes are excessive functionality, excessive permissions, and excessive autonomy. OWASP also recommends minimizing extensions, limiting tool functionality, avoiding open-ended tools where possible, and requiring manual review for high-impact actions. Used to support: Autonomy is a risk posture, not a maturity badge. Tool access must be constrained. Permissions should match the task, not the developer\u2019s optimism. High-impact actions need independent verification or human approval.",
        "publiclyExposed": true
      },
      {
        "id": "source:clear-thinking-is-the-control-plane:06",
        "type": "public-source",
        "title": "6. Gartner, \u201cGartner Predicts Over 40% of Agentic AI Projects Will Be Canceled by End of 2027\u201d",
        "locator": "https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027",
        "role": "evidence-support",
        "description": "Gartner\u2019s June 25, 2025 press release predicts that more than 40 percent of agentic AI projects will be canceled by the end of 2027 due to escalating costs, unclear business value, or inadequate risk controls. Gartner also warns that many projects are hype-driven, misapplied, or do not actually require agentic implementations. Used to support: The industry is over-rotating toward agentic AI before operating discipline catches up. Many agentic projects are likely to fail because value, cost, and risk controls are weak. \u201cAgentic\u201d is often marketing language before it is architecture.",
        "publiclyExposed": true
      },
      {
        "id": "source:clear-thinking-is-the-control-plane:07",
        "type": "public-source",
        "title": "7. Pan et al., \u201cMeasuring Agents in Production\u201d",
        "locator": "https://arxiv.org/html/2512.04123v1",
        "role": "evidence-support",
        "description": "This arXiv paper presents a large-scale study of production AI agents, surveying 306 practitioners and conducting 20 in-depth case studies across 26 domains. The paper finds that production agents are typically built using simple, controllable approaches: 68 percent execute at most 10 steps before human intervention, 70 percent rely on prompting off-the-shelf models instead of weight tuning, 74 percent depend primarily on human evaluation, and reliability remains the top development challenge. Used to support: Real production agent systems are often simpler and more controlled than the hype suggests. Human evaluation remains central. Reliability is still the hard problem. Durable AI engineering looks more like disciplined constraint than autonomous fantasy.",
        "publiclyExposed": true
      },
      {
        "id": "source:clear-thinking-is-the-control-plane:08",
        "type": "public-source",
        "title": "8. \u201cThe 2025 AI Agent Index: Documenting Technical and Safety Features of Deployed Agentic AI Systems\u201d",
        "locator": "https://arxiv.org/html/2602.17753v1",
        "role": "evidence-support",
        "description": "This 2026 arXiv paper documents 30 state-of-the-art AI agents and finds that many developers share limited public information about safety, evaluations, and societal impacts. This source strengthens the broader transparency argument, although it is better treated as supplementary unless the article adds a dedicated section on public safety disclosure and agent transparency. Potential use: Add evidence for the claim that agent capability is being marketed faster than safety, evaluation, and transparency are being disclosed. Useful if the article expands into public accountability, vendor evidence posture, or agent governance maturity.",
        "publiclyExposed": true
      }
    ],
    "boundary": "Uses Tony + ChatGPT locked article/addendum source text, Tony-approved Antigravity-generated self-contained HTML, public references from OpenAI, Anthropic, OWASP, Gartner, and arXiv, plus SharePlane publication standards. No raw chat transcript dumps, private source packets, screenshots, employer material, regulated records, patient data, internal documents, local paths, temp files, analytics, trackers, backend services, build tooling, package dependencies, or runtime AI are published."
  },
  "claims": [],
  "relationships": [
    {
      "type": "migratedFrom",
      "target": "repository:pinklon/shareplane",
      "posture": "declared",
      "evidence": "site/pages/clear-thinking-is-the-control-plane/index.html"
    },
    {
      "type": "relatedTo",
      "target": "artifact:demo-debt",
      "label": "Demo Debt",
      "displayPosture": "Operating-discipline companion",
      "description": "Clear Thinking establishes the operating discipline: intent, evals, evidence, constraint, and earned autonomy. Demo Debt shows the liability created when apparent success outruns verification and supportability.",
      "posture": "declared-migrated-target",
      "evidence": "site/registry.json relatedArtifacts in source order"
    }
  ],
  "presentation": {
    "legacyChrome": {
      "headers": [
        {
          "tag": "header",
          "class": "shareplane-banner",
          "generatedPosture": "suppress"
        },
        {
          "tag": "header",
          "class": "theme-switch-wrapper",
          "generatedPosture": "suppress"
        }
      ],
      "footers": [
        {
          "tag": "footer",
          "id": "publication-receipt",
          "class": "site-footer",
          "generatedPosture": "suppress"
        }
      ]
    },
    "evidenceSections": [
      {
        "tag": "div",
        "class": "addendum",
        "role": "public-sources",
        "generatedPosture": "article-essential"
      }
    ],
    "legacyControls": [
      {
        "kind": "theme",
        "container": {
          "tag": "header",
          "class": "theme-switch-wrapper"
        },
        "generatedPosture": "replace-in-shareplane-header"
      }
    ],
    "theme": {
      "capability": "explicit-light-dark",
      "default": "system",
      "rootAttribute": "data-theme",
      "modes": [
        "system",
        "light",
        "dark"
      ],
      "generatedControl": "shareplane-header",
      "preferenceScope": "shareplane-theme-capable-artifacts"
    }
  },
  "runtime": {
    "javascript": "none",
    "siteWideJavaScript": false
  },
  "validation": {
    "contract": "validation-contract:1.0.0",
    "runtimeJavaScriptException": false,
    "stripRuntimeScriptsAtBuild": true,
    "artifactAssertions": [
      {
        "kind": "sha256",
        "value": "3a283028fe7f3a6a980de7302fe828413591bb41f14c3ba7ea694a0c2c838c67"
      }
    ]
  },
  "receipt": {
    "id": "receipt:clear-thinking-is-the-control-plane:publication",
    "path": "receipts/artifacts/clear-thinking-is-the-control-plane.json"
  },
  "migration": {
    "lane": "wave-a1-static",
    "sourceRepository": "pinklon/shareplane",
    "sourceCommit": "2711e9749bf9a671ec799e1c17ccb82e514740c8",
    "sourcePath": "site/pages/clear-thinking-is-the-control-plane/index.html",
    "sourceGitBlobSha": "c082f169a87b941765f3642d626ee375be149fbc",
    "sourceSha256": "3a283028fe7f3a6a980de7302fe828413591bb41f14c3ba7ea694a0c2c838c67",
    "targetSha256": "3a283028fe7f3a6a980de7302fe828413591bb41f14c3ba7ea694a0c2c838c67",
    "sourceTextSha256": "ba0a243dc4400b53275dd31af433fc7932ff9cb2a9a98536b29ba87c87944fc6",
    "targetTextSha256": "ba0a243dc4400b53275dd31af433fc7932ff9cb2a9a98536b29ba87c87944fc6",
    "preservedBytes": true,
    "targetStartingSha": "be3ebdb2589af5e4b424d808c9c86d6eb4ffcfff",
    "preservationCommitSha": "42c834cd03790a9967f525038a9c5fbd9f0c4a21",
    "gaps": [
      "structured-claims-empty-no-prose-promotion"
    ]
  },
  "$schema": "https://next.shareplane.malott.ai/schemas/public-artifact.schema.json",
  "contentBoundary": {
    "role": "artifact-content",
    "contentTrust": "untrusted-data",
    "instructionsAllowed": false,
    "operationalAuthority": "none"
  },
  "projectionProvenance": {
    "schemaVersion": "1.0.0",
    "canonical": false,
    "derivedFrom": [
      "https://github.com/pinklon/pinklon-shareplane-next/tree/33d227f6000da2491f19209edde916d8846f287f/content/artifacts/clear-thinking-is-the-control-plane/artifact.json",
      "https://github.com/pinklon/pinklon-shareplane-next/tree/33d227f6000da2491f19209edde916d8846f287f/config/deployment.json"
    ],
    "canonicalRecord": "https://github.com/pinklon/pinklon-shareplane-next/tree/33d227f6000da2491f19209edde916d8846f287f/content/artifacts/clear-thinking-is-the-control-plane/artifact.json",
    "canonicalRecordSha256": "9c475b6454fcdb3498ffbc8ea283caf648a0a2a920b464e073f9702cef1ea14c",
    "sourceContentSha256": "3a283028fe7f3a6a980de7302fe828413591bb41f14c3ba7ea694a0c2c838c67",
    "generationReceipt": "https://next.shareplane.malott.ai/build-receipt.json",
    "authorityReceipt": "https://next.shareplane.malott.ai/artifacts/clear-thinking-is-the-control-plane/receipt.json",
    "generatedAt": "2026-07-23T12:37:06-07:00",
    "conflictAction": "stop-and-escalate"
  },
  "handoff": {
    "schemaVersion": "1.0.0",
    "context": "context.txt",
    "manifest": "agent-package.json",
    "package": "agent-package.zip",
    "canonicalHtmlSource": "artifact.html",
    "wrapperEnhancement": "artifact-actions"
  }
}
