{"id":226457,"date":"2025-06-28T17:03:20","date_gmt":"2025-06-28T15:03:20","guid":{"rendered":"https:\/\/www.aivancity.ai\/blog\/gemini-cli-google-provides-a-free-autonomous-code-agent-with-artificial-intelligence\/"},"modified":"2025-07-17T14:22:02","modified_gmt":"2025-07-17T12:22:02","slug":"gemini-cli-google-provides-a-free-autonomous-code-agent-with-artificial-intelligence","status":"publish","type":"post","link":"https:\/\/aivancity.ai\/blog\/gemini-cli-google-provides-a-free-autonomous-code-agent-with-artificial-intelligence\/","title":{"rendered":"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-bfbb3100950b7112826e4bcb67efcf84\" style=\"color:#986e13\">A new step towards AI-assisted programming<\/h2>\n\n<p class=\"text-justify\">In a context where artificial intelligence agents are multiplying, Google has just reached a significant milestone. On June 4, 2025, the Mountain View company unveiled <strong>Gemini CLI<\/strong>, an <strong>autonomous development agent<\/strong> based on Gemini 1.5 Flash technology, available free of charge on the command line. Unlike tools reserved for premium subscribers, Gemini CLI is available to all developers via a simplified yet powerful interface. This announcement marks a clear commitment to democratizing the use of artificial intelligence in software development processes, while accelerating the transition to semi-automated production environments.   <\/p>\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-c05ba198f132befcbaf729856c8c9544\" style=\"color:#986e13\">An autonomous agent focused on the developer environment<\/h2>\n\n<p class=\"text-justify\">What sets Gemini CLI apart from conventional AI models is its <strong>command-line interaction mode<\/strong>. Through the terminal, developers can : <\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>generate, correct and rewrite code<\/strong> in several languages,<\/li>\n\n\n\n<li><strong>create automated tests<\/strong> from functional specifications,<\/li>\n\n\n\n<li><strong>document an existing project<\/strong> by scanning the file structure,<\/li>\n\n\n\n<li>or <strong>summarize logs, identify bugs<\/strong> or suggest performance improvements.<\/li>\n<\/ul>\n\n<p class=\"text-justify\">The embedded model, Gemini 1.5 Flash, has been specifically adapted for local tasks, with <strong>fast response times<\/strong>, extended <strong>contextual understanding<\/strong> and <strong>enhanced energy efficiency<\/strong>, facilitating use on standard machines.<\/p>\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-b2f3b26bcc69d051cb569f8aa9d1b044\" style=\"color:#986e13\">Concrete use cases in development teams<\/h2>\n\n<p>The accessibility of Gemini CLI could significantly transform the practices of :<\/p>\n\n<ul class=\"wp-block-list\">\n<li class=\"text-justify\"><strong>Continuous deployment<\/strong>: the agent can generate CI\/CD scripts adapted to environments such as GitHub Actions, GitLab CI or Jenkins.<\/li>\n\n\n\n<li class=\"text-justify\"><strong>Automated refactoring<\/strong>: in a complex code base, Gemini CLI detects redundant functions, optimizes dependencies and proposes more robust alternatives.<\/li>\n\n\n\n<li class=\"text-justify\"><strong>Accelerated onboarding<\/strong>: a junior developer can interrogate the agent to understand a software architecture or obtain a summary of a framework&rsquo;s usage.<\/li>\n\n\n\n<li class=\"text-justify\"><strong>Proactive security<\/strong>: the agent identifies vulnerable dependencies (e.g. CVEs) and proposes compatible patches.<\/li>\n<\/ul>\n\n<p class=\"text-justify\">According to a study by SlashData (2024), <strong>more than 38% of developers worldwide are already using command-line AI assistants<\/strong>, a figure that is growing rapidly in large companies<sup><a href=\"#ref1\">1<\/a><\/sup>.<\/p>\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-91b95b62f45866e35d6bf19f28cbb37a\" style=\"color:#986e13\">An open-source, inclusive technological breakthrough<\/h2>\n\n<p class=\"text-justify\">Google has chosen to make <strong>Gemini CLI open source<\/strong>, enabling companies to integrate it into their own DevOps chains, audit its operation or adapt it to specific needs. The code is available on GitHub with detailed documentation, compatible with Linux, MacOS and WSL on Windows. <\/p>\n\n<p class=\"text-justify\">This choice is designed to encourage adoption in sovereign or regulated contexts, particularly in companies that wish to retain <strong>local control over the execution of AI tasks<\/strong>, without going through the cloud. The agent can be run locally with a small memory footprint, thanks to an adaptive model loading system. <\/p>\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-6fc755d6d7c58d89f454100914b5b355\" style=\"color:#986e13\">Developing faster&#8230; while remaining responsible<\/h2>\n\n<p>Google insists on the <strong>ethical safeguards<\/strong> built into Gemini CLI :<\/p>\n\n<ul class=\"wp-block-list\">\n<li>code suggestions are annotated with their probable source (open source, documentation, pure generation),<\/li>\n\n\n\n<li>a \u00ab\u00a0Safe Output\u00a0\u00bb mode prevents the generation of sensitive scripts (e.g. <code>rm<\/code> commands, SQL injections),<\/li>\n\n\n\n<li>query logs are stored locally to ensure <strong>traceability<\/strong>.<\/li>\n<\/ul>\n\n<p class=\"text-justify\">These guarantees are designed to address concerns about<strong>AI in mission-critical environments<\/strong>, in line with the principles of the future European AI Act.<sup><a href=\"#ref2\">2<\/a><\/sup>.<\/p>\n\n<p class=\"text-justify\">At the same time, the company stresses that <strong>the human being remains the decision-maker<\/strong>: Gemini CLI is designed as a co-pilot, not as a replacement. The aim is not to generate an entire application autonomously, but to<strong>accompany developers<\/strong> in their daily tasks, leaving them in control. <\/p>\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-899dcf9892338b34921fdc94b52c96e2\" style=\"color:#986e13\">Towards a new software development grammar<\/h2>\n\n<p class=\"text-justify\">Gemini CLI is part of a broader trend: <strong>conversational programming<\/strong>, in which the boundary between human and machine language is becoming blurred. Following in the footsteps of Codex (OpenAI), Cursor IDE and Devin AI, this new open source agent is helping to redefine the role of the developer as the <strong>architect of dialogue with the machine<\/strong>. <\/p>\n\n<p class=\"text-justify\">The challenge then becomes one of training: understanding the limits of generative AI, knowing how to formulate effective prompts, or ensuring the compliance of generated code. Platforms such as GitHub Copilot Labs or Google Developers Hub already offer support modules, illustrating the need to rethink skills in the era of <strong>augmented code<\/strong>. <\/p>\n\n<h3 class=\"wp-block-heading has-text-color has-link-color wp-elements-968bb0b0623b036bd9dd4e3e3e30e23c\" style=\"color:#5a5e83\">References<\/h3>\n\n<p id=\"ref1\" style=\"text-align:justify;\">1.SlashData. (2024). Developer Nation Survey Q3 2024.  <br\/> <a href=\"http:\/\/www.slashdata.co\/\">http:\/\/www.slashdata.co\/<\/a>\n<\/p>\n\n<p id=\"ref2\" style=\"text-align:justify;\">2. European Commission. (2024). AI Act: Proposal for a Regulation on Artificial Intelligence.  <br\/> \n<a href=\"http:\/\/www.eur-lex.europa.eu\/legal-content\/EN\/TXT\/?uri=CELEX:52021PC0206\" target=\"_blank\">http:\/\/www.eur-lex.europa.eu\/legal-content\/EN\/TXT\/?uri=CELEX:52021PC0206<\/a>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In a context where artificial intelligence agents are multiplying, Google has just reached a significant milestone. On June 4, 2025, the Mountain View company unveiled Gemini CLI, an autonomous development agent based on Gemini 1.5 Flash technology, available free of charge on the command line. Unlike tools reserved for premium subscribers, Gemini CLI is available to all developers via a simplified yet powerful interface.    <\/p>\n","protected":false},"author":2,"featured_media":225584,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[90,84],"tags":[79],"class_list":{"0":"post-226457","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ia-agentique-en","8":"category-technological-advances-in-ai","9":"tag-lets-talk-ai"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gemini CLI: Google provides a free autonomous code agent with artificial intelligence<\/title>\n<meta name=\"description\" content=\"Google launches Gemini CLI, a free command-line AI agent to help developers code, test and document more efficiently. An open source breakthrough.\" \/>\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.aivancity.ai\/blog\/en\/?p=226457\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence\" \/>\n<meta property=\"og:description\" content=\"Google launches Gemini CLI, a free command-line AI agent to help developers code, test and document more efficiently. An open source breakthrough.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457\" \/>\n<meta property=\"og:site_name\" content=\"aivancity blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-28T15:03:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-17T12:22:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.aivancity.ai\/blog\/wp-content\/uploads\/2025\/06\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"aivancity\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"aivancity\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457\"},\"author\":{\"name\":\"aivancity\",\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/#\\\/schema\\\/person\\\/328ad43488c5a9862120397242946d86\"},\"headline\":\"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence\",\"datePublished\":\"2025-06-28T15:03:20+00:00\",\"dateModified\":\"2025-07-17T12:22:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457\"},\"wordCount\":675,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aivancity.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png\",\"keywords\":[\"Let&#039;s talk AI\"],\"articleSection\":[\"IA Agentique\",\"Technological advances in AI\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457\",\"url\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457\",\"name\":\"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aivancity.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png\",\"datePublished\":\"2025-06-28T15:03:20+00:00\",\"dateModified\":\"2025-07-17T12:22:02+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/#\\\/schema\\\/person\\\/328ad43488c5a9862120397242946d86\"},\"description\":\"Google launches Gemini CLI, a free command-line AI agent to help developers code, test and document more efficiently. An open source breakthrough.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457#primaryimage\",\"url\":\"https:\\\/\\\/aivancity.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png\",\"contentUrl\":\"https:\\\/\\\/aivancity.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/en\\\/?p=226457#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/\",\"name\":\"aivancity blog\",\"description\":\"Advancing education in Artificial Intelligence\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.aivancity.ai\\\/blog\\\/#\\\/schema\\\/person\\\/328ad43488c5a9862120397242946d86\",\"name\":\"aivancity\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g\",\"caption\":\"aivancity\"},\"url\":\"https:\\\/\\\/aivancity.ai\\\/blog\\\/author\\\/romdhani\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence","description":"Google launches Gemini CLI, a free command-line AI agent to help developers code, test and document more efficiently. An open source breakthrough.","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.aivancity.ai\/blog\/en\/?p=226457","og_locale":"fr_FR","og_type":"article","og_title":"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence","og_description":"Google launches Gemini CLI, a free command-line AI agent to help developers code, test and document more efficiently. An open source breakthrough.","og_url":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457","og_site_name":"aivancity blog","article_published_time":"2025-06-28T15:03:20+00:00","article_modified_time":"2025-07-17T12:22:02+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/www.aivancity.ai\/blog\/wp-content\/uploads\/2025\/06\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png","type":"image\/png"}],"author":"aivancity","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"aivancity","Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457#article","isPartOf":{"@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457"},"author":{"name":"aivancity","@id":"https:\/\/www.aivancity.ai\/blog\/#\/schema\/person\/328ad43488c5a9862120397242946d86"},"headline":"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence","datePublished":"2025-06-28T15:03:20+00:00","dateModified":"2025-07-17T12:22:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457"},"wordCount":675,"commentCount":0,"image":{"@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457#primaryimage"},"thumbnailUrl":"https:\/\/aivancity.ai\/blog\/wp-content\/uploads\/2025\/06\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png","keywords":["Let&#039;s talk AI"],"articleSection":["IA Agentique","Technological advances in AI"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.aivancity.ai\/blog\/en\/?p=226457#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457","url":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457","name":"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence","isPartOf":{"@id":"https:\/\/www.aivancity.ai\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457#primaryimage"},"image":{"@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457#primaryimage"},"thumbnailUrl":"https:\/\/aivancity.ai\/blog\/wp-content\/uploads\/2025\/06\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png","datePublished":"2025-06-28T15:03:20+00:00","dateModified":"2025-07-17T12:22:02+00:00","author":{"@id":"https:\/\/www.aivancity.ai\/blog\/#\/schema\/person\/328ad43488c5a9862120397242946d86"},"description":"Google launches Gemini CLI, a free command-line AI agent to help developers code, test and document more efficiently. An open source breakthrough.","breadcrumb":{"@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aivancity.ai\/blog\/en\/?p=226457"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457#primaryimage","url":"https:\/\/aivancity.ai\/blog\/wp-content\/uploads\/2025\/06\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png","contentUrl":"https:\/\/aivancity.ai\/blog\/wp-content\/uploads\/2025\/06\/Gemini-CLI-Google-met-a-disposition-gratuitement-un-agent-de-code-autonome-a-intelligence-artificielle.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.aivancity.ai\/blog\/en\/?p=226457#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.aivancity.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"Gemini CLI: Google provides a free autonomous code agent with artificial intelligence"}]},{"@type":"WebSite","@id":"https:\/\/www.aivancity.ai\/blog\/#website","url":"https:\/\/www.aivancity.ai\/blog\/","name":"aivancity blog","description":"Advancing education in Artificial Intelligence","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aivancity.ai\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Person","@id":"https:\/\/www.aivancity.ai\/blog\/#\/schema\/person\/328ad43488c5a9862120397242946d86","name":"aivancity","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7dc107f50fcc29a52e9e6704b51b2692c12abbd1e30492734163b097a2c1c3ae?s=96&d=mm&r=g","caption":"aivancity"},"url":"https:\/\/aivancity.ai\/blog\/author\/romdhani\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/posts\/226457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/comments?post=226457"}],"version-history":[{"count":2,"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/posts\/226457\/revisions"}],"predecessor-version":[{"id":226459,"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/posts\/226457\/revisions\/226459"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/media\/225584"}],"wp:attachment":[{"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/media?parent=226457"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/categories?post=226457"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aivancity.ai\/blog\/wp-json\/wp\/v2\/tags?post=226457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}