CINXE.COM
| PYMNTS.com
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <!-- HTML Meta Markup --> <title> | PYMNTS.com</title> <meta itemprop="image" content="https://www.pymnts.com/wp-content/uploads/2023/07/CPI_2023_about_us_1500x500.jpg" /> <!-- Link --> <meta name="theme-color" content="#712cf9"> <meta name="msapplication-TileImage" content="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_270.jpg" /> <link rel="shortcut icon" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_32.jpg" sizes="32x32" /> <link rel="shortcut icon" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_192.jpg" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_180.jpg" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="https://www.pymnts.com/feed/" /> <link rel="alternate" type="text/xml" title="RSS .92" href="https://www.pymnts.com/feed/rss/" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="https://www.pymnts.com/feed/atom/" /> <link rel="pingback" href="https://www.pymnts.com/xmlrpc.php" /> <link rel="dns-prefetch" href="https://www.google.com"> <link rel="dns-prefetch" href="https://stats.g.doubleclick.net"> <link rel="dns-prefetch" href="https://googleads.g.doubleclick.net"> <link rel="dns-prefetch" href="https://fonts.gstatic.com"> <link rel="dns-prefetch" href="https://www.google-analytics.com"> <link rel="dns-prefetch" href="https://www.pymnts.com"> <link rel="preload" href="/wp-content/themes/flex-mag-sixspoke/2020/bootstrap-icons.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <!-- <script type="text/javascript" src="/wp-content/themes/flex-mag-sixspoke/2020/jquery-3.6.0.slim.min.js?v=1.0"> </script>--> <link rel="preload" as="script" href="https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10" /> <script src='https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10' type='text/javascript' async></script> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"> </script> <link rel="stylesheet" href="/wp-content/themes/flex-mag-sixspoke/2020/bootstrap-icons.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> <!-- Font --> <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap" rel="stylesheet"> <!-- css --> <link rel="stylesheet" href="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/cpi-mini-site/cpi.css?v=37"> <!-- Google analytics --> <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3WHRCQ5780"></script> <script> let deviceIsBlockingAnalytics = null; let googleTracker = typeof ga !== 'undefined' && ga.getAll ? ga.getAll()[0] : null; console.log('googleTracker initial', googleTracker); if (!googleTracker) { let count = 0; let intervalId = setInterval(() => { ++count; googleTracker = typeof ga !== 'undefined' && ga.getAll ? ga.getAll()[0] : null; console.log('googleTracker', count, googleTracker); if (googleTracker || count > 5) { clearInterval(intervalId); console.log('tracker', googleTracker); return; } }, 500); } else { console.error('Google Tag Manager is blocked'); deviceIsBlockingAnalytics = true; } let lastUrlViewed = null; function parseCookieHeader() { const header = document.cookie; // Split the header into individual name-value pairs var pairs = header.split(';'); // Create an object to store the cookies var cookies = {}; // Loop through the name-value pairs and store them in the object for (var i = 0; i < pairs.length; i++) { var nameValue = pairs[i].split('='); cookies[nameValue[0].trim()] = nameValue[1]; } // Return the object return cookies; } // function registerPageView(url, tracker) { // console.log('registerPageView', url, tracker); // console.log('deviceIsBlockingAnalytics', deviceIsBlockingAnalytics); // tracker.set('page', url); // tracker.send('pageview', { // 'title': document.title, // 'url': url // }); // gtag("event", "pymnts_device_visit", { // path: url // }); // console.log('title', document.title); // if (!deviceIsBlockingAnalytics) doNotProxyReport(url); // } // let firstTrigger = true; // function triggerPageView (url, scrollingUp = false) { // console.log('triggerPageView', url); // if (!googleTracker) { // let count = 0; // let intervalId = setInterval(() => { // ++count; // if (googleTracker || count > 5) { // clearInterval(intervalId); // console.log('tracker', googleTracker); // registerPageView(url, googleTracker); // return; // } // }, 500); // } else { // console.log('tracker', googleTracker); // registerPageView(url, googleTracker); // } // } const cookies = parseCookieHeader(); let pymntsDeviceId; let storedId = localStorage.getItem('pymntsDeviceId'); if (cookies['pymnts-browser-id']) { pymntsDeviceId = cookies['pymnts-browser-id']; localStorage.setItem('pymntsDeviceId', pymntsDeviceId); } else { if (storedId) pymntsDeviceId = storedId; else pymntsDeviceId = 'unknown'; } console.log('pymntsDeviceId', pymntsDeviceId); if (!storedId || storedId === 'undefined') { localStorage.setItem('pymntsDeviceId', pymntsDeviceId); } /* * Setup GA4 */ window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); const { hostname } = window.location; let gtagCategory = hostname === 'gamma.pymnts.com' ? 'UA-11167465-10' : 'UA-11167465-1'; gtag('config', gtagCategory); console.log('gtag ua category', gtagCategory); gtagCategory = hostname === 'gamma.pymnts.com' ? 'G-NY60TDWHJ9' : 'G-3WHRCQ5780'; gtag('config', gtagCategory); console.log('gtag g4 category', gtagCategory); //gtag('set', {'user_id': pymntsDeviceId}); // Set the user ID using signed-in user_id. setTimeout(() => { gtag("event", "pymnts_device_visit", { path: window.location.pathname, }); }, 1000); let gaIsBlocked = null; let rtIsBlocked = false; let visitedPages = []; let connectionCount = 0; let maxConnectionAttempts = 3; const landingPage = window.location.pathname; const doNotProxyReport = pathname => { console.log('Do not report', pathname); let request = { url: `https://rt.pymnts.com:6300/dnr`, method: 'post', data: { pathname } } axios(request) .then(response => console.log(response.data)) .catch(error => console.error(error)); } async function checkIfGoogleAnalyticsIsBlocked() { let request = { url: 'https://www.google-analytics.com/collect', method: "post", params: { v: 1, tid: 'G-3WHRCQ5780', cid: pymntsDeviceId, t: 'web-view' } } console.log('request', request); let isBlocking; let response; try { response = await axios(request); deviceIsBlockingAnalytics = false; isBlocking = 'false'; console.log("Google Analytics is Allowed!!!!!!!!"); doNotProxyReport(landingPage) } catch (err) { // We are blocked!!! deviceIsBlockingAnalytics = true; isBlocking = 'true'; console.error('Google Analytics is Blocked!!!!!!!'); } } checkIfGoogleAnalyticsIsBlocked(); const recordLinkVisit = () => { const cookies = parseCookieHeader(); console.log('visit cookies', cookies); if (typeof cookies['cpi-org-info'] === 'undefined') return; const orgInfo = decodeURIComponent(cookies['cpi-org-info']).split(' --- '); //console.log(orgInfo); if (orgInfo.length < 2) return; const orderId = orgInfo[1]; const url = `https://www.competitionpolicyinternational.com/tracking/record-visit.php?order=${orderId}`; const request = { url, method: 'get' } axios(request) .then(response => console.log('axios success')) .catch(error => console.error('axios error', error)); } recordLinkVisit(); </script> <meta name='robots' content='noindex, follow' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO Premium plugin v22.7 (Yoast SEO v23.4) - https://yoast.com/wordpress/plugins/seo/ --> <title>CPI, Author at PYMNTS.com</title> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="profile" /> <meta property="og:title" content="CPI, Author at PYMNTS.com" /> <meta property="og:site_name" content="PYMNTS.com" /> <meta property="og:image" content="https://www.pymnts.com/wp-content/uploads/2022/10/PYMNTS_2022_open_graph_1280x720.jpg" /> <meta property="og:image:width" content="1280" /> <meta property="og:image:height" content="720" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@pymnts" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.pymnts.com/#website","url":"https://www.pymnts.com/","name":"PYMNTS.com","description":"What's next in payments and commerce","publisher":{"@id":"https://www.pymnts.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.pymnts.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.pymnts.com/#organization","name":"PYMNTS.com","url":"https://www.pymnts.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.pymnts.com/#/schema/logo/image/","url":"https://www.pymnts.com/wp-content/uploads/2023/05/PYMNTS_2023_logo_black-1.png","contentUrl":"https://www.pymnts.com/wp-content/uploads/2023/05/PYMNTS_2023_logo_black-1.png","width":3329,"height":687,"caption":"PYMNTS.com"},"image":{"@id":"https://www.pymnts.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/pymnts/","https://x.com/pymnts"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com » Feed" href="https://www.pymnts.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com » Comments Feed" href="https://www.pymnts.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com » Posts by CPI Feed" href="https://www.pymnts.com/author/jrothpymnts-com/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.pymnts.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <!-- pymnts.com is managing ads with Advanced Ads --><script id="pymnt-ready"> window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-4' href='https://www.pymnts.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpobWxpZmhgbGwAAROEu5A==' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link rel='stylesheet' id='all-css-6' href='https://www.pymnts.com/wp-content/plugins/contact-form-7/includes/css/styles.css?m=1739354845g' type='text/css' media='all' /> <link rel='stylesheet' id='studio-fonts-css' href='//fonts.googleapis.com/css?family=Oswald%3ALato%3A400%2C700%7CWork+Sans%3A900%7CMontserrat%3A400%2C700%7COpen+Sans%3A800%7CPlayfair+Display%3A400%2C700%2C900%7CQuicksand%7CRaleway%3A200%2C400%2C700%7CRoboto+Slab%3A400%2C700%26subset%3Dlatin%2Clatin-ext&ver=1.0.0' media='all' /> <script type="text/javascript" id="advanced-ads-advanced-js-js-extra"> /* <![CDATA[ */ var advads_options = {"blog_id":"1","privacy":{"enabled":false,"state":"not_needed"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.pymnts.com/_static/??-eJyVjt0KwjAMhV/Irsjm34X4LLGNXbY2q02r8+2touCFCEIgcHK+c6KvUREbXyyKHuqcC6bbazWBuBlkoX+ZVCCXIOOn2UyckbOOvjhi0WAvwAatAis6lqMno0EE8zPuff2WkHsMtfTkcVYBnBKaJU4jPjg7Bahv9WjGfzAB8rlPRbGvuuMSK30I++Wm3bWrbtuthzschWcp" ></script><link rel="https://api.w.org/" href="https://www.pymnts.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.pymnts.com/wp-json/wp/v2/users/102349" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.pymnts.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel="alternate" type="application/feed+json" title="PYMNTS.com » JSON Feed" href="https://www.pymnts.com/feed/json/" /> <link rel="alternate" type="application/feed+json" title="PYMNTS.com » Posts by CPI Feed" href="https://www.pymnts.com/author/jrothpymnts-com/feed/json/" /> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.40--> <script class="hsq-set-content-id" data-content-id="listing-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "listing-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <style>img#wpstats{display:none}</style> <script type="text/javascript"> var advadsCfpQueue = []; var advadsCfpAd = function( adID ){ if ( 'undefined' == typeof advadsProCfp ) { advadsCfpQueue.push( adID ) } else { advadsProCfp.addElement( adID ) } }; </script> <script> var userObject; </script> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "39641934", options: { enableFirstPartyCookie: "true" } }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = "https://sb.scorecardresearch.com/cs/39641934/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="https://sb.scorecardresearch.com/p?c1=2&c2=39641934&cv=3.9.1&cj=1"> </noscript> <!-- End comScore Tag --> <style type="text/css"> .post-cont-out, .post-cont-in { margin-right: 0; } .nav-links { display: none; } .nav-left-wrap { width: 60px; } .nav-logo-out { margin-left: -60px; } .nav-logo-in { margin-left: 60px; } .nav-logo-show { padding-right: 20px; width: 200px; height: 50px; } .nav-logo-show img { width: auto; padding-top: 5px; } .nav-left-width { width: 280px !important; } .nav-logo-out-fade { margin-left: -280px; } .nav-logo-in-fade { margin-left: 280px; } .share-count, .feat-info-views { display: none; }</style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #f9f9f9; } </style> <link rel="icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=32" sizes="32x32" /> <link rel="icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=180" /> <meta name="msapplication-TileImage" content="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=270" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s);j.async=true;j.src="https://load.gtm.pymnts.com/4gb8jtcwxmzux.js?"+i;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','dzrxseq=aWQ9R1RNLVdWRldDRDk1JmFzPXk%3D&page=1');</script> <!-- End Google Tag Manager --> <!-- Standard Google Analytics tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-LT5LN10NVZ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-LT5LN10NVZ'); </script> <!-- End standard Google Analytics tag --> </head> <body class="d-flex flex-column" style="min-height:100vh;"> <div class="container-scroller" id="headerContainerScroller"> <div class="container"> <header class="blog-header lh-1 py-3"> <!-- <div class="d-flex flex-wrap flex-row border-bottom border-light"> <div id="cpi-verify" class="my-auto"> <ul class="nav col-12 col-md-auto"> <li><a class="px-2 link-dark" href="#" style="font-size:.9rem;"> Account</a> </li> </ul> </div> <div id="cpi-cart" class="text-end my-auto"> <i class="bi bi-cart-fill fs-5 text-secondary"></i> </div> </div> --> <div class="row flex-nowrap justify-content-between align-items-center g-1"> <div class="col col-md-3 col-lg-4 order-2 order-md-3 order-lg-1 align-self-center"> <ul class="nav col-12 col-md-auto flex-column flex-md-row justify-content-end justify-content-lg-start" id="utilityNav"> <!-- <li class="ps-2 ps-lg-0 d-none order-2 d-lg-block my-auto"><a class="nav-link py-1 link-secondary text-end text-md-start" style="font-size:.9rem;" href="http://www.pymnts.com/cpi/account-management">Verify Email</a> </li> --> <!-- IF THE USER IS LOGGED IN --> <li class="ps-2 ps-lg-0 order-1 my-auto d-none d-md-block"> <p class="p-0 text-end text-md-start mb-0"><a href="https://www.pymnts.com/cpi/account-management/" class="fw-bold text-uppercase" style="font-size:.8rem;"></a></p> </li> <!-- END USER IS LOGGED IN --> <!-- <li class="ps-2 ps-lg-0"><a class="p-0 py-md-1 link-secondary text-end text-md-start d-block d-lg-none" href="http://www.pymnts.com/cpi/account-management"><i class="bi bi-person-circle fs-3"></i></a> </li> --> </ul> <!-- <a class="link-secondary" href="https://www.competitionpolicyinternational.com/subscribe/">Subscribe</a> <span class="text-secondary">|</span> <a class="link-secondary" href="https://www.competitionpolicyinternational.com/cpi-subscriptions/">Join</a> --> </div> <div class="col-7 col-md-4 col-lg-4 px-2 ps-md-0 pe-md-3 order-1 order-lg-2 align-self-center"> <div class="text-center"> <a class="blog-header-logo text-dark" href="https://www.pymnts.com/cpi"> <img src="https://www.pymnts.com/wp-content/uploads/2023/03/CPI_Logo_Black-1.svg" width="100%" height="50px" class="img-fluid"> </a> <div class="d-block mt-1 mt-md-0"> <small><i>A PYMNTS Company</i></small> </div> </div> </div> <div class="col-md-4 col-lg-3 d-none d-md-block text-end text-lg-start order-md-2 order-lg-3"> <!-- <form class="col-12 col-lg-auto my-auto d-none d-md-block text-end me-3" role="search"> <input type="search" class="form-control" placeholder="Search" aria-label="Search"> </form> --> <form role="search" method="get" id="" action="https://www.pymnts.com/" class="col-12 col-lg-auto my-auto d-none d-md-block text-end me-3"> <input type="hidden" name="post_type" value="cpi_posts" /> <div class="input-group my-auto"> <input class="form-control" type="text" value="" name="s" id="s" placeholder="Search" /> <div class="input-group-append"> <button type="submit" class="input-group-text" style="border-top-left-radius: 0;border-bottom-left-radius: 0;height: 100%;" /> <i class="bi bi-search"></i> </button> </div> </div> </form> </div> <div class="col-2 col-md col-lg-auto my-auto text-end order-4"> <a class="link-white me-3 position-relative" href="https://www.competitionpolicyinternational.com/cart/" role="button"> <i class="bi bi-cart fs-4"></i> <!--<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-success"> 1 <span class="visually-hidden">unread messages</span> </span>--> </a> </div> </div> </header> <div class="nav-scroller py-1"> <nav class="nav d-flex justify-content-start justify-content-md-evenly"> <a class="p-2 link-primary fw-bold" href="https://www.pymnts.com/cpi/subscriptions">Pricing</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/latest-news-for-cpi/">News</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/cpi-column/">Columns</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi_category/antitrust-chronicle-2024/">Antitrust Chronicles</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi_category/techreg-chronicle-2024/">TechREG Chronicles</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/cpi-blog/">Blog o' Blogs</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-events/">Events</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-tv">CPI TV</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-books/">Books</a> <a class="my-auto px-2 link-secondary d-inline d-md-none" href="#"><i class="bi bi-search text-dark fw-bold"></i></a> <!-- <a class="p-2 link-secondary" href="/audio/">Audio</a> --> <!-- <a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-journal/">CPI Journal</a> --> <!-- <a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/library-recently-published/">Library</a> --> </nav> </div> </div> </div> <div class="main my-5" id="wide-content"> <div class="container"> <div class="row"> <div class="col-12 mb-2 my-auto"> <h2 class="my-auto"> CPI </h2> </div> </div> <div class="row mt-4"> <div class="col-12"> <p class="fs-5"> </p> </div> </div> <div class="row mt-3"> <div class="col-12"> <h4 class="fst-italic mb-3">Posts by this author</h4> <div class="row"> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-supply-chains-2/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Supply Chains"> Antitrust Chronicle® – Supply Chains </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-and-the-supply-chain-protecting-the-power-of-the-markets/" class="h5 link-primary" rel="bookmark" title="Antitrust and the Supply Chain: Protecting the Power of the Markets"> Antitrust and the Supply Chain: Protecting the Power of the Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/understanding-category-captain-power-insights-for-competition-policy-and-antitrust-law/" class="h5 link-primary" rel="bookmark" title="Understanding Category Captain Power: Insights for Competition Policy and Antitrust Law"> Understanding Category Captain Power: Insights for Competition Policy and Antitrust Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/supply-chain-risks-and-vertical-merger-enforcement/" class="h5 link-primary" rel="bookmark" title="Supply Chain Risks and Vertical Merger Enforcement"> Supply Chain Risks and Vertical Merger Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/aligning-trade-and-competition-in-global-tech-based-value-chains/" class="h5 link-primary" rel="bookmark" title="Aligning Trade and Competition in Global Tech-Based Value Chains"> Aligning Trade and Competition in Global Tech-Based Value Chains </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-changing-landscape-of-supply-chains-and-implications-for-antitrust/" class="h5 link-primary" rel="bookmark" title="The Changing Landscape of Supply Chains and Implications for Antitrust"> The Changing Landscape of Supply Chains and Implications for Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/unsustainable-differences-in-antitrust-treatment-of-sustainability-agreements-2025-likely-to-bring-significant-changes-to-how-the-u-s-and-the-eu-analyze-sustainability-issues/" class="h5 link-primary" rel="bookmark" title="Unsustainable Differences in Antitrust Treatment of Sustainability Agreements: 2025 Likely to Bring Significant Changes to How the U.S. and the EU Analyze Sustainability Issues"> Unsustainable Differences in Antitrust Treatment of Sustainability Agreements: 2025 Likely to Bring Significant Changes to How the U.S. and the EU Analyze Sustainability Issues </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/fcc-responds-to-cybersecurity-threats-with-calea-ruling/" class="h5 link-primary" rel="bookmark" title="FCC Responds to Cybersecurity Threats with CALEA Ruling"> FCC Responds to Cybersecurity Threats with CALEA Ruling </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/do-stablecoin-patent-applications-signal-a-cryptocurrency-evolution/" class="h5 link-primary" rel="bookmark" title="Do Stablecoin Patent Applications Signal a Cryptocurrency Evolution?"> Do Stablecoin Patent Applications Signal a Cryptocurrency Evolution? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-most-important-piece-of-tech-regulation-youve-never-heard-of/" class="h5 link-primary" rel="bookmark" title="The Most Important Piece of Tech Regulation You’ve Never Heard Of"> The Most Important Piece of Tech Regulation You’ve Never Heard Of </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/metas-moderation-shift-and-the-tiktok-ban-whats-cooking-in-the-us-and-what-this-means-for-eu-platform-regulation/" class="h5 link-primary" rel="bookmark" title="Meta’s Moderation Shift and the TikTok Ban: What’s Cooking in the US and What This Means for EU Platform Regulation"> Meta’s Moderation Shift and the TikTok Ban: What’s Cooking in the US and What This Means for EU Platform Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/crypto-regulatory-affairs-in-the-us-focus-on-crypto-banking-access-grows/" class="h5 link-primary" rel="bookmark" title="Crypto Regulatory Affairs: In the US, Focus on Crypto Banking Access Grows"> Crypto Regulatory Affairs: In the US, Focus on Crypto Banking Access Grows </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/turkish-competition-authority-updates-regulation-on-fines/" class="h5 link-primary" rel="bookmark" title="Turkish Competition Authority Updates Regulation on Fines"> Turkish Competition Authority Updates Regulation on Fines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/deepseek-is-not-a-good-reason-for-big-tech-to-become-more-powerful/" class="h5 link-primary" rel="bookmark" title="DeepSeek is not a Good Reason for Big Tech to Become More Powerful"> DeepSeek is not a Good Reason for Big Tech to Become More Powerful </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-competitiveness-compass-recalibrating-the-true-north-for-merger-control/" class="h5 link-primary" rel="bookmark" title="The Competitiveness Compass: Recalibrating the True North for Merger Control?"> The Competitiveness Compass: Recalibrating the True North for Merger Control? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/there-can-be-no-winners-in-a-us-china-ai-arms-race/" class="h5 link-primary" rel="bookmark" title="There Can Be No Winners in a US-China AI Arms Race"> There Can Be No Winners in a US-China AI Arms Race </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-and-the-future-of-national-security/" class="h5 link-primary" rel="bookmark" title="AI and the Future of National Security"> AI and the Future of National Security </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-crypto-insights-trends/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Crypto Insights & Trends"> TechREG® Chronicle – Crypto Insights & Trends </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ai-agent-revolution-in-crypto-looming-risks-and-regulatory-opportunities/" class="h5 link-primary" rel="bookmark" title="The AI Agent Revolution in Crypto: Looming Risks and Regulatory Opportunities"> The AI Agent Revolution in Crypto: Looming Risks and Regulatory Opportunities </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cryptocurrency-and-digital-currency-preserving-the-difference/" class="h5 link-primary" rel="bookmark" title="Cryptocurrency and Digital Currency: Preserving the Difference"> Cryptocurrency and Digital Currency: Preserving the Difference </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/simple-and-effective-portfolio-construction-with-crypto-assets/" class="h5 link-primary" rel="bookmark" title="Simple and Effective Portfolio Construction with Crypto Assets"> Simple and Effective Portfolio Construction with Crypto Assets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/australia-remains-in-regulatory-purgatory-after-a-decade-of-crypto-policy-discussion/" class="h5 link-primary" rel="bookmark" title="Australia Remains in Regulatory Purgatory After a Decade of Crypto Policy Discussion"> Australia Remains in Regulatory Purgatory After a Decade of Crypto Policy Discussion </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftc-brings-first-robinson-patman-act-case-in-more-than-two-decades/" class="h5 link-primary" rel="bookmark" title="FTC Brings First Robinson-Patman Act Case in More Than Two Decades"> FTC Brings First Robinson-Patman Act Case in More Than Two Decades </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-if-there-was-no-per-se-rule-in-criminal-cases/" class="h5 link-primary" rel="bookmark" title="What If There Was No Per Se Rule in Criminal Cases?"> What If There Was No Per Se Rule in Criminal Cases? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/hsr-filing-thresholds-filing-fees-and-penalties-on-the-rise-again/" class="h5 link-primary" rel="bookmark" title="HSR Filing Thresholds, Filing Fees, and Penalties on the Rise Again"> HSR Filing Thresholds, Filing Fees, and Penalties on the Rise Again </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/takeaways-from-doj-ftc-end-to-collaboration-guidelines/" class="h5 link-primary" rel="bookmark" title="Takeaways From DOJ, FTC End to Collaboration Guidelines"> Takeaways From DOJ, FTC End to Collaboration Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftc-issues-its-annual-revisions-to-hsr-and-interlocking-directorate/" class="h5 link-primary" rel="bookmark" title="FTC Issues Its Annual Revisions to HSR and Interlocking Directorate"> FTC Issues Its Annual Revisions to HSR and Interlocking Directorate </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/looking-back-and-looking-forward-healthcare-antitrust-in-a-new-administration-what-stays-the-same-and-what-changes/" class="h5 link-primary" rel="bookmark" title="Looking Back and Looking Forward: Healthcare Antitrust in a New Administration: What Stays the Same and What Changes?"> Looking Back and Looking Forward: Healthcare Antitrust in a New Administration: What Stays the Same and What Changes? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/rare-ftc-doj-joint-gun-jumping-action-results-in-record-penalty/" class="h5 link-primary" rel="bookmark" title="Rare FTC-DOJ Joint ‘Gun Jumping’ Action Results in Record Penalty"> Rare FTC-DOJ Joint ‘Gun Jumping’ Action Results in Record Penalty </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/betting-on-fair-play-competition-tribunal-orders-interim-relief-to-lottoland-in-google-ads-dispute/" class="h5 link-primary" rel="bookmark" title="Betting on Fair Play: Competition Tribunal Orders Interim Relief to Lottoland in Google Ads Dispute"> Betting on Fair Play: Competition Tribunal Orders Interim Relief to Lottoland in Google Ads Dispute </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/learning-digital-procurements-hard-lessons-before-jumping-in-at-the-ai-deep-end/" class="h5 link-primary" rel="bookmark" title="Learning Digital Procurement’s Hard Lessons Before Jumping In at the AI Deep End"> Learning Digital Procurement’s Hard Lessons Before Jumping In at the AI Deep End </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/business-groups-sue-to-block-new-hsr-form/" class="h5 link-primary" rel="bookmark" title="Business Groups Sue to Block New HSR Form"> Business Groups Sue to Block New HSR Form </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/kneschke-vs-laion-opening-fresh-perspectives-on-ai-training-and-tdm-exceptions/" class="h5 link-primary" rel="bookmark" title="Kneschke vs. LAION: Opening Fresh Perspectives on AI Training and TDM Exceptions"> Kneschke vs. LAION: Opening Fresh Perspectives on AI Training and TDM Exceptions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-latest-legislative-development-and-enforcement-trends-of-the-prc-anti-monopoly-law/" class="h5 link-primary" rel="bookmark" title="The Latest Legislative Development and Enforcement Trends of the PRC Anti-Monopoly Law"> The Latest Legislative Development and Enforcement Trends of the PRC Anti-Monopoly Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-international-criminal-enforcement/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – International Criminal Enforcement"> Antitrust Chronicle® – International Criminal Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-antitrust-divisions-recent-work-to-combat-international-cartels/" class="h5 link-primary" rel="bookmark" title="The Antitrust Division’s Recent Work to Combat International Cartels"> The Antitrust Division’s Recent Work to Combat International Cartels </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/information-sharing-the-new-frontier-of-u-s-antitrust-enforcement/" class="h5 link-primary" rel="bookmark" title="Information Sharing: The New Frontier of U.S. Antitrust Enforcement"> Information Sharing: The New Frontier of U.S. Antitrust Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-key-role-of-guidelines-on-exchanges-of-information-among-competitors-and-the-divergent-transatlantic-paths/" class="h5 link-primary" rel="bookmark" title="The Key Role of Guidelines on Exchanges of Information Among Competitors and the Divergent Transatlantic Paths"> The Key Role of Guidelines on Exchanges of Information Among Competitors and the Divergent Transatlantic Paths </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/leniency-whistleblowers-and-compliance/" class="h5 link-primary" rel="bookmark" title="Leniency, Whistleblowers, and Compliance"> Leniency, Whistleblowers, and Compliance </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/enforcers-ongoing-efforts-to-combat-convergent-competition-and-corruption-risks/" class="h5 link-primary" rel="bookmark" title="Enforcers’ Ongoing Efforts to Combat Convergent Competition and Corruption Risks"> Enforcers’ Ongoing Efforts to Combat Convergent Competition and Corruption Risks </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-pharmacy-benefit-managers/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Pharmacy Benefit Managers"> Antitrust Chronicle® – Pharmacy Benefit Managers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/untangling-the-pbm-mess/" class="h5 link-primary" rel="bookmark" title="Untangling the PBM Mess"> Untangling the PBM Mess </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/using-data-not-anecdotes-to-analyze-criticisms-of-pharmacy-benefit-managers/" class="h5 link-primary" rel="bookmark" title="Using Data, Not Anecdotes, to Analyze Criticisms of Pharmacy Benefit Managers"> Using Data, Not Anecdotes, to Analyze Criticisms of Pharmacy Benefit Managers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/vertical-integration-and-pbms-what-me-worry/" class="h5 link-primary" rel="bookmark" title="Vertical Integration and PBMs: What, Me Worry?"> Vertical Integration and PBMs: What, Me Worry? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-economics-of-benefit-management-in-prescription-drug-markets/" class="h5 link-primary" rel="bookmark" title="The Economics of Benefit Management in Prescription-Drug Markets"> The Economics of Benefit Management in Prescription-Drug Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/pbms-the-hidden-actor-behind-product-hopping/" class="h5 link-primary" rel="bookmark" title="PBMs: The Hidden Actor Behind Product Hopping"> PBMs: The Hidden Actor Behind Product Hopping </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-discovery-plan-for-pharmacy-benefit-managers-collusion/" class="h5 link-primary" rel="bookmark" title="A Discovery Plan for Pharmacy Benefit Managers’ Collusion"> A Discovery Plan for Pharmacy Benefit Managers’ Collusion </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/on-the-article-102-tfeu-guidelines-v-competition-on-the-merits-as-an-irritant/" class="h5 link-primary" rel="bookmark" title="On the Article 102 TFEU Guidelines (V): Competition on The Merits as an Irritant"> On the Article 102 TFEU Guidelines (V): Competition on The Merits as an Irritant </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/digital-assets-what-to-expect-from-the-incoming-administration-and-congress/" class="h5 link-primary" rel="bookmark" title="Digital Assets: What to Expect from the Incoming Administration and Congress"> Digital Assets: What to Expect from the Incoming Administration and Congress </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/draft-revision-of-chinas-anti-unfair-competition-law-released/" class="h5 link-primary" rel="bookmark" title="Draft Revision of China’s Anti-Unfair Competition Law Released"> Draft Revision of China’s Anti-Unfair Competition Law Released </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-policy-primer-for-free-expression-and-content-moderation-part-i-centering-public-interest-values/" class="h5 link-primary" rel="bookmark" title="A Policy Primer for Free Expression and Content Moderation, Part I: Centering Public Interest Values"> A Policy Primer for Free Expression and Content Moderation, Part I: Centering Public Interest Values </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/labor-antitrust-a-solution-in-search-of-evidence/" class="h5 link-primary" rel="bookmark" title="Labor Antitrust: A Solution in Search of Evidence"> Labor Antitrust: A Solution in Search of Evidence </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/techreg-chronicle-brussels-tech-effect/" class="h5 link-primary" rel="bookmark" title="TechREG® Chronicle – Brussels Tech Effect"> TechREG® Chronicle – Brussels Tech Effect </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-brussels-effect-the-draghi-report-and-2025-is-cure-now-better-than-prevention/" class="h5 link-primary" rel="bookmark" title="The Brussels Effect, The Draghi Report and 2025 – Is Cure Now Better Than Prevention?"> The Brussels Effect, The Draghi Report and 2025 – Is Cure Now Better Than Prevention? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-can-tech-companies-expect-from-the-new-european-commission/" class="h5 link-primary" rel="bookmark" title="What Can Tech Companies Expect from the New European Commission?"> What Can Tech Companies Expect from the New European Commission? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/if-the-brussels-effect-fades-in-tech-markets-the-eu-will-only-have-itself-to-blame/" class="h5 link-primary" rel="bookmark" title="If the “Brussels Effect” Fades in Tech Markets, the EU Will Only Have Itself to Blame"> If the “Brussels Effect” Fades in Tech Markets, the EU Will Only Have Itself to Blame </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/brussels-effect-in-ai-regulation-a-glance-at-brazil/" class="h5 link-primary" rel="bookmark" title="Brussels Effect in AI Regulation? A Glance at Brazil"> Brussels Effect in AI Regulation? A Glance at Brazil </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/january-2025-regulatory-updates-for-broadcasters-quarterly-issues-programs-lists-childrens-television-programming-reporting-expansion-of-audio-description-requirements-political/" class="h5 link-primary" rel="bookmark" title="January 2025 Regulatory Updates for Broadcasters – Quarterly Issues/Programs Lists, Children’s Television Programming Reporting, Expansion of Audio Description Requirements, Political Windows, and More"> January 2025 Regulatory Updates for Broadcasters – Quarterly Issues/Programs Lists, Children’s Television Programming Reporting, Expansion of Audio Description Requirements, Political Windows, and More </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/semper-aliquid-novi-africam-adferre-balancing-socio-economic-goals-with-competition-law/" class="h5 link-primary" rel="bookmark" title="<em>Semper Aliquid Novi Africam Adferre</em> – Balancing Socio-Economic Goals with Competition Law"> <em>Semper Aliquid Novi Africam Adferre</em> – Balancing Socio-Economic Goals with Competition Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-cresse-insights-4/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – CRESSE Insights"> Antitrust Chronicle® – CRESSE Insights </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/effective-interoperability-in-mobile-ecosystems-eu-competition-law-versus-regulation/" class="h5 link-primary" rel="bookmark" title="Effective Interoperability in Mobile Ecosystems: EU Competition Law Versus Regulation"> Effective Interoperability in Mobile Ecosystems: EU Competition Law Versus Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-use-of-empirical-evidence-in-antitrust-trends-challenges-and-a-path-forward/" class="h5 link-primary" rel="bookmark" title="The Use of Empirical Evidence in Antitrust: Trends, Challenges, and a Path Forward"> The Use of Empirical Evidence in Antitrust: Trends, Challenges, and a Path Forward </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/some-empirical-evidence-on-the-role-of-presumptions-and-evidentiary-standards-on-antitrust-underenforcement-is-the-ecs-new-communication-on-art-102-in-the-right-direction/" class="h5 link-primary" rel="bookmark" title="Some Empirical Evidence on the Role of Presumptions and Evidentiary Standards on Antitrust (Under)Enforcement: Is the EC’s New Communication on Art.102 in the Right Direction?"> Some Empirical Evidence on the Role of Presumptions and Evidentiary Standards on Antitrust (Under)Enforcement: Is the EC’s New Communication on Art.102 in the Right Direction? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ecs-draft-guidelines-on-the-application-of-article-102-tfeu-an-economic-perspective/" class="h5 link-primary" rel="bookmark" title="The EC’s Draft Guidelines on the Application of Article 102 TFEU: An Economic Perspective"> The EC’s Draft Guidelines on the Application of Article 102 TFEU: An Economic Perspective </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/reforms-and-trends-in-the-regulation-of-digital-markets-in-japan/" class="h5 link-primary" rel="bookmark" title="Reforms and Trends in the Regulation of Digital Markets in Japan"> Reforms and Trends in the Regulation of Digital Markets in Japan </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/declining-trend-in-leniency-causes-and-responses/" class="h5 link-primary" rel="bookmark" title="Declining Trend in Leniency? Causes and Responses"> Declining Trend in Leniency? Causes and Responses </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/recent-developments-in-cartel-enforcement/" class="h5 link-primary" rel="bookmark" title="Recent Developments in Cartel Enforcement"> Recent Developments in Cartel Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/remedies-after-illumina-grail-the-thorny-question-of-proportionality/" class="h5 link-primary" rel="bookmark" title="Remedies After Illumina/GRAIL– The Thorny Question of Proportionality"> Remedies After Illumina/GRAIL– The Thorny Question of Proportionality </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-was-illumina-grail-blocked-in-the-eu-reviewing-the-european-commissions-assessment-of-vertical-mergers-in-light-of-the-2022-prohibition-decision/" class="h5 link-primary" rel="bookmark" title="Why Was Illumina/GRAIL Blocked in the EU? Reviewing The European Commission’s Assessment of Vertical Mergers in Light of the 2022 Prohibition Decision"> Why Was Illumina/GRAIL Blocked in the EU? Reviewing The European Commission’s Assessment of Vertical Mergers in Light of the 2022 Prohibition Decision </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-role-of-uncertainty-in-the-future-european-horizontal-merger-guidelines-lessons-learned-from-illumina-grail/" class="h5 link-primary" rel="bookmark" title="The Role of Uncertainty in the Future European Horizontal Merger Guidelines: Lessons Learned From Illumina/GRAIL"> The Role of Uncertainty in the Future European Horizontal Merger Guidelines: Lessons Learned From Illumina/GRAIL </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/illuminas-light-on-article-22-eumr-the-suspended-step-and-uncertain-future-of-eu-merger-control-over-below-threshold-killer-mergers/" class="h5 link-primary" rel="bookmark" title="Illumina’s Light on Article 22 EUMR: The Suspended Step and Uncertain Future of EU Merger Control Over Below-Threshold “Killer” Mergers"> Illumina’s Light on Article 22 EUMR: The Suspended Step and Uncertain Future of EU Merger Control Over Below-Threshold “Killer” Mergers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/eu-level-jurisdiction-over-killer-acquisitions-in-the-aftermath-of-illumina-grail/" class="h5 link-primary" rel="bookmark" title="EU-Level Jurisdiction Over “Killer Acquisitions” in the Aftermath of Illumina/GRAIL"> EU-Level Jurisdiction Over “Killer Acquisitions” in the Aftermath of Illumina/GRAIL </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/illumina-grail-inside-the-perfect-storm/" class="h5 link-primary" rel="bookmark" title="Illumina/GRAIL: Inside The Perfect Storm"> Illumina/GRAIL: Inside The Perfect Storm </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/towercast-ck-telecoms-and-illumina-interesting-times-for-eu-merger-control-yet-again/" class="h5 link-primary" rel="bookmark" title="Towercast, CK Telecoms and Illumina: Interesting Times for EU Merger Control (Yet Again)"> Towercast, CK Telecoms and Illumina: Interesting Times for EU Merger Control (Yet Again) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/new-powers-new-hsr-rules-the-illumina-ripple-effect/" class="h5 link-primary" rel="bookmark" title="New Powers, New HSR Rules: The Illumina Ripple Effect"> New Powers, New HSR Rules: The Illumina Ripple Effect </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-illumina-grail/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Illumina/GRAIL"> Antitrust Chronicle® – Illumina/GRAIL </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/industrial-liberty/" class="h5 link-primary" rel="bookmark" title="Industrial Liberty"> Industrial Liberty </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/merger-reform-bill-passes/" class="h5 link-primary" rel="bookmark" title="Merger Reform Bill Passes"> Merger Reform Bill Passes </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/riberas-new-competition-mandate-a-rebirth-of-green-european-champions/" class="h5 link-primary" rel="bookmark" title="Ribera’s New Competition Mandate – A rebirth of (green) European Champions?"> Ribera’s New Competition Mandate – A rebirth of (green) European Champions? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftc-doubles-down-against-long-odds-on-noncompete-rule/" class="h5 link-primary" rel="bookmark" title="FTC Doubles Down Against Long Odds on Noncompete Rule"> FTC Doubles Down Against Long Odds on Noncompete Rule </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/planning-for-the-new-hsr-form/" class="h5 link-primary" rel="bookmark" title="Planning for the New HSR Form"> Planning for the New HSR Form </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/european-commissions-draft-guidelines-on-article-102-webinar-series/" class="h5 link-primary" rel="bookmark" title="European Commission’s Draft Guidelines on Article 102 – Webinar Series"> European Commission’s Draft Guidelines on Article 102 – Webinar Series </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/resale-price-maintenance-in-eu-competition-law-understanding-the-significance-of-super-bock/" class="h5 link-primary" rel="bookmark" title="Resale Price Maintenance in EU Competition Law: Understanding the Significance of Super Bock"> Resale Price Maintenance in EU Competition Law: Understanding the Significance of Super Bock </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/compliments-to-the-procurement-collusion-strike-force-and-a-trip-down-memory-lane/" class="h5 link-primary" rel="bookmark" title="Compliments to the Procurement Collusion Strike Force (and A Trip Down Memory Lane)"> Compliments to the Procurement Collusion Strike Force (and A Trip Down Memory Lane) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/key-takeaways-from-the-doj-antitrust-divisions-updated-compliance-guidance-its-not-just-criminal-anymore/" class="h5 link-primary" rel="bookmark" title="Key Takeaways from the DOJ Antitrust Division’s Updated Compliance Guidance: It’s Not Just Criminal Anymore"> Key Takeaways from the DOJ Antitrust Division’s Updated Compliance Guidance: It’s Not Just Criminal Anymore </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/real-life-monopoly-in-zimbabwe/" class="h5 link-primary" rel="bookmark" title="Real-Life Monopoly in Zimbabwe"> Real-Life Monopoly in Zimbabwe </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/understanding-the-digital-regulation-landscape/" class="h5 link-primary" rel="bookmark" title="Understanding The Digital Regulation Landscape"> Understanding The Digital Regulation Landscape </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/coopetition-in-the-pharma-industry-challenges-for-antitrust/" class="h5 link-primary" rel="bookmark" title="Coopetition in The Pharma Industry: Challenges for Antitrust"> Coopetition in The Pharma Industry: Challenges for Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/symmetry-and-the-sixth-force-the-essential-role-of-complements/" class="h5 link-primary" rel="bookmark" title="Symmetry and the Sixth Force: The Essential Role of Complements"> Symmetry and the Sixth Force: The Essential Role of Complements </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/esg-collaborations-in-light-of-european-antitrust-policy-and-enforcement-trends/" class="h5 link-primary" rel="bookmark" title="ESG Collaborations in Light of European Antitrust Policy and Enforcement Trends"> ESG Collaborations in Light of European Antitrust Policy and Enforcement Trends </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/regulatory-choices-for-digital-markets-rules-standards-and-more/" class="h5 link-primary" rel="bookmark" title="Regulatory Choices for Digital Markets: Rules, Standards and More…"> Regulatory Choices for Digital Markets: Rules, Standards and More… </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-co-opetition/" class="h5 link-primary" rel="bookmark" title="Antitrust Chronicle® – Co-opetition"> Antitrust Chronicle® – Co-opetition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-advent-calendar-2024/" class="h5 link-primary" rel="bookmark" title="Antitrust Advent Calendar 2024"> Antitrust Advent Calendar 2024 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/supreme-courts-rejection-of-doj-appeal-could-shift-the-landscape-for-bid-rigging-prosecutions/" class="h5 link-primary" rel="bookmark" title="Supreme Court’s Rejection of DOJ Appeal Could Shift the Landscape for Bid-Rigging Prosecutions"> Supreme Court’s Rejection of DOJ Appeal Could Shift the Landscape for Bid-Rigging Prosecutions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-accounting-helps-hide-mergers-from-the-ftc-and-doj/" class="h5 link-primary" rel="bookmark" title="How Accounting Helps Hide Mergers from the FTC and DOJ"> How Accounting Helps Hide Mergers from the FTC and DOJ </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/seizure-and-examination-of-mobile-data-and-data-carriers-in-austria-where-do-we-stand-and-whats-next/" class="h5 link-primary" rel="bookmark" title="Seizure and Examination of Mobile Data and Data Carriers in Austria: Where Do We Stand and What’s Next?"> Seizure and Examination of Mobile Data and Data Carriers in Austria: Where Do We Stand and What’s Next? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/women-and-generative-ai-the-adoption-gap-is-closing-fast-but-a-trust-gap-persists/" class="h5 link-primary" rel="bookmark" title="Women and Generative AI: The Adoption Gap Is Closing Fast, But a Trust Gap Persists"> Women and Generative AI: The Adoption Gap Is Closing Fast, But a Trust Gap Persists </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-is-illegal-content-and-what-are-the-key-duties-under-the-online-safety-act/" class="h5 link-primary" rel="bookmark" title="What Is ‘Illegal Content’ and What Are the Key Duties Under the Online Safety Act?"> What Is ‘Illegal Content’ and What Are the Key Duties Under the Online Safety Act? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/tech-policy-in-a-second-trump-administration-ai-promotion-and-further-decoupling-from-china/" class="h5 link-primary" rel="bookmark" title="Tech Policy in a Second Trump Administration: AI Promotion and Further Decoupling from China"> Tech Policy in a Second Trump Administration: AI Promotion and Further Decoupling from China </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-eu-court-of-justices-judgment-in-intel-ii-and-its-implications-for-the-draft-guidelines/" class="h5 link-primary" rel="bookmark" title="The EU Court of Justice’s judgment in Intel II and Its Implications for the Draft Guidelines"> The EU Court of Justice’s judgment in Intel II and Its Implications for the Draft Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-and-the-digital-economy-framework-agreement-preparing-asean-for-the-next-tech-wave/" class="h5 link-primary" rel="bookmark" title="AI and the Digital Economy Framework Agreement: Preparing ASEAN for the Next Tech Wave"> AI and the Digital Economy Framework Agreement: Preparing ASEAN for the Next Tech Wave </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-future-of-credit-ai-or-human-judgment/" class="h5 link-primary" rel="bookmark" title="The Future of Credit: AI or Human Judgment?"> The Future of Credit: AI or Human Judgment? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ai-legislative-puzzle/" class="h5 link-primary" rel="bookmark" title="The AI Legislative Puzzle"> The AI Legislative Puzzle </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-a-ruling-against-the-internet-archive-threatens-the-future-of-americas-libraries-2/" class="h5 link-primary" rel="bookmark" title="Why a Ruling Against The Internet Archive Threatens the Future of America’s Libraries"> Why a Ruling Against The Internet Archive Threatens the Future of America’s Libraries </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftcs-watchdog-role-in-pharma-mergers-road-bumps-and-the-way-forward/" class="h5 link-primary" rel="bookmark" title="FTC’s Watchdog Role in Pharma Mergers: Road Bumps and The Way Forward"> FTC’s Watchdog Role in Pharma Mergers: Road Bumps and The Way Forward </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/eerie-exchanges-us-antitrust-agencies-renew-focus-on-information-exchange-practices/" class="h5 link-primary" rel="bookmark" title="Eerie Exchanges? US Antitrust Agencies Renew Focus on Information Exchange Practices"> Eerie Exchanges? US Antitrust Agencies Renew Focus on Information Exchange Practices </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/new-commissioner-new-mission-new-policy-for-competition/" class="h5 link-primary" rel="bookmark" title="New Commissioner, New Mission, New Policy for Competition?"> New Commissioner, New Mission, New Policy for Competition? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/banking-reform-an-increase-in-scrutiny/" class="h5 link-primary" rel="bookmark" title="Banking Reform: An Increase In Scrutiny"> Banking Reform: An Increase In Scrutiny </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/european-commission-clears-first-acquisition-under-eu-foreign-subsidies-regulation/" class="h5 link-primary" rel="bookmark" title="European Commission Clears First Acquisition Under EU Foreign Subsidies Regulation"> European Commission Clears First Acquisition Under EU Foreign Subsidies Regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/new-premerger-notification-regime-to-fundamentally-change-ma-strategy/" class="h5 link-primary" rel="bookmark" title="New Premerger Notification Regime to Fundamentally Change M&A Strategy"> New Premerger Notification Regime to Fundamentally Change M&A Strategy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/trouble-in-store-new-challenges-for-shein-and-temu-devotees-in-south-africa/" class="h5 link-primary" rel="bookmark" title="Trouble In Store: New Challenges for Shein and Temu Devotees in South Africa"> Trouble In Store: New Challenges for Shein and Temu Devotees in South Africa </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/gibson-decision-hands-atlantic-city-casino-hotels-dismissal-of-price-fixing-claims/" class="h5 link-primary" rel="bookmark" title="Gibson Decision Hands Atlantic City Casino-Hotels Dismissal of Price-Fixing Claims"> Gibson Decision Hands Atlantic City Casino-Hotels Dismissal of Price-Fixing Claims </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/managing-cybersecurity-risks-arising-from-ai-new-guidance-from-the-nydfs/" class="h5 link-primary" rel="bookmark" title="Managing Cybersecurity Risks Arising from AI – New Guidance from the NYDFS"> Managing Cybersecurity Risks Arising from AI – New Guidance from the NYDFS </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/handling-non-compliant-deposits-in-the-era-of-the-travel-rule-a-path-forward/" class="h5 link-primary" rel="bookmark" title="Handling Non-Compliant Deposits in the Era of the Travel Rule: A Path Forward"> Handling Non-Compliant Deposits in the Era of the Travel Rule: A Path Forward </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/npacking-the-implications-of-the-ftcs-antitrust-case-against-amazon-for-online-marketplace-competition/" class="h5 link-primary" rel="bookmark" title="Unpacking The Implications of The FTC’s Antitrust Case Against Amazon for Online Marketplace Competition"> Unpacking The Implications of The FTC’s Antitrust Case Against Amazon for Online Marketplace Competition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-cjeu-rules-in-the-diarra-case-fifas-transfer-rules-restrict-free-movement-and-competition/" class="h5 link-primary" rel="bookmark" title="The CJEU Rules in the Diarra Case – FIFA’s transfer Rules Restrict Free Movement and Competition"> The CJEU Rules in the Diarra Case – FIFA’s transfer Rules Restrict Free Movement and Competition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/in-search-of-a-competition-policy-for-the-digital-sector/" class="h5 link-primary" rel="bookmark" title="In Search of a Competition Policy for the Digital Sector"> In Search of a Competition Policy for the Digital Sector </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/tech-ma-outlook-investment-and-regulatory-trends/" class="h5 link-primary" rel="bookmark" title="Tech M&A Outlook: Investment and regulatory trends"> Tech M&A Outlook: Investment and regulatory trends </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-tech-giants-make-history/" class="h5 link-primary" rel="bookmark" title="How Tech Giants Make History"> How Tech Giants Make History </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/generative-artificial-intelligence-and-competition-the-main-takeaways-of-the-recent-opinion-issued-by-the-french-competition-authority/" class="h5 link-primary" rel="bookmark" title="Generative Artificial Intelligence and Competition: The Main Takeaways of the Recent Opinion Issued by the French Competition Authority"> Generative Artificial Intelligence and Competition: The Main Takeaways of the Recent Opinion Issued by the French Competition Authority </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/beyond-code-addressing-ai-bias-with-inclusive-governance/" class="h5 link-primary" rel="bookmark" title="Beyond Code: Addressing AI bias with Inclusive Governance"> Beyond Code: Addressing AI bias with Inclusive Governance </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/broadcasters-should-evaluate-attack-ads-for-liability-concerns-in-the-final-weeks-before-the-november-election/" class="h5 link-primary" rel="bookmark" title="Broadcasters Should Evaluate Attack Ads for Liability Concerns in the Final Weeks Before the November Election"> Broadcasters Should Evaluate Attack Ads for Liability Concerns in the Final Weeks Before the November Election </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-a-ruling-against-the-internet-archive-threatens-the-future-of-americas-libraries/" class="h5 link-primary" rel="bookmark" title="Why a Ruling Against the Internet Archive Threatens the Future of America’s Libraries"> Why a Ruling Against the Internet Archive Threatens the Future of America’s Libraries </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/us-federal-trade-commission-issues-final-rules-on-hsr-pre-merger-reporting/" class="h5 link-primary" rel="bookmark" title="US Federal Trade Commission Issues Final Rules on HSR Pre-Merger Reporting"> US Federal Trade Commission Issues Final Rules on HSR Pre-Merger Reporting </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/facing-ai-employing-a-safe-approach/" class="h5 link-primary" rel="bookmark" title="Facing AI, Employing a Safe Approach"> Facing AI, Employing a Safe Approach </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/global-governance-goals-and-lessons-for-ai/" class="h5 link-primary" rel="bookmark" title="Global Governance: Goals and Lessons for AI"> Global Governance: Goals and Lessons for AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/can-ai-drive-innovation-in-qualitative-research-heres-what-weve-learnt/" class="h5 link-primary" rel="bookmark" title="Can AI drive Innovation in Qualitative Research? Here’s What We’ve Learnt."> Can AI drive Innovation in Qualitative Research? Here’s What We’ve Learnt. </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/when-the-state-restricts-competition-what-role-for-antitrust-enforcement/" class="h5 link-primary" rel="bookmark" title="When the State Restricts Competition: What Role for Antitrust Enforcement?"> When the State Restricts Competition: What Role for Antitrust Enforcement? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/artificial-intelligence-and-intellectual-property-legal-frameworks-in-the-asia-pacific-region/" class="h5 link-primary" rel="bookmark" title="Artificial Intelligence and Intellectual Property Legal Frameworks in the Asia-Pacific Region"> Artificial Intelligence and Intellectual Property Legal Frameworks in the Asia-Pacific Region </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/googles-antitrust-troubles-demonstrate-the-need-for-a-digital-regulator/" class="h5 link-primary" rel="bookmark" title="Google’s Antitrust Troubles Demonstrate the Need for a Digital Regulator"> Google’s Antitrust Troubles Demonstrate the Need for a Digital Regulator </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/criminal-negligence-and-acceptable-risk-in-the-eus-ai-act-casting-light-leaving-shadows/" class="h5 link-primary" rel="bookmark" title="Criminal Negligence and Acceptable Risk in the EU’s AI Act: Casting Light, Leaving Shadows"> Criminal Negligence and Acceptable Risk in the EU’s AI Act: Casting Light, Leaving Shadows </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftc-faces-renewed-criticism-both-from-within-and-from-congress/" class="h5 link-primary" rel="bookmark" title="FTC Faces Renewed Criticism Both from Within and from Congress"> FTC Faces Renewed Criticism Both from Within and from Congress </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-next-administration-must-finish-the-merger-guidelines-revision/" class="h5 link-primary" rel="bookmark" title="The Next Administration Must Finish the Merger Guidelines Revision"> The Next Administration Must Finish the Merger Guidelines Revision </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/evaluating-eu-antitrust-procedures-ec-key-findings-and-future-directions/" class="h5 link-primary" rel="bookmark" title="Evaluating EU Antitrust Procedures: EC Key Findings and Future Directions"> Evaluating EU Antitrust Procedures: EC Key Findings and Future Directions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mind-the-gap-ecj-judgment-determines-european-commission-cannot-review-deals-below-member-state-merger-control-thresholds/" class="h5 link-primary" rel="bookmark" title="Mind the Gap: ECJ Judgment Determines European Commission Cannot Review Deals Below Member State Merger Control Thresholds"> Mind the Gap: ECJ Judgment Determines European Commission Cannot Review Deals Below Member State Merger Control Thresholds </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/acm-european-court-of-justice-takes-away-opportunity-to-assess-acquisition-by-microsoft-new-power-is-needed/" class="h5 link-primary" rel="bookmark" title="ACM: European Court of Justice takes away opportunity to assess acquisition by Microsoft, new power is needed"> ACM: European Court of Justice takes away opportunity to assess acquisition by Microsoft, new power is needed </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-justice-department-challenges-visas-predatory-power/" class="h5 link-primary" rel="bookmark" title="The Justice Department Challenges Visa’s Predatory Power"> The Justice Department Challenges Visa’s Predatory Power </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/debate-doubt-is-their-product-the-difference-between-research-and-academic-lobbying/" class="h5 link-primary" rel="bookmark" title="Debate: ‘Doubt is their product’—The difference between research and academic lobbying"> Debate: ‘Doubt is their product’—The difference between research and academic lobbying </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-at-the-agencies-the-meat-of-the-matter-edition/" class="h5 link-primary" rel="bookmark" title="Antitrust at the Agencies: The Meat of the Matter Edition"> Antitrust at the Agencies: The Meat of the Matter Edition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-sanctions-the-duty-to-preserve-chats/" class="h5 link-primary" rel="bookmark" title="Antitrust Sanctions: The Duty to Preserve Chats"> Antitrust Sanctions: The Duty to Preserve Chats </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-under-biden-taking-a-closer-look-at-the-numbers/" class="h5 link-primary" rel="bookmark" title="Antitrust Under Biden: Taking a Closer Look at the Numbers"> Antitrust Under Biden: Taking a Closer Look at the Numbers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/school-uniforms-is-your-policy-at-risk-of-breaking-the-law/" class="h5 link-primary" rel="bookmark" title="School Uniforms: Is Your Policy At Risk of Breaking the Law?"> School Uniforms: Is Your Policy At Risk of Breaking the Law? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-us-stablecoin-landscape-leveraging-ecosystem-monitoring-to-build-trust/" class="h5 link-primary" rel="bookmark" title="The US Stablecoin Landscape: Leveraging Ecosystem Monitoring to Build Trust"> The US Stablecoin Landscape: Leveraging Ecosystem Monitoring to Build Trust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/fcc-proposes-new-tcpa-rules-for-ai-calls-and-texts/" class="h5 link-primary" rel="bookmark" title="FCC Proposes New TCPA Rules for AI Calls and Texts"> FCC Proposes New TCPA Rules for AI Calls and Texts </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/crypto-lobbying-makes-insane-splash-in-american-politics/" class="h5 link-primary" rel="bookmark" title="Crypto Lobbying Makes Insane Splash in American Politics"> Crypto Lobbying Makes Insane Splash in American Politics </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-case-for-vigilance-in-ai-markets/" class="h5 link-primary" rel="bookmark" title="The Case for Vigilance in AI Markets"> The Case for Vigilance in AI Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ten-reasons-why-apples-app-store-terms-are-still-not-compliant-with-the-dma/" class="h5 link-primary" rel="bookmark" title="Ten Reasons Why Apple’s App Store Terms are Still Not Compliant with the DMA"> Ten Reasons Why Apple’s App Store Terms are Still Not Compliant with the DMA </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/from-innovation-to-implementation-regulating-ai-in-aotearoa-new-zealand/" class="h5 link-primary" rel="bookmark" title="From Innovation to Implementation: Regulating AI in Aotearoa New Zealand"> From Innovation to Implementation: Regulating AI in Aotearoa New Zealand </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cultivated-foie-gras-flies-into-europe-prepare-for-legal-disruption/" class="h5 link-primary" rel="bookmark" title="Cultivated Foie Gras Flies into Europe – Prepare for Legal Disruption"> Cultivated Foie Gras Flies into Europe – Prepare for Legal Disruption </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/crowdstrike-and-digital-ecosystem-transitivity/" class="h5 link-primary" rel="bookmark" title="CrowdStrike and Digital Ecosystem Transitivity"> CrowdStrike and Digital Ecosystem Transitivity </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/from-concept-to-precedent-the-2024-draft-guidelines-on-article-102/" class="h5 link-primary" rel="bookmark" title="From Concept to Precedent: The 2024 Draft Guidelines on Article 102"> From Concept to Precedent: The 2024 Draft Guidelines on Article 102 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/recent-regulatory-developments-in-training-artificial-intelligence-models-under-the-gdpr/" class="h5 link-primary" rel="bookmark" title="Recent Regulatory Developments in Training Artificial Intelligence Models Under the GDPR"> Recent Regulatory Developments in Training Artificial Intelligence Models Under the GDPR </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/empowering-futures-digital-transformation-in-the-eastern-caribbean/" class="h5 link-primary" rel="bookmark" title="Empowering Futures: Digital Transformation in the Eastern Caribbean"> Empowering Futures: Digital Transformation in the Eastern Caribbean </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/federal-court-strikes-down-ftcs-noncompete-rule-what-it-means-for-businesses/" class="h5 link-primary" rel="bookmark" title="Federal Court Strikes Down FTC’s Noncompete Rule: What It Means for Businesses"> Federal Court Strikes Down FTC’s Noncompete Rule: What It Means for Businesses </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/podcasters-and-broadcasters-disclose-those-sponsors/" class="h5 link-primary" rel="bookmark" title="Podcasters and Broadcasters – Disclose Those Sponsors!"> Podcasters and Broadcasters – Disclose Those Sponsors! </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/to-google-or-not-to-google/" class="h5 link-primary" rel="bookmark" title="To Google or Not to Google?"> To Google or Not to Google? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-enforcement-led-to-the-creation-of-the-telephone/" class="h5 link-primary" rel="bookmark" title="Antitrust Enforcement Led to the Creation of the Telephone"> Antitrust Enforcement Led to the Creation of the Telephone </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ssnippets-49-last-minute/" class="h5 link-primary" rel="bookmark" title="SSNIPPETS (49): Last Minute"> SSNIPPETS (49): Last Minute </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/samr-merger-control-statistics-in-the-first-half-of-2024/" class="h5 link-primary" rel="bookmark" title="SAMR Merger Control Statistics in the First Half of 2024"> SAMR Merger Control Statistics in the First Half of 2024 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-orange-book-antitrust-scrutiny-is-intensifying/" class="h5 link-primary" rel="bookmark" title="How Orange Book Antitrust Scrutiny Is Intensifying"> How Orange Book Antitrust Scrutiny Is Intensifying </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/4th-ccc-diplomatic-conference-on-competition-law-places-focus-on-inflation-food-security-and-poverty-eradication/" class="h5 link-primary" rel="bookmark" title="4th CCC Diplomatic Conference on Competition Law Places Focus on Inflation, Food Security, and Poverty Eradication"> 4th CCC Diplomatic Conference on Competition Law Places Focus on Inflation, Food Security, and Poverty Eradication </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/public-knowledge-hails-u-s-v-google-decision-finding-monopoly-hold-on-search-markets/" class="h5 link-primary" rel="bookmark" title="Public Knowledge Hails U.S. v. Google Decision Finding Monopoly Hold on Search Markets"> Public Knowledge Hails U.S. v. Google Decision Finding Monopoly Hold on Search Markets </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-first-public-meeting-of-the-strike-force-on-unfair-and-illegal-pricing-what-happened-and-whats-next/" class="h5 link-primary" rel="bookmark" title="The First Public Meeting of the Strike Force on Unfair and Illegal Pricing: What Happened and What’s Next"> The First Public Meeting of the Strike Force on Unfair and Illegal Pricing: What Happened and What’s Next </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/misconceptions-about-tacit-collusion/" class="h5 link-primary" rel="bookmark" title="Misconceptions About Tacit Collusion"> Misconceptions About Tacit Collusion </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/crypto-needs-comprehensive-policies-to-protect-economies-and-investors/" class="h5 link-primary" rel="bookmark" title="Crypto Needs Comprehensive Policies to Protect Economies and Investors"> Crypto Needs Comprehensive Policies to Protect Economies and Investors </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/has-the-us-supreme-court-made-it-harder-to-regulate-social-media-or-the-opposite/" class="h5 link-primary" rel="bookmark" title="Has the US Supreme Court Made It Harder to Regulate Social Media — or the Opposite?"> Has the US Supreme Court Made It Harder to Regulate Social Media — or the Opposite? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/nato-cant-truly-defend-cyberspace-without-private-partnerships/" class="h5 link-primary" rel="bookmark" title="NATO Can’t Truly Defend Cyberspace Without Private Partnerships"> NATO Can’t Truly Defend Cyberspace Without Private Partnerships </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/did-concentration-exacerbate-the-crowdstrike-outage/" class="h5 link-primary" rel="bookmark" title="Did Concentration Exacerbate the CrowdStrike Outage?"> Did Concentration Exacerbate the CrowdStrike Outage? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/protecting-the-public-from-abusive-ai-generated-content/" class="h5 link-primary" rel="bookmark" title="Protecting the Public From Abusive AI-Generated Content "> Protecting the Public From Abusive AI-Generated Content </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/bots-and-false-advertising/" class="h5 link-primary" rel="bookmark" title="Bots and False Advertising"> Bots and False Advertising </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-evolving-safety-and-policy-challenges-of-self-driving-cars/" class="h5 link-primary" rel="bookmark" title="The Evolving Safety and Policy Challenges of Self-Driving Cars"> The Evolving Safety and Policy Challenges of Self-Driving Cars </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mergers-acquisitions-ai-and-antitrust-the-new-creative-ways-for-big-tech-to-enter-the-ai-market-and-avoid-hsr-rules/" class="h5 link-primary" rel="bookmark" title="Mergers & Acquisitions, AI and Antitrust: The New Creative Ways for Big Tech to Enter the AI Market and Avoid HSR Rules"> Mergers & Acquisitions, AI and Antitrust: The New Creative Ways for Big Tech to Enter the AI Market and Avoid HSR Rules </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/germany-landmark-court-decision-deals-with-ai-training-and-copyright/" class="h5 link-primary" rel="bookmark" title="Germany: Landmark Court Decision Deals with AI Training and Copyright"> Germany: Landmark Court Decision Deals with AI Training and Copyright </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/all-change-to-the-uks-competition-law-regime/" class="h5 link-primary" rel="bookmark" title="All Change to the UK’s Competition Law Regime"> All Change to the UK’s Competition Law Regime </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-cjeu-sets-limits-to-the-application-of-the-concept-of-economic-unity/" class="h5 link-primary" rel="bookmark" title="The CJEU Sets Limits to the Application of the Concept of Economic Unity"> The CJEU Sets Limits to the Application of the Concept of Economic Unity </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/deleting-an-instagram-post-was-evidence-tampering-webb-v-u-s/" class="h5 link-primary" rel="bookmark" title="Deleting an Instagram Post Was Evidence-Tampering–Webb v. U.S."> Deleting an Instagram Post Was Evidence-Tampering–Webb v. U.S. </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ncaa-antitrust-lawsuits-will-not-pay-off-for-college-athletes-without-a-permanent-players-association/" class="h5 link-primary" rel="bookmark" title="The NCAA Antitrust Lawsuits Will Not Pay Off for College Athletes Without a Permanent Players Association"> The NCAA Antitrust Lawsuits Will Not Pay Off for College Athletes Without a Permanent Players Association </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/hold-the-phone-antitrust-authorities-looking-closely-at-instant-messages-in-dawn-raids/" class="h5 link-primary" rel="bookmark" title="Hold The Phone: Antitrust Authorities Looking Closely at Instant Messages in Dawn Raids"> Hold The Phone: Antitrust Authorities Looking Closely at Instant Messages in Dawn Raids </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/not-dead-yet-noncompetes-survive-the-ftc-rule-doesnt-for-now/" class="h5 link-primary" rel="bookmark" title="Not Dead Yet: Noncompetes Survive, the FTC Rule Doesn’t (For Now)"> Not Dead Yet: Noncompetes Survive, the FTC Rule Doesn’t (For Now) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ensuring-fair-competition-antitrust-considerations-in-the-us-patent-eligibility-restoration-act-of-2023/" class="h5 link-primary" rel="bookmark" title="Ensuring Fair Competition: Antitrust Considerations in the US Patent Eligibility Restoration Act of 2023"> Ensuring Fair Competition: Antitrust Considerations in the US Patent Eligibility Restoration Act of 2023 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-commission-amends-regional-aid-rules-to-foster-support-for-strategic-technology-projects/" class="h5 link-primary" rel="bookmark" title="The Commission Amends Regional Aid Rules to Foster Support for Strategic Technology Projects"> The Commission Amends Regional Aid Rules to Foster Support for Strategic Technology Projects </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/key-takeaways-from-the-servier-saga-object-pro-and-anticompetitive-effects-and-counterfactual-i/" class="h5 link-primary" rel="bookmark" title="Key Takeaways from the Servier Saga: Object, (Pro and Anticompetitive) Effects and Counterfactual (I)"> Key Takeaways from the Servier Saga: Object, (Pro and Anticompetitive) Effects and Counterfactual (I) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-wgas-misguided-fears-unpacking-the-myths-of-media-consolidation-in-the-streaming-era/" class="h5 link-primary" rel="bookmark" title="The WGA’s Misguided Fears: Unpacking the Myths of Media Consolidation in the Streaming Era"> The WGA’s Misguided Fears: Unpacking the Myths of Media Consolidation in the Streaming Era </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/life-sciences-and-health-care-companies-under-the-competition-microscope-new-cross-government-initiatives-seek-to-expose-antitrust-and-other-violations/" class="h5 link-primary" rel="bookmark" title="Life Sciences and Health Care Companies Under the Competition Microscope: New Cross-Government Initiatives Seek to Expose Antitrust and Other Violations"> Life Sciences and Health Care Companies Under the Competition Microscope: New Cross-Government Initiatives Seek to Expose Antitrust and Other Violations </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/maturing-uk-competition-appeal-tribunal-collective-proceedings-process-sees-uptick-in-cases/" class="h5 link-primary" rel="bookmark" title="Maturing UK Competition Appeal Tribunal Collective Proceedings Process Sees Uptick in Cases"> Maturing UK Competition Appeal Tribunal Collective Proceedings Process Sees Uptick in Cases </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/malawi-revamps-its-antitrust-laws-suspensory-merger-control-and-more/" class="h5 link-primary" rel="bookmark" title="Malawi Revamps its Antitrust Laws: Suspensory Merger Control and More"> Malawi Revamps its Antitrust Laws: Suspensory Merger Control and More </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-us-needs-a-techno-industrial-strategy/" class="h5 link-primary" rel="bookmark" title="The US Needs a Techno-Industrial Strategy"> The US Needs a Techno-Industrial Strategy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/lessons-to-learn-from-airline-mergers/" class="h5 link-primary" rel="bookmark" title="Lessons to Learn from Airline Mergers"> Lessons to Learn from Airline Mergers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/doj-filed-cert-petition-in-united-states-v-brewbaker/" class="h5 link-primary" rel="bookmark" title="DOJ Filed Cert Petition in United States v. Brewbaker"> DOJ Filed Cert Petition in United States v. Brewbaker </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/artificial-bugs-for-enhanced-cybersecurity/" class="h5 link-primary" rel="bookmark" title="Artificial Bugs for Enhanced Cybersecurity"> Artificial Bugs for Enhanced Cybersecurity </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftcs-non-compete-rule-blocked-and-unlikely-to-be-revived-but-risk-remains/" class="h5 link-primary" rel="bookmark" title="FTC’s Non-Compete Rule Blocked and Unlikely To Be Revived – But Risk Remains"> FTC’s Non-Compete Rule Blocked and Unlikely To Be Revived – But Risk Remains </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/digital-sovereignty-in-africa-moving-beyond-local-data-ownership/" class="h5 link-primary" rel="bookmark" title="Digital Sovereignty in Africa: Moving Beyond Local Data Ownership"> Digital Sovereignty in Africa: Moving Beyond Local Data Ownership </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/epic-games-calls-out-apple-for-rejecting-its-games-store-in-the-eu/" class="h5 link-primary" rel="bookmark" title="Epic Games Calls Out Apple for Rejecting Its Games Store in The EU"> Epic Games Calls Out Apple for Rejecting Its Games Store in The EU </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dish-calls-foul-on-t-mobiles-plans-for-800-mhz-spectrum/" class="h5 link-primary" rel="bookmark" title="DISH Calls Foul on T-Mobile’s Plans for 800 MHz Spectrum"> DISH Calls Foul on T-Mobile’s Plans for 800 MHz Spectrum </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/australias-digital-id-act-2024-signed-into-law/" class="h5 link-primary" rel="bookmark" title="Australia’s Digital ID Act 2024 Signed Into Law"> Australia’s Digital ID Act 2024 Signed Into Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-uber-provided-short-term-solutions-and-long-term-problems/" class="h5 link-primary" rel="bookmark" title="How Uber Provided Short-Term Solutions and Long-Term Problems"> How Uber Provided Short-Term Solutions and Long-Term Problems </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cjeu-upholds-country-of-origin-principle-for-online-service-providers-in-the-eu/" class="h5 link-primary" rel="bookmark" title="CJEU Upholds Country-of-Origin Principle for Online Service Providers in the EU"> CJEU Upholds Country-of-Origin Principle for Online Service Providers in the EU </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/microsofts-work-to-strengthen-cybersecurity-protection/" class="h5 link-primary" rel="bookmark" title="Microsoft’s Work to Strengthen Cybersecurity Protection"> Microsoft’s Work to Strengthen Cybersecurity Protection </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/supreme-court-rejects-the-chevron-doctrine-what-does-it-mean-for-broadcasters-regulated-by-the-fcc/" class="h5 link-primary" rel="bookmark" title="Supreme Court Rejects the Chevron Doctrine – What Does it Mean for Broadcasters Regulated By the FCC?"> Supreme Court Rejects the Chevron Doctrine – What Does it Mean for Broadcasters Regulated By the FCC? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/connecting-the-dots-ai-is-eating-the-web-that-enabled-it/" class="h5 link-primary" rel="bookmark" title="Connecting The Dots: AI Is Eating The Web That Enabled It"> Connecting The Dots: AI Is Eating The Web That Enabled It </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/metas-oversight-board-is-unprepared-for-a-historic-2024-election-cycle/" class="h5 link-primary" rel="bookmark" title="Meta’s Oversight Board is Unprepared for A Historic 2024 Election Cycle"> Meta’s Oversight Board is Unprepared for A Historic 2024 Election Cycle </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-uks-new-digital-markets-regime-some-key-takeaways/" class="h5 link-primary" rel="bookmark" title="The UK’s New Digital Markets Regime: Some Key Takeaways"> The UK’s New Digital Markets Regime: Some Key Takeaways </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/1971054/" class="h5 link-primary" rel="bookmark" title="A Voice of Reason: European Publishers Council Submits Concrete Proposals to the EC for Strict Enforcement of DMA’s App Store Rules"> A Voice of Reason: European Publishers Council Submits Concrete Proposals to the EC for Strict Enforcement of DMA’s App Store Rules </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-admissibility-benchmark-for-the-judicial-review-of-dawn-raids-in-europe-has-recent-case-law-shifted-the-boundaries/" class="h5 link-primary" rel="bookmark" title="The Admissibility Benchmark for the Judicial Review of Dawn Raids in Europe. Has Recent Case Law Shifted the Boundaries?"> The Admissibility Benchmark for the Judicial Review of Dawn Raids in Europe. Has Recent Case Law Shifted the Boundaries? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/merger-review-should-incorporate-a-role-for-unions/" class="h5 link-primary" rel="bookmark" title="Merger Review Should Incorporate a Role for Unions"> Merger Review Should Incorporate a Role for Unions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/will-the-ftc-reinvigorate-an-antiquated-law-that-raises-prices/" class="h5 link-primary" rel="bookmark" title="Will the FTC Reinvigorate an Antiquated Law that Raises Prices?"> Will the FTC Reinvigorate an Antiquated Law that Raises Prices? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-role-of-business-users-under-the-dma/" class="h5 link-primary" rel="bookmark" title="The Role of Business Users Under the DMA"> The Role of Business Users Under the DMA </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/california-attorney-general-advocates-for-greater-antitrust-enforcement-in-private-equity-in-healthcare/" class="h5 link-primary" rel="bookmark" title="California Attorney General Advocates for Greater Antitrust Enforcement in Private Equity in Healthcare"> California Attorney General Advocates for Greater Antitrust Enforcement in Private Equity in Healthcare </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/no-offseason-for-the-ncaa/" class="h5 link-primary" rel="bookmark" title="No Offseason for the NCAA"> No Offseason for the NCAA </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/so-much-abuse-overhaul-of-competition-law-shifts-from-buyer-power-to-superior-bargaining-position-abuse/" class="h5 link-primary" rel="bookmark" title="“So Much Abuse”: Overhaul of Competition Law Shifts from ‘Buyer Power’ to ‘Superior Bargaining Position’ Abuse"> “So Much Abuse”: Overhaul of Competition Law Shifts from ‘Buyer Power’ to ‘Superior Bargaining Position’ Abuse </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-law-in-sports-its-time-to-talk-about-merger-control/" class="h5 link-primary" rel="bookmark" title="Competition Law in Sports: It’s Time to Talk About Merger Control"> Competition Law in Sports: It’s Time to Talk About Merger Control </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/acm-study-one-in-ten-consumers-switches-energy-contracts-following-telemarketing-calls-or-door-to-door-sales/" class="h5 link-primary" rel="bookmark" title="ACM Study: One in Ten Consumers Switches Energy Contracts Following Telemarketing calls or door-to-door sales"> ACM Study: One in Ten Consumers Switches Energy Contracts Following Telemarketing calls or door-to-door sales </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/breaking-barriers-eu-issues-record-fine-as-it-takes-on-cross-border-trade-restrictions-again/" class="h5 link-primary" rel="bookmark" title="Breaking Barriers: EU Issues Record Fine as it Takes On Cross-Border Trade Restrictions (Again)"> Breaking Barriers: EU Issues Record Fine as it Takes On Cross-Border Trade Restrictions (Again) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/is-it-possible-to-win-a-robinson-patman-act-case-now/" class="h5 link-primary" rel="bookmark" title="Is it Possible to Win a Robinson Patman Act Case Now?"> Is it Possible to Win a Robinson Patman Act Case Now? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/fccs-space-bureau-seeks-further-input-on-regulation-of-orbital-debris/" class="h5 link-primary" rel="bookmark" title="FCC’s Space Bureau Seeks Further Input on Regulation of Orbital Debris"> FCC’s Space Bureau Seeks Further Input on Regulation of Orbital Debris </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/artificial-intelligence-a-challenge-for-the-mexican-tax-administration-service-to-audit/" class="h5 link-primary" rel="bookmark" title="Artificial Intelligence: A Challenge for the Mexican Tax Administration Service to Audit"> Artificial Intelligence: A Challenge for the Mexican Tax Administration Service to Audit </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/women-in-tech-a-video-series/" class="h5 link-primary" rel="bookmark" title="Women in Tech – A Video Series"> Women in Tech – A Video Series </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/president-biden-vetoes-crypto-custody-bill/" class="h5 link-primary" rel="bookmark" title="President Biden Vetoes Crypto Custody Bill"> President Biden Vetoes Crypto Custody Bill </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/arizona-turns-up-the-heat-in-amazons-legal-battles/" class="h5 link-primary" rel="bookmark" title="Arizona Turns Up the Heat in Amazon’s Legal Battles"> Arizona Turns Up the Heat in Amazon’s Legal Battles </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/klarna-reports-that-87-of-employees-use-genai-for-their-daily-work/" class="h5 link-primary" rel="bookmark" title="Klarna Reports That 87% of Employees Use GenAI For Their Daily Work"> Klarna Reports That 87% of Employees Use GenAI For Their Daily Work </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-america-needs-an-apollo-program-for-the-age-of-ai/" class="h5 link-primary" rel="bookmark" title="Why America Needs an Apollo Program for The Age of AI"> Why America Needs an Apollo Program for The Age of AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-to-make-of-the-new-ai-roadmap-from-the-senates-bipartisan-commission/" class="h5 link-primary" rel="bookmark" title="What to make of the new AI Roadmap from the Senate’s Bipartisan Commission"> What to make of the new AI Roadmap from the Senate’s Bipartisan Commission </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/putting-the-public-first-the-road-to-accountable-ai/" class="h5 link-primary" rel="bookmark" title="Putting the Public First: The Road to Accountable AI"> Putting the Public First: The Road to Accountable AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/use-cases-of-machine-learning-in-finance/" class="h5 link-primary" rel="bookmark" title="Use Cases of Machine Learning in Finance"> Use Cases of Machine Learning in Finance </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/slow-the-roll-up-help-shine-a-light-on-serial-acquisitions/" class="h5 link-primary" rel="bookmark" title="Slow the Roll-up: Help Shine a Light on Serial Acquisitions"> Slow the Roll-up: Help Shine a Light on Serial Acquisitions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-isps-need-to-know-about-the-fccs-title-ii-open-internet-order/" class="h5 link-primary" rel="bookmark" title="What ISPs Need to Know About the FCC’s Title II / Open Internet Order"> What ISPs Need to Know About the FCC’s Title II / Open Internet Order </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/federal-suit-by-ohio-physicians-challenging-noncompete-agreements-dismissed-for-lack-of-antitrust-standing/" class="h5 link-primary" rel="bookmark" title="Federal Suit by Ohio Physicians Challenging Noncompete Agreements Dismissed for Lack of Antitrust Standing"> Federal Suit by Ohio Physicians Challenging Noncompete Agreements Dismissed for Lack of Antitrust Standing </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/life-after-the-ftc-non-compete-ban-what-companies-should-know/" class="h5 link-primary" rel="bookmark" title="Life After the FTC Non-Compete Ban: What Companies Should Know"> Life After the FTC Non-Compete Ban: What Companies Should Know </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-modest-proposal-antitrust-division-special-counsel-for-whistleblower/" class="h5 link-primary" rel="bookmark" title="A Modest Proposal—Antitrust Division Special Counsel for Whistleblower"> A Modest Proposal—Antitrust Division Special Counsel for Whistleblower </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/much-more-than-a-market/" class="h5 link-primary" rel="bookmark" title="Much More Than a Market?"> Much More Than a Market? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-common-ownership-can-increase-competition/" class="h5 link-primary" rel="bookmark" title="Why Common Ownership Can Increase Competition"> Why Common Ownership Can Increase Competition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/litigating-director-disqualification/" class="h5 link-primary" rel="bookmark" title="Litigating Director Disqualification"> Litigating Director Disqualification </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ag-opinion-in-fifa-v-bz-further-competition-trouble-for-football-rules/" class="h5 link-primary" rel="bookmark" title="AG Opinion in FIFA v BZ – Further Competition Trouble for Football Rules"> AG Opinion in FIFA v BZ – Further Competition Trouble for Football Rules </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/but-did-you-really-comply-insights-into-post-merger-conditions/" class="h5 link-primary" rel="bookmark" title="“But Did You Really Comply…?” Insights into Post-Merger Conditions"> “But Did You Really Comply…?” Insights into Post-Merger Conditions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-should-we-measure-competition/" class="h5 link-primary" rel="bookmark" title="How Should We Measure Competition?"> How Should We Measure Competition? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/online-retailers-beware-amazon-us-website-found-to-target-uk-consumers-and-infringe-uk-trade-marks/" class="h5 link-primary" rel="bookmark" title="Online Retailers Beware – Amazon US Website Found to Target UK Consumers and Infringe UK Trade Marks"> Online Retailers Beware – Amazon US Website Found to Target UK Consumers and Infringe UK Trade Marks </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cg-antitrust-review-episode-25-in-conversation-with-bill-kovacic/" class="h5 link-primary" rel="bookmark" title="CG Antitrust Review Episode 25: In Conversation With Bill Kovacic"> CG Antitrust Review Episode 25: In Conversation With Bill Kovacic </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ftc-noncompete-ban-is-legal/" class="h5 link-primary" rel="bookmark" title="The FTC Noncompete Ban Is Legal"> The FTC Noncompete Ban Is Legal </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ofcom-to-push-for-better-age-verification-filters-and-40-other-checks-in-new-online-child-safety-code/" class="h5 link-primary" rel="bookmark" title="Ofcom to Push For Better Age Verification, Filters and 40 Other Checks in New Online Child Safety Code"> Ofcom to Push For Better Age Verification, Filters and 40 Other Checks in New Online Child Safety Code </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-critical-role-of-the-affordable-connectivity-program-in-closing-the-digital-divide/" class="h5 link-primary" rel="bookmark" title="The Critical Role of the Affordable Connectivity Program in Closing the Digital Divide"> The Critical Role of the Affordable Connectivity Program in Closing the Digital Divide </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/vodafone-three-a-standalone-decision-or-a-potential-reversal-of-spectrum-policy/" class="h5 link-primary" rel="bookmark" title="Vodafone/Three: A Standalone Decision or A Potential Reversal of Spectrum Policy?"> Vodafone/Three: A Standalone Decision or A Potential Reversal of Spectrum Policy? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/improving-transparency-of-ai-use-in-procurement/" class="h5 link-primary" rel="bookmark" title="Improving Transparency of AI use in Procurement"> Improving Transparency of AI use in Procurement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/as-states-lead-efforts-to-address-deepfakes-in-political-ads-federal-lawmakers-seek-nationwide-policies/" class="h5 link-primary" rel="bookmark" title="As States Lead Efforts to Address Deepfakes in Political Ads, Federal Lawmakers Seek Nationwide Policies"> As States Lead Efforts to Address Deepfakes in Political Ads, Federal Lawmakers Seek Nationwide Policies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/microsoft-joins-thorn-and-all-tech-is-human-to-enact-strong-child-safety-commitments-for-generative-ai/" class="h5 link-primary" rel="bookmark" title="Microsoft Joins Thorn and All Tech Is Human to Enact Strong Child Safety Commitments for Generative AI"> Microsoft Joins Thorn and All Tech Is Human to Enact Strong Child Safety Commitments for Generative AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/walking-the-tightrope-as-generative-ai-meets-eu-regulation-pragmatism-is-likely-2/" class="h5 link-primary" rel="bookmark" title="Walking the Tightrope: As Generative AI Meets EU Regulation, Pragmatism is Likely"> Walking the Tightrope: As Generative AI Meets EU Regulation, Pragmatism is Likely </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/three-ways-the-us-could-help-universities-compete-with-tech-companies-on-ai-innovation/" class="h5 link-primary" rel="bookmark" title="Three Ways the US Could Help Universities Compete with Tech Companies on AI Innovation"> Three Ways the US Could Help Universities Compete with Tech Companies on AI Innovation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/11-states-now-have-laws-limiting-artificial-intelligence-deep-fakes-and-synthetic-media-in-political-advertising-looking-at-the-issues/" class="h5 link-primary" rel="bookmark" title="11 States Now Have Laws Limiting Artificial Intelligence, Deep Fakes, and Synthetic Media in Political Advertising – Looking at the Issues"> 11 States Now Have Laws Limiting Artificial Intelligence, Deep Fakes, and Synthetic Media in Political Advertising – Looking at the Issues </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/protecting-civil-rights-in-the-face-of-ai/" class="h5 link-primary" rel="bookmark" title="Protecting Civil Rights in the Face of AI"> Protecting Civil Rights in the Face of AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/u-s-competition-agencies-file-statement-of-interest-in-algorithmic-pricing-case-2/" class="h5 link-primary" rel="bookmark" title="U.S. Competition Agencies File Statement of Interest in Algorithmic Pricing Case"> U.S. Competition Agencies File Statement of Interest in Algorithmic Pricing Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/will-you-take-this-algorithm-to-court/" class="h5 link-primary" rel="bookmark" title="Will You Take This Algorithm to Court?"> Will You Take This Algorithm to Court? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-the-ftc-needs-to-intervene-in-law-school-rankings/" class="h5 link-primary" rel="bookmark" title="Why the FTC Needs to Intervene in Law School Rankings"> Why the FTC Needs to Intervene in Law School Rankings </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dma-ai-ikk/" class="h5 link-primary" rel="bookmark" title="DMA AI IKK"> DMA AI IKK </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/u-s-competition-agencies-file-statement-of-interest-in-algorithmic-pricing-case/" class="h5 link-primary" rel="bookmark" title="U.S. Competition Agencies File Statement of Interest in Algorithmic Pricing Case"> U.S. Competition Agencies File Statement of Interest in Algorithmic Pricing Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-compliance-incentive-mechanism-in-china/" class="h5 link-primary" rel="bookmark" title="Antitrust Compliance Incentive Mechanism in China"> Antitrust Compliance Incentive Mechanism in China </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/articles-101-and-102-tfeu-must-be-interpreted-consistently-superleague-and-the-eu-system-of-undistorted-competition/" class="h5 link-primary" rel="bookmark" title="‘Articles 101 and 102 TFEU must be interpreted consistently’: Superleague and the EU system of undistorted competition"> ‘Articles 101 and 102 TFEU must be interpreted consistently’: Superleague and the EU system of undistorted competition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/if-i-were-youid-listen-to-this-podcast-about-residential-real-estate-antitrust/" class="h5 link-primary" rel="bookmark" title="If I Were You…I’d Listen to this Podcast about Residential Real Estate & Antitrust"> If I Were You…I’d Listen to this Podcast about Residential Real Estate & Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dojs-case-against-apple-beware-of-forcing-efficiencies/" class="h5 link-primary" rel="bookmark" title="DOJ’s Case Against Apple: Beware of Forcing ‘Efficiencies’"> DOJ’s Case Against Apple: Beware of Forcing ‘Efficiencies’ </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/blocked-jetblue-spirit-deal-illustrates-new-antitrust-approach/" class="h5 link-primary" rel="bookmark" title="Blocked JetBlue-Spirit Deal Illustrates New Antitrust Approach"> Blocked JetBlue-Spirit Deal Illustrates New Antitrust Approach </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/administration-launches-antitrust-focused-strike-force/" class="h5 link-primary" rel="bookmark" title="Administration Launches Antitrust-Focused Strike Force"> Administration Launches Antitrust-Focused Strike Force </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/is-the-brussels-effect-creating-a-new-legal-order-in-africa-and-latin-america-and-the-caribbean/" class="h5 link-primary" rel="bookmark" title="Is the Brussels Effect Creating a New Legal Order in Africa and Latin America and the Caribbean?"> Is the Brussels Effect Creating a New Legal Order in Africa and Latin America and the Caribbean? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/hospital-consolidation-matters/" class="h5 link-primary" rel="bookmark" title="Hospital Consolidation Matters"> Hospital Consolidation Matters </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/a-new-dawn-for-african-antitrust-in-uganda/" class="h5 link-primary" rel="bookmark" title="A New Dawn for African Antitrust in Uganda"> A New Dawn for African Antitrust in Uganda </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/acm-fair-competition-is-no-guarantee-for-affordable-energy-for-everyone/" class="h5 link-primary" rel="bookmark" title="ACM: Fair Competition is No Guarantee for Affordable Energy for Everyone"> ACM: Fair Competition is No Guarantee for Affordable Energy for Everyone </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/driving-innovation-with-antitrust/" class="h5 link-primary" rel="bookmark" title="Driving Innovation with Antitrust"> Driving Innovation with Antitrust </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/enforceable-terms-and-arbitration-provisions-important-for-providers-in-current-crypto-cyberthreat-environment/" class="h5 link-primary" rel="bookmark" title="Enforceable Terms and Arbitration Provisions Important for Providers in Current Crypto Cyberthreat Environment"> Enforceable Terms and Arbitration Provisions Important for Providers in Current Crypto Cyberthreat Environment </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/patent-trolls-are-harming-innovation-congress-can-help/" class="h5 link-primary" rel="bookmark" title="Patent Trolls Are Harming Innovation. Congress Can Help"> Patent Trolls Are Harming Innovation. Congress Can Help </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-in-brazil-exploring-opportunities/" class="h5 link-primary" rel="bookmark" title="AI in Brazil: Exploring opportunities"> AI in Brazil: Exploring opportunities </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-tech-industry-cant-agree-on-what-open-source-ai-means-thats-a-problem/" class="h5 link-primary" rel="bookmark" title="The Tech Industry Can’t Agree on What Open-Source AI Means. That’s a Problem"> The Tech Industry Can’t Agree on What Open-Source AI Means. That’s a Problem </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-an-april-fools-day-on-air-prank-gone-wrong-could-result-in-fcc-issues/" class="h5 link-primary" rel="bookmark" title="How an April Fools’ Day On-Air Prank Gone Wrong Could Result in FCC Issues"> How an April Fools’ Day On-Air Prank Gone Wrong Could Result in FCC Issues </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/can-journalism-survive-ai/" class="h5 link-primary" rel="bookmark" title="Can Journalism Survive AI?"> Can Journalism Survive AI? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-legal-updates/" class="h5 link-primary" rel="bookmark" title="AI Legal Updates"> AI Legal Updates </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/broadband-providers-are-not-copyright-cops-why-the-sony-v-cox-case-threatens-internet-users/" class="h5 link-primary" rel="bookmark" title="Broadband Providers Are Not Copyright Cops: Why the Sony v. Cox Case Threatens Internet Users"> Broadband Providers Are Not Copyright Cops: Why the Sony v. Cox Case Threatens Internet Users </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-acms-mission-to-plug-the-small-acquisitions-gap/" class="h5 link-primary" rel="bookmark" title="The ACM’s Mission To Plug the “Small Acquisitions Gap”"> The ACM’s Mission To Plug the “Small Acquisitions Gap” </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-eus-new-market-definition-notice/" class="h5 link-primary" rel="bookmark" title="The EU’s New Market Definition Notice"> The EU’s New Market Definition Notice </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/relaxing-whilst-doing-competition-law-is-not-an-oxymoron-eu-competition-law-and-sports-my-presentation-at-the-institut-detudes-europeennes-ulb/" class="h5 link-primary" rel="bookmark" title="Relaxing whilst doing Competition Law is not an Oxymoron EU Competition Law and Sports: my presentation at the Institut d’études européennes (ULB)"> Relaxing whilst doing Competition Law is not an Oxymoron EU Competition Law and Sports: my presentation at the Institut d’études européennes (ULB) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mi-mercado-es-su-mercado-the-flawed-competition-analysis-of-mexicos-cofece/" class="h5 link-primary" rel="bookmark" title="Mi Mercado Es Su Mercado: The Flawed Competition Analysis of Mexico’s COFECE"> Mi Mercado Es Su Mercado: The Flawed Competition Analysis of Mexico’s COFECE </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-for-kids-anatomy-of-a-chocolate-cartel-an-antitrust-review-of-the-movie-wonka/" class="h5 link-primary" rel="bookmark" title="Antitrust for Kids—Anatomy of a Chocolate Cartel (an Antitrust Review of the movie Wonka)"> Antitrust for Kids—Anatomy of a Chocolate Cartel (an Antitrust Review of the movie Wonka) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/merger-guidelines-provide-insight-on-doj-and-ftc-enforcement-priorities-for-2024/" class="h5 link-primary" rel="bookmark" title="Merger Guidelines Provide Insight on DOJ and FTC Enforcement Priorities for 2024"> Merger Guidelines Provide Insight on DOJ and FTC Enforcement Priorities for 2024 </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/doj-takes-a-cue-from-catch-me-if-you-can-with-price-fixing-plea-agreement/" class="h5 link-primary" rel="bookmark" title="DOJ Takes a Cue from ‘Catch Me If You Can’ with Price-Fixing Plea Agreement"> DOJ Takes a Cue from ‘Catch Me If You Can’ with Price-Fixing Plea Agreement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-european-commission-fines-apple-1-84-billion-euros-and-spotify-still-isnt-happy/" class="h5 link-primary" rel="bookmark" title="The European Commission Fines Apple 1.84 Billion Euros and Spotify Still Isn’t Happy"> The European Commission Fines Apple 1.84 Billion Euros and Spotify Still Isn’t Happy </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/rethinking-my-economics/" class="h5 link-primary" rel="bookmark" title="Rethinking My Economics"> Rethinking My Economics </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/taking-stock-of-merger-enforcement-under-the-biden-administration/" class="h5 link-primary" rel="bookmark" title="Taking Stock of Merger Enforcement Under the Biden Administration"> Taking Stock of Merger Enforcement Under the Biden Administration </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/problems-in-the-ports-competition-commission-of-mauritius-launches-a-market-study-in-the-ports-industry/" class="h5 link-primary" rel="bookmark" title="Problems in the Ports! Competition Commission of Mauritius Launches a Market Study in the Ports Industry"> Problems in the Ports! Competition Commission of Mauritius Launches a Market Study in the Ports Industry </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-and-product-safety-standards-under-the-eu-ai-act/" class="h5 link-primary" rel="bookmark" title="AI and Product Safety Standards Under the EU AI Act"> AI and Product Safety Standards Under the EU AI Act </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/apples-exclusionary-app-store-scheme-an-existential-moment-for-the-digital-markets-act/" class="h5 link-primary" rel="bookmark" title="Apple’s Exclusionary App Store Scheme: An Existential Moment For The Digital Markets Act"> Apple’s Exclusionary App Store Scheme: An Existential Moment For The Digital Markets Act </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/study-suggests-chatbots-could-lessen-legal-chores/" class="h5 link-primary" rel="bookmark" title="Study Suggests Chatbots Could Lessen Legal Chores"> Study Suggests Chatbots Could Lessen Legal Chores </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/generative-ai-risks-further-atomizing-democratic-societies/" class="h5 link-primary" rel="bookmark" title="Generative AI Risks Further Atomizing Democratic Societies"> Generative AI Risks Further Atomizing Democratic Societies </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/whos-been-regulating-my-ai-goldilocks-and-the-house-of-lords-report-on-llms-and-generative-ai/" class="h5 link-primary" rel="bookmark" title="Who’s Been Regulating My AI?: Goldilocks and The House Of Lords Report on LLMs and Generative AI"> Who’s Been Regulating My AI?: Goldilocks and The House Of Lords Report on LLMs and Generative AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/introduction-to-chinas-trade-sanctions-system/" class="h5 link-primary" rel="bookmark" title="Introduction to China’s Trade Sanctions System"> Introduction to China’s Trade Sanctions System </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/indirect-beneficiaries-of-state-aid/" class="h5 link-primary" rel="bookmark" title="Indirect Beneficiaries of State aid"> Indirect Beneficiaries of State aid </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-for-kids-the-best-unfair-valentine-competition-ever/" class="h5 link-primary" rel="bookmark" title="Antitrust for Kids: The Best Unfair Valentine Competition Ever"> Antitrust for Kids: The Best Unfair Valentine Competition Ever </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/blog-paul-de-bijl-corporate-responsibility-goes-further-than-merely-not-violating-the-law/" class="h5 link-primary" rel="bookmark" title="Blog Paul de Bijl: Corporate responsibility goes further than merely not violating the law"> Blog Paul de Bijl: Corporate responsibility goes further than merely not violating the law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/whose-failure-is-the-failed-amazon-irobot-merger/" class="h5 link-primary" rel="bookmark" title="Whose Failure Is the Failed Amazon/iRobot Merger?"> Whose Failure Is the Failed Amazon/iRobot Merger? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/disappearing-no-more-maintaining-electronic-messages-for-antitrust-investigations/" class="h5 link-primary" rel="bookmark" title="Disappearing No More: Maintaining Electronic Messages for Antitrust Investigations"> Disappearing No More: Maintaining Electronic Messages for Antitrust Investigations </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-subsidy-advice-unit-our-first-year-and-next-steps/" class="h5 link-primary" rel="bookmark" title="The Subsidy Advice Unit – Our First Year and Next Steps"> The Subsidy Advice Unit – Our First Year and Next Steps </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/whose-interest-is-it-anyway-cak-stresses-public-interest-in-merger-control/" class="h5 link-primary" rel="bookmark" title="Whose Interest Is It Anyway? CAK Stresses ‘Public Interest’ in Merger Control"> Whose Interest Is It Anyway? CAK Stresses ‘Public Interest’ in Merger Control </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dont-you-forget-about-me/" class="h5 link-primary" rel="bookmark" title="Don’t You (Forget About Me)"> Don’t You (Forget About Me) </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-fix-is-in-key-learnings-from-recent-vertical-merger-challenges/" class="h5 link-primary" rel="bookmark" title="The Fix Is In – Key Learnings From Recent Vertical Merger Challenges"> The Fix Is In – Key Learnings From Recent Vertical Merger Challenges </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-political-economy-of-the-decline-of-antitrust-enforcement-in-the-us/" class="h5 link-primary" rel="bookmark" title="The Political Economy of the Decline of Antitrust Enforcement in the US"> The Political Economy of the Decline of Antitrust Enforcement in the US </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-impacts-of-increasing-u-s-hospital-consolidation-on-medicaid-recipients/" class="h5 link-primary" rel="bookmark" title="The Impacts of Increasing U.S. Hospital Consolidation on Medicaid Recipients"> The Impacts of Increasing U.S. Hospital Consolidation on Medicaid Recipients </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-do-we-do-with-presumptions-in-antitrust/" class="h5 link-primary" rel="bookmark" title="What Do We Do With Presumptions in Antitrust?"> What Do We Do With Presumptions in Antitrust? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/sec-approves-exchange-listing-applications-for-spot-bitcoin-etps/" class="h5 link-primary" rel="bookmark" title="SEC Approves Exchange Listing Applications for Spot Bitcoin ETPs"> SEC Approves Exchange Listing Applications for Spot Bitcoin ETPs </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/enhancing-trust-and-protecting-privacy-in-the-ai-era/" class="h5 link-primary" rel="bookmark" title="Enhancing Trust and Protecting Privacy in the AI Era"> Enhancing Trust and Protecting Privacy in the AI Era </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/prohibited-metas-unlawful-behavioural-advertising-practices/" class="h5 link-primary" rel="bookmark" title="Prohibited: Meta’s Unlawful Behavioural Advertising Practices"> Prohibited: Meta’s Unlawful Behavioural Advertising Practices </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/walking-the-tightrope-as-generative-ai-meets-eu-regulation-pragmatism-is-likely/" class="h5 link-primary" rel="bookmark" title="Walking the Tightrope: As Generative AI Meets EU Regulation, Pragmatism Is Likely"> Walking the Tightrope: As Generative AI Meets EU Regulation, Pragmatism Is Likely </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/four-lessons-from-2023-that-tell-us-where-ai-regulation-is-going/" class="h5 link-primary" rel="bookmark" title="Four Lessons From 2023 That Tell Us Where AI Regulation is Going"> Four Lessons From 2023 That Tell Us Where AI Regulation is Going </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-gdpr-as-a-cyber-risk-management-system-the-ecj-cautiously-tackles-data-breaches-in-the-nap-case/" class="h5 link-primary" rel="bookmark" title="The GDPR As a Cyber Risk Management System: The ECJ Cautiously Tackles Data Breaches in the NAP Case"> The GDPR As a Cyber Risk Management System: The ECJ Cautiously Tackles Data Breaches in the NAP Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/uk-government-consults-on-amending-mandatory-filing-obligations-for-ai-acquisitions/" class="h5 link-primary" rel="bookmark" title="UK Government Consults on Amending Mandatory Filing Obligations for AI Acquisitions"> UK Government Consults on Amending Mandatory Filing Obligations for AI Acquisitions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/fourth-circuit-holds-per-se-rule-does-not-apply-in-bid-rigging-case/" class="h5 link-primary" rel="bookmark" title="Fourth Circuit Holds Per-Se Rule Does Not Apply in Bid-Rigging Case"> Fourth Circuit Holds Per-Se Rule Does Not Apply in Bid-Rigging Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mexico-president-announces-plan-to-shut-down-autonomous-regulators/" class="h5 link-primary" rel="bookmark" title="Mexico President Announces Plan to Shut Down Autonomous Regulators"> Mexico President Announces Plan to Shut Down Autonomous Regulators </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/reshaiping-good-administration-addressing-the-mass-effects-of-public-sector-digitalisation/" class="h5 link-primary" rel="bookmark" title="Resh(AI)ping Good Administration: Addressing the Mass Effects of Public Sector Digitalisation"> Resh(AI)ping Good Administration: Addressing the Mass Effects of Public Sector Digitalisation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/federal-judge-fights-the-use-of-artificial-intelligence-in-his-courtroom/" class="h5 link-primary" rel="bookmark" title="Federal Judge Fights the Use of Artificial Intelligence in His Courtroom"> Federal Judge Fights the Use of Artificial Intelligence in His Courtroom </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-biden-administrations-recent-antitrust-wins-help-us-all/" class="h5 link-primary" rel="bookmark" title="The Biden Administration’s Recent Antitrust Wins Help Us All"> The Biden Administration’s Recent Antitrust Wins Help Us All </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-the-research-says-about-the-impacts-of-hospital-consolidation-across-the-united-states/" class="h5 link-primary" rel="bookmark" title="What The Research Says About the Impacts of Hospital Consolidation Across the United States"> What The Research Says About the Impacts of Hospital Consolidation Across the United States </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-on-the-merits/" class="h5 link-primary" rel="bookmark" title="Competition on The Merits"> Competition on The Merits </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/all-i-want-for-christmas/" class="h5 link-primary" rel="bookmark" title="All I Want for Christmas…."> All I Want for Christmas…. </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-wait-is-over-doj-and-ftc-issue-final-merger-guidelines/" class="h5 link-primary" rel="bookmark" title="The Wait is Over: DOJ and FTC Issue Final Merger Guidelines"> The Wait is Over: DOJ and FTC Issue Final Merger Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/doj_merger_guidelines_create_challenges_and_opportunities/" class="h5 link-primary" rel="bookmark" title="New FTC, DOJ Merger Guidelines Create Challenges and Opportunities"> New FTC, DOJ Merger Guidelines Create Challenges and Opportunities </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/towards-a-more-interactive-merger-review-process-uk-cma-proposes-amendments/" class="h5 link-primary" rel="bookmark" title="Towards a More Interactive Merger Review Process: UK CMA Proposes Amendments"> Towards a More Interactive Merger Review Process: UK CMA Proposes Amendments </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/supreme-court-will-not-review-judgment-sharing-agreement-among-defendants-in-broiler-chicken-case/" class="h5 link-primary" rel="bookmark" title="Supreme Court Will Not Review Judgment-Sharing Agreement Among Defendants in Broiler Chicken Case"> Supreme Court Will Not Review Judgment-Sharing Agreement Among Defendants in Broiler Chicken Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mobile-gaming-ma-trends-and-predictions/" class="h5 link-primary" rel="bookmark" title="Mobile Gaming: M&A Trends and Predictions"> Mobile Gaming: M&A Trends and Predictions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/lessons-from-dojs-wave-of-labor-market-prosecutions/" class="h5 link-primary" rel="bookmark" title="Lessons from DOJ’s Wave Of Labor Market Prosecutions"> Lessons from DOJ’s Wave Of Labor Market Prosecutions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-regulation-of-big-tech-needs-a-better-understanding-of-behavioral-economics/" class="h5 link-primary" rel="bookmark" title="Antitrust Regulation of Big Tech Needs a Better Understanding of Behavioral Economics"> Antitrust Regulation of Big Tech Needs a Better Understanding of Behavioral Economics </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-states-and-localities-are-acting-on-ai/" class="h5 link-primary" rel="bookmark" title="Why States and Localities are Acting On AI"> Why States and Localities are Acting On AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/chinas-personal-data-law-legal-and-practical-assessment-of-compliance-risk/" class="h5 link-primary" rel="bookmark" title="China’s Personal Data Law – Legal and Practical Assessment of Compliance Risk"> China’s Personal Data Law – Legal and Practical Assessment of Compliance Risk </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-morocco-competition-council-takes-action-to-ensure-fairness-in-moroccos-fuel-market-with-a-settlement-of-1840410426-moroccan-dirhams/" class="h5 link-primary" rel="bookmark" title="The Morocco Competition Council takes action to ensure fairness in Morocco’s fuel market with a settlement of 1,840,410,426 Moroccan Dirhams"> The Morocco Competition Council takes action to ensure fairness in Morocco’s fuel market with a settlement of 1,840,410,426 Moroccan Dirhams </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/eu-ai-act-update-latest-developments-and-potential-roadblocks-ahead/" class="h5 link-primary" rel="bookmark" title="EU AI Act Update – Latest developments and potential roadblocks ahead"> EU AI Act Update – Latest developments and potential roadblocks ahead </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/in-the-shadow-of-the-european-court-of-justice-the-luxembourg-conference-on-transatlantic-data-transfers/" class="h5 link-primary" rel="bookmark" title="In the Shadow of the European Court of Justice: The Luxembourg Conference on Transatlantic Data Transfers"> In the Shadow of the European Court of Justice: The Luxembourg Conference on Transatlantic Data Transfers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/accelerating-sustainability-with-ai-a-playbook/" class="h5 link-primary" rel="bookmark" title="Accelerating Sustainability with AI: A Playbook"> Accelerating Sustainability with AI: A Playbook </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-microsoft-activision-saga-a-real-game-changer/" class="h5 link-primary" rel="bookmark" title="The Microsoft / Activision Saga – A Real Game Changer?"> The Microsoft / Activision Saga – A Real Game Changer? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/meta-to-require-labeling-of-digitally-altered-political-ads-including-those-generated-by-ai-looking-at-the-rules-that-apply-to-various-media-platforms-limiting-such-policies-on-broadcast-a/" class="h5 link-primary" rel="bookmark" title="Meta to Require Labeling of Digitally Altered Political Ads (Including Those Generated By AI) – Looking at the Rules that Apply to Various Media Platforms Limiting Such Policies on Broadcast and Cable"> Meta to Require Labeling of Digitally Altered Political Ads (Including Those Generated By AI) – Looking at the Rules that Apply to Various Media Platforms Limiting Such Policies on Broadcast and Cable </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/why-mental-health-apps-need-to-take-privacy-more-seriously/" class="h5 link-primary" rel="bookmark" title="Why Mental Health Apps Need to Take Privacy More Seriously"> Why Mental Health Apps Need to Take Privacy More Seriously </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-a-tiny-pacific-island-became-the-global-capital-of-cybercrime/" class="h5 link-primary" rel="bookmark" title="How a Tiny Pacific Island Became the Global Capital of Cybercrime"> How a Tiny Pacific Island Became the Global Capital of Cybercrime </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-legal-definition-of-self-preferencing-too-narrow-too-broad-or-both/" class="h5 link-primary" rel="bookmark" title="The Legal Definition of Self-Preferencing: Too Narrow, Too Broad, or Both?"> The Legal Definition of Self-Preferencing: Too Narrow, Too Broad, or Both? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/how-monopolies-are-making-tv-worse/" class="h5 link-primary" rel="bookmark" title="How Monopolies are Making TV Worse"> How Monopolies are Making TV Worse </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/small-mergers-big-problems/" class="h5 link-primary" rel="bookmark" title="Small Mergers, Big Problems"> Small Mergers, Big Problems </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/uks-top-ai-founders-recommend-4-impactful-actions-for-government/" class="h5 link-primary" rel="bookmark" title="UK’s Top AI Founders Recommend 4 Impactful Actions for Government"> UK’s Top AI Founders Recommend 4 Impactful Actions for Government </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/taking-legal-action-to-protect-users-of-ai-and-small-businesses/" class="h5 link-primary" rel="bookmark" title="Taking Legal Action to Protect Users of AI and Small Businesses"> Taking Legal Action to Protect Users of AI and Small Businesses </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftc-takes-nontarget-to-court-in-robinson-patman-act-investigation/" class="h5 link-primary" rel="bookmark" title="FTC Takes Nontarget to Court in Robinson-Patman Act Investigation"> FTC Takes Nontarget to Court in Robinson-Patman Act Investigation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/gao-recommends-increased-guidance-for-dod-mergers-acquisitions-review/" class="h5 link-primary" rel="bookmark" title="GAO Recommends Increased Guidance for DOD Mergers & Acquisitions Review"> GAO Recommends Increased Guidance for DOD Mergers & Acquisitions Review </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/market-power-as-a-limiting-principle-in-merger-enforcement/" class="h5 link-primary" rel="bookmark" title="Market Power as a Limiting Principle in Merger Enforcement"> Market Power as a Limiting Principle in Merger Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/if-i-had-a-broadaxe/" class="h5 link-primary" rel="bookmark" title="If I Had a Broadaxe…"> If I Had a Broadaxe… </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/setting-the-record-straight-on-crypto-crowdfunding-by-hamas/" class="h5 link-primary" rel="bookmark" title="Setting The Record Straight on Crypto Crowdfunding by Hamas"> Setting The Record Straight on Crypto Crowdfunding by Hamas </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/spain-creates-ai-regulator-to-enforce-the-ai-act/" class="h5 link-primary" rel="bookmark" title="Spain Creates AI Regulator to Enforce the AI Act"> Spain Creates AI Regulator to Enforce the AI Act </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ftc-rolls-up-on-private-equity-serial-acquisitions/" class="h5 link-primary" rel="bookmark" title="FTC Rolls Up on Private Equity Serial Acquisitions"> FTC Rolls Up on Private Equity Serial Acquisitions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/state-attorneys-general-take-a-strong-pro-enforcement-stance-in-comments-to-draft-merger-guidelines/" class="h5 link-primary" rel="bookmark" title="State Attorneys General Take a Strong Pro-Enforcement Stance in Comments to Draft Merger Guidelines"> State Attorneys General Take a Strong Pro-Enforcement Stance in Comments to Draft Merger Guidelines </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/valve-v-commission-a-seemingly-straightforward-case-with-some-open-questions-of-major-significance/" class="h5 link-primary" rel="bookmark" title="Valve v Commission: a (seemingly) straightforward case with some open questions of major significance"> Valve v Commission: a (seemingly) straightforward case with some open questions of major significance </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/u-s-deputy-ag-announces-new-safe-harbor-policy-for-voluntary-disclosures-in-ma/" class="h5 link-primary" rel="bookmark" title="U.S. Deputy AG Announces New Safe Harbor Policy for Voluntary Disclosures in M&A"> U.S. Deputy AG Announces New Safe Harbor Policy for Voluntary Disclosures in M&A </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/is-amazons-scale-a-harm/" class="h5 link-primary" rel="bookmark" title="Is Amazon’s Scale a Harm?"> Is Amazon’s Scale a Harm? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mma-monopsony-mma-fighters-win-class-certification-bout-in-employment-monopolization-case/" class="h5 link-primary" rel="bookmark" title="MMA & Monopsony: MMA Fighters Win Class Certification Bout in Employment Monopolization Case"> MMA & Monopsony: MMA Fighters Win Class Certification Bout in Employment Monopolization Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-commission-publishes-public-interest-guidelines-relating-to-merger-control/" class="h5 link-primary" rel="bookmark" title="Competition Commission Publishes ‘Public Interest Guidelines Relating To Merger Control’"> Competition Commission Publishes ‘Public Interest Guidelines Relating To Merger Control’ </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/china-to-loosen-cross-border-data-transfer-rules/" class="h5 link-primary" rel="bookmark" title="China To Loosen Cross-Border Data Transfer Rules"> China To Loosen Cross-Border Data Transfer Rules </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-elegant-economy-does-not-economize/" class="h5 link-primary" rel="bookmark" title="The Elegant Economy Does Not Economize"> The Elegant Economy Does Not Economize </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-fccs-clock-is-ticking-on-defining-digital-discrimination/" class="h5 link-primary" rel="bookmark" title="The FCC’s Clock Is Ticking on Defining Digital Discrimination"> The FCC’s Clock Is Ticking on Defining Digital Discrimination </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/platform-divergence-and-geographic-divergence-after-microsoft-activision-and-apple-v-cma/" class="h5 link-primary" rel="bookmark" title="Platform Divergence and Geographic Divergence After Microsoft/Activision and Apple v. CMA"> Platform Divergence and Geographic Divergence After Microsoft/Activision and Apple v. CMA </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/chinese-regulators-give-ai-firms-a-helping-hand/" class="h5 link-primary" rel="bookmark" title="Chinese Regulators Give AI Firms a Helping Hand"> Chinese Regulators Give AI Firms a Helping Hand </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ip-in-ai-can-patents-protect-ai-generated-inventions/" class="h5 link-primary" rel="bookmark" title="The IP in AI: Can Patents Protect AI-Generated Inventions?"> The IP in AI: Can Patents Protect AI-Generated Inventions? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/tech-group-calls-indias-proposed-guidelines-against-dark-patterns-regulatory-overlap/" class="h5 link-primary" rel="bookmark" title="Tech Group Calls India’s Proposed Guidelines Against Dark Patterns ‘Regulatory Overlap’"> Tech Group Calls India’s Proposed Guidelines Against Dark Patterns ‘Regulatory Overlap’ </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/crypto-regulatory-affairs-imf-proposes-crypto-risk-assessment-matrix/" class="h5 link-primary" rel="bookmark" title="Crypto Regulatory Affairs: IMF proposes crypto-risk assessment matrix"> Crypto Regulatory Affairs: IMF proposes crypto-risk assessment matrix </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/humanity-must-establish-its-rules-of-engagement-with-ai-and-soon/" class="h5 link-primary" rel="bookmark" title="Humanity Must Establish Its Rules of Engagement with AI — and Soon"> Humanity Must Establish Its Rules of Engagement with AI — and Soon </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/darrow-raises-35-million-in-series-b-funding-to-expand-ai-platform-for-intelligent-legal-violation-detection/" class="h5 link-primary" rel="bookmark" title="Darrow Raises $35 Million in Series B Funding to Expand AI Platform for Intelligent Legal Violation Detection"> Darrow Raises $35 Million in Series B Funding to Expand AI Platform for Intelligent Legal Violation Detection </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/federal-reserve-targets-supervision-of-novel-activities/" class="h5 link-primary" rel="bookmark" title="Federal Reserve Targets Supervision of “Novel” Activities"> Federal Reserve Targets Supervision of “Novel” Activities </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/big-brother-biased-bots-practical-considerations-for-using-ai-in-employment-decision-making/" class="h5 link-primary" rel="bookmark" title="Big Brother & Biased Bots: Practical Considerations for Using AI in Employment Decision-Making"> Big Brother & Biased Bots: Practical Considerations for Using AI in Employment Decision-Making </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/conference-debriefing-38-professors-go-karellamt/" class="h5 link-primary" rel="bookmark" title="Conference Debriefing (38): Professors Go Karellamt"> Conference Debriefing (38): Professors Go Karellamt </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/merged-firms-offer-less-product-variety/" class="h5 link-primary" rel="bookmark" title="Merged Firms Offer Less Product Variety"> Merged Firms Offer Less Product Variety </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-litigation-funding-doesnt-grow-on-trees-unintended-consequences-of-the-ukscs-paccar-decision/" class="h5 link-primary" rel="bookmark" title="Competition Litigation Funding Doesn’t Grow on Trees – Unintended Consequences of The UKSC’s PACCAR Decision"> Competition Litigation Funding Doesn’t Grow on Trees – Unintended Consequences of The UKSC’s PACCAR Decision </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ownership-claims-over-auction-of-the-first-nft-previously-dismissed-by-a-new-york-court-now-on-appeal/" class="h5 link-primary" rel="bookmark" title="Ownership Claims over Auction of “The First NFT” Previously Dismissed by a New York Court Now on Appeal"> Ownership Claims over Auction of “The First NFT” Previously Dismissed by a New York Court Now on Appeal </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ftcs-landmark-case-against-amazon-tackles-the-central-issue-of-e-commerce-market-power/" class="h5 link-primary" rel="bookmark" title="The FTC’s Landmark Case Against Amazon Tackles the Central Issue of e-Commerce Market Power"> The FTC’s Landmark Case Against Amazon Tackles the Central Issue of e-Commerce Market Power </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/an-inside-look-at-congresss-first-ai-regulation-forum/" class="h5 link-primary" rel="bookmark" title="An Inside Look at Congress’s First AI Regulation Forum"> An Inside Look at Congress’s First AI Regulation Forum </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-enforcement-increases-economic-activity/" class="h5 link-primary" rel="bookmark" title="Antitrust Enforcement Increases Economic Activity"> Antitrust Enforcement Increases Economic Activity </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/extreme-makeover-us-merger-notification-edition/" class="h5 link-primary" rel="bookmark" title="Extreme Makeover: US Merger Notification Edition"> Extreme Makeover: US Merger Notification Edition </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-case-of-microsoft-why-software-monocultures-also-play-a-role-beyond-antitrust-considerations/" class="h5 link-primary" rel="bookmark" title="The Case of Microsoft: Why Software Monocultures Also Play a Role Beyond Antitrust Considerations"> The Case of Microsoft: Why Software Monocultures Also Play a Role Beyond Antitrust Considerations </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/dojs-increased-focus-on-criminal-trade-secrets-cases/" class="h5 link-primary" rel="bookmark" title="DOJ’s Increased Focus on Criminal Trade Secrets Cases"> DOJ’s Increased Focus on Criminal Trade Secrets Cases </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/u-s-labor-market-concentration-competition-and-worker-bargaining-power-as-employment-trends-shift-from-manufacturing-to-services/" class="h5 link-primary" rel="bookmark" title="U.S. Labor Market Concentration, Competition, and Worker Bargaining Power as Employment Trends Shift From Manufacturing to Services"> U.S. Labor Market Concentration, Competition, and Worker Bargaining Power as Employment Trends Shift From Manufacturing to Services </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/paul-weiss-discusses-proposed-merger-guidelines-and-private-equity/" class="h5 link-primary" rel="bookmark" title="Paul Weiss Discusses Proposed Merger Guidelines and Private Equity"> Paul Weiss Discusses Proposed Merger Guidelines and Private Equity </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/form-and-substance-in-eu-competition-law/" class="h5 link-primary" rel="bookmark" title="Form and Substance in EU Competition Law"> Form and Substance in EU Competition Law </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/microsoft-and-activision-where-things-stand/" class="h5 link-primary" rel="bookmark" title="Microsoft and Activision: Where Things Stand"> Microsoft and Activision: Where Things Stand </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/mcdonalds-monopsony-the-seventh-circuit-vacates-district-courts-dismissal-of-a-per-se-no-poach-theory/" class="h5 link-primary" rel="bookmark" title="McDonald’s & Monopsony: The Seventh Circuit Vacates District Court’s Dismissal of a Per Se No-Poach Theory"> McDonald’s & Monopsony: The Seventh Circuit Vacates District Court’s Dismissal of a Per Se No-Poach Theory </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ftc-lacks-authority-for-competition-rulemaking/" class="h5 link-primary" rel="bookmark" title="The FTC Lacks Authority for Competition Rulemaking"> The FTC Lacks Authority for Competition Rulemaking </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/michigan-law-school-bans-chatgpt-generated-applications/" class="h5 link-primary" rel="bookmark" title="Michigan Law School Bans ChatGPT Generated Applications"> Michigan Law School Bans ChatGPT Generated Applications </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/self-driving-cars-and-ai-ethics/" class="h5 link-primary" rel="bookmark" title="Self-Driving Cars and AI Ethics"> Self-Driving Cars and AI Ethics </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/european-commission-adopts-first-dma-designation-decisions/" class="h5 link-primary" rel="bookmark" title="European Commission Adopts First DMA Designation Decisions"> European Commission Adopts First DMA Designation Decisions </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/formula-1s-nfts-a-new-era-in-ticketing-and-digital-technology/" class="h5 link-primary" rel="bookmark" title="Formula 1’s NFTs: A New Era In Ticketing And Digital Technology"> Formula 1’s NFTs: A New Era In Ticketing And Digital Technology </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/indias-ai-opportunity/" class="h5 link-primary" rel="bookmark" title="India’s AI Opportunity"> India’s AI Opportunity </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/large-language-models-arent-people-lets-stop-testing-them-as-if-they-were/" class="h5 link-primary" rel="bookmark" title="Large Language Models Aren’t People. Let’s Stop Testing Them As If They Were"> Large Language Models Aren’t People. Let’s Stop Testing Them As If They Were </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/and-then-there-were-five-senate-approves-anna-gomez-as-fifth-fcc-commissioner-what-broadcast-issues-could-a-full-fcc-consider/" class="h5 link-primary" rel="bookmark" title="And Then There Were Five – Senate Approves Anna Gomez as Fifth FCC Commissioner – What Broadcast Issues Could a Full FCC Consider?"> And Then There Were Five – Senate Approves Anna Gomez as Fifth FCC Commissioner – What Broadcast Issues Could a Full FCC Consider? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/what-does-the-new-eu-foreign-subsidies-regulation-fsr-mean-for-companies-doing-business-in-the-eu/" class="h5 link-primary" rel="bookmark" title="What Does The New EU Foreign Subsidies Regulation (FSR) Mean For Companies Doing Business In The EU?"> What Does The New EU Foreign Subsidies Regulation (FSR) Mean For Companies Doing Business In The EU? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cak-imposes-highest-ever-cartel-fine-on-9-steel-producers/" class="h5 link-primary" rel="bookmark" title="CAK Imposes Highest-Ever Cartel Fine On 9 Steel Producers"> CAK Imposes Highest-Ever Cartel Fine On 9 Steel Producers </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/aba-forms-task-force-to-study-impact-of-artificial-intelligence-on-the-legal-profession/" class="h5 link-primary" rel="bookmark" title="ABA Forms Task Force to Study Impact of Artificial Intelligence on The Legal Profession"> ABA Forms Task Force to Study Impact of Artificial Intelligence on The Legal Profession </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/family-ties-and-the-boundaries-of-the-firm-in-antitrust-enforcement/" class="h5 link-primary" rel="bookmark" title="Family Ties And The Boundaries Of The Firm In Antitrust Enforcement"> Family Ties And The Boundaries Of The Firm In Antitrust Enforcement </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/patenting-for-blockchain-and-crypto-tech/" class="h5 link-primary" rel="bookmark" title="Patenting for Blockchain and Crypto Tech"> Patenting for Blockchain and Crypto Tech </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/steps-you-can-take-to-help-choose-the-right-bank-for-you/" class="h5 link-primary" rel="bookmark" title="Steps You Can Take To Help Choose The Right Bank For You"> Steps You Can Take To Help Choose The Right Bank For You </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/lies-damn-lies-and-generative-artificial-intelligence-how-gai-automates-disinformation-and-what-we-should-do-about-it/" class="h5 link-primary" rel="bookmark" title="Lies, Damn Lies, and Generative Artificial Intelligence: How GAI Automates Disinformation and What We Should Do About It"> Lies, Damn Lies, and Generative Artificial Intelligence: How GAI Automates Disinformation and What We Should Do About It </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/case%e2%80%91376-20-p-ck-telecoms-tetra-laval-survives-but-the-legal-test-for-non-coordinated-effects-will-have-to-wait/" class="h5 link-primary" rel="bookmark" title="Case‑376/20 P, CK Telecoms: Tetra Laval Survives, But The Legal Test For Non-Coordinated Effects Will Have To Wait"> Case‑376/20 P, CK Telecoms: Tetra Laval Survives, But The Legal Test For Non-Coordinated Effects Will Have To Wait </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/update-judge-issues-decision-and-final-judgment-in-doj-antitrust-case-against-jetblue/" class="h5 link-primary" rel="bookmark" title="Update: Judge Issues Decision and Final Judgment in DOJ Antitrust Case Against JetBlue"> Update: Judge Issues Decision and Final Judgment in DOJ Antitrust Case Against JetBlue </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-under-the-antitrust-microscope-competition-enforcers-focusing-on-generative-ai-from-all-angles/" class="h5 link-primary" rel="bookmark" title="AI Under the Antitrust Microscope: Competition Enforcers Focusing on Generative AI from All Angles"> AI Under the Antitrust Microscope: Competition Enforcers Focusing on Generative AI from All Angles </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/federal-and-state-antitrust-enforcers-double-down-on-stance-against-no-poach-agreements-urging-2nd-circuit-in-amicus-briefs-to-revive-high-fashion-case/" class="h5 link-primary" rel="bookmark" title="Federal and State Antitrust Enforcers Double Down on Stance Against No-Poach Agreements, Urging 2nd Circuit in Amicus Briefs to Revive High-Fashion Case"> Federal and State Antitrust Enforcers Double Down on Stance Against No-Poach Agreements, Urging 2nd Circuit in Amicus Briefs to Revive High-Fashion Case </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/sweeping-inquiry-sheds-light-on-online-intermediation-platforms-competition-opportunity-and-the-road-ahead/" class="h5 link-primary" rel="bookmark" title="Sweeping Inquiry Sheds Light on Online Intermediation Platforms: Competition, Opportunity, and the Road Ahead"> Sweeping Inquiry Sheds Light on Online Intermediation Platforms: Competition, Opportunity, and the Road Ahead </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/cats-liothyronine-judgment-is-notable-beyond-excessive-pricing-cases/" class="h5 link-primary" rel="bookmark" title="CAT’s Liothyronine Judgment Is Notable Beyond Excessive Pricing Cases"> CAT’s Liothyronine Judgment Is Notable Beyond Excessive Pricing Cases </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/congress-eyes-establishing-a-digital-regulator/" class="h5 link-primary" rel="bookmark" title="Congress Eyes Establishing a Digital Regulator"> Congress Eyes Establishing a Digital Regulator </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/does-open-finance-promote-competition-or-facilitate-free-riding/" class="h5 link-primary" rel="bookmark" title="Does ‘Open Finance’ Promote Competition or Facilitate Free Riding?"> Does ‘Open Finance’ Promote Competition or Facilitate Free Riding? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/more-suddenly-classic-antitrust-cases-from-the-new-merger-guidelines-philadelphia-national-bank-and-pabst/" class="h5 link-primary" rel="bookmark" title="More “Suddenly Classic” Antitrust Cases from the New Merger Guidelines: Philadelphia National Bank and Pabst"> More “Suddenly Classic” Antitrust Cases from the New Merger Guidelines: Philadelphia National Bank and Pabst </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/developers-continue-to-dive-into-the-crypto-space-as-market-remains-lackluster/" class="h5 link-primary" rel="bookmark" title="Developers continue to dive into the crypto space as market remains lackluster"> Developers continue to dive into the crypto space as market remains lackluster </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/computer-says-no-will-fairness-survive-in-the-age-of-ai/" class="h5 link-primary" rel="bookmark" title="Computer Says No – Will Fairness Survive In The Age Of AI?"> Computer Says No – Will Fairness Survive In The Age Of AI? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/corporate-responsibility-in-the-age-of-ai/" class="h5 link-primary" rel="bookmark" title="Corporate Responsibility in the Age of AI"> Corporate Responsibility in the Age of AI </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/amazon-irobot-does-amazon-have-an-incentive-to-preference-its-own-products/" class="h5 link-primary" rel="bookmark" title="Amazon/iRobot: Does Amazon Have An Incentive To Preference Its Own Products?"> Amazon/iRobot: Does Amazon Have An Incentive To Preference Its Own Products? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/working-assumption-factors-slowing-ais-impact-on-jobs/" class="h5 link-primary" rel="bookmark" title="Working Assumption: Factors Slowing AI’s Impact on Jobs"> Working Assumption: Factors Slowing AI’s Impact on Jobs </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/fcc-chairwoman-rosenworcel-announces-proposed-voluntary-cybersecurity-labeling-program-for-smart-devices/" class="h5 link-primary" rel="bookmark" title="FCC Chairwoman Rosenworcel Announces Proposed Voluntary Cybersecurity Labeling Program for Smart Devices"> FCC Chairwoman Rosenworcel Announces Proposed Voluntary Cybersecurity Labeling Program for Smart Devices </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/microsoft-anthropic-google-and-openai-launch-frontier-model-forum/" class="h5 link-primary" rel="bookmark" title="Microsoft, Anthropic, Google, and OpenAI launch Frontier Model Forum"> Microsoft, Anthropic, Google, and OpenAI launch Frontier Model Forum </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-eu-ai-act-at-a-crossroads-generative-ai-as-a-challenge-for-regulation/" class="h5 link-primary" rel="bookmark" title="The EU AI Act at a crossroads: generative AI as a challenge for regulation"> The EU AI Act at a crossroads: generative AI as a challenge for regulation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/ai-rules-for-the-metaverse/" class="h5 link-primary" rel="bookmark" title="AI Rules For The Metaverse"> AI Rules For The Metaverse </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/doj-ftc-draft-merger-guidelines-more-second-requests-and-more-merger-litigation/" class="h5 link-primary" rel="bookmark" title="DOJ/FTC Draft Merger Guidelines: More Second Requests and More Merger Litigation"> DOJ/FTC Draft Merger Guidelines: More Second Requests and More Merger Litigation </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/six-ways-that-ai-could-change-politics/" class="h5 link-primary" rel="bookmark" title="Six Ways That AI Could Change Politics"> Six Ways That AI Could Change Politics </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-european-court-of-justice-in-meta-platforms-leaves-competition-and-data-protection-authorities-with-an-assignment/" class="h5 link-primary" rel="bookmark" title="The European Court Of Justice In Meta Platforms Leaves Competition And Data Protection Authorities With An Assignment"> The European Court Of Justice In Meta Platforms Leaves Competition And Data Protection Authorities With An Assignment </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-ripple-effect-implications-of-the-secs-partial-loss-in-sec-v-ripple-labs-inc/" class="h5 link-primary" rel="bookmark" title="The Ripple Effect: Implications of the SEC’s Partial Loss in SEC v. Ripple Labs Inc."> The Ripple Effect: Implications of the SEC’s Partial Loss in SEC v. Ripple Labs Inc. </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/the-new-merger-guideline-commandments-thirteen-is-an-unlucky-number/" class="h5 link-primary" rel="bookmark" title="The New Merger Guideline Commandments: Thirteen Is An Unlucky Number"> The New Merger Guideline Commandments: Thirteen Is An Unlucky Number </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/can-we-limit-algorithmic-coordination/" class="h5 link-primary" rel="bookmark" title="Can we Limit Algorithmic Coordination?"> Can we Limit Algorithmic Coordination? </a> </div> <div class="col-12 pb-3"> <a href="https://www.pymnts.com/cpi-posts/our-emerging-regulatory-approach-to-big-tech-and-artificial-intelligence/" class="h5 link-primary" rel="bookmark" title="Our Emerging Regulatory Approach To Big Tech And Artificial Intelligence"> Our Emerging Regulatory Approach To Big Tech And Artificial Intelligence </a> </div> </div> </div> </div> </div> </div> <footer class="blog-footer"> <div class="container mx-auto"> <div class="row mx-0 mx-md-5 py-4"> <div class="col-12 col-md-3 text-center text-md-start"> <a href="https://www.pymnts.com/cpi/" class="w-100"> <img src="https://www.pymnts.com/wp-content/uploads/2023/03/CPI_Logo_Black-1.svg" width="100%" height="40" class="img-fluid"> </a> <div class="d-block text-black text-center mt-1 mb-3 my-md-0"> <a href="https://www.competitionpolicyinternational.com/category/cpi-tv/" class="text-black text-uppercase fw-normal">CPI TV</a> | <a href="https://www.competitionpolicyinternational.com/subscribe/" class="text-black text-uppercase fw-normal">Subscribe</a> </div> </div> <div class="col-12 col-md-9 text-center"> <div class="row row-cols-3 g-0"> <div class="col text-center"> <h4 class="text-black mb-3">About</h4> <ul class="nav flex-column"> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/about-us/" class="nav-link p-0 text-black">About Us</a></li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/our-editorial-policy/" class="nav-link p-0 text-black">Editorial Policy</a> </li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/editorial-advisory-board/" class="nav-link p-0 text-black">Editorial Advisory Board</a> </li> </ul> </div> <div class="col text-center"> <h4 class="text-black mb-3">Getting Started</h4> <ul class="nav flex-column"> <li class="nav-item mb-2"><a href="https://www.competitionpolicyinternational.com/contact/" class="nav-link p-0 text-black">Contact Us</a> </li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/promote-more-engage-more-connect-more/" class="nav-link p-0 text-black">Partnerships</a> </li> <li class="nav-item mb-2"><a href="https://www.competitionpolicyinternational.com/subscribe/" class="nav-link p-0 text-black">Newsletters</a> </li> </ul> </div> <div class="col text-center"> <h4 class="text-black mb-3">Follow CPI</h4> <ul class="nav flex-row justify-content-center"> <li class="nav-item mx-2"><a href="https://www.instagram.com/compolinter/"><i class="bi bi-instagram fs-4 text-black"></i></a></li> <li class="nav-item mx-2"><a href="https://www.linkedin.com/company/competition-policy-international/"><i class="bi bi-linkedin fs-4 text-black"></i></a> </li> <li class="nav-item mx-2"><a href="https://twitter.com/CompPolicyInt"><i class="bi bi-twitter-x fs-4 text-black"></i></a></li> <li class="nav-item mx-2"><a href="https://vimeo.com/competitionpolicyint"><i class="bi bi-vimeo fs-4 text-black"></i></a> </li> </ul> </div> </div> </div> </div> <div class="container"> <div class="row mt-5"> <div class="col-12 text-center"> © Competition Policy International 2025 </div> </div> <div class="row"> <div class="col-12 text-center"> <a href="https://www.pymnts.com/cpi/terms-conditions-cpi#cpiPrivacy" class="p-0 text-black smaller">Privacy Policy</a> <span class="smaller">|</span> <a href=https://www.pymnts.com/cpi/terms-conditions-cpi/" class="p-0 text-black smaller">Terms & Conditions</a> </div> </div> </div> </div> </footer> </body>