{"id":7575,"date":"2026-09-11T01:06:54","date_gmt":"2026-09-11T05:06:54","guid":{"rendered":"https:\/\/solutionsreview.com\/data-management\/?p=7575"},"modified":"2026-09-11T01:10:03","modified_gmt":"2026-09-11T05:10:03","slug":"ai-agents-are-the-enterprises-new-users-data-architecture-lags","status":"publish","type":"post","link":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/","title":{"rendered":"AI Agents are the Enterprise&#8217;s New Users &#038; Data Architecture Lags"},"content":{"rendered":"<div class=\"MuiBox-root css-zmbwez\">\n<div class=\"MuiStack-root css-v2e6yx\">\n<div class=\"MuiTypography-root MuiTypography-headingDisplay css-e4qz02\" style=\"text-align: justify;\" data-id=\"member-profile-header-name\"><strong>Coralogix&#8217;s Liran Hason offers this commentary on AI agents as the new enterprise users and how data architecture lags the transition. <\/strong><strong><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\" dir=\"ltr\">This article originally appeared in <em><a class=\"external\" href=\"https:\/\/insightjam.com\/share\/8qpQN88MnQiKPNXU?utm_source=manual\" target=\"_blank\" rel=\"noopener nofollow\">Insight Jam<\/a><\/em>, an enterprise IT community that enables human conversation on AI.<\/span><\/strong><\/div>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\"><a href=\"https:\/\/insightjam.com\/share\/8qpQN88MnQiKPNXU?utm_source=manual\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-305 alignleft\" src=\"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png\" alt=\"\" width=\"100\" height=\"100\" \/><\/a><\/span><\/p>\n<p dir=\"auto\" style=\"text-align: justify;\">Enterprise software has traditionally competed on dashboards, workflows and user experience because humans were the primary users. AI agents change that equation.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">As agents continue to help employees investigate issues and surface information, they aren&#8217;t clicking through dashboards or navigating menus the way humans do. For agents, the UI matters less than the data underneath it. They need operational data that is complete, structured and relevant.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">If organizations expect agents to deliver meaningful business value, they can&#8217;t simply extend systems built for human users to AI. They need to rethink the underlying architecture, creating data environments that let agents retrieve the right information and reason over it effectively.<\/p>\n<h4 dir=\"auto\"><strong>Why Legacy Data Architectures Fail AI Agents<\/strong><\/h4>\n<p dir=\"ltr\" style=\"text-align: justify;\">AI adoption may be accelerating, but the data architecture supporting those agents isn&#8217;t keeping pace.\u00a0<a href=\"https:\/\/www.cloudera.com\/about\/news-and-blogs\/press-releases\/2026-03-05-only-7-percent-of-enterprises-say-their-data-is-completely-ready-for-ai-according-to-new-report-from-cloudera-and-harvard-business-review-analytic-services-reveals.html\" target=\"_blank\" rel=\"noopener noreferrer nofollow\"><u>More than a quarter<\/u><\/a>\u00a0of organizations surveyed say their data isn&#8217;t ready to support AI, according to Cloudera.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Much of today&#8217;s enterprise data architecture was designed around the needs of human operators, balancing performance and cost by sampling telemetry, shortening retention periods and discarding operational signals that appear unimportant.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Those tradeoffs may work for human investigation because people can recognize when information is missing and ask follow-up questions. AI agents can\u2019t. When they lack complete operational context, they are more likely to fill in the gaps themselves, producing confident but unreliable conclusions.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">More data isn&#8217;t the answer either. Feeding an agent every available log, trace and metric forces the model to spend valuable context processing irrelevant events before it ever reaches the signals that explain the issue at hand. In addition to increasing cost, excessive context makes it harder to distinguish meaningful patterns from routine operational activity.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">The challenge isn&#8217;t choosing between more or less data. It&#8217;s architecting data so AI agents have complete operational visibility while retrieving only the context they need. AI agents need observability for the same reason pilots need instruments: to understand current conditions, detect changes and determine whether their actions are improving or worsening the situation.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">This extends observability beyond its traditional role as a troubleshooting tool for engineers. It becomes the operational foundation agents need to act on enterprise systems with greater accuracy.<\/p>\n<h3 dir=\"ltr\" style=\"text-align: justify;\"><strong>3 Principles of Agent-Ready Data Architecture<\/strong><\/h3>\n<p dir=\"ltr\" style=\"text-align: justify;\">Organizations don&#8217;t need entirely new sources of data to support AI agents. They need architectures that preserve complete operational data and make it accessible when it matters most.<\/p>\n<h4 dir=\"auto\"><strong>Preserve Complete Operational History<\/strong><\/h4>\n<p dir=\"ltr\" style=\"text-align: justify;\">AI agents treat the operational context available to them as the complete picture. If critical history has already been discarded, they have no reliable way to recognize what&#8217;s missing or recover it later.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Consider a security breach uncovered months after it occurred. Investigators may need to trace activity back to the original point of entry, compare behavior across systems and reconstruct exactly what happened. An AI agent can only perform these tasks if it has access to the full underlying operational record.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">The goal isn&#8217;t to simply expose every piece of operational data to every agent. It&#8217;s to preserve the complete operational record so the right evidence is available when needed. When that architecture is in place, agents can identify patterns over time and make recommendations based on the full record.<\/p>\n<h4 dir=\"auto\"><strong>Structure Data for Machine Reasoning<\/strong><\/h4>\n<p dir=\"ltr\" style=\"text-align: justify;\">Preserving complete operational history is the first step, but AI agents also need that information organized for efficient interpretation. Data formats designed for human users often contain unnecessary repetition and complexity that slow reasoning and waste valuable context.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Take a system log or transaction record stored in JavaScript Object Notation (JSON), one of the most common formats for exchanging application data. While developers can easily read it, JSON often repeats labels, nested fields and formatting that an AI model must process as part of its context, leaving less room for the signals that explain the problem.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">More compact, machine-oriented representations like Token-Oriented Object Notation (TOON) preserve the same meaning while allowing agents to spend less effort interpreting data. That frees them to identify relationships, compare events and recognize patterns faster while delivering more reliable conclusions.<\/p>\n<h4 dir=\"auto\"><strong>Retrieve the Right Context\u00a0<\/strong><\/h4>\n<p dir=\"ltr\" style=\"text-align: justify;\">Even well-organized data has little value if agents can&#8217;t retrieve the right context at the right moment.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">If an AI agent is investigating a spike in checkout failures, rather than searching through every transaction ever processed, it should receive the failed requests from the relevant time period alongside the associated deployment history, service dependencies, feature flag changes and affected user segments. This focused operational context allows the agent to investigate methodically and determine the most likely cause.<\/p>\n<h4 dir=\"auto\"><strong>Architecting for Agent Success<\/strong><\/h4>\n<p dir=\"ltr\" style=\"text-align: justify;\">As AI agents become part of enterprise decision-making, the quality of their output will depend on the quality of the data architecture beneath them.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">Organizations that continue designing systems primarily for human interaction inherently limit what AI can accomplish. The priority now is to build architectures that support how agents actually work. Only then can AI agents deliver reliable recommendations and actions across the enterprise.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Coralogix&#8217;s Liran Hason offers this commentary on AI agents as the new enterprise users and how data architecture lags the transition. This article originally appeared in Insight Jam, an enterprise IT community that enables human conversation on AI. Enterprise software has traditionally competed on dashboards, workflows and user experience because humans were the primary users. [&hellip;]<\/p>\n","protected":false},"author":1504,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[3],"tags":[1531,1532],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AI Agents are the Enterprise&#039;s New Users &amp; Data Architecture Lags<\/title>\n<meta name=\"description\" content=\"Liran Hason offers this commentary on AI agents as the new enterprise users and how data architecture lags the transition.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Agents are the Enterprise&#039;s New Users &amp; Data Architecture Lags\" \/>\n<meta property=\"og:description\" content=\"Liran Hason offers this commentary on AI agents as the new enterprise users and how data architecture lags the transition.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/\" \/>\n<meta property=\"og:site_name\" content=\"Data Management Software &amp; Infrastructure | Solutions Review\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-11T05:06:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-11T05:10:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png\" \/>\n<meta name=\"author\" content=\"Liran Hason\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Liran Hason\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/\",\"url\":\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/\",\"name\":\"AI Agents are the Enterprise's New Users & Data Architecture Lags\",\"isPartOf\":{\"@id\":\"https:\/\/solutionsreview.com\/data-management\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png\",\"datePublished\":\"2026-09-11T05:06:54+00:00\",\"dateModified\":\"2026-09-11T05:10:03+00:00\",\"author\":{\"@id\":\"https:\/\/solutionsreview.com\/data-management\/#\/schema\/person\/a34c8a904da85300b2dc9f902844d8e9\"},\"description\":\"Liran Hason offers this commentary on AI agents as the new enterprise users and how data architecture lags the transition.\",\"breadcrumb\":{\"@id\":\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#primaryimage\",\"url\":\"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png\",\"contentUrl\":\"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/solutionsreview.com\/data-management\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Agents are the Enterprise&#8217;s New Users &#038; Data Architecture Lags\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/solutionsreview.com\/data-management\/#website\",\"url\":\"https:\/\/solutionsreview.com\/data-management\/\",\"name\":\"Data Management Software &amp; Infrastructure | Solutions Review\",\"description\":\"Evaluating Enterprise Master Data Management, Data Governance &amp; Storage Tools.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/solutionsreview.com\/data-management\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/solutionsreview.com\/data-management\/#\/schema\/person\/a34c8a904da85300b2dc9f902844d8e9\",\"name\":\"Liran Hason\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/data-management\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/solutionsreview.com\/data-management\/files\/2026\/09\/Liran-Hason.jpg\",\"contentUrl\":\"https:\/\/solutionsreview.com\/data-management\/files\/2026\/09\/Liran-Hason.jpg\",\"caption\":\"Liran Hason\"},\"description\":\"Liran Hason builds and scales AI systems at Coralogix, where he serves as VP of AI. After two decades in engineering, his focus is firmly on making autonomous agents reliable and ready for real-world stress. Previously, he founded Aporia\u2014an AI observability platform that Coralogix acquired\u2014and worked as an AI Architect at Adallom.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/hasuni\/\"],\"url\":\"https:\/\/solutionsreview.com\/data-management\/author\/lhason\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI Agents are the Enterprise's New Users & Data Architecture Lags","description":"Liran Hason offers this commentary on AI agents as the new enterprise users and how data architecture lags the transition.","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:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/","og_locale":"en_US","og_type":"article","og_title":"AI Agents are the Enterprise's New Users & Data Architecture Lags","og_description":"Liran Hason offers this commentary on AI agents as the new enterprise users and how data architecture lags the transition.","og_url":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/","og_site_name":"Data Management Software &amp; Infrastructure | Solutions Review","article_published_time":"2026-09-11T05:06:54+00:00","article_modified_time":"2026-09-11T05:10:03+00:00","og_image":[{"url":"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png"}],"author":"Liran Hason","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Liran Hason","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/","url":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/","name":"AI Agents are the Enterprise's New Users & Data Architecture Lags","isPartOf":{"@id":"https:\/\/solutionsreview.com\/data-management\/#website"},"primaryImageOfPage":{"@id":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#primaryimage"},"image":{"@id":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#primaryimage"},"thumbnailUrl":"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png","datePublished":"2026-09-11T05:06:54+00:00","dateModified":"2026-09-11T05:10:03+00:00","author":{"@id":"https:\/\/solutionsreview.com\/data-management\/#\/schema\/person\/a34c8a904da85300b2dc9f902844d8e9"},"description":"Liran Hason offers this commentary on AI agents as the new enterprise users and how data architecture lags the transition.","breadcrumb":{"@id":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#primaryimage","url":"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png","contentUrl":"https:\/\/solutionsreview.com\/edtech\/files\/2026\/06\/Insight-Jam-Logo-2025-Square.png"},{"@type":"BreadcrumbList","@id":"https:\/\/solutionsreview.com\/data-management\/ai-agents-are-the-enterprises-new-users-data-architecture-lags\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/solutionsreview.com\/data-management\/"},{"@type":"ListItem","position":2,"name":"AI Agents are the Enterprise&#8217;s New Users &#038; Data Architecture Lags"}]},{"@type":"WebSite","@id":"https:\/\/solutionsreview.com\/data-management\/#website","url":"https:\/\/solutionsreview.com\/data-management\/","name":"Data Management Software &amp; Infrastructure | Solutions Review","description":"Evaluating Enterprise Master Data Management, Data Governance &amp; Storage Tools.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/solutionsreview.com\/data-management\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/solutionsreview.com\/data-management\/#\/schema\/person\/a34c8a904da85300b2dc9f902844d8e9","name":"Liran Hason","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/data-management\/#\/schema\/person\/image\/","url":"https:\/\/solutionsreview.com\/data-management\/files\/2026\/09\/Liran-Hason.jpg","contentUrl":"https:\/\/solutionsreview.com\/data-management\/files\/2026\/09\/Liran-Hason.jpg","caption":"Liran Hason"},"description":"Liran Hason builds and scales AI systems at Coralogix, where he serves as VP of AI. After two decades in engineering, his focus is firmly on making autonomous agents reliable and ready for real-world stress. Previously, he founded Aporia\u2014an AI observability platform that Coralogix acquired\u2014and worked as an AI Architect at Adallom.","sameAs":["https:\/\/www.linkedin.com\/in\/hasuni\/"],"url":"https:\/\/solutionsreview.com\/data-management\/author\/lhason\/"}]}},"_links":{"self":[{"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/posts\/7575"}],"collection":[{"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/users\/1504"}],"replies":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/comments?post=7575"}],"version-history":[{"count":0,"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/posts\/7575\/revisions"}],"wp:attachment":[{"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/media?parent=7575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/categories?post=7575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solutionsreview.com\/data-management\/wp-json\/wp\/v2\/tags?post=7575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}