[{"data":1,"prerenderedAt":840},["ShallowReactive",2],{"{\"query\":\"\\n  query ($locale: SiteLocale!) {\\n    site: _site {\\n      favicon: faviconMetaTags {\\n        attributes\\n        content\\n        tag\\n      }\\n      globalSeo {\\n        fallbackSeo {\\n          title\\n          description\\n        }\\n      }\\n    }\\n    global(locale: $locale) {\\n      headerCta {\\n        ...LinkFragment\\n      }\\n      topBanner {\\n        showBanner\\n        bannerText\\n        bgColor\\n      }\\n      signIn\\n      investors {\\n        title\\n        logos {\\n          url\\n        }\\n      }\\n      description\\n      footerCta {\\n        ...LinkFragment\\n      }\\n      socialMedia {\\n        platform\\n        url\\n      }\\n      locations {\\n        location\\n        address\\n        coords\\n      }\\n      emailAddress\\n      badges {\\n        url\\n      }\\n      gatedHeadline\\n      gatedIntro\\n      gatedFormId\\n      signupForm {\\n        headline\\n        intro\\n        hubspotId\\n      }\\n    }\\n  }\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n\",\"variables\":{\"locale\":\"en\"}}":3,"{\"query\":\"\\n  query {\\n    menu {\\n      main {\\n        ... on MenuGroupRecord {\\n          __typename\\n          label\\n          id\\n          submenu {\\n            ... on MenuItemRecord {\\n              __typename\\n              label\\n              description\\n              ...InternalFragment\\n              external\\n              icon {\\n                url\\n              }\\n            }\\n            ... on MenuGroupRecord {\\n              __typename\\n              label\\n              submenu {\\n                ... on MenuItemRecord {\\n                  __typename\\n                  label\\n                  ...InternalFragment\\n                  external\\n                }\\n              }\\n            }\\n          }\\n        }\\n        ... on MenuItemRecord {\\n          __typename\\n          label\\n          id\\n          ...InternalFragment\\n          external\\n        }\\n      }\\n    }\\n  }\\n  \\n  fragment InternalFragment on MenuItemRecord {\\n    internal {\\n      ... on HomeRecord {\\n        __typename\\n      }\\n      ... on PostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on ProductRecord {\\n        __typename\\n        slug\\n      }\\n      ... on WhyMainRecord {\\n        __typename\\n      }\\n      ... on WhySubpageRecord {\\n        __typename\\n        slug\\n      }\\n      ... on AiFirstRecord {\\n        __typename\\n      }\\n      ... on ClientSuccessRecord {\\n        __typename\\n      }\\n      ... on BookDemoRecord {\\n        __typename\\n      }\\n      ... on BlogLandingRecord {\\n        __typename\\n      }\\n      ... on AboutRecord {\\n        __typename\\n      }\\n      ... on LeadershipRecord {\\n        __typename\\n      }\\n      ... on MediaCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on NewsCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on CasestudyLandingRecord {\\n        __typename\\n      }\\n      ... on CaseStudyRecord {\\n        __typename\\n        slug\\n      }\\n      ... on PaidLandingRecord {\\n        __typename\\n        slug\\n      }\\n    }\\n  }\\n\\n\",\"variables\":{\"locale\":\"en\"}}":100,"{\"query\":\"\\n  query ($slug: String) {\\n    post(filter: { slug: { eq: $slug } }) {\\n      seo: _seoMetaTags {\\n        attributes\\n        content\\n        tag\\n      }\\n      ...PostFragment\\n      content {\\n        value\\n        blocks {\\n          __typename\\n          ... on RecordInterface {\\n            __typename\\n          }\\n          ... on BlogQuoteRecord {\\n            id\\n            __typename\\n            text\\n          }\\n          ... on BlogImageRecord {\\n            id\\n            __typename\\n            image {\\n              url\\n              alt\\n            }\\n            caption\\n            link {\\n              ...SingleLinkFragment\\n            }\\n          }\\n          ... on BlogTableRecord {\\n            id\\n            __typename\\n            colLeft\\n            colRight\\n            tableRows {\\n              colLeft\\n              colRight\\n            }\\n            bgColor {\\n              bgColor\\n            }\\n          }\\n          ... on DownloadRecord {\\n            id\\n            __typename\\n            text\\n            file {\\n              url\\n              filename\\n            }\\n          }\\n          ... on EmbedVideoRecord {\\n            id\\n            __typename\\n            video {\\n              height\\n              provider\\n              providerUid\\n              thumbnailUrl\\n              title\\n              url\\n              width\\n            }\\n          }\\n        }\\n      }\\n    }\\n    blogLanding {\\n      footerCallout {\\n        ...FooterFragment\\n      }\\n    }\\n  }\\n  \\n  fragment PostFragment on PostRecord {\\n    __typename\\n    id\\n    title\\n    slug\\n    publishDate\\n    category {\\n      id\\n      name\\n      slug\\n    }\\n    author {\\n      name\\n      photo {\\n        url\\n      }\\n    }\\n    image {\\n      responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n        src\\n        width\\n        height\\n        alt\\n        base64\\n      }\\n    }\\n    accentColor {\\n      bgColor\\n    }\\n    intro\\n  }\\n\\n  \\n  fragment FooterFragment on FooterBannerRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n  }\\n\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n  \\n  fragment SingleLinkFragment on LinkRecord {\\n    internal {\\n      ... on HomeRecord {\\n        __typename\\n      }\\n      ... on PostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on ProductRecord {\\n        __typename\\n        slug\\n      }\\n      ... on WhyMainRecord {\\n        __typename\\n      }\\n      ... on WhySubpageRecord {\\n        __typename\\n        slug\\n      }\\n      ... on AiFirstRecord {\\n        __typename\\n      }\\n      ... on ClientSuccessRecord {\\n        __typename\\n      }\\n      ... on BookDemoRecord {\\n        __typename\\n      }\\n      ... on BlogLandingRecord {\\n        __typename\\n      }\\n      ... on AboutRecord {\\n        __typename\\n      }\\n      ... on LeadershipRecord {\\n        __typename\\n      }\\n      ... on MediaCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on MediaPostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on CaseStudyRecord {\\n        __typename\\n        slug\\n      }\\n      ... on CasestudyLandingRecord {\\n        __typename\\n      }\\n      ... on PaidLandingRecord {\\n        __typename\\n        slug\\n      }\\n    }\\n    external\\n  }\\n\\n\",\"variables\":{\"slug\":\"enterprise-spec-driven-development\"}}":281,"{\"query\":\"\\n  query {\\n    allPosts(\\n      orderBy: publishDate_DESC\\n      filter: { publishDate: { lte: \\\"2026-05-20\\\" }, id: {neq: \\\"LBaiOHgRSdOMaqxHq7ZIBg\\\"} }\\n      first: 3\\n    ) {\\n      ...PostFragment\\n    }\\n  }\\n  \\n  fragment PostFragment on PostRecord {\\n    __typename\\n    id\\n    title\\n    slug\\n    publishDate\\n    category {\\n      id\\n      name\\n      slug\\n    }\\n    author {\\n      name\\n      photo {\\n        url\\n      }\\n    }\\n    image {\\n      responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n        src\\n        width\\n        height\\n        alt\\n        base64\\n      }\\n    }\\n    accentColor {\\n      bgColor\\n    }\\n    intro\\n  }\\n\\n\",\"variables\":{}}":710,"{\"query\":\"\\n    query {\\n      global {\\n        footerCallout {\\n          ...FooterFragment\\n        }\\n      }\\n    }\\n    \\n  fragment FooterFragment on FooterBannerRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n  }\\n\\n    \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n  \",\"variables\":{}}":770,"{\"query\":\"\\n  query {\\n    allNewsPosts(orderBy: publishDate_DESC, first: 3) {\\n      __typename\\n      title\\n      slug\\n      publishDate\\n      tag {\\n        name\\n        slug\\n      }\\n      image {\\n        responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n          src\\n          width\\n          height\\n          alt\\n          base64\\n        }\\n      }\\n      logo {\\n        url\\n      }\\n      accentColor {\\n        bgColor\\n      }\\n      intro\\n      externalLink\\n      media {\\n        ... on MediaVideoRecord {\\n          __typename\\n          video {\\n            ...VideoFragment\\n          }\\n        }\\n      }\\n    }\\n  }\\n  \\n  fragment VideoFragment on VideoRecord {\\n    file {\\n      video {\\n        muxPlaybackId\\n        title\\n        width\\n        height\\n        thumbhash\\n        blurUpThumb\\n        thumbnailUrl\\n      }\\n    }\\n    external {\\n      height\\n      provider\\n      providerUid\\n      thumbnailUrl\\n      title\\n      url\\n      width\\n    }\\n    loopClip {\\n      url\\n    }\\n  }\\n\\n\",\"variables\":{}}":779,"{\"query\":\"\\n  query {\\n    articleSidebar {\\n      cta {\\n        ...LinkFragment\\n      }\\n    }\\n  }\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n\",\"variables\":{}}":834},{"site":4,"global":30},{"favicon":5,"globalSeo":26},[6,14,18,22],{"attributes":7,"content":12,"tag":13},{"sizes":8,"type":9,"rel":10,"href":11},"16x16","image/png","icon","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=16&w=16",null,"link",{"attributes":15,"content":12,"tag":13},{"sizes":16,"type":9,"rel":10,"href":17},"32x32","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=32&w=32",{"attributes":19,"content":12,"tag":13},{"sizes":20,"type":9,"rel":10,"href":21},"96x96","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=96&w=96",{"attributes":23,"content":12,"tag":13},{"sizes":24,"type":9,"rel":10,"href":25},"192x192","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=192&w=192",{"fallbackSeo":27},{"title":28,"description":29},"Everest Systems | ERP Reinvented for the AI Era","Everest is an AI-native ERP platform that replaces outdated systems, streamlines operations, cuts costs, and enables rapid adaptations for faster, smarter growth.",{"headerCta":31,"topBanner":39,"signIn":37,"investors":43,"description":29,"footerCta":54,"socialMedia":59,"locations":66,"emailAddress":87,"badges":88,"gatedHeadline":93,"gatedIntro":94,"gatedFormId":95,"signupForm":96},{"buttons":32},[33],{"label":34,"internal":35,"external":37,"style":38},"Try Everest",{"__typename":36},"BookDemoRecord","","button",{"showBanner":40,"bannerText":41,"bgColor":42},true,"\u003Cp>Learn what it means to be truly AI-native &mdash; \u003Ca href=\"https://everest-systems.com/weekly-demo\">join our live product demo on Thursday at 10am PT\u003C/a> &rarr;\u003C/p>","red",{"title":44,"logos":45},"Investors",[46,48,50,52],{"url":47},"https://www.datocms-assets.com/160976/1749761147-sutter-hill.svg",{"url":49},"https://www.datocms-assets.com/160976/1749761146-altimeter.png",{"url":51},"https://www.datocms-assets.com/160976/1749761146-redpoint.png",{"url":53},"https://www.datocms-assets.com/160976/1750290368-dl.png",{"buttons":55},[56],{"label":57,"internal":58,"external":37,"style":38},"Contact",{"__typename":36},[60,63],{"platform":61,"url":62},"linkedin","https://www.linkedin.com/company/everest-systems-inc/",{"platform":64,"url":65},"youtube","https://www.youtube.com/@EverestSystemsERP",[67,71,75,79,83],{"location":68,"address":69,"coords":70},"North America","280 Hope Street\nMountain View, CA 94041","130,290",{"location":72,"address":73,"coords":74},"Germany","Max-Jarecki-Straße 21, 69115\nHeidelberg, Germany","650,252",{"location":76,"address":77,"coords":78},"United Kingdom","80 Grosvenor Street\nLondon, W1k3JX ","590,208",{"location":80,"address":81,"coords":82},"Brazil","Mostardeiro, 800 - room 702\nPorto Alegre - RS, 90430-000","384,636",{"location":84,"address":85,"coords":86},"South Africa","The Foundry, 74 Cardiff Street, Green Point, Cape Town, 8005, South Africa","680,624","info@everest-systems.com",[89,91],{"url":90},"https://www.datocms-assets.com/160976/1749761602-aws.png",{"url":92},"https://www.datocms-assets.com/160976/1749761602-aicpa.png","Gated Content Headline","Please fill out this form to gain access to exclusive content","c9f28857-105a-4932-a211-4f63c780866b",{"headline":97,"intro":98,"hubspotId":99},"Get the latest Everest news","Some nice copy here about what you get when you sign up.","36355ffe-9c44-4682-a5de-b73edd288b28",{"menu":101},{"main":102},[103,188,223,228,261],{"__typename":104,"label":105,"id":106,"submenu":107},"MenuGroupRecord","Products","ZpWZSBQDQti1xbn9l2cD_Q",[108,117,124,131,138,145,152,159,166,173,181],{"__typename":109,"label":110,"description":111,"external":37,"icon":112,"internal":114},"MenuItemRecord","Order to Cash ","Streamline every step from order to cash.",{"url":113},"https://www.datocms-assets.com/160976/1749656388-quotetocash.svg",{"__typename":115,"slug":116},"ProductRecord","order-to-cash",{"__typename":109,"label":118,"description":119,"external":37,"icon":120,"internal":122},"Record to Report","Purpose-built record to report for scaling global operations.",{"url":121},"https://www.datocms-assets.com/160976/1750686191-recordtoreport.svg",{"__typename":115,"slug":123},"record-to-report",{"__typename":109,"label":125,"description":126,"external":37,"icon":127,"internal":129},"Revenue Recognition","Automate revenue recognition and simplify ASC 606 compliance.",{"url":128},"https://www.datocms-assets.com/160976/1749656415-revenuerec.svg",{"__typename":115,"slug":130},"revenue-recognition",{"__typename":109,"label":132,"description":133,"external":37,"icon":134,"internal":136},"Cloud Cost Management","Bring cloud spend into focus, directly in your ERP.",{"url":135},"https://www.datocms-assets.com/160976/1750686447-cloudcost.svg",{"__typename":115,"slug":137},"cloud-cost-management",{"__typename":109,"label":139,"description":140,"external":37,"icon":141,"internal":143},"HR Management","Understand and control people costs in one system.",{"url":142},"https://www.datocms-assets.com/160976/1749662760-hr-management.svg",{"__typename":115,"slug":144},"hr-management",{"__typename":109,"label":146,"description":147,"external":37,"icon":148,"internal":150},"Asset Management","Track and depreciate assets without extra modules.",{"url":149},"https://www.datocms-assets.com/160976/1749663705-assetman.svg",{"__typename":115,"slug":151},"asset-management",{"__typename":109,"label":153,"description":154,"external":37,"icon":155,"internal":157},"Multi-Book & Localization","Run global accounting without adding complexity.",{"url":156},"https://www.datocms-assets.com/160976/1749664554-internationalization.svg",{"__typename":115,"slug":158},"multi-book-localization",{"__typename":109,"label":160,"description":161,"external":37,"icon":162,"internal":164},"Native AI","Empower your users to develop features with AI.",{"url":163},"https://www.datocms-assets.com/160976/1755089953-native-ai.svg",{"__typename":115,"slug":165},"ai-automation",{"__typename":109,"label":167,"description":168,"external":37,"icon":169,"internal":171},"Live Sandbox","Make changes with zero risk.",{"url":170},"https://www.datocms-assets.com/160976/1750686956-lifesandboxing.svg",{"__typename":115,"slug":172},"live-sandbox",{"__typename":109,"label":174,"description":175,"external":37,"icon":176,"internal":178},"AiSpecify","Design and build applications faster with AI.",{"url":177},"https://www.datocms-assets.com/160976/1749667775-ai-automation.svg",{"__typename":179,"slug":180},"PaidLandingRecord","aispecify",{"__typename":109,"label":182,"description":183,"external":37,"icon":184,"internal":186},"Professional Services Automation","Manage projects from within your ERP that bill themselves.",{"url":185},"https://www.datocms-assets.com/160976/1778872637-psa_icon.svg",{"__typename":179,"slug":187},"professional-services-automation",{"__typename":104,"label":189,"id":190,"submenu":191},"Why Everest","PFK4MTMsSGyvr0kIIbiuWg",[192,197,203,208,213,218],{"__typename":109,"label":193,"description":194,"external":37,"icon":12,"internal":195},"Why Everest ","Everest is built for businesses with complex revenue, global operations, and rapid change.",{"__typename":196},"WhyMainRecord",{"__typename":109,"label":198,"description":199,"external":37,"icon":12,"internal":200},"Everest vs. Legacy ERP","Legacy ERP systems weren’t built for the speed, scale, or complexity of modern businesses.",{"__typename":201,"slug":202},"WhySubpageRecord","everest-vs-legacy-erp",{"__typename":109,"label":204,"description":205,"external":37,"icon":12,"internal":206},"Everest vs. Bolt-ons","Patchwork solutions slow your business down with manual work, system silos, and reporting gaps. ",{"__typename":201,"slug":207},"everest-vs-bolt-ons",{"__typename":109,"label":209,"description":210,"external":37,"icon":12,"internal":211},"AI-First Architecture","Everest is ERP reinvented for the AI era.",{"__typename":212},"AiFirstRecord",{"__typename":109,"label":214,"description":215,"external":37,"icon":12,"internal":216},"Everest Security","At Everest, \u2028we understand that your business runs on trust.",{"__typename":201,"slug":217},"security",{"__typename":109,"label":219,"description":220,"external":37,"icon":12,"internal":221},"Integrations","Deep integrations that unite your stack.",{"__typename":179,"slug":222},"integrations",{"__typename":109,"label":224,"id":225,"external":37,"internal":226},"Customers","b7WnWKIVS3ylsgg5EFTu3g",{"__typename":227},"ClientSuccessRecord",{"__typename":104,"label":229,"id":230,"submenu":231},"Learn","Sfyg47Z5TnamVqzdpjtZzw",[232,237],{"__typename":109,"label":233,"description":234,"external":37,"icon":12,"internal":235},"Blog","Insights and resources for finance and operational transformation.",{"__typename":236},"BlogLandingRecord",{"__typename":104,"label":238,"submenu":239},"Media",[240,246,251,256],{"__typename":109,"label":241,"external":37,"internal":242},"Product Demos",{"__typename":243,"tag":244},"MediaCollectionRecord",{"slug":245},"product-demos",{"__typename":109,"label":247,"external":37,"internal":248},"Product Releases",{"__typename":243,"tag":249},{"slug":250},"product-releases",{"__typename":109,"label":252,"external":37,"internal":253},"Video",{"__typename":243,"tag":254},{"slug":255},"video",{"__typename":109,"label":257,"external":37,"internal":258},"Podcasts",{"__typename":243,"tag":259},{"slug":260},"podcasts",{"__typename":104,"label":262,"id":263,"submenu":264},"About","QD9iJU7KSeaA_II0VbKWZw",[265,270,274],{"__typename":109,"label":266,"description":267,"external":37,"icon":12,"internal":268},"Our Leadership","Guiding Everest with vision, expertise, and real-world experience.",{"__typename":269},"LeadershipRecord",{"__typename":109,"label":271,"description":272,"external":273,"icon":12,"internal":12},"Careers","Help us reinvent ERP.","https://everestruns.everest-systems.com/hook/fetch/jobs?file=index.html",{"__typename":109,"label":275,"description":276,"external":37,"icon":12,"internal":277},"News & Updates","Our latest Press and Collaboration updates.",{"__typename":278,"tag":279},"NewsCollectionRecord",{"slug":280},"press",{"post":282,"blogLanding":708},{"seo":283,"content":341,"__typename":683,"id":684,"title":685,"slug":686,"publishDate":687,"category":688,"author":692,"image":696,"accentColor":702,"intro":704,"tag":705},[284,287,291,294,298,301,304,308,312,316,319,323,327,330,334,337],{"attributes":12,"content":285,"tag":286},"Enterprise Spec-Driven Development: Why AI Broke the SDLC","title",{"attributes":288,"content":12,"tag":290},{"property":289,"content":285},"og:title","meta",{"attributes":292,"content":12,"tag":290},{"name":293,"content":285},"twitter:title",{"attributes":295,"content":12,"tag":290},{"name":296,"content":297},"description","AI made developers 21% faster, but enterprise delivery hasn't moved. The fix isn't more AI — it's governed, spec-driven development. Here's why.",{"attributes":299,"content":12,"tag":290},{"property":300,"content":297},"og:description",{"attributes":302,"content":12,"tag":290},{"name":303,"content":297},"twitter:description",{"attributes":305,"content":12,"tag":290},{"property":306,"content":307},"og:image","https://www.datocms-assets.com/160976/1779313625-erp-article-cautiouscfo-header-a-v2.png?auto=format&fit=max&w=1200",{"attributes":309,"content":12,"tag":290},{"property":310,"content":311},"og:image:width","1040",{"attributes":313,"content":12,"tag":290},{"property":314,"content":315},"og:image:height","800",{"attributes":317,"content":12,"tag":290},{"name":318,"content":307},"twitter:image",{"attributes":320,"content":12,"tag":290},{"property":321,"content":322},"og:locale","en",{"attributes":324,"content":12,"tag":290},{"property":325,"content":326},"og:type","article",{"attributes":328,"content":12,"tag":290},{"property":329,"content":28},"og:site_name",{"attributes":331,"content":12,"tag":290},{"property":332,"content":333},"article:modified_time","2026-05-20T21:53:42Z",{"attributes":335,"content":12,"tag":290},{"property":336,"content":37},"article:publisher",{"attributes":338,"content":12,"tag":290},{"name":339,"content":340},"twitter:card","summary_large_image",{"value":342,"blocks":670},{"schema":343,"document":344},"dast",{"type":345,"children":346},"root",[347,360,368,372,376,407,411,419,423,432,437,441,445,448,452,454,458,462,471,476,480,493,497,501,505,515,525,532,542,544,546,550,554,558,562,566,571,575,579,610,614,618,622,626,630,634,643,658],{"type":348,"children":349},"paragraph",[350,358],{"url":351,"type":13,"children":352},"https://www.faros.ai/blog/ai-software-engineering",[353],{"type":354,"marks":355,"value":357},"span",[356],"underline","Faros AI's 2025 study",{"type":354,"value":359}," of more than 10,000 developers found a 21% productivity gain at the individual developer level. Project velocity barely moved. The conventional explanation — that review and testing have slowed under the volume of AI-generated code — is true but incomplete. AI accelerated requirements generation too, and the work before the IDE is now producing more, less complete inputs. The stages after the integrated development environment (IDE) are doing exactly what they were designed to do: absorbing the cost. Until the front of the cycle gets a governed single source of truth, the productivity gains will keep getting consumed before they reach the P&L.",{"type":361,"level":362,"children":363},"heading",3,[364],{"type":354,"marks":365,"value":367},[366],"strong","Why AI coding tools haven't moved the delivery cycle",{"type":348,"children":369},[370],{"type":354,"value":371},"I've spent the last four weeks talking with CIOs at large enterprises — Fortune 500 insurers, major banks,  global investment services, biotech instrumentation, and aviation manufacturers. Different industries, different regulatory postures, different team sizes — and the same question in every conversation.",{"type":348,"children":373},[374],{"type":354,"value":375},"Their developers are measurably faster with AI coding tools. Their CFOs can't find the gain on the P&L.",{"type":348,"children":377},[378,380,387,389,396,398,405],{"type":354,"value":379},"The numbers are real.",{"url":351,"type":13,"children":381},[382,384],{"type":354,"value":383}," ",{"type":354,"marks":385,"value":386},[356],"Faros AI's 2025 telemetry study",{"type":354,"value":388}," of more than 10,000 developers found that teams with high AI adoption completed 21% more tasks and merged 98% more pull requests — but organizational delivery metrics stayed flat. The",{"url":390,"type":13,"children":391},"https://dora.dev/dora-report-2025/",[392,393],{"type":354,"value":383},{"type":354,"marks":394,"value":395},[356],"2025 DORA report",{"type":354,"value":397}," from Google Cloud, surveying nearly 5,000 developers, shows the same pattern: AI now correlates positively with throughput, but software delivery instability remains elevated. The",{"url":399,"type":13,"children":400},"https://dora.dev/research/2024/dora-report/",[401,402],{"type":354,"value":383},{"type":354,"marks":403,"value":404},[356],"2024 DORA report",{"type":354,"value":406}," was even blunter — every 25-point increase in AI adoption corresponded to a 1.5% throughput drop and a 7.2% stability drop.",{"type":348,"children":408},[409],{"type":354,"value":410},"To justify the AI investment at enterprise scale — licenses, retraining, security review, governance — CIOs are being asked for 30 to 50 percent improvements in end-to-end delivery cost. Almost nobody is getting them.",{"type":348,"children":412},[413,415],{"type":354,"value":414},"A divisional CIO at one of the insurers put it to me plainly: ",{"type":354,"marks":416,"value":418},[417],"emphasis","\"AI tools have made individual developers dramatically more productive. But our delivery cycle is not shortened at the same rate.\"",{"type":348,"children":420},[421],{"type":354,"value":422},"Where is the gain going?",{"type":348,"children":424},[425,428,429],{"type":354,"marks":426,"value":427},[366],"21% more tasks completed. 98% more pull requests merged. Organizational delivery metrics: flat.",{"type":354,"value":383},{"type":354,"marks":430,"value":431},[417],"— Faros AI, 2025",{"type":361,"level":362,"children":433},[434],{"type":354,"marks":435,"value":436},[366],"The downstream is doing its job — under a load it wasn't built for",{"type":348,"children":438},[439],{"type":354,"value":440},"The conventional answer is well-documented and worth taking seriously.",{"type":348,"children":442},[443],{"type":354,"value":444},"The cycle hasn't changed; some of its stages got dramatically faster, and the others are absorbing the consequence.",{"item":446,"type":447},"N5XzYPJoRLiR-78XioGwPA","block",{"type":348,"children":449},[450],{"type":354,"value":451},"The stages after the development step are doing exactly what they were built to do. Testing catches bugs. Review catches issues. Architecture review enforces conformance. Governance gates prevent code from shipping until it's been validated. Those processes work — and that's why velocity hasn't moved. They were sized for a slower upstream. They're now absorbing a much higher volume of code, against less complete inputs from the stages before the IDE. ",{"item":453,"type":447},"L2BMaq5eR0uzK1xsUBbzNw",{"type":348,"children":455},[456],{"type":354,"value":457},"More defects don't mean testing failed. They mean testing is doing its job — catching things before they ship. The bottleneck isn't a process breakdown. It's a load problem.",{"type":348,"children":459},[460],{"type":354,"value":461},"Scaling review capacity, adding test environments, bringing in more senior engineers — that's what most engineering organizations are already doing. It doesn't move the cycle, because the constraint isn't downstream.",{"type":348,"children":463},[464,466,469],{"type":354,"value":465},"The downstream is stressed because AI made code ",{"type":354,"marks":467,"value":468},[356],"and",{"type":354,"value":470}," document generation cheap. ",{"type":361,"level":362,"children":472},[473],{"type":354,"marks":474,"value":475},[366],"The upstream SDLC broke too — and it gets less attention",{"type":348,"children":477},[478],{"type":354,"value":479},"The half of the diagnosis that's missing sits before a line of code is ever written.",{"type":348,"children":481},[482,488,490],{"url":483,"type":13,"children":484},"https://www.cio.com/article/4166035/agentic-ai-is-rewiring-the-sdlc.html",[485],{"type":354,"marks":486,"value":487},[356],"Vipin Jain captured the edge of it",{"type":354,"value":489}," in CIO Magazine last week: ",{"type":354,"marks":491,"value":492},[417],"\"The first real bottleneck appears upstream when acceptance criteria are too loose for the agent to interpret safely. The teams that struggle most are not the ones with weak prompts. They are the ones with vague intent. AI amplifies ambiguity as efficiently as it amplifies insight.\"",{"type":348,"children":494},[495],{"type":354,"value":496},"He's right, and I'd take it further. The upstream isn't just ambiguous. It's faster and less complete at the same time.",{"type":348,"children":498},[499],{"type":354,"value":500},"The reason is simple. AI didn't only speed up code generation. It sped up requirements generation. The same LLMs developers use to write code, business stakeholders are using to create unstructured documents. Everything before the IDE got faster too. Nobody planned for what that would do.",{"type":348,"children":502},[503],{"type":354,"value":504},"Four things go wrong at once.",{"type":348,"children":506},[507,510,512],{"type":354,"marks":508,"value":509},[366],"Volume goes up.",{"type":354,"value":511}," More stakeholders generate \"requirements\" in parallel — finance, security, the business owner, compliance — each producing their own version. Reverse-engineered legacy systems produce hundreds of pages of regenerated specs no human can absorb end-to-end. A CIO at an aviation manufacturer asked me, half-joking: ",{"type":354,"marks":513,"value":514},[417],"\"Has anybody actually read the AI-generated documents?\"",{"type":348,"children":516},[517,520,522],{"type":354,"marks":518,"value":519},[366],"Completeness goes down.",{"type":354,"value":521}," Non-functional requirements — security, logging, performance, governance, regulatory — get progressively skipped. The LLM wasn't prompted for them. The human didn't think to add them. A CIO at a biotech instrumentation company described it this way: ",{"type":354,"marks":523,"value":524},[417],"\"Our first pass at doing things tends to be missing a lot of really important elements — security, logging, error-proofing.\"",{"type":348,"children":526},[527,530],{"type":354,"marks":528,"value":529},[366],"Drift compounds.",{"type":354,"value":531}," Two stakeholders ask for the same thing in slightly different ways. Neither version gets reconciled. The build references whichever one happened to land on the developer's desk first.",{"type":348,"children":533},[534,537,539],{"type":354,"marks":535,"value":536},[366],"And in the worst case, the requirements aren't requirements at all.",{"type":354,"value":538}," People throw raw Excel files over the wall: ",{"type":354,"marks":540,"value":541},[417],"\"Just generate the app from this.\"",{"item":543,"type":447},"BV0vzvDETJW-cCbGBB8FdA",{"item":545,"type":447},"efAz9uorSYSqtAKPmqLr2w",{"type":348,"children":547},[548],{"type":354,"value":549},"Here's the part that explains the velocity gap.",{"type":348,"children":551},[552],{"type":354,"value":553},"Three specific things are missing from AI-generated requirements at enterprise scale: regulations and policies, enterprise governance constraints, and conformance to reference architecture. None of these are nice-to-haves. All of them have to exist before code can ship. ",{"type":348,"children":555},[556],{"type":354,"value":557},"Security teams add gates because security policy wasn't captured upstream as a non-functional requirement. Governance frameworks thicken because compliance and regulatory constraints weren't encoded in the spec. Architecture review intensifies because AI-generated code drifts from enterprise reference architecture — a separate problem from missing NFRs, and one that compounds the load. Testing absorbs the volume: more PRs, bigger PRs, more code paths to validate, more environments to provision. Functional requirements exist, so test cases get written. There are just more of them, faster, against code that's been less carefully specified.",{"type":348,"children":559},[560],{"type":354,"value":561},"That's what the downstream stages are doing. Compensating. Every minute saved upstream creates additional work downstream, and the work compounds because each iteration of AI-driven code adds another version of the same gap.",{"type":348,"children":563},[564],{"type":354,"value":565},"That's why the math reads 21% developer productivity, while project velocity hasn't changed. The upstream gap and the downstream load aren't separate problems. They're the same problem, expressed at two ends of the lifecycle.",{"type":361,"level":362,"children":567},[568],{"type":354,"marks":569,"value":570},[366],"Spec-driven development is the direction — but the enterprise version is still open",{"type":348,"children":572},[573],{"type":354,"value":574},"The fix isn't more AI in code review. It isn't more AI in testing. Those tools have their own value, but they don't move the cycle. They optimize stages that aren't where the gap lives. The constraint is upstream.",{"type":348,"children":576},[577],{"type":354,"value":578},"The structural answer is a governed single source of truth: a specification that holds functional, non-functional, governance, and regulatory requirements together in one place. All stakeholders contribute to it. The build references it. Audit can point at it. It's the same artifact, all the way through the lifecycle.",{"type":348,"children":580},[581,583,590,592,599,601,608],{"type":354,"value":582},"The industry has a name for this direction. It's called spec-driven development, and it's no longer a fringe idea.",{"url":584,"type":13,"children":585},"https://www.thoughtworks.com/en-us/insights/blog/agile-engineering-practices/spec-driven-development-unpacking-2025-new-engineering-practices",[586,587],{"type":354,"value":383},{"type":354,"marks":588,"value":589},[356],"Thoughtworks named it",{"type":354,"value":591}," one of the most important practices to emerge in 2025.",{"url":593,"type":13,"children":594},"https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-new-open-source-toolkit/",[595,596],{"type":354,"value":383},{"type":354,"marks":597,"value":598},[356],"GitHub shipped Spec Kit",{"type":354,"value":600},", an open-source toolkit, in September 2025.",{"url":602,"type":13,"children":603},"https://kiro.dev/blog/introducing-kiro/",[604,605],{"type":354,"value":383},{"type":354,"marks":606,"value":607},[356],"AWS shipped Kiro",{"type":354,"value":609},", a spec-driven agentic IDE, in mid-2025. The category has a name and a growing toolchain.",{"type":348,"children":611},[612],{"type":354,"value":613},"Spec-driven development means treating the specification — not the code — as the system of record for what software is supposed to do, with functional, non-functional, governance, and regulatory requirements held together in one governed artifact. Code becomes the generated output. The spec is the truth.",{"type":348,"children":615},[616],{"type":354,"value":617},"That's the direction. What's still open is the enterprise version.",{"type":348,"children":619},[620],{"type":354,"value":621},"The enterprise version is different from the developer-toolkit version in ways that matter. It has to survive multi-stakeholder authorship — finance and security and the business owner and compliance all contributing to the same artifact without overwriting each other. Non-functional and regulatory requirements have to be first-class, not afterthoughts. Audit has to be able to trace any line of code back to the requirement that produced it, and back to the policy that justified the requirement. The spec itself has to be governed like the code it generates — versioned, reviewed, signed off, locked.",{"type":348,"children":623},[624],{"type":354,"value":625},"That governance also controls for prompt drift. When the spec is the system of record, every iteration — including AI-driven updates — works off the same artifact. The prompt becomes a transient instruction. The code stays anchored to intent. That's something prompt-only workflows can't deliver, and it's why a governed spec is more than an audit artifact. It's the only way to keep AI iteration consistent across versions of the same application.",{"type":348,"children":627},[628],{"type":354,"value":629},"That version, nobody has shipped yet.",{"type":348,"children":631},[632],{"type":354,"value":633},"The CIOs I spoke with reached for it independently, using different names. One of the insurers calls it autonomous SDLC. The other calls it AI DLC. A CIO at one of the banks calls it simply spec-driven development. The global investment services firm calls it end-to-end agentic personas. The regional bank describes a three-phase architecture. The naming hasn't settled — which is itself the signal. When several experienced enterprise CIOs in four weeks reach for the same end-state and can't agree on what to call it, the category is still being formed.",{"type":348,"children":635},[636,639,640],{"type":354,"marks":637,"value":638},[366],"\"This is all spec-driven development. Anybody who cracks this is going to win because nobody has cracked it yet.\"",{"type":354,"value":383},{"type":354,"marks":641,"value":642},[417],"— CIO, global bank",{"type":348,"children":644},[645,647,656],{"type":354,"value":646},"The toolkit version of spec-driven development is being worked out in public — by GitHub, AWS, and others. The enterprise version — the one where the spec survives multi-stakeholder authorship, holds regulatory requirements first-class, anchors AI iteration against prompt drift, and gives audit a single artifact to point at — is the harder problem, and the more valuable one. That's what we've been building toward at ",{"url":648,"meta":649,"type":13,"children":653},"https://everest-systems.com/aispecify/",[650],{"id":651,"value":652},"target","_blank",[654],{"type":354,"value":655},"Everest",{"type":354,"value":657},". The category itself is wide open, and the CIOs are already naming it.",{"type":348,"children":659},[660,662,668],{"type":354,"value":661},"If this topic interests you, I’d love to hear from you at ",{"url":663,"type":13,"children":664},"mailto:sam.yen@everest-systems.com",[665],{"type":354,"marks":666,"value":667},[356],"sam.yen@everest-systems.com",{"type":354,"value":669},". ",[671,675,678,680],{"__typename":672,"id":446,"image":673,"caption":37,"link":12},"BlogImageRecord",{"url":674,"alt":12},"https://www.datocms-assets.com/160976/1779313440-aispecify-overview-1.png",{"__typename":676,"id":453,"text":677},"BlogQuoteRecord","\"We've seen faster development. We've also seen more defects going to the testing phase.\"\n— CIO at a Regional Bank",{"__typename":676,"id":543,"text":679},"\"How do I stop people from just rushing into building without doing the first step right?\" \n— CIO, aviation manufacturer",{"__typename":672,"id":545,"image":681,"caption":37,"link":12},{"url":682,"alt":12},"https://www.datocms-assets.com/160976/1779313821-aispecify-overview-1-1.png","PostRecord","LBaiOHgRSdOMaqxHq7ZIBg","AI Broke the SDLC on Both Sides of the IDE — And Spec-Driven Development Is the Fix","enterprise-spec-driven-development","2026-05-20",{"id":689,"name":690,"slug":691},"JawGXaVQS1mmtbq3YAwhRg","AI","ai",{"name":693,"photo":694},"Sam Yen",{"url":695},"https://www.datocms-assets.com/160976/1776217649-samyenheadshot2-small.jpeg",{"responsiveImage":697},{"src":698,"width":699,"height":700,"alt":12,"base64":701},"https://www.datocms-assets.com/160976/1779313625-erp-article-cautiouscfo-header-a-v2.png?fit=fillmax&h=1050&w=1400",1365,1050,"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLDxYVFRgPDg4NDhYNFg0OFxYZGCIVFhUdHysjGh0oHRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg4OHA4QHC8dFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAaAAACAgMAAAAAAAAAAAAAAAAABQQGAQID/8QAHRAAAQUAAwEAAAAAAAAAAAAAAAECAwQRBRMxMv/EABYBAAMAAAAAAAAAAAAAAAAAAAIDBP/EABgRAAMBAQAAAAAAAAAAAAAAAAABEQIx/9oADAMBAAIRAxEAPwCq0abX2E1RrJw0aytdomgtdc+ooybyT3PRNKspAVQ63qzIo0TQI9yx2eqZDiJnKIIVXtJ8f2gAKyGa2XLvoAAwQ+n/2Q==",{"bgColor":703},"lightblue","One recent study found that AI coding tools made individual developers 21% more productive. And yet … team delivery metrics barely moved. It’s a paradox that I’m hearing over and over from executives all across industries.",{"name":706,"slug":707},"Insight","insight",{"footerCallout":709},{"headline":37,"intro":37,"cta":12},{"allPosts":711},[712,732,750],{"__typename":683,"id":713,"title":714,"slug":715,"publishDate":687,"category":716,"author":720,"image":724,"accentColor":729,"intro":730,"tag":731},"N4dO4xRtQqexKqngltnjAw","30 hard truths about your next ERP project","30-hard-truths-about-your-next-erp-project-migration",{"id":717,"name":718,"slug":719},"KQYRPUFzSqOAVaQYVCWZFg","Transformation","transformation",{"name":721,"photo":722},"Franz Faerber",{"url":723},"https://www.datocms-assets.com/160976/1750880257-franz.jpeg",{"responsiveImage":725},{"src":726,"width":727,"height":700,"alt":12,"base64":728},"https://www.datocms-assets.com/160976/1779300875-erp-article-1-truth-opengraph-671x630.png?fit=fillmax&h=1050&w=1400",1118,"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAIAAACeQxh6AAACkUlEQVR42m1UW4IbIQzza6ab3v+K/ekNsjOYSjYk220JYV4gZFkmrl+/k210y5wiU1Xdzc34x4PMmegjOWFIporgQ5ij4U5wLyJ4+6XNfZ2zxtf7yU/z9V3rVx03GrqWqnxdwoE8MOK3YAundtVaq1YX0BG10AZs6LlQ52rJ5anvVxuseBCKcdUYC+IdWdFoVdKmJB7mft/xbpTFRZxY8Vamp20yNrV15+wlEaD7VSPJKy4yaojq3D45OaVYNTmGpgtoKUeOrfrWCFlbYrDVOPifdACzXMnXptQoxKyXiNveOZWgOWo9THTf6DeBZinKvMhGmpVNgngFiz08XTOxIajFdWFlAgE36GiDQCnLH5XprSJ9qAKvMmZOsJNZo3UIBEZYf1UrpHuWqrqtsYFoNhJxG1lR1ecDG3jG8/NCVNdYQKCFEClYydR8tlmLkUm4DyIRC8xxZz7i+bwQy2LUA4AY2tryLyClRgRKCgNgjBACFRfP68oV2v3JC9S+e5oslLL87GKGRop9xnqA2ywFkWVcY5bYedWISfeo0vgfkJRGWdYw9JHMGvLN9DNOTc5FQRgmYZNlD+V50kWLKW3SrET2ktGhVfwBc0+ai24lGPV0bY1WHXTKcrYnWQ9YFBrH6h5IZMT5YdjGb9hD/LIRo5xNErZqoAukzEVlnDh+nMdxnnEeEQcMEefjAZGQTx+304201TorTL8BoRrxxGUOoDjRDjZCfzx+YsZd52zbumqcIahtX2ufTfWeeoORYX1x2owAhJXRQOPuuAqIlWbWaXsBZVdZOIGAREZAZWg/TqyjJyu6Ov2r0Aqo+gLKwtLag6Ed0UA8rlUigvmQ4evUa6XrtCIf6yr5F8gcTJi7VYp/AIggdvF7UPT1AAAAAElFTkSuQmCC",{"bgColor":703},"If your team had a chance to start your current business over, would you build it differently? Most leaders say they would. You probably know much more now than when you started or joined. The team here feels the same about enterprise resource planning (ERP) software. ",{"name":706,"slug":707},{"__typename":683,"id":733,"title":734,"slug":735,"publishDate":736,"category":737,"author":738,"image":742,"accentColor":746,"intro":748,"tag":749},"CfCVA2noRdWCSVMD2-sCjQ","A connected CxO's guide to real-time revenue intelligence","how-to-go-from-silos-to-real-time-revenue-intelligence","2026-05-07",{"id":717,"name":718,"slug":719},{"name":739,"photo":740},"Dharmesh Patel",{"url":741},"https://www.datocms-assets.com/160976/1778190661-dharmesh-patel-headshot.png",{"responsiveImage":743},{"src":744,"width":699,"height":700,"alt":12,"base64":745},"https://www.datocms-assets.com/160976/1778908278-erp-article-dharmesh-patel.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLDRAVDhgQFQ4ODh0VDQ4NFx8ZGBYVFiEaHyslJh0oHRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg4OHA0LFS8dFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAwEBAAAAAAAAAAAAAAAAAwUHAgH/xAAiEAABAwMDBQAAAAAAAAAAAAABAAIEAyExBRETBhQVIlH/xAAXAQEBAQEAAAAAAAAAAAAAAAADAAQC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERAiH/2gAMAwEAAhEDEQA/ANIfrNTkwjNYqFxsoanCJG1lK4R6LS87YVXCeOlRL6hfGmGy8VPqkyHVmkBwRA7RFnhcyHHvBdcau9wiHZxwiLUWjLZdar5J3uc/URETOkf/2Q==",{"bgColor":747},"tan","For the past decade, enterprise software companies operated on a comforting fiction that annual contracts, quarterly board decks, and a well-tuned Salesforce instance were sufficient infrastructure to scale a SaaS business. That fiction is now expensive.",{"name":706,"slug":707},{"__typename":683,"id":751,"title":752,"slug":753,"publishDate":754,"category":755,"author":759,"image":763,"accentColor":767,"intro":768,"tag":769},"EoLMPrQeQfuje-kef4L0dg","Hot take: ERP rollouts should be led by HR","hot-take-erp-rollouts-should-be-led-by-hr","2026-05-04",{"id":756,"name":757,"slug":758},"M4sr70TsTXGRJ7zNVPR6_Q","Business","business",{"name":760,"photo":761},"Alexis Dougherty",{"url":762},"https://www.datocms-assets.com/160976/1763679540-dato-version.jpeg",{"responsiveImage":764},{"src":765,"width":699,"height":700,"alt":12,"base64":766},"https://www.datocms-assets.com/160976/1777921335-everest-erp-hr-article-header-graphic-2.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLCgoLDhgQDhYNDh0VHxEdGB0lHSUdLRUlJS0lGikoKRUiJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHRANHTsgIiU7Oy81Ly8wNS81Ly81Ozs1Ly8vLy8vLy8vLzUvLy8vLzUvLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAwEBAAAAAAAAAAAAAAAABQYHBAP/xAAlEAABBAEDAgcAAAAAAAAAAAACAAEDBAUREoEGExQVITFBUWH/xAAWAQEBAQAAAAAAAAAAAAAAAAACAwD/xAAbEQABBAMAAAAAAAAAAAAAAAAAAQISMQMRMv/aAAwDAQACEQMRAD8A128eyqTu+iixMWqEe5lE9UZS8NF3jB+GVUhymXPHHoBrRL46NEwtrvEQs7Poio3RWVyXjCGSMvf5RGKBcm1NFykMR0i3Ri/C5qFSv5cTdkPVvpEVEozeTwwVaCOzK4RCz/jIiIhfZ//Z",{"bgColor":747},"There are many analogies for ERP, but I like this one: Your ERP is a scaffold. It’s a flexible structure that molds to your business. You can use it to push parts of your business into new arrangements, but you can’t push too far—culture and people are stronger, and they push back.",{"name":706,"slug":707},{"global":771},{"footerCallout":772},{"headline":773,"intro":774,"cta":775},"See how Everest\ncan transform\nyour operations","Discover how Everest empowers finance and operations leaders to \ndrive faster growth, smarter decisions, and stronger margins.",{"buttons":776},[777],{"label":34,"internal":778,"external":37,"style":38},{"__typename":36},{"allNewsPosts":780},[781,809,820],{"__typename":782,"title":783,"slug":784,"publishDate":785,"tag":786,"image":788,"logo":793,"accentColor":795,"intro":797,"externalLink":37,"media":798},"NewsPostRecord","Bloomberg Daybreak Europe interviews Franz Faerber of Everest Systems","bloomberg-daybreak-europe-interviews-franz-faerber-of-everest-systems","2025-06-24",{"name":787,"slug":280},"Press",{"responsiveImage":789},{"src":790,"width":791,"height":700,"alt":12,"base64":792},"https://www.datocms-assets.com/160976/1751981162-franz.png?fit=fillmax&h=1050&w=1400",1387,"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAATCAIAAAAF0lpsAAAC10lEQVR42jWU6XqkOAxFvUKl58tM+v1fb35Oki42432O7IoQBgy6utpw/35/pZTO49ie27Fv4bxqTrp3b+3inLdG9ZZjDNex7+OD66y1eGd+/fXr45+/P35/vL+/Px6rQ1qtznK1slqrmgXIDjHG6M4GV2P1WA3QcrWvJ07urVvXVSuVc16XNS2x5myUGowMpJyY6T48jQNxSnU3PCOeY8qbX3BVSykxoZ0brVVrQHihxL2ZQC91VusOorPeC5DzQ9yqlHGurm95TfkRW8kZQq06rcW/Vr3qZmacEo7Vlvd27ghFN0AdPJVXal0WNPol+0XVhrHRGjqE2VTTChIE9KND2CEn8kpBW7u5K+5G6gizYK6bWDasemsUA60Sfpal1YKDWtjhto7X7QXU8dsI6GXUeN3ZkyCJNcUY73iLInFakx62E0dMUBcgfCc2ximv7lhLpnC4Bb7kFK7rPDllDeEEyGdP7BT6sT7IdO/dZaViyqd89JIYAkCqAQSrVhJAp7TjLsI9tP3ipQm8X5aFnBOlo59hyHfP54Yc2x7v0HIh2pGmOoH2jc7fWGEH0DKBnACZCfT1/T2BNpD+PHEdw91opt4pvXoxunYBgdBxBwFaV09dgVkfD3jV3tx/X59JgBgjnD6v40ikEyD6ayY7ZYyP85x6h9A72V6s82/3He57vddO031+MrSRT/bBHAtGlNSAQgtrMcpk7QzhCmIGfXjSPZFi5pKKqC3Fff35pl7XADoklxexkGlnNFMCL1pByk81c0rDkpCLr9IqKPUAuCuSvQkQtI+dE+bMLWl2Y2hlrmpNsxPFjG7rwpNUS0vTA7Ki7jgPHIVTGoUmGbUv2Df+J/xh+Eg8S3+KiD1hieX4qRg9R5BxI+qUk4Q++zRnMt20BDVGTX4pMJ8oPIEiI2ReP6I5yzK1RaanyNz8KPSZReJnZkYPCI8uA6rnmCqZaDOWH17G/A9LPtV3daRyCAAAAABJRU5ErkJggg==",{"url":794},"https://www.datocms-assets.com/160976/1752774855-bloomberg_daybreak.png",{"bgColor":796},"green","In an exclusive interview with Tom Mackenzie of Bloomberg Daybreak, Everest Systems CEO Franz Faerber shares how the company is reinventing ERP from the ground up to challenge legacy giants like SAP and Oracle. He also explores the transformative role of AI in modern business and the rapidly evolving enterprise software landscape.",{"__typename":799,"video":800},"MediaVideoRecord",{"file":801,"external":12,"loopClip":12},{"video":802},{"muxPlaybackId":803,"title":12,"width":804,"height":805,"thumbhash":806,"blurUpThumb":807,"thumbnailUrl":808},"HH01adSlLn181vNwOvmkpq6AKnTHQS00Sg",1920,1076,"3vYNFIRjeXpuh4eAiHoIc+YzCA==","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLFQ4LDhgQDg0VDh0RHxENFyQZHRYTFhUqKysjGh0oHRUiJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHBAQHDsoIig7Ozs7Ly8vOzsvOzsvLy8vLzUvLzs7OzU1Ly8vOzUvLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIAA4AGAMBIgACEQEDEQH/xAAXAAADAQAAAAAAAAAAAAAAAAAABQcG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABBAUGEUEDIWET/8QAFgEBAQEAAAAAAAAAAAAAAAAABAMA/8QAGhEAAQUBAAAAAAAAAAAAAAAAAgABAyExEf/aAAwDAQACEQMRAD8AUtTSOWPe1qOGmkAcb5UoK7pw8zGOvU2C/Z/zDpMlO1mGPmKoVaGZ00WzpCnE2/6g8MWwhWE6QijB3xf/2Q==","https://image.mux.com/HH01adSlLn181vNwOvmkpq6AKnTHQS00Sg/thumbnail.jpg",{"__typename":782,"title":810,"slug":811,"publishDate":812,"tag":813,"image":12,"logo":816,"accentColor":818,"intro":819,"externalLink":37,"media":12},"Strengthening Security Through Partnership: How Everest Systems and Hackrate Collaborate to Protect the Everest ERP Platform","hackrate-collaboration","2025-04-01",{"name":814,"slug":815},"Collaboration","collaborations",{"url":817},"https://www.datocms-assets.com/160976/1752688760-hackrate.png",{"bgColor":42},"In today's digital landscape, where cyber threats evolve at an alarming pace, robust security measures are no longer optional for business-critical applications. For ERP systems that manage sensitive financial, operational, and customer data, security vulnerabilities can lead to devastating consequences.",{"__typename":782,"title":821,"slug":822,"publishDate":823,"tag":824,"image":825,"logo":829,"accentColor":831,"intro":832,"externalLink":833,"media":12},"Handelsblatt: Former SAP Employees Plan Alternative to Market Leader","handelsblatt-former-sap-employees-plan-alternative-to-market-leader","2024-12-02",{"name":787,"slug":280},{"responsiveImage":826},{"src":827,"width":791,"height":700,"alt":12,"base64":828},"https://www.datocms-assets.com/160976/1752614792-press-handelsblatt-2x.jpg?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLFQ8NDhgPFhUVDhsPDg0OFxcdGBYVFhUaHysjJh0oHRUWJDUlKC0vMjIyHSI4PTcwPCsxMi8BCgsLDg0PGg4NES8cFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBEQACEQEDEQH/xAAYAAEAAwEAAAAAAAAAAAAAAAAFBAYHA//EACMQAAEDAwMFAQAAAAAAAAAAAAMAAQIEEZEFEyEiIzEyoRT/xAAXAQADAQAAAAAAAAAAAAAAAAADBAUC/8QAGhEAAwEBAQEAAAAAAAAAAAAAAAECAxIhEf/aAAwDAQACEQMRAD8A5grCxH4TksIsgjV6g02vZMSxrPMPDM8x2st9FHOPCwUMKkwHfbfCnyTOkRK6BuYuN0eWGztEUe4KPI/i39H40Rp2jU4fxv244SiIATqYBbr9DYR0FgJqQjaHoy0PQf/Z",{"url":830},"https://www.datocms-assets.com/160976/1752614800-handelsblatt.png",{"bgColor":37},"The startup Everest Systems is challenging SAP with a cloud-native ERP system specifically designed for SaaS companies. With $140 million in funding and development centered in Heidelberg, the company builds on expertise from former SAP executives Franz Färber and Stefan Sigg.","https://www.handelsblatt.com/technik/it-internet/start-up-check-fruehere-sap-mitarbeiter-planen-gegenentwurf-zum-marktfuehrer-01/100089320.html",{"articleSidebar":835},{"cta":836},{"buttons":837},[838],{"label":34,"internal":839,"external":37,"style":38},{"__typename":36},1779318230615]