{"id":36547,"date":"2026-09-03T16:18:52","date_gmt":"2026-09-03T14:18:52","guid":{"rendered":"https:\/\/www.codemotion.com\/magazine\/?p=36547"},"modified":"2026-09-03T16:18:53","modified_gmt":"2026-09-03T14:18:53","slug":"7-ai-adoption-lessons-from-people-whove-already-been-through-it","status":"publish","type":"post","link":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/","title":{"rendered":"7 AI Adoption Lessons From People Who&#8217;ve Already Been Through It"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">There&#8217;s a moment in every technology cycle when the conversation shifts register. The question stops being <em>whether<\/em> to adopt AI, and becomes <em>how<\/em> \u2014 and, more importantly, at what organizational, cognitive, and quality cost. If you&#8217;re a senior developer, you&#8217;ve probably already moved past demo-day enthusiasm and into the more uncomfortable phase: figuring out what actually works once the agent leaves the playground and lands in production, inside a ten-year-old monorepo, reviewed by a team that didn&#8217;t write that code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From the Codemotion AI &amp; Tech Conference in Milan, we&#8217;ve picked out seven talks that, taken together, trace a coherent learning path: from organizational scale (hundreds of engineers) down to the fine configuration of a single agent, from individual potential to the discipline required not to get swept up in the noise. This isn&#8217;t an uncritical celebration of AI adoption. It&#8217;s closer to a map of trade-offs \u2014 exactly what you need if you&#8217;re the one making technical decisions, not just getting excited at a keynote.<\/p>\n\n\n\n<h2 id=\"h-1-start-with-scale-what-happens-when-you-have-to-convince-300-engineers\" class=\"wp-block-heading\">1. Start with scale: what happens when you have to convince 300 engineers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The natural starting point is organizational. In &#8220;Scaling AI Adoption: The Real Challenges of Transforming 300 Engineers,&#8221; Alfonso Graziano describes what it actually takes to push an organization past the experimentation phase and toward repeatable, &#8220;AI-native&#8221; development \u2014 not one enlightened team, but hundreds of people at wildly different levels of maturity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The most useful part for a senior audience isn&#8217;t the list of wins \u2014 it&#8217;s the list of failures: resistance patterns, false starts, over-reliance on tooling, and, above all, the gap between perceived and actual productivity. It&#8217;s a healthy reminder: enterprise AI adoption isn&#8217;t a licensing-procurement problem, it&#8217;s a large-scale behavioral change problem \u2014 and self-reported productivity numbers should always be taken with a grain of salt.<\/p>\n\n\n\n<h2 id=\"h-2-then-configuration-the-agent-isn-t-a-tool-it-s-a-system-to-govern\" class=\"wp-block-heading\">2. Then configuration: the agent isn&#8217;t a tool, it&#8217;s a system to govern<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If Graziano&#8217;s talk operates at the organizational level, Alexio Cassani&#8217;s \u2014 &#8220;Configuring the Harness: From Claude Code as a Tool to Claude Code as a Working System&#8221; \u2014 drops down to actual engineering. His thesis is sharp: a modern coding agent already ships with its own harness; what changes the outcome isn&#8217;t building one from scratch, it&#8217;s configuring it well.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Cassani walks through the surfaces that govern an agent&#8217;s behavior \u2014 project instructions, skills, permissions, hooks, subagents, MCP, all the way to the plugin layer that makes a configuration shareable across a team \u2014 and lands on a point every tech lead should internalize: not every rule belongs in the same place. Contextual knowledge isn&#8217;t a hook. A constraint that must always hold isn&#8217;t a line buried in a prompt. It&#8217;s a lesson in architecture applied to agent governance, not prompt engineering.<\/p>\n\n\n\n<h2 id=\"h-3-individual-potential-when-one-engineer-replaces-a-team\" class=\"wp-block-heading\">3. Individual potential: when one engineer replaces a team<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">From there the focus shifts to the individual contributor. &#8220;Kill the Standup: How One Engineer Ships What Five Cannot&#8221; by Matteo Collina is probably the most provocative talk in the lineup. Starting from Brooks&#8217;s Law on communication channels \u2014 which scale as n(n-1)\/2 \u2014 Collina argues that AI has changed the equation: a single engineer with autonomy, technical taste, and an AI that removes the throughput bottleneck can ship in two weeks what a team ships in two months.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But the talk isn&#8217;t naive cheerleading. Collina is explicit about what happens when the model breaks down: autonomy without technical taste produces disasters, and he admits as much himself, describing a production vulnerability he introduced through an AI-assisted PR he didn&#8217;t review carefully enough. It&#8217;s a valuable case study precisely because it doesn&#8217;t hide the risk: this kind of solo, high-leverage engineering only works if technical taste can carry the weight of that autonomy.<\/p>\n\n\n\n<h2 id=\"h-4-the-necessary-counterpoint-when-adoption-just-produces-slop\" class=\"wp-block-heading\">4. The necessary counterpoint: when adoption just produces &#8220;slop&#8221;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every respectable AI-adoption narrative needs a counterweight, and that&#8217;s where &#8220;Everything Is Slop, Let&#8217;s Slow the F*ck Down&#8221; by Mario Zechner comes in. The talk opens with an observation any open-source maintainer knows all too well: repositories drowning in agent-generated issues and PRs, exciting experiences on greenfield hobby projects that don&#8217;t translate at all to real production codebases.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s the talk a senior audience waits for at every AI conference \u2014 the one that doesn&#8217;t sell the transformation but interrogates it, asking how to recover discipline and agency without giving up the real benefits of agentic tools entirely. Set next to Graziano&#8217;s and Collina&#8217;s talks, it works as an epistemic corrective: adoption has a dark side made of volume without quality, and it&#8217;s worth knowing that before you scale something that can&#8217;t hold up.<\/p>\n\n\n\n<h2 id=\"h-5-the-architectural-question-that-precedes-every-adoption-do-you-even-need-an-agent\" class=\"wp-block-heading\">5. The architectural question that precedes every adoption: do you even need an agent?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before configuring or scaling anything, there&#8217;s a question too often skipped: is an agentic architecture actually the right one? Jigyasa Grover tackles it head-on in &#8220;When NOT to Use an Agent: Choosing Between Workflows, Services, and LLM Orchestration,&#8221; reminding us that agents aren&#8217;t an automatic upgrade \u2014 they&#8217;re a trade-off, one that brings non-determinism, a larger attack surface, harder evaluation, and operational unpredictability.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The talk&#8217;s value for a senior developer is its comparison framework across three architectural patterns \u2014 deterministic workflows, service-oriented architectures augmented with LLMs, and full agentic orchestration \u2014 analyzed along very concrete axes: failure isolation, latency and cost predictability, observability, security boundaries, and regression-testing strategy. It&#8217;s the antidote to the &#8220;automation? integration? reasoning? build an agent&#8221; reflex that&#8217;s becoming dangerously close to a default.<\/p>\n\n\n\n<h2 id=\"h-6-the-process-that-has-to-adapt-code-review-under-agentic-pressure\" class=\"wp-block-heading\">6. The process that has to adapt: code review under agentic pressure<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If agents write code faster than teams can review it, the bottleneck shifts to PR review. Vladi Stevanovic addresses this in &#8220;The Swiss Cheese Fix: Why PR Quality Needs Layers,&#8221; starting from a problem many teams had already quietly accepted \u2014 PRs left unreviewed for days, 500-line diffs skimmed rather than read, rubber-stamp approvals on changes nobody truly understood \u2014 and showing how the sudden flood of agent-generated PRs pushed that situation past sustainable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">His proposal is the &#8220;Swiss cheese&#8221; model: several imperfect layers of defense \u2014 spec-driven development, competition between multiple agents, automated verification, and correct runtime context from the start \u2014 that together produce a system more reliable than any single layer on its own. It&#8217;s the talk that completes the picture: AI adoption doesn&#8217;t just require new tools, it requires processes redesigned around a volume of generated code that the old processes were never built to absorb.<\/p>\n\n\n\n<h2 id=\"h-7-the-necessary-closer-why-we-need-more-engineers-not-fewer\" class=\"wp-block-heading\">7. The necessary closer: why we need more engineers, not fewer<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We close with the talk that, in our view, gives meaning to all the others: &#8220;Why Coding Agents Need You More Than Ever&#8221; by Alfonso Fuggetta. The question &#8220;will AI make developers obsolete?&#8221; gets dismissed as false simplicity \u2014 whether in its hype version or its denial version (&#8220;it&#8217;s just autocomplete&#8221;).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fuggetta&#8217;s argument is structural: an LLM has no internal reference for correctness, no understanding of the domain it&#8217;s building for, no orientation toward the system&#8217;s future, no memory across sessions. This isn&#8217;t a gap the next model release will close \u2014 it&#8217;s a structural void that has to be filled with method, domain knowledge, design judgment, process, and engineering depth. The conclusion \u2014 uncomfortable and liberating at once \u2014 is that capable agents don&#8217;t reduce the need for software engineering. They increase it.<\/p>\n\n\n\n<h2 id=\"h-the-thread-that-ties-the-seven-talks-together\" class=\"wp-block-heading\">The thread that ties the seven talks together<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Read in sequence, these talks don&#8217;t tell a single, linear story (&#8220;AI works&#8221; or &#8220;AI doesn&#8217;t work&#8221;). They trace a multi-layered lesson that mirrors exactly the questions a senior developer is asking today:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Organizationally<\/strong>, adoption is a behavioral-change problem at scale, not a tooling problem <em>(Graziano)<\/em>.<\/li>\n\n\n\n<li><strong>At the configuration level<\/strong>, result quality depends on how you govern the agent&#8217;s surfaces, not on the tool itself <em>(Cassani)<\/em>.<\/li>\n\n\n\n<li><strong>Individually<\/strong>, AI-amplified autonomy is extremely powerful but fragile without technical taste <em>(Collina)<\/em>.<\/li>\n\n\n\n<li><strong>Critically<\/strong>, you need the discipline to recognize when adoption is producing only noise <em>(Zechner)<\/em>.<\/li>\n\n\n\n<li><strong>Architecturally<\/strong>, the right question isn&#8217;t &#8220;which agent&#8221; but &#8220;do we even need an agent&#8221; <em>(Grover)<\/em>.<\/li>\n\n\n\n<li><strong>At the process level<\/strong>, review workflows need to be redesigned in layers to handle the new volume <em>(Stevanovic)<\/em>.<\/li>\n\n\n\n<li><strong>Strategically<\/strong>, all of this increases \u2014 rather than reduces \u2014 the value of real software engineering <em>(Fuggetta)<\/em>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If there&#8217;s one single takeaway, it&#8217;s this: mature AI adoption isn&#8217;t the accumulation of tools \u2014 it&#8217;s the accumulation of judgment about when, where, and how to use them. And that, it turns out, is exactly the kind of judgment that still requires a human engineer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Want to hear these talks live?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These seven talks \u2014 and many others on the same thread of AI adoption, agentic engineering, and software engineering in the age of LLMs \u2014 are on the program at Codemotion AI &amp; Tech Conference in Milan. If you work with code every day and want to compare notes with people who&#8217;ve already faced these trade-offs in production, this is the place to do it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/conferences.codemotion.com\/milan\/\">Discover the full program and book your seat \u2192<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>There&#8217;s a moment in every technology cycle when the conversation shifts register. The question stops being whether to adopt AI, and becomes how \u2014 and, more importantly, at what organizational, cognitive, and quality cost. If you&#8217;re a senior developer, you&#8217;ve probably already moved past demo-day enthusiasm and into the more uncomfortable phase: figuring out what&#8230; <a class=\"more-link\" href=\"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/\">Read more<\/a><\/p>\n","protected":false},"author":64,"featured_media":22850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_uag_custom_page_level_css":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[46],"tags":[13947],"collections":[11387],"class_list":["post-36547","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ai-ml","tag-ai-adoption-en","collections-top-of-the-week","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>7 AI Adoption Lessons From People Who&#039;ve Already Been Through It - Codemotion Magazine<\/title>\n<meta name=\"description\" content=\"Questi sette speech \u2014 e molti altri sullo stesso filo di AI adoption, agentic engineering e ingegneria del software nell&#039;era degli LLM \u2014 sono nel programma di Codemotion AI &amp; Tech Conference.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"7 AI Adoption Lessons From People Who&#039;ve Already Been Through It\" \/>\n<meta property=\"og:description\" content=\"Questi sette speech \u2014 e molti altri sullo stesso filo di AI adoption, agentic engineering e ingegneria del software nell&#039;era degli LLM \u2014 sono nel programma di Codemotion AI &amp; Tech Conference.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/\" \/>\n<meta property=\"og:site_name\" content=\"Codemotion Magazine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Codemotion.Italy\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-03T14:18:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-03T14:18:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1255\" \/>\n\t<meta property=\"og:image:height\" content=\"835\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Codemotion\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodemotionIT\" \/>\n<meta name=\"twitter:site\" content=\"@CodemotionIT\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Codemotion\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/\"},\"author\":{\"name\":\"Codemotion\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#\\\/schema\\\/person\\\/201bb98b02412383686cced7521b861c\"},\"headline\":\"7 AI Adoption Lessons From People Who&#8217;ve Already Been Through It\",\"datePublished\":\"2026-09-03T14:18:52+00:00\",\"dateModified\":\"2026-09-03T14:18:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/\"},\"wordCount\":1456,\"publisher\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/AI-and-creativity-min.jpg\",\"keywords\":[\"ai adoption\"],\"articleSection\":[\"AI\\\/ML\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/\",\"url\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/\",\"name\":\"7 AI Adoption Lessons From People Who've Already Been Through It - Codemotion Magazine\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/AI-and-creativity-min.jpg\",\"datePublished\":\"2026-09-03T14:18:52+00:00\",\"dateModified\":\"2026-09-03T14:18:53+00:00\",\"description\":\"Questi sette speech \u2014 e molti altri sullo stesso filo di AI adoption, agentic engineering e ingegneria del software nell'era degli LLM \u2014 sono nel programma di Codemotion AI & Tech Conference.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/AI-and-creativity-min.jpg\",\"contentUrl\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/AI-and-creativity-min.jpg\",\"width\":1255,\"height\":835,\"caption\":\"AI and creativity by Groeneveld\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI\\\/ML\",\"item\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/ai-ml\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"7 AI Adoption Lessons From People Who&#8217;ve Already Been Through It\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#website\",\"url\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/\",\"name\":\"Codemotion Magazine\",\"description\":\"We code the future. Together\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#organization\",\"name\":\"Codemotion\",\"url\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/codemotionlogo.png\",\"contentUrl\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/codemotionlogo.png\",\"width\":225,\"height\":225,\"caption\":\"Codemotion\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Codemotion.Italy\\\/\",\"https:\\\/\\\/x.com\\\/CodemotionIT\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/#\\\/schema\\\/person\\\/201bb98b02412383686cced7521b861c\",\"name\":\"Codemotion\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/cropped-codemotionlogo-150x150.png\",\"url\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/cropped-codemotionlogo-150x150.png\",\"contentUrl\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/cropped-codemotionlogo-150x150.png\",\"caption\":\"Codemotion\"},\"description\":\"Articles wirtten by the Codemotion staff. Tech news, inspiration, latest treends in software development and more.\",\"sameAs\":[\"https:\\\/\\\/x.com\\\/CodemotionIT\"],\"url\":\"https:\\\/\\\/www.codemotion.com\\\/magazine\\\/author\\\/codemotion-2\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"7 AI Adoption Lessons From People Who've Already Been Through It - Codemotion Magazine","description":"Questi sette speech \u2014 e molti altri sullo stesso filo di AI adoption, agentic engineering e ingegneria del software nell'era degli LLM \u2014 sono nel programma di Codemotion AI & Tech Conference.","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:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/","og_locale":"en_US","og_type":"article","og_title":"7 AI Adoption Lessons From People Who've Already Been Through It","og_description":"Questi sette speech \u2014 e molti altri sullo stesso filo di AI adoption, agentic engineering e ingegneria del software nell'era degli LLM \u2014 sono nel programma di Codemotion AI & Tech Conference.","og_url":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/","og_site_name":"Codemotion Magazine","article_publisher":"https:\/\/www.facebook.com\/Codemotion.Italy\/","article_published_time":"2026-09-03T14:18:52+00:00","article_modified_time":"2026-09-03T14:18:53+00:00","og_image":[{"width":1255,"height":835,"url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg","type":"image\/jpeg"}],"author":"Codemotion","twitter_card":"summary_large_image","twitter_creator":"@CodemotionIT","twitter_site":"@CodemotionIT","twitter_misc":{"Written by":"Codemotion","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/#article","isPartOf":{"@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/"},"author":{"name":"Codemotion","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/201bb98b02412383686cced7521b861c"},"headline":"7 AI Adoption Lessons From People Who&#8217;ve Already Been Through It","datePublished":"2026-09-03T14:18:52+00:00","dateModified":"2026-09-03T14:18:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/"},"wordCount":1456,"publisher":{"@id":"https:\/\/www.codemotion.com\/magazine\/#organization"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg","keywords":["ai adoption"],"articleSection":["AI\/ML"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/","url":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/","name":"7 AI Adoption Lessons From People Who've Already Been Through It - Codemotion Magazine","isPartOf":{"@id":"https:\/\/www.codemotion.com\/magazine\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/#primaryimage"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg","datePublished":"2026-09-03T14:18:52+00:00","dateModified":"2026-09-03T14:18:53+00:00","description":"Questi sette speech \u2014 e molti altri sullo stesso filo di AI adoption, agentic engineering e ingegneria del software nell'era degli LLM \u2014 sono nel programma di Codemotion AI & Tech Conference.","breadcrumb":{"@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/#primaryimage","url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg","contentUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg","width":1255,"height":835,"caption":"AI and creativity by Groeneveld"},{"@type":"BreadcrumbList","@id":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/7-ai-adoption-lessons-from-people-whove-already-been-through-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codemotion.com\/magazine\/"},{"@type":"ListItem","position":2,"name":"AI\/ML","item":"https:\/\/www.codemotion.com\/magazine\/ai-ml\/"},{"@type":"ListItem","position":3,"name":"7 AI Adoption Lessons From People Who&#8217;ve Already Been Through It"}]},{"@type":"WebSite","@id":"https:\/\/www.codemotion.com\/magazine\/#website","url":"https:\/\/www.codemotion.com\/magazine\/","name":"Codemotion Magazine","description":"We code the future. Together","publisher":{"@id":"https:\/\/www.codemotion.com\/magazine\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.codemotion.com\/magazine\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.codemotion.com\/magazine\/#organization","name":"Codemotion","url":"https:\/\/www.codemotion.com\/magazine\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/","url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png","contentUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png","width":225,"height":225,"caption":"Codemotion"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Codemotion.Italy\/","https:\/\/x.com\/CodemotionIT"]},{"@type":"Person","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/201bb98b02412383686cced7521b861c","name":"Codemotion","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/cropped-codemotionlogo-150x150.png","url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/cropped-codemotionlogo-150x150.png","contentUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/cropped-codemotionlogo-150x150.png","caption":"Codemotion"},"description":"Articles wirtten by the Codemotion staff. Tech news, inspiration, latest treends in software development and more.","sameAs":["https:\/\/x.com\/CodemotionIT"],"url":"https:\/\/www.codemotion.com\/magazine\/author\/codemotion-2\/"}]}},"featured_image_src":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-600x400.jpg","featured_image_src_square":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-600x600.jpg","author_info":{"display_name":"Codemotion","author_link":"https:\/\/www.codemotion.com\/magazine\/author\/codemotion-2\/"},"uagb_featured_image_src":{"full":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg",1255,835,false],"thumbnail":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-150x150.jpg",150,150,true],"medium":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-300x200.jpg",300,200,true],"medium_large":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-768x511.jpg",768,511,true],"large":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-1024x681.jpg",1024,681,true],"1536x1536":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg",1255,835,false],"2048x2048":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg",1255,835,false],"small-home-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min.jpg",100,67,false],"sidebar-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-180x128.jpg",180,128,true],"genesis-singular-images":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-896x504.jpg",896,504,true],"archive-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-400x225.jpg",400,225,true],"gb-block-post-grid-landscape":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-600x400.jpg",600,400,true],"gb-block-post-grid-square":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/AI-and-creativity-min-600x600.jpg",600,600,true]},"uagb_author_info":{"display_name":"Codemotion","author_link":"https:\/\/www.codemotion.com\/magazine\/author\/codemotion-2\/"},"uagb_comment_info":0,"uagb_excerpt":"There&#8217;s a moment in every technology cycle when the conversation shifts register. The question stops being whether to adopt AI, and becomes how \u2014 and, more importantly, at what organizational, cognitive, and quality cost. If you&#8217;re a senior developer, you&#8217;ve probably already moved past demo-day enthusiasm and into the more uncomfortable phase: figuring out what&#8230;&hellip;","lang":"en","_links":{"self":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/36547","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/users\/64"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/comments?post=36547"}],"version-history":[{"count":1,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/36547\/revisions"}],"predecessor-version":[{"id":36548,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/36547\/revisions\/36548"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/media\/22850"}],"wp:attachment":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/media?parent=36547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/categories?post=36547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/tags?post=36547"},{"taxonomy":"collections","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/collections?post=36547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}