{"id":17813,"date":"2026-07-02T13:35:04","date_gmt":"2026-07-02T11:35:04","guid":{"rendered":"https:\/\/ai-matters.eu\/?p=17813"},"modified":"2026-07-02T13:36:03","modified_gmt":"2026-07-02T11:36:03","slug":"ai-copilot-automation-manufacturing-zerynth","status":"publish","type":"post","link":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/","title":{"rendered":"AI That Configures and Controls the Smart Factory at Zerynth"},"content":{"rendered":"\n<div><div id=\"pb-star-rating-91b9e54f66f047c980800e83442bee87\" class=\"wp-block-ud-blocks-star-rating\" style=\"--udpb-sr-align:flex-start;--udpb-sr-icon-color:#ffb900;--udpb-sr-icon-size:18px;--udpb-sr-icon-sizeTablet:17px;--udpb-sr-icon-sizeMobile:16px;--udpb-sr-title-color:#000;--udpb-sr-title-size:18px;--udpb-sr-title-size-tablet:17px;--udpb-sr-title-size-mobile:16px\"><div class=\"pb-star-rating-wrapper\"><div class=\"pb-star-rating--title\">Zerynth&#8217;s Experience:<\/div><div class=\"pb-star-rating--icon\"><\/div><\/div><\/div><\/div>\n\n\n\n<div style=\"height:27px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Until yesterday, artificial intelligence in the factory was a silent spectator: it analyzed data, generated charts, and suggested optimizations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today, artificial intelligence no longer just observes: it takes action.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Zerynth Case<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Zerynth is an Italian deep-tech company that develops an IIoT platform for the rapid and scalable digitalization of industrial production. The company is currently evolving its solution into an Industrial AI Copilot platform, equipped with a conversational agent that enables natural interaction with production data and processes. The development of this artificial intelligence component is considered strategic for the evolution of the product and the company\u2019s future positioning.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Problem: The Technical Barrier Between Humans and Machines<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Configuring an industrial monitoring system or changing production parameters often requires specific technical skills and time spent navigating complex software. This \u201cbarrier to entry\u201d slows down operations and increases the risk of manual errors.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The challenge of our experimentation was clear: to make the factory not only reactive, but self-configurable through natural language.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2-1024x768.png\" alt=\"\" class=\"wp-image-17811\" srcset=\"https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2-1024x768.png 1024w, https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2-300x225.png 300w, https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2-768x576.png 768w, https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2-600x450.png 600w, https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2-64x48.png 64w, https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2.png 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Solution: AI Agents with Actuation Capabilities<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For this project, we developed a modular architecture based on Agentic AI. Unlike a standard chatbot, this system is equipped with \u201cdigital hands\u201d (through APIs and MCP protocols) that allow it to interact directly with the Zerynth platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The solution is built on three technological pillars:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Agent orchestration:<\/strong> Use of the Agno framework to manage specialized agents handling different tasks, from cost analysis to device configuration.<\/li>\n\n\n\n<li><strong>Cloud-to-edge integration:<\/strong> Through Zerynth Jobs APIs, text input is translated into a physical command sent directly to the IoT gateway on the machine.<\/li>\n\n\n\n<li><strong>Rules engine automation:<\/strong> The AI can autonomously generate alarm and automation rules, translating an operator\u2019s request into the correct technical syntax.<br>&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Safety First: Human-in-the-Loop<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Interacting with heavy machinery requires extreme caution. For this reason, the system incorporates AI Safety and Explainable AI (XAI) principles. The agent never executes a critical command autonomously: the system preconfigures the action and always requires explicit user confirmation (human-in-the-loop).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition, every action is accompanied by an explanation of why the system is suggesting it, significantly reducing operational risk.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What We Learned from the Tests<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Validation in demo environments and at the <strong>MADE competence <\/strong><strong>center<\/strong> produced encouraging results, but also highlighted several challenges for the future:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Context precision:<\/strong> The AI performs well in understanding temporal requests (\u201cthis week\u201d) and complex filters (\u201conly the presses on line A\u201d).<\/li>\n\n\n\n<li><strong>Manual digitalization:<\/strong> Manuals rich in images require advanced preprocessing to avoid losing critical details during conversion into text for the RAG system.<\/li>\n\n\n\n<li><strong>Name mapping:<\/strong> It is essential that the AI understands that \u201cthe large press\u201d corresponds to the technical ID \u201cPR-094\u201d. This semantic mapping work is an area where we continue to invest.<br>&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways for the Future of Industry<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The success of this phase of AI-MATTERS opens the door to a factory where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Efficiency is just a voice command away:<\/strong> Less time spent on configuration, more time dedicated to strategy.<\/li>\n\n\n\n<li><strong>Technology becomes inclusive:<\/strong> Even personnel with limited software expertise can safely manage complex configurations.<\/li>\n\n\n\n<li><strong>Interaction becomes proactive:<\/strong> The system does not simply wait for commands\u2014it suggests parameter changes based on energy costs or production workloads.<br>&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The collaboration between AI-MATTERS and Zerynth shows that conversational control is the key to safe and democratic digitalization. The factory of the future will not be controlled with code, but through dialogue.y is one that can answer the questions of its operators. And today, it has finally started to do so.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why AI-MATTERS?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">AI-MATTERS enables companies to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Test AI solutions in real-world manufacturing enivronments<\/li>\n\n\n\n<li>Access advanced infrastructure and expertise<\/li>\n\n\n\n<li>Validate performance before scaling or investing<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">By bridging the gap between prototype and deployment, AI-MATTERS helps companies move from experimentation to industrial implementation with reduced risk.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n\n<div data-wp-context=\"{ &quot;autoclose&quot;: false, &quot;accordionItems&quot;: [] }\" data-wp-interactive=\"core\/accordion\" role=\"group\" class=\"wp-block-accordion is-layout-flow wp-block-accordion-is-layout-flow\">\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-1&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-1-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" data-wp-on--keydown=\"actions.handleKeyDown\" id=\"accordion-item-1\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\">Which service has been provided in this use case?<\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div inert aria-labelledby=\"accordion-item-1\" data-wp-bind--inert=\"!state.isOpen\" id=\"accordion-item-1-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/ai-matters.eu\/services-catalog\/real-time-decision-making-in-industrial-sector\/\">AI Conversational Assistant for Industrial and Contextual Knowledge Retrieval by our partner MADE Competence Center, Italy.<\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-2&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-2-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" data-wp-on--keydown=\"actions.handleKeyDown\" id=\"accordion-item-2\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\">How can I safely automate factory operations using AI?<\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div inert aria-labelledby=\"accordion-item-2\" data-wp-bind--inert=\"!state.isOpen\" id=\"accordion-item-2-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\">AI-driven automation in manufacturing can safely be implemented by combining AI agents with human-in-the-loop validation. This ensures that critical actions are reviewed before execution, reducing operational risk while enabling automation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For more information and a specific dive into your use case, <a href=\"https:\/\/ai-matters.eu\/contact\/\">we welcome you to contact us for a non-binding conversation.<\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-3&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-3-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" data-wp-on--keydown=\"actions.handleKeyDown\" id=\"accordion-item-3\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\">How do I validate AI automation before deploying it in production?<\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div inert aria-labelledby=\"accordion-item-3\" data-wp-bind--inert=\"!state.isOpen\" id=\"accordion-item-3-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Validation requires testing the AI system in realistic environments using live data and real use cases. This ensures the system can handle operational complexity, integrate with existing systems, and perfrom reliably before scaling.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-4&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-4-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" data-wp-on--keydown=\"actions.handleKeyDown\" id=\"accordion-item-4\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\">What business value of an AI Copilot in manufacturing?<\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div inert aria-labelledby=\"accordion-item-4\" data-wp-bind--inert=\"!state.isOpen\" id=\"accordion-item-4-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\">An AI copilot enables:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Faster decision-making<\/li>\n\n\n\n<li>Reduced downtime<\/li>\n\n\n\n<li>Automated configuration systems<\/li>\n\n\n\n<li>Improved operational efficiency<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">By turning natural language into actions, it reduces reliance on technical expertise to accelerate repsonse times.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-5&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-5-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" data-wp-on--keydown=\"actions.handleKeyDown\" id=\"accordion-item-5\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\">How does natural language control improve industrial operations?<\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div inert aria-labelledby=\"accordion-item-5\" data-wp-bind--inert=\"!state.isOpen\" id=\"accordion-item-5-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Natural language interfaces allow operators and engineers to interact with machine and systems more intuitively, eliminating the need for complex software navigation. This reduces errors, speeds up operations, and makes advanced technology accessible across the organization.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-6&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-6-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" data-wp-on--keydown=\"actions.handleKeyDown\" id=\"accordion-item-6\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\">Why is explainable AI important in industrial environments?<\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div inert aria-labelledby=\"accordion-item-6\" data-wp-bind--inert=\"!state.isOpen\" id=\"accordion-item-6-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Explainable AI (XAI) ensures that every recommendation or answer can be traced back to its data source. This builds trust among engineers and operators and is critical for decision-making in safety-critical environments.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Would you like to know how our project managers can help your organisation?<\/strong><\/h2>\n\n\n\n<p class=\"has-inter-font-family wp-block-paragraph\">Contact us for a non-binding conversation: <a href=\"https:\/\/ai-matters.eu\/contact\/\">https:\/\/ai-matters.eu\/contact\/<\/a><\/p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-0e6008ae wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<ul class=\"wp-block-social-links is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-3e41869c wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-linkedin wp-block-social-link\"><a href=\"https:\/\/linkedin.com\/company\/ai-matters-eu\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn<\/span><\/a><\/li>\n\n<li class=\"wp-social-link wp-social-link-wordpress wp-block-social-link\"><a href=\"https:\/\/ai-matters.eu\/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"><\/path><\/svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress<\/span><\/a><\/li><\/ul>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover how Zerynth uses an AI Copilot Agent to automate factory operations with natural language, validating AI-driven automation.<\/p>\n","protected":false},"author":7,"featured_media":17814,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[179],"tags":[309,287],"class_list":["post-17813","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-notizie","tag-italy","tag-user_story"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AI Copilot automation in manufacturing | Zerynth use case<\/title>\n<meta name=\"description\" content=\"Discover how Zerynth uses an AI Copilot Agent to automate factory operations with natural language, validating AI-driven automation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Copilot automation in manufacturing | Zerynth use case\" \/>\n<meta property=\"og:description\" content=\"Discover how Zerynth uses an AI Copilot Agent to automate factory operations with natural language, validating AI-driven automation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/\" \/>\n<meta property=\"og:site_name\" content=\"AI Matters\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-02T11:35:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-02T11:36:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1125\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sara Manders\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sara Manders\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/\"},\"author\":{\"name\":\"Sara Manders\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#\\\/schema\\\/person\\\/2c21afe50a4bf365b15a65be99b86bf8\"},\"headline\":\"AI That Configures and Controls the Smart Factory at Zerynth\",\"datePublished\":\"2026-07-02T11:35:04+00:00\",\"dateModified\":\"2026-07-02T11:36:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/\"},\"wordCount\":907,\"publisher\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ai-matters.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Picture-2.png\",\"keywords\":[\"ITALY\",\"USER_STORY\"],\"articleSection\":[\"Notizie\"],\"inLanguage\":\"it-IT\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/\",\"url\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/\",\"name\":\"AI Copilot automation in manufacturing | Zerynth use case\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ai-matters.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Picture-2.png\",\"datePublished\":\"2026-07-02T11:35:04+00:00\",\"dateModified\":\"2026-07-02T11:36:03+00:00\",\"description\":\"Discover how Zerynth uses an AI Copilot Agent to automate factory operations with natural language, validating AI-driven automation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ai-matters.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Picture-2.png\",\"contentUrl\":\"https:\\\/\\\/ai-matters.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Picture-2.png\",\"width\":1500,\"height\":1125},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/ai-copilot-automation-manufacturing-zerynth\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI That Configures and Controls the Smart Factory at Zerynth\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/\",\"name\":\"AI Matters\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#organization\",\"name\":\"AI Matters\",\"url\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ai-matters.eu\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/Ai-matters-logo.png\",\"contentUrl\":\"https:\\\/\\\/ai-matters.eu\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/Ai-matters-logo.png\",\"width\":1221,\"height\":699,\"caption\":\"AI Matters\"},\"image\":{\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/#\\\/schema\\\/person\\\/2c21afe50a4bf365b15a65be99b86bf8\",\"name\":\"Sara Manders\",\"url\":\"https:\\\/\\\/ai-matters.eu\\\/it\\\/author\\\/saram\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI Copilot automation in manufacturing | Zerynth use case","description":"Discover how Zerynth uses an AI Copilot Agent to automate factory operations with natural language, validating AI-driven automation.","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:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/","og_locale":"it_IT","og_type":"article","og_title":"AI Copilot automation in manufacturing | Zerynth use case","og_description":"Discover how Zerynth uses an AI Copilot Agent to automate factory operations with natural language, validating AI-driven automation.","og_url":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/","og_site_name":"AI Matters","article_published_time":"2026-07-02T11:35:04+00:00","article_modified_time":"2026-07-02T11:36:03+00:00","og_image":[{"width":1500,"height":1125,"url":"https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2.png","type":"image\/png"}],"author":"Sara Manders","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"Sara Manders","Tempo di lettura stimato":"5 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/#article","isPartOf":{"@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/"},"author":{"name":"Sara Manders","@id":"https:\/\/ai-matters.eu\/it\/#\/schema\/person\/2c21afe50a4bf365b15a65be99b86bf8"},"headline":"AI That Configures and Controls the Smart Factory at Zerynth","datePublished":"2026-07-02T11:35:04+00:00","dateModified":"2026-07-02T11:36:03+00:00","mainEntityOfPage":{"@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/"},"wordCount":907,"publisher":{"@id":"https:\/\/ai-matters.eu\/it\/#organization"},"image":{"@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/#primaryimage"},"thumbnailUrl":"https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2.png","keywords":["ITALY","USER_STORY"],"articleSection":["Notizie"],"inLanguage":"it-IT"},{"@type":"WebPage","@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/","url":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/","name":"AI Copilot automation in manufacturing | Zerynth use case","isPartOf":{"@id":"https:\/\/ai-matters.eu\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/#primaryimage"},"image":{"@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/#primaryimage"},"thumbnailUrl":"https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2.png","datePublished":"2026-07-02T11:35:04+00:00","dateModified":"2026-07-02T11:36:03+00:00","description":"Discover how Zerynth uses an AI Copilot Agent to automate factory operations with natural language, validating AI-driven automation.","breadcrumb":{"@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/#primaryimage","url":"https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2.png","contentUrl":"https:\/\/ai-matters.eu\/wp-content\/uploads\/2026\/04\/Picture-2.png","width":1500,"height":1125},{"@type":"BreadcrumbList","@id":"https:\/\/ai-matters.eu\/it\/ai-copilot-automation-manufacturing-zerynth\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/ai-matters.eu\/it\/"},{"@type":"ListItem","position":2,"name":"AI That Configures and Controls the Smart Factory at Zerynth"}]},{"@type":"WebSite","@id":"https:\/\/ai-matters.eu\/it\/#website","url":"https:\/\/ai-matters.eu\/it\/","name":"AI Matters","description":"","publisher":{"@id":"https:\/\/ai-matters.eu\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ai-matters.eu\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/ai-matters.eu\/it\/#organization","name":"AI Matters","url":"https:\/\/ai-matters.eu\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/ai-matters.eu\/it\/#\/schema\/logo\/image\/","url":"https:\/\/ai-matters.eu\/wp-content\/uploads\/2023\/03\/Ai-matters-logo.png","contentUrl":"https:\/\/ai-matters.eu\/wp-content\/uploads\/2023\/03\/Ai-matters-logo.png","width":1221,"height":699,"caption":"AI Matters"},"image":{"@id":"https:\/\/ai-matters.eu\/it\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ai-matters.eu\/it\/#\/schema\/person\/2c21afe50a4bf365b15a65be99b86bf8","name":"Sara Manders","url":"https:\/\/ai-matters.eu\/it\/author\/saram\/"}]}},"wpml_current_locale":"it_IT","wpml_translations":[],"_links":{"self":[{"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/posts\/17813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/comments?post=17813"}],"version-history":[{"count":3,"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/posts\/17813\/revisions"}],"predecessor-version":[{"id":18695,"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/posts\/17813\/revisions\/18695"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/media\/17814"}],"wp:attachment":[{"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/media?parent=17813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/categories?post=17813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ai-matters.eu\/it\/wp-json\/wp\/v2\/tags?post=17813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}