{"id":4954,"date":"2026-05-10T15:37:49","date_gmt":"2026-05-10T15:37:49","guid":{"rendered":"https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/"},"modified":"2026-05-10T15:37:49","modified_gmt":"2026-05-10T15:37:49","slug":"building-ai-native-products-founders-guide","status":"publish","type":"post","link":"https:\/\/rimanagency.com\/fr\/2026\/05\/10\/building-ai-native-products-founders-guide\/","title":{"rendered":"Cr\u00e9ation de produits natifs d&#039;IA\u00a0: au-del\u00e0 du chatbot ajout\u00e9"},"content":{"rendered":"<p><strong>Bolting a chatbot onto a 2018 product is like adding a steering wheel to a couch. It&#8217;s still a couch. AI-native products aren&#8217;t old products with AI features bolted on. They&#8217;re built around the assumption that intelligence, generation, and personalization are free at the edges. Four traits: adapts to the user, generates instead of selects, agents instead of waits, improves with use. Build with cost discipline, evaluation harnesses, multi-model architecture, and human override.<\/strong><\/p>\n<h2>Points cl\u00e9s \u00e0 retenir<\/h2>\n<ul>\n<li>AI-native products adapt, generate, agent, and improve \u2014 they don&#8217;t bolt features on a 2018 architecture.<\/li>\n<li>Track per-customer token cost weekly. Cap &#8220;unlimited&#8221; tiers.<\/li>\n<li>Build an eval harness from day one \u2014 cheapest insurance against silent quality regressions.<\/li>\n<li>Multi-model is the 2026 default. Single-vendor dependence is single-vendor risk.<\/li>\n<li>Always include a human override layer. Customers reward transparency about what AI is doing.<\/li>\n<\/ul>\n<h2>The Four Traits of an AI-Native Product<\/h2>\n<ol>\n<li><strong>It adapts to the user.<\/strong> The product changes based on user role, history, and goals \u2014 not just preferences. The system remembers what worked.<\/li>\n<li><strong>It generates instead of selects.<\/strong> Where a 2018 product gave you a dropdown of 10 options, the AI-native product creates the option that fits. Templates die; generation lives.<\/li>\n<li><strong>It agents instead of waits.<\/strong> The product takes initiative \u2014 surfaces decisions, proposes next actions, executes routine work without prompting.<\/li>\n<li><strong>It improves with use.<\/strong> Each user interaction (anonymized, with consent) becomes training signal, evaluation data, or retrieval context.<\/li>\n<\/ol>\n<h2>Where AI Fits in the Product<\/h2>\n<table>\n<thead>\n<tr>\n<th>Couche<\/th>\n<th>AI fit<\/th>\n<th>Exemple<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Onboarding<\/td>\n<td>High \u2014 personalize fast<\/td>\n<td>Auto-fill profiles, suggest first-use paths from one signup field<\/td>\n<\/tr>\n<tr>\n<td>Core action \/ workflow<\/td>\n<td>Variable \u2014 only if it improves outcome<\/td>\n<td>Drafting, summarizing, routing, decision support<\/td>\n<\/tr>\n<tr>\n<td>Personalization &amp; content<\/td>\n<td>High \u2014 generation beats selection<\/td>\n<td>Recommendations, dashboards, custom reports<\/td>\n<\/tr>\n<tr>\n<td>Search \/ discovery<\/td>\n<td>High \u2014 natural language wins<\/td>\n<td>Semantic search, conversational interfaces<\/td>\n<\/tr>\n<tr>\n<td>Support \/ docs<\/td>\n<td>High \u2014 with strong retrieval and citations<\/td>\n<td>Embedded chat that cites your docs, not the public internet<\/td>\n<\/tr>\n<tr>\n<td>Admin \/ settings<\/td>\n<td>Low \u2014 stay out of the way<\/td>\n<td>Don&#8217;t put AI where users want determinism<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>The Cost Discipline Most AI Products Get Wrong<\/h2>\n<p>AI products burn cash differently than traditional SaaS. Token costs scale linearly with usage, not customers. A heavy power user can cost 10x what a casual user costs.<\/p>\n<ul>\n<li>Track per-customer token cost <strong>hebdomadaire<\/strong>. Not monthly. Surprises compound fast.<\/li>\n<li>Cap unlimited tiers. &#8220;Unlimited&#8221; is corporate suicide unless you&#8217;ve modeled the worst-case user.<\/li>\n<li>Use cheaper models where you can. Most workflows need a good-enough model, not the frontier.<\/li>\n<li>Cache aggressively. Repeated prompts should be cheap.<\/li>\n<li>Measure gross margin per customer cohort. AI products often have 50\u201370% margins (vs 80\u201390% for traditional SaaS).<\/li>\n<\/ul>\n<h2>Evaluation \u2014 The Skill Most Founders Skip<\/h2>\n<p>If you can&#8217;t measure your model&#8217;s output quality, you can&#8217;t improve it, and you can&#8217;t catch regressions when models update. Build a basic eval harness from day one:<\/p>\n<ul>\n<li>Create 30\u201350 representative test prompts that match your real use cases.<\/li>\n<li>Run them weekly against your current production setup.<\/li>\n<li>Score outputs against a rubric (accuracy, voice, length, citation, safety).<\/li>\n<li>When you change prompts, models, or retrieval setup, re-run evals.<\/li>\n<li>Publicly share eval results when relevant \u2014 builds trust.<\/li>\n<\/ul>\n<h2>Multi-Model Architecture as Default<\/h2>\n<p>Single-model dependence is single-vendor risk. The 2026 default: architect to run on at least two providers with cost, latency, and quality routing.<\/p>\n<ul>\n<li><strong>Resilience<\/strong> \u2014 when a provider has an outage, your product still works.<\/li>\n<li><strong>Cost<\/strong> \u2014 route cheap tasks to cheaper models, expensive tasks to frontier models.<\/li>\n<li><strong>Quality<\/strong> \u2014 different models have different strengths; route by job.<\/li>\n<li><strong>Negotiation<\/strong> \u2014 alternatives give you pricing leverage.<\/li>\n<\/ul>\n<h2>The Human Override Layer<\/h2>\n<p>Every AI-native product needs a layer where humans can step in:<\/p>\n<ul>\n<li><strong>B2C<\/strong> \u2014 in-app way to flag bad output and reach a human within 24\u201348 hours.<\/li>\n<li><strong>B2B SaaS<\/strong> \u2014 admin override on every agentic action; clear audit logs.<\/li>\n<li><strong>High-stakes (legal, medical, financial)<\/strong> \u2014 mandatory human review before output reaches end user.<\/li>\n<li><strong>Toujours<\/strong> \u2014 clear way for users to know when they&#8217;re talking to AI vs human.<\/li>\n<\/ul>\n<h2>Erreurs courantes<\/h2>\n<ol>\n<li><strong>Bolting a chatbot on and calling it AI-native<\/strong> \u2014 customers see through it instantly.<\/li>\n<li><strong>Pricing AI products like flat SaaS<\/strong> \u2014 token costs are usage-based; pricing must reflect that.<\/li>\n<li><strong>Skipping evals<\/strong> \u2014 you&#8217;ll ship regressions every model update and won&#8217;t know why customers churned.<\/li>\n<li><strong>Single-vendor lock-in<\/strong> \u2014 a price hike or outage hurts more than the engineering effort to abstract it.<\/li>\n<li><strong>Hiding that AI did the work<\/strong> \u2014 customers prefer transparent AI to pretend-human AI.<\/li>\n<\/ol>\n<h2>30-Day AI-Native Product Audit<\/h2>\n<ol>\n<li><strong>Days 1\u20133<\/strong> \u2014 List every AI feature. Mark &#8220;theater&#8221; or &#8220;real value.&#8221; Cut the theater.<\/li>\n<li><strong>Days 4\u20137<\/strong> \u2014 Audit per-customer token costs over last 30 days. Identify top 10 power users.<\/li>\n<li><strong>Days 8\u201312<\/strong> \u2014 Build eval harness: 30\u201350 test prompts with scoring rubric.<\/li>\n<li><strong>Days 13\u201318<\/strong> \u2014 Add second model provider behind a routing layer for at least one workflow.<\/li>\n<li><strong>Days 19\u201324<\/strong> \u2014 Add or test the human override path. Make it visible.<\/li>\n<li><strong>Days 25\u201330<\/strong> \u2014 Document AI architecture publicly (blog post or doc). Builds trust and recruits.<\/li>\n<\/ol>\n<h2>Foire aux questions<\/h2>\n<h3>What makes a product AI-native vs AI-bolted?<\/h3>\n<p>AI-native products adapt to users, generate instead of select, agent instead of wait, and improve with use. AI-bolted products are 2018 architectures with a chatbot sidebar. Customers and reviewers tell the difference instantly.<\/p>\n<h3>Why do AI products often have lower margins than SaaS?<\/h3>\n<p>Token costs scale with usage, not just customer count. Heavy users cost 10x average. AI-native products typically run 50\u201370% gross margins vs 80\u201390% for traditional SaaS \u2014 plan pricing accordingly.<\/p>\n<h3>What&#8217;s an evaluation harness?<\/h3>\n<p>30\u201350 representative test prompts run weekly against your AI workflows, scored against a rubric. When you change prompts\/models\/retrieval, re-run evals to catch regressions. Cheapest insurance an AI-native team can build.<\/p>\n<h3>Should I build on multiple AI providers?<\/h3>\n<p>Yes \u2014 by 2026 default. At minimum two. Single-provider risk is real (outages, price hikes, capability changes). Architect with a routing layer that sends tasks to the cheapest model that can handle them.<\/p>\n<h3>Is &#8220;wrapping&#8221; an AI model a real business?<\/h3>\n<p>Yes \u2014 defensibility lives in workflow, distribution, retrieval data, evaluation, brand, and customer relationships, not the model itself. Most software is &#8220;wrapping&#8221; a database nobody invented from scratch either.<\/p>\n<h3>How do I keep AI product costs under control?<\/h3>\n<p>Track per-customer token cost weekly. Cap unlimited tiers. Cache aggressively. Use cheaper models where they suffice. Most teams&#8217; AI bills can be cut 50\u201370% via right-sizing without quality loss.<\/p>\n<h2>Sources et lectures compl\u00e9mentaires<\/h2>\n<ul>\n<li>Tarek Riman \u2014 <em>Guide de l&#039;entrepreneur (2e \u00e9dition)<\/em><\/li>\n<li>Tools: WhyLabs, Arize, PromptLayer, Helicone, LangSmith<\/li>\n<\/ul>\n<h2>Travaillez avec l&#039;agence Riman<\/h2>\n<p>Riman Agency advises founders on AI-native product architecture. <a href=\"https:\/\/rimanagency.com\/fr\/contact-us\/\">Entrer en contact<\/a> for an AI product audit.<\/p>\n<p><em>Part 6 of our 22-part series. Previous: <a href=\"https:\/\/rimanagency.com\/fr\/2026\/05\/10\/idea-to-mvp-30-days-with-ai\/\">Idea to MVP in 30 Days<\/a>. Up next: Marketing &amp; Visibility (SEO + AEO + GEO).<\/em><\/p>","protected":false},"excerpt":{"rendered":"<p>Bolting a chatbot onto a 2018 product is like adding a steering wheel to a couch. It&#8217;s still a couch. AI-native products aren&#8217;t old products with AI features bolted on. They&#8217;re built around the assumption that intelligence, generation, and personalization are free at the edges. Four traits: adapts to the user, generates instead of selects, [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1311,1319],"tags":[],"class_list":["post-4954","post","type-post","status-publish","format-standard","hentry","category-ai","category-entrepreneurship"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Building AI-Native Products: Beyond the Bolt-On Chatbot - Riman Agency<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rimanagency.com\/fr\/2026\/05\/10\/building-ai-native-products-founders-guide\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building AI-Native Products: Beyond the Bolt-On Chatbot - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"Bolting a chatbot onto a 2018 product is like adding a steering wheel to a couch. It&#8217;s still a couch. AI-native products aren&#8217;t old products with AI features bolted on. They&#8217;re built around the assumption that intelligence, generation, and personalization are free at the edges. Four traits: adapts to the user, generates instead of selects, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/2026\/05\/10\/building-ai-native-products-founders-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-10T15:37:49+00:00\" \/>\n<meta name=\"author\" content=\"Tarek Riman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tarek Riman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/2026\\\/05\\\/10\\\/building-ai-native-products-founders-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/2026\\\/05\\\/10\\\/building-ai-native-products-founders-guide\\\/\"},\"author\":{\"name\":\"Tarek Riman\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/person\\\/8bc3334c3d06a0298c0c01702f32d60b\"},\"headline\":\"Building AI-Native Products: Beyond the Bolt-On Chatbot\",\"datePublished\":\"2026-05-10T15:37:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/2026\\\/05\\\/10\\\/building-ai-native-products-founders-guide\\\/\"},\"wordCount\":1072,\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"articleSection\":[\"AI\",\"Entrepreneurship\"],\"inLanguage\":\"fr-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/2026\\\/05\\\/10\\\/building-ai-native-products-founders-guide\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/2026\\\/05\\\/10\\\/building-ai-native-products-founders-guide\\\/\",\"name\":\"Building AI-Native Products: Beyond the Bolt-On Chatbot - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-05-10T15:37:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/2026\\\/05\\\/10\\\/building-ai-native-products-founders-guide\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/2026\\\/05\\\/10\\\/building-ai-native-products-founders-guide\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/2026\\\/05\\\/10\\\/building-ai-native-products-founders-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building AI-Native Products: Beyond the Bolt-On Chatbot\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/person\\\/8bc3334c3d06a0298c0c01702f32d60b\",\"name\":\"Tarek Riman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1bd2f53179c57409180a7847964a86eabe7bd84a443edf64af7c0ba0193481fd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1bd2f53179c57409180a7847964a86eabe7bd84a443edf64af7c0ba0193481fd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1bd2f53179c57409180a7847964a86eabe7bd84a443edf64af7c0ba0193481fd?s=96&d=mm&r=g\",\"caption\":\"Tarek Riman\"},\"url\":\"https:\\\/\\\/rimanagency.com\\\/fr\\\/author\\\/trimancaptaim-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Building AI-Native Products: Beyond the Bolt-On Chatbot - Riman Agency","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:\/\/rimanagency.com\/fr\/2026\/05\/10\/building-ai-native-products-founders-guide\/","og_locale":"fr_CA","og_type":"article","og_title":"Building AI-Native Products: Beyond the Bolt-On Chatbot - Riman Agency","og_description":"Bolting a chatbot onto a 2018 product is like adding a steering wheel to a couch. It&#8217;s still a couch. AI-native products aren&#8217;t old products with AI features bolted on. They&#8217;re built around the assumption that intelligence, generation, and personalization are free at the edges. Four traits: adapts to the user, generates instead of selects, [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/2026\/05\/10\/building-ai-native-products-founders-guide\/","og_site_name":"Riman Agency","article_published_time":"2026-05-10T15:37:49+00:00","author":"Tarek Riman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tarek Riman","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/#article","isPartOf":{"@id":"https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/"},"author":{"name":"Tarek Riman","@id":"https:\/\/rimanagency.com\/#\/schema\/person\/8bc3334c3d06a0298c0c01702f32d60b"},"headline":"Building AI-Native Products: Beyond the Bolt-On Chatbot","datePublished":"2026-05-10T15:37:49+00:00","mainEntityOfPage":{"@id":"https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/"},"wordCount":1072,"publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"articleSection":["AI","Entrepreneurship"],"inLanguage":"fr-CA"},{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/","url":"https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/","name":"Building AI-Native Products: Beyond the Bolt-On Chatbot - Riman Agency","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-05-10T15:37:49+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/2026\/05\/10\/building-ai-native-products-founders-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"Building AI-Native Products: Beyond the Bolt-On Chatbot"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/rimanagency.com\/#\/schema\/person\/8bc3334c3d06a0298c0c01702f32d60b","name":"Tarek Riman","image":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/1bd2f53179c57409180a7847964a86eabe7bd84a443edf64af7c0ba0193481fd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1bd2f53179c57409180a7847964a86eabe7bd84a443edf64af7c0ba0193481fd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1bd2f53179c57409180a7847964a86eabe7bd84a443edf64af7c0ba0193481fd?s=96&d=mm&r=g","caption":"Tarek Riman"},"url":"https:\/\/rimanagency.com\/fr\/author\/trimancaptaim-com\/"}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/posts\/4954","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=4954"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/posts\/4954\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=4954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/categories?post=4954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/tags?post=4954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}