{"id":378,"date":"2026-08-25T02:01:08","date_gmt":"2026-08-25T07:01:08","guid":{"rendered":"https:\/\/praxable.com\/blog\/?p=378"},"modified":"2026-08-25T02:03:57","modified_gmt":"2026-08-25T07:03:57","slug":"ai-production-reliability","status":"publish","type":"post","link":"https:\/\/praxable.com\/blog\/ai-production-reliability\/","title":{"rendered":"What Actually Has to Be Built Around AI Before It Can Be Trusted?"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">The model is often only one part of the production problem.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">What makes an AI system reliable enough to use inside a real business?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Across the cases, the model was often only one part of the production problem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reliability depended on a larger system around it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Usable inputs. Business context. Rules. Validation. Integration. Exception handling. Evidence trails.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Generating a plausible output has become relatively easy. Building a system an organization can rely on is still work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The model can be the smaller part of the project<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Priyank Jain described building forecasting systems across a retail network of roughly 3,000 stores.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The machine-learning work mattered. But most of the effort went elsewhere.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u201cMost of the year went into data engineering, not modeling.\u201d<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The system had to bring together census data, GIS information, traffic sensors, competitor information, spend, and historical sales before the forecasting layer became useful.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is easy to underestimate when an AI demo starts with clean inputs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Production systems usually do not.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The data comes from different places. Definitions conflict. Records are incomplete. Important context lives in spreadsheets, dashboards, documents, or someone&#8217;s head.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AI does not remove that work.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In some cases it exposes how much of it was there.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Business context is becoming infrastructure<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Rohan Kodialam, co-founder and CEO of&nbsp;<a href=\"https:\/\/sphinx.ai\/\">Sphinx<\/a>, described a related problem on the enterprise data side.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Organizations could give AI access to data and still get inconsistent answers because the system lacked company-specific definitions, metrics, business logic, edge cases and established ways of making analytical decisions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Experts then inherited an unexpected new task.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Instead of doing the analysis, they were repeatedly validating AI outputs against business context the system did not reliably have.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sphinx now focuses its product on that missing layer of company-specific context, making organizational knowledge available to AI without requiring experts to re-explain the business every time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That points to an important shift in implementation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A model may know a great deal about the world.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It does not automatically know what&nbsp;<strong>your company means<\/strong>&nbsp;by an active customer, qualified lead, profitable store, high-risk account, or successful campaign.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Those definitions are part of the system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Some things should not be AI at all<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Carlos Benavides of&nbsp;<a href=\"https:\/\/barlodigital.com\/\">Barlo Digital<\/a>&nbsp;reached the problem from another direction.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In an automated prospect-qualification and outreach workflow, some checks initially appeared plausible but failed during audit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">His response was not to improve every check with another AI call.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u201cWe never pay a model for a check that ordinary code can do.\u201d<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">That is a useful implementation principle.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AI is useful when a task requires interpretation, classification, synthesis or generation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For exact validation and known rules, conventional software may be cheaper, faster and more reliable:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>exact validation<\/li>\n\n\n\n<li>duplicate detection<\/li>\n\n\n\n<li>required-field checks<\/li>\n\n\n\n<li>scheduling constraints<\/li>\n\n\n\n<li>deterministic calculations<\/li>\n\n\n\n<li>known business rules<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Those tasks may be cheaper, faster and more reliable in conventional software.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A production system does not need to use AI for every step.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AI can handle interpretation where it is needed, while deterministic software handles rules that can be stated exactly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Output is not finished work<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Daniel Haiem, CEO of&nbsp;<a href=\"https:\/\/appmakersla.com\/\">AppMakers USA<\/a>, described the issue through a bounded extraction task.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AI could parse r\u00e9sum\u00e9 information into structured fields using a relatively inexpensive model.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The important part came afterward.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Server-side logic still had to verify that the output followed the required structure and that the application could safely use it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">His conclusion:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u201cProducing output was never the bottleneck. Proving the output is not quietly wrong is.\u201d<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">That distinction gets more important as AI becomes cheaper.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A system can generate an answer in seconds.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If someone then spends ten minutes checking whether it invented a field, ignored an instruction, confused two entities or returned the wrong format, much of the apparent efficiency disappears.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AppMakers&#8217; broader production work reflects the same concern with designing around model limitations rather than assuming the model will behave correctly every time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The implementation question becomes:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What catches the failure before it becomes somebody else&#8217;s problem?<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Verification needs its own design<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The same principle applies to research.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">F\u0131rat M\u0131hc\u0131 of&nbsp;<a href=\"https:\/\/humanizemy.ai\/\">HumanizeMyAI<\/a>&nbsp;described an evidence workflow in which AI can retrieve and structure information at a far greater scale than a small team could manually.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But scale creates its own risk.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A system can retrieve the wrong source faster.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It can create a convincing interpretation from weak evidence faster.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It can find support for one side of an argument while missing contradictory evidence faster.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That is why his process separates candidate evidence from accepted evidence and preserves provenance before drawing a conclusion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">HumanizeMyAI&#8217;s published evidence protocol now makes that logic explicit: record where material came from, distinguish what a source actually establishes from broader inference, preserve capture dates, and make the path from evidence to conclusion inspectable. (<a href=\"https:\/\/humanizemy.ai\/methodology\">humanizemy.ai<\/a>)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The principle travels well beyond research.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Greater coverage does not automatically produce greater certainty<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What sits around the AI?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Across the cases, five implementation layers kept appearing:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Layer<\/th><th>Practical question<\/th><\/tr><tr><td><strong>Inputs<\/strong><\/td><td>Is the underlying information usable?<\/td><\/tr><tr><td><strong>Context<\/strong><\/td><td>Does the system understand how this organization actually works?<\/td><\/tr><tr><td><strong>Rules<\/strong><\/td><td>Which checks should be deterministic rather than probabilistic?<\/td><\/tr><tr><td><strong>Validation<\/strong><\/td><td>How do we know the output is good enough to use?<\/td><\/tr><tr><td><strong>Exceptions<\/strong><\/td><td>What happens when the system is uncertain or wrong?<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">These are ordinary production questions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">They also account for a large part of the implementation work described in the cases.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And they change the economics of an AI project.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A budget built primarily around model access, prompts and API usage may be missing the expensive part.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The real work may be:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>preparing data<\/li>\n\n\n\n<li>defining business context<\/li>\n\n\n\n<li>integrating systems<\/li>\n\n\n\n<li>encoding rules<\/li>\n\n\n\n<li>creating evaluation sets<\/li>\n\n\n\n<li>monitoring failures<\/li>\n\n\n\n<li>preserving evidence<\/li>\n\n\n\n<li>building fallback paths<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Reliability is what turns a demo into an operating system<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This does not mean AI projects require enormous infrastructure to create value.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Daniel Haiem&#8217;s example shows the opposite: a relatively inexpensive model can be perfectly adequate when the task is bounded, and the validation is strong.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The question is whether the surrounding system matches the consequence of the work.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A draft that someone will rewrite can tolerate more uncertainty.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A field that automatically changes a customer record cannot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A research lead can be provisional.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Evidence supporting a consequential recommendation needs a stronger trail.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A recommendation can fail gracefully.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An autonomous action may need retries, deduplication, and a reliable way to confirm that the intended action actually happened.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The model is part of each of those systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is not the whole system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As access to capable models becomes less differentiated, this surrounding architecture becomes more important.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">More of the defensible advantage may sit in the context, evidence, rules, integrations and feedback that make the technology useful inside a particular organization.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before expanding another <a href=\"https:\/\/praxable.com\/blog\/ai-adoption-in-organizations\/\" data-internallinksmanager029f6b8e52c=\"3\" title=\"AI Adoption in Organizations: Why Technology Is Not the Hard Part\">AI implementation<\/a>, it is worth asking one question:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What has to be true around the AI before we would trust the business to act on its output?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the answer is still mostly \u201cthe model needs to get better,\u201d the production problem probably needs another look.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Working through one of those implementations?<a href=\"mailto:contact@hol.media\"> Email us<\/a>.<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Sources and Contributors<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The operator observations and quotations in this article come from our August 2026 research into AI inside real operating workflows.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Rohan Kodialam \u2014&nbsp;<a href=\"https:\/\/sphinx.ai\/\">Sphinx<\/a><\/li>\n\n\n\n<li>Daniel Haiem \u2014&nbsp;<a href=\"https:\/\/appmakersla.com\/\">AppMakers USA<\/a><\/li>\n\n\n\n<li>Carlos Benavides \u2014&nbsp;<a href=\"https:\/\/barlodigital.com\/\">Barlo Digital<\/a><\/li>\n\n\n\n<li>F\u0131rat M\u0131hc\u0131 \u2014&nbsp;<a href=\"https:\/\/humanizemy.ai\/\">HumanizeMyAI<\/a><\/li>\n\n\n\n<li>HumanizeMyAI \u2014&nbsp;<a href=\"https:\/\/humanizemy.ai\/methodology\">Evidence Protocol<\/a><\/li>\n\n\n\n<li>Priyank Jain \u2014 <a href=\"https:\/\/www.boostmobile.com\/\">Boost Mobile <\/a>\/ EchoStar<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The model is often only one part of the production problem. What makes an AI system reliable enough to use inside a real business? Across &hellip; <\/p>\n","protected":false},"author":1,"featured_media":379,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1],"tags":[],"class_list":["post-378","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Has to Be Built Around AI Before It Can Be Trusted?<\/title>\n<meta name=\"description\" content=\"Operator research shows why reliable AI implementation depends on data, business context, deterministic rules, validation and exception handling, not only the model.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/praxable.com\/blog\/ai-production-reliability\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Has to Be Built Around AI Before It Can Be Trusted?\" \/>\n<meta property=\"og:description\" content=\"Operator research shows why reliable AI implementation depends on data, business context, deterministic rules, validation and exception handling, not only the model.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/praxable.com\/blog\/ai-production-reliability\/\" \/>\n<meta property=\"og:site_name\" content=\"Praxable\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-25T07:01:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-25T07:03:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0-1024x574.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"574\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"JD Rico\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"JD Rico\" \/>\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:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/\"},\"author\":{\"name\":\"JD Rico\",\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#\\\/schema\\\/person\\\/5e202ad8068e354c985c14e9f4964119\"},\"headline\":\"What Actually Has to Be Built Around AI Before It Can Be Trusted?\",\"datePublished\":\"2026-08-25T07:01:08+00:00\",\"dateModified\":\"2026-08-25T07:03:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/\"},\"wordCount\":1242,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/praxable.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/\",\"url\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/\",\"name\":\"What Has to Be Built Around AI Before It Can Be Trusted?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/praxable.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png\",\"datePublished\":\"2026-08-25T07:01:08+00:00\",\"dateModified\":\"2026-08-25T07:03:57+00:00\",\"description\":\"Operator research shows why reliable AI implementation depends on data, business context, deterministic rules, validation and exception handling, not only the model.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/#primaryimage\",\"url\":\"https:\\\/\\\/praxable.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png\",\"contentUrl\":\"https:\\\/\\\/praxable.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png\",\"width\":1456,\"height\":816},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/ai-production-reliability\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/praxable.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Actually Has to Be Built Around AI Before It Can Be Trusted?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/praxable.com\\\/blog\\\/\",\"name\":\"Praxable\",\"description\":\"The Future of Work and Education\",\"publisher\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/praxable.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#organization\",\"name\":\"Praxable\",\"url\":\"https:\\\/\\\/praxable.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/praxable.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-Logo-con-fondo-blanco.png\",\"contentUrl\":\"https:\\\/\\\/praxable.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-Logo-con-fondo-blanco.png\",\"width\":385,\"height\":386,\"caption\":\"Praxable\"},\"image\":{\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/praxable.com\\\/blog\\\/#\\\/schema\\\/person\\\/5e202ad8068e354c985c14e9f4964119\",\"name\":\"JD Rico\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/348b72feb4f952f34cc30546f562d0f750433952996f98921ab72b4943ab6a2a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/348b72feb4f952f34cc30546f562d0f750433952996f98921ab72b4943ab6a2a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/348b72feb4f952f34cc30546f562d0f750433952996f98921ab72b4943ab6a2a?s=96&d=mm&r=g\",\"caption\":\"JD Rico\"},\"description\":\"JD Rico is the founder and CEO of holMedia. He works with companies on market intelligence, growth and commercialization, and leads the development of VoxQI, holMedia\u2019s proprietary customer intelligence technology. His work focuses on how companies understand customers, make decisions and bring ideas to market.\",\"sameAs\":[\"https:\\\/\\\/praxable.com\\\/blog\"],\"url\":\"https:\\\/\\\/praxable.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Has to Be Built Around AI Before It Can Be Trusted?","description":"Operator research shows why reliable AI implementation depends on data, business context, deterministic rules, validation and exception handling, not only the model.","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:\/\/praxable.com\/blog\/ai-production-reliability\/","og_locale":"en_US","og_type":"article","og_title":"What Has to Be Built Around AI Before It Can Be Trusted?","og_description":"Operator research shows why reliable AI implementation depends on data, business context, deterministic rules, validation and exception handling, not only the model.","og_url":"https:\/\/praxable.com\/blog\/ai-production-reliability\/","og_site_name":"Praxable","article_published_time":"2026-08-25T07:01:08+00:00","article_modified_time":"2026-08-25T07:03:57+00:00","og_image":[{"width":1024,"height":574,"url":"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0-1024x574.png","type":"image\/png"}],"author":"JD Rico","twitter_card":"summary_large_image","twitter_misc":{"Written by":"JD Rico","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/#article","isPartOf":{"@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/"},"author":{"name":"JD Rico","@id":"https:\/\/praxable.com\/blog\/#\/schema\/person\/5e202ad8068e354c985c14e9f4964119"},"headline":"What Actually Has to Be Built Around AI Before It Can Be Trusted?","datePublished":"2026-08-25T07:01:08+00:00","dateModified":"2026-08-25T07:03:57+00:00","mainEntityOfPage":{"@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/"},"wordCount":1242,"commentCount":0,"publisher":{"@id":"https:\/\/praxable.com\/blog\/#organization"},"image":{"@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/#primaryimage"},"thumbnailUrl":"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/praxable.com\/blog\/ai-production-reliability\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/","url":"https:\/\/praxable.com\/blog\/ai-production-reliability\/","name":"What Has to Be Built Around AI Before It Can Be Trusted?","isPartOf":{"@id":"https:\/\/praxable.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/#primaryimage"},"image":{"@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/#primaryimage"},"thumbnailUrl":"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png","datePublished":"2026-08-25T07:01:08+00:00","dateModified":"2026-08-25T07:03:57+00:00","description":"Operator research shows why reliable AI implementation depends on data, business context, deterministic rules, validation and exception handling, not only the model.","breadcrumb":{"@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/praxable.com\/blog\/ai-production-reliability\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/#primaryimage","url":"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png","contentUrl":"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png","width":1456,"height":816},{"@type":"BreadcrumbList","@id":"https:\/\/praxable.com\/blog\/ai-production-reliability\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/praxable.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What Actually Has to Be Built Around AI Before It Can Be Trusted?"}]},{"@type":"WebSite","@id":"https:\/\/praxable.com\/blog\/#website","url":"https:\/\/praxable.com\/blog\/","name":"Praxable","description":"The Future of Work and Education","publisher":{"@id":"https:\/\/praxable.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/praxable.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/praxable.com\/blog\/#organization","name":"Praxable","url":"https:\/\/praxable.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/praxable.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/cropped-Logo-con-fondo-blanco.png","contentUrl":"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/cropped-Logo-con-fondo-blanco.png","width":385,"height":386,"caption":"Praxable"},"image":{"@id":"https:\/\/praxable.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/praxable.com\/blog\/#\/schema\/person\/5e202ad8068e354c985c14e9f4964119","name":"JD Rico","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/348b72feb4f952f34cc30546f562d0f750433952996f98921ab72b4943ab6a2a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/348b72feb4f952f34cc30546f562d0f750433952996f98921ab72b4943ab6a2a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/348b72feb4f952f34cc30546f562d0f750433952996f98921ab72b4943ab6a2a?s=96&d=mm&r=g","caption":"JD Rico"},"description":"JD Rico is the founder and CEO of holMedia. He works with companies on market intelligence, growth and commercialization, and leads the development of VoxQI, holMedia\u2019s proprietary customer intelligence technology. His work focuses on how companies understand customers, make decisions and bring ideas to market.","sameAs":["https:\/\/praxable.com\/blog"],"url":"https:\/\/praxable.com\/blog\/author\/admin\/"}]}},"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/praxable.com\/blog\/wp-content\/uploads\/2026\/08\/jdrico_premium_editorial_illustration_about_enterprise_AI_pro_7a1f6186-6849-4c9c-a506-1f5ac10e8446_0.png","_links":{"self":[{"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/posts\/378","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/comments?post=378"}],"version-history":[{"count":8,"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/posts\/378\/revisions"}],"predecessor-version":[{"id":396,"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/posts\/378\/revisions\/396"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/media\/379"}],"wp:attachment":[{"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/media?parent=378"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/categories?post=378"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/praxable.com\/blog\/wp-json\/wp\/v2\/tags?post=378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}