{"id":71211,"date":"2025-06-12T13:51:12","date_gmt":"2025-06-12T16:51:12","guid":{"rendered":"https:\/\/evertectrends.com\/vibe-coding-the-future-of-programming-with-generative-ai\/"},"modified":"2025-08-20T18:14:16","modified_gmt":"2025-08-20T21:14:16","slug":"vibe-coding-the-future-of-programming-with-generative-ai","status":"publish","type":"post","link":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/","title":{"rendered":"Vibe Coding: The Future of Programming with Generative AI"},"content":{"rendered":"\n<p>We are experiencing a profound transformation in the way software is created. Sequential logic and upfront planning are giving way to a more fluid, iterative\u2014and, why not say it\u2014more human approach. This is the context in which the concept of vibe coding is gaining momentum. Popularized by Andrej Karpathy, vibe coding <strong>represents a new way of programming<\/strong>, guided more by intention and experimentation than by rigid plans.   <\/p>\n<p>With the rise of <a href=\"https:\/\/evertectrends.com\/setor-bancario-ia-generativa\/\">generative language<\/a> models (LLMs) like ChatGPT, Claude, Gemini, and Copilot, we are witnessing a new cycle in software engineering. These are not just tools that complete lines of code\u2014they are platforms that interpret ideas, build functional blocks, adjust syntax, and optimize structures almost instantly. We are moving from design before code to idea-to-code.  <\/p>\n<h2>From Intuition to Deploy: A New Workflow<\/h2>\n<p>What makes vibe coding so transformative is its ability to drastically shorten the distance between concept and execution. Instead of starting with a detailed architecture or extensive diagrams, the developer begins with a command, a sketch, or a question. AI responds with a proposed solution. The process moves forward in rapid cycles of refinement and validation, with the human acting as editor and strategist.   <\/p>\n<p>This dynamic will help automate repetitive development tasks\u2014such as boilerplate generation, unit testing, automation scripts, and basic refactoring\u2014freeing developers to focus on what truly matters: architecture, user experience, and solving strategic problems. <\/p>\n<h3>Impact of Vibe Coding on Startups and Enterprises<\/h3>\n<p>It\u2019s no coincidence that small teams are achieving exponential results. According to interviews shared by accelerator Y Combinator, startups with fewer than 10 people are generating millions in revenue\u2014something unthinkable just a few years ago. The combination of generative AI, cloud environments, and collaborative tools is leveling the playing field, enabling small teams to deliver value on a global scale.  <\/p>\n<p>In large enterprises, this new paradigm is already a reality. During <a href=\"https:\/\/www.llama.com\/events\/llamacon\/2025\/\">LlamaCon 2025<\/a>\u2014the first conference dedicated exclusively to developers and researchers working with Meta\u2019s Llama AI models\u2014Microsoft CEO Satya Nadella revealed that 20% to 30% of the code in the company\u2019s repositories is now AI-generated, highlighting how quickly AI-assisted development is being integrated into enterprise-scale software engineering workflows. <\/p>\n<p>The global market for generative AI-powered software, which includes vibe coding, low-code, and no-code solutions, is projected to grow from approximately $196.63 billion in 2022 to around $1.81 trillion by 2030, at a compound annual growth rate (CAGR) of 37.3%, according to Grandview Research.<\/p>\n<h2>Challenges and Risks of Vibe Coding <\/h2>\n<p>Even so, the landscape is not without challenges. Vibe coding is not a magic shortcut to quality, nor a replacement for traditional engineering. It demands greater technical judgment, stronger critical thinking, and deeper awareness of architecture, version control, testing, security, and scalability.  <\/p>\n<p>When used irresponsibly, vibe coding can create technical debt that is hard to fix. Code that \u201cworks\u201d is not necessarily sustainable. That\u2019s why the developer\u2019s role as solution architect remains essential. AI is powerful, but it still operates on statistical patterns and requires context, clear objectives, and human oversight.   <\/p>\n<p>This is not a revolution in the sense of discarding the past\u2014it\u2019s an evolution that expands the possibilities for those who already master the fundamentals of software engineering. <\/p>\n<h2>The New Developer Profile: Orchestrator<\/h2>\n<p>We are seeing the rise of a new type of developer\u2014someone who blends product vision, technical expertise, and mastery of AI tools. Someone capable of translating business problems into technical solutions with the support of generative assistants, without relinquishing technical responsibility. We are not moving toward less code, but toward better code\u2014faster and with less friction.  <\/p>\n<p>Vibe coding does not eliminate development complexity, but it gives us a new way to approach it: with creativity, autonomy, and more powerful tools than ever. AI has not come to replace programmers\u2014it has come to redefine what it means to \u201cprogram.\u201d   <\/p>\n<h2>Practical guide: how to apply Vibe Coding in your daily life  <\/h2>\n<p>Here are some tips for getting the most out of vibe coding:<\/p>\n<h3>Start with clarity<\/h3>\n<p>&#8211; Define your vision objectively<\/p>\n<p>&#8211; Use tools like ChatGPT, Claude or Gemini 2.5 Pro to organize ideas, set objectives and map out functionalities<\/p>\n<h3>Choose the right tool for you<\/h3>\n<p>&#8211; Beginners: start with Bolt.new, Replit or Lovable<\/p>\n<p>&#8211; Experienced developers: prefer VS Code, Cursor or Windsurf for more sophisticated flows and advanced control<\/p>\n<h3>Create a project plan with AI<\/h3>\n<p>&#8211; Create a README.md or project.md file in the project folder with:<\/p>\n<ul style=\"list-style-type: square;\">\n<li>Description of what will be built<\/li>\n<li>Planned functionalities<\/li>\n<li>Future ideas<\/li>\n<\/ul>\n<p>&#8211; Work with AI to simplify this plan and develop it section by section<\/p>\n<h3>Write specific Prompts<\/h3>\n<p>&#8211; Instruct the AI clearly<\/p>\n<p>&#8211; Avoid vague phrases. Provide context, objectives and constraints whenever possible <\/p>\n<h3>Build in small blocks<\/h3>\n<p>&#8211; Divide the project into smaller parts<\/p>\n<p>&#8211; Implement, test and commit by block<\/p>\n<p>&#8211; This approach facilitates debugging and continuous evolution<\/p>\n<h3>Rigorous testing<\/h3>\n<p>&#8211; Never assume that AI code is perfect<\/p>\n<p>&#8211; Apply unit tests, integration tests and simulations in different environments<\/p>\n<h3>Use advanced vibe coding tools<\/h3>\n<p>&#8211; VS Code: offers AI integration, intelligent suggestions and efficient debugging<\/p>\n<p>&#8211; Cursor: ideal for exploring, editing and generating code with continuous AI assistance<\/p>\n<p>&#8211; Windsurf: focuses on productivity with robust support for teams and automation<\/p>\n<h3>Technical care and good practice<\/h3>\n<p>&#8211; Avoid unnecessary abstractions, prefer simple, readable solutions<\/p>\n<p>&#8211; Use global variables with caution<\/p>\n<p>&#8211; Document and comment, even if the AI generates the code, write comments and keep clear documentation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Understand what vibe coding is, its application with AI and how it is revolutionizing modern software development.<\/p>\n","protected":false},"author":17,"featured_media":58562,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2411,2410],"tags":[2417,2412,2414,2413,2418,2416,2415],"class_list":["post-71211","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-and-big-data","category-tech-and-trends","tag-developer","tag-digital-transformation-en","tag-generative-ai","tag-ia-en-2","tag-llamacon-en","tag-programming","tag-vibe-conding-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Vibe Coding: The Future of Programming with Generative AI - Evertec Trends<\/title>\n<meta name=\"description\" content=\"Understand what vibe coding is, its application with AI and how it is revolutionizing modern software development.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vibe Coding: The Future of Programming with Generative AI - Evertec Trends\" \/>\n<meta property=\"og:description\" content=\"Understand what vibe coding is, its application with AI and how it is revolutionizing modern software development.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/\" \/>\n<meta property=\"og:site_name\" content=\"Evertec Trends\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-12T16:51:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-20T21:14:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evertectrends.dev.creativetm.co\/wp-content\/uploads\/2025\/06\/Vibe-coding.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1281\" \/>\n\t<meta property=\"og:image:height\" content=\"721\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Thiago Saldanha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thiago Saldanha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/\"},\"author\":{\"name\":\"Thiago Saldanha\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/person\/875ab999de532e759da3b4af859d1d5b\"},\"headline\":\"Vibe Coding: The Future of Programming with Generative AI\",\"datePublished\":\"2025-06-12T16:51:12+00:00\",\"dateModified\":\"2025-08-20T21:14:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/\"},\"wordCount\":910,\"publisher\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#organization\"},\"image\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png\",\"keywords\":[\"developer\",\"digital transformation\",\"Generative AI\",\"ia\",\"LlamaCon\",\"programming\",\"vibe conding\"],\"articleSection\":[\"AI &amp; Big Data\",\"Tech &amp; Trends\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/\",\"url\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/\",\"name\":\"Vibe Coding: The Future of Programming with Generative AI - Evertec Trends\",\"isPartOf\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png\",\"datePublished\":\"2025-06-12T16:51:12+00:00\",\"dateModified\":\"2025-08-20T21:14:16+00:00\",\"description\":\"Understand what vibe coding is, its application with AI and how it is revolutionizing modern software development.\",\"breadcrumb\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#primaryimage\",\"url\":\"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png\",\"contentUrl\":\"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png\",\"width\":1281,\"height\":721,\"caption\":\"Vibe coding: integra\u00e7\u00e3o fluida entre ideia e execu\u00e7\u00e3o no desenvolvimento moderno.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tech &amp; Trends\",\"item\":\"https:\/\/evertectrends.dev.creativetm.co\/en\/categories\/tech-and-trends\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Vibe Coding: The Future of Programming with Generative AI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#website\",\"url\":\"https:\/\/evertectrends.dev.creativetm.co\/\",\"name\":\"Evertec Trends\",\"description\":\"As tend\u00eancias de tecnologia para inovar com estrat\u00e9gia\",\"publisher\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/evertectrends.dev.creativetm.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#organization\",\"name\":\"Evertec Trends\",\"url\":\"https:\/\/evertectrends.dev.creativetm.co\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2024\/03\/logotipo-evertec-trends.svg\",\"contentUrl\":\"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2024\/03\/logotipo-evertec-trends.svg\",\"width\":241,\"height\":29,\"caption\":\"Evertec Trends\"},\"image\":{\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/person\/875ab999de532e759da3b4af859d1d5b\",\"name\":\"Thiago Saldanha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/310f6f016aac561a197ef32b3e4cf635a535968f6e62a1ba18a4777203f26c29?s=96&d=robohash&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/310f6f016aac561a197ef32b3e4cf635a535968f6e62a1ba18a4777203f26c29?s=96&d=robohash&r=g\",\"caption\":\"Thiago Saldanha\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/thiago-saldanha\/\"],\"url\":\"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/author\/thiago-saldanha\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Vibe Coding: The Future of Programming with Generative AI - Evertec Trends","description":"Understand what vibe coding is, its application with AI and how it is revolutionizing modern software development.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Vibe Coding: The Future of Programming with Generative AI - Evertec Trends","og_description":"Understand what vibe coding is, its application with AI and how it is revolutionizing modern software development.","og_url":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/","og_site_name":"Evertec Trends","article_published_time":"2025-06-12T16:51:12+00:00","article_modified_time":"2025-08-20T21:14:16+00:00","og_image":[{"width":1281,"height":721,"url":"https:\/\/evertectrends.dev.creativetm.co\/wp-content\/uploads\/2025\/06\/Vibe-coding.png","type":"image\/png"}],"author":"Thiago Saldanha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thiago Saldanha","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#article","isPartOf":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/"},"author":{"name":"Thiago Saldanha","@id":"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/person\/875ab999de532e759da3b4af859d1d5b"},"headline":"Vibe Coding: The Future of Programming with Generative AI","datePublished":"2025-06-12T16:51:12+00:00","dateModified":"2025-08-20T21:14:16+00:00","mainEntityOfPage":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/"},"wordCount":910,"publisher":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/#organization"},"image":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png","keywords":["developer","digital transformation","Generative AI","ia","LlamaCon","programming","vibe conding"],"articleSection":["AI &amp; Big Data","Tech &amp; Trends"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/","url":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/","name":"Vibe Coding: The Future of Programming with Generative AI - Evertec Trends","isPartOf":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#primaryimage"},"image":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png","datePublished":"2025-06-12T16:51:12+00:00","dateModified":"2025-08-20T21:14:16+00:00","description":"Understand what vibe coding is, its application with AI and how it is revolutionizing modern software development.","breadcrumb":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#primaryimage","url":"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png","contentUrl":"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png","width":1281,"height":721,"caption":"Vibe coding: integra\u00e7\u00e3o fluida entre ideia e execu\u00e7\u00e3o no desenvolvimento moderno."},{"@type":"BreadcrumbList","@id":"https:\/\/evertectrends.dev.creativetm.co\/en\/vibe-coding-the-future-of-programming-with-generative-ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/"},{"@type":"ListItem","position":2,"name":"Tech &amp; Trends","item":"https:\/\/evertectrends.dev.creativetm.co\/en\/categories\/tech-and-trends\/"},{"@type":"ListItem","position":3,"name":"Vibe Coding: The Future of Programming with Generative AI"}]},{"@type":"WebSite","@id":"https:\/\/evertectrends.dev.creativetm.co\/#website","url":"https:\/\/evertectrends.dev.creativetm.co\/","name":"Evertec Trends","description":"As tend\u00eancias de tecnologia para inovar com estrat\u00e9gia","publisher":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evertectrends.dev.creativetm.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evertectrends.dev.creativetm.co\/#organization","name":"Evertec Trends","url":"https:\/\/evertectrends.dev.creativetm.co\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/logo\/image\/","url":"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2024\/03\/logotipo-evertec-trends.svg","contentUrl":"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2024\/03\/logotipo-evertec-trends.svg","width":241,"height":29,"caption":"Evertec Trends"},"image":{"@id":"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/person\/875ab999de532e759da3b4af859d1d5b","name":"Thiago Saldanha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evertectrends.dev.creativetm.co\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/310f6f016aac561a197ef32b3e4cf635a535968f6e62a1ba18a4777203f26c29?s=96&d=robohash&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/310f6f016aac561a197ef32b3e4cf635a535968f6e62a1ba18a4777203f26c29?s=96&d=robohash&r=g","caption":"Thiago Saldanha"},"sameAs":["https:\/\/www.linkedin.com\/in\/thiago-saldanha\/"],"url":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/author\/thiago-saldanha\/"}]}},"featured_image_url":"https:\/\/evertectrends-com-stg-assets.s3.amazonaws.com\/wp-content\/uploads\/2025\/06\/Vibe-coding.png","primary_category":"AI &amp; Big Data","_links":{"self":[{"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/posts\/71211","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/comments?post=71211"}],"version-history":[{"count":0,"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/posts\/71211\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/media\/58562"}],"wp:attachment":[{"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/media?parent=71211"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/categories?post=71211"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evertectrends-com.plataformasegura.nubity.com\/en\/wp-json\/wp\/v2\/tags?post=71211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}