<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <copyright>Copyright TechTarget - All rights reserved</copyright>
        <description></description>
        <docs>https://cyber.law.harvard.edu/rss/rss.html</docs>
        <generator>Techtarget Feed Generator</generator>
        <language>en</language>
        <lastBuildDate>Mon, 24 Aug 2026 18:50:52 GMT</lastBuildDate>
        <link>https://www.techtarget.com/it-infrastructure</link>
        <managingEditor>editor@techtarget.com</managingEditor>
        <item>
            <body>&lt;p&gt;A high-performance GPU cluster is only as effective as the network infrastructure that supports it.&lt;/p&gt; 
&lt;p&gt;Traditional enterprise networks connect users, applications, databases, cloud services and the internet. Organizations know how to transmit these workloads by understanding -- among many other attributes -- how many servers are required to exchange data at sustained rates and with low latency.&lt;/p&gt; 
&lt;p&gt;AI changes this relationship between networking and compute. &lt;a href="https://www.techtarget.com/ai/tip/How-to-train-an-LLM-on-your-own-data"&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.techtarget.com/ai/tip/How-to-train-an-LLM-on-your-own-data"&gt;Training a large AI model&lt;/a&gt; distributes processing across hundreds or thousands of GPUs that continuously exchange gradients, model parameters and other intermediate data.&lt;/p&gt; 
&lt;p&gt;This makes network performance critical to workload efficiency. Enterprises planning AI-ready infrastructure must therefore determine where &lt;a href="https://www.techtarget.com/it-infrastructure/tip/How-to-ensure-network-performance-and-reliability"&gt;high-performance networking&lt;/a&gt; is necessary, how much capacity their workloads require and if additional network investment can improve accelerator utilization -- the amount of time GPUs and other related hardware actively process data.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Different traffic patterns with AI workloads"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Different traffic patterns with AI workloads&lt;/h2&gt;
 &lt;p&gt;AI workloads do not have a single traffic profile. Training, fine-tuning and inference use accelerators differently, which changes how much data moves across the network and how sensitive the workload is to bandwidth, latency and congestion.&lt;/p&gt;
 &lt;p&gt;A traffic pattern depends on how the model is divided across the compute cluster. In data parallelism, each GPU works on a different portion of the training data and then synchronizes its updates with the others. Tensor, pipeline and expert parallelism split the model or its computation across multiple GPUs instead; these techniques require frequent communication among them.&lt;/p&gt;
 &lt;p&gt;This makes training traffic highly synchronized. Google has &lt;a target="_blank" href="https://cloud.google.com/blog/products/networking/introducing-virgo-megascale-data-center-fabric" rel="noopener"&gt;observed&lt;/a&gt; sub-millisecond, line-rate bursts in AI training workloads as GPUs finish compute phases and begin exchanging data across the network.&lt;/p&gt;
 &lt;p&gt;Even if one network path is delayed, the other accelerators involved might have to wait before the next stage of computation can begin. For this reason, training depends on more than raw link speed.&lt;/p&gt;
 &lt;p&gt;A network might provide enough average bandwidth but still experience queue buildup or congestion when many accelerators transmit simultaneously. Predictable latency and the ability to sustain large east-west transfers become important metrics.&lt;/p&gt;
 &lt;p&gt;Training also creates substantial traffic as datasets and model states move between storage systems and the compute cluster. Network teams need to plan for &lt;a href="https://medium.com/@nikheelvs/gpu-to-gpu-communication-unlocking-parallelism-beyond-the-core-a80de2974078"&gt;accelerator-to-accelerator communication&lt;/a&gt; alongside storage and orchestration traffic. Fine-tuning models produces many of the same traffic patterns but at a much wider range of scales.&lt;/p&gt;
 &lt;p&gt;Inference, where the AI model applies what it's learned to generate results, is more sensitive to how fast applications can send data to a model and receive the answer. For example, real-time applications might depend on consistently low latency, while high-volume inference services need sufficient throughput to handle simultaneous requests. In generative AI, the additional metrics, such as time to first token and tail latency, can also become important.&lt;/p&gt;
 &lt;p&gt;Inference is also becoming less of a north-south traffic generator as larger models are distributed across multiple GPUs or servers. &lt;a href="https://www.techtarget.com/ai/definition/retrieval-augmented-generation"&gt;Retrieval-augmented generation&lt;/a&gt; can add further traffic among inference services, vector databases, storage systems and enterprise applications.&lt;/p&gt;
&lt;/section&gt;         
&lt;section class="section main-article-chapter" data-menu-title="The shift from north-south to east-west traffic"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The shift from north-south to east-west traffic&lt;/h2&gt;
 &lt;p&gt;North-south traffic enters or leaves the data center as employees access applications, customers connect to services, or systems communicate with the internet and cloud. But in &lt;a href="https://www.techtarget.com/ai/feature/GenAI-data-center-infrastructure-reshapes-business-processes"&gt;AI data centers,&lt;/a&gt; east-west traffic remains within the data center or cloud environment where the data moves among servers, GPUs, storage systems and other infrastructure services.&lt;/p&gt;
 &lt;p&gt;This traffic pattern places pressure on traditional hierarchical network designs. For example, a three-tier network connects servers through access, aggregation and core layers. These designs can use oversubscription because the bandwidth available to servers exceeds the uplink capacity.&lt;/p&gt;
 &lt;p&gt;With synchronized AI traffic, however, many servers attempt to use those uplinks together. AI clusters, therefore, adopt flatter leaf-spine (or &lt;a href="https://www.techtarget.com/it-infrastructure/definition/Clos-network"&gt;Clos&lt;/a&gt;) fabrics with lower oversubscription. In this design, servers connect to leaf switches, while each leaf connects across a set of spine switches.&lt;/p&gt;
 &lt;p&gt;This creates multiple paths between endpoints and reduces the number of network tiers traffic must cross. Some large AI fabrics go even further toward non-blocking designs, where the network has sufficient capacity to support a much larger simultaneous allocation of traffic injected by the connected systems.&lt;/p&gt;
 &lt;p&gt;Google's Virgo Network architecture, for example, uses a flat two-layer, non-blocking topology with high-radix switches to provide scale-out bandwidth for accelerators. This makes bisection bandwidth increasingly important. It describes how much traffic the fabric can carry simultaneously between two network segments.&lt;/p&gt;
 &lt;p&gt;Therefore, network teams must consider how many accelerators can communicate simultaneously, how much traffic they inject into the fabric and how much contention the workload can tolerate.&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Lossless networking and GPU performance dependencies"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Lossless networking and GPU performance dependencies&lt;/h2&gt;
 &lt;p&gt;When congestion causes packets to be dropped, higher-layer protocols such as TCP can retransmit the missing data and adjust the sending rate. For many enterprise applications, an occasional retransmission increases latency.&lt;/p&gt;
 &lt;p&gt;But this step can generate a substantial consequence in a distributed AI cluster. If congestion delays one participant, the other GPUs involved in that operation may have to wait. To that end, low-loss or lossless networking is a must-have for &lt;a href="https://www.techtarget.com/searchenterpriseai/tip/Best-practices-for-building-scalable-AI-infrastructure"&gt;enterprise AI workloads&lt;/a&gt; that are tightly connected across accelerators.&lt;/p&gt;
 &lt;p&gt;The goal of a lossless network is not to eliminate congestion, but to prevent it from causing packet drops. This requires coordinated buffer management, congestion control and flow control.&lt;/p&gt;
 &lt;p&gt;Operating such networks requires comprehensive visibility. For example, a 400 GbE link that appears underutilized could still experience short bursts that fill queues and disrupt a training operation.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="How enterprises should plan an AI-ready network"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;How enterprises should plan an AI-ready network&lt;/h2&gt;
 &lt;p&gt;The following steps can help organizations build an AI-ready network.&lt;/p&gt;
 &lt;ol class="default-list"&gt; 
  &lt;li&gt;Begin with the workload. A large, distributed training cluster, a fine-tuning environment and an enterprise inference service each places different demands on the network.&lt;/li&gt; 
  &lt;li&gt;Determine how many accelerators need to communicate, where models and data will stay, if inference is centralized or distributed and how fast those requirements will scale.&lt;/li&gt; 
  &lt;li&gt;Understand where that traffic will travel. Map the data paths among compute, storage, applications and external services. This will determine if the organization needs separate networking domains.&lt;/li&gt; 
  &lt;li&gt;Capacity planning should focus on where bandwidth is required. Consider the connectivity available to each server, the combined rate at which nodes can inject traffic storage, throughput, uplink capacity, oversubscription and redundancy.&lt;/li&gt; 
  &lt;li&gt;Headroom is important because AI traffic &lt;a href="https://www.techtarget.com/it-infrastructure/tip/Checking-for-high-network-utilization-on-a-switched-network"&gt;can be bursty&lt;/a&gt;. The appropriate oversubscription level for the link utilization depends on how much contention a particular workload can tolerate.&lt;/li&gt; 
  &lt;li&gt;Decide how much operational complexity you are prepared to support. High-performance Ethernet fabrics using Remote Direct Memory Access over Converged Ethernet requires detailed congestion management, telemetry and configuration. The choice depends on the available networking skills, tools and operational processes.&lt;/li&gt; 
  &lt;li&gt;Observability plays a strong role, monitoring everything from queue behavior, packet drops and explicit congestion notification and priority flow control events to latency and congestion hotspots. This helps network teams correlate network behavior with GPU utilization.&lt;/li&gt; 
 &lt;/ol&gt;
 &lt;ol type="1" start="3" class="default-list"&gt;&lt;/ol&gt;
 &lt;p&gt;Comprehensive planning treats network spending in relation to the value of the compute it supports. The right networking for AI workloads architecture is the one that provides enough bandwidth, latency consistency and resilience for the workload without affecting performance.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Abhishek Jadhav is a technology journalist covering AI infrastructure, semiconductors and advanced computing systems.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Distributed AI workloads reshape the architectures and strategies that enterprises traditionally relied on to plan network work capacity, manage congestion and support east-west traffic.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/iot_g1226985345.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/How-AI-workloads-affect-enterprise-network-design</link>
            <pubDate>Mon, 24 Aug 2026 16:15:00 GMT</pubDate>
            <title>How AI workloads affect enterprise network design</title>
        </item>
        <item>
            <body>&lt;p&gt;Enterprise cloud strategy has reached a turning point with multi-cloud deployments. What was once a technical architecture decision is now a core business and financial consideration. Relying on a single cloud provider concentrates on operational risk, limits negotiating leverage and constrains how quickly organizations can adapt to changing technology, market and regulatory demands.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.techtarget.com/searchcloudcomputing/definition/multi-cloud-strategy"&gt;Multi-cloud deployment models&lt;/a&gt; distribute workloads across cloud providers, offering these significant advantages:&lt;/p&gt; 
&lt;ul class="default-list"&gt; 
 &lt;li&gt;Improved resilience.&lt;/li&gt; 
 &lt;li&gt;Infrastructure aligned with &lt;a href="https://www.techtarget.com/it-infrastructure/tip/Privacy-compliance-and-governance-are-changing-development"&gt;regional compliance requirements&lt;/a&gt;.&lt;/li&gt; 
 &lt;li&gt;Access to best-in-class capabilities that accelerate innovation.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;While multi-cloud adds operational complexity, it also enables disciplined cost management through competitive pricing and &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/A-month-by-month-roadmap-for-the-three-phases-of-FinOps"&gt;FinOps practices&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;For IT leaders, the question is no longer whether to adopt multi-cloud, but rather how to implement it in a way that balances cost, risk, performance and governance while positioning the organization for long-term growth and agility.&lt;/p&gt; 
&lt;p&gt;This article outlines the risks of single-vendor cloud strategies before exploring financial ramifications, operating models and a practical execution roadmap.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="The cost of standing still: Single-cloud strategy risks"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The cost of standing still: Single-cloud strategy risks&lt;/h2&gt;
 &lt;p&gt;A single-cloud strategy creates concentrated exposure across financial, operational and strategic dimensions. Single-cloud environments are often the hidden liability on the balance sheet. They can also limit business continuity options and compromise compliance management.&lt;/p&gt;
 &lt;p&gt;Single-cloud deployment models surface the following risks:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Vendor concentration.&lt;/b&gt; Using a single cloud can create a risk and pricing power imbalance due to vendor lock-in and monopolization of the organization's data and services. Organizations are also vulnerable to shifting service priorities by the vendor.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Financial exposure.&lt;/b&gt; Outages affecting the vendor can result in lost revenue, service-level agreement penalties and reputational damage.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Regulatory and data sovereignty challenges.&lt;/b&gt; &lt;a href="https://www.techtarget.com/it-strategy/tip/Why-CIOs-must-prepare-for-geopolitical-disruption"&gt;Global operations face increasing scrutiny&lt;/a&gt; from regulatory bodies that many cloud vendors cannot satisfy.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Innovation constraints.&lt;/b&gt; A single vendor's ecosystem does not offer the specialization, flexibility and agility needed for business innovation.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="The financial case for multi-cloud"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The financial case for multi-cloud&lt;/h2&gt;
 &lt;p&gt;The financial case for multi-cloud extends beyond simple cost comparison; it's about optimizing total economic value while reducing risk. These numbers are more difficult to extract but clearly demonstrate the financial benefits of multi-cloud deployments.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;Total cost of ownership.&lt;/b&gt; A multi-cloud strategy can introduce incremental complexity and operational overhead. However, these costs are often offset, as organizations can avoid the hidden premiums of single-vendor dependencies, including escalating &lt;a href="https://www.computerweekly.com/feature/Cloud-egress-costs-What-they-are-and-how-to-dodge-them"&gt;data egress fees&lt;/a&gt;, limited pricing leverage and constrained architectural choices.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;Return on investment.&lt;/b&gt; ROI is driven less by immediate savings and more by risk-adjusted outcomes. Cross-cloud residency mitigates downtime, which helps organizations avoid significant revenue loss and reputational damage. Selecting the best services -- regardless of vendor -- for a business requirement enables faster innovation, directly supporting revenue growth and competitive differentiation.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;FinOps.&lt;/b&gt; &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/The-business-case-for-FinOps-to-control-cloud-spending"&gt;Disciplined FinOps&lt;/a&gt; is essential for realizing these benefits. Multi-cloud environments require centralized cost visibility, real-time usage tracking and clear accountability across business units. Cloud spend is no longer a fixed expense. Instead, organizations optimize workloads, rebalance provider usage and align infrastructure investments with business priorities.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Balancing risk, performance and compliance"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Balancing risk, performance and compliance&lt;/h2&gt;
 &lt;p&gt;Multi-cloud environments balance risk, performance and compliance. Realizing the financial and business continuity benefits of a multi-cloud strategy requires ongoing fine-tuning.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;Risk distribution.&lt;/b&gt; Multi-cloud distributes security and availability risks across a broader surface, reducing the &lt;a href="https://www.techtarget.com/it-strategy/feature/AWS-cloud-outage-reveals-vendor-concentration-risk"&gt;impact of a vendor-level incident&lt;/a&gt; on the organization's operations. This helps organizations avoid single points of failure, and it enables scenario planning for regional outages.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;Performance tradeoffs.&lt;/b&gt; Synchronizing data and service between vendors and regions introduces potential performance issues, including &lt;a href="https://www.techtarget.com/searchdatacenter/feature/Data-gravity-and-its-role-in-data-center-efficiency"&gt;data gravity&lt;/a&gt; and latency challenges. Proprietary data structures must also be addressed. However, multi-cloud can improve performance by placing resources nearer to consumers.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;Compliance.&lt;/b&gt; Multi-cloud serves as a compliance enabler by aligning workloads with regional and industry regulations, helping organizations avoid penalties. &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/A-data-sovereignty-primer-for-cloud-admins"&gt;Data residency and sovereignty&lt;/a&gt; compliance are of particular importance.&lt;/p&gt;
 &lt;p&gt;Multi-cloud deployments introduce new challenges while mitigating others. Strong design and governance are required for intentional tradeoffs.&lt;/p&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    Multi-cloud is no longer optional; it is a strategic lever for resilience, financial control and innovation.
   &lt;/figure&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="What a multi-cloud deployment model looks like in practice"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What a multi-cloud deployment model looks like in practice&lt;/h2&gt;
 &lt;p&gt;Three primary use cases drive a multi-cloud strategy. These choices inform which multi-cloud deployment model the organization will select:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Disaster recovery and failover.&lt;/li&gt; 
  &lt;li&gt;Regulatory segmentation and compliance.&lt;/li&gt; 
  &lt;li&gt;Utilizing specialized services (AI, analytics, etc.).&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Consider the following common deployment models:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Active-active across cloud vendors.&lt;/b&gt; This model runs critical systems and application stacks in multiple clouds simultaneously via load balancers. The goal is near-zero recovery point and recovery time objectives and resilience to provider outages.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Workload-specific placement.&lt;/b&gt; This model places workloads on the cloud platform that best fits its needs. It typically involves a primary cloud provider hosting most services, with niche applications on specific vendor clouds.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Hybrid, multi-cloud combinations.&lt;/b&gt; This model combines on-premises capabilities with multiple public clouds. Regulated or latency-sensitive data is hosted on-premises.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;An organization's business requirements will drive the selection of the right model.&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Operating model: From strategy to execution"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Operating model: From strategy to execution&lt;/h2&gt;
 &lt;p&gt;Shifting to a multi-cloud deployment requires resource, governance and workflow changes.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Organizational changes.&lt;/b&gt; &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/How-to-build-a-cloud-center-of-excellence"&gt;Establish a cloud center of excellence&lt;/a&gt; and platform engineering teams to oversee deployments and support.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Skills and talent development.&lt;/b&gt; Expertise across diverse cloud vendors and environments is required. Most cloud engineers and architects are &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/Is-there-still-a-cloud-skills-gap"&gt;only skilled on one platform&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Vendor management.&lt;/b&gt; Establish a vendor management team that maximizes each cloud provider's features and recognizes negotiation opportunities to optimize pricing.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Standardization vs. flexibility tradeoffs.&lt;/b&gt; Single-cloud deployments offer standardization, simplifying deployment and support. Balance this with the flexibility and resilience offered by multi-cloud environments.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Multi-cloud success depends more on the operating model's maturity, thoughtfulness and accuracy than on the technology platforms where it resides.&lt;/p&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="Key architectural concerns"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Key architectural concerns&lt;/h2&gt;
 &lt;p&gt;Multi-cloud architects must design effective deployments that maximize benefits and minimize costs. Key factors include managing workloads, networking and access control:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Workload placement.&lt;/b&gt; Criteria include cost, latency and compliance across vendors.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Intercloud networking.&lt;/b&gt; Challenges include secure, high-performing networking across cloud providers to ensure availability and application support.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Identity and access management.&lt;/b&gt; Authentication and access controls across multi-cloud environments are more complex, requiring either &lt;a href="https://www.techtarget.com/cybersecurity/tip/CISOs-guide-to-centralized-vs-federated-security-models"&gt;centralized or federated solutions&lt;/a&gt;&lt;a name="_msoanchor_1" language="JavaScript" href="#_msocom_1" id="_anchor_1"&gt;[DG1]&lt;/a&gt;&amp;nbsp;&lt;a&gt;&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Tooling.&lt;/b&gt; Tooling must enable visibility across multiple cloud environments and integrate on-premises capabilities. Include observability, automation and cost management platforms.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="Create an action plan"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Create an action plan&lt;/h2&gt;
 &lt;p&gt;A successful multi-cloud strategy starts with a structured, business-aligned approach to execution. Use the following steps to structure the action plan:&lt;/p&gt;
 &lt;ol class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Assess current workloads for cloud suitability.&lt;/b&gt; Evaluate risk, performance, cost sensitivity, regulatory requirements and interdependencies. Not all workloads justify being distributed. Prioritize those that benefit from resilience and flexibility.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Design a hybrid/multi-cloud architecture with standardized governance.&lt;/b&gt; Ensure consistency in security, compliance and cost controls. Establish clear policies and reference models that scale across cloud providers and internal business units. Define guardrails for security, cost and operations.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Implement cross-cloud monitoring and automation tools.&lt;/b&gt; &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/What-is-multi-cloud-visibility-and-how-do-I-achieve-it"&gt;Provide unified visibility&lt;/a&gt; into performance, spending and risk. Automation reduces operational overhead while improving reliability and response times.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Define vendor selection criteria aligned with business priorities.&lt;/b&gt; Balance cost, geographic coverage, innovation capabilities and compliance requirements.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Use FinOps and risk management KPIs.&lt;/b&gt; Track cost efficiency, uptime and vendor concentration to show the strategy delivers measurable business value over time.&lt;/li&gt; 
 &lt;/ol&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="Measuring success: KPIs that matter"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Measuring success: KPIs that matter&lt;/h2&gt;
 &lt;p&gt;Measurable business outcomes are essential for managing value over time. Use the following &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/FinOps-KPIs-and-metrics-to-optimize-cloud-expenditures"&gt;KPIs and metrics&lt;/a&gt; to evaluate the success of a multi-cloud strategy across financial performance, operations, and risk management.&lt;/p&gt;
 &lt;h3&gt;Financial and efficiency metrics&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Unit cost per workload.&lt;/b&gt; Cost per transaction, user or application instance across clouds.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Cost of data transfer (egress ratio).&lt;/b&gt; Percentage of total spend tied to intercloud or outbound data movement.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Resource utilization.&lt;/b&gt; Percentage of provisioned vs. active compute/storage resources.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Budget variance.&lt;/b&gt; A measure of forecast spend vs. actual spend over time.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Operational and performance metrics&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Deployment velocity and time to market.&lt;/b&gt; Time taken to deploy capabilities from ideation to user availability.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Cross-cloud failover time.&lt;/b&gt; Time required to shift workloads between providers during disruption.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Deployment frequency across environments.&lt;/b&gt; How often applications are released across multiple clouds.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Mean time to detect and respond.&lt;/b&gt; Efficiency of incident detection and resolution.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Risk and resilience metrics&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Uptime.&lt;/b&gt; Measure of system and service availability.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Workload portability score.&lt;/b&gt; Percentage of applications that can be moved between clouds with minimal &lt;a href="https://www.techtarget.com/searchCloudComputing/tip/Use-the-7-Rs-to-develop-an-app-modernization-strategy"&gt;rework&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Provider dependency ratio.&lt;/b&gt; Share of critical workloads tied to a single provider.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Governance and compliance metrics&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Policy compliance rate.&lt;/b&gt; Percentage of resources adhering to defined security, cost and governance policies.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;These metrics offer leadership early warning signals pertaining to &lt;a target="_blank" href="https://www.youtube.com/watch?v=Eq4NRgIkBuU" rel="noopener"&gt;cost drift&lt;/a&gt;, risk concentration and operational inefficiencies before they negatively impact the business.&lt;/p&gt;
&lt;/section&gt;           
&lt;section class="section main-article-chapter" data-menu-title="Multi-cloud as a foundation for resilient growth"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Multi-cloud as a foundation for resilient growth&lt;/h2&gt;
 &lt;p&gt;Multi-cloud is no longer optional; it is a strategic lever for resilience, financial control and innovation. Organizations that act now will reduce risk while gaining competitive flexibility. Begin by assessing current cloud exposure and defining a deliberate multi-cloud roadmap aligned to business priorities.&lt;/p&gt;
 &lt;p&gt;&lt;em&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides, and contributes extensively to TechTarget Editorial, The New Stack and CompTIA Blogs.&lt;/em&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>With a single-cloud strategy, organizations risk vendor lock-in, financial exposure and regulatory hurdles. A multi-cloud deployment model is essential for today's IT operations.</description>
            <image>https://cdn.ttgtmedia.com/visuals/LeMagIT/hero_article/Cloud_sky.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/Why-multi-cloud-should-be-your-default-deployment-model</link>
            <pubDate>Mon, 24 Aug 2026 11:24:00 GMT</pubDate>
            <title>Why multi-cloud should be your default deployment model</title>
        </item>
        <item>
            <body>&lt;p&gt;Distributed computing is not just an infrastructure concern -- it is a driver of revenue, resilience and experience, making it critical to an organization's technology strategy.&lt;/p&gt; 
&lt;p&gt;Distributed architecture is a system design approach in which computing, data processing and services are deployed across multiple locations -- core, edge and cloud -- to optimize performance, resilience and proximity to users or data, rather than relying on a single centralized environment.&lt;/p&gt; 
&lt;p&gt;Centralized resources, such as those found in standard cloud deployments, have significant limitations for real-time, data-intensive or location-sensitive use cases. This article helps IT leaders determine &lt;a href="https://www.techtarget.com/searchdatacenter/opinion/Distributed-computing-The-infrastructure-shift-AI-demands"&gt;where distributed computing creates value&lt;/a&gt;, how to manage distributed infrastructure and what governance practices are necessary.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Where distributed computing creates value"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Where distributed computing creates value&lt;/h2&gt;
 &lt;p&gt;Distributed architecture makes sense when performance, resilience and real-time outcomes matter most. Common design triggers include:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Ultra-low latency requirements such as real-time analytics and automation.&lt;/li&gt; 
  &lt;li&gt;Data gravity and locality such as regulatory, &lt;a href="https://www.techtarget.com/searchSecurity/tip/Data-sovereignty-compliance-challenges-and-best-practices"&gt;sovereignty&lt;/a&gt; or performance constraints.&lt;/li&gt; 
  &lt;li&gt;Bandwidth cost and efficiency considerations.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Not all data requires a distributed infrastructure. In many cases, standard cloud platforms are sufficient. Centralized cloud still wins in areas such as batch processing and AI model training.&lt;/p&gt;
 &lt;p&gt;To identify where distributed computing creates value, begin by mapping use cases to outcomes such as revenue growth, cost optimization and customer experience differentiation. Use a &lt;a href="https://untools.co/decision-matrix/"&gt;decision matrix&lt;/a&gt; to select among centralized, hybrid or distributed architectures.&lt;/p&gt;
 &lt;figure class="main-article-image full-col" data-img-fullsize="https://www.techtarget.com/rms/onlineimages/the_distributed_computing_process-f.png"&gt;
  &lt;img data-src="https://www.techtarget.com/rms/onlineimages/the_distributed_computing_process-f_mobile.png" class="lazy" data-srcset="https://www.techtarget.com/rms/onlineimages/the_distributed_computing_process-f_mobile.png 960w,https://www.techtarget.com/rms/onlineimages/the_distributed_computing_process-f.png 1280w" alt="distributed computing example" height="269" width="560"&gt;
  &lt;figcaption&gt;
   &lt;i class="icon pictures" data-icon="z"&gt;&lt;/i&gt;An example showing how networks, servers and computers are structured in distributed computing.
  &lt;/figcaption&gt;
  &lt;div class="main-article-image-enlarge"&gt;
   &lt;i class="icon" data-icon="w"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/figure&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Manage infrastructure across core, cloud and edge"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Manage infrastructure across core, cloud and edge&lt;/h2&gt;
 &lt;p&gt;Use the following approaches to translate strategy into operational reality.&lt;/p&gt;
 &lt;h3&gt;Investment prioritization&lt;/h3&gt;
 &lt;p&gt;Investment decisions must be driven by clearly defined business outcomes, not just aspirations to &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/A-primer-on-modernization-strategies-for-legacy-systems"&gt;modernize architecture&lt;/a&gt;. Prioritize distributed deployments that directly support revenue-generating digital services, latency-sensitive operations or regulatory mandates. Evaluate each investment against its expected business impact to ensure resources are allocated effectively. Follow these four steps;&lt;/p&gt;
 &lt;ol class="default-list"&gt; 
  &lt;li&gt;Align investments with high-value use cases first.&lt;/li&gt; 
  &lt;li&gt;Plan for incremental distributed deployments.&lt;/li&gt; 
  &lt;li&gt;Avoid broad rollouts and over-distribution, such as ungoverned edge sprawl without ROI.&lt;/li&gt; 
  &lt;li&gt;Balance Capex and Opex across environments.&lt;/li&gt; 
 &lt;/ol&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    Select investments for high impact and scalability, balancing capital-intensive edge infrastructure with flexible cloud services.
   &lt;/figure&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;Select investments for high impact and scalability, balancing capital-intensive edge infrastructure with flexible cloud services.&lt;/p&gt;
 &lt;h3&gt;Architectural patterns&lt;/h3&gt;
 &lt;p&gt;Distributed architecture needs intentional workload placement and modern design patterns. Aligning use cases creates a cohesive system rather than a fragmented infrastructure. Several common architectural patterns fit specific use cases, which can include:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Hybrid and multi-cloud integration enable flexibility.&lt;/li&gt; 
  &lt;li&gt;Containerization and orchestration help standardize deployments across core, edge and cloud environments.&lt;/li&gt; 
  &lt;li&gt;Place latency-sensitive processing closer to the edge.&lt;/li&gt; 
  &lt;li&gt;Place aggregation and analytics in centralized environments.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Operational implications&lt;/h3&gt;
 &lt;p&gt;Distributed architectures add significant complexity compared to centralized models. Teams must manage diverse infrastructure, differing connectivity capabilities and geographically dispersed assets. Manual operations do not scale in distributed environments, so plan accordingly.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Expect increased operational complexity over centralized models.&lt;/li&gt; 
  &lt;li&gt;&lt;a href="https://www.techtarget.com/searchcloudcomputing/infographic/By-the-numbers-How-upskilling-fills-the-IT-skills-gap"&gt;Address skills gaps&lt;/a&gt; and retain essential talent.&lt;/li&gt; 
  &lt;li&gt;Unify observability, orchestration and remote lifecycle management.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Centralized control planes and automation provides reliability, as well as enforces consistency and performance across all sites.&lt;/p&gt;
&lt;/section&gt;              
&lt;section class="section main-article-chapter" data-menu-title="Governance in distributed environments"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Governance in distributed environments&lt;/h2&gt;
 &lt;p&gt;Effective governance addresses risks, maintains control and ensures consistency at scale.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Lifecycle management.&lt;/b&gt; Manage provisioning, updating and retiring distributed assets.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Security enforcement.&lt;/b&gt; &lt;a href="https://www.techtarget.com/cybersecurity/tip/Perimeter-to-posture-A-roadmap-to-zero-trust-maturity"&gt;Implement zero-trust&lt;/a&gt; models across environments and recognize the expanded attack surface at the edge.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Data consistency.&lt;/b&gt; Resolve synchronization challenges across nodes to balance consistency, availability and latency.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Regulatory and compliance.&lt;/b&gt; Maintain data sovereignty obligations and auditability.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="Talent and organizational readiness"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Talent and organizational readiness&lt;/h2&gt;
 &lt;p&gt;Shifting to a distributed architecture is an organizational long-term change rather than a technical deployment project. Success depends on teams designing, operating and optimizing systems that span core, cloud and edge environments. This requires new &lt;a href="https://www.techtarget.com/searchCloudComputing/tip/How-to-use-AI-to-bridge-the-cloud-skills-gap"&gt;skill sets&lt;/a&gt; across engineering, data streaming, security and operations. These talents are often scarce, requiring development within existing talent pools.&lt;/p&gt;
 &lt;p&gt;Traditional silos between infrastructure, applications and operations teams impede distributed environments. Many organizations use platform-based models, where centralized teams provide standardized tooling, automation and guardrails, while product teams retain the necessary flexibility in how they deploy and run workloads. DevOps and site reliability engineering are critical to managing complexity at scale.&lt;/p&gt;
 &lt;p&gt;Failure to account for these challenges means the distributed architecture could become fragmented, costly and difficult to sustain.&lt;/p&gt;
 &lt;p&gt;&lt;iframe title="Key metrics and KPIs to track" aria-label="Table" id="datawrapper-chart-OFwnr" src="https://datawrapper.dwcdn.net/OFwnr/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="595" data-external="1"&gt;&lt;/iframe&gt;&lt;/p&gt;
 &lt;p&gt; &lt;script type="text/javascript"&gt;(function(){function e(){window.addEventListener(`message`,function(e){if(e.data[`datawrapper-height`]!==void 0){var t=document.querySelectorAll(`iframe`);for(var n in e.data[`datawrapper-height`])for(var r=0,i;i=t[r];r++)if(i.contentWindow===e.source){var a=e.data[`datawrapper-height`][n]+`px`;i.style.height=a}}})}e()})();&lt;/script&gt; &lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Linking architecture to business outcomes"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Linking architecture to business outcomes&lt;/h2&gt;
 &lt;p&gt;Distributed architectures do not address every operational requirement, nor do they support every workload. The essential element is determining whether distribution offers a measurable impact on essential business processes.&lt;/p&gt;
 &lt;p&gt;Distributed computing is a continuous capability that scales with evolving business needs, not a one-time project. It enables:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;New digital innovations and products.&lt;/li&gt; 
  &lt;li&gt;Real-time decision-making.&lt;/li&gt; 
  &lt;li&gt;Enhanced customer experiences.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Centralized designs have become a constraint -- reevaluate where the organization runs, not just what it runs. If the architecture can't support real-time or location-aware experiences, a competitor's will.&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Now is the time to align infrastructure decisions with the speed and expectations of your customers. See how distributed computing can create value and what to expect.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/iot_g1224942277.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/How-distributed-computing-drives-revenue-and-resilience-in-cloud</link>
            <pubDate>Thu, 20 Aug 2026 10:48:00 GMT</pubDate>
            <title>How distributed computing drives revenue and resilience in cloud</title>
        </item>
        <item>
            <body>&lt;p&gt;In June 2026, HTTP gained its first new general-purpose method in over a decade – QUERY.&lt;/p&gt; 
&lt;p&gt;Organizations increasingly need to submit large or complex read/query criteria. GET pushes that information into URLs, while POST carries it in a body without explicitly safe or idempotent semantics.&lt;/p&gt; 
&lt;p&gt;As of June 2026, the HTTP QUERY method is a standard as defined in &lt;a target="_blank" href="https://www.rfc-editor.org/info/rfc10008/" rel="noopener"&gt;RFC 10008&lt;/a&gt;. It is a safe, &lt;a href="https://www.theserverside.com/tip/Idempotent-HTTP-methods-and-REST"&gt;idempotent method&lt;/a&gt; that carries query content in the request body.&lt;/p&gt; 
&lt;p&gt;For enterprises, this means greater reliability for repeatable queries, better separation of query intent from mutation and stronger foundations for logging, governance and compliance.&lt;/p&gt; 
&lt;p&gt;This article outlines the limitations of &lt;a href="https://www.theserverside.com/video/GET-vs-POST-Whats-the-difference"&gt;GET and POST&lt;/a&gt; before introducing the new QUERY method, noting its advantages and offering adoption considerations. Organizations do not need to update current APIs; QUERY is a targeted option for specific workloads.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="What's wrong with GET and POST?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What's wrong with GET and POST?&lt;/h2&gt;
 &lt;p&gt;Traditional methods for managing information have significant problems for today's workloads. Enterprises commonly use these methods to retrieve data.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;GET.&lt;/b&gt; Simple, read-oriented queries with parameters in the URL.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;POST.&lt;/b&gt; Complex queries whose inputs are too large or cumbersome for a URL.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;However, these methods have operational consequences. Long or highly encoded URLs can encounter size and interoperability constraints across proxies, gateways and other intermediaries. Furthermore, query information in URLs is more likely to surface in logs, browser history, bookmarks and other systems. In particular, using POST for read-only queries obscures the intended semantics and can limit the behavior of caches and automated retry mechanisms.&lt;/p&gt;
 &lt;p&gt;These consequences go beyond protocol design. They affect service reliability, incident recovery, data exposure, auditability and operational cost.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="What is the new HTTP QUERY method?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What is the new HTTP QUERY method?&lt;/h2&gt;
 &lt;p&gt;As defined in RFC 10008: The HTTP QUERY Method, a QUERY is a request that asks a target resource to perform a query using content in the request body in a safe and idempotent way. In this context, safe and idempotent have specific meanings:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Safe.&lt;/b&gt; The request is intended for retrieval/querying, not changing server state.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Idempotent.&lt;/b&gt; Repeating the same request does not create additional state changes, making automated repetition safer.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;The key distinction is that QUERY combines the body-based input of POST with the safe, idempotent semantics of GET. QUERY also supports caching.&lt;/p&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="QUERY vs GET and POST: The strategic difference"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;QUERY vs GET and POST: The strategic difference&lt;/h2&gt;
 &lt;p&gt;The strategic benefit isn't that QUERY makes APIs inherently faster or more secure. It gives organizations more precise control for complex read operations.&lt;/p&gt;
 &lt;p&gt;GET, POST and QUERY serve different purposes. GET is best for straightforward retrieval, QUERY for complex read-only queries and POST for when operations might create or change state. The distinction carries beyond API design to offer three practical advantages:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Reliability.&lt;/b&gt; Due to its idempotent nature, QUERY provides a clearer basis for retry and recovery strategies when networks, gateways or downstream services fail.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Observability.&lt;/b&gt; The dedicated QUERY method is differentiated in log files containing POST results, providing clarity for monitoring, classification and &lt;a href="https://www.computerweekly.com/blog/CW-Developer-Network/SmartBear-fills-honeypot-of-AI-ready-API-governance"&gt;API governance&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Compliance and governance.&lt;/b&gt; QUERY carries search criteria in the request body, reducing unnecessary exposure of information.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Note that implementing QUERY is a targeted &lt;a href="https://www.techtarget.com/it-infrastructure/tip/A-primer-on-modernization-strategies-for-legacy-systems"&gt;modernization&lt;/a&gt; task, not an enterprise-wide migration project. It gives complex read operations their own explicit method, potentially reducing operational ambiguity and risk without requiring organizations to replace APIs that already work well.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Developer use cases"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Developer use cases&lt;/h2&gt;
 &lt;p&gt;Developers and engineers can get the most value from the QUERY method in specific use cases, such as:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Complex search or filter APIs.&lt;/li&gt; 
  &lt;li&gt;Analytics and reporting queries.&lt;/li&gt; 
  &lt;li&gt;APIs accepting structured query languages.&lt;/li&gt; 
  &lt;li&gt;Requests that routinely approach URI-size or encoding constraints.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Note that API gateways, WAFs, proxies, SDKs, &lt;a href="https://www.techtarget.com/it-infrastructure/tip/End-to-end-network-observability-for-AI-workloads"&gt;observability platforms&lt;/a&gt; and application frameworks must recognize and correctly pass the new QUERY method. Watch for vendor updates.&lt;/p&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="Deployment options"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Deployment options&lt;/h2&gt;
 &lt;p&gt;Using QUERY entails specific advantages and trade-offs. For most organizations, integration is probably worthwhile for future applications. Some companies will want to retool existing APIs to add QUERY.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;Option A: Retain existing GET/POST use&lt;/b&gt;&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Advantage: Lowest immediate friction.&lt;/li&gt; 
  &lt;li&gt;Trade-off: Appropriate when current APIs are reliable and query inputs are simple.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;&lt;b&gt;Option B: Introduce QUERY selectively&lt;/b&gt;&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Advantage: Best balance of risk and modernization.&lt;/li&gt; 
  &lt;li&gt;Trade-off: Add QUERY for new or high-value complex-query endpoints while retaining existing configurations.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;&lt;b&gt;Option C: Broad API migration (probably unnecessary for most organizations)&lt;/b&gt;&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Advantages: Potential long-term consistency.&lt;/li&gt; 
  &lt;li&gt;Trade-offs: Possible higher compatibility, testing and infrastructure risk.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="Turn QUERY into a targeted risk-reduction initiative"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Turn QUERY into a targeted risk-reduction initiative&lt;/h2&gt;
 &lt;p&gt;QUERY fills a specific gap between GET and POST, so its use is situational. IT leaders should assess QUERY-ready use cases during the next API governance cycle. The &lt;a href="https://www.techtarget.com/it-infrastructure/tip/Modern-software-quality-metrics-that-matter"&gt;results of that assessment&lt;/a&gt; will guide the next steps.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Begin with selective adoption, not a wholesale rewrite.&lt;/li&gt; 
  &lt;li&gt;Create an API-method policy defining when teams should use GET, QUERY and POST.&lt;/li&gt; 
  &lt;li&gt;Identify a small number of complex read/query endpoints as pilots.&lt;/li&gt; 
  &lt;li&gt;Confirm compatibility with gateway, WAF, proxy, logging, monitoring, caching and security tools.&lt;/li&gt; 
  &lt;li&gt;Measure retry success, latency, error rates, observability coverage and sensitive data exposure.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Start today with one high-level question: Which existing APIs would be safer, more observable and easier to operate if complex queries had an explicit, idempotent HTTP method?&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides and contributes extensively to Informa TechTarget, The New Stack and CompTIA Blogs.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>HTTP QUERY gives complex read operations a safe, idempotent alternative to GET and POST. Learn its benefits, use cases and enterprise adoption options.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/container_g1074391400.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/A-look-at-HTTPs-new-QUERY-method</link>
            <pubDate>Thu, 20 Aug 2026 10:00:00 GMT</pubDate>
            <title>A look at HTTP's new QUERY method</title>
        </item>
        <item>
            <body>&lt;p&gt;&lt;a href="https://www.techtarget.com/searchdatacenter/definition/IT"&gt;IT&lt;/a&gt; is all about data, while &lt;a href="https://www.techtarget.com/whatis/definition/operational-technology"&gt;operational technology&lt;/a&gt; focuses on the physical devices that control industrial operations and processes. Although they can run independently of each other, there are real benefits to IT/OT convergence when each side shares its strengths, including cost and security controls.&lt;/p&gt; 
&lt;p&gt;The convergence of IT and OT is largely due to the growing adoption of &lt;a href="https://www.techtarget.com/iotagenda/definition/Internet-of-Things-IoT"&gt;IoT&lt;/a&gt; infrastructure and how IoT merges the processes and data types that OT oversees with those of traditional IT. IoT's allure is the potential for greater efficiencies, insights and monetization opportunities that merging devices, data and people into a single environment can engender.&lt;/p&gt; 
&lt;p&gt;But IoT isn't the only compelling reason for IT/OT convergence. AI is pervasive in contemporary data centers and related computing resources, and it ups the IoT ante when it comes to integrating data sources, data processing and applications that can easily span multiple IT and OT environments within a single organization.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="IT vs. OT: Key differences"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;IT vs. OT: Key differences&lt;/h2&gt;
 &lt;p&gt;IT and OT are both network-based technical structures that link hundreds or thousands of pieces of equipment, but beyond that basic topology, there are more differences than similarities.&lt;/p&gt;
 &lt;p&gt;Even the networks bear distinguishing differences. IT networks typically run atop a handful of standardized OSes, including Windows and Linux. &lt;a href="https://www.techtarget.com/iotagenda/definition/Industrial-Internet-of-Things-IIoT"&gt;Industrial IoT&lt;/a&gt; environments supporting OT might run on IT network OSes, but several proprietary OSes are more role-based and often tailored to specific industries or industrial processes. In some cases, companies will modify an off-the-shelf OS to develop one that fits their unique needs.&lt;/p&gt;
 &lt;p&gt;The communication protocols that IT and OT infrastructures use can vary as well. Most IT networks are Ethernet-based, whether connected by cable -- copper or optical -- or wireless. All or part of an OT network can also use Ethernet as its protocol. However, because a single IoT implementation can potentially cover a much wider geographic area than an IT network, other protocols are used, such as LTE -- mostly 4G, with 5G adoption growing -- and low-power WAN communications in several implementations, including &lt;a href="https://www.techtarget.com/whatis/definition/narrowband-IoT-NB-IoT"&gt;narrowband IoT&lt;/a&gt; and LoRa.&lt;/p&gt;
 &lt;p&gt;Those non-Ethernet protocols and carriers are often used to connect the remote devices to edge servers and edge storage before tapping into the organization's Ethernet infrastructure or a cloud service to store the collected data in a more centralized location.&lt;/p&gt;
 &lt;p&gt;Although both IT and OT networks are conduits for data transfer, the size of the data packets and the speed at which they're transmitted, analyzed and used differ. IT systems are based on block-, file- or object-oriented file systems, which means they must support acceptable access performance for a variety of data types that can vary significantly in size and format. The data transmitted over an OT network might be extremely small -- even just a few bits at a time that easily describe a piece of gear's current state.&lt;/p&gt;
 &lt;p&gt;&lt;iframe title="" aria-label="Table" id="datawrapper-chart-BxfKt" src="https://datawrapper.dwcdn.net/BxfKt/2/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="838" data-external="1"&gt;&lt;/iframe&gt;&lt;/p&gt;
 &lt;p&gt; &lt;script type="text/javascript"&gt;(function(){function e(){window.addEventListener(`message`,function(e){if(e.data[`datawrapper-height`]!==void 0){var t=document.querySelectorAll(`iframe`);for(var n in e.data[`datawrapper-height`])for(var r=0,i;i=t[r];r++)if(i.contentWindow===e.source){var a=e.data[`datawrapper-height`][n]+`px`;i.style.height=a}}})}e()})();&lt;/script&gt; &lt;/p&gt;
 &lt;p&gt;OT is more device-focused than IT and uses data in real time to monitor and control physical devices -- in some cases, exercising that control instantaneously to ensure that processes are running correctly without interruption, and that worker safety systems aren't compromised.&lt;/p&gt;
 &lt;p&gt;IT is user- and data-centric and often &lt;a href="https://www.techtarget.com/searchbusinessanalytics/feature/8-types-of-bias-in-data-analysis-and-how-to-avoid-them"&gt;uses historical data for analyses&lt;/a&gt; related to customer support, back-office reporting and marketing. Generally, IT admins are more attentive to security risks that could jeopardize data than to their users' physical well-being.&lt;/p&gt;
&lt;/section&gt;          
&lt;section class="section main-article-chapter" data-menu-title="What is IT?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What is IT?&lt;/h2&gt;
 &lt;p&gt;IT is certainly the more recognizable of these two technologies and represents the critical infrastructure required for data processing. It's also arguably the more mature and advanced of the twin techs.&lt;/p&gt;
 &lt;p&gt;IT systems are data-oriented, serving as repositories for corporate information and making that data available to business applications and the people who use them. IT's role is broad and extremely diverse, spanning systems that control and track accounting activities, sales and marketing, customer support, payroll processing and HR management.&lt;/p&gt;
 &lt;p&gt;Physically, IT comprises the familiar components of computing systems, including servers, storage systems, network equipment and end-user devices. Most IT implementations are based on Ethernet network topologies with TCP/IP used for external data transmissions, principally using the internet or leased lines.&lt;/p&gt;
 &lt;p&gt;Over the past couple of decades, the definition of IT has expanded to include cloud-based services and mobile computing devices, giving IT both a local and a remote presence. Internet connectivity is the primary enabler of IT's remote and cloud operations and a primary security concern.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="What is OT?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What is OT?&lt;/h2&gt;
 &lt;p&gt;OT has been around for a long time, too, but it only achieved its own identity as automation was introduced into manufacturing and industrial systems, along with the need to network automated devices to gain appropriate control over factory-floor operations.&lt;/p&gt;
 &lt;p&gt;Today, OT refers to the network of devices and software that's used in industrial, manufacturing and process control systems. The types of &lt;a href="https://www.techtarget.com/iotagenda/feature/Determine-which-of-4-IoT-wireless-networks-fit-your-use-case"&gt;devices that hang off IoT networks&lt;/a&gt; run the gamut from sensors, relays and other single-purpose circuitry on shop floors to end-users' laptops and smartphones. However, OT supports specialized gear in industrial environments that capture and relay data, enabling industrial equipment to perform specific tasks. Typically, these IoT installations are referred to as industrial control systems.&lt;/p&gt;
 &lt;p&gt;Management for an ICS is often provided by &lt;a href="https://www.techtarget.com/whatis/definition/SCADA-supervisory-control-and-data-acquisition"&gt;supervisory control and data acquisition&lt;/a&gt; software, which handles some data gathering and processing, as well as equipment monitoring.&lt;/p&gt;
 &lt;p&gt;Other OT systems include:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Programmable Logic Controllers.&lt;/b&gt; PLCs are ruggedized computers intended for industrial environments.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Distributed Control Systems. &lt;/b&gt;A DCS is a distributed, multi-node hardware and software system designed to control processes in an industrial setting.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Manufacturing Execution Systems. &lt;/b&gt;An MES is a software product that monitors manufacturing systems in real time.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Unlike IT, which tends to turn over gear and update firmware frequently, OT devices can be deployed and left to operate for many years. If they are doing their jobs properly, they might not be updated regularly. That scenario often leads to situations where OT must manage several versions of a sensor OS or application software, further complicating the already tough task of managing hundreds or thousands of endpoints.&lt;/p&gt;
 &lt;p&gt;One of the key challenges of OT is managing the sheer number of remote devices, making it essential to decentralize certain processes to avoid data center bottlenecks.&lt;/p&gt;
 &lt;p&gt;The data gathered by OT systems -- particularly in IoT environments -- might serve dual functions. Its primary role is to ensure that the equipment being monitored by sensors continues to operate safely and efficiently. But OT networks might also need to transmit operational data back to a central site -- a data center or a cloud computing service -- for additional analysis alongside other data already collected by IT systems.&lt;/p&gt;
&lt;/section&gt;         
&lt;section class="section main-article-chapter" data-menu-title="IT vs. OT: Examples and use cases"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;IT vs. OT: Examples and use cases&lt;/h2&gt;
 &lt;p&gt;As noted, IT is focused on gathering, storing and processing data so that it can be put into forms that are meaningful to human beings and provide some business or other value. IT systems are familiar to everyone, as they encompass computing resources for a broad spectrum of environments:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Businesses.&lt;/b&gt; From small mom-and-pop companies to international enterprises, business runs on data processed by computing systems, whether those systems are on a desktop or housed in a &lt;a href="https://www.techtarget.com/searchdatacenter/tip/A-primer-on-hyperscale-data-centers"&gt;large data center&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Institutions.&lt;/b&gt; Government entities of all sizes rely on IT to maintain civil operations and to serve their constituents.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Entertainment and education.&lt;/b&gt; IT reaches a vast number of homes using the internet to deliver news and related information, retail and other services, and streamed entertainment content.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Some of the IT applications provided in the above scenarios include the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Business systems.&lt;/b&gt; Accounting, ERP, HR and employee development programs, CXM/CRM, end-user productivity apps, etc.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Institutional applications. &lt;/b&gt;Social Security Administration functions, local government websites/apps, Department of Motor Vehicles applications, IRS websites and services, etc.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Entertainment and education. &lt;/b&gt;Netflix and many other entertainment streaming services, video gaming, remote instruction, etc.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;OT, on the other hand, is much more focused on physical devices and their safe, continuous operation, with much of OT encompassing systems internal to particular machines or processes. OT is often an exercise in managing diverse, proprietary equipment.&lt;/p&gt;
 &lt;p&gt;OT generally includes the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Operation monitoring.&lt;/b&gt; Applications and special hardware -- including proprietary networks -- are used to monitor shop-floor machinery and to correct anomalous operations in real time.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Equipment maintenance.&lt;/b&gt; Based on real-time data collection and analysis, many OT-based systems are used to determine when and where maintenance is required&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Remote management.&lt;/b&gt; OT systems are also instrumental in ensuring that remote devices, such as computing endpoints and sensors, operate properly and send valid data back to a central management facility.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="What is IT/OT convergence?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What is IT/OT convergence?&lt;/h2&gt;
 &lt;p&gt;Convergence isn't only about merging distinct IT and OT networks and normalizing disparate data; it's also about sharing the data and &lt;a href="https://www.techtarget.com/searchsecurity/feature/Best-practices-to-secure-data-at-rest-in-use-and-in-motion"&gt;strengthening security across all data sources&lt;/a&gt;, networks and computing resources. Much of the machine- and process-related data that OT systems collect can be useful to the external-facing side of the business for forecasting, planning, supply chain control and other decision-making processes. Conversely, the OT environment can use IT-hosted business data to adjust production systems for greater efficiency.&lt;/p&gt;
 &lt;p&gt;A converged system incorporates multiple data paths, including corporate server-based networks and edge devices to collection points that can be central or satellite data centers or cloud services. Understanding the nature of the data being transmitted and its purpose is also critical to securing a converged network environment. Although IT might focus on securing data and detecting attempts to infiltrate the network, the OT security staff might be more concerned with anomaly detection to determine whether endpoint devices have been compromised by spurious data that could cause them to function improperly or unsafely.&lt;/p&gt;
 &lt;p&gt;Many companies embark on convergence to enhance their security processes. That effort often involves finding ways to adopt traditional IT security measures to the device-oriented IoT environment that OT supports. There might also be security measures in place specifically designed to protect OT endpoint devices, so those methods and processes must be integrated with IT security. IoT security can be particularly tricky given the number and types of devices that are connected to the network -- increasing the potential attack surface.&lt;/p&gt;
 &lt;figure class="main-article-image full-col" data-img-fullsize="https://www.techtarget.com/rms/onlineimages/iti-integrating_it_and_ot-f.png"&gt;
  &lt;img data-src="https://www.techtarget.com/rms/onlineimages/iti-integrating_it_and_ot-f_mobile.png" class="lazy" data-srcset="https://www.techtarget.com/rms/onlineimages/iti-integrating_it_and_ot-f_mobile.png 960w,https://www.techtarget.com/rms/onlineimages/iti-integrating_it_and_ot-f.png 1280w" alt="Venn diagram showing the integration of IT and OT." height="387" width="559"&gt;
  &lt;figcaption&gt;
   &lt;i class="icon pictures" data-icon="z"&gt;&lt;/i&gt;IT/OT convergence involves integrating two distinct networks, sets of data and teams.
  &lt;/figcaption&gt;
  &lt;div class="main-article-image-enlarge"&gt;
   &lt;i class="icon" data-icon="w"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/figure&gt;
 &lt;p&gt;Convergence can be introduced on different levels. It might be principally based on the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Physical (hardware and environment) convergence of systems.&lt;/li&gt; 
  &lt;li&gt;Software convergence.&lt;/li&gt; 
  &lt;li&gt;Data convergence.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;In all cases, there will likely be a need for some degree of translation/integration, and in most cases, IT/OT convergence will require some degree of integration at all three levels.&lt;/p&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="Benefits of IT/OT convergence"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Benefits of IT/OT convergence&lt;/h2&gt;
 &lt;p&gt;The chief benefit of convergence is cost. Maintaining two separate networks is an expensive proposition. By merging networks, it's possible to reduce the amount of required networking gear, as some parts of the converged network will end up doing double duty, serving both the industrial and front-office sides of a business.&lt;/p&gt;
 &lt;p&gt;A converged physical network also makes data sharing much easier, which, as noted, can benefit the processes running on both sides of the business. But it can also mean that data can be acted on more immediately, and &lt;a href="https://www.techtarget.com/searchstorage/feature/5-tips-for-improving-data-storage-efficiency"&gt;data storage resources can be combined&lt;/a&gt; for an additional economic benefit. IT and the business units it supports will be smarter when OT's real-time data is incorporated into their data sets for enhanced analysis, enabling practices such as just-in-time manufacturing and smarter supply chain management.&lt;/p&gt;
 &lt;p&gt;The OT staff can combine sales and marketing data from IT with the voluminous data it collects to control manufacturing processes more efficiently. That way, production of best-selling products can be ramped up, while production of less popular products can be cut back.&lt;/p&gt;
 &lt;p&gt;Although there are opportunities for cross-training to build a converged staff, organizations might still want some staff to specialize in OT or IT issues and devices, largely because so many of the devices that populate the OT world are unfamiliar to computer experts. The operational and health information these devices provide might be unique or industry-specific.&lt;/p&gt;
 &lt;p&gt;With AI and machine learning becoming more prominent in applications across both IT and OT environments, it makes sense to integrate their capabilities to interpret and act on data more effectively. For example, TinyML is bringing machine learning capabilities to more IoT endpoint devices; integrating these capabilities with other AI-powered applications promises benefits for both IT and OT environments.&lt;/p&gt;
 &lt;p&gt;AI applications also require that data achieves some level of homogeneity, so that the data -- regardless of where and how it was captured -- can potentially play a critical role in an AI system. That means industrial data that was traditionally rarely used outside of machinery control and monitoring environments might now have greater value, especially when combined with data from other sources, such as traditional IT systems (e.g., &lt;a href="https://www.techtarget.com/searchcustomerexperience/definition/CRM-customer-relationship-management"&gt;CRM&lt;/a&gt;, ERP, transactional apps). Centralizing data management is an imperative, as it is key to effective data governance and compliance.&lt;/p&gt;
 &lt;p&gt;Connections to outside organizations have become important to both environments as well, so combining their networks and network connections can benefit them equally. For some IoT environments, such as energy distribution from power plants, outside connectivity is necessary. And traditional IT networks have long relied on remote connectivity -- often using cloud-based services -- to stay in touch with suppliers and customers.&lt;/p&gt;
 &lt;p&gt;From an IT perspective, convergence means drastically extending the reach of installed systems and computing resources, which could create management issues, but might also present new opportunities for business expansion.&lt;/p&gt;
&lt;/section&gt;         
&lt;section class="section main-article-chapter" data-menu-title="Challenges of IT/OT convergence"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Challenges of IT/OT convergence&lt;/h2&gt;
 &lt;p&gt;The challenges of implementing a converged IT/OT environment might be significant, as it will likely require changes to procedures in both technical disciplines. Some of the obstacles that organizations must address include the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Scale of connectivity.&lt;/b&gt; OT typically connects far more devices than an IT network. The sheer number of devices involved in a convergence effort must be considered before networks converge.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Device inventory.&lt;/b&gt; Everything that's connected to IT and OT networks must be accounted for to ensure that devices aren't left unsecured&amp;nbsp;or orphaned. Communication among diverse devices must be tested and confirmed. This also suggests that IT and OT personnel develop a basic understanding of each other's equipment to enhance troubleshooting and remediation efforts.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Firmware and other updates.&lt;/b&gt; As part of its security efforts, IT tends to emphasize firmware and system software updates to help ensure that no vulnerabilities are exposed. OT, on the other hand, might host devices that have been used for many years and might have out-of-date software -- or might no longer be supported. Those issues must be resolved to ensure that endpoint devices don't present additional vulnerabilities.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Encryption.&lt;/b&gt; The converged systems should &lt;a href="https://www.techtarget.com/whatis/feature/Mobile-device-encryption-How-it-works-and-how-to-enable-it"&gt;encrypt all communication between devices&lt;/a&gt; and other processing resources, whether they are internal to the organization or provided by external services.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Adjust networking systems for different types of data and transmission rates.&lt;/b&gt; Systems are often tuned to the types of data they collect and transmit. For example, OT data is typically very small and voluminous, while IT data can range from small files to huge media files. Some tuning of network devices might be required, as data is bound to travel more and mix more frequently across a converged OT/IT environment.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Hybrid storage systems.&lt;/b&gt; In most cases, the data collected in IT and OT environments will be merged at some point. Combining edge storage with more traditional centralized storage can pose problems due to the differing data types that each environment supports. Differences in network bandwidth, data types, capacities, access frequency and data ingestion rates must all be resolved. IT groups with limited experience with cloud storage will face a steep learning curve, as IoT endpoint storage often relies on proximity to a cloud storage service.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Merging data.&lt;/b&gt; Gathering data from multiple sources is just the start of the data sharing process. The data is likely to be in different formats and adhere to different protocols, so some form of data management middleware will likely be needed to handle the disparities in the collected data.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Ask for a software bill of materials. &lt;/b&gt;An &lt;a href="https://www.techtarget.com/whatis/definition/software-bill-of-materials-SBOM"&gt;SBOM&lt;/a&gt; is a list of all the software components and dependencies that go into a device deployed in an IoT environment. Providing SBOMs is a newer practice by product vendors, but it's a key step in addressing issues related to the variety and age of IoT devices.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Security might be at the top of the IT/OT convergence list of challenges, but ironically, it can also loom as a significant potential benefit because consolidated network management is likely to make securing network resources easier and more effective.&lt;/p&gt;
 &lt;p&gt;For IT, security activities typically focus on the network infrastructure that transports data and the storage and memory systems where applications and data reside, either permanently or transiently. OT must also secure a similar set of components, but the task is compounded by the sheer number of endpoint devices that can connect to operational networks. Those endpoints can be a mix of legacy and new devices with varying needs for patches and updates. So, job one might be using management software to establish an accurate inventory of devices and to methodically update it as needed.&lt;/p&gt;
 &lt;p&gt;In a converged world, security should be bolstered by modern firewall technologies, such as &lt;a href="https://www.techtarget.com/searchsecurity/definition/Web-application-firewall-WAF"&gt;web application firewalls&lt;/a&gt; and VPNs, which encrypt data in motion across remote network connections and add a layer of protection against a variety of cyberattacks.&lt;/p&gt;
 &lt;p&gt;Backing up data is a crucial part of security and of maintaining business processes to avoid disruptions for both IT and OT, but the location and nature of the data to be protected differ. Backup and disaster recovery applications and processes must work effectively in both environments and efficiently access and &lt;a target="_blank" href="https://wesolve.tech/blog/endpoint-backup-protecting-data-on-every-device/" rel="noopener"&gt;back up&lt;/a&gt; a range of endpoint storage devices.&lt;/p&gt;
 &lt;p&gt;There are, of course, also human elements that must be considered for a convergence effort to succeed. The effects of organizational convergence can be just as important as systems convergence:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Traditionally disparate teams will be involved, but despite the differences, there will be significant overlapping responsibilities that must be sorted out for convergence.&lt;/li&gt; 
  &lt;li&gt;All parties, from the C-suite to the data center floor, will have to come to an understanding of common goals that might be beyond the scope of what they had experienced when IT and OT were separate entities.&lt;/li&gt; 
  &lt;li&gt;The inevitable redistribution of responsibilities will likely change reporting structures as well as personal goals and expectations.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;&lt;i&gt;Rich Castagna has been a high-tech journalist for more than 30 years. Rich worked at TechTarget for 15 years, overseeing technical coverage and content creation as vice president of editorial. Previous roles include executive editor of ZDNet Tech Update and CNET Enterprise, and editor-in-chief of Windows Systems magazine. &lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>IT and OT have long been independent disciplines, but technical developments and new processing requirements -- particularly for AI and IoT -- are compelling IT/OT convergence.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/machine_learning_g1307219089.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/IT-vs-OT-Key-differences-explained</link>
            <pubDate>Thu, 20 Aug 2026 09:15:00 GMT</pubDate>
            <title>IT vs. OT: Key differences explained</title>
        </item>
        <item>
            <body>&lt;p&gt;A major GitHub outage this week left some users unable to deploy code with GitHub Actions for hours, but switching to an alternative would be an immense undertaking, especially for companies with a large code footprint.&lt;/p&gt; 
&lt;p&gt;GitHub's incident page first reported an investigation just after 9:30 a.m. EST Aug. 17, then degraded performance for services including API requests, GitHub Actions and webhooks. Just after 10 a.m., the incident page reported high error rates -- around 20% -- for web experiences and API traffic, along with a 50% error rate for archive and raw repository content downloads. These high error rates then spread to SAML and OIDC authentication services. About an hour after the incident began, GitHub Copilot, pull requests, GitHub Issues and GitHub Actions were experiencing degraded availability.&lt;/p&gt; 
&lt;p&gt;These services include critical software deployment capabilities, including project management and CI/CD system triggers. &lt;a target="_blank" href="https://www.techtarget.com/it-infrastructure/news/366623845/New-GitHub-Copilot-agent-edges-into-DevOps" rel="noopener"&gt;GitHub Copilot&lt;/a&gt; has become a central component of agentic DevSecOps functions on the platform.&lt;/p&gt; 
&lt;p&gt;An incident post-mortem added at 5:15 p.m. EST Aug. 17 &lt;a href="https://www.githubstatus.com/incidents/zkxwbgr0cnmx"&gt;said the outage&lt;/a&gt; began with "network saturation on load balancers in Central US due to a new peak in traffic." All told, GitHub Copilot suffered a six-hour-and-44-minute outage, while GitHub API requests, Issues, pull requests and Actions were down for more than two hours, according to a GitHub &lt;a href="https://www.githubstatus.com/"&gt;status page&lt;/a&gt;.&lt;/p&gt; 
&lt;blockquote class="main-article-pullquote"&gt;
 &lt;div class="main-article-pullquote-inner"&gt;
  &lt;figure&gt;
   That outage had me fuming and considering an alternative. All of our work ground to a halt
  &lt;/figure&gt;
  &lt;figcaption&gt;
   &lt;strong&gt;Steve Koelpin&lt;/strong&gt;Principal AI observability engineer, Fortune 50 company
  &lt;/figcaption&gt;
  &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
 &lt;/div&gt;
&lt;/blockquote&gt; 
&lt;p&gt;It's not the first time that a sharp uptick in AI-agent-generated traffic has &lt;a href="https://www.techtarget.com/it-infrastructure/news/366644857/GitHub-Copilot-desktop-released-amid-reliability-and-pricing-concerns"&gt;caused reliability problems for GitHub&lt;/a&gt; this year. GitHub blog posts &lt;a href="https://github.blog/news-insights/company-news/an-update-on-github-availability/"&gt;in April&lt;/a&gt; and again &lt;a href="https://github.blog/news-insights/company-news/github-availability-report-july-2026/"&gt;Aug. 12&lt;/a&gt; called the severity, frequency and duration of incidents unacceptable and pledged improvements.&lt;/p&gt; 
&lt;p&gt;But the scope of the Aug.17 outage was broader for some users than previous incidents had been.&lt;/p&gt; 
&lt;p&gt;"That outage had me fuming and considering an alternative," said Steve Koelpin, principal AI observability engineer at a Fortune 50 company, of the Aug. 17 incident. "All of our work ground to a halt. We couldn't deploy, and our Actions were down."&lt;/p&gt; 
&lt;p&gt;Previous reliability incidents hadn't had such a broad impact, Koelpin said.&lt;/p&gt; 
&lt;p&gt;"For prior outages, service degraded, but the rest of the loop still worked, so you could route around it," he said. "Monday hit everything at once: pull requests, Actions, webhooks, SAML/OIDC, for roughly seven and a half hours. Git operations stayed up, so we could push [code], but couldn't review, merge or deploy. That's an inconvenience becoming a full stop."&lt;/p&gt; 
&lt;p&gt;Multiple customers other than Koelpin told TechTarget that errors and timeouts brought deployments to a full halt.&lt;/p&gt; 
&lt;p&gt;"We've been severely impacted. [It was] impossible to open or merge a PR for several hours yesterday," said Pascal Gandilhon, head of observability for Nexthink, Inc., makers of digital employee experience management software in Lausanne, Switzerland.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Costs of leaving GitHub still outweigh outage pain"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Costs of leaving GitHub still outweigh outage pain&lt;/h2&gt;
 &lt;p&gt;Gandilhon said there hasn't been any talk of switching to a different platform at his company.&lt;/p&gt;
 &lt;p&gt;"We are deeply embedded with GitHub, but if this happens too often, for sure developers will start to complain," he said.&lt;/p&gt;
 &lt;p&gt;Koelpin said he began to investigate alternatives this week, but was stymied by the amount of time and effort it would take to move.&lt;/p&gt;
 &lt;p&gt;"The lock-in is Actions," he said. "Every workflow pulls Marketplace Actions that only exist on GitHub, and there's no equivalent catalog elsewhere. You rewrite all of it by hand, rebuild the runners, then redo branch protections, CODEOWNERS [files], SAML/SCIM, and every webhook feeding downstream. This is months of work, and none of it adds value that we don't have today."&lt;/p&gt;
 &lt;p&gt;Another user affected by the actions agreed that Actions makes it difficult to migrate away from GitHub.&lt;/p&gt;
 &lt;p&gt;"Migrating anywhere else means I have to figure out what to do with my build pipelines, and GitHub Actions has network effects," said Ricardo Torres, senior staff platform engineer at digital resiliency company Veeam Software. "Buildkite has a GitHub Actions runner, but again, I've got to still pay other migration costs. I've yet to see any of the new contenders really take on GitHub Actions."&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Clock ticking for GitHub as new rivals emerge"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Clock ticking for GitHub as new rivals emerge&lt;/h2&gt;
 &lt;blockquote class="twitter-tweet"&gt; 
  &lt;p lang="en" dir="ltr"&gt;We were going to ship this earlier, but GitHub was down &lt;a href="https://t.co/uxsBqt3yKl"&gt;https://t.co/uxsBqt3yKl&lt;/a&gt;&lt;/p&gt; — matt palmer (@mattyp) 
  &lt;a href="https://x.com/mattyp/status/2089400829933666599?ref_src=twsrc%5Etfw"&gt;August 17, 2026&lt;/a&gt;
 &lt;/blockquote&gt;
 &lt;p&gt; &lt;script src="https://platform.x.com/widgets.js"&gt;&lt;/script&gt; &lt;/p&gt;
 &lt;p&gt;Even if they don't migrate codebases and pipelines to a different platform, some customers affected by GitHub outages might consider setting up a secondary platform on Atlassian's Bitbucket or GitLab to continue operations in the event of another incident. But these alternatives don't amount to a full replacement for GitHub for now, according to Koelpin and Torres.&lt;/p&gt;
 &lt;p&gt;"Bitbucket isn't parity. You'd trade capability for uptime. GitLab is the only real alternative," but it can't match GitHub Actions Marketplace integrations, Koelpin said.&lt;/p&gt;
 &lt;p&gt;Meanwhile, newer competitors are clearly attempting to seize the moment of vulnerability for GitHub with new agentic DevSecOps services, including Cursor's Origin code hosting service, which launched Aug. 17. Cursor's agentic IDE saw a meteoric rise in popularity over the last two years, culminating in usage by 64% of Fortune 500 companies and more than 50,000 enterprises, according to the company's website. Cursor was bought by SpaceX for $60 billion in a deal that closed this month.&lt;/p&gt;
 &lt;p&gt;Cursor Origin remains in early beta, but it's rolling out to all paid plans, and "agent-native features ship soon," according to a Cursor &lt;a target="_blank" href="https://cursor.com/changelog/origin-code-hosting" rel="noopener"&gt;blog post&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;For now, the market for agentic DevSecOps remains GitHub's to lose, said Jason Andersen, an analyst at Moor Insights &amp;amp; Strategy. But its lead won't last indefinitely.&lt;/p&gt;
 &lt;p&gt;"The issue is that while there are some alternatives like GitLab and even some new lifecycle management offerings from cloud providers, GitHub's lead is huge and these options are catching up," Andersen said.&amp;nbsp;"My guess is that, over time, other agentic offerings will continue to get better and GitHub will need to compete more vigorously."&lt;/p&gt;
 &lt;p&gt;A GitHub spokesperson did not comment beyond sending a link to the incident post-mortem update.&lt;/p&gt;
 &lt;p&gt;&lt;em&gt;Beth Pariseau, senior news writer for Informa TechTarget, is an award-winning veteran of IT journalism. Have a tip?&amp;nbsp;&lt;/em&gt;&lt;a target="_blank" href="mailto:bpariseau@techtarget.com?subject=News%20tip" rel="noopener"&gt;&lt;em&gt;Email her&lt;/em&gt;&lt;/a&gt;&lt;em&gt; or connect on &lt;/em&gt;&lt;a target="_blank" href="https://www.linkedin.com/in/bethpariseau" rel="noopener"&gt;&lt;em&gt;LinkedIn&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Degraded availability on GitHub's network prevented some customers from using Copilot and deploying with GitHub Actions. Frustrated users found there's no easy alternative.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/disaster_recovery_a78784722.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/news/366649459/GitHub-outage-had-users-weighing-options-but-finding-few</link>
            <pubDate>Wed, 19 Aug 2026 13:38:00 GMT</pubDate>
            <title>GitHub outage had users weighing options, but finding few</title>
        </item>
        <item>
            <body>&lt;p&gt;AI depends on more than powerful models and accessible compute resources. As enterprises integrate AI into products, services and operations, decisions about storage, compute, governance and data management will ultimately determine the success of scaling AI initiatives.&lt;/p&gt; 
&lt;p&gt;The successful integration of AI requires organizations to balance interconnected infrastructure considerations with the alignment of technical capabilities to business objectives. Although challenges are inevitable, strategic infrastructure planning can improve performance, control costs and create sustainable competitive advantages. To harness these emerging capabilities, &lt;a href="https://www.techtarget.com/enterprise-software/feature/Routine-IT-updates-now-shape-enterprise-governance"&gt;enterprise governance&lt;/a&gt; and operational efficiency become the rate-limiting factors that balance opportunity and costs.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="4 infrastructure considerations for AI integration"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;4 infrastructure considerations for AI integration&lt;/h2&gt;
 &lt;p&gt;Successfully integrating AI requires more than deploying powerful models. Organizations must consider four interconnected infrastructure priorities: balancing storage and compute requirements; establishing governance frameworks for machine learning operations (MLOps); engineering data pipelines that support evolving AI processing needs; and modernizing legacy systems through incremental change.&lt;/p&gt;
 &lt;h3&gt;Balancing storage, compute and performance requirements&lt;/h3&gt;
 &lt;p&gt;Balancing scalable platforms that decouple storage from compute is vital. Modern AI workloads introduce performance variability across hardware and require a mix of high-speed (hot) and archival (cold) storage, as well as cluster-based or service-based compute architectures. Elastic demands and uneven wear of on-demand compute resources for &lt;a href="https://www.techtarget.com/it-infrastructure/answer/AIOps-vs-MLOps-How-are-they-different"&gt;AI and MLOps&lt;/a&gt; are primary factors for IT to consider. Balanced scaling of infrastructure storage and compute clusters optimizes resource use in elastic and edge computing contexts.&lt;/p&gt;
 &lt;p&gt;Throughput, latency, scalability and resiliency are key metrics for measuring storage performance. Scaling storage to meet the demand for AI workloads without contributing to technical debt requires a balanced approach to infrastructure transformations. Scaling compute, such as GPUs or tensor processing units, without balancing I/O and storage can lead to bottlenecks in hardware utilization. Upfront investment in a high-throughput system interconnect helps future-proof infrastructure.&lt;/p&gt;
 &lt;p&gt;New server chips with increased throughput from &lt;a target="_blank" href="https://ieeexplore.ieee.org/document/11429758" rel="noopener"&gt;MRDIMM multi-rank memory&lt;/a&gt; technology, such as the Intel 18A series, must balance the performance increase against system throughput to avoid bottlenecks. Additionally, while high-performance clusters can use such chips, AI inference and edge computing workloads will not necessarily warrant such a high-power investment and are poised to be the greatest growth area, according to &lt;a target="_blank" href="https://download.intel.com/newsroom/2026/Data-Center/Computex-2026-Data-Center-Group-Press-Deck.pdf" rel="noopener"&gt;Intel Data Center Strategy projections&lt;/a&gt; at Computex in 2026.&lt;/p&gt;
 &lt;p&gt;Careful forecasting of requirements for future business processes and architecture needs is a tripartite problem involving storage, compute and &lt;a target="_blank" href="https://www.techtarget.com/it-infrastructure/tip/Navigating-energy-management-strategies-in-AI-data-centers" rel="noopener"&gt;energy demands&lt;/a&gt;. These classic systems issues are complicated by site-based edge and inference requirements for real-time products across service areas, depending on data center-edge round-trip time and worst-case processing delays.&lt;/p&gt;
 &lt;h3&gt;Building governance frameworks for AI workloads&lt;/h3&gt;
 &lt;p&gt;Data governance in AI now extends far beyond traditional access control. ML workflows contain additional governance tasks such as lineage tracking, role-based permissions for model modification and policy enforcement over how data is labeled, versioned and reused. This includes data set documentation, drift tracking and &lt;a href="https://www.techtarget.com/whatis/feature/12-of-the-best-large-language-models"&gt;large language model-specific controls&lt;/a&gt; over prompt inputs and generated outputs.&lt;/p&gt;
 &lt;p&gt;Governance frameworks that support continuous learning cycles are more valuable: Every inference and user correction can become training data. An inference run twice is an inference twice paid for. Systems that log, audit and review how these feedback loops affect downstream behavior stand to benefit the most. Without structured oversight, model outputs risk reinforcing bias or violating compliance norms. Through metadata schemas, compliance monitors and ML-aware policy engines, IT infrastructure becomes an opportunity to embed governance at the workflow layer.&lt;/p&gt;
 &lt;p&gt;In managed and AI service strategies, governance is more pivotal as multivendor configurations increase complexity. Governance and workflow efficiency are management's tools to throttle insight costs in provisioned AI use. As each API call becomes the new variable cost of labor associated with business process fulfillment, &lt;a target="_blank" href="https://www.techtarget.com/it-infrastructure/feature/Cloud-cost-management-strategies-for-upcoming-volatile-decade" rel="noopener"&gt;cost optimization strategies&lt;/a&gt; for AI workloads are critical to maintaining business strategy.&lt;/p&gt;
 &lt;h3&gt;Engineering data pipelines for modern AI systems&lt;/h3&gt;
 &lt;p&gt;AI pipelines demand a seamless workflow of data ingestion, transformation, model inference and feedback loops. As models become more stateful and retain context over time, pipelines must support real-time, memory-intensive operations while reducing cold starts and expensive idle time. AI workflows are moving toward hybrid stateful models that can handle ongoing, contextual tasks and smaller stateless, single-pass processing. Holding one or more training models in memory to perform ingestion, processing and output tasks enables monitoring and continuous model training and deployment, while inference might only require data to be output to the edge.&lt;/p&gt;
 &lt;p&gt;Designing governance and management practices around data pipelining enables elastic resource allocation for AI processing and matches workflow streams to business processes. This approach can create uneven resource demand and component turnover for IT teams to monitor or cause management pressure to shift toward an &lt;a href="https://www.channeldive.com/news/archive-Guide-to-building-and-executing-an-MSP-business-model/815806/"&gt;MSP model&lt;/a&gt; of resource provision.&lt;/p&gt;
 &lt;p&gt;Stateful model tasks are highly storage- and compute-intensive and create data-intensive workflows. Salesforce &lt;a target="_blank" href="https://ieeexplore.ieee.org/document/11331297" rel="noopener"&gt;has developed&lt;/a&gt; an inference architecture focused on platform-agnostic containerization strategies to address the unique AI production issues of throughput bottlenecks, expensive idle processor time and cold-start latency; using these requires governance and well-organized workflows.&lt;/p&gt;
 &lt;h3&gt;Modernizing legacy infrastructure for AI integration&lt;/h3&gt;
 &lt;p&gt;A successful legacy transition focuses on modular upgrades and incremental improvements that reduce risk while enabling AI-driven capabilities to operate alongside existing legacy systems. Containerizing model training and inference environments enables parallel operation and rollback isolation, mitigating risk while sandboxing deployments for departments to train on and adapt to new workflows.&lt;/p&gt;
 &lt;p&gt;Although each transformation creates unique technical challenges, they are deeply interconnected. Decisions about storage architectures &lt;a href="https://www.techtarget.com/searchenterpriseai/tip/Tools-and-techniques-for-optimizing-AI-data-pipelines"&gt;affect data pipelines&lt;/a&gt;. Governance requirements influence infrastructure design. Legacy modernization strategies determine how quickly organizations can adopt emerging AI capabilities. Engineers must balance these considerations simultaneously rather than treat them as independent initiatives.&lt;/p&gt;
&lt;/section&gt;                  
&lt;section class="section main-article-chapter" data-menu-title="How to manage infrastructure evolution strategically"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;How to manage infrastructure evolution strategically&lt;/h2&gt;
 &lt;p&gt;Transforming IT infrastructures for AI workflows and pipelines can be a high-risk undertaking. Gradual refactoring enables targeted infrastructure changes that deliver meaningful, high-impact performance improvements for select business processes. Managing for future-proofed architecture and elastic scalability while maintaining a targeted focus on resource-intensive processes that deliver the greatest returns can be challenging to define. The process will contribute to more transparent data governance and a deeper understanding of business processes.&lt;/p&gt;
 &lt;p&gt;&lt;a name="_Hlk147342280"&gt;&lt;/a&gt;The adoption of generative AI and hybrid AI continues to expand among companies with over &lt;a target="_blank" href="https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-state-of-ai" rel="noopener"&gt;$500 million in revenue&lt;/a&gt;. Data infrastructures and C-suite strategies remain primary hurdles and accelerators for AI adoption. Mobilizing for shifts in operations to continuous integration and continuous training requires Elasticsearch and high-capacity storage to realize the strategic advantage that AI technologies promise. Robust data governance programs and worker upskilling are critical management initiatives, but without a data infrastructure that supports the ongoing use of AI technologies in business functions, the best strategy will fail to scale.&lt;/p&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="Infrastructure decisions will determine AI outcomes"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Infrastructure decisions will determine AI outcomes&lt;/h2&gt;
 &lt;p&gt;Organizations that successfully integrate AI infrastructure require executive sponsorship, established governance and infrastructure investments that consider targeted outcomes. Continuous improvement, &lt;a href="https://www.techtarget.com/it-infrastructure/feature/How-AI-in-training-and-development-can-bridge-IT-talent-gaps"&gt;development and training&lt;/a&gt; offer operational approaches amid mounting regulatory and market pressures to adopt AI features in product delivery. As AI workflows evolve, enterprises must align infrastructure considerations with technical modernization, model governance, risk management and workforce readiness. More than a compute problem, AI integration is an architecture, governance and resiliency challenge, and successful integration depends on the underlying infrastructure.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Hardik Chawla is a senior product manager with nearly eight years of experience in digital product management. He is responsible for supply chain optimization and technology, driving development of B2B platforms, API-first architecture and AI/ML-driven products. He holds a bachelor's degree in electrical engineering and an MBA in technology management and strategy from the UCLA Anderson School of Management. Connect with Hardik on &lt;/i&gt;&lt;a target="_blank" href="https://www.linkedin.com/in/hchawla94/" rel="noopener"&gt;&lt;i&gt;LinkedIn&lt;/i&gt;&lt;/a&gt;&lt;i&gt;.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>AI adoption can expose weaknesses across the enterprise. A strategic approach to infrastructure modernization can help organizations manage risk, efficiency and long-term growth.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/ai_g1183318665.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/post/Balancing-infrastructure-priorities-for-AI-integration</link>
            <pubDate>Wed, 19 Aug 2026 09:18:00 GMT</pubDate>
            <title>Balancing infrastructure priorities for AI integration</title>
        </item>
        <item>
            <body>&lt;p&gt;As of Aug. 2, all text made with Claude will bear a&amp;nbsp;word-pattern-based watermark that is detectable by machines but invisible to human eyes.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Does it matter if the image you see or text you read was created by a human or generative AI? In some contexts, it matters a great deal. That is why the EU introduced&lt;a href="https://artificialintelligenceact.eu/article/50/" target="_blank" rel="noopener"&gt; Article 50: Transparency Obligations for Providers and Deployers of Certain AI Systems&lt;/a&gt; on Aug. 2, prompting &lt;a href="https://www.techtarget.com/it-strategy/feature/Weekly-news-roundup-Claude-watermark-controversy-and-Nvidia-500-billion-deal"&gt;Anthropic to announce&lt;/a&gt; the watermarking strategy.&lt;/p&gt; 
&lt;p&gt;Anthropic has committed to applying its watermark to output from supported models wherever Claude is offered and to add marking support to Claude models released before Anthropic introduced the &lt;a href="https://www.techtarget.com/ai/definition/AI-watermarking"&gt;watermark&lt;/a&gt;.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="How does Claude’s text watermarking work?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;How does Claude’s text watermarking work?&amp;nbsp;&lt;/h2&gt;
 &lt;p&gt;Claude’s approach operates at the model level, meaning it will be present regardless of the specific product or surface overlaid on Claude.&lt;/p&gt;
 &lt;p&gt;Claude creates the watermark by replacing the&amp;nbsp;LLM’s random &lt;a href="https://www.techtarget.com/it-infrastructure/news/366642661/Atlassian-MCP-updates-take-aim-at-AI-token-usage"&gt;token selection&lt;/a&gt; with a specific, checkable pattern set by a secret key. The possessor of the key can determine if the text matches such a pattern to flag what shows strong indications of having been composed by Claude.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;When Claude generates text, it interlaces an imperceptible watermark directly into the text itself. According to Anthropic, the inclusion of the watermark does not change the meaning, readability or quality of Claude's response. It persists through copying and pasting, and some editing.&lt;/p&gt;
 &lt;h3&gt;How Claude marks supported filetypes&lt;/h3&gt;
 &lt;p&gt;Claude's approach to watermarking generated file types such as a .svg, .png, or .jpg differs from the text-based approach. &amp;nbsp;&lt;/p&gt;
 &lt;p&gt;In these cases, it attaches signed provenance metadata that follows the Coalition for Content Provenance and Authenticity (&lt;a href="https://www.techtarget.com/whatis/definition/Coalition-for-Content-Provenance-and-Authenticity-C2PA"&gt;C2PA&lt;/a&gt;) open standard to establish content provenance. A signed metadata label signals that Claude processed the file and provides a way to detect whether the file has been tampered with.&lt;/p&gt;
 &lt;p&gt;The text watermark is not a piece of metadata or additional characters included in the text; it's a pattern in the text itself.&lt;/p&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="How does it compare to other watermarking approaches?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;How does it compare to other watermarking approaches?&amp;nbsp;&lt;/h2&gt;
 &lt;p&gt;Anthropic did not invent this approach to &lt;a href="https://www.techtarget.com/it-infrastructure/tip/Tips-for-the-governance-of-AI-generated-and-synthetic-data"&gt;flagging AI-generated content&lt;/a&gt;. Google DeepMind introduced &lt;a href="https://deepmind.google/models/synthid/" target="_blank" rel="noopener"&gt;SynthID&lt;/a&gt; -- its version of a proprietary statistical watermark that lives in generated text -- in 2023. Both are statistical/model-level approaches in which a hidden signal influences token selection to establish a pattern discernible to the detector in possession of the key. They also both persist through copy-paste.&lt;/p&gt;
 &lt;p&gt;Claude's approach and SynthID also share the same weaknesses:&amp;nbsp;&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Rely on longer texts to establish the pattern. &lt;/b&gt;This approach should work on an article or blog post but likely would not flag a short social media post.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Requires word selection.&lt;/b&gt; Claude might not generate the pattern for text that doesn't involve any unique word selection because it is made up solely of code, numbers or even lists of dates or proper names.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Significant editing can break them.&lt;/b&gt; Even though the pattern is not explicitly stripped out by a copy and paste, if the text gets altered significantly in editing, the pattern might fade away.&amp;nbsp;&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;The key differences between SynthID and Claude's approach are a matter of model specificity and scope.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Specificity.&lt;/b&gt; Google's SynthID detector is based on its own secret key which only applies to Google-generated watermarks. It cannot detect Claude's. The converse is true as well. Anthropic's key only works for Claude, not for any other model.&amp;nbsp;&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Scope. &lt;/b&gt;SynthID works for a wide range of files, including images, audio and video. In contrast, for anything other than text, Anthropic has stated that it will rely on the &lt;a href="https://c2pa.org/" target="_blank" rel="noopener"&gt;C2PA&lt;/a&gt; open standard instead of the token sampling approach. There is no proprietary &lt;a href="https://www.techtarget.com/cybersecurity/answer/Symmetric-vs-asymmetric-encryption-Understand-key-differences"&gt;secret key&lt;/a&gt; involved in the C2PA approach. Instead, it attaches identifying metadata to the file.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;div class="extra-info"&gt;
  &lt;div class="extra-info-inner"&gt;
   &lt;h3 class="splash-heading"&gt;How C2PA compares&lt;/h3&gt; 
   &lt;p&gt;Anyone can strip C2PA metadata out with minimal effort.&amp;nbsp;But it offers two significant upsides over the token sampling approach:&lt;/p&gt; 
   &lt;ul type="disc" class="default-list"&gt; 
    &lt;li&gt;The open standard enables independent verification without access to a secret key.&lt;/li&gt; 
    &lt;li&gt;The metadata can survive extensive revision. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
   &lt;/ul&gt;
  &lt;/div&gt;
 &lt;/div&gt;
 &lt;ul class="default-list"&gt;&lt;/ul&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="Yay or nay on Anthropic’s announcement?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Yay or nay on Anthropic’s announcement?&amp;nbsp;&lt;/h2&gt;
 &lt;p&gt;While transparency is generally considered a good thing, the reaction to Claude's announcement was not universally positive. Anthropic has taken note of some responses and addressed them in speaking with journalists and directing people to its FAQ in an X &lt;a href="https://x.com/AnthropicAI/status/2088343978873966687" target="_blank" rel="noopener"&gt;post&lt;/a&gt; on Aug. 14.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;A good portion of those 1,900 comments represent people firmly in the nay group. Even some who say AI detection is both not new and necessary are not attributing the best intentions to Anthropic's move.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;Donn Felker, a software developer, pointed out on &lt;a target="_blank" href="https://x.com/donnfelker/status/2087180167907054066" rel="noopener"&gt;X&lt;/a&gt; that the watermark could help AI models recognize and avoid training on AI-generated content – a circumstance that can degrade and homogenize outputs.&lt;i&gt; &lt;/i&gt;&lt;/p&gt;
 &lt;p&gt;Despite espousing the potential benefits of the approach, a follow-up response to a comment on his post comes off as more critical:&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;"Yeah the Anthropic anti-bad guy stance isn't something I really believe in anymore. Especially after dealing with their enterprise sale process. They're very good at getting every penny they can."&amp;nbsp;&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="The connotations of a secret key"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The connotations of a secret key&amp;nbsp;&lt;/h2&gt;
 &lt;p&gt;On Aug. 11, &lt;a href="https://x.com/bgurley/status/2087335941216272548" target="_blank" rel="noopener"&gt;Bill Gurley wrote on X&lt;/a&gt;: "The word "watermark" comes from photos and is visible by all. This is only identifiable by Anthropic. Once again, they are judge, jury and prosecutor. Lots of reasons to not use their products."&lt;/p&gt;
 &lt;p&gt;Anthropic must have recognized its exclusive possession of the key as a valid concern. A representative told Business Insider &lt;a target="_blank" href="https://www.businessinsider.com/anthropic-claude-text-watermark-concerns-tech-community-answers-2026-8" rel="noopener"&gt;that&lt;/a&gt; it intended to release an API "that will allow users and third parties to check text for Claude's watermark themselves." That would appear to be a step in the right direction for any business that claims to be acting in the name of transparency.&lt;/p&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="A lack of nuance in Claude's watermarking"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;A lack of nuance in Claude's watermarking&amp;nbsp;&lt;/h2&gt;
 &lt;p&gt;Critics of AI detectors often point out that they can flag wholly human-created text as containing signals of AI-generation due to patterns that LLMs learned to emulate. As Andrea Saez explains &lt;a href="https://dreasays.substack.com/p/putting-claudes-watermarking-to-the" target="_blank" rel="noopener"&gt;in&lt;/a&gt; the blog "Putting Claude's watermarking to the test," one should not mistake signals for absolute proof of AI authorship. Due to the common use of particular phrases and repeated words, it is possible that a detector might pick up false positives, even from a text that is 100% human-generated.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;Real life examples of this abound.&lt;/p&gt;
 &lt;p&gt;Theo Browne, a software engineer and entrepreneur who &lt;a target="_blank" href="https://www.youtube.com/watch?v=Be-NqsW-wuk" rel="noopener"&gt;posts&lt;/a&gt; popular tech content under the handle t3.gg, mentioned that contemporary &lt;a href="https://medium.com/ai-ai-oh/i-ran-shakespeare-through-an-ai-checker-74ce20edc62f" target="_blank" rel="noopener"&gt;content creators&lt;/a&gt; often have their content flagged as AI&amp;nbsp;because the LLMs were trained on their content.&lt;/p&gt;
 &lt;p&gt;The fact that Claude seems to apply the watermark to everything it touches exacerbates the problem. Someone who composes a text and merely uses Claude to proofread or translate it would receive the same label as someone who had Claude create the text from scratch.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;Simon&lt;u&gt; &lt;/u&gt;Smith, executive vice president of generative AI at Klick Health, addressed that on X on &lt;a href="https://x.com/_simonsmith/status/2088987931578949824" target="_blank" rel="noopener"&gt;Aug. 16&lt;/a&gt;: "To clarify, I don’t think most people are upset by HOW Anthropic is watermarking. It’s that they’re stamping "Generated by Claude" on everything, not just fully AI-generated articles, but literally everything Claude helps with, which goes far beyond the EU AI Act’s requirements."&lt;/p&gt;
 &lt;figure class="main-article-image full-col" data-img-fullsize="https://www.techtarget.com/rms/onlineimages/smith-h.jpg"&gt;
  &lt;img data-src="https://www.techtarget.com/rms/onlineimages/smith-h_mobile.jpg" class="lazy" data-srcset="https://www.techtarget.com/rms/onlineimages/smith-h_mobile.jpg 960w,https://www.techtarget.com/rms/onlineimages/smith-h.jpg 1280w" alt="Smith on a lack of nuance in Claude watermark" data-credit="Ariella Brown"&gt;
  &lt;div class="main-article-image-enlarge"&gt;
   &lt;i class="icon" data-icon="w"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/figure&gt;
 &lt;p&gt;Smith's concern was echoed in the subhead of an Ars Technica &lt;a href="https://arstechnica.com/tech-policy/2026/08/claudes-new-scarlet-letter-watermark-is-invisible-for-now/" target="_blank" rel="noopener"&gt;article&lt;/a&gt; on the news, "Claude’s new Scarlet Letter watermark is invisible -- for now." The subhead notes: "The mark flags anything Claude processed, even human writing it only edited."&lt;/p&gt;
 &lt;p&gt;In the Business Insider article that gave Anthropic the opportunity to respond to concerns, the unnamed company representative dismissed Smith's concern about light Claude use triggering the statement. "A watermark shows that Claude processed text, not necessarily that it wrote it, and that the mark can remain after Claude has proofread, translated, or summarized content."&lt;/p&gt;
 &lt;p&gt;One wonders if the Anthropic representative is being deliberately obtuse here. Smith's and Ars Technica's argument is that using one label for any text touched by Claude is misleading.&lt;/p&gt;
 &lt;div class="extra-info"&gt;
  &lt;div class="extra-info-inner"&gt;
   &lt;h3 class="splash-heading"&gt;Claude goes way beyond the letter of the law&lt;/h3&gt; 
   &lt;p&gt;Even though Anthropic claims that its watermarking is necessary to remain in compliance with the &lt;a href="https://www.techtarget.com/searchenterpriseai/news/366646620/EU-AI-Act-compliance-deadline-is-here-What-to-watch"&gt;EU AI Act&lt;/a&gt;, it goes much further than required. Content that the EU law allows to remain label-free would still get the mark.&lt;/p&gt; 
   &lt;p&gt;Even wholly AI-generated text can be exempt from the labeling requirement, as is the case for works of fiction or even marketing copy.&amp;nbsp;&lt;/p&gt; 
   &lt;p&gt;Only text intended "to inform the public on matters of public interest" is required to show AI labels (and there's even a loophole for that if a human editor signs off on it).&lt;/p&gt;
  &lt;/div&gt;
 &lt;/div&gt;
 &lt;p&gt;&lt;/p&gt;
&lt;/section&gt;            
&lt;section class="section main-article-chapter" data-menu-title="Concerns about copyright, data privacy and quality questions"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Concerns about copyright, data privacy and quality questions&lt;/h2&gt;
 &lt;p&gt;There are additional copyright concerns as well. For example, the UK-based software engineering coach John Crickett posted &lt;a target="_blank" href="https://x.com/johncrickett/status/2087090150299881645" rel="noopener"&gt;on&lt;/a&gt; X:&amp;nbsp;&lt;/p&gt;
 &lt;p style="padding-left: 40px;"&gt;&lt;i&gt;Code from Claude Code is now watermarked. I wonder where that leaves the copyright ownership? If the code [is] AI generated, copyright cannot be claimed. If it's watermarked as AI generated, how can the author claim it had enough human input to claim copyright? How could this affect the valuation of tech companies?&lt;/i&gt;&lt;/p&gt;
 &lt;p&gt;Steven Sinofsky wrote on X that he was &lt;a target="_blank" href="https://x.com/stevesi/status/2087219853740720385" rel="noopener"&gt;worried&lt;/a&gt; about digital privacy: "The real issue is data retention and your right to private thoughts free of a digital trail."&lt;/p&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="Is more authentication better?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Is more authentication better?&amp;nbsp;&lt;/h2&gt;
 &lt;p&gt;The question that arises from this is: Does erring on the side of more watermarking make it impossible to pass off AI-generated content as human-generated? The answer appears to be no.&lt;/p&gt;
 &lt;p&gt;Saez, Ars Technica and Browne all point out that it is possible to obliterate Claude's watermark by pasting the text into a rival generative AI and telling it to edit it. "I just cannot fathom any method where you can watermark text that isn't either incredibly expensive to detect or incredibly cheap to work around," Browne said in a YouTube video.&lt;/p&gt;
 &lt;p&gt;Accordingly, he predicts "that we'll get over this watermarking phase relatively quickly," Instead he suggests focusing on marking authenticated human content. &amp;nbsp;&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Ariella Brown is a technology journalist with experience covering AI, blockchain, IoT and cybersecurity.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Anthropic now watermarks text generated or processed by Claude. Here's how the hidden pattern works, its limitations and why the approach has drawn criticism.</description>
            <image>https://cdn.ttgtmedia.com/visuals/digdeeper/1.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/opinion/Does-Claudes-watermark-solve-the-AI-transparency-problem</link>
            <pubDate>Tue, 18 Aug 2026 17:49:00 GMT</pubDate>
            <title>Does Claude's watermark solve the AI transparency problem?</title>
        </item>
        <item>
            <body>&lt;p&gt;Many organizations remain unprepared for the rapid growth of AI-generated content and synthetic datasets across enterprise environments, leaving them equally unprepared to govern that data effectively and within compliance boundaries.&lt;/p&gt; 
&lt;p&gt;Governance frameworks are lagging behind AI, even as AI-generated and other algorithmically&amp;nbsp;generated &lt;a href="https://www.techtarget.com/it-strategy/definition/What-is-synthetic-data-Examples-use-cases-and-benefits"&gt;synthetic data&lt;/a&gt; permeate across business functions. Governance is now a strategic business issue, not just an IT concern. Executives should establish governance best practices before operational and regulatory complexity increases. IT leaders investing in AI need to construct an AI data lifecycle policy and establish scalable governance.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Why AI-generated and synthetic data require governance"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Why AI-generated and synthetic data require governance&lt;/h2&gt;
 &lt;p&gt;AI-generated data and synthetic data differ fundamentally from traditional data. Traditional data originates from real-world business activities, customer interactions, transactions, sensors or human-created content. It is the data generated by years of doing business.&lt;/p&gt;
 &lt;p&gt;AI-generated data is produced by machine learning models, including text, images, code, audio or analytics. It is often derived from prompts or existing data. For enterprises, AI-generated data accelerates content creation, software development, customer support and decision-making.&lt;/p&gt;
 &lt;p&gt;Synthetic data is artificially created to statistically resemble real data without directly representing actual individuals or events. Synthetic data enables a host of practices, such as AI model training, &lt;a href="https://www.techtarget.com/searchbusinessanalytics/tip/Synthetic-data-vs-real-data-for-predictive-analytics"&gt;software testing&lt;/a&gt;, analytics and data sharing while reducing privacy risks, protecting sensitive information and improving compliance. Together, they expand opportunities for innovation but require stronger governance over provenance, quality, security and lifecycle management.&lt;/p&gt;
 &lt;figure class="main-article-image full-col" data-img-fullsize="https://www.techtarget.com/rms/onlineimages/when_to_use_synthetic_data-f.png"&gt;
  &lt;img data-src="https://www.techtarget.com/rms/onlineimages/when_to_use_synthetic_data-f_mobile.png" class="lazy" data-srcset="https://www.techtarget.com/rms/onlineimages/when_to_use_synthetic_data-f_mobile.png 960w,https://www.techtarget.com/rms/onlineimages/when_to_use_synthetic_data-f.png 1280w" alt="When to use synthetic data. " data-credit="TT" height="347" width="560"&gt;
  &lt;figcaption&gt;
   &lt;i class="icon pictures" data-icon="z"&gt;&lt;/i&gt;Four synthetic data use cases are based on data accessibility and representativeness: edge cases, model validation, data scarcity, and privacy and security.
  &lt;/figcaption&gt;
  &lt;div class="main-article-image-enlarge"&gt;
   &lt;i class="icon" data-icon="w"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/figure&gt;
 &lt;p&gt;These data sources are increasingly important to business innovation, but they include significant risks for IT leaders to mitigate.&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="How machine-generated content creates risk"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;How machine-generated content creates risk&lt;/h2&gt;
 &lt;p&gt;Unmanaged AI-generated content presents operational, legal and &lt;a href="https://www.techtarget.com/searchSecurity/tip/Data-sovereignty-compliance-challenges-and-best-practices"&gt;compliance risks&lt;/a&gt; that cannot be ignored. These risks span the organization, making them a strategic governance imperative.&lt;/p&gt;
 &lt;p&gt;Specific risk examples include:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Data provenance and authenticity&lt;/b&gt;. Organizations must be able to demonstrate where AI-generated content originated, which model produced it, when it was created and whether it has been modified. Without provenance, trust and auditability suffer.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Regulatory compliance&lt;/b&gt;. AI-generated and synthetic data may still fall under regulations such as GDPR and the &lt;a href="https://www.techtarget.com/ai/opinion/Everything-you-need-to-know-about-the-new-EU-AI-Act"&gt;EU AI Act&lt;/a&gt; if personal information is involved or if AI outputs impact regulated decisions. Governance enables transparency, traceability and accountability.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Retention and deletion obligations&lt;/b&gt;. AI-generated content should follow the same retention, archival and &lt;a href="https://www.techtarget.com/searchDataBackup/tip/Increase-backup-efficiency-with-a-data-destruction-policy"&gt;disposal policies&lt;/a&gt; as other business records. Unmanaged data increases &lt;a href="https://www.techtarget.com/searchdatacenter/tip/AI-capacity-planning-Balancing-flexibility-performance-and-risk"&gt;storage costs&lt;/a&gt; and compliance risks.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Intellectual property&lt;/b&gt;. AI outputs may contain copyrighted or proprietary material, creating ownership disputes or licensing concerns.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Third-party AI vendor risk&lt;/b&gt;. External AI platforms can introduce contractual, &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/A-data-sovereignty-primer-for-cloud-admins"&gt;data residency&lt;/a&gt;, security and privacy risks. Organizations should define vendor governance requirements and understand how providers store, use and retain submitted data.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;&lt;a href="https://www.techtarget.com/searchsecurity/tip/Beyond-the-perimeter-The-shift-to-data-centric-protection"&gt;Enterprises face challenges&lt;/a&gt; with proving origin and authenticity, yet they must be prepared to undergo audits and prove regulatory compliance. Building an AI lifecycle policy and governing data deliberately helps ensure these obligations are met.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Building an AI data lifecycle policy"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Building an AI data lifecycle policy&lt;/h2&gt;
 &lt;p&gt;A practical AI data lifecycle policy should establish governance from the moment AI-generated or synthetic data is created until it is securely disposed of. All aspects of the data's lifecycle require management to ensure privacy, compliance and auditability.&lt;/p&gt;
 &lt;p&gt;Specific lifecycle events include:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Inventory AI-generated data&lt;/b&gt;. Identify where AI-generated and synthetic data is created, processed, shared and stored across enterprise applications, cloud platforms and third-party AI services. Maintain an up-to-date inventory to &lt;a href="https://www.techtarget.com/it-strategy/tip/14-tips-for-CIOs-managing-shadow-IT-activities"&gt;reduce shadow IT&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Classify data by risk and business value&lt;/b&gt;. Categorize data using a risk-based approach that accounts for sensitivity, intended use, regulatory requirements and business impact. Different AI-generated data requires differing levels of governance.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Capture provenance and metadata&lt;/b&gt;. Record the generating model, prompts or source inputs, creation data, version history, ownership and any subsequent modifications to datasets. The goal is to support transparency, reproducibility and audits.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Define retention and disposal policies&lt;/b&gt;. Determine how long different classifications of AI-generated data should be retained, archived or deleted to meet legal, operational and storage requirements.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Control access and usage&lt;/b&gt;. Apply role-based &lt;a href="https://www.techtarget.com/searchsecurity/tip/CISOs-guide-to-centralized-vs-federated-security-models"&gt;access controls&lt;/a&gt;, encryption, monitoring and usage policies to prevent unauthorized access or misuse.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Review, adapt and refine governance&lt;/b&gt;. Regularly assess governance policies as AI models, business processes and regulations evolve. Monitor compliance through periodic audits, governance metrics and policy reviews to ensure the framework remains effective and aligned with organizational risk tolerance.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="Data governance improves capabilities"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Data governance improves capabilities&lt;/h2&gt;
 &lt;p&gt;Strong governance of AI-generated and synthetic data accelerates innovation rather than restricting it. It also avoids operational and compliance issues that distract the organization from its business objectives.&lt;/p&gt;
 &lt;p&gt;Examples of how data governance speeds up innovation include:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Enabling faster software testing and AI-assisted development.&lt;/li&gt; 
  &lt;li&gt;Reducing privacy risks by limiting the use of production data.&lt;/li&gt; 
  &lt;li&gt;Implementing &lt;a href="https://www.forbes.com/councils/forbestechcouncil/2026/01/30/governance-by-design-how-to-engineer-trust-in-the-age-of-ai/"&gt;governance-by-design&lt;/a&gt; rather than governance after deployment.&lt;/li&gt; 
  &lt;li&gt;Using AI governance tools to automate lineage, policy enforcement and monitoring.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Measure success with governance KPIs such as provenance coverage, policy compliance rates, audit results and the percentage of AI-generated data under lifecycle management.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Wrap up: Governance should scale with AI adoption"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Wrap up: Governance should scale with AI adoption&lt;/h2&gt;
 &lt;p&gt;AI-generated and synthetic data must be managed as strategic enterprise assets with both associated value and risk. Organizations that establish clear ownership, risk-based policies and lifecycle governance now will be better prepared for evolving regulations and future technologies while enabling responsible AI innovation.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides, and contributes extensively to TechTarget Editorial, The New Stack and CompTIA Blogs.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>CIOs need a lifecycle policy for AI generated and synthetic data. Learn how to set lifecycle policies and manage the risks of this type of data.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/storage_g1197646065.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/Tips-for-the-governance-of-AI-generated-and-synthetic-data</link>
            <pubDate>Mon, 17 Aug 2026 14:14:00 GMT</pubDate>
            <title>Tips for the governance of AI-generated and synthetic data</title>
        </item>
        <item>
            <body>&lt;p&gt;Constructing a new data center does not begin with architectural plans. It starts with community communication that educates neighbors and opposition leaders.&lt;/p&gt; 
&lt;p&gt;Data center development affects technology, strategy, infrastructure, capital investment, regulatory relationships, reputation and community trust. Communication helps to reduce uncertainty and surface concerns while decisions remain flexible.&lt;/p&gt; 
&lt;p&gt;This article examines why early education matters and what communities need to know about new data centers. It prepares IT leaders to explain the benefits and trade-offs in terms that matter to community members.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Preparing the message"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Preparing the message&lt;/h2&gt;
 &lt;p&gt;Modern &lt;a href="https://www.techtarget.com/searchDataCenter/feature/Guide-to-understanding-the-various-types-of-data-centers"&gt;data centers&lt;/a&gt;, especially those centered around AI, are no longer invisible technology infrastructure. Their scale makes issues such as electricity demand, water use, &lt;a href="https://www.techtarget.com/searchdatacenter/feature/The-increasing-concern-of-data-center-land-acquisition"&gt;land use&lt;/a&gt;, &lt;a href="https://www.techtarget.com/searchdatacenter/tip/Understanding-the-impact-of-data-center-noise-pollution"&gt;noise&lt;/a&gt;, construction traffic and economic impact highly visible. Different stakeholders may evaluate the same data center project through different lenses.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Technology leaders:&lt;/b&gt; Capacity, resilience, &lt;a href="https://www.techtarget.com/searchdatacenter/tip/Enhance-operations-with-decentralized-data-centers"&gt;performance&lt;/a&gt; and security.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Community leaders:&lt;/b&gt; Infrastructure, quality of life, economic benefits and &lt;a href="https://www.techtarget.com/searchDataCenter/tip/Decarbonizing-data-centers-Turning-sustainability-into-strategy"&gt;environmental effects&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Regulators:&lt;/b&gt; Compliance, planning, utilities and public interest.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Whether a data center's impact is positive or negative depends on perspective. For IT leaders, this means community opposition is a risk to mitigate.&lt;/p&gt;
 &lt;p&gt;Begin by linking community concerns to executive-level consequences. These include permitting or approval delays, schedule uncertainty, additional mitigation costs and reputational exposure. Risks also include heightened scrutiny from regulators, investors, customers and employees. Proactive communication is essential to risk management and project continuity, not just to reputation management.&lt;/p&gt;
 &lt;p&gt;Delayed communication can allow uncertainty and assumptions to fill the information gap. Early engagement enables organizations to provide a clear, accurate message that can:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Establish fact-based conversations.&lt;/li&gt; 
  &lt;li&gt;Surface concerns before project parameters are fixed.&lt;/li&gt; 
  &lt;li&gt;Give leaders time to explain technical trade-offs.&lt;/li&gt; 
  &lt;li&gt;Identify stakeholders who need specific information.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Communication helps organizations improve preparedness and decision quality. Technology executives need ownership of the underlying facts, trade-offs, concerns and strategic rationale to communicate value accurately.&lt;/p&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="The community value proposition"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The community value proposition&lt;/h2&gt;
 &lt;p&gt;IT leaders should articulate the data center's local value proposition, not just its &lt;a href="https://www.techtarget.com/searchdatacenter/tip/Monetizing-modern-data-centers-Strategies-for-IT-leaders"&gt;business rationale&lt;/a&gt;. Where possible, articulate specific, measurable benefits to enhance credibility. Clearly distinguish projections from commitments.&lt;/p&gt;
 &lt;p&gt;Potential areas to address include:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Direct and indirect employment.&lt;/li&gt; 
  &lt;li&gt;Local tax revenue.&lt;/li&gt; 
  &lt;li&gt;Infrastructure investment.&lt;/li&gt; 
  &lt;li&gt;Local vendors and economic activity.&lt;/li&gt; 
  &lt;li&gt;&lt;a href="https://www.techtarget.com/searchdatacenter/tip/Preparing-for-the-data-center-talent-shortage"&gt;Workforce development&lt;/a&gt; and technical training.&lt;/li&gt; 
  &lt;li&gt;Potential improvements to regional digital infrastructure.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    The essential message is what the project means for the community, rather than simply why the company needs this facility.
   &lt;/figure&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;Avoid presenting economic benefits as a reason communities should overlook legitimate concerns.&lt;/p&gt;
 &lt;p&gt;The essential message is what the project means for the community, rather than simply why the company needs this facility.&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Understanding and communicating key technical drivers"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Understanding and communicating key technical drivers&lt;/h2&gt;
 &lt;p&gt;The message must translate technical realities into community and business implications. Concerns typically span several standard areas, and it is up to IT leaders to provide specific information to address them.&lt;/p&gt;
 &lt;h3&gt;Power and grid requirements&lt;/h3&gt;
 &lt;p&gt;Explain that high-density computing, AI workloads and always-on infrastructure can require substantial electrical capacity. Distinguish between facility requirements, existing grid capacity and potential utility or &lt;a href="https://www.techtarget.com/it-infrastructure/news/366643122/Soma-Energy-launches-to-optimize-AI-data-center-energy-use"&gt;grid upgrades&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;Where possible, clarify who is responsible for infrastructure investments.&lt;/p&gt;
 &lt;h3&gt;Water, cooling and environmental considerations&lt;/h3&gt;
 &lt;p&gt;Explain how cooling &lt;a href="https://www.techtarget.com/it-infrastructure/tip/How-do-data-centers-use-and-manage-water"&gt;systems impact water&lt;/a&gt; and &lt;a href="https://www.techtarget.com/it-infrastructure/tip/How-much-energy-do-data-centers-consume"&gt;energy consumption&lt;/a&gt;. Note where impacts depend on cooling design, climate, water sources and operating conditions. Avoid presenting one cooling technology as universally superior; cooling approaches will vary by data center.&lt;/p&gt;
 &lt;h3&gt;Land, noise, traffic and physical footprint&lt;/h3&gt;
 &lt;p&gt;Translate specific infrastructure decisions into tangible local impacts. Explain how facility design, equipment placement, landscaping and operating practices can affect the surrounding community. Distinguish between temporary construction and ongoing operational considerations.&lt;/p&gt;
 &lt;h3&gt;Reliability and security&lt;/h3&gt;
 &lt;p&gt;Communicate why redundancy, &lt;a href="https://www.techtarget.com/it-infrastructure/tip/Data-center-power-backup-options-to-deal-with-downtime"&gt;backup power&lt;/a&gt;, physical security and network resilience add infrastructure and cost. Connect these requirements to the organization's responsibility to maintain critical digital systems.&lt;/p&gt;
 &lt;p&gt;Each technical explanation should answer the question, "Why does this matter to the community?"&lt;/p&gt;
&lt;/section&gt;            
&lt;section class="section main-article-chapter" data-menu-title="Establishing a communication strategy"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Establishing a communication strategy&lt;/h2&gt;
 &lt;p&gt;Establish a clear communication strategy that emphasizes transparency and prepares the organization for resistance.&lt;/p&gt;
 &lt;h3&gt;Communication strategies&lt;/h3&gt;
 &lt;p&gt;Establishing a clear communication strategy is crucial. Select a communication approach using one of three approaches:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Announcement-led.&lt;/b&gt; Communicate primarily when a project becomes public. Offers a lower initial effort but greater risk of appearing reactive.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Information-led.&lt;/b&gt; Educate stakeholders about data center infrastructure before specific project decisions. Builds a baseline understanding and reduces unfamiliarity.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Dialog-led.&lt;/b&gt; Combine education with structured opportunities for questions and feedback. Creates opportunities to identify concerns and potentially improve plans.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Transparency versus uncertainty&lt;/h3&gt;
 &lt;p&gt;Executives may have concerns that early communication will expose plans that are not yet finalized. Leaders can clearly distinguish and explain what is known, what has been evaluated and what remains uncertain. They also identify the factors that drive decisions. Organizations should communicate when additional information will be available.&lt;/p&gt;
 &lt;p&gt;Proactive communication does not require disclosure of confidential or preliminary information.&lt;/p&gt;
 &lt;h3&gt;Preparing for friction&lt;/h3&gt;
 &lt;p&gt;Strong communication will not eliminate all disagreement. Leaders should anticipate scenarios such as misinformation, organized opposition, unexpected infrastructure concerns and changes to project scope. The objective is not to prevent every objection, but to ensure the organization can respond with facts, consistency and credibility.&lt;/p&gt;
&lt;/section&gt;          
&lt;section class="section main-article-chapter" data-menu-title="Community-centered communication as a strategic capability"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Community-centered communication as a strategic capability&lt;/h2&gt;
 &lt;p&gt;Create a community-centered communication strategy using a three-pronged approach.&lt;/p&gt;
 &lt;h3&gt;Understand stakeholders before developing the message&lt;/h3&gt;
 &lt;p&gt;Identify audiences with different interests and information needs, including residents, local officials, regulators, utilities, businesses, environmental organizations and potential employees. Avoid assuming that one general-purpose message will address every concern.&lt;/p&gt;
 &lt;h3&gt;Establish executive ownership and governance&lt;/h3&gt;
 &lt;p&gt;Coordinate technology, facilities, sustainability, legal, communications, government affairs and executive leaders. Establish a shared source of truth for technical facts, commitments, assumptions and project updates. Define who can make commitments and who is responsible for addressing emerging issues.&lt;/p&gt;
 &lt;h3&gt;Build a two-way information loop&lt;/h3&gt;
 &lt;p&gt;Treat questions and concerns as useful inputs rather than potential hurdles or objections. Categorize issues the organization can address or mitigate versus constraints it cannot change. Listening to a concern does not mean promising the requested outcome.&lt;/p&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="The first steps toward communication"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The first steps toward communication&lt;/h2&gt;
 &lt;p&gt;Establish the direction and business objectives before the project narrative. Begin with the organization's broader infrastructure needs and long-term objectives. Explain why resilient computing capacity matters to customers, employees and business continuity.&lt;/p&gt;
 &lt;p&gt;Build a plain-language technical story containing concise explanations of:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Power and grid requirements.&lt;/li&gt; 
  &lt;li&gt;Water and cooling.&lt;/li&gt; 
  &lt;li&gt;Noise.&lt;/li&gt; 
  &lt;li&gt;Traffic and construction.&lt;/li&gt; 
  &lt;li&gt;Land use.&lt;/li&gt; 
  &lt;li&gt;Economic contribution.&lt;/li&gt; 
  &lt;li&gt;Environmental considerations.&lt;/li&gt; 
  &lt;li&gt;Reliability and security.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Engage in communication with the community while meaningful decisions remain possible.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Start education before plans are fully finalized.&lt;/li&gt; 
  &lt;li&gt;Clearly label assumptions, preliminary plans and firm commitments.&lt;/li&gt; 
  &lt;li&gt;Create channels for stakeholder questions and feedback.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Measure understanding and risk by tracking more than communication reach, such as:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Recurring questions.&lt;/li&gt; 
  &lt;li&gt;Unresolved concerns.&lt;/li&gt; 
  &lt;li&gt;Stakeholder participation.&lt;/li&gt; 
  &lt;li&gt;Changes resulting from substantive feedback.&lt;/li&gt; 
  &lt;li&gt;Emerging project or reputational risks.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="Final thoughts"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Final thoughts&lt;/h2&gt;
 &lt;p&gt;Data center development is more than a technical deployment; it is a community-facing business decision that can face significant opposition. This opposition creates roadblocks, delays and reputational damage. Clear communication begins before the project becomes controversial.&lt;/p&gt;
 &lt;p&gt;CIOs, CTOs and infrastructure leaders should ask:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;"What would our community need to understand if we explained this project before asking for its support?"&lt;/li&gt; 
  &lt;li&gt;"Which concerns could we address while the project is still flexible?"&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;A strategic communication approach means educating early, explaining trade-offs honestly, listening before decisions harden and communicating throughout the process.&lt;/p&gt;
 &lt;p&gt;&lt;em&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides, and contributes extensively to TechTarget Editorial, The New Stack and CompTIA Blogs.&lt;/em&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Effective communication is essential in data center development. Engaging the community early addresses concerns and prepares IT leaders for stakeholder interactions.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/collab_a306983505.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/Building-trust-Engaging-communities-in-data-center-development</link>
            <pubDate>Mon, 17 Aug 2026 12:18:00 GMT</pubDate>
            <title>Building trust: Engaging communities in data center development</title>
        </item>
        <item>
            <body>&lt;p&gt;IT service management is the set of activities an organization uses to design, build, deliver, operate and support IT services for customers. ITSM is critical to digital transformation, AI adoption and &lt;a href="https://www.techtarget.com/searchitoperations/feature/How-digital-employee-experience-strategy-drives-productivity"&gt;rising service expectations&lt;/a&gt;. The balance between innovation and operational stability is crucial.&lt;/p&gt; 
&lt;p&gt;IT leaders can't afford service disruptions during modernization processes. However, they also can't allow outdated ITSM offerings to drag on productivity.&lt;/p&gt; 
&lt;p&gt;This article guides IT leaders through a phased approach to modernizing ITSM workflows and measuring their success without disrupting services. Successful ITSM modernization is driven by business outcomes, optimized workflows, phased implementation and measurable improvements -- not wholesale technology replacement.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Why ITSM modernization fails"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Why ITSM modernization fails&lt;/h2&gt;
 &lt;p&gt;The biggest risks to ITSM modernization initiatives aren't technical; they're organizational. Successful modernization requires executive alignment, governance and a clear business case from the outset.&lt;/p&gt;
 &lt;p&gt;These are the most common pitfalls that derail modernization efforts:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Treating modernization as a platform migration instead of a business transformation initiative.&lt;/li&gt; 
  &lt;li&gt;Pursuing "&lt;a href="https://www.techtarget.com/searchCloudComputing/tip/Use-the-7-Rs-to-develop-an-app-modernization-strategy"&gt;rip-and-replace&lt;/a&gt;" implementations that introduce unnecessary risk.&lt;/li&gt; 
  &lt;li&gt;Failing to align ITSM goals with broader business priorities.&lt;/li&gt; 
  &lt;li&gt;Lack of executive sponsorship.&lt;/li&gt; 
  &lt;li&gt;Lack of cross-functional governance.&lt;/li&gt; 
  &lt;li&gt;Poor change management, communication and user adoption.&lt;/li&gt; 
  &lt;li&gt;Ignoring legacy process and integration dependencies.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Recognizing these pitfalls early enables organizations to avoid disruptions as they modernize ITSM capabilities.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Start with workflows, not tools"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Start with workflows, not tools&lt;/h2&gt;
 &lt;p&gt;Modernization doesn't begin with new tools. Instead, it starts with optimizing existing service delivery processes. The focus is on updating current workflows to improve outcomes without adding cost.&lt;/p&gt;
 &lt;p&gt;Use the following steps to evaluate and improve existing workflows:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Map and assess existing service workflows. &lt;/b&gt;Document current processes to identify inefficiencies, redundancies and opportunities for improvement.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Identify bottlenecks and repetitive work.&lt;/b&gt; Focus on manual tasks and delays that consume time and slow service delivery.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Standardize high-volume processes before automating. &lt;/b&gt;Create consistent workflows to ensure automation improves efficiency. Avoid scaling inconsistencies.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Improve employee and CX.&lt;/b&gt; Design workflows that simplify interactions, reduce wait times and increase satisfaction.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Evaluate where to enhance existing platforms before replacing them.&lt;/b&gt; Maximize current technology investments before committing to costly platform migrations.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Prioritize integrations that enable business continuity.&lt;/b&gt; Strategically connect systems to minimize service disruption during modernization.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Better workflows, not newer software, deliver the greatest return while protecting previous technology investments. Optimized workflows also &lt;a href="https://www.techtarget.com/searchitoperations/tip/Tasks-to-automate-today-to-streamline-IT-operations"&gt;enable better automation&lt;/a&gt; during the modernization plan phases.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Modernize in phases, not all at once"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Modernize in phases, not all at once&lt;/h2&gt;
 &lt;p&gt;Reduce operational risk and demonstrate ROI by using a phased modernization approach. The goal is steady progress that avoids disruption.&lt;/p&gt;
 &lt;h3&gt;Phase 1: Assess business priorities and current state&lt;/h3&gt;
 &lt;p&gt;Begin by gathering information on existing business needs and services:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Audit ITSM processes and supporting technologies.&lt;/li&gt; 
  &lt;li&gt;Align modernization goals with business objectives.&lt;/li&gt; 
  &lt;li&gt;Identify quick wins and define success metrics.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Phase 2: Optimize and standardize core services&lt;/h3&gt;
 &lt;p&gt;Enable effective automation by standardizing and optimizing core service offerings:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Improve incident, request and change management processes.&lt;/li&gt; 
  &lt;li&gt;Remove unnecessary complexity.&lt;/li&gt; 
  &lt;li&gt;Standardize workflows before introducing automation.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Phase 3: Introduce AI and automation strategically&lt;/h3&gt;
 &lt;p&gt;&lt;a href="https://www.techtarget.com/searchenterpriseai/tip/Best-practices-for-integrating-third-party-AI-with-local-systems"&gt;Integrate AI&lt;/a&gt; and automation practices based on the lowest risks and greatest gains:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Automate repetitive, low-risk tasks.&lt;/li&gt; 
  &lt;li&gt;Expand self-service capabilities.&lt;/li&gt; 
  &lt;li&gt;Pilot AI in targeted use cases before scaling.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Phase 4: Scale, govern and continuously improve&lt;/h3&gt;
 &lt;p&gt;Establish expectations for continuous improvement and governance:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Expand successful practices across business units.&lt;/li&gt; 
  &lt;li&gt;Establish ongoing governance and performance reviews.&lt;/li&gt; 
  &lt;li&gt;Refine processes using operational and business metrics.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Phased modernization minimizes disruption, reduces implementation risk and delivers measurable value throughout the journey rather than relying on a single "go-live" push.&lt;/p&gt;
&lt;/section&gt;               
&lt;section class="section main-article-chapter" data-menu-title="Where AI and automation actually fit"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Where AI and automation actually fit&lt;/h2&gt;
 &lt;p&gt;AI and automation deliver the greatest value when they enhance well-defined ITSM processes rather than replace them. Focus on practical business value, not AI hype.&lt;/p&gt;
 &lt;p&gt;Organizations should begin by &lt;a href="https://www.techtarget.com/searchitoperations/feature/How-runbook-automation-reduces-IT-operational-costs"&gt;automating repetitive, rules-based tasks&lt;/a&gt;. Find quick wins that reduce manual effort, improve response times and enable IT staff to focus on higher-value initiatives. Here are some examples:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Intelligent ticket routing.&lt;/li&gt; 
  &lt;li&gt;Self-service virtual agents.&lt;/li&gt; 
  &lt;li&gt;Knowledge recommendations.&lt;/li&gt; 
  &lt;li&gt;Predictive incident detection.&lt;/li&gt; 
  &lt;li&gt;Workflow orchestration.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;AI further improves ITSM by recommending technical resources, powering self-service virtual agents, predicting potential incidents and identifying patterns that help prevent recurring issues. However, these capabilities are most effective when supported by standardized workflows and high-quality data. Automating inconsistent or poorly designed processes simply accelerates inefficiency.&lt;/p&gt;
 &lt;p&gt;IT leaders should also establish clear governance for responsible AI adoption aligned with organizational policies. &lt;a href="https://www.techtarget.com/searchDataCenter/tip/AI-operating-models-Balancing-autonomy-and-human-oversight"&gt;Human oversight&lt;/a&gt; remains essential for major incidents, complex change management and decisions that carry significant business or security risks. AI should augment the expertise of IT professionals, not replace it.&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Measure success without disrupting service"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Measure success without disrupting service&lt;/h2&gt;
 &lt;p&gt;Tie modernization success to business outcomes and operational improvements. These measures track actual improvement and ROI.&lt;/p&gt;
 &lt;p&gt;Operational metrics:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;a href="https://www.techtarget.com/searchDisasterRecovery/feature/Disaster-recovery-glossary-Terms-to-know"&gt;Mean time to resolution&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;Change success rate.&lt;/li&gt; 
  &lt;li&gt;Service-level agreement compliance.&lt;/li&gt; 
  &lt;li&gt;Incident volume and backlog.&lt;/li&gt; 
  &lt;li&gt;Automation rate.&lt;/li&gt; 
  &lt;li&gt;Self-service adoption.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Business metrics:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;a href="https://www.techtarget.com/searchitoperations/tip/How-DEX-metrics-help-build-a-better-digital-workplace"&gt;Employee satisfaction&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;Customer satisfaction.&lt;/li&gt; 
  &lt;li&gt;Cost per service request.&lt;/li&gt; 
  &lt;li&gt;&lt;a href="https://www.techtarget.com/searchdisasterrecovery/feature/Disaster-recovery-for-small-businesses-leaves-no-room-for-excuses"&gt;Reduced downtime&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;Reduced time to deliver new business services.&lt;/li&gt; 
  &lt;li&gt;IT operating efficiency.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;The strongest modernization programs demonstrate improvements in resilience, efficiency and business performance.&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Conclusion"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Conclusion&lt;/h2&gt;
 &lt;p&gt;ITSM modernization isn't a one-time project with a defined finish line. As business needs, technologies and customer expectations continue to evolve, organizations must continually refine how they deliver IT services. Viewing modernization as an ongoing capability, not simply a technology upgrade, helps IT remain responsive and resilient.&lt;/p&gt;
 &lt;p&gt;The strongest modernization efforts start with the business, not the technology. Align initiatives with organizational goals, improve workflows before investing in new tools, introduce changes in phases and apply AI where it adds real value. IT leaders can use these approaches to make meaningful progress without disrupting day-to-day operations.&lt;/p&gt;
 &lt;p&gt;A measured, governance-driven &lt;a target="_blank" href="https://www.freshworks.com/it-service-management-software/itsm-governance/" rel="noopener"&gt;approach&lt;/a&gt; reduces risk while building momentum and showcasing ROI. Instead of chasing large-scale transformation, many organizations achieve lasting improvements that strengthen service quality, increase operational agility and position IT as a strategic partner in long-term business growth. Focus on steady progress that strengthens both operations and the organization.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides, and contributes extensively to Informa TechTarget, The New Stack and CompTIA Blogs.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>ITSM modernization succeeds by optimizing workflows, implementing changes in phases, aligning with business goals and applying AI to improve services with minimal disruption.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/disaster_recovery_a379640336.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/How-to-modernize-ITSM-without-disrupting-operations</link>
            <pubDate>Mon, 17 Aug 2026 10:51:00 GMT</pubDate>
            <title>How to modernize ITSM without disrupting operations</title>
        </item>
        <item>
            <body>&lt;p&gt;Autonomous infrastructure comprises AI-driven, self-managing policy-based systems for IT operations. It shifts from rigid automation to data-driven decision-making. Modern IT ops require increasing AI autonomy to achieve the best results. The critical intersection is:&lt;/p&gt; 
&lt;ul class="default-list"&gt; 
 &lt;li&gt;Complexity of hybrid and multi-cloud environments.&lt;/li&gt; 
 &lt;li&gt;Advances in AI and observability.&lt;/li&gt; 
 &lt;li&gt;Pressure to reduce costs and improve resilience while maintaining agility.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;IT professionals now act as governors, not just operators. However, new risks in security, data and accountability must be actively managed. Organizations that invest in governance, data quality and workforce evolution will unlock their full value while avoiding systemic risk.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Automation value and risk"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Automation value and risk&lt;/h2&gt;
 &lt;p&gt;For IT leaders, balancing value against risk now means shifting some risks from human control to system autonomy.&lt;/p&gt;
 &lt;p&gt;Where autonomy delivers value:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Availability and resilience&lt;/b&gt;. Reduce downtime using &lt;a href="https://www.techtarget.com/searchitoperations/tip/Self-healing-IT-systems-Benefits-challenges-and-use-cases"&gt;self-healing systems&lt;/a&gt; and predictive remediation.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Cost optimization.&lt;/b&gt; Enable dynamic resource allocation and scaling with less manual intervention.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Operational efficiency.&lt;/b&gt; Provide lower incident volume, faster resolution and reduced administrative effort.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Where risk emerges:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Decision transparency.&lt;/b&gt; Limited explainability of AI-driven actions and challenges in root cause analysis.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Failure propagation at scale.&lt;/b&gt; Misconfigured policies or faulty models can cascade rapidly.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Security implications.&lt;/b&gt; AI control planes are high-value targets. Autonomous responses may unintentionally disrupt services and expose them to adversarial inputs or model manipulation.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Data dependency and quality.&lt;/b&gt; Watch reliance on accurate telemetry and historical data, as well as biased or incomplete data that can drive flawed decisions.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Vendor lock-in and interoperability constraints.&lt;/b&gt; Proprietary orchestration platforms and difficulty integrating across legacy and multi-cloud environments.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Autonomous infrastructure delivers measurable gains but changes the risk catalog. New governance practices are required to protect operations.&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Governance enables safe autonomy"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Governance enables safe autonomy&lt;/h2&gt;
 &lt;p&gt;Governance is critical for autonomous infrastructure. The organization is shifting from a traditional manual or automated operational approach to a policy-driven control system that relies on &lt;a target="_blank" href="https://cloudsecurityalliance.org/blog/2026/01/28/levels-of-autonomy" rel="noopener"&gt;AI-based autonomy&lt;/a&gt;. Governance ensures this autonomy enhances, not replaces, accountability. Some core governance principles include:&lt;/p&gt;
 &lt;h3&gt;Human-in-the-loop oversight&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Define autonomy tiers, including advisory, supervised and fully autonomous. Not every system requires full autonomy, especially when risk increases.&lt;/li&gt; 
  &lt;li&gt;Require approval for high-impact actions and novel scenarios, allowing human decision-making to override autonomy.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Auditability and observability&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Establish full traceability of decisions, inputs and actions to foster trust and prove compliance.&lt;/li&gt; 
  &lt;li&gt;Configuring logging for compliance, forensics and continuous improvement.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Policy-as-code framework&lt;/h3&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Encode business intent, including cost thresholds, performance goals and risk tolerance.&lt;/li&gt; 
  &lt;li&gt;Align system behavior with enterprise priorities.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;AI-driven controls require additional management policies to meet compliance goals and reduce risk. Governance must implement these policies by:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Establishing clear ownership of autonomous decisions.&lt;/li&gt; 
  &lt;li&gt;Aligning autonomy with enterprise AI ethics standards.&lt;/li&gt; 
  &lt;li&gt;Constructing guardrails to block unintended or non-compliant actions.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Technical control mechanisms include "circuit breakers" to halt unsafe behavior before it disrupts operations or cascades across systems. Sandboxed testing and simulation before deployment also reduces unintended consequences and demonstrates due diligence.&lt;/p&gt;
 &lt;p&gt;Governance directives will define escalation paths for anomalies, enabling humans to enter the loop and evaluate potentially disruptive behavior. Governance is the scaling mechanism for trust. Organizations that formalize it early will adopt autonomy faster, more safely and with better compliance.&lt;/p&gt;
&lt;/section&gt;            
&lt;section class="section main-article-chapter" data-menu-title="Redefining IT ops"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Redefining IT ops&lt;/h2&gt;
 &lt;p&gt;Evolving an enterprise environment to an autonomous infrastructure requires changing roles and updating measurement practices.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;Changing IT roles and skills&lt;/b&gt;&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Shift from manual operators or automation authors to policy designers, automation architects and system governors.&lt;/li&gt; 
  &lt;li&gt;Increased demand for hybrid expertise consisting of infrastructure, data management, AI and governance skills.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;&lt;b&gt;Changing metrics&lt;/b&gt;&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Move away from measuring ticket volume and mean time to resolution.&lt;/li&gt; 
  &lt;li&gt;Opt for autonomous resolution rate, policy effectiveness, and business-aligned reliability outcomes.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;The primary transformation is not technical; it's organizational and cultural. It includes relying on cross-functional DevOps, &lt;a href="https://www.techtarget.com/searchsecurity/tip/Streamline-SecOps-with-SOAR-workflows-and-playbooks"&gt;SecOps&lt;/a&gt; and &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/The-business-case-for-FinOps-to-control-cloud-spending"&gt;FinOps&lt;/a&gt; teams. Organizations must foster trust in autonomous systems and satisfy resistance to role changes across teams. Allocate resources for change management and employee &lt;a href="https://www.techtarget.com/searchCloudComputing/tip/How-to-use-AI-to-bridge-the-cloud-skills-gap"&gt;upskilling&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Strategic implications and adoption path"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Strategic implications and adoption path&lt;/h2&gt;
 &lt;p&gt;Realizing the competitive advantages offered by autonomous infrastructures will depend on how quickly and safely it is adopted. Benefits depend on safe, guided adoption. Poor implementation raises risks; good governance increases rewards.&lt;/p&gt;
 &lt;p&gt;Carefully consider and allocate resources for the following economic and investment realities while simultaneously recognizing benefits:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Upfront costs&lt;/b&gt;. Platforms, integration and training.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;ROI drivers. &lt;/b&gt;Reduced downtime, labor efficiency and optimized infrastructure spend.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Trade-offs.&lt;/b&gt; Prioritize build versus buy decisions for autonomous systems, as well as flexibility versus vendor dependence decisions.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Adoption roadmap&lt;/h3&gt;
 &lt;p&gt;Begin with low-risk, high-value domains such as observability, incident triage or cost optimization, where outcomes are measurable and reversible. Establish clean data pipelines and a unified telemetry platform.&lt;/p&gt;
 &lt;p&gt;Progress through the following three maturity stages:&lt;/p&gt;
 &lt;ol class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Assisted automation.&lt;/b&gt; Human-led, AI-supported.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Semi-autonomous.&lt;/b&gt; Policy-bound execution with oversight.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Autonomous domains.&lt;/b&gt; Fully self-managing within guardrails.&lt;/li&gt; 
 &lt;/ol&gt;
 &lt;p&gt;Companies should establish governance and policy controls early. Also, use pilot programs to build trust, validate ROI and refine escalation models before attempting a broader rollout.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides, and contributes extensively to TechTarget Editorial, The New Stack and CompTIA Blogs.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Autonomous infrastructure is not just implementing new technology; it completely redefines IT's role. Success depends on balancing speed, safety and accountability.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/disaster_recovery_g175031469.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/How-autonomous-infrastructure-alters-IT-operations</link>
            <pubDate>Mon, 17 Aug 2026 10:40:00 GMT</pubDate>
            <title>How autonomous infrastructure alters IT operations</title>
        </item>
        <item>
            <body>&lt;p&gt;In recent years, the AI boom has completely changed data center economics. While organizations naturally gravitate toward managing &lt;a href="https://www.techtarget.com/searchdatacenter/tip/How-much-energy-do-data-centers-consume"&gt;energy consumption&lt;/a&gt; costs tied to compute, storage can also be a significant contributor to workload TCO. Organizations that treat energy efficiency as a primary goal when designing their storage architecture may be able to lower operating costs, increase rack densities and more easily satisfy the organization's sustainability objectives. In some cases, aggressively managing storage power consumption now might even put off expensive facility upgrades for a time.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="How AI workloads are driving data center power concerns"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;How AI workloads are driving data center power concerns&lt;/h2&gt;
 &lt;p&gt;Historically, one of the biggest challenges for data center operators has been accommodating all of an organization's IT resources without running out of floor space. After all, nobody wants to shoulder the cost of a data center expansion or the construction of a new facility. Today, however, the availability of sufficient &lt;a href="https://www.techtarget.com/data-technologies/feature/Power-constrained-data-architecture-curbing-AI-ambitions"&gt;electricity is becoming a bigger operational constraint&lt;/a&gt; than floor space.&lt;/p&gt;
 &lt;p&gt;AI servers consume far more power than the servers used to host traditional workloads. According to &lt;a href="https://www.socomec.us/en-us/solutions/business/data-centers/understanding-power-consumption-data-centers"&gt;some estimates&lt;/a&gt;, "Traditional data centers operate at 5-10 kW per rack, while AI-optimized facilities now require 60+ kW per rack within the same square foot footprint." Most of the datacenters built before the AI boom were never designed to accommodate such demand, and utility expansions can take years to complete.&lt;/p&gt;
 &lt;p&gt;Simply put, power has gone from being an operating expense to becoming a business constraint. Hence, organizations must take immediate steps to ensure that they are using the available power efficiently. Every watt of power that is being consumed by storage resources is a watt that cannot be allocated to the AI infrastructure.&lt;/p&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="What Does Storage Actually Contribute to Your data center Power Bill?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What Does Storage Actually Contribute to Your data center Power Bill?&lt;/h2&gt;
 &lt;p&gt;Like any piece of data center hardware, storage arrays consume power. Even a relatively small storage appliance can easily consume over 100 watts. Of course, larger arrays consume more power. According to &lt;a href="https://www.solved.scality.com/data-center-power-efficiency/"&gt;Solved Magazine&lt;/a&gt;, a 2U SAN might contain 20 to 40 drives and consume 2 to 5 KW of power. As an example, the Dell PowerMax 8500's power consumption varies based on its configuration. However, the smallest number &lt;a href="(https:/www.delltechnologies.com/asset/en-us/products/storage/technical-support/powermax-2500-8500-spec-sheet.pdf"&gt;given by Dell&lt;/a&gt; is 7.124 kVA (approximately 5.6 KW).&lt;/p&gt;
 &lt;p&gt;If these numbers sound high, it's worth remembering that in an enterprise-class environment, storage hardware does far more than just hosting drives. Functions such as erasure coding and encryption consume significant compute resources, which in turn increase power consumption.&lt;/p&gt;
 &lt;p&gt;It's also worth considering that the storage hardware itself is only half of the story. As the storage hardware consumes power, it releases heat as a byproduct. This thermal load forces cooling systems to work harder, further increasing power consumption. In other words, every watt consumed becomes heat that has to be removed.&lt;/p&gt;
&lt;/section&gt;    
&lt;section class="section main-article-chapter" data-menu-title="Intelligent Tiering as an Energy Strategy"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Intelligent Tiering as an Energy Strategy&lt;/h2&gt;
 &lt;p&gt;AI workloads generally require access to vast inference, analytics or training datasets amounting to many terabytes (TB) or even petabytes, so the need for storage hardware certainly isn't going away. Even so, it may be possible to drive down costs through &lt;a href="https://www.techtarget.com/it-infrastructure/tip/Why-storage-tiering-is-necessary-now-more-than-ever"&gt;intelligent storage tiering&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;Storage tiering was introduced at a time when flash storage offered extremely limited capacity with a very high cost per gigabyte. The idea was that not all data requires the same level of performance. Hence, frequently accessed "hot" data could be placed on high-performance SSDs, while occasionally used "warm" data could reside on less expensive, higher-capacity spinning media. Rarely accessed "cold" data could be moved to cheap archival disks or even kept offline.&lt;/p&gt;
 &lt;p&gt;As flash storage prices began to decline, many organizations moved their performance-sensitive workloads to all-flash arrays, with traditional HDD/SSD tiering being used less frequently for primary workloads. However, intelligent tiering is beginning to see a resurgence thanks to the need for reducing power consumption in the data center.&lt;/p&gt;
 &lt;p&gt;Simply put, higher-performance storage tends to use more power, and because it is consuming more power, it also produces more heat. This is not necessarily to say that an SSD uses more power than a spinning disk. In some cases, an SSD might actually use a bit less power than spinning media.&lt;/p&gt;
 &lt;p&gt;What needs to be considered, however, are metrics such as watts per IOPS, watts per transaction, watts per TB, or watts per workload. An all-flash array might have no trouble accommodating cooler data. Still, if power efficiency is a priority, then that data might be better suited to higher-capacity HDD-based storage or archival tiers -- some of which can reduce power consumption by spinning down inactive drives.&lt;/p&gt;
 &lt;p&gt;This means that rather than placing an entire data set on high-performance storage, it may be more efficient to reserve the flash media for the data that is being actively used. Typically, only a fraction of the overall data is in use at any given moment, meaning that cooler data can be stored on slower but more energy-efficient tiers. And if some of the less frequently used data suddenly becomes important, it can be automatically moved to the high-performance tier, where it will remain until it "cools off."&lt;/p&gt;
 &lt;p&gt;Storage tiering can also sometimes reduce hardware acquisition costs by ensuring only frequently used data occupies expensive high-performance storage. It can also reduce power costs by keeping infrequently used data on lower-power, lower-cost storage that requires less energy and cooling. This, in turn, ensures that less energy is being consumed by storage, thereby making that excess energy available for use with AI workloads.&lt;/p&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="Balancing ESG Goals with Storage Needs"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Balancing ESG Goals with Storage Needs&lt;/h2&gt;
 &lt;p&gt;Organizations that design their storage architecture for operational efficiency might discover that their efforts naturally support ESG reporting, as reduced power consumption is objectively measurable and easy to document. In the case of an AI data center, however, the business justification for reducing power consumption might have less to do with meeting ESG goals and more to do with preventing a limited supply of power (or a limited power and cooling budget) from becoming an operational constraint.&lt;/p&gt;
 &lt;p&gt;In the AI era, those responsible for storage must look beyond performance and capacity planning. Today, storage decisions play a pivotal role in reducing an organization's &lt;a href="https://www.techtarget.com/searchdatacenter/definition/TCO"&gt;TCO&lt;/a&gt; while also ensuring that limited data center power supplies can be used where they will deliver the greatest business value.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Brien Posey is a former 22-time Microsoft MVP and a commercial astronaut candidate. In his more than 30 years in IT, he has served as a lead network engineer for the U.S. Department of Defense and a network administrator for some of the largest insurance companies in America.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>AI has turned power into a bottleneck,  making energy-efficient storage design and intelligent tiering central to cutting down on watts and freeing capacity for AI.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/disaster_recovery_a257795847.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/Energy-Efficient-Storage-Architecture-in-the-AI-Era</link>
            <pubDate>Mon, 17 Aug 2026 10:39:00 GMT</pubDate>
            <title>Energy efficient storage architecture in the AI era</title>
        </item>
        <item>
            <body>&lt;p&gt;Matt Pocock’s skills remained No. 1 for the week of Aug. 9–16 with 8,231 stars gained. &amp;nbsp;&lt;/p&gt; 
&lt;p&gt;orca entered at No. 2, while agency-agents reached No. 3 and pi climbed from No. 10 to No. 5. &amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;a target="_blank" href="https://github.com/public-apis/public-apis" rel="noopener"&gt;Public-apis&lt;/a&gt; made a notable jump to No. 4, while Agent-Reach fell from No. 4 to No. 13 and taste-skill dropped from No. 8 to No. 18. &amp;nbsp;&lt;/p&gt; 
&lt;p&gt;AI-For-Beginners, graphify, build-your-own-x and generative-ai-for-beginners were among the repositories that dropped out of the top 20.&amp;nbsp;&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Top 20 GitHub repos this week"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Top 20 GitHub repos this week&lt;/h2&gt;
 &lt;p&gt;GitHub users star a project when they want to bookmark it, like it or show appreciation to the creator of the repo. In this way, stars act as a proxy for developer community interest. While any attention-based ranking mechanism is prone to manipulation, IT leaders can still make use of this information. GitHub star growth can signal emerging tools, or tools that teams might ask for next. Star growth metrics also give a window into developer demand, highlighting shadow IT that developers might be experimenting with. Experimenting with &lt;a href="https://www.darkreading.com/application-security/openclaw-ai-runs-wild-business-environments"&gt;fast-growing repos can introduce security vulnerabilities&lt;/a&gt;, so knowledge of repos in-high demand can help direct the attention of security teams. The top repo list, in aggregate, can also show what &lt;i&gt;types &lt;/i&gt;of projects overall are gaining traction in the developer community.&lt;/p&gt;
 &lt;p&gt;&lt;iframe title="GitHub weekly trending repositories" aria-label="Table" id="datawrapper-chart-Z6fmP" src="https://datawrapper.dwcdn.net/Z6fmP/3/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="935" data-external="1"&gt;&lt;/iframe&gt;&lt;/p&gt;
 &lt;p&gt; &lt;script type="text/javascript"&gt;window.addEventListener("message",function(a){if(void 0!==a.data["datawrapper-height"]){var e=document.querySelectorAll("iframe");for(var t in a.data["datawrapper-height"])for(var r,i=0;r=e[i];i++)if(r.contentWindow===a.source){var d=a.data["datawrapper-height"][t]+"px";r.style.height=d}}});&lt;/script&gt; &lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Ben Lutkevich is an award-winning technology writer and editor.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>GitHub Stars are a proxy for developer interest. Weekly GitHub star growth highlights fast-rising repos, giving early insight into adoption trends, risks and strategic opportunities.</description>
            <image>https://cdn.ttgtmedia.com/visuals/digdeeper/4.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/What-repos-are-trending-on-GitHub</link>
            <pubDate>Mon, 17 Aug 2026 09:15:00 GMT</pubDate>
            <title>What repos are trending on GitHub?</title>
        </item>
        <item>
            <body>&lt;p&gt;Enterprise AI is entering a new phase with competitive advantage shifting from better responses to reliably completing business tasks.&lt;/p&gt; 
&lt;p&gt;The next generation of AI will be judged by how reliably it completes work, not by how 'intelligently' it responds.&lt;/p&gt; 
&lt;p&gt;The basic unit of work has evolved from code to prompts to execution loops. This article explains why prompts alone reach a practical limit. It then covers execution loops, why they matter and how they change software development and governance. Finally, it provides IT leaders with the next steps to take to evolve beyond prompt engineering.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Enterprise AI is entering a new phase"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Enterprise AI is entering a new phase&lt;/h2&gt;
 &lt;p&gt;The first wave of enterprise-level AI centered on copilots, chatbots and prompt engineering. As foundation models mature, actual capability is becoming more crucial to practical implementations. Executive priorities are shifting toward operational efficiency, measurable ROI and workflow automation. Governance and reliability are increasingly crucial as enterprise AI takes over essential tasks and workflows.&lt;/p&gt;
 &lt;p&gt;So why aren't better prompts enough anymore? Because enterprises need to measure success by completed work, not well-written responses. That shift changes the fundamental unit of work from prompts to execution loops.&lt;/p&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="Why loops matter more than better prompts"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Why loops matter more than better prompts&lt;/h2&gt;
 &lt;p&gt;Traditional software uses code that explicitly defines every step of a process. Generative AI adds a new abstraction: Prompts that enable users to describe what they want in natural language. That shift drastically lowered the barrier to interacting with software. However, a prompt typically produces a response rather than accomplishing a task.&lt;/p&gt;
 &lt;p&gt;Execution loops represent the next stage in that evolution. Rather than simply generating an answer, an agent operating within a loop can plan the work, execute actions, verify results, adapt when something goes wrong and continue until the objective is complete or requires human intervention.&lt;/p&gt;
 &lt;p&gt;Loops don't replace code or prompts; enterprise AI still depends on both. Code provides the rules, integrations and guardrails. Prompts help the model reason about a task. Execution loops orchestrate the process, coordinating planning, action, verification and recovery. This shift from generating responses to reliably delivering outcomes defines the difference between an AI assistant and an AI agent.&lt;/p&gt;
 &lt;p&gt;Prompts typically:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Generate a response.&lt;/li&gt; 
  &lt;li&gt;Assume success.&lt;/li&gt; 
  &lt;li&gt;End after one interaction.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Execution loops typically:&lt;/p&gt;
 &lt;ol class="default-list"&gt; 
  &lt;li&gt;Plan work.&lt;/li&gt; 
  &lt;li&gt;Execute actions.&lt;/li&gt; 
  &lt;li&gt;Observe results.&lt;/li&gt; 
  &lt;li&gt;Verify outcomes.&lt;/li&gt; 
  &lt;li&gt;Retry failures.&lt;/li&gt; 
  &lt;li&gt;Escalate exceptions.&lt;/li&gt; 
  &lt;li&gt;Stop only when objectives are complete.&lt;/li&gt; 
 &lt;/ol&gt;
 &lt;p&gt;Consider the simple analogy of a GPS device. It doesn't just provide one direction; it continually checks progress and reroutes until the user reaches the destination.&lt;/p&gt;
 &lt;p&gt;In a basic enterprise example, a prompt assistant might generate deployment instructions for an IT tech to use. An agent loop would verify permissions, create infrastructure, validate the deployment, retry failed steps, open tickets if needed and produce an audit record.&lt;/p&gt;
&lt;/section&gt;          
&lt;section class="section main-article-chapter" data-menu-title="From assistants to operational agents"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;From assistants to operational agents&lt;/h2&gt;
 &lt;p&gt;As AI capabilities evolve, it's crucial to distinguish between systems that assist people and those that perform work. Prompt-based assistants excel at generating content, answering questions and offering recommendations. Operational agents build on these capabilities by executing tasks, monitoring progress and adapting until an objective is achieved.&lt;/p&gt;
 &lt;h3&gt;A practical framework for executives&lt;/h3&gt;
 &lt;p&gt;A useful way to think about the difference is this: Assistants generate responses; agents deliver outcomes. An assistant might explain how to provision a new development environment, while an operational agent can request approvals, create the necessary resources, verify the deployment and escalate issues if something goes wrong. The defining characteristic isn't a more powerful model; it's the execution loop that enables the system to plan, verify and recover.&lt;/p&gt;
 &lt;h3&gt;Execution loops operate at different scales&lt;/h3&gt;
 &lt;p&gt;Enterprises can use execution loops at multiple levels to complete specific outcomes.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Task loops.&lt;/b&gt; These complete a single objective, such as resetting a password or approving an expense report.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Workflow loops.&lt;/b&gt; These coordinate multiple tasks across applications and teams.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;System loops.&lt;/b&gt; These oversee multiple agents, enforcing policies, managing shared resources and maintaining operational health.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;h3&gt;Developers increasingly design execution systems&lt;/h3&gt;
 &lt;p&gt;Rather than replacing developers, execution loops show where &lt;a href="https://www.techtarget.com/searchCIO/tip/AI-augmented-teams-Training-for-human-machine-collaboration"&gt;engineering effort creates value&lt;/a&gt;. Developers increasingly focus on defining business objectives, connecting enterprise systems, establishing verification logic and building observability. Instead of writing the best prompt, they ask, "How does the system do the work and know it is complete?"&lt;/p&gt;
&lt;/section&gt;         
&lt;section class="section main-article-chapter" data-menu-title="Governance, reliability and observability"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Governance, reliability and observability&lt;/h2&gt;
 &lt;p&gt;As AI systems take on operational responsibilities, reliability matters more than intelligence alone. An impressive response has little business value if the work is left incomplete or errors go undetected. Execution loops improve reliability by verifying results, recovering from failures and escalating exceptions when needed. They don't eliminate mistakes, but they make failures visible, manageable and far less likely to propagate unnoticed.&lt;/p&gt;
 &lt;p&gt;Where a prompt might summarize suspicious login activity, a loop-based agent correlates alerts, gathers additional information, opens an investigation and escalates the situation to an analyst once predefined thresholds are met.&lt;/p&gt;
 &lt;p&gt;Governance includes human approval for high-risk actions, identity and permissions controls, audit trails, bonded execution and &lt;a href="https://www.techtarget.com/ai/tip/AI-FinOps-requires-a-different-approach-than-cloud"&gt;cost controls&lt;/a&gt;. Human oversight shifts from reviewing every action to supervising exceptions and high-impact decisions.&lt;/p&gt;
 &lt;p&gt;Enterprise AI should automate routine work while keeping &lt;a href="https://www.techtarget.com/searchdatacenter/tip/Balancing-automation-with-human-oversight-in-AI-data-centers"&gt;people responsible for high-impact decisions&lt;/a&gt;. Execution loops might access enterprise systems, make repeated decisions and consume resources. Teams must set clear boundaries for when agents can act independently versus when they must request human approval. This approach lets teams scale automation without sacrificing accountability, compliance or security.&lt;/p&gt;
 &lt;p&gt;Continuous governance requires continuous visibility. IT leaders should be able to answer straightforward questions about AI agents, such as:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;What actions did the agent take?&lt;/li&gt; 
  &lt;li&gt;Why did it make those decisions?&lt;/li&gt; 
  &lt;li&gt;What happened when something failed?&lt;/li&gt; 
  &lt;li&gt;Can the entire process be reconstructed for an audit?&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;These policies, along with policy enforcement, identity controls and cost monitoring, are central to evaluating agentic AI platforms. The goal isn't simply deploying more autonomous systems, but deploying systems whose behavior is transparent, trustworthy and aligned with enterprise governance requirements.&lt;/p&gt;
&lt;/section&gt;        
&lt;section class="section main-article-chapter" data-menu-title="What leaders should do next"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;What leaders should do next&lt;/h2&gt;
 &lt;p&gt;Execution loops increase both capability and responsibility, delivering strategic benefits and trade-offs.&lt;/p&gt;
 &lt;p&gt;Benefits:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;More reliable execution.&lt;/li&gt; 
  &lt;li&gt;Measurable business outcomes.&lt;/li&gt; 
  &lt;li&gt;&lt;a href="https://www.techtarget.com/data-technologies/tip/Resilience-strategies-for-an-AI-powered-era"&gt;Operational resilience&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;Greater automation.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Trade-offs:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;More integration effort.&lt;/li&gt; 
  &lt;li&gt;Increased governance requirements.&lt;/li&gt; 
  &lt;li&gt;Greater operational complexity.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;IT leaders should evaluate AI platforms based on execution, recovery, governance and observability, not model benchmarks alone.&lt;/p&gt;
 &lt;h3&gt;Next steps&lt;/h3&gt;
 &lt;p&gt;Begin with repeatable, well-defined operational workflows where success can be clearly measured. Evaluate vendors by asking:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;How does the system verify success?&lt;/li&gt; 
  &lt;li&gt;How does the system recover from failure?&lt;/li&gt; 
  &lt;li&gt;Where are humans involved?&lt;/li&gt; 
  &lt;li&gt;What audit and observability capabilities are built in?&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Measure success by using business outcomes rather than response quality alone. Prompt engineering enabled enterprises to experiment with generative AI. Execution loops will determine whether AI becomes a dependable operational infrastructure.&lt;/p&gt;
 &lt;p&gt;Organizations that lead the next phase of AI adoption will likely be those that design systems capable of planning, verifying, adapting and governing work, not simply generating increasingly sophisticated responses.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides, and contributes extensively to TechTarget Editorial, The New Stack and CompTIA Blogs.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Execution loops move enterprise AI beyond prompt engineering, enabling agents to plan, act, verify results, recover from failures and deliver outcomes.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/code_g1133924836.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/Prompts-vs-loops-Why-prompt-engineering-wont-build-your-AI-workforce</link>
            <pubDate>Fri, 14 Aug 2026 15:52:00 GMT</pubDate>
            <title>Prompts vs. loops: Why prompt engineering won't build your AI workforce</title>
        </item>
        <item>
            <body>&lt;p&gt;Hardened images are becoming a practical necessity for many organizations running production workloads.&lt;/p&gt; 
&lt;p&gt;Production workloads incorporate third-party software that enterprise development teams have no control over. Generic containers hold many components that might not be relevant to a given use, but that still introduce a certain level of risk if the software components they contain are compromised. If someone finds a vulnerability in those upstream sources, engineering teams have no direct way to fix it on their own.&lt;/p&gt; 
&lt;p&gt;Vendors, including BellSoft, Chainguard, Docker, Minimus, Red Hat, RapidFort and Wiz, aim to prevent this issue by providing container images with vulnerabilities already resolved, called hardened images.&lt;/p&gt; 
&lt;p&gt;In a recent &lt;a href="https://research.esg-global.com/aim/en/reports/515202223"&gt;Omdia survey&lt;/a&gt;, 77% of respondents said that either third-party and OSS code or software dependencies were the riskiest elements of the software supply chain for cloud-native technology. The same survey found that hardened container images were the only security tools for third-party and OSS code components that more than half of organizations identified as very effective.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Why are hardened container images important now?"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Why are hardened container images important now?&lt;/h2&gt;
 &lt;p&gt;Hardened images are not new, but they have become more relevant due to a confluence of factors.&lt;/p&gt;
 &lt;p&gt;Software supply chains have become more complex, attacks on them have become more common and drawn more attention, and vulnerability discovery has increased in quantity and speed -- in part because of AI. In addition, organizations have historically been focused on &lt;i&gt;removing &lt;/i&gt;friction for developers, not adding it with additional security measures.&lt;/p&gt;
 &lt;p&gt;"It still persists, the idea that you don't create friction in how developers work. They didn't get a lot of security historically" said Katie Norton, analyst at IDC. "I'm meeting more and more companies that when they think about securing AI, the developer use case around that is so prominent because of things like Claude and Cursor and AI coding. The software development process is considered use case number one, just as much as Kathy in HR using ChatGPT when she's not supposed to. The use cases around coding with AI are just so visible that now the priority level has just jumped [several] notches."&lt;/p&gt;
 &lt;div class="extra-info"&gt;
  &lt;div class="extra-info-inner"&gt;
   &lt;h3 class="splash-heading"&gt;What are the features of hardened container images?&lt;/h3&gt; 
   &lt;p&gt;The features of hardened images generally include:&lt;/p&gt; 
   &lt;ul class="default-list"&gt; 
    &lt;li&gt;A base image following security standards that map closely to NIST SP 800-190's container security guidance.&lt;/li&gt; 
    &lt;li&gt;A formal record of the components included in the image and supply-chain relationships of the components -- a software bill of materials.&lt;/li&gt; 
    &lt;li&gt;Cryptographic provenance ensuring that the image was not tampered with.&lt;/li&gt; 
    &lt;li&gt;A commitment from the image provider or vendor to minimize exposure to vulnerabilities, and to remediate and republish images quickly when upstream vulnerabilities are discovered.&lt;/li&gt; 
   &lt;/ul&gt;
  &lt;/div&gt;
 &lt;/div&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Benefits of hardened container images"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Benefits of hardened container images&lt;/h2&gt;
 &lt;p&gt;There are a confluence of factors driving organizations to realize the benefits of hardened images.&amp;nbsp;&lt;/p&gt;
 &lt;h3&gt;1. Software supply chain attacks and zero-trust security&lt;/h3&gt;
 &lt;p&gt;Containers were not initially designed with security in mind; they were designed for convenience. They traditionally came filled with bloat -- packages, binaries and libraries that a particular application will never actually use. &lt;br&gt;&lt;br&gt;"The images that Minimus, Chainguard and everybody else are providing are so stripped down, there's not much in there for attackers to use to live off the land. So, there is this real reduction in post-compromise risk and post-compromise attack surface," said Neil Carpenter, Go-to-market at Minimus, a vendor in the vulnerability-free container space.&lt;/p&gt;
 &lt;h3&gt;2. Compliance&lt;/h3&gt;
 &lt;p&gt;Regulatory requirements, including &lt;a href="https://www.datacenterknowledge.com/cloud/what-is-fedramp-federal-risk-and-authorization-management-program"&gt;FedRAMP&lt;/a&gt;, the EU Cyber Resilience Act and &lt;a href="https://www.techtarget.com/whatis/definition/What-is-the-Digital-Operational-Resilience-Act-DORA"&gt;DORA&lt;/a&gt;, have made hardened container images necessary.&lt;/p&gt;
 &lt;p&gt;"FedRAMP is probably the deepest end of the vulnerability management pool," Carpenter told TechTarget. "For FedRAMP, you have to report monthly on every vulnerability in your environment and what your plan for addressing it is. Which is insane … being able to replace every public image you're using -- [containing] hundreds of vulnerabilities -- with ones that are tightly managed is a huge advantage for those shops."&lt;/p&gt;
 &lt;h3&gt;3. Removing toil for developers&lt;/h3&gt;
 &lt;p&gt;It's onerous for developers to manually monitor, maintain and patch the hundreds of libraries that come packaged in container images. That's where hardened container images come in. They strip images down to limit the attack surface.&lt;/p&gt;
 &lt;p&gt;"There's a real advantage in making vulnerability management work easier," Carpenter said.&lt;/p&gt;
 &lt;p&gt;He described his previous experience at Orca, where its security product gave dev teams instant security visibility. This service often surfaced hundreds of thousands of vulnerabilities in 15 minutes. This puts development teams tasked with shifting security left and applying app sec at the build stages in sticky situations.&lt;/p&gt;
 &lt;p&gt;"Now there's a ton of friction and the first thing the developer is trying to do is figure out how to route around security because they have real goals around shipping features, fixing bugs, etc.," Carpenter said.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;Starting with a hardened image and builder ensures developers only need to worry about the vulnerabilities a developer introduced, instead of the thousands of vulnerabilities that come from off-the-shelf public images.&lt;/p&gt;
 &lt;h3&gt;4. Prevention early in the development cycle&lt;/h3&gt;
 &lt;p&gt;Instead of scanning for and detecting vulnerabilities downstream, hardened container images focus on preventing them from the start.&lt;/p&gt;
 &lt;p&gt;The move to prevention from detection comes as the signals that vulnerability scanners rely on are becoming less dependable.&lt;/p&gt;
 &lt;p&gt;"Going into 2026, the combination of gov't funding issues, layoffs at NIST and CISA, rising numbers of legit CVEs, and the AI-driven CVE slop means that the data we need for vulnerability management is going to get worse rather than better," wrote Carpenter in a November 2025 LinkedIn &lt;a href="https://www.linkedin.com/posts/neil-carpenter_the-more-i-think-about-jerry-gamblins-aspirational-share-7398015266716012544-R-yA"&gt;post&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;NIST announced in April 2026 that it would reduce the amount of CVEs that &lt;a href="https://www.linkedin.com/pulse/missing-dhi-vulnerabilities-neil-carpenter-ikdje/"&gt;get enriched&lt;/a&gt; with data that scanners rely on. This means it is &lt;a href="https://www.darkreading.com/cybersecurity-operations/can-global-decentralized-system-save-cve-data"&gt;no longer a dependable single source of truth&lt;/a&gt;, creating problems for scanners that count on it as a lone signal. Carpenter covers the changing, more decentralized landscape of NVD enrichment in a Minimus blog post from June.&lt;/p&gt;
 &lt;p&gt;Preventing risk at the beginning of development narrows the scope of vulnerabilities on scanners are responsible for later in the SDLC.&lt;/p&gt;
 &lt;h3&gt;5. Performance&lt;/h3&gt;
 &lt;p&gt;Hardened images also offer performance improvements. Generic container images are a lot larger than normal images, containing vestigial packages, binaries and libraries that might never be needed. More bloatware means more potential performance problems.&lt;/p&gt;
 &lt;p&gt;"So, if we compare base images, just check the size. The size may be different by multiple times -- like 100 megabytes versus 400 or 500 megabytes -- and that's the image to run the same application, which means 75% of it is bloatware," said Dmitry Chuyko, senior performance architect at BellSoft.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Ben Lutkevich is an award-winning technology writer and editor covering IT infrastructure, app development and AI.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Hardened container images reduce software supply chain risk by minimizing vulnerabilities, improving compliance, reducing toil and boosting performance.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/code_g136298313.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/5-reasons-hardened-images-are-seeing-a-resurgence</link>
            <pubDate>Fri, 14 Aug 2026 15:34:00 GMT</pubDate>
            <title>5 reasons hardened images are seeing a resurgence</title>
        </item>
        <item>
            <body>&lt;p&gt;IT service management is being transformed by AI, as ITSM software providers add AI capabilities to support end-to-end IT service delivery management.&lt;/p&gt; 
&lt;p&gt;Although &lt;a href="https://www.techtarget.com/searcherp/feature/How-to-decide-which-AI-features-are-worth-turning-on"&gt;increasing AI capabilities&lt;/a&gt; garner a lot of attention, ITSM is also evolving in other ways in its quest to support IT departments in designing, delivering, managing and improving their services.&lt;/p&gt; 
&lt;p&gt;As research firm Gartner noted in its most recent market guide for ITSM platforms, "many ITSM platform providers focus their product roadmaps on emerging features, including AI and non-IT case workflows, rather than building more robust core features such as reporting, automation, integration and product usability."&lt;/p&gt; 
&lt;p&gt;Despite the hype, analysts and IT leaders said features aren't delivering equal returns in all organizations. Instead of pursuing them all at once, they said CIOs should prioritize which to pursue now and which to adopt later based on organizational needs, IT department objectives and their levels of data maturity.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Top 5 ITSM trends in 2026"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Top 5 ITSM trends in 2026&lt;/h2&gt;
 &lt;p&gt;There are multiple ITSM trends worth watching, experts said.&lt;/p&gt;
 &lt;p&gt;These trends have arisen in response to CIO needs, specifically rising complexity, ticket volume, pressure to lower costs, &lt;a href="https://www.techtarget.com/searchunifiedcommunications/answer/Hot-desking-vs-hoteling-Whats-the-difference"&gt;hybrid work environment&lt;/a&gt;, faster release cycles, demands for better employee experiences and rising expectations to use AI to gain efficiencies, said Sue Bergamo, a longtime IT and cybersecurity leader who served as a trustee with the Boston chapter of the Society for Information Management.&lt;/p&gt;
 &lt;p&gt;Here's a closer look at five notable ITSM trends.&lt;/p&gt;
 &lt;h3&gt;1. AI in ITSM&lt;/h3&gt;
 &lt;p&gt;The availability of AI capabilities in ITSM is nearly universal, but their use by IT departments hasn't been as widespread to date. That's now changing.&lt;/p&gt;
 &lt;p&gt;"Adoption is growing quickly, though most organizations are still early‑to‑mid maturity," said Bergamo, who provides fractional CIO and chief information security officer services through BTE Partners and now serves as general partner and CISO at Cyber Scale.&lt;/p&gt;
 &lt;p&gt;Figures from a May 2026 &lt;a target="_blank" href="https://www.teamdynamix.com/download-ai-itsm-market-study/#get_marketstudy_cta" rel="noopener"&gt;report&lt;/a&gt;, "The State of AI in ITSM" from ITSM provider TeamDynamix, confirm as much.&lt;/p&gt;
 &lt;p&gt;The report, which was based on responses from 392 IT professionals, found that 87% of organizations use or plan to use AI in ITSM within the next two years. More specifically, the research showed that 55% were piloting AI, 28% were in the deployment phase and 4% were optimizing it.&lt;/p&gt;
 &lt;p&gt;Among those who are using AI, 88% use it AI for knowledge management (KM), gap identification and content creation; 82% use it to power virtual agents to deflect tickets; and 71% use AI to accelerate resolution through improved triage.&lt;/p&gt;
 &lt;p&gt;Bergamo said she also sees IT using AI to improve ticketing systems with automated routing, categorization, virtual agents, summaries and &lt;a href="https://www.techtarget.com/searchcontentmanagement/definition/workflow-automation"&gt;workflow automation&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;Additionally, the TeamDynamix research found that the IT departments using AI are seeing benefits, with 82% reporting ticket deflection, 71% reporting reduced resolution times and 76% reporting improved customer satisfaction.&lt;/p&gt;
 &lt;p&gt;However, Bryce Austin, who offers CIO, CISO and consulting services through his firm TCE Strategy, said IT organizations must have the data readiness to make effective use of AI.&lt;/p&gt;
 &lt;p&gt;"If you give the AI engine enough information to go on, it can be quite good," Austin said. But it "can also be a waste of time" for IT departments that lack the data and AI readiness to make effective use of the AI components offered by ITSM platform makers.&lt;/p&gt;
 &lt;h3&gt;2. The integration of ITSM and FinOps&lt;/h3&gt;
 &lt;p&gt;IT shops use ITSM to ensure they're deploying, operating and managing technology and digital services optimally.&lt;/p&gt;
 &lt;p&gt;CIOs are tasked with doing all that cost-effectively. So, CIOs are increasingly adopting &lt;a href="https://www.techtarget.com/whatis/definition/FinOps"&gt;FinOps&lt;/a&gt;, a framework to manage technology costs -- including those from cloud computing and AI use.&lt;/p&gt;
 &lt;p&gt;ITSM now incorporates that, said Jeff Orr, director of research for IT and technologies and head of the CIO and IT leader research practice at ISG Research. "Financial management is an ITSM pillar, which is increasingly becoming FinOps," he added.&lt;/p&gt;
 &lt;p&gt;According to The FinOps Foundation's 2026 "State of FinOps" report, collaboration between FinOps and ITSM teams &lt;a target="_blank" href="https://data.finops.org/" rel="noopener"&gt;has more than doubled&lt;/a&gt; since 2023 -- going from 24% in 2023 to 56% in 2025 -- and the percentage of integrated teams has increased fourfold, from 3% in 2023 to 12% in 2025.&lt;/p&gt;
 &lt;h3&gt;3. ITSM as an operational layer&lt;/h3&gt;
 &lt;p&gt;ITSM is essentially a system of record that captures IT's institutional knowledge and details of IT activities. As Orr noted, ITSM encompasses all the guidelines, policies and processes that enable IT -- and therefore, the business -- to operate.&lt;/p&gt;
 &lt;p&gt;Of course, ITSM platforms also support and enable IT actions and activities around those guidelines, policies and processes.&lt;/p&gt;
 &lt;p&gt;But ITSM platforms are evolving to do even more.&lt;/p&gt;
 &lt;p&gt;Using automation enabled by machine learning and AI, ITSM platforms are now coordinating across different systems, Orr said.&lt;/p&gt;
 &lt;p&gt;"It's that change which is creating an operational layer," he said, explaining that an ITSM platform can look at various aspects -- from service delivery to policies, regulations and governance -- and combine them with visibility across different clouds and infrastructures to keep the environment safe, secure, optimized and cost-efficient.&lt;/p&gt;
 &lt;p&gt;"AI technology and automation are providing insights to the organization, providing answers to the question, 'Did you know this is going on in your organization?'" he said.&lt;/p&gt;
 &lt;p&gt;"ITSM is becoming a system of action," according to Orr, who has also called this "the end of passive IT service management."&lt;/p&gt;
 &lt;h3&gt;4. Evolving ITSM to enterprise service management&lt;/h3&gt;
 &lt;p&gt;True to its name, ITSM is all about IT services: the design, delivery and improvement thereof.&lt;/p&gt;
 &lt;p&gt;But as IT and digital environments have become &lt;a href="https://www.techtarget.com/searchitoperations/news/366619261/IT-orgs-expand-business-observability-beyond-their-own-walls"&gt;intertwined with business functions&lt;/a&gt; in inseparable, indistinguishable ways, ITSM is evolving into enterprise service management.&lt;/p&gt;
 &lt;p&gt;ESM platforms offer a unified portal, providing a single point where employees can request services that require action across multiple departments, not just IT -- such as expanded access credentials tied to a promotion.&lt;/p&gt;
 &lt;p&gt;ESM platforms also offer cross-department workflow automation, universal KM, enterprise-wide incident management, business service analytics and other capabilities that extend components from IT to the overall enterprise.&lt;/p&gt;
 &lt;p&gt;"Enterprise service management is ITSM for non-IT departments," Orr said. He noted that ESM platforms can support the unique requirements of various functions, such as the specific data privacy requirements associated with personnel data in HR, while breaking down the siloed workflows that have persisted even for cross-functional service requests.&lt;/p&gt;
 &lt;p&gt;Orr described ESM as a subset of ITSM, explaining that ESM includes ITSM, but not all ITSM platforms include ESM. He said organizations approaching the end of life for their existing ITSM platforms face the choice between moving to ESM and staying with vendors that provide only ITSM.&lt;/p&gt;
 &lt;p&gt;Worldwide Market Reports estimated the global ESM platform &lt;a target="_blank" href="https://www.openpr.com/news/4296856/future-outlook-of-enterprise-service-management-esm" rel="noopener"&gt;market size at $6.2 billion&lt;/a&gt; in 2025 and predicted it will reach $12.1 billion by 2032, for a CAGR of 10.1% from 2025 to 2032. It attributed that anticipated growth to "organizations increasingly [recognizing] the importance of streamlining processes across various service domains."&lt;/p&gt;
 &lt;h3&gt;5. XLAs, not SLAs&lt;/h3&gt;
 &lt;p&gt;Although UX isn't one of ITSM's traditional pillars, it has long been important to IT's success. The shift from service-level agreements (SLAs) to experience-level agreements (XLAs) reflects the growing importance of UX in IT service management.&lt;/p&gt;
 &lt;p&gt;&lt;a href="https://www.techtarget.com/searchcio/tip/SLA-vs-XLA-Which-one-measures-what-matters"&gt;Swapping XLAs for SLAs&lt;/a&gt; has been happening for a few years, and it's becoming more prevalent in 2026, with Bergamo explaining that it moves IT to "outcome-based ITSM," which "focuses on the experience and results IT delivers -- not just whether a ticket met an SLA."&lt;/p&gt;
 &lt;p&gt;Research shows that shifting to XLAs helps drive user productivity and satisfaction, as well as continuous improvement within IT delivery, better than the use of traditional SLAs.&lt;/p&gt;
&lt;/section&gt;                                       
&lt;section class="section main-article-chapter" data-menu-title="Prioritizing adoption of ITSM trends"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Prioritizing adoption of ITSM trends&lt;/h2&gt;
 &lt;p&gt;These and other advancements in ITSM are having positive effects on IT departments and the organizations they service, experts said.&lt;/p&gt;
 &lt;p&gt;Bergamo said the benefits include the following: &amp;nbsp;&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Faster resolution time.&lt;/li&gt; 
  &lt;li&gt;Reduced workloads.&lt;/li&gt; 
  &lt;li&gt;Better cross‑team collaboration and communications.&lt;/li&gt; 
  &lt;li&gt;More automation and fewer manual workflows for greater speed and efficiency.&lt;/li&gt; 
  &lt;li&gt;More visibility into business impact.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;For IT organizations looking to invest, experts said all the 2026 trends can yield benefits; however, they noted IT teams must have the change management, resources and maturity -- especially with data -- to ensure successful adoption of more AI capabilities, FinOps for AI and even XLAs instead of SLAs.&lt;/p&gt;
 &lt;p&gt;In terms of a priority list, Bergamo listed AI‑driven automation, which provides immediate efficiency gains and reduces operational load; DevOps/&lt;a href="https://www.techtarget.com/searchsecurity/tip/Shift-left-with-these-DevSecOps-best-practices"&gt;DevSecOps integration&lt;/a&gt;, which also improves speed, stability and cross‑team collaboration; and outcome‑based ITSM, or XLAs, as more immediate to-dos for their ability to improve productivity and experience.&lt;/p&gt;
 &lt;p&gt;Low‑code/cloud‑native modernization and ESM ranked No. 4 and No. 5 on her priority list.&lt;/p&gt;
 &lt;p&gt;However, she and other experts said CIOs should prioritize which new ITSM capabilities to adopt first based on their organization's needs, goals and size.&lt;/p&gt;
 &lt;p&gt;They said that what's more important than deciding which to adopt first is ensuring they adopt new capabilities to evolve their ITSM. That evolution, experts stressed, is key to continuous improvement and to transforming how IT operates.&lt;/p&gt;
 &lt;p&gt;"That then leads to better decision-making about where your IT funds should be going to make IT delivery better, more efficient and more secure," Austin added.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Mary K. Pratt is an award-winning freelance journalist with a focus on covering enterprise IT and cybersecurity management.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>ITSM in 2026 is shifting toward practical AI, FinOps, ESM and XLAs, with experts urging CIOs to prioritize investments based on data maturity and business goals.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/money_g1021600178.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/feature/ITSM-trends-in-2026-Where-to-invest-vs-where-to-wait</link>
            <pubDate>Mon, 03 Aug 2026 14:30:00 GMT</pubDate>
            <title>ITSM trends in 2026: Where to invest vs. where to wait</title>
        </item>
        <item>
            <body>&lt;p&gt;As AI transforms the data center industry, its growing resource demands pose significant challenges. The surge in AI capabilities drives higher power consumption and cooling needs, underscoring the urgency of adopting sustainable energy.&lt;/p&gt; 
&lt;p&gt;This article examines the balance between harnessing AI's potential and managing its impact on vital resources while highlighting current challenges and innovative strategies to address them.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="Concerns of increased energy consumption"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Concerns of increased energy consumption&lt;/h2&gt;
 &lt;p&gt;GPUs are the heart of AI technology. GPUs, with their thousands of small cores, are designed to handle massive parallel processing workloads, making them ideal for large-scale AI training. However, GPUs consume 200 watts to 400 watts each.&lt;/p&gt;
 &lt;p&gt;CPUs have fewer cores, run sequential processing and draw power in the range of 65 watts to 250 watts. GPUs are technically &lt;a href="https://www.techtarget.com/searchdatacenter/tip/How-do-CPU-GPU-and-DPU-differ-from-one-another"&gt;more efficient than CPUs&lt;/a&gt; when measured in floating-point operations per second (FLOPS). GPUs are reported to achieve 50 FLOPS/Watt in some studies, compared with 10 FLOPS/Watt for CPUs.&lt;/p&gt;
 &lt;p&gt;The enormous processing demands of AI require large numbers of GPUs, resulting in very high total power demand during AI "training" mode. When training reverts to low-power "communications" mode, power drops abruptly. Power spikes back up when training resumes, and the cycle continues.&lt;/p&gt;
 &lt;blockquote class="main-article-pullquote"&gt;
  &lt;div class="main-article-pullquote-inner"&gt;
   &lt;figure&gt;
    The trend is for AI to push these numbers even higher, with predictions of 1 MW racks and Terawatt-scale data centers, which are beyond the generation and transmission capabilities of almost all localities.
   &lt;/figure&gt;
   &lt;i class="icon" data-icon="z"&gt;&lt;/i&gt;
  &lt;/div&gt;
 &lt;/blockquote&gt;
 &lt;p&gt;The impact on our power infrastructure is huge. A few years ago, power levels of 80 kW to 150 kW per rack were considered eye-opening, and total data center loads of 10 MW to 50 MW were considered high-end. Today, we see 250 kW to 500 kW, half a Megawatt, per rack and total data center loads in the Gigawatts, or thousands of Megawatts.&lt;/p&gt;
 &lt;p&gt;The trend is for AI to push these numbers even higher, with predictions of 1 MW racks and Terawatt-scale data centers, which are beyond the generation and transmission capabilities of almost all localities. Power "swings" can reach 10 MW in milliseconds.&lt;/p&gt;
&lt;/section&gt;       
&lt;section class="section main-article-chapter" data-menu-title="Concerns of water scarcity"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Concerns of water scarcity&lt;/h2&gt;
 &lt;p&gt;GPUs are liquid-cooled, but their heat must be transported outside the facility. Water has historically been the medium for this because it's several thousand times more efficient than air at removing heat. But that efficiency comes at the expense of evaporation, and huge data centers can vaporize thousands of gallons of water per hour. That's made water usage the most challenging issue the industry is tackling today. There are ways to generate more power, but &lt;a href="https://www.datacenterknowledge.com/data-center-site-selection/virginia-report-finds-groundwater-running-dry-for-new-data-centers"&gt;water is a finite resource&lt;/a&gt;, and, in many climates, it is simply scarce. Unfortunately, some of those climates are otherwise great locations for large data centers.&lt;/p&gt;
 &lt;p&gt;The Green Grid developed a metric called Water Usage Efficiency (&lt;a href="https://www.datacenterknowledge.com/cooling/a-guide-to-data-center-water-usage-effectiveness-wue-and-best-practices"&gt;WUE&lt;/a&gt;). It's similar to the well-known &lt;a href="https://www.techtarget.com/searchdatacenter/definition/power-usage-effectiveness-PUE"&gt;PUE&lt;/a&gt; metric, but, like PUE, it applies only to operating facilities. It does not enable authorities to set or enforce usage standards, particularly in advance of construction, so addressing water usage has become a priority for every Standards and Code committee.&lt;/p&gt;
 &lt;p&gt;Recognizing that water demand can lead to project denial, most large new data centers have reverted to air cooling. This solves the water-use problem but at the expense of significantly higher power demand. Newer magnetic-bearing air-cooled chillers deliver greater efficiency, but the overall power demand without water cooling remains substantially higher.&lt;/p&gt;
 &lt;div class="extra-info"&gt;
  &lt;div class="extra-info-inner"&gt;
   &lt;h3 class="splash-heading"&gt;Concerns over increased noise pollution&lt;/h3&gt; 
   &lt;p&gt;A significant amount of effort is focused on addressing the power and cooling requirements of AI, but another important concern is &lt;a href="https://www.techtarget.com/searchdatacenter/tip/Understanding-the-impact-of-data-center-noise-pollution"&gt;noise pollution&lt;/a&gt;. The numerous air-cooled units used in these facilities can generate substantial noise, hindering acceptance by local municipalities.&lt;/p&gt; 
   &lt;p&gt;Most jurisdictions have noise regulations in place, but complying with these limits can be challenging. For instance, sound barriers designed to reduce noise may obstruct airflow, thereby reducing cooling efficiency. The support and infrastructure for AI development still have a long way to go, especially in a rapidly changing environment.&lt;/p&gt;
  &lt;/div&gt;
 &lt;/div&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Offset grid strain with power plants"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Offset grid strain with power plants&lt;/h2&gt;
 &lt;p&gt;The most efficient approach is for facilities to bring their own power. Large new facilities are either constructing their own power plants or buying and reactivating old ones. The &lt;a href="https://www.utilitydive.com/news/constellation-three-mile-island-crane-nuclear-ferc-waiver/821836/"&gt;Three Mile Island nuclear power plant&lt;/a&gt;, set to open in 2027 to meet the demands of Microsoft data centers and the grid, is an example.&lt;/p&gt;
 &lt;p&gt;Still, most decommissioned plants are, unfortunately, coal- or gas-fired. That increases greenhouse gas emissions. In the best of circumstances, new data centers will build &lt;a href="https://www.techtarget.com/searchdatacenter/tip/How-to-use-data-center-wind-turbines-for-sustainable-energy"&gt;wind&lt;/a&gt; or &lt;a href="https://www.techtarget.com/searchdatacenter/tip/Solar-shift-How-data-centers-can-embrace-renewable-energy"&gt;solar&lt;/a&gt; plants, but these have variable capacity and only supplement local generation. Building fuel cells at waste dumps that emit sufficient methane would be ideal, but it requires very careful site selection.&lt;/p&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="Managing DCIM software and power spikes"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Managing DCIM software and power spikes&lt;/h2&gt;
 &lt;p&gt;Power spikes are another challenge. Whereas conventional data center power demand changes only a few percent over seconds or minutes, the instantaneous swings in AI facilities are enormous. Power infrastructures are not designed for this. Consider the instability at home when power is restored to a neighborhood after a regional outage. Now imagine this happening and destabilizing the entire power grid many times a day. AI data centers require special power designs to negate these effects.&lt;/p&gt;
 &lt;p&gt;AI is also being used, in essence, to manage itself. &lt;a href="https://www.techtarget.com/searchdatacenter/feature/A-close-look-at-DCIM-software-and-the-broad-vendor-options"&gt;DCIM software packages&lt;/a&gt;, now a necessary tool for operators to keep control of large, complex facilities, all incorporate some form of AI.&lt;/p&gt;
 &lt;p&gt;Managing and optimizing power and cooling in real time is one feature, with AI used to anticipate transient loads. That helps, but a more complete solution would add bidirectional UPS. Using newer active front-end rectifiers and fuzzy logic or model predictive control, these systems not only maintain reliable power to the servers but also maintain a constant battery charge, allowing them to return power to the grid when voltage drops. This stabilizes the grid and can also reduce energy costs by peak shaving and &lt;a href="https://www.techtarget.com/searchdatacenter/tip/How-data-centers-can-help-balance-the-electrical-grid"&gt;assisting the grid&lt;/a&gt; during peak demand. Due to the large number of discharge/recharge cycles, lithium-ion batteries are proving to be the battery of choice in these systems. However, newer technologies, such as ultracapacitors, are being explored.&lt;/p&gt;
 &lt;p&gt;&lt;em&gt;Robert McFarlane is senior principal in charge of data center design for the international consulting firm Shen Milsom and Wilke LLC. McFarlane has spent more than 40 years in communications consulting and has experience in every segment of the data center industry.&lt;/em&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Discover how AI's demands are affecting data centers' power and water resources, cooling challenges and the approaches being implemented to address these concerns.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/disasater_recovery_g1189823155.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/Understanding-AIs-resource-needs-and-sustainability-challenges</link>
            <pubDate>Mon, 03 Aug 2026 14:10:00 GMT</pubDate>
            <title>Understanding AI's resource needs and sustainability challenges</title>
        </item>
        <item>
            <body>&lt;p&gt;Modern networking is transitioning from its hardware-centric roots to a software-driven infrastructure as enterprises race to achieve digital transformation goals and objectives.&lt;/p&gt; 
&lt;p&gt;Managing hybrid, multi-cloud and distributed environments using traditional manual methods has become a growing challenge. For IT leaders, using a network-as-software approach offers significant business value, ranging from greater operational agility to more efficient infrastructure management.&lt;/p&gt; 
&lt;p&gt;This article examines why network management is shifting from hardware-driven to software-driven workflows. The result is a modern operating model that enables automated execution and comprehensive network service delivery.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="From hardware administration to programmable infrastructure"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;From hardware administration to programmable infrastructure&lt;/h2&gt;
 &lt;p&gt;Enterprise networking is evolving from manual, device-by-device administration to programmable infrastructure managed through software. The technologies driving this evolution include the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Infrastructure as code.&lt;/li&gt; 
  &lt;li&gt;Software-defined networking.&lt;/li&gt; 
  &lt;li&gt;APIs.&lt;/li&gt; 
  &lt;li&gt;GitOps.&lt;/li&gt; 
  &lt;li&gt;A &lt;a href="https://www.techtarget.com/searchnetworking/tip/How-NetOps-and-DevOps-concepts-tackle-network-problems"&gt;consolidation of NetOps and DevOps&lt;/a&gt;.&lt;/li&gt; 
  &lt;li&gt;Continuous integration/continuous deployment (CI/CD).&lt;/li&gt; 
  &lt;li&gt;Network as a service (NaaS).&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;These technologies let organizations standardize deployments, automate configuration and set the stage for consistent policy enforcement across hybrid and cloud environments.&lt;/p&gt;
 &lt;p&gt;By reducing manual intervention and configuration drift, organizations can improve operational efficiency, scalability and reliability as they lay the groundwork to use software development practices to enhance network services.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="NetOps, DevOps and GitOps reshape network operations"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;NetOps, DevOps and GitOps reshape network operations&lt;/h2&gt;
 &lt;p&gt;Network professionals are adapting software development practices to streamline network services and ensure resilience. These practices include NetOps, DevOps and GitOps. Version-controlled infrastructure repositories and &lt;a href="https://www.techtarget.com/searchnetworking/tip/12-network-automation-ideas-to-incorporate-in-your-network"&gt;automated workflows&lt;/a&gt; improve governance and operational consistency.&lt;/p&gt;
 &lt;p&gt;These approaches result in fewer human errors, easier provisioning, improved visibility and faster rollback of configuration changes. They enable scalable, predictable operations to meet today's fast-changing business requirements. NetOps, DevOps and GitOps are the foundations of continuous improvement and effective change management.&lt;/p&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="CI/CD and the automation of network change management"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;CI/CD and the automation of network change management&lt;/h2&gt;
 &lt;p&gt;Network teams are applying &lt;a href="https://www.techtarget.com/searchsoftwarequality/CI-CD-pipelines-explained-Everything-you-need-to-know"&gt;CI/CD principles&lt;/a&gt; to enterprise networking to automate infrastructure changes. Automated pipelines verify network changes before deployment by testing configurations against predefined policies, validating dependencies and identifying potential conflicts.&lt;/p&gt;
 &lt;p&gt;CI/CD enables the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Policy enforcement that ensures new configurations satisfy security, &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/A-data-sovereignty-primer-for-cloud-admins"&gt;compliance&lt;/a&gt; and operational standards.&lt;/li&gt; 
  &lt;li&gt;Automated deployment pipelines that apply approved changes consistently across environments.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Together, these capabilities &lt;a href="https://medium.com/@kalpana.hellomail/how-ai-tools-are-quietly-replacing-manual-tasks-at-work-8b77f321dff4"&gt;reduce manual review&lt;/a&gt;, improve change accuracy and create a more predictable process for managing network infrastructure.&lt;/p&gt;
 &lt;p&gt;For IT leaders, CI/CD provides controlled, repeatable processes for overseeing network change while reducing operational risk and supporting business continuity. They pave the way for a software-driven network services model.&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="NaaS as a business model for software-driven networking"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;NaaS as a business model for software-driven networking&lt;/h2&gt;
 &lt;p&gt;NaaS lets organizations subscribe to network capabilities rather than rely on traditional hardware ownership. NaaS encompasses programmable infrastructure, software-defined networking and automation technologies. The model supports the consumption-based networking often found in hybrid and multi-cloud environments.&lt;/p&gt;
 &lt;p&gt;NaaS is a natural extension of software-driven networking rather than a standalone technology. It provides organizations with scalability, operational flexibility and simplified infrastructure management, offering them a more dynamic approach to network management.&lt;/p&gt;
&lt;/section&gt;   
&lt;section class="section main-article-chapter" data-menu-title="How these approaches relate to each other"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;How these approaches relate to each other&lt;/h2&gt;
 &lt;p&gt;Each approach enables a different part of their digital transformation, including the following:&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;Programmable infrastructure&lt;/li&gt; 
  &lt;li&gt;A new operating model.&lt;/li&gt; 
  &lt;li&gt;Automated execution.&lt;/li&gt; 
  &lt;li&gt;A modern network service delivery model that supports business objectives.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Each component plays a role in a network-as-software strategy.&lt;/p&gt;
 &lt;ul class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;NetOps, DevOps and GitOps. &lt;/b&gt;How teams manage infrastructure.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;CI/CD and automation.&lt;/b&gt; How teams safely and consistently deliver network changes.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;NaaS.&lt;/b&gt; How the business consumes resulting network capabilities.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Together, these components transform the organization from a hardware-centric infrastructure to a software-driven operating model.&lt;/p&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Strategic considerations for network infrastructure leaders"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Strategic considerations for network infrastructure leaders&lt;/h2&gt;
 &lt;p&gt;Align network modernization with broader business objectives and digital transformation strategies. This is a shift from technology implementation to executive decision-making.&lt;/p&gt;
 &lt;p&gt;A shift to software development principles requires organizations to address &lt;a href="https://www.techtarget.com/searchitoperations/feature/How-AI-in-training-and-development-can-bridge-IT-talent-gaps"&gt;workforce readiness&lt;/a&gt;, including &lt;a href="https://www.techtarget.com/searchITOperations/feature/IT-skills-development-strategies-to-close-gaps-in-IT-ops"&gt;upskilling network teams&lt;/a&gt; and fostering closer collaboration between networking, cloud and software engineering functions.&lt;/p&gt;
 &lt;p&gt;Establish strong governance practices that support policy consistency, change control, security and compliance within programmable environments. These practices ensure deliberate decision-making that aligns with ever-changing business requirements.&lt;/p&gt;
 &lt;p&gt;IT leaders must evaluate modernization initiatives based on measurable business outcomes such as operational efficiency, deployment speed, resilience and reduced operational risk.&lt;/p&gt;
&lt;/section&gt;     
&lt;section class="section main-article-chapter" data-menu-title="Transition to a programmable networking model"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Transition to a programmable networking model&lt;/h2&gt;
 &lt;p&gt;Migrating to a network-as-software approach isn't a one-time, standalone project; it's a long-term operational transformation. Treat it as an &lt;a href="https://www.techtarget.com/searchnetworking/tip/How-network-modernization-creates-measurable-ROI"&gt;ongoing commitment to network modernization.&lt;/a&gt;&lt;/p&gt;
 &lt;p&gt;Use a phased modernization strategy that prioritizes high-value use cases while integrating automation with existing infrastructure. Incremental adoption helps enterprises manage risk, maximize investment value and prepare for software-defined network systems.&lt;/p&gt;
 &lt;p&gt;Organizations that invest in software-driven, programmable networking today will be better positioned to deliver the agility, resilience and scalability needed to support future innovation and digital transformation.&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Damon Garn owns Cogspinner Coaction and provides freelance IT writing and editing services. He has written multiple CompTIA study guides, including the Linux+, Cloud Essentials+ and Server+ guides, and contributes extensively to Informa TechTarget, The New Stack and CompTIA Blogs.&lt;/i&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Manual methods no longer cut it as enterprises adopt advanced architectural models. Instead, software-based approaches like NaaS and infrastructure as code are gaining traction.</description>
            <image>https://cdn.ttgtmedia.com/rms/onlineimages/code_g1289411982.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/Understanding-the-network-as-software-transformation</link>
            <pubDate>Fri, 31 Jul 2026 14:30:00 GMT</pubDate>
            <title>Understanding the network-as-software transformation</title>
        </item>
        <item>
            <body>&lt;p&gt;One thing that Kubernetes doesn't do -- at least not natively -- is manage costs. Kubernetes doesn't ensure that the resources available within a cluster are used cost-effectively. Nor does it alert admins to situations where costs may be higher than necessary. If businesses don't monitor costs, they may end up spending much more on deploying containerized applications than necessary.&lt;/p&gt; 
&lt;p&gt;In a world where 82% of container users now run Kubernetes in production as of 2025, according to the &lt;a href="https://www.cncf.io/reports/the-cncf-annual-cloud-native-survey/"&gt;CNCF Annual Cloud Native Survey&lt;/a&gt; released in January 2026, Kubernetes cost management has become a critical component of broader FinOps strategies. Inefficient use of the CPU, memory and storage resources available within Kubernetes clusters can significantly bloat organizations' IT spending.&lt;/p&gt; 
&lt;p&gt;Read on for guidance as we dive into what makes Kubernetes cost management so challenging and which actionable strategies business leaders can adopt to keep spending in check.&lt;/p&gt; 
&lt;section class="section main-article-chapter" data-menu-title="The complexity of Kubernetes cost optimization"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The complexity of Kubernetes cost optimization&lt;/h2&gt;
 &lt;p&gt;Kubernetes cost management can be highly challenging. This is largely due to the sheer complexity of Kubernetes, which requires organizations to adopt unique cost-optimization tactics that extend beyond classical &lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/Apply-these-FinOps-best-practices-to-optimize-cloud-costs"&gt;FinOps strategies&lt;/a&gt;. Key complications in Kubernetes cost optimization include the following:&lt;/p&gt;
 &lt;h3&gt;Highly dynamic environments&lt;/h3&gt;
 &lt;p&gt;Most Kubernetes clusters are dynamic because workloads are constantly moving around. Part of what makes Kubernetes so powerful is its ability to migrate applications from one server to another based on factors such as changes in resource utilization patterns.&lt;/p&gt;
 &lt;p&gt;However, Kubernetes's dynamic nature also makes it hard to consistently track costs. To track Kubernetes spending on a per-workload basis, you need to know which servers host each workload and how many resources each workload consumes. Since this varies as workloads migrate between servers and as their resource consumption scales up and down, collecting the data necessary to monitor spending in real time is tough.&lt;/p&gt;
 &lt;h3&gt;Varying Kubernetes deployment models&lt;/h3&gt;
 &lt;p&gt;There are multiple ways to deploy Kubernetes. The three main options include:&lt;/p&gt;
 &lt;ul type="disc" class="default-list"&gt; 
  &lt;li&gt;Deploying Kubernetes on your own infrastructure using an on-prem or private cloud deployment model.&lt;/li&gt; 
  &lt;li&gt;Running Kubernetes in a public cloud by setting up a Kubernetes cluster on cloud-based VMs that you manage yourself.&lt;/li&gt; 
  &lt;li&gt;Using a &lt;a href="https://www.techtarget.com/searchitoperations/feature/Managed-Kubernetes-services-to-consider"&gt;fully managed Kubernetes service&lt;/a&gt; -- like Amazon EKS or Azure AKS -- which provides both the host infrastructure and Kubernetes software through a single, integrated offering.&lt;/li&gt; 
 &lt;/ul&gt;
 &lt;p&gt;Each of these deployment architectures comes with different cost variables. For example, with an on-prem deployment, a primary cost consideration is the capital investment required to purchase the hardware that hosts Kubernetes. In contrast, with a cloud-based deployment, a business would typically pay monthly for the infrastructure it uses every month to operate its cluster.&lt;/p&gt;
 &lt;p&gt;Due to the variability in pricing models, cost tracking and management strategies that work for one type of Kubernetes deployment may not work for another.&lt;/p&gt;
 &lt;h3&gt;The sharing of resources across projects and teams&lt;/h3&gt;
 &lt;p&gt;A common FinOps goal is the ability to align spending with different teams, users or projects. This provides much more granular insight into costs. With Kubernetes, however, granular cost tracking can be tough because multiple teams or projects frequently share a single cluster. Per-workload or per-container cost monitoring is possible, but it requires the ability to track costs as workloads move across different servers within a cluster and as they scale up and down. This adds significant complexity to the cost management process.&lt;/p&gt;
 &lt;h3&gt;Lack of native cost monitoring features&lt;/h3&gt;
 &lt;p&gt;Kubernetes doesn't provide any built-in cost-tracking or management functionality. It can report data, such as how much CPU or memory a workload is using. It's possible to extrapolate from this data to estimate the workload's cost, but Kubernetes doesn't do that translation natively.&lt;/p&gt;
&lt;/section&gt;              
&lt;section class="section main-article-chapter" data-menu-title="The gap between FinOps and Kubernetes"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;The gap between FinOps and Kubernetes&lt;/h2&gt;
 &lt;p&gt;Kubernetes has been an outlier within businesses' FinOps strategies. In theory, FinOps can help organizations optimize the value of virtually any type of IT platform or workload. But in practice, it has typically been easier to manage and optimize spending for other types of resources, such as cloud-based VMs and databases.&lt;/p&gt;
 &lt;p&gt;The problem isn't just the inherently complex nature of Kubernetes cost management. It's also that FinOps tooling for Kubernetes is more limited than FinOps offerings that manage other types of platforms or workloads. For example, while the major public clouds offer built-in cost management tools -- such as&lt;a href="https://www.techtarget.com/searchcloudcomputing/tip/Top-AWS-tools-for-cloud-cost-forecasting"&gt; AWS Cost Explorer&lt;/a&gt; -- that track spending for most types of cloud services, they usually report only very basic data about Kubernetes.&lt;/p&gt;
 &lt;h3&gt;Common examples of Kubernetes FinOps failures&lt;/h3&gt;
 &lt;p&gt;To contextualize how organizations can inadvertently waste money on Kubernetes, consider the following common examples of cost-inefficient deployments.&lt;/p&gt;
 &lt;ul type="disc" class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Too many nodes.&lt;/b&gt; A Kubernetes cluster that includes more nodes than are necessary to support its workloads. The organization has to pay for each node, even though some would likely sit idle or be under-utilized in this scenario.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Excess reservations.&lt;/b&gt; A set of containers that have more CPU or memory reserved for them than they need. The business pays for more resources than its workloads use.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Incorrect instance type.&lt;/b&gt; A cluster that uses standard, pay-as-you-go cloud server instances instead of taking advantage of more cost-effective reserved instances.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Replica issues.&lt;/b&gt; A configuration where admins deploy more application replicas than necessary to achieve a workload's reliability requirements. Replicas are a Kubernetes feature that runs multiple copies of the same app to ensure availability but can drain resources.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Unused persistent volumes.&lt;/b&gt; The existence of persistent volumes (PVs) that are no longer actively being used. PVs are a way of storing data persistently in Kubernetes. Typically, admins should delete them when they're no longer in use to avoid wasting storage resources.&lt;/li&gt; 
 &lt;/ul&gt;
&lt;/section&gt;      
&lt;section class="section main-article-chapter" data-menu-title="Best practices for optimizing Kubernetes spending"&gt;
 &lt;h2 class="section-title"&gt;&lt;i class="icon" data-icon="1"&gt;&lt;/i&gt;Best practices for optimizing Kubernetes spending&lt;/h2&gt;
 &lt;p&gt;The good news for businesses aiming to maximize the ROI of Kubernetes is that doing so is possible, with help from practices and tools designed for the purpose. Here's a look at actionable best practices for maximizing the ROI of Kubernetes.&lt;/p&gt;
 &lt;h3&gt;Reduce server costs&lt;/h3&gt;
 &lt;p&gt;One of the simplest and most impactful steps a business can take to cut its Kubernetes infrastructure costs is to use lower-cost servers. In a cloud-based Kubernetes cluster, reserved instances offer discounted pricing in exchange for a commitment to long-term use. Since Kubernetes clusters are typically operational for an indefinite period, it makes sense to use reserved instances.&lt;/p&gt;
 &lt;p&gt;In some cases, businesses could even use spot instances, which provide very steep discounts but can shut down without warning. While you wouldn't want to use a spot instance for a workload that requires high availability, it can help reduce Kubernetes costs for workloads that can be interrupted, such as application testing or AI model training.&lt;/p&gt;
 &lt;p&gt;Reducing infrastructure costs in an on-prem cluster can be more challenging because businesses can't simply "swap and replace" virtual servers, as they would in the cloud. Still, strategies like extending the life of physical servers or increasing the density of VMs on a physical server can help.&lt;/p&gt;
 &lt;h3&gt;Assess resource quotas and limits&lt;/h3&gt;
 &lt;p&gt;As mentioned above, resource quotas assign a specific amount of resources to Kubernetes workloads. Limits restrict the total resources that workloads can use.&lt;/p&gt;
 &lt;p&gt;Quotas and limits are useful features for efficiently dividing up Kubernetes resources and preventing situations where one workload "hogs" resources from others. However, poorly configured quotas and limits can waste resources and money.&lt;/p&gt;
 &lt;p&gt;Businesses need to revisit resource quotas and limits at least periodically. In the best-case scenario, businesses will continuously compare the quotas and limits for Kubernetes workloads with observability data showing what those workloads are actually consuming. An imbalance -- such as a workload's quota that is significantly higher than its actual use -- requires attention.&lt;/p&gt;
 &lt;h3&gt;Delete orphaned resources&lt;/h3&gt;
 &lt;p&gt;A staple best practice in FinOps is to delete orphaned resources. It's especially important in Kubernetes, since the platform doesn't automatically report or delete resources such as orphaned persistent volumes. Businesses need to audit resources to determine which ones have become orphaned. Admins can do this manually using &lt;a href="https://www.techtarget.com/searchitoperations/tip/Kubectl-commands-and-best-practices-for-new-Kubernetes-users"&gt;kubectl&lt;/a&gt; -- the Kubernetes command-line administration tool. Also, Kubernetes observability and cost management tools can help automate the practice by identifying orphaned resources automatically.&lt;/p&gt;
 &lt;h3&gt;Separate teams and projects by namespace&lt;/h3&gt;
 &lt;p&gt;Namespaces are a Kubernetes feature that creates virtual clusters. A business can more easily apply different types of resource management and cost-tracking policies with separate namespaces for each team or project that uses Kubernetes.&lt;/p&gt;
 &lt;p&gt;For instance, a namespace that hosts experimental workloads could be configured to use less expensive servers, while more costly, higher-performing nodes are reserved for mission-critical workloads in a different namespace.&lt;/p&gt;
 &lt;h3&gt;Enable autoscaling&lt;/h3&gt;
 &lt;p&gt;Autoscaling capabilities automatically modify resource configurations in Kubernetes based on demand changes. There are three main types:&lt;/p&gt;
 &lt;ol type="1" start="1" class="default-list"&gt; 
  &lt;li&gt;&lt;b&gt;Horizontal pod autoscaling.&lt;/b&gt; Increases or decreases workload replicas based on workload demand.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Vertical pod autoscaling.&lt;/b&gt; Adjusts workload resource allocations based on workload demand.&lt;/li&gt; 
  &lt;li&gt;&lt;b&gt;Cluster autoscaling.&lt;/b&gt; Adds or removes nodes from a cluster. This type is typically only available in cloud-based Kubernetes environments, since it requires the ability to provision new servers automatically.&lt;/li&gt; 
 &lt;/ol&gt;
 &lt;p&gt;In most Kubernetes distributions, autoscaling is not turned on by default, but admins can enable it to help strike a healthy balance between resource allocations and usage.&lt;/p&gt;
 &lt;h3&gt;Deploy Kubernetes cost management tools&lt;/h3&gt;
 &lt;p&gt;Although Kubernetes itself offers no built-in cost management features, add-on tools are available that provide these capabilities. The main offering in this vein is Kubecost, a free and open source tool. Kubecost automatically tracks spending metrics and generates alerts when they exceed the thresholds admins set. The tool can also provide recommendations for optimizing Kubernetes spending.&lt;/p&gt;
 &lt;p&gt;Commercial Kubernetes cost management capabilities are also available in some FinOps tools -- although, unlike Kubecost, most of these don't focus specifically on Kubernetes cost optimization.&lt;/p&gt;
 &lt;p&gt;&lt;em&gt;Chris Tozzi is a freelance writer, research adviser, and professor of IT and society who has previously worked as a journalist and Linux systems administrator.&lt;/em&gt;&lt;/p&gt;
&lt;/section&gt;</body>
            <description>Kubernetes doesn't track costs natively, and that oversight could be costing the business. Learn how to optimize spending before your budget spirals out of control.</description>
            <image>https://cdn.ttgtmedia.com/visuals/German/article/cloud-container-openstack-2-adobe.jpg</image>
            <link>https://www.techtarget.com/it-infrastructure/tip/How-to-overcome-Kubernetes-cost-management-struggles</link>
            <pubDate>Fri, 31 Jul 2026 10:32:00 GMT</pubDate>
            <title>How to overcome Kubernetes cost management struggles</title>
        </item>
        <title>IT Infrastructure Resources and Information from TechTarget</title>
        <ttl>60</ttl>
        <webMaster>webmaster@techtarget.com</webMaster>
    </channel>
</rss>
