{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "TechArticle",
      "@id": "https://wiki.systemores.com/architecture-over-prompting/#article",
      "isPartOf": {
        "@id": "https://wiki.systemores.com/#website"
      },
      "headline": "Module 2: Architecture Over Prompting",
      "url": "https://wiki.systemores.com/architecture-over-prompting/",
      "mainEntityOfPage": "https://wiki.systemores.com/architecture-over-prompting/",
      "description": "Designing robust enterprise systems for AI integration. Covers Cognitive Surrender, the Algorithmic Alibi, and the 3-Stage AI-Native Founders Playbook.",
      "inLanguage": "en-US",
      "author": {
        "@type": "Person",
        "name": "Bob Carilli",
        "url": "https://wiki.systemores.com",
        "jobTitle": "Founder & Principal Systems Architect"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Systemores",
        "url": "https://systemores.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://wiki.systemores.com/favicon.svg"
        }
      },
      "about": [
        {
          "@type": "DefinedTerm",
          "name": "Architecture Over Prompting",
          "description": "Moving away from treating AI as a magic 8-ball to build structured, high-fidelity context pipelines."
        },
        {
          "@type": "DefinedTerm",
          "name": "Cognitive Surrender",
          "description": "The behavioral trap of retaining strategic why leverage vs. inheriting AI's confidence and accumulating comprehension debt."
        },
        {
          "@type": "DefinedTerm",
          "name": "The Algorithmic Alibi",
          "description": "How modern organizations use half-baked AI integrations as a digital shrug or scapegoat for underlying broken operational logic."
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://wiki.systemores.com/architecture-over-prompting/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://wiki.systemores.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Architecture Over Prompting",
          "item": "https://wiki.systemores.com/architecture-over-prompting/"
        }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://wiki.systemores.com/architecture-over-prompting/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What is Cognitive Surrender in AI engineering?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Cognitive Surrender is the operational failure mode of blindly inheriting an AI model's confidence, accumulating comprehension debt, and forfeiting strategic ownership of the core system reasoning."
          }
        },
        {
          "@type": "Question",
          "name": "How does Architecture Over Prompting solve AI brittleness?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "By shifting focus from brittle prompt engineering tricks to deterministic context pipelines, structured data validation, and verifiable multi-agent boundaries."
          }
        }
      ]
    }
  ]
}