[{"data":1,"prerenderedAt":692},["ShallowReactive",2],{"{\"query\":\"\\n  query ($locale: SiteLocale!) {\\n    site: _site {\\n      favicon: faviconMetaTags(\\n        variants: [icon, appleTouchIcon, msApplication]\\n      ) {\\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        variant\\n        headline\\n        cta {\\n          ...LinkFragment\\n        }\\n        badgeImage {\\n          url\\n          alt\\n          width\\n          height\\n          focalPoint {\\n            x\\n            y\\n          }\\n        }\\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      footerCallout {\\n        image {\\n          url\\n          width\\n          height\\n          alt\\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      gatedHeadline\\n      gatedIntro\\n      gatedFormId\\n      signupForm {\\n        headline\\n        intro\\n        hubspotId\\n        consentText\\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\"}}":179,"{\"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    image {\\n      ...ResponsiveImageFragment\\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    thumbnail {\\n      url\\n      alt\\n      width\\n      height\\n    }\\n  }\\n\\n\",\"variables\":{\"first\":12,\"skip\":0,\"filter\":{\"hide\":{\"eq\":false}}}}":360,"{\"query\":\"\\n  query {\\n    allCategories(orderBy: name_ASC) {\\n      name\\n      slug\\n      id\\n    }\\n  }\\n\",\"variables\":{}}":674,"{\"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    image {\\n      ...ResponsiveImageFragment\\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  \",\"variables\":{}}":680},{"site":4,"global":84},{"favicon":5,"globalSeo":80},[6,14,18,22,26,31,35,39,43,47,51,55,59,63,68,72,76],{"attributes":7,"content":12,"tag":13},{"sizes":8,"type":9,"rel":10,"href":11},"16x16","image/png","icon","https://www.datocms-assets.com/160976/1784826606-lensing-fav.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/1784826606-lensing-fav.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/1784826606-lensing-fav.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/1784826606-lensing-fav.png?auto=format&h=192&w=192",{"attributes":27,"content":12,"tag":13},{"sizes":28,"rel":29,"href":30},"57x57","apple-touch-icon","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=57&w=57",{"attributes":32,"content":12,"tag":13},{"sizes":33,"rel":29,"href":34},"60x60","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=60&w=60",{"attributes":36,"content":12,"tag":13},{"sizes":37,"rel":29,"href":38},"72x72","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=72&w=72",{"attributes":40,"content":12,"tag":13},{"sizes":41,"rel":29,"href":42},"76x76","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=76&w=76",{"attributes":44,"content":12,"tag":13},{"sizes":45,"rel":29,"href":46},"114x114","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=114&w=114",{"attributes":48,"content":12,"tag":13},{"sizes":49,"rel":29,"href":50},"120x120","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=120&w=120",{"attributes":52,"content":12,"tag":13},{"sizes":53,"rel":29,"href":54},"144x144","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=144&w=144",{"attributes":56,"content":12,"tag":13},{"sizes":57,"rel":29,"href":58},"152x152","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=152&w=152",{"attributes":60,"content":12,"tag":13},{"sizes":61,"rel":29,"href":62},"180x180","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=180&w=180",{"attributes":64,"content":12,"tag":67},{"name":65,"content":66},"msapplication-square70x70logo","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=70&w=70","meta",{"attributes":69,"content":12,"tag":67},{"name":70,"content":71},"msapplication-square150x150logo","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=150&w=150",{"attributes":73,"content":12,"tag":67},{"name":74,"content":75},"msapplication-square310x310logo","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=310&w=310",{"attributes":77,"content":12,"tag":67},{"name":78,"content":79},"msapplication-square310x150logo","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=150&w=310",{"fallbackSeo":81},{"title":82,"description":83},"Lensing | ERP Reinvented for the AI Era","Lensing is an AI-native ERP platform that replaces outdated systems, streamlines operations, cuts costs, and enables rapid adaptations for faster, smarter growth.",{"headerCta":85,"topBanner":93,"signIn":91,"investors":113,"description":124,"footerCta":125,"socialMedia":130,"locations":137,"emailAddress":154,"badges":155,"footerCallout":160,"gatedHeadline":171,"gatedIntro":172,"gatedFormId":173,"signupForm":174},{"buttons":86},[87],{"label":88,"internal":89,"external":91,"style":92},"Get a Demo",{"__typename":90},"BookDemoRecord","","button",{"showBanner":94,"bannerText":95,"bgColor":96,"variant":97,"headline":98,"cta":99,"badgeImage":106},true,"\u003Cp>Everest is now&nbsp;Lensing. Read the \u003Ca href=\"https://lensing.ai/blog/everest-is-now-lensing/\">announcement from our founders\u003C/a>.&nbsp;\u003C/p>","accent","big","Everest is now Lensing. Read the announcement from our founders. ",{"buttons":100},[101],{"label":102,"internal":103,"external":91,"style":92},"Read why",{"__typename":104,"slug":105},"PostRecord","everest-is-now-lensing",{"url":107,"alt":108,"width":109,"height":110,"focalPoint":111},"https://www.datocms-assets.com/160976/1785453684-erp-article-everest-is-now-lensing.png","Everest is Now Lensing",1040,800,{"x":112,"y":112},0.5,{"title":114,"logos":115},"Investors",[116,118,120,122],{"url":117},"https://www.datocms-assets.com/160976/1749761147-sutter-hill.svg",{"url":119},"https://www.datocms-assets.com/160976/1749761146-altimeter.png",{"url":121},"https://www.datocms-assets.com/160976/1749761146-redpoint.png",{"url":123},"https://www.datocms-assets.com/160976/1750290368-dl.png","Lensing is an intelligent, AI-powered platform that replaces outdated systems, streamlines operations, cuts costs, and unlocks real-time insights for faster, smarter growth.",{"buttons":126},[127],{"label":128,"internal":129,"external":91,"style":92},"Contact",{"__typename":90},[131,134],{"platform":132,"url":133},"linkedin","https://www.linkedin.com/company/lensing-ai/",{"platform":135,"url":136},"youtube","https://www.youtube.com/@lensingai",[138,142,146,150],{"location":139,"address":140,"coords":141},"North America","280 Hope Street\nMountain View, CA 94041","130,290",{"location":143,"address":144,"coords":145},"Germany","Max-Jarecki-Straße 21, 69115\nHeidelberg, Germany","650,252",{"location":147,"address":148,"coords":149},"Brazil","Mostardeiro, 800 - room 702\nPorto Alegre - RS, 90430-000","384,636",{"location":151,"address":152,"coords":153},"South Africa","The Foundry, 74 Cardiff Street, Green Point, Cape Town, 8005, South Africa","680,624","info@lensing.ai",[156,158],{"url":157},"https://www.datocms-assets.com/160976/1749761602-aws.png",{"url":159},"https://www.datocms-assets.com/160976/1749761602-aicpa.png",{"image":161},{"url":162,"width":163,"height":164,"alt":12,"responsiveImage":165},"https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png",754,592,{"srcSet":166,"webpSrcSet":167,"sizes":168,"src":162,"width":163,"height":164,"aspectRatio":169,"alt":12,"title":12,"base64":170},"https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.25 188w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.5 377w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.75 565w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png 754w","https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.25&fm=webp 188w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.5&fm=webp 377w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.75&fm=webp 565w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?fm=webp 754w","(max-width: 754px) 100vw, 754px",1.2736486486486487,"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLCgoWGiMVDg0YGhobHRYYFxwZHh4XFxUdHzclGikoHRYdJTUlKDkvMjIyHS44PTcwPCsxNS8BCgsLDg0OHBAPHDslHSg7NS8vLzs7Ly8vLy8vLy8vLy8vLy81Ly8vLy8vLy8vLy8vLy8vNS8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAgMAAAAAAAAAAAAAAAAAAwUBBAf/xAAeEAACAwACAwEAAAAAAAAAAAABAgADBBNBBSExEf/EABcBAAMBAAAAAAAAAAAAAAAAAAECAwD/xAAYEQEBAQEBAAAAAAAAAAAAAAABABESAv/aAAwDAQACEQMRAD8A5Cab+QAfZs24tjqvcgXmF6gtLPSNKVIVeW88yA0Wvxu2vChb2vYiS77trePUF/XcxEednzKntZuUn9Mn0XWGlAXMRJkSXXWNkQFyRERMRb//2Q==","Gated Content Headline","Please fill out this form to gain access to exclusive content","c9f28857-105a-4932-a211-4f63c780866b",{"headline":175,"intro":176,"hubspotId":177,"consentText":178},"Get the latest Lensing","Some nice copy here about what you get when you sign up.","d5c0893f-5d91-45b0-844d-7f242b0c5c44","By submitting this form, you agree to receive the Aperture newsletter from Lensing and to the processing of your personal data as described in our \u003Ca href=\"/legal/privacy-policy/\">Privacy Policy\u003C/a>. You can unsubscribe at any time.",{"menu":180},{"main":181},[182,220,302,307,340],{"__typename":183,"label":184,"id":185,"submenu":186},"MenuGroupRecord","Why Lensing","PFK4MTMsSGyvr0kIIbiuWg",[187,193,199,204,209,214],{"__typename":188,"label":189,"description":190,"external":91,"icon":12,"internal":191},"MenuItemRecord","Why Lensing ","Lensing is built for businesses with complex revenue, global operations, and rapid change.",{"__typename":192},"WhyMainRecord",{"__typename":188,"label":194,"description":195,"external":91,"icon":12,"internal":196},"Lensing 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":188,"label":200,"description":201,"external":91,"icon":12,"internal":202},"Lensing 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":188,"label":205,"description":206,"external":91,"icon":12,"internal":207},"AI-First Architecture","Lensing is ERP reinvented for the AI era.",{"__typename":208},"AiFirstRecord",{"__typename":188,"label":210,"description":211,"external":91,"icon":12,"internal":212},"Lensing Security","At Lensing, \u2028we understand that your business runs on trust.",{"__typename":197,"slug":213},"security",{"__typename":188,"label":215,"description":216,"external":91,"icon":12,"internal":217},"Integrations","Deep integrations that unite your stack.",{"__typename":218,"slug":219},"PaidLandingRecord","integrations",{"__typename":183,"label":221,"id":222,"submenu":223},"Product","ZpWZSBQDQti1xbn9l2cD_Q",[224,232,239,246,253,260,267,274,281,288,295],{"__typename":188,"label":225,"description":226,"external":91,"icon":227,"internal":229},"Order to Cash ","Streamline every step from order to cash.",{"url":228},"https://www.datocms-assets.com/160976/1749656388-quotetocash.svg",{"__typename":230,"slug":231},"ProductRecord","order-to-cash",{"__typename":188,"label":233,"description":234,"external":91,"icon":235,"internal":237},"Record to Report","Purpose-built record to report for scaling global operations.",{"url":236},"https://www.datocms-assets.com/160976/1750686191-recordtoreport.svg",{"__typename":230,"slug":238},"record-to-report",{"__typename":188,"label":240,"description":241,"external":91,"icon":242,"internal":244},"Revenue Recognition","Automate revenue recognition and simplify ASC 606 compliance.",{"url":243},"https://www.datocms-assets.com/160976/1749656415-revenuerec.svg",{"__typename":230,"slug":245},"revenue-recognition",{"__typename":188,"label":247,"description":248,"external":91,"icon":249,"internal":251},"Cloud Cost Management","Bring cloud spend into focus, directly in your ERP.",{"url":250},"https://www.datocms-assets.com/160976/1750686447-cloudcost.svg",{"__typename":230,"slug":252},"cloud-cost-management",{"__typename":188,"label":254,"description":255,"external":91,"icon":256,"internal":258},"HR Management","Understand and control people costs in one system.",{"url":257},"https://www.datocms-assets.com/160976/1749662760-hr-management.svg",{"__typename":230,"slug":259},"hr-management",{"__typename":188,"label":261,"description":262,"external":91,"icon":263,"internal":265},"Asset Management","Track and depreciate assets without extra modules.",{"url":264},"https://www.datocms-assets.com/160976/1749663705-assetman.svg",{"__typename":230,"slug":266},"asset-management",{"__typename":188,"label":268,"description":269,"external":91,"icon":270,"internal":272},"Multi-Book & Localization","Run global accounting without adding complexity.",{"url":271},"https://www.datocms-assets.com/160976/1749664554-internationalization.svg",{"__typename":230,"slug":273},"multi-book-localization",{"__typename":188,"label":275,"description":276,"external":91,"icon":277,"internal":279},"Native AI","Empower your users to develop features with AI.",{"url":278},"https://www.datocms-assets.com/160976/1755089953-native-ai.svg",{"__typename":230,"slug":280},"ai-automation",{"__typename":188,"label":282,"description":283,"external":91,"icon":284,"internal":286},"Live Sandbox","Make changes with zero risk.",{"url":285},"https://www.datocms-assets.com/160976/1750686956-lifesandboxing.svg",{"__typename":230,"slug":287},"live-sandbox",{"__typename":188,"label":289,"description":290,"external":91,"icon":291,"internal":293},"AiSpecify","Design and build applications faster with AI.",{"url":292},"https://www.datocms-assets.com/160976/1749667775-ai-automation.svg",{"__typename":218,"slug":294},"aispecify",{"__typename":188,"label":296,"description":297,"external":91,"icon":298,"internal":300},"Professional Services Automation","Manage projects from within your ERP that bill themselves.",{"url":299},"https://www.datocms-assets.com/160976/1778872637-psa_icon.svg",{"__typename":218,"slug":301},"professional-services-automation",{"__typename":188,"label":303,"id":304,"external":91,"internal":305},"Customers","Pk5Wl62WTG2Qk-pKikkiEQ",{"__typename":306},"ClientSuccessRecord",{"__typename":183,"label":308,"id":309,"submenu":310},"Learn","Sfyg47Z5TnamVqzdpjtZzw",[311,316],{"__typename":188,"label":312,"description":313,"external":91,"icon":12,"internal":314},"Blog","Insights and resources for finance and operational transformation.",{"__typename":315},"BlogLandingRecord",{"__typename":183,"label":317,"submenu":318},"Media",[319,325,330,335],{"__typename":188,"label":320,"external":91,"internal":321},"Product Demos",{"__typename":322,"tag":323},"MediaCollectionRecord",{"slug":324},"product-demos",{"__typename":188,"label":326,"external":91,"internal":327},"Product Releases",{"__typename":322,"tag":328},{"slug":329},"product-releases",{"__typename":188,"label":331,"external":91,"internal":332},"Video",{"__typename":322,"tag":333},{"slug":334},"video",{"__typename":188,"label":336,"external":91,"internal":337},"Podcasts",{"__typename":322,"tag":338},{"slug":339},"podcasts",{"__typename":183,"label":341,"id":342,"submenu":343},"About","QD9iJU7KSeaA_II0VbKWZw",[344,349,353],{"__typename":188,"label":345,"description":346,"external":91,"icon":12,"internal":347},"Our Leadership","Guiding Lensing with vision, expertise, and real-world experience.",{"__typename":348},"LeadershipRecord",{"__typename":188,"label":350,"description":351,"external":352,"icon":12,"internal":12},"Careers","Help us reinvent ERP.","https://everestruns.everest-systems.com/hook/fetch/jobs?file=index.html",{"__typename":188,"label":354,"description":355,"external":91,"icon":12,"internal":356},"News & Updates","Our latest Press and Collaboration updates.",{"__typename":357,"tag":358},"NewsCollectionRecord",{"slug":359},"press",{"blogLanding":361,"_allPostsMeta":494,"allPosts":496},{"seo":362,"title":364,"description":418,"textTicker":419,"featuredPosts":422,"mediaTitle":491,"featuredMedia":492,"footerCallout":493},[363,366,369,372,375,378,381,385,389,393,396,400,404,407,411,414],{"attributes":12,"content":364,"tag":365},"Future ERP","title",{"attributes":367,"content":12,"tag":67},{"property":368,"content":364},"og:title",{"attributes":370,"content":12,"tag":67},{"name":371,"content":364},"twitter:title",{"attributes":373,"content":12,"tag":67},{"name":374,"content":83},"description",{"attributes":376,"content":12,"tag":67},{"property":377,"content":83},"og:description",{"attributes":379,"content":12,"tag":67},{"name":380,"content":83},"twitter:description",{"attributes":382,"content":12,"tag":67},{"property":383,"content":384},"og:image","https://www.datocms-assets.com/160976/1784826943-lensing-ai.png?auto=format&fit=max&w=1200",{"attributes":386,"content":12,"tag":67},{"property":387,"content":388},"og:image:width","1046",{"attributes":390,"content":12,"tag":67},{"property":391,"content":392},"og:image:height","807",{"attributes":394,"content":12,"tag":67},{"name":395,"content":384},"twitter:image",{"attributes":397,"content":12,"tag":67},{"property":398,"content":399},"og:locale","en",{"attributes":401,"content":12,"tag":67},{"property":402,"content":403},"og:type","website",{"attributes":405,"content":12,"tag":67},{"property":406,"content":82},"og:site_name",{"attributes":408,"content":12,"tag":67},{"property":409,"content":410},"article:modified_time","2026-07-30T01:08:11Z",{"attributes":412,"content":12,"tag":67},{"property":413,"content":91},"article:publisher",{"attributes":415,"content":12,"tag":67},{"name":416,"content":417},"twitter:card","summary_large_image","Test new business models, launch in new markets, and lead your company",[420],{"text":421},"Lensing Achieves SOC 2 Type 2 & ISO 27001 Compliance: Reinforcing Data Security Commitment for Customers",[423,447,470],{"__typename":104,"id":424,"title":425,"slug":105,"publishDate":426,"category":427,"author":431,"image":435,"accentColor":441,"intro":443,"tag":444},"YWLdMO3iTP6ybAn3GA7dkA","Everest is now Lensing","2026-07-31",{"id":428,"name":429,"slug":430},"M4sr70TsTXGRJ7zNVPR6_Q","Business","business",{"name":432,"photo":433},"Sandeep Chopra",{"url":434},"https://www.datocms-assets.com/160976/1751937984-sandeep-2x.jpg",{"responsiveImage":436},{"src":437,"width":438,"height":439,"alt":12,"base64":440},"https://www.datocms-assets.com/160976/1785267387-lensing-is-now-everest.png?fit=fillmax&h=1050&w=1400",1400,545,"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAKCAMAAACZt25aAAAC0FBMVEVaZl9aZmFbYl5bbGZdaWJddG1eXlpeYV1eY15faWNgZF1gfHVhXVlhcWpjY19jZ2BjhHxjhX5kWVRkXVhkbmdkeXJkhX5lZF5mX1tmhH1mi4JnV1NngXlng3tobGVog3tokYdpg31piH9plIpploxqaGRqbGVqdG1qgntrU09rWFNrWFVrY1trjYRsgXpsgXtskYdtUU1tX1ptY2BtdW5tfHRtgHhtkohuZV5ua2ducW1ueHNufXduf3hvZmJvZ2FvfndvfnhvgnpwYl5wY19wZ2NwbmlwenRwh35xUExxUk5xVVFxbmtxb2hxdG9xfHVxioFxjIJyTUpyXFdyXFlyX1tycmxzXFhzYV1zaGNzdm5zeXNzfXV0UU10VVF0VlJ0WFV0Yl90ZF50amJ0amZ0bml0dG90fXV1TUp1W1Z1Xlt1e3N1e3V1fHR2TUp2Uk52XVh2YV12bGV2eHF2gXh2hHp2hXx3VVJ3ZV93aWN3b2l3dG54WFR4bGZ4cmt4fHR4fXR5TUp5UU55Yl95ZFt5cmt5dXJ5d295eHB5enJ5fHN5fnZ5gHd6ZWF6eHJ7YV17b2h7cW18UU18Zl58gHp9Wld+W1h+fHh/UE1/VFCAaWaAfHaAgXyBaWKBd3OBgHyCa2eCdG2DVlOEZ2OEfHeEfXiFYFyGVlKGWlaGYl6GcGyHbWaHd3GKaWGKdXCKd3KLXVmMaWWMa2KMcWqMdHCNb2uOXVmOaGSPYV2QbWWQbmqQcmySZWCScmyUcGmWZWCXa2aXfnmYamWYcmuYcm2YenWZdWyacGqacmybdm2cbWeed2+fc22geHGhc22hfHaieHGihH+iioSjd3CmenSohXyohn2phX6qgHmqhn2qjoirhHyrhn2rlI6ujIWxl5CykYqzlYyzl42zl46zmI6znZa2npW4pZ25opm6pZy6pp26p527qqG9raS+r6W+sKZ+6Jj2AAAA00lEQVR42hWOvU7DQBAGtfb6fBc7CQ40FDQIUfH+z0CJhKiQQocAKUDs3HE/3v1w6tFohoemtps1gMbcPFxerYfOVg0RcV85szNthA6uqokhuZ3P4Lqtt32HE+B2pq6gwpnO4L5ja4E++q3hilQk1yQCvsNKNRYEpCWkohlRdPF6gJL/PUb1ZijZhDaXUlLhLyAdpnGKsNFxS040xjEc+RUxT+NfmuHyqmcSEv/z/HLi9yQ+pzhDs7xdbNhQmB6fPgsflvFQsipRGD9uDUna77/9/A9WCY3IlspzyAAAAABJRU5ErkJggg==",{"bgColor":442},"darkblue","The product is live and we are grateful to our many customers who are building their businesses around it. Now, this team is ready to say we’re there—we summited—which means it’s time to drop our code name, Everest. We are now Lensing.",{"name":445,"slug":446},"Insight","insight",{"__typename":104,"id":448,"title":449,"slug":450,"publishDate":451,"category":452,"author":456,"image":460,"accentColor":466,"intro":468,"tag":469},"QhDLI0ZwRe2Yh9eYJXdJsQ","Why I joined Lensing","sam-yen-why-i-joined-everest","2026-04-14",{"id":453,"name":454,"slug":455},"JawGXaVQS1mmtbq3YAwhRg","AI","ai",{"name":457,"photo":458},"Sam Yen",{"url":459},"https://www.datocms-assets.com/160976/1776217649-samyenheadshot2-small.jpeg",{"responsiveImage":461},{"src":462,"width":463,"height":464,"alt":12,"base64":465},"https://www.datocms-assets.com/160976/1785265373-web-blog-whyijoined.png?fit=fillmax&h=1050&w=1400",1365,1050,"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLExUVDhcNFw0ZDhcVDR0YFxcZGCIVIhUaHysjGh0oHRUiJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHBAQHDUoIig7Oy8vLy8vLy8vLy8vLzsvNTUvNS8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAACAwEAAAAAAAAAAAAAAAAABAEGBwX/xAAgEAABBAEEAwAAAAAAAAAAAAABAAIDBAUREiIxI1GR/8QAFwEBAQEBAAAAAAAAAAAAAAAABAMBAP/EABsRAAIDAQEBAAAAAAAAAAAAAAACARExEjID/9oADAMBAAIRAxEAPwCmYjBQOquJclJsDGbJ2+0xirBhqHV66OJlhntc3Dtc8TZnz5oVjwjmxjRpUrQasNAxDc5qEtVmgbwvRj7HuFV2jioxEsgsHme0IUm0qmSWuOxMGjyO+oQhMXAT+j//2Q==",{"bgColor":467},"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":445,"slug":446},{"__typename":104,"id":471,"title":472,"slug":473,"publishDate":426,"category":474,"author":478,"image":482,"accentColor":488,"intro":489,"tag":490},"N4dO4xRtQqexKqngltnjAw","30 hard truths about your next ERP project","30-hard-truths-about-your-next-erp-project-migration",{"id":475,"name":476,"slug":477},"KQYRPUFzSqOAVaQYVCWZFg","Transformation","transformation",{"name":479,"photo":480},"Franz Faerber",{"url":481},"https://www.datocms-assets.com/160976/1750880257-franz.jpeg",{"responsiveImage":483},{"src":484,"width":485,"height":464,"alt":486,"base64":487},"https://www.datocms-assets.com/160976/1785444122-lensing-ai-30-lessons-from-30-years.png?fit=fillmax&h=1050&w=1400",1326,"Lensing AI - thirty lessons from thirty years of ERP.","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLCgoVDhgZFRkNFx0dERkTFx8ZGBYfIiEeIDcjHR0oHSEWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHBAQHC8hIiMvOy87MC8vLzUvLzIvNTUvLy8vLzUvLy8vLy8vLy8vLzUvLy8vNS8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAACAwEAAAAAAAAAAAAAAAAABgEFBwT/xAAiEAABAwMEAwEAAAAAAAAAAAABAAIDBAUGERIhMSJBcQf/xAAXAQADAQAAAAAAAAAAAAAAAAAAAQID/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQAxESH/2gAMAwEAAhEDEQA/AM2tlirbjF4sKcrP+c1U9Kd4I4VXiWVRUbdk7ACnaXPGQUu6DTpCtAFnGR4XV2mUlo1CF3X/ADCa4k+0J+x3koy+BG3j4rWF7jQcuPSlCt2yMqp5OpUoQnMv/9k=",{"bgColor":467},"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":445,"slug":446},"Key resources",[],{"headline":91,"intro":91,"cta":12,"image":12},{"count":495},88,[497,505,513,533,552,569,583,598,612,627,642,659],{"__typename":104,"id":471,"title":472,"slug":473,"publishDate":426,"category":498,"author":499,"image":501,"accentColor":503,"intro":489,"tag":504},{"id":475,"name":476,"slug":477},{"name":479,"photo":500},{"url":481},{"responsiveImage":502},{"src":484,"width":485,"height":464,"alt":486,"base64":487},{"bgColor":467},{"name":445,"slug":446},{"__typename":104,"id":424,"title":425,"slug":105,"publishDate":426,"category":506,"author":507,"image":509,"accentColor":511,"intro":443,"tag":512},{"id":428,"name":429,"slug":430},{"name":432,"photo":508},{"url":434},{"responsiveImage":510},{"src":437,"width":438,"height":439,"alt":12,"base64":440},{"bgColor":442},{"name":445,"slug":446},{"__typename":104,"id":514,"title":515,"slug":516,"publishDate":517,"category":518,"author":519,"image":523,"accentColor":529,"intro":531,"tag":532},"ZjYtfUXBQr6DXFCB77tBgQ","4 tales of finance-led transformation [complete guide]","4-tales-of-finance-led-transformation-complete-guide","2026-07-24",{"id":475,"name":476,"slug":477},{"name":520,"photo":521},"Alexis Dougherty",{"url":522},"https://www.datocms-assets.com/160976/1763679540-dato-version.jpeg",{"responsiveImage":524},{"src":525,"width":526,"height":464,"alt":527,"base64":528},"https://www.datocms-assets.com/160976/1785444114-lensing-ai-4-tales-of-transoformation.png?fit=fillmax&h=1050&w=1400",1323,"Lensing AI - 4 tales of Finance-Led Transformation","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAIAAAAY12rUAAADE0lEQVR42m2UiZbjKAxFAeMlzuLKTP//L1binb2vqK6e5TTRwY6RHk9PAqv+OJpGtVZZ21jbytwY0xStU84+pHQ6tR8qh39H2P9D6EZ1Lda0tsN+AVltDGsxZxviDmIpaktK5T8BmVb1nRr6oe/Eurbv2q5tBahpACI2pOx82IZz6boD1suqSvwGagfVGNW2uu/Hy3CtNg79BcSuA8t+AWmdS/GRtPy6H+NyeQ/9q+/LuqrjgJo1zwnqUADlNo73q9htvAA3DD1AwkgEUgk65HWey7pfryP+rM9DvwEUgv3xMeFK0O06Trfr9Lg/7rcHWLjiWXPT2hSlYkyH89u+v9ftAuGuY5HHth/eB/t83PEFnviPx/05Tc/pMd1v99sVUlCCr+Ql9ap0tl0+GmO0Qv/G6L61AkQWILM9wUD8/Zz++vh4TvfHDU4XtkUhtIwU3ft+72iEknMI0TOcTzFotEPIXsrcUqOx765fMt1GUCBYgVqJxDVEOKSUnGtrW9AeYmzDXHKi/OhYhCc9ZwzCIhm6yNyI31deGr+cS6oDtZJYxnKqRn+FYLRmQ15irC7fg/+E04d8o+r7fqD0xtgZh4xThmONqqE5waZpEHY7zivetSJGm5gijMiLTU7n1m1f1u01z5+v+fWe3/PKXz7ux8mWdl633odStByrTgYvsGCTL4FySpBlc7bE+b0sr/fyOc+veZmXFaDjdAL0Oa/sH3OpIlmokUyICQdERRqEcN6fFYjag0W8zOu2VDqskpPl8953ASG1UaZR2qRcTh9qwRpFXhEgByPR6DjW7eCIiB3nLgp5ElcpW7Vu1HbhIP0C0jHlwzkOGs1WWyY454ggbJdgXhwtjiGyEpSkcrFyFfiTHlgNeVkSjMLI019UswrkATqkOBKPIA7oEHNIAiFWIP59jYRT7XZpW7CqRpE244BR+OAFiBROnj4CUSQ4f8XDRebyz31UFLU7/d45Lo2SC4TwoKl8BQLDBZ9CVDH/DpZerpfhfy+2ypN6QadpTM6ikLSl5yfpJA9KFC6l9qn6RtGY+gkNEaiZCvUd1wAAAABJRU5ErkJggg==",{"bgColor":530},"tan","When they write the history of this decade, historians will say that this is when finance leaders assumed their full executive authority.",{"name":445,"slug":446},{"__typename":104,"id":534,"title":535,"slug":536,"publishDate":537,"category":538,"author":542,"image":544,"accentColor":549,"intro":550,"tag":551},"eIlTrzk6SYqXQAFExLXYGQ","Consolidating many ERPs into 1—a practical guide","consolidating-many-erps-into-1-a-practical-guide","2026-06-25",{"id":539,"name":540,"slug":541},"fluT-unXQOOE6XiklmTcXA","Fintech","fintech",{"name":520,"photo":543},{"url":522},{"responsiveImage":545},{"src":546,"width":485,"height":464,"alt":547,"base64":548},"https://www.datocms-assets.com/160976/1785444133-lensing-ai-m-a-excellence.png?fit=fillmax&h=1050&w=1400","Lensing AI - M&A Excellence eBook","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLCgoXDhgVFxYNDhsVGBEVHR4dGBYVKhUdHysjJh0oKRUWJDUlKDkvMjIyGSI4PTcwPCsxMi8BCgsLDg0OHBAQHC8lGx01Ly8vNS81Ly8vNS8vLy8vLy8vLy8vLy81Ly8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAACAwEAAAAAAAAAAAAAAAAABgEFBwT/xAAhEAABAwQDAAMAAAAAAAAAAAABAAIDBAUGIRESMQdRcf/EABYBAQEBAAAAAAAAAAAAAAAAAAIAAf/EABkRAQEAAwEAAAAAAAAAAAAAAAEAAiExEf/aAAwDAQACEQMRAD8Az2y4xX3OPbCGpvo/j9zKQ9/eFx4hlUcLOknATZWZRCymL2vHilaAswv+MTW+Ulg5HKFa3vJ4qokacoS3H0JLjkexw6uI/FZ1FRMaHcjvPtShbTVcZJO9oQhLHkcu3//Z",{"bgColor":467},"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":445,"slug":446},{"__typename":104,"id":553,"title":554,"slug":555,"publishDate":556,"category":557,"author":558,"image":562,"accentColor":566,"intro":567,"tag":568},"SFgnhSCRQLuU5-xJjzEGSQ","The end of AI tourism","the-end-of-ai-tourism","2026-06-11",{"id":453,"name":454,"slug":455},{"name":559,"photo":560},"Jalal Iftikhar",{"url":561},"https://www.datocms-assets.com/160976/1781206312-jalal-headshot.png",{"responsiveImage":563},{"src":564,"width":463,"height":464,"alt":12,"base64":565},"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":467},"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":445,"slug":446},{"__typename":104,"id":570,"title":571,"slug":572,"publishDate":573,"category":12,"author":574,"image":576,"accentColor":580,"intro":581,"tag":582},"Tv35K4FoSoaC2M2yBlzFCA","Your 5 ERP integration choices—select wisely","your-5-erp-integration-choicesselect-wisely","2026-05-28",{"name":520,"photo":575},{"url":522},{"responsiveImage":577},{"src":578,"width":463,"height":464,"alt":12,"base64":579},"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":530},"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":445,"slug":446},{"__typename":104,"id":584,"title":585,"slug":586,"publishDate":587,"category":588,"author":589,"image":591,"accentColor":595,"intro":596,"tag":597},"TR0dqFcKTx2I1tybe3-KQA","The most daring CFO digital transformation","the-most-daring-cfo-digital-transformation-ever","2026-05-27",{"id":475,"name":476,"slug":477},{"name":520,"photo":590},{"url":522},{"responsiveImage":592},{"src":593,"width":463,"height":464,"alt":12,"base64":594},"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":530},"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":445,"slug":446},{"__typename":104,"id":599,"title":600,"slug":601,"publishDate":587,"category":602,"author":603,"image":605,"accentColor":609,"intro":610,"tag":611},"RV2F-d78T_-78lOHu4jJIw","M&A synergy capture: A brief guide","manda-synergy-capture-a-brief-guide",{"id":539,"name":540,"slug":541},{"name":520,"photo":604},{"url":522},{"responsiveImage":606},{"src":607,"width":463,"height":464,"alt":12,"base64":608},"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":467},"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":445,"slug":446},{"__typename":104,"id":613,"title":614,"slug":615,"publishDate":616,"category":617,"author":618,"image":620,"accentColor":624,"intro":625,"tag":626},"G-wkBDSETDuS53IplbWn1g","A look inside NYT’s media transformation success","a-look-inside-nyts-media-transformation-success","2026-05-26",{"id":475,"name":476,"slug":477},{"name":520,"photo":619},{"url":522},{"responsiveImage":621},{"src":622,"width":463,"height":464,"alt":12,"base64":623},"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":467},"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":445,"slug":446},{"__typename":104,"id":628,"title":629,"slug":630,"publishDate":631,"category":632,"author":633,"image":635,"accentColor":639,"intro":640,"tag":641},"LBaiOHgRSdOMaqxHq7ZIBg","AI broke the SDLC on both sides of the IDE—spec-driven development is the fix","enterprise-spec-driven-development","2026-05-20",{"id":453,"name":454,"slug":455},{"name":457,"photo":634},{"url":459},{"responsiveImage":636},{"src":637,"width":463,"height":464,"alt":12,"base64":638},"https://www.datocms-assets.com/160976/1785271069-web-blog-sdd.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHEQoICAgLCgoLDhUZFQ0YDh0VDRYaHRYdGBYVHhUaJisjGikoHSEWJDUlKC0vPjIyHSI4PTcwPCsxMi8BCgsLDg0OHBANHDscHSg7Ly8yNS8vOy81Mi8vLy8vLy8yNS8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAaAAACAgMAAAAAAAAAAAAAAAAABgMEAQIH/8QAIRAAAQQCAgIDAAAAAAAAAAAAAgABAwQGERIhBWExUYH/xAAYAQACAwAAAAAAAAAAAAAAAAADBAECBf/EABsRAAICAwEAAAAAAAAAAAAAAAACATEDBBMR/9oADAMBAAIRAxEAPwBIp41WnB9mtqWLVuT8pN69qCnakjAtGrmOyFZlcTk6d/tFeYgDjR2KN3xUFQ30hPtjHaU2ikkHb+0IPWB2NV/DmMJlwLt/hT49IYy9E7IQpzF9exj8nbsDrUxN+rCEJM3Fo//Z",{"bgColor":467},"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":445,"slug":446},{"__typename":104,"id":643,"title":644,"slug":645,"publishDate":646,"category":647,"author":648,"image":652,"accentColor":656,"intro":657,"tag":658},"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":475,"name":476,"slug":477},{"name":649,"photo":650},"Dharmesh Patel",{"url":651},"https://www.datocms-assets.com/160976/1778190661-dharmesh-patel-headshot.png",{"responsiveImage":653},{"src":654,"width":463,"height":464,"alt":12,"base64":655},"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":530},"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":445,"slug":446},{"__typename":104,"id":660,"title":661,"slug":662,"publishDate":663,"category":664,"author":665,"image":667,"accentColor":671,"intro":672,"tag":673},"EoLMPrQeQfuje-kef4L0dg","Hot take: ERP rollouts should be led by HR","hot-take-erp-rollouts-should-be-led-by-hr","2026-05-04",{"id":428,"name":429,"slug":430},{"name":520,"photo":666},{"url":522},{"responsiveImage":668},{"src":669,"width":463,"height":464,"alt":12,"base64":670},"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":530},"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":445,"slug":446},{"allCategories":675},[676,677,678,679],{"name":454,"slug":455,"id":453},{"name":429,"slug":430,"id":428},{"name":540,"slug":541,"id":539},{"name":476,"slug":477,"id":475},{"global":681},{"footerCallout":682},{"headline":683,"intro":684,"cta":685,"image":690},"See how Lensing\ncan transform\nyour operations","Discover how Lensing empowers finance and operations leaders to \ndrive faster growth, smarter decisions, and stronger margins.",{"buttons":686},[687],{"label":688,"internal":689,"external":91,"style":92},"Try Lensing",{"__typename":90},{"url":162,"width":163,"height":164,"alt":12,"title":12,"responsiveImage":691},{"srcSet":166,"webpSrcSet":167,"sizes":168,"src":162,"width":163,"height":164,"aspectRatio":169,"alt":12,"title":12,"base64":170},1785826219709]