{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "TechArticle",
      "@id": "https://wiki.systemores.com/build-vs-bypass/#article",
      "isPartOf": {
        "@id": "https://wiki.systemores.com/#website"
      },
      "headline": "Module 3: The Build or Bypass (BoB) Framework",
      "url": "https://wiki.systemores.com/build-vs-bypass/",
      "mainEntityOfPage": "https://wiki.systemores.com/build-vs-bypass/",
      "description": "Decision-making and strategic sequencing at founder speed. Details the BoB filter to determine whether recurring friction requires expanding capability or re-engineering constraints.",
      "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": "The Build or Bypass Framework",
          "description": "An operational filter to determine whether a recurring friction point requires a Build decision (capacity expansion) or a Bypass decision (structural modification)."
        },
        {
          "@type": "DefinedTerm",
          "name": "Strategic Sequencing",
          "description": "The sequencing filter to protect strategic integrity and preserve cognitive bandwidth rather than relying on raw willpower."
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://wiki.systemores.com/build-vs-bypass/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://wiki.systemores.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "The Build or Bypass Framework",
          "item": "https://wiki.systemores.com/build-vs-bypass/"
        }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://wiki.systemores.com/build-vs-bypass/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What is the difference between a Build and a Bypass decision?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A Build decision permanently expands internal operational capability to conquer a recurring constraint, whereas a Bypass decision re-engineers the external environment or constraints to eliminate the friction entirely."
          }
        },
        {
          "@type": "Question",
          "name": "When should an organization choose to Bypass instead of Build?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Bypass when the constraint does not provide core compounding advantage, when building would introduce unmanageable organizational surface area, or when speed to leverage is paramount."
          }
        }
      ]
    }
  ]
}