[{"data":1,"prerenderedAt":611},["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\"}}":96,"{\"query\":\"\\n  query ($first: IntType, $skip: IntType, $filter: PostModelFilter) {\\n    blogLanding {\\n      seo: _seoMetaTags {\\n        attributes\\n        content\\n        tag\\n      }\\n      title\\n      description\\n      textTicker {\\n        text\\n      }\\n      featuredPosts {\\n        ...PostFragment\\n      }\\n      mediaTitle\\n      featuredMedia {\\n        ...MediaPostFragment\\n      }\\n      footerCallout {\\n        ...FooterFragment\\n      }\\n    }\\n    _allPostsMeta {\\n      count\\n    }\\n    allPosts(\\n      first: $first\\n      skip: $skip\\n      orderBy: [publishDate_DESC]\\n      filter: $filter\\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  \\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 ResponsiveImageFragment on FileField {\\n    url\\n    width\\n    height\\n    alt\\n    title\\n    responsiveImage {\\n      srcSet\\n      webpSrcSet\\n      sizes\\n      src\\n      width\\n      height\\n      aspectRatio\\n      alt\\n      title\\n      base64\\n    }\\n  }\\n\\n  \\n  fragment MediaPostFragment on MediaPostRecord {\\n    __typename\\n    id\\n    slug\\n    title\\n    intro\\n    publishDate\\n    tag {\\n      name\\n      slug\\n    }\\n    cta {\\n      ...LinkFragment\\n    }\\n    accentColor {\\n      bgColor\\n    }\\n    gatedContent\\n    gateForm {\\n      title\\n      headline\\n      intro\\n      hubspotId\\n    }\\n    media {\\n      ... on ProductDemoRecord {\\n        __typename\\n        screen {\\n          ...ResponsiveImageFragment\\n        }\\n        video {\\n          ...VideoFragment\\n        }\\n      }\\n      ... on MediaVideoRecord {\\n        __typename\\n        image {\\n          ...ResponsiveImageFragment\\n        }\\n        video {\\n          ...VideoFragment\\n        }\\n      }\\n      ... on PodcastRecord {\\n        __typename\\n        bgColor\\n        person {\\n          name\\n          photo {\\n            url\\n          }\\n        }\\n        externalLink\\n      }\\n      ... on EbookRecord {\\n        __typename\\n        bgColor\\n        document {\\n          url\\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\":{\"first\":12,\"skip\":0,\"filter\":{\"hide\":{\"eq\":false}}}}":277,"{\"query\":\"\\n  query {\\n    allCategories(orderBy: name_ASC) {\\n      name\\n      slug\\n      id\\n    }\\n  }\\n\",\"variables\":{}}":596,"{\"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\":{}}":602},{"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":83,"badges":84,"gatedHeadline":89,"gatedIntro":90,"gatedFormId":91,"signupForm":92},{"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],{"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},"Brazil","Mostardeiro, 800 - room 702\nPorto Alegre - RS, 90430-000","384,636",{"location":80,"address":81,"coords":82},"South Africa","The Foundry, 74 Cardiff Street, Green Point, Cape Town, 8005, South Africa","680,624","info@everest-systems.com",[85,87],{"url":86},"https://www.datocms-assets.com/160976/1749761602-aws.png",{"url":88},"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":93,"intro":94,"hubspotId":95},"Get the latest Everest news","Some nice copy here about what you get when you sign up.","d5c0893f-5d91-45b0-844d-7f242b0c5c44",{"menu":97},{"main":98},[99,184,219,224,257],{"__typename":100,"label":101,"id":102,"submenu":103},"MenuGroupRecord","Products","ZpWZSBQDQti1xbn9l2cD_Q",[104,113,120,127,134,141,148,155,162,169,177],{"__typename":105,"label":106,"description":107,"external":37,"icon":108,"internal":110},"MenuItemRecord","Order to Cash ","Streamline every step from order to cash.",{"url":109},"https://www.datocms-assets.com/160976/1749656388-quotetocash.svg",{"__typename":111,"slug":112},"ProductRecord","order-to-cash",{"__typename":105,"label":114,"description":115,"external":37,"icon":116,"internal":118},"Record to Report","Purpose-built record to report for scaling global operations.",{"url":117},"https://www.datocms-assets.com/160976/1750686191-recordtoreport.svg",{"__typename":111,"slug":119},"record-to-report",{"__typename":105,"label":121,"description":122,"external":37,"icon":123,"internal":125},"Revenue Recognition","Automate revenue recognition and simplify ASC 606 compliance.",{"url":124},"https://www.datocms-assets.com/160976/1749656415-revenuerec.svg",{"__typename":111,"slug":126},"revenue-recognition",{"__typename":105,"label":128,"description":129,"external":37,"icon":130,"internal":132},"Cloud Cost Management","Bring cloud spend into focus, directly in your ERP.",{"url":131},"https://www.datocms-assets.com/160976/1750686447-cloudcost.svg",{"__typename":111,"slug":133},"cloud-cost-management",{"__typename":105,"label":135,"description":136,"external":37,"icon":137,"internal":139},"HR Management","Understand and control people costs in one system.",{"url":138},"https://www.datocms-assets.com/160976/1749662760-hr-management.svg",{"__typename":111,"slug":140},"hr-management",{"__typename":105,"label":142,"description":143,"external":37,"icon":144,"internal":146},"Asset Management","Track and depreciate assets without extra modules.",{"url":145},"https://www.datocms-assets.com/160976/1749663705-assetman.svg",{"__typename":111,"slug":147},"asset-management",{"__typename":105,"label":149,"description":150,"external":37,"icon":151,"internal":153},"Multi-Book & Localization","Run global accounting without adding complexity.",{"url":152},"https://www.datocms-assets.com/160976/1749664554-internationalization.svg",{"__typename":111,"slug":154},"multi-book-localization",{"__typename":105,"label":156,"description":157,"external":37,"icon":158,"internal":160},"Native AI","Empower your users to develop features with AI.",{"url":159},"https://www.datocms-assets.com/160976/1755089953-native-ai.svg",{"__typename":111,"slug":161},"ai-automation",{"__typename":105,"label":163,"description":164,"external":37,"icon":165,"internal":167},"Live Sandbox","Make changes with zero risk.",{"url":166},"https://www.datocms-assets.com/160976/1750686956-lifesandboxing.svg",{"__typename":111,"slug":168},"live-sandbox",{"__typename":105,"label":170,"description":171,"external":37,"icon":172,"internal":174},"AiSpecify","Design and build applications faster with AI.",{"url":173},"https://www.datocms-assets.com/160976/1749667775-ai-automation.svg",{"__typename":175,"slug":176},"PaidLandingRecord","aispecify",{"__typename":105,"label":178,"description":179,"external":37,"icon":180,"internal":182},"Professional Services Automation","Manage projects from within your ERP that bill themselves.",{"url":181},"https://www.datocms-assets.com/160976/1778872637-psa_icon.svg",{"__typename":175,"slug":183},"professional-services-automation",{"__typename":100,"label":185,"id":186,"submenu":187},"Why Everest","PFK4MTMsSGyvr0kIIbiuWg",[188,193,199,204,209,214],{"__typename":105,"label":189,"description":190,"external":37,"icon":12,"internal":191},"Why Everest ","Everest is built for businesses with complex revenue, global operations, and rapid change.",{"__typename":192},"WhyMainRecord",{"__typename":105,"label":194,"description":195,"external":37,"icon":12,"internal":196},"Everest vs. Legacy ERP","Legacy ERP systems weren’t built for the speed, scale, or complexity of modern businesses.",{"__typename":197,"slug":198},"WhySubpageRecord","everest-vs-legacy-erp",{"__typename":105,"label":200,"description":201,"external":37,"icon":12,"internal":202},"Everest vs. Bolt-ons","Patchwork solutions slow your business down with manual work, system silos, and reporting gaps. ",{"__typename":197,"slug":203},"everest-vs-bolt-ons",{"__typename":105,"label":205,"description":206,"external":37,"icon":12,"internal":207},"AI-First Architecture","Everest is ERP reinvented for the AI era.",{"__typename":208},"AiFirstRecord",{"__typename":105,"label":210,"description":211,"external":37,"icon":12,"internal":212},"Everest Security","At Everest, \u2028we understand that your business runs on trust.",{"__typename":197,"slug":213},"security",{"__typename":105,"label":215,"description":216,"external":37,"icon":12,"internal":217},"Integrations","Deep integrations that unite your stack.",{"__typename":175,"slug":218},"integrations",{"__typename":105,"label":220,"id":221,"external":37,"internal":222},"Customers","b7WnWKIVS3ylsgg5EFTu3g",{"__typename":223},"ClientSuccessRecord",{"__typename":100,"label":225,"id":226,"submenu":227},"Learn","Sfyg47Z5TnamVqzdpjtZzw",[228,233],{"__typename":105,"label":229,"description":230,"external":37,"icon":12,"internal":231},"Blog","Insights and resources for finance and operational transformation.",{"__typename":232},"BlogLandingRecord",{"__typename":100,"label":234,"submenu":235},"Media",[236,242,247,252],{"__typename":105,"label":237,"external":37,"internal":238},"Product Demos",{"__typename":239,"tag":240},"MediaCollectionRecord",{"slug":241},"product-demos",{"__typename":105,"label":243,"external":37,"internal":244},"Product Releases",{"__typename":239,"tag":245},{"slug":246},"product-releases",{"__typename":105,"label":248,"external":37,"internal":249},"Video",{"__typename":239,"tag":250},{"slug":251},"video",{"__typename":105,"label":253,"external":37,"internal":254},"Podcasts",{"__typename":239,"tag":255},{"slug":256},"podcasts",{"__typename":100,"label":258,"id":259,"submenu":260},"About","QD9iJU7KSeaA_II0VbKWZw",[261,266,270],{"__typename":105,"label":262,"description":263,"external":37,"icon":12,"internal":264},"Our Leadership","Guiding Everest with vision, expertise, and real-world experience.",{"__typename":265},"LeadershipRecord",{"__typename":105,"label":267,"description":268,"external":269,"icon":12,"internal":12},"Careers","Help us reinvent ERP.","https://everestruns.everest-systems.com/hook/fetch/jobs?file=index.html",{"__typename":105,"label":271,"description":272,"external":37,"icon":12,"internal":273},"News & Updates","Our latest Press and Collaboration updates.",{"__typename":274,"tag":275},"NewsCollectionRecord",{"slug":276},"press",{"blogLanding":278,"_allPostsMeta":412,"allPosts":414},{"seo":279,"title":281,"description":336,"textTicker":337,"featuredPosts":340,"mediaTitle":409,"featuredMedia":410,"footerCallout":411},[280,283,287,290,293,296,299,303,307,311,314,318,322,325,329,332],{"attributes":12,"content":281,"tag":282},"Future ERP","title",{"attributes":284,"content":12,"tag":286},{"property":285,"content":281},"og:title","meta",{"attributes":288,"content":12,"tag":286},{"name":289,"content":281},"twitter:title",{"attributes":291,"content":12,"tag":286},{"name":292,"content":29},"description",{"attributes":294,"content":12,"tag":286},{"property":295,"content":29},"og:description",{"attributes":297,"content":12,"tag":286},{"name":298,"content":29},"twitter:description",{"attributes":300,"content":12,"tag":286},{"property":301,"content":302},"og:image","https://www.datocms-assets.com/160976/1753380398-everest_social_card.png?auto=format&fit=max&w=1200",{"attributes":304,"content":12,"tag":286},{"property":305,"content":306},"og:image:width","817",{"attributes":308,"content":12,"tag":286},{"property":309,"content":310},"og:image:height","823",{"attributes":312,"content":12,"tag":286},{"name":313,"content":302},"twitter:image",{"attributes":315,"content":12,"tag":286},{"property":316,"content":317},"og:locale","en",{"attributes":319,"content":12,"tag":286},{"property":320,"content":321},"og:type","website",{"attributes":323,"content":12,"tag":286},{"property":324,"content":28},"og:site_name",{"attributes":326,"content":12,"tag":286},{"property":327,"content":328},"article:modified_time","2026-05-20T21:57:23Z",{"attributes":330,"content":12,"tag":286},{"property":331,"content":37},"article:publisher",{"attributes":333,"content":12,"tag":286},{"name":334,"content":335},"twitter:card","summary_large_image","Test new business models, launch in new markets, and lead your company",[338],{"text":339},"Everest Systems Achieves SOC 2 Type 2 Compliance: Reinforcing Data Security Commitment for SaaS Customers",[341,367,388],{"__typename":342,"id":343,"title":344,"slug":345,"publishDate":346,"category":347,"author":351,"image":355,"accentColor":361,"intro":363,"tag":364},"PostRecord","QhDLI0ZwRe2Yh9eYJXdJsQ","Why I joined Everest","sam-yen-why-i-joined-everest","2026-04-14",{"id":348,"name":349,"slug":350},"JawGXaVQS1mmtbq3YAwhRg","AI","ai",{"name":352,"photo":353},"Sam Yen",{"url":354},"https://www.datocms-assets.com/160976/1776217649-samyenheadshot2-small.jpeg",{"responsiveImage":356},{"src":357,"width":358,"height":359,"alt":12,"base64":360},"https://www.datocms-assets.com/160976/1776218184-erp-article-why-i-joined-everest-sami-copy.jpg?fit=fillmax&h=1050&w=1400",1365,1050,"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLFBUWDhYVGQ0NDhwWDRoOFx8ZGCIVFhUdHysjHR0oKSEWJDUlKC0vMjIyGSU4PTcwPCsxMi8BCgsLDg0OHBAQHC8eFiIvLy8vNS8vLy8vNS8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAACAwEAAAAAAAAAAAAAAAAAAQMFBgL/xAAkEAAABQIFBQAAAAAAAAAAAAAAAQIDBAUSERMhQZEGFTEyM//EABYBAQEBAAAAAAAAAAAAAAAAAAMCAf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgMR/9oADAMBAAIRAxEAPwDfSKu43JIsBPOrC0wjO3YdvMRHJRHiQVXcgNxLDUnwKpsOcigpdbcVKVpuEJaR28nzVckAjrFWQs1eZ7GM51PIeItHFchACUbJSUyS9f8ARXIYAAx0f//Z",{"bgColor":362},"lightblue","Until last week I worked at JPMorgan Chase & Co. where I had a wonderful run leading innovation, digital, platforms, and enterprise solutions working with world-class  individuals on some very difficult client-facing problems at a global scale. ",{"name":365,"slug":366},"Insight","insight",{"__typename":342,"id":368,"title":369,"slug":370,"publishDate":371,"category":372,"author":376,"image":380,"accentColor":384,"intro":386,"tag":387},"FBF9t281RdiuR9F1SKWLwg","I tried Claude Cowork for procurement—I’m stunned","i-tried-claude-cowork-for-procurement","2026-03-19",{"id":373,"name":374,"slug":375},"fluT-unXQOOE6XiklmTcXA","Fintech","fintech",{"name":377,"photo":378},"Zarina Zayas Ortiz",{"url":379},"https://www.datocms-assets.com/160976/1773932015-zarina-headshot.jpg",{"responsiveImage":381},{"src":382,"width":358,"height":359,"alt":12,"base64":383},"https://www.datocms-assets.com/160976/1773936082-erp-article-what-s-new-in-ai.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgXCgoLDh0XFg0XDh0VFh0VHR0ZHSofJhUkHyslICkoKRUiJTUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHQ0NHDUiHSg7Ly82Ly82LzUvOy8vMi8vLzUvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAACAwEAAAAAAAAAAAAAAAAABQMEBwH/xAAfEAABAwQDAQAAAAAAAAAAAAAAAQIDBAURIQYTFBL/xAAWAQEBAQAAAAAAAAAAAAAAAAADAAH/xAAXEQEBAQEAAAAAAAAAAAAAAAAAAhIR/9oADAMBAAIRAxEAPwDRJrzU+xqNjw1CK68jkghwjMZQvP6/TtgnvsDZkXDSpTKlaOSPdVrkBfbaL4ql0cD6TDQalje9NCy4NbvQALTJKaRqetdAABkf/9k=",{"bgColor":385},"yellow","It goes without saying that there’s a lot of buzz around AI and agents right now. But what are people actually doing with them in supply chain and finance? My team gave AI agents a concerted try, and I’m being honest when I say I don’t think I’ve ever seen this before in my career—a moment when things changed so completely. ",{"name":365,"slug":366},{"__typename":342,"id":389,"title":390,"slug":391,"publishDate":392,"category":393,"author":397,"image":401,"accentColor":406,"intro":407,"tag":408},"N4dO4xRtQqexKqngltnjAw","30 hard truths about your next ERP project","30-hard-truths-about-your-next-erp-project-migration","2026-05-20",{"id":394,"name":395,"slug":396},"KQYRPUFzSqOAVaQYVCWZFg","Transformation","transformation",{"name":398,"photo":399},"Franz Faerber",{"url":400},"https://www.datocms-assets.com/160976/1750880257-franz.jpeg",{"responsiveImage":402},{"src":403,"width":404,"height":359,"alt":12,"base64":405},"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":362},"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":365,"slug":366},"Key resources",[],{"headline":37,"intro":37,"cta":12},{"count":413},87,[415,432,449,464,478,493,507,521,529,543,560,578],{"__typename":342,"id":416,"title":417,"slug":418,"publishDate":419,"category":420,"author":421,"image":425,"accentColor":429,"intro":430,"tag":431},"SFgnhSCRQLuU5-xJjzEGSQ","The end of AI tourism","the-end-of-ai-tourism","2026-06-11",{"id":348,"name":349,"slug":350},{"name":422,"photo":423},"Jalal Iftikhar",{"url":424},"https://www.datocms-assets.com/160976/1781206312-jalal-headshot.png",{"responsiveImage":426},{"src":427,"width":358,"height":359,"alt":12,"base64":428},"https://www.datocms-assets.com/160976/1781203002-erp-article-the-end-of-ai-tourism.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLChULDhgWGg0SDiIVIB0YFx8lGBYaHhkaHyslHSYoIiEiJTUlKC0vMjIyHSI4PTcwPCsxMi8BCgsLDg0OHA0RHTsmIigvLy8vLy87Oy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAgMAAAAAAAAAAAAAAAAABQcBAwb/xAAjEAABAwQBBAMAAAAAAAAAAAABAAIDBAURMVEUISJhBhIT/8QAFwEBAAMAAAAAAAAAAAAAAAAAAwABAv/EABkRAQEBAAMAAAAAAAAAAAAAAAEAMQIDEf/aAAwDAQACEQMRAD8Asqa+yxnH5YW5t3d0xkczQWKs0z3jAC3SxUxtrtDxVtHg0BSfJRJcHN9ooW3ikZd3/Z42iBbZ1vl0UxPKxVyPFsfhx0iJWd2qrqJReJMSOHflERAyGX//2Q==",{"bgColor":362},"AI tourism is about to end. Companies rolled out LLM licenses to everyone, and while it’s been exciting, I think we’re going to see a backlash. CFOs are about to get very excited about SaaS again. ",{"name":365,"slug":366},{"__typename":342,"id":433,"title":434,"slug":435,"publishDate":436,"category":12,"author":437,"image":441,"accentColor":445,"intro":447,"tag":448},"Tv35K4FoSoaC2M2yBlzFCA","Your 5 ERP integration choices—select wisely","your-5-erp-integration-choicesselect-wisely","2026-05-28",{"name":438,"photo":439},"Alexis Dougherty",{"url":440},"https://www.datocms-assets.com/160976/1763679540-dato-version.jpeg",{"responsiveImage":442},{"src":443,"width":358,"height":359,"alt":12,"base64":444},"https://www.datocms-assets.com/160976/1780002887-erp-article-1-truth-5-choices-thumbnail.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBw8HBgoTCAgLEgoPDg4QDQ0XFRINDQ4NFxMlGBYfFiEaHysjGh0oHSEiJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHRANHDsoFiU8Ly8vOzUvLy8vMi8vLzUvLy8vLzI1Ly8vLy8vLy8vLy8vNS8vLy8vLy8vNS8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAYAAEBAQEBAAAAAAAAAAAAAAAABQYHAv/EAB8QAAICAgEFAAAAAAAAAAAAAAACAQMEMiEFEjE0cf/EABgBAAMBAQAAAAAAAAAAAAAAAAIEBQMB/8QAGREAAgMBAAAAAAAAAAAAAAAAAAIBAwQT/9oADAMBAAIRAxEAPwDoWbn2rPCySL+p2s2smsyK0ZeVgkWpXFusDMOsGC1WMTacuxvKyClPYkcLAD6qcnJYWr9JM7f7M/QCdJZznt9QACOH/9k=",{"bgColor":446},"tan","Integrating an ERP is no easy matter for teams that do it maybe once in their career. But what about teams that integrate dozens of ERPs every year? What do they know?",{"name":365,"slug":366},{"__typename":342,"id":450,"title":451,"slug":452,"publishDate":453,"category":454,"author":455,"image":457,"accentColor":461,"intro":462,"tag":463},"TR0dqFcKTx2I1tybe3-KQA","The most daring CFO digital transformation","the-most-daring-cfo-digital-transformation-ever","2026-05-27",{"id":394,"name":395,"slug":396},{"name":438,"photo":456},{"url":440},{"responsiveImage":458},{"src":459,"width":358,"height":359,"alt":12,"base64":460},"https://www.datocms-assets.com/160976/1779912547-erp-4-tales-liveramp-thumbnail.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBhMIEAgXEQ8PGQ8QDgoXDhUPDRENFxQZGCIVFhUaHysjGh0oHSEWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OFRANHC8cIigvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAgMAAAAAAAAAAAAAAAAABAUBAwf/xAAeEAACAgICAwAAAAAAAAAAAAAAAgMRBBIBMQUTUf/EABYBAQEBAAAAAAAAAAAAAAAAAAIEA//EABoRAQACAwEAAAAAAAAAAAAAAAABEgIRIQP/2gAMAwEAAhEDEQA/AOlz5ustGmXIvmzM8SPNdkPLlSLnWzPDqmY0lxZGzgrYctEa7AqDaE1W537Kfyjc+/sAHmWavkZvoANk7//Z",{"bgColor":446},"This former CFO of NBC, Delta Airlines, Amazon, and elsewhere found himself at a technology company where he pursued an acquisition. It was controversial. Eventually, he sold the entire business to prove it out.",{"name":365,"slug":366},{"__typename":342,"id":465,"title":466,"slug":467,"publishDate":453,"category":468,"author":469,"image":471,"accentColor":475,"intro":476,"tag":477},"RV2F-d78T_-78lOHu4jJIw","M&A synergy capture: A brief guide","manda-synergy-capture-a-brief-guide",{"id":373,"name":374,"slug":375},{"name":438,"photo":470},{"url":440},{"responsiveImage":472},{"src":473,"width":358,"height":359,"alt":12,"base64":474},"https://www.datocms-assets.com/160976/1779918644-erp-article-1-truth-thumbnail.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBg8IDggLEA0REhUNDQ0NGRENDg0OFxMZGCIVIhUaHysjGh0oKRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDgkOHBAQHC8cFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAYAAEBAAMAAAAAAAAAAAAAAAAABAIFB//EACAQAAICAgEFAQAAAAAAAAAAAAABAgMRMQQTITJBURL/xAAWAQADAAAAAAAAAAAAAAAAAAABAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECMf/aAAwDAQACEQMRAD8A6Fdy73f4szfKtzouboducIxsnx+pjsUdBiQlV05PQL640Z9AFYjyqatt/vZJbOXX2wC+hccKq5y+sACAfT//2Q==",{"bgColor":362},"An estimated 16,000 businesses were acquired last year, according to Bain & Company. Of those, 11,000 will likely fail. The chief cause is that the new owners didn’t have the financial and inventory insight to make them work.",{"name":365,"slug":366},{"__typename":342,"id":479,"title":480,"slug":481,"publishDate":482,"category":483,"author":484,"image":486,"accentColor":490,"intro":491,"tag":492},"ZjYtfUXBQr6DXFCB77tBgQ","4 tales of finance-led transformation [complete guide]","4-tales-of-finance-led-transformation-complete-guide","2026-05-26",{"id":394,"name":395,"slug":396},{"name":438,"photo":485},{"url":440},{"responsiveImage":487},{"src":488,"width":358,"height":359,"alt":12,"base64":489},"https://www.datocms-assets.com/160976/1779836117-erp-article-4-tales-opengraph-1200x1200.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBg0ICAgREw8VFhgODRYNDhYNDw0NFxUZGCIfFhUaHysjHR0oKSEWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHQ8QHS8iHhw7Oy8vLy82NS8vLy8vLzIvLy8vLy8vLy8vNS8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAaAAEAAgMBAAAAAAAAAAAAAAAAAwUCBAYB/8QAHRAAAQQDAQEAAAAAAAAAAAAAAAECAwUEETEhE//EABgBAAIDAAAAAAAAAAAAAAAAAAIDAAEE/8QAGBEBAQADAAAAAAAAAAAAAAAAAAIBETH/2gAMAwEAAhEDEQA/AO7z7hIZtHmPctcu9mvY1L5snwQ0r2+GgNYWOBYMly+ghrqiSPK2oKL0u1a1Z+GSNT68AIfSeNER6+AAVXQ4f//Z",{"bgColor":446},"When they write the history of this decade, historians will say that this is when finance leaders assumed their full executive authority.",{"name":365,"slug":366},{"__typename":342,"id":494,"title":495,"slug":496,"publishDate":482,"category":497,"author":498,"image":500,"accentColor":504,"intro":505,"tag":506},"G-wkBDSETDuS53IplbWn1g","A look inside NYT’s media transformation success","a-look-inside-nyts-media-transformation-success",{"id":394,"name":395,"slug":396},{"name":438,"photo":499},{"url":440},{"responsiveImage":501},{"src":502,"width":358,"height":359,"alt":12,"base64":503},"https://www.datocms-assets.com/160976/1779837876-erp-article-4-tales-nyt-transformation-header.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoSEAgREA4NExUNDg0NFRQNDRENFxMZGCIfFhUaHyslGh0oHRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHQ0PHS8dFh01Ly8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAgMAAAAAAAAAAAAAAAAABAUCBgf/xAAgEAACAgIABwAAAAAAAAAAAAAAAQIDBSEEEhMUIjFB/8QAFgEBAQEAAAAAAAAAAAAAAAAAAwIB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAAEDAv/aAAwDAQACEQMRAD8A6CstbG5aJkMrbKS8SPw1VN160W8eDpjJaF7RnUbvZt+gS7KK18BksVWvYpvrrZfSb51sA3QeTO16QADM/9k=",{"bgColor":362},"In 2014, The New York Times was struggling. Tech platforms were lifting its journalism for “content.” Digital entrants like BuzzFeed and HuffPost were stealing readers. The paper’s transformation into a digital publishing powerhouse was a miracle. It owed that to one woman.",{"name":365,"slug":366},{"__typename":342,"id":508,"title":509,"slug":510,"publishDate":482,"category":511,"author":512,"image":514,"accentColor":518,"intro":519,"tag":520},"eIlTrzk6SYqXQAFExLXYGQ","Consolidating many ERPs into 1—a practical guide","consolidating-many-erps-into-1-a-practical-guide",{"id":373,"name":374,"slug":375},{"name":438,"photo":513},{"url":440},{"responsiveImage":515},{"src":516,"width":404,"height":359,"alt":12,"base64":517},"https://www.datocms-assets.com/160976/1779838515-erp-article-1-truth-opengraph-1200x1200.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgVERMXFxoODRANDhUVDQ0QFxYZGBYTIiEaICsjGh0oHSEiJDUlKC0vMjIyGSU4PTcwPCsxMi8BCgsLDg0OHA8NHDsdIikvLzAvLy8vLy8vLzUvNTsvLy8vLy8vLy8vLy8vNi8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABcAGAMBIgACEQEDEQH/xAAaAAEAAgMBAAAAAAAAAAAAAAAAAwUCBAcB/8QAHxAAAgMAAQUBAAAAAAAAAAAAAAIBAwQFERUhIjMS/8QAFwEBAQEBAAAAAAAAAAAAAAAAAwIEAP/EABoRAAMAAwEAAAAAAAAAAAAAAAABAhEhMQP/2gAMAwEAAhEDEQA/AOpXaEm6PJ5drRK58lPr0qmiPYzm6qxOksU+jx5w0V23cjXyCft+eyzr+gOnoCvGcm1o4abdMexlfwTIsTDgENbMPldY6QJxVkT9AAKlo53Wen//2Q==",{"bgColor":362},"M&A is all fun and gains until it’s time to integrate the businesses. Then you run into a challenge: Should you consolidate the new company’s financial systems, build an integration, or defer? You must decide this in an environment of extreme uncertainty: You’ll almost never know enough about the target company’s workflows.",{"name":365,"slug":366},{"__typename":342,"id":389,"title":390,"slug":391,"publishDate":392,"category":522,"author":523,"image":525,"accentColor":527,"intro":407,"tag":528},{"id":394,"name":395,"slug":396},{"name":398,"photo":524},{"url":400},{"responsiveImage":526},{"src":403,"width":404,"height":359,"alt":12,"base64":405},{"bgColor":362},{"name":365,"slug":366},{"__typename":342,"id":530,"title":531,"slug":532,"publishDate":392,"category":533,"author":534,"image":536,"accentColor":540,"intro":541,"tag":542},"LBaiOHgRSdOMaqxHq7ZIBg","AI broke the SDLC on both sides of the IDE—spec-driven dev is the fix","enterprise-spec-driven-development",{"id":348,"name":349,"slug":350},{"name":352,"photo":535},{"url":354},{"responsiveImage":537},{"src":538,"width":358,"height":359,"alt":12,"base64":539},"https://www.datocms-assets.com/160976/1779382727-erp-article-ai-broke-the-sdlc.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLChYXDhcVFQ0NDh0VFRYOFxMlGCIfFiEaJisjGh0oHRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHA0NHS8oFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAaAAACAgMAAAAAAAAAAAAAAAAABQIGAQMH/8QAIhAAAQQBAwUBAAAAAAAAAAAAAQACAwQFESExBhIjMlEV/8QAFgEBAQEAAAAAAAAAAAAAAAAAAwQA/8QAHBEAAgEFAQAAAAAAAAAAAAAAAAEhAxITMUEC/9oADAMBAAIRAxEAPwC7y5S0LPqVKbK2O3UtKYudWdaGrQt9ttBlcl3aNkzYWKSpw9QuitkELKhGzHWMg4B7eUIrhlRgazkizslHUU0jartHkbLKEvo3TnmMtT/qO8rufqEIQlK0f//Z",{"bgColor":362},"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":365,"slug":366},{"__typename":342,"id":544,"title":545,"slug":546,"publishDate":547,"category":548,"author":549,"image":553,"accentColor":557,"intro":558,"tag":559},"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":394,"name":395,"slug":396},{"name":550,"photo":551},"Dharmesh Patel",{"url":552},"https://www.datocms-assets.com/160976/1778190661-dharmesh-patel-headshot.png",{"responsiveImage":554},{"src":555,"width":358,"height":359,"alt":12,"base64":556},"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":446},"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":365,"slug":366},{"__typename":342,"id":561,"title":562,"slug":563,"publishDate":564,"category":565,"author":569,"image":571,"accentColor":575,"intro":576,"tag":577},"EoLMPrQeQfuje-kef4L0dg","Hot take: ERP rollouts should be led by HR","hot-take-erp-rollouts-should-be-led-by-hr","2026-05-04",{"id":566,"name":567,"slug":568},"M4sr70TsTXGRJ7zNVPR6_Q","Business","business",{"name":438,"photo":570},{"url":440},{"responsiveImage":572},{"src":573,"width":358,"height":359,"alt":12,"base64":574},"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":446},"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":365,"slug":366},{"__typename":342,"id":579,"title":580,"slug":581,"publishDate":582,"category":583,"author":584,"image":588,"accentColor":592,"intro":594,"tag":595},"TgGuBgg1SBCHV5Pu89l3vA","AI will make your best accountants more valuable, not obsolete","ai-will-make-your-best-accountants-more-valuable-not-obsolete","2026-04-24",{"id":566,"name":567,"slug":568},{"name":585,"photo":586},"Jeff Alley",{"url":587},"https://www.datocms-assets.com/160976/1750880474-jeff.jpg",{"responsiveImage":589},{"src":590,"width":358,"height":359,"alt":12,"base64":591},"https://www.datocms-assets.com/160976/1777052752-technical-accounting.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgWCxUVFxYLDQ0NDhENDQ4YFxUZGBYVFhUdHysjGh0oHRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHRAQHDsoHRw1Ly8vNS8vLy8vLy8vLzUvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAYAAEBAQEBAAAAAAAAAAAAAAAABQIHBP/EAB4QAAICAgIDAAAAAAAAAAAAAAABAgMEERMhBRIy/8QAFwEBAQEBAAAAAAAAAAAAAAAAAwQCAf/EABkRAQADAQEAAAAAAAAAAAAAAAABAiFBEf/aAAwDAQACEQMRAD8A6RmZ3Dbo3RmOxbRD8rK2d60j0ePtnHUZIimninYWqMibt1oGsZae2gZcneJ+XCLt+TOPGPMugB7kstwS9V0AAQy//9k=",{"bgColor":593},"blue","Most conversations about AI and accounting blur two things that aren't the same: accounting as a process and accounting as a discipline.",{"name":365,"slug":366},{"allCategories":597},[598,599,600,601],{"name":349,"slug":350,"id":348},{"name":567,"slug":568,"id":566},{"name":374,"slug":375,"id":373},{"name":395,"slug":396,"id":394},{"global":603},{"footerCallout":604},{"headline":605,"intro":606,"cta":607},"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":608},[609],{"label":34,"internal":610,"external":37,"style":38},{"__typename":36},1787110073753]