{
  "schemaVersion": "1.0.0",
  "id": "artifact:your-second-brain-is-not-a-production-architecture",
  "slug": "your-second-brain-is-not-a-production-architecture",
  "canonicalPath": "artifacts/your-second-brain-is-not-a-production-architecture/",
  "title": "Your Second Brain Is Not a Production Architecture",
  "subtitle": "Markdown is a killer substrate for a personal agent. The moment the agent serves other people, context stops being a folder and becomes a governed retrieval and memory layer.",
  "abstract": "A source-derived architecture explainer separating personal second-brain markdown workflows from production agent context-plane requirements.",
  "type": "teaching-artifact-worked-example",
  "status": "published",
  "publicationState": {
    "schemaVersion": "1.0.0",
    "lifecycleState": "canonically-deployed",
    "contentState": "published",
    "reviewState": "approved",
    "creativeLockState": "locked",
    "implementationState": "complete",
    "renderedUatState": "passed",
    "humanApprovalState": "approved",
    "mergeState": "merged",
    "deploymentState": "canonically-deployed",
    "canonicalPublicationState": "published",
    "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": []
  },
  "public": true,
  "privacy": "public-safe-aggregated",
  "featured": true,
  "author": {
    "id": "person:tony-malott",
    "name": "Tony Malott",
    "url": "https://malott.ai"
  },
  "dates": {
    "published": "2026-07-09",
    "updated": "2026-07-09"
  },
  "topics": [
    "ai-governance",
    "governed-ai",
    "multi-agent-systems",
    "source-authority",
    "static-publishing",
    "teaching-artifacts",
    "enterprise-architecture",
    "platform-engineering",
    "governance"
  ],
  "tags": [
    "second brain",
    "production architecture",
    "context plane",
    "agent memory",
    "business context",
    "Redis Iris",
    "claim ledger",
    "public-source research"
  ],
  "audience": [
    "engineering-leadership",
    "enterprise-architecture",
    "ai-governance",
    "technical-leadership",
    "technical-review",
    "artifact-authors",
    "governance-review",
    "executive-review"
  ],
  "content": {
    "path": "page.html",
    "language": "en",
    "sourceSha256": "f280d00eeea2b892b6184a3f66d2695b5ee5e5fa4cd05192d1be085df3837b9c",
    "sourceTextSha256": "427b56eb4390aa48a6809c2e44400c7050c0031c53aa575c9340b7e59d5a6eaa"
  },
  "provenance": {
    "posture": "public-source-derived-architecture-analysis",
    "privateSourcesUsed": true,
    "privateSourcesPublished": false,
    "aiAssistance": {
      "used": true,
      "role": "locked source creation and preservation migration"
    },
    "sources": [
      {
        "id": "source:second-brain:youtube",
        "type": "public-video",
        "title": "I Love the Karpathy LLM Wiki but It Doesn't Scale. Here's What Does.",
        "locator": "https://www.youtube.com/watch?v=R-5_2nsF_ZM",
        "role": "narrative source and teaching prompt",
        "description": "Public YouTube source packet for R-5_2nsF_ZM: Cole Medin, \u201cI Love the Karpathy LLM Wiki but it Doesn't Scale. Here's What Does.\u201d",
        "publiclyExposed": true
      },
      {
        "id": "source:second-brain:redis-docs",
        "type": "public-documentation",
        "title": "Redis Iris context-engine documentation",
        "locator": "https://redis.io/docs/latest/develop/ai/context-engine/",
        "role": "current terminology and capability verification",
        "description": "Current Redis documentation is used to verify Redis Iris terminology and capability framing.",
        "publiclyExposed": true
      },
      {
        "id": "source:second-brain:demo-repo",
        "type": "public-repository",
        "title": "coleam00/redis-iris-agent",
        "locator": "https://github.com/coleam00/redis-iris-agent",
        "role": "implementation posture and preview caveat verification",
        "description": "The Redis demo repo is used to verify the implementation posture and preview caveat.",
        "publiclyExposed": true
      }
    ],
    "boundary": "No raw transcript, subtitle files, source packet files, screenshots, employer material, internal documents, local paths, controlled information, backend service, runtime AI, analytics, package tooling, external font, remote asset, or dependency is published."
  },
  "claims": [
    {
      "id": "claim:second-brain:001",
      "text": "Markdown is strong for personal agents",
      "posture": "source-derived-teaching-claim",
      "support": [
        "source:second-brain:youtube"
      ],
      "caveat": "Publish confidently."
    },
    {
      "id": "claim:second-brain:002",
      "text": "Personal agents and production agents are different categories",
      "posture": "source-derived-architecture-claim",
      "support": [
        "source:second-brain:youtube"
      ],
      "caveat": "Core framing."
    },
    {
      "id": "claim:second-brain:003",
      "text": "Production agents need governed access to business data",
      "posture": "supported-vendor-neutral",
      "support": [
        "source:second-brain:redis-docs"
      ],
      "caveat": "Publish vendor-neutral."
    },
    {
      "id": "claim:second-brain:004",
      "text": "Production agents need scoped user memory",
      "posture": "supported-vendor-neutral",
      "support": [
        "source:second-brain:redis-docs"
      ],
      "caveat": "Publish vendor-neutral."
    },
    {
      "id": "claim:second-brain:005",
      "text": "Redis Iris currently lists four services in docs",
      "posture": "verified-current-doc-fact",
      "support": [
        "source:second-brain:redis-docs"
      ],
      "caveat": "Avoid repeating the source-description five-tool framing without caveat."
    },
    {
      "id": "claim:second-brain:006",
      "text": "Redis Search appears in the video description's five-tool framing",
      "posture": "source-description-claim",
      "support": [
        "source:second-brain:youtube"
      ],
      "caveat": "Mention only as a source caveat, not current Iris taxonomy."
    },
    {
      "id": "claim:second-brain:007",
      "text": "Context Retriever and Agent Memory are preview in the demo repo",
      "posture": "verified-repository-caveat",
      "support": [
        "source:second-brain:demo-repo"
      ],
      "caveat": "Publish in source dossier."
    },
    {
      "id": "claim:second-brain:008",
      "text": "Redis is the best platform",
      "posture": "excluded-vendor-opinion",
      "support": [
        "source:second-brain:youtube"
      ],
      "caveat": "Excluded from the thesis."
    },
    {
      "id": "claim:second-brain:009",
      "text": "Millions of memories per user",
      "posture": "excluded-source-claim",
      "support": [
        "source:second-brain:youtube"
      ],
      "caveat": "Excluded unless separately verified."
    },
    {
      "id": "claim:second-brain:010",
      "text": "Pydantic AI is the best framework",
      "posture": "excluded-demo-choice",
      "support": [
        "source:second-brain:demo-repo"
      ],
      "caveat": "Excluded from the thesis."
    }
  ],
  "relationships": [
    {
      "type": "migratedFrom",
      "target": "repository:pinklon/shareplane",
      "posture": "declared",
      "evidence": "site/pages/your-second-brain-is-not-a-production-architecture/index.html"
    },
    {
      "type": "relatedTo",
      "target": "legacy-artifact:context-is-the-product",
      "label": "Context Is the Product",
      "locator": "https://shareplane.pages.dev/pages/context-is-the-product/",
      "displayPosture": "Primary relationship",
      "description": "This artifact is a narrower case study under the same larger thesis. \u201cContext Is the Product\u201d says durable AI capability compounds around governed context. This artifact shows one concrete boundary: the personal second brain versus the production context plane.",
      "posture": "declared-legacy",
      "evidence": "site/pages/your-second-brain-is-not-a-production-architecture/index.html#related"
    },
    {
      "type": "relatedTo",
      "target": "legacy-artifact:when-execution-gets-cheap-advantage-moves",
      "label": "When Execution Gets Cheap, Advantage Moves",
      "locator": "https://shareplane.pages.dev/pages/when-execution-gets-cheap-advantage-moves/",
      "displayPosture": "Secondary relationship",
      "description": "That artifact separates cheap execution from frontier scouting. This one separates personal context from production context. Same discipline: do not confuse a useful layer with the whole system.",
      "posture": "declared-legacy",
      "evidence": "site/pages/your-second-brain-is-not-a-production-architecture/index.html#related"
    }
  ],
  "presentation": {
    "legacyChrome": {
      "headers": [
        {
          "tag": "header",
          "class": "site-header",
          "generatedPosture": "suppress"
        }
      ],
      "footers": [
        {
          "tag": "footer",
          "class": "footer-receipt",
          "generatedPosture": "suppress"
        }
      ]
    },
    "evidenceSections": [
      {
        "tag": "section",
        "id": "source",
        "role": "public-sources",
        "generatedPosture": "article-essential"
      },
      {
        "tag": "section",
        "id": "related",
        "role": "related-work",
        "generatedPosture": "record-projected"
      }
    ],
    "legacyControls": [
      {
        "kind": "theme",
        "container": {
          "tag": "header",
          "class": "site-header"
        },
        "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,
    "progressiveEnhancement": false
  },
  "validation": {
    "contract": "validation-contract:1.0.0",
    "runtimeJavaScriptException": false,
    "stripRuntimeScriptsAtBuild": true,
    "artifactAssertions": [
      "contains:Your Second Brain Is Not a Production Architecture",
      "contains:Source dossier",
      "contains:Claim Ledger",
      "contains:Public-safe boundary"
    ]
  },
  "receipt": {
    "id": "receipt:your-second-brain-is-not-a-production-architecture:migration-1",
    "path": "receipts/artifacts/your-second-brain-is-not-a-production-architecture.json"
  },
  "migration": {
    "sourceRepository": "pinklon/shareplane",
    "sourceCommit": "a84395c6553c46e1315e6eae3821bae3b4e06ca7",
    "sourcePath": "site/pages/your-second-brain-is-not-a-production-architecture/index.html",
    "sourceGitBlobSha": "23c934dceac8067779bcb7f88ca00fc648bcd055",
    "sourceSha256": "f280d00eeea2b892b6184a3f66d2695b5ee5e5fa4cd05192d1be085df3837b9c",
    "targetSha256": "f280d00eeea2b892b6184a3f66d2695b5ee5e5fa4cd05192d1be085df3837b9c",
    "sourceTextSha256": "427b56eb4390aa48a6809c2e44400c7050c0031c53aa575c9340b7e59d5a6eaa",
    "targetTextSha256": "427b56eb4390aa48a6809c2e44400c7050c0031c53aa575c9340b7e59d5a6eaa",
    "preservedBytes": true,
    "preservationCommitSha": "1525a2a693ab0ea21ba90bb107b1eef1c7696ad8",
    "targetStartingSha": "c70d9ee3cadf9f8fb483bdfd49bf12b14e1b1260",
    "lane": "dense-technical-architecture",
    "gaps": [
      "Two related-artifact targets remain legacy links because bulk migration is out of scope.",
      "Raw source packet and transcript remain intentionally out of repository and public output."
    ]
  },
  "$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/your-second-brain-is-not-a-production-architecture/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/your-second-brain-is-not-a-production-architecture/artifact.json",
    "canonicalRecordSha256": "43140a8fe211c2b905fe0df63afa4b112c6eae49294ce5bab8c1045e7216de9a",
    "sourceContentSha256": "f280d00eeea2b892b6184a3f66d2695b5ee5e5fa4cd05192d1be085df3837b9c",
    "generationReceipt": "https://next.shareplane.malott.ai/build-receipt.json",
    "authorityReceipt": "https://next.shareplane.malott.ai/artifacts/your-second-brain-is-not-a-production-architecture/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"
  }
}
