{"id":363373,"date":"2025-09-23T12:40:37","date_gmt":"2025-09-23T16:40:37","guid":{"rendered":"https:\/\/tech.co\/?p=363373"},"modified":"2025-09-23T15:07:15","modified_gmt":"2025-09-23T19:07:15","slug":"gatik-largest-autonomous-fleet-north-america","status":"publish","type":"post","link":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america","title":{"rendered":"Gatik Soon to Have the Largest Autonomous Fleet in North America"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column]\n<\/p><div class=\"verdict-box inform-box\" data-eventcategory=\"verdictbox\" data-component=\"verdict-box\" data-total-positions=\"3\">\n\n <div class=\"verdict-box-wrap inform-box-wrap\">\n <h3 class=\"verdict-box-title\">Key takeaways<\/h3>\n \n <div class=\"verdict-box-info\">\n<ul>\n<li>Gatik and Loblaw have announced <strong>an expansion their partnership<\/strong> in hopes of rolling out even more autonomous vehicles in Canada.<\/li>\n<li>The new deal will hopefully see <strong>50 new self-driving trucks<\/strong> on the road by the end of 2026.<\/li>\n<li>This deal was made possible by the <strong>Autonomous Commercial Motor Vehicle Pilot Program<\/strong> in Ontario, which has paved the way for the technology to flourish in Canada.<\/li>\n<\/ul>\n<p>\n<\/p><\/div>\n <\/div>\n\n <div class=\"verdict-box-footer inform-box-buttons\">\n <div class=\"container\">\n <div class=\"row\">\n <\/div>\n <\/div>\n <\/div>\n\n<\/div>\n[vc_column_text css=&rdquo;&rdquo;]A lot more self-driving trucks will be hitting the roads in North America soon, after Gatik announced a substantial expansion to its partnership with Loblaw that will see 50 new vehicles on roadways over the next year.\n<p>The influx of <a href=\"https:\/\/tech.co\/logistics\/are-autonomous-trucks-the-future-of-logistics\"><strong>autonomous trucks<\/strong><\/a> has been slow. While promises of massive changes to the supply chain have been vast, the reality of self-driving technology has been slow to evolve, with many companies still in the testing phase for the majority of their fleet.<\/p>\n<p>However, this expanded partnership will see a massive injection of the technology onto roadways in North America, paving the way for logistics businesses to address the industry&rsquo;s biggest concern.[\/vc_column_text]<\/p><div class=\"chameleon-widget-wrapper\">\n <script type=\"text\/javascript\">\n        \n        \n            window.chameleon = window.chameleon || {};\n            \n            var inputDatacefec0ecab = {\n                formId: '6760',\n                themeName: 'custom',\n                domain: 'ca',\n                env: 'prod',\n                headerEnabled: false,\n                borderEnabled: false,\n                height: 450,\n                belowFold: true,\n                dynamicHeight: false,\n                autoScroll: false,\n                isConsentStatementAboveNavigation: false,\n                paletteOverrides: {\"widgetBackgroundColor\":\"#FDFDFD\",\"secondaryBackgroundColor\":\"rgba(237,237,237,0)\",\"scrollIndicatorColor\":\"#323232\",\"primaryTextColor\":\"#000000\",\"secondaryTextColor\":\"#4F4F4F\",\"answerUnselectedColor\":\"#949494\",\"answerSelectedColor\":\"#00B59B\",\"answerBackgroundColor\":\"#FFFFFF\",\"continueButtonColor\":\"#000000\",\"continueButtonHoverColor\":\"#000000\",\"continueButtonTextColor\":\"#FFFFFF\",\"backButtonColor\":\"#EDEDED\",\"backButtonHoverColor\":\"#DFDFDF\",\"progressBarFilledColor\":\"#00B59B\"}, eventHandlers: { widgetVisible: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'newsletterSignupShown',\n        newsletter: \"Inside Lane\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n},\ninitialWidgetInteraction: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'userAction',\n        type: 'subscriptionInteraction',\n        newsletter: \"Inside Lane\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n},\nformSubmit: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'userAction',\n        type: 'subscriptionClick',\n        newsletter: \"Inside Lane\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n    window.sid = eventInfo.submissionId;\n},\n\n        customerMatchesRequested: function(eventInfo) {\n            window.customerMatchesRequested = true;\n            fetch(flexi_comp_vars.ajaxurl, {\n                method: \"POST\",\n                headers: {\n                    \"Content-Type\": \"application\/x-www-form-urlencoded\",\n                },\n                body: new URLSearchParams({\n                    action: \"get_thank_you_page_for_brand_ids\",\n                    data: eventInfo?.brandMatches ? JSON.stringify(eventInfo.brandMatches) : \"[]\",\n                })\n            })\n            .then((response) => {\n                return response.json();\n            })\n            .then((data) => {\n                window.customerPotentialMatches = data ? data : [];\n            });\n        },\n        thankYouPageRequested: function(eventInfo) {\n            const { brandMatches } = eventInfo;\n            \n            \/**\n            * {brandMatches} array of matches received in thankYouPageRequested event\n            * {customerPotentialMatches} array of matches received in customerMatchesRequested event\n            * {redirectUrlAfterSubmission} Url we are redirecting to.\n            * \n            * In PHOENIX-1759 we implement that we only do redirecting if \n            * brandMatches only has exactly one match, to prevent conflicts in shared verticals.\n            *\/\n            if (brandMatches) {\n                window.sessionStorage.setItem(\"brandMatches\", JSON.stringify(brandMatches));\n                window.dataLayer.forEach((event) => {\n                    if (typeof event.formSubcategoryGUID !== \"undefined\") {\n                        window.sessionStorage.setItem(\"formSubcategoryGUID\", event.formSubcategoryGUID);\n                    }\n                });\n                \n                if (window.customerPotentialMatches && brandMatches.length === 1) {\n                    const matchingElement = window.customerPotentialMatches.find(customerPotentialMatch =>\n                        brandMatches.some(brandMatch => brandMatch.id === customerPotentialMatch.brand_id)\n                    );\n    \n                    if (matchingElement && matchingElement.url) {\n                        window.redirectUrlAfterSubmission = matchingElement.url;\n                    }\n                }\n            }\n            \n            eventInfo.event = \"resultsPageURL\";\n            eventInfo.pageUrl = window.location.origin + window.location.pathname;\n            eventInfo.pageUrlFull = window.location.href;\n            eventInfo.redirectUrl = window.redirectUrlAfterSubmission || null;\n            window.dataLayer = window.dataLayer || [];\n            window.dataLayer.push(eventInfo);\n\n            if ( window.redirectUrlAfterSubmission ) {\n                \/\/ make sure to hide the form if we are redirecting to a thank you page\n                \n            document.querySelector('iframe[id^=\"' + eventInfo.iFrameId + '\"]').closest(\"div\").style.display = \"none\";\n        \n                            \n            setTimeout(() => {\n                const excludingParams = [\"ref2\", \"ref3\"];\n                const currentUrlParams = new URLSearchParams(window.location.search);\n                excludingParams.forEach(param => {\n                    currentUrlParams.delete(param);\n                });\n                if (!currentUrlParams.has(\"cid\") && \"\" !== \"\") {\n                    currentUrlParams.set(\"cid\", \"\");\n                }\n                const extraUrlParams = currentUrlParams.size ? `&${currentUrlParams.toString()}` : \"\";\n                window.location.href = redirectUrlAfterSubmission + '?sid=' + window.sid + '&fid=352977' + extraUrlParams;\n            }, 1000);\n        \n            }\n        },\n        } \n            };\n            \/\/ We need formWidgetInfoObject variable for browserBackIntercept.min.js\n            var formWidgetInfoObject = formWidgetInfoObjectcefec0ecab = runFormWidgetLoader(inputDatacefec0ecab);\n            var mvfFormWidgetLoadingErrorscefec0ecab = formWidgetInfoObjectcefec0ecab.loadingErrors;\n            <\/script>\n\n <\/div>[\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]\n<h2>Gatik to Add 50 Autonomous Trucks to Fleet<\/h2>\n<p>Gatik &mdash; an autonomous logistics company &mdash; is reportedly expanding its partnership with Loblaw &mdash; the largest retailer in Canada &mdash; which will see 50 new autonomous vehicles added to its fleet over the next year. Those additional vehicles will make it the largest autonomous fleet in North America.<\/p>\n<blockquote><p>&ldquo;This is going to be the largest deployment of autonomous trucks ever seen in North America. We&rsquo;re no longer talking about just single routes at Gatik. We&rsquo;re talking about networks.&rdquo; &ndash; Richard Steiner, vice president of government relations and public affairs at Gatik <a href=\"https:\/\/www.freightwaves.com\/news\/gatik-expands-autonomous-truck-fleet-with-loblaw\" target=\"_blank\" rel=\"noopener noreferrer\">to FreightWaves<\/a><\/p><\/blockquote>\n<p>More specifically, 20 self-driving trucks will be added by the end of 2025 and 30 more will be added by the end of 2026.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column width=&rdquo;2\/3&Prime;][vc_column_text css=&rdquo;&rdquo;]<\/p>\n<h2>More Autonomous Vehicles Coming to Canada<\/h2>\n<p>The partnership between Gatik and Loblaw does not exist in a vacuum. On the contrary, this expansion was made possible by the <a href=\"https:\/\/www.ontario.ca\/page\/automated-commercial-motor-vehicle-pilot-program\" target=\"_blank\" rel=\"noopener noreferrer\">Autonomous Commercial Motor Vehicle (ACMV) Pilot Program<\/a> out of Ontario, which seeks to test out the viability of the technology in Canada.<\/p>\n<p>The ten-year program &ldquo;will allow approved participants to safely test automated commercial motor vehicle (ACMV) technologies on Ontario roads to evaluate their performance and assess opportunities to improve road safety and support the trucking sector.&rdquo;[\/vc_column_text][\/vc_column][vc_column width=&rdquo;1\/3&rdquo;]<\/p><p>&nbsp;<\/p>\n<p style=\"text-align: center\"><a class=\"js-aw-brand-link\" href=\"https:\/\/compare.tech.co\/software-deals-live\/\" data-feed=\"XuPuf49GEEm4y0PaIQDZ0dEjkEf760Vv\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-333457\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/06\/18114043\/About-Techco-video.jpg\" alt=\"About Tech.co Video Thumbnail Showing Lead Writer Conor Cawley Smiling Next to Tech.co Logo\" width=\"200\" height=\"200\"><\/a><strong>This just in! View<\/strong><br>\n<strong><a href=\"https:\/\/compare.tech.co\/software-deals-live\/\">the top business tech deals<\/a> for 2026 &#128104;&zwj;&#128187;<br>\n<\/strong><a class=\"js-aw-brand-link\" href=\"https:\/\/compare.tech.co\/software-deals-live\/\" data-feed=\"XuPuf49GEEm4y0PaIQDZ0dEjkEf760Vv\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-348272 aligncenter\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/09\/09122654\/ok-1.png\" alt=\"See the list button\" width=\"200\" height=\"85\"><\/a><\/p>\n[\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]This program could have a big impact on how the supply chain operates over the next decade, with the trucker shortage and other logistics disruptions poised to create some serious problems for the industry without a significant change to how things are done.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]\n<h2>Trucker Shortages &amp; Autonomous Vehicles<\/h2>\n<p>In 2025, the trucker shortage remains one of the biggest problems facing the industry. Our data found that 69% of logistics businesses say that driver shortages have had an impact on their ability to meet freight demand.<\/p>\n<p>Obviously, the use of self-driving trucks is widely considered one of the easiest ways to alleviate this stress, with 17% of professionals stating that <a href=\"https:\/\/tech.co\/news\/logistics-industry-autonomous-vehicles-future\"><strong>autonomous trucks, ships, and drones<\/strong><\/a> are going to have the most disruptive impact over the next two to three years.<\/p>\n<p>Suffice to say, this partnership from Gatik could just be a small stepping stone to the autonomous future expected throughout the logistics industry. That is, of course, if safety remains a priority over rapid expansion.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The expanded partnership between Gatik and Loblaw will see 50 new self-driving trucks on the road by the end of 2026.<\/p>\n","protected":false},"author":8358,"featured_media":362634,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"single-sidebar.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-363373","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","col-12"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gatik Soon to Have the Largest Autonomous Fleet in North America - Tech.co<\/title>\n<meta name=\"description\" content=\"Learn more about the expanded partnership between Gatik and Loblaw that will see 50 new self-driving trucks on Canadian roadways.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gatik Soon to Have the Largest Autonomous Fleet in North America - Tech.co\" \/>\n<meta property=\"og:description\" content=\"Learn more about the expanded partnership between Gatik and Loblaw that will see 50 new self-driving trucks on Canadian roadways.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america\" \/>\n<meta property=\"og:site_name\" content=\"Tech.co\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/conor.cawley.7\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-23T16:40:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-23T19:07:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Conor Cawley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ConorCawley\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Conor Cawley\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#article\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america\"},\"author\":{\"name\":\"Conor Cawley\",\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\"},\"headline\":\"Gatik Soon to Have the Largest Autonomous Fleet in North America\",\"datePublished\":\"2025-09-23T16:40:37+00:00\",\"dateModified\":\"2025-09-23T19:07:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america\"},\"wordCount\":647,\"image\":{\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg\",\"keywords\":[\"Artificial Intelligence\",\"Logistics News\"],\"articleSection\":[\"Logistics\",\"News\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2025\",\"copyrightHolder\":{\"@id\":\"https:\/\/tech.co\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america\",\"url\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america\",\"name\":\"Gatik Soon to Have the Largest Autonomous Fleet in North America - Tech.co\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg\",\"datePublished\":\"2025-09-23T16:40:37+00:00\",\"dateModified\":\"2025-09-23T19:07:15+00:00\",\"author\":{\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\"},\"description\":\"Learn more about the expanded partnership between Gatik and Loblaw that will see 50 new self-driving trucks on Canadian roadways.\",\"breadcrumb\":{\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#primaryimage\",\"url\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg\",\"contentUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg\",\"width\":1920,\"height\":960,\"caption\":\"Self-driving truck on the road\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tech.co\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gatik Soon to Have the Largest Autonomous Fleet in North America\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tech.co\/#website\",\"url\":\"https:\/\/tech.co\/\",\"name\":\"Tech.co\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tech.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\",\"name\":\"Conor Cawley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg\",\"caption\":\"Conor Cawley\"},\"description\":\"Conor is the Lead Writer for Tech.co. For the last eight years, he\u2019s covered everything from tech news and product reviews to digital marketing trends and business tech innovations. He's a feature, reviews, and news contributor for Android Police, and he has hosted tech-focused events for SXSW, Tech in Motion, and General Assembly, to name a few. He also cannot pronounce the word \\\"colloquially\\\" correctly. You can email Conor at conor@tech.co.\",\"sameAs\":[\"https:\/\/www.facebook.com\/conor.cawley.7\",\"https:\/\/www.linkedin.com\/in\/conor-cawley-6467a558\",\"https:\/\/x.com\/ConorCawley\"],\"url\":\"https:\/\/tech.co\/author\/conor-cawley\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gatik Soon to Have the Largest Autonomous Fleet in North America - Tech.co","description":"Learn more about the expanded partnership between Gatik and Loblaw that will see 50 new self-driving trucks on Canadian roadways.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america","og_locale":"en_US","og_type":"article","og_title":"Gatik Soon to Have the Largest Autonomous Fleet in North America - Tech.co","og_description":"Learn more about the expanded partnership between Gatik and Loblaw that will see 50 new self-driving trucks on Canadian roadways.","og_url":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america","og_site_name":"Tech.co","article_author":"https:\/\/www.facebook.com\/conor.cawley.7","article_published_time":"2025-09-23T16:40:37+00:00","article_modified_time":"2025-09-23T19:07:15+00:00","og_image":[{"width":1920,"height":960,"url":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg","type":"image\/jpeg"}],"author":"Conor Cawley","twitter_card":"summary_large_image","twitter_creator":"@ConorCawley","twitter_misc":{"Written by":"Conor Cawley","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#article","isPartOf":{"@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america"},"author":{"name":"Conor Cawley","@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233"},"headline":"Gatik Soon to Have the Largest Autonomous Fleet in North America","datePublished":"2025-09-23T16:40:37+00:00","dateModified":"2025-09-23T19:07:15+00:00","mainEntityOfPage":{"@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america"},"wordCount":647,"image":{"@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg","keywords":["Artificial Intelligence","Logistics News"],"articleSection":["Logistics","News"],"inLanguage":"en-US","copyrightYear":"2025","copyrightHolder":{"@id":"https:\/\/tech.co\/#organization"}},{"@type":"WebPage","@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america","url":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america","name":"Gatik Soon to Have the Largest Autonomous Fleet in North America - Tech.co","isPartOf":{"@id":"https:\/\/tech.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#primaryimage"},"image":{"@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg","datePublished":"2025-09-23T16:40:37+00:00","dateModified":"2025-09-23T19:07:15+00:00","author":{"@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233"},"description":"Learn more about the expanded partnership between Gatik and Loblaw that will see 50 new self-driving trucks on Canadian roadways.","breadcrumb":{"@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#primaryimage","url":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg","contentUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/07\/31050942\/AdobeStock_541871932.jpg","width":1920,"height":960,"caption":"Self-driving truck on the road"},{"@type":"BreadcrumbList","@id":"https:\/\/tech.co\/news\/gatik-largest-autonomous-fleet-north-america#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tech.co\/"},{"@type":"ListItem","position":2,"name":"Gatik Soon to Have the Largest Autonomous Fleet in North America"}]},{"@type":"WebSite","@id":"https:\/\/tech.co\/#website","url":"https:\/\/tech.co\/","name":"Tech.co","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tech.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233","name":"Conor Cawley","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg","url":"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg","caption":"Conor Cawley"},"description":"Conor is the Lead Writer for Tech.co. For the last eight years, he\u2019s covered everything from tech news and product reviews to digital marketing trends and business tech innovations. He's a feature, reviews, and news contributor for Android Police, and he has hosted tech-focused events for SXSW, Tech in Motion, and General Assembly, to name a few. He also cannot pronounce the word \"colloquially\" correctly. You can email Conor at conor@tech.co.","sameAs":["https:\/\/www.facebook.com\/conor.cawley.7","https:\/\/www.linkedin.com\/in\/conor-cawley-6467a558","https:\/\/x.com\/ConorCawley"],"url":"https:\/\/tech.co\/author\/conor-cawley"}]}},"_links":{"self":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts\/363373","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/users\/8358"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/comments?post=363373"}],"version-history":[{"count":0,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts\/363373\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media\/362634"}],"wp:attachment":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media?parent=363373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}