<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="/rss-style.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title><![CDATA[Team IT Security - 📰 Alle Kategorien]]></title>
<link><![CDATA[https://tsecurity.de/export/rss/alle-kategorien.xml?q=finops+forai%2F]]></link>
<description><![CDATA[Das Gesamte Cyber Threat Intelligence Feed-Archiv von TSecurity.de. Alle Nachrichten, Sicherheitsmeldungen, Videos, Downloads und Analysen in einer zentralen Übersicht.]]></description>
<language>de-DE</language>
<lastBuildDate>Tue, 28 Jul 2026 06:16:33 +0200</lastBuildDate>
<pubDate>Tue, 28 Jul 2026 06:16:33 +0200</pubDate>
<ttl>15</ttl>
<copyright>2026 Team IT Security</copyright>
<managingEditor>lakandor@tsecurity.de (Horus Sirius)</managingEditor>
<webMaster>lakandor@tsecurity.de (Horus Sirius)</webMaster>
<category>IT Security</category>
<category>Cybersecurity</category>
<category>Nachrichten</category>
<generator>Team IT Security RSS Generator v2.0</generator>
<image>
<url>https://tsecurity.de/favicon.ico</url>
<title><![CDATA[Team IT Security - 📰 Alle Kategorien]]></title>
<link><![CDATA[https://tsecurity.de/export/rss/alle-kategorien.xml?q=finops+forai%2F]]></link>
</image>
<atom:link href="https://tsecurity.de/export/rss/it-security.xml?q=finops+forai%2F" rel="self" type="application/rss+xml" />
<item>
<title><![CDATA[Determining the ROI of AI requires data that most companies lack]]></title>
<description><![CDATA[Leadership wants to scale AI. Budgets are tripling. Adoption is up.



Then the CFO asks the question every board now asks: which of these initiatives is actually profitable?



Most organizations cannot answer that question, not because they lack visibility into cost, but because the cost data t...]]></description>
<link>https://tsecurity.de/de/3688477/ai-nachrichten/determining-the-roi-of-ai-requires-data-that-most-companies-lack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3688477/ai-nachrichten/determining-the-roi-of-ai-requires-data-that-most-companies-lack/</guid>
<pubDate>Thu, 23 Jul 2026 11:07:22 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">Leadership wants to scale AI. Budgets are tripling. Adoption is up.</p>



<p class="wp-block-paragraph">Then the CFO asks the question every board now asks: which of these initiatives is actually profitable?</p>



<p class="wp-block-paragraph">Most organizations cannot answer that question, not because they lack visibility into cost, but because the cost data they have was never designed to produce that answer.</p>



<p class="wp-block-paragraph">Applying lessons learned from <a href="https://www.infoworld.com/article/4147766/cloud-at-20-cost-complexity-and-control.html" data-type="link" data-id="https://www.infoworld.com/article/4147766/cloud-at-20-cost-complexity-and-control.html">managing cloud spend</a> won’t be a fix for the AI and ROI quandary. True, cloud taught a generation of CFOs that billing without business context is noise. So to get <a href="https://www.infoworld.com/article/4061122/cloud-computing-has-an-roi-problem.html" data-type="link" data-id="https://www.infoworld.com/article/4061122/cloud-computing-has-an-roi-problem.html">cloud ROI</a>, they stitched two data sources together: cost data plus business data. AWS reveals which account, which region, which tag, which resource. Merge in customer and product mappings on top and the ROI of the cloud spend comes into focus.</p>



<p class="wp-block-paragraph">But AI is harder. It requires three data sources: cost, business, and telemetry—the automatic collection of data from disparate sources that helps to clarify the whole picture of what happened and why. An executive or engineering lead can have AI invoices and customer revenue. But they have no way to connect them to business value. The token count on the OpenAI invoice does not specify which customer triggered which call, which feature it served, or whether the prompt produced a business outcome. That data does not exist in the provider’s billing.</p>



<h2 class="wp-block-heading">AI providers won’t fix this problem</h2>



<p class="wp-block-paragraph">The situation is not likely to change anytime soon because AI providers are not in the business of attributing an enterprise’s costs to that enterprise’s customers. Instead, AI providers are in the business of selling tokens. The granularity they expose is the granularity their billing systems require, not the granularity a CFO requires.</p>



<p class="wp-block-paragraph">Not convinced? Compare what AWS gives you to what an AI provider gives you.</p>



<p class="wp-block-paragraph">AWS billing exposes resource IDs, account hierarchies, region, SKU, tag metadata, usage by the minute. Every dollar can be attributed to a workload, a team, a customer segment if it was tagged correctly. The data is rich enough that mature FinOps teams built unit economics on top of it years ago.</p>



<p class="wp-block-paragraph">An AI provider invoice gives you tokens consumed by model, with optional grouping by API key. That is the resolution. No request-level attribution. No customer ID. No feature mapping. No prompt outcome. No retry identification. Multi-step agent workflows collapse into a token count. Imagine a large bank receives a multi-million dollar AI invoice each month. But it has no visibility into what parts of the business were responsible for what parts of the cost so cannot allocate them.</p>



<p class="wp-block-paragraph">If an enterprise wants to know what AI cost drove which customer or feature, it has to capture that data itself, inside an application, before the call leaves it. </p>



<h2 class="wp-block-heading">Three required sources</h2>



<p class="wp-block-paragraph">Building AI ROI measurement requires three data sources, stitched together in a single model.</p>



<ol class="wp-block-list">
<li><strong>Cost data, normalized across providers.</strong> Every AI provider delivers cost differently. OpenAI invoices in one taxonomy, Anthropic in another, fine-tuning vendors and inference platforms each in their own. Cloud GPU costs sit in AWS or Azure billing. Vector database costs land in Pinecone or Snowflake invoices. None interoperate by default. Normalization is necessary but not sufficient. It will put all your AI costs in one schema. It does not tell you what they produced.</li>



<li><strong>Application-layer telemetry. </strong>This is the source most organizations are missing, and the one that makes AI ROI structurally different from cloud ROI. It requires instrumenting AI calls inside your application across six categories: request-level tracing tied to a customer or session ID; feature attribution tied to the product surface that triggered the call; agent-step capture for multi-step workflows; retry and fallback identification so recovery costs don’t get attributed to primary calls; model selection logging that records which model was chosen and why; and outcome capture that ties each call to whether it produced business value. None of this data exists in the provider’s billing. All of it has to be captured at the moment the call is made and stored in a system that can be stitched to the cost data.</li>



<li><strong>Business data. </strong>Revenue, customer segments, product hierarchies, and feature usage. The same business data already feeding your CRM and analytics stack, mapped to the customers and features the telemetry layer attributes calls to.</li>
</ol>



<p class="wp-block-paragraph">Stitched together, the three sources produce the unit economics every AI investment decision now requires: cost per customer interaction, margin per feature, profitability per agent workflow, ROI per model choice. None of these can be calculated from billing data alone. None can be calculated from telemetry alone. They require all three sources, modeled together in a way that maps cost to outcome.</p>



<h2 class="wp-block-heading">Why agentic AI makes this urgent</h2>



<p class="wp-block-paragraph">Single-call inference is the easy case. One request, one cost, one customer, one outcome.</p>



<p class="wp-block-paragraph">Agentic workflows are different. An agent decomposes a task into multiple steps. Each step calls a model. Some steps fall back to a different model when the first fails. Some steps retry on a poor result. Some steps invoke external tools that themselves cost money. A single user request can produce dozens of inference calls across multiple providers, with the cost compounding in ways the provider invoice cannot disaggregate.</p>



<p class="wp-block-paragraph">If telemetry does not capture agent-step granularity, no one will know which steps are profitable. Aggregate costs will show up three weeks later in the invoice. By then, the workflow has been running at scale, customers are onboarded, and unprofitable paths have been retried thousands of times.</p>



<p class="wp-block-paragraph">When agents make the calls, the volume of cost-generating events without business context attached grows by an order of magnitude. The window for instrumenting this before it becomes unmanageable is closing.</p>



<h2 class="wp-block-heading">What changes when the three sources come together</h2>



<p class="wp-block-paragraph">Once the three sources are stitched together, the AI investment conversation changes.</p>



<p class="wp-block-paragraph">Five different ways to build the same AI capability stop looking equivalent. They converge on adoption metrics and diverge by 10x on cost. The team picks the approach that delivers a similar business outcome at one-fifth the cost, because the team can finally see the difference. Product teams design features with margin awareness from the architecture phase, not from the post-launch budget review. Engineering teams choose model architectures with cost-per-outcome data alongside latency and quality. Leadership evaluates AI initiatives the way they evaluate any other capital allocation: on unit economics, not on the engagement chart. Aggregated invoices track the cost per customer interaction. Engagement metrics reveal margin per feature. Gut-instinct model selection is checked against real cost-per-outcome model selection results. </p>



<p class="wp-block-paragraph">Within seconds, everyone can see which AI features are profitable, which should scale, and which should be killed. This is the insight everyone is looking for and companies that achieve it will optimize the benefits of AI.</p>



<h2 class="wp-block-heading">The build trap</h2>



<p class="wp-block-paragraph">AI costs are compounding now. The board is not waiting 18 months for an internal project to reach production.</p>



<p class="wp-block-paragraph">The temptation to build it anyway has never been sharper. AI coding tools have changed what a small engineering team can ship in a quarter. The instrumentation layer looks tractable. The cost normalization looks like a weekend project. The semantic model feels like something a senior engineer could draft over a sprint.</p>



<p class="wp-block-paragraph">It is a trap. Three reasons.</p>



<p class="wp-block-paragraph">Volume is the first. A production AI footprint generates millions of telemetry events per hour, and that volume scales with agentic adoption. Real-time ingestion, correlation, and attribution at that scale is not the same problem as <a href="https://www.infoworld.com/article/4078884/what-is-vibe-coding-ai-writes-the-code-so-developers-can-think-big.html" data-type="link" data-id="https://www.infoworld.com/article/4078884/what-is-vibe-coding-ai-writes-the-code-so-developers-can-think-big.html">vibe coding</a> a prototype in an afternoon. It is a permanent operational system that has to be right every minute of every day.</p>



<p class="wp-block-paragraph">The vendor landscape is the second. Cost data arrives in delayed billing windows from providers with non-interoperable schemas. Schemas change without notice. New AI providers enter the landscape monthly, each with its own taxonomy and metering. The system is not built once. It is maintained against a moving target that moves faster than most internal release cycles.</p>



<p class="wp-block-paragraph">The third is what the first two add up to: this is business-critical infrastructure. The CFO and the board are going to make capital allocation decisions on the data this system produces. When schema drift goes unnoticed for two weeks, when an agent telemetry stream stops correlating to a vendor that quietly changed its billing API, the cost of being wrong is not a sprint of cleanup. It is a quarter of misallocated capital.</p>



<p class="wp-block-paragraph">The build-vs.-buy question for engineering leaders has changed. It’s not “can we build this?” The honest answer is yes. The real question is whether the marginal hour of your strongest engineers is best spent stitching cost data to telemetry to business outcomes, or building the AI products that produce the revenue the cost data is measuring.</p>



<p class="wp-block-paragraph">The capability is reproducible in weeks. The choice is whether to spend the next 18 months building it, or the next 18 months acting on it.</p>



<p class="wp-block-paragraph"><em>—</em></p>



<p class="wp-block-paragraph"><a href="https://www.infoworld.com/blogs/new-tech-forum"><strong><em>New Tech Forum</em></strong></a><em><strong> provides a venue for technology leaders—including vendors and other outside contributors—to explore and discuss emerging enterprise technology in unprecedented depth and breadth. The selection is subjective, based on our pick of the technologies we believe to be important and of greatest interest to InfoWorld readers. InfoWorld does not accept marketing collateral for publication and reserves the right to edit all contributed content. Send all </strong></em><em><strong>inquiries to </strong></em><a href="mailto:doug_dineley@foundryco.com"><strong><em>doug_dineley@foundryco.com</em></strong></a><em><strong>.</strong></em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[4 recs for CIOs to optimize AI budgets and improve sustainability]]></title>
<description><![CDATA[In the client-server era, the penalty for inefficient programming, such as unoptimized database calls, was largely confined to application responsiveness. Today, in the AI era, code, architectural, and platform inefficiencies are no longer just a performance issue, they’re a financial and environ...]]></description>
<link>https://tsecurity.de/de/3685758/it-security-nachrichten/4-recs-for-cios-to-optimize-ai-budgets-and-improve-sustainability/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3685758/it-security-nachrichten/4-recs-for-cios-to-optimize-ai-budgets-and-improve-sustainability/</guid>
<pubDate>Wed, 22 Jul 2026 11:11:52 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">In the client-server era, the penalty for inefficient programming, such as unoptimized database calls, was largely confined to application responsiveness. Today, in the AI era, code, architectural, and platform inefficiencies are no longer just a performance issue, they’re a financial and environmental liability. Left unchecked, poor code cascades into soaring token costs and spikes data center power consumption, directly undermining both cloud budgets and corporate sustainability goals.</p>



<h2 class="wp-block-heading">AI’s impact on sustainability</h2>



<p class="wp-block-paragraph">By 2029, IDC projects that the number of actively deployed AI agents will exceed 1 billion worldwide, which is 40 times more than in 2025. And these agents will perform 217 billion actions per day.</p>



<p class="wp-block-paragraph">To deliver on this demand, AI data centers are being built out at an unprecedented rate, with Gartner forecasting that <a href="https://www.gartner.com/en/newsroom/press-releases/2026-02-03-gartner-forecasts-worldwide-it-spending-to-grow-10-point-8-percent-in-2026-totaling-6-point-15-trillion-dollars">global spending on data centers</a> over the next three years will increase 31.7% to surpass $650 billion, driven primarily by hyperscaler cloud providers building out AI foundations, and optimizing servers for heavy AI workloads.</p>



<p class="wp-block-paragraph">All this presents a significant strain on the energy grid as well as environmental sustainability, including:</p>



<ul class="wp-block-list">
<li><strong>The power double-down:</strong> The <a href="https://energy.ec.europa.eu/news/focus-data-centres-energy-hungry-challenge-2025-11-17_en">International Energy Agency</a> (IEA) projects that global data center electricity consumption will more than double from about 415 to 945 TWh by 2030, primarily fueled by energy-intensive accelerated computing for AI.</li>



<li><strong>The inference premium:</strong> AI workloads are vastly more demanding than standard web activities. A gen AI query consumes roughly <a href="https://www.brookings.edu/articles/global-energy-demands-within-the-ai-regulatory-landscape/">10 times the electricity</a> of a conventional keyword search, or roughly 2.9 watt-hours as opposed to 0.3 watt-hours.</li>



<li><strong>Water consumption:</strong> Cooling these dense clusters is highly resource intensive. Global AI-related water demand is expected to reach <a href="https://aimultiple.com/ai-energy-consumption">4.2 to 6.6 billion cubic meters by 2027</a>.</li>
</ul>



<p class="wp-block-paragraph">The good news, however, is it’s not all out of the control of end user organizations and CIOs. Just as in the client-server era, through careful planning and execution, CIOs have the potential to significantly improve the performance, costs, and sustainability impacts of their AI application portfolio.</p>



<p class="wp-block-paragraph">Here are four recommendations to maximize value as you look across your AI applications and infrastructure estate.</p>



<h2 class="wp-block-heading">Revisit business objectives in light of AI</h2>



<p class="wp-block-paragraph">AI applications and platforms bring several new headaches for CIOs and CFOs in terms of FinOps. The variable nature of <a href="https://www.cio.com/article/4169954/servicenows-ai-control-tower-offers-hazy-view-of-spend.html">AI vendor billing due to variable monthly token costs</a> is just one well-known example. To avoid unpleasant surprises, be sure to carefully review vendor contracts to decipher pricing models. Look for what’s included in seat-based license fees and what’s added as variable charges for agentic AI usage.</p>



<p class="wp-block-paragraph">In addition, explore new metrics and KPIs such as intelligence per watt to help make sense of your return on AI. Just as miles per gallon helps us evaluate new car purchases, IPW can help to measure the computational efficiency of a system. It quantifies how much intelligence — typically measured in AI inferences, tokens processed, or model training iterations — a processor can deliver for every watt of electrical power it consumes.</p>



<p class="wp-block-paragraph">According to Max Romanenko, chief engineering officer at relational database platform EDB, cost per query tells you almost nothing in an agentic world where autonomous systems are spinning up databases, pipelines, and queries around the clock. “The metric that matters is intelligence per watt, how much useful AI you get for every unit of energy you spend,” he says. “It isn’t just an environmental number, it’s also a performance indicator.”</p>



<p class="wp-block-paragraph">With the measurements in place, you can then start to manage and optimize each layer in the AI stack from the infrastructure, or hyperscaler, layer to your own data and application layers.</p>



<p class="wp-block-paragraph">It’s important to bear in mind that high token usage isn’t necessarily a bad thing. It depends on the net value delivered by each AI application and use case. Managing and optimizing the AI stack is important, but you’ll also want to measure the business value being delivered by each of these applications so you can measure your return.</p>



<h2 class="wp-block-heading">Take a sovereign AI approach when evaluating hyperscalers</h2>



<p class="wp-block-paragraph">As you work with hyperscalers like Amazon, Google and Microsoft, it’s important to understand how they charge and how much, but also their environmental footprints. For example, by reading their sustainability reports, you can find out their annual water consumption across their global data centers and compare them with other providers.</p>



<p class="wp-block-paragraph">In 2025, Amazon’s global data center operations used <a href="https://www.aboutamazon.com/news/sustainability/amazon-data-center-water-usage">0.12 liters of water per kilowatt-hour</a>, which amounts to 2.5 billion gallons, or 5% of the annual water consumed by the metro Seattle area. The company has been able to operate more than seven times better than the industry average and have improved their water efficiency by 52% since 2021.</p>



<p class="wp-block-paragraph">As demand for cloud computing and AI grows, water efficiency is another important metric for CIOs to monitor within hyperscaler ESG reports. While not at the same level of regulation as scope 2 and 3 greenhouse gas (GHG) emissions reporting, enterprises need to pay increasing attention to water use efficiency (WUE) with water scarcity becoming a growing risk for hyperscalers.</p>



<p class="wp-block-paragraph">The key requisite at the infrastructure layer, though, is to ensure sovereign AI. This doesn’t mean you need to own everything, but you need control over your AI-driven operations when conditions change. With <a href="https://www.ibm.com/thought-leadership/institute-business-value/en-us/report/ai-sovereignty">71% of global executives stating that switching their primary AI vendor or model would be difficult if required today</a>, it’s important to understand AI dependencies and be able to avoid vendor lock-in. </p>



<h2 class="wp-block-heading">Control efficiency at the data layer</h2>



<p class="wp-block-paragraph">The AI energy conversation has fixated on models and GPUs, but every agent, model, and inference call runs on the data layer beneath them, and that’s the one place a CIO can actually move the numbers.</p>



<p class="wp-block-paragraph">“You can’t control consumption at the model layer,” says Romanenko. “Agents consume what they consume. But you can control efficiency at the data layer, and for most enterprises that’s the only real lever they have. Optimize search, retrieval, and vector indexing where the work actually happens and you cut compute, cost, and carbon at the same time. Ignore it, and it’s like running the heat with every window open.”</p>



<p class="wp-block-paragraph">Ann Dunkin, distinguished professor of the practice at Georgia Tech, adds that CIOs who bring models in house and run them in their own infrastructure, or in the cloud infrastructure of their choosing, can have more control over the sustainability of inference, as well as of their costs and how their data is used.</p>



<h2 class="wp-block-heading">Fine tune the application layer</h2>



<p class="wp-block-paragraph">When balancing a mix of commercial AI packages and custom-built code, costs can quickly spiral due to inefficient design and orchestration, redundant APIs, and unoptimized model routing.</p>



<p class="wp-block-paragraph">With inference calls costing approximately 10 times that of conventional web queries, for custom AI applications, it’s important to design them to only use probabilistic code where necessary. Since many custom applications utilize a combination of both <a href="https://www.cio.com/article/4133150/4-tips-to-help-the-new-innovators-struggle-with-ai-and-traditional-code.html">probabilistic and deterministic code</a>, this is exactly where software developers need to make smart choices in their designs.</p>



<p class="wp-block-paragraph">Other techniques to fine tune the application layer include semantic caching, intelligent model routing, and internal AI capability registries. “CIOs can implement intelligent routing solutions to select the most cost-efficient model for every prompt,” says Dunkin. “The most flexible routing solutions can drop into a user’s existing environment and orchestrate the actions of the company’s existing models.”</p>



<p class="wp-block-paragraph">For CIOs looking to maximize the business value of every AI application in their portfolio, these new considerations, including new metrics, tools and approaches from the infrastructure layer all the way up to the application layer, should be an essential part of the equation.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Reselling unused cloud instances is no longer easy]]></title>
<description><![CDATA[A client called me last week with a problem I have been hearing about more often lately. They had made significant reserved instance commitments with a major cloud provider, overbuying for what they thought would be heavy AI training workloads. Now they were sitting on thousands of dollars in idl...]]></description>
<link>https://tsecurity.de/de/3685747/ai-nachrichten/reselling-unused-cloud-instances-is-no-longer-easy/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3685747/ai-nachrichten/reselling-unused-cloud-instances-is-no-longer-easy/</guid>
<pubDate>Wed, 22 Jul 2026 11:04:51 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">A client called me last week with a problem I have been hearing about more often lately. They had made significant reserved instance commitments with a major cloud provider, overbuying for what they thought would be heavy AI training workloads. Now they were sitting on thousands of dollars in idle capacity every month. Their plan was simple: resell it to someone else. Except they couldn’t.</p>



<p class="wp-block-paragraph">I have been doing cloud consulting for a long time, and this situation once had a straightforward solution. You went to the marketplace, listed your unused reservations, and found a buyer. The process was a bit clunky, but it worked. These days, the answer is far more complicated, and my client learned this the hard way.</p>



<p class="wp-block-paragraph">AI has made this problem increasingly common. Companies initially committed to compute capacity based on ambitious training plans. Prototype projects were expected to scale, and inference workloads were projected to grow substantially. Then reality hit. Some projects did not materialize. Some <a href="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html">models</a> trained faster than expected. Some inference patterns were lighter than anticipated.</p>



<p class="wp-block-paragraph">Many organizations now hold reserved capacity they can’t use, discard, or share without a complex, increasingly restricted process. This reality is something every company with significant cloud spend needs to clearly understand.</p>



<h2 class="wp-block-heading">The history of cloud resale</h2>



<p class="wp-block-paragraph">There was once a functioning resale market for cloud reserved instances. AWS, for example, maintained a <a href="https://aws.amazon.com/ec2/pricing/reserved-instances/marketplace/" data-type="link" data-id="https://aws.amazon.com/ec2/pricing/reserved-instances/marketplace/">Reserved Instances Marketplace</a> where companies that had purchased reserved capacity could sell those reservations to other AWS customers. This was a legitimate, AWS-sanctioned process. Companies would register as sellers, list their unused reservations with pricing and terms, and if a buyer appeared, the marketplace would facilitate the transaction.</p>



<p class="wp-block-paragraph">The resale market was useful for companies that had overestimated their needs or whose business changes reduced their cloud consumption. Instead of simply absorbing the cost of unused commitments, they could recoup some of that investment by selling to other organizations with unmet demand. It created a secondary market that added liquidity to what was otherwise a rigid financial arrangement.</p>



<p class="wp-block-paragraph">My client had some experience with this resale market a few years ago and assumed they could use it again. They were unpleasantly surprised to learn that the rules had changed.</p>



<h2 class="wp-block-heading"> AWS changes the rules</h2>



<p class="wp-block-paragraph">In January 2024, AWS implemented a significant policy change that effectively shut down the resale of EC2 Reserved Instances on its platform. AWS stopped allowing companies to resell their unused reserved capacity through the Reserved Instance Marketplace or any other official channel. If you have a reserved instance commitment with AWS, you are essentially stuck with it unless you can use it yourself or modify your reservation.</p>



<p class="wp-block-paragraph">This change had a real impact on companies that had relied on resale as part of their cloud financial management strategy. It reduced flexibility and increased the risk of long-term reserved commitments. When I explained this AWS policy change to my client’s representatives, I could hear the frustration in their voices. They had made their commitment in good faith, carefully modeled their expected AI workloads, and now faced the reality that there was no easy exit.</p>



<p class="wp-block-paragraph">The reasoning behind this change is not entirely clear, but AWS likely viewed capacity resales as something that complicated their billing and commitment models without providing enough benefit to the overall ecosystem. Regardless of the company’s reasons, the primary resale path for the largest cloud provider has been effectively closed.</p>



<h2 class="wp-block-heading">What options still exist?</h2>



<p class="wp-block-paragraph">What can companies do now when they find themselves with reserved capacity they no longer need? The first possibility is to work directly with the cloud provider to modify or exchange the reservation if it is convertible. Some reservation types allow modifications, such as changing the instance type, region, or tenancy. This will not eliminate the commitment, but it may help companies better align their reservations with actual workload needs.</p>



<p class="wp-block-paragraph">The second option is to use third-party brokers and marketplaces that operate independently of the cloud providers. Although AWS has shut down its official resale channel, brokers and marketplaces still facilitate resale arrangements for other cloud providers and for some AWS scenarios. These arrangements can be more complex and carry more risk, but they remain a possibility for companies determined to move unused capacity.</p>



<p class="wp-block-paragraph">The third alternative is to optimize usage. Companies can invest in better <a href="https://www.infoworld.com/article/2257609/how-aiops-improves-application-monitoring.html">utilization monitoring</a>, workload placement, and automation to ensure that reserved capacity is used as efficiently as possible. This does not recover the money already spent, but it reduces future waste.</p>



<p class="wp-block-paragraph">My client explored all three alternatives and found that each had significant limitations. Modifications were possible, but only within a narrow range. Third-party brokers were interested, but the process was opaque and uncertain. Optimization helped, but it could not eliminate the fundamental overcommitment they had already made.</p>



<h2 class="wp-block-heading">The broader implications</h2>



<p class="wp-block-paragraph">Cloud commitments are more rigid than many enterprises initially realize because they lack a liquid market and because providers control modifications, transfers, or cancellations. Right now, I see this pattern most often in the AI space. Companies commit to massive amounts of compute for training and inference based on projections that rarely reflect the actual workloads. Then they are surprised to find themselves locked into payments. The AI boom has led to significant overcommitment because enterprises remain unaware that the resale mechanisms that once existed have been largely shut down.</p>



<p class="wp-block-paragraph">This is why <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">cloud financial management</a> has become such an important discipline. Companies need to be far more thoughtful about how they commit to cloud resources, how they model their future consumption, and how they build flexibility into their cloud strategies. The days of assuming you can always resell your way out of an overcommitment are effectively over, at least with AWS.</p>



<p class="wp-block-paragraph">For Azure and Google Cloud, the resale landscape is slightly different, but the same general principles apply. These providers have their own capacity transfer policies and, like AWS, those policies can change at any time. Companies should understand their options before making large, committed purchases and build contingency plans in case their actual usage diverges from their projections—or if resale policies change.</p>



<p class="wp-block-paragraph">The bottom line is that reselling unused reserved cloud instances is far more complicated than it sounds. The market is not as open as it once was, the options are limited, and the providers themselves hold most of the cards. My client got burned, and I doubt they will be the only one. Companies that want to optimize their cloud spending should focus on accurate forecasting, thoughtful commitment sizing, and ongoing optimization rather than relying on resale as a safety valve. That approach worked at one point, but those days are largely gone.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS standardizes more AI billing data to simplify cost analysis]]></title>
<description><![CDATA[AWS has updated AWS Data Exports, its service for generating and managing cost and usage Reports (CURs), to include standardized Amazon Bedrock product metadata, making it easier for enterprise engineering teams to analyze AI usage and spending as they scale AI deployments spanning multiple found...]]></description>
<link>https://tsecurity.de/de/3683996/it-nachrichten/aws-standardizes-more-ai-billing-data-to-simplify-cost-analysis/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3683996/it-nachrichten/aws-standardizes-more-ai-billing-data-to-simplify-cost-analysis/</guid>
<pubDate>Tue, 21 Jul 2026 16:18:50 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">AWS has updated AWS Data Exports, its service for generating and managing cost and usage Reports (CURs), to include standardized Amazon Bedrock product metadata, making it easier for enterprise engineering teams to analyze AI usage and spending as they scale AI deployments spanning multiple foundation models.</p>



<p class="wp-block-paragraph">The update extends billing exports with normalized fields for model provider, model name, inference type, inference mode, billing unit and <a href="https://www.infoworld.com/article/2336139/amazon-bedrock-a-solid-generative-ai-foundation.html">Bedrock</a> product family, and will enable enterprises to identify which models generated costs and compare spending across providers without relying on custom parsing or normalization of billing records, AWS wrote in a <a href="https://aws.amazon.com/about-aws/whats-new/2026/07/aws-data-exports-amazon-bedrock-product-metadata/" target="_blank" rel="noreferrer noopener">blog post</a>.</p>



<p class="wp-block-paragraph">That reduced reliance on custom parsing will reduce the engineering effort required to analyze billing data, analysts said.</p>



<p class="wp-block-paragraph">“Before the update, a data engineer would typically need to maintain a model ID registry, write regex against usage type strings, or join AWS CloudTrail with CUR to figure out which provider generated which cost,” said <a href="https://www.linkedin.com/in/bhupendrachopra" target="_blank" rel="noreferrer noopener">Bhupendra Chopra</a>, chief revenue officer at IT consulting firm Kanerika.</p>



<p class="wp-block-paragraph">The new standardized fields “can be the difference between a billing pipeline that needs constant babysitting and one that doesn’t,” Chopra added.</p>



<p class="wp-block-paragraph">That’s because custom parsing logic is more prone to break down or require maintenance when AWS adds new models or updates pricing in Bedrock, said <a href="https://pareekh.com/about/" target="_blank" rel="noreferrer noopener">Pareekh Jain</a>, principal analyst at Pareekh Consulting.</p>



<h2 class="wp-block-heading">Richer billing data to boost enterprise AI cost governance</h2>



<p class="wp-block-paragraph">Beyond reducing engineering overhead, the update could also help enterprises improve AI cost governance.</p>



<p class="wp-block-paragraph">Before this update FinOps teams struggled to identify which model Bedrock related to because usage type fields were inconsistent, and there was no unified product family name that captured all Bedrock costs in one place, Chopra said.</p>



<p class="wp-block-paragraph">“Now those attributes — model provider, model name, inference type, inference mode, pricing unit — are standardized and available by default. That’s the plumbing work no one talks about, but it’s what makes downstream reporting actually reliable,” Chopra added.</p>



<p class="wp-block-paragraph">This, said Jain, makes it easier to build dashboards showing cost by model, provider, token type or inference mode while also identifying expensive workloads, unusual token growth and opportunities to move to cheaper models or batch processing.</p>



<p class="wp-block-paragraph">It’s a timely update, especially in light of last week’s <a href="https://health.aws.amazon.com/health/status?eventID=arn:aws:health:global::event/BILLING/AWS_BILLING_OPERATIONAL_ISSUE/AWS_BILLING_OPERATIONAL_ISSUE_47B68_BACBD91434F" target="_blank" rel="noreferrer noopener">AWS billing issue</a> that caused some customers to see incorrect cost estimates of services consumed in the AWS Management Console, said <a href="https://www.linkedin.com/in/muskan-bandta2004" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at FinOps services providing firm ZopDev.</p>



<p class="wp-block-paragraph">“Anything that gives customers clearer, more granular and more trustworthy billing data is welcome when confidence in the numbers has just been shaken. It does not fix what went wrong, but better visibility into where spend is going is exactly what teams want more of after an episode like that,” Bandta added.</p>



<p class="wp-block-paragraph"><em>This article first appeared on <a href="https://www.infoworld.com/article/4199470/aws-standardizes-more-ai-billing-data-to-simplify-cost-analysis.html">InfoWorld</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS standardizes more AI billing data to simplify cost analysis]]></title>
<description><![CDATA[AWS has updated AWS Data Exports, its service for generating and managing cost and usage Reports (CURs), to include standardized Amazon Bedrock product metadata, making it easier for enterprise engineering teams to analyze AI usage and spending as they scale AI deployments spanning multiple found...]]></description>
<link>https://tsecurity.de/de/3683957/ai-nachrichten/aws-standardizes-more-ai-billing-data-to-simplify-cost-analysis/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3683957/ai-nachrichten/aws-standardizes-more-ai-billing-data-to-simplify-cost-analysis/</guid>
<pubDate>Tue, 21 Jul 2026 16:05:12 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">AWS has updated AWS Data Exports, its service for generating and managing cost and usage Reports (CURs), to include standardized Amazon Bedrock product metadata, making it easier for enterprise engineering teams to analyze AI usage and spending as they scale AI deployments spanning multiple foundation models.</p>



<p class="wp-block-paragraph">The update extends billing exports with normalized fields for model provider, model name, inference type, inference mode, billing unit and <a href="https://www.infoworld.com/article/2336139/amazon-bedrock-a-solid-generative-ai-foundation.html">Bedrock</a> product family, and will enable enterprises to identify which models generated costs and compare spending across providers without relying on custom parsing or normalization of billing records, AWS wrote in a <a href="https://aws.amazon.com/about-aws/whats-new/2026/07/aws-data-exports-amazon-bedrock-product-metadata/" target="_blank" rel="noreferrer noopener">blog post</a>.</p>



<p class="wp-block-paragraph">That reduced reliance on custom parsing will reduce the engineering effort required to analyze billing data, analysts said.</p>



<p class="wp-block-paragraph">“Before the update, a data engineer would typically need to maintain a model ID registry, write regex against usage type strings, or join AWS CloudTrail with CUR to figure out which provider generated which cost,” said <a href="https://www.linkedin.com/in/bhupendrachopra" target="_blank" rel="noreferrer noopener">Bhupendra Chopra</a>, chief revenue officer at IT consulting firm Kanerika.</p>



<p class="wp-block-paragraph">The new standardized fields “can be the difference between a billing pipeline that needs constant babysitting and one that doesn’t,” Chopra added.</p>



<p class="wp-block-paragraph">That’s because custom parsing logic is more prone to break down or require maintenance when AWS adds new models or updates pricing in Bedrock, said <a href="https://pareekh.com/about/" target="_blank" rel="noreferrer noopener">Pareekh Jain</a>, principal analyst at Pareekh Consulting.</p>



<h2 class="wp-block-heading">Richer billing data to boost enterprise AI cost governance</h2>



<p class="wp-block-paragraph">Beyond reducing engineering overhead, the update could also help enterprises improve AI cost governance.</p>



<p class="wp-block-paragraph">Before this update FinOps teams struggled to identify which model Bedrock related to because usage type fields were inconsistent, and there was no unified product family name that captured all Bedrock costs in one place, Chopra said.</p>



<p class="wp-block-paragraph">“Now those attributes — model provider, model name, inference type, inference mode, pricing unit — are standardized and available by default. That’s the plumbing work no one talks about, but it’s what makes downstream reporting actually reliable,” Chopra added.</p>



<p class="wp-block-paragraph">This, said Jain, makes it easier to build dashboards showing cost by model, provider, token type or inference mode while also identifying expensive workloads, unusual token growth and opportunities to move to cheaper models or batch processing.</p>



<p class="wp-block-paragraph">It’s a timely update, especially in light of last week’s <a href="https://health.aws.amazon.com/health/status?eventID=arn:aws:health:global::event/BILLING/AWS_BILLING_OPERATIONAL_ISSUE/AWS_BILLING_OPERATIONAL_ISSUE_47B68_BACBD91434F" target="_blank" rel="noreferrer noopener">AWS billing issue</a> that caused some customers to see incorrect cost estimates of services consumed in the AWS Management Console, said <a href="https://www.linkedin.com/in/muskan-bandta2004" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at FinOps services providing firm ZopDev.</p>



<p class="wp-block-paragraph">“Anything that gives customers clearer, more granular and more trustworthy billing data is welcome when confidence in the numbers has just been shaken. It does not fix what went wrong, but better visibility into where spend is going is exactly what teams want more of after an episode like that,” Bandta added.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI’s Codex context reduction for GPT 5.6 sparks dissatisfaction among developers]]></title>
<description><![CDATA[OpenAI’s recent update to its Codex coding agent has developers worrying over the impact of the change on large code repositories and long-running AI-assisted sessions.



The update to the Codex CLI reduces the default configured input context window for GPT-5.6 to 272,000 tokens from 372,000 to...]]></description>
<link>https://tsecurity.de/de/3681246/ai-nachrichten/openais-codex-context-reduction-for-gpt-56-sparks-dissatisfaction-among-developers/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3681246/ai-nachrichten/openais-codex-context-reduction-for-gpt-56-sparks-dissatisfaction-among-developers/</guid>
<pubDate>Mon, 20 Jul 2026 15:19:06 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">OpenAI’s recent update to its Codex coding agent has developers worrying over the impact of the change on large code repositories and long-running AI-assisted sessions.</p>



<p class="wp-block-paragraph">The <a href="https://github.com/openai/codex/pull/34009" target="_blank" rel="noreferrer noopener">update to the Codex CLI</a> reduces the default configured input context window for GPT-5.6 to 272,000 tokens from 372,000 tokens.</p>



<p class="wp-block-paragraph">In practice, the update means the coding agent will retain a smaller amount of code, conversation history, and other session information before compacting older context to make room for new information, a change that has prompted criticism from some developers on <a href="https://www.reddit.com/r/codex/comments/1v02y73/gpt56_context_reduced_to_272k/" target="_blank" rel="noreferrer noopener">Reddit</a> and <a href="https://x.com/Codex_Changelog/status/2079018788876411322" target="_blank" rel="noreferrer noopener">X</a> over the reduced token window.</p>



<p class="wp-block-paragraph">While OpenAI has not publicly explained the rationale behind the update, several developers took to social media to question why OpenAI reduced the default context configuration, with some arguing that the change could make Codex less effective on long-running coding sessions by triggering context compaction sooner.</p>



<p class="wp-block-paragraph">Others expressed concern that the smaller window could require more frequent context management or session resets, although some noted that the practical impact would depend on project size and how developers structure their workflows.</p>



<h2 class="wp-block-heading">Smaller context, bigger workflow implications</h2>



<p class="wp-block-paragraph">The context window reduction could affect developer productivity and the adoption of autonomous agents in enterprise workflows, analysts say.</p>



<p class="wp-block-paragraph">“While the context reduction in Codex is unlikely to affect routine coding tasks such as bug fixes or changes involving a few files, it could impact large codebases, repository-wide refactoring, and long-running sessions,” said <a href="https://pareekh.com/about/" target="_blank" rel="noreferrer noopener">Pareekh Jain</a>, principal analyst at Pareekh Consulting.</p>



<p class="wp-block-paragraph">“Less memory per session means the AI agent forgets earlier parts of a long coding session sooner. The agent may need to summarize or reload context more often, increasing repeated searches, occasional loss of earlier decisions and the need for developers to re-establish context,” Jain added.</p>



<p class="wp-block-paragraph">That need for manual context management, according to <a href="https://www.linkedin.com/in/muskan-bandta2004/" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at FinOps services providing firm ZopDev, goes completely against the “whole appeal” of Codex-like tools that promised improved productivity out-of-the-box: “A lot of developers are saying their sessions now spend more time on compacting than actually working.”</p>



<p class="wp-block-paragraph">“While context reduction may not further inflate bills, it shows up as more retries, more compaction, and your engineers spending more time babysitting the thing. The spend just moves from the invoice onto your team’s time.”</p>



<p class="wp-block-paragraph"><a href="https://www.linkedin.com/in/znamit/" target="_blank" rel="noreferrer noopener">Amit Jena</a>, AI development manager at IT consulting firm Kanerika, said that the context reduction will force development teams to choose between two options: either accept that the agent is reasoning with an incomplete picture of the required context or learn to manage a new design constraint around context compaction.</p>



<p class="wp-block-paragraph">Development teams, Jena said, will need to design workflows that proactively manage context: by breaking work into smaller tasks, relying more on retrieval mechanisms, and monitoring context consumption.</p>



<p class="wp-block-paragraph">That forced design constraint on engineering, echoed Bandta, will slow the enterprise adoption of agent-driven workflows: “Context is the agent’s working memory, so cutting it by a third changes what you can trust it to do at all.”</p>



<h2 class="wp-block-heading">Build for changing AI platforms, not fixed limits?</h2>



<p class="wp-block-paragraph">More broadly, analysts pointed out that the episode is a reminder that enterprises should avoid tightly coupling software development workflows to the current operational characteristics of managed AI coding platforms, as context limits, pricing, runtime behavior, and model availability are all likely to evolve with little or no advance notice.</p>



<p class="wp-block-paragraph">“Enterprises should avoid depending on any single context window, continuously benchmark AI coding tools on real workloads, and build workflows around retrieval, modular design, and agent orchestration so they remain resilient as models evolve,” Jain said.</p>



<p class="wp-block-paragraph">Kanerika’s Jena echoed that view: “The right approach is to build AI-assisted development pipelines that degrade gracefully when operational parameters shift: instrument your context consumption, don’t hard-code context budgets, and treat the vendor’s current specifications as a starting point, not a contract.” Similarly, Bandta advised enterprises to treat managed AI coding platforms like any other critical software dependency: “Don’t build anything that only works right at the edge of a limit, and keep enough flexibility that you’re not stuck if one vendor changes the deal.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[7 issues impacting AI strategies — and how CIOs should respond]]></title>
<description><![CDATA[CIOs remain at the forefront of setting the course for AI adoption in their organizations.



In fact, 82% of CIO respondents to CIO.com’s 2026 State of the CIO survey are responsible for researching and evaluating AI products, with 78% of IT leaders saying their IT departments are driving AI ado...]]></description>
<link>https://tsecurity.de/de/3680786/it-nachrichten/7-issues-impacting-ai-strategies-and-how-cios-should-respond/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3680786/it-nachrichten/7-issues-impacting-ai-strategies-and-how-cios-should-respond/</guid>
<pubDate>Mon, 20 Jul 2026 12:03:29 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">CIOs remain at the forefront of setting the course for AI adoption in their organizations.</p>



<p class="wp-block-paragraph">In fact, 82% of CIO respondents to <a href="https://us.resources.cio.com/resources/state-of-the-cio/">CIO.com’s 2026 State of the CIO survey</a> are responsible for researching and evaluating AI products, with 78% of IT leaders saying their IT departments are driving AI adoption efforts, with business units aligning their strategies accordingly.</p>



<p class="wp-block-paragraph">As such, CIOs are leading or co-leading AI strategies at the majority of organizations, with many also playing a key role in tackling <a href="https://www.cio.com/article/4016354/cios-tackle-the-ai-change-management-challenge.html">AI change management</a>. They report encountering numerous factors — from heightened pressure to deliver ROI to challenges with trust in AI outputs — as they formulate and shape those AI strategies.</p>



<p class="wp-block-paragraph">Here’s a look at seven notable issues impacting AI strategies in 2026.</p>



<h2 class="wp-block-heading">1. Increasing pressure to show ROI for AI investments</h2>



<p class="wp-block-paragraph">The era of AI experimentation and pilots is over. Boards and CEOs are making it clear they want to see <a href="https://www.cio.com/article/4114010/2026-the-year-ai-roi-gets-real.html">quantifiable returns from their AI investments</a>. Kyndryl’s 2025 <a href="https://www.kyndryl.com/us/en/insights/readiness-report-2025">Readiness Report</a>, for example, found that 61% of senior business leaders and decision-makers felt more pressure to prove ROI on their AI investments than they had the prior year.</p>



<p class="wp-block-paragraph">“The era of funding AI is shifting from everything all-in to every project has to have line of sight to some financial value at the end of the day. It’s moving from the experimentation phase to expecting measurable outcomes,” says <a href="https://www.ensono.com/company/leadership/jim-piazza/">Jim Piazza</a>, chief AI officer at IT services firm Ensono.</p>



<p class="wp-block-paragraph">As a result, Piazza says companies, both his own as well as those he advises, are more diligent about building business cases that estimate implementation costs, AI run costs, and expected benefits so they’re primed to pursue AI initiatives that will deliver ROI.</p>



<p class="wp-block-paragraph">That strategy seems to be paying off. According to the <a href="https://www.prnewswire.com/news-releases/dun--bradstreet-global-survey-of-10-000-businesses-finds-ai-impact-at-an-inflection-point-302761821.html">May 2026 AI Momentum Survey from Dun &amp; Bradstreet</a>, 67% of 10,000 businesses surveyed reported seeing early signs or pockets of ROI, 20% reported multiple projects delivering ROI, and 10% reported strong ROI.</p>



<p class="wp-block-paragraph">That’s a big jump from earlier surveys that found few AI initiatives providing returns. For example, <a href="https://www.pwc.com/gx/en/news-room/press-releases/2026/pwc-2026-global-ceo-survey.html">PwC’s 2026 Global CEO Survey</a>, released in January, found that 56% of CEOs saw no significant financial benefit from AI to date, while <a href="https://mlq.ai/media/quarterly_decks/v0.1_State_of_AI_in_Business_2025_Report.pdf">The GenAI Divide: State of AI in Business 2025</a> from MIT found that 95% of enterprise generative AI projects failed to show measurable financial returns within six months.</p>



<h2 class="wp-block-heading">2. The need to harness AI for transformation</h2>



<p class="wp-block-paragraph">The No. 1 concern for CEOs this year, according to <a href="https://www.pwc.com/gx/en/news-room/press-releases/2026/pwc-2026-global-ceo-survey.html">PwC’s 2026 Global CEO Survey</a>, is whether they’re transforming fast enough to keep pace with technological change, cited by 42% of respondents as their top concern. And 68% of the 1,120-plus C-suite executives surveyed by KPMG for its May 2026 <a href="https://kpmg.com/us/en/articles/2026/adaptability-pulse-survey.html">Adaptability Pulse Survey</a> said they feel pressure to accelerate innovation.</p>



<p class="wp-block-paragraph">That in turn is influencing AI strategies.</p>



<p class="wp-block-paragraph"><a href="http://steve%20santana%20%7C%20linkedin/">Steve Santana</a>, CIO and head of AI at ETS, the world’s largest private nonprofit educational testing and assessment organization, says his company is “pivoting from working on enterprise efficiencies using AI to figuring out how to deliver assessments,” adding that “AI will enable innovation we couldn’t get to before.”</p>



<p class="wp-block-paragraph">For ETS, that means reimagining how the company delivers its core products, “finding areas to do something you couldn’t do before because it was too big or too daunting,” such as having more interactive tests and assessments at scale, Santana says.</p>



<p class="wp-block-paragraph">And while Santana believes organizations can’t move too slowly, he predicts innovation will trump speed. “The winners and losers in the AI race aren’t always going to be the ones that got there the fastest,” he says, observing that those who move too fast “can drive behaviors that are very dangerous.”</p>



<p class="wp-block-paragraph">He adds, “I’m not advocating for moving slow; I’m advocating moving at pace. It’s better to be measured in your approach.”</p>



<h2 class="wp-block-heading">3. The black box of AI costs</h2>



<p class="wp-block-paragraph">CIOs are struggling to calculate the full cost to run AI for their use cases, with estimates coming in well under what their actual bills will be. Consider the figures from research firm IDC, which found that global 1,000 companies will <a href="https://www.cio.com/article/4107377/cios-will-underestimate-ai-infrastructure-costs-by-30.html">underestimate their AI infrastructure costs by 30% through 2027</a>.</p>



<p class="wp-block-paragraph">That makes identifying which AI use cases will produce quantifiable value much more challenging, which in turn makes determining a winning AI strategy harder to do. CIOs, however, say they can’t let that stop them from advising their C-suite colleagues on which AI use cases are likely to be winners.</p>



<p class="wp-block-paragraph">“You can’t sit on the sidelines and wait and watch. The general conclusion is you’re going to lose if you do that, so you have to play even though the cost dynamics are not really well understood,” says <a href="http://mohan%20sankararaman%20-%20corporate%20leadership/">Mohan Sankararaman</a>, executive vice president and CIO of First Horizon Bank.</p>



<p class="wp-block-paragraph">Sankararaman says he’s devising his AI strategy with that uncertainty in mind.</p>



<p class="wp-block-paragraph">“It’s up to me and my team to figure out how to optimize our use for costs, just like we did with cloud,” he says, noting that part of his strategy is to avoid infrastructure choices that could result in AI vendor lock-in and, thus, getting stuck with that vendor’s bills.</p>



<p class="wp-block-paragraph">“IT has to get the engineering right and not overengineer solutions to make sure the AI strategy we pursue delivers returns,” he adds.</p>



<p class="wp-block-paragraph">Researchers recommend such approaches. In a <a href="https://www.idc.com/resource-center/blog/balancing-ai-innovation-and-cost-the-new-finops-mandate/">blog highlighting the IDC research</a>, Jevin Jensen, research vice president for infrastructure and operations at IDC, wrote that “organizations successfully navigating this challenge are ones that effectively share a common trait: they’ve reimagined FinOps as a strategic team, not an after-the-fact accounting exercise. They treat <a href="https://my.idc.com/getdoc.jsp?containerId=US53858725&amp;pageType=PRINTFRIENDLY" target="_blank" rel="noreferrer noopener">AI economics as a living ecosystem</a> — measurable, visible, and continuously optimized.”</p>



<h2 class="wp-block-heading">4. Aligning use cases to business strategy</h2>



<p class="wp-block-paragraph">There are an overwhelming number of potential use cases, so execs must pick and prioritize those that will help them achieve their strategic goals.</p>



<p class="wp-block-paragraph">That’s easier said than done.</p>



<p class="wp-block-paragraph">Enterprise Strategy Group’s <a href="https://www.snowflake.com/en/news/press-releases/snowflake-research-reveals-that-92-percent-of-early-adopters-see-roi-from-ai-investments/">2025 report on generative AI’s ROI</a> surveyed 1,900 business and IT leaders across nine countries and found that 71% had more potential use cases that they want to pursue than they can possibly fund; 54% said selecting the right use cases based on objective measures like cost, business impact, and the organization’s ability to execute is hard; and 71% acknowledged that selecting the wrong use cases will hurt their company’s market position. Furthermore, 59% of respondents said advocating for the wrong use cases could cost them their job.</p>



<p class="wp-block-paragraph">Longtime CIO adviser <a href="http://larry%20wolff%20%7C%20linkedin/">Larry Wolff</a> says challenges picking and prioritizing use cases stems in part from boards and CEOs commanding their teams “to do AI.” Such directives, he explains, puts the technology first and business goals second — something CIOs have been trying to avoid for years.</p>



<p class="wp-block-paragraph">“There should not be a technology strategy. There should be a business strategy with a technology component. The same applies to AI,” says Wolff, now CIO of Preferred Travel Group. “We need to talk about business challenges and opportunities first and then talk about how AI can solve for those.”</p>



<h2 class="wp-block-heading">5. Human readiness to use AI</h2>



<p class="wp-block-paragraph">Even as Sankararaman and his executive colleagues build the bank’s AI strategy, he still sees the need to <a href="https://www.cio.com/article/4146677/the-ai-revolution-getting-culture-right-for-ai-success.html">improve the organization’s understanding of the technology</a>. “Everybody has a basic understanding, but AI fluency isn’t where it should be,” he says, noting that a subpar level of fluency “can hamper creativity.”</p>



<p class="wp-block-paragraph">“If the strategy is to become top notch in, say, customer experience, we have to determine how to achieve that. And if you start building the road map but you don’t know what the technology can do, then the strategy will be limited,” he adds.</p>



<p class="wp-block-paragraph">Sankararaman considers running AI boot camps for executives and their direct reports to improve their knowledge of AI and its transformative capabilities. “Not everyone needs to be an AI expert, but we still need to have a level of understanding of, say, what a large language model is and how to apply it and other elementary things like that. The hope is that when we do talk about strategy for business outcomes, everyone will know how to leverage AI,” he explains.</p>



<p class="wp-block-paragraph">According to <a href="https://www.ey.com/en_us/people/jamaal-justice">Jamaal Justice</a>, principal for people consulting at EY, concern about AI fluency is widespread.</p>



<p class="wp-block-paragraph">“One of the biggest challenges that impacts the success of an AI strategy is human readiness,” Justice says. He points to <a href="https://www.ey.com/en_uk/insights/workforce/work-reimagined-survey">EY research</a> showing “that while 88% of employees use AI at work, only 28% of organizations have positioned employees to achieve transformative business impact from AI. This underscores that the challenge is not access, but adoption and readiness.”</p>



<p class="wp-block-paragraph">Like Sankararaman, Justice acknowledges that it’s OK to have a spectrum of knowledge and use among workers. But success with AI “depends on aligning mindsets, skillsets, and toolsets, by creating the right conditions for both workforce readiness and effective technology use,” he says.</p>



<p class="wp-block-paragraph">“Organizations that integrate human capability with technology and fundamentally rearchitect work using a human-centered and value-oriented approach will unlock value at scale,” he adds. “Those that don’t risk fragmented adoption and limited returns.”</p>



<p class="wp-block-paragraph"><a href="https://www.ey.com/en_uk/insights/workforce/work-reimagined-survey">EY research</a> confirms as much, finding that productivity gains can fall by more than 40% when AI is deployed on weak talent foundations, including poor learning, culture, and incentives.</p>



<h2 class="wp-block-heading">6. Data readiness for AI use</h2>



<p class="wp-block-paragraph"><a href="https://www.cio.com/article/4104444/8-tips-for-rebuilding-an-ai-ready-data-strategy.html">Data readiness</a> is also lagging at most organizations, further hindering AI ambitions.</p>



<p class="wp-block-paragraph">According to a 2026 report from Cloudera and Harvard Business Review Analytic Services titled <a href="https://www.cloudera.com/campaign/taming-the-complexity-of-ai-data-readiness.html">Taming the Complexity of AI Data Readiness</a>, 73% of surveyed business leaders said their organization struggles with AI data preparation. The top obstacles are siloed data and difficulty integrating data sources (56%), lack of a clear data strategy (44%), data quality and bias issues (41%), and regulatory constraints on data use (34%).</p>



<p class="wp-block-paragraph">To ensure AI success, “a radical reshaping of the data landscape is needed,” says <a href="https://www.linkedin.com/in/steve-prewitt-295859/">Steve Prewitt</a>, who as chief data and AI officer at IT services firm Genpact advises clients on AI deployments for their own organizations.</p>



<p class="wp-block-paragraph">That reshaping is more critical today as agentic AI becomes more prevalent, Prewitt observes. Organizations need high-quality well-governed data to enable and trust AI agents to make real-time decisions autonomously. Otherwise, organizations either can’t move forward with deploying agents or, if they do, risk triggering cascading failures.</p>



<h2 class="wp-block-heading">7. Engendering trust</h2>



<p class="wp-block-paragraph">ETS CIO Santana and his colleagues recognize AI’s potential to deliver faulty outputs, whether from problematic data, drift, or other problems. Everyday users recognize that potential, too.</p>



<p class="wp-block-paragraph">That’s why the issue of trust has a significant impact on the nonprofit’s AI strategy. Companies such as ETS that provide critical, high-stakes services know they must earn trust by building AI use cases that can consistently and demonstratively deliver accurate outputs, Santana says.</p>



<p class="wp-block-paragraph">ETS’s strategy is to highlight where AI is making high-stakes decisions and to detail what steps the company must take to ensure that it consistently delivers accurate, trustworthy outputs and that it conforms to established standards and requirements, he says.</p>



<p class="wp-block-paragraph">“You don’t want someone to feel the results may be wrong if you’re using AI to assess a person and their future depends on it,” he notes. “You want to remove any doubts [in such AI use cases], and the strategy should ensure that. The strategy should include all the work needed to have that trust.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Finding the right balance between autonomy and scale]]></title>
<description><![CDATA[For diversified enterprises, few operating model questions are as persistent or polarizing as centralization versus decentralization. Decentralization promises speed, ownership, and local responsiveness. Centralization promises efficiency, standardization, and leverage. Both can be right. Both ca...]]></description>
<link>https://tsecurity.de/de/3680711/it-security-nachrichten/finding-the-right-balance-between-autonomy-and-scale/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3680711/it-security-nachrichten/finding-the-right-balance-between-autonomy-and-scale/</guid>
<pubDate>Mon, 20 Jul 2026 11:36:55 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">For diversified enterprises, few operating model questions are as persistent or polarizing as centralization versus decentralization. Decentralization promises speed, ownership, and local responsiveness. <a href="https://www.cio.com/article/4166851/coherence-where-leadership-and-ai-success-intersect.html?utm=hybrid_search">Centralization</a> promises efficiency, standardization, and leverage. Both can be right. Both can be wrong. The challenge is that many organizations end up with both models operating at once, without enough clarity about why.</p>



<p class="wp-block-paragraph">The result of fragmented systems, duplicated capabilities, inconsistent data, rising IT spend, and a complexity tax that compounds over time is familiar to many CIOs. What starts as autonomy can become architectural sprawl. What starts as enterprise leverage can become bureaucracy. And as companies modernize core platforms, integrate data, and scale capabilities like AI, the tension becomes harder to ignore.</p>



<p class="wp-block-paragraph">Paul Krebs has lived that tension from multiple vantage points. Most recently as CIO and chief transformation officer at Koch Industries, and previously a technology and transformation leader at The Coca-Cola Company, he’s worked in environments where business units value autonomy, enterprise scale matters, and the wrong <a href="https://www.cio.com/article/4074675/the-clear-advantage-of-an-80-20-ai-operating-model.html">operating model</a> can slow progress just as easily as the wrong technology architecture.</p>



<p class="wp-block-paragraph">His conclusion isn’t that CIOs should pick a side, but they need a more intentional form of centralization, one that starts with business architecture, clarifies decision rights, and continually revisits where capabilities should sit as the organization matures.</p>



<h2 class="wp-block-heading"><a></a>Centralization: a design choice, not a doctrine</h2>



<p class="wp-block-paragraph">In diversified organizations, <a href="https://www.cio.com/article/649879/how-huber-spurs-innovation-in-a-historically-decentralized-business.html?utm=hybrid_search">decentralization</a> often starts as the default because it aligns with how the business creates value. Local businesses understand their customers, markets, regulatory environments, and operating realities, and giving them decision rights can increase speed and accountability.</p>



<p class="wp-block-paragraph">In Krebs’ experience, the default model often leaned toward decentralization, he says, with the belief that optimizing for customers and markets would allow different businesses to be as responsive as possible to the specific customers and markets they served. But that logic isn’t complete. Leaders also need to ask whether there’s a compelling case where a more centralized approach can generate additional value, accelerate progress, or optimize investments.</p>



<p class="wp-block-paragraph"><a href="https://www.cio.com/article/4021841/lighting-the-first-flame-how-to-spark-a-transformation-that-sticks.html">Digital transformation</a> created one of those moments. Krebs recalls around 2016 when Koch challenged its businesses to build multi-year digital transformation roadmaps. The ambition was there, but the capabilities to execute at the necessary pace weren’t evenly distributed. In response, the organization invested more aggressively from the center, building shared services and centers of expertise in areas such as business transformation, enterprise applications, and data and analytics.</p>



<p class="wp-block-paragraph">The purpose was acceleration, not control. Centralizing those capabilities helped accelerate learnings, capability building, and their ability to deploy new solutions at scale. But the move wasn’t treated as permanent. “There was always a belief that the centralization push should be re-looked at on a regular basis, not thought of as a forever decision,” he says.</p>



<h2 class="wp-block-heading"><a></a>Know what belongs at the center</h2>



<p class="wp-block-paragraph">Over time, Krebs learned that  the capabilities most likely to remain centralized were those where scale, consistency, and risk management mattered more than local differentiation. Infrastructure, <a href="https://www.cio.com/article/4065346/how-cross-functional-teams-rewrite-the-rules-of-it-collaboration.html?utm=hybrid_search">collaboration platforms</a>, cybersecurity, cloud management, FinOps, and the help desk were natural candidates to remain shared services.</p>



<p class="wp-block-paragraph">Other areas were more nuanced. Some application capabilities moved back into the businesses as local maturity increased. Many data and insights capabilities also moved closer to the business once teams had built enough muscle to own them. Meanwhile, certain emerging capabilities such as spatial technologies like AR/VR remained centralized because it didn’t yet make sense for each business to build them independently. Many companies have lived this journey as well, for example, with gen AI, which often started with a <a href="https://www.cio.com/article/4027422/the-missing-backbone-behind-your-stalled-ai-strategy.html">center of excellence</a>, and then evolved into a more decentralized approach, enabling teams across the business to innovate quickly.</p>



<p class="wp-block-paragraph">That distinction avoids the trap of treating the enterprise as one uniform operating model. “Both models can be successful, and both have advantages,” he says. “That’s what makes the balance so difficult.”</p>



<p class="wp-block-paragraph">Centralization provides a clearer path to execution at scale and cleaner decision rights, but it requires <a href="https://www.cio.com/article/4082282/preparing-your-workforce-for-ai-agents-a-change-management-guide.html?utm=hybrid_search">change management</a> and careful attention to bureaucracy. Decentralization provides ownership and speed, but it can also over index toward preference versus real differentiation, he adds, while making architecture harder to scale later.</p>



<h2 class="wp-block-heading"><a></a>Don’t confuse standardization with centralization</h2>



<p class="wp-block-paragraph">One of the most important distinctions Krebs makes is between centralization and standardization. Many organizations treat them as interchangeable, but they’re not.</p>



<p class="wp-block-paragraph">“You can have a centralized team that can manage the nuances of different requirements,” Krebs says. “You can also have a centralized standard platform that can be used in a decentralized manner.”</p>



<p class="wp-block-paragraph">That distinction opens up more operating model choices. A company may centralize a platform but decentralize how business teams configure or use it. It may standardize process patterns while keeping execution close to the region or business unit. It may also centralize architectural governance while allowing local teams to move quickly within defined guardrails.</p>



<p class="wp-block-paragraph">This is especially important in global organizations, where regional needs are real but not always unique. Krebs advises leaders to examine whether local requirements can be made more generic and reusable. The risk is solving each local requirement as a one-off, so the better path is to understand the underlying requirement, build it in a way that can scale, and still allow local teams to execute within the standard model.</p>



<h2 class="wp-block-heading"><a></a>Let business architecture lead technology architecture</h2>



<p class="wp-block-paragraph">Few topics expose the centralization tension more clearly than ERP consolidation. Many diversified companies, particularly those shaped by acquisition, end up with dozens or hundreds of ERP instances. Some leaders push for massive consolidation. Others prefer to build integration layers on top of the existing environment.</p>



<p class="wp-block-paragraph">Krebs’s starting point is neither technology nor cost. It’s business architecture. “The easiest and most effective path is when the IT or systems architecture follows and aligns to the business architecture,” he says.</p>



<p class="wp-block-paragraph">If the business is truly going to operate processes separately, separate systems may be appropriate. But if the organization has numerous teams, processes, and tools, leaders need to ask whether there’s enough differentiation and value to justify that complexity.</p>



<p class="wp-block-paragraph">The same logic applies to <a href="https://www.cio.com/article/3973877/treat-your-transformation-like-a-merger.html">M&amp;A</a>. Companies can get into trouble when integration synergies are held hostage by ERP migration timelines. Instead, Krebs advises starting with the business integration strategy. Understand where the synergies are, how the business architecture should come together, and then decide whether the IT architecture needs to be fully integrated, or whether a data layer, reporting platform, or other integration approach can deliver value faster.</p>



<h2 class="wp-block-heading"><a></a>Make the cost of complexity visible</h2>



<p class="wp-block-paragraph">CIOs in decentralized companies often face a frustrating dynamic. The business wants autonomy and speed, but the same leadership team still questions why IT spend is high relative to benchmarks. Krebs says the answer starts with cost alignment and visibility.</p>



<p class="wp-block-paragraph">In environments with a mix of centralized and decentralized services, Krebs saw centralized capabilities like infrastructure, help desk, and security perform well on benchmarks. More decentralized areas, such as BI, reporting, and commercial applications, often had more redundancy and higher cost.</p>



<p class="wp-block-paragraph">The point isn’t to blame the business but make the <a href="https://www.cio.com/article/3985680/products-not-permission-slips-a-new-way-to-pay-for-digital-value.html">economics</a> of complexity visible. CIOs need to show how flexibility in one area may require multiple systems, data stores, or teams elsewhere. “I understand we want flexibility here,” Krebs says. “But leaders must see when that flexibility may cost the company money, and be clear on whether the value justifies it.”</p>



<p class="wp-block-paragraph">That shifts the conversation from IT cost to business service economics. A single aggregate IT spend number is rarely useful in a decentralized environment. More helpful is a capability-based view that shows which areas are scaled efficiently, which are fragmented, and where the business architecture is driving the technology cost structure.</p>



<h2 class="wp-block-heading"><a></a>Revisit the model as maturity changes</h2>



<p class="wp-block-paragraph">For a new CIO entering a decentralized environment, Krebs cautions against immediately declaring that too many things need to be centralized. The better starting point is curiosity. “I would begin with just trying to understand why they’ve made the decisions they have,” he says.</p>



<p class="wp-block-paragraph">From there, CIOs can engage leaders in a conversation about the <a href="https://www.cio.com/article/3966240/from-banquet-to-bistro-how-the-product-model-is-transforming-the-business-of-technology.html">target operating model</a>, connecting business architecture to technology, data, and organizational capabilities. Once the direction is clear, he advises CIOs to work with the willing. Find the parts of the organization that already see the need for change, prove the model there, and scale from demonstrated success.</p>



<p class="wp-block-paragraph">Regardless of execution, though, the right model changes over time. A low-maturity capability may benefit from centralization because the organization needs to build talent, avoid reinventing the wheel, and accelerate learning. As maturity grows, decentralization may make more sense because business teams need flexibility to adapt quickly. Once maturity is high and patterns stabilize, the organization may be ready to centralize again to <a href="https://www.cio.com/article/4158552/scaling-ai-at-union-pacific-starts-with-people.html?utm=hybrid_search">leverage scale</a>.</p>



<p class="wp-block-paragraph">“Once I’ve decided I’m going to start with centralized or decentralized, you don’t necessarily need to stay in that model,” Krebs says. “You need to be continually revisiting the operating model as your organization matures and evolves.”</p>



<p class="wp-block-paragraph">That may be the heart of smart centralization. It rejects the false permanence of operating model decisions, and recognizes that autonomy and scale are both valuable, but in different places, at different times, for different reasons.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Warum KI-Kosten mehr brauchen als klassisches FinOps]]></title>
<description><![CDATA[Künstliche Intelligenz verändert die Ökonomie der Unternehmens-IT. Über viele Jahre haben Organisationen Cloud-Kosten vor allem als Frage der Infrastrukturtransparenz betrachtet: Wie viel Compute läuft? Wie viel Storage wird genutzt? Wie viele Daten werden übertragen? 

Tags: #FinOps | #Künstlich...]]></description>
<link>https://tsecurity.de/de/3674957/it-security-nachrichten/warum-ki-kosten-mehr-brauchen-als-klassisches-finops/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3674957/it-security-nachrichten/warum-ki-kosten-mehr-brauchen-als-klassisches-finops/</guid>
<pubDate>Fri, 17 Jul 2026 05:06:59 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://www.it-daily.net/wp-content/uploads/2026/07/Ki-Kosten-1920-shutterstock-2760602107.jpg" class="attachment-full size-full wp-post-image" alt="Ki-Kosten" decoding="async" srcset="https://www.it-daily.net/wp-content/uploads/2026/07/Ki-Kosten-1920-shutterstock-2760602107.jpg 1920w, https://www.it-daily.net/wp-content/uploads/2026/07/Ki-Kosten-1920-shutterstock-2760602107-300x169.jpg 300w, https://www.it-daily.net/wp-content/uploads/2026/07/Ki-Kosten-1920-shutterstock-2760602107-1024x576.jpg 1024w, https://www.it-daily.net/wp-content/uploads/2026/07/Ki-Kosten-1920-shutterstock-2760602107-768x432.jpg 768w, https://www.it-daily.net/wp-content/uploads/2026/07/Ki-Kosten-1920-shutterstock-2760602107-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" title="Warum KI-Kosten mehr brauchen als klassisches FinOps 1"></p>
    Künstliche Intelligenz verändert die Ökonomie der Unternehmens-IT. Über viele Jahre haben Organisationen Cloud-Kosten vor allem als Frage der Infrastrukturtransparenz betrachtet: Wie viel Compute läuft? Wie viel Storage wird genutzt? Wie viele Daten werden übertragen? 

<p>Tags: <a href="https://www.it-daily.net/thema/finops">#FinOps</a> | <a href="https://www.it-daily.net/thema/kuenstliche-intelligenz">#Künstliche Intelligenz</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Demystifying AI Exploits: A Blueprint for AI-Assisted Vulnerability Management]]></title>
<description><![CDATA[Written by: Jules Czarniak

Introduction 
As highlighted in the Mandiant M-Trends 2026 report, the mean time-to-exploit (TTE) has dropped to -7 days, meaning vulnerabilities are often exploited a week before a patch even exists. 
To keep pace, many security teams are exploring how to integrate la...]]></description>
<link>https://tsecurity.de/de/3673775/it-security-nachrichten/demystifying-ai-exploits-a-blueprint-for-ai-assisted-vulnerability-management/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3673775/it-security-nachrichten/demystifying-ai-exploits-a-blueprint-for-ai-assisted-vulnerability-management/</guid>
<pubDate>Thu, 16 Jul 2026 16:23:24 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="block-paragraph_advanced"><p>Written by: Jules Czarniak</p>
<hr></div>
<div class="block-paragraph_advanced"><h3><span>Introduction </span></h3>
<p><span>As highlighted in the </span><a href="https://cloud.google.com/security/resources/m-trends"><span>Mandiant M-Trends 2026 report</span></a><span>, the mean time-to-exploit (TTE) has dropped to -7 days, meaning vulnerabilities are often exploited a week before a patch even exists. </span></p>
<p><span>To keep pace, many security teams are exploring how to integrate large language model (LLM) agents into their codebases, development environments and continuous integration and continuous delivery (CI/CD) pipelines for automated vulnerability discovery and remediation. However, deploying privileged artificial intelligence (AI) agents without mature integration processes introduces new architectural risks. </span></p>
<p><span>In response to customer inquiries about how to safely integrate AI capabilities into vulnerability management workflows, this blog provides actionable guidance from Mandiant Consulting about how to establish operational guardrails for AI assisted vulnerability management, including several detailed scenarios. What each of these examples show is that security teams can accelerate workflows with AI while also upholding the structural integrity of their environments. We suggest that combining AI capabilities with deterministic controls and human intelligence in strategic ways maximizes benefits and reduces risk. </span></p>
<h3><span>Establish Operational Guardrails to Safely Deploy AI Agents</span></h3>
<p><span>To safely adopt advanced AI capabilities without introducing unpredictable failures into deployment pipelines, organizations should ground their approach in established industry standards. While guidelines like the </span><a href="https://www.nist.gov/itl/ai-risk-management-framework" rel="noopener" target="_blank"><span>NIST AI Risk Management Framework (RMF)</span></a><span> and the </span><a href="https://owasp.org/www-project-top-10-for-large-language-model-applications/" rel="noopener" target="_blank"><span>OWASP Top 10 for LLMs</span></a><span> provide comprehensive baselines for identifying risks, operationalizing these controls requires a structural blueprint.</span></p>
<p><span>Frameworks like </span><a href="https://safety.google/intl/en_sg/safety/saif/" rel="noopener" target="_blank"><span>Google’s Secure AI Framework (SAIF)</span></a><span> </span><a href="https://safety.google/intl/en_sg/safety/saif/" rel="noopener" target="_blank"><span>and</span></a><a href="https://storage.googleapis.com/gweb-research2023-media/pubtools/1018686.pdf" rel="noopener" target="_blank"><span> </span><span>Google’s approach to secure AI Agents</span></a><span> provide a practical path forward, demanding that organizations extend existing deterministic controls directly into the AI execution environment. When deploying AI agents, security teams should navigate specific operational and structural risks:</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Pre-agent data security and Defense-in-Depth:</strong><span> Agents should not be able to access personally identifiable information (PII), protected health information (PHI), or other sensitive data. Organizations should enforce data security before the prompt reaches the model. This includes strictly using non-production environments populated with synthetic data for testing. For production, security teams should deploy a hybrid defense-in-depth model. This includes Layer 1 deterministic policy engines acting as chokepoints, alongside Layer 2 reasoning-based defenses like specialized guard models (such as </span><a href="https://docs.cloud.google.com/model-armor/overview"><span>Model Armor</span></a><span> or similar provider-agnostic guardrails) to filter out sensitive data and block malicious prompt injections before they reach the agent layer. Crucially for vulnerability discovery, security teams should treat the codebase itself as an untrusted input. Threat actors can embed indirect prompt injections within source code comments or third-party dependencies (e.g., hidden instructions telling the agent to ignore vulnerabilities or exfiltrate environment variables), making input sanitation a requirement even for internal scanning.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Cloud provider limitations and zero data retention (ZDR):</strong><span> Many cloud and LLM providers block or throttle automated offensive security probing by default to prevent abuse. Organizations should establish clear rules of engagement and authorized testing agreements to navigate acceptable use policies. Furthermore, organizations should enforce strict zero data retention (ZDR) agreements with their LLM providers to guarantee that proprietary code and discovered vulnerabilities are never used to train external models.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Workload isolation:</strong><span> Agent workloads should execute in strictly isolated, unprivileged containers with dynamically limited privileges. By relying on robust sandboxing to prevent privilege escalation, if an agent hallucinates a destructive command or is hijacked via prompt injection, the blast radius remains contained.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Red Teaming:</strong><span> Before deploying autonomous vulnerability scanners that can dynamically spin up sandboxes and execute code, organizations should subject the AI agents themselves to human-led red teaming as part of comprehensive assurance efforts. This validates the agent's resilience against jailbreaks, recursive logic loops, and complex prompt injections, ensuring the security tooling does not become the attack vector.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Least-Privileged Machine Identities and Human Controllers:</strong><span> While workloads should be isolated, agents inherently require privileges to generate pull requests and commit code. Security teams should ensure these agents operate under distinct, strictly scoped machine identities that tie back to human controllers to ensure accountability and user consent. Organizations should use short-lived, just-in-time (JIT) tokens bound exclusively to the specific repository and branch under review. T</span><span>his enforces the principle of limited agent powers and ensures that even if an agent’s container is compromised via prompt injection, the threat actor cannot pivot to modify adjacent enterprise codebases.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Supply chain resilience for skills:</strong><span> As developers augment AI with third-party skills and model context protocol (MCP) servers, security teams should treat these integrations as untrusted supply chain components. MCP plugins introduce the risk of supply chain poisoning, where a previously benign integration is silently updated with malicious dependencies. Additionally, security teams should evaluate the underlying agent orchestration frameworks themselves (e.g., LangChain, AutoGen) for inherent vulnerabilities, such as session memory poisoning or recursive loop hijacking.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Toxic flow analysis (TFA) and Observable Actions:</strong><span> The objective of TFA is to monitor data paths at runtime, ensuring agents do not exfiltrate sensitive internal context to unvetted external endpoints. Agent actions, inputs, reasoning, and outputs must be fully observable and transparently logged. While implementing dynamic taint tracking for LLMs remains a complex architectural challenge, organizations should clearly separate this runtime observability from static supply chain controls. Integrating threat intelligence to hash and vet incoming agent tools provides a necessary baseline for verifying integrity </span><span>before</span><span> deployment. However, because static controls cannot address behavior post-deployment, mitigating data exfiltration ultimately requires active runtime monitoring and secure, centralized logging to trace and restrict the actual flow of data.</span></p>
</li>
</ul></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/Demystifying_AI_image1.max-1000x1000.png" alt="Demystifying AI image1">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="u6hlz">Figure 1: Visual representation of an isolated AI agent environment using SAIF mechanisms</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><p><span>By operationalizing these tools within frameworks that demand verifiable integrity and structural resilience, organizations can safely bridge the gap between AI velocity and enterprise defense.</span></p>
<h3><span>The need for human-led threat modeling</span></h3>
<p><span>While LLMs excel at identifying syntax patterns, source code itself rarely contains the full picture of unwritten business intent. Some organizations attempt to solve this by connecting LLM agents to internal wikis, design documents, and issue trackers using retrieval-augmented generation (RAG).</span></p>
<p><span>While RAG gives the model access to external business context, it is not a perfect fix. Corporate documentation is frequently stale, contradictory, or incomplete. An AI agent might retrieve an outdated architecture diagram and confidently hallucinate a secure path that no longer exists in production. Because LLM agents struggle to resolve conflicting, undocumented human assumptions, human-led threat modeling remains a critical security control across both legacy applications and modern agent workflows.</span></p>
<p><span>Security teams should apply threat modeling during both the pre-build system design phase to establish a secure foundation, and during post-build architecture reviews. While an AI agent might successfully identify a poorly configured internal endpoint locally, a human threat modeler asks the structural question: </span><span>why does that microservice possess broad database read permissions in the first place?</span><span> </span></p>
<p><span>Identifying architectural vulnerabilities requires reasoning about business risk, data sensitivity, and operational constraints. To structure this process, organizations can use industry frameworks like PASTA (Process for Attack Simulation and Threat Analysis) or service offerings like the </span><a href="https://services.google.com/fh/files/misc/ds-threat-modeling-security-service-en.pdf" rel="noopener" target="_blank"><span>Mandiant Threat Modeling Security Service</span></a><span> to map trust boundaries, uncover structural design flaws, and prioritize compensating controls. Securing fundamental architecture through human oversight is a necessary component when relying on automated agents to find bugs in a poorly designed system.</span></p>
<p><span>Once these AI agents are safely sandboxed, as guided by SAIF, and the architecture is verified through threat modeling, organizations can typically apply them to two different problem spaces: Enterprise Vulnerability Management (to assist in managing the volume of known CVEs in commercial off-the-shelf (COTS) software and infrastructure) and Product Security (to identify vulnerabilities in 1st-party (1P) code).</span></p>
<h3><span>Track 1: Enterprise Vulnerability Management</span></h3>
<h4><span>Foundational security and discovery </span></h4>
<p><span>While the second track of this post explores how AI agents can uncover complex zero-days in custom code, organizations should manage the scale of enterprise infrastructure in tandem with these AI deployments. Even as new AI capabilities dominate headlines, organizations should still address foundational security challenges, such as secrets sprawl, unmanaged service accounts, missing FIDO2 MFA, and legacy VPN concentrators. Although vulnerability exploitation was the primary initial infection vector in intrusions Mandiant investigated last year, threat actors consistently rely on missing foundational controls and unpatched edge devices to secure and escalate their foothold after exploiting a vulnerability.</span></p>
<p><span>Furthermore, AI cannot replace foundational visibility. As security teams deploy AI agents, they should simultaneously close these tactical entry points by maximizing dynamic discovery capabilities like External Attack Surface Management (EASM), Cloud Security Posture Management (CSPM), and Continuous Threat Exposure Management (CTEM). In hybrid and cloud environments, tools like </span><a href="https://cloud.google.com/wiz?e=48754805"><span>Wiz</span></a><span> can be used to map this initial footprint.</span></p>
<h3><span>Risk-based vulnerability management </span></h3>
<p><span>Vulnerability management teams are already overwhelmed by the current volume of findings generated by traditional scanners. As organizations scale dynamic discovery tools, such as EASM, CSPM and CTEM, alongside automated AI agents, this influx of findings will compound the problem. To manage this influx, telemetry from these diverse discovery methods must first be normalized and deduplicated. This normalized data serves two purposes: it feeds directly into the risk engine, and it acts as a live overlay to correct stale records in the configuration management database (CMDB). By evaluating the deduplicated vulnerabilities alongside this newly updated asset context and frontline threat intelligence, the RBVM engine calculates a custom risk score that allows security teams to dynamically prioritize remediation.</span></p>
<p><span>A mature RBVM methodology calculates a customized risk score on a 0 to 100 scale using a weighted average. A sample formula for calculating this risk-based score is:</span></p>
<p><span>Final Score = (W_1 * S_vuln) + (W_2 * S_asset) + (W_3 * S_threat)</span></p>
<p><span>The variables and weights (W) are customized to the organization's risk appetite (for example, 0.20 for vulnerability, 0.40 for asset, and 0.40 for threat, summing to 1.0), while the underlying variables (S) are scored on a 0 to 100 scale and defined as follows:</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Vulnerability severity (S_vuln): </strong><span>The inherent technical severity of the flaw. This is calculated by taking the CVSS Base Score (which natively accounts for confidentiality, integrity, and availability impact) and multiplying it by 10.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Asset context (S_asset): </strong><span>A combined metric of exposure and data sensitivity. Scores range from 100 for internet-facing assets holding customer data, down to 25 for internal-only assets with no sensitive data. To translate this impact into monetary terms for non-technical stakeholders, organizations can incorporate Factor Analysis of Information Risk (FAIR) principles into this metric. However, this approach requires highly accurate, continuously updated financial data that many enterprises struggle to maintain at scale.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Threat context (S_threat): </strong><span>The real-world urgency of the vulnerability. Scores range from 100 if actively exploited by threat actors relevant to the organization's profile, 75 if a proof-of-concept exists or if it is a vulnerability class easily exploited by autonomous AI agents, down to 25 if the exploit is theoretical and highly complex. Organizations should also map the Exploit Prediction Scoring System (EPSS) probability percentage directly into this variable. This allows the threat score to automatically scale up or down as real-world exploitation telemetry shifts, aligning static vulnerability data with active threat intelligence.</span></p>
</li>
</ul>
<p><span>An asset's customized risk score should directly influence internal remediation service-level agreements (SLAs), unless external compliance-driven mandates, such as CISA Binding Operational Directives (BODs), or relevant equivalents, override internal prioritization. A risk-driven and threat-intelligence-driven vulnerability prioritization methodology will help organizations focus resources on managing and mitigating the most critical security vulnerabilities first. This is an area where LLMs can support the vulnerability management process, particularly by helping teams synthesize unstructured threat intelligence to surface relevant risk contexts more efficiently. Enforcing strict SLOs for patching, while requiring formal risk acceptance documentation for any patching exceptions, will help reduce the number of vulnerabilities available to threat actors and increase the visibility of outstanding risks across the organization. Furthermore, organizations should integrate RBVM data directly into their security orchestration, automation, and response (SOAR) platforms for automated alert enrichment.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--medium
      
      
        h-c-grid__col
        
        h-c-grid__col--4 h-c-grid__col--offset-4
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/Demystifying_AI_image5.max-1000x1000.png" alt="Demystifying AI image5">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="ce5s1">Figure 2: Integration points of a risk-based vulnerability management (RBVM) program.</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h3><span>Containment and Observability</span></h3>
<p><span>Modern architecture blueprints must prioritize attack surface reduction under the assumption that vulnerabilities will inevitably be exploited. Moving away from traditional perimeter defenses, organizations should align with zero trust principles, ensuring that security boundaries are established around every asset, workload, and identity.</span></p>
<p><span>A component of this alignment is the implementation of strong authentication principles. Organizations should eliminate implicit trust by enforcing continuous, context-aware authentication and authorization. Utilizing Zero Trust Network Access (ZTNA) solutions, such as Identity-Aware Proxies (IAP), shields critical management interfaces (e.g., SSH, RDP) and internal systems from direct internet exposure, granting access only to verified identities and compliant devices.</span></p>
<p><span>For public-facing applications and APIs, attack surface reduction involves deploying Layer 7 inspection at the load balancer or API gateway level. This hardening layer enforces strict schema validation, intercepting and neutralizing malformed inbound traffic and potential exploits before they can interact with internal application logic.</span></p>
<p><span>Securing the software supply chain is equally vital in modern blueprints, and organizations should align with frameworks like </span><a href="https://slsa.dev/spec/v0.1/levels" rel="noopener" target="_blank"><span>Supply-chain Levels for Software Artifacts (SLSA)</span></a><span> across both dependency and build tracks. Security policies should mandate that third-party dependencies are routed through a centralized artifact repository equipped with automated curation services, such as </span><a href="https://cloud.google.com/security/products/assured-open-source-software"><span>Google Assured Open Source Software (OSS)</span></a><span> or an equivalent solution, preventing untrusted code from entering the development lifecycle. Furthermore, maturing toward advanced SLSA build levels (e.g., SLSA level 3) through the implementation of isolation, ephemerality and reproducibility requirements via  ephemeral compute infrastructure for CI/CD runners reduces the likelihood of attacker persistence by ensuring environments are short-lived and automatically cycled.</span></p>
<p><span>To complement these pre-build controls, runtime observability should be established across all production workloads. This requires monitoring both infrastructure-level behavior and the specific runtime libraries actively executing in production, which surfaces true exploitable risk far beyond a static Software Bill of Materials. In tandem with monitoring workloads, organizations should secure how they authenticate by implementing workload identity federation. By removing static credentials and instead using short-lived tokens backed by strong cryptographic identity verification, organizations can reduce the risk of credential theft and unauthorized lateral movement.</span></p>
<p><span>Within the internal environment, microsegmentation should be enforced to break down flat networks into granular security zones. Routing application traffic through a Secure Access Service Edge (SASE) architecture integrates network routing directly with robust identity controls, rendering internal services completely invisible to unauthenticated users and containing threats to their initial point of entry.</span></p>
<p><span>Finally, automated containment and incident response within a zero trust framework must rely on deterministic, auditable tooling. Endpoint detection and response (EDR) platforms and SOAR playbooks should handle high-fidelity containment tasks through hardcoded execution logic. While AI tools accelerate triage and policy recommendation, actual execution capabilities must remain restricted to well-defined, pre-tested workflows to maintain total architectural predictability.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/Demystifying_AI_image8.max-1000x1000.png" alt="Demystifying AI image8">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="ak3zc">Figure 3: Structural containment and observability architecture</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h3><span>Track 2: Product Security &amp; Development (1P Code)</span></h3>
<h4><span>Deterministic and probabilistic tooling</span></h4>
<p><span>Integrating LLM agents into vulnerability management and security workflows requires recognizing the differences between deterministic and probabilistic tooling. Traditional SAST and DAST tools utilize fixed methodologies to evaluate vulnerabilities through structural code parsing or definitive runtime observations. LLMs, however, evaluate source code by processing tokens simultaneously to calculate statistical and semantic relationships, rather than tracing deterministic execution tracks.</span></p>
<p><span>While techniques like Chain of Thought (CoT) prompting allow models to bridge this gap by decomposing complex code paths into intermediate reasoning steps, this process remains bounded by architectural limitations. Even when a model possesses a context window large enough to ingest entire repositories, it may experience attention degradation across long inputs, often failing to correctly weight intervening validation or sanitization logic within the prompt. For example, if a variable is tainted on line 10 but sanitized on line 500, attention degradation can cause the model to lose track of the sanitization logic. Furthermore, when enterprise codebases require chunking to fit within context limits, the resulting fragmentation may cause the model to lose track of end-to-end data flows.</span></p>
<p><span>Consequently, probabilistic engines are effective at uncovering localized, static anomalies, such as hardcoded credentials or outdated dependencies, but frequently misjudge complex vulnerabilities split across fragmented chunks or extended context windows. Notable exceptions occur when these probabilistic models are coupled with deterministic feedback loops. For instance, when analyzing C++ memory corruption, an LLM can be equipped with a test harness to iteratively execute code and definitively prove a crash. While these dynamic validation applications are detailed in subsequent sections, the baseline limitation for static analysis across standard enterprise codebases remains: models struggle to consistently evaluate dispersed logic.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/Demystifying_AI_image4.max-1000x1000.png" alt="Demystifying AI image4">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="ak3zc">Figure 4: Deterministic SAST scanners vs. probabilistic LLMs</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h3><span>Binary and architectural oracles</span></h3>
<p><span>Many security programs are moving toward agent workflows where an agent autonomously spins up a test environment and uses tools to execute payloads and verify its findings. This is a promising approach, but it is important to understand where it is most effective.</span></p>
<p><span>Agent workflows perform well against bug classes with binary and observable oracles, meaning the system provides an objective, 'crash or no crash' feedback loop. For example, if a model is hunting for memory corruption in a C++ kernel, a successful exploit is undeniable: the payload executes, and a resulting crash definitively proves the vulnerability. This explains why the industry is currently seeing a surge in AI-discovered vulnerabilities across memory-unsafe targets like web browsers and operating systems.</span></p>
<p><span>However, enterprise software is heavily dominated by vulnerabilities that require architectural oracles for validation. Vulnerabilities like authorization bypasses, complex business logic flaws, and indirect server-side request forgeries require an understanding of business context and cross-service trust boundaries. If an agent's payload fails to produce a clear outcome, it can't reliably distinguish whether the vulnerability is a hallucination or if it simply constructed the payload incorrectly. An agent's malformed payload might even crash an unrelated background process and cause the model to hallucinate a success and report a false confirmation. Complex enterprise architecture contains unwritten business intent that a probabilistic engine can't inherently know.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/Demystifying_AI_image3.max-1000x1000.png" alt="Demystifying AI image3">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="bg92b">Figure 5: Evaluating vulnerabilities against binary vs. architectural oracles</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h3><span>Targeted deployment and human impact</span></h3>
<p><span>Organizations adopting LLMs for vulnerability discovery face a massive staffing challenge. LLMs can generate findings significantly faster than human engineers can triage them. If every LLM-generated alert requires manual review, security teams will quickly face burnout and/or suffer alarm fatigue.</span></p>
<p><span>Rather than indiscriminately pointing agents at all available codebases and risking an influx of unverified output, security teams need a selective deployment strategy. Mature programs should maintain SAST and DAST for baseline hygiene and deterministic rule enforcement, and reserve intensive agent audits for high-impact components with clear binary oracles.</span></p>
<p><span>Organizations can prioritize agent audits on systems where the technology's strengths align with the broader risk profile:</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Memory-unsafe codebases:</strong><span> Legacy or high-performance components written in memory-unsafe languages such as C, C++, or Assembly are strong candidates for LLM audits. These languages are susceptible to memory corruption flaws, such as buffer overflows and use-after-free conditions. Because these vulnerabilities trigger definitive failure states like segmentation faults, they work well with automated sandboxes where agents can compile the code with memory sanitizers and write proof-of-concept inputs. This approach is also effective for auditing the native extensions where safe languages call unsafe internal libraries, such as Python C extensions or the Java Native Interface (JNI).</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Systems highly exposed to outside content:</strong><span> First-party data ingestion pipelines, custom API gateways, or proprietary edge proxies. A prerequisite here is direct access to the source code, this strategy is strictly for internally developed or fully open-source codebases where the organization can inspect the logic. Because these systems directly parse untrusted internet traffic, targeting their source code for LLM-driven audits yields the highest risk-reduction ROI.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Shared internal libraries and utilities: </strong><span>Core serialization/deserialization packages, common utility functions, and custom middleware wrappers (such as internal message-queue parsers) maintained in-house. Because the enterprise owns the source code for these shared building blocks, agent tools can easily hook into them within automated test harnesses to fuzz inputs and catch low-level logic or parsing bugs with high fidelity.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Foundational security boundaries:</strong><span> Internally developed centralized authentication services, custom OAuth providers, and internal credential brokers. While testing complex identity boundaries generates higher logic-based noise, having full access to the source code allows teams to pair agents with deterministic checks to safely triage findings, given that the blast radius of an authentication failure justifies the human effort.</span></p>
</li>
</ul>
<p><span>To filter the noise generated by LLMs, organizations should establish routing rules. Require the agent to generate a fully reproducible, deterministic test harness (such as a compiled binary or a Python test script) that attempts to prove the exploit. This harness must execute automatically in an isolated, monitored sandbox. If the sandbox execution fails (due to a syntax error or a failed exploit), the ticket is discarded, sparing human resources. However, organizations should enforce execution timeouts and iteration limits on these test harnesses. Without hard limits, an autonomous agent attempting to prove a vulnerability can fall into an infinite loop: writing a script, failing, rewriting, and failing again, exhausting API token budgets and compute resources against a single dead-end vulnerability, creating significant cost overruns without advancing the security review. To manage these expenses, organizations should incorporate FinOps principles to balance the compute and API costs of LLM audits against the traditional expenses of manual triage.</span></p>
<p><span>However, a successful execution in the sandbox does not guarantee an actionable, high-priority risk. In practice, autonomous agents frequently produce working PoCs for genuine technical flaws that are ultimately irrelevant; or warrant a lower remediation priority within the context of the system's threat model. For example, the agent might successfully exploit an unreachable dead-code path, or trigger a bug that requires administrative access to execute and yields no further escalation of privilege. Therefore, a human engineer should be assigned to review and prioritize the ticket only if the sandbox registers a successful execution, validating environmental context, reachability, and true business impact as part of the review.</span></p>
<p><span>This workflow reduces the volume of alerts, but it is important to understand that the security team's workload does not disappear. The engineer's primary job shifts from manually hunting for the initial vulnerability to auditing the LLM-generated proof to ensure it represents a meaningful risk rather than an unexploitable or contextually irrelevant finding. Leadership should properly staff and train teams for this new reality. Deploying LLM agents does not remove the need for skilled practitioners; it redirects their workload toward complex validation. Equally important is training teams to recognize the risk of false negatives. A hyper-focus on filtering AI-generated noise can create a false sense of security. If an exploit relies on a novel technique or a zero-day vulnerability that was not heavily weighted in the model's training data, the agent will likely scan right past it in silence. LLMs augment discovery, but they do not guarantee exhaustive coverage.</span></p>
<p><span>When integrating LLMs into SAST triage pipelines, human engineers should also verify the broader architectural integrity. Prompting an LLM with specific SAST warnings can induce contextual narrowing, where the agent becomes hyper-fixated on resolving a localized syntax error and misses broader architectural flaws existing in the same file. Furthermore, if the agent's mandate extends beyond discovery to automated remediation (such as writing and proposing code fixes), this human-in-the-loop validation becomes critical to ensure the LLM does not inadvertently introduce new regressions or bypass intended business logic.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/image_20.max-1000x1000.png" alt="Demistiying Image 6 New">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="bg92b">Figure 6: Flowchart outlining the targeted LLM deployment and triage workflow.</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h3><span>Remediation and hardening</span></h3>
<h4><span>LLM-assisted code remediation</span></h4>
<p><span>A primary goal of integrating large language models (LLMs) into the software development lifecycle is automated remediation. To achieve this, organizations are deploying these capabilities through two primary execution methods: directly within the integrated development environment (IDE) or as a centralized pipeline runner. Examples include </span><a href="https://deepmind.google/blog/introducing-codemender-an-ai-agent-for-code-security/" rel="noopener" target="_blank"><span>CodeMender</span></a><span>, although as of time of writing, it is not publicly available.</span></p>
<h4><strong>IDE-integrated method</strong><span> </span></h4>
<p><span>This method shifts remediation as far left as possible by operating as an active pair-programmer. Tools running continuous static analysis in the background of the IDE surface vulnerabilities directly to the developer via editor diagnostics like inline indicators or hover tooltips.</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Localized scope:</strong><span> The developer can trigger the LLM agent to analyze the localized data flow and generate a targeted patch (such as implementing parameterized SQL queries). By constraining the LLM to localized, syntax-level fixes, the scope of the change remains contained. This prevents the agent from attempting sprawling, multi-file refactors that frequently break complex architectural logic.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Human-in-the-loop:</strong><span> The developer reviews the AI-generated patch before the code is committed.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Managing false positives:</strong><span> Local IDE agents allow developers to manage false positives dynamically. Suppressing alerts anchored to specific line text reduces alert fatigue and preserves developer trust.</span></p>
</li>
</ul>
<h4><strong>CI/CD runner method</strong><span> </span></h4>
<p><span>The runner method executes asynchronously within the CI/CD pipeline to use an LLM to review committed code and automatically propose remediation.</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Restricted execution and deterministic validation: </strong><span>Asking a centralized runner to automatically rewrite a complex, multi-file authorization flaw directly in the main branch introduces a high risk of breaking logic errors. To mitigate this, agents must be restricted to generating pull requests (PRs). Once a PR is generated, it must automatically execute standard regression suites alongside the deterministic test harness. By rerunning the initial PoC against the patched code, the workflow repurposes the exploit script as a validation oracle to prove the vulnerability has been remediated. A human engineer then reviews the PR to validate the architectural logic before merging.</span></p>
</li>
</ul>
<p><span>In all cases security teams should define a clear boundary between the two methods rather than rely on a single approach. IDE agents provide immediate, syntax-level support. They catch and resolve low-complexity errors locally before developers commit code. Centralized CI/CD runners handle broader organizational baselines. They propose complex, repository-wide fixes for vulnerabilities that bypass local environments.</span></p>
<h4><strong>Post-deployment controls</strong><span> </span></h4>
<p><span>Even with human review and deterministic test harnesses, AI-generated patches can still introduce logic regressions in production. Organizations should implement strict post-deployment controls:</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Automated rollbacks:</strong><span> Treating LLM-generated code with the same post-deployment scrutiny as any major architectural change ensures that if an unforeseen regression traverses the CI/CD pipeline, the environment can revert to a known good state.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Mitigating model drift:</strong><span> Relying on managed AI services introduces the ongoing risk of model drift. To prevent silent weight updates from breaking test harnesses, organizations need to pin specific model API versions to frozen releases. When a pinned version reaches its end-of-life, organizations will face a forced migration. Mitigating this pipeline fragility requires combining model pinning with deterministic regression suites.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Compliance and auditability:</strong><span> If an AI agent automatically closes a security ticket or generates a patch in the CI/CD pipeline, organizations should maintain immutable audit logs to satisfy frameworks like SOC 2 ,PCI-DSS, FedRAMP, and CMMC. National security deployments must also account for data sovereignty requirements. This logging should record the specific model version that proposed the fix, the deterministic test results that validated it, and the human engineer who approved the merge. Furthermore, because emerging legislation like the EU AI Act emphasizes human oversight for high-risk applications, security teams should carefully evaluate how autonomous remediation workflows align with these evolving global regulatory standards.</span></p>
</li>
</ul></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/Screenshot_2026-07-15_at_10.24.22PM.max-1000x1000.png" alt="demistifying image 7">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="bg92b">Figure 7: Flowchart demonstrating the difference between local IDE AI remediation and centralized CI/CD pipeline remediation.</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h3><span>Conclusion</span></h3>
<p><span>Leveraging LLMs in vulnerability management is a multi-layer solution: Integrating it requires separating workflows by layer. At the enterprise infrastructure level, Risk-Based Vulnerability Management (RBVM) and exposure management are necessary to process the volume of findings and configuration drift. At the product and code security level, LLM-enabled vulnerability assessment and remediation must operate alongside foundational deterministic controls, such as SAST and DAST, to audit custom, open-source, or third-party code.</span></p>
<p><span>Although LLMs can help manage technical debt and accelerate vulnerability discovery, they do not replace secure-by-design principles. The fact that LLM agents are proving exceptionally capable at identifying and exploiting localized memory corruption in memory-unsafe codebases, alongside other primary vectors, should serve as a wake-up call. </span></p>
<p><span>As a long-term strategy aligned with </span><a href="https://media.defense.gov/2022/Nov/10/2003112742/-1/-1/0/CSI_SOFTWARE_MEMORY_SAFETY.PDF" rel="noopener" target="_blank"><span>NSA guidance on Software Memory Safety</span></a><span>, organizations need to phase memory-safe languages into new internal development. LLMs are beginning to expand what is possible here by reducing the manual labor required for code migration. Converting existing C or C++ codebases to Rust has historically been unrealistic due to the large volume of engineering hours needed. While fully automated translation is not a turn-key solution, using LLMs to assist engineers with the bulk of the conversion can make these long-term migrations operationally viable. Beyond internal efforts, organizations should use procurement requirements to incentivize vendors to reduce their reliance on memory-unsafe languages and establish secure configuration defaults over time. Bridging the gap between AI velocity and enterprise defense means building an automated pipeline to manage the current backlog, while architecting systems where entire classes of vulnerabilities and misconfigurations are eliminated by design.</span></p>
<h3><span>Acknowledgements</span></h3>
<p><span>This analysis would not have been possible without the assistance of Google Threat Intelligence Group (GTIG) and other broader Google teams.</span></p></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[5 ways for CIOs to avoid AI bill shock]]></title>
<description><![CDATA[Gen AI spending is moving beyond the familiar software model of seats, licenses, and pilots. As AI shifts from copilots to embedded workflows and autonomous agents, one user request can trigger multiple model calls, retrieval steps, retries, orchestration layers, and infrastructure events. A tool...]]></description>
<link>https://tsecurity.de/de/3670246/it-security-nachrichten/5-ways-for-cios-to-avoid-ai-bill-shock/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3670246/it-security-nachrichten/5-ways-for-cios-to-avoid-ai-bill-shock/</guid>
<pubDate>Wed, 15 Jul 2026 12:08:37 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">Gen AI spending is moving beyond the familiar software model of seats, licenses, and pilots. As AI shifts from copilots to embedded workflows and autonomous agents, one user request can trigger multiple model calls, retrieval steps, retries, orchestration layers, and infrastructure events. A tool that looks affordable in pilot may behave very differently once connected to production systems or allowed to act with less human supervision.</p>



<p class="wp-block-paragraph">According to Michael Corrigan, CIO of World Insurance Associates, AI introduces a fundamentally different cost model — one that’s usage driven, non-linear, and tightly coupled to business activity. “Success requires shifting from traditional IT budgeting to FinOps-style discipline where consumption, value, and governance are actively managed in real time,” he says.</p>



<p class="wp-block-paragraph">Here are five ways CIOs can build that discipline before AI costs spiral.</p>



<h2 class="wp-block-heading">Forecast AI by workflow, not by user</h2>



<p class="wp-block-paragraph">At World, a top 25 insurance broker with about 3,000 employees across roughly 300 locations, AI use falls into three broad categories, Corrigan says. One is broad tools, such as copilots. Another is embedded AI inside SaaS platforms. And the third is bespoke AI built around specific workflows and manual processes.</p>



<p class="wp-block-paragraph">“The bespoke is the area that’s growing the most right now,” he says. “And that’s where the model, from a cost perspective, has really been shifting from a license seat cost to a token consumption or token burn cost, or even a hybrid.”</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> width="1240" height="827" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Michael Corrigan, CIO, World Insurance Associates</p>
</figcaption></figure><p class="imageCredit">WIA</p></div>



<p class="wp-block-paragraph">Seat-based pricing is relatively easy to forecast whereas consumption-based AI isn’t. Costs may depend on prompt complexity, output length, model choice, workflow design, and whether the system calls a model once or many times in the background.</p>



<p class="wp-block-paragraph">World tries to manage that uncertainty by defining the business problem, success criteria, and expected operational improvement upfront. Pilots help estimate consumption before scaling, but Corrigan says they don’t remove the ambiguity.</p>



<p class="wp-block-paragraph">“We’ll try our best in the pilot to understand what the consumption rate is, what the token burn rate is,” he says. But once a consumption-based workflow goes into production, he adds, an estimate is put into place. That estimate is informed, but still rough.</p>



<p class="wp-block-paragraph">Elmer Morales, founder and CEO of koder.com, an agentic AI coding startup, says CIOs should think less about headcount and more about <a href="https://www.cio.com/article/4163373/cios-bring-ai-transformation-home-to-it-workflows.html?utm=hybrid_search">workflow mechanics</a>. Agentic AI costs are driven by the number of decisions an agent makes, how often it retrieves external data, how much context it carries, and how many systems it touches.</p>



<p class="wp-block-paragraph">“CIOs should start by mapping workflows, not necessarily users,” he says. “The relevant variable isn’t going to be the headcount but how many decisions an agent makes per task.”</p>



<h2 class="wp-block-heading">Model the failure path, not just the happy path</h2>



<p class="wp-block-paragraph">Pilots can mislead because they often test the cleanest version of an AI workflow. Morales says many enterprises model agentic AI costs around the happy path: the user gives a clear prompt, the system understands the request, the agent completes the task, and the process ends. Production is messier.</p>



<p class="wp-block-paragraph">“They generally don’t model for situations where the agent is going to need to go back and check its work and redo things,” Morales says. “A lot of times, agents are wrong, either because they hallucinate or they understood the problem incorrectly.”</p>



<p class="wp-block-paragraph">In an agentic workflow, the system may check its work, call another tool, retrieve more data, or redo a step. While that may improve quality, it also adds cost.</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> width="1240" height="827" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Elmer Morales, founder and CEO, koder.com</p>
</figcaption></figure><p class="imageCredit">koder.com</p></div>



<p class="wp-block-paragraph">The difference between copilots and <a href="https://www.cio.com/article/3603856/agentic-ai-promising-use-cases-for-business.html?utm=hybrid_search">agents</a> is central. A copilot interaction is often one prompt and one response. An agentic workflow may involve agents moving through a decision tree, executing tasks in sequence or in parallel, and calling sub-agents or external systems along the way. “By the time it’s achieved the original goal, the agent might have made 50 or 100 model calls, compared with a single call for a traditional copilot prompt,” Morales says.</p>



<p class="wp-block-paragraph">That’s why CIOs should require teams to model the failure path before production, like how many retries are allowed, how much context is resent, which tools can be called, when a human should intervene, and what happens when the agent can’t complete the task.</p>



<h2 class="wp-block-heading">Build cost controls into the architecture</h2>



<p class="wp-block-paragraph">Traditional FinOps practices still matter, but AI requires more than retrospective dashboards and chargebacks.</p>



<p class="wp-block-paragraph">According to Pavan Madduri, senior cloud platform engineer at industrial supply company Graigner, looking backward at usage data, as traditional FinOps often does, can be too late. Costs are shaped by prompt design, model selection, agent behavior, orchestration choices, and runtime loops.</p>



<p class="wp-block-paragraph">“Dashboards or chargebacks, those are historical accounting,” he says. “The money’s already gone.” For AI, he argues, cost controls need to be embedded into the architecture. That includes hard token caps, retry-depth limits, maximum runtime limits, workload prioritization, background-job throttling, and cluster-level controls that prevent runaway consumption.</p>



<p class="wp-block-paragraph">“The real FinOps means you need to have the cost constraints embedded into your architecture framework,” Madduri says.</p>



<p class="wp-block-paragraph">Those controls also extend to infrastructure. Expensive GPUs may sit warm between jobs because systems need capacity available when inference demand arrives. Teams may pass huge schemas, databases, or thousands of lines of code into frontier models when a smaller or more focused prompt would do.</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> width="1240" height="828" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Pavan Madduri, senior cloud platform engineer, Graigner</p>
</figcaption></figure><p class="imageCredit">Graigner</p></div>



<p class="wp-block-paragraph">Enterprises should also adopt event-driven autoscaling, Madduri says. “Use tools like KEDA to scale GPU nodes down to zero the moment inference demand drops, so teams only pay for the windows when the silicon is actively crunching tokens.”</p>



<p class="wp-block-paragraph">Corrigan says World uses rate limits, spend limits, alerts, and approval gateways for consumption-based tools. When users approach token consumption limits, automated alerts allow IT and the business to review whether the continued spend is justified.</p>



<p class="wp-block-paragraph">“If it’s not meeting the success criteria we expected, you have to have the control in place to say we’re going to move on or kill that process,” Corrigan says.</p>



<h2 class="wp-block-heading">Route work to the right model</h2>



<p class="wp-block-paragraph">CIOs can also reduce <a href="https://www.cio.com/article/4152601/without-controls-an-ai-agent-can-cost-more-than-an-employee.html?utm=hybrid_search">AI bill shock</a> by avoiding a default assumption that every task requires the most powerful model available. While some tasks need advanced reasoning, many others don’t. A simple support ticket, log-parsing task, or structured database transaction may be handled by a smaller or cheaper model. A complex architecture decision, legal analysis, or multi-step reasoning task may justify a more powerful one.</p>



<p class="wp-block-paragraph">“Choosing the right model for the right prompt and right question — that’s where you leverage the maximum from that model, and you can decrease the costing,” Madduri says. “If you default every single call to a frontier model, that’s architectural laziness.”</p>



<p class="wp-block-paragraph">Morales makes a similar point. Not every step in an agentic workflow requires a top-of-the-line model. Model routing, he says, is the discipline of determining the best model for the task, and providing the relevant context when the model needs it.</p>



<p class="wp-block-paragraph">According to Jim Olsen, CTO of enterprise software company ModelOp, CIOs should use the least expensive model that can accomplish the business goal. Using the biggest model for everything is easier, but expensive. “It’s like hiring the most expensive engineer to change a few colors in a website’s CSS, or visual styling,” he says. “You wouldn’t do that. You use the appropriate tools for the task.”</p>



<h2 class="wp-block-heading">Tie consumption to business value</h2>



<p class="wp-block-paragraph">For Olsen, the deeper enterprise problem is AI value shock, not just bill shock. Spending $200,000 in a quarter on AI is justified if it produces $2 million in business value. The problem is spending heavily on use cases that don’t generate a meaningful return.</p>



<p class="wp-block-paragraph">“Are you actually getting that return on investment, or are you just blowing tokens for something that’s not delivering the value to your business?” Olsen asks. Tracking token usage by user or department may show who consumed AI, but not whether the consumption mattered.</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> width="1240" height="827" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Jim Olsen, CTO, ModelOp</p>
</figcaption></figure><p class="imageCredit">ModelOp</p></div>



<p class="wp-block-paragraph">For most enterprise AI systems, Olsen says costs should be tied back to business use cases. A model may be used for HR document search, customer support, code review, problem resolution, or other functions. Each use case may draw on the same underlying models or agents, but the business value can be very different.</p>



<p class="wp-block-paragraph">That’s why he argues that companies need an AI inventory, a record of which business workflows use which models, agents, providers, workflows, and systems. Without that inventory, enterprises can’t connect consumption to value.</p>



<p class="wp-block-paragraph">Corrigan takes a similar approach from a governance perspective. At World, new AI ideas go through an intake process. Business users propose improvements, and IT, finance, operations, sales, and business stakeholders evaluate, prioritize, and monitor them from pilot through production.</p>



<p class="wp-block-paragraph">That may be where the next stage of AI FinOps is heading, toward a clearer understanding of which AI consumption deserves to scale, not just to lower bills. So the question, as Olsen puts it, isn’t whether someone used a million tokens. It’s what are they using them for.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The hidden AI cost driver: Harness design can make or break enterprise agent economics]]></title>
<description><![CDATA[A largely overlooked layer of the AI stack is emerging as a major driver of enterprise costs. New testing by AI consultancy Systima found that agent harnesses, the software that coordinates models, tools and workflows, can generate significant token overhead through their configuration alone, pot...]]></description>
<link>https://tsecurity.de/de/3669948/it-nachrichten/the-hidden-ai-cost-driver-harness-design-can-make-or-break-enterprise-agent-economics/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3669948/it-nachrichten/the-hidden-ai-cost-driver-harness-design-can-make-or-break-enterprise-agent-economics/</guid>
<pubDate>Wed, 15 Jul 2026 10:03:51 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">A largely overlooked layer of the AI stack is emerging as a major driver of enterprise costs. New testing by AI consultancy Systima found that agent harnesses, the software that coordinates models, tools and workflows, can generate significant token overhead through their configuration alone, potentially inflating the cost of AI deployments as organizations scale agents from experimental pilots to production environments.</p>



<p class="wp-block-paragraph">The firm, which ran a series of tests by juxtaposing two harnesses on the same tasks, namely Anthropic’s Claude Code and open-source OpenCode using the same Claude Sonnet 4.5 model underneath, found both exhibiting sharply different token overhead because of the differences in their configuration.</p>



<p class="wp-block-paragraph">These differences included system prompts, tool definitions, agent coordination mechanisms and other orchestration components, resulting in markedly different baseline input token overhead before users even entered a prompt, the consultancy firm wrote in a <a href="https://systima.ai/blog/claude-code-vs-opencode-token-overhead" target="_blank" rel="noreferrer noopener">blog post</a>.</p>



<p class="wp-block-paragraph">Separately, the firm also found that other configuration choices while setting up the harnesses such as repository instruction files, <a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html" target="_blank">Model Context Protocol</a> (MCP) servers, prompt framework templates and subagents can each add substantial token overhead.</p>



<p class="wp-block-paragraph">The consultancy’s conclusions are also supported by emerging academic research examining how orchestration of the harnesses themselves, rather than optimizing models or changing them, can help enterprises reshape the economics around AI agents.</p>



<p class="wp-block-paragraph">In a <a href="https://arxiv.org/pdf/2607.06906" target="_blank" rel="noreferrer noopener">paper</a>, titled The Harness Effect: How Orchestration Design Sets the Token Economics of Enterprise Agentic AI, researchers showed that changing the harness while keeping models and tasks the same can reduce token consumption by 38%, cost per task by 41%, and execution time by 44% while maintaining comparable quality.</p>



<h2 class="wp-block-heading">Why enterprises overlook harness costs</h2>



<p class="wp-block-paragraph">Analysts say that enterprises can gain greater control over AI agent operating costs by paying closer attention to how their harnesses are configured and orchestrated, instead of just relying on model pricing as a yardstick.</p>



<p class="wp-block-paragraph">“The evaluation shows that the model is only one part of agent economics. The harness, tool schemas, instructions, MCP connections, and subagents matter as well. Enterprises therefore need to measure the entire agent configuration, not assume model pricing tells them what an agent will cost,” said <a href="https://www.linkedin.com/in/slwalter" target="_blank" rel="noreferrer noopener">Stephanie Walter</a>, practice lead of the AI stack at HyperFRAME Research.</p>



<p class="wp-block-paragraph">Currently, most enterprises pick agent tooling based on model quality, benchmarks, developer experience, and headline pricing per seat or per million tokens, with almost no one measuring what the harness sends per request, how stable the cache prefix is, or what subagent fan out costs at scale, echoed <a href="https://www.linkedin.com/in/advaitpatel93/" target="_blank" rel="noreferrer noopener">Advait Patel</a>, site reliability engineer at Broadcom.</p>



<p class="wp-block-paragraph">“Ask the average CIO whether their coding agent rewrites its cache mid-session, and you will get a blank stare,” Patel added.</p>



<p class="wp-block-paragraph">However, Ashish Chaturvedi, executive research leader at HFS Research, pointed out that lack of visibility is less a failure of enterprise leaders than a consequence of how AI agent ecosystem components are sold, stacked, and managed presently.</p>



<p class="wp-block-paragraph">“Most organizations have no visibility, mainly due to the absence of any metric from the vendor’s end that lets CIOs measure the entire agent or at least the harness configuration. None of this shows up in the developer’s experience. The agent just works, and the tokens burn silently in the background,” Chaturvedi said.</p>



<p class="wp-block-paragraph">The problem is further compounded, according to Chaturvedi, due to the manner in which AI agent configuration is distributed across enterprise teams.</p>



<p class="wp-block-paragraph">“The harness is chosen by one team, the instruction file written by another, and the MCP servers attached by a third, so no single person sees the cumulative weight,” Chaturvedi noted.</p>



<p class="wp-block-paragraph">Even when, in some cases, enterprises do have visibility and ownership, Patel argued, the industry, in general, still lack the operational maturity and discipline to systematically optimize AI agent costs.</p>



<p class="wp-block-paragraph">“FinOps for agents is where cloud FinOps was in 2013. Nobody has hired the equivalent of a cost optimization team focused on prompt engineering, harness configuration, and cache stability,” Patel said.</p>



<p class="wp-block-paragraph">Separately, <a href="https://www.linkedin.com/in/abhisekhsatapathy/" target="_blank" rel="noreferrer noopener">Abhishek Satapathy</a>, principal analyst at Avasant, pointed out that the invisibility issue stems from how enterprises evaluate AI agents before deploying them into production: “Most proof-of-concepts involve a limited number of users, relatively short-lived sessions, and controlled agentic interactions, where the accuracy of model output is the primary evaluation criterion.”</p>



<p class="wp-block-paragraph">The analysts’ comments also echo the conclusions of another research <a href="https://arxiv.org/pdf/2601.14470" target="_blank" rel="noreferrer noopener">paper</a>,  in which researchers argued that token consumption in agentic software engineering systems remains poorly understood because existing metrics provide limited visibility into where tokens are spent across orchestration components.</p>



<h2 class="wp-block-heading">How CIOs can improve visibility into AI agent costs</h2>



<p class="wp-block-paragraph">Closing that visibility gap, though, according to Satapathy, is increasingly becoming a priority for enterprises, as AI agents move from pilots to production and operating costs become harder to predict.</p>



<p class="wp-block-paragraph">“Across our advisory engagements, we are seeing growing demand for AI observability frameworks that combine runtime tracing, workload-level cost attribution, and execution analytics. This enables organizations to establish engineering baselines, benchmark workload efficiency, forecast AI operating costs, and continuously optimize agent performance as deployments mature,” Satapathy said.</p>



<p class="wp-block-paragraph">However, until vendors provide more comprehensive visibility into harness-level token consumption, analysts said enterprises should begin treating harness configuration as an operational governance issue rather than merely a developer preference.</p>



<p class="wp-block-paragraph">“The single most valuable move is to get visibility into what the harness actually sends. Enterprises should treat configuration as a governed cost decision, deliberately match harnesses to workloads, and closely monitor cache behavior and subagent fan-out, since those were among the biggest cost multipliers identified in the evaluation,” Chaturvedi said.</p>



<p class="wp-block-paragraph">Walter echoed that recommendation, saying CIOs should require observability across the entire agent configuration: “Without that visibility, enterprises are effectively buying an agent platform without knowing how much of the bill comes from useful work versus orchestration overhead.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[1Password moves into AI cost management, betting that token spend is the next enterprise budget crisis]]></title>
<description><![CDATA[1Password on Tuesday launched AI Spend and Consumption Management, a new capability embedded in its SaaS Manager platform that gives IT and finance teams a unified, real-time view of how their organizations consume and spend on AI services from vendors including Anthropic, Cursor, and OpenAI.The ...]]></description>
<link>https://tsecurity.de/de/3668120/it-nachrichten/1password-moves-into-ai-cost-management-betting-that-token-spend-is-the-next-enterprise-budget-crisis/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3668120/it-nachrichten/1password-moves-into-ai-cost-management-betting-that-token-spend-is-the-next-enterprise-budget-crisis/</guid>
<pubDate>Tue, 14 Jul 2026 15:32:53 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><a href="https://1password.com/">1Password</a> on Tuesday launched <a href="https://1password.com/product/saas-manager">AI Spend and Consumption Management</a>, a new capability embedded in its SaaS Manager platform that gives IT and finance teams a unified, real-time view of how their organizations consume and spend on AI services from vendors including <a href="https://www.anthropic.com/">Anthropic</a>, <a href="https://cursor.com/">Cursor</a>, and <a href="https://openai.com/">OpenAI</a>.</p><p>The move marks the latest strategic expansion for a company that built its reputation on password management for consumers and, over the past three years, has aggressively repositioned itself as a broader identity security and SaaS governance platform for enterprise buyers. With this release, 1Password is staking a claim in one of enterprise technology's newest and most chaotic budget categories: the consumption-based cost of large language models.</p><p>"Executives want teams to build faster with AI, but that speed is creating a new kind of spending pressure," Greg Henry, 1Password's chief financial officer, said in an exclusive interview with VentureBeat. "Developers are consuming tokens at a pace that traditional budgets weren't built to manage, and IT and finance teams are being asked to forecast and justify AI investments without a clear view of what's actually driving costs."</p><p>The product, now in public preview with broad availability planned for fall 2026, connects directly to vendor admin APIs to pull token-level consumption data daily. It normalizes that data across providers into a single dashboard and allows organizations to set vendor-level spend limits, configure threshold-based alerts via Slack and email, and break down usage by team, user, vendor, and model.</p><div></div><h2><b>Why traditional software budgets can't keep up with AI token pricing</b></h2><p>The core challenge <a href="https://1password.com/">1Password</a> is targeting is structural. Traditional SaaS pricing operates on a per-seat, per-year model that is easy to budget and reconcile. AI pricing does not. Every API call to <a href="https://claude.ai/">Claude</a>, <a href="https://openai.com/index/gpt-5-6/">GPT-5.6</a>, or a <a href="https://cursor.com/docs/api">Cursor-powered coding assistant</a> consumes tokens, and the cost of those tokens varies by model, by input versus output, and by the complexity of the task. A single engineering team running agentic workflows can burn through a prepaid token budget in weeks — and the finance team may not notice until the invoice arrives.</p><p>Henry drew a sharp analogy to a problem enterprises have already lived through once. "Consumption-based pricing isn't new," he said. "We saw it arrive with cloud infrastructure, and it took years to build the tools and disciplines to manage it. AI is the next version of that shift."</p><p>That comparison resonates across the industry. When <a href="https://aws.amazon.com/">Amazon Web Services</a>, <a href="https://azure.microsoft.com/en-us">Microsoft Azure</a>, and <a href="https://cloud.google.com/">Google Cloud</a> popularized consumption-based pricing for compute and storage in the 2010s, enterprises initially lacked the tooling to monitor and optimize their cloud bills. That gap spawned an entire FinOps ecosystem — companies like CloudHealth, Spot.io, and Apptio built multi-billion-dollar businesses helping organizations understand what they were spending on cloud and why. Henry is explicitly betting that AI token spend will follow the same trajectory, and that organizations that fail to build visibility now will end up, as he put it, "paying far more than they needed to, for far longer than they should have."</p><p>The scale of the coming wave lends credibility to that bet. Goldman Sachs has estimated that token consumption from AI agents alone will grow 24 times by 2030, a projection driven by the expectation that autonomous AI systems will increasingly execute multi-step workflows — booking travel, writing and deploying code, managing customer service interactions — that generate vastly more API calls than a human sitting at a chat interface.</p><h2><b>How 1Password's new dashboard tracks every token across Anthropic, Cursor, and OpenAI</b></h2><p>The new capability extends <a href="https://1password.com/product/saas-manager">1Password SaaS Manager</a>'s existing foundation of application discovery, license management, and spend analytics. It is not a standalone product. Existing SaaS Manager customers can activate it by connecting their supported AI vendor API keys, at which point consumption data flows into a dedicated AI Consumption Management dashboard. Henry confirmed that there is no separate product or add-on fee: "AI Spend and Consumption Management is available to all 1Password SaaS Manager customers."</p><p>The system provides four core functions. First, it aggregates token usage and spend across Anthropic, Cursor, and OpenAI into a single, normalized view — eliminating the need to toggle between three separate vendor dashboards with three different reporting formats. Second, it enables budget controls: organizations can set vendor-level spend limits, configure percentage-based thresholds, and receive automated alerts when prepaid balances approach depletion. Third, it disaggregates consumption by team, user, vendor, and model, allowing finance and IT to understand not just how much is being spent, but where and by whom. Fourth, it situates AI spend within the broader SaaS portfolio, helping organizations see how token costs relate to their total software investment.</p><p>Notably, the system captures consumption regardless of whether a human or an AI agent generated it. "Token consumption is captured at the API level regardless of whether a human or an agent is generating it," Henry explained. "Organizations get the total consumption picture, including the spikes that agent loops can create, which can be some of the hardest usage to catch before it becomes a problem."</p><p>That agent-level visibility matters because autonomous AI systems can generate runaway costs in ways that human users typically cannot. An agentic coding assistant stuck in a retry loop, for example, can consume thousands of dollars in tokens in minutes — with no human in the loop to notice. For now, the product alerts but does not enforce. When asked whether 1Password will eventually give organizations the ability to automatically cut off spending when a threshold is crossed, Henry said the company is "actively evaluating" automatic enforcement but emphasized that visibility must come first: "You can't enforce what you can't see."</p><h2><b>The choice of launch partners reveals where enterprise AI budgets are under the most pressure</b></h2><p>The decision to start with <a href="https://www.anthropic.com/">Anthropic</a>, <a href="https://cursor.com/">Cursor</a>, and <a href="https://openai.com/">OpenAI</a> — rather than casting a wider net — reflects where enterprise AI adoption and budget strain are most concentrated right now. Henry said the choice was driven entirely by customer demand. "Anthropic, Cursor, and OpenAI are where we're seeing the highest adoption, and where token consumption can move fast and get ahead of the teams responsible for managing it," he said. The company plans to add additional vendors based on customer demand, API availability, and budget impact, though it has not committed to a specific timeline or vendor list.</p><p>The inclusion of Cursor alongside the two major foundation model providers is telling. <a href="https://cursor.com/">Cursor</a>, an AI-powered code editor that has rapidly gained traction among developers, represents a category of AI tool where consumption is particularly difficult to forecast. Unlike a chatbot interface where a user consciously types a prompt, Cursor integrates AI suggestions directly into the development workflow, generating token consumption continuously as developers write code. That ambient, always-on consumption pattern makes it especially prone to budget overruns.</p><p>Henry also addressed who inside an organization should actually own this problem — and acknowledged that the honest answer right now is no one. "When spend is fragmented across vendor dashboards and finance teams are reconciling it monthly, you're always behind," he said. "AI spend can't be treated as a finance-only or IT-only problem." He noted that the pricing differences between models have become significant enough that the choice of which AI model a team uses is now a meaningful financial decision, one that is pulling CFOs into conversations with IT, product, and engineering leaders "in ways they never had to before."</p><p>Steve May, director of IT at ServiceTrade, a 1Password customer that has been using the capability, said it addressed a concrete planning gap. "Forecasting tools for AI consumption and spend was one of our biggest gaps in planning because we didn't have a reliable way to track it," May said. He added that the visibility has "prevented overages that would have cost far more to fix after the fact."</p><h2><b>Where 1Password fits in the fast-consolidating SaaS management market</b></h2><p>1Password is not the only company racing to solve the AI cost management problem, but the competitive landscape is still fragmented and the category is far from mature.</p><p><a href="https://zylo.com/">Zylo</a>, a SaaS management platform that Gartner has also recognized as a leader in the space, published its <a href="https://zylo.com/news/2026-saas-management-index">2026 SaaS Management Index</a> in January showing that AI-native application spend surged 393% year over year in organizations with more than 10,000 employees and 108% overall. Zylo's data also revealed that ChatGPT has become the most expensed application in enterprise environments, highlighting how AI tools are entering organizations through employee credit cards and expense reports — outside formal procurement and governance workflows. Zylo has added its own token-level cost tracking for AI vendors including Anthropic, OpenAI, Cursor, and Perplexity.</p><p>Meanwhile, according to a comparison published by <a href="https://coommit.com/blog/saas-management-platforms-2026-zylo-vs-vendr-vs-sastrify">Coommit</a> in May, <a href="https://www.vendr.com/">Vendr</a> — which focuses more on SaaS negotiation than discovery — tracks AI tools at the contract level but does not yet offer consumption-level visibility. And the FinOps Foundation reported in its 2026 State of FinOps survey that 98% of organizations now actively manage AI costs, up from just 31% in 2024. The broader SaaS management market is also consolidating rapidly. In May, Deel acquired Sastrify, a German SaaS management vendor, and began folding it into its HR platform — a signal that SaaS management capabilities are increasingly being absorbed into adjacent enterprise platforms rather than remaining standalone products.</p><p>1Password's approach differs from pure-play SaaS management competitors in one important respect: it is building AI cost management on top of an identity security platform, not a FinOps or procurement tool. The company's SaaS Manager product grew out of its 2025 acquisition of Trelica, a UK-based SaaS access management startup whose technology enabled the discovery of unsanctioned applications — so-called shadow IT. As BetaKit reported at the time of that deal, 1Password co-CEO Jeff Shiner described Trelica as "a pioneer in modern SaaS access management" and said the acquisition would accelerate 1Password's Extended Access Management product roadmap by more than a year. CRN noted that Trelica brought more than 300 SaaS integrations to the platform. That identity-first lineage gives 1Password a natural advantage in connecting spend data to specific users and teams — a linkage that matters when the question shifts from "how much are we spending on AI?" to "who is spending it, and is it delivering value?"</p><h2><b>From password manager to platform company: 1Password's $6.8 billion bet on enterprise identity</b></h2><p>The launch raises a question that Henry addressed head-on: whether a company that started as a consumer password manager can credibly compete in enterprise AI cost management.</p><p>"It doesn't feel like a stretch to us. It feels like a natural progression," he said. "For more than 20 years, 1Password has evolved alongside how our customers work. We started by protecting passwords. Then we helped organizations manage secrets, control access, and get visibility into the applications their teams rely on."</p><p>The company's evolution has been rapid. 1Password raised a $620 million Series C in January 2022 led by ICONIQ Growth, <a href="https://news.crunchbase.com/venture/1password-620m-round-cybersecurity-investor/">reaching a $6.8 billion valuation</a> — at the time, the largest funding round ever raised by a Canadian company, according to Crunchbase. The round also attracted celebrity investors including Ryan Reynolds, Scarlett Johansson, and Robert Downey Jr. As of early 2025, BetaKit reported that 1Password had surpassed $250 million in annual recurring revenue, with B2B sales accounting for nearly three-quarters of total revenue and the company claiming to be cash-flow positive.</p><p>In May 2024, 1Password launched <a href="https://1password.com/extended-access-management">Extended Access Management</a>, a platform designed to secure sign-ins across both managed and unmanaged applications and devices. That same year, it acquired Kolide for device trust and, in early 2025, Trelica for SaaS discovery. In June 2026, Gartner named 1Password a Leader in its Magic Quadrant for SaaS Management Platforms. According to 1Password's own blog post on the recognition, its SaaS Manager now supports over 400 integrations and provides visibility into a library of more than 40,000 pre-populated application profiles. Each step has moved the company further from its consumer roots and deeper into enterprise infrastructure. The AI Spend and Consumption Management launch extends that trajectory into financial operations territory — a domain where 1Password will compete not only with SaaS management vendors but potentially with dedicated FinOps platforms and the AI vendors' own billing dashboards.</p><h2><b>Why high AI token consumption doesn't always mean wasted money</b></h2><p>Perhaps the most revealing part of Henry's commentary concerns what organizations should actually do with the consumption data once they have it. He pushed back forcefully against the assumption that high token consumption automatically signals waste.</p><p>"A team burning through tokens may be building something genuinely valuable," he said. "A lower-usage project might not be moving the business forward at all. What matters is whether that consumption is producing enough business value to justify the spend."</p><p>Henry drew a distinction between personal productivity — "having a bot summarize your meeting or draft a quick email" — and genuine business outcomes. "What organizations need to see is where consumption is actually driving revenue, efficiency, or something that moves the needle."</p><p>That framing positions AI Spend and Consumption Management not just as a cost-cutting tool but as a decision-support system for AI investment allocation. If a CFO can see that one engineering team's heavy Claude usage is powering a product feature that drives revenue, while another team's OpenAI spend is funding low-value internal automation, the organization can reallocate budget accordingly rather than imposing across-the-board cuts.</p><p>"When costs rise faster than expected, the instinct is to cut," Henry said. "But most organizations can't yet tell which teams, models, or tools are responsible for the increase, so they end up cutting across the board rather than directing investment toward the AI projects that are actually delivering business value. Blunt cuts on a technology you're counting on for competitive advantage is not a management strategy, it's a missed opportunity."</p><h2><b>The next enterprise budget crisis is already here — and it's priced per token</b></h2><p>The product's current scope — three vendor integrations, alerting but not enforcement — is clearly a starting point. Henry signaled that automatic spend limits are on the roadmap and that additional vendor integrations will follow based on customer demand.</p><p>But the broader trajectory he described suggests 1Password sees this launch as a wedge into a much larger opportunity. "As traditional SaaS products add AI capabilities, their pricing models are going to follow," he said. "Organizations that build visibility and management discipline around consumption now are going to be in a much better position when that happens across the rest of their software portfolio."</p><p>If Henry is right, the chaos currently confined to AI token budgets is not a temporary growing pain but a preview of how all enterprise software will eventually be priced. A decade ago, companies scrambled to understand their cloud bills. Today, they are scrambling to understand their AI bills. The question is whether the organizations building the dashboards this time around can get ahead of the curve — or whether, as Henry warned, they will end up where so many companies ended up with cloud, realizing too late how much they were overpaying, and for how long.</p><p>AI Spend and Consumption Management is <a href="https://1password.com/lp/saas-manager">available now in public preview</a> for 1Password SaaS Manager customers. Broad availability is planned for fall 2026.</p><p>
</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is devops? Bringing dev and ops together to build better software]]></title>
<description><![CDATA[A portmanteau of “development” and “operations,” devops emerged as a way of bringing together two previously separate groups responsible for the building and deploying of software.



In the old world, developers (devs) typically wrote code before throwing it over to the system administrators (op...]]></description>
<link>https://tsecurity.de/de/3665673/ai-nachrichten/what-is-devops-bringing-dev-and-ops-together-to-build-better-software/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3665673/ai-nachrichten/what-is-devops-bringing-dev-and-ops-together-to-build-better-software/</guid>
<pubDate>Mon, 13 Jul 2026 17:04:38 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div><div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">A portmanteau of “development” and “operations,” devops emerged as a way of bringing together two previously separate groups responsible for the building and deploying of software.</p>



<p class="wp-block-paragraph">In the old world, developers (devs) typically wrote code before throwing it over to the system administrators (operations, or ops) to deploy and integrate that code. But as the industry shifted towards <a href="https://www.infoworld.com/article/2259475/what-is-agile-methodology-modern-software-development-explained.html">agile development</a> and <a href="https://www.infoworld.com/article/2255318/what-is-cloud-native-the-modern-way-to-develop-software.html">cloud-native computing</a>, many organizations reoriented around modern, cloud-native practices in the pursuit of faster, better releases.</p>



<p class="wp-block-paragraph">This required a new way to perform these key functions in a more streamlined, efficient, and cohesive way, one where the old frustrations of disconnected dev and ops functions would be eliminated. With two groups working together, developers can rapidly roll out small code enhancements via <a href="https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html">continuous integration and delivery</a> rather than spending years on “big bang” product releases.</p>



<p class="wp-block-paragraph">Devops was born at cloud-native companies like Facebook, Netflix, Spotify, and Amazon; but it’s become one of the defining technology industry trends of the past decade, primarily because it bridges so many of the changes that have shaped modern software development.</p>



<p class="wp-block-paragraph">As agile development and cloud-native computing have become ubiquitous, devops has enabled the entire industry to speed up its software development cycles. Thus, devops has now thoroughly infiltrated the enterprise, especially in organizations that rely on software to run their business, such as banks, airlines, and retailers. <a>And it’s spawned a host of other “ops” practices, some of which we’ll touch on here.</a><a href="https://www.infoworld.com/article/2255028/what-is-devops-bringing-dev-and-ops-together-for-better-software.html#_msocom_1">[JF1]</a> </p>



<h2 class="wp-block-heading"><strong>Devops practices</strong></h2>



<p class="wp-block-paragraph">Devops requires a shift in mindset from both sides of the dev and ops divide. Development teams should focus on learning and adopting agile processes, standardizing platforms, and helping drive operational efficiencies. Operations teams must now focus on improving stability and velocity, while also reducing costs by working hand in hand with the developer team.</p>



<p class="wp-block-paragraph">Broadly speaking, these teams need to all speak a common language and there needs to be a shared goal and understanding of each other’s key skills for devops to thrive.</p>



<p class="wp-block-paragraph">More specifically, engineers Damon Edwards and John Willis <a href="https://www.devopsgroup.com/insights/resources/diagrams/all/calms-model-of-devops/">created the CALMS model</a> to bring together what are commonly understood to be the key principles of devops:</p>



<ul class="wp-block-list">
<li>Culture: One that embraces <a href="https://www.infoworld.com/article/2259475/what-is-agile-methodology-modern-software-development-explained.html">agile methodologies</a> and is open to change, constant improvement, and accountability for the end-to-end quality of software.</li>



<li>Automation: Automating away toil is a key goal for any devops team.</li>



<li>Lean: Ensuring the smooth flow of software through key steps as quickly as possible.</li>



<li>Measurement: You can’t improve what you don’t measure. Devops pushes for a culture of constant measurement and feedback that can be used to improve and pivot as required, on the fly.</li>



<li>Sharing: Knowledge sharing across an organization is a key tenet of devops.</li>
</ul>



<p class="wp-block-paragraph">“Who could go back to the old way of trying to figure out how to get your laptop environment looking the same as the production environment? All these things make it so clear that there’s a better way to work. I think it’s very tough to turn back once you’ve done things like continuous integration, like continuous delivery. Once you’ve experienced it, it’s really tough to go back to the old way of doing things,” Kim <a href="https://www.infoworld.com/article/2258333/devops-expert-gene-kim-how-devops-helps-business-meet-challenging-times.html">told InfoWorld</a>.</p>



<h2 class="wp-block-heading"><strong>What is a devops engineer?</strong></h2>



<p class="wp-block-paragraph">Naturally, the emergence of devops has spawned a whole new set of job titles, most prominent of which is the catch-all <a href="https://www.infoworld.com/article/2259407/what-is-a-devops-engineer-and-how-do-you-become-one.html">devops engineer</a>.</p>



<p class="wp-block-paragraph">Generally speaking, this role is the natural evolution of the system administrator — but in a world where developers and ops work in close tandem to deliver better software. This person should have a blend of programming and system administrator skills so that he or she can effectively bridge those two sides of the team.</p>



<p class="wp-block-paragraph">That bridging of the two sides requires strong social skills more than technical. As Kim put it, “one of the most important skills, abilities, traits needed in these pioneering rebellions — using devops to overthrow the ancient powerful order, who are very happy to do things the way they have for 30 to 40 years — are the cross-functional skills to be able to reach across the table to their business counterparts and help solve problems.”</p>



<p class="wp-block-paragraph">This person, or team of people, will also have to be a born optimizer, tasked with continually improving the speed and quality of software delivery from the team, be that through better practices, removing bottlenecks, or applying automation to smooth out software delivery.</p>



<p class="wp-block-paragraph">The good news is that these skills are valuable to the enterprise. <a href="https://www.infoworld.com/article/2263101/devops-salaries-continued-to-rise-during-the-pandemic.html">Salaries for this set of job titles have risen steadily over the years</a>, with 95% of devops practitioners making more than $75,000 a year in salary in 2020 in the United States. In Europe and the UK, where salaries are lower across the board, 71% made more than $50,000 a year in 2020, up from 67% in 2019.</p>



<h2 class="wp-block-heading"><strong>Key devops tools</strong></h2>



<p class="wp-block-paragraph">While devops is at its heart a cultural shift, a set of tools has emerged to help organizations adopt devops practices.</p>



<p class="wp-block-paragraph">This stack typically includes <a href="https://www.infoworld.com/article/2259359/what-is-infrastructure-as-code-automating-your-infrastructure-builds.html">infrastructure as code</a>, configuration management, collaboration, version control, <a href="https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html">continuous integration and delivery (CI/CD)</a>, deployment automation, testing, and monitoring tools.</p>



<p class="wp-block-paragraph">Here are some of the tools/categories that are increasingly relevant in 2025, and what is changing:</p>



<ul class="wp-block-list">
<li><strong>CI/CD and delivery automation</strong>: Traditional tools like Jenkins remain in many stacks, but newer orchestration tools and CLI-driven or GitOps-centric platforms are growing in importance (e.g. ArgoCD, Flux, Tekton). Also, platforms that integrate more tightly with monitoring, secrets management, drift detection, and policy enforcement are gaining traction.</li>



<li><strong>Security, compliance, and devsecops tooling</strong>: Security tools are increasingly integrated into devops pipelines. Expect to see more use of static analysis (SAST), dynamic testing (DAST), dependency and supply chain scanning (SCA), secret management, and policy as code. The push is toward embedding security earlier and <a href="https://www.infoworld.com/article/3965374/bringing-devops-devsecops-and-mlops-together.html">bridging gaps between dev, security, and machine learning teams</a>. (InfoWorld:)</li>



<li><strong>AI  and automation augmentation</strong>: AI-assisted tools are increasingly part of tooling stacks: auto-suggestions in CI/CD, anomaly detection, predictive scaling, intelligent test suite selection, and more. The hope is that these tools will reduce manual interventions and improve reliability. Tools that are “AI ready”—that is, they integrate well with AI or have mature built-in automation or assistance—increasingly <a href="https://www.infoworld.com/article/4052402/how-to-choose-the-right-ai-agent-development-tools.html">stand out from the pack</a>.</li>
</ul>



<h2 class="wp-block-heading"><strong>Devops challenges</strong></h2>



<p class="wp-block-paragraph">Even as devops becomes more widely adopted, there remain real obstacles that can slow progress or limit impact. One major challenge is the persistent <strong>skills gap</strong>. The modern devops engineer (or team) is expected to master not just source control, CI/CD, and scripting, but also cloud architecture, infrastructure as code, security best practices, observability, and strong cross-team communication. In many organizations these capabilities are uneven: some teams excel, others lag behind. A 2024 survey showed that while 83% of developers report participating in devops activities, <a href="https://www.infoworld.com/article/2337172/most-developers-have-adopted-devops-survey-says.html">using multiple CI/CD tools was correlated with <em>worse</em> performance</a> — a sign that complexity without deep expertise can backfire.</p>



<p class="wp-block-paragraph"><strong>Toolchain fragmentation and complexity </strong>is a related issue. Devops toolchains have sprouted into a sometimes bewildering array of packages and techniques to master: version control, CI build/test, security scanning, artifact management, monitoring, observability, deployment, secret management, and more.</p>



<p class="wp-block-paragraph">The more tools you have, the more difficult it becomes to integrate them cleanly, manage their versions, ensure compatibility, and avoid duplicated effort. Organizations often get stuck with “tool sprawl” — tools chosen by different teams, legacy systems, or overlapping functionalities — which introduce friction, maintenance burden, and sometimes vulnerabilities.</p>



<p class="wp-block-paragraph">Finally, although devops has spread far and wide, there is still <strong>cultural resistance and alignment</strong>. Devops isn’t just about tools and processes; it’s about collaboration, shared responsibility, and continuous feedback. Teams rooted in traditional silos (dev vs ops, or security separate) may <a href="https://www.infoworld.com/article/2337372/10-big-devops-mistakes-and-how-to-avoid-them.html">resist changes to roles and workflows</a>. Leadership support, communication of shared goals, trust, and allowance for continuous learning are all necessary.</p>



<p class="wp-block-paragraph">Many CIOs <a href="https://www.cio.com/article/3552944/6-enterprise-devops-mistakes-to-avoid.html">focus too much on tools or implementation first</a>, rather than organizational culture and behaviors; but without addressing culture, even the best tools or processes may not yield the hoped-for velocity, quality, or reliability. Organizations that succeed here tend to have proactive strategies: dedicated training programs, mentorship, internal “guilds,” pairing junior and senior engineers, and making sure leadership supports ongoing learning rather than one-off bootcamps.</p>



<h2 class="wp-block-heading"><strong>Why do devops?</strong></h2>



<p class="wp-block-paragraph">Whoever you ask will tell you that devops is a major culture shift for organizations, so why go through that pain at all?</p>



<p class="wp-block-paragraph">Devops aims to combine the formerly conflicting aims of developers and system administrators. Under its principles, all software development aims to meet business demands, add functionality, and improve the usability of applications while also ensuring those applications are stable, secure, and reliable. Done right, this improves the velocity and quality of your output, while also improving the lives of those working on these outcomes.</p>



<h2 class="wp-block-heading"><strong>Does devops save money — or add cost?</strong></h2>



<p class="wp-block-paragraph">Devops teams are recognizing that speed and agility are only part of success — unchecked cloud bills and waste undermine long-term sustainability. Waste in devops often comes in the form of “<a href="https://www.infoworld.com/article/4010176/devops-debt-the-hidden-tax-on-innovation.html?utm_source=chatgpt.com">devops</a> debt”— idle cloud capacity, dead code, or false-positive security alerts—which was called a “<a href="https://www.infoworld.com/article/4010176/devops-debt-the-hidden-tax-on-innovation.html">hidden tax on innovation</a>” in recent Java-environment studies.</p>



<p class="wp-block-paragraph"> Embedding <a href="https://www.cio.com/article/3839075/finops-breaks-out-of-the-cloud.html">finops</a> practices can help fight these costs. Teams should <a href="https://www.infoworld.com/article/4013485/how-to-shift-left-on-finops-and-why-you-need-to.html">shift left on cost</a>: estimating costs when spinning up new environments, resizing instances, and scaling down unused resources before they become runaway expenses.</p>



<h2 class="wp-block-heading"><strong>How to start with devops</strong></h2>



<p class="wp-block-paragraph">There are lots of resources for help getting started with devops, <a href="https://www.amazon.com/DevOps-Handbook-World-Class-Reliability-Organizations-ebook/dp/B01M9ASFQ3">including Kim’s own <em>Devops Handbook</em></a>, or you can enlist the help of external consultants. But you have to be methodical and focus on your people more than on the tools and technology you will eventually use <a href="https://www.infoworld.com/article/2258896/6-ways-to-secure-buy-in-for-your-devops-journey.html">if you want to ensure lasting buy-in across the business</a>.</p>



<p class="wp-block-paragraph">A proven route to achieving this is a “land and expand” strategy, where a small group starts by mapping key value streams and identifying a single product team or workload for trialing devops practices. If this team is successful in proving the value of the shift, you will likely start to get interest from other teams and from senior leadership.</p>



<p class="wp-block-paragraph">If you are at the start of your devops journey, however, make sure you are prepared for the disruption a change like this can have on your organization, and keep your eye on the prize of building better, faster, stronger software.</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<p class="wp-block-paragraph"><a></a></p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">More on devops:</p>



<ul class="wp-block-list">
<li><a href="https://www.infoworld.com/article/4010176/devops-debt-the-hidden-tax-on-innovation.html">Devops debt: The hidden tax on innovation</a></li>



<li><a href="https://www.infoworld.com/article/2337372/10-big-devops-mistakes-and-how-to-avoid-them.html">10 big devops mistakes and how to avoid them</a></li>



<li><a href="https://www.infoworld.com/article/3621681/smarter-devops-how-to-avoid-deployment-horrors.html">Smarter devops: How to avoid deployment horrors</a><div class="card__info"></div></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud native explained: How to build scalable, resilient applications]]></title>
<description><![CDATA[What is cloud native? Cloud native defined



The term “cloud-native computing” encompasses the modern approach to building and running software applications that exploit the flexibility, scalability, and resilience of cloud computing. The phrase is a catch-all that encompasses not just the speci...]]></description>
<link>https://tsecurity.de/de/3665670/ai-nachrichten/cloud-native-explained-how-to-build-scalable-resilient-applications/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3665670/ai-nachrichten/cloud-native-explained-how-to-build-scalable-resilient-applications/</guid>
<pubDate>Mon, 13 Jul 2026 17:04:33 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div><div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<h2 class="wp-block-heading"><strong>What is cloud native? Cloud native defined</strong></h2>



<p class="wp-block-paragraph">The term “cloud-native computing” encompasses the modern approach to building and running software applications that exploit the flexibility, scalability, and resilience of cloud computing. The phrase is a catch-all that encompasses not just the specific architecture choices and environments used to build applications for the public cloud, but also the software engineering techniques and philosophies used by cloud developers.</p>



<p class="wp-block-paragraph">The <a href="https://www.cncf.io/">Cloud Native Computing Foundation</a> (CNCF) is an open source organization that hosts many important cloud-related projects and helps set the tone for the world of cloud development. The CNCF offers its own definition of cloud native:</p>



<p class="wp-block-paragraph"><em>Cloud native practices empower organizations to develop, build, and deploy workloads in computing environments (public, private, hybrid cloud) to meet their organizational needs at scale in a programmatic and repeatable manner. It is characterized by loosely coupled systems that interoperate in a manner that is secure, resilient, manageable, sustainable, and observable.</em></p>



<p class="wp-block-paragraph"><em>Cloud native technologies and architectures typically consist of some combination of containers, service meshes, multi-tenancy, microservices, immutable infrastructure, serverless, and declarative APIs — this list is not exhaustive.</em></p>



<p class="wp-block-paragraph">This definition is a good start, but as cloud infrastructure becomes ubiquitous, the cloud native world is beginning to spread behind the core of this definition. We’ll explore that evolution as well, and look into the near future of cloud-native computing.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper youtube-video">

</div></figure>



<h2 class="wp-block-heading"><strong>Cloud native architectural principles</strong></h2>



<p class="wp-block-paragraph">Let’s start by exploring the pillars of cloud-native architecture. Many of these technologies and techniques were considered innovative and even revolutionary when they hit the market over the past few decades, but now have become widely accepted across the software development landscape.</p>



<p class="wp-block-paragraph"><strong>Microservices. </strong>One of the huge cultural shifts that made cloud-native computing possible was the move from huge, monolithic applications to <a href="https://www.infoworld.com/article/2263327/what-are-microservices-your-next-software-architecture.html">microservices</a>: small, loosely coupled, and independently deployable components that work together to form a cloud-native application. These microservices can be scaled across cloud environments, though (as we’ll see in a moment) this makes systems more complex.</p>



<p class="wp-block-paragraph"><strong>Containers and orchestration. </strong>In could-native architectures, individual microservices are executed inside <em>containers </em>— lightweight, portable virtual execution environments that can run on a variety of servers and cloud platforms. Containers insulate the developers from having to worry about the underlying machines on which their code will execute. That is, all they have to do is write to the container environment. </p>



<p class="wp-block-paragraph">Getting the containers to run properly and communicate with one another is where the complexity of cloud native computing starts to emerge. Initially, containers were created and managed by relatively simple platforms, the most common of which was <a href="https://www.infoworld.com/article/2253801/what-is-docker-the-spark-for-the-container-revolution.html">Docker</a>. But as cloud-native applications got more complex, container orchestration platforms<em> </em>that augmented Docker’s functionality emerged, such as Kubernetes, which allows you to deploy and manage multi-container applications at scale. Kubernetes is critical to cloud native computing as we know it — it’s worth noting that the CNCF was set up as a <a href="https://www.zdnet.com/article/cloud-native-computing-foundation-seeks-to-bring-more-cloud-and-container-unity/">spinoff of the Linux Foundation on the same day that Kubernetes 1.0 was announced</a> — and adhering to <a href="https://www.infoworld.com/article/2338688/6-best-practices-to-keep-kubernetes-costs-under-control.html">Kubernetes best practices</a> is an important key to cloud native success. </p>



<p class="wp-block-paragraph"><strong>Open standards and APIs. </strong>The fact that containers and cloud platforms are largely defined by open standards and <a href="https://www.infoworld.com/article/3800992/open-source-trends-for-2025-and-beyond.html">open source technologies</a> is the secret sauce that makes all this modularity and orchestration possible, and <a href="https://www.infoworld.com/article/3529600/how-do-you-govern-a-sprawling-disparate-api-portfolio.html">standardized and documented APIs </a>offer the means of communication between distributed components of a larger application. In theory, anyway, this standardization means that every component should be able to communicate with other components of an application without knowing about their inner workings, or about the inner workings of the various platform layers on which everything operates.</p>



<p class="wp-block-paragraph"><strong>DevOps, agile methodologies, and infrastructure as code. </strong>Because cloud-native applications exist as a series of small, discrete units of functionality, cloud-native teams can build and update them using agile philosophies like <a href="https://www.infoworld.com/article/2255028/what-is-devops-transforming-software-development.html">DevOps</a>, which promotes <a href="https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html">rapid, iterative CI/CD development</a>. This enables teams to deliver business value more quickly and more reliably.</p>



<p class="wp-block-paragraph">The virtualized nature of cloud environments also make them great candidates for <a href="https://www.infoworld.com/article/2259359/what-is-infrastructure-as-code-automating-your-infrastructure-builds.html">infrastructure as code</a> (IaC), a practice in which teams use tools like <a href="https://developer.hashicorp.com/terraform/intro">Terraform</a>, <a href="https://www.pulumi.com/">Pulumi</a>, and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html">AWS CloudFormation</a>, to manage infrastructure declaratively and version those declarations just like application code. IaC boosts automation, repeatability, and resilience across environments—all big advantages in the cloud world. IaC also goes hand-in-hand with the concept of <em>immutable infrastructure</em>—the idea that, once deployed, infastructure-level entities like virtual machines, containers, or network appliances don’t change, which makes them easier to manage and secure. IaC stores declarative configuration code in version control, which creates an audit log of any changes.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2025/04/5_things_cloud_native.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Chart listing five things to love and five things to fear when considiering cloud native" class="wp-image-3970036" width="1024" height="472" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>There’s a lot to love about cloud-native architectures, but there are also several things to be wary of when considering it.</p>
</figcaption></figure><p class="imageCredit">Foundry</p></div>



<h2 class="wp-block-heading"><strong>How the cloud-native stack is expanding</strong></h2>



<p class="wp-block-paragraph">As cloud-native development becomes the norm, the cloud-native ecosystem is expanding; the CNCF maintains a graphical representation of what it calls the  <a href="https://landscape.cncf.io/">cloud native landscape</a> that hammers home to expansive and bewildering variety of products, services, and open source projects that contribute to (and seek to profit from) to cloud-native computing. And there are a number of areas where new and developing tools are complicating the picture sketched out by the pillars we discussed above.   </p>



<p class="wp-block-paragraph"><strong>An expanding Kubernetes ecosystem.</strong> <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html">Kubernetes </a>is complex, and teams now rely on an <a href="https://www.infoworld.com/article/2265338/13-tools-that-make-kubernetes-better.html">entire ecosystem of projects </a>to get the most out of it: <a href="https://www.infoworld.com/article/2264445/helm-3-package-manager-arrives-for-kubernetes.html">Helm</a> for packaging, <a href="https://argo-cd.readthedocs.io/en/stable/">ArgoCD </a>for GitOps-style deployments, and <a href="https://kustomize.io/">Kustomize </a>for configuration management. And just as Kubernetes augmented Docker for enterprise-scale deployments. Kubernetes itself has been augmented and expanded by <a href="https://www.infoworld.com/article/2261159/what-is-a-service-mesh-easier-container-networking.html">service mesh</a> offerings like <a href="https://istio.io/">Istio </a>and <a href="https://linkerd.io/">Linkerd</a><strong>, </strong>which offer fine-grained traffic control and improved security</p>



<p class="wp-block-paragraph"><strong>Observability needs. </strong>The complex and distributed world of cloud-native computing requires in-depth <a href="https://www.infoworld.com/article/2262666/what-is-observability-software-monitoring-on-steroids.html">observability</a> to ensure that developers and admins have a handle on what’s happening with their applications. <a href="https://www.infoworld.com/article/2337343/what-observability-means-for-cloud-operations.html">Cloud-native observability</a> uses distributed tracing and aggregated logs to provide deep insight into performance and reliability. Tools like <a href="https://www.infoworld.com/article/2246709/prometheus-unbound-open-source-cloud-monitoring.html">Prometheus</a>, <a href="https://www.infoworld.com/article/2337267/grafana-shining-a-light-into-kubernetes-clusters.html">Grafana</a>, <a href="https://www.cncf.io/projects/jaeger/">Jaeger</a>, and <a href="https://opentelemetry.io/">OpenTelemetry</a> support comprehensive, real-time observability across the stack.</p>



<p class="wp-block-paragraph"><strong>Serverless computing.  </strong><a href="https://www.infoworld.com/article/2261831/what-is-serverless-serverless-computing-explained.html">Serverless computing</a>, particularly in its function-as-a-service guise, offers to strip needed compute resources down to their bare minimum, with functions running on service provider clouds using exactly as much as they need and no more. Because these services can be exposed as endpoints via APIs, they are increasingly integrated into distributed applications, operating side-by-side with functionality provided by containerized microservices. Watch out, though: the big FaaS providers (<a href="https://www.infoworld.com/article/2265860/aws-lambda-tutorial-get-started-with-serverless-computing.html">Amazon</a>, <a href="https://www.infoworld.com/article/2255377/how-to-work-with-azure-functions-in-csharp.html">Microsoft</a>, and <a href="https://www.infoworld.com/article/2243861/google-takes-aims-at-aws-lambda-with-cloud-functions.html">Google</a>) would love to lock you in to their ecosystems.  </p>



<p class="wp-block-paragraph"><strong>FinOps. </strong><a href="http://infoworld.com/article/2238873/what-is-cloud-computing.html">Cloud computing</a> was initially billed as a way to cut costs — no need to pay for an in-house data center that you barely use — but in practice it replaces capex with opex, and sometimes you can run up truly shocking cloud service bills if you aren’t careful. Serverless computing is one way to cut down on those costs, but financial operations, or <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a>, is a more systematic discipline that aims to aligns engineering, finance, and product to optimize cloud spending. <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">FinOps best practices</a> make use of those observability tools to best determine what departments and applications are eating up resources.</p>



<h2 class="wp-block-heading"><strong>How cloud-native architecture is adapting to AI workloads</strong></h2>



<p class="wp-block-paragraph">Enterprises deploy larger AI models and make use of more and more real-time inference services. That’s putting demands on cloud-native systems and forcing them to adapt to remain scalable and reliable.</p>



<p class="wp-block-paragraph">For instance, organizations are <a href="https://www.infoworld.com/article/4057189/the-rise-of-ai-ready-private-clouds.html">re-engineering cloud environments</a> around GPU-accelerated clusters, low-latency networking, and predictable orchestration. These needs align with established cloud-native patterns: containers package AI services consistently, while Kubernetes provides resilient scheduling and horizontal scale for inference workloads that can spike without warning.</p>



<p class="wp-block-paragraph">Kubernetes itself is <a href="https://www.infoworld.com/article/4045563/evolving-kubernetes-for-generative-ai-inference.html">changing to better support AI inference</a>, adding hardware-aware scheduling for GPUs, model-specific autoscaling behavior, and deeper observability into inference pipelines. These enhancements make Kubernetes a more natural platform for serving generative AI workloads.</p>



<p class="wp-block-paragraph">AI’s resource demands are amplifying traditional cloud-native challenges. Observability becomes more complex as inference paths span GPUs, CPUs, vector databases, and distributed storage. <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a> teams contend with cost volatility from training and inference bursts. And security teams must track new risks around model provenance, data access, and supply-chain integrity.</p>



<h2 class="wp-block-heading"><strong>Application frameworks for building distributed cloud-native apps</strong></h2>



<p class="wp-block-paragraph">Microsoft’s Aspire is one of the most visible examples of a shift towards application frameworks to simplify how teams build distributed systems. Opinionated frameworks like Aspire provide structure, observability, and integration out of the box so developer don’t need to stitch together containers, microservices, and orchestration tooling by hand.</p>



<p class="wp-block-paragraph">Aspire in particular is a <a href="https://www.infoworld.com/article/4023638/taking-net-aspire-for-a-spin.html">prescriptive framework for cloud-native applications</a>, bundling containerized services, environment configuration, health checks, and observability into a unified development model. Aspire provides defaults for service-to-service communication, configuration, and deployment, along with a built-in dashboard for visibility across distributed components.</p>



<p class="wp-block-paragraph">While Aspire was originally aligned with Microsoft’s .<a href="https://www.infoworld.com/article/2264488/what-is-the-net-framework-microsofts-answer-to-java.html">NET platform</a>,Redmond now sees it as having a<strong>  </strong><a href="https://www.infoworld.com/article/4085051/aspires-polyglot-future.html?utm_source=chatgpt.com">polyglot future</a>. This positions Aspire as part of a broader trend: frameworks that help teams build cloud-native, service-oriented systems without being locked into a single language ecosystem. Several other frameworks are gaining traction: Dapr provides a portable runtime that abstracts many of the plumbing tasks in cloud-native distributed applications, and Orleans offers an actor-model-based framework for large-scale systems in the .NET world, and Akka gives JVM teams a mature, reactive toolkit for elastic, resilient services.</p>



<h2 class="wp-block-heading"><strong>Frameworks and tools in the expanding cloud-native ecosystem</strong></h2>



<p class="wp-block-paragraph">While frameworks like Aspire simplify how developers compose and structure distributed applications, most cloud-native systems still depend on a broader ecosystem of platforms and operational tooling. This deeper layer is where much of the complexity—and innovation—of cloud-native computing lives, particularly as Kubernetes continues to serve as the industry’s control plane for modern infrastructure.</p>



<p class="wp-block-paragraph">Kubernetes provides the core abstractions for deploying and orchestrating containerized workloads at scale. Managed distributions such as Google Kubernetes Engine (GKE), Amazon EKS, <a href="https://www.infoworld.com/article/4058764/smoother-kubernetes-sailing-with-aks-automatic.html">Azure AKS</a>, and Red Hat OpenShift build on these primitives with security, lifecycle automation, and enterprise support. Platform vendors are increasingly automating cluster operations—upgrades, scaling, remediation—to reduce the operational burden on engineering teams.</p>



<p class="wp-block-paragraph">Surrounding Kubernetes is a rapidly expanding ecosystem of complementary frameworks and tools. <a href="https://www.infoworld.com/article/2261159/what-is-a-service-mesh-easier-container-networking.html">Service meshes</a> like Istio and Linkerd provide fine-grained traffic management, policy enforcement, and mTLS-based security across microservices. <a href="https://www.infoworld.com/article/2259088/what-is-gitops-extending-devops-to-kubernetes-and-beyond.html">GitOps</a> platforms such as Argo CD and Flux bring declarative, version-controlled deployments to cloud-native environments. Meanwhile, projects like Crossplane turn Kubernetes into a universal control plane for cloud infrastructure, letting teams provision databases, queues, and storage through familiar Kubernetes APIs. These tools illustrate how cloud-native development now spans multiple layers: developer-focused application frameworks like Aspire at the top, and a powerful, evolving Kubernetes ecosystem underneath that keeps modern distributed applications running.</p>



<h2 class="wp-block-heading"><strong>Advantages and challenges for cloud-native development</strong></h2>



<p class="wp-block-paragraph">Cloud native has become so ubiquitous that its advantages are almost taken for granted at this point, but it’s worth reflecting on the beneficial shift the cloud native paradigm represents. Huge, monolithic codebases that saw updates rolled out once every couple of years have been replaced by microservice-based applications that can be improved continuously. Cloud-based deployments, when managed correctly, make better use of compute resources and allow companies to offer their products as SaaS or PaaS services. </p>



<p class="wp-block-paragraph">But <a href="https://www.infoworld.com/article/2337882/the-downsides-of-cloud-native-solutions.html">cloud-native deployments come with a number of challenges</a>, too:</p>



<ul class="wp-block-list">
<li><strong>Complexity and operational overhead: </strong>You’ll have noticed by now that many of the cloud-native tools we’ve discussed, like service meshes and observability tools, are needed to deal with the complexity of cloud-native applications and environments. Individual microservices are deceptively simple, but coordinating them all in a distributed environment is a big lift.</li>



<li><strong>Security: </strong>More services executing on more machines, communicating by open APIs, all adds up to a bigger attack surface for hackers. <a href="https://www.csoonline.com/article/572501/managing-container-vulnerability-risks-tools-and-best-practices.html">Containers</a> and <a href="https://www.csoonline.com/article/3618243/securing-cloud-native-applications-why-a-comprehensive-api-security-strategy-is-essential.html">APIs</a> each have their own special security needs, and a <a href="https://www.infoworld.com/article/2259477/open-policy-agent-a-general-purpose-policy-engine-for-cloud-native.html">policy engine</a> can be an important tool for imposing a security baseline on a sprawling cloud-native app. <a href="https://www.csoonline.com/article/564095/what-is-devsecops-developing-more-secure-applications.html">DevSecOps</a>, which adds security to DevOps, has become an important cloud-native development practice to try to close these gaps.</li>



<li><strong>Vendor lock-in: </strong>This may come as a surprise, since cloud-native is based on open standards and open source. But there are differences in how the big cloud and serverless providers works, and once you’ve written code with one provider in mind, <a href="https://www.infoworld.com/article/2337012/get-used-to-cloud-vendor-lock-in.html">it can be hard to migrate elsewhere</a>.</li>



<li><strong>A persistent skills gap: </strong>Cloud-native computing and development may have years under its belt at this point, but the number of developers who are truly skilled in this arena is a smaller portion of the workforce than you’d think. Companies <a href="https://www.infoworld.com/article/3484912/a-strategic-road-map-for-navigating-the-cloud-skills-shortage.html">face difficult choices in bridging this skills gap</a>, whether that’s bidding up salaries, working to upskill current workers, or allowing remote work so they can cast a wide net. </li>
</ul>



<h2 class="wp-block-heading">Cloud native in the real world</h2>



<p class="wp-block-paragraph">Cloud native computing is often associated with giants like Netflix, Spotify, Uber, and AirBNB, where many of its technologies were pioneered in the early ’10s. But the CNCF’s <a href="https://www.cncf.io/case-studies/">Case Studies page</a> provides an in-depth look at how cloud native technologies are helping companies. Examples include the following:</p>



<ul class="wp-block-list">
<li>A UK-based payment technology company that can <a href="https://www.cncf.io/case-studies/form3/">switch between data centers and clouds</a> with zero downtime</li>



<li>A software company whose product collects and analyzes data from IoT devices — and can <a href="https://www.cncf.io/case-studies/tempestive/">scale up</a> as the number of gadgets grows</li>



<li>A Czech web service company that managed to <a href="https://www.cncf.io/case-studies/seznam/">improve performance while reducing costs</a> by migrating to the cloud</li>
</ul>



<p class="wp-block-paragraph">Cloud-native infrastructure’s capability to quickly scale up to large workloads also make it an attractive platform for developing AI/ML applications: another one of those CNCF case studies looks at how IBM uses Kubernetes to <a href="https://www.cncf.io/case-studies/ibmwatsonxassistant/">train its Watsonx assistant</a>. The big three providers are putting a lot of effort into pitching their platforms as the place for you to develop your own generative AI tools, with offerings like <a href="https://www.infoworld.com/article/3608598/microsoft-rebrands-azure-ai-studio-to-azure-ai-foundry.html">Azure AI Foundry,</a><a href="https://www.infoworld.com/article/3959648/google-unveils-firebase-studio-for-ai-app-development.html">Google Firebase Studio</a>, and <a href="https://www.infoworld.com/article/2336139/amazon-bedrock-a-solid-generative-ai-foundation.html">Amazon Bedrock</a>. It seems clear that cloud native technology is ready for what comes next.</p>



<h2 class="wp-block-heading">Learn more about related cloud-native technologies:</h2>



<ul class="wp-block-list">
<li><a href="https://www.infoworld.com/article/2256066/what-is-paas-platform-as-a-service-a-simpler-way-to-build-software-applications.html">Platform-as-a-service (PaaS) explained</a></li>



<li><a href="https://www.infoworld.com/article/2238873/what-is-cloud-computing.html">What is cloud computing</a></li>



<li><a href="https://www.infoworld.com/article/2256706/what-is-multicloud-the-next-step-in-cloud-computing.html">Multicloud explained</a></li>



<li><a href="https://www.infoworld.com/article/2259475/what-is-agile-methodology-modern-software-development-explained.html">Agile methodology explained</a></li>



<li><a href="https://www.infoworld.com/article/2259487/how-to-excel-in-agile-software-development.html">Agile development best practices</a></li>



<li><a href="https://www.infoworld.com/article/2255028/what-is-devops-transforming-software-development.html">Devops explained</a></li>



<li><a href="https://www.infoworld.com/article/2266905/devops-best-practices-the-5-methods-you-should-adopt.html">Devops best practices</a></li>



<li><a href="https://www.infoworld.com/article/2263327/what-are-microservices-your-next-software-architecture.html">Microservices explained</a></li>



<li><a href="https://www.infoworld.com/article/2253197/tutorial-how-to-build-microservices-apps.html">Microservices tutorial</a></li>



<li><a href="https://www.infoworld.com/article/2253801/what-is-docker-the-spark-for-the-container-revolution.html">Docker and Linux containers explained</a></li>



<li><a href="https://www.infoworld.com/article/2254159/how-to-get-started-with-kubernetes-2.html">Kubernetes tutorial</a></li>



<li><a href="https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html">CI/CD (continuous integration and continuous delivery) explained</a></li>



<li><a href="https://www.infoworld.com/article/2268012/get-started-with-cicd-automating-application-delivery-with-cicd-pipelines.html">CI/CD best practices</a></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Meta launches low-cost Muse Spark 1.1 as enterprise AI spending comes under scrutiny]]></title>
<description><![CDATA[Meta has unveiled Muse Spark 1.1, saying the frontier AI model rivals leading LLMs on coding, computer use, and agentic AI benchmarks while undercutting OpenAI and Anthropic on API pricing, potentially lowering the cost of deploying AI agents in enterprises.



Meta unveiled Muse Spark 1.1 on Thu...]]></description>
<link>https://tsecurity.de/de/3659379/it-nachrichten/meta-launches-low-cost-muse-spark-11-as-enterprise-ai-spending-comes-under-scrutiny/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3659379/it-nachrichten/meta-launches-low-cost-muse-spark-11-as-enterprise-ai-spending-comes-under-scrutiny/</guid>
<pubDate>Fri, 10 Jul 2026 12:18:11 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Meta has unveiled Muse Spark 1.1, saying the frontier AI model rivals leading LLMs on coding, computer use, and agentic AI benchmarks while undercutting OpenAI and Anthropic on API pricing, potentially lowering the cost of deploying AI agents in enterprises.</p>



<p>Meta unveiled Muse Spark 1.1 on Thursday, pairing frontier-model performance with aggressive pricing in a move that analysts say could pressure rivals such as OpenAI and Anthropic and reshape enterprise AI procurement decisions.</p>



<p>Meta is betting that lower inference costs can help it gain ground in the enterprise AI market with the launch of Muse Spark 1.1, a frontier model that rivals top competitors on key benchmarks while costing a fraction as much to deploy.</p>



<p>The latest model, which was <a href="https://www.infoworld.com/article/4192724/metas-ai-chief-says-new-muse-spark-update-will-sharpen-coding-agentic-ai.html" target="_blank">teased</a> last week, matched or was competitive with leading models, such as Claude Opus 4.8, Gemini 3.1 Pro, and GPT 5.5, across several agentic AI, coding, and computer-use benchmarks, including SWE-bench Verified, Terminal-bench, BrowseComp, SpreadsheetBench, and OSWorld, Meta wrote in a blog <a href="https://ai.meta.com/blog/introducing-muse-spark-meta-model-api/" target="_blank" rel="noreferrer noopener">post</a>.</p>



<p>Muse Spark 1.1, which is currently in public preview and available via the Meta Model API, will cost $1.25 per million input tokens and $4.25 per million output tokens, the company <a href="https://developer.meta.com/ai/products/meta-model-api/" target="_blank" rel="noreferrer noopener">noted</a>.</p>



<p>By comparison, OpenAI <a href="https://developers.openai.com/api/docs/pricing" target="_blank" rel="noreferrer noopener">charges</a> $5 per million input tokens and $30 per million output tokens for GPT-5.5, while Anthropic <a href="https://platform.claude.com/docs/en/about-claude/pricing" target="_blank" rel="noreferrer noopener">charges</a> $5 and $25, respectively, for Claude Opus 4.8. Google’s Gemini 3.1 Pro, on the other hand, is <a href="https://ai.google.dev/gemini-api/docs/pricing">priced</a> at $2 per million input tokens and $12 per million output tokens.</p>



<h2 class="wp-block-heading">Lower prices may open doors, not close deals</h2>



<p>That sheer difference in API pricing, according to <a href="https://pareekh.com/about/" target="_blank" rel="noreferrer noopener">Pareekh Jain</a>, principal analyst at Pareekh Consulting, is enough to attract CIOs’ attention, at least for pilots, at a time when enterprises are trying to scale agentic deployments: “Pricing matters because inference costs increase rapidly when thousands of agents are working continuously.”</p>



<p>“Output tokens are often the largest model expense in coding, customer service, and process automation agents. Muse Spark’s output price is about 86% below GPT-5.5 and more than 90% below Claude Opus 4.8,” Jain said.</p>



<p>However, <a href="https://www.linkedin.com/in/muskan-bandta2004" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at FinOps services providing firm ZopDev, pointed out that the price is not a guarantee of adoption, despite the fact that most enterprises are likely to deploy the Muse Spark 1.1 for new projects.</p>



<p>“Cost becomes the primary differentiator only once the model is judged good enough. Developers don’t pick the cheapest model; they pick the cheapest model that clears their quality bar. So, price is the reason people show up, capability is the reason they stay,” Bandta said.</p>



<p>Similarly, CIOs are also likely to put more emphasis on the model’s security, data protection, uptime, audit trails, regional availability, support, and predictable behavior, rather than just the price, Jain said.</p>



<p>That distinction, according to Bandta, reflects a familiar pattern in enterprise technology buying: “This is the same lesson we saw in the cloud, where the cheapest provider on paper rarely won the biggest enterprise share. Price is one input in the total cost of ownership that includes risk, control, and switching cost, not the whole decision.”</p>



<p>Even so, the lower pricing could still shift the balance of power in enterprise procurement, Jain said: “This could help CIOs negotiate larger volume discounts, committed-use agreements, and better pricing from OpenAI, Anthropic, and cloud providers. It also strengthens the case for multi-model procurement rather than depending on one vendor.”</p>



<p>“Companies that do not even adopt Muse Spark can also use its pricing as evidence that frontier-level inference is becoming cheaper,” Jain added.</p>



<h2 class="wp-block-heading">Meta’s pricing could reshape competition between rivals</h2>



<p>Analysts pointed out that Meta’s new model could intensify competition in the frontier model market by forcing rivals to compete on inference economics and model sizes.</p>



<p>“It’s a real shot across the bow, and I’d expect OpenAI and Anthropic to respond on two fronts. Some of it will be price, cheaper tiers, and better cached and batch rates, because Meta has just reset what the market thinks a frontier token should cost,” Bandta said.</p>



<p>“But the incumbents won’t win the race with lower-priced offerings and more flexible pricing models. I expect them to lean harder into the things price can’t buy, governance, security, reliability, and enterprise support, to justify premium pricing,” Bandta added, likening the shift to an “early innings” of a price war that the industry saw with the expansion of cloud.</p>



<p>“The cloud infrastructure price war showed that while prices fell over time, vendors ultimately differentiated themselves through platform capabilities rather than cost alone,” Bandta further added.</p>



<p>In contrast, <a href="https://www.linkedin.com/in/znamit/" target="_blank" rel="noreferrer noopener">Amit Jena</a>, head of AI at IT consulting firm Kanerika, pointed out that a cloud-infrastructure-style pricing war was unlikely: “Frontier models are capital-intensive; margins are already thin. Vendors can’t sustain aggressive repricing without sacrificing quality.”</p>



<p>Rather, Jena sees Meta increasing prices soon after launch: “History suggests what happens next — aggressive entry pricing, then repricing once market share solidifies. See Meta’s advertising platform and cloud pricing evolution across the industry. If that pattern repeats, pricing could rise 30–50% in 18–24 months.”</p>



<p>For now, Meta is offering developers $20 in free API credits to experiment with Muse Spark 1.1.</p>



<p><em>The article originally appeared on <a href="https://www.infoworld.com/article/4195519/meta-launches-low-cost-muse-spark-1-1-as-enterprise-ai-spending-comes-under-scrutiny.html">InfoWorld</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Meta launches low-cost Muse Spark 1.1 as enterprise AI spending comes under scrutiny]]></title>
<description><![CDATA[Meta has unveiled Muse Spark 1.1, saying the frontier AI model rivals leading LLMs on coding, computer use, and agentic AI benchmarks while undercutting OpenAI and Anthropic on API pricing, potentially lowering the cost of deploying AI agents in enterprises.



Meta unveiled Muse Spark 1.1 on Thu...]]></description>
<link>https://tsecurity.de/de/3659344/ai-nachrichten/meta-launches-low-cost-muse-spark-11-as-enterprise-ai-spending-comes-under-scrutiny/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3659344/ai-nachrichten/meta-launches-low-cost-muse-spark-11-as-enterprise-ai-spending-comes-under-scrutiny/</guid>
<pubDate>Fri, 10 Jul 2026 12:04:32 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Meta has unveiled Muse Spark 1.1, saying the frontier AI model rivals leading LLMs on coding, computer use, and agentic AI benchmarks while undercutting OpenAI and Anthropic on API pricing, potentially lowering the cost of deploying AI agents in enterprises.</p>



<p>Meta unveiled Muse Spark 1.1 on Thursday, pairing frontier-model performance with aggressive pricing in a move that analysts say could pressure rivals such as OpenAI and Anthropic and reshape enterprise AI procurement decisions.</p>



<p>Meta is betting that lower inference costs can help it gain ground in the enterprise AI market with the launch of Muse Spark 1.1, a frontier model that rivals top competitors on key benchmarks while costing a fraction as much to deploy.</p>



<p>The latest model, which was <a href="https://www.infoworld.com/article/4192724/metas-ai-chief-says-new-muse-spark-update-will-sharpen-coding-agentic-ai.html" target="_blank">teased</a> last week, matched or was competitive with leading models, such as Claude Opus 4.8, Gemini 3.1 Pro, and GPT 5.5, across several agentic AI, coding, and computer-use benchmarks, including SWE-bench Verified, Terminal-bench, BrowseComp, SpreadsheetBench, and OSWorld, Meta wrote in a blog <a href="https://ai.meta.com/blog/introducing-muse-spark-meta-model-api/" target="_blank" rel="noreferrer noopener">post</a>.</p>



<p>Muse Spark 1.1, which is currently in public preview and available via the Meta Model API, will cost $1.25 per million input tokens and $4.25 per million output tokens, the company <a href="https://developer.meta.com/ai/products/meta-model-api/" target="_blank" rel="noreferrer noopener">noted</a>.</p>



<p>By comparison, OpenAI <a href="https://developers.openai.com/api/docs/pricing" target="_blank" rel="noreferrer noopener">charges</a> $5 per million input tokens and $30 per million output tokens for GPT-5.5, while Anthropic <a href="https://platform.claude.com/docs/en/about-claude/pricing" target="_blank" rel="noreferrer noopener">charges</a> $5 and $25, respectively, for Claude Opus 4.8. Google’s Gemini 3.1 Pro, on the other hand, is <a href="https://ai.google.dev/gemini-api/docs/pricing">priced</a> at $2 per million input tokens and $12 per million output tokens.</p>



<h2 class="wp-block-heading">Lower prices may open doors, not close deals</h2>



<p>That sheer difference in API pricing, according to <a href="https://pareekh.com/about/" target="_blank" rel="noreferrer noopener">Pareekh Jain</a>, principal analyst at Pareekh Consulting, is enough to attract CIOs’ attention, at least for pilots, at a time when enterprises are trying to scale agentic deployments: “Pricing matters because inference costs increase rapidly when thousands of agents are working continuously.”</p>



<p>“Output tokens are often the largest model expense in coding, customer service, and process automation agents. Muse Spark’s output price is about 86% below GPT-5.5 and more than 90% below Claude Opus 4.8,” Jain said.</p>



<p>However, <a href="https://www.linkedin.com/in/muskan-bandta2004" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at FinOps services providing firm ZopDev, pointed out that the price is not a guarantee of adoption, despite the fact that most enterprises are likely to deploy the Muse Spark 1.1 for new projects.</p>



<p>“Cost becomes the primary differentiator only once the model is judged good enough. Developers don’t pick the cheapest model; they pick the cheapest model that clears their quality bar. So, price is the reason people show up, capability is the reason they stay,” Bandta said.</p>



<p>Similarly, CIOs are also likely to put more emphasis on the model’s security, data protection, uptime, audit trails, regional availability, support, and predictable behavior, rather than just the price, Jain said.</p>



<p>That distinction, according to Bandta, reflects a familiar pattern in enterprise technology buying: “This is the same lesson we saw in the cloud, where the cheapest provider on paper rarely won the biggest enterprise share. Price is one input in the total cost of ownership that includes risk, control, and switching cost, not the whole decision.”</p>



<p>Even so, the lower pricing could still shift the balance of power in enterprise procurement, Jain said: “This could help CIOs negotiate larger volume discounts, committed-use agreements, and better pricing from OpenAI, Anthropic, and cloud providers. It also strengthens the case for multi-model procurement rather than depending on one vendor.”</p>



<p>“Companies that do not even adopt Muse Spark can also use its pricing as evidence that frontier-level inference is becoming cheaper,” Jain added.</p>



<h2 class="wp-block-heading">Meta’s pricing could reshape competition between rivals</h2>



<p>Analysts pointed out that Meta’s new model could intensify competition in the frontier model market by forcing rivals to compete on inference economics and model sizes.</p>



<p>“It’s a real shot across the bow, and I’d expect OpenAI and Anthropic to respond on two fronts. Some of it will be price, cheaper tiers, and better cached and batch rates, because Meta has just reset what the market thinks a frontier token should cost,” Bandta said.</p>



<p>“But the incumbents won’t win the race with lower-priced offerings and more flexible pricing models. I expect them to lean harder into the things price can’t buy, governance, security, reliability, and enterprise support, to justify premium pricing,” Bandta added, likening the shift to an “early innings” of a price war that the industry saw with the expansion of cloud.</p>



<p>“The cloud infrastructure price war showed that while prices fell over time, vendors ultimately differentiated themselves through platform capabilities rather than cost alone,” Bandta further added.</p>



<p>In contrast, <a href="https://www.linkedin.com/in/znamit/" target="_blank" rel="noreferrer noopener">Amit Jena</a>, head of AI at IT consulting firm Kanerika, pointed out that a cloud-infrastructure-style pricing war was unlikely: “Frontier models are capital-intensive; margins are already thin. Vendors can’t sustain aggressive repricing without sacrificing quality.”</p>



<p>Rather, Jena sees Meta increasing prices soon after launch: “History suggests what happens next — aggressive entry pricing, then repricing once market share solidifies. See Meta’s advertising platform and cloud pricing evolution across the industry. If that pattern repeats, pricing could rise 30–50% in 18–24 months.”</p>



<p>For now, Meta is offering developers $20 in free API credits to experiment with Muse Spark 1.1.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Relearning cloud lessons from runaway AI token costs]]></title>
<description><![CDATA[Every few years, some new technology comes along that promises to revolutionize how we do business, and enterprises pile in headfirst without asking how much it’s going to cost. I’ve been watching this movie for 30 years. Cloud computing was the first act. Now it’s generative AI, and the bill is ...]]></description>
<link>https://tsecurity.de/de/3659187/ai-nachrichten/relearning-cloud-lessons-from-runaway-ai-token-costs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3659187/ai-nachrichten/relearning-cloud-lessons-from-runaway-ai-token-costs/</guid>
<pubDate>Fri, 10 Jul 2026 11:03:11 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Every few years, some new technology comes along that promises to revolutionize how we do business, and enterprises pile in headfirst without asking how much it’s going to cost. I’ve been watching this movie for 30 years. <a href="https://www.infoworld.com/article/2238873/what-is-cloud-computing.html" data-type="link" data-id="https://www.infoworld.com/article/2238873/what-is-cloud-computing.html">Cloud computing</a> was the first act. Now it’s <a href="https://www.infoworld.com/article/2338115/what-is-generative-ai-artificial-intelligence-that-creates.html">generative AI</a>, and the bill is arriving faster than anyone expected.</p>



<p>The latest data shows that many enterprises are seeing their AI token costs run 10 to 20 times higher than initial projections. That’s not a rounding error. That’s a strategic miscalculation that CFOs are starting to notice, and they’re not happy about it.</p>



<p>Here’s the thing: This crisis was entirely predictable. We’ve been through this before with cloud computing, and we learned some hard lessons about what happens when you deploy technology without rigorous cost management. The good news is that enterprises are finally applying those lessons, reaching back to their cloud finops playbooks to wrangle this new breed of spending.</p>



<h2 class="wp-block-heading">The 50x problem</h2>



<p>Let me explain the scale of what’s happening. Goldman Sachs has estimated that <a href="https://www.infoworld.com/article/3611465/how-ai-agents-will-transform-the-future-of-work.html">AI agents</a> consume roughly 50 times more computing power per task than traditional prompt-based chatbots. That’s a fundamental shift in how resources get consumed. When you multiply that across an enterprise that’s deploying dozens or hundreds of AI agents, the math gets ugly fast.</p>



<p>The token problem compounds because AI costs are inherently variable. Unlike traditional software licensing or infrastructure contracts, you pay per token, and per-token usage can fluctuate wildly based on user behavior, query complexity, and the sheer volume of requests flowing through these systems. This is exactly the same problem we faced with cloud computing. Every time someone spins up a new instance or stores data in the wrong tier, the bill goes up.</p>



<p>Enterprises expected to deploy AI and see costs stabilize. Instead, costs are climbing month after month, often exceeding projections by an order of magnitude. The business case that looked compelling in the conference room is looking considerably less attractive in the finance committee.</p>



<h2 class="wp-block-heading">Lessons from the cloud playbook</h2>



<p>Here’s where it gets interesting. Cloud providers and the managed service providers who work with them have spent the better part of two decades building disciplines around financial operations—<a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">finops</a>, if you want to use the buzzword. These are the practices, tools, and organizational structures that make cloud spending visible, controllable, and ultimately justifiable to the business.</p>



<p>Those same disciplines are now being applied to AI token costs, and enterprises with mature finops programs are faring better than those without. The playbook is essentially the same: </p>



<ul class="wp-block-list">
<li>Make spending visible.</li>



<li>Attribute costs to the right teams.</li>



<li>Set guardrails and alerts.</li>



<li>Create feedback loops that encourage efficient behavior.</li>
</ul>



<p>Companies like Priceline have deployed dashboards that provide executives with real-time visibility into token consumption, with monthly reports delivered directly to the CFO and CTO. Smartsheet has implemented similar approaches, providing department-level dashboards that let managers see exactly how their teams are consuming tokens, with automated alerts when consumption approaches predefined thresholds.</p>



<p>The accountability piece is critical. When developers and business users can see exactly how their AI usage translates to dollars, they tend to make better decisions about which models to use, how to structure prompts, and when to rely on human judgment instead of AI processing.</p>



<h2 class="wp-block-heading">The show-back revolution</h2>



<p>One of the most effective techniques emerging from this crisis is the “show back” approach to AI cost management. Rather than simply reporting costs to individual departments, companies are now attributing AI spending to the teams and individuals responsible for driving that consumption. This creates accountability without the organizational complexity of full chargeback models.</p>



<p>OpenText has reported that implementing show-back and chargeback approaches can reduce token costs by 20% to 30% within a few months. That’s not trivial. If you’re spending $5 million a month on AI tokens, that’s a $1.5 million savings just by making people aware of what they’re spending.</p>



<p>The mechanism is straightforward: When development leaders understand that their team has consumed $200,000 in tokens this month, they start asking questions. Why are we using the most expensive model for that task? What if a smaller model could handle 80% of these queries? Are prompts being repeated unnecessarily? These questions lead to optimization, and optimization leads to savings.</p>



<h2 class="wp-block-heading">Model smarts</h2>



<p>Another lesson from the cloud experience is that the most expensive option is rarely the best option. This sounds obvious, but organizations tend to default to the <a href="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html">largest, most capable AI model</a> for every task, regardless of whether that capability is actually required.</p>



<p>The emerging best practice is to match model capability to task requirements. A simple classification task doesn’t need a frontier model. A straightforward text-generation job might be handled perfectly by a smaller, cheaper model running locally or via a less expensive API tier. The efficiency gains from this approach can be substantial.</p>



<p>Some enterprises are going further, adopting older models or open source alternatives for appropriate use cases. Qualcomm, for instance, has invested in running models on its own hardware rather than relying exclusively on cloud-based model providers. This approach requires more technical sophistication but can dramatically reduce per-token costs for high-volume applications.</p>



<h2 class="wp-block-heading">The real challenge</h2>



<p>Here’s what concerns me most about the current situation. Many enterprises deployed <a href="https://www.infoworld.com/article/4061121/a-brief-history-of-ai.html">AI</a> without putting adequate cost management infrastructure in place up front. They got caught up in the excitement of the technology, the competitive pressure to move fast, and the belief that the benefits would justify whatever the costs turned out to be. That approach worked when AI projects were small-scale experiments. Now that AI is becoming core to business operations, the lack of financial controls is becoming a serious problem. We need to bring the same rigor to AI procurement and deployment that we’ve brought to every other significant technology investment.</p>



<p>The organizations that succeed will treat AI token costs as a managed operational expense rather than an unpredictable variable. That means deploying the same tools and disciplines that have worked for cloud cost management: visibility, accountability, optimization, and continuous improvement.</p>



<p>Cloud providers and the managed service partners who work with them have been doing this for years. They built the tools, developed the best practices, and trained the workforce that can now apply those skills to the AI cost challenge. If your organization is struggling with AI spending, finding partners with deep finops experience might be the fastest path to control.</p>



<p>The good news is that this crisis is solvable. But it requires acknowledging the problem, investing in the right capabilities, and accepting that technology deployment without financial discipline is a path to trouble.</p>



<p>Get smart about your AI spending. The CFO will thank you.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[“1~2시간 걸리던 장애 분석, 5분이면 끝”…데이터독 ‘비츠 AI’ 전면에]]></title>
<description><![CDATA[데이터독 코리아는 9일 서울에서 기자간담회를 열고 이 같은 사업 현황과 연례 컨퍼런스 ‘대시(Dash) 2026’에서 공개한 신제품 전략을 소개했다.



엄수창 데이터독 코리아 지사장은 이를 시장 변화의 신호로 해석했다.



엄 지사장은 “연초만 해도 ‘SaaS 아포칼립스’라는 말이 나올 정도로 SaaS 기업들의 미래를 부정적으로 보는 시각이 많았다”며 “하지만 데이터독은 AI와 함께 성장하면서 오히려 큰 미래 비전을 갖게 됐다”고 말했다. 이어 “글로벌 상위 AI 기업 10곳 모두 데이터독을 사용하고 있다는 사실 자체가 ...]]></description>
<link>https://tsecurity.de/de/3658717/it-nachrichten/12-5-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3658717/it-nachrichten/12-5-ai/</guid>
<pubDate>Fri, 10 Jul 2026 07:02:39 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>데이터독 코리아는 9일 서울에서 기자간담회를 열고 이 같은 사업 현황과 연례 컨퍼런스 ‘<a href="https://dash.datadoghq.com/" target="_blank" rel="nofollow">대시</a>(Dash) 2026’에서 공개한 신제품 전략을 소개했다.</p>



<p>엄수창 데이터독 코리아 지사장은 이를 시장 변화의 신호로 해석했다.</p>



<p>엄 지사장은 “연초만 해도 ‘SaaS 아포칼립스’라는 말이 나올 정도로 SaaS 기업들의 미래를 부정적으로 보는 시각이 많았다”며 “하지만 데이터독은 AI와 함께 성장하면서 오히려 큰 미래 비전을 갖게 됐다”고 말했다. 이어 “글로벌 상위 AI 기업 10곳 모두 데이터독을 사용하고 있다는 사실 자체가 시장이 우리의 성장 가능성을 높게 평가하고 있다는 방증”이라고 강조했다.</p>



<p>이 같은 자신감의 배경에는 AI 시대 급증하는 운영 관리 수요가 있다. 과거에는 데브옵스(DevOps)와 SRE(Site Reliability Engineering) 조직이 장애 분석과 인프라 모니터링을 위해 주로 활용했다면, 이제는 AI를 활용해 운영을 자동화하는 기능과 AI 애플리케이션 자체를 관리하는 기능까지 제공하며 AI 시대에 맞춰 사업 영역을 확대하고 있다.</p>



<p>정영석 데이터독 기술총괄은 올해 대시에서 공개한 100여 개의 신기능을 ‘자율 IT 운영(Autonomous Operations)’과 ‘AI 거버넌스’라는 두 가지 축으로 설명했다.</p>



<p>자율 IT 운영 분야에서는 ‘비츠 AI(Bits AI)’가 장애 탐지부터 원인 분석, 해결까지 자동으로 수행한다. 정 총괄은 “장애가 발생하면 비츠 AI가 8가지 안팎의 가설을 세운 뒤 하나씩 검증해 근본 원인을 찾아내고, 코드 수정안까지 PR(Pull Request) 형태로 제안한다”며 “기존에는 엔지니어가 1~2시간 걸리던 분석 및 보고서 작성 작업을 빠르면 5분 이내로 단축할 수 있다”고 설명했다.</p>



<p>또 인프라 자원이 부족하면 슬랙 등을 통해 운영자 승인만 받아 메모리와 CPU를 자동으로 증설하고, 사전에 정의한 가드레일 안에서는 무인 복구도 수행한다. 코드 변경부터 스테이징 배포, 프로덕션 환경에 이르기까지 애플리케이션이 의도대로 동작하는지도 AI가 지속적으로 검증한다.</p>



<p>AI 거버넌스 분야에서는 ▲에이전트 옵저버빌리티(Agent Observability) ▲AI 게이트웨이(AI Gateway) ▲AI 가드(AI Guard) ▲LLM 비용 관리 콘솔 등의 기능 공개했다.</p>



<p>에이전트 옵저버빌리티는 AI 에이전트 내부에서 어떤 LLM과 도구를 사용했고, 토큰과 비용이 얼마나 발생했는지 시각화한다. AI 게이트웨이는 여러 LLM을 통합 관리하고 감사(Audit)를 수행하며, AI 가드는 프롬프트 인젝션과 민감정보 유출을 차단한다.</p>



<p>정 총괄은 “코파일럿, 커서(Cursor), 클로드 등 여러 AI 모델을 함께 사용하는 기업이 늘면서 비용과 보안, 신뢰성을 통제하는 것이 C레벨 경영진의 공통 과제가 됐다”며 “개발자별, 모델별 사용량과 비용을 세분화해 보여주기 때문에 임원들도 최적화 지점을 쉽게 찾을 수 있다”고 말했다.</p>



<p>최근 많은 기업이 멀티 LLM 전략을 채택하는 만큼 이러한 통합 관리 플랫폼의 필요성도 커질 것이라는 설명이다.</p>



<p>CIO 코리아가 AI 기능 추가로 관련 비용이 늘어나는 것 아니냐고 묻자 정 총괄 “데이터독이 제공하는 수백 개의 외부 서비스 연동 기능은 모두 기본 호스트 사용료에 포함돼 있어 AI 기능이 추가됐다고 모니터링 비용이 늘어나는 것은 아니다”며 “다만 로그는 저장량이 늘어나면 비용이 증가하는 구조인데 이는 어느 벤더나 비슷하다”고 답했다.</p>



<p>이어 “AI가 추가됐다고 인프라 모니터링 비용이 올라가는 것은 아니지만 AI SRE처럼 자동 분석 기능을 사용할 경우 토큰(크레딧)이 소모돼 비용이 추가될 수 있다”며 “반면 엔지니어의 업무 시간을 크게 줄일 수 있기 때문에 ROI 측면에서는 충분히 상쇄할 수 있고, UI 대신 MCP(Model Context Protocol)를 활용하면 비용을 낮출 수 있어 국내 여러 대형 고객도 MCP 기반 AI옵스를 구축하고 있다”고 덧붙였다.</p>



<p>AI가 문제 해결책까지 제시하는 것에 대한 고객사의 거부감은 없는지 묻는 질문에는 “잘못 분석할 가능성이 있는 것은 사실이지만 지금까지 고객 반응은 매우 긍정적”이라며 “AI가 잘못 탐지하더라도 사용자가 대화를 통해 추가 분석을 요청하면 계속 수정하면서 근본 원인에 더 가까운 결과를 제시한다”고 설명했다.</p>



<p>이어 “이 경험은 ‘비츠 메모리(Bits Memory)’ 기능에 축적돼 이후 유사한 장애가 발생하면 더욱 정확하게 분석하도록 학습된다”고 말했다.</p>



<p>내부 AI는 자체 모델과 업계 최신 모델을 함께 사용하는 하이브리드 구조다.</p>



<p>정 총괄은 “프론티어 모델과 자체 모델인 ‘<a href="https://www.datadoghq.com/blog/datadog-time-series-foundation-model/" target="_blank" rel="nofollow">토토</a>(Toto)’를 함께 운영하고 있으며 작업 특성에 따라 가장 적합한 모델을 선택해 사용한다”고 밝혔다. 클로드, GPT, 제미나이 등 다양한 외부 최신 모델을 활용하며, AI SRE는 내부적으로 최적 모델이 자동 선택되지만 에이전트 빌더에서는 고객이 MCP와 사용할 모델을 직접 선택할 수 있다. 또한 LLM 옵저버빌리티에서는 환각을 탐지하기 위해 교차 검증용 모델을 별도로 지정하는 기능도 제공한다.</p>



<p>데이터독은 앞으로 옵저버빌리티(Observability), 보안, 핀옵스(FinOps), 비즈니스 인텔리전스(BI)를 하나의 플랫폼에서 통합 제공하는 차별성을 앞세워 국내 시장 공략을 확대하겠다고 밝혔다.<br>jihyun.lee@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[12 Wege, KI kostengünstiger zu trainieren]]></title>
<description><![CDATA[Eine KI zu trainieren, kann schnell monetäre Sorgen bereiten – muss es aber nicht.  ultramansk | shutterstock.com



KI-Pipelines zu optimieren, erfordert mehr als nur oberflächliche Hardwareanpassungen. Es gilt, die Art und Weise, wie Modelle Daten verarbeiten, grundlegend zu verändern. Zwar imp...]]></description>
<link>https://tsecurity.de/de/3658655/it-security-nachrichten/12-wege-ki-kostenguenstiger-zu-trainieren/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3658655/it-security-nachrichten/12-wege-ki-kostenguenstiger-zu-trainieren/</guid>
<pubDate>Fri, 10 Jul 2026 06:07:13 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/07/ultramansk_shutterstock_2672055281_16z9.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Dev Team sceptical 16z9" class="wp-image-4192249" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Eine KI zu trainieren, kann schnell monetäre Sorgen bereiten – muss es aber nicht.  </figcaption></figure><p class="imageCredit">ultramansk | shutterstock.com</p></div>



<p><a href="https://www.computerwoche.de/article/4183987/embedding-pipelines-sind-das-neue-etl.html" target="_blank">KI-Pipelines</a> zu optimieren, erfordert mehr als nur oberflächliche Hardwareanpassungen. Es gilt, die Art und Weise, wie Modelle Daten verarbeiten, grundlegend zu verändern. Zwar implementieren KI-Engineers oft einfache Effizienzmaßnahmen innerhalb des Training-Loops. Aber um die Trainingskosten permanent <a href="https://www.computerwoche.de/article/4182741/nur-jedes-vierte-unternehmen-hat-seine-ki-kosten-im-blick.html" target="_blank">zu reduzieren</a>, sind architektonische Änderungen nötig – direkt im neuronalen Netz.</p>



<p>Die folgenden zwölf Optimierungsmaßnahmen auf Modellebene verwandeln Ihre <a href="https://www.cio.de/article/4168849/die-ki-strategie-der-commerzbank.html" target="_blank">KI-Strategie</a> von einem Brute-Force-Hardware-Ansatz in eine elegante, softwaredefinierte Disziplin – und senken die Stückkosten Ihrer KI-Pipeline drastisch.</p>



<h2 class="wp-block-heading">1. Pretraining einsparen</h2>



<p>Ein Foundation-Modell von Grund auf neu zu trainieren ist für Standard Enterprise-Applikationen selten nötig und verbietet sich mit Blick auf die dafür nötige Rechenleistung. Statt dafür Millionen zu verschwenden, sollten Engineering-Teams lieber öffentlich verfügbare <a href="https://www.computerwoche.de/article/4146975/wie-ki-open-source-verandert.html" target="_blank">Open-Weight-Modelle</a> nutzen.</p>



<p>Dieser grundlegende Transfer-Learning-Ansatz ist der unverzichtbare erste Schritt, wenn es darum geht, interne Chatbots oder domänenspezifische Klassifikatoren zu entwickeln. Indem bestehende neuronale Architekturen zum Einsatz kommen, lassen sich die enormen <a href="https://www.computerwoche.de/article/2828262/finetuning-ist-teuer-aber-oft-lohnt-es-sich.html" target="_blank">Kosten</a> (auch für Energie), die mit den initialen Pretraining-Phasen verbunden sind, umgehen.</p>



<h2 class="wp-block-heading">2. Parametereffizient feinabstimmen</h2>



<p>Selbst das standardmäßige Feintuning von umfassenden Sprachmodellen erforderte immense Mengen an VRAM, um die States von Optimizern und Gradienten zu speichern. Um dieses Hardware-Bottleneck aufzulösen, sollten Engineers <a href="https://medium.com/@MUmarAmanat/fine-tune-llm-with-peft-60b2798f1e5f" target="_blank" rel="noreferrer noopener">PEFT</a>-Techniken wie <a href="https://www.computerwoche.de/article/3552133/forscher-verbinden-wi-fi-und-lora.html" target="_blank">LoRA</a> implementieren.</p>



<p>Die Technik reduziert den Memory Overhead drastisch, indem sie dafür sorgt, dass 99 Prozent der vortrainierten Weights „eingefroren“ und kleine, trainier- und adaptierbare Layer injiziert werden. Dieser mathematische Shortcut ist ideal geeignet, um hochgradig anpassbare GenAI-Funktionen umzusetzen – und erlaubt die Feinabstimmung von Milliarden von Parametern mit einer einzigen (Consumer-)<a href="https://www.computerwoche.de/article/3967958/was-ist-eine-gpu.html" target="_blank">GPU</a>.</p>



<pre class="wp-block-code"><code>python
from peft import LoraConfig, get_peft_model

config = LoraConfig(r=8, lora_alpha=32, target_modules=["q_proj", "v_proj"])
efficient_model = get_peft_model(base_model, config)</code></pre>



<h2 class="wp-block-heading">3. Warmstart-Layer einziehen</h2>



<p>Falls Sie spezifische Netzwerkkomponenten von Grund auf neu trainieren müssen, stellt der Import vortrainierter Embeddings sicher, dass nur die verbleibenden Layer erhöhten Rechenaufwand verursachen.</p>



<p>Dieser „Warmstart“-Ansatz reduziert den Rechenaufwand in Frühphasen der KI-Entwicklung erheblich, weil das Modell so grundlegende, universelle Datenrepräsentationen nicht erst neu erlernen muss. Besonders empfehlenswert ist dieser für <a href="https://www.computerwoche.de/article/4173136/17-llms-fur-spezialdomanen.html" target="_blank">Spezialdomänen</a>.</p>



<pre class="wp-block-code"><code>python
# PyTorch warm-start example
model.embedding_layer.weight.data.copy_(pretrained_medical_embeddings)
model.embedding_layer.requires_grad = False
</code></pre>



<h2 class="wp-block-heading">4. Gradient Checkpointing anwenden</h2>



<p>Memory-Engpässe sind der wesentliche Grund dafür, dass Entwickler gezwungen sind, teure, VRAM-intensive Cloud-Instanzen zu mieten. <a href="https://arxiv.org/pdf/1604.06174" target="_blank" rel="noreferrer noopener">Gradient Checkpointing</a> (PDF) spart Speicherplatz ein, indem bestimmte Forward Activations während der Backpropagation neu berechnet werden – anstatt sie alle zu speichern.</p>



<p>Entwicklern ist zu empfehlen, diese Technik einzusetzen, wenn sie mit anhaltenden „Out of Memory“-Fehlern konfrontiert sind. Denn Gradient Checkpointing ermöglicht es, zehnmal größere Netzwerke auf derselben GPU unterzubringen – bei einem Mehr an Rechenaufwand von circa 20 Prozent.</p>



<pre class="wp-block-code"><code>python
# Enable in Hugging Face / PyTorch
model.gradient_checkpointing_enable()</code></pre>



<h2 class="wp-block-heading">5. Compiler-Fusion aktivieren</h2>



<p>Moderne Deep-Learning-Frameworks leiden regelmäßig unter Engpässen mit Blick auf die Speicherbandbreite, da ständig Daten über die Hardware gelesen und geschrieben werden. Durch Compiler, die wie <a href="https://openxla.org/?hl=de" target="_blank" rel="noreferrer noopener">XLA</a> oder <a href="https://pytorch.org/get-started/pytorch-2-x/" target="_blank" rel="noreferrer noopener">PyTorch 2.0</a> auf Graph-Ebene operieren, lässt sich eine Vielzahl von Prozessen in einem einzelnen GPU-Kernel fusionieren.</p>



<p>Diese architektonische Optimierung führt dazu, dass Durchsatz und Ausführungsgeschwindigkeit massiv gesteigert werden. Parallel sind allerdings keine manuellen Änderungen am Code notwendig. Um die Hardwareauslastung zu maximieren, ist es Entwickler-Teams zu empfehlen, die Compiler-Fusion standardmäßig bei sämtlichen Trainings-Sessions in der Produktion zu aktivieren.</p>



<pre class="wp-block-code"><code>python
import torch

# PyTorch 2.0 compiler fusion
optimized_model = torch.compile(model)</code></pre>



<h2 class="wp-block-heading">6. Pruning und Quantisierung einsetzen</h2>



<p>Ein umfangreiches, vollpräzises 16-Bit-Neural-Network in der Produktion bereitzustellen, erfordert ebenfalls oft teure Cloud-Instanzen, was die Gewinnmarge einer Applikation zunichtemachen kann. Durch algorithmisches Pruning werden mathematisch redundante Weights entfernt.</p>



<p>Eine Quantisierung des Modells sorgt hingegen dafür, dass die verbleibenden Parameter von 16-Bit-Gleitkommazahlen auf 8-Bit- oder 4-Bit-Ganzzahlen komprimiert werden. Das ermöglicht es, das KI-Modell auf deutlich kostengünstigeren GPUs mit geringerem Speicherbedarf auszuführen – ohne dass die Qualität der Konversationen darunter leidet. Diese physikalische Reduktion ist entscheidend dafür, Traffic-intensive Anwendungen kosteneffizient skalieren zu können. Davon abgesehen senkt es jedoch auch die CO²-Kosten, die ein API-Call <a href="https://www.cio.com/article/4132293/the-carbon-cost-of-an-api-call.html" target="_blank">verursacht</a>, wenn Tausende von Usern parallel bedient werden.</p>



<pre class="wp-block-code"><code>python
import torch
import torch.nn.utils.prune as prune

# 1. Prune 20% of the lowest-magnitude weights in a layer
prune.l1_unstructured(model.fc, name="weight", amount=0.2)

# 2. Dynamic Quantization (Compress Float32 to Int8)
quantized_model = torch.ao.quantization.quantize_dynamic(
    model, {torch.nn.Linear}, dtype=torch.qint8
)</code></pre>



<h2 class="wp-block-heading">7. Curriculum Learning verwenden</h2>



<p>Ein untrainiertes neuronales Netzwerk mit hochkomplexen und gleichzeitig verrauschten Datensätzen zu füttern, zwingt den Optimizer teure Extra-Rechenschleifen zu drehen, um chaotische Gradienten abzubilden. Dieses Problem lässt sich mit <a href="https://medium.com/aiguys/curriculum-learning-83b1b2221f33" target="_blank" rel="noreferrer noopener">Curriculum Learning</a> (auch Lehrplanlernen) lösen: Dabei wird die Daten-Pipeline so strukturiert, dass zunächst klare, leicht klassifizierbare Beispiele eingeführt werden – bevor der schrittweise Übergang auf hochpräzise Anomalien erfolgt.</p>



<p>Geht es etwa darum, ein Vision-Modell für autonomes Fahren zu trainieren, sollten die Entwickler diesem zunächst klare Tageslichtbilder von Autobahnen zuführen, bevor sie Rechenleistung für komplexe Nachtaufnahmen verschneiter Stadtkreuzungen in Städten aufwenden. Dieser schrittweise Ansatz ermöglicht dem Netzwerk, zentrale mathematische Merkmale ressourcenschonend abzubilden. Dadurch wird die Konvergenz deutlich schnell und mit geringerem Hardware-Aufwand erreicht.</p>



<h2 class="wp-block-heading">8. Wissen destillieren</h2>



<p>Ein massives KI-Modells mit 70 Milliarden Parametern für simple, repetitive Tasks zu nutzen, kommt einer gravierenden Fehlallokation von Rechenressourcen gleich. Dieses Problem lässt sich mithilfe von Wissensdestillation lösen: Dabei lernt ein hocheffizientes, schlankes „Student“-Modell, die Reasoning-Ketten eines großen „Teacher“-Modells exakt nachzuahmen.</p>



<p>Stellen Sie sich ein E-Commerce-Unternehmen vor, das Produktempfehlungen in Echtzeit direkt auf dem Smartphone eines Nutzers ausführen muss, wo Akku und Speicher streng limitiert sind. Dank Knowledge Distillation kann dieses winzige Mobile-Modell mit der Genauigkeit einer massiven, Cloud-basierten Architektur arbeiten. Das senkt die Inferenzkosten dauerhaft und kann Ihnen außerdem ersparen, in die „<a href="https://www.vktr.com/ai-technology/the-ai-accuracy-trap/" target="_blank" rel="noreferrer noopener">AI Accuracy Trap</a>“ zu tappen.</p>



<h2 class="wp-block-heading">9. Suchmethoden optimieren</h2>



<p>Herkömmliche Grid-Search-Algorithmen fressen regelmäßig große Teil des Cloud-Budgets, weil sie blindlings Netzwerkkonfigurationen testen und ausführen, die von vornherein zum Scheitern verurteilt sind. Intelligentere Hyperparameter-Suchmethoden wie die <a href="https://de.wikipedia.org/wiki/Bayes%E2%80%99sche_Optimierung" target="_blank" rel="noreferrer noopener">Bayes’sche Optimierung</a> und <a href="https://arxiv.org/abs/1603.06560" target="_blank" rel="noreferrer noopener">Hyperband</a> können an dieser Stelle als finanzielle Wächter fungieren: Sie sagen unzureichende Versuche mathematisch vorher und sortieren diese direkt aus.</p>



<p>Optimiert eine Bank beispielsweise ein KI-Modell zur Betrugserkennung, kann Hyperband Konfigurationen aufspüren, die nicht akkurat sind – und lenkt die gesamte Rechenleistung ausschließlich auf die vielversprechendsten Setups um. Um die Kosten weiter zu reduzieren, lässt sich zudem auch das <a href="https://github.com/Jayachander123/RES-Cost-Aware-Retraining-Framework" target="_blank" rel="noreferrer noopener">RES-Cost-Aware-Retraining-Framework</a> integrieren.</p>



<h2 class="wp-block-heading">10. Parallelstrategien fahren</h2>



<p>Nicht sachgemäß konfigurierte Cluster führen ebenfalls zu massiven Netzwerk-Bottlenecks. Wenn Sie ein Modell mittlerer Größe auf zu viele GPUs aufteilen (Modellparallelität), verbringen die Prozessoren mehr Zeit damit, auf die Datenübertragung zu warten, als damit, tatsächlich Berechnungen durchzuführen.</p>



<p>Umgekehrt ist es bei der Verarbeitung großer Datensätze hocheffizient, das gesamte Modell über mehrere Knoten (Datenparallelität) zu replizieren – vorausgesetzt, die Batch-Größen sind korrekt abgestimmt. Ein FinOps-Team in der Praxis muss diese Parallelstrategien dynamisch an die jeweilige Architektur anpassen und dabei sicherstellen, dass die GPUs nicht <a href="https://www.computerwoche.de/article/4163759/gpu-effizienz-verdoppeln-ohne-zusatzkosten.html" target="_blank">in den Idle-Status verfallen</a>, während das Netzwerk aufholt.</p>



<h2 class="wp-block-heading">11. Asynchron evaluieren</h2>



<p>Standardmäßige Trainings-Pipelines sorgen ständig dafür, dass das primäre (und teure) GPU-Cluster eine Pause einlegen muss. Einfach nur, um routinemäßige Validierungsprüfungen der Modellfortschritte durchzuführen. Anders ausgedrückt: Es ist eine katastrophale Geldverschwendung.</p>



<p>Indem Engineering-Teams asynchrone Evaluierung implementieren, lassen sich die Validierungsprüfungen auf eine separate, wesentlich kostengünstigere CPU- oder Low-Tier-GPU-Instanz auslagern. Die primären, kostenintensiven GPUs möglichst voll auszulasten, ist eine verpflichtende architektonische Trennung. Diese trägt dazu bei, die versteckten Betriebskosten abzumildern, die mit der <a href="https://www.computerwoche.de/article/4030328/so-verandert-ki-ihre-grc-strategie.html" target="_blank">KI-Governance</a> einhergehen. </p>



<h2 class="wp-block-heading">12. Daten kuratieren</h2>



<p>Riesige Datensätze blind zu verarbeiten, sorgt ebenfalls dafür, dass teure Compute-Zeit verschwendet wird – in diesem Fall für redundante Informationen von minderer Qualität.</p>



<p>Wenn ein visuelles KI-Modell bereits zehntausend identische Fotos eines Standard-Stoppschilds erfasst hat, liefert es keinerlei Mehrwert, noch einmal ein paar mehr nachzulegen. Algorithmisches Sampling zu nutzen, um informationsreiche Subsets zu kuratieren, resultiert in identischer Modell-Performance – zu einem Bruchteil der Hardwarekosten. (fm)</p>



<p><strong>Dieser Beitrag wurde im Rahmen des </strong><a href="https://www.infoworld.com/article/4168496/12-model-level-deep-cuts-to-slash-ai-training-costs.html" target="_blank"><strong>englischsprachigen Expert Contributor Network</strong></a><strong> von Foundry veröffentlicht. Alle Infos zum deutschsprachigen Experten-Netzwerk </strong><a href="https://www.computerwoche.de/experten/" target="_blank"><strong>finden Sie hier</strong></a><strong>.</strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[JetBrains seeks to unify fragmented AI-based software development with governance suite]]></title>
<description><![CDATA[AI promised to make software development faster, but for many enterprises, it has also created a new management challenge: developers increasingly rely on a mix of coding assistants, AI agents, and models that operate in isolation, making it harder for engineering leaders to govern usage, share k...]]></description>
<link>https://tsecurity.de/de/3657123/ai-nachrichten/jetbrains-seeks-to-unify-fragmented-ai-based-software-development-with-governance-suite/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3657123/ai-nachrichten/jetbrains-seeks-to-unify-fragmented-ai-based-software-development-with-governance-suite/</guid>
<pubDate>Thu, 09 Jul 2026 15:03:58 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>AI promised to make software development faster, but for many enterprises, it has also created a new management challenge: developers increasingly rely on a mix of coding assistants, AI agents, and models that operate in isolation, making it harder for engineering leaders to govern usage, share knowledge, and control costs.</p>



<p>JetBrains has sought to address these challenges with a new suite of tools and capabilities named JetBrains AI for Teams and Organizations that supports nearly all coding tools, their respective CLIs, and most IDEs, such as Claude, Codex, Gemini, Junie, IntelliJ, Pycharm, and Rider, with support for VS Code to be added soon.</p>



<p>The suite, which consists of capabilities like team automations and cloud agents, JetBrains Context, JetBrains Central, and JetBrains Central CLI, will allow enterprises to manage AI-assisted software development from a single control layer while allowing developers to continue using their preferred coding assistants and IDEs, <a href="https://www.linkedin.com/in/oleg-koverznev/" target="_blank" rel="noreferrer noopener">Oleg Koverznev</a>, head of agent systems at JetBrains, wrote in a <a href="https://blog.jetbrains.com/blog/2026/07/07/jetbrains-ai-for-teams-and-organizations-from-fragmented-ai-usage-to-coordinated-software-development/" target="_blank" rel="noreferrer noopener">blog post</a>.</p>



<p>While team automations and cloud agents are intended to let AI agents run long-running engineering tasks in managed cloud environments and trigger workflows based on repository events or schedules, JetBrains Context is designed to provide a shared understanding of project code, documentation, and development activity across tools, Koverznev added.</p>



<p>Complementing those collaboration capabilities, JetBrains Central serves as the administrative layer for governance, access control, and usage management, with the Central CLI extending those controls to the command-line and automation workflows, Kovernznev further added.</p>



<h2 class="wp-block-heading">Tool sprawl to reduced operational friction</h2>



<p>Fragmentation of AI-assisted coding tools and development environments adds complexity for enterprises and their leaders.</p>



<p>“Fragmentation of AI coding tools is an evolving problem for enterprises. A year ago, the conversation was whether to even allow an AI assistant. Now a single team is running Copilot, Claude Code, Cursor, and a few homegrown agents at once,” said <a href="https://www.linkedin.com/in/muskan-bandta2004" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at FinOps services providing firm ZopDev.</p>



<p>“The pain leaders raise with us isn’t the tools themselves. It’s that nobody can answer three questions: who is using what, what is it costing us, and is it actually safe? Fragmentation became a governance and cost problem the moment agents started touching real codebases and running up real bills,” Bandta added.</p>



<p>These governance and cost issues are increasing demand for suites, such as JetBrains AI for Teams and Organizations, that can coordinate AI-assisted software development across teams.</p>



<p>For development teams specifically, such suites with a centralized context layer can reduce operational friction, according to <a href="https://www.gartner.com/en/experts/nitish-tyagi" target="_blank" rel="noreferrer noopener">Nitish Tyagi</a>, senior principal analyst at Gartner.</p>



<p>“Rather than teams manually configuring multiple AI coding tools, maintaining prompts, or repeatedly supplying context, a centralized context layer enables agents to work with a more consistent understanding of the organization’s codebase, standards, documentation, and workflows,” Tyagi said.</p>



<p>“Over time, this can help accelerate parts of the software development lifecycle by reducing time spent searching for information, understanding legacy code, onboarding developers, and reworking outputs that lack the necessary business context. The primary value is not necessarily that agents write more code, but that they produce more relevant and organization-aware outputs,” Tyagi added.</p>



<p>More so because, a shared context layer for AI agents primarily helps development teams by reducing knowledge silos, Tyagi further added.</p>



<h2 class="wp-block-heading">Governance and cost management as benefits</h2>



<p>The benefits of the suite, according to Bandta, transcend developer productivity and should help CIOs with governance and cost management.</p>



<p>“The suite will enable engineering leaders to gain greater control over what information can be accessed by different agents and teams, helping reduce security and compliance risks. For example, enterprises can prevent agents from directly accessing sensitive repositories or business-critical data,” echoed Tyagi.</p>



<p> “Secondly, as the platform is continuously refining and managing context, agents get optimized and more relevant context to deliver higher quality output at lower cost,” Tyagi added.</p>



<p>The launch of JetBrains’ new suite, analysts pointed out, also reflects a broader shift in the software development tools market, where vendors are evolving from integrated development environments.</p>



<p>“This launch signals the evolution of the IDE into an ‘agentic development environment’. A platform where developers increasingly orchestrate fleets of AI agents instead of writing every line of code themselves,” Bandta said.</p>



<p>“The segment is splitting into agents that do the work and platforms that govern them, and the platform layer is where enterprise budgets will concentrate,” Bandta noted, adding that she expects rival vendors, including Microsoft, to pursue similar strategies.</p>



<p>The new capabilities, according to JetBrains, will be rolled out gradually to business customers throughout July and August.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Three keys to deploying AI agents]]></title>
<description><![CDATA[Building an agent in an afternoon is now within reach of almost anyone in the enterprise with a credit card. The tools are accessible, the deployments are easy. The hard part is delivering the intended results.



Gartner predicts that more than 40% of agentic AI projects will be canceled by 2027...]]></description>
<link>https://tsecurity.de/de/3656433/ai-nachrichten/three-keys-to-deploying-ai-agents/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3656433/ai-nachrichten/three-keys-to-deploying-ai-agents/</guid>
<pubDate>Thu, 09 Jul 2026 11:03:34 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Building an agent in an afternoon is now within reach of almost anyone in the enterprise with a credit card. The tools are accessible, the deployments are easy. The hard part is delivering the intended results.</p>



<p>Gartner predicts that more than <a href="https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027">40% of agentic AI projects will be canceled</a> by 2027, and the <a href="https://artificialintelligenceact.eu/article/14/">EU AI Act Article 14</a> requirements for human oversight for high-risk AI systems take effect on August 2, 2026. The deciding factor for whether agentic AI reaches production isn’t the model, the framework, or the use case. It’s the infrastructure beneath the agent: the part the people building agents have never had to think about.</p>



<p>Organizations are racing to deploy agentic AI to stay competitive, which means pressure-testing is often overlooked. Every agent project should be scrutinized by three executives asking three different sets of questions. The CISO asks whether we are exposed. The CFO asks whether we are overspending. The chief AI officer asks whether we are getting value. </p>



<p>As a product leader focused on AI governance, I see this pattern across customer environments. Three architecture layers answer those three questions: identity, observability, and cost optimization. I’ll walk through each of the layers and provide a four-question diagnostic for the next production push.</p>



<h2 class="wp-block-heading">Why AI pilots stall</h2>



<p>An agent is not a faster chatbot. It chains dozens of steps, calls external tools, retains state across sessions, and triggers real-world actions. Most inherit the credentials of whoever deployed them. They operate at machine speed without context for the consequences of each step.</p>



<p>The mismatch is not a competence gap on the human side. It is a time-horizon gap. An engineer reasons about a database change over hours. An agent triggers a hundred of them before anyone reviews the first. Traditional audit logging captures request and response. That does not catch this pattern.</p>



<p>When something breaks, the cost is rarely the incident. It is the months of stalled deployment that follow. The risk committee freezes pilots. The productivity gains the program was supposed to deliver never materialize. Finance still gets the API bill. Three architecture layers decide whether a deployment survives that pattern. Each one is the answer to a question the people building agents never had to ask.</p>



<h2 class="wp-block-heading">Layer 1: Identity for non-human actors</h2>



<p>Start with identity. The default failure looks routine: a product manager with broad API access spawns an agent that inherits the full scope of those credentials and runs at machine speed across systems no one inventoried.</p>



<p>The scale is bigger than most teams realize. <a href="https://www.signisys.com/blog/non-human-identities-outnumber-users-100-to-1-the-cloud-security-crisis-no-one-is-talking-about/">Industry IAM research</a> puts non-human identities at more than 100 to 1 versus human accounts, with <a href="https://www.cybersecuritytribe.com/news/research-reveals-44-growth-in-nhis-from-2024-to-2025">some 2026 surveys</a> putting the ratio as high as 144 to 1. A <a href="https://www.orchid.security/reports/the-identity-gap-2026-snapshot-identity-insight-straight-from-the-source">May 2026 Identity Gap Report</a> found two-thirds are unseen and unmanaged.</p>



<p>Agents are moving from human identities with their “owners”’ permissions to first-class principals. They are purpose-bound, cryptographically attested, and scoped to one task at a time. Google’s Agent Identity, built on SPIFFE, is one early example. The production pattern has three properties. Credentials are issued per agent task. Token lifetime is measured in minutes to hours, not weeks. Scope is narrowed to the specific tools and data classes the task requires, and the credential revokes automatically on task completion.</p>



<p>If a single static credential is good for a week and 50 different tasks, you are not running agentic AI. You are running a service account with extra steps.</p>



<h2 class="wp-block-heading">Layer 2: Observability that serves all three executives</h2>



<p>Identity controls what an agent can do. Observability shows what it’s actually doing. One instrumentation layer, three views.</p>



<p>First, the security view. Traditional logging captures request and response, which assumes one human action per logged event. An agent’s unit of work is a chain. Pick a tool, call it, read the result, decide the next step. Twenty steps, some of them writing to production. Instrument every step as a durable audit object, independently queryable. Understand which tool was invoked, what data was accessed, what policy applied, and what the agent reasoned to justify the next step. That’s what Article 14 oversight requires for production.</p>



<p>Second, the business-outcomes view. Audit objects answer the CISO. The chief AI officer asks a different question. Is the agent accomplishing what we deployed it for, or burning compute on a tangent? An agent can run 200 tool calls, generate clean audit logs, and produce nothing. It might be looping on a sub-goal that drifted three steps back. Observe each step against the declared business purpose: on-task ratio, sub-goal coherence, progress markers. Project management telemetry for a non-human worker.</p>



<p>Third, the cost view. The same per-step instrumentation produces cost telemetry: token count per step, model per call, context size per turn, downstream tool-call costs. Without that attribution, the next section’s optimizations are blind.</p>



<p>A busy agent and a productive agent look identical in the security log. They look identical on the bill too. The difference shows up only when all three views run from the same instrumentation.</p>



<h2 class="wp-block-heading">Layer 3: Cost optimization</h2>



<p>Cost is where the architecture pays back. Gartner’s March 2026 analysis put <a href="https://www.gartner.com/en/newsroom/press-releases/2026-03-25-gartner-predicts-that-by-2030-performing-inference-on-an-llm-with-1-trillion-parameters-will-cost-genai-providers-over-90-percent-less-than-in-2025">agentic workloads at five to 30 times the token cost per task</a> of a standard chatbot. The FinOps Foundation’s 2026 State of FinOps report found that <a href="https://data.finops.org/">73% of organizations exceeded their original AI budget projections</a>. Three failure modes drive that overrun.</p>



<p>First, using the wrong model. Agents default to the most capable one available. They call a frontier model for tasks a smaller one could handle with identical quality: summarizing a transcript, formatting JSON, classifying a ticket. The <a href="https://proceedings.iclr.cc/paper_files/paper/2025/hash/5503a7c69d48a2f86fc00b3dc09de686-Abstract-Conference.html">RouteLLM paper at ICLR 2025</a> demonstrated that intelligent routing cuts total LLM inference cost 40% to 80% with no measurable quality loss on routine work. Move model selection from a per-developer choice to a per-policy layer.</p>



<p>Second, running in loops. Agents can spend without limit if no one is watching. A widely-cited 2026 incident saw a <a href="https://dev.to/dingdawg/how-an-ai-agent-ran-up-a-47000-bill-in-11-days-and-how-to-stop-it-1fk">LangChain multi-agent system run an infinite loop for 11 days and burn $47,000 in API charges</a>. Per-session token ceilings, <a href="https://fountaincity.tech/resources/blog/ai-agent-cost-circuit-breaker/">loop-detection circuit breakers</a> that flag tool calls highly similar to prior calls, and hard daily caps stop this before it generates the bill. In our deployments, a <a href="https://www.supra-wall.com/en/learn/ai-agent-runaway-costs">three-tier cost structure</a> catches the bulk of runaway patterns: a $50 daily soft alert, a $100 daily hard cutoff forcing routing to cheaper models, and a $1,000 monthly ceiling requiring manager approval.</p>



<p>Third, re-paying for the same context on every step. Every step re-sends the accumulated system prompt and conversation history. By step 20 the agent has paid for that context 20 times. <a href="https://www.vantage.sh/blog/agentic-coding-costs">Vantage’s 2026 analysis of agentic coding sessions</a> found re-sent context accounts for roughly 62% of the average agent’s bill, the biggest single optimization target in agentic workloads. Three patterns help: anchored summarization at phase boundaries, sliding context windows, and provider-native prompt caching at the gateway. Most agents skip caching entirely, though <a href="https://platform.claude.com/docs/en/build-with-claude/prompt-caching">Anthropic</a> prices cached input at roughly 10% of base, <a href="https://developers.googleblog.com/en/gemini-2-5-models-now-support-implicit-caching/">Gemini</a> at 10% to 25%, and <a href="https://openai.com/index/api-prompt-caching/">OpenAI</a> at 50%.</p>



<p>Governing agent cost means seeing every call, every model, every token attributed to the agent and the business purpose. Then act on it. Token counts without business attribution tell you how many gallons of gas you burned, not where you drove.</p>



<h2 class="wp-block-heading">The deployment velocity payoff</h2>



<p>The three layers serve the three executive questions. Identity gates what the agent can do. Observability shows what it is doing. Cost optimization controls what it spends.</p>



<p>The honest counterargument is that governance always slows deployment. That is true when governance is bolted on as approval gates layered over an agent that wasn’t built with observability or per-task identity. It is false when governance is built into the architecture from day one. Teams that experience governance as a brake installed the brake without the steering wheel.</p>



<p>Governance built right still costs something. Per-task credentials add work on every tool call. Observability infrastructure adds compute. The question is whether that cost beats the alternative.</p>



<p>The layers compound. Identity without observability is theoretical. Observability without cost control is descriptive. Without identity at the bottom, cost control becomes caps without context, forever reactive. All three together produce a governance review that runs in weeks, not quarters, because the data each executive needs already exists. In our experience, organizations with that infrastructure can deploy six workflows to production in the time competitors complete one governance review. The real ROI of agentic AI is not how much faster a single workflow runs. In practice, it’s how many workflows your team can defensibly put into production in a year.</p>



<h2 class="wp-block-heading">Before the next pilot</h2>



<p>Here are four questions to run against any agent your team is about to push to production:</p>



<ol class="wp-block-list">
<li>Identity. For each agent in production, can you point to the per-task credentials it uses today, and the maximum scope of any single token?</li>



<li>Observability. For any agent session, can you produce three views from the same instrumentation: the audit object per step, the on-task ratio versus tangents, and the per-step cost broken down by model and context size?</li>



<li>Cost optimization. Does your platform automatically route by model, cap runaway loops, and avoid re-sending the same context every step?</li>



<li>Velocity. How long does it take a new agent workflow to move from approved pilot to production in your environment today?</li>
</ol>



<p>If the answer is months, the architecture above is the gap. Gartner’s 40% stat is about your next pilot.</p>



<p><em>—</em></p>



<p><a href="https://www.infoworld.com/blogs/new-tech-forum"><strong><em>New Tech Forum</em></strong></a><em><strong> provides a venue for technology leaders—including vendors and other outside contributors—to explore and discuss emerging enterprise technology in unprecedented depth and breadth. The selection is subjective, based on our pick of the technologies we believe to be important and of greatest interest to InfoWorld readers. InfoWorld does not accept marketing collateral for publication and reserves the right to edit all contributed content. Send all </strong></em><em><strong>inquiries to </strong></em><a href="mailto:doug_dineley@foundryco.com"><strong><em>doug_dineley@foundryco.com</em></strong></a><em><strong>.</strong></em></p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Practical challenges in managing Kubernetes at enterprise scale]]></title>
<description><![CDATA[The first time I used Kubernetes in an enterprise setting, I understood the hype. It gives every team the same way to package, deploy and run their apps. No more custom scripts or unique deployment hacks, just one control plane to rule them all. And really, that’s why it’s so popular with big com...]]></description>
<link>https://tsecurity.de/de/3656431/ai-nachrichten/practical-challenges-in-managing-kubernetes-at-enterprise-scale/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3656431/ai-nachrichten/practical-challenges-in-managing-kubernetes-at-enterprise-scale/</guid>
<pubDate>Thu, 09 Jul 2026 11:03:31 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>The first time I used Kubernetes in an enterprise setting, I understood the hype. It gives every team the same way to package, deploy and run their apps. No more custom scripts or unique deployment hacks, just one control plane to rule them all. And really, that’s why it’s so popular with big companies: <a href="https://kubernetes.io/">Kubernetes</a> is an open-source system for automating deployment, scaling and management of containerized applications. It says so right on the box, and that’s what people want. But here’s the truth: Kubernetes doesn’t erase operational headaches. It just moves them around.</p>



<p>When your Kubernetes install is small, it feels like rocket fuel for engineers. At enterprise scale, though, suddenly it’s about governance, not just engineering. The game is no longer “Can we get this container running?” It’s “How do hundreds of engineers roll out their stuff safely, consistently, securely and without breaking the bank or burning out the platform team?”</p>



<p>This is where the fun really starts.</p>



<h2 class="wp-block-heading">YAML isn’t the enemy</h2>



<p>Folks new to Kubernetes obsesses over manifests, Helm charts, namespaces, ingress rules, deployments, all that stuff. But they’re not the hardest part once you start scaling. The real beast is standardization.</p>



<p>Every big company I’ve seen ends up with teams going their own way. One group writes beautiful deployment templates. Someone else copies and pastes from a two-year-old manifest. Some folks set resource requirements properly. Others skip them entirely. One team sticks to a strong naming convention, and someone else throws together random namespaces and service accounts that make sense only to them. Individually, this more or less works. At scale, when the whole platform has to operate like one system, it’s a mess.</p>



<p>That’s why I’ll say it: you don’t just need a Kubernetes cluster. You need a paved road. This would involve ensuring that there are approved templates, good deployment patterns, observability, security controls as defaults, good issue escalation processes and accountability.</p>



<p>There is no need for developers to be Kubernetes experts just to release their services. The best enterprise Kubernetes setups work like real products. They let application teams self-serve but never let anyone veer off road without good reason.</p>



<h2 class="wp-block-heading">RBAC: necessary, but never enough</h2>



<p>Security is paramount. Kubernetes supports <a href="https://kubernetes.io/docs/reference/access-authn-authz/rbac/">role-based access control (RBAC)</a>, so on paper you can control who does what. In practice, in a big company, RBAC gets confusing fast.</p>



<p>The issue isn’t that engineers ignore security. It’s that permissions grow over time. You need a quick fix during an incident, so you give a service account more access. Maybe a team needs cluster-wide rights for a migration. That “just for now” permission sticks around because no one cleans it up. Month by month, the gap widens between what a workload should do and what it’s actually allowed to do. The only thing that works long-term: treat RBAC as a living thing, not a one-time checklist. Review it. Test it. Stick to least privilege. Service accounts get only what they need. Cluster-admin rights? Rare. Expiring exceptions. Set permissions as code so changes aren’t invisible.</p>



<p>Same story with workload security. Kubernetes brings you <a href="https://kubernetes.io/docs/concepts/security/pod-security-standards/">Pod Security Standards</a>. There is baseline, restricted and privileged profiles, so everyone speaks the same language. But simply setting a standard isn’t enough. We’d also need things like admission controls, image scanning, runtime monitoring and audit trails.</p>



<p>Honestly, the NSA/CISA Kubernetes Hardening Guidance is still gold. Scan containers and pods. Run workloads as locked down as possible. Use strong authentication. Separate networks. Set up solid logging. These ideas sound obvious until you see what happens when your organization scales without good ops.</p>



<h2 class="wp-block-heading">Network policies: where “it should work” meets reality</h2>



<p>Kubernetes networking can trip up even the best teams. Engineers often think different namespaces mean automatic isolation between apps. Not true.</p>



<p><a href="https://kubernetes.io/docs/concepts/services-networking/network-policies/">Kubernetes network policies</a> decide which pods can talk to which, but the policies only matter if your networking plugin actually enforces them. I’ve seen a lot of teams write network controls that look great in YAML but don’t work, because the underlying network just ignores them. Security validation beats documentation every time. If two namespaces shouldn’t talk, test it. If a workload only needs access to a specific backend, check it. If only specific ingress is allowed, make sure nothing else gets through.</p>



<p>At scale, your Kubernetes security has to prove itself. “We have a policy” means nothing unless the platform can show the policy actually works.</p>



<h2 class="wp-block-heading">Resource management becomes all about money</h2>



<p>One of the biggest challenge is resource allocation. Kubernetes lets you set CPU and memory limits, and sure, there are official docs. But getting these numbers right is tough.</p>



<p>Set them too low, and your workload might get throttled or evicted under load. Set them too high, and you’re paying for unused infrastructure. That barely registers on a small cluster, but when you’re running thousands of pods? That’s cloud bills gone wild.</p>



<p>This is where Kubernetes ops and FinOps meet. Platform teams have to know who’s burning through which resources, what’s over-provisioned or flying blind, and where the real money goes. ResourceQuota helps keep things in check, but quotas alone don’t hold people accountable.</p>



<p>The culture shift is moving from “the cluster has spare capacity” to “every service has an owner, a cost profile and a plan for staying lean.” Teams should understand their infrastructure bill. Platform teams need dashboards that point out waste. Engineering leaders need to care about efficiency, not just hear from finance when things go off the rails.</p>



<h2 class="wp-block-heading">Autoscaling isn’t a magic trick</h2>



<p>The Horizontal Pod Autoscaler is handy. It adjusts your workloads automatically to match demand. But don’t overestimate it. Most real-world services don’t scale simply by CPU or memory. Sometimes a service hits latency limits before CPU usage spikes. Workers chewing through queues? You care more about backlog size. Machine learning? Maybe it’s all about GPU use or loading time. Customer-facing apps? You want to be scaled up before traffic hits, not scramble after users start complaining.</p>



<p><br>So autoscaling isn’t just a box you check. It’s a feedback loop, and it only works if you use the right signals. Sometimes CPU is enough. Sometimes you need to scale on queue length, request rate, latency or something totally custom.</p>



<p>Then there’s node autoscaling to provision infrastructure in response to demand. On paper, it just works. In real life, it runs into startup delays, availability zones, quotas, cloud provider quirks and pod disruption budgets. Scale pods faster than nodes? Users still see delays.</p>



<p>Test autoscaling like you test your app. Load-test it, break it, see what happens after an incident. Otherwise, you’ll find the limits when it hurts most.</p>



<h2 class="wp-block-heading">Observability doesn’t matter unless it answers questions</h2>



<p>Kubernetes has mountains of data. Things like  logs, metrics, traces, events, audits, deployment history, container restarts, control plane noise, you name it. The real challenge isn’t collecting info, but actually it’s making sense of it. The CNCF and others have best practices for logging and telemetry, like centralizing logs and not leaking secrets. Those matter, but at the end of the day, engineers need answers, not just data. When something breaks, no one’s asking, “Is Kubernetes alive?” They want to know what changed. Did something roll out? Did a pod crash? Did autoscaling fire too late? Was a node unhealthy, a secret rotated, a network policy too tight, a downstream DB choking?</p>



<p>Observability should line up with real operational questions and not just ticking boxes for logs, or metrics. Dashboards need to match service ownership. Alerts need to mean something to end users. Telemetry should connect to deployments and incidents. Measure how quickly engineers spot the root cause, not just that you have the data somewhere.</p>



<p>CNCF talks about newer models of unified telemetry and proactive troubleshooting for a reason. All the dashboards in the world don’t help when your team has to play detective during an outage.</p>



<h2 class="wp-block-heading">Upgrades: Don’t wing it</h2>



<p>Kubernetes upgrades catch people out. The CNCF Maturity Model says: Kubernetes drops three big releases a year, so maintenance is part of life—not a once-in-a-blue-moon project.</p>



<p>Upgrading at enterprise scale can involve everything: workloads, admission controllers, CI/CD, service mesh, ingress, storage drivers, monitoring, security, custom controllers. <a href="https://kubernetes.io/releases/version-skew-policy/">Version skew policies</a> keep you between the lines, but that’s just the beginning. The real question is: can you test your whole stack?</p>



<p>Good upgrade programs need a repeatable process, staging environments that actually look like production, and clear communication so teams know what to expect. The worst upgrade process is the one that relies on heroes to pull it off at the last second. A strong platform turns upgrades into routine.</p>



<h2 class="wp-block-heading">Reliability: Kubernetes helps, but it doesn’t guarantee it</h2>



<p>Yes, Kubernetes restarts crashed containers, reschedules pods and does rolling deployments. But it doesn’t make a bad app reliable.</p>



<p>A poorly coded app will fail on Kubernetes just like anywhere else. Bad readiness or liveness probes? Your app gets traffic too soon. No graceful shutdown? Requests drop during deploy. Forgot pod disruption budgets? The app goes down during node maintenance. A flaky dependency? It will cascade through your services even if all your pods look healthy.</p>



<p>The mature approach is setting service-level objectives and making reliability a product of both platform and engineering. Cluster health isn’t user experience. That green status page can hide a lot of pain.</p>



<h2 class="wp-block-heading">The platform team is a product team</h2>



<p>Here’s the biggest lesson I’ve picked up is that running Kubernetes at enterprise scale isn’t really about the tech. One cluster? Maybe one expert can handle that. But for a full enterprise platform, you need a product mindset. The platform team serves customers such as engineers, security, compliance, finance and business. Everyone wants something a bit different.</p>



<p>Developers want speed and reliability. Security wants oversight. Finance wants transparency. Compliance wants proof. Ops wants predictability. The business wants all of those.</p>



<p>The platform team has to pull those threads together with APIs, docs, dashboards, paved roads, support and feedback. That also means saying “no” to the unique snowflake patterns that create chaos later. Kubernetes is powerful. But it doesn’t replace organizational discipline. That’s still on the shoulders of engineering leaders. The real challenge at enterprise scale isn’t memorizing every API object. It’s building a system where any team can ship safely without needing to be Kubernetes experts themselves.</p>



<p>When you reach that point, Kubernetes stops being just a cluster. It becomes your platform.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.infoworld.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The real cost, security, and culture problems behind enterprise AI agents]]></title>
<description><![CDATA[Presented by Red Hat At VentureBeat's recent AI Impact event, where the discussion centered on what separates enterprises that scale agentic AI from those that stall in pilot mode, Brian Gracely, senior director of portfolio strategy at Red Hat, detailed what companies actually run into once agen...]]></description>
<link>https://tsecurity.de/de/3652791/it-nachrichten/the-real-cost-security-and-culture-problems-behind-enterprise-ai-agents/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3652791/it-nachrichten/the-real-cost-security-and-culture-problems-behind-enterprise-ai-agents/</guid>
<pubDate>Tue, 07 Jul 2026 23:17:57 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><i>Presented by Red Hat </i></p><hr><p>At VentureBeat's recent AI Impact event, where the discussion centered on what separates enterprises that scale agentic AI from those that stall in pilot mode, Brian Gracely, senior director of portfolio strategy at Red Hat, detailed what companies actually run into once agents reach production. </p><p>He dove into cost discipline, the security blind spots unique to autonomous systems, and the organizational friction that determines whether agent adoption spreads beyond early champions.</p><h2>Enterprises are overestimating how far behind they are on AI agents</h2><p>Many enterprise leaders, especially those following industry keynotes and AI announcements, worry that they’re already falling dangerously behind competitors deploying agents at scale. But according to Gracely, much of that anxiety reflects a misconception about how quickly organizations learn once they begin building. Teams often move up the learning curve far faster than they expect.</p><p>That rapid progress creates a different challenge, however. As agent usage expands, AI costs rise just as quickly, turning cost management from an engineering concern into a recurring boardroom discussion.</p><p>Agentic AI usage is orders of magnitude higher than during the chatbot era, making AI costs a growing concern for enterprises. At the same time, organizations are becoming increasingly aware of their dependence on a small number of model providers. According to Gracely, that combination is driving many enterprises to explore alternatives that give them greater control over costs and infrastructure.</p><p>"The two or three top providers are already telling the market that they're losing money, and they're trying to go public to make up those gaps," he explained. "At some point, the dependency on that means you're either going to buy at a very high-cost level, or you're going to figure out alternatives to control what you're doing."</p><h2>Right-sizing AI models is the fastest lever for cutting agent costs</h2><p>The biggest cost issue is that enterprises overspend by defaulting to the most capable model available regardless of task complexity.</p><p>"If I'm simply trying to resolve an insurance claim, I don't need to know about the history of Western civilization in my model, I don't need to know World Cup soccer scores," Gracely said.</p><p>Semantic routing is the mechanism many companies use to make that judgment automatically, classifying requests and sending each to a model sized for the task without requiring users to choose, while infrastructure techniques like caching repetitive queries cut how often a request needs to reach GPU compute at all. Together, he said, these tools remove the assumption that efficiency and innovation pull in opposite directions.</p><p>"There's a lot you can do at a GPU infrastructure level, and quite a bit you can do in terms of flexibility of models," he explained. "Those give excellent choices in terms of the levers you're trying to pull, whether you need efficiency or you need innovation. That shouldn't be a binary choice."</p><p>The financial discipline needed for token spend is similar to the FinOps practices that took years to mature in order to take control of cloud compute spending. Those underlying frameworks will transfer even as the vocabulary changes, Gracely said, especially as organizations push for internal education on model selection so teams stop defaulting to the most prominent option for tasks that don't need it.</p><p>"The same way we first had to teach the financial people what an EC2 instance is and what an S3 bucket is, you're going to have to start explaining tokens to them," he said. "We don't always need a Rolls-Royce. We don't always need caviar, because we're trying to do basic types of things."</p><h2>Patch speed is now critical as AI tools find vulnerabilities faster</h2><p>AI-powered vulnerability discovery is forcing enterprises to rethink how quickly they can identify, validate and deploy patches. Long-established patch management cycles may no longer be fast enough in an environment where AI can uncover — and attackers can exploit — new vulnerabilities much more quickly.</p><p>"Most companies are probably going to have a window of somewhere between seven and 14 days to stay ahead," he said. "There are groups, Red Hat included, that are going to build patches for these, but the embargo window is going to be short."</p><p>AI is also changing what defenders need to look for. Rather than simply uncovering isolated critical flaws, AI security tools can identify combinations of seemingly minor vulnerabilities that become dangerous only when chained together. As both software complexity and vulnerability discovery accelerate, Gracely argued that the ability to rapidly manage and update software is becoming a strategic capability rather than simply an operational one.</p><h2>Subject matter experts and compliance teams decide whether agents scale</h2><p>In the end, organizational adoption comes down to the need for deep, sustained involvement from the subject matter experts whose knowledge the agent is meant to encode, which makes earning their buy-in a prerequisite rather than an afterthought.</p><p>"You have to think about the incentives, what you do for people who participate in this work so they don't feel threatened that it's going to take away their job, and how you incentivize people in the long run to cooperate with that innovation," he said.</p><hr><p><i>Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact </i><a href="mailto:sales@venturebeat.com"><i><u>sales@venturebeat.com</u></i></a><i>.</i></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Rubén Andrés Priego (Singular Bank): “En la banca del futuro no competiremos por la experiencia de usuario sino por la del agente [de IA]”]]></title>
<description><![CDATA[Conocido sobre todo por sus servicios como “boutique de inversión”, el banco Singular Bank, nacido en el año 2020 gracias al impulso del exconsejero delegado del Banco Santander Javier Marín Romano, después de adquirir y transformar la estructura del antiguo banco digital Self Bank, es en la actu...]]></description>
<link>https://tsecurity.de/de/3652031/it-nachrichten/rubn-andrs-priego-singular-bank-en-la-banca-del-futuro-no-competiremos-por-la-experiencia-de-usuario-sino-por-la-del-agente-de-ia/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3652031/it-nachrichten/rubn-andrs-priego-singular-bank-en-la-banca-del-futuro-no-competiremos-por-la-experiencia-de-usuario-sino-por-la-del-agente-de-ia/</guid>
<pubDate>Tue, 07 Jul 2026 17:34:51 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>


<div data-media-id="NNbVFt5U" data-title="Entrevista a Rubén Andrés Priego, director de Tecnología y Operaciones de Singular Bank" class="jwplayer"></div>


<p>Conocido sobre todo por sus servicios como “<em>boutique </em>de inversión”, el banco <strong>Singular Bank</strong>, nacido en el año 2020 gracias al impulso del exconsejero delegado del Banco Santander Javier Marín Romano, después de adquirir y transformar la estructura del antiguo banco digital Self Bank, es en la actualidad una entidad con más de 400 profesionales, 17 oficinas en España y más de 180 banqueros y agentes financieros que gestionan casi 18.000 millones de euros de patrimonio de clientes.</p>



<p>La compañía financiera es noticia estos días por un sonado cambio de propietario: el grupo inversor estadounidense Warburg Pincus, que poseía más del 93% de las acciones, ha vendido su participación a un grupo de inversores nacionales e internacionales liderados por ING, que se convierte ahora en el principal dueño de la entidad, con 40%, mientras que el resto se diversifica entre ‘family offices’ españoles (21,5%), el propio equipo directivo y los empleados del banco (15,5%), la firma española de inversión ProA Capital (15%) y la financiera mexicana Actinver (8%). Un movimiento que, sin embargo, no afectará a la operativa de Singular Bank, que seguirá funcionando como una entidad independiente dentro del mercado español de banca privada y con una oferta de productos complementaria a la de su nuevo dueño mayoritario, ING, como confirma a CIO ESPAÑA <strong>Rubén Andrés Priego, director general de Tecnología y Operaciones de Singular Bank</strong> y miembro del equipo directivo, entrevistado por esta cabecera unos días antes de que se hiciera pública esta información. La charla gira, no obstante, en torno a otro asunto: el intenso viaje digital experimentado por el banco, y los retos y las oportunidades que se abren a la organización en un futuro próximo.</p>



<p>El directivo, un ejecutivo experimentado en el mundo de la banca minorista y privada y en consultoría financiera (desempeñó puestos de responsabilidad en Banco de España, Banco Popular, BBVA, Banca March y EVO Banco) <a href="https://www.cio.com/article/3804056/singular-bank-ficha-a-ruben-andres-como-director-general-de-tecnologia-y-operaciones.html">aterrizó en Singular Bank en enero de 2025</a>. En este periodo, explica, ha inyectado las últimas innovaciones de la inteligencia artificial al modelo “híbrido” con el que contaba la entidad, que combina “la excelencia digital y en automatización con una labor intrínsecamente humana”. Pero empecemos por el principio.</p>



<h2 class="wp-block-heading">La IA da una vuelta de tuerca a la transformación de Singular Bank</h2>



<p>“Singular Bank es un banco con una historia relativamente corta, de unos siete años”, rememora el CIO durante la entrevista, subrayando que, aunque la entidad nació como un banco orientado a la banca privada, a través de Self Bank dispone de una plataforma bancaria 100% digital que permite a los clientes gestionar sus inversiones y “tomar sus propias decisiones financieras”. Al aterrizar en la corporación, hace más de un año y medio, y después de mantener, dice, casi 70 reuniones con el consejo de administración, el comité de dirección y empleados de diferentes áreas del banco, el directivo vio la necesidad de “llevar a cabo un plan de transformación que no solo pasaba por modificar la plataforma tecnológica que había y que mantenía la cuenta de resultados, así como todos los canales, la plataforma de inversión, etc. sino afrontar una segunda gran ola: el uso de la inteligencia artificial en la compañía”.</p>



<p>La estrategia de Singular Bank en torno a la inteligencia artificial se articula en tres grandes líneas de actuación, como relata Rubén Andrés Priego. La primera consiste en impulsar el uso de la IA en el trabajo diario de los empleados. Para ello, la empresa selló un acuerdo con OpenAI, en marzo de 2025, con el fin de distribuir 50 licencias de ChatGPT entre los 400 profesionales de la entidad. La segunda línea se centra en la aplicación de la IA al ámbito de la ingeniería, bajo un enfoque de <em>context engineering (</em>ingeniería de contexto<em>)</em>, con el que están transformando su modelo de desarrollo tecnológico. Y el tercer eje pasa por crear una arquitectura propia orientada a los agentes de inteligencia artificial. Sobre esta base, explica el CIO, la entidad ha lanzado Singularity, una plataforma que integra la IA de OpenAI, la visión del equipo de estrategia y el criterio del banquero para ofrecer un mejor asesoramiento al cliente, “uno de los proyectos estrella de este año”.</p>



<p>Esta apuesta por la IA y, en concreto, por la tecnología de OpenAI es de tal calado que la empresa creadora de ChatGPT ha seleccionado al de Singular como uno de los casos de éxito más destacados de Europa en la aplicación de IA dentro del sector financiero. “Lo que tiene Singularity de particular es que lo han creado los propios usuarios”, indica Andrés, que explica que el banco formó a los usuarios de ChatGPT para que fueran ellos los que identificaran oportunidades y propusieran nuevas aplicaciones. “Una de las grandes ventajas de la IA generativa es que ha reducido las barreras tecnológicas: hoy el valor diferencial está más en identificar el caso de uso adecuado que en la propia ejecución técnica”, añade Andrés Priego.</p>



<p>A partir de ahí, relata, los banqueros empezaron a detectar necesidades que requerían una infraestructura más sofisticada que una simple interfaz conversacional. “Fue entonces cuando decidimos crear un grupo de 20 banqueros que actuaron como embajadores de Singularity y participaron activamente en el diseño de la herramienta. Mantuvimos sesiones semanales para perfeccionarla y, hoy en día, los resultados son de éxito total”.</p>



<p>La plataforma Singularity está diseñada para facilitar el asesoramiento al cliente en las fases previas a cada reunión. La plataforma recopila información procedente de todos los sistemas del banco y se integra con Salesforce, gestores documentales, bases de conocimiento, datos de rentabilidad y catálogos de productos. Todo ese ecosistema está conectado a una red de 20 agentes de IA que analizan la información y generan recomendaciones y resultados útiles para el banquero. El objetivo, indica el CIO, es “liberar a los profesionales de tareas operativas y de bajo valor”, como la recopilación manual de información, para que puedan centrarse en lo realmente importante: “El asesoramiento personalizado al cliente”.</p>



<figure class="wp-block-pullquote"><blockquote><p><strong><em>“Una de las grandes ventajas de la IA generativa es que ha reducido las barreras tecnológicas: hoy el valor diferencial está más en identificar el caso de uso adecuado que en la propia ejecución técnica”</em></strong></p></blockquote></figure>



<p>La acogida de la plataforma, subraya Rubén Andrés, ha sido excelente. “Actualmente, 80 banqueros participan en el proyecto y el 90% utiliza la herramienta de forma habitual en su trabajo diario”. Este mes de julio, añade, Singularity se ampliará a los 200 banqueros que tiene la entidad. “La vamos a conectar con toda la inteligencia de inversiones y productos. Ya no va a ser solo una herramienta de recolección de información, sino que también utilizará la inteligencia del banco para perfilar el asesoramiento”.</p>



<p>El ROI (retorno de inversión) de este caso de uso es significativo: “Los banqueros se ahorran entre 60 y 90 minutos diarios en la preparación de reuniones”, afirma el CIO. Un ahorro que redunda en “más tiempo para pensar qué necesita el cliente y qué podemos aportarle como banco para mejorar su día a día, su vida y sus objetivos”. </p>



<p>El banquero, no obstante, sigue siendo una pieza fundamental de la ecuación, según Rubén Andrés. “Es indispensable; por ejemplo, en momentos de incertidumbre, donde hay caídas de mercados y la situación se tensa, el banquero tiene la cabeza fría y pone raciocinio a las emociones del cliente, al que acompaña en las inversiones, pero siempre apoyado en unas capacidades avanzadas de análisis de datos e inteligencia”. Es más, según el CIO, “el humano es imprescindible en el mundo de la banca”, sea cual sea el modelo: “Banca masiva, <em>mainstream</em> digital, banca privada o un término intermedio que sería Self Bank, un banco 100% digital con capacidades avanzadas y con unos banqueros remotos que también pueden asesorar a los clientes”.</p>



<p>El ejecutivo cree que la banca del futuro será más humana porque es precisamente esto lo que va a diferenciar a los distintos actores entre sí. “El factor humano aumentará la calidad en el asesoramiento y en el trato al cliente. Por otro lado, también veremos redes de agentes en el entorno digital; me atrevería a decir que ya no competiremos por la experiencia de usuario (‘user experience’), sino por la del agente (‘agent experience’). Vamos a tener que generar capas de agentes que se comuniquen entre sí y generen una experiencia muy fluida para poder analizar los productos de los que disponemos, la oferta, y comparar unos con otros y saber qué encaja mejor con el cliente en función de su contexto y el del banco. Vamos a ver una revolución en banca en los próximos años de manera clara”, expone.</p>



<h2 class="wp-block-heading">Gobierno, cultura y adopción, los desafíos de abrazar la inteligencia artificial</h2>



<p>Aunque la IA trae consigo ingentes oportunidades, también abre retos de distinta índole. Preguntado por este asunto, el CIO contesta: “El mayor retorno que tiene la IA actualmente es tecnológico. Avanza cada vez más rápido y es más accesible, de hecho, cualquiera puede usar ChatGPT incluso para programar; pero el mayor reto lo hemos encontrado en materia de gobierno, cultura y adopción”.</p>



<p>Para subsanar el desafío del gobierno, en Singular Bank han creado un “comité de gobierno de la IA y una política que todos los empleados deben conocer y firmar antes de poder utilizar todas estas herramientas”, explica el CIO. En este comité, de carácter multidisciplinar —está formado por el equipo de Legal Compliance, el DPO (delegado de protección de datos), el equipo de seguridad y el de tecnología y operaciones— y alineado con la regulación vigente —como la IA Act (Reglamento europeo de IA) y el RGPD (Reglamento General de Protección de Datos), entre otros— se mide el riesgo que tiene cada una de las plataformas de IA antes de adoptarlas. Solo después se ponen a disposición de los empleados. Además, agrega, en los casos de uso que han desplegado, como Singularity, realizan un análisis continuo del rendimiento de los modelos para garantizar que éste se ajusta a lo buscado y, si no, se aplican ajustes a nivel tecnológico. </p>



<p>Para superar el reto cultural y las barreras de adopción, pues “toda esta revolución de la IA ha generado muchos miedos a la pérdida de empleo y a ser sustituido”, el banco ha trabajado en ofrecer amplia formación sobre estas nuevas tecnologías “desde el punto de vista de hacia dónde va el mercado, pero también mirando al pasado, porque si nos hubiéramos negado a la imprenta, el ferrocarril y todas las revoluciones industriales, no estaríamos en el nivel de sofisticación actual; hemos trasladado a los empleados que esto es una revolución a la que hay que sumarse, pues gracias a ella vamos a tener mejores profesionales y un mejor servicio a nuestros clientes”. La clave, añade, ha sido hacer a los empleados “creyentes del cambio, darles formación y acompañarlos”.</p>



<p>El gran cambio de mentalidad con la IA, explica, es que los propios empleados pueden desarrollar sus propias soluciones tecnológicas, sin pedirlas al equipo de tecnología. “Esta es la gran revolución que estamos acometiendo”, sentencia.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/07/GARPRESS_XH2B0297.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Rubén Andrés Priego, director de Tecnología y Operaciones de Singular Bank" class="wp-image-4193889" width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Garpress | Foundry</p></div>



<h2 class="wp-block-heading">El coste, en el punto de mira</h2>



<p>Una de las grandes preocupaciones de los líderes de TI a la hora de abrazar la IA es que el coste se dispare y provoque situaciones similares a las vividas con la adopción de cloud en el pasado. “Cuando iniciamos el proyecto con OpenAI, en marzo de 2025, trabajábamos con un modelo de tarifa plana: pagábamos una licencia que cubría tanto el desarrollo de ingeniería con herramientas como Cursor como el uso de ChatGPT. Todo estaba incluido. Actualmente hemos pasado a un modelo de coste por consumo de tokens. Desde la perspectiva de negocio, no nos preocupa esta evolución, ya que la plataforma cubre con creces nuestras necesidades actuales. Además, hemos realizado proyecciones a futuro y no prevemos ningún problema significativo. Incluso en el caso de que se produjera un ligero sobrecoste, los beneficios obtenidos compensarían con creces ese incremento del gasto”, reflexiona Rubén Andrés.</p>



<p>Desde el punto de vista de ingeniería, añade, “el retorno también compensa el sobrecoste, ya que hemos multiplicado la productividad y las capacidades de nuestros desarrolladores”. Sí han observado, afirma el CIO, la necesidad de establecer cuotas y mecanismos de control del consumo, pues en algún caso han detectado que ciertos desarrolladores utilizaban modelos muy avanzados para tareas que no requerían ese nivel de capacidad, lo que generaba un consumo innecesario de tokens. Unas situaciones en las que modelos más sencillos habrían ofrecido el mismo resultado con un coste considerablemente menor.</p>



<figure class="wp-block-pullquote"><blockquote><p><em><strong>El gran cambio de mentalidad con la IA, explica Rubén Andrés, es que los propios empleados pueden desarrollar sus propias soluciones tecnológicas, sin pedirlas al equipo de tecnología. “Esta es la gran revolución que estamos acometiendo”</strong></em></p></blockquote></figure>



<p>Por todo ello, explica, el banco está aplicando los mismos principios de gestión financiera que ya utilizó con la nube: “Hemos trasladado el uso de <em>FinOps </em>al ámbito de la inteligencia artificial para optimizar el uso de los recursos, controlar los costes y garantizar que cada caso de uso emplee el modelo más adecuado, además de hacer un seguimiento mensual del consumo”.</p>



<h2 class="wp-block-heading">Impacto en el desarrollo de software</h2>



<p>Los <a href="https://www.computerworld.es/article/4188279/especial-desarrollo-de-software-2026.html">desarrolladores de software</a> son algunos de los perfiles profesionales más directamente impactados por el auge de la IA agentiva y generativa. “En el mercado en general muchos programadores ven la IA como una amenaza, pero, en realidad, esto va a hacer que se multiplique el software porque, de hecho, el mundo necesita más. Los bancos ya teníamos mucha más demanda de la que podíamos abordar. Por eso yo no veo que la IA sea un problema para los desarrolladores”.</p>



<p>Dicho esto, el CIO reconoce que el tipo de perfiles técnicos que busca la entidad en la actualidad ha cambiado: “Ahora buscamos perfiles técnicos <em>senior</em>, pues cuanta más experiencia tiene el profesional, mejor adopta la IA; también que tengan baja resistencia al cambio”. En este sentido, en el banco ya trabajan de forma que sus técnicos lideran equipos virtuales formados por los roles [agentes] de <em>project manager</em>, analista funcional, analista orgánico, etc. pero alimentados con el contexto y la arquitectura de la entidad. “Una iniciativa con la que te vuela la cabeza”, sentencia Rubén Andrés.</p>



<p>El ROI del uso de la IA asociado al área de desarrollo de ingeniería es también significativo, según el directivo. “Ahora un programador desarrolla software como si fuera un equipo de 15 desarrolladores, y lo hace a una velocidad nunca vista antes y con una calidad totalmente alineada con la requerida por el banco”.</p>



<p>El área de Tecnología de Singular Bank, cuyo equipo asciende a 41 personas, está abordando “una transformación completa de todos los sistemas <em>legacy </em>con toda esta tecnología”, recalca el CIO. “Es un catalizador del cambio”, añade.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/07/GARPRESS_XH2B0323.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Rubén Andrés Priego, director de Tecnología y Operaciones de Singular Bank" class="wp-image-4193890" width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Garpress | Foundry</p></div>



<h2 class="wp-block-heading">Foco en la soberanía tecnológica</h2>



<p>Preguntado por si le preocupa la soberanía tecnológica en el complejo contexto actual, marcado por un escenario geopolítico tensionado, Rubén Andrés es contundente: “Mucho”. Más aún, reconoce, después de ver cómo <a href="https://www.computerworld.es/article/4185410/anthropic-desactiva-sus-modelos-de-ia-avanzados-tras-la-orden-del-gobierno-de-trump.html">el Gobierno de Estados Unidos paralizaba recientemente el acceso a los modelos más avanzados de Anthropic</a> (<a href="https://www.computerworld.es/article/4191667/ee-uu-levanta-el-veto-a-los-modelos-de-ia-fable-5-y-mythos-5-de-anthropic.html">una decisión después revertida</a>). Por ello, la filosofía del CIO es que “todo lo que construyamos permita la continuidad de negocio, es decir, el aumento de capacidades cognitivas es un ‘on top off’ de lo que son los básicos de poder llevar a cabo el asesoramiento y el resto de las tareas que hemos hecho antes de tener estos sistemas”. Además, reconoce, ya están trabajando en “desacoplar la capa agentiva. Esta pertenece a Singular Bank, es nuestra propia plataforma, a la que ponemos por encima una capa de experiencia. Ahora la capa de agentes la tenemos con tecnología de OpenAI (ChatGPT), pero se podría cambiar por <em>cloud </em>o una capa propia”.</p>



<p>Además, desvela a CIO ESPAÑA, Singular Bank está reforzando su estrategia de continuidad de negocio mediante una arquitectura multirregión en AWS que distribuye sus sistemas entre España (en Zaragoza) y el norte de Europa. El objetivo, asegura, es garantizar la resiliencia operativa y la recuperación rápida de los servicios ante incidencias graves, desde fallos técnicos hasta posibles ciberataques o eventos geopolíticos que afecten a una determinada ubicación.</p>



<figure class="wp-block-pullquote"><blockquote><p><strong><em>Singular Bank está reforzando su estrategia de continuidad de negocio mediante una arquitectura multirregión en AWS que distribuye sus sistemas entre España (en Zaragoza) y el norte de Europa</em></strong></p></blockquote></figure>



<p>Ya desde el punto de vista de la ciberseguridad, en la entidad están empleando la propia IA para crear ‘red teams’ virtuales que se encarguen de analizar continuamente la superficie de ataque y detectar posibles problemas y poder resolverlos antes de que los detecte un tercero. “La ciberseguridad nos preocupa mucho porque, al final, somos una infraestructura crítica y debemos ser responsables y tener control sobre lo que manejamos”.</p>



<p>La ventaja que aporta disponer de capacidades de análisis en ciberseguridad junto a las de un desarrollo vertiginoso facilita que “la defensa pueda abordarse de manera mucho más rápida”, reflexiona el portavoz.</p>



<p>Preguntado por cómo absorbe el banco toda la avalancha normativa que existe y si esta supone un freno a la innovación, el directivo también es claro: “Llevo trabajando en banca 20 años y nunca he visto la regulación como un freno para este sector. Honestamente, creo que este argumento se ha utilizado como excusa, pero la regulación es muy necesaria, garantiza que demos un servicio seguro y confiable”.</p>



<p>En Singular Bank, añade, “hay un equipo muy abierto a las nuevas tecnologías y a analizar la regulación desde un punto de vista más de facilitar el cambio que de bloquearlo”. “Si se adopta con sentido común y agilidad y todos los equipos del banco trabajan en pro del negocio y de la innovación esta no es un freno”.</p>



<h2 class="wp-block-heading">Aumentar la escalabilidad del banco, el eje de futuro</h2>



<p>En un futuro próximo, el equipo de Tecnología y Operaciones de Singular Bank, con Rubén Andrés al frente, proseguirá la transformación y modernización en la que está inmerso el banco. “Estamos renovando todos los sistemas <em>legacy </em>a través de tecnologías con IA y <em>context engineering</em> y, por otro lado, continuaremos trabajando la parte de agentes. Ya hemos desarrollado algunos que reemplazan o capacitan a las áreas de operaciones para poder hacer conciliaciones bancarias cada cinco minutos, mientras que antes las hacíamos cada día; esto nos permitirá aumentar la escalabilidad del banco, que es nuestro objetivo de cara a los próximos años. Y, finalmente, seguiremos apostando fuerte por las arquitecturas agentivas para poder generar experiencias de cliente mucho más naturales a través de conversaciones a través de los canales digitales”.</p>



<p>Respecto a la evolución futura del rol del CIO en general, el ejecutivo es plenamente consciente de la transformación que esta función ha tenido en los últimos años, ahora “más pegado al negocio”. “En la actualidad, se ha amplificado más el rol del CIO, que ya no está ligado a la continuidad, la resiliencia o la seguridad, sino es un rol de agente del cambio, impulsor de la adopción de nuevas tecnologías, formador, visionario de nuevos modelos de negocio… En definitiva, un rol, paradójicamente en esta era de la IA, cada vez más humano”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unpacking Workday’s agentic AI pricing model]]></title>
<description><![CDATA[Only 35% of CIOs have full visibility into their AI operating costs, according to a recent KPMG survey. That makes it difficult for them to control spend on software-as-a-service offerings from vendors who, like Workday, have incorporated pay-as-you-go agentic AI into their offerings. Workday is ...]]></description>
<link>https://tsecurity.de/de/3644080/it-nachrichten/unpacking-workdays-agentic-ai-pricing-model/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3644080/it-nachrichten/unpacking-workdays-agentic-ai-pricing-model/</guid>
<pubDate>Fri, 03 Jul 2026 19:04:16 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Only 35% of CIOs have full visibility into their AI operating costs, according to a recent KPMG survey. That makes it difficult for them to control spend on software-as-a-service offerings from vendors who, like Workday, have incorporated pay-as-you-go agentic AI into their offerings. Workday is one of several vendors that have shifted to a <a href="https://www.cio.com/article/4057792/workday-unveils-new-agents-a-new-cloud-and-a-developer-platform.html">hybrid subscription/consumption pricing model</a>.</p>



<p>“Fundamentally, with AI we are shifting the value of what enterprise software as a service is delivering in the industry,” Workday CTO Gabe Monroy explained in a recent interview. “The key, though, is that the value is no longer derived by a fixed factor, like how many employees you have working for you. It’s now going to be derived by how much use are you getting out of the system, hence the consumption.”</p>



<p>However, “It’s going to be in some cases disruptive to our customers, and it’s incumbent on us to provide them with tools to forecast and navigate that transition effectively,” he said.</p>



<p>That will be welcome news for the 40% of organizations that <a href="https://assets.kpmg.com/content/dam/kpmgsites/xx/pdf/2026/06/global-ai-pulse-q2.pdf.coredownload.inline.pdf" target="_blank" rel="nofollow">KPMG found</a> have usage or token budgets in place.</p>



<p>The changes Monroy described are part of an industry trend, according to <a href="https://www.infotech.com/profiles/terra-higginson" target="_blank" rel="nofollow">Terra Higginson</a>, principal research director at Info-Tech Research Group. “What we are seeing in the market is that basic seat pricing and seat counts are not going away. Customers are still paying for the core subscription footprint. AI is being layered on top as an incremental cost,” she said. “The practical message is simple: expect to pay more. The pricing model may shift from seats to credits or consumption, but the direction of spend is still up.”</p>



<p>And because each vendor’s program has its own twists and its own ways of measuring and charging for usage, every new model adds a layer of complexity to the budgeting headaches CIOs already face thanks to the ongoing move to consumption-based services, which began with the cloud.</p>



<h2 class="wp-block-heading">Two parts to the model</h2>



<p>Workday’s AI pricing model is in two parts. First, customers subscribe to the services they want, as they always have. With that subscription, they receive a pool of Flex Credits that can be used to enable AI agents and other “applicable platform capabilities” including Agent-Ready Tools, Workday Data Cloud, and high-volume use of <a href="https://www.cio.com/article/4146511/workday-integrates-sana-to-turn-its-enterprise-apps-into-agentic-execution-engines.html">Sana through its conversational AI interface</a>. The number of credits included varies by company size. But on top of that, they also purchase a subscription for additional Flex Credits that can be applied to any product they subscribe to.</p>



<p>Flex Credit usage is monitored through the Platform Consumption Console, which generates alerts when consumption hits 80%, 90% and 100% of subscribed credits. Use is metered when a task is completed.</p>



<p>However, one Flex Credit doesn’t necessarily equal one action. Workday’s <a href="https://www.workday.com/content/dam/web/en-us/documents/legal/flex-credits-rate-card.pdf" target="_blank" rel="nofollow">rate card</a> lists the number of credits per activity; for example, as of May 21, in the Recruiting Agent, it currently costs six credits to screen and grade each candidate’s resumé against a job opening, and 750 credits per requisition to identify relevant leads in existing talent pools and rediscover candidates for recruiters, recommending jobs for those candidates to apply for. In the Contract Negotiation Agent, the review and redlining of a contract, based on a playbook, costs 500 credits.</p>



<p>The company also provides a <a href="https://www.workday.com/content/dam/web/en-us/documents/legal/sana-platform-self-service-reference.pdf" target="_blank" rel="nofollow">reference guide</a> listing the credits used by actions performed by the Sana platform and by self-service agents.</p>



<p>The good news is that, though Workday’s console counts credits used in both production and pre-production environments, only those used in production are charged for, offering an early budgeting reality check and a chance to tweak processes before they land in production. Pre-production usage count is only in aggregate, however, so if a customer wants to size a specific agent, the best approach is to run it in a defined window or dedicated test tenant and compare usage before and after the test<em>.</em></p>



<h2 class="wp-block-heading">Use them or lose them</h2>



<p>The bad news is that Flex Credits expire after one year, and any left in a subscription do not roll over to the next; it’s a use them or lose them situation.</p>



<p>If, on the other hand, a customer exceeds their Flex Credit balance during the year, Workday said it does not just turn off their agents or other access to services. Instead, Workday’s account teams “partner with them to reconcile usage and help them purchase additional credits.”</p>



<p>Analysts agree that there are pros and cons to this new market reality.</p>



<p>“Workday’s Flex Credits are part of a broader shift we’re seeing across SaaS,” said <a href="https://moorinsightsstrategy.com/team/melody-brue/" target="_blank" rel="nofollow">Melody Brue</a>, principal analyst at Moor Insights &amp; Strategy. “Vendors are defining their own proprietary units for AI consumption so they can meter usage on top of existing subscriptions.”</p>



<p>Workday’s model, she said, is more flexible than a static AI add-on because customers can use Flex Credits for whichever agents drive the most value at a given time and get access to new AI capabilities as they launch.</p>



<p>The trade-off, however, is predictability. “Credit burn rates vary widely by task,” she said. A pilot can quietly consume a year’s worth of Flex Credits within weeks without strong telemetry and governance. And that, she said is what worries technology and finance leaders: apparently successful AI adoption that shows up as a budget surprise.</p>



<p>But, said <a href="https://www.infotech.com/profiles/scott-bickley" target="_blank" rel="nofollow">Scott Bickley</a>, advisory fellow at Info-Tech Research Group, “The Workday Flex Credits Rate Card seeks to quantify consumption of Flex Credits to specific value-added actions that are AI agent-driven. Many other vendors in the ERP space have created incredibly complex, multi-layered consumption models, leaving their customers’ heads spinning as they seek to decipher how capacity will be consumed, much less if it can add value.”</p>



<p>Brue, too, approved of Workday’s model, although she said that a core issue with AI pricing today is that <a href="https://www.cio.com/article/4138622/awu-by-salesforce-a-shiny-new-metric-that-tells-cios-little-of-value.html">vendors are each defining their own units</a>, with no common measurement across platforms. This gives vendors pricing flexibility, but makes customers do extra work to create meaningful metrics like cost per resolution or cost per process run, just to keep budgets and ROI under control.</p>



<p>“Workday’s Flex Credits are a smart move for Workday because they align revenue with AI usage, but from the buyer’s side, they raise the bar on FinOps and governance,” she said. “You need clear dashboards, guardrails, and forecasting, or that flexibility can quickly turn into a budget black hole.”</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft and Amazon devote billions of dollars to thousands of FDEs]]></title>
<description><![CDATA[Systems integrators (SIs) have been integral to IT projects for decades, providing consulting services and helping enterprises build and launch technology tools.



Now, as organizations move to deploy agentic AI, top large language model (LLM) providers are looking to get in on that action. A pr...]]></description>
<link>https://tsecurity.de/de/3642543/it-nachrichten/microsoft-and-amazon-devote-billions-of-dollars-to-thousands-of-fdes/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3642543/it-nachrichten/microsoft-and-amazon-devote-billions-of-dollars-to-thousands-of-fdes/</guid>
<pubDate>Fri, 03 Jul 2026 03:17:34 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Systems integrators (SIs) have been integral to IT projects for decades, providing consulting services and helping enterprises build and launch technology tools.</p>



<p>Now, as organizations move to deploy agentic AI, top large language model (LLM) providers are looking to get in on that action. A proliferation of Forward Deployed Engineer (FDE) services embeds AI experts directly into customer teams to help create, customize, and launch AI services.</p>



<p>For instance, this week, Microsoft launched a $2.5 billion venture, Microsoft Frontier Company, that the tech giant says “goes beyond” FDE, and Amazon Web Services (AWS) announced its own $1 billion investment into a new AWS FDE platform.</p>



<p>Both projects will integrate thousands of Microsoft and AWS engineers into customer environments to help them not only build AI tools, but learn essential skills to handle projects on their own going forward. Other big model players, including <a href="https://www.cio.com/article/4167981/anthropics-financial-agents-expose-forward-deployed-engineers-as-new-ai-limiting-factor.html" target="_blank">Anthropic</a>, are also getting into the game with their own <a href="https://www.computerworld.com/article/4180088/ai-vendor-fdes-key-considerations-and-concerns.html" target="_blank">FDE services</a>.</p>



<p>The gap between AI investment and ROI is growing, noted <a href="https://www.infotech.com/profiles/thomas-randall" target="_blank" rel="noreferrer noopener">Thomas Randall</a>, research director at Info-Tech Research Group, and organizations are under pressure to show production value from AI deployments.</p>



<p>This is the context in which vendor FDEs such as those from Microsoft and AWS will become relevant to “compress learning curves from their deep product knowledge, establish reusable processes, and build capabilities that can then be transferred,” he said.</p>



<h2 class="wp-block-heading">Frontier transformation</h2>



<p>Microsoft Frontier Company will place 6,000 experts with customers to “co-design, co-innovate, deploy and continuously improve” AI systems based on their specific business goals, <a href="https://news.microsoft.com/source/exec/judson-althoff/" target="_blank" rel="noreferrer noopener">Judson Althoff</a>, CEO of Microsoft Commercial Business, <a href="https://www.microsoft.com/en-us/frontier-company" target="_blank" rel="noreferrer noopener">wrote in a blog post</a>.</p>



<p>The new offering focuses on what Microsoft calls “Frontier Transformation,” helping customers build an intelligence platform based on their proprietary data and internal expertise, workflows, and decision-making processes. Based on FinOps principles, the offering helps users “observe, govern, manage, and secure” AI tools across their stacks, and their intelligence compounds over time, Althoff said.</p>



<p>Microsoft Frontier Company is a “model-diverse, open, heterogeneous” platform, Althoff noted; customers can choose their own models: ChatGPT, Claude, Microsoft Copilot, or other open source or industry-specific models.</p>



<p>“Customers shouldn’t be locked into a single model any more than they should be locked into a single technology vendor,” Althoff noted. Further, he emphasized, customer data and IP are protected, and are not used to train Microsoft’s models.</p>



<p>The tech giant says it will leverage its SI and FDE partnerships with Accenture, Capgemini, EY, KPMG, PwC, and others to help scale the platform. Early users including London Stock Exchange Group (LSEG), Land O’Lakes, Unilever, and Novo Nordisk are already seeing “measurable outcomes,” Althoff said.</p>



<p>For instance, AI embedded into LSEG Workspace helps finance experts ask complex questions and get quick answers based on structured and unstructured financial data. The underlying foundation is “iteratively refined” through client feedback and real-time user testing, Althoff explained. This accelerates each cycle and improves model quality and scope.</p>



<p>This is the value of FDEs, he contended: “Enterprise AI engineering expertise with deep industry knowledge is required to build a system that acts as a continuous loop of improvement,”</p>



<h2 class="wp-block-heading">Compressing timelines</h2>



<p>Like Microsoft Frontier Company, AWS FDE embeds its experienced engineers into customers’ business, engineering, and security teams to help them build and launch agents purpose-built on their specific data, processes, and governance frameworks, AWS’ VP of frontier AI engineering and services <a href="https://www.linkedin.com/in/francesscavasquez" target="_blank" rel="noreferrer noopener">Francessca Vasquez</a> explained in a <a href="http://aboutamazon.com/news/aws/aws-1-billion-forward-deployed-ai-engineers" target="_blank" rel="noreferrer noopener">blog post</a>.</p>



<p>“Unlike traditional consulting that assesses, recommends, and treats each deployment as a standalone project, <a href="https://www.computerworld.com/article/4184226/qa-a-look-at-forward-deployed-engineers-aws-style.html" target="_blank">AWS FDE</a> builds for the long term,” she noted. Customers become “self-sufficient with AI,” moving from “observers to co-builders to autonomous operators” as they learn AI skills, workflows, and patterns that they can use to build AI going forward.</p>



<p>The platform is agentic-first and designed to compress timelines “from months to days,” and the derived business intelligence compounds to support future projects, Vasquez said.</p>



<p><a href="https://www.cio.com/article/4118737/the-forward-deployed-engineer-why-talent-not-technology-is-the-true-bottleneck-for-enterprise-ai.html" target="_blank">Embedded engineers</a>, many of whom build AWS AI services, verify and guide projects; AWS says it is also investing in training, tools, and resources for partners, to bolster the platform.</p>



<p>Customers gain access to runbooks, and architectural documentation, and a semantic layer connects to their data sources to create a knowledge graph that AI agents can reason over, Vasquez said.</p>



<p>She emphasized that domain expertise resides in the customer’s code, agents, and systems, so institutional knowledge does not get lost with employee turnover. Further, security tools provide hardware-based isolation and end-to-end encryption.</p>



<p>AWS FDE is not intended for those merely experimenting with AI, Vasquez noted, it is “built for organizations that have moved past experimentation and need production AI systems running real business processes.”</p>



<h2 class="wp-block-heading">Still a market for SIs</h2>



<p>SIs have enjoyed decades of high-margin relationships with their customers, so it makes “eminent sense” for hyperscalers to try to grab some of that business for themselves, noted technology analyst <a href="https://ca.linkedin.com/in/carmi" target="_blank" rel="noreferrer noopener">Carmi Levy</a>.</p>



<p>“Both Microsoft and Amazon are aggressively looking for ways to tighten customer lock-in and open up more opportunities to get inside both their clients’ operations and decision making apparatus,” he pointed out.</p>



<p>In addition, Randall said, Info-Tech’s research reveals that 77% of organizations do not have a corporate-wide AI strategy. FDEs will address this by being narrow and specific to the customer’s working AI systems, reference architecture, runbooks, and other deliverables.</p>



<p>SIs, however, provide a different service, he said. Their relevance will be in broader integration knowledge across systems, managing change, and scaling programs. “Their deliverables will be more strategic and broader in scope.”</p>



<p>Of course, there is overlap, he said, and Microsoft will work closely with global SI partners. The investment gap and implementation complexity put hyperscalers under pressure to “provide more white-glove services to pull their customers along.”</p>



<h2 class="wp-block-heading">Considerations for enterprises</h2>



<p>Levy noted that, for customers who have already decided on a particular AI stack, these platforms may be worthwhile as long as they’re comfortable taking a single-vendor route.</p>



<p>“Assuming Microsoft and Amazon are price- and service-competitive with systems integrators, they may represent a compelling alternative,” he said. Still, using their services could come at a cost of potentially reduced choice, which could limit longer-term options.</p>



<p>It remains to be seen whether these types of platform are better for the customer or the vendor, and deliver more value than existing alternatives, he said, but the market will ultimately decide.</p>



<p>With that in mind, he advised IT decision makers to deep-dive not only into Microsoft’s and Amazon’s agentic delivery competencies compared to those of SIs, but into whether their underlying motivations are “truly in the customers’ best interests.”</p>



<p>Info-Tech’s Randall also advised enterprises to consider the output they’re looking for. FDEs will fast-track accurate builds on specific platforms they specialize in, while SIs will then help make the platform work across an enterprise context.</p>



<p>FDE options are best for organizations looking past AI pilots to quick, effective product buildouts, he said. SIs are needed when those organizations need to scale that pattern across messy enterprise processes.</p>



<p>Another factor to consider: “FDEs are not suitable for organizations still working on basic AI strategy questions or that want to remain cloud neutral,” said Randall.</p>



<p><em>This article originally appeared on<a href="https://www.cio.com/article/4192504/microsoft-and-amazon-devote-billions-of-dollars-to-thousands-of-fdes.html" target="_blank"> CIO.com</a>.</em></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft and Amazon devote billions of dollars to thousands of FDEs]]></title>
<description><![CDATA[Systems integrators (SIs) have been integral to IT projects for decades, providing consulting services and helping enterprises build and launch technology tools.



Now, as organizations move to deploy agentic AI, top large language model (LLM) providers are looking to get in on that action. A pr...]]></description>
<link>https://tsecurity.de/de/3642530/it-security-nachrichten/microsoft-and-amazon-devote-billions-of-dollars-to-thousands-of-fdes/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3642530/it-security-nachrichten/microsoft-and-amazon-devote-billions-of-dollars-to-thousands-of-fdes/</guid>
<pubDate>Fri, 03 Jul 2026 03:08:14 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Systems integrators (SIs) have been integral to IT projects for decades, providing consulting services and helping enterprises build and launch technology tools.</p>



<p>Now, as organizations move to deploy agentic AI, top large language model (LLM) providers are looking to get in on that action. A proliferation of Forward Deployed Engineer (FDE) services embeds AI experts directly into customer teams to help create, customize, and launch AI services.</p>



<p>For instance, this week, Microsoft launched a $2.5 billion venture, Microsoft Frontier Company, that the tech giant says “goes beyond” FDE, and Amazon Web Services (AWS) announced its own $1 billion investment into a new AWS FDE platform.</p>



<p>Both projects will integrate thousands of Microsoft and AWS engineers into customer environments to help them not only build AI tools, but learn essential skills to handle projects on their own going forward. Other big model players, including <a href="https://www.cio.com/article/4167981/anthropics-financial-agents-expose-forward-deployed-engineers-as-new-ai-limiting-factor.html" target="_blank">Anthropic</a>, are also getting into the game with their own <a href="https://www.computerworld.com/article/4180088/ai-vendor-fdes-key-considerations-and-concerns.html" target="_blank">FDE services</a>.</p>



<p>The gap between AI investment and ROI is growing, noted <a href="https://www.infotech.com/profiles/thomas-randall" target="_blank" rel="nofollow">Thomas Randall</a>, research director at Info-Tech Research Group, and organizations are under pressure to show production value from AI deployments.</p>



<p>This is the context in which vendor FDEs such as those from Microsoft and AWS will become relevant to “compress learning curves from their deep product knowledge, establish reusable processes, and build capabilities that can then be transferred,” he said.</p>



<h2 class="wp-block-heading">Frontier transformation</h2>



<p>Microsoft Frontier Company will place 6,000 experts with customers to “co-design, co-innovate, deploy and continuously improve” AI systems based on their specific business goals, <a href="https://news.microsoft.com/source/exec/judson-althoff/" target="_blank" rel="nofollow">Judson Althoff</a>, CEO of Microsoft Commercial Business, <a href="https://www.microsoft.com/en-us/frontier-company" target="_blank" rel="nofollow">wrote in a blog post</a>.</p>



<p>The new offering focuses on what Microsoft calls “Frontier Transformation,” helping customers build an intelligence platform based on their proprietary data and internal expertise, workflows, and decision-making processes. Based on FinOps principles, the offering helps users “observe, govern, manage, and secure” AI tools across their stacks, and their intelligence compounds over time, Althoff said.</p>



<p>Microsoft Frontier Company is a “model-diverse, open, heterogeneous” platform, Althoff noted; customers can choose their own models: ChatGPT, Claude, Microsoft Copilot, or other open source or industry-specific models.</p>



<p>“Customers shouldn’t be locked into a single model any more than they should be locked into a single technology vendor,” Althoff noted. Further, he emphasized, customer data and IP are protected, and are not used to train Microsoft’s models.</p>



<p>The tech giant says it will leverage its SI and FDE partnerships with Accenture, Capgemini, EY, KPMG, PwC, and others to help scale the platform. Early users including London Stock Exchange Group (LSEG), Land O’Lakes, Unilever, and Novo Nordisk are already seeing “measurable outcomes,” Althoff said.</p>



<p>For instance, AI embedded into LSEG Workspace helps finance experts ask complex questions and get quick answers based on structured and unstructured financial data. The underlying foundation is “iteratively refined” through client feedback and real-time user testing, Althoff explained. This accelerates each cycle and improves model quality and scope.</p>



<p>This is the value of FDEs, he contended: “Enterprise AI engineering expertise with deep industry knowledge is required to build a system that acts as a continuous loop of improvement,”</p>



<h2 class="wp-block-heading">Compressing timelines</h2>



<p>Like Microsoft Frontier Company, AWS FDE embeds its experienced engineers into customers’ business, engineering, and security teams to help them build and launch agents purpose-built on their specific data, processes, and governance frameworks, AWS’ VP of frontier AI engineering and services <a href="https://www.linkedin.com/in/francesscavasquez" target="_blank" rel="nofollow">Francessca Vasquez</a> explained in a <a href="http://aboutamazon.com/news/aws/aws-1-billion-forward-deployed-ai-engineers" target="_blank" rel="nofollow">blog post</a>.</p>



<p>“Unlike traditional consulting that assesses, recommends, and treats each deployment as a standalone project, <a href="https://www.computerworld.com/article/4184226/qa-a-look-at-forward-deployed-engineers-aws-style.html" target="_blank">AWS FDE</a> builds for the long term,” she noted. Customers become “self-sufficient with AI,” moving from “observers to co-builders to autonomous operators” as they learn AI skills, workflows, and patterns that they can use to build AI going forward.</p>



<p>The platform is agentic-first and designed to compress timelines “from months to days,” and the derived business intelligence compounds to support future projects, Vasquez said.</p>



<p><a href="https://www.cio.com/article/4118737/the-forward-deployed-engineer-why-talent-not-technology-is-the-true-bottleneck-for-enterprise-ai.html" target="_blank">Embedded engineers</a>, many of whom build AWS AI services, verify and guide projects; AWS says it is also investing in training, tools, and resources for partners, to bolster the platform.</p>



<p>Customers gain access to runbooks, and architectural documentation, and a semantic layer connects to their data sources to create a knowledge graph that AI agents can reason over, Vasquez said.</p>



<p>She emphasized that domain expertise resides in the customer’s code, agents, and systems, so institutional knowledge does not get lost with employee turnover. Further, security tools provide hardware-based isolation and end-to-end encryption.</p>



<p>AWS FDE is not intended for those merely experimenting with AI, Vasquez noted, it is “built for organizations that have moved past experimentation and need production AI systems running real business processes.”</p>



<h2 class="wp-block-heading">Still a market for SIs</h2>



<p>SIs have enjoyed decades of high-margin relationships with their customers, so it makes “eminent sense” for hyperscalers to try to grab some of that business for themselves, noted technology analyst <a href="https://ca.linkedin.com/in/carmi" target="_blank" rel="nofollow">Carmi Levy</a>.</p>



<p>“Both Microsoft and Amazon are aggressively looking for ways to tighten customer lock-in and open up more opportunities to get inside both their clients’ operations and decision making apparatus,” he pointed out.</p>



<p>In addition, Randall said, Info-Tech’s research reveals that 77% of organizations do not have a corporate-wide AI strategy. FDEs will address this by being narrow and specific to the customer’s working AI systems, reference architecture, runbooks, and other deliverables.</p>



<p>SIs, however, provide a different service, he said. Their relevance will be in broader integration knowledge across systems, managing change, and scaling programs. “Their deliverables will be more strategic and broader in scope.”</p>



<p>Of course, there is overlap, he said, and Microsoft will work closely with global SI partners. The investment gap and implementation complexity put hyperscalers under pressure to “provide more white-glove services to pull their customers along.”</p>



<h2 class="wp-block-heading">Considerations for enterprises</h2>



<p>Levy noted that, for customers who have already decided on a particular AI stack, these platforms may be worthwhile as long as they’re comfortable taking a single-vendor route.</p>



<p>“Assuming Microsoft and Amazon are price- and service-competitive with systems integrators, they may represent a compelling alternative,” he said. Still, using their services could come at a cost of potentially reduced choice, which could limit longer-term options.</p>



<p>It remains to be seen whether these types of platform are better for the customer or the vendor, and deliver more value than existing alternatives, he said, but the market will ultimately decide.</p>



<p>With that in mind, he advised IT decision makers to deep-dive not only into Microsoft’s and Amazon’s agentic delivery competencies compared to those of SIs, but into whether their underlying motivations are “truly in the customers’ best interests.”</p>



<p>Info-Tech’s Randall also advised enterprises to consider the output they’re looking for. FDEs will fast-track accurate builds on specific platforms they specialize in, while SIs will then help make the platform work across an enterprise context.</p>



<p>FDE options are best for organizations looking past AI pilots to quick, effective product buildouts, he said. SIs are needed when those organizations need to scale that pattern across messy enterprise processes.</p>



<p>Another factor to consider: “FDEs are not suitable for organizations still working on basic AI strategy questions or that want to remain cloud neutral,” said Randall.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Data Lakehouses werden zur Grundlage für Enterprise-KI]]></title>
<description><![CDATA[Auch in der Unternehmensarchitektur sind Lakehouses äußerst elegant und smart. arthitecture | shutterstock.com



Data Lakehouses haben sich zum Goldstandard moderner Unternehmens-Datenplattformen entwickelt. Sie vereinen die Vorteile eines Data Lake – die kostengünstige Speicherung unterschiedli...]]></description>
<link>https://tsecurity.de/de/3640109/it-security-nachrichten/data-lakehouses-werden-zur-grundlage-fuer-enterprise-ki/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3640109/it-security-nachrichten/data-lakehouses-werden-zur-grundlage-fuer-enterprise-ki/</guid>
<pubDate>Thu, 02 Jul 2026 06:08:28 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/05/arthitecture_shutterstock_2199215359_16z9.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Lakehouse Modern 16z9" class="wp-image-3979687" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Auch in der Unternehmensarchitektur sind Lakehouses äußerst elegant und smart. </figcaption></figure><p class="imageCredit">arthitecture | shutterstock.com</p></div>



<p>Data Lakehouses haben sich zum Goldstandard moderner Unternehmens-Datenplattformen entwickelt. Sie vereinen die Vorteile eines Data Lake – die kostengünstige Speicherung unterschiedlichster Datentypen – mit der Zuverlässigkeit, Struktur und Governance eines klassischen Data Warehouse.</p>



<p>Da sie Informationen aus verschiedenen Bereichen eines Unternehmens zentral zusammenführen und gleichzeitig Sicherheits- und Audit-Funktionen bereitstellen, eignen sie sich auch hervorragend als Basis für Enterprise-KI-Systeme. Tatsächlich sind sie inzwischen so weit verbreitet und leistungsfähig, dass sich nahezu alle großen Anbieter von Data Lakes und Data Warehouses zu Lakehouse-Anbietern entwickelt haben. Snowflake beispielsweise startete ursprünglich als Data-Warehouse-Anbieter und hat sich durch mehrere Jahre der Weiterentwicklung und zahlreiche Übernahmen zu einer vollständigen Data-Lakehouse-Plattform entwickelt.</p>



<h2 class="wp-block-heading">Grundlage der zukünftigen KI-Landschaft</h2>



<p>Auch Docusign nutzt diese Plattform nun, um seine Ambitionen im Bereich Agentic AI voranzutreiben. So werden beispielsweise Daten aus Salesforce übernommen und anschließend zum Training eines internen KI-Vertriebsagenten verwendet, erläuter<strong>t <a href="https://www.linkedin.com/in/shivi-singh-verma/" target="_blank" rel="noreferrer noopener">Shivi Verma</a>, </strong>Senior Manager of Engineering bei Docusign. Darüber hinaus trainiert das Unternehmen Machine-Learning-Modelle, um seinen Kunden präzisere Ergebnisse liefern zu können.</p>



<p>Die Informationen werden außerdem über RAG-Embedding-Pipelines an Large Language Models (LLMs) weitergegeben. Gleichzeitig untersucht Docusign den Einsatz des <a href="https://www.computerwoche.de/article/4031227/was-ist-model-context-protocol.html">Model Context Protocol (MCP)</a>, sobald diese Technologie weiter ausgereift ist.</p>



<p>Ein zentrales Thema beim Bereitstellen der Lakehouse-Daten ist für Docusign jedoch die Sicherheit und Governance. „Wir gehen dabei äußerst vorsichtig vor“, sagt Verma. „Jeder Anwendungsfall durchläuft eine strenge Sicherheitsprüfung sowie Diskussionen mit technischen und fachlichen Stakeholdern, um sicherzustellen, dass wir weder gegen Sicherheitsvorgaben noch gegen Compliance-Anforderungen verstoßen.“</p>



<p>Diese Sicherheitskontrollen greifen sowohl beim Import der Daten in Snowflake als auch beim späteren Export. Besonders strenge Regeln gelten für den Zugriff auf sensible Informationen wie Kundendaten.</p>



<p>„Zunächst stellen wir nur Daten mit einem niedrigen Risikoprofil bereit“, erklärt Verma. Dazu gehören beispielsweise öffentlich verfügbare Informationen wie Inhalte der Unternehmens-Website oder Produktinformationen.</p>



<p>Docusign ist mit diesem Ansatz keineswegs allein. „Wir sehen inzwischen eine Lakehouse-Nutzung von 65 Prozen<strong>t</strong> bei den Kunden von Gartner“, sagt Gartner-Analyst <a href="https://www.linkedin.com/in/prasad-pore/" target="_blank" rel="noreferrer noopener">Prasad Pore</a>. „Das ist innerhalb kurzer Zeit ein außergewöhnlich hoher Wert.“</p>



<p>Und die Zukunft der Lakehouses sieht seiner Einschätzung nach noch vielversprechender aus.</p>



<p>„Lakehouses entwickeln sich zur Grundlage der zukünftigen KI-Landschaft“, sagt Pore. Gleichzeitig erweitern die Anbieter ihre Plattformen gezielt um KI-Funktionen.</p>



<p>Ein klassisches Lakehouse-Konzept umfasst beispielsweise keine Vektordatenbanken, die für RAG-basierte KI-Systeme eine zentrale Rolle spielen.</p>



<p>„Viele Lakehouse-Anbieter haben inzwischen Funktionen zur Vektorindizierung integriert“, erklärt Pore. „Databricks und Microsoft Fabric verfügen bereits über eingebaute Vektor-Funktionalitäten.“ Kleinere Anbieter könnten diese Möglichkeiten allerdings noch nicht bieten.</p>



<p>Auch die Unterstützung für MCP, den Standard zur Verbindung von KI-Agenten mit Datenquellen und Systemen, unterscheidet sich je nach Anbieter und gehört bislang nicht zum traditionellen Funktionsumfang eines Lakehouses.</p>



<h2 class="wp-block-heading">Eine Frage der Wahl</h2>



<p>Ein Data Lakehouse ist nicht die einzige Möglichkeit für Unternehmen, ihren KI-Systemen den geschäftlichen Kontext bereitzustellen, den sie für einen sinnvollen Einsatz benötigen.</p>



<p>So können Unternehmen beispielsweise Vektordatenbanken oder entsprechende Datenpipelines manuell aus einzelnen Datenquellen aufbauen oder eine Data Fabric einsetzen, um die Verbindung zwischen den Systemen herzustellen.</p>



<p>„Eine Data Fabric kann sich direkt mit den ursprünglichen Datenquellen verbinden. Das eignet sich gut für schnelle Analysen“, erklärt Gartner-Analyst Pore. „Allerdings belastet man dadurch die Quellsysteme zusätzlich, was für diese Anwendungen und Maschinen nicht ideal ist.“</p>



<p>Wichtig dabei: Microsoft Fabric ist zwar eine Lakehouse-Plattform, jedoch keine Data-Fabric-Plattform im Sinne der Gartner-Definition.</p>



<p>Ein weiterer Nachteil direkter Verbindungen besteht darin, dass die Datenmodelle der operativen Systeme meist nicht für analytische Zwecke optimiert sind und ihre Nutzung häufig teuer ist. „Der direkte Zugriff auf Quellsysteme ist nicht effizient“, so Pore.</p>



<p>Hinzu kommt, dass für Data Lakehouses bereits etablierte Verfahren zur Verwaltung von Zugriffsrechten existieren.</p>



<p>„Ein Lakehouse vereinheitlicht Daten, Wartung, Sicherheit und Governance physisch an einem Ort“, erklärt Pore. „Gerade für die Einführung von KI ist das von entscheidender Bedeutung. Als unternehmensweite ‘Single Source of Truth’ ist ein Lakehouse der moderne Weg, ein zentrales Daten-Repository aufzubauen.“</p>



<h2 class="wp-block-heading">Vom Data Lake zum Lakehouse</h2>



<p>Das Beratungsunternehmen Lemongrass begann bereits vor rund zehn Jahren mit einem klassischen Data Lake und entwickelte es vor etwa vier Jahren schrittweise zu einem Lakehouse weiter.</p>



<p>„Damals war das Lakehouse-Konzept noch längst nicht so verbreitet“, erinnert sich <a href="https://www.linkedin.com/in/kausikchaudhuri/" target="_blank" rel="noreferrer noopener">Kausik Chaudhuri</a>, Chief Innovation Officer bei Lemongrass.</p>



<p>Deshalb entwickelte das Unternehmen eigene Lakehouse-Funktionen auf Basis seines Amazon-S3-Data-Lakes. Nun, da das Lakehouse zunehmend KI-Anwendungen unterstützt, steht bereits die nächste Modernisierung an.</p>



<p>„Derzeit arbeiten wir an einer Lösung für Incident- und Change-Management“, erläutert Chaudhuri.</p>



<p>Die ursprünglichen Daten liegen in ServiceNow. Würde man sie direkt aus dem Lakehouse extrahieren, um sie in einem KI-System zu nutzen, wären die Kosten zu hoch. „Deshalb überlegen wir jetzt, einen MCP-Server aufzubauen, der diese Daten gezielt abfragt“, fügt er hinzu.</p>



<p>Gleichzeitig plant Lemongrass den Wechsel von den selbst entwickelten Lakehouse-Erweiterungen zu einer Standardlösung.</p>



<p>„Als wir begonnen haben, war Lemongrass vor allem ein Verfechter von AWS, weshalb viele unserer Werkzeuge auf AWS aufgebaut wurden“, erklärt Chaudhuri. „Jetzt denken wir darüber nach, diesen Ansatz zu ändern, weil KI deutlich mehr Möglichkeiten eröffnet.“</p>



<p>Allerdings bietet inzwischen auch AWS selbst umfassende Lakehouse-Funktionalitäten. „Die Daten liegen bereits dort. Wir müssen das Rad also nicht neu erfinden.“</p>



<p>Darüber hinaus stellt AWS direkte Anbindungen an Anthropic Claude und weitere KI-Modelle bereit. Da diese Modelle ebenfalls innerhalb der AWS-Infrastruktur betrieben werden, fallen keine Egress-Gebühren an.</p>



<p>Lemongrass plant, die Modernisierung im dritten Quartal dieses Jahres zunächst mit einem Proof of Concept (PoC) zu beginnen. Dabei müsse aber besonders sorgfältig müsse entschieden werden, welche Daten und in welchem Umfang sie aus dem Lakehouse an KI-Modelle übertragen werden.</p>



<p>„Wir schicken keine Kundendaten an ein LLM“, betont Chaudhuri. „Und ich lese auch nicht 10.000 Datensätze aus und sende sie an Claude – das würde den Token-Verbrauch explodieren lassen. Schon vor einigen Jahren haben wir erkannt, dass wir bankrottgehen könnten, wenn wir den Token-Verbrauch nicht sorgfältig kontrollieren.“</p>



<p>Für manche Anwendungsfälle muss das LLM nach der Implementierung der Lösung überhaupt keine Kundendaten mehr sehen. Beispielsweise erstellten Mitarbeiter früher manuell Statusberichte über Kunden für den eigenen Gebrauch – ein zeitaufwendiger Prozess. Ein LLM könnte diese Aufgabe zwar übernehmen, hätte dabei jedoch Zugriff auf sensible Kundendaten. Außerdem liefern generative KI-Modelle aufgrund ihrer nicht deterministischen Arbeitsweise jedes Mal leicht unterschiedliche Ergebnisse.</p>



<p>Ein weiteres Beispiel sind Formulare, die Kunden später unterschreiben sollen. Auch hier könnte ein LLM bei jeder Anfrage ein neues Formular generieren.</p>



<p>„Deshalb haben wir Claude stattdessen gebeten, ein Programm zu schreiben, das diese Eingaben verarbeitet und daraus den Bericht erzeugt“, erklärt Chaudhuri. Die eigentliche Berichts- oder Formularerstellung erfolgt anschließend durch klassische, deterministische Software. Dadurch bleiben Kundendaten geschützt, während Berichte schnell und kostengünstig erzeugt werden können.</p>



<p>Andere Unternehmen setzen KI dagegen bereits intensiv ein, um ihre Datenbestände besser auszuschöpfen.</p>



<p>Laut einem aktuellen Databricks-Bericht, der auf Daten von 20.000 Unternehmen basiert, stieg der Anteil der von KI-Agenten erzeugten Datenbanken innerhalb von zwei Jahren von 0,1 Prozent auf 80 Prozent. Heute erstellen KI-Agenten bereits 97 Prozent aller Datenbank-Branches.</p>



<h2 class="wp-block-heading">Sicherheit und Governance</h2>



<p>Eine der größten Herausforderungen für Unternehmen besteht darin, herauszufinden, wie sie mit Sicherheits- und anderen damit verbundenen Fragen umgehen sollen, wenn KI-Agenten auf Data Lakehouses zugreifen.</p>



<p>In der Vergangenheit wurden Daten hauptsächlich an Dashboards weitergeleitet, in denen die Sicherheits- und Zugriffskontrollen fest programmiert waren. Oder die Daten gingen an Datenanalysten, die im Rahmen ihrer eigenen Zugriffsrechte arbeiteten. Die ersten KI-Anwendungen basierten überwiegend auf Retrieval-Augmented Generation (RAG). Dabei extrahiert klassische, deterministische Software die benötigten Daten und fügt sie in den Prompt eines Large Language Models für einen konkreten Anwendungsfall ein. Die Entwickler konnten die Sicherheitsregeln dabei individuell für jeden Workflow festlegen.</p>



<p>Mit dem Aufkommen agentischer KI und MCP-Servern (Model Context Protocol) verändert sich dieses Modell grundlegend: KI-Agenten können nun selbstständig entscheiden, welche Daten sie benötigen, und diese eigenständig abrufen.</p>



<p>Nach Ansicht von Genpact-Manager Arellano müssen Unternehmen deshalb neue Konzepte entwickeln, um die Identitäten von KI-Agenten zu verwalten, den Zugriff auf Daten zu kontrollieren, Prüfpfade zu erstellen sowie Prompts und Inhalte zu filtern.</p>



<p>„Agenten benötigen ihre eigenen Zugangsdaten“, erklärt er. Beispielsweise dürfen KI-Agenten unter Umständen niemals Zugriff auf Patientenakten erhalten. „Ebenso wichtig sind Audit Trails, um lückenlos nachvollziehen zu können, was der Agent getan hat.“</p>



<p>Arellano zufolge bieten einige Lakehouse-Anbieter, darunter Databricks, diese Funktionalität an. Zusätzlich können Unternehmen Tools von Anbietern wie Okta, Palo Alto oder Zscaler integrieren.</p>



<h2 class="wp-block-heading">Die neue semantische Grenze</h2>



<p>Die nächste Entwicklungsstufe des Lakehouse ist der Semantic Layer. <a href="https://www.gartner.com/en/newsroom/press-releases/2026-03-11-gartner-announces-top-predictions-for-data-and-analytics-in-2026">Gartner</a> schätzt, dass universelle semantische Ebenen bis 2030 zur unverzichtbaren Infrastruktur gehören werden.</p>



<p>„Der Aufbau einer universellen semantischen Schicht ist heute eine Pflichtaufgabe für Verantwortliche im Bereich Daten und Analytics, die KI-Projekte leiten oder unterstützen“, erklärt Gartner. „Nur so lassen sich Genauigkeit verbessern, Kosten kontrollieren, technische KI-Schulden deutlich reduzieren, Multi-Agenten-Systeme aufeinander abstimmen und kostspielige Inkonsistenzen verhindern, bevor sie sich ausbreiten.“</p>



<p>Es reicht nämlich nicht aus, einer KI lediglich Zugriff auf Daten zu geben. Sie muss auch verstehen, was diese Daten für das Unternehmen tatsächlich bedeuten. Die semantische Ebene bildet genau dieses Geschäftswissen ab, das normalerweise nicht in einer strukturierten Datenbank formalisiert ist.  Beispielsweise kann der Begriff „Kunde“ oder „Bestellung“ in verschiedenen Unternehmenssystemen jeweils etwas anderes bedeuten.</p>



<p>„Früher war die semantische Ebene zwar wünschenswert, aber nicht unbedingt notwendig, da Datenwissenschaftler wussten, welche Datenquellen sie abfragen wollten“, erläutert <a href="https://www.linkedin.com/in/amitkinha/">Amit Kinha</a>, Vorstandsmitglied der FinOps Foundation und Field-CTO bei DoiT International, einem Cloud-Beratungsunternehmen.</p>



<p>Für KI-Agenten gilt das jedoch nicht mehr. „Ohne eine semantische Schicht weiß ein Agent möglicherweise gar nicht, wo er nach den benötigten Daten suchen soll”, so Kinha. Oder noch schlimmer: „Er führt fehlerhafte Joins aus oder löst Prozesse aus, die die Kosten explodieren lassen.“</p>



<p>Deshalbwerde die semantische Schicht künftig entscheidend dafür sein, Data Lakehouses effektiv für KI einzusetzen.</p>



<h2 class="wp-block-heading">Mitlernendes System</h2>



<p>Die semantische Schicht kann darüber hinaus Teil eines Lern- und Feedbackprozesses werden. <a href="https://www.linkedin.com/in/kevinmartelli/">Kevin Martelli</a>, Consulting AI Solution Development Leader bei EY Americas, beschreibt folgendes Beispiel: Angenommen, in einem Unternehmen müssen Zahlungen über 500.000 Dollar vom CFO genehmigt werden. Ein KI-Agent fordert die Genehmigung eines Mitarbeiters an.</p>



<p>Der Mitarbeiter erkennt jedoch: „Ich soll diese Rechnung freigeben, aber ich weiß, dass Beträge über 500.000 Dollar zusätzlich die Zustimmung des CFO benötigen.“</p>



<p>Diese Information kann anschließend dauerhaft gespeichert werden. „Sie kann innerhalb der Sitzung genutzt und anschließend als Prozessdokument oder Ereignisprotokoll wieder im Lakehouse abgelegt werden“, erklärt Martelli. Dadurch lernten agentische Systeme mit jeder Nutzung hinzu.</p>



<p>„Genau dadurch wird das System im Laufe der Zeit immer wertvoller – denn am ersten Tag wird man niemals alles perfekt modellieren können.“</p>



<p>Die semantische Schicht befindet sich allerdings noch in einer frühen Entwicklungsphase, wobei die verschiedenen Lakehouse-Anbieter unterschiedliche Ansätze verfolgen.</p>



<p>„In der Branche wird derzeit intensiv darüber diskutiert, wie Data Lakehouses und semantische Schichten zusammenwachsen und wo diese Schicht künftig eigentlich angesiedelt sein sollte“, erklärt <a href="https://www.linkedin.com/in/mattarellano/" target="_blank" rel="noreferrer noopener">Matt Arellano</a>, SVP für Daten und KI bei der Digital-Transformation-Beratungsfirma Genpact. Einige Anbieter integrieren semantische Funktionen direkt in ihre Lakehouse-Plattformen oder kaufen entsprechende Spezialunternehmen hinzu. Andere Unternehmen setzen stattdessen auf spezialisierte Drittanbieter.</p>



<p>„Die Kunden tun sich damit schwer“, so Arellano. „Sie alle versuchen herauszufinden, welche Kombination aus Werkzeugen und Prozessen langfristig die richtige ist.“</p>



<p><a href="https://www.linkedin.com/in/stevenkaran/" target="_blank" rel="noreferrer noopener">Steven Karan</a>, Vice President für KI-Transformation bei Capgemini Australien und Neuseeland, sieht im Lakehouse eine Entwicklung hin zu einer zentralen Orchestrierungsschicht.</p>



<p>„Unternehmen konzentrieren sich mittlerweile weniger auf klassische Analysen und Berichte, sondern vielmehr auf KI-gesteuerte Anwendungen und agentenbasierte Systeme“, erklärt er. „Die effektivsten Architekturen, die ich heute sehe, kombinieren einen Lakehouse-Kern mit spezialisierten Serverschichten.“</p>



<p>Dazu gehören Vektordatenbanken für KI, Streaming-Plattformen für Echtzeitdaten und operative Datenbanken für Anwendungen mit geringer Latenz.</p>



<p>Das Lakehouse diene nicht mehr nur der Analytik, fügt er hinzu. Es sei die Grundlage für Unternehmensdaten und KI. „Seine Aufgabe besteht heute weniger darin, alle anderen Systeme zu ersetzen, sondern vielmehr darin, sie miteinander zu verbinden, zentral zu steuern und zu überwachen. Damit soll sichergestellt werden, dass Unternehmen schneller innovieren können, ohne die Kontrolle über ihre Daten zu verlieren.“ (mb)</p>



<p><em>Dieser Artikel basiert auf einem <a href="https://www.cio.com/article/4184051/data-lakehouses-are-becoming-foundations-for-enterprise-ai.html">Beitrag</a> von CIO.com.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[A framework for operational autonomy: Integrating CloudOps, FinOps and AIOps]]></title>
<description><![CDATA[Operational autonomy is quickly becoming one of the defining capabilities of a modern enterprise. As digital estates become more distributed, cloud environments more dynamic and AI consumption more expensive and less predictable, traditional operating models begin to show their limits. Teams can ...]]></description>
<link>https://tsecurity.de/de/3637916/it-security-nachrichten/a-framework-for-operational-autonomy-integrating-cloudops-finops-and-aiops/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3637916/it-security-nachrichten/a-framework-for-operational-autonomy-integrating-cloudops-finops-and-aiops/</guid>
<pubDate>Wed, 01 Jul 2026 11:06:18 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Operational autonomy is quickly becoming one of the defining capabilities of a modern enterprise. As digital estates become more distributed, cloud environments more dynamic and AI consumption more expensive and less predictable, traditional operating models begin to show their limits. Teams can no longer rely only on manual oversight, disconnected monitoring tools or periodic financial reviews to keep enterprise technology healthy and cost efficient. What is needed instead is a coordinated operating framework that brings together CloudOps, FinOps and AIOps, while also addressing the emerging discipline of AI token and model consumption governance. When these disciplines are designed as one connected system rather than as isolated workstreams, organizations move closer to operational excellence: faster decisions, better resilience, improved financial control, stronger compliance and a more measurable connection between technology investments and business outcomes.</p>



<h2 class="wp-block-heading">What operational autonomy means in enterprise IT</h2>



<p>Operational autonomy does not mean removing people from operations. In practice, it means designing enterprise IT so that routine sensing, decision support, remediation, optimization and policy enforcement happen with minimal friction and with the right human oversight at the right moments. A mature autonomous operating model continuously observes infrastructure, applications, data flows, AI services and financial consumption patterns; detects risk or inefficiency early; and triggers guided or automated action based on policy, confidence and business criticality. This approach depends on four connected pillars: CloudOps to maintain reliable and scalable digital infrastructure, FinOps to govern cost and value, AIOps to detect patterns and automate response, and AI consumption governance to manage token usage, model selection, inference workloads and unit economics.</p>



<p>Gartner’s 2024 <a href="https://www.gartner.com/en/documents/5703151" rel="nofollow">research</a> on FinOps for data and analytics emphasizes that cloud operations and financial governance are no longer separate concerns, especially as AI workloads reshape cost structures and accountability expectations. Forrester’s 2024 <a href="https://www.forrester.com/report/the-state-of-aiops-and-observability/RES180470" rel="nofollow">analysis</a> of AIOps and observability similarly notes that modern enterprises need deeper operational visibility and broader insight-driven coordination to handle hybrid complexity. IDC’s 2024 <a href="https://www.marketresearch.com/IDC-v2477/Future-Operations-Framework-38402860/" rel="nofollow">perspective</a> on future operations adds another useful lens by framing data-driven operations around agility, resilience and predictability. Taken together, these viewpoints reinforce the same idea: autonomy is not a tool purchase; it is a management framework.</p>



<h2 class="wp-block-heading">Design principles for an enterprise operational autonomy framework</h2>



<p>A practical framework begins with a few disciplined principles. First, the enterprise must build around a shared operational data layer. Telemetry from cloud infrastructure, applications, service management systems, security controls, business transactions and AI services should be normalized so that operations, finance and governance teams work from the same facts. Second, every automated action should be policy-aware. Cost optimization, scaling, failover, remediation, model routing, data retention and access control should all reflect business guardrails rather than isolated technical rules.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="688" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption">Figure: The four pillars of autonomous IT.</figcaption></figure><p class="imageCredit">Magesh Kasthuri</p></div>



<p>Third, the framework should be value-led rather than purely cost-led. FinOps has matured beyond simply lowering spend; the stronger objective is to align spend with business priorities, performance requirements and acceptable risk. Fourth, autonomy should progress in stages. Enterprises usually start with visibility, then introduce recommendations, then guided automation and finally closed-loop autonomy for low-risk scenarios. Fifth, executive accountability must be explicit. Operational autonomy touches architecture, finance, privacy, security, data stewardship and business strategy. Without a cross-functional ownership model, autonomy becomes fragmented and difficult to govern. Everest Group’s 2024 FinOps Cloud Cost Management <a href="https://www.everestgrp.com/report/egr-2024-29-r-6601/" rel="nofollow">assessment</a> highlights the growing demand for role-based access, cost intelligence, governance and automation as core requirements for enterprise cloud cost management products. That is a useful signal that the framework must be built for collaboration, not just analytics.</p>



<h2 class="wp-block-heading">Integrating CloudOps, FinOps and AIOps into one operating model</h2>



<p>CloudOps, FinOps and AIOps are often discussed separately because each emerged from a different operational problem. CloudOps grew out of the need to run cloud estates reliably and at scale. FinOps developed in response to unpredictable consumption-based billing. AIOps emerged because traditional monitoring could not keep pace with the volume and complexity of telemetry generated across modern digital systems. Yet in a mature enterprise, these disciplines converge naturally.</p>



<p>A performance incident in a cloud platform is rarely only an availability problem; it may also drive higher infrastructure consumption, trigger excess logging charges, degrade customer experience or increase token usage in AI-enabled workflows. Similarly, a cost spike may not be a finance issue alone; it may reveal inefficient architecture, poor scheduling, unnecessary data movement or an AI agent behaving outside policy.</p>



<p>An integrated operating model therefore links observability signals, service context, business KPIs, financial metrics and automation rules into one decision fabric. CloudOps provides the runtime discipline, FinOps introduces value and accountability, and AIOps adds pattern recognition and intelligent response. When connected well, the enterprise can answer not only what is happening, but why it is happening, what it is costing, what risk it creates and what the best next action should be.</p>



<h2 class="wp-block-heading">AI token optimization and AI cost spend governance</h2>



<p>AI introduces a new cost curve into enterprise operations. Unlike traditional software costs, token spend can vary sharply based on prompt design, model choice, context length, retrieval patterns, orchestration logic, concurrency, caching strategy and user behavior. This makes AI cost governance an essential part of operational autonomy. A strong framework begins by defining the unit economics of AI consumption: cost per request, cost per conversation, cost per business workflow, cost per user segment and cost per outcome.</p>



<p>Once these baselines are visible, the enterprise can introduce optimization controls such as prompt compression, response-length policies, semantic caching, model tiering, workload routing to lower-cost models where quality tolerance allows, context-window discipline, batch processing for non-real-time use cases and approval thresholds for premium model usage. AI gateways and model brokers can enforce these policies consistently across teams.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="709" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption">Figure 2: AI FinOps framework</figcaption></figure><p class="imageCredit">Magesh Kasthuri</p></div>



<p>Chargeback or showback mechanisms should also extend to AI services so that business units see both value and consumption behavior. Recent <a href="https://www.forbes.com/councils/forbesfinancecouncil/2026/05/27/a-cfos-five-layer-framework-to-govern-ai-token-spend-before-it-governs-you/" rel="nofollow">analysis</a> in Forbes has drawn attention to the financial risks of unmanaged token growth and argues for governance layers that connect finance and engineering before AI expenditure becomes opaque. FinOps Foundation guidance on FinOps for AI reinforces the same message, noting that token-level metrics, quotas, tagging, GPU allocation practices and real-time monitoring are necessary to keep AI costs aligned to business value. In enterprise settings, the lesson is straightforward: if cloud cost needed FinOps, AI cost needs an even tighter form of FinOps because usage can scale much faster and become far less transparent as mentioned in IDC <a href="https://my.idc.com/getdoc.jsp?containerId=US53688325" rel="nofollow">report</a>.</p>



<h2 class="wp-block-heading">FinOps for cloud infrastructure cost management</h2>



<p>Cloud infrastructure cost management remains one of the foundational layers of operational autonomy because every autonomous workflow eventually rests on compute, storage, networking, platform services and data transfer. An effective FinOps capability does more than flag overspend after the month has ended. It creates near-real-time visibility into consumption, ownership, unit economics, forecast variance, commitments and waste patterns.</p>



<p>The enterprise should define standard practices for tagging, cost allocation, commitment management, rightsizing, idle resource detection, storage tiering, Kubernetes cost visibility, environment lifecycle controls and architecture reviews for high-cost services. More importantly, these practices should be tied to business context. For example, a workload serving a mission-critical customer channel may justify higher spend if it supports revenue protection, whereas a non-production environment should have stricter shutdown and spend caps.</p>



<p>Gartner’s 2024 <a href="https://www.gartner.com/en/documents/5703151" rel="nofollow">research</a> on FinOps for data and analytics underscores that AI and data workloads are changing the financial profile of cloud operations and increasing the need for more sophisticated tooling and governance. IDC’s market <a href="https://www.intel.com/content/dam/www/central-libraries/us/en/documents/2024-03/idc-ai-strategy-in-2024-growth-roi-security-brief.pdf" rel="nofollow">perspective</a> on intelligent cloud and edge operations with FinOps software also points to the rapid growth of platforms that combine operations intelligence with financial control, suggesting that enterprises increasingly view operational management and cost management as linked disciplines rather than separate layers.</p>



<h2 class="wp-block-heading">Autonomous operations through AIOps</h2>



<p>AIOps gives the framework its intelligence and response speed. In most enterprises, operations data is noisy, fragmented and too voluminous for humans to interpret quickly during incidents or performance degradation. AIOps platforms reduce that burden by correlating events, identifying anomalies, clustering symptoms, surfacing probable root causes and recommending or initiating remediation actions. The best outcomes appear when AIOps is connected not only to infrastructure monitoring but also to service maps, change records, configuration data, incident workflows and business priorities.</p>



<p>That connection allows the enterprise to distinguish between a harmless signal fluctuation and an issue that threatens a critical business service. Forrester’s 2024 <a href="https://www.forrester.com/report/the-state-of-aiops-and-observability/RES180470" rel="nofollow">research</a> on AIOps and observability explains this well by describing the complementary value of breadth and depth: observability provides richer technical insight, while AIOps helps transform those signals into operational action. In practice, autonomy grows when low-risk responses such as service restarts, resource adjustments, ticket enrichment, dependency checks or rollback decisions are automated under policy. High-risk actions should remain human-approved until confidence improves. Over time, the enterprise can move from reactive incident management to predictive operations, where emerging capacity risk, recurring error patterns or unusual AI workload behavior are addressed before service impact is visible to users.</p>



<h2 class="wp-block-heading">How the framework leads to operational excellence</h2>



<p>Operational excellence is the cumulative result of better decisions made earlier, faster and with clearer accountability. A well-designed autonomy framework improves service reliability because systems are observed continuously and remediation can be triggered before failures spread. It improves cost discipline because consumption anomalies are identified at the same time as performance or usage anomalies, not weeks later in a billing report.</p>



<p>It improves strategic focus because technology leaders can evaluate trade-offs in terms of business value rather than technical activity alone. It also improves employee productivity by removing repetitive operational effort and shifting skilled staff toward engineering improvements, policy tuning and service innovation. The most important outcome, however, is predictability. Enterprises become more confident in how they scale AI services, how they control cloud spend, how they handle operational events and how they meet compliance obligations. That confidence is what separates routine automation from genuine operational autonomy.</p>



<h2 class="wp-block-heading">Security, governance, process implementation and people upskilling</h2>



<p>No autonomy framework survives without strong security and governance. Automated operations amplify both efficiency and risk, which means identity controls, segmentation, least-privilege access, secrets management, encryption and auditability have to be embedded from the start. AI services add further concerns: prompt leakage, data residency, model misuse, training-data exposure, shadow AI adoption and uncontrolled access to external models.</p>



<p>Governance therefore needs to extend across cloud resources, operational workflows, AI services and data assets. Enterprises should establish clear policy domains covering infrastructure provisioning, AI model approval, token limits, vendor usage, observability data handling, retention rules, access reviews and exception management. Process implementation is equally important. The framework should define standard operating patterns for incident triage, automated remediation approval, cost anomaly review, model lifecycle management and post-incident learning. None of this works unless people are prepared for the shift.</p>



<p>Operations teams need skills in cloud economics, observability, automation engineering and policy-driven operations. Finance teams need to understand cloud and AI consumption models. Security and privacy teams need fluency in AI risk scenarios and control design. Business leaders need a clearer grasp of unit economics and value realization. IDC’s 2024 <a href="https://www.intel.com/content/dam/www/central-libraries/us/en/documents/2024-03/idc-ai-strategy-in-2024-growth-roi-security-brief.pdf" rel="nofollow">briefing</a> on enterprise AI strategy highlights the tension between rapid AI investment, ROI pressure, staffing constraints, security and compliance. That is exactly why upskilling must be treated as part of the framework itself, not as an optional change-management activity as per FinOps Foundation <a href="https://www.finops.org/wg/finops-for-ai-overview/" rel="nofollow">documentation</a>.</p>



<h2 class="wp-block-heading">The role of regulatory compliance</h2>



<p>Regulatory compliance is not a side topic in operational autonomy; it is one of the main reasons the framework must be formalized. Cloud environments frequently span jurisdictions, AI systems process sensitive information, observability platforms collect detailed operational data and automated decisions may influence customer experience or internal controls. Regulations such as GDPR, DPDP, sector-specific cybersecurity directives, financial reporting obligations, contractual data-handling requirements and internal audit standards all shape what autonomy can and cannot do.</p>



<p>Compliance requirements should therefore be translated into operational policy. Examples include residency-aware workload placement, data minimization in logs and prompts, access segregation for financial and regulated data, explainable automated actions, evidence retention, periodic control attestations and approval workflows for AI usage involving personal or confidential information. Chief privacy and data leaders play a central role here because the compliance question is no longer just where data is stored, but also how data is observed, transformed and consumed by AI-driven services. A mature framework reduces compliance risk by making control enforcement systematic rather than dependent on manual effort.</p>



<h2 class="wp-block-heading">How to implement the framework in practice</h2>



<p>Implementation is usually most successful when handled in phases. The first phase is baseline visibility: consolidate telemetry, cloud billing data, service inventory, AI usage data and business ownership into one operational picture. The second phase is governance design: define policies for tagging, spend thresholds, automation boundaries, access controls, model usage and compliance checkpoints.</p>



<p>The third phase is prioritization: choose a small number of use cases where autonomy can produce measurable value, such as cloud rightsizing, incident correlation, cost anomaly detection, AI token governance or automated remediation for recurring low-risk faults. The fourth phase is automation with guardrails: deploy workflows, approval rules and rollback paths. The fifth phase is optimization and learning: review outcomes, refine policies, update unit economics, expand autonomy coverage and measure business impact.</p>



<p>This staged approach matters because full autonomy is not achieved by switching on one platform. It is built progressively through trusted control, good data and disciplined execution.</p>



<h2 class="wp-block-heading">Useful tools for building the framework</h2>



<p>The tool landscape should be chosen based on architecture, governance maturity and operating model rather than vendor popularity alone. Cloud-native cost and operations tools from hyperscalers provide baseline visibility, but many enterprises supplement them with specialized FinOps platforms for allocation, forecasting, commitment analysis and chargeback. Observability platforms help unify metrics, logs, traces and service maps, while AIOps platforms add anomaly detection, event correlation and automation orchestration.</p>



<p>Service management platforms remain important for change control, incident workflows and audit evidence. AI gateways and model management layers are increasingly useful for token monitoring, policy enforcement, prompt controls, model routing and usage analytics. Security posture management, DSPM, identity governance and compliance automation tools also become part of the architecture because autonomy without trust quickly becomes fragile. The most effective toolchains are the ones that integrate technical telemetry, financial signals, governance policy and workflow automation into a coherent operating system for the enterprise.</p>



<h2 class="wp-block-heading">Executive roles in developing and managing the framework</h2>



<p>Here is a table that summarizes various Executive Roles and their responsibilities in Operational Autonomy governance.</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><tbody><tr><td><strong>Executive Role</strong></td><td><strong>Primary Responsibility in the Framework</strong></td><td><strong>Key Decisions and Governance Focus</strong></td></tr><tr><td>CIO</td><td>Owns the enterprise operating model and ensures CloudOps, FinOps and AIOps are aligned to business service outcomes.</td><td>Sets operating priorities, funds enabling platforms, establishes accountability, sponsors service reliability and cost transparency programs, and chairs cross-functional governance.</td></tr><tr><td>CTO</td><td>Defines the target architecture for autonomy, including cloud platforms, observability, automation, AI services and integration patterns.</td><td>Approves technical standards, automation design principles, platform engineering choices, model architecture strategy and engineering guardrails for scale and resilience.</td></tr><tr><td>Chief Privacy Officer</td><td>Ensures that data use in observability, automation and AI operations complies with privacy law and internal policy.</td><td>Defines controls for personal data handling, retention, consent boundaries, cross-border transfer considerations, prompt and log privacy, and privacy impact assessments.</td></tr><tr><td>Chief Data Officer</td><td>Leads data governance, data quality, metadata management and trustworthy access to the shared operational data layer.</td><td>Defines data classification, stewardship, lineage expectations, AI data usage standards and interoperability rules required for accurate autonomous decision-making.</td></tr><tr><td>Chief Strategy Officer</td><td>Connects the autonomy framework to enterprise transformation goals, investment priorities and measurable business value.</td><td>Shapes business case design, prioritizes value pools, aligns the framework with growth and efficiency strategy, and ensures operating metrics support executive decision-making.</td></tr></tbody></table> </div></figure>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Developing operational autonomy for an enterprise is not about chasing a futuristic ideal. It is about building a disciplined and connected operating model that helps the organization run technology with greater confidence, speed and accountability. CloudOps keeps the estate reliable, FinOps ensures that spending reflects value, AIOps makes complexity manageable and AI cost governance brings much-needed control to token-driven consumption. Security, privacy, compliance, process rigor and people capability are what make the framework sustainable. When all of these parts work together, the enterprise does not just automate tasks; it strengthens resilience, improves financial stewardship and creates a more adaptive path to operational excellence.</p>



<p><em>This article was made possible by our partnership with the IASA </em><a href="https://chiefarchitectforum.org/" target="_blank" rel="nofollow"><em>Chief Architect Forum</em></a><em>. The CAF’s purpose is to test, challenge and support the art and science of Business Technology Architecture and its evolution over time as well as grow the influence and leadership of chief architects both inside and outside the profession. The CAF is a leadership community of the </em><a href="https://iasaglobal.org/" target="_blank" rel="nofollow"><em>IASA</em></a><em>, the leading non-profit professional association for business technology architects.</em></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI is exposing the real limits of enterprise cloud strategy]]></title>
<description><![CDATA[Across the global corporations, I advise, in financial services, healthcare, retail and the public sector, the same crisis surfaces in leadership meetings. Executives approved a bold AI roadmap. Cloud spending climbed 40, 50, even 70 percent. And yet the AI workloads that made perfect sense in th...]]></description>
<link>https://tsecurity.de/de/3635329/it-security-nachrichten/ai-is-exposing-the-real-limits-of-enterprise-cloud-strategy/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3635329/it-security-nachrichten/ai-is-exposing-the-real-limits-of-enterprise-cloud-strategy/</guid>
<pubDate>Tue, 30 Jun 2026 13:06:15 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Across the global corporations, I advise, in financial services, healthcare, retail and the public sector, the same crisis surfaces in leadership meetings. Executives approved a bold AI roadmap. Cloud spending climbed 40, 50, even 70 percent. And yet the AI workloads that made perfect sense in the boardroom presentation now stall, overshoot their budgets or collapse under production load before they reach real users.</p>



<p>I am writing this just after the spring 2026 conference season, and the signal from <a href="https://cloud.google.com/blog/topics/google-cloud-next/google-cloud-next-2026-wrap-up" rel="nofollow">Google Cloud Next</a>, <a href="https://news.microsoft.com/build-2026/" rel="nofollow">Microsoft Build</a>, and a run of <a href="https://aws.amazon.com/events/summits/" rel="nofollow">AWS summits</a> only sharpens the point. Over the past several weeks the industry shipped, in production form, the infrastructure to run and govern AI at scale. What most enterprises still lack is the operating model to decide how to use it.</p>



<p>The problem is not the AI models. The models work. The problem is that organizations built their AI ambitions on cloud strategies designed for a world that no longer exists: strategies built for SaaS applications, predictable traffic and linear cost curves. AI workloads break all three assumptions at once.</p>



<h2 class="wp-block-heading">Why AI breaks traditional cloud assumptions</h2>



<p>For a decade, cloud-first served enterprises well. It delivered elasticity, reduced capital expenditure and democratized access to compute, because enterprise workloads were predictable: web applications, ERP systems, databases and analytics pipelines that scaled smoothly and billed in ways finance could model on a spreadsheet. GenAI and agentic AI change every one of those assumptions at once.</p>



<p>When organizations move AI into production, real inference, retrieval pipelines, vector search and real-time decisioning, the cloud equation breaks in at least five ways:</p>



<ol class="wp-block-list">
<li>Training clusters demand power densities far above standard compute.</li>



<li>Inference needs millisecond latency that network geography can defeat.</li>



<li>Vector databases generate cost spikes invisible in standard billing.</li>



<li>Agentic workloads chain hundreds of tool calls with cascading dependencies.</li>



<li>And data-sovereignty rules constrain where any of them can run.</li>
</ol>



<p>In short, what works at the platform level fails at the workload level.</p>



<p>The costs are the first thing to surprise leaders, because they hide. <a href="https://www.cloudzero.com/blog/ai-cost-management/" rel="nofollow">CloudZero’s analysis</a> and the FinOps teams I work with put it plainly: AI spend surfaces as generic compute, storage and instance line items, rarely labeled “AI.” Three layers drive most of the waste:</p>



<ol class="wp-block-list">
<li>The most visible is LLM API cost, where stateless calls re-send the full conversation history on every request, so a deployment with a couple hundred users can burn many times the token budget in the business case.</li>



<li>The biggest is idle GPU: teams’ provision for peak and then run at 10 to 20 percent utilization, and most miss their AI cost forecasts by more than a quarter.</li>



<li>The most underestimated is the vector database and retrieval layer, where storage I/O, query volume and embedding refresh appear nowhere labeled AI until the bill arrives.</li>
</ol>



<h2 class="wp-block-heading">The dimensions leaders underweight resilience and control</h2>



<p>Cost and latency dominate the conversation. Two dimensions rarely get the same rigor until something breaks:</p>



<ol class="wp-block-list">
<li>Resilience, whether an AI-dependent system can survive failure, degrade gracefully and recover predictably.</li>



<li>Control, who can observe, halt and audit it.</li>
</ol>



<p>AI introduces failure modes that traditional architecture never faced: GPU single points of failure under revenue-critical inference, agentic pipelines that fail mid-execution with no rollback, and models that degrade silently from drift or throttling.</p>



<p>I see the pattern repeated across industries. Organizations design resilience for their traditional applications, then deploy AI on top without asking whether the same guarantees hold. In one global financial services firm I advise, a real-time credit-decisioning model running on a single cloud region took a 47-minute outage during a regional availability event. The halted loan approvals cost more than the system’s entire annual infrastructure budget, and the resilience rework that followed cost several times what designing it in from the start would have. The leaders who avoid this should ask four questions before go-live:</p>



<ol class="wp-block-list">
<li>What happens when the network fails?</li>



<li>What happens when the model degrades?</li>



<li>What happens when an agent executes only halfway?</li>



<li>Who holds the authority to halt and audit?</li>
</ol>



<h2 class="wp-block-heading">What the cloud providers signaled this spring</h2>



<p>The major providers are on track to spend <a href="https://www.statista.com/chart/35046/capital-expenditure-of-meta-alphabet-amazon-and-microsoft/" rel="nofollow">close to $700 billion on AI infrastructure in 2026</a>, roughly three and a half times the 2024 level. Their announcements are strategic signals, not just features. Last year they converged on one message: enterprises cannot run everything in public cloud, so all three built ways to bring their infrastructure into your data center and your sovereign environment. This year the signal advanced a step. They stopped talking about where workloads run and started shipping the layer that governs what agents are allowed to do: identity, containment, auditability and rollback.</p>



<p>Microsoft introduced an “Agent Computer” model with execution containers and machine identity for agents. AWS built <a href="https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2025/" rel="nofollow">Amazon Bedrock AgentCore</a> around runtime, memory, identity and auditability. Google shipped an agent gateway and sovereign controls for cross-cloud traffic. As <a href="https://www.bain.com/insights/google_cloud_next_2026_the_agentic_enterprise_control_plane_comes_into_view/" rel="nofollow">Bain observed</a>, agentic AI is now an economics and operations problem, not just a capability problem. The through-line, captured by Microsoft’s own framing, is that AI alone will not change your business; the system running it will. <a href="https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/the-next-big-shifts-in-ai-workloads-and-hyperscaler-strategies" rel="nofollow">McKinsey’s read</a> is consistent: workloads are becoming more distributed, specialized and operationally demanding, which forces more deliberate infrastructure decisions.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/hyperscaler-convergence-spring-2026.png?w=1024" alt="Hyperscaler convergence, Spring 2026." class="wp-image-4190723" width="1024" height="557" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Vipin Jain</p></div>



<h2 class="wp-block-heading">From platform choice to placement decision</h2>



<p>The failure I document most often is not a technology failure; it is a governance failure. Most enterprises lack a clear, repeatable way to decide what runs where, under what conditions and with what tradeoffs. Platform teams make that call informally, under deadline pressure and repeat it hundreds of times as new use cases launch. Workloads then accumulate in public cloud by default, not by design and 30 to 50 percent cost overruns follow, not because public cloud was the wrong choice but because no deliberate choice was ever made.</p>



<p>In one global manufacturer I advise, a predictive-maintenance model went live on public cloud and performed exactly as validated in staging. But real-time inference on the factory floor ran at 80 to 120 milliseconds across the WAN, when the machine-control system needed under ten. Moving the model to edge nodes fixed the latency, but the company lost most of a quarter of the cost, rework and delayed benefits, and the line had run for weeks on stale recommendations: a control failure that could have caused a safety event. The fix was never more AI talent. It was a structured placement decision at the start, weighing six dimensions:</p>



<ul class="wp-block-list">
<li><strong>Latency: </strong>real-time (under 10 ms, edge or on-prem), interactive (50 to 500 ms, cloud) or batch.</li>



<li><strong>Cost and TCO: </strong>token spend, GPU utilization, vector-database queries, egress and unit economics per workload.</li>



<li><strong>Resilience: </strong>failover architecture, degraded-mode behavior, recovery SLA and rollback policy.</li>



<li><strong>Control: </strong>observability, audit trails, governance authority and the ability to halt or reverse.</li>



<li><strong>Data sensitivity: </strong>sovereignty requirements, privacy and compliance rules, and IP protection.</li>



<li><strong>Integration: </strong>legacy system dependencies, pipeline complexity and data-residency constraints.</li>
</ul>



<p>Run consistently, those dimensions produce a placement pattern like this:</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><td><strong>Workload</strong></td><td><strong>Latency</strong></td><td><strong>Cost predictability</strong></td><td><strong>Data sovereignty</strong></td><td><strong>Recommended path</strong></td></tr></thead><tbody><tr><td><strong>Customer-facing chatbot</strong></td><td>200-500 ms</td><td>Medium</td><td>Low risk</td><td>Public cloud, reserved instances</td></tr><tr><td><strong>Real-time fraud detection</strong></td><td>Under 10 ms</td><td>Medium</td><td>High</td><td>On-prem or sovereign private cloud</td></tr><tr><td><strong>Clinical decision support</strong></td><td>100-300 ms</td><td>Predictable</td><td>Critical</td><td>Sovereign cloud or dedicated VPC</td></tr><tr><td><strong>Demand forecasting (batch)</strong></td><td>Hours</td><td>High</td><td>Low risk</td><td>Spot instances or scheduled cloud</td></tr><tr><td><strong>Factory-floor vision AI</strong></td><td>Under 5 ms</td><td>Predictable</td><td>Medium</td><td>Edge node (Azure Local, AWS on-prem)</td></tr><tr><td><strong>Internal knowledge assistant</strong></td><td>1-3 sec</td><td>Variable tokens</td><td>High (IP risk)</td><td>Private cloud with on-prem retrieval</td></tr></tbody></table> </div></figure>



<p>This is no longer optional. <a href="https://www.storagenewsletter.com/2026/03/11/enterprise-survey-finds-93-are-repatriating-ai-workloads-or-evaluating-a-move-away-from-public-cloud/" rel="nofollow">Cloudian’s 2026 enterprise AI infrastructure survey</a> found that 79 percent of enterprises have already moved AI workloads out of public cloud, and 93 percent are repatriating or actively evaluating it, driven by data sovereignty, cost overruns and real-time performance. Repatriation is now the norm, not the exception.</p>



<p>The agentic layer makes discipline urgent. An agent chains 20 to 100 tool calls, each with its own latency, cost and failure mode, so the governance model that works for a chatbot does not work for an autonomous agent approving procurement or onboarding a customer. This spring the providers shipped production infrastructure for exactly this, yet <a href="https://www.deloitte.com/global/en/issues/generative-ai/state-of-ai-in-enterprise.html" rel="nofollow">Deloitte’s 2026 survey</a> of more than 3,000 leaders finds only about one in five companies has a mature governance model for autonomous agents. The platforms solved the mechanism. Most enterprises have not yet written the policy.</p>



<h2 class="wp-block-heading">What the leaders do differently</h2>



<p>The organizations extracting compounding value from AI, not just running experiments, share one discipline: they treat workload placement as a repeatable process, and they build resilience and control in from the start rather than after the first production incident. In practice, they do five things:</p>



<ol class="wp-block-list">
<li>Classify every use case at intake across the six dimensions, before any infrastructure is provisioned.</li>



<li>Separate AI budget lines for experiments, production inference and training, so cost is governable.</li>



<li>Treat unit economics, cost per inference, per query and per agent run, as engineering KPIs, not month-end surprises.</li>



<li>Define repatriation triggers in advance, typically 12 to 18 months of stable volume.</li>



<li>Write an explicit resilience contract, and agentic observability and rollback rules, before scaling.</li>
</ol>



<p>The gap between strategy-ready and infrastructure-ready is the remediation backlog, and most enterprises stall moving from proof of concept to production for exactly this reason. <a href="https://www.deloitte.com/us/en/insights/topics/technology-management/tech-trends/2026/ai-infrastructure-compute-strategy.html" rel="nofollow">Deloitte’s tech-trends analysis</a> frames the same shift as the move to inference economics: the bottleneck is infrastructure governance, not model capability.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/ai-governance.png?w=1024" alt="AI infrastructure maturity: The governance gap." class="wp-image-4190724" width="1024" height="555" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Vipin Jain</p></div>



<p><strong>For CIOs, a 90-day agenda. </strong>Five actions separate the leaders from those managing infrastructure crises:</p>



<ol class="wp-block-list">
<li>Audit every AI workload in production across latency, cost, sovereignty, volume, resilience, control and integration.</li>



<li>Separate AI infrastructure budget lines so each workload type is attributable and governable.</li>



<li>Define unit economics by workload and review them as engineering KPIs.</li>



<li>Set a quantitative repatriation evaluation trigger.</li>



<li>Define observability, cost attribution and rollback policy before scaling agents.</li>
</ol>



<h2 class="wp-block-heading">The strategic reframe</h2>



<p>The organizations making real progress on AI are not distinguished by the sophistication of their models or the size of their cloud contracts. One discipline sets them apart: a clear, repeatable way to decide what runs where, under what conditions, with what tradeoffs and what happens when something fails. That discipline is not an IT problem. It is a strategic capability that requires CIO ownership, CFO alignment and executive accountability.</p>



<p>This spring the cloud providers handed enterprises the infrastructure to run and govern AI, and agents, at every tier of the architecture. The gap is no longer supply. It is the operating model to use deliberately. The companies building that model now build the operating foundation for AI at scale. Everyone else builds a remediation backlog. The infrastructure decisions you make in the next 12 months will decide which of those two you become.</p>



<p><em>This article was made possible by our partnership with the IASA </em><a href="https://chiefarchitectforum.org/" target="_blank" rel="nofollow"><em>Chief Architect Forum</em></a><em>. The CAF’s purpose is to test, challenge and support the art and science of Business Technology Architecture and its evolution over time as well as grow the influence and leadership of chief architects both inside and outside the profession. The CAF is a leadership community of the </em><a href="https://iasaglobal.org/" target="_blank" rel="nofollow"><em>IASA</em></a><em>, the leading non-profit professional association for business technology architects.</em></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud repatriation is back on the agenda]]></title>
<description><![CDATA[For years, the enterprise narrative focused on moving to the public cloud for flexibility and leaving behind old infrastructure. While the public cloud remains a powerful platform for burst capacity, global reach, and modern application development, leaders now evaluate where each workload can ac...]]></description>
<link>https://tsecurity.de/de/3635033/ai-nachrichten/cloud-repatriation-is-back-on-the-agenda/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3635033/ai-nachrichten/cloud-repatriation-is-back-on-the-agenda/</guid>
<pubDate>Tue, 30 Jun 2026 11:18:28 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For years, the enterprise narrative focused on moving to the public cloud for flexibility and leaving behind old infrastructure. While the public cloud remains a powerful platform for burst capacity, global reach, and modern application development, leaders now evaluate where each workload can achieve the best financial performance, operational efficiency, and risk. Cloud repatriation is back on the CIO’s agenda.</p>



<p>Cloud repatriation does not always mean dragging workloads back into a company-owned data center. In many cases, enterprises are moving applications and data from hyperscale public cloud platforms into colocation environments, hosted <a href="https://www.infoworld.com/article/2291750/what-the-private-cloud-really-means.html">private clouds</a>, or MSP-operated infrastructure. The common thread is not nostalgia for on-premises IT. It is the desire for a more suitable workload placement. Enterprises are deciding that some systems belong in public cloud while others are better served in environments with more predictable economics, tighter control, and fewer architectural compromises.</p>



<h2 class="wp-block-heading">Cost is the loudest signal</h2>



<p>The most common reason enterprises repatriate workloads is cost. Public cloud pricing works extremely well when demand is variable, when teams need rapid provisioning, or when a business wants to avoid upfront capital spending. But not every enterprise workload behaves that way. Many core systems are steady, always-on, data-intensive, and relatively predictable. For those workloads, usage-based pricing can become less attractive over time. Compute charges, storage growth, backup fees, inter-region traffic, and egress costs, especially, can add up in ways that were not obvious at the start of the migration.</p>



<p>This is often the point at which finance and infrastructure teams begin <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">recalculating the total cost of ownership</a>. A workload that seemed efficient during migration may look very different after two or three years of real-world use. Once a platform stabilizes, enterprises may conclude that dedicated hardware in a colo facility or an MSP-managed private environment delivers the same business outcome at a lower long-term cost. In that sense, repatriation is often less a retreat than a correction, a shift from paying for flexibility to paying for efficiency.</p>



<p>The issue is not simply that public clouds are expensive. Public clouds can be expensive in ways that are hard to forecast. Enterprise leaders increasingly want cost models that are easier to budget, easier to allocate, and less prone to surprises. Repatriated environments often offer that predictability. Even when they require more upfront planning, they can deliver cleaner unit economics for mature, high-utilization workloads.</p>



<h2 class="wp-block-heading">Performance and data gravity</h2>



<p>A second major driver is performance. Some applications benefit enormously from being physically closer to users, branch locations, industrial equipment, or large databases. Others depend on fast east-west traffic between tightly coupled systems or storage architectures that are difficult to optimize economically in the public cloud. When latency rises, throughput fluctuates, or data must constantly move across environments, the theoretical benefits of the cloud can be outweighed by practical performance limits.</p>



<p>In data-heavy environments, data gravity grows as data sets expand, creating a pull that favors moving compute closer to data instead of transferring data to compute locations. Examples include AI pipelines, media processing, industrial analytics, and large ERP ecosystems. Repatriation can enhance responsiveness and cut network costs.</p>



<p>Performance concerns also lead many enterprises to choose colocation or MSP-backed private platforms over fully self-managed on-premises infrastructure. They want local control and predictable performance without the operational burdens. This middle ground has become key to modern repatriation strategies.</p>



<h2 class="wp-block-heading">Compliance, sovereignty, and security</h2>



<p>Security and compliance are also central reasons enterprises repatriate workloads. Public cloud providers offer robust security capabilities, but the reality for enterprises is rarely about security features alone. They must consider governance, auditability, jurisdiction, segmentation, and accountability across a sprawling application landscape. For regulated industries, the burden of demonstrating compliance can grow significantly as cloud estates become more complex.</p>



<p>Data sovereignty has added another layer of pressure. Enterprises operating across borders increasingly need to know not only where data is stored but also which legal regime applies, who can administer the environment, and how cross-border movement is controlled. In that context, dedicated infrastructure in a known facility and under tightly defined operational terms can feel materially safer than a generalized hyperscale architecture spanning many services and regions.</p>



<p>This is why repatriation is more common among organizations with sensitive records, strict retention policies, or high audit overhead. Simpler controls and clearer infrastructure ownership improve risk posture. MSPs and private cloud providers benefit by offering better location control and managed operations.</p>



<h2 class="wp-block-heading">Greater control and less lock-in</h2>



<p>A fourth reason for repatriation is control. As platforms mature, leaders seek greater influence over architecture, upgrade cycles, network design, backup policies, and the selection of hardware and tools. Public clouds can do many things, but they also influence system design. Over time, some organizations want direct control, especially for critical systems affected by pricing, service limits, or provider strategy changes.</p>



<p>Control issues are tightly linked to vendor lock-in. Many public cloud migrations were sped up by using managed databases, <a href="https://www.infoworld.com/article/2255434/what-is-big-data-analytics-fast-answers-from-diverse-data-sets.html">analytics</a> tools, messaging layers, and proprietary APIs. While these services boost speed, they also create dependency. Once integrated into a provider’s ecosystem, moving becomes costly and risky. Repatriation can restore portability, reduce dependence, and regain leverage in future negotiations.</p>



<p>For enterprises, this is not merely a technical preference; it is a governance issue. They want the freedom to place workloads where business conditions dictate, whether that means the public cloud, a private cloud, a colo cage, or an MSP-run platform. Repatriation helps restore their options.</p>



<h2 class="wp-block-heading">Recalibration, not retreat</h2>



<p>The most important point is that repatriation does not signal the failure of the public cloud. It signals the end of one-size-fits-all cloud thinking. Enterprises are becoming more disciplined about matching workload characteristics to the right operating model. In the past two decades, costs have become unpredictable, latency matters more, sovereignty rules are tightening, and governance has grown much more complex. Lock-in starts to limit options, and moving workloads out of the hyperscale cloud can become the rational choice.</p>



<p>In response to these developments, the decision-making process is growing correspondingly more sophisticated. Enterprises are no longer asking where the cloud fits into strategy. They are asking where each application and data set belongs. For a growing number of workloads, the answer is a more controlled environment closer to home.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The great cloud rebalance]]></title>
<description><![CDATA[For years, the enterprise narrative focused on moving to the public cloud for flexibility and leaving behind old infrastructure. While the public cloud remains a powerful platform for burst capacity, global reach, and modern application development, leaders now evaluate where each workload can ac...]]></description>
<link>https://tsecurity.de/de/3634275/ai-nachrichten/the-great-cloud-rebalance/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3634275/ai-nachrichten/the-great-cloud-rebalance/</guid>
<pubDate>Tue, 30 Jun 2026 02:02:49 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For years, the enterprise narrative focused on moving to the public cloud for flexibility and leaving behind old infrastructure. While the public cloud remains a powerful platform for burst capacity, global reach, and modern application development, leaders now evaluate where each workload can achieve the best financial performance, operational efficiency, and risk. Cloud repatriation is back on the CIO’s agenda.</p>



<p>Cloud repatriation does not always mean dragging workloads back into a company-owned data center. In many cases, enterprises are moving applications and data from hyperscale public cloud platforms into colocation environments, hosted <a href="https://www.infoworld.com/article/2291750/what-the-private-cloud-really-means.html">private clouds</a>, or MSP-operated infrastructure. The common thread is not nostalgia for on-premises IT. It is the desire for a more suitable workload placement. Enterprises are deciding that some systems belong in public cloud while others are better served in environments with more predictable economics, tighter control, and fewer architectural compromises.</p>



<h2 class="wp-block-heading">Cost is the loudest signal</h2>



<p>The most common reason enterprises repatriate workloads is cost. Public cloud pricing works extremely well when demand is variable, when teams need rapid provisioning, or when a business wants to avoid upfront capital spending. But not every enterprise workload behaves that way. Many core systems are steady, always-on, data-intensive, and relatively predictable. For those workloads, usage-based pricing can become less attractive over time. Compute charges, storage growth, backup fees, inter-region traffic, and egress costs, especially, can add up in ways that were not obvious at the start of the migration.</p>



<p>This is often the point at which finance and infrastructure teams begin <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">recalculating the total cost of ownership</a>. A workload that seemed efficient during migration may look very different after two or three years of real-world use. Once a platform stabilizes, enterprises may conclude that dedicated hardware in a colo facility or an MSP-managed private environment delivers the same business outcome at a lower long-term cost. In that sense, repatriation is often less a retreat than a correction, a shift from paying for flexibility to paying for efficiency.</p>



<p>The issue is not simply that public clouds are expensive. Public clouds can be expensive in ways that are hard to forecast. Enterprise leaders increasingly want cost models that are easier to budget, easier to allocate, and less prone to surprises. Repatriated environments often offer that predictability. Even when they require more upfront planning, they can deliver cleaner unit economics for mature, high-utilization workloads.</p>



<h2 class="wp-block-heading">Performance and data gravity</h2>



<p>A second major driver is performance. Some applications benefit enormously from being physically closer to users, branch locations, industrial equipment, or large databases. Others depend on fast east-west traffic between tightly coupled systems or storage architectures that are difficult to optimize economically in the public cloud. When latency rises, throughput fluctuates, or data must constantly move across environments, the theoretical benefits of the cloud can be outweighed by practical performance limits.</p>



<p>In data-heavy environments, data gravity grows as data sets expand, creating a pull that favors moving compute closer to data instead of transferring data to compute locations. Examples include AI pipelines, media processing, industrial analytics, and large ERP ecosystems. Repatriation can enhance responsiveness and cut network costs.</p>



<p>Performance concerns also lead many enterprises to choose colocation or MSP-backed private platforms over fully self-managed on-premises infrastructure. They want local control and predictable performance without the operational burdens. This middle ground has become key to modern repatriation strategies.</p>



<h2 class="wp-block-heading">Compliance, sovereignty, and security</h2>



<p>Security and compliance are also central reasons enterprises repatriate workloads. Public cloud providers offer robust security capabilities, but the reality for enterprises is rarely about security features alone. They must consider governance, auditability, jurisdiction, segmentation, and accountability across a sprawling application landscape. For regulated industries, the burden of demonstrating compliance can grow significantly as cloud estates become more complex.</p>



<p>Data sovereignty has added another layer of pressure. Enterprises operating across borders increasingly need to know not only where data is stored but also which legal regime applies, who can administer the environment, and how cross-border movement is controlled. In that context, dedicated infrastructure in a known facility and under tightly defined operational terms can feel materially safer than a generalized hyperscale architecture spanning many services and regions.</p>



<p>This is why repatriation is more common among organizations with sensitive records, strict retention policies, or high audit overhead. Simpler controls and clearer infrastructure ownership improve risk posture. MSPs and private cloud providers benefit by offering better location control and managed operations.</p>



<h2 class="wp-block-heading">Greater control and less lock-in</h2>



<p>A fourth reason for repatriation is control. As platforms mature, leaders seek greater influence over architecture, upgrade cycles, network design, backup policies, and the selection of hardware and tools. Public clouds can do many things, but they also influence system design. Over time, some organizations want direct control, especially for critical systems affected by pricing, service limits, or provider strategy changes.</p>



<p>Control issues are tightly linked to vendor lock-in. Many public cloud migrations were sped up by using managed databases, <a href="https://www.infoworld.com/article/2255434/what-is-big-data-analytics-fast-answers-from-diverse-data-sets.html">analytics</a> tools, messaging layers, and proprietary APIs. While these services boost speed, they also create dependency. Once integrated into a provider’s ecosystem, moving becomes costly and risky. Repatriation can restore portability, reduce dependence, and regain leverage in future negotiations.</p>



<p>For enterprises, this is not merely a technical preference; it is a governance issue. They want the freedom to place workloads where business conditions dictate, whether that means the public cloud, a private cloud, a colo cage, or an MSP-run platform. Repatriation helps restore their options.</p>



<h2 class="wp-block-heading">Recalibration, not retreat</h2>



<p>The most important point is that repatriation does not signal the failure of the public cloud. It signals the end of one-size-fits-all cloud thinking. Enterprises are becoming more disciplined about matching workload characteristics to the right operating model. In the past two decades, costs have become unpredictable, latency matters more, sovereignty rules are tightening, and governance has grown much more complex. Lock-in starts to limit options, and moving workloads out of the hyperscale cloud can become the rational choice.</p>



<p>In response to these developments, the decision-making process is growing correspondingly more sophisticated. Enterprises are no longer asking where the cloud fits into strategy. They are asking where each application and data set belongs. For a growing number of workloads, the answer is a more controlled environment closer to home.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud-Strategien sind komplexer denn je]]></title>
<description><![CDATA[Mit dem KI-Boom spielt die Auswahl der Cloud-Lösung(en) für Unternehmen eine noch stärkere Rolle.Gorodenkoff / Shutterstock



Nach jahrelanger Erfahrung mit der Cloud glaubten IT-Führungskräfte, ihre Strategien diesbezüglich endlich fest im Griff zu haben. Dann kam die KI.



Die aktuellen Herau...]]></description>
<link>https://tsecurity.de/de/3631888/it-security-nachrichten/cloud-strategien-sind-komplexer-denn-je/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3631888/it-security-nachrichten/cloud-strategien-sind-komplexer-denn-je/</guid>
<pubDate>Mon, 29 Jun 2026 06:07:07 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/shutterstock_2136788239_16.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Cloud, KI, Rechenzentrum" class="wp-image-4188721" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Mit dem KI-Boom spielt die Auswahl der Cloud-Lösung(en) für Unternehmen eine noch stärkere Rolle.</figcaption></figure><p class="imageCredit">Gorodenkoff / Shutterstock</p></div>



<p>Nach jahrelanger Erfahrung mit der <a href="https://www.computerwoche.de/article/3974324/14-effektive-cloud-spartipps.html">Cloud</a> glaubten IT-Führungskräfte, ihre Strategien diesbezüglich endlich fest im Griff zu haben. Dann kam die KI.</p>



<p>Die aktuellen Herausforderungen rund um die Cloud gehen jedoch weit über <a href="https://www.computerwoche.de/artificial-intelligence/">künstliche Intelligenz</a> hinaus. Dazu zählen neben der Frage, wo Workloads für maximale Effizienz platziert werden sollten, auch Governance-Anforderungen, Datensouveränität, zunehmend ausgefeilte Cyberbedrohungen und steigender Kostendruck. All diese Faktoren machen die Cloud-Landschaft immer komplexer.</p>



<h2 class="wp-block-heading">Mehr als ein Infrastrukturthema</h2>



<p>„Das Ganze hat sich zu einem ziemlich komplexen Durcheinander entwickelt“, stellt der Cloud-Experte <a href="https://davidlinthicum.com/">David Linthicum</a> fest. Eine moderne Cloud-Strategie müsse heute Private Clouds, Multi-Cloud-Umgebungen, Hybrid-Cloud-Modelle und souveräne Clouds berücksichtigen – deutlich mehr, als die meisten CIOs bislang bewältigen mussten.</p>



<p>Anfangs drehten sich die Diskussionen rund um Cloud vor allem um Agilität, Skalierbarkeit und <a href="https://www.computerwoche.de/article/4140431/cloud-datenplattformen-ein-kaufratgeber.html">Kostenoptimierung</a>, erklärt <a href="https://www.joshuabellendir.com/">Joshua Bellendir</a>, CIO des Einzelhändlers WHSmith North America. „Heute müssen wir eine wesentlich größere und komplexere Zahl von Faktoren berücksichtigen: KI-Bereitschaft, Cybersicherheit, Data Governance, Anforderungen an die Datensouveränität, Edge Computing, Integrationsarchitekturen und operative Resilienz.“</p>



<p></p>



<p>Eine der größten Veränderungen bestehe darin, dass die Cloud nicht mehr nur ein Infrastrukturthema sei, so Bellendir. „Sie ist inzwischen eng mit Unternehmensarchitektur, Business Transformation und Datenstrategien verknüpft.“</p>



<p>Auch <a href="https://www.linkedin.com/in/amitbasu/" target="_blank" rel="noreferrer noopener">Amit Basu</a>, Vice President, CIO und CISO bei International Seaways, beobachtet zunehmende Komplexität. „Zwar gelten die Vorteile geringerer Investitionskosten und höherer Flexibilität in vielen Bereichen weiterhin, doch das Management der Cloud-Umgebung ist deutlich anspruchsvoller geworden.“, erklärt er.</p>



<p><a href="https://www.linkedin.com/in/jasonpauljohnson/" target="_blank" rel="noreferrer noopener">Jason Johnson</a>, CIO des Musikinstrumentenhändlers Sweetwater, beschreibt die aktuelle Situation als eine der komplexesten Phasen überhaupt für das Cloud-Management. Die Anbieter erweiterten ihre Portfolios kontinuierlich um neue Services, Produktvarianten und Optionen.</p>



<p>„Das schafft zwar zusätzliche Möglichkeiten, verursacht aber auch erheblichen Aufwand, um den Überblick zu behalten. Man braucht Fachkräfte, die nicht nur wissen, was verfügbar ist, sondern auch beurteilen können, welche Lösung für den jeweiligen Anwendungsfall die richtige ist“, meint der IT-Entscheider.</p>



<p>Viele Unternehmen würden inzwischen in eine zweite Phase ihrer Cloud-Reife eintreten, nachdem sie in der ersten Phase den Fokus auf Migration und Modernisierung gelegt hätten, erklärt Johnson. „Heute geht es stärker um Optimierung, Governance, KI-Unterstützung und nachhaltigen Betrieb. Dieser Wandel verändert die Diskussionen, die ich mit CIOs führe, grundlegend.“</p>



<p>Die wenigsten CIOs können es sich jedoch leisten, lange über ihre nächsten Schritte nachzudenken. Sie müssen den Herausforderungen zunehmend komplexer werdender Cloud-Strategien aktiv begegnen.</p>



<h2 class="wp-block-heading">Wie KI die Cloud-Gleichung verändert</h2>



<p>„Der Wunsch, KI möglichst schnell einzuführen, setzt IT-Verantwortliche erheblich unter Druck. Dabei spielt die Cloud eine zentrale Rolle“, führt Linthicum aus. „Die Aufsichtsräte treiben das Thema noch stärker voran als den Cloud-Boom vor 15 Jahren“, erklärt er. CIOs spüren diesen Druck und müssen so schnell wie möglich handeln, um zusätzliche Rechenkapazitäten für KI-Initiativen bereitzustellen – und das in einem ohnehin schon komplexen Umfeld.“</p>



<p>Gleichzeitig müssten CIOs das Problem der Datenkomplexität lösen, bevor KI-Systeme erfolgreich integriert werden können, betont der Cloud-Experte. „Derzeit drehen sich viele im Kreis und versuchen herauszufinden, welcher Ansatz dafür der Beste ist.“</p>



<p>Hyperscaler galten früher als der einfache Weg, so Linthicum, könnten aber drei- bis viermal so teuer werden. KI-Systeme kosten seiner Einschätzung nach etwa zehnmal so viel wie vergleichbare, traditionelle Anwendungen.</p>



<p>Basu von International Seaways erklärt, dass KI die Diskussion über die IT-Architektur grundlegend verändert habe. „Die Verfügbarkeit von GPUs, Vektordatenbanken, Inferenz mit geringer Latenz und groß angelegte Datenpipelines bringen Anforderungen mit sich, die sich nicht nahtlos in herkömmliche Cloud-Designmodelle einfügen“, merkt er an. Unternehmen verlagern Workloads nicht mehr einfach nur in die Cloud. Sie entwerfen Architekturen für völlig andere Rechen- und Datenanforderungen.“</p>



<p>Laut <a href="https://www.linkedin.com/in/zacharylewis1/" target="_blank" rel="noreferrer noopener">Zachary Lewis</a>, CIO und CISO der University of Health Sciences and Pharmacy, verstärkten die Bedürfnisse interner Stakeholder diese Komplexität noch. „Geschäftsbereiche wünschen sich unterschiedliche KI-Fähigkeiten, Sicherheitsteams wollen Governance und eine gewisse Kontrolle über KI-Anwendungen, der Justiziar möchte wissen, welche Art von Daten in das KI-Modell eingespeist werden, und das Finanzteam erwartet Kostenvorhersehbarkeit. CIOs müssen all dies unter einen Hut bringen – und das erfolgreich versteht sich“, so Lewis.</p>



<p>Seit der Online-Händler für Musikinstrumente und professionelle Audiotechnik Sweetwater seine Cloud-Strategie um das Jahr 2016 formalisiert hat, versucht Johnson, Workloads dort zu platzieren, wo sie für externe und interne Kunden den größten Nutzen bringen.</p>



<p>„Alles mit Kundenkontakt muss so nah wie möglich am Endnutzer ablaufen“, erklärt er. Die gleiche Logik gilt auch für interne Workloads: Sie gehören in die Nähe derjenigen, die sie nutzen. KI wäre ohne die Cloud nicht möglich. Die für KI erforderliche Rechenkapazität war bereits vorhanden – die Cloud verfügte darüber und konnte sie bereitstellen. In vielerlei Hinsicht ist KI vielleicht das größte Geschenk der Cloud an die Branche. Beide haben sich gegenseitig ermöglicht“, fügt der Manager hinzu.</p>



<h2 class="wp-block-heading">Cloud-Kostenmanagement wird immer komplexer</h2>



<p>Johnsons größtes Problem ist die konsistente Steuerung der Kosten. „Früher war es relativ einfach: Rechenleistung, Speicher, Datenverkehr. Heute ist es ein Puzzle. Reservierte Instanzen, Sparpläne, Spot-Preise, Kosten pro Anfrage, Gebühren für Datenübertragungen zwischen Regionen – das summiert sich schnell. Und es ist wirklich schwer vorherzusagen, wie Ihre Rechnung aussehen wird, bis sie eintrifft.“</p>



<p>Deshalb sei FinOps inzwischen zu einer eigenen Disziplin geworden.</p>



<p>Auch Basu hält FinOps für unverzichtbar. „Kosten für KI-Inferenz, Datenübertragungen und wachsende Speichermengen können monatliche Kostenschwankungen verursachen, die selbst erfahrene Teams überraschen“, führt er aus. Kostenmanagement ist heute eine kontinuierliche operative Disziplin und nicht mehr nur eine gelegentliche Überprüfung.“</p>



<p>Auch die Gefahr des Vendor Lock-in beschäftigt Johnson ständig. „Je tiefer man die nativen Dienste eines Anbieters integriert, desto schwieriger wird ein Wechsel. Das ist nicht zwangsläufig schlecht, aber ein Kompromiss. Ich sehe das wie technische Schulden. Man gewinnt heute Geschwindigkeit und zahlt später Zinsen, wenn man die Richtung ändern möchte.“</p>



<p>Gleichzeitig erkennt Johnson an, dass Cloud-Anbieter Unternehmen sind, die auf Umsatz und Marge achten und regelmäßig die Regeln für Rabatte und Kostenmodelle ändern.</p>



<p>Finanzielle Effizienz entstehe nicht von selbst, betont er: „Das erfordert Teams, Prozesse und echte Investitionen in FinOps. Die Werkzeuge sind vorhanden. Die eigentliche Herausforderung besteht darin, sie richtig einzusetzen.“</p>



<p>In den meisten Unternehmen liege das Finanzwissen in der Buchhaltung und das technische Wissen in der IT, erklärt Johnson. Beide Gruppen beim Cloud-Kostenmanagement zusammenzubringen, sei eine vergleichsweise neue Herausforderung.</p>



<p>„Vor zehn Jahren war das Modell einfach: Man beantragte ein Investitionsbudget, die Buchhaltung genehmigte es, Hardware wurde bestellt und die IT installierte und optimierte alles. Fertig“, sagt Johnson. „Heute ist es eine tägliche Aufgabe. Neue Dienste werden aktiviert, Verträge ändern sich, Preisstrukturen werden angepasst. Die Finanzabteilung versteht die Geldströme, aber nicht die Technik. Die IT versteht die Technik, aber nicht die finanziellen Hebel.“</p>



<p>Jeder große Cloud-Anbieter verfügt über die entsprechenden Tools, erklärt Johnson. „AWS Cost Explorer, Azure Cost Management, die Abrechnungs-Dashboards von Google Cloud. Die Daten sind alle vorhanden. Doch viele Unternehmen nutzen diese Daten nicht. Dann kommt die Rechnung und alle sind überrascht. Die Werkzeuge haben die Entwicklung angekündigt. Man hat nur nicht hingehört.“</p>



<h2 class="wp-block-heading">Datenregulierung bringt zusätzliche Herausforderungen</h2>



<p>Die University of Health Sciences and Pharmacy hat Studierende aus der ganzen Welt. Laut Lewis ist Cloud-Management aufgrund der zunehmenden Datenschutz- und Regulierungsanforderungen weltweit deutlich schwieriger geworden.</p>



<p>„Wir müssen verstehen, in welcher Cloud-Region Metadaten gespeichert werden und wo sie dauerhaft liegen. Wenn diese Daten in ein intern trainiertes Modell einfließen, können wir garantieren, dass sie in der EU bleiben? Und wenn jemand die Löschung seiner Daten verlangt, können wir alle Speicherorte zuverlässig identifizieren?“</p>



<p>Basu ergänzt, dass Datensouveränität zu einer weiteren zentralen Architekturfrage geworden sei.</p>



<p>„Sie beeinflusst, wo Workloads ausgeführt werden dürfen, wie Daten zwischen Regionen bewegt werden und was mit bestimmten Datensätzen geschehen darf. Man kann nicht davon ausgehen, dass die Standardkonfiguration eines Hyperscalers automatisch alle regulatorischen Anforderungen erfüllt.“</p>



<h2 class="wp-block-heading">Private Cloud, Public Cloud oder On-Premises?</h2>



<p>KI hat eine Neubewertung der Platzierung von Workloads ausgelöst. Johnson glaubt jedoch, dass sich die Frage nach Private Cloud, Public Cloud oder On-Premises häufiger verändert, als viele denken.</p>



<p>„Ich denke, die meisten unserer Workloads befinden sich derzeit am richtigen Ort. Aber wir sind nur dorthin gelangt, weil wir bereit waren, Standardannahmen zu hinterfragen.“</p>



<p>Bei Sweetwater gebe es keine Regel, dass neue Workloads automatisch in die Cloud gehören. Ein Workload könne in der Cloud starten und später wieder ins eigene Rechenzentrum zurückkehren, wenn die Wirtschaftlichkeit dies erfordert.</p>



<p>„Die eigentliche Disziplin besteht darin, dies laufend zu überprüfen, Wendepunkte zu erkennen und die Größe der Umgebung kontinuierlich anzupassen. Das richtige Werkzeug zur richtigen Zeit – das ist das einzige Prinzip, das langfristig Bestand hat.“</p>



<p>Basu plant keinen Umstieg auf eine Private Cloud, da die Wirtschaftlichkeit und der betriebliche Aufwand dies für sein Unternehmen nicht rechtfertigen.</p>



<p>„Die richtige Frage lautet: Welches Modell für Datenresidenz, Latenz und Kontrolle ist für jeden Workload angemessen? Das ist eine Frage der Datenklassifizierung, nicht der Cloud-Bereitstellungsstrategie.“</p>



<p>Lewis, dessen Universität rund 95 Prozent ihrer Infrastruktur in der Cloud betreibt, sieht angesichts der Anforderungen von KI und moderner Hardware kaum praktikable Alternativen.</p>



<p>„Wenn man groß angelegte Data Lakes trainieren und fundierte Geschäftsentscheidungen mithilfe von maschinellem Lernen und der dahinterstehenden Intelligenz treffen möchte, ist es fast nicht mehr praktikabel, auf eigene Server zu setzen“, so Lewis.</p>



<p>CIOs müssten sich fragen, ob sie überhaupt über das notwendige Know-how verfügen, um eine solche Infrastruktur selbst zu betreiben. Letztlich müsse man das Beste aus den vorhandenen Möglichkeiten machen.</p>



<h2 class="wp-block-heading">Fokus auf die Grundlagen</h2>



<p>Unternehmen mögen vielleicht dem neuesten Trend hinterherjagen – derzeit ist das die agentische KI –, doch IT-Führungskräfte sollten sich auf ihre Infrastruktur, das Management und die Plattformplanung konzentrieren, betont Linthicum.</p>



<p>„Das ist vielleicht weniger spannend, aber wenn man KI im Unternehmen einsetzen will, muss man diese Probleme zuerst lösen.“</p>



<p>Johnson warnt, dass die Cloud eine Vielzahl architektonischer Muster ermöglicht – und diese Freiheit könne ohne Leitplanken zum Problem werden. „Erstellen Sie das Leitliniendokument, bevor Sie es brauchen – nicht erst, wenn bereits fünf Teams auf fünf verschiedene Arten vorgehen.“</p>



<p>IT-Verantwortliche sollten außerdem frühzeitig für ein sauberes Tagging und Transparenz bei den Kosten sorgen. Das müsse der erste Schritt sein und dürfe nicht erst als Aufräumprojekt betrachtet werden, warnt Johnson: „Wenn Sie Ihre Ausgaben nicht vom ersten Tag an klar nachvollziehen können, sind Sie bereits im Rückstand.“</p>



<p>Ein weiterer wichtiger Schritt sei der Aufbau eines Audit-Programms mit klaren Kontrollen darüber, wer Änderungen an Produktivsystemen vornehmen darf: „Die Auswirkungen einer fehlerhaften Änderung in der Cloud sind größer und treten schneller ein, als die meisten Menschen erwarten – bis sie es selbst erleben.“</p>



<h2 class="wp-block-heading">Die Frage nach den Kompetenzen</h2>



<p>Die Fähigkeiten, die für den Betrieb moderner Cloud-Umgebungen erforderlich sind, entwickeln sich laut Basu schneller weiter, als die meisten internen Teams realistischerweise mithalten können. Deshalb setzt International Seaways auf spezialisierte Managed Service Provider (MSPs), anstatt in jedem Bereich tiefgehendes internes Expertenwissen aufzubauen.</p>



<p>„Dadurch haben wir Zugang zu aktuellen Fähigkeiten, ohne Teams ständig umschulen oder neu aufbauen zu müssen, wenn sich die Technologie ändert. Die Entscheidungen, die uns 2020 geschützt haben, wurden Jahre zuvor getroffen – lange bevor jemand ihre Bedeutung erkannt hatte. Infrastrukturstrategie bedeutet immer, sich auf eine Zukunft vorzubereiten, die noch nicht vollständig sichtbar ist.“</p>



<p>Entscheidend sei, solche Entscheidungen bewusst und auf Basis klarer Überlegungen zu treffen, anstatt später unter Druck reagieren zu müssen.</p>



<h2 class="wp-block-heading">Anpassungsfähige Organisationen aufbauen</h2>



<p>Edge-Computing fügt laut Johnson eine weitere Ebene der Komplexität hinzu. Erfolgreich werden nicht diejenigen sein, die die perfekte Architektur finden. „Es sind diejenigen, die Organisationen aufbauen, die sich schnell anpassen können, wenn sich die richtige Antwort morgen ändert“, erklärt er.</p>



<p>Der eigentliche Wettbewerbsvorteil liege nicht in der gewählten Cloud-Plattform, sondern darin, wie schnell ein Team lernen und handeln kann, so Johnson.</p>



<p>Auf die Frage, wie sich Cloud-Umgebungen weniger kompliziert gestalten lassen, gaben die CIOs folgende Empfehlungen:</p>



<ul class="wp-block-list">
<li><strong>Behandeln Sie Ihre Cloud-Architektur wie ein Produkt, nicht wie ein Projekt.</strong> Sie benötigt kontinuierliche Verantwortung und Weiterentwicklung, nicht nur eine einmalige Implementierung.</li>



<li><strong>Überprüfen Sie Ihre Entscheidungen regelmäßig.</strong> „Die richtige Entscheidung im ersten Jahr ist oft nicht mehr die richtige im dritten. Planen Sie feste Überprüfungspunkte ein“, erklärt Johnson.</li>



<li><strong>Ordnen Sie jeden Workload einer Kostenstelle zu.</strong> Basu hat dies umgesetzt; die IT überprüft kontinuierlich Auslastung und Größenanpassungen, anstatt auf periodische Audits zu warten.</li>



<li><strong>Die Datenklassifizierung bestimmt die regionale Platzierung.</strong> Bevor ein Workload in Produktion geht, sollten Rechts- und Compliance-Abteilungen von Anfang an eingebunden sein.</li>



<li><strong>Entwickeln Sie Cloud-fähige Lösungen.</strong> Das kann günstiger und risikoärmer sein als die unveränderte Migration stark angepasster Altsysteme.</li>



<li><strong>Konsolidierung ist eine strategische Entscheidung, kein Rückzug.</strong> Weniger Plattformen, die gut gesteuert werden, schneiden dauerhaft besser ab als eine zersplitterte Multi-Cloud-Landschaft.</li>



<li><strong>Unterschätzen Sie nicht die Governance-Lücke, die durch KI entsteht.</strong> Schaffen Sie jetzt eine KI-Governance-Struktur, bevor sich technische und organisatorische Schulden anhäufen.</li>



<li><strong>Cloud-Strategie ist keine reine IT-Architekturentscheidung.</strong> Die Pandemie habe gezeigt, dass sie vor allem eine Entscheidung zur Sicherung der Unternehmensresilienz sei. „Die Organisationen, die schwierige Entscheidungen vor einer Krise treffen, sind diejenigen, die unbeschadet daraus hervorgehen.“</li>



<li><strong>Verknüpfen Sie Cloud-Entscheidungen mit messbaren Geschäftsergebnissen.</strong> Bellendir von WHSmith berichtet, dass sein Unternehmen stark in Integrationsarchitekturen, Cybersicherheitskontrollen, Observability und Data Governance investiert, um hybride Umgebungen besser zu unterstützen.</li>



<li><strong>Legen Sie größeren Wert auf Cloud-Kostenkontrolle und operative Disziplin.</strong> Dadurch wird die Transparenz über die Cloud-Nutzung verbessert und sichergestellt, dass die Skalierung von KI-, Analyse- und Digitalisierungsinitiativen langfristig finanziell tragfähig bleibt.</li>
</ul>



<p>Auch wenn niemand vorhersagen kann, ob Cloud-Umgebungen künftig weniger komplex werden, werden Unternehmen sie weiterhin nutzen.</p>



<p>„Die Cloud ist nicht mehr die Zukunft der IT – sie ist die Gegenwart. Die Diskussion hat sich von der Frage ‚Sollen wir das tun?‘ hin zu ‚Wie werden wir darin besser?‘ verschoben. Und genau damit verbringe ich heute den Großteil meiner Zeit“, konstatiert Johnson. (mb)</p>



<p><em>Dieser Artikel basiert auf einem <a href="https://www.cio.com/article/4178280/cloud-strategies-have-become-more-complicated-than-ever.html">Beitrag von CIO.com</a></em></p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading"></h2>


<div class="text text--no-top-margin"><h2>Im Fokus: Cloud Computing</h2><p>Erfahren Sie in unserem kostenlosen PDF, was IT-Entscheider 2026 in puncto Cloud wissen müssen.</p><p><a class="button button--primary" data-amp-height="40" target="" href="https://whitepaper.computerwoche.de/resources/im-fokus-cloud-computing/">Jetzt herunterladen!</a></p></div>

<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/05/Teaser-Cloud.png?w=1024" alt="Im Fokus Cloud" class="wp-image-4178649" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p></p>
</figcaption></figure><p class="imageCredit">CineVI – shutterstock.com</p></div>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ITを揺るがす「エンタープライズ価格大転換」の波]]></title>
<description><![CDATA[SaaSおよびAIソフトウェア市場は価格の大転換期に入っている。従来型のSaaSと競合するAI製品の登場により、SaaSベンダーはシートベース（ユーザー数基準）の価格設定の見直しに迫られている。見直しの結果、従来型SaaSの価格はアウトカムベース（成果連動型）課金へと移行しつつある、これはCIOとCFOにとっては概ねプラスの動きだ。一方、一部のAIツールやSaaSパッケージは消費量ベースの課金へと向かっており、利用状況を注意深く管理しなければ、請求額が想定外に膨らむリスクがある。



CRMデータプラットフォームプロバイダーTwilioの戦略・オペレーション担当ディレクター、Sidha...]]></description>
<link>https://tsecurity.de/de/3631651/it-nachrichten/it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3631651/it-nachrichten/it/</guid>
<pubDate>Mon, 29 Jun 2026 01:02:40 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>SaaSおよびAIソフトウェア市場は価格の大転換期に入っている。従来型のSaaSと競合するAI製品の登場により、SaaSベンダーはシートベース（ユーザー数基準）の価格設定の見直しに迫られている。見直しの結果、従来型SaaSの価格はアウトカムベース（成果連動型）課金へと移行しつつある、これはCIOとCFOにとっては概ねプラスの動きだ。一方、一部のAIツールやSaaSパッケージは消費量ベースの課金へと向かっており、利用状況を注意深く管理しなければ、請求額が想定外に膨らむリスクがある。</p>



<p>CRMデータプラットフォームプロバイダーTwilioの戦略・オペレーション担当ディレクター、Sidharth Ramsinghaney氏は「最も差し迫った問題は、ほとんどの組織がこれまで経験したことのない予算の変動だ。この転換は、ベンダーから買い手に予測リスクを移転するものだ」と言う。Gartnerによれば、2030年までにエンタープライズSaaSの支出の少なくとも40%が利用量、エージェント、アウトカムベースの課金に移行し、シートベースのベンダー収益シェアは21%から15%に低下すると予測されている。</p>



<p>AIエージェントは価格モデルを揺るがす可能性を持っている。「AIエージェントが人間の業務を代替するようになれば、この予測は現実になる。以前は10人が必要だった仕事を1つのエージェントがこなせるなら、ユーザー数に基づくシートベースの課金は意味をなさなくなる」とRamsinghaney氏は言う。ただし、エージェントの導入が停滞すれば、シートベースの価格設定が長く続く可能性もある。不確実性が続けば、ハイブリッド型の価格設定がデフォルトになる可能性もある。</p>



<h2 class="wp-block-heading">アウトカムベース課金の難しさ</h2>



<p>一部の顧客がアウトカムベースの価格設定を求め、一部のベンダーが試験的に導入している。だが、実現は容易ではない。「アウトカムの帰属を明確に測定することが本質的に難しい」とRamsinghaney氏、「そのため、純粋なアウトカムベースの価格設定は多くのカテゴリーでまだ理想論にとどまる」と続ける。ソフトウェアコンサルティング会社Software Improvement GroupのCTO、Jasper Geurts氏も同意する。多くのAIベンダーはアウトカムではなく、シートベースと利用量の組み合わせに動いている。「エージェントはテストに合格しながら、誰も後から手を加えられない質の低いコードを生成することがある。機能すればいいという成果のみに課金するなら、将来の負債となるコードに対してお金を払っているのと同じだ」とGeurts氏は言う。</p>



<h2 class="wp-block-heading">トークン経済の不透明さ</h2>



<p>AIベンダーのコスト構造は従来型SaaSとは異なる。フロンティアAIモデルのコストは下がるどころか上がっており、AnthropicのFable 5モデルはOpus 4.8の2倍のトークン単価だとGeurts氏は指摘する。「CIOたちはトークン経済が不透明だと言う。エージェントがどれだけトークンを消費するか予測できなければ、請求額の見通しが立てられない。CIOはトークンを10年前のクラウド支出と同様に扱うべきだ——つまり計測し、管理し、成果と結びつける必要がある」。</p>



<p>「シートベースの価格設定はヘッドカウントで請求額を抑えられた。利用量ベースの価格設定は消費量に応じてスケールする。AIがアシスタントから自律的なコーディングに移行するにつれ、コードの量はレビューしきれないほど増える。誰もレビューしきれないコードが積み上がれば、それ自体が将来の負担になる」とGeurts氏は言う。</p>



<p>サブスクリプション価格も上昇している。Lorka AIの調査によれば、2023年に無料または低価格だったAIツールは今や社員1人あたり月額20〜30ドルが平均となり、プレミアムプランは月額200ドルに達するものもある。複数のAIツールを使う企業では、機能が重複する製品を含めて、1人あたり年間1200ドル以上を支出しているケースもある。</p>



<h2 class="wp-block-heading">ITリーダーが今すぐ取るべき対策</h2>



<p>ソフトウェア開発会社InnowiseのCIO、Maksim Hodar氏は「CIOはサービスの調達方法と利用量の両方に注意を払う必要がある」と助言する。そして、「利用状況の分析を通じてコスト管理策を特定し、どの価格モデルが自社のビジネスケースに最適かを判断すべきだ。また、新しい価格モデルを持つ新しいソフトウェアを本格導入する前にパイロットを実施することも勧める。「業界のトレンドに流され、単に皆がやっていることをやってしまいがちだ」とHodar氏は警告する。</p>



<p>Ramsinghaney氏は、FinOps（クラウドや技術コストの最適化の取り組み）をまだ取り入れていないITリーダーは今すぐ始めるべきだ、と言う。トークンやその他の利用状況を追跡し、機能がそのコスト以上の価値を提供しているか確認することが重要だ。アウトカムベースの価格設定に移行する場合は、ソフトウェアやプラットフォームプロバイダーと明示的なアウトカム測定の合意を結ぶべきだと言う。「帰属の争いがこうした契約を崩壊させる。アウトカムベースの価格設定は、双方が帰属について合意できる場合にのみスケールする」（Ramsinghaney氏）。</p>



<p>専門家たちの見解をまとめると、複数の価格モデルが共存する形が現実的、ということになる。利用量ベースはインフラとAPI主体の製品に、アウトカムベースは解決済みサポートチケットや完了したワークフローのように成果が明確に測定できる場合に適している。</p>



<p>このようなハイブリッドモデルがベンダーの収益予測と買い手のコスト整合のバランスを取る支配的なモデルになるとRamsinghaney氏は見る。ソフトウェアが人間の業務を代替するのではなく補強するコラボレーションツールや業務アプリケーションでは、引き続きシートベースが生き残る、との予想を示した。</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[2026年に採用が最も難しいIT職種11選——何が変わったか]]></title>
<description><![CDATA[専門家の採用はむしろ容易になった。SOCアナリスト、ML研究者、クラウドアーキテクト——こうした職種は数週間で採用が決まる。一方、採用に6〜9カ月かかるのはハイブリッドな職種だ。AIに精通しながらコードにも深く入り込め、ビジネスも理解できるエンジニア。「3つのスキル、1人の人物、少ない候補者プール」とBest BuyのCDTOであるNeal Sample氏は言う。「これらのハイブリッド人材がITの未来だ——現時点でこのようなハイブリッド人材は見つけるのがとても難しい」。



AIがサイバーセキュリティを抜いて採用最難関スキルになって2年が経過する。2026年のState of the ...]]></description>
<link>https://tsecurity.de/de/3631649/it-nachrichten/2026it11/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3631649/it-nachrichten/2026it11/</guid>
<pubDate>Mon, 29 Jun 2026 01:02:37 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>専門家の採用はむしろ容易になった。SOCアナリスト、ML研究者、クラウドアーキテクト——こうした職種は数週間で採用が決まる。一方、採用に6〜9カ月かかるのはハイブリッドな職種だ。AIに精通しながらコードにも深く入り込め、ビジネスも理解できるエンジニア。「3つのスキル、1人の人物、少ない候補者プール」とBest BuyのCDTOであるNeal Sample氏は言う。「これらのハイブリッド人材がITの未来だ——現時点でこのようなハイブリッド人材は見つけるのがとても難しい」。</p>



<p>AIがサイバーセキュリティを抜いて採用最難関スキルになって2年が経過する。2026年のState of the CIO調査では、AI/機械学習とサイバーセキュリティが同率1位となり、データサイエンス・分析が僅差で続く、という結果になった。ランキングは似ているが、人材難の性質は変わった。LLMエンジニアやプロンプトスペシャリストへの需要は、AIをスケールで実用化し、リスクを管理し、盲目的に信頼せずに使いこなせる人材への需要に変わった。</p>



<p>リスク管理は初めてトップ5入りし、ビジネス・IT自動化は上位を維持している。一方で数年前まで注目されていた職種への需要は緩んでいる。その1つがクラウドアーキテクチャだが、今年は順位を落とし、アプリケーション開発もリストから外れた。「採用が最も難しいのは、AIとの組み合わせが求められる職種すべてだ」とValcom TechnologiesのITアドバイザー、Niel Nickolaisen氏は言う。</p>



<p><br>採用困難なIT職種：2026年 vs. 2024年</p>



<figure class="wp-block-table is-style-stripes"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><tbody><tr><td>スキル</td><td><strong>2026</strong>年</td><td><strong>2024</strong>年</td><td>変化</td></tr><tr><td>AI/機械学習</td><td>1位（同率）</td><td>1位</td><td>横ばい</td></tr><tr><td>サイバーセキュリティ</td><td>1位（同率）</td><td>2位</td><td>上昇</td></tr><tr><td>データサイエンス・分析</td><td>3位</td><td>3位</td><td>横ばい</td></tr><tr><td>ビジネス・IT自動化</td><td>4位</td><td>4位（同率）</td><td>横ばい</td></tr><tr><td>リスク管理</td><td>5位</td><td>8位（同率）</td><td>上昇</td></tr><tr><td>ソフトウェアエンジニアリング</td><td>6位（同率）</td><td>6位（同率）</td><td>横ばい</td></tr><tr><td>DevOps/DevSecOps</td><td>6位（同率）</td><td>11位（同率）</td><td>上昇</td></tr><tr><td>エンタープライズアーキテクチャ</td><td>8位（同率）</td><td>10位（同率）</td><td>上昇</td></tr><tr><td>クラウドサービス・統合</td><td>8位（同率）</td><td>12位（同率）</td><td>上昇</td></tr><tr><td>クラウドアーキテクチャ</td><td>8位（同率）</td><td>6位（同率）</td><td>低下</td></tr><tr><td>デザイン思考・UX</td><td>8位（同率）</td><td>15位（同率）</td><td>上昇</td></tr></tbody></table> </div></figure>



<p>出典：Foundry/CIO.com State of the CIO Survey、2024年および2026年</p>



<h2 class="wp-block-heading"><br>AI採用の成熟</h2>



<p>「プロンプトエンジニアリングは単独の職種としては短命だった。現在はベースラインのスキルになっている」とSample氏は言う。多くの組織が求めるのは別のものだ——エージェントを立ち上げ、テストフレームワークを構築し、コスト・レイテンシ・品質のトレードオフを管理し、AIをスケールで展開できるAIプロダクトエンジニアだ。3年前は存在しなかったガバナンスやレッドチームの役割も生まれている。「モデルを作る人からモデルを使いこなす人へ、重力の中心が移った」とSample氏は言う。</p>



<p>このように、求められるスキルは、プロンプトエンジニアリングよりもエージェンティックAIの活用へとシフトしている。「ワークフロー、プロセスの簡略化を理解し、エージェントプラットフォームで業務を自動化できる人材が必要だ」とNickolaisen氏は言う。課題は、AIが急速に進化しているため、ある企業での経験が別の企業で通用しない可能性があること、また6カ月前に学んだことがすでに時代遅れになっている可能性があることだ。</p>



<h2 class="wp-block-heading">サイバーセキュリティ——人数の問題ではなく、スキルの問題</h2>



<p>サイバーセキュリティがAIと同率1位になったのは、単なる需要の増加だけでなく、課題の質的変化を反映している。SANS/GIACの2026年サイバーセキュリティ人材レポートによれば、6割の組織がスタッフ不足よりスキルギャップを主な課題として挙げており、1年前から20ポイント増加した。サイバーセキュリティリーダーの27%がスキルギャップと直接結びついた侵害を報告し、61%がチームのストレスが過去2年で増加したと言う。</p>



<p>スキル不足はエントリーレベルではなく、シニアアーキテクトの層にある。「本当に必要なのは、ダッシュボードを読むだけでなく、実際の制約の中でセキュリティの判断を下せる人だ。そういう人材は引く手あまたで、高い報酬を要求できる」とSample氏は言う。</p>



<p>SANSの調査では、74%の組織がAIがすでにサイバーセキュリティチームの規模と役割に影響を与えていると回答。SOCアナリストなどのエントリーレベルの職種が削減される一方、AI/MLセキュリティスペシャリストやAIガバナンスアナリストなど新しい役割が生まれている。</p>



<h2 class="wp-block-heading">「二次的なAIスキル」の台頭</h2>



<p>自動化とリスク管理スキルが両方ともトップ5入りを果たした。理由は同じだ。「AIがサーフェスエリアを拡大した。展開するエージェントはすべて新たな自動化であり新たなリスクだ。多くのGRC（ガバナンス・リスク・コンプライアンス）や業務部門はそのペースに対応できるよう設計されていない」とSample氏は言う。</p>



<p>自動化の需要はRPA開発者ではない——そこはコモディティ化した。必要なのはプロセスを見て何を自動化し、何を廃止し、何を再設計するかを判断できる人だ。「それは3つの仕事を一つにしたものだ。ビジネスアナリスト、プロセスエンジニア、テクノロジスト。3つすべてをうまくこなせる人は希少で、高額だ」とSample氏は言う。</p>



<p>リスク管理も同様だ。SOXやPCIコンプライアンスのために作られたGRC機能は、モデルリスク、プロンプトインジェクション、サードパーティのAIリスクに最適化されていない。「20年前の職務記述書に基づいて5年程度の新しい規律の採用をしている。そのギャップが問題だ」とSample氏は言う。</p>



<h2 class="wp-block-heading">中堅層のジレンマ</h2>



<p>AIコーディングツールはソフトウェアエンジニアへの需要を減らしてはいないが、その性質を変えた。優秀なエンジニアとAIツールの組み合わせで、数年前の3人分の成果が出る。「プレッシャーがかかっているのは中間層——APIをつなぎ合わせることが日常業務だった人たち」とSample氏は言う。</p>



<p>採用は二極化している。判断力とオーナーシップを持つ経験豊富なリーダーと、最初からAIネイティブなジュニア人材への需要は高い。「中堅で惰性的に仕事をしてきた人たちは、自分が採用市場で不利な立場にいることに気づき始めている」とLarridinのCTO、Ameya Kanitkar氏は言う。</p>



<h2 class="wp-block-heading"><strong>クラウド職種の採用は安定</strong></h2>



<p>クラウド職種の採用は容易になった。多くの組織はクラウドの安定期に達し、パブリック、プライベート、オンプレのワークロードが確立している。ただし一部の専門領域——FinOps、規制業界の移行、逆移行（クラウドからオンプレへ）——は依然として人材が少ない。「特にAI推論は、クラウドのユニットエコノミクスがスケールで厳しくなる。それがスキルの組み合わせを再び変えている」とSample氏は言う。</p>



<h2 class="wp-block-heading">ギャップを埋めるために有効な手段</h2>



<p>ITリーダーの間で一致しているのは、社内でのスキルアップと異動が外部採用よりスピード、コスト、定着率の面で効果的だということだ。「2025年に最も生産性が高かったAIエンジニアは、AIエンジニアとして採用された人ではない。優秀なソフトウェアエンジニアを社内トレーニングと実際のプロジェクトを通じてAIに対応させた人たちだ」とSample氏は言う。</p>



<p>Best BuyのSample氏は、AIの採用を別のパイプラインとして扱うのをやめたことで、才能のプールが10倍以上広がったと言う。「まずエンジニアとして採用し、AIの使い方は後から教える。この考え方に変えるだけで、候補者のプールが10倍以上広がり、成果も上がった」。</p>



<p>CompTIAのJames Stanger氏は「最も進んでいる組織は、『どの大学を出たか』ではなく、『どんなスキルを持っていて、それで何を実現してくれるか』を問うようになっている」と言う。</p>



<p>「「2023年のプロンプトエンジニア採用ブームは18カ月で終わり、その役割に就いた人たちは今スキルを磨き直している。同じ過ちを、今度はエージェンティックAIで繰り返している組織がある。職種名ではなく、ケイパビリティで採用しなければ、同じ結果になる」とSample氏は言う。</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Building a state-of-the-art development platform with Backstage]]></title>
<description><![CDATA[Key takeaways




Backstage solved the portal problem, not the platform problem. A portal organizes catalogs, documentation, and templates. A platform owns deployments, environments, policies, and runtime operations. Backstage assumes that the execution layer exists beneath it.



Point-to-point ...]]></description>
<link>https://tsecurity.de/de/3623951/ai-nachrichten/building-a-state-of-the-art-development-platform-with-backstage/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3623951/ai-nachrichten/building-a-state-of-the-art-development-platform-with-backstage/</guid>
<pubDate>Thu, 25 Jun 2026 11:34:09 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<h2 class="wp-block-heading">Key takeaways</h2>



<ul class="wp-block-list">
<li>Backstage solved the portal problem, not the platform problem. A portal organizes catalogs, documentation, and templates. A platform owns deployments, environments, policies, and runtime operations. Backstage assumes that the execution layer exists beneath it.</li>



<li>Point-to-point integrations become a maintenance burden. Many organizations end up with a “messy middle” where Backstage is connected directly to <a href="https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html" data-type="link" data-id="https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html">CI/CD</a>, <a href="https://www.infoworld.com/article/2259088/what-is-gitops-extending-devops-to-kubernetes-and-beyond.html" data-type="link" data-id="https://www.infoworld.com/article/2259088/what-is-gitops-extending-devops-to-kubernetes-and-beyond.html">GitOps</a>, <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html" data-type="link" data-id="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html">Kubernetes</a>, and <a href="https://www.infoworld.com/article/2262666/what-is-observability-software-monitoring-on-steroids.html" data-type="link" data-id="https://www.infoworld.com/article/2262666/what-is-observability-software-monitoring-on-steroids.html">observability</a> tools through custom wiring that’s fragile and hard to evolve.</li>



<li>Abstractions are the interface between developers and infrastructure. Developers work with components, endpoints, and dependencies. Platform engineers work with environments, pipelines, and component types. The platform compiles both into Kubernetes resources.</li>



<li>A control plane bridges the gap. It sits between the portal and runtime, compiling abstractions into infrastructure, enforcing policies consistently, reconciling drift, and aggregating runtime state back to the portal.</li>



<li>Good abstractions enable advanced capabilities. Unified observability, automated guardrails, and AI agents that can reason about and act on your platform. All becomes possible when you have well-defined concepts and a control plane that understands both sides.</li>
</ul>



<p>…</p>



<h2 class="wp-block-heading">Start with Backstage</h2>



<p>If you’re building an <a href="https://www.infoworld.com/article/2263059/what-is-an-internal-developer-platform-paas-done-your-way.html" data-type="link" data-id="https://www.infoworld.com/article/2263059/what-is-an-internal-developer-platform-paas-done-your-way.html">internal developer platform</a>, Backstage is certainly part of your architecture. It solved the discovery problem and became the default choice for developer portals.</p>



<p>Before Backstage, developers navigated wikis, spreadsheets, and tribal knowledge just to find who owned a service or how to spin up a new one. Backstage brought structure: a unified catalog, a plugin ecosystem, and golden-path templates that actually got adopted.</p>



<p><a href="https://github.com/backstage/backstage" data-type="link" data-id="https://github.com/backstage/backstage">Backstage</a> is a Cloud Native Computing Foundation (CNCF) project with one of the most active contributor communities in the ecosystem. When organizations evaluate developer portals, Backstage is the starting point.</p>



<p>However, many teams discover something after deployment: Backstage provides a portal, not a platform. A portal organizes information. A platform owns execution: deployments, environments, policies, observability, and runtime operations.</p>



<p>Backstage assumes that the execution layer exists beneath it. That layer is where most of the complexity lives, and it’s what this article is about.</p>



<h2 class="wp-block-heading"><a></a>What a developer platform actually is</h2>



<p>A developer platform or an internal developer platform is a self-service framework you build to help developers build, deploy, and manage applications independently.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/Image_01_developer_platform.png" alt="Image_01_developer_platform" class="wp-image-4189088" width="1024" height="307" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">WSO2</p></div>



<p>Most organizations already have an organically grown version of this:</p>



<ul class="wp-block-list">
<li>Developer commits code</li>



<li>CI pipeline builds and pushes images to a registry</li>



<li>Pipeline updates a GitOps repo containing Helm charts or Kubernetes manifests</li>



<li>Argo CD or Flux syncs those manifests to clusters</li>
</ul>



<p>You may have this workflow running today. The question is whether it’s a pipeline stitched together with scripts and tribal knowledge, or a platform with consistent abstractions and self-service capabilities.</p>



<h2 class="wp-block-heading"><a></a>What usually happens after adopting Backstage</h2>



<p>How do you add Backstage to this setup? The common approach is for developers to maintain Backstage entity files (primarily component and API entities) alongside the source code. Then you configure the built-in entity provider in Backstage to scan source code repositories to populate the catalog. Eventually, you’ll end up with a portal with all your systems, components, APIs, and other resources. So far, so good.</p>



<p>Once developers start using the portal, you’ll be hit with a consistent flow of feature requests:</p>



<ul class="wp-block-list">
<li>“I see my component in the catalog, but is it actually running?” You configure the Kubernetes plugin and link components to their corresponding manifests. Now developers can see pod status, deployment state, and replica counts.</li>



<li>“I need logs, metrics, and traces related to my component.” You integrate your observability stack or developers context-switch to Grafana, Datadog, or whatever you’re running. Either way, more wiring.</li>



<li>“Can I create new components from here?” You build Backstage templates that scaffold repos with the right structure, Backstage entities, Helm charts, and CI pipelines, all of which encode your organization’s best practices. Now you’re maintaining golden paths in templates, separately from the runtime configuration that actually enforces them.</li>
</ul>



<p>Each request is reasonable and achievable, but they add up.</p>



<h2 class="wp-block-heading"><a></a>The messy middle</h2>



<p>Eventually, you end up with a platform held together by point-to-point connections. Every new capability requires new wiring. Every upgrade risks breaking something. You spend more time maintaining integrations than building features.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/Image_02_messy_middle.png" alt="Image_02_messy_middle" class="wp-image-4189092" width="1024" height="893" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">WSO2</p></div>



<p>You would never design a production system with this many point-to-point dependencies. Why accept it for your platform?</p>



<h2 class="wp-block-heading"><a></a>Treat the platform as a product, but also as a system</h2>



<p>Organically grown systems get you started, but once you commit to Backstage as your portal, you need a product mindset. Start from developer experience, understand their pain points, then design a system that addresses them coherently.</p>



<p>A platform is also a system. Approach it the way you would approach any production system you’re building. You wouldn’t design a back-end service without thinking about separation of concerns, clear interfaces, and extensibility.</p>



<p>The same principles apply here:</p>



<ul class="wp-block-list">
<li>Separation of concerns: Don’t mix developer-facing abstractions with infrastructure implementation. Keep them separate so you can evolve each independently.</li>



<li>Clear interfaces: Define explicit abstractions. Developers and platform engineers should interact with well-defined concepts rather than implementation details scattered across Helm charts and CI scripts.</li>



<li>Extensibility: Requirements keep changing. If every new capability requires custom wiring, you’ll spend more time maintaining than improving. Design for extension from the start.</li>
</ul>



<p>The difference between a pile of integrations and a platform is architecture. Get the system design right, and new capabilities slot in cleanly. Get it wrong, and every feature request becomes a maintenance burden.</p>



<h2 class="wp-block-heading">The missing layer beneath Backstage</h2>



<p>Moving from an organically grown pipeline to an actionable developer platform is a big leap. You probably have CI/CD pipelines that work, a Kubernetes cluster running workloads, and a Backstage catalog describing what exists.</p>



<p>The questions are:</p>



<ul class="wp-block-list">
<li>How do you transform an informational portal into one with a platform under the hood?</li>



<li>How do you bridge the gap between what the catalog describes and what’s actually running?</li>



<li>How do you enforce golden paths beyond initial scaffolding?</li>



<li>How do you design a platform that evolves with your organization’s needs?</li>
</ul>



<p>What’s missing is a connective layer between Backstage and your runtime, something that makes the portal operational rather than just informational. Let’s look at the key architectural elements to consider when designing that layer and the whole platform.</p>



<h2 class="wp-block-heading"><a></a>Start with abstractions</h2>



<p>One of the main goals of a developer platform is to reduce cognitive load. The platform should meet developers where they are and speak their language, not Kubernetes’.</p>



<p>Every organization has its own vocabulary, but the Backstage system model is a good starting point. It may not cover everything, but you can extend it with custom entities. The key is that developers work with high-level concepts while the platform compiles them into Kubernetes resources. Developers are abstracted away from the underlying details, but they can still see what’s happening underneath.</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><tbody><tr><td><strong>Concept</strong></td><td><strong>Description</strong></td><td><strong>Backstage mapping</strong></td></tr><tr><td>Project</td><td>A cloud-native application composed of multiple components. It is also a unit of isolation.</td><td>System</td></tr><tr><td>Component</td><td>A deployable unit, such as web services, APIs, workers, or scheduled tasks.</td><td>Component</td></tr><tr><td>Endpoint</td><td>A network-accessible interface exposed by a component. </td><td>API</td></tr><tr><td>Resource</td><td>External infrastructure such as databases, queues, and caches.</td><td>Resource</td></tr><tr><td>Dependency</td><td>A component’s reliance on endpoints or resources.</td><td>consumesAPI, dependsOn</td></tr></tbody></table> </div></figure>



<p>These are not just static abstractions; they also have associated runtime semantics. The following diagram illustrates runtime representations of these concepts.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/Image_03_cell_diagram.png" alt="Image_03_cell_diagram" class="wp-image-4189100" width="1024" height="905" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">WSO2</p></div>



<p>In the workload cluster, a project becomes an isolation boundary for all of its components. The platform translates this into Kubernetes namespaces and network policies that enforce the boundary, not just document it.</p>



<p>Endpoint visibility determines which endpoints can talk to which. A project-scoped endpoint gets network policies that block traffic from outside the project. An organization-scoped endpoint is exposed to internal traffic but remains behind the internal gateway. An external endpoint gets routed through the public gateway with appropriate authentication. Developers declare visibility; the platform generates the policies.</p>



<p>Dependencies work the same way. When a component declares a dependency on an endpoint, the platform injects the URL and other environment variables required to connect to the dependency. It configures the network policies for both directions, egress from the calling endpoint and ingress to the target endpoint. Without the declared dependency, egress is blocked by default. The dependency graph you see above reflects actual permitted traffic flow, not just intended relationships.</p>



<h2 class="wp-block-heading"><a></a>You need platform abstractions, too</h2>



<p>Developer abstractions help your developers. Platform abstractions help you.</p>



<p>While developers work with components, endpoints, and dependencies, you need a different vocabulary to design and operate the platform itself. These abstractions let you and your team define standards, enforce policies, and create structure without writing low-level configurations for every scenario.</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><tbody><tr><td><strong>Concept</strong></td><td><strong>Description</strong></td></tr><tr><td>Namespace</td><td>A logical grouping of users and resources, typically aligned to a company, business unit, or team. Defines ownership and access boundaries.</td></tr><tr><td>Data plane</td><td>A Kubernetes cluster that hosts one or more deployment environments. You can have multiple data planes for isolation, regional distribution, or scaling.</td></tr><tr><td>Environment</td><td>A runtime context, such as dev, test, staging, or prod, where workloads are deployed and executed. Environments carry their own policies and resource configurations.</td></tr><tr><td>Pipeline</td><td>A defined process that governs how work, such as builds, deployments, promotions, or any automated workflows, flows through the platform. Encodes your operational processes as a platform primitive.</td></tr><tr><td>Component type</td><td>Defines a category of workload—Service, Worker, Cron, Job.</td></tr><tr><td>Trait</td><td>A reusable capability that attaches to any component, such as autoscaling, resilience, observability, and security policies. Compose behaviors without duplicating configuration.</td></tr></tbody></table> </div></figure>



<p>These abstractions separate platform concerns from application concerns. Developers don’t need to know which cluster their code runs on or how environments are wired together. They deploy to “staging” or “prod,” and you define what those terms mean.</p>



<h2 class="wp-block-heading"><a></a>The missing layer is a control plane</h2>



<p>The control plane is where abstractions become real. It sits between the portal and your workload clusters, translating developer intent into infrastructure configuration.</p>



<p>You can think of it as a compiler that targets Kubernetes clusters, converting higher-level abstractions into what Kubernetes and its underlying frameworks understand. It can also apply platform-wide rules during this compilation. Resource limits, security requirements, etc., can be enforced consistently, not merely documented and hoped for.</p>



<p>But compilation is only half the job. The control plane also reconciles continuously. It monitors drift between the declared and actual states. When they diverge, it corrects. Your abstractions remain the source of truth; the control plane enforces them over time.</p>



<h2 class="wp-block-heading"><a></a>Programmability is not optional</h2>



<p>One of the key aspects of this control plane is programmability. If you want your platform to evolve, the control plane needs to be extensible. Different teams have different requirements. New capabilities emerge. You can’t anticipate everything up front.</p>



<p>This means allowing customization of how abstractions compile to Kubernetes manifests. But extensibility without guardrails is dangerous. You need programmability that preserves your invariants. The goal is constrained flexibility, open enough to evolve, structured enough to stay coherent.</p>



<h2 class="wp-block-heading"><a></a>Observable abstractions make the portal useful</h2>



<p>The control plane also aggregates runtime state and associates it with your abstractions. This is what makes the portal useful. Without this, developers piece together information from different tools: Kubernetes dashboard for pod status, Argo CD for the deployment state, Grafana for metrics, Jaeger for traces. Each tool knows part of the story; none shows the full picture.</p>



<p>With the control plane aggregating state, the portal tells a connected story. When a developer opens a component page in Backstage, they see:</p>



<ul class="wp-block-list">
<li>Deployed environments and their status</li>



<li>Current replicas and resource usage</li>



<li>Recent deployments and who triggered them</li>



<li>Logs, metrics, and traces that are scoped to that component, in each environment</li>



<li>Dependencies and their health</li>
</ul>



<p>No context-switching. No reconstructing which pod belongs to which service in which cluster. The abstraction is the anchor; everything else attaches to it.</p>



<p>This only works because the control plane understands both sides. It compiled the abstractions to Kubernetes, so it knows how to map runtime data back. Information flows in both directions. Downward: developer intent flows through the control plane and becomes running workloads. Upward: runtime state flows back through the control plane and appears in the portal.</p>



<p>This is what makes the portal actionable. It’s not just displaying information; it’s connected to a system that can act.</p>



<h2 class="wp-block-heading"><a></a>Data plane: keep it simple</h2>



<p>The data plane is where your workloads actually run. In most cases, this means one or more Kubernetes clusters. The data plane doesn’t know about your abstractions. It understands Kubernetes primitives such as pods, deployments, services, and ingresses. The control plane’s job is to compile your higher-level concepts into these primitives and apply them.</p>



<p>The data plane does one thing: it runs what the control plane tells it to run. The intelligence lives in the control plane; the execution happens in the data plane.</p>



<h2 class="wp-block-heading">Where AI fits into the platform</h2>



<p>AI is now part of every platform conversation, but the architectural question is where it actually belongs.</p>



<p>The abstractions and control plane you’ve built create the foundation. You have well-defined concepts such as components, endpoints, and dependencies. You have a runtime state aggregated and tied to those concepts. You have a connected view of your system. AI agents can definitely leverage this.</p>



<h3 class="wp-block-heading"><a></a>Agents as platform users</h3>



<p>AI agents should be able to interact with your platform as first-class participants. This requires exposing platform capabilities through interfaces that agents can use, such as <a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html" data-type="link" data-id="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html">Model Context Protocol</a> (MCP) servers, APIs with clear semantics, user-friendly CLIs, and skills that map to platform operations.</p>



<p>These capabilities of the platform enable agents to create components, trigger builds and deployments, query environment status, and reason about dependencies. They help you and your developers become more productive.</p>



<h3 class="wp-block-heading"><a></a>Agents as platform capabilities</h3>



<p>You can also embed agents inside your platform to help your teams’ day-to-day operations. Here are some examples of agents you can develop:</p>



<ul class="wp-block-list">
<li>SRE agents: Analyze logs, metrics, and traces to surface likely root causes. Instead of developers digging through dashboards, the agent correlates signals and suggests where to look.</li>



<li>FinOps agents: Help teams understand and optimize resource costs across environments and components.</li>



<li>Architect agents: Assist with system design decisions, such as dependency analysis, capacity planning, and migration impact assessment.</li>
</ul>



<p>These agents work because they have access to the control plane’s unified view. They see abstractions, runtime state, and observability data in one place, the same connected story developers see in the portal.</p>



<p>The pattern holds. Good abstractions make everything easier, including AI.</p>



<h2 class="wp-block-heading"><a></a>OpenChoreo as a reference implementation</h2>



<p><a href="https://github.com/openchoreo/openchoreo" data-type="link" data-id="https://github.com/openchoreo/openchoreo">OpenChoreo</a> is an open-source developer platform for Kubernetes. It was recently accepted into the CNCF as a sandbox project. OpenChoreo implements the architecture described in this article: developer abstractions backed by a control plane, a Backstage-powered portal, integrated CI/CD and GitOps, and observability wired to your abstractions.</p>



<p>If you’re building this architecture yourself, OpenChoreo is worth studying as a reference, even if you don’t adopt it directly. The project demonstrates how these pieces fit together: how abstractions compile into Kubernetes resources, how runtime state flows back to the portal, and how guardrails are enforced during compilation.</p>



<p>You can use OpenChoreo as a complete platform, or install its Backstage plugins into your existing portal and use just the control plane layer. Either way, the underlying patterns are what matter. The architecture is the idea. OpenChoreo is one way to implement it.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/image_04_multi_plane_architecture.png?w=1024" alt="image_04_multi_plane_architecture" class="wp-image-4189109" width="1024" height="552" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">WSO2</p></div>



<h2 class="wp-block-heading">A useful mental model: multi-plane architecture</h2>



<p>OpenChoreo separates concerns across five planes:</p>



<ol class="wp-block-list">
<li>Experience plane: Where developers, platform engineers, and SREs interact with the platform via the Backstage-powered portal, CLI, GitOps, or AI agents.</li>



<li>Control plane: The brain that translates high-level abstractions (components, APIs, environments, pipelines) into Kubernetes manifests. Programmable through component types and traits, so you can extend it without forking or writing low-level controllers. Continuously reconciles the runtime state back into those abstractions.</li>



<li>Data plane: Where workloads run. Enforces the semantics of your abstractions, such as project isolation, traffic policies, and security boundaries. These aren’t just configurations; the platform guarantees them.</li>



<li>Observability plane: Feeds metrics, logs, and traces back through the same abstractions developers already understand, requiring no translation.</li>



<li>Workflow plane (optional): Handles builds using Cloud Native Buildpacks and Argo Workflows by default.</li>
</ol>



<p>These planes work together but remain separate concerns. You can reason about each independently, evolve them at different rates, and deploy them flexibly: a single cluster with namespace isolation for dev/test, fully separated multi-cluster setups for production, or hybrid topologies that colocate planes like Control and CI for cost efficiency.</p>



<h2 class="wp-block-heading"><a></a>AI and OpenChoreo</h2>



<p>OpenChoreo is being built to treat AI agents as first-class participants. In OpenChoreo 1.0, external agents can interact with the platform via MCP servers, agent skills, or the CLI to generate and edit component configurations, reason about releases and environments, and more. The built-in SRE Agent is a first example of this. It analyzes logs, metrics, and traces from your deployments and uses LLMs to surface likely root causes and actionable insights.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/Image_05_external_internal_agents_openchoreo.png?w=1024" alt="Image_05_external_internal_agents_openchoreo" class="wp-image-4189115" width="1024" height="584" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">WSO2</p></div>



<h2 class="wp-block-heading">From portal to platform</h2>



<p>Backstage solved the portal problem. It gave you a unified interface for catalogs, documentation, and golden paths. But a portal isn’t a platform. There’s a gap between what developers see and what’s actually running, and that’s where you get stuck. You fill it with point-to-point integrations, custom plugins, and scripts that become their own maintenance burden.</p>



<p>The pattern that works is portal, control plane, data plane: </p>



<ul class="wp-block-list">
<li>A portal that gives developers ready access to catalogs, documentation, and templates.</li>



<li>A control plane that compiles platform abstractions, reconciles drift, and aggregates runtime state.</li>



<li>A data plane that runs workloads and enforces guarantees.</li>
</ul>



<p>Whether you build this yourself or you adopt something like OpenChoreo, the architecture matters more than the tools. Get the layers right, and new capabilities slot in cleanly. Get them wrong, and every feature request becomes a project.</p>



<p>Backstage gives you the front door. The real platform begins behind it.</p>



<p><em>—</em></p>



<p><a href="https://www.infoworld.com/blogs/new-tech-forum"><strong><em>New Tech Forum</em></strong></a><em><strong> provides a venue for technology leaders—including vendors and other outside contributors—to explore and discuss emerging enterprise technology in unprecedented depth and breadth. The selection is subjective, based on our pick of the technologies we believe to be important and of greatest interest to InfoWorld readers. InfoWorld does not accept marketing collateral for publication and reserves the right to edit all contributed content. Send all </strong></em><em><strong>inquiries to </strong></em><a href="mailto:doug_dineley@foundryco.com"><strong><em>doug_dineley@foundryco.com</em></strong></a><em><strong>.</strong></em></p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Data lakehouses are becoming foundations for enterprise AI]]></title>
<description><![CDATA[Data lakehouses have become the gold standard for enterprise data platforms since they combine a data lake’s ability to support a variety of different types of data at low cost, and the reliability, structure and governance of a traditional data warehouse.



The fact they offer a central reposit...]]></description>
<link>https://tsecurity.de/de/3620899/it-nachrichten/data-lakehouses-are-becoming-foundations-for-enterprise-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3620899/it-nachrichten/data-lakehouses-are-becoming-foundations-for-enterprise-ai/</guid>
<pubDate>Wed, 24 Jun 2026 12:03:48 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p><a href="https://www.cio.com/article/402574/data-lakehouses-give-enterprises-analytics-edge.html?utm=hybrid_search">Data lakehouses</a> have become the gold standard for enterprise data platforms since they combine a data lake’s ability to support a variety of different types of data at low cost, and the reliability, structure and governance of a traditional data warehouse.</p>



<p>The fact they offer a central repository of information that might come from different places at a company, together with security and auditing tools, make them a perfect fit for enterprise AI systems, too. In fact, they’ve become so popular and useful that all the major data lake and data warehouse vendors have all but converged into data lakehouse vendors. Snowflake, for example, started out as a data warehouse and over the course of several years and acquisitions, has transformed into a full data lakehouse platform.</p>



<p>Docusign is now using it to support its agentic AI ambitions, too. For example, data is pulled in from Salesforce and then used to train an internal AI agent for sales, says Shivi Verma, Docusign’s senior manager of engineering. The company is also training ML models in order to serve customers more accurately.</p>



<p>The information also goes out to LLMs using RAG embedding pipelines, and MCP connectivity is being explored as the technology matures.</p>



<p>One issue Docusign keeps top of mind when exposing the data in its lakehouse is security and governance.</p>



<p>“We’re proceeding very cautiously,” Verma says. “It goes through a stringent security review and discussion with both technical and business stakeholders to make sure we’re not doing anything that isn’t allowed from the security lens and compliance lens.”</p>



<p>The security checks are in place both when the data first goes into Snowflake, he says, and when it goes out again. The restrictions are particularly tight when it comes to access to anything sensitive, such as customer data.</p>



<p>“We’re first exposing those with a low risk profile,” he says. That can include publicly-facing information like website content or product details.</p>



<p>Docusign isn’t alone. “We see 65% adoption of lakehouses among Gartner’s client base,” says Gartner analyst Prasad Pore. “It’s a very strong number in a short time.”</p>



<p>And the future of lakehouses looks even brighter.</p>



<p>“Lakehouse is becoming the foundation for the future of AI,” Pore says, adding that vendors are evolving to support this use case. For example, lakehouse as a concept doesn’t support vector databases, which are a key type of data structure for AI systems that use RAG to feed data into LLMs.</p>



<p>“But many lakehouse vendors have added capabilities for vector indexing,” he says. “Databricks and Microsoft Fabric both have a vector capability built into their platform.” Yet smaller players might not provide the functionality, he adds.</p>



<p>Similarly, support for MCP, a standard that allows AI agents to connect to data and systems, varies by vendor, and isn’t traditionally a core lakehouse functionality.</p>



<h2 class="wp-block-heading">A matter of choice</h2>



<p>A data lakehouse isn’t the only option for companies looking to provide their AI system with the critical business context they need to be useful to the enterprise.</p>



<p>For example, companies can build vector databases or vector database pipelines manually from individual sources, or use a data fabric to make the connection.</p>



<p>“Fabric can directly connect to original sources, which is a good use case for quick analytics,” Pore says. “But then you’re overloading your source systems, which isn’t a good thing for those products and machines.”</p>



<p>Microsoft Fabric is a lakehouse platform, though, and not a data fabric platform in the way Gartner defines the term.</p>



<p>Another downside is that the data models used in original systems aren’t usually optimal for analytics, and can be expensive. “Connecting to direct sources isn’t efficient,” Pore says.</p>



<p>Finally, there are well-established processes for managing data permissions in a lakehouse.</p>



<p>“A lakehouse physically unifies your data, maintenance, security, and governance,” he says. “This is very critical for AI implementation. As an organizational single source of truth, a lakehouse is the modern way to create a central repository.”</p>



<p>Consulting firm Lemongrass originally started out with a data lake about a decade ago, and then began upgrading it to a lakehouse four years ago.</p>



<p>“Back then, the concept of a lakehouse wasn’t that popular,” says Kausik Chaudhuri, chief innovation officer at Lemongrass. So the firm built custom lakehouse functionality on top of its Amazon S3 data lake. Now that it’s using the data lakehouse to support AI, it’s time for another upgrade.</p>



<p>“Right now, we’re working on something for our incident and change management,” he says. The original data is in ServiceNow, and it’d be too expensive to pull it out directly from the lakehouse to use in an AI system. “So now we’re thinking of building an MCP server to query that data,” he adds.</p>



<p>And they also plan to upgrade from its own custom lakehouse add-ons to a standard solution. “Lemongrass was primarily an AWS evangelist when we started, and a lot of our tooling was on top of AWS,” Chaudhuri says. “Now we’re thinking of changing this because with AI, there’s a lot more opportunity.” Then again, AWS now offers lakehouse functionality. “The data’s already there,” he adds. “We don’t have to reinvent it.”</p>



<p>Plus, AWS has connectivity to Anthropic’s Claude AI and other AI models. And since the models are also running on AWS, there are no data egress fees. Lemongrass plans to start the upgrade with a POC in Q3 this year. “Everybody’s busy, so we need to pull in people and figure out when and how we implement that,” he says. For example, the company has to be careful about what data and how much is pulled in from the lakehouse and sent to the AI.</p>



<p>“We don’t send out customer data to an LLM,” he says. “And I’m not reading 10,000 rows and sending it to Claude, which would blow up to token usage. We figured out a couple of years ago we can go bankrupt if we’re not careful about the amount of tokens we use.”</p>



<p>And for some use cases, the LLM doesn’t need to see anything at all after the solution is deployed. For example, firm employees used to manually generate status reports about its customers for internal use, which was a time-consuming process. An AI model could, in theory, take over that job, but then it’d see the customer data. And since AIs aren’t deterministic, each report would look different.</p>



<p>Or, say, the firm needs to generate forms to fill out and then the customer would sign. Again, an LLM could create a custom form each time. “So then we asked Claude to write a program that takes this input and writes this report,” says Chaudhuri. The process of generating reports or the forms is traditional, deterministic software. The customer data is never exposed, and the reports are cheap and fast to produce.</p>



<p>But other companies are use AI to make better use of its data. In a <a href="https://www.databricks.com/resources/ebook/state-of-ai-agents" rel="nofollow">recent report</a> by Databricks based on data from 20,000 organizations, the percentage of databases created by AI agents rose from 0.1% to 80% over the past two years, and agents now create 97% of database branches.</p>



<h2 class="wp-block-heading">Security and governance</h2>



<p>One major area of struggle for enterprises is to figure out how to handle security and other related issues for when AI agents access data lakehouses.</p>



<p>In the past, <a href="https://www.cio.com/article/4046967/the-end-of-dashboards-genai-and-agentic-workflows-transform-business-intelligence.html?utm=hybrid_search">data went out to dashboards</a>, in which the security and access controls were programmed. Or the data went to data analysts, who worked within their own access privileges. The first use cases for AI involved RAG embeddings, which were easier to manage.</p>



<p>In a RAG embedding, traditional, deterministic software is used to pull in data and embed it into an LLM prompt for a particular workflow. The developers setting it up would handle the security aspects for each particular use case. With agentic AI and MCP servers, however, the AI can go and grab data autonomously, as needed.</p>



<p>According to Genpact’s Arellano, enterprises need to figure out how to manage the identities of AI agents, control access to data, create audit trails, and filter prompts and content.</p>



<p>“Agents need their own credentials,” he says. For example, AI agents might not have permissions to ever touch patient records. “And audit trails are important, with full observability of what the agent did.”</p>



<p>Some lakehouse vendors, including Databricks, offer this functionality, he says, and there are other tools that can be brought in like Okta, Palo Alto, or Zscaler.</p>



<h2 class="wp-block-heading">The new semantic frontier</h2>



<p>The next evolution of the lakehouse is the semantic layer, and <a href="https://www.gartner.com/en/newsroom/press-releases/2026-03-11-gartner-announces-top-predictions-for-data-and-analytics-in-2026" rel="nofollow">Gartner</a> estimates that universal semantic layers will be critical infrastructure by 2030.</p>



<p>“Developing a universal semantic layer is now a must‑do for data and analytics leaders either leading or supporting AI,” Gartner says. “It’s the only way to improve accuracy, manage costs, substantially cut AI debt, align multiagent systems, and stop costly inconsistencies before they spread.”</p>



<p>It’s one thing for an AI to have access to data, but entirely something else to understand what that data actually means to the business. The semantic layer is the business knowledge that’s not normally formalized in a structured database, such as, say, the knowledge that an order or a customer means different things in different systems.</p>



<p>“Before, the semantic layer was nice to have but not as necessary because data scientists know what data sources they want to query,” says Amit Kinha, board member of the FinOps Foundation and field CTO at DoiT International, a cloud consultancy.</p>



<p>But now, without it, an AI agent won’t know where to look for the data it needs, he says. “Or it’ll do a bad join, or do something that creates a cost explosion,” he adds. “The semantic layer is going to be critical for leveraging lakehouses effectively.”</p>



<p>This semantic layer can also become part of a feedback loop, where the agentic systems learn from experience, says Kevin Martelli, consulting AI solution development leader at EY Americas.</p>



<p>Say for example a company has a process where approvals are required for certain payments, and a CFO is required to sign off for payments over half a million. If the AI agent goes to a human for approval, he says, the human might say this is telling me to approve this invoice, but I know it’s over $500,000 and I need to get CFO approval on this. “Then it can be stored in the session and persisted back in the lakehouse as a procedural document or as a record of something that occurred,” says Martelli. “This is where it becomes more beneficial and aggregates over time with usage because you’re never going to get it perfect on day one.”</p>



<p>The semantic layer is still very much an evolving area, and different data lakehouse vendors handle it differently.</p>



<p>“There’s this great debate going on in the industry of how lakehouses converge with semantic layers and where they actually live,” says Matt Arellano, SVP of data and AI at digital transformation consultancy Genpact.</p>



<p><a href="https://www.cio.com/article/4160884/you-selected-the-right-vendors-now-govern-them-like-you-mean-it.html?utm=hybrid_search">Some vendors</a> are building semantic tools into their data lakehouse platforms, or acquiring additional firms to get the technology. In other cases, customers are using third-party tools instead.</p>



<p>“Clients are struggling with that,” Arellano says. “They’re all trying to figure out the different combinations and permutations of tools and processes.”</p>



<p>Steven Karan, VP of AI transformation for Capgemini Australia and New Zealand, says he sees the lakehouse as evolving into a central orchestration layer.</p>



<p>“Organizations are now less focused on analytics and reporting, and more on building AI-driven applications and agentic systems,” he says. “The most effective architectures I see today combine a lakehouse core with specialized serving layers.”</p>



<p>That includes vector databases for AI, streaming platforms for real-time data, and operational databases for low-latency applications. The lakehouse isn’t just for analytics anymore, he adds. It’s the foundation for enterprise data and AI. “Its role is now less about replacing all other systems, and more about unifying and governing them to accelerate innovation while maintaining control,” he says.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud at 20: How AWS shaped enterprise IT]]></title>
<description><![CDATA[It is tempting to date cloud computing from the launch of Amazon S3 in 2006 and the rise of infrastructure as a service (IaaS) that followed. That was certainly the moment the market changed in a visible, irreversible way. But the truth is that cloud began earlier, in the 1990s, when software as ...]]></description>
<link>https://tsecurity.de/de/3610961/ai-nachrichten/cloud-at-20-how-aws-shaped-enterprise-it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3610961/ai-nachrichten/cloud-at-20-how-aws-shaped-enterprise-it/</guid>
<pubDate>Fri, 19 Jun 2026 18:49:14 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>It is tempting to <a href="https://aws.amazon.com/blogs/aws/twenty-years-of-amazon-s3-and-building-whats-next/">date cloud computing from the launch of Amazon S3 in 2006</a> and the rise of <a href="https://www.infoworld.com/article/2255598/what-is-iaas-your-data-center-in-the-cloud.html">infrastructure as a service (IaaS)</a> that followed. That was certainly the moment the market changed in a visible, irreversible way. But the truth is that cloud began earlier, in the 1990s, when <a href="https://www.infoworld.com/article/2256637/what-is-saas-software-as-a-service-defined.html">software as a service (SaaS)</a>, application hosting, managed services providers, and various forms of remote subscription computing started to reshape how enterprises thought about owning and operating technology. Even then, the core value proposition was familiar: Let someone else run the infrastructure, abstract the complexity, deliver capability as a service, and allow the business to consume only what it needs.</p>



<p>What AWS changed was the scale, accessibility, and precision of the execution. Amazon turned infrastructure into a programmable utility. It made compute and storage available in ways that were elastic, self-service, API-driven, and globally reachable. That was the breakthrough. Enterprises had outsourced pieces of technology before, but now they could rent raw infrastructure with unprecedented speed and flexibility. The launch of Amazon S3 was especially important because it provided a durable, scalable storage foundation that became one of the building blocks for modern digital business.</p>



<h2 class="wp-block-heading">AWS changed everything</h2>



<p>Technology markets are rarely transformed by the first company to think of an idea. They are transformed by the first company to make that idea operationally real, economically viable, and broadly consumable. AWS did exactly that. It built a model for infrastructure as a service that allowed enterprises, startups, and eventually governments to rethink the entire life cycle of IT delivery.</p>



<p>Looking back from 2026, it is difficult to remember how radical this concept once seemed. At the time, many enterprise leaders considered public cloud too risky, too immature, too uncontrolled, or simply too foreign for conventional IT governance. There were concerns about security, compliance, vendor dependency, performance, data residency, and reliability. Many of those concerns were valid. Early cloud adoption often ran ahead of cloud maturity, and many organizations discovered that moving quickly did not always mean moving wisely.</p>



<p>Still, the economics of agility overwhelmed the inertia of the old model. Provisioning that once took months could be done in minutes. Capital expenditure gave way, at least in part, to operating expenditure. Experimental workloads became easier to justify. Digital businesses could scale without building data centers first. AWS led that transition, and the rest of the industry followed, including competitors that helped mature the market.</p>



<h2 class="wp-block-heading">Cloud’s strengths and liabilities</h2>



<p>If the first decade of cloud was about acceleration, the second decade was about correction. Enterprises learned that cloud was not automatically cheaper, not automatically simpler, and not automatically better. It was better when used with discipline. It was more cost-effective when architected intelligently. It was more resilient when governance, operations, and security were designed into the system rather than added later.</p>



<p>This is when the industry grew up. We learned about <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">cloud financial management</a> because too many organizations assumed elasticity would control cost, only to discover that unused resources, poor workload placement, and fragmented accountability could drive spending far beyond expectations. We learned that public cloud could provide extraordinary innovation and reach, but also that not every workload belongs there. Latency, sovereignty, compliance constraints, legacy integration challenges, and predictable high-volume workloads all forced a more nuanced view.</p>



<p>We also learned about concentration risk. As enterprises standardized on a small number of hyperscalers, questions emerged around resilience, lock-in, and strategic dependency. The answer was never simplistic <a href="https://www.infoworld.com/article/3584433/are-you-ready-for-multicloud-a-checklist.html">multicloud </a>posturing for its own sake. It was architectural realism. Use the public cloud where it creates a clear advantage. Keep options open where business risk requires it. Understand portability, but do not romanticize it. In other words, cloud became less ideological and more practical.</p>



<h2 class="wp-block-heading">Cloud is now an assumption</h2>



<p>Perhaps the most important shift of all is that we no longer debate whether cloud is real or whether enterprises should use it. That argument is over. Cloud is baked into the cake. It is part of enterprise operating reality. The modern enterprise assumes on-demand infrastructure, platform services, automation pipelines, managed databases, identity fabrics, observability stacks, and globally distributed application delivery. Even when workloads remain on-premises or at the edge, they are often built, governed, or operated with cloud-native thinking.</p>



<p>This is maturity. Cloud is not a project or a trend. It is not even a strategy by itself. It is an enabling model that now underpins enterprise strategy. Businesses no longer ask whether to adopt cloud in the abstract. They ask how much cloud, which cloud services, under what governance model, at what cost profile, and in support of which business outcomes.</p>



<p>That may sound less exciting than the early days of disruption, but it is actually the mark of success. The most powerful technologies eventually disappear into standard practice. Electricity, networking, virtualization, and mobile platforms all went through this process. Cloud has done the same.</p>



<h2 class="wp-block-heading">How cloud supports the AI race</h2>



<p>As enterprises move aggressively into <a href="https://www.infoworld.com/article/4061121/a-brief-history-of-ai.html">AI</a>, cloud has entered another pivotal phase. AI is not replacing cloud. It is intensifying the importance of cloud while also changing how value is measured. Training, tuning, deploying, and governing AI systems require immense computational scale, specialized infrastructure, distributed data access, and operational consistency. Public cloud providers are well positioned to offer those capabilities, particularly with GPUs, AI platforms, managed model services, and data integration tools.</p>



<p>But this is not a repeat of the early cloud era. Enterprises are more sober now. They know the importance of cost, latency, and data gravity. They know that governance and accountability matter more in AI than perhaps anywhere else in modern IT. The role of cloud in the AI race is therefore foundational, but not absolute. Some AI workloads will run in public cloud. Some will be distributed across <a href="https://www.networkworld.com/article/964305/what-is-edge-computing-and-how-it-s-changing-the-network.html" data-type="link" data-id="https://www.networkworld.com/article/964305/what-is-edge-computing-and-how-it-s-changing-the-network.html">edge computing</a> environments. Some will remain in private environments for reasons of sovereignty, economics, or control. The key is not to force a universal answer. The key is to create an architecture that aligns AI ambitions with operational reality.</p>



<p>Cloud should play the role it has gradually earned: not as a religion, but as a strategic utility. For AI, the cloud is where many enterprises will source scale, experimentation speed, global reach, and managed innovation. The winning organizations understand where cloud creates leverage and where other operating models make more sense.</p>



<h2 class="wp-block-heading">Changing how enterprises think</h2>



<p>The real story of the past 20 years is not just that AWS launched S3 and helped popularize infrastructure as a service. It is that cloud changed enterprise behavior. It normalized service consumption over asset ownership. It moved architecture toward abstraction, automation, and modularity. It forced IT organizations to broker capability rather than build everything from scratch. It redefined speed as a core competitive requirement.</p>



<p>And now, as AI becomes the next forcing function, cloud stands less as a novelty and more as the platform on which the next era will be built. That is a remarkable outcome for something that, in many ways, started with the old idea that computing could be delivered remotely on a subscription basis. We have been heading here for longer than many people realize. In the past two decades, led in large measure by AWS and the broader hyperscale movement it accelerated, cloud has evolved from a gamble to an indispensable foundation.</p>



<p>Hard to believe? Yes. But also inevitable in retrospect.</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI adds spend controls and usage analytics to ChatGPT Enterprise]]></title>
<description><![CDATA[OpenAI has introduced spend controls and enhanced usage analytics for ChatGPT Enterprise to enable organizations to monitor AI adoption, track consumption across teams, and set budgets for AI usage. But, analysts cautioned, it still can’t show how those costs lead to business benefits.



The new...]]></description>
<link>https://tsecurity.de/de/3610595/it-nachrichten/openai-adds-spend-controls-and-usage-analytics-to-chatgpt-enterprise/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3610595/it-nachrichten/openai-adds-spend-controls-and-usage-analytics-to-chatgpt-enterprise/</guid>
<pubDate>Fri, 19 Jun 2026 16:03:06 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>OpenAI has introduced spend controls and enhanced usage analytics for ChatGPT Enterprise to enable organizations to monitor AI adoption, track consumption across teams, and set budgets for AI usage. But, analysts cautioned, it still can’t show how those costs lead to business benefits.</p>



<p>The new features provide administrators with centralized dashboards showing how ChatGPT is being used across an organization, enabling them to unders<a href="https://www.cio.com/article/4178320/tokenmaxxing-when-ai-adoption-metrics-go-bad.html">tand adoption patterns</a>, and manage AI costs by setting budgets and tracking spending.</p>



<p>“The Global Admin Console brings ChatGPT and Codex credit usage into one view, so admins can see a more granular breakdown of credit consumption across users, products, and models — helping them understand where spend is coming from and how it maps to actual credit usage,” OpenAI said.</p>



<h2 class="wp-block-heading">A shift toward AI cost governance</h2>



<p>The introduction of budgeting and usage analytics reflects a broader change in enterprise priorities, according to <a href="https://www.forrester.com/analyst-bio/biswajeet-mahapatra/BIO20046" target="_blank" rel="nofollow">Biswajeet Mahapatra</a>, principal analyst at Forrester.</p>



<p>“Enterprises are clearly shifting from adoption-led enthusiasm to cost and value governance, but this is a natural maturity transition rather than a pullback,” Mahapatra said. “AI is no longer an adoption problem but a measurement and credibility problem, with productivity gains present but fragmented and hard to tie to financial outcomes.”</p>



<p>As AI expands across business units, spending becomes distributed across teams, tools and experiments, making visibility and governance increasingly important, he said.</p>



<p>“Budgeting, usage visibility and spend controls are therefore becoming foundational, not just operational concerns, as they enable alignment between technology usage and business outcomes,” Mahapatra added.</p>



<p>OpenAI is addressing those needs with its new dashboards and spending controls address, he said.</p>



<h2 class="wp-block-heading">Agent sprawl will add to cost control challenges</h2>



<p><a href="https://www.gartner.com/en/experts/anushree-verma" target="_blank" rel="nofollow">Anushree Verma</a>, senior director analyst at Gartner, said <a href="https://www.cio.com/article/4182274/linux-foundation-targets-ais-cost-management-problem-with-tokenomics-foundation.html">AI cost governance</a> is becoming a focus for enterprises, as fragmented pricing models, vendor-defined consumption units and inconsistent pricing structures make it difficult for organizations to predict AI costs.</p>



<p>She expects the challenge to intensify over the next few years as enterprises scale up their use of AI.</p>



<p>“By 2028, an average global Fortune 500 enterprise will have over 150,000 agents in use, up from less than 15 in 2025, generating significant <a href="https://www.cio.com/article/3987692/new-agentic-ai-tools-bring-new-threat-agent-sprawl.html">agent sprawl</a>, IT complexity and management challenges,” she said.</p>



<p>Against that backdrop, OpenAI’s new administrative capabilities provide organizations with tools to monitor organizational usage and spending as AI deployments become larger and more distributed.</p>



<h2 class="wp-block-heading">Measuring AI value beyond consumption</h2>



<p>While OpenAI’s analytics emphasize adoption patterns and usage visibility, analysts say enterprises will ultimately need to connect AI consumption with business outcomes.</p>



<p>“Token consumption alone is insufficient because it measures activity rather than impact,” Mahapatra said.</p>



<p>Instead, organizations should evaluate AI initiatives using business metrics such as revenue growth, cost reduction and risk mitigation alongside operational indicators including productivity improvements and quality gains.</p>



<p>Verma said traditional cloud FinOps practices are also evolving to accommodate AI’s usage-based economics.</p>



<p>“Traditional FinOps practices were built around predictable, centralized cloud environments and are insufficient for handling unpredictable AI consumption metrics, such as token usage, LLM requests and GPU hours,” she said.</p>



<p>She added that real-time tracking is becoming increasingly important as multiagent systems scale, because misconfigurations can cause AI costs to rise rapidly across interconnected environments.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI adds spend controls and usage analytics to ChatGPT Enterprise]]></title>
<description><![CDATA[OpenAI has introduced spend controls and enhanced usage analytics for ChatGPT Enterprise to enable organizations to monitor AI adoption, track consumption across teams, and set budgets for AI usage. But, analysts cautioned, it still can’t show how those costs lead to business benefits.



The new...]]></description>
<link>https://tsecurity.de/de/3610590/it-nachrichten/openai-adds-spend-controls-and-usage-analytics-to-chatgpt-enterprise/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3610590/it-nachrichten/openai-adds-spend-controls-and-usage-analytics-to-chatgpt-enterprise/</guid>
<pubDate>Fri, 19 Jun 2026 16:03:00 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>OpenAI has introduced spend controls and enhanced usage analytics for ChatGPT Enterprise to enable organizations to monitor AI adoption, track consumption across teams, and set budgets for AI usage. But, analysts cautioned, it still can’t show how those costs lead to business benefits.</p>



<p>The new features provide administrators with centralized dashboards showing how ChatGPT is being used across an organization, enabling them to unders<a href="https://www.cio.com/article/4178320/tokenmaxxing-when-ai-adoption-metrics-go-bad.html">tand adoption patterns</a>, and manage AI costs by setting budgets and tracking spending.</p>



<p>“The Global Admin Console brings ChatGPT and Codex credit usage into one view, so admins can see a more granular breakdown of credit consumption across users, products, and models — helping them understand where spend is coming from and how it maps to actual credit usage,” OpenAI said.</p>



<h2 class="wp-block-heading">A shift toward AI cost governance</h2>



<p>The introduction of budgeting and usage analytics reflects a broader change in enterprise priorities, according to <a href="https://www.forrester.com/analyst-bio/biswajeet-mahapatra/BIO20046" target="_blank" rel="noreferrer noopener">Biswajeet Mahapatra</a>, principal analyst at Forrester.</p>



<p>“Enterprises are clearly shifting from adoption-led enthusiasm to cost and value governance, but this is a natural maturity transition rather than a pullback,” Mahapatra said. “AI is no longer an adoption problem but a measurement and credibility problem, with productivity gains present but fragmented and hard to tie to financial outcomes.”</p>



<p>As AI expands across business units, spending becomes distributed across teams, tools and experiments, making visibility and governance increasingly important, he said.</p>



<p>“Budgeting, usage visibility and spend controls are therefore becoming foundational, not just operational concerns, as they enable alignment between technology usage and business outcomes,” Mahapatra added.</p>



<p>OpenAI is addressing those needs with its new dashboards and spending controls address, he said.</p>



<h2 class="wp-block-heading">Agent sprawl will add to cost control challenges</h2>



<p><a href="https://www.gartner.com/en/experts/anushree-verma" target="_blank" rel="noreferrer noopener">Anushree Verma</a>, senior director analyst at Gartner, said <a href="https://www.cio.com/article/4182274/linux-foundation-targets-ais-cost-management-problem-with-tokenomics-foundation.html">AI cost governance</a> is becoming a focus for enterprises, as fragmented pricing models, vendor-defined consumption units and inconsistent pricing structures make it difficult for organizations to predict AI costs.</p>



<p>She expects the challenge to intensify over the next few years as enterprises scale up their use of AI.</p>



<p>“By 2028, an average global Fortune 500 enterprise will have over 150,000 agents in use, up from less than 15 in 2025, generating significant <a href="https://www.cio.com/article/3987692/new-agentic-ai-tools-bring-new-threat-agent-sprawl.html">agent sprawl</a>, IT complexity and management challenges,” she said.</p>



<p>Against that backdrop, OpenAI’s new administrative capabilities provide organizations with tools to monitor organizational usage and spending as AI deployments become larger and more distributed.</p>



<h2 class="wp-block-heading">Measuring AI value beyond consumption</h2>



<p>While OpenAI’s analytics emphasize adoption patterns and usage visibility, analysts say enterprises will ultimately need to connect AI consumption with business outcomes.</p>



<p>“Token consumption alone is insufficient because it measures activity rather than impact,” Mahapatra said.</p>



<p>Instead, organizations should evaluate AI initiatives using business metrics such as revenue growth, cost reduction and risk mitigation alongside operational indicators including productivity improvements and quality gains.</p>



<p>Verma said traditional cloud FinOps practices are also evolving to accommodate AI’s usage-based economics.</p>



<p>“Traditional FinOps practices were built around predictable, centralized cloud environments and are insufficient for handling unpredictable AI consumption metrics, such as token usage, LLM requests and GPU hours,” she said.</p>



<p>She added that real-time tracking is becoming increasingly important as multiagent systems scale, because misconfigurations can cause AI costs to rise rapidly across interconnected environments.</p>



<p><em>This article first appeared on <a href="https://www.cio.com/article/4187252/openai-adds-spend-controls-and-usage-analytics-to-chatgpt-enterprise.html">CIO</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Who owns the control plane? Google Cloud Next 2026 and the real contest in agentic AI]]></title>
<description><![CDATA[I recently spent some time reflecting on the announcements from Google Cloud Next 2026, as well as a series of vendor briefings and a handful of enterprise architecture engagements, where the same question kept coming up across different venues: once an organization has agents, who governs them? ...]]></description>
<link>https://tsecurity.de/de/3604149/it-security-nachrichten/who-owns-the-control-plane-google-cloud-next-2026-and-the-real-contest-in-agentic-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3604149/it-security-nachrichten/who-owns-the-control-plane-google-cloud-next-2026-and-the-real-contest-in-agentic-ai/</guid>
<pubDate>Wed, 17 Jun 2026 11:09:08 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>I recently spent some time reflecting on the announcements from Google Cloud Next 2026, as well as a series of vendor briefings and a handful of enterprise architecture engagements, where the same question kept coming up across different venues: once an organization has agents, who governs them? For two years, the enterprise AI conversation has been a conversation about models — whose is largest, whose is cheapest, whose context window stretches furthest.  Virtually no one was talking about data and semantic context.</p>



<p>After getting some perspective, I was forced to consider that model obsession might have finally fizzled out under the grim reality of non-existent ontologies and limited to no semantic context for enterprise data. The interesting question is no longer which model an enterprise runs. It is who controls the connective context layer — the agentic control plane — that decides what those agents know, what they are allowed to do and who is accountable when a thousand of them are running at once. Whoever owns that layer owns the next decade of enterprise AI and judging by the “marketecture” of every major vendor at Next 2026, the industry has reached the same conclusion.</p>



<p>The urgency here is clearly not a slide-ware exercise. Gartner has <a href="https://www.gartner.com/en/newsroom/press-releases/2025-08-26-gartner-predicts-40-percent-of-enterprise-apps-will-feature-task-specific-ai-agents-by-2026-up-from-less-than-5-percent-in-2025" rel="nofollow">reported</a> an exponential surge in enterprise inquiries about multi-agent systems and predicts that 40% of enterprise applications will embed task-specific agents by the end of 2026, up from less than 5% a year earlier. Yet the same analysts deliver an equally important counterweight: Gartner also <a href="https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027" rel="nofollow">expects</a> more than 40% of agentic AI projects to be canceled by the end of 2027, citing escalating cost, an expanded risk surface and governance that no one built in advance. The <a href="https://www.gartner.com/en/articles/hype-cycle-for-agentic-ai" rel="nofollow">2026 Gartner Hype Cycle for Agentic AI</a> makes the diagnosis plain — governance, security and FinOps capabilities are proliferating precisely because enterprises are alarmed about accountability and control as agents grow more autonomous and interconnected. Exponential demand colliding with non-existent guardrails is the environment Google walked into. So, what is the path forward to a control plane an enterprise can actually trust?</p>



<h2 class="wp-block-heading">What Google actually brought to Next 2026</h2>



<p>I’m not ardent supporter of single-ecosystem architectures.  That’s not the world we live in and interoperability has always prevailed as the final arbiter of truth.  Beneath all the agent drama, however, Google’s message was fundamentally architectural. The company repositioned Gemini less as a standalone model and more as the connective and contextual tissue binding data systems, applications and agent runtimes, and assembled Big Query, Alloy DB, Spanner and its managed Spark service into a new category it calls the Agentic Data Cloud. As <a href="https://www.constellationr.com/insights/news/google-cloud-next-2026-look-big-themes" rel="nofollow">Constellation Research</a> observed, the standardization of data on Apache Iceberg has put the data layer itself in play, and Google responded by stacking its assets into a cross-cloud lakehouse and a knowledge catalog, complete with migration tooling pointed squarely at Snowflake and Databricks.</p>



<p>Three pillars define the offering. The first is a federated data layer built on the principle of reach, not relocation. By integrating Cross-Cloud Interconnect directly into the data plane and pairing it with the Apache Iceberg REST Catalog, Google lets agents query data residing on AWS or Azure as though it were local, with no egress fees and extends bi-directional federation in preview to Databricks’ Unity Catalog, Snowflake’s Polaris and the AWS Glue Data Catalog, <a href="https://cloud.google.com/blog/products/data-analytics/whats-new-in-the-agentic-data-cloud" rel="nofollow">according to Google’s own technical briefings</a> and <a href="https://venturebeat.com/data/the-modern-data-stack-was-built-for-humans-asking-questions-google-just-rebuilt-its-for-agents-taking-action" rel="nofollow">independent analysis</a>. Google data cloud managing director Yasmeen Ahmad summarized in Google’s <a href="https://cloud.google.com/blog/topics/google-cloud-next/welcome-to-google-cloud-next26" rel="nofollow">Next ’26 announcement</a> with characteristic economy: you don’t move the data, you connect it.</p>



<p>The second pillar is a semantic layer — the Knowledge Catalog, an evolution of Dataplex — which uses Gemini to tag assets, infer relationships and map business meaning so that agents are grounded rather than, as one <a href="https://egen.ai/insights/three-biggest-ai-announcements-from-google-cloud-next-2026/" rel="nofollow">analysis</a> put it, fast but blind. Critically, its retrieval is permission-aware, meaning agents can only retrieve and act on assets they are explicitly authorized to see — a design choice that fuses context delivery and access control into a single operation. The third pillar is a build layer, the Data Agent Kit, which ships as portable skills, MCP tools and IDE extensions that drop into VS Code, Claude Code, Gemini CLI and Codex, deliberately declining to impose a new proprietary interface.</p>



<p>This is a credible and, to Google’s credit, a mostly real offering.  A control plane, however, is a claim, not a feature, and the term deserves more focus and detail than vendors typically provide.   An agentic control plane is not a product it is a semantically governed set of domain services and underlying structured and unstructured data.   How we federate agentic access and data with intention and governance means everything.</p>



<h2 class="wp-block-heading">What an interoperable control plane requires</h2>



<p>A control plane governs how a system behaves rather than performing the work itself. For agents, a genuine control plane must deliver at least five functions, and an interoperable one must deliver them across vendor, model and cloud boundaries rather than only within a single domain or scope.</p>



<p>The first is identity. Agents are a new class of non-human actors, and an enterprise must be able to authenticate them and manage their actions. Microsoft’s competing Agent 365, unveiled at Ignite 2025, is built explicitly around a registry of which agents exist, plus access control and security — as an Ignite 2025 <a href="https://news.microsoft.com/ignite-2025-book-of-news/" rel="nofollow">industry analysis</a> noted, that identity is foundational. The second is context and semantics, the half of the problem the data clouds have collectively rushed toward. The third, and the most consistently underplayed, is action governance — control not merely over what an agent can read, but over what it can do: the writes, the state changes, the transactional operations. The fourth is observability and lifecycle management, the simulate-evaluate-monitor-optimize loop across an agent fleet, where Google’s integrated offering is, by most accounts, the most complete a hyperscaler has yet shipped. The fifth is economics; the reason so many projects are forecast to fail is partly cost, and FinOps for agentic AI is now an expressly named discipline on Gartner’s Hype Cycle.</p>



<p>Interoperability cuts across all five, and here the industry has done something genuinely impactful and useful: it has agreed on protocols. The Model Context Protocol, originated by Anthropic and since donated to the Linux Foundation under multi-vendor governance, standardizes how an agent connects to tools and data. The Agent2Agent protocol, originated by Google and likewise moved to the Linux Foundation, governs how agents discover and delegate to one another across organizational boundaries. <a href="https://www.atchai.com/blog/model-context-protocol-enterprise-guide-2026" rel="nofollow">Forrester predicts</a> that 30% of enterprise app vendors will launch their own MCP servers in 2026, and <a href="https://www.gartner.com/en/newsroom/press-releases/2025-08-26-gartner-predicts-40-percent-of-enterprise-apps-will-feature-task-specific-ai-agents-by-2026-up-from-less-than-5-percent-in-2025" rel="nofollow">Gartner’s Anushree Verma</a> positions standardized protocols as the enabler of the seamless interoperability that, by 2028, will let networks of specialized agents collaborate dynamically across applications.</p>



<p>What is key here — and what enterprise leaders miss — is that open protocols deliver portable messages, not a portable control plane. Two agents can exchange tasks across clouds in A2A all day long, but identity, semantics, action governance, observability and cost remain platform functions.  A2A and MCP have ensured that the communication protocol has been commoditized.  The final frontier and the competitive moat is not the communication and access protocol, it is the semantic context and the business ontology</p>



<h2 class="wp-block-heading">Where Google is strong, and where leaders should look twice</h2>



<p>Google deserves real credit for embracing open standards where it counts. It adopted MCP across its own services, repositioned Apigee as an MCP bridge that turns any standard API into a governed agent tool and built its federation story on the open Iceberg REST Catalog rather than a proprietary format. <a href="https://tbri.com/special-reports/next-2026-lakehouse-and-agentic-paas-push-google-cloud-closer-to-the-center-of-ai-value-creation/" rel="nofollow">Technology Business Research</a> (TBR) characterized this as a meaningful strategic shift: a company historically defensive about keeping data inside BigQuery now signals that it cares less about where data physically resides than about ensuring Gemini is the semantic context layer generating value on top of it.</p>



<p>That repositioning is exactly the lock-in risk an enterprise must carefully consider, and two limitations matter significantly and deserve an architect’s attention. The first is that federation is not the same as unified control. In my view, TBR’s analysis is totally on point: The Knowledge Catalog addresses upper-stack governance but is not an operational catalog in the way that Databricks’ Unity Catalog, Snowflake’s Polaris and AWS Glue are — those systems govern the underlying Iceberg tables. Google reads into them; it does not replace them. The second is that the focus of lock-in has simply moved up the stack to the semantic context and ontology layers.  Moor Insights &amp; Strategy and others all have cautionary tales that exiting Google-managed semantics, Gemini agents or BigQuery abstractions may prove harder than migrating the data itself. The semantics and the orchestration are now the sticky layer. I think this is a logically coherent and impressive strategy, but for every gain, something is lost.  That loss is exactly the moment where an enterprise either preserves its independence or succumbs to lock-in for convenience and expedience.</p>



<p>There is a maturity gap also worth mentioning here as well. One widely-circulated <a href="https://blog.rittmananalytics.com/google-next-26-the-agent-stack-is-ready-the-semantic-engine-isn-t-44d1287e31f9" rel="nofollow">analysis</a> of Next 2026 carried its verdict in the title — the agent stack is ready, the semantic engine isn’t — arguing that the Knowledge Catalog, however promising, is not yet the governed business-context layer a true enterprise operating system demands and remains more aspirational than operational. With much of the federation and catalog functionality still in preview, optimism is the right approach from my perspective, not “all-in” commitment.</p>



<h2 class="wp-block-heading">Meanwhile, the competition is playing a different game</h2>



<p>The competitors are not building the same artifact, and the differences are instructive. The data-cloud catalogs — Databricks Unity Catalog, Snowflake Polaris and Cortex, AWS Glue, Microsoft Fabric — govern data and, increasingly, semantics; the entire field now accepts that agents need context, not merely access, as <a href="https://www.infoworld.com/article/4162737/google-pitches-agentic-data-cloud-to-help-enterprises-turn-data-into-context-for-ai-agents.html">industry analysis</a> of the field documents. Their structural limit is that catalog constraints are frequently informational rather than strictly enforced, and metric-oriented semantic layers model measures rather than actions or state changes. They excel at conversing with data and remain weaker at agents that act. The agent-management planes, exemplified by Microsoft’s Agent 365, approach the problem from fleet control — registry, identity, observability — and are excellent for organizations living inside Microsoft 365, bounded by that same dependence.</p>



<p>Palantir Foundry represents a genuinely different category. Where catalogs register tables and semantic layers define metrics, Foundry is built around an ontology that models entities, their typed relationships and the actions that can be taken against them — semantics in service of operational execution, not merely analytics.  That distinction is the single most important idea for anyone designing an agentic control plane today. As <a href="https://atlan.com/know/ontology-vs-semantic-layer/" rel="nofollow">Atlan</a> frames it, a semantic layer hands agents governed metrics, which solves half the problem; agents that reason across domains and act need a knowledge-representation layer underneath — what things are, how they relate and what operations are possible. A control plane that governs reads but not writes, metrics but not actions, is fundamentally limiting for agents, and semi-autonomous action is the entire point.    It is also worth noting, the semantic layer itself is now standardizing: the Open Semantic Interchange initiative, launched in late 2025 by Snowflake, dbt Labs, Salesforce and a coalition of partners under an Apache 2.0 license, finalized its v1.0 specification in early 2026. Just as MCP and A2A commoditized the agent communication protocols, OSI aims to commoditize semantic portability.</p>



<h2 class="wp-block-heading">A blueprint for enterprise leaders</h2>



<p>As always, the path forward is clear enough to state but extremely demanding to execute. An interoperable agentic control plane is not a product an enterprise purchases from a single vendor; it is an architecture it composes — open standards at the commoditized layers, owned assets at the differentiating one. Drawing on both the Next 2026 announcements and recent architectural engagements, I would urge leaders to prioritize four design commitments.</p>



<p><strong>First, standardize on open formats at the storage layer. </strong>Apache Iceberg and its REST Catalog deliver genuine data portability, and this is the one element of Google’s model worth adopting wholesale, precisely because the broader industry already has. Second, standardize on open protocols at the agent layer— A2A between agents and MCP to tools and systems — so that a Gemini agent, a Claude agent and a partner’s agent can interoperate without any one of them owning the others. Third, own the semantic and ontology layer in the middle. Don’t just model metrics but entities, relationships and the typed actions agents may perform; this is what delivers semantic portability and keeps the vendor lock-in at bay and in the enterprise’s own hands rather than a vendor.   Fourth, own the control-plane core components — identity, registry, observability and policy — so that governance remains independent of any single platform.</p>



<p>Any vendor relationship that requires managed semantics will make it intentionally harder to migrate data.   The architectural response should never be to place those semantics in any single vendor’s control in the first place. Federation buys data portability; an owned ontology buys semantic portability; open protocols buy agent portability. Composed together, they close the gap that the analysts identified.</p>



<p>The vendors will continue to make the case that the control plane is a product. The analysts — Gartner on governance and failure rates, Forrester on protocol proliferation, TBR and Moor on the limits of federation — are collectively telling enterprise leaders something more useful: it is an architectural decision, and the organizations that treat it as one, that build adaptive governance before their agentic minions outpace them and that preserve the option to change their minds, will be the ones still in command of their AI a decade from now.</p>



<p>Google Cloud Next 2026 is a genuinely strong architecture, and there is no doubt that it is the most complete agentic control-plane offering any hyperscaler has yet shipped. It is also the clearest illustration to date of why no enterprise should outsource its control plane to anyone. The shift from owning models to owning the control plane is not just underway; for organizations serious about operating at the speed of an agent-driven business, it is inevitable. The winning move at this point is to show up with an architecture, not a purchase order.</p>



<p><em>This article was made possible by our partnership with the IASA </em><a href="https://chiefarchitectforum.org/" target="_blank" rel="nofollow"><em>Chief Architect Forum</em></a><em>. The CAF’s purpose is to test, challenge and support the art and science of Business Technology Architecture and its evolution over time, as well as grow the influence and leadership of chief architects both inside and outside the profession. The CAF is a leadership community of the</em><a href="https://iasaglobal.org/" target="_blank" rel="nofollow"><em> IASA</em></a><em>, the leading non-profit professional association for business technology architects.</em> </p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud strategies have become more complicated than ever]]></title>
<description><![CDATA[With years of cloud experience, IT leaders thought they finally had firm control of their cloud strategies. And then came AI.



Of course, cloud issues today extend beyond artificial intelligence. Where to place cloud workloads for maximum efficiency is one. Questions about governance, sovereign...]]></description>
<link>https://tsecurity.de/de/3602225/it-security-nachrichten/cloud-strategies-have-become-more-complicated-than-ever/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3602225/it-security-nachrichten/cloud-strategies-have-become-more-complicated-than-ever/</guid>
<pubDate>Tue, 16 Jun 2026 16:57:06 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>With years of cloud experience, IT leaders thought they finally had firm control of their cloud strategies. And then came AI.</p>



<p>Of course, cloud issues today extend beyond artificial intelligence. Where to place cloud workloads for maximum efficiency is one. Questions about governance, sovereignty, the growing sophistication of cyberthreats, and escalating cost concerns are also conspiring to make the cloud ever more complicated.</p>



<p>“It’s just grown into a complex mess,” observes cloud expert <a href="https://www.infoworld.com/profile/david-linthicum/">David Linthicum</a>, emphasizing that cloud strategy today needs to address private cloud, multicloud, hybrid cloud, and sovereign clouds — much more than most CIOs have dealt with to date.</p>



<p>Initially, cloud discussions centered around agility, scalability, and cost optimization, says <a href="https://www.joshuabellendir.com/">Joshua Bellendir</a>, CIO of retailer WHSmith North America. “Today, we are balancing a much broader and more complicated set of considerations, including AI readiness, cybersecurity, data governance, sovereign data requirements, edge computing, integration architecture, and operational resilience.”</p>



<p>One of the biggest shifts is that “cloud is no longer simply an infrastructure conversation,” Bellendir says. “It has become deeply tied to enterprise architecture, business transformation strategy, and data strategy.”</p>



<p><a href="https://www.linkedin.com/in/amitbasu/">Amit Basu</a>, vice president, CIO, and CISO of International Seaways, also notes cloud’s growing complexity. While reduced capital expenditure and greater flexibility still apply in some areas, dealing with the environment has become significantly more challenging, he says.</p>



<p>Sweetwater CIO <a href="https://www.linkedin.com/in/jasonpauljohnson/">Jason Johnson</a> describes the current state as “genuinely one of the more complex times to be managing cloud.” Providers keep expanding their catalogs with more SKUs, more services, and more options, he says. “While that’s great for capability, it creates real overhead in just keeping up. You need people who understand not just what’s available, but what’s actually the right fit for your use case.”</p>



<p>Many organizations are now entering a second phase of cloud maturity. “The earlier phase was focused heavily on migration and modernization,” Johnson says. “The current phase is more focused on optimization, governance, AI enablement, and operational sustainability. That shift is changing the conversation significantly for the CIOs I’m speaking with.”</p>



<p>But few CIOs have the luxury of simply pondering what to do. All must meet the challenges of complexifying cloud strategies head on.</p>



<h2 class="wp-block-heading">How AI changes the cloud calculus</h2>



<p>The desire to deploy AI quickly is creating tremendous pressure on IT leaders, with cloud a central concern, Linthicum says.</p>



<p>“The board of directors are screaming for it worse than the cloud push 15 years ago,” he says. “CIOs are feeling the pinch and having to make that move as quickly as they can” to gain more compute for AI initiatives in an already tricky environment, he adds.</p>



<p>At the same time, CIOs must solve the data complexity problem before integrating AI systems, Linthicum notes. “They’re running around in circles right now trying to figure out the best way to do that.”</p>



<p>Hyperscalers used to be “the easy button,” Linthicum says, “but they’ll be three, four times the cost.”</p>



<p>AI systems cost 10 times as much as traditional equivalent applications, he estimates. “So [CIOs are] putting a lot of money on the line.”</p>



<p>International Seaways’ Basu says AI has changed the architecture conversation. “GPU availability, vector databases, low-latency inference, and large-scale data pipelines introduce requirements that do not fit neatly into traditional cloud design models,” he notes. “Organizations are no longer simply lifting and shifting workloads. They are designing for very different compute and data requirements.”</p>



<p><a href="https://www.linkedin.com/in/zacharylewis1/">Zachary Lewis</a>, CIO and CISO of University of Health Sciences and Pharmacy, says the needs of internal stakeholders only compound that complexity. <a href="https://www.linkedin.com/in/zacharylewis1/">Business unit</a>s want disparate AI capabilities, security teams want governance and some control over AI apps, the general counsel wants to know what kind of data is being put in the AI model, and the finance team wants cost predictability.</p>



<p>“CIOs have to reconcile all of this and try to deliver on everyone’s needs, and you have to do that successfully,” Lewis says. “Everyone has a different end goal and demand and we’re trying to square all of that for them.”</p>



<p>Ever since the online retailer of musical instruments and pro audio equipment formalized its cloud strategy around 2016, Sweetwater’s Johnson has sought to place workloads wherever it made the most sense for external and internal customers.</p>



<p>“Anything customer-facing needs to be geo-specific; as close to the end user as possible,” he says. “Same logic applies — internal workloads belong close to whoever is using them.”</p>



<p>The cloud offers infinite opportunities, and with that comes infinite levels of complexity, he says. “It’s just the reality of the model.”</p>



<p>“AI wouldn’t be possible without the cloud. The compute scale AI needed had already been built — the cloud had it and could deliver it,” he adds. “In a lot of ways, AI might be the cloud’s greatest gift to the industry. They enabled each other.”</p>



<h2 class="wp-block-heading">Cloud cost control complexifies</h2>



<p>Johnson’s biggest headache is managing costs consistently. “It used to be relatively straightforward: compute, storage, egress. Now it’s a puzzle,” he says. “Reserved instances, savings plans, spot pricing, per-request costs, data transfer fees between regions — it stacks up fast — and it’s genuinely hard to predict what your bill is going to look like until it arrives.”</p>



<p>Consequently, <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a> has become a discipline in its own right, he says.</p>



<p>Basu also believes FinOps has become essential. “AI inference costs, egress charges, and storage growth can create month-over-month cost swings that surprise even experienced teams,” he says. “Cost management is now a continuous operational discipline rather than an occasional review exercise.”</p>



<p>Vendor lock-in is also always in the back of Johnson’s mind. “The more deeply you integrate with a provider’s native services, the harder it is to move.” While that’s not always bad, he adds, it’s a tradeoff. “I think about it like technical debt. You’re borrowing speed now and paying interest later if you ever want to change direction.”</p>



<p>But Johnson recognizes that cloud providers are businesses that “squeeze for revenue and margin, and they change the rules on how you buy committed discounts and manage spend.”</p>



<p>Financial efficiency doesn’t happen by accident, he points out. It requires teams, processes, and real investment in FinOps. “<a href="https://www.cio.com/article/189652/top-13-cloud-cost-management-tools.html">The tools exist</a>. Using them well is the harder part,” he says.</p>



<p>Most organizations have their financial expertise sitting in accounting and their technical expertise sitting in IT, Johnson explains. Getting those two to work together on cloud cost is a relatively new challenge.</p>



<p>“Ten years ago, the model was simple: You asked for a CapEx budget, accounting approved it, you placed hardware orders, and IT installed and optimized. Done. Now it’s a daily exercise,” Johnson says. “New services get turned on, contracts change, pricing structures shift. Finance understands the cash but not the tech. IT understands the tech but not the financial levers.”</p>



<p>Every major cloud provider has the tools, Johnson explains. “AWS Cost Explorer, Azure Cost Management, GCP’s billing dashboards. The data is all there.” But most organizations aren’t acting on that data, he says, “and then the bill shows up and people are surprised. The tools told you it was coming. You just weren’t listening.”</p>



<h2 class="wp-block-heading">Data regulations add sovereign subtleties</h2>



<p>The University of Health Sciences and Pharmacy has students from all over the world. Cloud has become significantly more difficult to manage due to the <a href="https://www.cio.com/article/4168666/cios-rise-to-the-global-challenge.html">rise in regulatory laws around the globe</a> surrounding data, Lewis says.</p>



<p>“We have to understand if the metadata is in a specific cloud region, where it is stored, and kept,” he says. “If that data ends up in a model we trained internally, can we guarantee it stays in the EU? Then, if someone wants their data purged, can we find all those locations with some level of competence?”</p>



<p>Basu says data sovereignty has become another major architectural consideration. “It affects where workloads can run, how data moves between regions, and what can be done with certain datasets,” he says. “You cannot assume a hyperscaler’s default configuration satisfies your regulatory obligations.”</p>



<h2 class="wp-block-heading">Private vs. public vs. on-prem</h2>



<p>AI has <a href="https://www.cio.com/article/2104613/private-cloud-makes-its-comeback-thanks-to-ai.html">sparked a rethink</a> on where to place cloud workloads, but Sweetwater’s Johnson believes the question of whether to pull more workloads into private clouds versus public clouds shifts more often than people expect. “I think the vast majority of our workloads are in the right place right now, but we got there by being willing to question the default,” he says.</p>



<p>Sweetwater does not operate under a rule that says new workloads always go to the cloud, he notes. A workload might start in the cloud and end up on-prem if the math changes. “The discipline is in reviewing that in real-time, finding the inflection points, and right-sizing as you go. Right tool, right time. That’s the only principle that holds up over time.”</p>



<p>International Seaways’ Basu is not planning a move toward private cloud, as the economics and operational overhead do not justify it for his organization.</p>



<p>“The right question is what is the correct data residency, latency, and control model for each workload,” he says. “That is a data classification discipline, not a cloud deployment strategy.”</p>



<p>Lewis, who has about 95% of the University of Health Sciences and Pharmacy’s infrastructure running in the cloud, doesn’t see a good alternative given how the stakes have changed for AI and hardware.</p>



<p>“If you want to train large scale data lakes and make informed business decisions with machine learning and the intelligence behind it, it’s almost not practical anymore” to be on-prem, Lewis says.</p>



<p>CIOs need to ask themselves whether they have the expertise to handle that infrastructure, he adds. Ultimately, “you have to make the best of what you’ve got,” he says.</p>



<h2 class="wp-block-heading">Stay focused on fundamentals</h2>



<p>Organizations may want to chase the shiny object, which is agentic AI right now, but IT leaders should focus on their infrastructure, management, and platform planning, Linthicum stresses.</p>



<p>“It’s not as fun,” he says, “but to do any AI within your environment, you have to solve those issues.”</p>



<p>The cloud enables a lot of architectural patterns, and that freedom will work against you if you don’t have guardrails, cautions Sweetwater’s Johnson. “Write the guidance document before you need it — not after you’ve already got five teams doing things five different ways.”</p>



<p>IT leaders also need to get ahead of tagging and cost visibility early, saying that it needs to be a first step, not a cleanup project. “If you can’t see your spend clearly from day one, you’re already behind,” he says.</p>



<p>A key step is to build an auditing program with solid controls around who can create production changes, Johnson says. “The blast radius of a bad change in the cloud is bigger and faster than most people expect, until they experience it.”</p>



<h2 class="wp-block-heading">The skills question</h2>



<p>The skills needed to operate a modern cloud environment are evolving faster than most internal teams can realistically keep up with, Basu says. As a result, International Seaways relies on specialized MSPs rather than trying to maintain deep in-house expertise across every domain.</p>



<p>“That gives us access to current capabilities without constantly retraining or rebuilding teams as the technology changes,” he explains. “The decisions that protected us in 2020 were made years before anyone realized how important they would become. Infrastructure strategy is always about preparing for a future that is not yet fully visible.”</p>



<p>The key is to make those decisions deliberately, with clear reasoning, rather than reacting under pressure later, he adds.</p>



<h2 class="wp-block-heading">Build adaptable organizations</h2>



<p>Edge computing is adding another layer of complexity, Johnson says. Leaders who navigate this effectively won’t be the ones who find the perfect architecture, he notes. “They’re the ones building organizations that can adapt quickly when the right answer changes tomorrow,” he says.</p>



<p>The real competitive advantage is not the cloud you picked, but how fast your team can learn and move, Johnson says.</p>



<p>Asked about other advice to make cloud less complicated, the CIOs offered the following:</p>



<ul class="wp-block-list">
<li><strong>Treat your cloud architecture like a product, not a project.</strong> It needs ongoing ownership, not just implementation, Johnson stresses.</li>



<li><strong>Make sure you’re reviewing your decisions regularly. </strong>“The right call at year one often isn’t the right call at year three. Build in the checkpoints to revisit,” Johnson says.</li>



<li><strong>Tie every workload to a cost center.</strong> Basu has done this, and IT continuously reviews utilization and rightsizing rather than waiting for periodic audits.</li>



<li><strong>Data classification determines regional placement.</strong> Before any workload reaches production, ensure “Legal and Compliance are in that conversation from the start, not at the end,” Basu says.</li>



<li><strong>Create a cloud-ready solution. </strong>This can sometimes be less expensive and lower risk than lifting and shifting a heavily customized legacy environment, Basu says.</li>



<li><strong>Consolidation is a strategic choice, not a retreat. </strong>Fewer platforms, governed well, consistently outperform a fragmented multicloud estate, he says.</li>



<li><strong>Don’t underestimate the governance gap AI is opening. </strong>Build your AI governance layer now, before the debt accumulates, Basu says.</li>



<li><strong>Cloud strategy is not an IT architecture decision. </strong>The pandemic proved that it is a business resilience decision, Basu says. “The organizations that make the hard calls before the crisis arrives are the ones that come out intact.”</li>



<li><strong>Ensure cloud decisions are tied to measurable business outcomes. </strong>WHSmith’s Bellendir says IT is also investing heavily in integration architecture, cybersecurity controls, observability, and data governance to better support a hybrid ecosystem.</li>



<li><strong>Place greater emphasis on cloud cost governance and operational discipline. </strong>This will improve visibility into cloud usage and ensure that scaling AI, analytics, and digital initiatives remains financially sustainable over time, Bellendir says.</li>
</ul>



<p>While no one can foresee whether cloud will grow less complicated down the road, organizations will continue to use it. “Cloud is no longer the future of IT — it’s the present,” says Sweetwater’s Johnson. “The conversation has shifted from ‘should we?’ to ‘how do we get better at it?’ That’s where I spend most of my time.”</p>



<p><em>This story <a href="https://www.cio.com/article/4178280/cloud-strategies-have-become-more-complicated-than-ever.html">originally appeared on CIO</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IT hurtles toward the ‘Great Enterprise Pricing Reset’]]></title>
<description><![CDATA[The SaaS and AI software markets have entered an era of pricing upheaval, with some new pricing models that can benefit IT leaders and some that may burn through their budgets.



The global software marketplace may be headed toward a widespread pricing reset, as AI products that compete with tra...]]></description>
<link>https://tsecurity.de/de/3601365/it-security-nachrichten/it-hurtles-toward-the-great-enterprise-pricing-reset/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3601365/it-security-nachrichten/it-hurtles-toward-the-great-enterprise-pricing-reset/</guid>
<pubDate>Tue, 16 Jun 2026 12:09:36 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>The SaaS and AI software markets have entered an era of pricing upheaval, with some new pricing models that can benefit IT leaders and some that may burn through their budgets.</p>



<p>The global software marketplace may be headed toward a widespread pricing reset, as AI products that compete with traditional SaaS offerings <a href="https://www.cio.com/article/4173257/the-saas-reckoning-why-ai-is-about-to-reprice-enterprise-software.html?utm=hybrid_search">force vendors to rethink</a> per-seat pricing, many observers say.</p>



<p>Pricing for traditional SaaS products is trending toward outcome-based billing, which is generally good news for CIOs and CFOs. At the same time, however, pricing for some AI tools, and some SaaS packages, is moving toward consumption-based billing, which can lead to huge invoice surprises if IT leaders don’t keep a close eye on employee usage.</p>



<p>CIOs should expect major pricing changes — and the need to deal with pricing uncertainty — as software vendors respond to competition and market demand, says <a href="https://www.linkedin.com/in/ramsinghaney" rel="nofollow">Sidharth Ramsinghaney</a>, director of strategy and operations at CRM data platform provider Twilio.</p>



<p>“The most immediate problem is budget volatility that most organizations have never had to manage before,” he says. “The shift transfers forecasting risk from vendor to buyer.”</p>



<p>At least 40% of enterprise SaaS spending will shift toward usage-, agent-, or outcome-based pricing by 2030, <a href="https://www.softwareseni.com/saas-pricing-is-shifting-from-per-seat-to-usage-and-outcome-what-changes-at-your-next-renewal/" rel="nofollow">Gartner has predicted</a>, with seat-based vendor revenue share declining from 21% to 15%. As recently as late 2025, however, some SaaS vendors were <a href="https://www.cio.com/article/4104365/saas-price-hikes-put-cios-budgets-in-a-bind.html?utm=hybrid_search">hiking prices</a>.</p>



<p>AI agents, in particular, have the potential to <a href="https://www.cio.com/article/4158442/ai-isnt-killing-saas-its-exposing-which-platforms-matter.html?utm=hybrid_search">disrupt pricing models</a>, Ramsinghaney says. “That projection holds if AI agents continue replacing human task execution,” he adds. “AI agents have decoupled labor from value, making per-seat pricing obsolete when one agent does work that previously required 10 employees.”</p>



<p>However, if agent adoption stalls, per-seat pricing may have more longevity than current predictions suggest, he says, and with uncertainty about the most profitable pricing model, hybrid pricing may become the default.</p>



<h2 class="wp-block-heading">Questions about outcomes</h2>



<p>Meanwhile, even though some customers have pushed for, and some vendors have experimented with, outcome-based pricing, it’s not an easy model to figure out, Ramsinghaney says.</p>



<p>“Pure outcome-based pricing stays aspirational for most categories because outcome attribution is genuinely hard to measure cleanly,” he adds.</p>



<p><a href="https://www.linkedin.com/in/jaspergeurts/" rel="nofollow">Jasper Geurts</a>, CTO at software consulting firm Software Improvement Group, agrees that outcome-based pricing is difficult to implement. Many AI vendors, for example, are combining seat-based pricing with usage, instead of focusing on outcomes, he says.</p>



<p>Vendors will continue to experiment with outcome- and usage-based models, but there’s an ongoing debate over what counts as an outcome, he notes.</p>



<p> “An agent can pass every acceptance test and still produce code nobody can safely evolve,” he explains. “If you pay only for functional outcomes, you are paying vendors to create technical debt.”</p>



<p>While some SaaS vendors look at outcome-based or hybrid pricing models, it’s a different story with AI vendors, Geurts says. The cost for frontier AI models is going up, not down, with Anthropic’s new Fable 5 model <a href="https://decrypt.co/370688/internet-furious-anthropic-claude-mythos-fable-5" rel="nofollow">costing double</a> the per-token price of Opus 4.8, he notes.</p>



<p>“CIOs tell me the token economy is opaque,” he says. “You cannot forecast a bill when agents decide how many tokens to burn. CIOs should treat tokens like cloud spend a decade ago: Meter it, govern it, tie it to outcomes.”</p>



<p>Still, token pricing isn’t fixed, with both OpenAI and Anthropic <a href="https://finance.yahoo.com/markets/stocks/articles/openai-anthropic-cutting-token-prices-034031580.html" rel="nofollow">considering price cuts</a> to better compete against each other as <a href="https://www.cio.com/article/4181090/what-anthropic-and-openai-ipos-spell-for-cios-ai-budgets.html">both move toward IPOs</a>.</p>



<p>This pricing upheaval creates new headaches for IT leaders, Geurts says. Spending becomes harder to predict, and the outputs harder to control.</p>



<p>“Per-seat pricing capped the bill at headcount,” he adds. “Usage pricing scales with consumption, and as AI moves from assistants to autonomous coding, code volume outgrows what any architecture team can review. The code itself is a liability you keep paying for.”</p>



<p>At the same time that token usage pricing has increased, <a href="https://www.lorka.ai/knowledge-hub/ai-tool-pricing-subscription-costs" rel="nofollow">subscription pricing for AI tools</a> has risen as well, according to a study from Lorka AI, provider of an AI-based writing and research tool.</p>



<p>AI tools that were free or low cost in 2023 now average between $20 and $30 per employee per month, with some premium AI tiers now reaching $200 per month, Lorka AI says. Some enterprises using several AI tools are now spending more than $1,200 per year per employee, often with overlapping functionality between products, according to the company.</p>



<h2 class="wp-block-heading">Vigilance needed</h2>



<p>All of this pricing uncertainty means that IT leaders need to be extra vigilant about software costs, experts say.</p>



<p>CIOs will need to pay close attention to both how services are procured and how much they are used, says <a href="https://innowise.com/authors/maksim-hodar/" rel="nofollow">Maksim Hodar</a>, CIO at software development firm Innowise. CIOs should pay attention to usage analytics so that they can identify cost control measures and determine which pricing model best suits their business cases, he recommends.</p>



<p>CIOs should also conduct pilot programs before scaling the use of new software with new pricing models, he suggests.</p>



<p>“CIO success depends upon your ability to choose a service’s pricing model based on your business process, risk profile, and expected value associated with the service,” he says. “It’s easy to become overwhelmed by trends in the industry and simply go with what everybody else is doing.”</p>



<p>Hodar expects several different pricing models to hang on, with the predictability of per-seat pricing and the flexibility and scalability of usage-based pricing keeping both models around. Outcome-based pricing will also emerge as an alternative as long as vendors and customers can measure the outputs, he predicts.</p>



<p>IT leaders who haven’t yet embraced <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps practices</a> should now do so, adds Twilio’s Ramsinghaney. CIOs should track token and other usage to verify that features deliver more value than they cost, he recommends.</p>



<p>Those enterprises moving to outcome-based pricing models should enter explicit outcome measurement agreements with software and platform providers, he adds. “Attribution disputes are where these contracts fall apart,” he says. “Outcome-based pricing only scales where both parties can agree on attribution, and in complex enterprise environments where multiple factors drive results, that clean attribution often doesn’t exist.”</p>



<p>Like others, Ramsinghaney sees room for multiple pricing models going forward. Usage-based pricing works for infrastructure and API-first products where buyers build their own applications, while outcome-based pricing wins where results are cleanly measurable, such as resolved support tickets or completed workflows.</p>



<p>“Hybrid wins as the dominant model rather than either pure form, because it balances vendor revenue predictability with buyer cost alignment,” he adds.</p>



<p>Some per-seat pricing will survive as well, he says, but its use will shrink to situations where humans remain the primary users and value is closely tied to headcount.</p>



<p>“Per-seat persists for collaboration tools and applications where software augments human work, rather than replacing it,” Ramsinghaney says. “The misalignment only becomes acute when AI agents start acting as users that don’t occupy seats.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Develop smarter AI agents with data fabrics]]></title>
<description><![CDATA[Every organization has data scattered across data warehouses, data lakes, SaaS platforms, cloud drives, and data centers. Data fabrics enable organizations to centralize and control data access, making it easier for users, such as data scientists and citizen data analysts, to find and use trusted...]]></description>
<link>https://tsecurity.de/de/3601177/ai-nachrichten/develop-smarter-ai-agents-with-data-fabrics/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3601177/ai-nachrichten/develop-smarter-ai-agents-with-data-fabrics/</guid>
<pubDate>Tue, 16 Jun 2026 11:03:45 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Every organization has data scattered across data warehouses, data lakes, SaaS platforms, cloud drives, and data centers. Data fabrics enable organizations to centralize and control data access, making it easier for users, such as data scientists and <a href="https://drive.starcio.com/2026/03/citizen-analytics-ai-era-cios/">citizen data analysts</a>, to find and use trusted and governed data sources. </p>



<p><a href="https://www.infoworld.com/article/2338426/how-to-explain-data-meshes-fabrics-and-clouds.html">Data fabrics, data meshes, and distributed data clouds</a> are all platforms to help IT and data teams put some order to the chaos around the myriad of data sources they support. <a href="https://www.infoworld.com/article/3497094/does-your-organization-need-a-data-fabric.html">Large companies need data fabrics</a> due to the volume and variety of their data sources.</p>



<p>“A data fabric can be thought of as the connective tissue that ensures consistent accessibility, availability, and understanding of data across an organization,” says Dominic Wellington, data and AI expert at <a href="https://www.snaplogic.com/">SnapLogic</a>. “Individual siloed platforms may have their own internal data transfer systems, and particular teams or departments may adopt interchanges that work for that domain, but a data fabric operates at a higher level, ensuring that unified data policies are applied end-to-end across the entire enterprise.”</p>



<h2 class="wp-block-heading">Types of data fabrics</h2>



<p>When reviewing data fabrics, it’s important to consider their primary use cases, supported data types, data processing capabilities, data management structures, and governance functions. Below are some considerations when reviewing data fabrics as features, platforms, and stand-alone products.</p>



<ul class="wp-block-list">
<li>Some data fabrics are optimized for analytics and machine learning use cases and may have limited support for unstructured data.</li>



<li>Other data fabrics extend the functionality of data governance platforms beyond data cataloging and metadata management and now include persistent data management, data quality, and dataops capabilities.</li>



<li>Many data integration and API connectivity platforms go beyond proxying, pipelining, and transforming data to include search, governance, and other capabilities from data centralization.</li>



<li>Some SaaS platforms are extending their connectivity and data integration capabilities, enabling multicloud portability and persistent data.</li>



<li>The more advanced data fabrics support features needed for AI agents and AI model training. These platforms create a semantic context layer for structured and unstructured data sources, support <a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html">Model Context Protocol</a> (MCP) integrations, have real-time query capabilities, centralize policy-driven governance, and track data lineage.    </li>
</ul>



<h2 class="wp-block-heading">Why data fabrics are needed for AI</h2>



<p>Data fabrics are not just for enterprises, and today, even smaller companies need them as part of their <a href="https://www.cio.com/article/4136302/how-to-get-ai-democratization-right.html">AI democratization programs</a>. Here are a few reasons why:</p>



<ul class="wp-block-list">
<li><a href="https://drive.starcio.com/2025/10/ai-agents-definitive-guide-saas-security-titans/">AI agents in enterprise SaaS</a> solutions need access to broader data sets than those core to their workflows. Platforms such as Adobe, Appian, Oracle, Salesforce, ServiceNow, SAP, and Workday offer data fabric capabilities to bring data outside of the business processes they manage into scope for their AI agents.</li>



<li><a href="https://www.infoworld.com/article/4160979/addressing-the-challenges-of-unstructured-data-governance-for-ai.html">Unstructured data</a> is important for setting the context for AI agents, and data fabrics are now used to provide access to documents, emails, transcripts, and other media formats.</li>



<li>Data fabrics provide data access standards for the devops teams experimenting with <a href="https://www.infoworld.com/article/4032989/a-developers-guide-to-code-generation.html">AI code generators</a>, <a href="https://www.infoworld.com/article/4058076/vibe-coding-and-the-future-of-software-development.html">vibe coding</a> tools, and spec-driven development approaches to develop applications and AI agents. </li>



<li>As companies use <a href="https://www.infoworld.com/article/4124612/5-requirements-for-using-mcp-servers-to-connect-ai-agents.html">MCP servers</a> to connect AI agents, data fabrics provide a standardized way for the agents to access governed, trusted data sources.</li>
</ul>



<p>“As AI agents move from generating insights to taking action, the data fabric becomes foundational in the agentic era,” says Irfan Kahn, president and chief product officer of  <a href="https://www.sap.com/index.html">SAP Data &amp; Analytics</a>. “Most enterprises operate across scattered data sources and diverse data landscapes, and what’s needed is shared business context, governed access, and clear accountability for how data is used in decision-making. Without that context, agents can’t fully understand or coordinate across the enterprise to deliver meaningful value.”</p>



<p>Sanjay Koppikar, chief product officer and cofounder of <a href="https://evoluteiq.com/">EvoluteIQ</a>, adds, “Multi-agent architectures become untrustworthy when a unifying data fabric architecture is missing, since agents will often work against each other in the service of their own objectives.”</p>



<h2 class="wp-block-heading">Delivering context to AI agents</h2>



<p>AI agents need a combination of real-time data, user information, problem details, and historical context to guide their decision-making. Vishal Sood, president of research and development  at <a href="https://www.typeface.ai/">Typeface</a>, says, “MCP and data fabrics give agents access, but the harder problem is contextualizing data across multiple sources and ensuring the underlying content, media, and unstructured data are trustworthy.”</p>



<p>Data fabrics are the foundational elements for providing current information and long-term memory to AI agents. They simplify the many-to-many problem of connecting multiple AI models, AI agents, and MCP server integrations to multiple structured and unstructured data sources.</p>



<p>“The data fabric does a beautiful job of encompassing three concepts needed to create applications and processes: the data catalog, the data model, and data access,” says Sanat Joshi, executive vice president of product and innovations at <a href="https://www.appian.com/">Appian</a>. “But now add business rules, process models, APIs, security groups, the organizational model, and their interrelationships into one unified view of the enterprise, and that becomes your context layer.” </p>



<h2 class="wp-block-heading">Integrations with data fabrics</h2>



<p>Devops teams just getting started on an AI agent proof of concept may want to connect directly to the optimal data sources and APIs. Michel Tricot, CEO and cofounder at <a href="https://airbyte.com/">Airbyte</a>, says connecting agents to live APIs is a great start, but it creates two big problems: APIs only return data that an agent already knows to ask for, and every query is an expensive API call chain that, with overhead, can overwhelm infrastructure in production volumes.</p>



<p>Tricot says the data fabric for AI use cases must be dynamic, leveraging discovery of available information from replicated data, fetching live contextual information, and writing the data back to business applications to update records.</p>



<p>Moving data in and out of the data fabric requires an integration strategy. <a href="https://www.datacamp.com/blog/what-is-zero-etl">Zero-ETL</a> (extract, transform, load) is one low-cost, efficient approach for connecting to structured data sourced without replicating information. Once information is accessed centrally, it also enables streamlined security and governance.</p>



<p>“The promise of AI agents breaks down when they’re stuck waiting on brittle ETL, dealing with poor data quality, and lacking the right context to perform analysis,” says Preston Wood, chief security and strategy officer at <a href="https://databahn.ai/">Databahn</a>. “Generating AI-ready data within a data fabric gives agents real-time access to operational data without the latency and drift that undermine decision quality. A well-architected data fabric provides the governance and lineage controls that let you deploy agents confidently, knowing exactly what data they’re touching and why.”</p>



<h2 class="wp-block-heading">Centralizing AI-ready data</h2>



<p>Data fabrics centralize <a href="https://www.infoworld.com/article/4091422/how-to-ensure-your-enterprise-data-is-ai-ready.html">AI-ready data</a> and help data governance teams address <a href="https://www.infoworld.com/article/3667314/3-data-quality-metrics-dataops-should-prioritize.html">data quality</a> issues, <a href="https://www.nature.com/articles/s41597-022-01705-8">biased data</a> concerns, <a href="https://drive.starcio.com/2026/02/data-privacy-week-leadership-accountability/">privacy compliance</a>, and other <a href="https://drive.starcio.com/2024/10/6-important-ai-and-data-governance-non-negotiables/">data governance non-negotiables</a>. Data fabrics also help address integration issues, monitor for <a href="https://www.infoworld.com/article/3487711/the-definitive-guide-to-data-pipelines.html">data pipeline errors</a>, and report on performance latencies. The result is that AI agents, models, and other analytics capabilities can then connect to trusted data sources with consistency.</p>



<p>“As AI agents and MCP architectures increasingly rely on data fabrics as their golden source of truth, data quality stops being a hygiene problem and becomes a trust problem, as we all know that trust is foundational to autonomous decision-making,” says Kellyn Gorman, database and AI advocate and engineer at <a href="https://www.red-gate.com/">Redgate Software</a>. “Organizations that invest now in semantic consistency, lineage tracking, and observable data contracts across data fabrics will be the ones whose AI agents can be trusted to act without constant human correction.”</p>



<p>Data fabrics that support zero-ETL and other bidirectional integrations with sources thus become an organizational knowledge base, the data source for training AI models, and a foundation for producing data metrics.</p>



<p>“AI agents are only as reliable as the data they’re built on, and most organizations underestimate how much implicit tribal knowledge lives in their transformation logic rather than their source systems,” says Tobias Ostwald, director of analytics at <a href="https://www.nmi.com/">NMI</a>. “If you’re exposing a data fabric to agents or MCP integrations, you need lineage, testing, and metric definitions baked into the layer itself, not just documented somewhere, because the agent can’t call a colleague to gut-check a number.”</p>



<h2 class="wp-block-heading">Streamlining security and governance</h2>



<p>With a data fabric in place, governance, security, and other risk management leaders have a central location to manage data security, centralize access controls, and fulfill other governance responsibilities. Miles Ward, CTO of AI in Solution Lines at <a href="https://www.insight.com/">Insight</a>, says, “We have to move past security by isolation to a governance model where the fabric itself enforces the pavement and walls of compliance.”</p>



<p>The data fabric also governs entitlements for AI agents and their users. Centralizing these business rules can help organizations avoid creating AI debt, a risk if controls are implemented directly in data sources or consumers.</p>



<p>“The convergence of AI-generated code sprawl and autonomous MCP connectivity creates a ‘perfect storm’ of architectural drift and toxic permission combinations,” says Karen Cohen, vice president of product at <a href="https://apiiro.com/">Apiiro</a>. “Effective governance requires a security data fabric that monitors these autonomous connections in real time to enforce intent-based policies and strictly limit agent scope to its specific purpose. By integrating guardrails that align AI-assisted development with secure architecture principles, enterprises can proactively secure their expanding attack surface without sacrificing developer velocity.”</p>



<h2 class="wp-block-heading">Future considerations for data fabrics</h2>



<p>Expect vendors to expand the scope of their data fabrics beyond text and documents. Some will include <a href="https://www.infoworld.com/article/3833936/improving-intelligent-document-processing-with-generative-ai.html">specialized document processing</a> for common formats such as invoices, contracts, and product documentation. There will be skills and tools to support industry-specific documents such as health records and construction documents. Others will support multimedia file types and provide metadata extraction and search capabilities. </p>



<p>“Enterprises are asking agents to reason across contracts, images, PDFs, and video, and this is where most data fabrics break,” says Dave Shuman, chief data officer at <a href="https://www.precisely.com/">Precisely</a>. “Multimodal data must be chunked, embedded, and governed with the same rigor as structured data, including lineage and access controls.”</p>



<p>Several other emerging capabilities include:</p>



<ul class="wp-block-list">
<li>Extended support for AI agent interfaces to aid in data discovery, and with greater contextual controls on where and when AI agents can access sensitive data</li>



<li>Business ontologies, semantic layers, and knowledge graph capabilities, with management tools or integrations with third-party platforms</li>



<li>Support for data contracts, service-level agreements, centralized data observability, auditing, and other functions that will enhance explainable AI capabilities</li>



<li>Finops functions to track costs for data owners and consumers</li>
</ul>



<p>As more companies depend on AI agents in their operations, expect top data fabric platforms to release capabilities to expand scope, scale, use cases, and governance.  </p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS Weekly Roundup: AWS FinOps Agent in preview, Gemma 4 on Bedrock, Kiro Pro Max, and more (June 15, 2026)]]></title>
<description><![CDATA[This week, New York City is hosting AWS Summit, bringing together builders, customers, and AWS teams for a full day of announcements, demos, and technical sessions at the Javits Center. I wrote blog posts for some of the Summit launches, so I am excited to see them go live this week. I just won’t...]]></description>
<link>https://tsecurity.de/de/3600292/ai-nachrichten/aws-weekly-roundup-aws-finops-agent-in-preview-gemma-4-on-bedrock-kiro-pro-max-and-more-june-15-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3600292/ai-nachrichten/aws-weekly-roundup-aws-finops-agent-in-preview-gemma-4-on-bedrock-kiro-pro-max-and-more-june-15-2026/</guid>
<pubDate>Tue, 16 Jun 2026 00:07:27 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[This week, New York City is hosting AWS Summit, bringing together builders, customers, and AWS teams for a full day of announcements, demos, and technical sessions at the Javits Center. I wrote blog posts for some of the Summit launches, so I am excited to see them go live this week. I just won’t be […]]]></content:encoded>
</item>
<item>
<title><![CDATA[The 11 hardest IT roles to fill in 2026 — and what’s changed]]></title>
<description><![CDATA[These days, hiring a specialist is relatively easy — a SOC analyst, an ML researcher, a cloud architect. Those requisitions close in weeks. What stays open for six to nine months are hybrid roles: engineers fluent in AI who can go deep in code and also understand the business. “Three skills, one ...]]></description>
<link>https://tsecurity.de/de/3598737/it-nachrichten/the-11-hardest-it-roles-to-fill-in-2026-and-whats-changed/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3598737/it-nachrichten/the-11-hardest-it-roles-to-fill-in-2026-and-whats-changed/</guid>
<pubDate>Mon, 15 Jun 2026 12:17:54 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>These days, hiring a specialist is relatively easy — a SOC analyst, an ML researcher, a cloud architect. Those requisitions close in weeks. What stays open for six to nine months are hybrid roles: engineers fluent in AI who can go deep in code and also understand the business. “Three skills, one person, small pool,” says <a href="https://www.linkedin.com/in/nealsample/" rel="nofollow">Neal Sample</a>, chief digital and technology officer at Best Buy. “These hybrids are the future of IT — and are hard to find right now.”</p>



<p>Two years after AI leapfrogged cybersecurity as the most difficult IT skill to hire for in CIO.com’s State of the CIO survey, the top of the list hasn’t budged. AI/machine learning and cybersecurity are now tied as the hardest roles to fill, according to the <a href="https://us.resources.cio.com/resources/state-of-the-cio/" rel="nofollow">2026 State of the CIO survey</a>, with data science and analytics close behind. But while the rankings look familiar, the nature of the talent crunch has shifted. The hunt for LLM engineers and prompt specialists has given way to demand for people who can operationalize AI at scale, govern its risks, and wield it effectively without blindly trusting it.</p>



<p>Meanwhile, risk management has climbed into the top five for the first time, while business/IT automation is holding steady near the top. And pressure has eased on roles that dominated just a few years ago: cloud architecture has dropped, and <a href="https://www.cio.com/article/3951133/remember-when-developers-reigned-supreme-the-market-for-software-coding-goes-soft.html">application development has fallen off</a> the list entirely as AI tools reshape what developers actually do.</p>



<p>“The most challenging roles are anything that needs to be bundled with AI,” says <a href="https://www.linkedin.com/in/nielnickolaisen/" rel="nofollow">Niel Nickolaisen</a>, IT advisor and field CTO at Valcom Technologies. Security analysts who can use AI to improve cyber posture while bad actors sharpen their attacks. Software engineers skilled at using AI platforms to design, build, and deploy. “There are simply not yet enough of these people available,” Nickolaisen says.</p>



<p><strong>Hardest-to-fill IT roles: 2026 vs. 2024</strong></p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><tbody><tr><td>Skill</td><td>2026 rank</td><td>2024 rank</td><td>Change</td></tr><tr><td>AI/machine learning</td><td>#1 (tie)</td><td>#1</td><td>Steady</td></tr><tr><td>Cybersecurity</td><td>#1 (tie)</td><td>#2</td><td>Rising</td></tr><tr><td>Data science/analytics</td><td>#3</td><td>#3</td><td>Steady</td></tr><tr><td>Business/IT automation</td><td>#4</td><td>#4 (tie)</td><td>Steady</td></tr><tr><td>Risk management</td><td>#5</td><td>#8 (tie)</td><td>Rising</td></tr><tr><td>Software engineering</td><td>#6 (tie)</td><td>#6 (tie)</td><td>Steady</td></tr><tr><td>DevOps/DevSecOps</td><td>#6 (tie)</td><td>#11 (tie)</td><td>Rising</td></tr><tr><td>Enterprise architecture</td><td>#8 (tie)</td><td>#10 (tie)</td><td>Rising</td></tr><tr><td>Cloud services/integration</td><td>#8 (tie)</td><td>#12 (tie)</td><td>Rising</td></tr><tr><td>Cloud architecture</td><td>#8 (tie)</td><td>#6 (tie)</td><td>Falling</td></tr><tr><td>Design thinking/UX</td><td>#8 (tie)</td><td>#15 (tie)</td><td>Rising</td></tr></tbody></table> </div></figure>



<p><em> Source: Foundry/CIO.com State of the CIO Survey, 2024 and 2026</em></p>



<h2 class="wp-block-heading">AI hiring grows up</h2>



<p>IT leaders seeking LLM expertise can take heart in the fact that the frenzy around LLM engineers has eased. “Prompt engineering as a standalone job title was a short-lived fad,” Best Buy’s Sample says. “Today, it’s a baseline skill.”</p>



<p>But what most organizations are looking for now is different: AI product engineers who can stand up agents, build testing frameworks, manage the cost-latency-quality triangle, and deploy AI at scale. They’re also trying to fill <a href="https://www.cio.com/article/4137022/new-it-roles-emerge-to-tackle-ai-evaluation.html">governance</a> and <a href="https://www.csoonline.com/article/4029862/how-ai-red-teams-find-hidden-flaws-before-attackers-do.html">red-team</a> roles that didn’t exist on anyone’s org chart three years ago.</p>



<p>“The center of gravity moved from people who build models to people who wield them,” Sample says. “That’s a very different resume.”</p>



<p>Gen AI and LLM tools have become intuitive enough that the skills organizations need have evolved toward more agentic AI and less prompt engineering. “We need people who understand workflows, process simplification, and can work with an agent platform to automate work and tasks,” says Nickolaisen of Valcom Technologies. “I expect this will change over the next year or two as the agent platforms get more intuitive. We can then focus our reskilling on how to make agents more autonomous.”</p>



<p>The challenge is that AI is evolving so rapidly — and being invested in by everyone from cloud providers to the startup ecosystem — that experience at one company may not translate to another, and what someone learned six months ago may already be outdated.</p>



<p>“Best to look for people with a broad understanding and ability to consume market shifts constantly happening,” says <a href="https://www.linkedin.com/in/scotthicar/" rel="nofollow">Scott Hicar</a>, a fractional technology leader focused on the private equity market.</p>



<h2 class="wp-block-heading">Cybersecurity: A skills crisis, not a headcount crisis</h2>



<p>Cybersecurity’s rise to share the top spot with AI reflects more than just demand. It also signals a fundamental shift in the challenges organizations face.</p>



<p>Six in 10 organizations now say skills gaps outweigh staffing shortages as their primary workforce challenge, according to the 2026 <a href="https://www.sans.org/white-papers/2026-cybersecurity-workforce-research-report" rel="nofollow">SANS/GIAC Cybersecurity Workforce Report</a>, a 20-point shift from just a year ago. And the consequences are measurable: 27% of cybersecurity leaders surveyed report breaches directly tied to capability gaps, while 61% say that team stress has increased over the past two years.</p>



<p>The skills scarcity isn’t at the entry level; it’s at the senior architect tier. “People who can make a good security trade-off under real constraints, rather than read a dashboard, are hard to find,” Best Buy’s Sample says. “Those people are naming their price.”</p>



<p>The strain on security teams is compounding. Attack surfaces have expanded with every SaaS addition, API, and agent deployed. Cyber adversaries are using the same AI tools as defenders. Security teams are burning out.</p>



<p>Nickolaisen frames it in operational terms: “Cyber with AI is the biggest need because it’s the most near-term threat. If the bad guys can use vibe programming to build an attack in less than an hour and revise it in minutes, I need to be able to respond and modify my response in near real-time.”</p>



<p>The SANS research found that 74% of organizations say AI is already impacting the size of their cybersecurity teams and the roles within them. SOC and security analysts are the roles most likely to be cut as AI reshapes security teams, and these are <a href="https://www.csoonline.com/article/4058190/ai-is-altering-entry-level-cyber-hiring-and-the-nature-of-the-skills-gap.html">precisely the entry-level positions</a> where the next generation of cybersecurity leaders traditionally learned their craft. At the same time, new roles are emerging, including AI/ML security specialists, AI security engineers, and AI governance analysts.</p>



<h2 class="wp-block-heading">The rise of ‘second-order’ AI skills</h2>



<p>Automation and risk management skills have both climbed into the State of the CIO’s top five hardest-to-fill roles for the first time — and they’re rising for the same reason.</p>



<p>“AI blew out the surface area,” says Sample of Best Buy. “Every agent you deploy is a new automation and a new risk, and most governance, risk, and compliance (GRC) and ops functions weren’t designed for that pace.”</p>



<p>With automation, the need isn’t for more RPA developers; that work has become a commodity. Organizations need people who can <a href="https://www.cio.com/article/4157466/cios-reimagine-business-processes-to-reap-ai-benefits.html">look at a process and decide what to automate</a>, what to retire, and what to redesign. “That’s three jobs welded together,” Sample says. “Business analyst, process engineer, and technologist. Anyone who does all three well is rare — and expensive.”</p>



<p>The shift from chatbots to agents is driving much of this demand for automation talent. “The first wave of agents won’t invent new tasks; they’ll replace how existing work gets done,” says <a href="https://www.linkedin.com/in/ameyakanitkar/" rel="nofollow">Ameya Kanitkar</a>, co-founder and CTO at AI measurement platform Larridin. “Enterprises are rearchitecting critical business workflows around fully or semi-autonomous agentic flows, and the demand for people who can build and operate these is massive.” The catch, he says, is that it requires an uncommon combination: understanding how systems work and how the business runs.</p>



<p>Risk management presents a similar challenge. GRC functions built for SOX and PCI compliance aren’t necessarily optimized for model risk, prompt injection, or third-party AI exposure. “We’re hiring for a discipline that’s maybe five years old, against a job description that’s twenty years old,” Sample says. “That gap is the problem.”</p>



<p>One capability that’s grown more critical is <a href="https://www.csoonline.com/article/4002765/third-party-risk-management-is-broken-but-not-beyond-repair.html">third-party risk management</a>. “With AI being embedded in most of what we purchase and use, [the question becomes] do I need both more people and a better-governed process to assess the AI that comes from third parties?” says Nickolaisen of Valcom Technologies.</p>



<p><a href="https://www.linkedin.com/in/jamesstanger/" rel="nofollow">Dr. James Stanger</a>, chief technology evangelist at CompTIA, notes that risk management requires a different mindset than many technical workers bring to the table. “You’ve got to know your technical stuff, but you have to understand the business use of the technical stuff — otherwise you’re addressing technology, not risk,” he says.</p>



<h2 class="wp-block-heading">The midlevel squeeze</h2>



<p>AI coding tools and low-code platforms haven’t reduced the demand for software engineers, but they’ve changed its shape. A strong engineer with good AI tooling now produces roughly what three engineers did just a few years ago. “The squeeze is on the middle tier: the people whose day job was wiring APIs together,” Sample says.</p>



<p>Engineering hiring is bifurcating, says Larridin’s Kanitkar: strong demand for experienced leaders who bring judgment and ownership, and for junior talent that’s AI-native from day one. “The squeeze is in the middle,” he says. “People coasting on midlevel execution are finding themselves on the wrong side of the job market.”</p>



<p>AI tools are pushing engineers to think more like architects. “At one time, the industry was looking for IT ‘plumbers’ who could code,” CompTIA’s Stanger says. “Now the industry is demanding people who can think architecturally and in terms of risk and privacy. We don’t need keyboard code punchers; we need proactive designers who use AI to model potential performance issues.”</p>



<p>For DevOps specifically, a consolidation is under way. “Platform engineering is the growth role,” Sample says. “The generic DevOps engineer title is being absorbed into platform or site reliability engineering (SRE), and I don’t think it survives the next few years as a distinct function.”</p>



<h2 class="wp-block-heading">Cloud has stabilized</h2>



<p>Cloud roles have become easier to fill. Already visible in 2024, the trend has only continued.<strong></strong></p>



<p>Most organizations have reached a cloud steady-state, says Valcom Technologies’ Nickolaisen. “Unless something big changes, we have our public, private, and on-prem workloads,” he says. “The skills of my system administration teams are adequate to support that.”</p>



<p>Training programs have caught up with cloud, Stanger notes — though he adds it’s hard to say exactly why the pressure has eased.</p>



<p>“Cloud has matured into a real profession,” Sample adds, “and more people have done it at scale for many years now.”</p>



<p>Some cloud specialties remain hard to fill: FinOps, regulated-industry migrations, and reverse migrations. And certain workloads are coming back on-prem. “Especially AI inference, where the unit economics in cloud can be brutal at scale,” Sample says. “That’s shifting the skill mix again, and nobody’s resume says, ‘I can move workloads off the cloud intelligently.’”</p>



<h2 class="wp-block-heading">What’s working to close the gap</h2>



<p>If there’s one point of agreement among IT leaders, it’s this: Upskilling and internal mobility are more effective than external hiring in terms of speed, cost, and retention.</p>



<p>“Our most productive AI engineers in 2025 were not hired as AI engineers,” says Best Buy’s Sample. “They were strong software engineers, upskilled with good internal training and real projects.”</p>



<p>Outside expertise offers less advantage than it used to. AI has moved so fast that contractors aren’t necessarily ahead of internal teams, according to Nickolaisen. “Once my teams are over the initial hump and embrace AI, their skills develop quickly,” he says.</p>



<p>The key is trust. “Assure the teams that we will not use the resulting productivity to get rid of people, and it’s amazing what can be done to accelerate the delivery of value,” says Nickolaisen.</p>



<p>One change that dramatically expanded Best Buy’s talent pool was to stop treating AI hiring as a separate pipeline. “We hire engineers, then we introduce them to our take on AI,” Sample says. “That one reframe opened a pool at least 10 times larger and gave us better output.”</p>



<p>Stanger advocates cross-skilling, apprenticeship-based mentoring, and pathway-based learning — tactics that focus on building capabilities rather than checking off credential boxes.</p>



<p>“Instead of the tired, old, pedigree-based lens that asks, ‘Where is your four-year degree from,’ the most progressive hiring institutions are now asking, ‘What are your skillsets, and where can you take us with them?’” says Stanger.</p>



<p>Chasing the latest job titles carries risk. “The prompt engineer hiring wave of 2023 — those roles aged out in eighteen months, and the people who took them are reskilling now,” Sample says. “Hiring a job title rather than a capability has a short shelf life. That lesson is already repeating with agentic AI in some places. It won’t age better the second time.”</p>



<h2 class="wp-block-heading">Soft market, hard problem</h2>



<p>The tech hiring market is sluggish, driven by uncertainty about AI-driven job displacement, economic conditions, and what Nickolaisen characterizes as “pretty much everything in our lives.” But for the skills that matter most, the competition remains fierce.</p>



<p>“The next couple of years are critical,” Kanitkar says. “This is when the separation happens.” The frontier moves every day, which means the gap between IT organizations that master the shift and those that resist it will only widen.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tokenomics in enterprise AI]]></title>
<description><![CDATA[Tokenomics has quickly become one of the most practical subjects in enterprise AI. In simple terms, it is the discipline of understanding how tokens are consumed, how that consumption turns into cost and how an organization can shape usage patterns so that AI remains valuable without becoming fin...]]></description>
<link>https://tsecurity.de/de/3598713/it-security-nachrichten/tokenomics-in-enterprise-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3598713/it-security-nachrichten/tokenomics-in-enterprise-ai/</guid>
<pubDate>Mon, 15 Jun 2026 12:05:48 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Tokenomics has quickly become one of the most practical subjects in enterprise AI. In simple terms, it is the discipline of understanding how tokens are consumed, how that consumption turns into cost and how an organization can shape usage patterns so that AI remains valuable without becoming financially unpredictable. In most large language model services, every prompt, every retrieved context block, every tool description, every system instruction and every generated response contributes to the token bill. That means the economics of AI are no longer driven only by licenses or infrastructure. They are increasingly driven by usage behavior, prompt design, model choice and governance decisions. For technology leaders, this creates a new operating responsibility: they must treat tokens the way they already treat compute, storage and network consumption. Token usage needs to be measured, planned, optimized and governed with the same discipline as any other cloud resource.</p>



<h2 class="wp-block-heading">Understanding tokenomics in AI services</h2>



<p>A token is the smallest billing unit used by many AI services to represent pieces of text, code, symbols or structured content processed by the model. A single user request usually consumes input tokens and output tokens. Input tokens come from the instructions sent to the model, including the system prompt, user prompt, conversation history, retrieved documents, tool schemas and metadata. Output tokens are the tokens generated in the response. In most commercial AI services, output tokens are priced higher than input tokens, which means long and unconstrained responses can silently become one of the largest sources of waste. This matters even more in enterprise settings where thousands of requests are executed every day across assistants, search copilots, engineering agents, document summarizers, support bots and automated workflows.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="522" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption">Token optimization in AI services.</figcaption></figure><p class="imageCredit">Magesh Kasthuri</p></div>



<p>In practice, token costs are shaped by a handful of recurring patterns as per the Gartner report. The first is context inflation, where applications keep sending large prompt prefixes, verbose policy instructions, long chat history and oversized retrieval payloads on every call. The second is poor model matching, where high-end models are used for routine tasks such as classification, extraction, formatting or test data generation, even though smaller and cheaper models would do the job well. The third is response sprawl, where no output length controls are enforced and the model returns far more text than the user or process actually needs. The fourth is retry amplification, where agentic or automated workflows invoke the model repeatedly because the surrounding application lacks validation, caching or routing logic. Once AI usage expands across departments, these issues accumulate rapidly and can distort the economics of a program even when the underlying models are technically sound.</p>



<h2 class="wp-block-heading">How an organization should plan token optimization</h2>



<p>Organizations that manage AI well do not begin with model selection alone. They begin with operating intent. That means clearly identifying which use cases need premium reasoning, which use cases can tolerate lower latency or asynchronous processing, which ones need strict output controls and which ones are suitable for summarization or retrieval before generation. You can refer to <a href="https://www.linkedin.com/posts/joaquinlippincott_gartner-tokenomics-will-become-a-new-activity-7457810114641682432-bhTF/" rel="nofollow">Gartner’s</a> “Tokenomics will become a new discipline” for guidelines.</p>



<p>A sensible token optimization plan usually starts with workload segmentation. Interactive experiences such as executive copilots, complex engineering assistance or contract analysis may justify higher-quality models. Routine workloads such as log classification, regression test explanation, boilerplate documentation, FAQ answering and metadata tagging often do not. Segmenting workloads this way allows the enterprise to create a service catalog for AI usage rather than exposing every consumer to the most expensive model by default.</p>



<p>The next step is governance. Every enterprise AI platform should collect token telemetry at the request level and aggregate it by application, environment, team, model and use case. Without that visibility, optimization becomes guesswork. Leaders should define token budgets, monthly thresholds, rate limits and environment-specific quotas. It is also wise to introduce approval paths for long-context models, tool-heavy agents and experimental multi-step reasoning workflows because these patterns can multiply token consumption very quickly.</p>



<p>A mature operating model also includes prompt standards, retrieval size limits, output token caps, response templates and model routing policies. This turns token optimization into an engineering discipline rather than a one-time cost exercise. When done well, the organization creates a feedback loop where usage data improves architecture decisions and architecture decisions reduce unnecessary consumption over time.</p>



<h2 class="wp-block-heading">Core token optimization techniques across cloud AI platforms</h2>



<p>Some optimization practices are effective regardless of whether the organization is using AWS, Azure or Google Cloud. The first is prompt minimization with purpose. This does not mean making prompts unnaturally short. It means sending only the instructions and context required for the current task. Static instructions should be kept stable and separated from dynamic content. Retrieved documents should be ranked and trimmed instead of being attached in full. Tool definitions should be exposed only when needed. Few-shot examples should be used selectively and removed when they no longer improve quality. In many enterprise systems, the easiest savings come not from changing the model, but from removing repetitive and low-value prompt baggage. You can refer to Deloitte’s <a href="https://www.deloitte.com/content/dam/assets-shared/docs/services/consulting/2026/how-to-navigate-economics-of-ai.pdf" rel="nofollow">report</a> “The pivot to tokenomics” for more details on this scenario.</p>



<p>The second technique is model routing. Not every prompt deserves the largest model. A classifier, router or policy layer can evaluate the request and direct simple tasks to lighter models while reserving premium models for complex reasoning, domain-sensitive analysis or code-heavy interactions. The third technique is response shaping. If the application needs three bullet points, a JSON object, a summary or a fixed-length explanation, that expectation should be explicit. Output token controls, concise formatting instructions and schema-bound responses help contain cost while also improving consistency. The fourth technique is caching. Repeated prompt prefixes, repeated documents, repeated tool descriptions and repeated intermediate outputs should be cached wherever the platform allows it. Prompt caching can reduce the need to recompute long shared prefixes, while response caching prevents duplicate model calls for frequently repeated requests. These approaches are especially valuable in internal copilots, support bots and engineering assistants where repetitive interactions are common. AWS, Azure and Google Cloud all support variations of context or prompt caching for repeated content, which can significantly reduce repeated input-token processing when prompts share the same stable prefix.</p>



<p>The fifth technique is asynchronous and batch execution for non-urgent work. Many AI jobs inside enterprises do not need interactive response times. Offline summarization, document enrichment, code review snapshots, test case explanation, defect clustering and log interpretation can often be queued and processed later at lower cost. The sixth technique is context lifecycle management. Long conversations and agent sessions must be pruned, summarized or checkpointed instead of carrying the full history forever. If a session needs memory, a summarized state is usually cheaper than replaying every turn. In retrieval-augmented systems, only the top-ranked passages should be injected into the prompt and documents should be chunked intelligently so that the model receives the smallest high-value context possible. These changes reduce cost, improve latency and often improve answer quality because the model is forced to focus on more relevant inputs.</p>



<h2 class="wp-block-heading">Token optimization on AWS</h2>



<p>On AWS, token optimization typically centers on Amazon Bedrock and the architecture built around it. A strong starting point is model selection by task type. Bedrock gives organizations access to multiple foundation models and that creates an opportunity to route simple workloads to smaller models and reserve more capable models for difficult reasoning or coding tasks. This is often the single biggest cost lever. Another major lever is prompt caching. Amazon Bedrock supports prompt caching for supported models, allowing repeated prompt prefixes to be reused instead of being recomputed on every request. This is particularly useful when the application repeatedly sends large system instructions, policy context, product manuals or codebase guidance. Bedrock documentation explains that cached prefixes can reduce latency and lower input-token cost for repeated context, with model-specific checkpoint thresholds and time-to-live behavior. [Amazon Bedrock]() prompt caching can reduce repeated input processing when stable prompt prefixes are reused across calls.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="575" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption">Figure: Token optimization in AWS</figcaption></figure><p class="imageCredit">Magesh Kasthuri</p></div>



<p>AWS environments also benefit from separating real-time and non-real-time inference paths. Bedrock batch-style or queued processing patterns are far more economical for workloads such as nightly test artifact analysis, bulk document summarization, defect triage and generated knowledge extraction. Engineering teams should also place a policy layer in front of Bedrock to cap output size, restrict unsupported long-context prompts and enforce retrieval limits. If the application uses agentic orchestration, every tool call and every retry should be monitored because agents can consume tokens far faster than interactive human users. A practical AWS pattern is to combine Bedrock with a lightweight gateway that logs tokens per request, tags usage by environment and application and routes requests to the least expensive model that still meets quality objectives. This gives CIO and CTO teams better visibility into where token spending is justified and where it is simply accidental.</p>



<h2 class="wp-block-heading">Token optimization on Azure</h2>



<p>On Azure, token optimization is often discussed in the context of Azure OpenAI and Microsoft Foundry model services. Azure provides one of the clearest examples of prompt caching as a cost and latency lever. Microsoft documentation explains that prompt caching can reduce repeated processing of identical prompt prefixes and supported models can keep cached prefixes available for short in-memory periods or extended retention windows, depending on the model and configuration. To benefit from this, organizations must structure prompts carefully. Stable content, such as system instructions, compliance rules, coding standards or tool schemas, should appear at the beginning of the request, while variable user content should appear later. [Microsoft Foundry]() documents that prompt caching applies to supported Azure OpenAI models when prompts meet minimum length and prefix-match requirements, helping reduce latency and input-token cost.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="295" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption">Figure: Token optimization in Azure</figcaption></figure><p class="imageCredit">Magesh Kasthuri</p></div>



<p>Azure environments are also well-suited for strong observability. Organizations can capture request telemetry, prompt tokens and completion tokens through platform diagnostics and application-level logging, then correlate that usage with deployment names, environments and business applications. This makes it easier to spot noisy prompts, excessive completions or teams that are using premium models for low-value work. In mature Azure estates, leaders often separate pay-as-you-go experimentation from predictable, high-volume workloads. Stable workloads may justify reserved or provisioned capacity, while spiky or uncertain workloads can remain on variable pricing. For DevTest, Azure teams should use model allow-lists, token ceilings and shorter retention periods for conversation history. Developers should never have unrestricted access to large-context and premium reasoning deployments unless the workload genuinely requires it. Governance is most effective when prompt templates, response formats, budget thresholds and environment-level quotas are built into the platform rather than enforced only by policy documents.</p>



<h2 class="wp-block-heading">Token optimization on Google Cloud</h2>



<p>On Google Cloud, token optimization is commonly associated with Vertex AI and Gemini-based workloads. Google Cloud has emphasized context caching as a way to reduce the cost of repeatedly sending large prompt content such as detailed instructions, codebases, multimodal assets or long documents. Vertex AI supports both implicit and explicit caching patterns, which allow organizations to either benefit from automatic reuse or deliberately persist reusable context for predictable savings. Google notes that Vertex AI context caching reduces repeated token processing and can lower the cost of cached tokens for supported Gemini models, while also improving latency.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="538" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption">Figure: Token optimization in GCP</figcaption></figure><p class="imageCredit">Magesh Kasthuri</p></div>



<p>Google Cloud also offers a practical ecosystem for prompt improvement and token discipline. Vertex AI prompt optimization capabilities help teams refine prompts so that they are clearer, more compact and more effective without depending on excessive examples or unnecessary instruction text. That matters because poor prompts often lead to repeated retries, broader context injection and inflated output lengths. Another valuable pattern on GCP is workload routing through Model Garden or application logic so that lower-cost models handle straightforward summarization, extraction and routing tasks while premium models are reserved for high-value reasoning. In large enterprise deployments, teams should also use token-count estimation before execution for expensive workflows, especially when long documents, code repositories or multimodal content are involved. This creates a preflight check that can stop oversized requests before they reach production inference paths.</p>



<h2 class="wp-block-heading">Real-time example: AI-powered test failure analysis in a DevTest program</h2>



<p>Consider a large engineering organization that uses AI to analyze failed test cases during continuous integration. Every failed build triggers an AI workflow that reads stack traces, selected log fragments, recent code changes, known defect patterns and testing guidelines, then generates a root-cause summary and recommended next steps for developers. At first, the team builds the solution straightforwardly. It sends the entire recent build log, the full testing policy, the complete conversation history from the issue thread and a long instruction template to a premium model for every failure. The results are useful, but the token bill rises sharply. The reason is obvious in hindsight: the same policy content is sent repeatedly, the logs are far longer than necessary and many failures are routine enough that they do not require the most capable model.</p>



<p>Now, imagine the same workflow after token optimization. The platform first classifies the failure type. If it is a known regression signature, a smaller model handles the explanation. Only ambiguous failures go to the premium model. The testing policy and coding standards are moved into a reusable cached prefix. The log stream is preprocessed so that only the most relevant error windows and surrounding events are included. Older conversation turns are summarized into a short state object instead of being replayed in full. The response is constrained to a fixed template: probable cause, impacted component, confidence level and recommended action. If the same failure signature appears again, the prior explanation is served from the response cache unless recent code changes suggest a new interpretation. This redesigned flow typically reduces unnecessary input tokens, lowers output verbosity and improves turnaround time. More importantly, it turns AI usage into a disciplined engineering service rather than a loosely controlled experimental feature.</p>



<h2 class="wp-block-heading">How CIOs and CTOs can optimize AI usage in DevTest</h2>



<p>DevTest environments are where token waste often hides in plain sight. Teams experiment freely, prompts change often, logs are verbose and developers naturally gravitate toward the best available model because they are trying to move quickly. That is exactly why CIO and CTO leaders need a distinct DevTest token strategy rather than simply copying production policies. The goal in DevTest is not to eliminate experimentation. The goal is to make experimentation cost-aware. A sensible starting point is environment segmentation. Sandbox, development, testing, performance validation and pre-production should each have their own token budgets, model permissions and rate limits. Premium reasoning models should be limited to approved scenarios, while most routine experimentation should default to cheaper models with smaller context windows.</p>



<p>Leadership teams should also insist on a small set of operating controls. First, every DevTest AI request should be tagged with application, team, engineer, environment, model and use case so that usage can be traced accurately. Second, token ceilings should exist at both user and application level, with alerts when thresholds are crossed. Third, platform teams should provide reusable prompt templates that are already optimized for brevity, schema-based output and caching compatibility. Fourth, batch windows should be used for heavy non-interactive workloads such as codebase summarization, test artifact enrichment and bulk defect clustering. Fifth, long-running agent workflows should be monitored for retry loops and context growth, because these are common sources of runaway consumption. When these controls are present, DevTest remains innovative without turning into an uncontrolled cost sink.</p>



<p>From an executive planning perspective, CIOs and CTOs should treat AI token usage as part of both cloud FinOps and engineering governance as you can read from this forbes <a href="https://www.forbes.com/councils/forbesbusinessdevelopmentcouncil/2024/12/12/tokenomics-101-building-sustainable-economic-models/" rel="nofollow">report</a> on “Best practices for designing effective Tokenomics”. Monthly reviews should not focus only on total spend. They should examine token consumption per workflow, cost per successful outcome, model utilization by task category, cache hit rates and the percentage of requests routed to lower-cost models. Teams that repeatedly exceed expected token usage should not simply be blocked; they should be helped to redesign prompts, reduce retrieval payloads, improve orchestration logic and replace verbose responses with structured outputs. This creates a healthier operating culture. The conversation moves away from restricting AI and toward making AI economically sustainable at scale. That shift is important because enterprise AI programs succeed not when usage is unlimited, but when value and consumption stay in balance.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Tokenomics is now a foundational part of enterprise AI architecture. As organizations scale AI across engineering, operations, support and knowledge work, token usage becomes a direct determinant of cost, responsiveness and sustainability. The most effective organizations plan for this early. They segment workloads, match models to task complexity, constrain outputs, trim context, use caching intelligently, batch non-urgent work and govern DevTest with the same seriousness they apply to production infrastructure. AWS, Azure and GCP each provide useful mechanisms to support this approach, but the bigger advantage comes from disciplined design. When token optimization is treated as a core architectural practice, AI programs become easier to scale, easier to govern and far more likely to deliver measurable business value without waste.</p>



<p><em>This article was made possible by our partnership with the IASA </em><a href="https://chiefarchitectforum.org/" target="_blank" rel="nofollow"><em>Chief Architect Forum</em></a><em>. The CAF’s purpose is to test, challenge and support the art and science of Business Technology Architecture and its evolution over time as well as grow the influence and leadership of chief architects both inside and outside the profession. The CAF is a leadership community of the </em><a href="https://iasaglobal.org/" target="_blank" rel="nofollow"><em>IASA</em></a><em>, the leading non-profit professional association for business technology architects.</em></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The AI adoption spending spree is over. Time to focus on value.]]></title>
<description><![CDATA[IT leaders and CFOs are starting to push back on unrestrained AI spending within their organizations, with many enterprises now looking for ways to get better value out of their automation tools, observers say.



In recent months, several companies have blown through AI token budgets while encou...]]></description>
<link>https://tsecurity.de/de/3593055/it-nachrichten/the-ai-adoption-spending-spree-is-over-time-to-focus-on-value/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3593055/it-nachrichten/the-ai-adoption-spending-spree-is-over-time-to-focus-on-value/</guid>
<pubDate>Fri, 12 Jun 2026 12:04:37 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>IT leaders and CFOs are starting to push back on unrestrained AI spending within their organizations, with many enterprises now looking for ways to get better value out of their automation tools, observers say.</p>



<p>In recent months, several companies have blown through AI token budgets while encouraging employees to experiment with the technology. Several companies have deployed AI token usage leaderboards to advance adoption, but the practice has led to <a href="https://www.cio.com/article/4178320/tokenmaxxing-when-ai-adoption-metrics-go-bad.html">employee tokenmaxxing</a>, with one Disney employee interacting with the Claude AI <a href="https://www.businessinsider.com/disney-ai-adoption-dashboard-tokens-tokenmaxxing-claude-cursor-josh-damaro-2026-4" rel="nofollow">460,000 times</a> in a nine-day period.</p>



<p>Over at Uber, employees <a href="https://www.bloomberg.com/news/articles/2026-06-02/uber-caps-usage-of-ai-tools-like-claude-code-to-cut-costs" rel="nofollow">burned through</a> the company’s entire 2026 AI budget in four months, prompting executives to cap AI coding assistant use.</p>



<p>At the same time, Anthropic and other major AI vendors are rolling out <a href="https://www.cio.com/article/4181090/what-anthropic-and-openai-ipos-spell-for-cios-ai-budgets.html">new metered pricing models</a>.</p>



<p>Now, to counter runaway token use, some companies have begun to focus on “<a href="https://www.flexera.com/blog/perspectives/what-is-valuemaxxing/" rel="nofollow">valuemaxxing</a>,” by combining visibility, governance, and financial accountability to create better returns on their AI spending.</p>



<h2 class="wp-block-heading">Value as a new metric</h2>



<p>The focus at many enterprises in past years has been using AI to increase productivity, but value is increasingly becoming an important metric, says <a href="https://www.linkedin.com/in/beckytrevino/" rel="nofollow">Becky Trevino</a>, chief product officer at FinOps vendor Flexera.</p>



<p>“Before, the value was, ‘Let’s just deploy it to as many people as possible,’” she says. “It’s now quickly becoming, ‘Let’s be smart about this because we have a set amount of tokens.’”</p>



<p>AI budget surprises have become a serious talking point among customers of the technology, she adds.</p>



<p>“The metric for success is not if I have 99% of my organization using Microsoft Copilot,” Trevino says. “It’s now, show me the money. Show me what’s changing in your organization.”</p>



<p>FinOps companies such as Flexera aren’t the only organizations pushing AI customers to focus on value. In early June, the Linux Foundation announced the <a href="https://www.linuxfoundation.org/press/linux-foundation-announces-the-intent-to-launch-the-tokenomics-foundation-to-establish-open-standards-for-ai-cost-management" rel="nofollow">new Tokenomics Foundation</a> to establish open industry standards, benchmarks, and best practices for the economics of AI infrastructure. </p>



<h2 class="wp-block-heading">The bill comes due</h2>



<p>A reckoning about AI value and cost is overdue, some experts say. IT leaders who aren’t worried about the price of AI services are underestimating the coming problems, says <a href="https://www.linkedin.com/in/cliffj/" rel="nofollow">Cliff Jurkiewicz</a>, vice president of global strategy at HR-focused AI vendor Phenom</p>



<p>“AI is underpriced right now, and that’s masking the real cost,” he adds. “Behind every prompt is expensive infrastructure — data centers and energy — and providers aren’t absorbing that forever.”</p>



<p>There seems to be a casual approach to AI token use at many organizations, he says, with the current cheap access phase encouraging overconsumption.</p>



<p>“There’s very little discipline around what actually drives business value versus what’s just convenience,” Jurkiewicz says. “Every interaction has a cost, input and output, and these systems tend to overdeliver, which means you’re paying for more than you need. Multiply that across an entire workforce, and costs scale fast.”</p>



<p>As Anthropic and OpenAI both appear to be headed toward IPOs, pricing models will change, he predicts. Smart AI users will respond by limiting use, he adds.</p>



<p>“As pricing shifts to metered models, companies are going to get a wake-up call,” Jurkiewicz says. “The winners will be the ones that put guardrails in place early by prioritizing high-impact use cases and treating AI like a finite, strategic resource, not an unlimited utility.”</p>



<p>IT leaders need to recognize that costs can vary widely between AI models, adds <a href="https://www.linkedin.com/in/senandy/" rel="nofollow">Andy Sen</a>, CTO of IT services marketplace AppDirect. Many companies are allowing employees to use models without considering the cost, he says.</p>



<p>“A lot of companies are turning on AI features everywhere, riding the productivity wave until they are blindsided by a huge bill,” he adds.</p>



<h2 class="wp-block-heading">Encourage savings</h2>



<p>Sen encourages IT leaders to research the costs of individual models and to encourage employees to use the most economic choice available. IT leaders should consider turning off premium features for small tasks, such as writing emails.</p>



<p>“The key is understanding the difference in cost between some of these models, because there are some that can be one hundred times more expensive than others,” he says. “Instead of getting an answer in fifteen seconds, you’re getting it in five seconds, and for most work, that’s not really worth it.”</p>



<p>CIOs can also help employees use AI more economically by pointing out the workers who are using it well, Sen says.</p>



<p>“If you want to see more people leveraging AI across the board, point to the people who are already using it successfully,” he says. “Role models can be a great way to show people how they can be more effective at their job and encourage AI use.”</p>



<p>Flexera’s Trevino recommends that organizations consider FinOps services and prioritize which departments have more access to AI tools.</p>



<p>“If you have a limited amount of budget and you have 20 departments, which of those departments matter the most?” she says. “Allocate most of your AI budget there. If you know three of those 20 are the ones that are you need to drive growth or competitiveness for your business, then you should really ensure that those three business units have the access they need.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Build an agent? Sell an agent]]></title>
<description><![CDATA[Modern AI systems have evolved beyond the simple chatbots that quickly became popular. Now they use semantic tools to manage workflows and link machines to machines, providing a flexible and effective framework for the next generation of business automation. What you used to build in Microsoft’s ...]]></description>
<link>https://tsecurity.de/de/3589979/ai-nachrichten/build-an-agent-sell-an-agent/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3589979/ai-nachrichten/build-an-agent-sell-an-agent/</guid>
<pubDate>Thu, 11 Jun 2026 11:19:29 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Modern <a href="https://www.infoworld.com/article/4061121/a-brief-history-of-ai.html" data-type="link" data-id="https://www.infoworld.com/article/4061121/a-brief-history-of-ai.html">AI systems</a> have evolved beyond the simple chatbots that quickly became popular. Now they use semantic tools to manage workflows and link machines to machines, providing a flexible and effective framework for the next generation of business automation. What you used to build in Microsoft’s Power Platform or construct inside Biztalk is now an agent, built around <a href="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html" data-type="link" data-id="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html">large language models</a> (LLMs) that can parse both your data and the APIs that you want to use your data with, orchestrating workflows with a level of autonomy that traditional tooling can’t match.</p>



<p>That shift has offered new opportunities, much like those that came with business platforms like Microsoft Dynamics and <a href="https://www.infoworld.com/article/4172553/informatica-and-salesforce-move-data-platforms-into-the-decision-layer.html" data-type="link" data-id="https://www.infoworld.com/article/4172553/informatica-and-salesforce-move-data-platforms-into-the-decision-layer.html">Salesforce</a>. Here, tools built to solve one set of business problems could be turned into applications that could be sold to other companies. What worked for you to solve one of your problems could now be an added revenue stream, sold through platform marketplaces that helped customers manage installations and customizations.</p>



<h2 class="wp-block-heading">Agents are business applications now</h2>



<p>Modern agents are much like those business applications. Often developed to solve a specific need, but quicky adopted by organizations and refactored to apply enterprise standards (using tools like the <a href="https://www.infoworld.com/article/4175859/microsofts-open-source-toolkit-for-controlling-out-of-control-ai-agents.html">Agent Governance Toolkit</a> and frameworks like <a href="https://www.infoworld.com/article/4069808/unpacking-the-microsoft-agent-framework.html">Microsoft’s Agent Framework</a>), they’re rapidly maturing and are ready to be shared more widely. The process of sharing needs to be curated and controlled, and, if possible, tied to a revenue stream.</p>



<p>There’s certainly some urgency here. Until recently, subsidized tokens have kept costs artificially low. Now companies like GitHub and Anthropic are moving to a more sustainable (for them) pricing model, increasing the cost of inferencing and squeezing companies’ AI budgets. As a result, switching AI projects away from a cost to a revenue source is high on CIOs’ agendas. If those tuned and trained agents can be sold on a marketplace, then that token budget can be justified.</p>



<p>Microsoft has always been a company built on partner relationships, starting with individual developers and working all the way up to the largest software companies and consultancies. That reach is key to helping partners extract as much value as possible from their agents, as it allows Microsoft to integrate its partner sales tools into its own products and services, as well as into other platforms.</p>



<h2 class="wp-block-heading">Extending the Microsoft Marketplace for AI developers</h2>



<p>We’re already familiar with many of Microsoft’s marketplaces, built into individual tools like Teams, into platforms like Microsoft 365 or Visual Studio, or into the Windows Store. Now the company is doing the same for AI developers, extending <a href="https://marketplace.microsoft.com/en-us/">Microsoft Marketplace</a> to software agents. <a href="https://devblogs.microsoft.com/all-things-azure/build-scale-and-monetize-apps-and-agents-with-microsoft-marketplace/">Announced at Build 2026</a>, the updated Microsoft Marketplace provides ways to publish code—apps and agents—developed across all of Microsoft’s development platforms, including Copilot Studio, opening the marketplace up to traditional and non-traditional developers alike.</p>



<p>Perhaps the most important aspect of this new Marketplace is its own intelligence, using context to expose your code to the right audience. If you’ve developed an agent for use with Microsoft 365, it will be exposed inside the <a href="https://devblogs.microsoft.com/microsoft365dev/introducing-the-agent-store-build-publish-and-discover-agents-in-microsoft-365-copilot/" data-type="link" data-id="https://devblogs.microsoft.com/microsoft365dev/introducing-the-agent-store-build-publish-and-discover-agents-in-microsoft-365-copilot/">Microsoft 365 Copilot Agent Store</a>; for Visual Studio, in the <a href="https://marketplace.visualstudio.com/">Visual Studio Marketplace</a>; or for Teams, in the <a href="https://marketplace.microsoft.com/en-us/search/products?search=teams&amp;page=1" data-type="link" data-id="https://marketplace.microsoft.com/en-us/search/products?search=teams&amp;page=1">Microsoft Marketplace</a>. All of these are different views on the same back end, using AI to ensure that the relevant agents are displayed.</p>



<h2 class="wp-block-heading">Replacing search with Intelligent Discovery</h2>



<p>This is extended by another new service, Intelligent Discovery, which adds natural language support to search, using AI to infer user intent and highlight the most relevant tools. Building on the familiar metaphor of the search bar, the initial smart search model offers a freeform way to explore the Marketplace. While there are suggested prompts, they’re not necessary. The search tooling allows you to generate comparisons between tools using your own criteria, with the Marketplace AI generating views based on your requirements.</p>



<p>Microsoft’s aim here is to shift discovery from keywords to use cases, so that buyers can quickly get the tools they need without having to evaluate different solutions, before completing a purchase. By handing that aspect of the buying process over to Marketplace’s AIs, customers can go straight to trials or even to buying agents and applications.</p>



<p>For a tool like this to be successful it needs to be trustworthy. By building it on top of the same development frameworks as your agents, Microsoft can take advantage of the AI guardrails built into Microsoft Foundry as well as low-level tooling like the <a href="https://www.infoworld.com/article/4175859/microsofts-open-source-toolkit-for-controlling-out-of-control-ai-agents.html" data-type="link" data-id="https://www.infoworld.com/article/4175859/microsofts-open-source-toolkit-for-controlling-out-of-control-ai-agents.html">Agent Governance Framework</a>. Restricting the intelligent search to the Marketplace catalogue reduces the risk of hallucination, as output is grounded in Marketplace data and metadata. </p>



<h2 class="wp-block-heading">A developer-friendly marketplace</h2>



<p>Microsoft is providing tooling to help developers get their listings right. According to Cyril Belikoff, Microsoft’s vice president of Commercial Cloud and AI, “We actually have a separate AI tool that we give to software companies to optimize their listings, called a listing optimizer, funny enough, and that listing optimizer reviews their listing and then provides them with particular guidance on how to best improve it, so that it can be best discoverable in today’s search world.” </p>



<p>You can expect the listing optimizer to be tuned to work with the new Marketplace tooling, but for now it still focuses on traditional search. As Marketplace is a B2B platform, there’s a lower risk of spam applications, but even so, Microsoft remains aware of the possibility of a new system being gamed, and will be rolling out Intelligent Discovery carefully, monitoring its performance as more customers get access over time.</p>



<p>Having a new discovery method is one thing; getting quality AI applications in the Marketplace is another. Microsoft is validating all code submitted, though the criteria will differ between target platforms. An agent built for Teams will be treated differently than one built on Microsoft 365’s WorkIQ. It’s an approach that allows Microsoft to support new standards as they become available.</p>



<p>Alongside its agent development tooling, Microsoft is rolling out <a href="https://microsoft.github.io/build26-next-steps/microsoft-marketplace/">a new set of guidelines and processes</a> to help developers get ready to sell their agents. Hosted on GitHub, these offer code templates as well as a link to the App Advisor guidance tools.</p>



<h2 class="wp-block-heading">Still gaps to fill</h2>



<p>This first release of Intelligent Discovery is promising, but some key features are missing. With agent token costs an increasing problem for businesses, it would be nice to see tools that help predict costs, integrating with finops tooling. We’re living in an age of shadow AI, and putting the AI we used to buy with credit cards in Microsoft Marketplace is one way to shine a light on those shadows — bringing the necessary control and governance to AI purchases, and maybe even providing support for site licensing.</p>



<p>Microsoft Marketplace is becoming a useful resource for AI application developers. It encompasses the entire development life cycle: offering tools that can help you build agents, the models that you need to power your agents, and finally a way to monetize your work. There’s a longer-term opportunity here, for both the Marketplace and Intelligent Discovery to offer <a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html" data-type="link" data-id="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html">Model Context Protocol</a> (MCP) interfaces, ensuring that tooling and tool discovery become part of the developer workflow, and making developers aware of new tools that might help solve a problem or simplify a task.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Salesforce to acquire usage-based billing specialist m3ter]]></title>
<description><![CDATA[Salesforce is planning to acquire m3ter, a provider of usage-based billing, to expand the capabilities of Revenue Cloud, now known as Agentforce Revenue Management.



“The acquisition will bring high-volume mediation, metering and rating capabilities natively to Agentforce Revenue Management, en...]]></description>
<link>https://tsecurity.de/de/3588216/it-nachrichten/salesforce-to-acquire-usage-based-billing-specialist-m3ter/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3588216/it-nachrichten/salesforce-to-acquire-usage-based-billing-specialist-m3ter/</guid>
<pubDate>Wed, 10 Jun 2026 17:47:16 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Salesforce is planning to acquire m3ter, a provider of usage-based billing, to expand the capabilities of Revenue Cloud, now known as Agentforce Revenue Management.</p>



<p>“The acquisition will bring high-volume mediation, metering and rating capabilities natively to Agentforce Revenue Management, enabling enterprises to launch, track, scale, and bill with the flexible usage and outcome-based pricing models needed for the AI era,” the company said in a statement.</p>



<p>“Most enterprises selling software or services are still on legacy CPQ and billing systems built for seat-based pricing. Their own products are increasingly AI-driven and usage-heavy, and their billing infrastructure simply hasn’t kept up. They’re either building custom metering layers, stitching together Stripe with homegrown tools, or leaving money on the table because they can’t accurately track consumption,” said <a href="https://www.linkedin.com/in/bhupendrachopra/" target="_blank" rel="nofollow">Bhupendra Chopra</a>, chief revenue officer at IT consulting firm Kanerika.</p>



<p>“m3ter inside Agentforce Revenue Management means those companies can run usage-based and outcome-based billing natively inside Salesforce, without cobbling together external systems. Faster billing cycles, fewer reconciliation errors, and the ability to launch new pricing models without rebuilding their monetization stack from scratch. That’s a real operational win for a CIO,” Chopra added.</p>



<h2 class="wp-block-heading">Aiding the monetization layer for Headless 360</h2>



<p>While Salesforce talks up how the acquisition will enable it to better serve its customers, it could also enable it to better bill them, as it attempts to grow its own revenue by <a href="https://www.cio.com/article/4178840/salesforces-headless-360-monetization-play-could-give-cios-a-familiar-budgeting-headache.html">monetizing interactions with its AI services</a>.</p>



<p><a href="https://pareekh.com/about/" target="_blank" rel="nofollow">Pareekh Jain</a>, principal analyst at Pareekh Consulting, said, “m3ter’s metering and rating capabilities are likely to become a core component of Salesforce’s broader <a href="https://www.cio.com/article/4159536/salesforce-launches-headless-360-to-support-agent-first-enterprise-workflows.html">Headless 360</a> and agentic CRM strategy, enabling monetization of APIs, AI agents, workflows, and machine-to-machine interactions.” Jain said.</p>



<p>“Salesforce’s Headless 360 enables AI agents, applications, and APIs to consume CRM capabilities directly, making traditional per-seat licensing less relevant. By adding m3ter’s metering and rating capabilities, Salesforce gains the ability to measure, price, and bill for that consumption, making the acquisition key to generating revenue from the new offering,” he added.</p>



<p>He sees m3ter’s capabilities helping Salesforce address some of the more critical concerns that CIOs have around implementing agentic systems at scale: what constitutes a billable event, how AI agent interactions will be charged, what usage visibility tools are available, whether spending caps and anomaly detection exist, and how future costs can be forecast.</p>



<p>“The acquisition creates the foundation for CRM FinOps capabilities such as consumption dashboards, quotas, spending alerts, chargeback mechanisms, cost forecasting, and agent ROI tracking,” Jain said.</p>



<p>Salesforce expects to close the deal by the end of July.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS adds FinOps Agent to bring cloud cost management into engineering workflows]]></title>
<description><![CDATA[For many CIOs, the challenge of cloud cost management is no longer identifying spending problems but determining what caused them, why they happened, and how quickly they can be fixed. As cloud environments expand and AI workloads add new layers of complexity, cost governance is increasingly beco...]]></description>
<link>https://tsecurity.de/de/3586381/it-nachrichten/aws-adds-finops-agent-to-bring-cloud-cost-management-into-engineering-workflows/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3586381/it-nachrichten/aws-adds-finops-agent-to-bring-cloud-cost-management-into-engineering-workflows/</guid>
<pubDate>Wed, 10 Jun 2026 05:33:03 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For many CIOs, the challenge of cloud cost management is no longer identifying spending problems but determining what caused them, why they happened, and how quickly they can be fixed. As cloud environments expand and AI workloads add new layers of complexity, cost governance is increasingly becoming an operational challenge that stretches beyond centralized FinOps teams.</p>



<p>AWS is betting that its new FinOps Agent, currently in public preview, can help solve that problem by automatically investigating anomalies, answering cost questions, and routing findings directly to engineers and finance team members after drawing data and findings from existing services, such as AWS Cost Explorer, Cost Anomaly Detection, Cost Optimization Hub, and Compute Optimizer.</p>



<p>That routing, according to AWS, is made possible due to the agent’s integration with <a href="https://www.infoworld.com/article/2257378/how-to-configure-jira-to-support-multiple-agile-teams.html">Jira</a> and <a href="https://www.cio.com/article/191637/slack-on-slack-a-product-based-approach-to-automating-operations.html">Slack</a>, enabling alerts and optimization recommendations to be surfaced directly within the collaboration and ticketing tools that most engineering teams use.</p>



<h2 class="wp-block-heading">Faster remediation and improved accountability</h2>



<p>FinOps Agent’s value lies in stronger accountability and faster remediation that could result in improved cloud financial governance maturity.</p>



<p>“Most enterprises can already identify cost anomalies. What they struggle with is latency: Determining ownership, tracing the operational cause, and getting the issue in front of the correct engineering team quickly enough to matter,” said <a href="https://futurumgroup.com/dion-hinchcliffe/" target="_blank" rel="nofollow">Dion Hinchcliffe</a>, lead of the CIO practice at The Futurum Group. “FinOps Agent seeks to close the loop between detection, investigation, attribution, and operational response. That is strategically important because cloud inefficiency is often cumulative and highly distributed. Small misconfigurations repeated across thousands of workloads create enormous aggregate waste over time.” </p>



<p>In fact, the new agent’s automated root-cause analysis and routing, according to <a href="https://www.hfsresearch.com/team/ashish-chaturvedi/" target="_blank" rel="nofollow">Ashish Chaturvedi</a>, leader of executive research at HFS Research, is precisely what most enterprises currently lack.</p>



<p>“The gap in enterprise FinOps has never been data availability. The gap is what happens after the data surfaces. A cost anomaly detection alert fires, and then what? That workflow used to take hours and depended on a human remembering to do it. FinOps Agent collapses that entire chain into an automated loop,” Chaturvedi said.</p>



<p>The agent’s automated workflow could act as a way to embed accountability directly into cloud cost management processes, Chaturvedi noted.</p>



<p>“The agent traces the anomaly to a root cause, identifies the responsible owner (using your account-to-team mappings), and opens a Jira ticket in that engineer’s queue. When the person who caused the cost change gets the investigation summary in their own ticketing system, the accountability loop closes itself,” Chaturvedi said.</p>



<p>“That’s the real unlock: not better data, but data that arrives at the right desk at the right time with enough context to act on,” Chaturvedi added.</p>



<p>That automated workflow, according to Hinchcliffe, should also help reduce one of the biggest hidden costs in FinOps today: “The manual coordination overhead between finance, platform engineering, operations, and application teams.”</p>



<h2 class="wp-block-heading">Bringing cost intelligence closer to developers</h2>



<p>While the governance benefits may resonate most with CIOs and FinOps leaders, analysts say the new agent could also help reduce the burden on developer and engineering teams by making cost information more accessible and actionable without disrupting workflows.</p>



<p>“Traditionally, devs have had really poor visibility into the downstream financial impact of infrastructure decisions. Cost data often arrives too late, in the wrong format, or through centralized governance channels disconnected from day-to-day engineering work,” Hinchcliffe said.</p>



<p>“FinOps Agent brings cost reasoning directly into developer tooling and collaboration environments. The result is that developers can increasingly treat cost efficiency as a real-time engineering signal alongside performance, reliability, and security, which is exactly where mature cloud enterprises want it to be,” Hinchcliffe added.</p>



<h2 class="wp-block-heading">New operating model for FinOps?</h2>



<p>Beyond accountability and faster remediation, analysts also see the new agent as capable of driving  “meaningful evolution” in the FinOps operating model for CIOs.</p>



<p>“FinOps teams move away from being the people who manually chase anomalies and toward being the designers of guardrails, policies, and operating models. Engineers take on more day-to-day ownership because the feedback loop becomes immediate and embedded. For CIOs, the implication is significant: governance becomes more distributed, which can improve speed and accountability,” said <a href="https://www.linkedin.com/in/davidlinthicum/" target="_blank" rel="nofollow">David Linthicum</a>, an independent consultant.</p>



<p>However, Linthicum warned that CIOs shouldn’t take the FinOps Agent at face value: “Enterprises should watch for three things — whether recommendations are trusted, whether ownership routing is accurate, and whether actions actually get completed.”</p>



<p>“If AWS can make FinOps more embedded, contextual, and automated, this could be meaningful. If it becomes just another interface over existing data, the impact will be more incremental than transformational,” Linthicum pointed out.</p>



<h2 class="wp-block-heading">Why AI may accelerate the shift to agentic FinOps</h2>



<p>FinOps Agent could become more common and replace traditional FinOps due to the growing complexity and cost of AI deployments, analysts say.</p>



<p>“Traditional FinOps was built for infrastructure that scales predictably. Existing practices will buckle under AI workloads, and that will challenge this core underpinning principle. First, cost attribution is harder. Second, consumption is less predictable. Third, the ROI measurement is fundamentally different,” Chaturvedi said.</p>



<p>In fact, Hinchcliffe sees the new agent as part of a much larger industry transition from passive observability systems toward autonomous operational agents.</p>



<p>“FinOps is simply one of the first major operational domains where this transition is becoming commercially visible. The big implication is that <a href="https://www.infoworld.com/article/4071002/know-your-ops-why-all-ops-lead-back-to-devops.html">CloudOps, SecOps</a>, infrastructure management, governance, and even IT financial management are all likely to become increasingly agentic over the next several years,” Hinchcliffe added.</p>



<p>Enterprises and developers willing to try out the new FinOps Agent can do so from the AWS Management Console, the hyperscaler said.</p>



<p>The agent, which is available only in the US East region, currently comes at no charge, with a monthly usage limit, although standard charges apply for other AWS Services used in connection with the agent, it added. “It (FinOps Agent) can manage costs across other AWS Regions and accounts when set up in the management account,” the hyperscaler further said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux Foundation targets AI’s cost-management problem with Tokenomics Foundation]]></title>
<description><![CDATA[For many CIOs, the challenge of scaling AI is no longer about building applications but about understanding what they cost. With AI models priced through complex token-based structures, enterprises deploying multi-agentic AI are facing a fast-growing and often opaque expense, making it harder to ...]]></description>
<link>https://tsecurity.de/de/3581312/it-nachrichten/linux-foundation-targets-ais-cost-management-problem-with-tokenomics-foundation/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3581312/it-nachrichten/linux-foundation-targets-ais-cost-management-problem-with-tokenomics-foundation/</guid>
<pubDate>Mon, 08 Jun 2026 13:47:43 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For many CIOs, the challenge of scaling AI is no longer about building applications but about understanding what they cost. With AI models priced through complex token-based structures, enterprises deploying multi-agentic AI are facing a fast-growing and often opaque expense, making it harder to benchmark providers, measure efficiency, and prove returns on AI investments.</p>



<p>Seeking to address that problem, the Linux Foundation has announced its intent to launch the Tokenomics Foundation, a vendor-neutral organization that will develop open standards, benchmarks, and best practices for AI cost management.</p>



<p>The foundation, instead of working alone, will collaborate with the FinOps Foundation, another Linux Foundation initiative focused on advancing the discipline of cloud financial management and technology value management.</p>



<p>A key part of that collaboration will be the expansion of <a href="https://focus.finops.org/adoption/" target="_blank" rel="nofollow">FinOps Open Cost and Usage Specification (FOCUS</a>), an open standard originally developed to normalize cloud spending and usage data across providers.</p>



<p>The two foundations plan to adapt the specification to account for token-based AI consumption, creating a common framework for measuring, comparing, and governing AI costs across models and platforms, the Linux Foundation said in a statement.</p>



<p>While the Tokenomics Foundation’s Governing Board will help set strategic priorities and allocate funding for the initiative, its Technical Committee will work with FinOps Foundation contributors to develop the specifications, benchmarks, and reference frameworks needed to incorporate AI token usage into FOCUS, it added.</p>



<p>The new foundation, the Linux Foundation further said, has already attracted support from a broad group of enterprise technology vendors, cloud providers, and end-user organizations, including Accenture, Booking.com, Flexera, Google Cloud, IBM, JPMorganChase, KPMG, Microsoft, Oracle, Salesforce, SAP, and ServiceNow.</p>



<h2 class="wp-block-heading">Why will the new foundation matter for CIOs?</h2>



<p>The move to launch a new foundation to standardize metrics around token usage addresses a growing gap in enterprise AI rollouts in production use cases.</p>



<p>“The industry lacks common standards for measuring AI costs and efficiency. That makes it difficult for CIOs to compare models and vendors, in turn making it difficult to track ROI, optimize spending, or decide which models deliver the best value,” said <a href="https://www.linkedin.com/in/pareekhjain?originalSubdomain=in" target="_blank" rel="nofollow">Pareekh Jain</a>, principal analyst at Pareekh Consulting.</p>



<p>“A neutral body, in contrast, can help define shared terminology, benchmarks, and accounting frameworks, similar to how <a href="https://www.infoworld.com/article/4138748/finops-for-agents-loop-limits-tool-call-caps-and-the-new-unit-economics-of-agentic-saas.html">FinOps</a> brought discipline to cloud spending. Standardization can make AI costs more transparent and comparable across vendors for CIOs,” Jain added.</p>



<p>The challenge is not just about managing AI costs but also about how enterprises architect, deploy, and govern AI applications at scale, even as per-token pricing continues to decline, pointed out <a href="https://www.linkedin.com/in/yugal-joshi-5740a92?originalSubdomain=in" target="_blank" rel="nofollow">Yugal Joshi</a>, partner at Everest Group.</p>



<p>“The gross AI bill for enterprises continues to rise due to poor design practices such as throwing unwanted models at specific problems. In addition, the same workflow ends up costing differently based on input queries and user prompts,” Joshi said. “No CIO can make meaningful budgeting decisions or calculate RoI of such workflows. This creates complexity around selecting workloads that can derive the best outcome with the least investment.”</p>



<p>The Tokenomics Foundation’s emphasis on standards and best practices could help CIOs make more informed decisions about workload design, Joshi noted.</p>



<h2 class="wp-block-heading">Another area of focus?</h2>



<p>Cost governance and design best practice, however, are only one part of the equation.</p>



<p>Another challenge facing CIOs is determining when open-source models make more economic sense than proprietary alternatives, Jain said.</p>



<p>“When enterprises use models such as Llama or Mistral on their own infrastructure, costs shift from paying per token to paying for GPUs, electricity, and infrastructure utilization,” Jain pointed out.</p>



<p>“The long-term challenge for the Tokenomics Foundation will be creating a common framework that lets CIOs compare the true cost of self-hosted models with commercial AI APIs. Determining the point at which it becomes cheaper to run a private AI platform rather than consume AI as a service could become one of the most important financial decisions in enterprise AI,” Jain added.</p>



<p>While the initiative has been announced, the Linux Foundation has not provided a target date for the Tokenomics Foundation’s formal launch or operational rollout.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Multi-cloud doesn’t need another tool]]></title>
<description><![CDATA[Multi-cloud is now the operating reality of every serious enterprise. Governing it requires four disciplines – not another tool. A field-tested framework for the CIOs running it.


Tata Communications



Walk into almost any large enterprise today and ask the CIO how their multi-cloud is going. T...]]></description>
<link>https://tsecurity.de/de/3575567/it-nachrichten/multi-cloud-doesnt-need-another-tool/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3575567/it-nachrichten/multi-cloud-doesnt-need-another-tool/</guid>
<pubDate>Fri, 05 Jun 2026 16:03:01 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p><em>Multi-cloud is now the operating reality of every serious enterprise. Governing it requires four disciplines – not another tool. A field-tested framework for the CIOs running it.</em></p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/Screenshot-2026-06-04-at-9.42.41-AM-1.png?w=1024" alt="Tata Communications" class="wp-image-4181768" width="1024" height="232" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Tata Communications</p></div>



<p>Walk into almost any large enterprise today and ask the CIO how their multi-cloud is going. The answer is rarely a single sentence. It’s a list of qualifications: two strategic hyperscalers, a third for a regulated workload, a sovereign cloud for one geography, a colocation footprint for latency-sensitive systems, an on-premises estate that hasn’t gone anywhere, and a long tail of SaaS that quietly behaves like infrastructure when it fails.</p>



<p>This is not a failure of strategy. It is the strategy. Multi-cloud is the operating reality of every serious enterprise, driven by acquisition history, regulatory geography, AI workload economics, and the simple fact that no single provider is best at everything. The question has shifted from whether to run multi-cloud to how to govern what we already have.</p>



<p>And on that question, most enterprises are still trying to buy their way out. Another observability tool. Another policy engine. Another connectivity overlay. The result, predictably, is a stack with more dashboards than the people watching them have hours in the day, and a complexity tax that compounds in the seams between every tool the procurement team has signed off on.</p>



<p>The CIOs I work with – increasingly – have stopped asking what to buy next. They’ve started asking a different question: what would it take to run multi-cloud the way we already run finance, or security, or supply chain? As an operating discipline. Not a project. Not a stack. A continuous loop, with clear ownership and a clear cycle.</p>



<p>That is the case I want to make. Multi-cloud has matured past the point where it can be governed by tools alone. It needs an operating model with four disciplines, each of which the next three years will judge every CIO on: <strong>Measure, Route, Comply, Recover</strong> (Figure 1).</p>



<p>These aren’t sequential phases. They’re a closed loop. And the platforms that close it – disclosure: my team at Tata Communications is building one called IZO+ Multi Cloud Network (MCN) – are about to redefine what good multi-cloud looks like. The platforms that don’t will, eventually, be remembered as dashboards bolted onto point tools.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/06/Screenshot-2026-06-04-at-9.42.56-AM.png" alt="Tata graph" class="wp-image-4181770" width="1024" height="728" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Tata Communications</p></div>



<p><strong><em>Figure 1. </em></strong><em>The four disciplines of a multi-cloud operating model, arranged as a closed cycle.</em></p>



<p><strong>PILLAR 1</strong></p>



<h3 class="wp-block-heading">Measure: Quantify what your bill never will</h3>



<p>Of all the line items on the enterprise technology balance sheet, the largest one is the one no system reports: the cost of complexity itself. CFOs receive a cloud bill every month. CIOs receive an uptime dashboard every morning. Neither captures the cost of the routine policy change that needs three tickets across two teams, or the configuration drift in one region that surfaces as a customer outage in another, or the senior-engineer time spent reconciling things that should never have diverged.</p>



<p>The first discipline of a multi-cloud operating model is to make this cost legible. That means a complexity index – a quantified score, not a qualitative survey – that decomposes into the dimensions actually driving it: base connectivity, cross-domain coupling, governance gap, toolchain fragmentation, and geographic dispersion. (My team has built and patented one called the <strong>Enterprise Multi-Cloud Complexity Index</strong>. The framework matters more than the brand.)</p>



<p>A good index does three things a one-off assessment cannot: it is <strong>continuous</strong> (the score moves with reality, not with the audit cycle), <strong>decomposable</strong> (it tells you which dimension is driving the number, so remediation can be prioritised), and <strong>peer-benchmarked</strong> (it tells you whether your number is normal for your industry and your scale).</p>



<p>The CIO insight is simple: a one-off complexity score is a slide. A live one is an operating signal. And once you have an operating signal, you can do something with it. That something is the next three disciplines.</p>



<p><strong>PILLAR 2</strong></p>



<h3 class="wp-block-heading">Route: Make applications self-networking</h3>



<p>Once you can see complexity, the next discipline is to stop accumulating more of it. That is what routing – done right – does.</p>



<p>The traditional multi-cloud network is defined by infrastructure topology: VPCs, VLANs, transit gateways, peering connections, the long tail of NATs and firewalls in between. Every new application inherits that topology. Every new region multiplies it. Every team learns it differently. The result is what most enterprises now have: a network that can technically reach everywhere but can’t be reasoned about anywhere.</p>



<p>The shift that matters is from <strong>infrastructure-defined</strong> to <strong>intent-defined</strong> routing. The right unit of design is no longer the VPC; it is the application – or, more precisely, an Application Connectivity Domain (ACD): a logical boundary that spans clouds, regions, and on-premises footprints, and within which an application’s reachability, identity, and policy travel together. The infrastructure underneath becomes a substrate to be orchestrated, not a topology to be hand-stitched.</p>



<p>For AI workloads in particular, this matters more than most CIOs realise. All-reduce performance, inference latency, and data-gravity economics are all functions of physical fabric layout – GPU placement, interconnect topology, regional data residency. A network that doesn’t know where the GPUs are will route AI traffic the way it routes everything else, and the training run will pay for it.</p>



<p>The CIO question to ask: <em>can my network be defined by what my applications need, or only by where my infrastructure happens to sit?</em></p>



<p><strong>PILLAR 3</strong></p>



<h3 class="wp-block-heading">Comply: Move sovereignty into the data plane</h3>



<p>For most enterprises, compliance is still something that happens after a routing decision is made. A packet flows; an audit later confirms whether it should have done so. A workload runs in a region; a quarterly review checks whether the data residency clause was honoured.</p>



<p>That model has expired. Between GDPR Article 44, India’s DPDP Act, the EU AI Act, the patchwork of GCC sovereignty mandates, and a growing list of sectoral regulations, jurisdictional rules now change faster than annual audits can catch up with them. Treating sovereignty as an after-the-fact check guarantees one of two outcomes: a compliance violation, or a chilling effect that slows every cloud decision into paralysis.</p>



<p>The discipline I’d urge every CIO to adopt is <strong>pre-flight compliance</strong>: jurisdictional assurance built into the routing decision itself, not bolted on afterwards. Before a workload is placed, before a packet leaves a region, before a failover target is chosen, the platform should already know which jurisdictions are eligible – and silently exclude the ones that aren’t. Compliance becomes a property of the data plane, not a clause in a policy deck.</p>



<p>The shift in CIO conversation is unmistakable when this works. The board no longer asks “Are we compliant?” They ask “What would it cost to add another jurisdiction?” – and the answer is a configuration change, not a programme.</p>



<p><strong>PILLAR 4</strong></p>



<h3 class="wp-block-heading">Recover: Score yourself against your weakest layer</h3>



<p>The February 2026 AWS UAE infrastructure incident was, for many of the CIOs I work with, the moment the recover discipline stopped being theoretical. Enterprises that had spent years building “multi-region” architectures discovered that being multi-region and being recoverable are not the same thing. Their compute had a backup region. Their data didn’t. Or their data did, but their identity layer was tied to the failed region’s IAM. Or every layer was technically replicated, but no one had ever tested the failover end-to-end under load.</p>



<p>The most useful framing I’ve seen is the <strong>Failover Readiness Score (FRS)</strong>: a single number scored as the <em>weakest</em> of five layers – Infrastructure-as-Code, Network, Data, Workload, and Sovereignty. The weakest-link formulation is the entire point. Your real recovery time objective is governed by your worst-prepared layer, not your average. An IaC pipeline that can spin up a region in ninety seconds means nothing if the database promotion takes four hours, or if the failover target turns out to be sovereignty-ineligible for the data you’re moving to it.</p>



<p>Pre-flight failover simulation – running the failover continuously in shadow mode against multiple targets and reporting which are viable – is the discipline that separates resilience theatre from actual recoverability. The CIO question: <em>if I had to fail over right now, against my second-best target, would my weakest layer let me?</em></p>



<p><strong>THE SYNTHESIS</strong></p>



<h3 class="wp-block-heading">The loop</h3>



<p>The four disciplines look like a stack. They are actually a feedback cycle.</p>



<p><strong>Measure</strong> identifies the highest-complexity surfaces in your estate. <strong>Route</strong> lets you bypass or absorb them without rebuilding applications. <strong>Comply</strong> ensures every routing and failover decision is jurisdictionally clean by construction. <strong>Recover</strong> validates, continuously, that your weakest layer can carry the load when something goes down – and feeds the result back to <strong>Measure</strong>, which updates the complexity score and the cycle starts again.</p>



<p>The reason the loop matters more than any single pillar is that it eliminates the place where complexity wins today: the seam between teams. Today, measurement lives with the FinOps and architecture teams; routing lives with networking; compliance lives with risk; recovery lives with SRE. Each owns its piece. Nobody owns the seam. The complexity tax compounds in the seam.</p>



<p>A platform that closes the loop collapses the seams. That is the structural change underway in our category, and it is the change CIOs should be evaluating vendors against.</p>



<h3 class="wp-block-heading">A four-question test for your next vendor conversation</h3>



<p>Before the next multi-cloud purchase, ask:</p>



<ol class="wp-block-list">
<li><strong>Can I measure complexity continuously, not just survey it?</strong> A score that doesn’t move with reality is a slide, not a signal.</li>



<li><strong>Can I route around complexity without rebuilding applications?</strong> If every new connectivity decision means new infrastructure, you’ve bought a tool, not a fabric.</li>



<li><strong>Is compliance enforced in the data plane, or only in policy decks?</strong> If the answer involves a quarterly review, your sovereignty posture is a hope, not a guarantee.</li>



<li><strong>Is my failover readiness scored against my weakest layer?</strong> Average preparedness is the wrong number. The weakest-link score is the only honest one.</li>
</ol>



<p>If your current stack can’t answer all four with a straight yes, the right next move isn’t another point tool. It’s the loop. That, more than any individual product capability, is what separates the CIOs who will spend the next three years firefighting multi-cloud from the ones who will spend it compounding it.</p>



<p><strong>To learn more, </strong><a href="https://explore.tatacommunications.com/multi-cloud-complexity-calculator/?utm_source=foundry-dp&amp;utm_medium=cpm&amp;utm_campaign=emci-article" rel="sponsored"><strong>visit us here</strong></a><strong>.</strong></p>



<p>————————————————————</p>



<p>&gt;About the author. <em>The author leads product and strategy for IZO+ MCN, a multi-cloud overlay networking platform developed by Tata Communications. The Enterprise Multi-Cloud Complexity Index (EMCI) referenced in this article is a patent-pending framework. Views are the author’s own.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[앤트로픽·오픈AI IPO가 의미하는 것···IT리더의 AI 예산은 더 늘어날까]]></title>
<description><![CDATA[AI 업계 선두 주자인 앤트로픽(Anthropic)과 오픈AI(OpenAI)가 모두 IPO를 추진하는 것으로 알려지면서, 이들 AI 모델에 의존하는 기업의 IT 리더들은 앞으로 어떤 변화가 닥칠지 주목하고 있다.



가장 큰 관심사는 기업용 AI 서비스 비용 상승 가능성이다. 특히 최첨단 AI 모델을 사용하는 기업 고객의 부담이 커질 수 있다는 우려가 나온다.



두 기업은 상장을 통해 주식을 공개 매각함으로써 수억 달러 규모의 자금을 조달해 제품 개발과 운영 비용에 투자할 것으로 예상된다. 그러나 일각에서는 연구 중심의 ...]]></description>
<link>https://tsecurity.de/de/3574447/it-security-nachrichten/ai-ipo-it-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3574447/it-security-nachrichten/ai-ipo-it-ai/</guid>
<pubDate>Fri, 05 Jun 2026 07:19:43 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>AI 업계 선두 주자인 앤트로픽(Anthropic)과 오픈AI(OpenAI)가 모두 IPO를 추진하는 것으로 알려지면서, 이들 AI 모델에 의존하는 기업의 IT 리더들은 앞으로 어떤 변화가 닥칠지 주목하고 있다.</p>



<p>가장 큰 관심사는 기업용 AI 서비스 비용 상승 가능성이다. 특히 최첨단 AI 모델을 사용하는 기업 고객의 부담이 커질 수 있다는 우려가 나온다.</p>



<p>두 기업은 상장을 통해 주식을 공개 매각함으로써 수억 달러 규모의 자금을 조달해 제품 개발과 운영 비용에 투자할 것으로 예상된다. 그러나 일각에서는 연구 중심의 비상장 기업에서 상장사로 전환되면서 앤트로픽과 오픈AI 모두 수익 창출에 대한 새로운 압박에 직면할 것이라고 우려한다.</p>



<p>IT 시장조사업체 스마트테크 리서치(SmartTech Research)의 CEO 겸 수석 애널리스트 <a href="https://www.linkedin.com/in/marknvena/" target="_blank" rel="nofollow">마크 베나</a>는 “오픈AI가 상장할 경우 기업 고객은 상당한 수준의 가격 인상을 예상해야 한다”라며 “특히 API 사용량이 많거나 코파일럿, AI 에이전트, 맞춤형 구축 환경에 크게 의존하는 기업일수록 그 영향이 클 것”이라고 분석했다.</p>



<p>반면 베나는 앤트로픽의 IPO는 다른 양상으로 전개될 것으로 내다봤다. 앤트로픽이 AI 안전성에 폭넓게 집중해 온 점이 차별화 요소라는 설명이다.</p>



<p>베나는 “앤트로픽은 기업 신뢰와 안전성, 개발자 생산성, 그리고 CFO와 CIO가 이사회에 설명할 수 있는 보다 안정적이고 체계적인 AI 브랜드를 제공하고 있다”라며 “솔직히 오픈AI가 문화적 영향력을 이끄는 로켓이라면, 앤트로픽은 기관과 기업이 선택할 AI 투자처로 자리매김하고 있다”고 평가했다.</p>



<p>다만 앤트로픽의 수익성에 대한 우려는 여전히 존재한다고 덧붙였다.</p>



<p>베나는 “결국 핵심 질문은 공개 시장 투자자들이 앤트로픽의 재무적 절제를 높게 평가할 것인지, 아니면 최첨단 AI 개발이 가진 냉혹한 경제성을 문제 삼을 것인지에 달려 있다”라며 “모델 학습과 컴퓨팅 자원 확보, 그리고 오픈AI·구글(Google)·메타(Meta)·xAI와 경쟁하기 위해서는 막대한 비용이 필요하다. 앤트로픽은 단순히 우아하게 자금을 소진하는 기업이 아니라는 점을 입증해야 한다”고 말했다.</p>



<p>앤트로픽은 오픈AI 역시 상장을 추진하고 있다는 보도가 나온 직후인 6월 1일 IPO 신청 사실을 <a href="https://www.cnbc.com/2026/06/01/anthropic-ipo-s1-prospectus.html?msockid=2a6c16066e436d7a193b004b6f656c25" target="_blank" rel="nofollow">발표했다</a>. 오픈AI는 상장 가능성에 대해 공식 입장을 내놓지 않았지만, 업계에서는 수주 내 <a href="https://techcrunch.com/2026/05/20/openai-barrels-toward-ipo-that-may-happen-in-september/" target="_blank" rel="nofollow">상장 계획이 발표</a>되고 이르면 오는 9월 공모가 진행될 것으로 전망하고 있다.</p>



<p>베나는 IPO가 가격 정책 외에도 다양한 변화를 가져올 것이라고 분석했다. 경영 투명성과 외부 감시가 강화되고, 거버넌스와 서비스 가동 시간, 보안, 제품 로드맵 이행에 대한 기업 차원의 규율도 한층 엄격해질 것이라는 설명이다. 동시에 새로운 과금 체계 도입 가능성도 높다고 내다봤다.</p>



<p>베나는 “오픈AI가 상장하면 빠르게 움직이는 AI 연구소에서 월가의 감시를 받는 플랫폼 기업으로 변모하게 될 것”이라며 “이용자는 더 이상 ‘빠르게 움직이며 모두를 놀라게 하는’ 방식보다는 모든 서비스를 상품화하고 계량화하며 수익화하려는 압박이 커지는 모습을 보게 될 것”이라고 전망했다.</p>



<h2 class="wp-block-heading">연구소 모델의 종말</h2>



<p>오픈AI가 상장한 이후 가격 정책이 변화할 것이라는 우려는 다른 전문가들 사이에서도 제기되고 있다.</p>



<p>AI 연구기업 마인드 시뮬레이션 랩(Mind Simulation Lab)의 CEO 겸 공동 설립자 <a href="https://www.linkedin.com/in/leoderikiants/" target="_blank" rel="nofollow">레오 데리키언츠</a>는 IT 리더들이 API 요금의 대폭 인상과 기본적인 데이터 프라이버시 기능조차 고가의 프리미엄 엔터프라이즈 요금제로 제공되는 상황, 그리고 점점 더 불투명해지는 과금 체계에 대비해야 한다고 경고했다.</p>



<p>데리키언츠는 “오픈AI의 IPO는 ‘연구소’라는 환상의 종말이자 전통적인 기술 독점 기업의 탄생을 의미한다”라며 “공개 시장은 예측 가능하고 지속적으로 증가하는 매출을 요구하지만, 오픈AI의 핵심 기술인 자기회귀 기반 대규모언어모델(LLM)은 본질적으로 예측 불가능한 확률적 시스템”이라고 말했다.</p>



<p>반면 앤트로픽은 오픈AI보다 더 강력하고 방어 가능한 위치에서 상장을 추진하는 것으로 보인다고 평가했다. 두 회사 모두 유사한 확률 기반 자기회귀 아키텍처를 사용하고 있지만, 앤트로픽은 영상 생성과 같은 소비자 대상 기능보다 기업 시장에 집중해 왔으며, 이를 통해 보다 안정적인 수익 기반을 구축했다는 설명이다.</p>



<p>하지만 데리키언츠는 앤트로픽의 IPO 발표가 AI 산업의 실망스러운 현실도 보여준다고 지적했다.</p>



<p>그는 “주요 AI 연구소들은 아키텍처의 한계나 장기적인 가치에 대한 근본적인 질문 없이, 사실상 동일한 확률 기반 제품을 서로 다른 브랜드로 포장해 반복적으로 내놓고 있다”라며 “업계는 본래의 목표를 완전히 잃어버렸다. 원래의 목표는 진정한 범용인공지능(AGI)을 구현하는 것이었지만, 지금의 목표는 월간 구독 매출을 극대화하는 데 있다”고 비판했다.</p>



<p>또한 CIO들은 앞으로 더욱 공격적인 벤더 종속 전략과 강제적인 생태계 통합, 그리고 유연하고 오픈소스 친화적인 정책의 축소에 대비해야 한다고 전망했다.</p>



<p>데리키언츠는 “기업들은 안전한 AI를 만드는 것보다 주주 가치를 극대화하기 위해 고객 데이터를 자사 독점 API 생태계 안에 묶어두는 데 집중하게 될 것”이라고 주장했다.</p>



<p>아울러 AI 벤더들이 이른바 ‘AI 스케일링 함정(scaling trap)’에 빠져 있다고 진단했다. 현재 AI 아키텍처는 추론 성능을 소폭 향상시키기 위해서도 기하급수적으로 더 많은 컴퓨팅 자원과 에너지를 요구한다는 것이다.</p>



<p>데리키언츠는 “이들 모델의 운영은 본질적으로 비효율적이며 상당 부분 벤처캐피털 자금에 의존해 유지되고 있다”라며 “상장 이후에는 월가가 이런 막대한 인프라 손실을 무기한 용인하지 않을 것”이라고 말했다.</p>



<p>시스템 통합 및 클라우드 서비스 기업 블루 맨티스(Blue Mantis)의 CIO <a href="https://www.linkedin.com/in/richardkamos/" target="_blank" rel="nofollow">리처드 에이모스</a> 역시 IPO 이후 두 기업 모두 새로운 가격 정책을 도입할 것으로 예상했다. 스타트업에서 상장사로 전환되면 기업의 우선순위 자체가 달라지기 때문이라는 설명이다.</p>



<p>에이모스는 “상장 전에는 혁신과 성장, 미래 가능성에 초점이 맞춰져 있다”라며 “하지만 상장 후에는 상황이 달라진다. 주주들은 안정적인 분기 실적과 규제 준수, 엔터프라이즈급 신뢰성을 요구하게 된다”고 설명했다.</p>



<p>다만 그는 오픈AI 상장 이후 긍정적인 변화도 기대했다. 플랫폼 안정성과 보안, 규제 준수 역량이 강화되고 산업별 특화 기능 개발에도 더 많은 투자가 이뤄질 것으로 전망했다.</p>



<p>동시에 AI 벤더들은 기업 전체 라이선스 방식에서 벗어나 퍼블릭 클라우드 시장과 유사한 사용량 기반 과금 모델로 이동할 것으로 내다봤다.</p>



<p>에이모스는 현재 오픈AI가 적자를 기록하고 있다는 관측이 많은 만큼, 상장 이후 가격 체계를 전면 개편할 가능성이 높다고 분석했다. 예를 들어 고성능 모델이나 에이전트 기반 워크플로우, 고급 오케스트레이션 기능 등에 프리미엄 가격 정책이 적용될 수 있다는 것이다.</p>



<p>이에 대응해 일부 기업은 사용량과 비즈니스 가치를 균형 있게 관리하기 위해 AI 핀옵스(FinOps) 솔루션을 도입할 것으로 예상했다.</p>



<p>에이모스는 “일정 수준의 가격 인상은 불가피할 것”이라며 “AI 생태계 비용을 관리하기 위한 새로운 도구와 라이선스 체계도 등장할 것으로 본다”고 말했다.</p>



<h2 class="wp-block-heading">새로운 가격 정책</h2>



<p>앤트로픽은 IPO 발표를 앞둔 며칠 전 일부 제품에 대해 새로운 사용량 기반 계량 과금(metered pricing) 모델을 공개했다.</p>



<p>한편 통합 인텔리전스 기업 YOUnifiedAI의 CEO 겸 공동 설립자 <a href="https://euginajordan.com/" target="_blank" rel="nofollow">유지나 조던</a>은 오픈AI가 최근 선보인 <a href="https://www.cnbc.com/2026/05/19/openai-announces-new-guaranteed-capacity-offering-for-customers-to-secure-compute.html" target="_blank" rel="nofollow">‘보장 용량(Guaranteed Capacity)’ 구독 모</a>델이 새로운 가격 정책 방향을 보여준다고 분석했다.</p>



<p>조던은 “이 모델은 유연한 API 토큰 판매 중심에서 벗어나, 기업이 수년 단위의 지출을 사전에 약정해야 하는 계약 기반의 예측 가능한 엔터프라이즈 서비스 모델로 전환하려는 의도를 보여준다”고 설명했다.</p>



<p>오픈AI는 지난 5월 <a href="https://www.cio.com/article/4171102/%ED%8E%B8%EB%A6%AC%ED%95%A8-%EB%92%A4%EC%9D%98-%EB%A6%AC%EC%8A%A4%ED%81%AC%EC%98%A4%ED%94%88ai-fde-%EB%AA%A8%EB%8D%B8-cio-%ED%86%B5%EC%A0%9C-%EC%9D%B4%EC%8A%88-%EB%B6%80.html" target="_blank">신규 컨설팅 사업 출범</a>도 발표했다.</p>



<p>조던은 상장 기업이 되면 가격 정책 개편에 대한 압박이 더욱 커질 것으로 전망했다.</p>



<p>조던은 “오픈AI의 IPO는 IT 리더들에게 상당한 변화를 가져올 것”이라며 “회사는 민첩한 기술 혁신 기업에서 월가의 분기 실적 요구에 묶인 상장사로 전환하게 된다”고 말했다.</p>



<p>이어 “대규모 공모 자금 유입은 엔터프라이즈 제품의 안정성을 높이는 데 필요한 강력한 인프라 구축을 지원할 수 있다”라면서도 “사용자들이 당장 체감하게 될 현실은 보다 공격적인 수익화 전략으로의 급격한 전환일 가능성이 높다”고 덧붙였다.</p>



<p>다만 기업용 AI 사용자들에게 긍정적인 요소도 있다. 조던은 2022년 말 첫 번째 챗GPT가 출시된 이후 AI 시장에 여러 강력한 경쟁자가 등장했다고 평가했다.</p>



<p>조던은 “앤트로픽은 기업 개발자와 고급 코딩 분야에서 빠르게 기본 선택지로 자리 잡았고, 구글의 제미나이는 강력한 업무용 소프트웨어 생태계를 기반으로 영향력을 확대하고 있다”라며 “미스트랄(Mistral)은 유럽 오픈소스 시장에서 입지를 강화하고 있다”고 설명했다.</p>



<p>또한 “오픈AI가 예측 가능한 기업 매출 확보에 집중하는 시점에 시장은 이미 분산되고 경쟁이 매우 치열해졌다”라며 “이제 선점 효과만으로 승리를 보장받을 수 없는 환경이 됐다”고 분석했다.</p>



<p>이어 “과거 야후(Yahoo)가 구글에 밀리고 마이스페이스(MySpace)가 페이스북(Facebook)에 자리를 내준 것처럼, 기술을 처음 선보이는 것과 이를 대규모 사업으로 성장시키는 것은 전혀 다른 문제”라며 “IPO는 오픈AI가 빠르게 성숙한 기업으로 변화하도록 압박하는 계기가 될 것이며, 그 사이 경쟁사들은 오픈AI의 기업 시장 지배력을 조금씩 잠식하고 있다”고 말했다.</p>



<p>스마트테크 리서치의 마크 베나 역시 구글, xAI, 메타(Meta)를 주요 경쟁자로 꼽았다.</p>



<p>베나는 “내 관점에서 오픈AI는 여전히 시장 선도 기업이지만 더 이상 AI 시장의 주도권을 독점하고 있지는 않다”라며 “오픈AI는 여전히 강력한 브랜드 영향력과 제품 추진력을 보유하고 있지만, 앞으로의 경쟁은 누가 더 화려한 데모를 보여주느냐가 아니라 누가 안정적이고 안전하며 비용 효율적인 AI를 대규모로 제공할 수 있느냐에 달려 있다”고 말했다.<br>dl-ciokorea@foundryco.com</p>



<ul class="wp-block-list">
<li>관련 기사 : <a href="https://www.cio.com/article/4177506/%EC%98%A4%ED%94%88ai-%ED%95%9C%EA%B5%AD%EC%97%90-%EB%8D%B0%EC%9D%B4%EB%B8%8C%EB%A0%88%EC%9D%B4%ED%81%AC-%EB%8F%84%EC%9E%85%EC%A0%95%EB%B6%80%C2%B7%EA%B3%B5%EA%B3%B5.html" target="_blank">오픈AI, 한국에 ‘데이브레이크’ 도입…정부·공공기관 AI 보안 지원 본격화</a></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[¿Cómo impactarán en los presupuestos de IA de los CIO las salidas a bolsa de Anthropic y OpenAI?]]></title>
<description><![CDATA[Los pioneros de la IA Anthropic y OpenAI parecen dirigirse hacia sus respectivas salidas a bolsa, lo que deja a los directivos de TI cuyas organizaciones dependen de sus modelos de IA preguntándose qué les deparará el futuro. Una de las principales preocupaciones es la posibilidad de un aumento d...]]></description>
<link>https://tsecurity.de/de/3573191/it-nachrichten/cmo-impactarn-en-los-presupuestos-de-ia-de-los-cio-las-salidas-a-bolsa-de-anthropic-y-openai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3573191/it-nachrichten/cmo-impactarn-en-los-presupuestos-de-ia-de-los-cio-las-salidas-a-bolsa-de-anthropic-y-openai/</guid>
<pubDate>Thu, 04 Jun 2026 18:02:34 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Los pioneros de la IA <strong>Anthropic </strong>y <strong>OpenAI </strong>parecen dirigirse hacia sus respectivas salidas a bolsa, lo que deja a los directivos de TI cuyas organizaciones dependen de sus modelos de IA preguntándose qué les deparará el futuro. Una de las principales preocupaciones es la posibilidad de un aumento de costes para el uso empresarial, especialmente en los modelos más avanzados. Al ofrecer acciones al público, es probable que ambas compañías recauden cientos de millones de dólares para invertir en sus productos y cubrir sus gastos. Sin embargo, muchos analistas temen que, al pasar de ser organizaciones privadas centradas en la investigación a empresas cotizadas, tanto Anthropic como OpenAI se enfrenten a nuevas presiones para generar beneficios.</p>



<p><strong>Los clientes empresariales de OpenAI deberían esperar aumentos sustanciales de precios tras su salida a bolsa</strong>, especialmente aquellos que dependen intensamente del uso de API, copilotos, agentes y despliegues personalizados, según Mark Vena, CEO y analista principal de la firma de investigación IT SmartTech Research.</p>



<p>Vena considera que <strong>una salida a bolsa de Anthropic se desarrollará de forma distinta</strong>, dado el amplio enfoque de la compañía en la seguridad de la IA. “Lo que vende es confianza empresarial, seguridad, productividad para desarrolladores y una versión más controlada de la IA que los CFO y CIO pueden explicar a sus consejos de administración”, afirma. “Sinceramente, creo que OpenAI es el cohete cultural, pero Anthropic se perfila como la apuesta institucional en IA”.</p>



<p>Aun así, añade, existen dudas sobre la capacidad de Anthropic para generar beneficios. “Seamos claros: la gran cuestión para Anthropic es si los inversores públicos premiarán la disciplina o castigarán la dura economía de la IA de frontera”, señala. “Entrenar modelos, alquilar capacidad de cómputo y competir con OpenAI, Google, Meta y xAI es extremadamente caro, por lo que Anthropic tendrá que demostrar que es algo más que una sofisticada máquina de consumir efectivo”.</p>



<p>Anthropic <a href="https://www.anthropic.com/news/confidential-draft-s1-sec" target="_blank" rel="nofollow">anunció el 1 de junio que había iniciado los trámites para su salida a bolsa</a>, después de informaciones que apuntaban a que OpenAI también avanzaba en esa dirección. Aunque OpenAI declinó hacer comentarios sobre una posible salida a bolsa, diversas informaciones sugieren que la compañía podría anunciarla en las próximas semanas, con una posible oferta inicial en septiembre.</p>



<p>Las salidas a bolsa traerían otros cambios, señala Vena, como <strong>mayor transparencia, más escrutinio y una mayor disciplina empresarial en gobernanza, disponibilidad del servicio, seguridad y cumplimiento</strong> de hoja de ruta. Pero también es probable que surjan nuevos modelos de precios. “Una salida a bolsa de OpenAI convertiría a la empresa de un laboratorio de IA ágil en un proveedor de plataforma supervisado por Wall Street”, afirma Vena. “Los usuarios deberían esperar menos de la actitud de ‘movernos rápido y sorprender a todos’ y más presión para empaquetar, medir y monetizar absolutamente todo”.</p>



<h2 class="wp-block-heading">Hacia el fin del modelo de laboratorio de investigación</h2>



<p>Otros observadores expresan preocupaciones similares sobre los modelos de precios de OpenAI tras una salida a bolsa. Leo Derikiants, CEO y cofundador de la firma de investigación en IA Mind Simulation Lab, afirma que los responsables de TI deberían esperar fuertes subidas en los precios de API, la introducción de niveles premium empresariales caros para cuestiones básicas como la privacidad de datos, y modelos de facturación cada vez más opacos.</p>



<p>“Una salida a bolsa de OpenAI señala el fin de la ilusión del ‘laboratorio de investigación’ y el nacimiento de un monopolio tecnológico tradicional”, añade. “Los mercados públicos exigen ingresos predecibles y crecientes, pero la tecnología central de OpenAI —los LLM autoregresivos— es fundamentalmente impredecible y probabilística”.</p>



<p>Por su parte, Anthropic parece dirigirse hacia una salida a bolsa en una posición más sólida y defendible que OpenAI, según explica. Aunque ambas empresas se basan en arquitecturas probabilísticas similares, Anthropic se ha centrado menos en productos de consumo como la generación de vídeo y más en el mercado corporativo, lo que le proporciona una base de ingresos más estable.</p>



<p>No obstante, el anuncio de la salida a bolsa de Anthropic también confirma una realidad decepcionante: que el mercado de la IA está impulsado por una mentalidad de rebaño, afirma Derikiants.“Los grandes laboratorios están dando vueltas en círculo, construyendo exactamente los mismos productos probabilísticos con diferentes marcas, sin cuestionar los límites de la arquitectura ni el valor real a largo plazo”, señala. “La industria ha perdido completamente su rumbo original. El objetivo fundacional era alcanzar la verdadera inteligencia artificial general (AGI). Hoy, el único objetivo es maximizar los ingresos mensuales por suscripción”.</p>



<p><strong>Los CIO deberían prepararse para tácticas agresivas de bloqueo por proveedor, paquetes cerrados de ecosistema y un alejamiento de las iniciativas flexibles y favorables al código abierto</strong>, predice. El foco corporativo pasará de crear una IA segura a retener los datos empresariales dentro de APIs propietarias para maximizar el valor para el accionista.</p>



<p>Añade que los proveedores de IA están atrapados en un modelo de escalado que requiere cantidades exponencialmente mayores de computación y energía para lograr mejoras marginales en razonamiento. “Operar estos modelos es fundamentalmente ineficiente y está fuertemente subvencionado por capital riesgo”, explica. “Una vez que coticen en bolsa, Wall Street no tolerará indefinidamente esas enormes pérdidas de infraestructura”.</p>



<p>Tras una salida a bolsa, los clientes de ambas compañías deberían esperar la aparición de nuevos modelos de precios, según Richard Amos, CIO del integrador de sistemas y proveedor de servicios cloud Blue Mantis. Las prioridades de una organización cambian cuando pasa de startup a empresa cotizada, añade. “Antes de salir a bolsa, el foco está en la innovación, el crecimiento y el potencial”, afirma. “Una vez en bolsa, cambian las expectativas y los accionistas exigen resultados trimestrales consistentes, cumplimiento normativo y fiabilidad a nivel empresarial”.</p>



<p>Amos prevé varios desarrollos positivos, como un mayor énfasis en la estabilidad de plataformas, seguridad, cumplimiento y desarrollo de capacidades específicas por industria tras una salida a bolsa de OpenAI. Al mismo tiempo, espera que los proveedores de IA se alejen de las licencias globales empresariales hacia modelos de precio basados en consumo, en línea con las tendencias del cloud público.</p>



<p>Dado que muchas informaciones apuntan a que OpenAI opera actualmente con pérdidas, Amos cree que la empresa reformulará sus modelos de precios tras su salida a bolsa, probablemente introduciendo tarifas premium para capacidades avanzadas como modelos de gama alta, flujos de trabajo con agentes y orquestación avanzada.</p>



<p>Como respuesta, algunos usuarios adoptarán soluciones de FinOps para la IA con el objetivo de equilibrar consumo y valor de negocio. “Veremos algunos aumentos de precios y creo que surgirán nuevas herramientas o esquemas de licencia para gestionar el coste del ecosistema”, añade.</p>



<h2 class="wp-block-heading">Nuevo modelo de precios</h2>



<p>Días antes de anunciar su salida a bolsa, Anthropic presentó un nuevo modelo de precios medidos para algunos de sus productos. Por su parte, el nuevo modelo de suscripción de capacidad garantizada de OpenAI apunta a una nueva filosofía de precios que desplaza el foco desde la venta de tokens de API flexibles hacia un servicio empresarial predecible, ligado a contratos, que requiere compromisos de gasto multianuales por adelantado, según Eugina Jordan, CEO y cofundadora de YOUnifiedAI. OpenAI también anunció en mayo una nueva empresa de consultoría.</p>



<p>Convertirse en empresa cotizada probablemente incrementará la presión para revisar los precios, señala Jordan. “Una salida a bolsa de OpenAI transformaría radicalmente el panorama para los líderes de TI, pasando de ser un pionero ágil a una entidad pública sujeta a las exigencias de resultados trimestrales de Wall Street”, afirma. “Aunque la entrada masiva de capital podría financiar la infraestructura necesaria para estabilizar los productos empresariales, la realidad inmediata para los usuarios será un giro brusco hacia una monetización agresiva”.</p>



<p>Sin embargo, hay algunas buenas noticias para los usuarios empresariales de IA, ya que han surgido varios competidores relevantes desde que OpenAI abrió el mercado con ChatGPT a finales de 2022, añade Jordan. Anthropic se ha convertido rápidamente en la opción por defecto para desarrolladores empresariales y programación avanzada, Gemini de Google ha aprovechado su amplia distribución en entornos de trabajo y Mistral está consolidando el espacio europeo de código abierto.</p>



<p>“Este impulso hacia ingresos empresariales predecibles llega en un momento en que OpenAI se enfrenta a un paisaje competitivo fragmentado y muy agresivo donde ser el primero ya no garantiza ganar”, añade. “Al igual que Yahoo perdió frente a Google o MySpace frente a Facebook, OpenAI está comprobando que innovar no es lo mismo que escalar, y una salida a bolsa les obligará a madurar rápidamente, justo cuando sus competidores están erosionando su posición en el mercado empresarial”.</p>



<p>Vena también apunta a competidores importantes como Google, xAI y Meta. “Desde mi punto de vista, OpenAI sigue siendo líder, pero ya no controla el relato de la IA sin oposición”, concluye. “Aunque mantiene una fuerte marca y dinamismo de producto, la siguiente fase dependerá menos de quién tenga la demo más espectacular y más de quién pueda ofrecer una IA duradera, segura y rentable a escala”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[(g+) Finops für mehr Effizienz: Cloud ohne Kostenfalle]]></title>
<description><![CDATA[In Firmen sind Cloudkosten oft unnötig hoch. Durch Finops lassen sich zweistellige Prozentbeträge einsparen, ohne dass die Performance leidet. Ein Ratgebertext von Fabian Deitelhoff (Cloud, CRM)]]></description>
<link>https://tsecurity.de/de/3572369/it-nachrichten/g-finops-fuer-mehr-effizienz-cloud-ohne-kostenfalle/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3572369/it-nachrichten/g-finops-fuer-mehr-effizienz-cloud-ohne-kostenfalle/</guid>
<pubDate>Thu, 04 Jun 2026 13:32:31 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[In Firmen sind Cloudkosten oft unnötig hoch. Durch Finops lassen sich zweistellige Prozentbeträge einsparen, ohne dass die Performance leidet. Ein Ratgebertext von Fabian Deitelhoff (<a href="https://www.golem.de/specials/cloud/">Cloud</a>, <a href="https://www.golem.de/specials/crm/">CRM</a>) <img src="https://cpx.golem.de/cpx.php?class=17&amp;aid=209399&amp;page=1&amp;ts=1780572602" alt="" width="1" height="1">]]></content:encoded>
</item>
<item>
<title><![CDATA[What Anthropic and OpenAI IPOs spell for CIOs’ AI budgets]]></title>
<description><![CDATA[AI pioneers Anthropic and OpenAI both appear to be headed toward IPOs, leaving IT leaders whose organizations rely on their AI models wondering what might be in store for them.



Top of mind is the possibility of higher costs for enterprise use, especially for frontier models.



By offering sto...]]></description>
<link>https://tsecurity.de/de/3572152/it-nachrichten/what-anthropic-and-openai-ipos-spell-for-cios-ai-budgets/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3572152/it-nachrichten/what-anthropic-and-openai-ipos-spell-for-cios-ai-budgets/</guid>
<pubDate>Thu, 04 Jun 2026 12:17:39 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>AI pioneers Anthropic and OpenAI both appear to be headed toward IPOs, leaving IT leaders whose organizations rely on their AI models wondering what might be in store for them.</p>



<p>Top of mind is the possibility of higher costs for enterprise use, especially for frontier models.</p>



<p>By offering stock for sale, the two AI innovators will likely raise hundreds of millions of dollars to invest in their products and pay their bills. But many observers worry that by shifting their focus from private, research-focused organizations to publicly traded companies, both Anthropic and OpenAI will be under new pressure to turn a profit.</p>



<p>OpenAI’s enterprise customers should expect substantial price increases after an IPO, especially those who are leaning hard on API usage, copilots, agents, and custom deployments, says <a href="https://www.linkedin.com/in/marknvena/" rel="nofollow">Mark Vena</a>, CEO and principal analyst at IT research firm SmartTech Research.</p>



<p>Vena sees an Anthropic IPO landing differently, with the company’s broad focus on AI safety. “It is selling enterprise trust, safety, developer productivity, and a more buttoned-up brand of AI that CFOs and CIOs can actually explain to their boards,” he says. “Frankly, I think OpenAI is the cultural rocket ship, but Anthropic is shaping up as the institutional AI bet.”</p>



<p>Still, there are concerns about Anthropic’s ability to generate profits, he adds.</p>



<p>“Let’s face it: The big question for Anthropic is whether public investors will reward discipline or punish the brutal economics of frontier AI,” he adds. “Training models, renting compute, and keeping pace with OpenAI, Google, Meta, and xAI is insanely expensive, so Anthropic will have to prove it is more than a very elegant cash-burning machine.”</p>



<p>Anthropic <a href="https://www.cnbc.com/2026/06/01/anthropic-ipo-s1-prospectus.html?msockid=2a6c16066e436d7a193b004b6f656c25" rel="nofollow">announced that it had filed</a> for an IPO on June 1 after news reports that OpenAI was also headed in that direction. Though OpenAI declined to comment on a potential IPO, news reports suggest that the company will <a href="https://techcrunch.com/2026/05/20/openai-barrels-toward-ipo-that-may-happen-in-september/" rel="nofollow">announce one within the next few weeks</a>, with the initial stock sale potentially happening in September.</p>



<p>IPOs would bring several other changes, Vena notes, including more transparency, more scrutiny, and more enterprise discipline around governance, uptime, security, and roadmap commitments. But new pricing models are likely as well.</p>



<p>“An OpenAI IPO would turn the company from a fast-moving AI lab into a Wall Street–monitored platform vendor,” Vena says. “Users should expect less ‘move fast and surprise everybody’ energy and more pressure to package, meter, and monetize everything.”</p>



<h2 class="wp-block-heading">End of the research lab model</h2>



<p>Other observers express similar fears about OpenAI’s pricing models after an IPO.</p>



<p><a href="https://www.linkedin.com/in/leoderikiants/" rel="nofollow">Leo Derikiants</a>, CEO and cofounder at AI research firm Mind Simulation Lab, says IT leaders should expect steep API price hikes, the introduction of expensive premium enterprise tiers for basic data privacy, and increasingly opaque billing models.</p>



<p>“An OpenAI IPO signals the end of the ‘research lab’ illusion and the birth of a traditional tech monopoly,” he adds. “Public markets demand predictable, escalating revenue, but OpenAI’s core technology — autoregressive LLMs — is fundamentally unpredictable and probabilistic.”</p>



<p>Anthropic, meanwhile, seems to be headed toward an IPO in a stronger, more defensible position than OpenAI, he says. While both companies rely on similar probabilistic and autoregressive architectures, Anthropic has focused less on consumer-facing toys such as video generation and more on the corporate enterprise market, giving the company a stable revenue foundation, he notes.</p>



<p>The Anthropic IPO announcement, however, also confirms a disappointing truth — that the AI market is driven by herd mentality, Derikiants says.</p>



<p>“The major labs are running in circles, building the exact same probabilistic products with different branding, without questioning the architectural limits or the actual long-term value,” he says. “The industry has completely lost the original plot. The foundational goal used to be achieving true artificial general intelligence (AGI). Today, the only goal is maximizing monthly subscription revenue.”</p>



<p>CIOs should prepare for aggressive vendor lock-in tactics, forced ecosystem bundling, and a shift away from flexible, open-source-friendly initiatives, he predicts. The corporate focus will pivot from creating safe AI to trapping enterprise data within the company’s proprietary API walls to maximize shareholder value, he says.</p>



<p>AI vendors caught in an AI scaling trap, with its architecture requiring exponentially more computing power and energy to yield marginal improvements in reasoning, he adds.</p>



<p>“Operating these models is fundamentally inefficient and heavily subsidized by venture capital,” he notes. “Once public, Wall Street will not tolerate those massive infrastructure losses indefinitely.”</p>



<p>After an IPO, customers of both companies should expect new pricing models to emerge, says <a href="https://www.linkedin.com/in/richardkamos/" rel="nofollow">Richard Amos</a>, CIO at systems integrator and cloud services provider Blue Mantis. An organization’s priorities change when it transitions from a startup to a publicly traded company, he adds.</p>



<p>“Before an IPO, the focus is largely on innovation, growth, and potential,” he says. “Once public, the expectations change and shareholders demand consistent quarterly performance, regulatory compliance, and enterprise-grade reliability.”</p>



<p>Amos expects several positive developments, with a greater emphasis on platform stability, security, compliance, and the development of more industry-specific capabilities after an OpenAI IPO.</p>



<p>At the same time, he expects AI vendors will move away from enterprise-wide licensing toward consumption-based pricing, mirroring trends in the public cloud market.</p>



<p>With many reports suggesting OpenAI is currently operating at a loss, Amos sees the company revamping its pricing models after an IPO. The company could, for example, move to premium pricing for advanced capabilities such as higher-end models, agentic workflows, and advanced orchestration.</p>



<p>In response, some users will adopt <a href="https://www.cio.com/article/3839075/finops-breaks-out-of-the-cloud.html">AI FinOps</a> solutions to balance consumption and business value, Amos predicts. “We will see some price increases, and I believe that we will have new tools or licensing constructs to manage the cost of the ecosystem,” he adds.</p>



<h2 class="wp-block-heading">New pricing model</h2>



<p>Days before announcing its IPO, Anthropic unveiled a <a href="https://www.infoworld.com/article/4171274/anthropic-puts-claude-agents-on-a-meter-across-its-subscriptions.html">new metered pricing model</a> for some of its products.</p>



<p>Meanwhile, OpenAI’s new <a href="https://www.cnbc.com/2026/05/19/openai-announces-new-guaranteed-capacity-offering-for-customers-to-secure-compute.html" rel="nofollow">Guaranteed Capacity subscription model</a> points to a new pricing philosophy that moves the focus away from selling flexible API tokens and toward a predictable, contractually locked enterprise utility requiring companies to make upfront multi-year spending commitments, notes <a href="https://euginajordan.com/" rel="nofollow">Eugina Jordan</a>, CEO and cofounder at unified intelligence provider YOUnifiedAI.</p>



<p>OpenAI also <a href="https://www.cio.com/article/4169759/openais-new-ai-consulting-offering-raises-questions-of-trust-strategy.html?utm=hybrid_search">announced a new consulting company</a> in May.</p>



<p>Becoming a publicly traded company will likely increase pressure to revamp pricing, Jordan says.</p>



<p>“An OpenAI IPO would drastically reshape the landscape for IT leaders, shifting the company from an agile tech pioneer to a public entity tethered to Wall Street’s quarterly earnings demands,” she adds. “While a massive influx of public capital could fund the robust infrastructure needed to stabilize enterprise products, the immediate reality for users is a sharp pivot toward aggressive monetization.”</p>



<p>However, there’s some good news for enterprise AI users as several major competitors have emerged since OpenAI opened the AI floodgates with its release of the first version of ChatGPT in late 2022, Jordan says. Anthropic has rapidly become the default choice for enterprise developers and deep coding, Google’s Gemini has leveraged its unmatched workspace distribution, and Mistral is securing the European open-source stronghold, she notes.</p>



<p>“This push for predictable enterprise revenue comes at a time when OpenAI is facing a fragmented, highly aggressive competitive landscape where being the first mover is no longer a guarantee of winning,” she adds. “Much like the historic shifts where Yahoo lost to Google or MySpace fell to Facebook, OpenAI is finding that pioneering a technology is very different from scaling it, and an IPO will force them to mature rapidly, just as their competitors are successfully chipping away at their enterprise armor.”</p>



<p>SmartTech Research’s Vena also sees several major competitors, including Google, xAl, and Meta.</p>



<p>“From my perspective, OpenAI is still a leader, but it no longer owns the AI narrative uncontested,” he says. “OpenAI still has brand gravity and product momentum, but the next phase will be less about who has the flashiest demo and more about who can deliver durable, secure, cost-effective AI at scale.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud strategies have become more complicated than ever]]></title>
<description><![CDATA[With years of cloud experience, IT leaders thought they finally had firm control of their cloud strategies. And then came AI.



Of course, cloud issues today extend beyond artificial intelligence. Where to place cloud workloads for maximum efficiency is one. Questions about governance, sovereign...]]></description>
<link>https://tsecurity.de/de/3565665/it-nachrichten/cloud-strategies-have-become-more-complicated-than-ever/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3565665/it-nachrichten/cloud-strategies-have-become-more-complicated-than-ever/</guid>
<pubDate>Tue, 02 Jun 2026 12:17:12 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>With years of cloud experience, IT leaders thought they finally had firm control of their cloud strategies. And then came AI.</p>



<p>Of course, cloud issues today extend beyond artificial intelligence. Where to place cloud workloads for maximum efficiency is one. Questions about governance, sovereignty, the growing sophistication of cyberthreats, and escalating cost concerns are also conspiring to make the cloud ever more complicated.</p>



<p>“It’s just grown into a complex mess,” observes cloud expert <a href="https://www.infoworld.com/profile/david-linthicum/">David Linthicum</a>, emphasizing that cloud strategy today needs to address private cloud, multicloud, hybrid cloud, and sovereign clouds — much more than most CIOs have dealt with to date.</p>



<p>Initially, cloud discussions centered around agility, scalability, and cost optimization, says <a href="https://www.joshuabellendir.com/" rel="nofollow">Joshua Bellendir</a>, CIO of retailer WHSmith North America. “Today, we are balancing a much broader and more complicated set of considerations, including AI readiness, cybersecurity, data governance, sovereign data requirements, edge computing, integration architecture, and operational resilience.”</p>



<p>One of the biggest shifts is that “cloud is no longer simply an infrastructure conversation,” Bellendir says. “It has become deeply tied to enterprise architecture, business transformation strategy, and data strategy.”</p>



<p><a href="https://www.linkedin.com/in/amitbasu/" rel="nofollow">Amit Basu</a>, vice president, CIO, and CISO of International Seaways, also notes cloud’s growing complexity. While reduced capital expenditure and greater flexibility still apply in some areas, dealing with the environment has become significantly more challenging, he says.</p>



<p>Sweetwater CIO <a href="https://www.linkedin.com/in/jasonpauljohnson/" rel="nofollow">Jason Johnson</a> describes the current state as “genuinely one of the more complex times to be managing cloud.” Providers keep expanding their catalogs with more SKUs, more services, and more options, he says. “While that’s great for capability, it creates real overhead in just keeping up. You need people who understand not just what’s available, but what’s actually the right fit for your use case.”</p>



<p>Many organizations are now entering a second phase of cloud maturity. “The earlier phase was focused heavily on migration and modernization,” Johnson says. “The current phase is more focused on optimization, governance, AI enablement, and operational sustainability. That shift is changing the conversation significantly for the CIOs I’m speaking with.”</p>



<p>But few CIOs have the luxury of simply pondering what to do. All must meet the challenges of complexifying cloud strategies head on.</p>



<h2 class="wp-block-heading">How AI changes the cloud calculus</h2>



<p>The desire to deploy AI quickly is creating tremendous pressure on IT leaders, with cloud a central concern, Linthicum says.</p>



<p>“The board of directors are screaming for it worse than the cloud push 15 years ago,” he says. “CIOs are feeling the pinch and having to make that move as quickly as they can” to gain more compute for AI initiatives in an already tricky environment, he adds.</p>



<p>At the same time, CIOs must solve the data complexity problem before integrating AI systems, Linthicum notes. “They’re running around in circles right now trying to figure out the best way to do that.”</p>



<p>Hyperscalers used to be “the easy button,” Linthicum says, “but they’ll be three, four times the cost.”</p>



<p>AI systems cost 10 times as much as traditional equivalent applications, he estimates. “So [CIOs are] putting a lot of money on the line.”</p>



<p>International Seaways’ Basu says AI has changed the architecture conversation. “GPU availability, vector databases, low-latency inference, and large-scale data pipelines introduce requirements that do not fit neatly into traditional cloud design models,” he notes. “Organizations are no longer simply lifting and shifting workloads. They are designing for very different compute and data requirements.”</p>



<p><a href="https://www.linkedin.com/in/zacharylewis1/" rel="nofollow">Zachary Lewis</a>, CIO and CISO of University of Health Sciences and Pharmacy, says the needs of internal stakeholders only compound that complexity. <a href="https://www.linkedin.com/in/zacharylewis1/" rel="nofollow">Business unit</a>s want disparate AI capabilities, security teams want governance and some control over AI apps, the general counsel wants to know what kind of data is being put in the AI model, and the finance team wants cost predictability.</p>



<p>“CIOs have to reconcile all of this and try to deliver on everyone’s needs, and you have to do that successfully,” Lewis says. “Everyone has a different end goal and demand and we’re trying to square all of that for them.”</p>



<p>Ever since the online retailer of musical instruments and pro audio equipment formalized its cloud strategy around 2016, Sweetwater’s Johnson has sought to place workloads wherever it made the most sense for external and internal customers.</p>



<p>“Anything customer-facing needs to be geo-specific; as close to the end user as possible,” he says. “Same logic applies — internal workloads belong close to whoever is using them.”</p>



<p>The cloud offers infinite opportunities, and with that comes infinite levels of complexity, he says. “It’s just the reality of the model.”</p>



<p>“AI wouldn’t be possible without the cloud. The compute scale AI needed had already been built — the cloud had it and could deliver it,” he adds. “In a lot of ways, AI might be the cloud’s greatest gift to the industry. They enabled each other.”</p>



<h2 class="wp-block-heading">Cloud cost control complexifies</h2>



<p>Johnson’s biggest headache is managing costs consistently. “It used to be relatively straightforward: compute, storage, egress. Now it’s a puzzle,” he says. “Reserved instances, savings plans, spot pricing, per-request costs, data transfer fees between regions — it stacks up fast — and it’s genuinely hard to predict what your bill is going to look like until it arrives.”</p>



<p>Consequently, <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a> has become a discipline in its own right, he says.</p>



<p>Basu also believes FinOps has become essential. “AI inference costs, egress charges, and storage growth can create month-over-month cost swings that surprise even experienced teams,” he says. “Cost management is now a continuous operational discipline rather than an occasional review exercise.”</p>



<p>Vendor lock-in is also always in the back of Johnson’s mind. “The more deeply you integrate with a provider’s native services, the harder it is to move.” While that’s not always bad, he adds, it’s a tradeoff. “I think about it like technical debt. You’re borrowing speed now and paying interest later if you ever want to change direction.”</p>



<p>But Johnson recognizes that cloud providers are businesses that “squeeze for revenue and margin, and they change the rules on how you buy committed discounts and manage spend.”</p>



<p>Financial efficiency doesn’t happen by accident, he points out. It requires teams, processes, and real investment in FinOps. “<a href="https://www.cio.com/article/189652/top-13-cloud-cost-management-tools.html">The tools exist</a>. Using them well is the harder part,” he says.</p>



<p>Most organizations have their financial expertise sitting in accounting and their technical expertise sitting in IT, Johnson explains. Getting those two to work together on cloud cost is a relatively new challenge.</p>



<p>“Ten years ago, the model was simple: You asked for a CapEx budget, accounting approved it, you placed hardware orders, and IT installed and optimized. Done. Now it’s a daily exercise,” Johnson says. “New services get turned on, contracts change, pricing structures shift. Finance understands the cash but not the tech. IT understands the tech but not the financial levers.”</p>



<p>Every major cloud provider has the tools, Johnson explains. “AWS Cost Explorer, Azure Cost Management, GCP’s billing dashboards. The data is all there.” But most organizations aren’t acting on that data, he says, “and then the bill shows up and people are surprised. The tools told you it was coming. You just weren’t listening.”</p>



<h2 class="wp-block-heading">Data regulations add sovereign subtleties</h2>



<p>The University of Health Sciences and Pharmacy has students from all over the world. Cloud has become significantly more difficult to manage due to the <a href="https://www.cio.com/article/4168666/cios-rise-to-the-global-challenge.html">rise in regulatory laws around the globe</a> surrounding data, Lewis says.</p>



<p>“We have to understand if the metadata is in a specific cloud region, where it is stored, and kept,” he says. “If that data ends up in a model we trained internally, can we guarantee it stays in the EU? Then, if someone wants their data purged, can we find all those locations with some level of competence?”</p>



<p>Basu says data sovereignty has become another major architectural consideration. “It affects where workloads can run, how data moves between regions, and what can be done with certain datasets,” he says. “You cannot assume a hyperscaler’s default configuration satisfies your regulatory obligations.”</p>



<h2 class="wp-block-heading">Private vs. public vs. on-prem</h2>



<p>AI has <a href="https://www.cio.com/article/2104613/private-cloud-makes-its-comeback-thanks-to-ai.html">sparked a rethink</a> on where to place cloud workloads, but Sweetwater’s Johnson believes the question of whether to pull more workloads into private clouds versus public clouds shifts more often than people expect. “I think the vast majority of our workloads are in the right place right now, but we got there by being willing to question the default,” he says.</p>



<p>Sweetwater does not operate under a rule that says new workloads always go to the cloud, he notes. A workload might start in the cloud and end up on-prem if the math changes. “The discipline is in reviewing that in real-time, finding the inflection points, and right-sizing as you go. Right tool, right time. That’s the only principle that holds up over time.”</p>



<p>International Seaways’ Basu is not planning a move toward private cloud, as the economics and operational overhead do not justify it for his organization.</p>



<p>“The right question is what is the correct data residency, latency, and control model for each workload,” he says. “That is a data classification discipline, not a cloud deployment strategy.”</p>



<p>Lewis, who has about 95% of the University of Health Sciences and Pharmacy’s infrastructure running in the cloud, doesn’t see a good alternative given how the stakes have changed for AI and hardware.</p>



<p>“If you want to train large scale data lakes and make informed business decisions with machine learning and the intelligence behind it, it’s almost not practical anymore” to be on-prem, Lewis says.</p>



<p>CIOs need to ask themselves whether they have the expertise to handle that infrastructure, he adds. Ultimately, “you have to make the best of what you’ve got,” he says.</p>



<h2 class="wp-block-heading">Stay focused on fundamentals</h2>



<p>Organizations may want to chase the shiny object, which is agentic AI right now, but IT leaders should focus on their infrastructure, management, and platform planning, Linthicum stresses.</p>



<p>“It’s not as fun,” he says, “but to do any AI within your environment, you have to solve those issues.”</p>



<p>The cloud enables a lot of architectural patterns, and that freedom will work against you if you don’t have guardrails, cautions Sweetwater’s Johnson. “Write the guidance document before you need it — not after you’ve already got five teams doing things five different ways.”</p>



<p>IT leaders also need to get ahead of tagging and cost visibility early, saying that it needs to be a first step, not a cleanup project. “If you can’t see your spend clearly from day one, you’re already behind,” he says.</p>



<p>A key step is to build an auditing program with solid controls around who can create production changes, Johnson says. “The blast radius of a bad change in the cloud is bigger and faster than most people expect, until they experience it.”</p>



<h2 class="wp-block-heading">The skills question</h2>



<p>The skills needed to operate a modern cloud environment are evolving faster than most internal teams can realistically keep up with, Basu says. As a result, International Seaways relies on specialized MSPs rather than trying to maintain deep in-house expertise across every domain.</p>



<p>“That gives us access to current capabilities without constantly retraining or rebuilding teams as the technology changes,” he explains. “The decisions that protected us in 2020 were made years before anyone realized how important they would become. Infrastructure strategy is always about preparing for a future that is not yet fully visible.”</p>



<p>The key is to make those decisions deliberately, with clear reasoning, rather than reacting under pressure later, he adds.</p>



<h2 class="wp-block-heading">Build adaptable organizations</h2>



<p>Edge computing is adding another layer of complexity, Johnson says. Leaders who navigate this effectively won’t be the ones who find the perfect architecture, he notes. “They’re the ones building organizations that can adapt quickly when the right answer changes tomorrow,” he says.</p>



<p>The real competitive advantage is not the cloud you picked, but how fast your team can learn and move, Johnson says.</p>



<p>Asked about other advice to make cloud less complicated, the CIOs offered the following:</p>



<p><strong>Treat your cloud architecture like a product, not a project.</strong> It needs ongoing ownership, not just implementation, Johnson stresses.</p>



<p><strong>Make sure you’re reviewing your decisions regularly. </strong>“The right call at year one often isn’t the right call at year three. Build in the checkpoints to revisit,” Johnson says.</p>



<p><strong>Tie every workload to a cost center.</strong> Basu has done this, and IT continuously reviews utilization and rightsizing rather than waiting for periodic audits.</p>



<p><strong>Data classification determines regional placement.</strong> Before any workload reaches production, ensure “Legal and Compliance are in that conversation from the start, not at the end,” Basu says.</p>



<p><strong>Create a cloud-ready solution. </strong>This can sometimes be less expensive and lower risk than lifting and shifting a heavily customized legacy environment, Basu says.</p>



<p><strong>Consolidation is a strategic choice, not a retreat. </strong>Fewer platforms, governed well, consistently outperform a fragmented multicloud estate, he says.</p>



<p><strong>Don’t underestimate the governance gap AI is opening. </strong>Build your AI governance layer now, before the debt accumulates, Basu says.</p>



<p><strong>Cloud strategy is not an IT architecture decision. </strong>The pandemic proved that it is a business resilience decision, Basu says. “The organizations that make the hard calls before the crisis arrives are the ones that come out intact.”</p>



<p><strong>Ensure cloud decisions are tied to measurable business outcomes. </strong>WHSmith’s Bellendir says IT is also investing heavily in integration architecture, cybersecurity controls, observability, and data governance to better support a hybrid ecosystem.<br><strong><br>Place greater emphasis on cloud cost governance and operational discipline. </strong>This will improve visibility into cloud usage and ensure that scaling AI, analytics, and digital initiatives remains financially sustainable over time, Bellendir says.</p>



<p>While no one can foresee whether cloud will grow less complicated down the road, organizations will continue to use it. “Cloud is no longer the future of IT — it’s the present,” says Sweetwater’s Johnson. “The conversation has shifted from ‘should we?’ to ‘how do we get better at it?’ That’s where I spend most of my time.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[칼럼 | GPU 사용률이 낮다고 낭비일까? 보안 AI 학습에서 핀옵스가 놓치는 함정]]></title>
<description><![CDATA[기업의 클라우드 운영팀은 일반적으로 사용률 데이터를 기반으로 의사결정을 내리도록 훈련받아 왔다.



가상머신(VM)이 유휴 상태라면 더 작은 규모로 조정한다. 스토리지가 과도하게 할당돼 있다면 회수한다. GPU 사용률이 낮게 나타난다면 작업을 더 작은 인스턴스로 옮긴다.



이러한 접근 방식은 현대 핀옵스(FinOps)의 핵심 원칙이다. 조직이 낭비를 줄이고 예측 정확도를 높이며 클라우드 비용을 통제하는 데 도움을 준다.



하지만 보안 AI 학습은 또 다른 문제를 만들어낸다. 사용률 지표는 기술적으로는 정확할 수 있지만...]]></description>
<link>https://tsecurity.de/de/3562630/it-nachrichten/gpu-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3562630/it-nachrichten/gpu-ai/</guid>
<pubDate>Mon, 01 Jun 2026 12:17:13 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>기업의 클라우드 운영팀은 일반적으로 사용률 데이터를 기반으로 의사결정을 내리도록 훈련받아 왔다.</p>



<p>가상머신(VM)이 유휴 상태라면 더 작은 규모로 조정한다. 스토리지가 과도하게 할당돼 있다면 회수한다. GPU 사용률이 낮게 나타난다면 작업을 더 작은 인스턴스로 옮긴다.</p>



<p>이러한 접근 방식은 현대 핀옵스(FinOps)의 핵심 원칙이다. 조직이 낭비를 줄이고 예측 정확도를 높이며 클라우드 비용을 통제하는 데 도움을 준다.</p>



<p>하지만 보안 AI 학습은 또 다른 문제를 만들어낸다. 사용률 지표는 기술적으로는 정확할 수 있지만, 운영 관점에서는 잘못된 판단을 유도할 수 있기 때문이다.</p>



<p>실제로 워크로드가 과도하게 프로비저닝되지 않았더라도 GPU는 충분히 활용되지 않는 것처럼 보일 수 있다. 프라이버시 보호 머신러닝 환경에서 낮은 가속기 활용도는 여유 용량이 아니라 메모리 병목(memory-bound) 현상을 의미할 수 있다. 만약 클라우드 최적화 시스템이 이러한 신호를 단순한 자원 낭비로 해석한다면, 권장된 조치가 오히려 작업 속도를 늦추고 비용을 증가시킬 수 있다.</p>



<p>CIO에게 이는 단순한 GPU 튜닝 문제가 아니다. 클라우드 거버넌스의 문제다. 필자가 이전에도 강조했듯이, IT 리더는 AI 거버넌스에 수반되는 숨겨진 운영 비용을 이해하기 위해 단순한 클라우드 청구 금액을 넘어 전체 운영 구조를 살펴봐야 한다.</p>



<h2 class="wp-block-heading">사용률 수치만으로는 병목 현상을 설명할 수 없다</h2>



<p>기존의 클라우드 자원 최적화는 사용률이 낮으면 여유 자원이 존재한다고 보는 단순한 전제 위에서 작동한다. 사용률이 낮으면 일반적으로 사용되지 않는 용량이 존재한다는 것이다.</p>



<p>이 같은 가정은 많은 기업용 워크로드에서 유효하다. 웹 서비스, 배치 작업, 데이터베이스, 일반적인 컴퓨팅 작업에는 잘 적용된다. 하지만 보안 AI 학습은 워크로드의 특성이 달라지기 때문에 이러한 전제를 무너뜨릴 수 있다.</p>



<p>필자는 머신러닝의 프라이버시와 강건성(robustness)을 연구한 IEEE 시스템 연구를 통해 모델 학습 과정에 신뢰성 제어 기능이 추가될 때 어떤 변화가 발생하는지 분석했다. CIO가 얻어야 할 중요한 교훈은 단순히 보안 학습의 비용이 더 높다는 점이 아니다. 보안 학습은 인프라 지표가 의미하는 바 자체를 바꿀 수 있다는 점이다.</p>



<p>통제된 엔비디아(NVIDIA) V100 GPU 환경에서 프라이버시 보호 학습은 비전 워크로드 비용을 3.55배, 테이블형 데이터 워크로드 비용을 2.96배 증가시켰다. 또한 강건성 학습은 비전 워크로드 비용을 4.07배 높였다.</p>



<p>이러한 비용 증가 수치는 분명 중요하다. 하지만 핀옵스 팀이 주목해야 할 더 근본적인 발견은 따로 있다.</p>



<p>보안 AI 워크로드에서는 클라우드 운영팀이 자원 규모를 조정할 때 활용하는 기존 하드웨어 지표만으로는 실제 자원 활용 상태를 정확히 파악하기 어려워진다. 다시 말해, 워크로드 특성이 변화하면서 기존 인프라 지표만으로는 실제 자원 활용 상태를 정확하게 해석하기 어려워졌다는 의미다.</p>



<h2 class="wp-block-heading">프라이버시 보호 학습이 비효율적으로 보이는 이유</h2>



<p>현대 AI 가속기는 대규모의 고밀도 수학 연산을 처리하는 데 매우 뛰어나다. 일반적인 모델 학습은 작업을 큰 연산 블록 단위로 구성할 수 있기 때문에 GPU 가속 유닛을 지속적으로 바쁘게 유지한다.</p>



<p>하지만 차등 프라이버시(Differential Privacy) 학습은 개별 샘플 단위의 그래디언트 계산과 클리핑(clipping)을 요구하는 경우가 많다. 대부분의 연산을 대규모·고효율 작업으로 처리하는 대신, 개별 학습 샘플마다 더 세분화된 연산 단계를 수행해야 한다.</p>



<p>이로 인해 성능 특성이 달라진다. 필자의 연구에서는 이러한 패턴이 메모리 병목(memory-bound) 현상을 유발하고 텐서 코어(Tensor Core)와 같은 GPU 전용 연산 유닛의 실질적인 활용도를 떨어뜨리는 것으로 나타났다. 대시보드에서는 이를 단순히 GPU 활용도가 낮은 상태로 해석할 수 있다.</p>



<p>하지만 시스템 엔지니어의 관점에서 이는 훨씬 구체적인 의미를 갖는다. 작업이 지연되는 이유는 GPU 성능이 과도해서가 아니다. 메모리 이동과 개별 샘플 단위 연산이 병목을 일으키고 있기 때문이다. 두 문제는 전혀 다른 성격의 이슈다.</p>



<h2 class="wp-block-heading">핀옵스의 위험 요소: 정답 같은 권고, 잘못된 맥락</h2>



<p>자동화된 클라우드 추천 시스템은 과도하게 할당되었거나 유휴 상태로 보이는 리소스를 찾아내는 데 유용하다. 문제는 이런 도구의 존재가 아니다. 일반적인 자원 최적화 기준을 특수한 AI 워크로드에 동일하게 적용하는 데 있다.</p>



<p>일반적인 권고 프로세스는 “가속기가 충분히 활용되고 있는가?”라는 질문을 던진다.</p>



<p>그러나 보안 AI 학습 환경에서는 CIO가 팀에 “왜 가속기가 충분히 활용되지 않고 있는가?”라는 질문을 하도록 해야 한다.</p>



<p>답이 실제 유휴 용량 때문이라면 인스턴스 규모를 줄여 비용을 절감할 수 있다.</p>



<p>반면 원인이 메모리 병목 기반의 프라이버시 연산이라면 인스턴스 축소가 오히려 총비용 증가로 이어질 수 있다.</p>



<p>더 작은 인스턴스는 시간당 요금이 저렴할 수 있다. 하지만 클라우드 비용은 시간당 요금만으로 결정되지 않는다. 시간당 요금에 전체 실행 시간을 곱한 값으로 산정된다.</p>



<p>만약 더 작은 인스턴스로 인해 학습 시간이 크게 늘어난다면 총비용은 오히려 증가할 수 있다.</p>



<p>바로 이것이 핀옵스의 사각지대다. 사용률 대시보드만 보면 해당 권고가 올바른 것처럼 보일 수 있지만, 전체 학습 작업의 경제성 관점에서 평가하면 잘못된 결정이 될 수 있다.</p>



<h2 class="wp-block-heading">보안 AI에는 별도의 예외 정책이 필요하다</h2>



<p>기업 IT 조직은 이미 일부 워크로드에 대해 별도의 관리 정책을 적용하고 있다. 규제 대상 데이터베이스, 보안에 민감한 시스템, 초저지연이 요구되는 애플리케이션에는 특별한 인프라 정책이 마련돼 있다.</p>



<p>보안 AI 학습에도 이와 유사한 예외 처리 정책이 필요하다. 차등 프라이버시(Differential Privacy)나 적대적 학습(Adversarial Training)을 사용하는 모델 학습 작업을 단순한 유휴 개발 서버와 같은 기준으로 평가해서는 안 된다. 이러한 워크로드는 알고리즘 자체가 하드웨어 사용 방식을 바꾸기 때문에 일반적이지 않은 사용률 패턴을 만들어낼 수 있다.</p>



<h3 class="wp-block-heading">1. 보안 AI 학습 작업에 태그를 부여하라</h3>



<p>핀옵스 팀은 학습 작업이 프라이버시 보호 기법이나 강건성 향상 기법을 사용하는지 파악할 수 있어야 한다.</p>



<p>간단한 워크로드 태그만으로도 해당 작업이 일반적인 컴퓨팅 워크로드로 분류되는 것을 막을 수 있다. 이 태그는 클라우드 운영팀에 다음과 같은 정보를 전달해야 한다.</p>



<p>“낮은 사용률은 자원 낭비가 아니라 알고리즘 특성 때문에 발생할 수 있다.”</p>



<p>이렇게 하면 핀옵스, ML옵스, 인프라 운영팀은 자원 규모 조정 여부를 검토하기 전에 해당 워크로드의 특성을 공통된 기준으로 이해할 수 있다.</p>



<h3 class="wp-block-heading">2. 인프라 축소보다 병목 원인 파악이 우선이다</h3>



<p>보안 AI 작업의 경우 자동화된 최적화 권고는 조사의 출발점이 되어야 한다. 자동으로 변경 요청으로 이어져서는 안 된다.</p>



<p>워크로드를 더 작은 인스턴스로 옮기기 전에 팀은 다음 네 가지 질문에 답해야 한다.</p>



<p>• 워크로드는 연산 중심(compute-bound)인가, 메모리 중심(memory-bound)인가?<br>• 병목 현상의 원인은 데이터 로딩, 메모리 대역폭, 개별 샘플 기반 프라이버시 연산 중 무엇인가?<br>• 더 작은 인스턴스가 전체 작업 비용을 줄이는가, 아니면 시간당 요금만 낮추는가?<br>• 변경 승인 전에 실행 시간에 미치는 영향을 측정했는가?</p>



<p>이는 핀옵스를 단순한 사용률 관리에서 워크로드를 이해하는 비용 거버넌스 체계로 발전시키는 접근법이다.</p>



<h3 class="wp-block-heading">3. 핀옵스 의사결정에 ML옵스를 참여시켜라</h3>



<p>핀옵스 팀은 비용 구조, 예약 구매 계획, 비용 배분(chargeback), 사용률 분석에 대한 전문성을 갖고 있다.</p>



<p>하지만 보안 AI 워크로드는 한 단계 더 깊은 해석을 필요로 한다.</p>



<p>누군가는 학습 알고리즘이 실제로 무엇을 수행하고 있는지 이해해야 한다.</p>



<p>DP-SGD와 PGD는 단순히 GPU 사용 시간을 늘리는 것이 아니다. 연산 패턴 자체를 바꾼다. 따라서 GPU 사용률 수치만으로는 적절한 인프라 의사결정을 내릴 수 없다.</p>



<p>CIO는 보안 AI 학습 워크로드에 비용 최적화 권고를 적용하기 전에 핀옵스, ML옵스, AI 거버넌스, 인프라 엔지니어링 조직을 긴밀하게 연결해야 한다.</p>



<h3 class="wp-block-heading">4. 인스턴스 사용률이 아닌 전체 작업의 경제성을 측정하라</h3>



<p>가장 저렴한 인스턴스가 반드시 가장 비용 효율적인 선택은 아니다.</p>



<p>보안 AI 학습 환경에서 CIO는 다음 요소를 종합적으로 비교하도록 요구해야 한다.</p>



<p>• 시간당 비용<br>• 전체 실행 시간<br>• 에너지 사용량<br>• 작업 완료 시간<br>• 모델 성능 및 활용도에 미치는 영향<br>• 인프라 병목 구조</p>



<p>진정한 비용 최적화를 위해서는 하드웨어 지표만 바라봐서는 안 된다. 모델 수준의 최적화까지 함께 검토해 AI 학습 비용을 줄여야 한다.</p>



<p>결국 사용률이 낮아 보이는 GPU라도 작업을 더 빠르게 완료하고 장시간의 메모리 병목 구간을 피할 수 있다면 더 경제적인 선택일 수 있다. 반대로 인프라 변경 과정에서 모델 성능에 미치는 영향을 고려하지 않으면 비용 절감이 실제 서비스 성능 저하로 이어지는 ‘AI 정확도 함정(AI Accuracy Trap)’에 빠질 위험이 있다.</p>



<h2 class="wp-block-heading">CIO를 위한 핵심 메시지</h2>



<p>기업 AI의 다음 단계는 단순히 모델 정확도를 높이고 빠르게 실험하는 것을 넘어선다.</p>



<p>조직은 프라이버시를 보호하고, 강건성을 확보하며, 거버넌스를 지원하고, 경제적으로도 지속 가능한 AI 시스템을 구축해야 한다.</p>



<p>일반적인 클라우드 운영 환경에서는 낮은 사용률이 곧 자원 낭비를 의미하는 경우가 많다.</p>



<p>하지만 보안 AI 학습에서는 낮은 사용률이 워크로드를 통해 하드웨어와 소프트웨어 간의 구조적 불일치가 드러났음을 의미할 수 있다.</p>



<p>CIO가 기억해야 할 원칙은 간단하다.</p>



<p>가속기가 충분히 활용되지 않는 이유를 파악하기 전에는 보안 AI 학습 작업을 리사이징해서는 안 된다.</p>



<p>신뢰할 수 있는 AI 환경에서는 사용률 수치가 항상 진실을 말해주는 것은 아니다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[세일즈포스 헤드리스 360, CRM 비용도 사용량 과금 시대로 이끄나]]></title>
<description><![CDATA[수년 동안 기업용 소프트웨어 벤더들은 사용자를 자사 애플리케이션 안에 머물게 하기 위해 경쟁해 왔다. 그러나 AI 에이전트와 자동화 워크플로우의 확산으로 이러한 공식이 바뀌고 있다. 세일즈포스는 이에 발맞춰 지난달 새로운 헤드리스 360(Headless 360)을 출시하며 빠르게 대응에 나섰다.



세일즈포스 경영진은 수요일 진행된 실적 발표에서 헤드리스 360을 AI 시대를 위한 중요한 아키텍처 전환이자 새로운 수익 창출 기회로 규정했다. 기업들이 자동화 워크플로우를 구축하는 과정에서 기존 애플리케이션 인터페이스 대신 AP...]]></description>
<link>https://tsecurity.de/de/3562559/it-security-nachrichten/360-crm/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3562559/it-security-nachrichten/360-crm/</guid>
<pubDate>Mon, 01 Jun 2026 11:51:10 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>수년 동안 기업용 소프트웨어 벤더들은 사용자를 자사 애플리케이션 안에 머물게 하기 위해 경쟁해 왔다. 그러나 AI 에이전트와 자동화 워크플로우의 확산으로 이러한 공식이 바뀌고 있다. 세일즈포스는 이에 발맞춰 지난달 새로운 헤드리스 360(Headless 360)을 출시하며 빠르게 대응에 나섰다.</p>



<p>세일즈포스 경영진은 수요일 진행된 실적 발표에서 헤드리스 360을 AI 시대를 위한 중요한 아키텍처 전환이자 새로운 수익 창출 기회로 규정했다. 기업들이 자동화 워크플로우를 구축하는 과정에서 기존 애플리케이션 인터페이스 대신 API와 MCP(Model Context Protocol) 서버를 통해 AI 에이전트, 슬랙(Slack) 봇, 외부 코파일럿이 세일즈포스 데이터에 접근하는 방식을 점점 더 많이 채택하고 있기 때문이다.</p>



<p>세일즈포스 최고매출책임자(CRO) <a href="https://www.salesforce.com/company/miguel-milano-bio/" target="_blank" rel="nofollow">미겔 밀라노</a>는 헤드리스 360 전략을 설명하며 “우리는 업계 최고의 에이전틱 CRM을 고객이 있는 모든 접점으로 확장할 것”이라며 “고객과 파트너와 협력해 우리 플랫폼에 접근하는 새로운 사용자와 새로운 상호작용을 공정하고 합리적인 방식으로 수익화할 방법을 찾을 것”이라고 말했다.</p>



<h2 class="wp-block-heading">예측 불가능한 비용에 대한 우려</h2>



<p>업계 분석가들은 세일즈포스의 변화하는 가격 정책이 헤드리스 360 도입을 주저하는 기업 고객들의 우려를 반영한 것이라고 분석했다. 가장 큰 이유는 사용량 기반 과금으로 인해 비용을 예측하기 어렵다는 점이다.</p>



<p>퓨처럼 그룹(The Futurum Group)의 CIO 프랙티스 책임자 <a href="https://futurumgroup.com/dion-hinchcliffe/" target="_blank" rel="nofollow">디온 힌치클리프</a>는 “지난 10년간 클라우드 비용이 예상보다 크게 증가하는 경험을 하면서 CIO들은 예측 불가능한 사용량 기반 과금에 매우 민감해졌다”라며 “기업들은 헤드리스 CRM과 에이전틱 워크플로우의 전략적 가치를 이해하고 있지만, 동시에 핵심 시스템에서 머신이 생성하는 활동이 통제 불가능한 수준으로 늘어날 가능성도 우려하고 있다”라고 설명했다.</p>



<p>힌치클리프는 가장 큰 우려가 API 호출 단가 자체가 아니라고 지적했다. 문제는 증폭 효과다. 인간 사용자가 아닌 자율형 AI 에이전트는 영업, 고객 서비스, 마케팅, 분석, 오케스트레이션, 외부 AI 시스템 전반에 걸쳐 수만 건의 CRM 상호작용을 지속적으로 생성할 수 있기 때문이다.</p>



<p>그는 “이는 향후 지출 규모, 권한 관리 확산, 감사 가능성, 운영 책임성 측면에서 정당한 거버넌스 우려를 불러일으킨다”라고 말했다.</p>



<p>크레이머ERP(KramerERP)의 매니징 파트너 <a href="https://www.linkedin.com/in/robert-kramer-58239b22/" target="_blank" rel="nofollow">로버트 크레이머</a>는 자동화 워크플로우와 AI 에이전트 기반 CRM 상호작용이 늘어나면서 세일즈포스가 상대적으로 예측 가능했던 기존 구독형 라이선스 모델에서 점차 벗어나 API 및 MCP 사용량 중심의 과금 체계로 이동할 것으로 전망했다.</p>



<p>이에 대해 힌치클리프는 헤드리스 360에서 API와 MCP 사용량을 계량화해 과금하기 시작하면 CIO들이 CRM 플랫폼에 대해 기대해왔던 예산 예측 가능성이 사라질 수 있다고 분석했다. 비교적 고정적이던 SaaS 지출이 사용량에 따라 비용이 변동하는 클라우드식 탄력 소비 모델로 바뀌게 된다는 의미다.</p>



<p>발루아(Valoir)의 수석 애널리스트 <a href="https://www.linkedin.com/in/rebecca-wettemann/" target="_blank" rel="nofollow">레베카 웨테만</a> 역시 예측 가능성 부족이 현재 CIO들이 에이전틱 AI 워크로드를 파일럿 단계에서 실제 운영 환경으로 확대하는 과정에서 직면한 가장 큰 장애물 중 하나라고 지적했다.</p>



<p>이와 같은 우려에 공감하며 인포테크 리서치 그룹(Info-Tech Research Group)의 자문 연구원 <a href="https://www.infotech.com/profiles/scott-bickley" target="_blank" rel="nofollow">스콧 비클리</a>는 API와 토큰 기반 CRM 사용 모델이 가격 변동성을 더욱 키울 수 있다고 경고했다. 기업 비용이 모델 라우팅 방식, 컨텍스트 캐싱, 프롬프트 효율성, 그리고 계속 변화하는 AI 모델 가격 구조 등에 따라 크게 달라질 수 있기 때문이다.</p>



<h2 class="wp-block-heading">도입 전 비용 구조부터 파악해야</h2>



<p>비클리는 자동화된 CRM 워크플로우가 기업 비용을 증가시킬 가능성이 매우 높다고 전망했다.</p>



<p>비클리는 “사용량 기반 자동화는 거래량을 늘린다”라며 “통합된 사용자 경험을 제공하기 위해 세일즈포스의 다양한 하위 모듈이 호출되는데, 각 모듈마다 별도의 과금 계층이 존재하기 때문에 비용은 급격히 증가할 것”이라고 설명했다.</p>



<p>이에 따라 CIO들은 자동화된 CRM 워크플로우를 전사적으로 도입하기 전에 해당 활용 사례의 비즈니스 가치를 면밀히 검토하고, 증가하는 비용이 생산성 향상이나 매출 증대 같은 측정 가능한 성과로 연결되는지 확인해야 한다고 조언했다.</p>



<p>비클리는 또한 상업적 과금 모델이 명확하게 정립되고 고객에게 충분히 설명되기 전까지는 CIO들이 성급하게 도입을 결정하지 않는 것이 바람직하다고 강조했다.</p>



<p>그는 “구매자는 무엇이 과금 대상 호출로 간주되는지, 내부 AI 에이전트 호출과 고객 또는 외부 대상 호출의 가격이 다른지, 사용량 상한선이나 경고 기능이 있는지, 예상치 못한 사용량 급증 가능성은 없는지 등을 반드시 확인해야 한다”라고 말했다.</p>



<p>IT 협상 자문 기업 어퍼엣지(UpperEdge)의 세일즈포스 부문 상업 자문 책임자 <a href="https://upperedge.com/who-we-are/our-team/people/adam-mansfield/" target="_blank" rel="nofollow">애덤 맨스필드</a> 역시 비슷한 의견을 내놨다. 그는 CIO들이 사용량 기반 과금 계약을 체결할 때 적절한 가격 체계와 물량 할인 구조는 물론, 충분한 수준의 투명성·유연성·보호 장치까지 확보해야 한다고 강조했다.</p>



<p>맨스필드는 “세일즈포스 같은 IT 벤더는 일반적으로 사용량 증가에 따른 비용 확대를 의도하고 계획한다”라며 “업계에서는 이를 ‘플라이휠 효과(Flywheel Effect)’라고 부른다. 사용량이 증가하기 시작하면 계속 늘어나고, 이에 따라 수수료 수입과 매출도 함께 가속화된다”라고 설명했다.</p>



<h2 class="wp-block-heading">CRM에도 핀옵스식 거버넌스 필요</h2>



<p>힌치클리프는 이러한 가격 정책 변화가 CIO들의 운영 방식에도 영향을 미칠 것이라고 전망했다.</p>



<p>그는 “앞으로는 CRM 자체에도 핀옵스(FinOps) 수준의 거버넌스가 필요해질 수 있다”라며 “토큰 예산 관리, API 사용 한도, 정책 기반 트래픽 제한, 워크로드 우선순위 지정, 비용 이상 징후 탐지, 사업부별 비용 배분 모델 등이 포함될 것”이라고 말했다.</p>



<p>물론 CIO들이 준비해야 할 변화가 이것만은 아니다. IT 컨설팅 기업 카네리카(Kanerika)의 AI 개발 매니저 <a href="http://linkedin.com/in/znamit?originalSubdomain=in" target="_blank" rel="nofollow">아밋 제나</a>는 AI 에이전트 승인 체계, 감사 추적(Audit Trail), 데이터 유출 방지 등 거버넌스 중심의 운영 체계도 강화해야 한다고 지적했다.</p>



<h2 class="wp-block-heading">SaaS 업계 전반으로 번지는 가격 정책 딜레마</h2>



<p>반면 HFS 리서치(HFS Research)의 수석 연구 책임자 <a href="https://www.hfsresearch.com/team/ashish-chaturvedi/" target="_blank" rel="nofollow">아시시 차투르베디</a>는 MCP 및 API 상호작용을 사용량 기준으로 과금하는 과정에서 발생하는 더 큰 문제가 있다고 분석했다. 바로 세일즈포스의 이해관계가 충돌할 수 있다는 점이다.</p>



<p>차투르베디는 “모든 MCP 호출과 API 상호작용을 과금하기 시작하면 역설적인 상황이 발생한다”라며 “고객은 비용을 통제하기 위해 AI 에이전트 사용을 제한하게 되고, 이는 세일즈포스가 해당 전략을 정당화하기 위해 필요로 하는 도입 확대의 선순환 효과를 약화시킨다”라고 설명했다.</p>



<p>이어 “세일즈포스는 새로운 접점을 수익화하고 싶어 하지만, 동시에 자신들이 장려하려는 행동에 과도한 비용 부담을 부과하고 싶지는 않은 상황에 놓여 있다”라고 분석했다.</p>



<p>예측 가능한 비용을 원하는 기업 고객과, 기존 사용자 라이선스 성장세가 둔화되는 상황에서 자동화 사용량 증가를 수익으로 연결하려는 SaaS 벤더 간의 이러한 긴장 관계는 세일즈포스만의 문제가 아니다.</p>



<p>비클리에 따르면 AI 에이전트, 내장형 AI 비서, 머신투머신(M2M) 워크플로우가 확산되면서 기존 SaaS 라이선스 모델의 경계가 흐려지고 있으며, 주요 기업용 소프트웨어 업체 대부분이 동일한 가격 정책 딜레마에 직면해 있다.</p>



<p>예를 들어 서비스나우(ServiceNow)는 에이전틱 AI 워크로드에 대해 사용량 기반 과금을 도입하기 시작했으며, 보다 예측 가능한 워크플로우는 계량 과금 대상에서 제외하고 있다. 마이크로소프트(MS)는 코파일럿 스튜디오(Copilot Studio)에서 에이전트 단위 과금 모델을 시험하고 있으며, 워크데이(Workday) 역시 여전히 사용자 수 기반 라이선스 모델에 의존하고 있지만 AI 중심 사용 패턴에 맞춰 가격 정책을 조정해야 한다는 압박을 받고 있다.</p>



<p>비클리는 세일즈포스가 실행력과 마케팅 측면 모두에서 상당수 SaaS 벤더보다 앞서 있다고 평가했다. 세일즈포스가 이미 에이전틱 AI, API, MCP 서버, 크로스 플랫폼 워크플로우 통합을 아우르는 일관된 엔터프라이즈 아키텍처 비전을 제시했다는 설명이다.</p>



<h2 class="wp-block-heading">복잡해지는 가격 체계</h2>



<p>차투르베디는 이러한 변화의 가장 큰 문제로 라이선스 구조의 복잡성 증가를 꼽았다.</p>



<p>차투르베디는 “세일즈포스 고객들은 이미 기업용 소프트웨어 업계에서 가장 복잡한 라이선스 체계 가운데 하나를 관리하고 있다”라며 “사용자당 과금 모델 위에 사용량 기반 계량 과금이 추가되고, 여기에 플렉스 크레딧(Flex Credits)과 기업 라이선스 계약(ELA)까지 더해지면 가격 체계를 이해하기 위해 스프레드시트가 필요하고, 계약 협상을 위해서는 변호사까지 동원해야 하는 수준이 된다”라고 설명했다.</p>



<p>이어 “가격 체계가 복잡해질수록 최고재무책임자(CFO)가 도입 결정을 늦출 이유도 늘어나게 된다”라고 덧붙였다.</p>



<p>세일즈포스는 현재 헤드리스 360 환경에서 API와 MCP 상호작용에 어떤 방식으로 과금하고 있는지에 대한 구체적인 입장을 밝히지 않았다.</p>



<p>다만 업계 분석가들은 현재 대부분의 API 및 MCP 호출이 단일한 ‘MCP 호출당 과금’ 모델로 청구되는 것은 아니라고 보고 있다. 기존 API 사용량 과금, 에이전트포스(Agentforce) 사용량 기준, 플랫폼 이용 권한, 그리고 개별적으로 협상된 기업 계약 등이 복합적으로 적용되는 방식이라는 분석이다.</p>



<p>이 같은 불확실성에도 불구하고, 미겔 밀라노는 실적 발표에서 아데코(Adecco)와 앤트로픽을 API 및 헤드리스 기반 세일즈포스 활용이 빠르게 증가하고 있는 대표 사례로 소개했다.</p>



<p>세일즈포스 최고매출책임자(CRO) 미겔 밀라노는 “앤트로픽은 CRM과 세일즈 클라우드(Sales Cloud), 그리고 슬랙의 주요 고객 가운데 하나”라며 “현재 앤트로픽은 헤드리스 방식으로 세일즈 클라우드를 활용하고 있으며, 그 결과 1분기 사용량이 5배 이상 증가했다”라고 밝혔다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Salesforce’s Headless 360 monetization play could give CIOs a familiar budgeting headache]]></title>
<description><![CDATA[For years, enterprise software vendors have fought to keep users inside their applications, but the rise of AI agents and automated workflows is changing that equation. Salesforce has been moving quickly to adapt, with last month’s launch of its new Headless 360 offering.



During its earnings c...]]></description>
<link>https://tsecurity.de/de/3557446/it-nachrichten/salesforces-headless-360-monetization-play-could-give-cios-a-familiar-budgeting-headache/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3557446/it-nachrichten/salesforces-headless-360-monetization-play-could-give-cios-a-familiar-budgeting-headache/</guid>
<pubDate>Sat, 30 May 2026 00:47:16 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For years, enterprise software vendors have fought to keep users inside their applications, but the rise of AI agents and automated workflows is changing that equation. Salesforce has been moving quickly to adapt, with last month’s launch of its new <a href="https://www.cio.com/article/4159536/salesforce-launches-headless-360-to-support-agent-first-enterprise-workflows.html" target="_blank">Headless 360</a> offering.</p>



<p>During its <a href="https://investor.salesforce.com/files/doc_financials/2027/q1/Salesforce-Q1-FY27-Earnings-Transcript.pdf" target="_blank" rel="nofollow">earnings call</a> on Wednesday, Salesforce top executives positioned Headless 360 as both a major AI-era architecture shift and a fresh monetization opportunity, as enterprises increasingly move towards using AI agents, Slack bots and external copilots to access Salesforce data through <a href="https://www.infoworld.com/article/2269032/what-is-an-api-application-programming-interfaces-explained.html" target="_blank">API</a>s and <a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html" target="_blank">MCP</a> servers, rather than its traditional application interfaces, for use in automated workflows .</p>



<p>“We’re going to bring our number one agentic <a href="https://www.cio.com/article/272365/what-is-crm-software-for-managing-customer-data.html" target="_blank">CRM</a> to every surface, meeting customers where they are,” <a href="https://www.salesforce.com/company/miguel-milano-bio/" target="_blank" rel="nofollow">Miguel Milano</a>, Salesforce chief revenue officer, told analysts during the call, explaining the company’s strategy around Headless 360. “And we’re going to work together with our customers and with our partners to find the right ways in a fair way to monetize those new interactions and those new users that are accessing our platform.”</p>



<h2 class="wp-block-heading">Concerns over unpredictable costs</h2>



<p>That evolving pricing strategy, analysts say, reflects customer enterprises’ hesitation around adoption of Headless 360, mainly driven by worries about unpredictable consumption costs.</p>



<p><a href="https://futurumgroup.com/dion-hinchcliffe/" target="_blank" rel="nofollow">Dion Hinchcliffe</a>, CIO practice lead at The Futurum Group, said, “CIOs have become highly sensitive to unpredictable consumption pricing after a decade of cloud cost overruns. Enterprises understand the strategic power of headless CRM and agentic workflows, but they are also seeing the possibility of runaway machine-generated activity inside core systems of record.”</p>



<p>The biggest concern, Hinchcliffe pointed out, is not necessarily that of the unit price of an API call, but rather the multiplication effect, wherein autonomous agents, unlike human users, could generate tens of thousands of CRM interactions continuously, across sales, service, marketing, analytics, orchestration, and external AI systems.</p>



<p>“That creates legitimate governance anxiety around future spend, permissions sprawl, auditability, and operational accountability,” he said.</p>



<p>In fact, <a href="https://www.linkedin.com/in/robert-kramer-58239b22/" target="_blank" rel="nofollow">Robert Kramer</a>, managing partner at KramerERP, sees the rise of automated workflows and agent-driven CRM interactions gradually pushing Salesforce away from the traditional subscription licensing models that were more predictable, and toward more consumption-based pricing when it comes to API and MCP usage.</p>



<p>Thus, according to Hinchcliffe, that metering of API and MCP use for Headless 360 will result in CIOs losing the budget predictability they traditionally associated with CRM platforms, replacing relatively fixed SaaS spending with cloud-style elastic consumption economics, where spend is driven by usage volume.</p>



<p>And predictability, said <a href="https://www.linkedin.com/in/rebecca-wettemann/" target="_blank" rel="nofollow">Rebecca Wettemann</a>, principal analyst at Valoir, is currently one of the biggest hurdles CIO are facing while they try to move any agentic workloads from pilot to production.</p>



<p>Echoing those concerns, <a href="https://www.infotech.com/profiles/scott-bickley" target="_blank" rel="nofollow">Scott Bickley</a>, advisory fellow at Info-Tech Research Group, added that API- and token-driven CRM consumption models could introduce further pricing volatility, because enterprise costs may increasingly fluctuate based on factors such as model routing, context caching, prompt efficiencies, and constantly shifting AI model pricing structures.</p>



<h2 class="wp-block-heading">Understand costs before adoption</h2>



<p>In fact, he sees automated CRM workflows almost certainly increasing enterprise costs.</p>



<p>“Automation based on consumption metrics increases transaction volumes. As the underlying modules of Salesforce are called upon for an integrated experience, each with its own billable layer, costs will explode higher,” Bickley said.</p>



<p>As a result, the analyst advised CIOs to carefully evaluate the business use case and check whether those higher costs can be tied to measurable productivity or revenue gains before broadly adopting automated CRM workflows at scale.</p>



<p>CIOs, Bickley warned further, should be hesitant about committing until the commercial model is formalized, communicated, and well understood.</p>



<p>“Buyers should be asking questions like:  What counts as a billable call?  Are internal agent calls priced differently from customer/external facing calls?  Are there caps or alerts? Can consumption spike unexpectedly?” Bickley said.</p>



<p>Similarly, <a href="https://upperedge.com/who-we-are/our-team/people/adam-mansfield/" target="_blank" rel="nofollow">Adam Mansfield</a>, commercial advisory practice leader in the Salesforce practice at IT negotiation advisory firm UpperEdge, noted that CIOs should ensure that they “negotiate the right pricing and volume discount structures along with the right level of transparency, flexibility, and protections into their contracts for consumption-based pricing.</p>



<p>IT vendors such as Salesforce typically intend and plan for increasing consumption costs, Mansfield said: “They refer to this as the ‘flywheel effect’. Once usage starts to spin, it keeps spinning more and the fees keep coming in and their revenue accelerates with it.”</p>



<h2 class="wp-block-heading">FinOps-style governance for CRM</h2>



<p>According to Hinchcliffe, the shift in pricing models will drive operational changes for CIOs as well.</p>



<p>“They may soon need FinOps-style governance for CRM itself, including token budgets, API quotas, policy-based throttling, workload prioritization, cost anomaly detection, and business-unit chargeback models,” he said.</p>



<p>Those won’t be the only adjustments for CIOs. <a href="http://linkedin.com/in/znamit?originalSubdomain=in" target="_blank" rel="nofollow">Amit Jena</a>, AI development manager at IT consultancy firm Kanerika, noted that other operational changes that CIOs need to make would revolve mostly around governance, including agent approval systems, audit trails, and data leakage prevention.</p>



<h2 class="wp-block-heading">The broader SaaS pricing reckoning</h2>



<p>For <a href="https://www.hfsresearch.com/team/ashish-chaturvedi/" target="_blank" rel="nofollow">Ashish Chaturvedi</a>, executive research lead at HFS Research, however, the bigger challenge with metering MCP and API interactions lies in the conflicting incentives it creates for Salesforce itself.</p>



<p>“If you start metering every MCP call and API interaction, you create a perverse incentive: customers will throttle agent usage to control costs, which kills the very adoption flywheel Salesforce needs to justify the strategy,” Chaturvedi said. “Salesforce is caught between wanting to monetize a new surface and not wanting to tax the behavior it’s trying to encourage.”</p>



<p>That tension between enterprise buyers seeking predictable costs and SaaS vendors trying to monetize rising automation volumes as traditional seat-license growth slows is not unique to Salesforce.</p>



<p>According to Bickley, most major enterprise software vendors are now grappling with the same pricing dilemma, as AI agents, embedded assistants, and machine-to-machine workflows increasingly blur the boundaries of traditional SaaS licensing models.</p>



<p>ServiceNow, for example, has begun introducing <a href="https://www.cio.com/article/4169954/servicenows-ai-control-tower-offers-hazy-view-of-spend.html" target="_blank">usage-based pricing for agentic AI workloads</a>, while keeping more deterministic workflows outside metered billing, he said, while Microsoft is experimenting with per-agent pricing models in Copilot Studio, and Workday, though still largely reliant on seat-based licensing, is also facing growing pressure to adapt its pricing strategy for AI-driven usage patterns.</p>



<p>Salesforce, Bickley pointed out, is ahead of many SaaS vendors both in terms of execution and marketing, having already “articulated a coherent enterprise architecture” around agentic AI, APIs, MCP servers and cross-platform workflow integration.</p>



<h2 class="wp-block-heading">Increased pricing complexity</h2>



<p>The caveat, according to Chaturvedi, is the increased complexity around licensing.</p>



<p>“Salesforce customers already navigate one of the most complex licensing structures in enterprise software. Layering consumption-based metering on top of per-seat pricing on top of flex credits on top of ELAs creates a commercial model that requires a spreadsheet to decode and a lawyer to negotiate. Every layer of pricing complexity becomes a reason for a CFO to slow down adoption,” Chaturvedi explained.</p>



<p>Salesforce declined to comment on how API and MCP interactions under Headless 360 are currently being billed. Analysts, however, agreed that most API and MCP calls are currently being billed through a mix of existing API consumption, Agentforce usage constructs, platform entitlements, and negotiated enterprise agreements rather than a single clean “per MCP call” pricing model.</p>



<p>Despite this uncertainty, during the earnings call Milano pointed to customers such as Adecco and Anthropic as examples of rising API- and Headless-driven Salesforce usage. “Anthropic is one of our biggest users of CRM, of Sales Cloud, and obviously Slack. Their usage through Q1 has exploded fivefold because now they’re using Sales Cloud from a Headless perspective,” Milano said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud spend is now a governance issue. Finance and IT need a new model]]></title>
<description><![CDATA[Cloud was designed to transform how companies operate, shifting infrastructure from fixed, capital-intensive investments to flexible and consumption-based services. For many organizations, it has delivered exactly that: greater agility, faster innovation and the ability to scale in ways that were...]]></description>
<link>https://tsecurity.de/de/3556806/it-nachrichten/cloud-spend-is-now-a-governance-issue-finance-and-it-need-a-new-model/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3556806/it-nachrichten/cloud-spend-is-now-a-governance-issue-finance-and-it-need-a-new-model/</guid>
<pubDate>Fri, 29 May 2026 13:02:38 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Cloud was designed to transform how companies operate, shifting infrastructure from fixed, capital-intensive investments to flexible and consumption-based services. For many organizations, it has delivered exactly that: greater agility, faster innovation and the ability to scale in ways that were previously impossible.</p>



<p>At the same time, the flexibility that cloud provides has also changed the economics of technology in ways that many organizations are still struggling to govern.</p>



<p>As <a href="https://www.mckinsey.com/featured-insights/week-in-charts/the-future-of-ai-workloads" rel="nofollow">cloud and AI-driven workloads accelerate</a>, cost has become dynamic, distributed and tightly coupled to engineering decisions made each day. What was once a predictable IT expense has evolved into a variable input that can shift dramatically which changes in usage or model demand. Traditional budgeting cycles and after-the-fact approvals are no longer sufficient for this environment.</p>



<p>In my work with organizations navigating this shift, one thing has become clear: cloud spending is not just a technology or finance challenge. It’s a governance issue that sits at the intersection of multiple organizations within the business.</p>



<h2 class="wp-block-heading">From cost to growth engine<strong></strong></h2>



<p>Today, global public cloud spending exceeds $700 billion and is <a href="https://www.goldmansachs.com/insights/articles/cloud-revenues-poised-to-reach-2-trillion-by-2030-amid-ai-rollout" rel="nofollow">projected to approach $2 trillion by the end of the decade</a>, reflecting the expanding role cloud plays across business operations.</p>



<p>When managed efficiently, cloud enables instant scaling, faster product launches, market expansion without physical infrastructure and lower risk innovation, making it material to the income statement. Though without clear accountability, costs can outpace value.</p>



<p>And in fact, <a href="https://www.techmonitor.ai/hardware/cloud/cloud-waste-hits-billions-as-78-of-firms-report-significant-expenditure-losses" rel="nofollow">industry research suggests</a> that 20–30% of that spend may be inefficient, often due to overprovisioning or unused resources.</p>



<p>For technology leaders, this creates tension. Engineering teams are asked to deliver new capabilities fast, while finance teams are expected to maintain predictability and discipline. When those goals are managed in isolation, both suffer.</p>



<h2 class="wp-block-heading">Why finance is being pulled deeper into cloud decisions <strong></strong></h2>



<p>For CFOs, this is a strategic opportunity to shift from approving budgets after the fact to shaping how the organization optimizes one of its biggest investments. Increasingly, I see CFOs moving from downstream approvers to active partners in establishing a new operating model that aligns financial discipline with operational decision making.</p>



<p>This is where FinOps is gaining traction, as it creates a shared operating model for finance and technology teams.</p>



<h2 class="wp-block-heading">FinOps: Enabling accountability at scale<strong></strong></h2>



<p>FinOps brings financial accountability to cloud spending by linking cost to ownership and outcomes while aligning finance, engineering and business teams around shared metrics and goals.</p>



<p>At its core, FinOps is about making cost visible with context, pushing it into a factor of everyday operational decisions rather than something reviewed after the fact. To yield the most return on shifting to FinOps, technology and finance teams must align on two core principles:</p>



<h2 class="wp-block-heading">FinOps principles</h2>



<h3 class="wp-block-heading">Ownership and financial discipline</h3>



<p>One of the most important principles of FinOps is ownership. Every dollar of cloud spend should be tied to a team, product or business function, with a clear owner responsible for its performance. This shifts the conversation from “what did we spend?” to “what did we achieve?”</p>



<p>For CIOs, I’ve seen this level of transparency improve architectural decision-making, as trade-offs around performance and scalability are now grounded in unit cost and business impact. When accountability is distributed across the organization, financial discipline becomes part of day-to-day decision-making rather than a periodic review.</p>



<h3 class="wp-block-heading">Navigating complexity while unlocking value<strong></strong></h3>



<p>Companies are processing more data, delivering more digital services and innovating at a faster pace than ever before. Cloud and SaaS enable this shift through real-time analytics that improve decision-making, and AI workloads add another layer of volatility.</p>



<p>In this context, governance cannot rely on static controls. Instead, it requires shared metrics between finance and technology for each set of leaders to understand how usage translates to cost and whether or not that cost is justified by the value created.</p>



<h2 class="wp-block-heading">The metrics that matter<strong></strong></h2>



<p>To lead effectively in this environment, CFOs need a new set of metrics—ones that connect technology spend to business performance.</p>



<ul class="wp-block-list">
<li><strong>Cost allocation coverage</strong> is foundational. When most cloud spend can be mapped to specific owners, accountability becomes actionable. This clarity helps IT leaders identify which platforms are driving cost, and it gives finance teams confidence in the numbers they’re reporting.</li>



<li><strong>Forecasting accuracy</strong> is equally important. While cloud spend is variable, it is not unknowable. Organizations that align forecasts with actual usage gain a significant advantage in planning, budgeting and investor communication.</li>



<li><strong>Unit economics</strong> is perhaps <a href="https://www.finops.org/wg/introduction-cloud-unit-economics/" rel="nofollow">the most powerful metric</a>. Instead of looking at total spend, leading organizations measure the cost of delivering a specific outcome: cost per transaction, cost per customer, cost per feature or cost per model inference. This creates a direct link between spend and value. As AI adoption accelerates, this becomes critical. AI workloads can scale rapidly, and without a clear understanding of unit cost, it is easy for innovation to outpace returns.</li>



<li><strong>Efficiency metrics, </strong>such as idle resource usage and savings realization, help identifying where optimization efforts are translating into real financial impact.</li>
</ul>



<h2 class="wp-block-heading">Turning governance into an advantage </h2>



<p>One of the most significant benefits of cloud and FinOps is cultural. When cost is visible and ownership is clear, finance and technology teams create a shared language. Engineers begin to understand the financial impact of their decisions. Finance gains insight into the technical drivers behind spend.</p>



<p>This alignment enables faster, better decisions.</p>



<p>Organizations that focus only on controlling costs will struggle with cloud systems. Those who focus on governing value will turn uncertainty into strategic advantage. I feel strongly that the technology and finance leaders who embrace that shift will define how their organizations innovate, scale and compete in an increasingly AI-driven environment.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How are enterprises using cloud today?]]></title>
<description><![CDATA[Over the past decade and a half, cloud computing has become a foundational technology. It started as a way to rent servers but has evolved into a complex ecosystem that supports everything from basic infrastructure shifts to transformative AI initiatives. Having advised enterprises on thousands o...]]></description>
<link>https://tsecurity.de/de/3556590/ai-nachrichten/how-are-enterprises-using-cloud-today/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3556590/ai-nachrichten/how-are-enterprises-using-cloud-today/</guid>
<pubDate>Fri, 29 May 2026 11:03:49 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Over the past decade and a half, <a href="https://www.infoworld.com/article/2238873/what-is-cloud-computing.html" data-type="link" data-id="https://www.infoworld.com/article/2238873/what-is-cloud-computing.html">cloud computing</a> has become a foundational technology. It started as a way to rent servers but has evolved into a complex ecosystem that supports everything from basic infrastructure shifts to transformative AI initiatives. Having advised enterprises on thousands of cloud projects over the years, I have seen that most projects fall into a handful of categories. I can say with certainty that success depends less on hype and more on understanding each project’s nature, risks, costs, and lessons.</p>



<h2 class="wp-block-heading">Cloud migrations</h2>



<p>Enterprises continue to migrate existing workloads from data centers to public, <a href="https://www.infoworld.com/article/2291750/what-the-private-cloud-really-means.html">private</a>, or <a href="https://www.networkworld.com/article/964498/what-is-hybrid-cloud-computing.html">hybrid </a>environments. This can involve rehosting (lift and shift), replatforming with minor changes, or full refactoring into <a href="https://www.infoworld.com/article/2255318/what-is-cloud-native-the-modern-way-to-develop-software.html">cloud-native</a> architectures. The goal is usually cost reduction, scalability, or the end of hardware refresh cycles. The risks here are well documented. Many projects underestimate dependencies, leading to performance surprises or integration failures. Data egress fees and unexpected operational costs can wipe out projected savings. </p>



<p>Cost profiles vary widely. Initial migrations often run 20% to 50% over budget due to discovery gaps and testing. Ongoing expenses can decline through rightsizing and reserved instances, but poor management often leads to 25% to 35% waste from idle resources. These lessons underscore the importance of modeling the total cost of ownership up front, including people, training, and change management.</p>



<p><strong>What we’ve learned:</strong> Pure lift-and-shift rarely delivers the promised ROI. Organizations that succeed treat migration as an opportunity for modernization rather than a simple move. Phased approaches with strong governance and <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">finops </a>practices minimize overruns, which have historically plagued most efforts.</p>



<h2 class="wp-block-heading">Cloud-native applications</h2>



<p>Teams build microservices, serverless functions, or containerized apps on platforms such as <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html" data-type="link" data-id="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html">Kubernetes</a>, <a href="https://www.infoworld.com/article/4125911/weighing-the-benefits-of-aws-lambdas-durable-functions.html?utm=hybrid_search">AWS Lambda</a>, or <a href="https://www.infoworld.com/article/2515709/microsoft-updates-its-serverless-azure-functions.html?utm=hybrid_search">Azure Functions</a>. This approach leverages elasticity, devops pipelines, and managed services to accelerate time to market.</p>



<p>Risks focus on architectural complexity and skills gaps. Overengineering with too many microservices creates operational nightmares, while underengineering leads to unscalable monoliths. Distributed systems need constant security vigilance. New apps often begin well but gain technical debt when teams prioritize features over observability and resilience. Entry costs are usage-based, which sounds attractive, but they often spike at scale due to poor design. </p>



<p><strong>What we’ve learned:</strong> Based on my years of observation, successful teams embed cost awareness in <a href="https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html">CI/CD</a>, use spot instances strategically, and design for observability from day one. Cloud-native development accelerates innovation when paired with disciplined architecture.</p>



<h2 class="wp-block-heading">Business analytics projects</h2>



<p>Enterprises are moving <a href="https://www.infoworld.com/article/2335103/what-is-a-data-lake-massively-scalable-storage-for-big-data-analytics.html">data lakes</a>, <a href="https://www.infoworld.com/article/3963138/data-mesh-vs-data-fabric-vs-data-virtualization-theres-a-difference.html" data-type="link" data-id="https://www.infoworld.com/article/3963138/data-mesh-vs-data-fabric-vs-data-virtualization-theres-a-difference.html">data warehouses</a>, and <a href="https://www.infoworld.com/article/2263668/data-wrangling-and-exploratory-data-analysis-explained.html" data-type="link" data-id="https://www.infoworld.com/article/2263668/data-wrangling-and-exploratory-data-analysis-explained.html">ETL</a> processes to services such as Snowflake, BigQuery, or Redshift. Real-time analytics, dashboards, and predictive modeling become possible at scale. The primary risks are data gravity and quality issues. Moving petabytes is expensive and complex, while poor governance leads to compliance headaches or “garbage in, garbage out” results. Integrating with legacy systems often delays the realization of value.</p>



<p><strong>What we’ve learned:</strong> Fifteen years later, we know that centralized data strategies outperform fragmented ones but only when paired with strong <a href="https://www.infoworld.com/article/3963138/data-mesh-vs-data-fabric-vs-data-virtualization-theres-a-difference.html">data mesh</a> or <a href="https://www.infoworld.com/article/3963138/data-mesh-vs-data-fabric-vs-data-virtualization-theres-a-difference.html">data fabric</a> approaches that respect domain ownership. Cost profiles include storage, compute for queries, and egress. Optimization through partitioning and materialized views pays off, but many organizations waste money on unused data. Lessons emphasize starting small with high-value use cases and building governance early rather than bolting it on later.</p>



<h2 class="wp-block-heading">Artificial intelligence projects</h2>



<p>Artificial intelligence and machine learning projects represent the current frontier of cloud. This includes training models, deploying inference endpoints, and integrating ML into applications. Managed services lower barriers, but custom needs often require GPU clusters or specialized hardware. Risks are significant: model drift, explainability issues, high compute demands, and ethical concerns. Many projects stall after the proof of concept because production deployment exposes scalability or cost issues. Managed AI offerings from providers help, but enterprises still struggle to integrate them into core business processes. </p>



<p>Costs run high, especially for training. Inference can be optimized, but it often dominates bills. What we have learned is that AI succeeds when treated as part of a broader cloud-native architecture, not as a standalone science project. Hybrid approaches and cost controls are essential.</p>



<p>Generative AI projects focus on large language models, image generation, code assistants, and custom agents using services like Bedrock, OpenAI integrations, or fine-tuned open source models. Enterprises are experimenting with <a href="https://www.infoworld.com/article/2335814/what-is-retrieval-augmented-generation-more-accurate-and-reliable-llms.html">retrieval-augmented generation</a> for grounded responses and agentic workflows. Risks include hallucinations, data privacy leaks, intellectual property issues, and runaway token costs. Many early adopters built impressive demos only to face governance and compliance walls in production. </p>



<p><strong>What we’ve learned: </strong>After observing the wave, the lessons are clear. Start with narrow, high-value use cases and layer in strong prompting, evaluation, and human oversight frameworks. Cost profiles are usage-driven and can escalate quickly with volume. Optimization through caching, smaller models, and hybrid on-prem inference helps. Generative AI delivers ROI fastest when embedded in existing workflows rather than used as standalone tools.</p>



<h2 class="wp-block-heading">Other project types</h2>



<p>Modernization of legacy mainframe or monolithic applications falls between migration and new development. Internet of Things (IoT) initiatives use the cloud for device management and edge analytics. Disaster recovery and backup projects leverage the cloud to improve resilience. Edge computing projects move processing closer to users or devices. Compliance-focused sovereign cloud deployments address data residency requirements. Finally, sustainability initiatives focus on reducing carbon footprints by implementing efficient architectures.</p>



<p><strong>What we’ve learned:</strong> Each approach carries tailored risks and cost dynamics. Modernization often uncovers hidden dependencies. IoT requires reliable connectivity. Edge computing introduces latency considerations. Lessons across all types highlight the value of multicloud strategies for negotiation leverage and risk diversification, though they increase complexity.</p>



<h2 class="wp-block-heading">Common themes</h2>



<p>Most projects do not fail because of technology itself but from inadequate planning, cultural resistance, or neglect of operational realities. Cost overruns are often caused by the absence of strict finops discipline. Security and compliance issues remain ongoing and require integrated design considerations. Skills shortages hinder progress, which makes managed services appealing despite concerns about vendor lock-in.</p>



<p>Successful cloud stories share common traits: strong executive sponsorship, iterative delivery, cross-functional teams, and continuous optimization. Enterprises that treat the cloud as a business transformation rather than an IT project perform best. They measure outcomes using business metrics, such as revenue impact, customer satisfaction, and speed to market—not just uptime or instance counts.</p>



<p>The cloud landscape continues to evolve as capacity markets, <a href="https://www.infoworld.com/article/4140865/neoclouds-run-ai-cheaper-and-better.html" data-type="link" data-id="https://www.infoworld.com/article/4140865/neoclouds-run-ai-cheaper-and-better.html">neoclouds</a>, and AI-driven operations offer new options. Yet cloud fundamentals endure. Choose the right project type for your cloud maturity and goals. Understand risks thoroughly. Model costs realistically. Apply lessons from the thousands of cloud deployments that came before.</p>



<p>My advice sounds simple, but it will determine which cloud projects and enterprises will thrive in the next decade of cloud computing. Those who chase hype without discipline will only become another cautionary tale.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[When GPU utilization lies: The FinOps blind spot in secure AI training]]></title>
<description><![CDATA[Enterprise cloud teams are trained to act on utilization data.



If a virtual machine is idle, resize it.If storage is overallocated, reclaim it.If a GPU appears underused, move the job to a smaller instance.



That logic is central to modern FinOps. It helps organizations reduce waste, improve...]]></description>
<link>https://tsecurity.de/de/3550766/it-nachrichten/when-gpu-utilization-lies-the-finops-blind-spot-in-secure-ai-training/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3550766/it-nachrichten/when-gpu-utilization-lies-the-finops-blind-spot-in-secure-ai-training/</guid>
<pubDate>Wed, 27 May 2026 13:02:21 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Enterprise cloud teams are trained to act on utilization data.</p>



<p>If a virtual machine is idle, resize it.<br>If storage is overallocated, reclaim it.<br>If a GPU appears underused, move the job to a smaller instance.</p>



<p>That logic is central to modern FinOps. It helps organizations reduce waste, improve forecasting and keep cloud spending under control.</p>



<p>But secure AI training introduces a different problem: sometimes the utilization signal is technically true and operationally misleading.</p>



<p>A GPU can look underused even when the workload is not over-provisioned. In privacy-preserving machine learning, low accelerator utilization may indicate a memory-bound bottleneck, not excess capacity. If a cloud optimization process treats that signal as ordinary waste, the recommended fix can make the job slower and more expensive.</p>



<p>For CIOs, this is not just a GPU tuning issue. It is a cloud governance issue. As I have noted previously, IT leaders must look<a href="https://www.cio.com/article/4113246/beyond-the-cloud-bill-the-hidden-operational-costs-of-ai-governance.html"> </a><a href="https://www.cio.com/article/4113246/beyond-the-cloud-bill-the-hidden-operational-costs-of-ai-governance.html">beyond the cloud bill to understand the hidden operational costs of AI governance</a></p>



<h2 class="wp-block-heading">The utilization number does not explain the bottleneck</h2>



<p>Traditional cloud right-sizing depends on a simple assumption: low utilization usually means unused capacity.</p>



<p>That assumption works for many enterprise workloads. It can work for web services, batch jobs, databases and standard compute jobs. But secure AI training can break that assumption because the workload shape changes.</p>



<p>In my IEEE systems research on <a href="https://ieeexplore.ieee.org/document/11454302" rel="nofollow">privacy and robustness in machine learning</a>, I profiled what happens when trust controls are added to model training. The important lesson for CIOs was not only that secure training costs more, but it was that secure training can change what infrastructure metrics mean.</p>



<p>On a controlled NVIDIA V100 GPU setup, privacy-preserving training increased cost by <strong>3.55x</strong> on a vision workload and <strong>2.96x</strong> on a tabular workload. Robustness training increased cost by <strong>4.07x</strong> on the vision workload.</p>



<p>Those cost multipliers matter. But for FinOps teams, the deeper finding is this:</p>



<p>The workload became less aligned with the hardware signals that cloud teams often use for rightsizing.</p>



<h2 class="wp-block-heading">Why privacy-preserving training can look inefficient</h2>



<p>Modern AI accelerators are very good at large, dense mathematical operations. Standard model training often keeps these accelerator units busy because the work can be organized into large blocks of computation.</p>



<p>Differential privacy training often requires per-example gradient computation and clipping. Instead of pushing most of the work through large, efficient operations, the system performs more fine-grained steps across individual training examples.</p>



<p>That changes the performance profile. In my study, this pattern created memory-bound behavior and reduced effective use of specialized GPU compute units such as Tensor Cores. To a dashboard, that can look like underutilization.</p>



<p>To a systems engineer, it means something more specific: the job is not waiting because the GPU is too large. It is waiting because the workload is constrained by memory movement and per-example operations, simply those are not the same problem.</p>



<h2 class="wp-block-heading">The FinOps risk: Right answer, wrong context</h2>



<p>Automated cloud recommenders are useful because they identify resources that appear oversized or idle. The problem is not that these tools exist. The problem is applying a generic right-sizing rule to a specialized AI workload.</p>



<p>A standard recommendation workflow might ask, “Is the accelerator busy?: For secure AI training, CIOs need the team to ask, “Why is the accelerator not busy?”</p>



<p>If the answer is idle capacity, downsizing may save money.</p>



<p>If the answer is memory-bound privacy computation, downsizing may increase total cost.</p>



<p>A smaller instance may have a lower hourly price, but cloud bills are not based only on hourly price. They are based on hourly price multiplied by runtime. If the smaller instance extends the training job enough, the total bill can rise.</p>



<p>That is the FinOps blind spot: a recommendation can look correct on a utilization dashboard but fail when measured against the full training job.</p>



<h2 class="wp-block-heading">Secure AI needs a different exception policy</h2>



<p>Enterprise IT already treats some workloads differently. Regulated databases, security-sensitive systems and latency-critical applications often have special infrastructure policies.</p>



<p>Secure AI training needs similar exception handling; a model training job that uses differential privacy or adversarial training should not be evaluated the same way as an idle development server. These workloads can produce unusual utilization patterns because the algorithm itself changes the way hardware is used.</p>



<h3 class="wp-block-heading">1. Tag secure-AI training jobs</h3>



<p>FinOps teams need to know when a training job uses privacy-preserving or robustness-oriented methods.</p>



<p>A simple workload tag can prevent the job from being evaluated as ordinary compute. The tag should tell cloud teams:</p>



<p>Low utilization may be caused by the algorithm, not by waste.</p>



<p>This gives FinOps, MLOps and infrastructure teams a shared signal before any right-sizing decision is made.</p>



<h3 class="wp-block-heading"><a></a>2. Treat rightsizing as a review trigger, not an automatic action</h3>



<p>For secure AI jobs, an automated recommendation should start an investigation. It should not automatically become a change request.</p>



<p>Before moving the workload to a smaller instance, the team should answer four questions:</p>



<ul class="wp-block-list">
<li>Is the workload compute-bound or memory-bound?</li>



<li>Is the bottleneck caused by data loading, memory bandwidth or per-example privacy operations?</li>



<li>Would the smaller instance reduce total job cost, or only reduce hourly rate?</li>



<li>Has the team measured runtime impact before approving the change?</li>
</ul>



<p>This shifts FinOps from simple utilization management to workload-aware cost governance.</p>



<h3 class="wp-block-heading">3. Bring MLOps into FinOps decisions</h3>



<p>FinOps teams understand pricing, commitment plans, chargeback and utilization. But secure AI workloads require another layer of interpretation.</p>



<p>Someone must understand what the training algorithm is doing.</p>



<p>DP-SGD and PGD do not merely consume more GPU time. They change the computation pattern. That means utilization percentage alone is not enough to make an infrastructure decision.</p>



<p>CIOs should connect FinOps, MLOps, AI governance and infrastructure engineering before applying cost recommendations to secure AI training workloads.</p>



<h3 class="wp-block-heading"><a></a>4. Measure total job economics, not only instance utilization</h3>



<p>The cheapest instance is not always the lowest-cost option. For secure AI training, CIOs should require teams to compare:</p>



<ul class="wp-block-list">
<li>Hourly cost</li>



<li>Total runtime</li>



<li>Energy use</li>



<li>Job completion time</li>



<li>Model utility impact</li>



<li>Infrastructure bottleneck profile</li>
</ul>



<p>To truly optimize these economics, teams must look beyond the hardware and apply<a href="https://www.infoworld.com/article/4168496/12-model-level-deep-cuts-to-slash-ai-training-costs.html"> model-level deep cuts to slash AI training costs</a>. Ultimately, a GPU that looks underused may still be the better economic choice if it completes the workload faster and avoids a longer memory-bound run. Failing to account for the model utility impact during these infrastructure changes can easily lead organizations into<a href="https://www.vktr.com/ai-technology/the-ai-accuracy-trap/" rel="nofollow"> the AI accuracy trap</a>, where cost savings inadvertently ruin real-world performance.</p>



<h2 class="wp-block-heading">The CIO takeaway</h2>



<p>The next phase of enterprise AI will require more than model accuracy and fast experimentation. Organizations will need AI systems that are private, robust, governable and economically sustainable.</p>



<p>In ordinary cloud operations, low utilization often means waste. In secure AI training, low utilization may mean the workload has exposed a hardware-software mismatch.</p>



<p>The rule for CIOs is simple: Do not right-size secure AI training jobs until you understand why the accelerator is underused.</p>



<p>In trustworthy AI, utilization is not always truth.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IA, ingresos y resiliencia redefinen el papel del CIO]]></title>
<description><![CDATA[Para la mayoría de los CIO, la implementación de la IA ya es la prioridad número uno. Así lo recoge la encuesta State of the CIO 2026 de CIO.com, que confirma una tendencia consolidada: los CEO sitúan la investigación y adopción de IA en la cúspide de sus agendas tecnológicas, en línea con los re...]]></description>
<link>https://tsecurity.de/de/3545836/it-nachrichten/ia-ingresos-y-resiliencia-redefinen-el-papel-del-cio/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3545836/it-nachrichten/ia-ingresos-y-resiliencia-redefinen-el-papel-del-cio/</guid>
<pubDate>Mon, 25 May 2026 17:02:24 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Para la mayoría de los CIO, la implementación de la IA ya es la prioridad número uno. Así lo recoge la encuesta <em>State of the CIO 2026</em> de CIO.com, que confirma una tendencia consolidada: los CEO sitúan la investigación y adopción de IA en la cúspide de sus agendas tecnológicas, en línea con los resultados ya observados en 2025.</p>



<p>Sin embargo, el enfoque ha cambiado. Los CEO han dejado atrás el interés por pruebas de concepto o experimentos limitados y demandan ahora iniciativas capaces de generar valor tangible. Los más estratégicos van un paso más allá: buscan utilizar la IA para transformar el modelo operativo y redefinir productos y servicios, esperando que el CIO lidere este proceso.</p>



<p>Shanky Viswanathan, director de innovación empresarial de Tata Consultancy Services, explica que “los directores generales quieren que los CIO den un paso al frente y lideren cómo liberar el valor real de la IA, pasando de mejoras de productividad a nuevas propuestas de valor”, y añade: “Existe una oportunidad real para que los CIO demuestren cómo se puede utilizar la IA en el negocio”.</p>



<h2 class="wp-block-heading">De la experimentación al valor real</h2>



<p>Este reto, sin embargo, está lejos de ser sencillo. Muchos CIO siguen teniendo dificultades para identificar casos de uso transversales que generen impacto significativo.</p>



<p>Para Jennifer Carter, analista principal sénior de Gartner, “muchos directores de sistemas de información (CIO) siguen teniendo dificultades para identificar casos de uso en toda la empresa en los que la IA pueda suponer una mejora significativa, así como para detectar los flujos de trabajo, procesos y puntos débiles que permitirían reinventar la organización con IA”.</p>



<p>Y añade: “Las posibilidades son ilimitadas, pero muchos CIO aún están poniéndose al día mientras los CEO les preguntan: “¿Qué podemos hacer con esto?”.</p>



<p>El mandato de extraer valor de la IA no es nuevo. Desde la irrupción de la IA generativa en el entorno empresarial a finales de 2022, esta ha sido una prioridad constante. Lo que sí es novedoso en 2026 es la exigencia explícita de obtener un retorno de inversión (ROI) medible.</p>



<p>De hecho, “establecer políticas de IA y métricas de ROI” figura ya entre las diez principales prioridades que los CEO fijan para los CIO.</p>



<p>Viswanathan lo resume claramente: “Los CEO están frustrados porque el gasto en IA es mucho mayor que los beneficios obtenidos. Sí hay mejoras de productividad, pero han sido fragmentadas”.</p>



<h2 class="wp-block-heading">IA para crecer, no sólo para optimizar</h2>



<p>Tras varios años de inversión, los CEO buscan ahora que la IA impulse directamente los ingresos. Esta exigencia se alinea con otras prioridades estratégicas identificadas en el estudio, como el crecimiento del negocio y el liderazgo en innovación.</p>



<p>Daniel Saroff, vicepresidente de investigación en IDC, apunta en la misma dirección: “Las organizaciones están bajo una presión real para cambiar su forma de competir, desarrollar productos y ofrecer servicios”.</p>



<p>La encuesta <em>C-Suite Tech Survey </em>de IDC refuerza esta idea: más de la mitad de los CIO y CTO sitúan la IA y la automatización como su principal objetivo de negocio.</p>



<p>Para responder a esta presión, los CIO deben evolucionar desde la experimentación hacia despliegues a escala.</p>



<p>“Se trata de un esfuerzo más deliberado, en el que vinculamos las iniciativas de IA a resultados empresariales”, señala Saroff, para apostillar: “El salto de los pilotos a producción ha resultado ser más difícil de lo que se esperaba”.</p>



<p>Entre los obstáculos destacan la calidad de los datos, la deuda técnica, los sistemas heredados y las restricciones presupuestarias. A ello se suma, en algunos casos, la dificultad histórica de TI para posicionarse como socio estratégico del negocio.</p>



<h2 class="wp-block-heading">Una oportunidad histórica para el CIO</h2>



<p>A pesar de los retos, el contexto también abre una ventana de oportunidad. Según Gartner, la tecnología se ha convertido en una de las tres prioridades estratégicas de los CEO, solo por detrás del crecimiento y las finanzas.</p>



<p>En opinión de Carter, “cuando hablamos de prioridad tecnológica, los CEO están hablando específicamente de IA”.</p>



<p>No obstante, la percepción sigue siendo que TI aún no está desplegando iniciativas verdaderamente transformadoras. En parte, esto se debe a que muchos CEO siguen asociando la IA principalmente a la eficiencia operativa: casi todos la utilizan para ahorrar tiempo, pero sólo un 2% la aplica a procesos que impulsan el crecimiento, como la toma de decisiones.</p>



<p>En este contexto, el CIO tiene la oportunidad de liderar el cambio.</p>



<p>En opinión de Carter, “los CIO deben apostar por tecnologías que impulsen iniciativas de alto impacto. Tienen la responsabilidad de mostrar lo que la tecnología puede hacer. Estamos ante la mayor ola de oportunidades que ha visto esta función”.</p>



<p>Algunos líderes tecnológicos ya están avanzando en esa dirección.</p>



<p>Viswanathan tiene claro que “hay CIO que entienden que la IA no es un fin en sí mismo. Se preguntan cómo puede generar valor en áreas como la experiencia de cliente, la cadena de suministro o el rediseño de productos”.</p>



<h2 class="wp-block-heading">Seguridad y resiliencia: prioridades ineludibles</h2>



<p>Junto a la IA, la ciberseguridad continúa siendo un eje central en la agenda de los CEO. De hecho, mejorar la seguridad de TI y los datos es la segunda prioridad más citada en el estudio.</p>



<p>Ajay Sabhlok, CIO y CDO de Rubrik, ilustra esta realidad: «El objetivo es eliminar cuellos de botella operativos y mejorar la eficiencia en todos los procesos».</p>



<p>Para lograrlo, su organización está adoptando una estrategia centrada en IA en ámbitos como ingeniería, FinOps, DevOps o soporte.</p>



<p>«Debemos adoptar una mentalidad de IA en todos los procesos de TI», afirma Sabhlok.</p>



<p>Además, la compañía está reforzando su postura de seguridad mediante la gestión activa de riesgos y la integración de la seguridad en toda la infraestructura.</p>



<p>«Los CEO están priorizando una base sólida de confianza, resiliencia y seguridad», subraya Paul Leinwand, director de estrategia en PwC. «La adopción de IA aumenta la importancia de la gobernanza del dato y la gestión del riesgo».</p>



<h2 class="wp-block-heading">Más allá de la IA: nuevas palancas estratégicas</h2>



<p>Aunque la inteligencia artificial domina la agenda, otras tecnologías emergentes, como la computación cuántica, empiezan a ganar peso en sectores como banca, ciencias de la vida o logística.</p>



<p>Viswanathan es de los que cree que “los CEO buscan entender qué oportunidades puede ofrecer la computación cuántica”. </p>



<p>Al mismo tiempo, demandan a TI avanzar en modernización y eficiencia para liberar recursos que permitan financiar estas nuevas apuestas.</p>



<p>Completan el top de prioridades la mejora de la colaboración entre TI y negocio, la experiencia de cliente y la transformación digital.</p>



<p>Por su parte, Leinwand sostiene que “los CEO quieren que TI conecte datos, flujos de trabajo y decisiones en toda la organización, no en silos”.</p>



<h2 class="wp-block-heading">El CIO, medido por resultados de negocio</h2>



<p>Todo ello está redefiniendo los criterios de éxito del CIO. Según IDC, la generación de ingresos ha pasado en apenas un año del sexto al tercer puesto entre los indicadores clave.</p>



<p>“Cada vez más CIO están siendo evaluados por resultados empresariales, y no sólo por eficiencia operativa”, dice Saroff para concluir.</p>



<p>Un cambio profundo que confirma que el papel del CIO ha dejado de ser técnico para convertirse en claramente estratégico.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Your Claude API bill is higher than your revenue: Why simple Python tasks are blowing up AI costs]]></title>
<description><![CDATA[Your most-used artificial intelligence feature may be your least profitable corporate asset.



That contradiction does not appear at launch. Early signals almost always point to operational success. Usage increases, user engagement climbs and internal product dashboards trend in the right direct...]]></description>
<link>https://tsecurity.de/de/3535880/it-security-nachrichten/your-claude-api-bill-is-higher-than-your-revenue-why-simple-python-tasks-are-blowing-up-ai-costs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3535880/it-security-nachrichten/your-claude-api-bill-is-higher-than-your-revenue-why-simple-python-tasks-are-blowing-up-ai-costs/</guid>
<pubDate>Thu, 21 May 2026 12:08:29 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Your most-used artificial intelligence feature may be your least profitable corporate asset.</p>



<p>That contradiction does not appear at launch. Early signals almost always point to operational success. Usage increases, user engagement climbs and internal product dashboards trend in the right direction. Your teams report efficiency gains, and executive leadership sees widespread adoption across the business.</p>



<p>Then the cloud computing invoice arrives.</p>



<p>What looked like a scalable feature begins to show a completely different economic reality. The cost required to operate the system grows directly with usage, and in some cases, it grows faster than the actual value it creates. Finance sees rapidly rising, unpredictable spend. Engineering sees strong adoption and feature validation. Both departments are correct, and that is the exact problem threatening enterprise margins today.</p>



<p>Artificial intelligence does not scale like traditional software. It behaves more like labor. Every single interaction has a discrete cost.</p>



<h2 class="wp-block-heading">Why traditional software margins are collapsing</h2>



<p>For the last two decades, software economics followed a simple, highly predictable model. You build the architecture once, and you scale it cheaply. Once the core infrastructure was in place, each additional user added minimal marginal cost to the operation. Growth guaranteed improved profit margins.</p>



<p>Generative AI fundamentally changes that equation.</p>



<p>Each interaction triggers variable compute, and that compute has a premium price tag. This creates a direct, unyielding relationship between usage and cost at the feature level. Scaling your user base no longer guarantees improved margins.</p>



<p>Research from<a href="https://a16z.com/the-new-business-of-ai-and-how-its-different-from-traditional-software/" rel="nofollow"> Andreessen Horowitz</a> highlights that AI-native companies operate under vastly different margin structures than traditional SaaS businesses. Compute is no longer a background expense hidden in the IT budget. It is a primary driver of corporate profitability and must be managed as a direct cost of goods sold.</p>



<h2 class="wp-block-heading">The danger of unmanaged feature success</h2>



<p>In a recent advisory engagement, I reviewed a document-processing workflow used by a back-office operations team to extract critical data from complex invoices and vendor contracts.</p>



<p>The system worked incredibly well. It handled inconsistent formatting effortlessly, reduced manual data entry work and improved document turnaround time. Adoption spread quickly across multiple internal teams.</p>



<p>Operationally, the deployment was a success. From a margin perspective, it was completely unsustainable.</p>



<p>Every single request was handled the exact same way, regardless of the underlying complexity. Simple tasks and complex tasks incurred the same premium cost. As usage increased naturally, total cloud spend accelerated rapidly. The most engaged, loyal users became the most expensive cohort to support.</p>



<p>The system delivered the expected results, but it operated at the wrong cost structure for the business.</p>



<h2 class="wp-block-heading">Why excess capability drives unnecessary cost</h2>



<p>Most engineering teams default to using the most capable frontier systems available on the market. This reduces frustrating edge cases, ensures high-quality outputs and simplifies the overall development process.</p>



<p>In traditional software engineering, that decision carries very little operational downside. With generative AI, it carries a financial penalty.</p>



<p>Using high-cost capability for low-complexity work creates inefficiency. You are paying a premium for cognitive performance you simply do not need, and you are paying that premium repeatedly on every single API call.</p>



<p>Analysis from<a href="https://www.sequoiacap.com/article/ais-600b-question/" rel="nofollow"> </a><a href="https://www.sequoiacap.com/article/ais-600b-question/" rel="nofollow">Sequoia Capital</a> points to a rapidly growing gap between global AI infrastructure costs and the actual revenue value generated at the application layer. A key driver of this economic imbalance is the misalignment between task complexity and system usage.</p>



<p>Organizations are vastly overpaying for routine, administrative work. At scale, this is not just an IT budget issue. It becomes a board-level margin problem.</p>



<h2 class="wp-block-heading">The false promise of hardware deflation</h2>



<p>When confronted with these escalating costs, many technology leaders assume that hardware advancements will naturally solve the problem. They believe that if they simply wait, the cost of compute will drop dramatically, and their margins will automatically correct themselves over the next few quarters.</p>



<p>This is a dangerous economic assumption. While base infrastructure costs may decrease eventually, enterprise usage and token consumption are increasing at a much faster rate. Users are demanding larger context windows, faster response times and more complex reasoning steps. You cannot wait for hardware deflation to fix a flawed software architecture. You must fix the unit economics today.</p>



<h2 class="wp-block-heading">Why leadership cannot see the margin bleed</h2>



<p>This issue is difficult to manage because it is not immediately visible to the executives responsible for the budget.</p>



<p>The<a href="https://data.finops.org/" rel="nofollow"> FinOps Foundation</a> reports that most organizations lack visibility into where AI costs are actually incurred at the feature level. Cloud spend is tracked in aggregate, not where the strategic product decisions are actually made.</p>



<p>Without granular financial detail, it is impossible to determine whether a feature is economically viable. By the time the answer becomes clear during a quarterly financial review, the system is already deeply embedded in critical business operations.</p>



<h2 class="wp-block-heading">Aligning task complexity with compute spend</h2>



<p>AI systems require an entirely different management discipline. They are not static software components. They are dynamic, variable cost systems.</p>



<p>The necessary operational shift is straightforward: not every task should incur the same computational cost.</p>



<p>Many enterprise workflows are highly predictable and perfectly repeatable. They do not require advanced reasoning or deep synthesis. Treating them as if they do creates unnecessary expense. More complex tasks can absolutely justify a higher cost, but those architectural decisions should be deliberate and mathematically modeled.</p>



<h2 class="wp-block-heading">Why no one owns the variable cost</h2>



<p>This is not just a technical architecture issue. It is a severe governance issue.</p>



<p>When AI features are deployed without strict cost constraints, organizations introduce open-ended variable cost into their core systems. This creates immediate cross-functional tension: engineering optimizes for raw capability, finance sees rising and unpredictable spend, and leadership lacks the visibility required to make informed trade-offs.</p>



<p>Without absolute alignment across these departments, costs will naturally drift upward.</p>



<h2 class="wp-block-heading">The bottom line</h2>



<p>Usage alone is no longer a reliable measure of product success.</p>



<p>You need to understand exactly what a feature costs to operate, how that cost scales alongside user adoption, and whether that usage actively creates or destroys enterprise value. In this new economic model, your most successful software feature can be your least profitable corporate asset.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI 실험은 끝났다…CEO가 원하는 건 ‘매출로 이어지는 기술’]]></title>
<description><![CDATA[거의 모든 CIO에게 AI 도입은 최우선 과제로 자리 잡았다. CEO가 직접 내려보낸 핵심 지시사항이다.



CIO.com의 ‘2026년 CIO 현황 조사’에 따르면, CEO들은 CIO의 최우선 과제로 AI 연구와 도입을 꼽았다. 이러한 결과는 다른 여러 조사와도 일치하며, AI 구현을 IT 부문의 최우선 과제로 지목했던 2025년 조사와도 같은 흐름을 보인다.



다만 CEO들의 기대는 한층 높아졌다. 더 이상 AI 실험이나 개념검증(PoC)에는 관심이 없으며, 정량적으로 측정 가능한 가치를 창출하는 AI 프로젝트를 요구...]]></description>
<link>https://tsecurity.de/de/3535399/it-nachrichten/ai-ceo/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3535399/it-nachrichten/ai-ceo/</guid>
<pubDate>Thu, 21 May 2026 09:17:07 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>거의 모든 CIO에게 AI 도입은 최우선 과제로 자리 잡았다. CEO가 직접 내려보낸 핵심 지시사항이다.</p>



<p>CIO.com의 ‘<a href="https://us.resources.cio.com/resources/state-of-the-cio/" target="_blank" rel="nofollow">2026년 CIO 현황 조사</a>’에 따르면, CEO들은 CIO의 최우선 과제로 AI 연구와 도입을 꼽았다. 이러한 결과는 다른 여러 조사와도 일치하며, AI 구현을 IT 부문의 최우선 과제로 지목했던 2025년 조사와도 같은 흐름을 보인다.</p>



<p>다만 CEO들의 기대는 한층 높아졌다. 더 이상 AI 실험이나 개념검증(PoC)에는 관심이 없으며, 정량적으로 측정 가능한 가치를 창출하는 AI 프로젝트를 요구하고 있다. 일부 전략적 CEO들은 여기서 한 걸음 더 나아가, 조직의 운영 방식과 제품·서비스 자체를 AI로 재편하려는 움직임을 보이고 있다. 또한 CIO가 단순히 실행에 협력하는 수준을 넘어, 이러한 기회를 주도적으로 발굴하고 창출하길 기대하고 있다.</p>



<p>타타컨설턴시서비스의 비즈니스 혁신 총괄 <a href="https://www.tcs.com/insights/authors/sankaranarayanan-shanky-viswanathan" target="_blank" rel="nofollow">샨키 비스와나탄</a>은 “CEO들은 CIO가 AI의 진정한 가치를 어떻게 끌어낼지에 대해 주도적으로 나서길 원한다”라며 “단순한 생산성 향상을 넘어 새로운 가치 제안으로 전환해야 한다”고 말했다. 이어 “CIO가 AI를 실제 비즈니스에 어떻게 활용할 수 있는지를 보여줄 수 있는 중요한 기회”라고 덧붙였다.</p>



<p>하지만 이러한 요구는 결코 쉽지 않은 과제다. 많은 CIO와 경영진이 아직 이를 충분히 이행하지 못하고 있는 것이 현실이다.</p>



<p>가트너의 CIO 및 경영진 리더십 부문 수석 애널리스트 <a href="https://www.gartner.com/en/experts/jennifer-carter" target="_blank" rel="nofollow">제니퍼 카터</a>는 “여전히 많은 CIO가 AI를 통해 기업 전반을 획기적으로 개선할 수 있는 활용 사례를 찾는 데 어려움을 겪고 있다”라며 “업무 흐름과 프로세스, 문제 지점을 파악하고 이를 AI로 어떻게 재설계할지 정의하는 데도 어려움을 겪고 있다”고 설명했다.</p>



<p>이어 “가능성은 무한하지만, CEO들은 ‘이걸로 무엇을 할 수 있는가’를 묻고 있는 상황에서 많은 CIO가 아직 AI의 전체 잠재력을 이해하는 단계에 머물러 있다”고 덧붙였다.</p>



<h2 class="wp-block-heading">CEO가 AI에 기대하는 것</h2>



<p>AI를 통해 성과를 창출하라는 CEO의 요구는 올해 새롭게 등장한 것은 아니다. 2022년 11월 챗GPT 출시 이후 생성형 AI가 기업 환경에 본격적으로 확산되면서, 이는 이미 많은 조직에서 핵심 전략 과제로 자리 잡아 왔다.</p>



<p>다만 올해 들어 달라진 점은, CIO에게 AI 투자에 대한 가시적인 투자 대비 수익(ROI)을 요구하는 목소리가 한층 커졌다는 것이다. 실제로 ‘2026년 CIO 현황 조사’에서 CEO들은 ‘AI 정책 수립과 ROI 지표 구축’을 CIO의 10대 핵심 과제 중 하나로 꼽았다.</p>



<p>타타컨설턴시서비스의 비스와나탄은 “CEO들은 AI에 투입된 비용이 성과보다 훨씬 크다는 점에 점점 더 불만을 느끼고 있다”라며 “일부 생산성 향상 효과는 있지만, 여전히 단편적인 수준에 머물러 있다”고 말했다.</p>



<p>수년간 AI에 투자해 온 CEO들은 이제 AI를 통해 실제 매출을 끌어올려야 한다는 긴박감을 느끼고 있다. 이러한 요구는 매출 성장 목표 달성 지원과 혁신 주도 등 다른 IT 우선 과제와도 맞닿아 있다.</p>



<p>IDC의 엔드유저 리서치 및 컨설팅 부문 그룹 부사장 <a href="https://my.idc.com/getdoc.jsp?containerId=PRF005646" target="_blank" rel="nofollow">다니엘 사로프</a>는 “CEO들은 IT가 단순한 생산성 향상을 넘어, AI를 통해 매출 성장을 이끌어내길 요구하고 있다”고 말했다.</p>



<p>IDC의 C-레벨 기술 조사에 따르면, 전 세계 CIO와 CTO의 절반 이상이 AI와 자동화를 최우선 비즈니스 목표로 꼽았다.</p>



<p>사로프는 “기업들은 경쟁 방식, 제품 개발 방식, 고객 서비스 제공 방식을 바꾸지 않으면 안 되는 압박을 받고 있다”고 설명했다.</p>



<p>이러한 요구에 대응하기 위해 CIO는 기존의 실험 중심 접근에서 벗어나, 대규모로 적용 가능한 AI 이니셔티브를 설계해야 한다.</p>



<p>사로프는 “AI 프로젝트를 명확한 비즈니스 성과와 연결하는 보다 체계적인 접근이 필요하다”라며 “많은 조직이 실험과 파일럿 단계에서 실제 운영 환경으로 넘어가 측정 가능한 가치를 창출하는 데 어려움을 겪고 있다”고 말했다. 이어 “이 전환 과정은 예상보다 훨씬 어렵다”고 덧붙였다.</p>



<p>이 같은 어려움에는 여러 요인이 작용한다. AI의 기반이 되는 데이터 품질 문제가 대표적이며, 기술 부채와 레거시 환경 역시 혁신 속도를 늦추고 비용을 증가시키는 요인으로 지목된다. 여기에 예산 압박까지 더해지면서 상황은 더욱 복잡해지고 있다.</p>



<p>또한 일부 조직에서는 IT가 여전히 비즈니스 전략 파트너로 자리 잡지 못한 점도 문제로 꼽힌다.</p>



<h2 class="wp-block-heading">CIO에게 열린 기회</h2>



<p>가트너 조사에 따르면 CEO들이 IT에 기대하는 방향에서도 유사한 흐름이 나타난다. 기술은 CEO의 3대 전략 우선순위 중 하나로, 1위인 성장과 2위인 재무(비용 관리 등)에 이어 세 번째로 중요한 요소로 꼽힌다.</p>



<p>가트너의 제니퍼 카터 수석 애널리스트는 “CEO들이 기술을 우선순위로 둔다고 할 때, 실제로는 AI를 의미하는 경우가 많다”고 설명했다.</p>



<p>카터는 다만 아직까지 IT 조직이 혁신적인 AI 성과를 충분히 보여주지 못하고 있다고 지적했다. 그 원인 중 일부는 CEO에게도 있다고 봤다. 여전히 AI를 생산성 향상이나 효율화 관점에서 바라보는 경향이 강하다는 것이다. 실제로 대부분의 CEO가 시간을 절약하는 용도로 AI를 활용하는 반면, 의사결정 지원처럼 성장으로 이어지는 영역에 활용하는 비율은 2%에 불과하다는 조사 결과도 있다.</p>



<p>카터는 이러한 상황이 CIO에게 기회가 될 수 있다고 강조했다. AI를 통해 조직의 운영 방식과 생산 구조를 근본적으로 재편할 수 있는 영역을 찾아낸다면, CIO가 기업 경쟁력 강화의 핵심 역할을 맡을 수 있다는 설명이다.</p>



<p>카터는 “CIO는 영향력과 주목도가 높은 전략적 기술 스토리를 적극적으로 강화해야 한다”라며 “기술 리더로서 해당 기술이 무엇을 할 수 있는지 조직 전반에 알리고, 필요한 기술 이해도를 구축할 책임이 있다”고 말했다. 이어 “지금은 CIO 역할 역사상 가장 큰 기회의 물결 속에 있다는 점을 인식해야 한다”고 덧붙였다.</p>



<p>타타컨설턴시서비스의 샨키 비스와나탄 역시 일부 CIO가 이러한 역할을 실제로 수행하고 있다고 평가했다.</p>



<p>비스와나탄은 “AI를 단순한 목적이 아닌 수단으로 이해하고, 그 안에서 기회를 발굴하는 기술 리더들이 있다”라며 “이들은 ‘AI가 과거 해결하지 못했던 고객 대응 방식이나 공급망 관리, 제품 설계 영역에서 새로운 가치를 만들어낼 수 있는가’라는 질문을 던지고, 그 해답을 AI 중심으로 찾고 있다”고 말했다.</p>



<h2 class="wp-block-heading">기업 보안 강화도 핵심 과제</h2>



<p>데이터 보호와 사이버 복구 기업 루브릭의 CIO 겸 최고데이터책임자(CDO) <a href="https://www.linkedin.com/in/ajaysabhlok/" target="_blank" rel="nofollow">아제이 사블록</a>에게 내려진 기업 전략 역시 이러한 흐름을 반영하고 있다.</p>



<p>사블록은 “CEO의 목표는 비즈니스 운영의 병목을 줄이고 제거하는 것”이라며 “IT에 부여된 목표는 전사 업무 전반에서 효율성과 생산성을 높이는 것”이라고 말했다.</p>



<p>이에 따라 IT 조직은 스스로를 ‘AI 우선 조직’으로 전환하고 있다. 사블록은 “모든 IT 프로세스와 개인 생산성 향상에 AI 중심 사고를 적용해 자원 최적화를 달성하는 것이 목표”라고 설명했다.</p>



<p>사블록은 엔지니어링, 아키텍처, 핀옵스(FinOps), 비즈니스 셀프서비스, 데브옵스(DevOps), 사용자 지원 등 전 영역에 AI 기반 프로세스를 도입하고 있다. 그는 “핵심 AI 플랫폼을 구축하고, 복잡한 활용 사례에 대해서는 IT의 AI 엔지니어링 조직과 협력해 사용자들이 이를 효과적으로 활용할 수 있도록 지원하고 있다”고 덧붙였다.</p>



<p>또 다른 핵심 과제는 보안 강화다. 사블록은 “모든 식별된 위험과 취약점을 효율적으로 해결하고, 데이터센터와 클라우드, 네트워크 전반의 인프라를 보안 중심으로 재설계하고 있다”고 말했다.</p>



<p>실제로 많은 CEO가 같은 우선순위를 공유하고 있다. ‘<a href="https://us.resources.cio.com/resources/state-of-the-cio/" target="_blank" rel="nofollow">2026년 CIO 현황 조사</a>’에서도 IT 및 데이터 보안 강화는 기업 리스크를 줄이기 위한 두 번째 주요 과제로 꼽혔다. 데이터 유출이나 사이버 공격이 가져올 재무적·법적·평판 리스크를 고려하면, 사이버보안이 CEO의 핵심 관심사로 부상한 것은 자연스러운 흐름이다.</p>



<p>PwC의 기업 및 기능 전략 부문 책임자 <a href="https://www.strategyand.pwc.com/gx/en/unique-solutions/capabilities-driven-strategy/speakers-corner/paul-leinwand.html" target="_blank" rel="nofollow">폴 레인완드</a>는 “AI 도입이 확대되면서 데이터 무결성과 거버넌스, 리스크 관리의 중요성이 더욱 커지고 있다”라며 “CEO들은 신뢰와 회복력, 보안을 핵심 기반으로 삼고 있다”고 말했다.</p>



<p>비스와나탄 역시 사이버보안이 여전히 CEO의 최우선 과제 중 하나로 자리 잡고 있다고 강조했다.</p>



<h2 class="wp-block-heading">AI·보안 넘어선 추가 우선순위</h2>



<p>AI와 보안 외에도 양자컴퓨팅과 같은 차세대 기술이 일부 CEO의 주요 관심사로 떠오르고 있다. 특히 금융, 생명과학, 물류 산업에서는 이미 양자컴퓨팅이 영향을 미치기 시작하면서 관련 논의가 활발해지고 있다.</p>



<p>타타컨설턴시서비스의 샨키 비스와나탄은 “이들 산업의 CEO들은 양자컴퓨팅이 가져올 잠재적 기회에 대해 IT 조직이 적극적으로 설명해주길 기대하고 있다”고 말했다.</p>



<p>또한 그는 CEO들이 CIO에게 최적화와 현대화를 우선 과제로 요구하고 있다고 설명했다. 이를 통해 절감된 비용을 신기술 투자로 전환할 수 있기 때문이다.</p>



<p>‘2026년 CIO 현황 조사’에서 나타난 IT 관련 CEO의 상위 5대 과제를 보면, IT와 비즈니스 간 협업 강화, 고객 경험 개선, 디지털 비즈니스 및 디지털 전환 주도 등이 포함된다.</p>



<p>PwC의 폴 레인완드는 이러한 흐름이 현장에서 확인되는 것과 일치한다고 말했다.</p>



<p>레인완드는 “CEO들은 IT가 부서별로 분절된 방식이 아니라, 데이터와 워크플로, 의사결정을 조직 전반에 연결해 운영 모델을 전사적으로 혁신하길 원한다”라며 “파일럿 수준이 아닌 핵심 운영 프로세스에 실제로 적용하는 것이 중요하다”고 강조했다.</p>



<p>그는 이러한 요구의 배경으로 기업 경쟁 방식의 근본적인 변화와 지속 가능한 성장 확보의 어려움을 꼽았다.</p>



<p>이어 “CEO들은 기술이 고객 참여 확대, 인사이트 고도화, 보다 명확한 혁신 전략 수립을 지원하고, 나아가 새로운 수익 창출 채널을 여는 핵심 수단이 되길 기대하고 있다”고 덧붙였다.</p>



<p>IDC의 다니엘 사로프에 따르면, CIO에 대한 평가는 점점 이러한 기대를 실제로 얼마나 실현하는지에 초점이 맞춰지고 있다. IDC 데이터에 따르면, CIO 성과 지표에서 ‘매출 창출’은 단 1년 만에 6위에서 3위로 상승했다.</p>



<p>사로프는 “일부 CIO는 이제 단순 운영 성과가 아니라 비즈니스 성과를 기준으로 평가받고 있거나, 스스로를 그렇게 평가하기 시작했다”고 말했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CEOs’ top priorities for IT leaders today]]></title>
<description><![CDATA[For nearly every CIO, implementing AI is their No. 1 task — that’s the directive they’re getting from the corner office.



CEOs have pegged researching and implementing AI at the top of their priority lists for their CIOs, according to CIO.com’s 2026 State of the CIO Survey. That finding mirrors...]]></description>
<link>https://tsecurity.de/de/3525558/it-nachrichten/ceos-top-priorities-for-it-leaders-today/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3525558/it-nachrichten/ceos-top-priorities-for-it-leaders-today/</guid>
<pubDate>Mon, 18 May 2026 12:17:45 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For nearly every CIO, implementing AI is their No. 1 task — that’s the directive they’re getting from the corner office.</p>



<p>CEOs have pegged researching and implementing AI at the top of their priority lists for their CIOs, according to <a href="https://us.resources.cio.com/resources/state-of-the-cio/" rel="nofollow">CIO.com’s 2026 State of the CIO Survey</a>. That finding mirrors the results in multiple other surveys and echoes CIO.com’s 2025 survey, which also found AI implementations as the top CEO priority for IT.</p>



<p>CEOs, however, have indicated that they’re no longer interested in AI experiments and proofs of concepts. They’re looking for AI initiatives that <a href="https://www.cio.com/article/4114010/2026-the-year-ai-roi-gets-real.html">deliver quantifiable value</a>. The most strategic CEOs are going further, seeking to leverage AI in transforming how their organizations work and what products and services they offer. And they expect their CIOs to create those opportunities and not merely collaborate on seizing them.</p>



<p>“CEOs want CIOs to stand up and lead on how to unlock the real value of AI, to shift from productivity gains to different value propositions,” says <a href="https://www.tcs.com/insights/authors/sankaranarayanan-shanky-viswanathan" rel="nofollow">Shanky Viswanathan</a>, head of business innovation at Tata Consultancy Services. “There’s a real opportunity for CIOs to show how AI can be used in the business.”</p>



<p>That, though, is a tall order — one that many CIOs and C-suites more broadly aren’t yet fulfilling.</p>



<p>“A lot of CIOs still struggle with identifying use cases across the enterprise where AI can make them so much better, and they still struggle with identifying the workstreams and processes and the pain points and how they can reinvent how the organization operates with AI,” says <a href="https://www.gartner.com/en/experts/jennifer-carter" rel="nofollow">Jennifer Carter</a>, a senior principal analyst in the CIO and executive leadership practice at research firm Gartner.</p>



<p>She adds: “There are limitless possibilities, but many CIOs are caught doing some catch-up in understanding the full potential of AI even as CEOs are looking at them and asking, ‘What can we do with this?’”</p>



<h2 class="wp-block-heading">What CEOs want from AI</h2>



<p>The CEO mandate to capitalize on AI is not new this year. It has been a high-level goal at many organizations since generative AI muscled its way into the enterprise with the November 2022 release of ChatGPT.</p>



<p>What’s relatively new this year is the CEO requirement for CIOs to deliver tangible ROI for the organization’s AI investments. In fact, CEOs listed “establish AI policies and ROI metrics” as a top 10 priority for CIOs this year, according to the State of the CIO Survey.</p>



<p>Viswanathan says CEOs have become frustrated that “the amount of money they spend on AI is far, far bigger than the returns. Yes, they’re getting some productivity gains. but it’s been quite fragmented.”</p>



<p>Now, after years of AI investments, CEOs have a sense of urgency to use AI to drive revenue, he and others assert. That directive aligns with other CEO priorities for IT identified in the State of the CIO survey, including help in reaching revenue growth targets and leading innovation, at No. 6 and 7 respectively.</p>



<p><a href="https://my.idc.com/getdoc.jsp?containerId=PRF005646" rel="nofollow">Daniel Saroff</a>, group vice president of end-user research and consulting at IDC, says his firm’s research also shows chief executives pushing IT to use AI not just for productivity gains but to drive revenue growth.</p>



<p>IDC’s C-Suite Tech Survey found over half of CIOs and CTOs globally cite AI and automation as their primary business objective.</p>



<p>“Organizations are under real pressure to change how they compete, how they develop products, and how they deliver services to customers,” Saroff says.</p>



<p>To deliver on that priority, CIOs need to move beyond the experimentation they have been doing and instead design initiatives that can be implementated at scale.</p>



<p>“It’s a more deliberate effort where we link [AI initiatives] to business outcomes,” he says. Organizations “have struggled getting from experimentation and pilots to something that actually runs in production and delivers measurable value. The transition turns out to be harder than it initially looked.”</p>



<p>There are various reasons for those struggles, Saroff says. Problems with the data that fuels AI is one. <a href="https://www.cio.com/article/4162306/data-debt-ai-value-killer.html">Technical debt</a> and <a href="https://www.cio.com/article/4022454/applying-agentic-ai-to-legacy-systems-prepare-for-these-4-challenges.html">legacy environments</a> also slow innovation and make it more expensive than anticipated. Budget pressures <a href="https://www.cio.com/article/4137661/cios-cut-it-corners-to-manufacture-budget-for-ai.html">compound the challenges</a>.</p>



<p>Additionally, he says, IT still struggles to be a business strategy partner in some organizations.</p>



<h2 class="wp-block-heading">Opportunities for the CIO</h2>



<p>Gartner research has identified similar trends in what chief executives want from IT, with technology being a top 3 strategy priority for CEOs, coming in just behind growth at No. 1 and finance (e.g., expense management) at No. 2.</p>



<p>“When we say they’re prioritizing technology, we find according to CEOs it’s about AI,” Carter says.</p>



<p>Carter, like others, says CEOs aren’t yet seeing IT deliver transformative AI initiatives. She puts some of that on CEOs, though, saying that they still think about AI in terms of productivity gains and optimization. She points to research showing that nearly all CEOs use AI to save time while only 2% are using AI for tasks, such as decision support, that drive growth.</p>



<p>This creates an opportunity for CIOs, Carter says. By identifying where AI can remake how the organization operates and what it produces, CIOs will help their CEOs win in the market.</p>



<p>“CIOs should double down on the story of the technology that will fuel high-impact, high-spotlight initiatives,” she says. “As tech execs, they have the responsibility to raise awareness on what the technology will do and to build the needed tech literacy. It’s important for CIOs to remember that they’re in the biggest wave of opportunity the role has ever seen.”</p>



<p>Some CIOs are, indeed, delivering on this, Viswanathan says.</p>



<p>“There are some tech leaders who show how AI is not a means unto itself, and they’re able to unravel the opportunities,” he says. “They’re asking, ‘Can AI unlock value for me in areas where I struggled in the past, like responding to customer demands in a different way, or rethinking how supply chain management can happen, in reimagining products?’ These technology leaders are responding to those questions with AI front and center.”</p>



<h2 class="wp-block-heading">Securing the enterprise</h2>



<p>The corporate priorities handed down to <a href="https://www.linkedin.com/in/ajaysabhlok/" target="_blank" rel="nofollow">Ajay Sabhlok</a>, CIO and CDO at tech company Rubrik, reflect the findings from CIO.com’s State of the CIO Survey.</p>



<p>“Our CEO’s goal is to reduce and eliminate the business operations bottleneck,” Sabhlok says. And the CEO’s goal for IT is “to help Rubrik gain efficiency and productivity across all business processes.”</p>



<p>IT took that message to heart, says Sabhlok, explaining that the IT team itself is the first “to pivot over to an AI first organization. The pivot means that we must adopt an AI mindset in all of our IT processes and personal productivity improvement, with the goal of achieving resource optimization.”</p>



<p>Like some CIOs who are <a href="https://www.cio.com/article/4163373/cios-bring-ai-transformation-home-to-it-workflows.html">bringing AI to IT</a>, Sabhlok is establishing AI-powered processes across engineering, architecture, FinOps, business self-service, DevOps, and user support. “That includes rolling out core AI platforms and enabling users to use them effectively in partnership with IT AI engineering for complex use cases,” he adds.</p>



<p>Another key CEO objective for Sabhlock is strengthening Rubrik’s security posture, something he’s doing in part by ensuring “efficient resolution of all identified risks and vulnerabilities” and transforming the “infrastructure across data center, cloud, and network with embedded security.”</p>



<p>Many CEOs share that agenda, as the State of the CIO Survey’s No. 2 CEO priority for IT is upgrading IT and data security to reduce corporate risk. CIOs, IT advisers, and other researchers aren’t surprised that cybersecurity is so high on CEOs’ lists, given the financial, legal, and reputational risk associated with a data breach or cyber incident.</p>



<p>“CEOs are prioritizing a strong foundation of trust, resilience, and security, especially as AI adoption increases the importance of data integrity, governance, and risk management,” says <a href="https://www.strategyand.pwc.com/gx/en/unique-solutions/capabilities-driven-strategy/speakers-corner/paul-leinwand.html" rel="nofollow">Paul Leinwand</a>, principal of enterprise and functional strategy at PwC US.</p>



<p>Viswanathan likewise has seen cybersecurity remain a top priority for CEOs.</p>



<h2 class="wp-block-heading">Priorities beyond AI and security</h2>



<p>Next-wave innovations such as quantum computing are also making appearances on some CEO priority lists, particularly among chief executives in banking, life sciences, and logistics — industries where quantum computing is already making an impact, Viswanathan says. “Those CEOs are looking for IT to talk about the potential opportunities with quantum,” he notes.</p>



<p>And he sees CEOs asking CIOs to prioritize optimization and modernization “because that gives them a significant opportunity to funnel [savings from those moves] into emerging tech.”</p>



<p>Rounding out the top five CEO priorities for IT from the State of the CIO Survey are strengthening IT and business collaboration; improving customer experience, and leading digital business/digital transformation initiatives.</p>



<p>Leinwand says those mirror what he’s seeing.</p>



<p>“[CEOs] want IT to enable enterprisewide transformation of the operating model by connecting data, workflows, and decision-making across the organization rather than operating in functional silos — and doing this in core operations and processes, not just running pilots,” he says.</p>



<p>A fundamental shift in how companies compete is what is driving these CEO priorities, as are the challenges that CEOs face in generating sustainable growth, he notes.</p>



<p>“CEOs are expecting technology to be a big enabler of expanding customer engagement, better insight development, clearer innovation programs, and to open up new revenue-creating channels through technology,” Leinwand adds.</p>



<p>CIOs are increasingly judged in their ability to deliver on all this, according to IDC’s Saroff. He points to IDC data showing that in just one year revenue generation jumped from sixth to third place as a top CIO success metric.</p>



<p>“So some CIOs are starting to be measured — or measure themselves — on business outcomes rather than just operational performance,” he adds.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Turning AI cost spikes into strategic growth opportunities]]></title>
<description><![CDATA[Presented by Apptio, an IBM companyAI spending is surging, but the full impact often remains an open question. Closing the gap requires clear answers to how AI is governed, measured, and tied to business outcomes.ROI uncertainty isn’t unique to AI: In the Apptio 2026 Technology Investment Managem...]]></description>
<link>https://tsecurity.de/de/3511053/it-nachrichten/turning-ai-cost-spikes-into-strategic-growth-opportunities/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3511053/it-nachrichten/turning-ai-cost-spikes-into-strategic-growth-opportunities/</guid>
<pubDate>Tue, 12 May 2026 18:17:57 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><i>Presented by Apptio, an IBM company</i></p><hr><p>AI spending is surging, but the full impact often remains an open question. Closing the gap requires clear answers to how AI is governed, measured, and tied to business outcomes.</p><p>ROI uncertainty isn’t unique to AI: In the <a href="https://www.apptio.com/resources/research-reports/2026-technology-investment-management-report/">Apptio 2026 Technology Investment Management Repor</a>t, 90% of technology leaders surveyed said that ROI uncertainty has a moderate or major impact on overall tech investment decisions, a 5-percentage point year-over-year increase. In other words, tech leaders are increasing their reliance on ROI – even if they don’t fully know how to measure it. And AI economics involves new and unpredictable costs, further complicating ROI calculations. Faced with increasing uncertainty and increasing budgets, technology leaders need a clear, reliable framework for evaluating AI ROI. </p><p>Organizations increasingly expect scaled AI to pay its own way, at least partially. According to Apptio’s technology investment management report, 45% of organizations surveyed intend to fund innovation by reinvesting savings from AI-driven efficiencies. That model assumes that such savings are both achievable and quantifiable. Meanwhile, the two-thirds of organizations planning to reallocate existing budget capital to AI will need clarity on the trade-offs involved. </p><p>Much like the early days of public cloud, AI costs and returns are difficult to predict. Pricing varies widely across providers and continues to evolve, while consumption is unpredictable. The pressure to adopt quickly is also formidable as organizations navigate the threat of disruption by more agile competitors. </p><h2>The new math of AI ROI</h2><p>Considering the many variables, tech leaders should view AI ROI as a matter of optimization. At a high level, the implementation of AI initiatives is inevitable. The question is how to achieve the greatest possible returns — both financial and organizational. </p><p><b>Start with the business problem.</b> There are many ways AI can deliver positive impact, but organizational resources and focus may be limited. Make sure you’re prioritizing the right initiatives by basing your AI investment strategy on quantifiable goals tied to real business outcomes. Are you trying to improve decision-making speed? Increase throughput or capacity? Or chasing cool edge cases with high potential returns but minimal strategic relevance?</p><p><b>Determine what success looks like.</b> AI can introduce a new capability or augment an existing one. For new capabilities, articulate the possibilities you’d like to unlock, such as new revenue opportunities, workflows, or decision-making processes. For augmentations, establish baseline performance and the expected lift you aim to achieve with AI. </p><p>Consider how finances will influence your evaluation. Some use cases may show minimal results in the near-term but drive significant value in the long-term. What’s your timeframe for return? On the other hand, more successful rollouts with rapid adoption can generate unexpectedly high inference bills. Would that mean pulling the plug — or leaning in further? What should your cost and return curve look like over the years? As you map your timeline, establish clear thresholds to determine whether you’ll proceed, pause, stop, or accelerate your investment.</p><p><b>Identify the right KPIs.</b> The returns on an AI investment can be even more difficult to evaluate than the costs. Usage, efficiency, and financial impact all matter. But AI success metrics won’t always be straightforward. There may be new usage patterns you don’t yet have a way to measure. Your technology environment may experience follow-on shifts that call for further evaluation. Will you be able to lessen your reliance on other tools, such as reducing seats in your data analytics platform? How will you factor in cross-tool pricing comparisons for multiple AI providers with shifting rates? </p><p>To gain full context and insight, you must also take into account the alignment of the initiative with your broader strategy and consider the opportunity cost of the investments you might otherwise have made. Remember that you’re not evaluating AI business value in isolation; you’re deciding whether it's the best use of finite capital across all your investments. </p><p>These decisions will call for a level of insight far exceeding what was needed to justify traditional purchases like network infrastructure or enterprise software. Tech leaders navigating the complexities of AI economics should consider a new framework for data-driven decision-making. </p><h2>Making AI investment sustainable with TBM</h2><p>Technology business management (TBM) helps make ROI more concrete and measurable, so it can be relevant to the business. By bringing together IT Financial Management (ITFM), AI FinOps (cloud financial management for AI workloads), and Strategic Portfolio Management (SPM), a TBM framework connects financial, operational, and business data across the enterprise.This makes it possible to account for AI value and cost across a wide array of dimensions — and translate hypothetical innovation into board presentations and budget justifications that hold up under scrutiny. </p><p>TBM can help leaders build a trustworthy cost foundation that captures AI spend across labor, infrastructure, inference, storage, and applications. As AI workloads shift dynamically, TBM provides visibility into how that spend is distributed across on-premises systems and cloud environments — both of which require different capacity planning for specialized skill sets. The framework also connects investments to business outcomes, aligning AI initiatives with strategic priorities and measurable results. With increased visibility, you’re able to identify issues and make decisions fast, such as catching cost spikes early. Early detection can help to determine if the usage shift merits shifting funding. This unified view of financial and operational data helps leaders scale what’s working and reassess what isn’t as adoption increases. TBM provides essential visibility and context across the entire AI spend management conversation. Even as pricing evolves, tooling changes, and workflows shift, you can apply the same analytical approach and understand what’s actually working and demonstrate ROI. Leaders who operationalize AI within a TBM framework can: </p><ul><li><p>Evaluate ROI at both project and portfolio levels</p></li><li><p>Spot unexpected cost spikes</p></li><li><p>Compare multiple AI tools </p></li><li><p>Understand ripple effects across run-the-business systems </p></li><li><p>Defend investment decisions with confidence</p></li><li><p>Understand and manage total costs and usage across the AI investment lifecycle</p></li></ul><h2>From theory to practice</h2><p>Organizations are moving beyond AI experiments, and we’re past the point where these investments can be funded on optimism alone. Amid heightened uncertainty and cost sensitivity, boards are asking more strategic questions and finance wants trustworthy data. </p><p>Enterprise leaders who treat AI as a managed investment, rather than a bet on innovation, are those who will scale it successfully. To fund AI responsibly, leaders must establish clarity around scope, outcomes, cost drivers, and readiness. A TBM-driven approach provides the data foundation, visibility, and accountability to make those decisions. </p><p>Learn more here about how <a href="https://www.apptio.com/solutions/ai-investment-management/">Apptio TBM transforms IT spend management in the AI era</a>.</p><hr><p><i>Ajay Patel is General Manager at Apptio, an IBM Company.</i></p><hr><p><i>Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact </i><a href="mailto:sales@venturebeat.com"><i><u>sales@venturebeat.com</u></i></a><i>.</i></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow’s AI control tower offers hazy view of spend]]></title>
<description><![CDATA[IT budgeting has gotten a lot trickier as vendors begin to adjust their pricing to include variable charges for agentic AI usage in addition to seat-based licensing fees.



A case in point is the licensing model for ServiceNow, which has introduced usage-based pricing for its AI components. As p...]]></description>
<link>https://tsecurity.de/de/3510201/it-security-nachrichten/servicenows-ai-control-tower-offers-hazy-view-of-spend/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3510201/it-security-nachrichten/servicenows-ai-control-tower-offers-hazy-view-of-spend/</guid>
<pubDate>Tue, 12 May 2026 14:23:04 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>IT budgeting has gotten a lot trickier as vendors begin to adjust their pricing to include variable charges for agentic AI usage in addition to seat-based licensing fees.</p>



<p>A case in point is the licensing model for ServiceNow, which has introduced usage-based pricing for its AI components. As part of its <a href="https://www.cio.com/article/4167410/servicenow-continues-its-ai-transformation-with-an-integrated-experience.html" target="_blank">AI transformation</a>, the company last week announced Action Fabric, part of its AI Control Tower, which meters agent usage measured in “assists” and charges for it on top of customers’ subscription fees.</p>



<p>Customers receive a set number of assists with their subscription and can choose to pay for more if they need them, said ServiceNow COO <a href="https://www.linkedin.com/in/amitzavery/" target="_blank" rel="nofollow">Amit Zavery</a>.</p>



<p>The <a href="https://www.servicenow.com/community/now-assist-blog/assist-amp-token-how-assist-and-tokens-define-your-now-assist/ba-p/3235887?attachment-id=279416" target="_blank" rel="nofollow">number of assists</a> used in any given agentic interaction varies, however, making it difficult for users to predict their usage, and therefore their bills.</p>



<p>This model is no surprise to industry watchers. “As AI agents begin to move into the heart of the enterprise, we’re moving beyond the age of SaaS into a far more granular era where every last detail of a given workload is monitored, metered, and monetized,” said <a href="https://www.linkedin.com/in/carmi" target="_blank" rel="nofollow">Carmi Levy</a>, independent technology analyst.</p>



<p>This may not sit well with organizations. “For CIOs and other senior leaders making the strategic decisions and approving the budget, the prospect of paying additional usage-based fees on top of existing subscriptions, and then having to closely monitor usage and spend as AI adoption spreads across the organization, could be an additional irritant as organizations as a whole look for ways to trim spending,” he said. </p>



<p>ServiceNow’s model is similar to those introduced by <a href="https://www.cio.com/article/4166172/dsag-criticizes-saps-new-api-policy.html">SAP</a> and <a href="https://www.cio.com/article/4138622/awu-by-salesforce-a-shiny-new-metric-that-tells-cios-little-of-value.html">Salesforce</a>, said Info-Tech Research Group advisory fellow <a href="https://www.infotech.com/profiles/scott-bickley" target="_blank" rel="nofollow">Scott Bickley</a>: a base license with entitlement to some level of usage, then consumption-based charging at the data layer and at the AI layer. “With ServiceNow, they’re going to now break out levels of AI capabilities, and each tier will encompass a certain level of functionality, and they each have different levels of capabilities attached to them, and I’m sure different pricing attached to them.”</p>



<p>This will not make CFOs happy, he said; they don’t like variability in pricing, nor unpredictable expenses in the monthly budget. And there’s the potential for things to go expensively wrong if, for example, an autonomous agent goes into a retry loop when its first attempt to perform a task fails, gobbling assist credits with each iteration.</p>



<p>Adoption of the service, he said, will depend on “the ability to decipher the pricing model and match it to business use cases, so that you can accurately predict usage based on what you want to accomplish as an outcome.” If enterprises can’t predict costs and maintain budget versus value over time, they won’t stick with it, he said.</p>



<p>This means that customers now need to pay particular attention to their contracts and find that “line of demarcation where the meter starts running,” Bickley said, noting that historically, ServiceNow’s licensing metrics have lacked clarity on what falls under eligible objects or how things are metered.</p>



<p>“If you can’t manage and predict and build the capabilities to see through what these consumption metrics are going to cost you, then you need to have very flexible contract commercial terms that can help buffer the unanticipated upticks in usage,” he said. “But you really need to have a combination of FinOps maturity, the ability to build clarity in your use cases for AI, the ability to then estimate consumption against those use cases, and a very detailed understanding of the license or subscription metrics.”</p>



<p>Now it has become imperative for customers to take the time to extract those details from ServiceNow, appending them to the contract in a way that’s understandable, he advised. “And if you can’t get them to that point, then you should not be signing the contract.”</p>



<p>Bickley said he feels some sympathy for ServiceNow: “They’re dealing with a moving target themselves. They have to pay for this consumption to the LLM providers as well, but they need to do better in terms of simplifying it for their customers.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[12 model-level deep cuts to slash AI training costs]]></title>
<description><![CDATA[Optimizing artificial intelligence pipelines requires moving beyond surface-level hardware adjustments to fundamentally alter how models process data. While engineers often implement basic toggle-away efficiencies inside the training loop, achieving permanent cost reductions requires architectura...]]></description>
<link>https://tsecurity.de/de/3498648/ai-nachrichten/12-model-level-deep-cuts-to-slash-ai-training-costs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3498648/ai-nachrichten/12-model-level-deep-cuts-to-slash-ai-training-costs/</guid>
<pubDate>Fri, 08 May 2026 11:05:14 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Optimizing artificial intelligence pipelines requires moving beyond surface-level hardware adjustments to fundamentally alter how models process data. While engineers often implement<a href="https://www.infoworld.com/article/4147702/the-toggle-away-efficiencies-cutting-ai-costs-inside-the-training-loop.html"> basic toggle-away efficiencies inside the training loop</a>, achieving permanent cost reductions requires architectural changes directly inside the neural network. As I have previously argued,<a href="https://aijourn.com/the-science-is-solved-the-engineering-is-broken-the-rise-of-the-ai-engineer/"> the science is solved, but the engineering is broken</a>; true FinOps maturity demands deep, model-level interventions. The following 12 architectural cuts will drastically lower the unit economics of your AI pipeline.</p>



<h2 class="wp-block-heading">Redesigning the training foundation</h2>



<h3 class="wp-block-heading">1. Fine-tune, don’t train from scratch</h3>



<p>Training a foundation model from scratch is computationally prohibitive and rarely necessary for standard enterprise applications. Instead of burning millions of dollars on raw compute, engineering teams should download highly capable, publicly available open-weight models. This baseline transfer learning approach is the mandatory first step when building internal corporate chatbots or domain-specific classifiers. Leveraging existing neural architectures instantly bypasses the massive energy and financial costs associated with initial pre-training phases.</p>



<h3 class="wp-block-heading">2. Parameter-efficient fine-tuning (LoRA)</h3>



<p>Even standard fine-tuning of a massive language model requires immense VRAM to store optimizer states and gradients. To solve this hardware bottleneck, engineers must implement parameter-efficient fine-tuning (PEFT) techniques like low-rank adaptation (LoRA). By freezing 99 percent of the pre-trained weights and injecting incredibly small trainable adapter layers, LoRA drastically reduces memory overhead. This mathematical shortcut is ideal for deploying highly customized generative AI features, allowing teams to fine-tune billions of parameters on a single consumer-grade GPU.</p>



<pre class="wp-block-code"><code>python
from peft import LoraConfig, get_peft_model

config = LoraConfig(r=8, lora_alpha=32, target_modules=["q_proj", "v_proj"])
efficient_model = get_peft_model(base_model, config)</code></pre>



<h3 class="wp-block-heading">3. Warm-start embeddings/layers</h3>



<p>When you must train specific network components from scratch, importing pre-trained embeddings ensures that only the remaining layers require heavy computational lifting. This warm-start approach slashes early-epoch compute because the model does not have to relearn basic, universal data representations. It should be used immediately in specialized domains, similar to<a href="https://www.entrepreneur.com/science-technology/how-this-startup-is-using-ai-to-bridge-the-health-literacy/501145"> how healthcare startups leverage AI to bridge the health literacy gap</a> using pre-existing medical vocabularies.</p>



<pre class="wp-block-code"><code>python
# PyTorch warm-start example
model.embedding_layer.weight.data.copy_(pretrained_medical_embeddings)
model.embedding_layer.requires_grad = False
</code></pre>



<h2 class="wp-block-heading">Memory optimization and execution speed</h2>



<h3 class="wp-block-heading">4. Gradient checkpointing</h3>



<p>Memory constraints are the primary reason engineers are forced to rent expensive, high-VRAM cloud instances. Introduced by Chen et al., gradient checkpointing saves memory by recomputing certain forward activations during backpropagation rather than storing them all. Engineers should deploy this technique when facing persistent out-of-memory errors, as it allows networks that are 10 times larger to fit on the same GPU at the cost of approximately 20 percent extra compute time.</p>



<pre class="wp-block-code"><code>python
# Enable in Hugging Face / PyTorch
model.gradient_checkpointing_enable()</code></pre>



<h3 class="wp-block-heading">5. Compiler and kernel fusion</h3>



<p>Modern deep learning frameworks frequently suffer from memory bandwidth bottlenecks as data is constantly read and written across the hardware. Using graph-level compilers like XLA or PyTorch 2.0 fuses multiple operations into a single GPU kernel. This architectural optimization yields massive throughput improvements and faster execution speeds without requiring manual code changes. Engineers should enable compiler fusion by default on all production training runs to maximize hardware utilization.</p>



<pre class="wp-block-code"><code>python
import torch

# PyTorch 2.0 compiler fusion
optimized_model = torch.compile(model)</code></pre>



<h3 class="wp-block-heading">6. Pruning and quantization</h3>



<p>Deploying a massive, fully precise 16-bit neural network into production often requires renting top-tier cloud instances that destroy an application’s profit margins. Applying algorithmic pruning removes mathematically redundant weights, while quantization compresses the remaining parameters from 16-bit floating points down to 8-bit or 4-bit integers. For instance, if a retail enterprise deploys a customer service chatbot, quantizing the model allows it to run on significantly cheaper, lower-memory GPUs without any noticeable drop in conversational quality. This physical reduction is critical for financially scaling high-traffic applications, directly lowering<a href="https://www.cio.com/article/4132293/the-carbon-cost-of-an-api-call.html"> the carbon cost of an API call</a> when serving thousands of concurrent users.</p>



<pre class="wp-block-code"><code>python
import torch
import torch.nn.utils.prune as prune

# 1. Prune 20% of the lowest-magnitude weights in a layer
prune.l1_unstructured(model.fc, name="weight", amount=0.2)

# 2. Dynamic Quantization (Compress Float32 to Int8)
quantized_model = torch.ao.quantization.quantize_dynamic(
    model, {torch.nn.Linear}, dtype=torch.qint8
)</code></pre>



<h2 class="wp-block-heading">Smarter learning dynamics</h2>



<h3 class="wp-block-heading">7. Curriculum learning</h3>



<p>Feeding highly complex, noisy datasets into an untrained neural network forces the optimizer to thrash wildly, wasting expensive compute cycles trying to map chaotic gradients. Curriculum learning solves this by structuring the data pipeline to introduce clean, easily classifiable examples first before gradually scaling up to high-fidelity anomalies. For example, when training an autonomous driving vision model, engineers should initially feed it clear daytime highway images before spending compute on complex, snowy nighttime city intersections. This phased approach allows the network to map core mathematical features cheaply, reaching convergence much faster and with significantly less hardware burn.</p>



<h3 class="wp-block-heading">8. Knowledge distillation</h3>



<p>Deploying a massive 70-billion parameter model for simple, repetitive tasks is a severe misallocation of enterprise compute resources. Knowledge distillation resolves this by training a highly efficient, lightweight “student” model to strictly mimic the predictive reasoning of the massive “teacher” model. Imagine an e-commerce company needing to run real-time product recommendations directly on a user’s smartphone, where battery and memory are strictly limited. Distillation allows that tiny mobile model to perform with the accuracy of a massive cloud-based architecture, permanently cutting inference costs and avoiding<a href="https://www.vktr.com/ai-technology/the-ai-accuracy-trap/"> the AI accuracy trap</a>.</p>



<h3 class="wp-block-heading">9. Bayesian optimization and hyperband</h3>



<p>Standard grid search algorithms waste massive amounts of cloud budget by blindly testing and completing network configurations that are doomed from the start. Smarter hyperparameter search methods, like Bayesian optimization and Hyperband, act as a ruthless financial governor by mathematically predicting and pruning bad trials during the very first epochs. For instance, if a bank is tuning a fraud detection model, Hyperband will instantly kill configurations that show poor early accuracy, redirecting all compute power only to the most promising setups. To further bound these costs, teams can integrate my <a href="https://github.com/Jayachander123/RES-Cost-Aware-Retraining-Framework">RES-Cost-Aware-Retraining-Framework</a>, which is based on recent <a href="https://ieeexplore.ieee.org/document/11429693">peer-reviewed IEEE research</a>.</p>



<h2 class="wp-block-heading">Infrastructure and data efficiency</h2>



<h3 class="wp-block-heading">10. Model vs. data-parallel right-sizing</h3>



<p>Improper cluster configuration creates massive network bottlenecks. If you split a moderately sized model across too many GPUs (model parallelism), the processors will spend more time waiting for data to travel across the network cables than actually doing math. Conversely, replicating the entire model across nodes (data parallelism) is highly efficient for processing massive datasets, provided the batch sizes are tuned correctly. A real-world FinOps team must dynamically right-size these parallel strategies based on the specific architecture, ensuring GPUs are never left idling while the network catches up.</p>



<h3 class="wp-block-heading">11. Asynchronous evaluation</h3>



<p>Standard training pipelines constantly pause the primary, expensive GPU cluster just to run routine validation checks on the model’s progress. Stopping a massive hardware cluster for twenty minutes every epoch to calculate accuracy metrics is a catastrophic waste of hourly rental fees. By implementing asynchronous evaluation, engineers can offload these validation checks to a separate, much cheaper CPU or low-tier GPU instance. Keeping the primary high-cost GPUs 100 percent busy is a mandatory architectural separation that helps mitigate<a href="https://www.cio.com/article/4113246/beyond-the-cloud-bill-the-hidden-operational-costs-of-ai-governance.html"> the hidden operational costs of AI governance</a>.</p>



<h3 class="wp-block-heading">12. Intelligent data sampling and selection</h3>



<p>Blindly processing massive datasets forces the optimizer to waste expensive compute cycles on highly redundant, low-quality information. If a visual model has already seen ten thousand identical photos of a standard stop sign, processing the ten-thousand-and-first photo provides zero mathematical value. Using algorithmic sampling to curate an information-rich subset achieves the exact same model performance at a fraction of the hardware cost.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Implementing these 12 model-level deep cuts transitions your AI strategy from a brute-force hardware approach to an elegant, software-defined discipline. By combining efficient training loop configurations with the architectural redesigns outlined here, engineering teams can stop throwing expensive GPUs at poorly optimized networks. However, even the most optimized training code will fail if the surrounding enterprise infrastructure is fragile. True operational maturity requires scaling these localized efficiencies across robust deployment architectures, which you can begin building today using the implementation scripts in my <a href="https://github.com/Jayachander123/green-ai-optimization-toolkit">open-source git repository</a>.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.infoworld.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Teradata launches platform for enterprise AI agents moving beyond pilots]]></title>
<description><![CDATA[Teradata has launched its Autonomous Knowledge Platform, a new flagship offering that brings together data, analytics, AI development, agent orchestration, and governance across cloud, on-premises, and hybrid environments.



The target customer is an enterprise that has moved beyond testing AI a...]]></description>
<link>https://tsecurity.de/de/3496393/ai-nachrichten/teradata-launches-platform-for-enterprise-ai-agents-moving-beyond-pilots/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3496393/ai-nachrichten/teradata-launches-platform-for-enterprise-ai-agents-moving-beyond-pilots/</guid>
<pubDate>Thu, 07 May 2026 16:35:35 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Teradata has launched its Autonomous Knowledge Platform, a new flagship offering that brings together data, analytics, AI development, agent orchestration, and governance across cloud, on-premises, and hybrid environments.</p>



<p>The target customer is an enterprise that has moved beyond testing AI assistants and is now asking harder questions: which data agents can use, what actions they can take, how much they will cost to run, and who is accountable when something goes wrong.</p>



<p>The company said the platform builds on its existing database engine and governance infrastructure, while adding new capabilities and more tightly integrating existing ones, including AI Studio, the Tera natural-language workspace, Tera Agents, Elastic Compute on Teradata Cloud, and the upcoming Teradata Factory for on-premises AI workloads.</p>



<p>Teradata is entering a <a href="https://www.computerworld.com/article/4136990/ai-agent-platforms-could-push-down-saas-license-costs-report-argues-2.html">competitive market with this</a>. Snowflake, Databricks, Microsoft, Oracle, and Salesforce are all trying to persuade customers that their platforms should become the operating layer for enterprise AI agents.</p>



<h2 class="wp-block-heading">Strategic consolidation</h2>



<p>Teradata is positioning the Autonomous Knowledge Platform as a product evolution rather than a simple rebranding of existing tools.</p>



<p>AI Studio is designed to help enterprises build and govern AI workflows, while Tera serves as a natural-language workspace. Tera Agents are intended to handle operational tasks such as sizing, tuning, provisioning, telemetry, and FinOps. The company is also adding Elastic Compute to Teradata Cloud and plans to offer Teradata Factory for on-premises AI workloads in regulated environments.</p>



<p>The launch brings together several capabilities under one broader platform, according to Greyhound Research’s chief analyst <a href="https://greyhoundresearch.com/svg/" target="_blank" rel="noreferrer noopener">Sanchit Vir Gogia</a>.</p>



<p>He described the platform as “a meaningful strategic consolidation rather than a clean-sheet invention,” pointing to Tera, prebuilt platform agents, Elastic Compute, and the company’s Global Identity framing as the most clearly new or newly emphasized pieces.</p>



<p>The harder problem for buyers, he said, is whether these systems can remain governed once agents begin <a href="https://www.computerworld.com/article/3843138/agentic-ai-ongoing-coverage-of-its-impact-on-the-enterprise.html">operating continuously</a> across enterprise environments.</p>



<p>Gogia said the prebuilt Tera Agents may be one of the more interesting parts of the launch because they focus on infrastructure operations rather than user-facing assistants. If they work as described, agents that manage sizing, tuning, compute, telemetry, and FinOps could help Teradata make the cost and efficiency case for the broader platform.</p>



<h2 class="wp-block-heading">Addressing governance requirements</h2>



<p>Governance is a key part of the pitch that Teradata would want enterprise buyers to notice. The company said autonomous agents require different controls from traditional analytics users because their activity can extend from repeated data queries to tool use and actions across enterprise systems.</p>



<p>Sumeet Arora, Teradata’s chief product officer, said every tool call made by an agent passes through Enterprise MCP, which Teradata describes as its governed context interface. The company said the system includes authentication, role-based and attribute-based access controls, schema validation, and a full audit trail.</p>



<p>Agents can invoke only the systems they are authorized to access, Arora said, while enterprises can configure human-in-the-loop approval workflows for actions they consider sensitive or high risk.</p>



<p>Teradata is also tying that governance model to its Connected Data Foundation, which it says allows data to be stored once and accessed consistently. The company said the architecture is designed to make interactions traceable across analytics, AI, and autonomous agents, supporting auditability and compliance.</p>



<p>That control layer could become increasingly important as enterprises move from AI assistants that generate recommendations to agents that act on business data.</p>



<p>“Enterprises are ready to put tightly scoped, policy-governed, high-value agents into production, but they are not ready for open-ended autonomy with vague permissions and fuzzy accountability,” Gogia said. “Bounded autonomy is a deliberate, governed expansion of what software can do without supervision. Open-ended autonomy is an aspiration in search of a control plane.”</p>



<p>Teradata said the Autonomous Knowledge Platform will be available on Teradata Cloud in Q3. Teradata Factory is expected to follow later this year, while Tera Claw, the company’s multi-agent orchestration mode, is scheduled to enter research preview by the end of the year. AI Studio and AI Services are available now.</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Designing the AI-native cloud: What enterprise architects are learning the hard way]]></title>
<description><![CDATA[A few years ago, enterprise cloud conversations followed a familiar pattern. Teams discussed migrating legacy applications, modernizing infrastructure and reducing data center costs. The goal was clear: Move workloads to scalable cloud platforms and gain operational flexibility.



But in recent ...]]></description>
<link>https://tsecurity.de/de/3474350/it-security-nachrichten/designing-the-ai-native-cloud-what-enterprise-architects-are-learning-the-hard-way/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3474350/it-security-nachrichten/designing-the-ai-native-cloud-what-enterprise-architects-are-learning-the-hard-way/</guid>
<pubDate>Wed, 29 Apr 2026 14:04:50 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>A few years ago, enterprise cloud conversations followed a familiar pattern. Teams discussed migrating legacy applications, modernizing infrastructure and reducing data center costs. The goal was clear: Move workloads to scalable cloud platforms and gain operational flexibility.</p>



<p>But in recent months, the tone of these conversations has shifted dramatically.</p>



<p>In architecture reviews and infrastructure planning sessions I’ve participated in, the questions now sound very different:</p>



<ul class="wp-block-list">
<li>Where will the model training run?</li>



<li>Do we have access to GPU clusters?</li>



<li>Can our data pipelines support real-time inference?</li>
</ul>



<p>The reason is simple: Artificial intelligence — particularly generative AI — is pushing enterprise infrastructure beyond what traditional cloud architectures were designed to handle. What many organizations are discovering is that the future isn’t just cloud-first. It’s AI-native.</p>



<h2 class="wp-block-heading">When AI becomes the workload that breaks the cloud</h2>



<p>In many organizations, the turning point arrives when a team attempts its first large-scale generative AI deployment.</p>



<p>A business unit might want to build a document intelligence system, an internal knowledge assistant or a predictive analytics platform powered by large language models. On paper, this looks like just another cloud workload. But implementation quickly reveals the difference.</p>



<p>AI workloads behave nothing like traditional enterprise applications. They require massive datasets, GPU-accelerated compute and high-throughput data pipelines capable of feeding machine learning models continuously. Infrastructure designed for transactional systems often struggles under these conditions.</p>



<p>I’ve seen teams discover this firsthand when their existing cloud environments suddenly become bottlenecks — not because of application traffic, but because of AI model training workloads. This is the moment many organizations realize: AI isn’t just another application in the cloud. It’s a new infrastructure paradigm.</p>



<p>In some cases, even well-architected microservices environments fail to keep up, exposing limitations in storage I/O, network latency and workload isolation. These hidden constraints often only surface under sustained AI workloads, making them difficult to predict during initial planning phases.</p>



<h2 class="wp-block-heading">AI-native infrastructure: GPU clusters and high-performance compute</h2>



<p>Traditional enterprise cloud environments were optimized for CPU-based workloads and transactional applications. AI systems, by contrast, prioritize GPU-accelerated compute, high-bandwidth networking, distributed storage and scalable training pipelines.</p>



<p>Tools like <a href="https://www.amd.com/en/products/software/rocm.html" rel="nofollow">AMD ROCm</a> highlight this shift toward GPU-native ecosystems, offering a full-stack platform designed specifically for high-performance AI workloads. But adopting GPU infrastructure is not just about provisioning capacity — it is about using it efficiently.</p>



<p>Many organizations underestimate the complexity of GPU scheduling, memory fragmentation and workload contention. Unlike CPU workloads, which can be easily distributed, GPU workloads require careful orchestration to avoid underutilization.</p>



<p>These platforms demonstrate that AI workloads are reshaping how cloud infrastructure is designed — from CPU-centric compute layers to AI-native architectures optimized for massive parallelism and high-throughput data processing.</p>



<p>Additionally, emerging innovations such as specialized AI accelerators and custom silicon are further complicating infrastructure decisions. Architects must now evaluate not just performance, but portability and vendor lock-in when selecting hardware strategies.</p>



<h2 class="wp-block-heading">The rise of distributed AI across hybrid environments</h2>



<p>Another pattern emerging in enterprise AI deployments is the move toward distributed infrastructure.</p>



<p>Early cloud adoption encouraged organizations to consolidate workloads within a single cloud provider. This simplified governance and reduced operational complexity.</p>



<p>But AI workloads often introduce new constraints. Certain datasets must remain within private infrastructure for compliance reasons. Training large models requires specialized GPU clusters available only in specific cloud regions. Real-time inference may need to run close to where data is generated. As a result, many enterprises are now operating hybrid and multi-cloud AI environments.</p>



<p>Platforms such as <a href="https://cloud.google.com/vertex-ai" rel="nofollow">Google Cloud Vertex AI</a> are explicitly designed for hybrid AI pipelines, enabling organizations to train and deploy models across on-premises systems and multiple cloud environments.</p>



<p>In these environments, AI is not confined to a single cloud environment. Instead, intelligence is distributed across infrastructure layers.</p>



<p>The challenge shifts from deploying applications to orchestrating AI systems across multiple environments.</p>



<p>This distribution also introduces new challenges around data consistency, model versioning and latency management. Ensuring that models behave consistently across environments becomes a critical requirement, particularly in regulated industries.</p>



<h2 class="wp-block-heading">Intelligent orchestration is becoming essential</h2>



<p>As AI infrastructure grows more complex, manual cloud management becomes increasingly impractical.</p>



<p>Modern enterprise environments can involve thousands of containers, distributed datasets and multiple compute clusters running across different cloud platforms.</p>



<p>To manage this complexity, organizations are beginning to rely on intelligent orchestration platforms. These systems use machine learning to monitor infrastructure usage, predict compute demand and dynamically allocate resources.</p>



<p>Frameworks like <a href="https://pypi.org/project/ucup/" rel="nofollow">UCUP</a> illustrate the next generation of orchestration — systems capable of coordinating multiple AI agents, monitoring performance and adapting execution strategies in real time. These platforms move beyond simple scheduling into intelligent decision-making layers.</p>



<p>Ironically, artificial intelligence is not only transforming enterprise workloads — it is also becoming the system that manages cloud infrastructure itself.</p>



<p>Over time, this may lead to largely autonomous infrastructure environments where human operators focus more on policy and oversight than direct system management.</p>



<h2 class="wp-block-heading">The cost reality of enterprise AI</h2>



<p>For all the innovation AI promises, the financial implications are impossible to ignore.</p>



<p>Large language models require enormous computational resources. GPU clusters are expensive and often scarce. Training a single model can consume substantial cloud budgets.</p>



<p>This has forced many organizations to rethink their financial approach to cloud computing.</p>



<p>Practices such as FinOps — which focus on managing and optimizing cloud spending — are becoming essential in AI-driven environments.</p>



<p>Teams are experimenting with strategies such as:</p>



<ul class="wp-block-list">
<li>Model optimization and compression</li>



<li>Distributed training architectures</li>



<li>Serverless inference models</li>



<li>Workload scheduling across cost-efficient regions</li>
</ul>



<p>In some cases, organizations are even reconsidering hybrid strategies that bring certain AI workloads back on-premises when economics favors private infrastructure.</p>



<p>AI innovation, it turns out, requires as much financial architecture as technical architecture.</p>



<p>FinOps teams are increasingly collaborating directly with data scientists and ML engineers, creating a new cross-functional discipline focused on balancing performance with cost efficiency.</p>



<h2 class="wp-block-heading">The emergence of the AI-native enterprise cloud</h2>



<p>Perhaps the most significant shift underway is conceptual.</p>



<p>For more than a decade, the cloud served primarily as infrastructure for hosting applications.</p>



<p>But AI is transforming the cloud into something far more powerful.</p>



<p>It is becoming a platform for machine intelligence.</p>



<p>Instead of simply running software, cloud environments are now supporting systems that learn from data, generate insights and automate decisions.</p>



<p>Forward-looking organizations are beginning to design their infrastructure with this reality in mind.</p>



<p>They are not just migrating workloads.</p>



<p>They are building AI-native cloud ecosystems designed to support data-driven intelligence at scale.</p>



<p>This also means embedding AI considerations into every layer of architecture — from data ingestion and storage to security, compliance and user experience.</p>



<h2 class="wp-block-heading">The next chapter of enterprise cloud architecture</h2>



<p>The first wave of cloud transformation focused on modernization.</p>



<p>The next wave is about enabling intelligent systems that augment human decision-making, automate operations and unlock entirely new digital capabilities.</p>



<p>That shift is forcing enterprise architects to rethink the foundations of cloud infrastructure — from compute architecture and data pipelines to orchestration and governance.</p>



<p>The organizations that adapt fastest will not simply run AI workloads in the cloud.</p>



<p>They will build cloud environments designed specifically for intelligence.</p>



<p>And in the process, they will define what the next generation of enterprise infrastructure looks like.</p>



<p>Those that fail to adapt, however, risk being constrained by legacy architectural assumptions that no longer align with the demands of AI-driven innovation.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FinOps 2026 und darüber hinaus: KI bestimmt die Agenda]]></title>
<description><![CDATA[Betriebliche Effizienz prägt 2026 die Agenda. KI-Ausgaben als bedeutende Kostentreiber stehen jetzt im Mittelpunkt strenger Kontrolle der Finanzabteilungen. 

Tags: #FinOps | #Künstliche Intelligenz]]></description>
<link>https://tsecurity.de/de/3474331/it-security-nachrichten/finops-2026-und-darueber-hinaus-ki-bestimmt-die-agenda/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3474331/it-security-nachrichten/finops-2026-und-darueber-hinaus-ki-bestimmt-die-agenda/</guid>
<pubDate>Wed, 29 Apr 2026 13:51:52 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://www.it-daily.net/wp-content/uploads/2024/01/Cloud-KI-Shutterstock-1175141578-1920.jpg" class="attachment-full size-full wp-post-image" alt="Cloud KI" decoding="async" srcset="https://www.it-daily.net/wp-content/uploads/2024/01/Cloud-KI-Shutterstock-1175141578-1920.jpg 1920w, https://www.it-daily.net/wp-content/uploads/2024/01/Cloud-KI-Shutterstock-1175141578-1920-300x169.jpg 300w, https://www.it-daily.net/wp-content/uploads/2024/01/Cloud-KI-Shutterstock-1175141578-1920-1024x576.jpg 1024w, https://www.it-daily.net/wp-content/uploads/2024/01/Cloud-KI-Shutterstock-1175141578-1920-768x432.jpg 768w, https://www.it-daily.net/wp-content/uploads/2024/01/Cloud-KI-Shutterstock-1175141578-1920-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" title="FinOps 2026 und darüber hinaus: KI bestimmt die Agenda 1"></p>
    Betriebliche Effizienz prägt 2026 die Agenda. KI-Ausgaben als bedeutende Kostentreiber stehen jetzt im Mittelpunkt strenger Kontrolle der Finanzabteilungen. 

<p>Tags: <a href="https://www.it-daily.net/thema/finops">#FinOps</a> | <a href="https://www.it-daily.net/thema/kuenstliche-intelligenz">#Künstliche Intelligenz</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The inference bill nobody budgeted for]]></title>
<description><![CDATA[Picture this. Thursday morning. The CFO’s assistant just sent you a calendar invite for Q3 AI Infrastructure Spend at 2:00 pm. No agenda. Just that number from last month’s cloud bill, 40 percent above forecast. You have five hours. Do you own the narrative, or does finance own it for you?



Tho...]]></description>
<link>https://tsecurity.de/de/3470903/it-security-nachrichten/the-inference-bill-nobody-budgeted-for/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3470903/it-security-nachrichten/the-inference-bill-nobody-budgeted-for/</guid>
<pubDate>Tue, 28 Apr 2026 13:05:04 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p><em>Picture this. Thursday morning. The CFO’s assistant just sent you a calendar invite for Q3 AI Infrastructure Spend at 2:00 pm. No agenda. Just that number from last month’s cloud bill, 40 percent above forecast. You have five hours. Do you own the narrative, or does finance own it for you?</em></p>



<p>Those who escaped that conversation had a governance architecture in place before the bill arrived.</p>



<h2 class="wp-block-heading">The training budget was the wrong number all along</h2>



<p>Training is a project. Inference is a utility. When an AI agent is embedded in a workflow, it runs every time that workflow runs, around the clock, at scale, with no natural stopping point.</p>



<p><a href="https://www.computerworld.com/article/4114579/ces-2026-ai-compute-sees-a-shift-from-training-to-inference.html">Inference workloads are set to overtake training revenue in 2026</a>, with Deloitte Tech Trends 2026 estimating inference will account for two-thirds of all AI compute this year. <a href="https://www.computerworld.com/article/4114579/ces-2026-ai-compute-sees-a-shift-from-training-to-inference.html">Public cloud API pricing has fallen nearly 80 percent year over year</a>, yet Gartner places AI spending at <a href="https://www.gartner.com/en/newsroom/press-releases/2026-1-15-gartner-says-worldwide-ai-spending-will-total-2-point-5-trillion-dollars-in-2026" rel="nofollow">$2.52 trillion in 2026</a>. A volume problem, not a unit cost problem. <a href="https://www.pwc.com/gx/en/news-room/press-releases/2026/pwc-2026-global-ceo-survey.html" rel="nofollow">PwC’s 29th Global CEO Survey</a> of 4,454 chief executives finds 56 percent report AI has produced neither increased revenue nor decreased costs; only 12 percent have achieved both. The differentiator is governance architecture, not model choice.</p>



<h2 class="wp-block-heading">The triple convergence: 3 forces you cannot fight separately</h2>



<p>The inference cost crisis would be manageable in isolation. What makes it genuinely difficult is that it arrives simultaneously with two other structural forces, each carrying its own financial and legal consequences.</p>



<h3 class="wp-block-heading">Convergence #1: The agentic cost amplifier</h3>



<p><a href="https://data.finops.org/" rel="nofollow">The FinOps Foundation’s State of FinOps 2026 report</a>, covering 1,192 organizations and $83 billion in cloud spend, finds AI workloads account for 18 percent of cloud spend at AI-forward enterprises, up from 4 percent in 2023. A three-hour recursive loop generates approximately $3,700 in unplanned compute before any guardrail activates; at ten agents simultaneously, $37,000 per incident. <a href="https://analyticsweek.com/finops-for-agentic-ai-cloud-cost-2026/" rel="nofollow">Analytics Week’s March 2026 analysis</a> documents an estimated $400 million absorbed annually from recursive loop failures alone. <a href="https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/the-state-of-ai" rel="nofollow">McKinsey’s 2024 Global Survey on the State of AI</a> finds 78 percent of knowledge workers use unsanctioned AI tools, generating inference costs and compliance obligations FinOps teams cannot see.</p>



<h3 class="wp-block-heading">Convergence #2: The compliance architecture you cannot defer</h3>



<p>Article 5 prohibited practices have been enforceable since February 2025, with penalties up to 7 percent of global annual turnover. <a href="https://www.consilium.europa.eu/en/press/press-releases/2026/03/13/council-agrees-position-to-streamline-rules-on-artificial-intelligence/" rel="nofollow">The Digital Omnibus on AI</a>, approved in committee on March 18, 2026, extends the compliance window for new Annex III high-risk system deployments under Articles 9-15, covering risk management (Article 9), audit logging (Article 12), and human oversight (Article 14), to December 2027. Building that architecture takes 12 to 18 months, and at 3 percent of global annual turnover, the maximum Annex III exposure for a $10 billion enterprise is $300 million. A credit decision through a public cloud endpoint may simultaneously violate GDPR Articles 44-49 (international transfers), Article 22 (automated decisions), and EU AI Act lineage requirements. <a href="https://blog.premai.io/ai-data-residency-requirements-by-region-the-complete-enterprise-compliance-guide/" rel="nofollow">The US CLOUD Act</a> compounds this: choosing Frankfurt over Virginia does not solve your sovereignty problem if your provider is headquartered on California Avenue.</p>



<h3 class="wp-block-heading">Convergence #3: The data gravity reversal</h3>



<p><a href="https://aithority.com/ait-featured-posts/data-gravity-in-the-age-of-ai-why-architecture-matters-more-than-algorithms/" rel="nofollow">AI follows data.</a> When egress costs plus transfer restrictions plus sovereignty exposure exceed owned inference capacity costs, the placement decision has been made for you.</p>



<h2 class="wp-block-heading">Infrastructure is a placement discipline, not a platform choice</h2>



<p>Five questions classify every workload before any platform is selected: Where should this run? How fast must it respond? Who owns its cost and compliance trajectory? What regulations govern where inference can legally execute? And at what volume does owned capacity beat pay-as-you-go cloud?</p>



<p>Ask those five questions, and three tiers emerge naturally. Public cloud for variable, burst and experimental workloads. <a href="https://byteiota.com/ai-inference-costs-55-of-cloud-spending-in-2026/" rel="nofollow">Private on-premises for predictable high-volume production inference</a>, where owned capacity consistently delivers 4x to 8x lower cost per token on Hopper-generation or later GPU hardware (H100 or equivalent at 75 to 85 percent utilization, GPT-4-class model, production batch sizes above 32). <a href="https://www.infoworld.com/article/4117620/edge-ai-the-future-of-ai-inference-is-smarter-local-compute.html">Edge for latency-critical and sovereignty-constrained decisions</a>, where round-trip latency is a disqualifier. Some workloads will stay in the public cloud indefinitely. The goal is to stop letting infrastructure decisions make themselves.</p>



<h2 class="wp-block-heading">Placement in practice</h2>



<p>Those five questions are not theoretical. A single case shows how they play out under real compliance pressure.</p>



<p>One Tier 1 North American financial institution, processing more than 1 million credit decisions per month, saw cloud bills exceed forecast by 3x. A compliance audit identified two exposure points: the CLOUD Act made EU customer data accessible to US law enforcement, and audit logging failed to capture the lineage trail required under Annex III, Point 5(b), of the EU AI Act (AI systems assessing the creditworthiness of natural persons).</p>



<p>Applying the five questions took two hours. At 1.2 million decisions per month, on-premises was the obvious tier (cloud latency 340ms versus 22ms, same GPT-4-class model, both environments). Both compliance exposure points required moving inference to an EU-headquartered private stack. The workload migrated in 83 days. Monthly spend fell from $85,000 to $35,000. CLOUD Act exposure was eliminated. EU AI Act lineage requirements were met. The cost reduction per decision, combining compute, compliance overhead and latency cost, was 59 percent (GPT-4-class model at production batch sizes).</p>



<h2 class="wp-block-heading">What to put in front of the CFO</h2>



<p>The CFO’s question is whether the investment is working, provable in a number that someone is accountable for. The answer is a different denominator: cost per unit of business output. Four numbers: (1) compute cost per decision (the institution above: $0.071 on public cloud, $0.029 on private infrastructure, GPT-4-class model); (2) compliance overhead per decision (audit logging and regulatory evidence management, fixed regardless of tier); (3) latency cost per decision (340ms versus 22ms is measurable in abandoned transactions and SLA penalties); (4) human-equivalent benchmark (if your loaded analyst rate puts a human decision at $1.80 to $3.20, the CFO needs to be shown how to scale it).</p>



<h2 class="wp-block-heading">Resilience is a cost line, not a design philosophy</h2>



<p>In building the cloud outage database at <a href="https://whencloudsfail.opey.org/" rel="nofollow">whencloudsfail.opey.org</a>, I have tracked more than 400 enterprise-impacting AI platform incidents since 2023. Duration of disruption correlates more strongly with provider dependency concentration than with incident severity. <a href="https://whencloudsfail.opey.org/" rel="nofollow">Claude AI experienced three major incidents in the first two weeks of March 2026</a>, peaking at 4,700 down detector reports. <a href="https://azure.status.microsoft/en-us/status/history/" rel="nofollow">Azure OpenAI logged a confirmed 20-hour degradation across seven regions on March 9 and 10</a>. The difference between those bills is not a resilience philosophy. It is a number. Build resilience into the architecture or pay for it in the incident.</p>



<p>Resilience and governance are the same problem. The architecture question and the ownership question have the same answer.</p>



<h2 class="wp-block-heading">Stop the organizational blame game</h2>



<p>Deloitte’s 2026 State of AI in the Enterprise, across 3,235 senior leaders, finds only 1 in 5 companies has a mature governance model for autonomous AI agents. Three fixes: (1) a cross-functional governance body meeting quarterly, per-decision cost by workload class as its single agenda; (2) a named owner for every inference endpoint accountable for cost and the Article 14 model card; (3) real-time guardrails with automated kill switches. <a href="https://www.gartner.com/en/newsroom/press-releases/2026-03-09-gartner-identifies-three-pillars-for-deriving-value-from-ai" rel="nofollow">Gartner reports only 44 percent of organizations have adopted financial guardrails for AI.</a></p>



<h2 class="wp-block-heading">Leaders who act vs. leaders who react</h2>



<p><a href="https://www.gartner.com/en/articles/cio-agenda" rel="nofollow">Gartner’s 2026 CIO Agenda</a> finds 94 percent of CIOs expect major changes within 24 months, yet only 48 percent of digital initiatives meet their targets. Score yourself:</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><th>Question</th><th>Act</th><th>React</th></tr></thead><tbody><tr><td>Cost per inference call named for top 3 workloads?</td><td>Yes</td><td>No</td></tr><tr><td>Named owner per production AI endpoint?</td><td>Yes</td><td>No</td></tr><tr><td>Cloud DPAs reviewed for EU AI Act data lineage?</td><td>Yes</td><td>No</td></tr><tr><td>Hard budget guardrails auto-stopping agents?</td><td>Yes</td><td>No</td></tr><tr><td>All AI workloads classified by 5-dimension frame?</td><td>Yes</td><td>No</td></tr><tr><td>Per-decision cost with compliance overhead to CFO?</td><td>Yes</td><td>No</td></tr><tr><td>Cross-functional AI governance body (quarterly)?</td><td>Yes</td><td>No</td></tr><tr><td>Shadow AI deployments inventoried across all BUs?</td><td>Yes</td><td>No</td></tr></tbody></table> </div></figure>



<p>Predominantly NO: the 90-day sprint below is your path forward.</p>



<h2 class="wp-block-heading">Your 90-day reckoning</h2>



<p>Execute these phases sequentially. You cannot move a workload to the correct tier in Phase 3 if you have not classified it in Phase 1.</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><th><strong>Phase</strong></th><th><strong>Focus</strong></th><th><strong>Owner</strong></th><th><strong>Deliverable</strong></th></tr></thead><tbody><tr><td>Days 1-30</td><td>Expose the bill</td><td>FinOps lead</td><td>Inventory all workloads; name a cost owner for each; calculate cost per decision for top 10; audit DPAs for EU AI Act class.</td></tr><tr><td>Days 31-60</td><td>Wire the guardrails</td><td>AI Eng lead</td><td>Deploy cost monitoring; set hard budget limits per agent; activate zombie alerts; first governance meeting; present dashboard to CFO.</td></tr><tr><td>Days 61-90</td><td>Move first workload</td><td>CIO</td><td>Migrate highest-cost predictable workload; complete EU AI Act gap assessment; brief board on per-decision cost; publish placement policy.                         </td></tr></tbody></table> </div></figure>



<h2 class="wp-block-heading">The competitive consequence of waiting</h2>



<p><a href="https://www.mckinsey.com/capabilities/mckinsey-technology/our-insights/mckinsey-global-tech-agenda-2026" rel="nofollow">McKinsey’s Global Tech Agenda 2026</a>, surveying 632 business leaders, finds that nearly two-thirds of top performers have technology leaders deeply involved in enterprise strategy, compared with 52 percent at others. <a href="https://www.pwc.com/gx/en/news-room/press-releases/2026/pwc-2026-global-ceo-survey.html" rel="nofollow">PwC’s AI Vanguard</a>, the 12 percent achieving both revenue and cost gains, carries nearly four percentage points higher profit margins. The separation is governance architecture, not model choice. The CIOs who navigate this most effectively are not managing AI as a technology initiative. They are managing it as a financial and regulatory obligation. The CIO who built this architecture before Thursday’s meeting does not dread that calendar invite. They sent it.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS cost drift: The operational cause nobody talks about]]></title>
<description><![CDATA[>For many enterprises, cloud cost optimization has become a persistent challenge. Despite investments in FinOps tools, reserved instances, and cost monitoring platforms, AWS spend often continues to rise in ways that are difficult to predict or control. This phenomenon, often described as “cost d...]]></description>
<link>https://tsecurity.de/de/3468648/it-nachrichten/aws-cost-drift-the-operational-cause-nobody-talks-about/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3468648/it-nachrichten/aws-cost-drift-the-operational-cause-nobody-talks-about/</guid>
<pubDate>Mon, 27 Apr 2026 17:31:40 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>&gt;For many enterprises, cloud cost optimization has become a persistent challenge. Despite investments in FinOps tools, reserved instances, and cost monitoring platforms, AWS spend often continues to rise in ways that are difficult to predict or control. This phenomenon, often described as “cost drift,” is typically attributed to pricing models or workload growth.</p>&gt;&gt;However, the real cause is often less visible and more systemic: operational behavior.As organizations scale in AWS, complexity increases across environments, services, and teams. Over time, this complexity introduces inefficiencies that are not always captured by traditional cost management approaches. Idle resources, overprovisioned infrastructure, fragmented ownership, and inconsistent governance all contribute to gradual cost increases that accumulate over time.These issues are rarely the result of a single decision. Instead, they emerge from day-to-day operational patterns. Environments evolve, workloads expand, and teams make incremental changes, each of which may seem justified in isolation. But without consistent operational discipline, these changes compound into structural inefficiencies that drive cost drift.A key challenge is that many organizations still manage cloud environments using reactive operating models. Teams respond to incidents, performance issues, or new requirements as they arise, often prioritizing speed over optimization. While this approach may support short-term agility, it can lead to long-term inefficiencies as resources are added but rarely removed or rightsized.This dynamic is becoming more pronounced as cloud environments grow more complex. In fact, as explored in “<a href="https://www.rackspace.com/blog/why-running-ai-now-harder-building-it?utm_source=chatgpt.com" rel="sponsored">&gt;Why running AI is now harder than building it</a>&gt;”, many organizations are discovering that operationalizing modern workloads introduces new layers of cost and complexity that traditional models were not designed to manage.Another contributing factor is the disconnect between cost visibility and operational accountability. While finance and FinOps teams may have detailed insights into spend, the decisions that drive that spend are often made across distributed engineering teams. Without clear ownership and alignment, it becomes difficult to enforce consistent cost controls or identify the root causes of inefficiency.Automation, or the lack of it, also plays a critical role. Manual processes for provisioning, scaling, and incident response can introduce variability and delay optimization efforts. In contrast, environments that leverage automation and AI-driven operations are better positioned to continuously monitor usage, identify anomalies, and take corrective action in real time.This shift toward more intelligent operations is increasingly important. Organizations that embed automation and operational intelligence into their cloud environments can move from reactive cost management to proactive optimization. This not only helps control spend but also improves performance, resilience, and overall operational efficiency.Importantly, addressing cost drift requires more than financial oversight. It requires rethinking how cloud environments are operated.Leading organizations are adopting more structured operating models that integrate cost management into daily workflows. This includes establishing clear ownership of resources, enforcing governance policies, and embedding cost considerations into engineering decisions from the outset. Rather than treating cost optimization as a periodic exercise, it becomes a continuous discipline.These organizations also focus on improving visibility across environments. By correlating operational data with cost data, they can better understand how specific actions or inefficiencies impact overall spend. This enables more targeted optimization efforts and helps prevent cost drift before it becomes significant.The impact of this approach can be substantial. In environments where operational inefficiency is a major contributor to spend, organizations can achieve meaningful cost reductions while also improving recovery performance and governance consistency.For CIOs and technology leaders, the takeaway is clear. AWS cost drift is not just a financial issue. It is an operational one. Without addressing the underlying behaviors and processes that drive inefficiency, even the most advanced cost management tools will have limited impact.The path forward lies in evolving from reactive cloud operations to more proactive, intelligence-driven models. By embedding automation, improving accountability, and aligning teams around shared operational and financial goals, organizations can bring greater predictability to cloud spend while supporting continued innovation.As cloud environments continue to scale and as new workloads, including AI, place additional demands on infrastructure, the ability to operate efficiently will become a key differentiator. Organizations that address the root causes of cost drift will be better positioned to optimize performance, control costs, and maximize the value of their cloud investments.<a href="https://go.rackspace.com/lp/dl/run-aws-at-scale" target="_blank" rel="sponsored"><b>To learn more about handling AWS cost drift, check out the Run AWS at Scale e-book.</b></a>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Cloud zieht bei KI-Kosten die Notbremse]]></title>
<description><![CDATA[Google Cloud führt automatisierte Spend Caps und einen FinOps Explainability Agent ein, um KI-Kosten besser zu kontrollieren und zu analysieren.]]></description>
<link>https://tsecurity.de/de/3468493/it-nachrichten/google-cloud-zieht-bei-ki-kosten-die-notbremse/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3468493/it-nachrichten/google-cloud-zieht-bei-ki-kosten-die-notbremse/</guid>
<pubDate>Mon, 27 Apr 2026 16:31:16 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Google Cloud führt automatisierte Spend Caps und einen FinOps Explainability Agent ein, um KI-Kosten besser zu kontrollieren und zu analysieren.]]></content:encoded>
</item>
<item>
<title><![CDATA[What Google’s “unified stack” pitch at Cloud Next ‘26 really means for CIOs]]></title>
<description><![CDATA[Google didn’t so much announce products at Cloud Next ’26 as it tried to reframe the real bottleneck to scaling AI as the architecture that CIOs have been building while trying to piece it together.



For years, enterprises have treated AI like a kit, with models, infrastructure, and data spread...]]></description>
<link>https://tsecurity.de/de/3462405/it-nachrichten/what-googles-unified-stack-pitch-at-cloud-next-26-really-means-for-cios/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3462405/it-nachrichten/what-googles-unified-stack-pitch-at-cloud-next-26-really-means-for-cios/</guid>
<pubDate>Fri, 24 Apr 2026 20:16:34 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Google didn’t so much announce products at Cloud Next ’26 as it tried to reframe the real bottleneck to scaling AI as the architecture that CIOs have been building while trying to piece it together.</p>



<p>For years, enterprises have treated AI like a kit, with models, infrastructure, and data spread across different vendors and heterogenous environments, an approach that worked well enough in pilot mode, but has proven harder to scale into something dependable.</p>



<p>That, at least, is the problem that Google Cloud CEO <a href="http://linkedin.com/in/thomas-kurian-469b6219" target="_blank" rel="nofollow">Thomas Kurian</a> chose to name, and own, on stage. “You have moved beyond the pilot. The experimental phase is behind us,” he said, before posing the more uncomfortable question for CIOs: “How do you move AI into production across your entire enterprise?”</p>



<p>His answer: “A unified stack.”</p>



<p>What that “unified stack” amounts to in practice, though, is Google stitching together layers it has historically sold and marketed separately into an architecture that represents a single operating fabric for enterprise AI.  </p>



<p>Kurian cast it as the “connective tissue” binding what are typically siloed layers, such as custom silicon, models, data, applications, and security, into a single, coordinated system. That translates into <a href="https://www.networkworld.com/article/4162004/google-bets-on-workload-specific-tpus-with-8t-and-8i-launch.html" target="_blank">workload-specific TPUs</a> to run and scale AI, <a href="https://www.computerworld.com/article/4161990/gemini-enterprise-update-brings-ai-agents-into-collaborative-workflows.html" target="_blank">Gemini Enterprise and the Gemini Enterprise Agent Platform</a> to build and embed agents into business workflows, the <a href="https://www.infoworld.com/article/4162737/google-pitches-agentic-data-cloud-to-help-enterprises-turn-data-into-context-for-ai-agents.html" target="_blank">Agentic Data Cloud</a> to ground them in enterprise context, and a parallel push to <a href="https://www.csoonline.com/article/4162560/google-drafts-ai-agents-secure-systems-against-ai-hackers.html" target="_blank">secure both agents and the infrastructure</a> they run on.</p>



<h2 class="wp-block-heading">A turnkey answer to integration fatigue?</h2>



<p>It’s a neat and a timely argument for enterprises, said independent consultant <a href="https://www.linkedin.com/in/davidlinthicum/" target="_blank" rel="nofollow">David Linthicum</a>, especially for those that are frustrated with stalled pilots as a result of fragmented AI stacks,.</p>



<p>In addition, noted <a href="https://www.hfsresearch.com/team/ashish-chaturvedi/" target="_blank" rel="nofollow">Ashish Chaturvedi</a>, leader of executive research at HFS Research, most CIOs are drowning in <a href="https://www.cio.com/article/4140634/the-hidden-tax-on-every-ai-initiative-and-how-to-stop-paying-it.html" target="_blank">integration tax</a>, which compounds the costs of scaling an AI initiative. “The average enterprise has spent the last two years stitching together models from one vendor, orchestration from another, data pipelines from a third, and governance as an afterthought,”  Chaturvedi said. “Google, in contrast, is pitching a turnkey solution.”</p>



<p>That turnkey solution, said <a href="https://kramerand.co/shelly-kramer/" target="_blank" rel="nofollow">Shelly DeMotte Kramer</a>, principal analyst at Kramer &amp; Company, could be attractive on a number of fronts if CIOs are building on Google Cloud. It could reduce integration risk, offer faster pilot-to-production trajectories, and democratize AI across the organization and beyond IT via the <a href="https://www.computerworld.com/article/4101761/with-workspace-studio-google-wants-workers-to-build-their-own-ai-agents.html" target="_blank">Workspace Studio no-code agent builder</a>. </p>



<h2 class="wp-block-heading">Concerns around execution and clarity</h2>



<p>However, Kramer is not confident about Google’s execution of its unified stack vision. “Google Cloud has consistently come in in third place in terms of enterprise cloud share, with what could, in all candor, be called thinner organizational muscle for large-scale professional services engagements than what you might expect from AWS and Microsoft,” he said.</p>



<p>HyperFRAME Research’s leader of the AI stack <a href="https://www.linkedin.com/in/slwalter/" target="_blank" rel="nofollow">Stephanie Walter</a>, also has doubts. She questioned the clarity of the offerings that Google is packaging and marketing as part of that vision.</p>



<p>“While the pitch will resonate with enterprises tired of stitching together products to scale AI, it lacks clarity,” she said. “Google announced a lot at once, and the way the AI product portfolio fits together is still somewhat unclear, so CIOs will like the ambition while still asking for a cleaner map of where Gemini Enterprise, the Agent Platform, the Application, and the data layer begin and end.”</p>



<h2 class="wp-block-heading">Converging vendor visions add complexity</h2>



<p>That ambiguity, analysts say, will be further deepened for CIOs as they try to evaluate Google’s pitch against converging visions from rivals AWS and Microsoft, who, since last year, have been promoting their own visions of moving AI pilots into production.</p>



<p>While the convergence in vendor pitches will simplify choices at a high level, it will add complexity in practice because the control planes, pricing, ecosystem depth, and interoperability across offerings vary meaningfully, Linthicum said.</p>



<p>“CIOs still have to map those differences to their existing estate, talent base, and governance model. Similar narratives do not mean equivalent operating realities,” he added.</p>



<p>That, according to Walter, risks leaving CIOs comparing architectures that sound strikingly alike on paper, even as their underlying trade-offs remain difficult to parse at an operational level.</p>



<p>The convergence in vendor pitches could also backfire on Google, Chaturvedi noted. “The more similar the top-line narratives become, the more the decision swings on non-technical factors such as existing relationships, migration costs, and trust,” he said.</p>



<p>If anything, that dynamic may push enterprises toward a more pragmatic split. <a href="https://www.linkedin.com/in/paulchada/" target="_blank" rel="nofollow">Paul Chada</a>, co-founder of agentic AI startup Doozer AI, expects CIOs to end up standardizing on two distinct layers when scaling AI: a primary agent control plane aligned with where enterprise applications and user workflows reside, and a separate data reasoning layer anchored in governed data environments.</p>



<p>“The dream of a single vendor owning both likely won’t survive procurement,” he said.</p>



<h2 class="wp-block-heading">“Unified” could still mean complex pricing</h2>



<p>Further, analysts pointed out that Google’s unified stack pitch could introduce concerns for CIOs that go beyond architectural clarity.</p>



<p>For example, Linthicum noted that bundling infrastructure, models, data services, and agents into a single narrative doesn’t necessarily simplify costs, rather it makes pricing harder to predict and optimize,.</p>



<p>“A unified product story can still produce a highly fragmented bill. CIOs should expect more pricing complexity,” he said.</p>



<p>And <a href="https://moorinsightsstrategy.com/team/mike-leone/" target="_blank" rel="nofollow">Mike Leone</a>, principal analyst at Moor Insights and Strategy, added that the problem of pricing complexity around AI offerings, doesn’t change with CIOs switching vendors. “Every hyperscaler is walking in the same direction,” he said.</p>



<p>That, said <a href="https://futurumgroup.com/dion-hinchcliffe/" target="_blank" rel="nofollow">Dion Hinchcliffe</a>, lead of the CIO practice at The Futurum Group, leaves CIOs with fewer levers to simplify costs at the vendor level and more responsibility to manage them internally. To that extent, he added that enterprises will need to lean more heavily on FinOps disciplines to regain control over increasingly complex and opaque AI spending.</p>



<h2 class="wp-block-heading">Different strengths</h2>



<p>There is, however, a more nuanced upside for CIOs willing to look past the unified vision pitch.</p>



<p>Kramer, for one, pointed to Google’s control over its own AI silicon as a potential differentiator. “That makes the comparatively better performance-per-dollar pitch for AI workloads at the infra level somewhat defensible,” he said.</p>



<p>At the same time, the analysts agreed, the competitive field, at least for CIOs, is far from settled.</p>



<p>“Microsoft looks best positioned on enterprise distribution and workflow adjacency. AWS is strongest on operational breadth, developer familiarity, and cloud maturity. Google is strongest where AI infrastructure, analytics, and model-platform integration matter most,” Linthicum said.</p>



<p>CIOs, in turn, should align  vendor strengths with enterprise priorities, whether that’s driving user adoption, scaling operations, or deepening AI and data platform capabilities, he added.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Where to begin a cloud career]]></title>
<description><![CDATA[Cloud computing is a key foundation of modern business, yet many approach learning it in overly complicated ways. New learners often believe they need costly boot camps, certification bundles, or long technical courses before they can get a job in the field. This approach discourages potential en...]]></description>
<link>https://tsecurity.de/de/3460724/ai-nachrichten/where-to-begin-a-cloud-career/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3460724/ai-nachrichten/where-to-begin-a-cloud-career/</guid>
<pubDate>Fri, 24 Apr 2026 11:17:39 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p><a href="https://www.infoworld.com/article/2238873/what-is-cloud-computing.html">Cloud computing</a> is a key foundation of modern business, yet many approach learning it in overly complicated ways. New learners often believe they need costly boot camps, certification bundles, or long technical courses before they can get a job in the field. This approach discourages potential entrants and creates false barriers around a discipline that’s already difficult to navigate. The truth is simpler: Free cloud courses are among the best starting points because they reduce risk, boost confidence, and introduce learners to the vocabulary, platforms, and models that define the cloud era.</p>



<p>The first stage of any cloud journey is orientation, not mastery. People need to understand what cloud computing means in practice, how infrastructure differs from platform services, why elasticity matters, where governance fits, and how major providers organize their offerings. A well-rounded exposure to the depth and breadth of a subject matter is a proven benefit of traditional higher education models. However, the traditional approach to course investigation and experimentation has become too costly for many prospective cloud students.</p>



<p>Free courses allow learners to explore without financial pressure. If someone discovers they prefer architecture over administration, or are more drawn to security than to development, the learning experience still creates value. Nothing is wasted.</p>



<p>Do cloud providers offer their free foundational learning as a charity? Of course not. This is ecosystem development. When AWS, Microsoft, Google Cloud, Oracle, IBM, and others publish free learning paths, they are hoping to cultivate future architects, engineers, analysts, and decision-makers.</p>



<h2 class="wp-block-heading">Where to start</h2>



<p>Start your cloud career by reviewing free introductory courses from vendors or leading educational platforms. These courses aim not only to teach features but also to foster the mental models providers want new users to develop. Free courses are also a good starting point because they let learners compare platforms before choosing one. This matters because beginners often hear strong opinions about the “best” cloud provider. The better question is which provider suits a learner’s goals. Someone focused on enterprise Windows may prefer Microsoft Azure. Those interested in startups or market demand may choose AWS. Those focused on data, analytics, or Kubernetes may opt for Google Cloud. Free courses enable this comparison without forcing early specialization.</p>



<p>The list below is a practical starting point. It includes reputable, free or free-to-start courses and learning paths from major providers and platforms. Some offer entirely free access to core material, while others allow enrollment at no cost but may charge separately for certificates or advanced lab features. That distinction is not a drawback for beginners. Early on, what matters most is understanding the landscape, learning the terminology, and gaining enough fluency to decide what should come next.</p>



<p>Courses from AWS</p>



<ul class="wp-block-list">
<li><a href="https://aws.amazon.com/training/learn-about/cloud-practitioner/">Cloud Practitioner – Digital and Classroom Training</a></li>



<li><a href="https://aws.amazon.com/getting-started/cloud-essentials/">Getting Started with AWS Cloud Essentials</a></li>
</ul>



<p>Courses from Microsoft Learn</p>



<ul class="wp-block-list">
<li><a href="https://learn.microsoft.com/en-us/training/courses/az-900t00">Introduction to Cloud Infrastructure (AZ-900T00-A)</a></li>



<li><a href="https://learn.microsoft.com/en-us/training/paths/microsoft-azure-fundamentals-describe-cloud-concepts/">Microsoft Azure Fundamentals: Describe Cloud Concepts</a></li>
</ul>



<p>Courses from Google Cloud Skills Boost</p>



<ul class="wp-block-list">
<li><a href="https://www.cloudskillsboost.google/course_templates/153">Cloud Computing Fundamentals</a></li>



<li><a href="https://www.cloudskillsboost.google/paths/12/course_templates/60">Google Cloud Fundamentals: Core Infrastructure</a></li>
</ul>



<p>Courses from IBM</p>



<ul class="wp-block-list">
<li><a href="https://www.coursera.org/learn/introduction-to-cloud">Introduction to Cloud Computing</a> (via Coursera)</li>



<li><a href="https://www.edx.org/learn/cloud-computing/ibm-introduction-to-cloud-computing">Introduction to Cloud Computing</a> (via edX)</li>
</ul>



<p>Course from Oracle University/Learn Oracle</p>



<ul class="wp-block-list">
<li><a href="https://learn.oracle.com/ols/learning-path/become-an-oci-foundations-associate-test/88258/99590">Become an OCI Foundations Associate</a></li>
</ul>



<p>Course from Alibaba Cloud Academy</p>



<ul class="wp-block-list">
<li><a href="https://www.alibabacloud.com/en/academy/new/user/learningpath">Free for All: New User Learning Path</a></li>
</ul>



<h2 class="wp-block-heading">Why free courses work so well</h2>



<p>Effective courses aren’t just about price; they’re about structure. Good introductory cloud courses progress from concepts to examples to platform navigation, teaching learners to think about regions, zones, VMs, storage, identity, networking, and managed services before actual implementation skills are required. Many new learners fail by jumping into tools too soon. They try to deploy before they can explain. Free foundation courses avoid this by establishing context first, making hands-on learning more effective.</p>



<p>People entering the cloud market from nontraditional backgrounds should note that not all future cloud professionals need coding skills. Many successful cloud careers start in systems administration, security, project delivery, business analysis, operations, data management, or technical sales. Free courses help by focusing on concepts and platform literacy rather than deep engineering, making the field more accessible. This accessibility is a strength, helping cloud expand across industries.</p>



<p>Treat free courses as a starting point in a broader strategy, not the whole journey. They provide a good foundation. For example, you could start with an IBM overview, followed by AWS or Azure fundamentals to gain familiarity with a major provider, then Google Cloud to expand horizons. Next, engage in hands-on labs, architecture diagrams, small deployments, and role-based learning in areas like <a href="https://www.csoonline.com/article/568841/what-is-information-security-definition-principles-and-jobs.html">security</a>, networking, <a href="https://www.infoworld.com/article/3812583/what-you-need-to-know-about-developing-ai-agents.html">AI</a>, <a href="https://www.infoworld.com/article/2263668/data-wrangling-and-exploratory-data-analysis-explained.html">data engineering</a>, or <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">finops</a>. Free courses are the launch point, not the end point.</p>



<h2 class="wp-block-heading">The best first move</h2>



<p>Commit. Begin your cloud journey this week. Start with one foundational course from a major provider and finish it. Then take a second course from a different provider to compare terminology, service models, and user experience. That simple approach gives you momentum, perspective, and a much clearer sense of where to invest your time next.</p>



<p>Procrastination is not your friend in an industry that evolves quickly and rewards curiosity. Don’t pay for depth before you earn breadth. Also realize that as the cloud industry matures and skills shortages ease, the availability of these free courses is likely to decline. Carpe diem.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VMware Cloud on AWS: Introducing the Usage Report APIs]]></title>
<description><![CDATA[Tracking VMware Cloud on AWS consumption across hosts, SPLA, and non-host charges today requires manual data pulls and waiting for invoice every quarter. Customers building FinOps practices and mature cloud financial operations have consistently asked for programmatic access to this data, in a fo...]]></description>
<link>https://tsecurity.de/de/3439761/downloads/vmware-cloud-on-aws-introducing-the-usage-report-apis/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3439761/downloads/vmware-cloud-on-aws-introducing-the-usage-report-apis/</guid>
<pubDate>Thu, 16 Apr 2026 19:46:19 +0200</pubDate>
<category>💾 Downloads</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div><img width="300" height="168" src="https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/06/specvirt-featured-image.png?w=300" class="attachment-medium size-medium wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/06/specvirt-featured-image.png 1133w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/06/specvirt-featured-image.png?resize=300,168 300w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/06/specvirt-featured-image.png?resize=768,431 768w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/06/specvirt-featured-image.png?resize=1024,575 1024w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/06/specvirt-featured-image.png?resize=752,423 752w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/06/specvirt-featured-image.png?resize=576,324 576w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/06/specvirt-featured-image.png?resize=600,337 600w" sizes="(max-width: 300px) 100vw, 300px"></div>
<p>Tracking VMware Cloud on AWS consumption across hosts, SPLA, and non-host charges today requires manual data pulls and waiting for invoice every quarter. Customers building FinOps practices and mature cloud financial operations have consistently asked for programmatic access to this data, in a format their existing tools can consume. Today, we’re delivering on that with … <a href="https://blogs.vmware.com/cloud-foundation/2026/04/16/vmware-cloud-aws-usage-report-apis/">Continued</a></p>
<p>The post <a href="https://blogs.vmware.com/cloud-foundation/2026/04/16/vmware-cloud-aws-usage-report-apis/">VMware Cloud on AWS: Introducing the Usage Report APIs</a> appeared first on <a href="https://blogs.vmware.com/cloud-foundation">VMware Cloud Foundation (VCF) Blog</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow embeds AI across the platform with Context Engine]]></title>
<description><![CDATA[ServiceNow is rolling out a broad set of platform updates designed to bake AI, data, security, and governance into every part of its stack. At the center of the move is a new Context Engine, which pulls together enterprise data, policies, and decision history to give AI-driven workflows a shared ...]]></description>
<link>https://tsecurity.de/de/3420492/it-nachrichten/servicenow-embeds-ai-across-the-platform-with-context-engine/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3420492/it-nachrichten/servicenow-embeds-ai-across-the-platform-with-context-engine/</guid>
<pubDate>Thu, 09 Apr 2026 15:03:09 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>ServiceNow is rolling out a broad set of platform updates designed to bake AI, data, security, and governance into every part of its stack. At the center of the move is a new Context Engine, which pulls together enterprise data, policies, and decision history to give AI-driven workflows a shared understanding of how the business operates and how decisions are made.</p>



<p>“Context Engine is ServiceNow’s new enterprise context solution that captures the why behind decisions, not just the what. Every AI interaction, resolution, approval, and escalation builds a richer understanding of how the business actually operates,” <a href="https://www.servicenow.com/in/company/leadership/john-aisien.html" target="_blank" rel="nofollow">John Aisien</a>, SVP of product management, security, and risk at ServiceNow, told CIO.com.</p>



<p>“It’s grounded in ServiceNow’s incumbent Service Graph and Knowledge Graph, with incremental AI decision tracing that captures decision context persistently, powered by our recent <a href="https://traceloop.com/blog/traceloop-is-joining-servicenow" target="_blank" rel="nofollow">acquisition of Traceloop</a>. It will also be enriched by IP that we <a href="https://www.cio.com/article/4097411/servicenow-is-in-talks-to-buy-identity-security-firm-veza-for-over-1-billion-report.html" target="_blank">acquired from Veza</a> &amp; IP that we announced plans to <a href="https://newsroom.servicenow.com/press-releases/details/2025/ServiceNow-to-acquire-Armis-to-expand-cyber-exposure-and-security-across-the-full-attack-surface-in-IT-OT-and-medical-devices-for-companies-governments-and-critical-infrastructure-worldwide/default.aspx" target="_blank" rel="nofollow">acquire from Armis</a>,” Aisien added.</p>



<p>Expanding on how it works in practice, Aisien further pointed out that the Context Engine is not a standalone interface, but an embedded capability woven into the broader ServiceNow platform and “surfaces” through the experiences and workflows customers already use, and via published, public interfaces that the ITSM software provider will expose to customers and partners over time.</p>



<h2 class="wp-block-heading">From ITSM platform to enterprise AI control plane</h2>



<p>That embedded design, analysts say, also signals a broader ambition for ServiceNow.</p>



<p>“Service Now is seeking to move beyond the modular capability provider label and to move up the tech stack to be adopted as the enterprise AI operating layer, in turn owning the orchestration and control layer for enterprise AI, while remaining model agnostic beneath the surface,” said <a href="https://www.infotech.com/profiles/scott-bickley" target="_blank" rel="nofollow">Scott Bickley</a>, advisory fellow at Info-Tech Research Group.</p>



<p>However, Bickley pointed out that many vendors are pursuing a similar approach, not just ServiceNow: “Most enterprise scale SaaS providers are feverishly incorporating AI functionality horizontally across their solutions, all seeking to lock their customers in leveraging their own flavors of data fabric and context layers.”</p>



<p>“This can be seen with Salesforce’s <a href="https://www.cio.com/article/4011936/salesforce-agentforce-3-promises-new-ways-to-monitor-and-manage-ai-agents.html">AgentForce</a>, <a href="https://www.computerworld.com/article/4036013/how-it-leaders-unlock-productivity-with-microsoft-365-copilot.html">Microsoft 365 Copilot</a>, etc.  It is clear to these vendors that customers will want a single execution layer where possible, and their future depends on being the solution of choice,” Bickley added.</p>



<h2 class="wp-block-heading">Vendor convergence raises stakes for CIOs</h2>



<p>That convergence in strategy from multiple vendors, though, comes with trade-offs for CIOs.</p>



<p>According to Bickley, these updates from ServiceNow, akin to newer offerings from other vendors, will force enterprises to decide whether they want ServiceNow to be the control plane for enterprise automation.</p>



<p>“If not, ServiceNow offerings can become one expensive set of modules with built-in AI shelfware and the price to go with it,” Bickley said.</p>



<p>For enterprises embracing ServiceNow and its recent approach, the trade-off will be an “implied dependence upon ServiceNow’s data model, governance model, and platform architecture”, Bickley added.</p>



<p>The Context Engine is currently in preview with select customers, with broader availability details yet to be disclosed.</p>



<h2 class="wp-block-heading">Build Agent Skills aims to widen developer appeal</h2>



<p>Alongside Context Engine, ServiceNow also introduced Build Agent Skills and an SDK that Aisien said will allow developers to use external tools, such as Claude Code, Cursor, or OpenAI Codex, and integrated development environments (IDEs) to build applications and deploy them directly to the ServiceNow platform, while keeping governance and execution within its environment.</p>



<p>For developers, <a href="https://www.linkedin.com/in/slwalter/" target="_blank" rel="nofollow">Stephanie Walter</a>, practice leader of AI stack at HyperFRAME Research, said the skills and the SDK will add flexibility and speed.</p>



<p>“Instead of forcing teams into a single development environment, ServiceNow is letting them build with familiar tools and still deploy into a governed enterprise platform. That makes development faster, but it also means ServiceNow becomes the place where those applications ultimately run and are managed,” Walter said.</p>



<p>For Bickley, the skills and SDK are ServiceNow’s strategy to appeal more broadly to platform engineering teams compared to its older approach, where it tried to appeal to the legacy ServiceNow admin ecosystem and low-code user base.</p>



<p>However, the analyst cautioned against the Build Agent skills offering, saying that ServiceNow was not being very forthcoming about its details, especially its pricing.</p>



<p>When asked about more details on skills, Aisen told CIO.com that enterprise customers will receive 100 free Build Agent calls to start with, and developers on personal instances will get 25.</p>



<p>“Beyond that on-ramp, full pricing details are not being disclosed,” Aisen said.</p>



<p>These scant details, according to Bickley, are precisely what introduce cost unpredictability as ServiceNow doesn’t seem to explain how much or what can be accomplished with 100 Build Agent calls.</p>



<p>In fact, Bickley further warned that CIOs should adopt a <a href="https://www.cio.com/article/3950863/taming-the-cost-of-ai-is-finops-the-answer.html">FinOps</a> mentality if they seek to avoid drowning in the emerging consumption model ocean as Build Agent calls isn’t the only area that will draw charges.</p>



<p>For CIOs, the bigger concern is how multiple consumption-based charges could stack up across Build Agent usage, Workflow Data Fabric, and core platform licenses, creating a layered cost structure rather than a single subscription, Bickley said.</p>



<p>Without clear visibility into how these meters interact, enterprises risk unexpected spending spikes as AI adoption scales, making it harder for CIOs to track what’s driving costs and tie that spend back to business value, Bickley added.</p>



<h2 class="wp-block-heading">ESM Foundation to ease adoption</h2>



<p>Against this backdrop of potential cost complexity, ServiceNow is also trying to simplify adoption for midsized enterprises, at the packaging level, with the introduction of its ESM Foundation offering, which bundles core enterprise capabilities into a more streamlined, faster-to-deploy package.</p>



<p>For Bickley, the packaging reduces confusion for midsized companies trying to choose between its varied offerings and shortens their time to deployment.</p>



<p>Separately, the analyst pointed out that ESM Foundation is also ServiceNow’s strategy to compete with smaller vendors, such as Atlassian.</p>



<p>“If ServiceNow can credibly offer faster deployment for midsize companies while including AI, governance, and workflow executing into the platform price, they can attack the complexity and time to value obstacles their competitors have wielded against them,” Bickley said.</p>



<p>The ESM Foundation package and the company’s new tiered packaging model are now generally available to customers. Meanwhile, the Build Agent Skills are set to become available to developers starting April 15.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Which cloud architecture decision do tech leaders regret most? Treating AI like just another workload]]></title>
<description><![CDATA[For years, cloud strategy rewarded standardization. Treat everything as a workload, abstract the differences, optimize for scale and cost. That mindset helped enterprises modernize faster than any previous infrastructure shift. Applying that same mindset to AI is one of the most consequential arc...]]></description>
<link>https://tsecurity.de/de/3404967/it-security-nachrichten/which-cloud-architecture-decision-do-tech-leaders-regret-most-treating-ai-like-just-another-workload/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3404967/it-security-nachrichten/which-cloud-architecture-decision-do-tech-leaders-regret-most-treating-ai-like-just-another-workload/</guid>
<pubDate>Fri, 03 Apr 2026 11:06:15 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For years, cloud strategy rewarded standardization. Treat everything as a workload, abstract the differences, optimize for scale and cost. That mindset helped enterprises modernize faster than any previous infrastructure shift. Applying that same mindset to AI is one of the most consequential architectural mistakes I see senior IT leaders make.</p>



<p>In executive rooms, the logic is understandable. We already have a hardened cloud platform. We have guardrails, FinOps processes, security controls and autoscaling policies. Why not onboard AI into the same architecture and move quickly? Because AI is not just another workload category. It is a different behavioral system. That distinction sounds subtle. In practice, it changes everything.</p>



<h2 class="wp-block-heading">The assumption that worked for everything else</h2>



<p>Traditional cloud architecture rests on three core assumptions:</p>



<ul class="wp-block-list">
<li>Execution paths are largely deterministic</li>



<li>Resource consumption scales predictably with traffic</li>



<li>Boundaries between compute, data and policy remain stable</li>
</ul>



<p>When those assumptions hold, standardization works. We can treat systems as workloads, provision capacity, monitor utilization and optimize after the fact. That model powered the first decade of cloud transformation.</p>



<p>AI systems break all three assumptions. Unlike microservices or transactional applications, AI systems reason, adapt and act conditionally. A single request can trigger multiple inference calls, cross-domain retrieval and tool invocations whose paths are not fully known at deployment time. Prompts, context, model selection and evolving data shape behavior. Cost no longer scales purely with user traffic. It scales with decision complexity. Governance no longer attaches cleanly to static roles and services. It must account for dynamic execution paths.</p>



<p>This is not a minor workload variation. It is a shift from deterministic execution to conditional execution. When AI is treated as just another workload, that shift is ignored.</p>



<h2 class="wp-block-heading">The slow erosion that follows</h2>



<p>The mistake rarely causes immediate failure. Systems run. Dashboards stay green. Pilots appear successful. The erosion happens gradually.</p>



<p>I have worked with CIOs who initially integrated AI into existing cloud platforms without architectural changes. The early wins masked deeper structural mismatches. Over time, we began to see patterns: costs became harder to explain. The <a href="https://www.finops.org/state-of-finops/" rel="nofollow">FinOps Foundation’s 2024 State of FinOps report</a> notes that AI and machine learning workloads are materially impacting cost governance for large cloud spenders, with inference-driven consumption introducing new unpredictability. Security teams struggled to reason about dynamic data access patterns. The <a href="https://www.nist.gov/itl/ai-risk-management-framework" rel="nofollow">NIST AI Risk Management Framework</a> emphasizes that AI systems introduce unique risk characteristics that require continuous oversight rather than static control checkpoints. Architecture reviews became longer and more anxious. <a href="https://www.gartner.com/en/articles/ai-ethics-governance-and-compliance" rel="nofollow">Gartner</a> has warned that a significant share of generative AI initiatives fail to progress beyond pilot stages due to escalating infrastructure costs and insufficient governance maturity.</p>



<p>What made these issues particularly difficult was not that AI was “expensive” or “risky.” It was that the platform had not been designed for systems that change their own execution patterns. The regret I hear most often is not about choosing the wrong model or vendor. It is about assuming the underlying cloud architecture did not need to change.</p>



<h2 class="wp-block-heading">Where the abstraction breaks</h2>



<p>Standardization works when workloads share structural characteristics. AI systems do not. Three architectural fault lines appear repeatedly.</p>



<h3 class="wp-block-heading">1. Stateless compute versus stateful reasoning</h3>



<p>Cloud architectures optimized for stateless services struggle with systems that require persistent context across steps. Memory layers, vector stores and reasoning traces introduce a state that cannot be treated as incidental. When that state is forced into ad hoc storage patterns, observability and governance degrade.</p>



<h3 class="wp-block-heading">2. Static provisioning versus dynamic execution</h3>



<p>Traditional autoscaling policies assume that load is driven by traffic volume. AI systems often expand work internally through iterative reasoning, agent coordination or feedback loops. A single external request may expand into dozens of internal operations. That amplification is architectural, not accidental. Capacity planning models designed for predictable scaling curves fail to anticipate that behavior.</p>



<h3 class="wp-block-heading">3. Policy at the perimeter versus governance at runtime</h3>



<p>Cloud security historically focused on identity, access and perimeter controls. AI systems operate inside those boundaries but make conditional decisions about how to use tools and data. Treating AI like a workload keeps governance external. Effective AI governance increasingly must operate during execution, not only before or after it.</p>



<p>The category error is subtle but critical: assuming that because AI runs on cloud infrastructure, it behaves like traditional cloud workloads.</p>



<h2 class="wp-block-heading">The conceptual mistake</h2>



<p>In conversations with senior leaders, the architectural regret is rarely framed as a technical flaw. It is framed as a mindset issue. Standardization had become a reflex. We had trained ourselves to collapse differences between workloads in pursuit of efficiency. That instinct was valuable. It reduced sprawl and complexity across portfolios of applications.</p>



<p>But AI changes what infrastructure is. AI systems are not passive consumers of compute. They are active decision engines operating within compute. When leaders treat them as passive workloads, governance becomes reactive. Cost becomes opaque. Execution paths become difficult to reconstruct. Teams retrofit controls after problems surface. By the time architectural changes are made, inertia has set in. Platforms are embedded. Budgets are allocated. Organizational roles are defined around outdated assumptions.</p>



<p>The regret is conceptual before it is operational.</p>



<h2 class="wp-block-heading">What I advise leaders to do differently</h2>



<p>When I work with CIOs evaluating AI architecture, I encourage them to pause before defaulting to platform standardization. The key question is not “Can our existing cloud handle AI?” It is “What assumptions about behavior does our cloud architecture embed?” If those assumptions include deterministic execution, predictable scaling and static boundaries, they will eventually be violated.</p>



<p>That does not mean abandoning existing platforms. It means evolving them deliberately. Three shifts consistently make a difference.</p>



<h3 class="wp-block-heading">Treat context as infrastructure</h3>



<p>Persistent memory, retrieval layers and reasoning traces should be first-class architectural components, not bolt-ons inside application code.</p>



<h3 class="wp-block-heading">Treat cost as a runtime signal</h3>



<p>Instead of relying solely on post-billing analysis, instrument inference, token usage and model routing decisions, economic behavior is visible as systems operate. This aligns with broader <a href="https://www.finops.org/framework/" rel="nofollow">FinOps guidance</a> that emphasizes continuous cost visibility rather than retrospective reconciliation.</p>



<h3 class="wp-block-heading">Treat governance as part of execution</h3>



<p>Rather than assuming policies can remain external, design for runtime oversight where necessary. The <a href="https://www.nist.gov/itl/ai-risk-management-framework" rel="nofollow">NIST AI RMF</a> reinforces that risk management for AI requires ongoing monitoring and adjustment as systems evolve, not static certification.</p>



<p>None of these shifts requires abandoning cloud discipline. They require acknowledging that AI alters the behavioral profile of infrastructure.</p>



<h2 class="wp-block-heading">The regret I hear most often</h2>



<p>When leaders look back, they rarely say, “We chose the wrong model.” They say, “We assumed the architecture didn’t need to change.” That assumption delays the real work. It postpones difficult conversations about control, cost and accountability. It reinforces the idea that AI is a feature layer on top of infrastructure rather than a force that reshapes it.</p>



<p>In my experience, the organizations that adapt fastest are not those that chase new tools. They are the ones willing to question the abstraction that made cloud successful in the first place. Standardization remains powerful. But it must be applied thoughtfully.</p>



<p>Treating AI like just another workload feels efficient in the moment. Over time, it becomes the cloud architecture decision that many CIOs wish they had approached differently. The regret is not about technology. It is about recognizing that autonomy changes the system it runs on. And that realization is architectural, not operational.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Q&A: Design principles for multi-environment AI architectures]]></title>
<description><![CDATA[Datacom’s AI and infrastructure experts – Matt Neil (Director – Data Centres), Mike Walls (Director – Cloud) and Daniel Bowbyes (Associate Director – Strategy) – discuss when centralised compute makes sense for AI, and how to orchestrate AI across edge, core data centres and cloud. The team share...]]></description>
<link>https://tsecurity.de/de/3400556/it-nachrichten/qa-design-principles-for-multi-environment-ai-architectures/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3400556/it-nachrichten/qa-design-principles-for-multi-environment-ai-architectures/</guid>
<pubDate>Wed, 01 Apr 2026 21:31:42 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Datacom’s AI and infrastructure experts – Matt Neil (Director – Data Centres), Mike Walls (Director – Cloud) and Daniel Bowbyes (Associate Director – Strategy) – discuss when centralised compute makes sense for AI, and how to orchestrate AI across edge, core data centres and cloud. The team shares governance, readiness and architectural approaches to enable reliable multi-environment AI.</p>



<p><strong>When does centralised cloud or core data centre compute make the most sense for AI workloads?</strong></p>



<p><strong>Mike Walls, Director – Cloud</strong>: Centralised compute is sensible when workloads benefit from scale, governance and uniform platform capabilities that are harder to achieve in distributed setups. Think large‑scale training, platforms or workloads requiring a consistent, controlled environment with robust security and regulatory compliance. These can be more cost‑effective or easier to manage in a core data centre or central cloud. Private clouds are also options when organisations need tighter control, governance or data‑handling assurances, or when workloads don’t require the low‑latency edge path.</p>



<p><strong>Are you seeing customers combine multiple environments for a single AI solution, and if so, how does that typically work?</strong></p>



<p><strong>Walls</strong>: Yes, AI is increasingly distributed, and edge, core data centres and cloud each have a role. A typical pattern we’re seeing and advising on is organisations placing latency‑sensitive, real‑time tasks at the edge (or near‑edge) and heavier training, model development and data‑intensive processing is being placed in core data centres or the cloud. Public cloud obviously allows for quick experimentation and scale, whereas private or sovereign cloud may be more effective when running persistent production large language models (LLMs) or in meeting compliance needs. This multi-environment approach requires clear orchestration, data pipelines and governance to ensure consistency, security and compatibility across environments. Datacom’s uniquely placed to be able to provide capabilities (infrastructure, governance or applications) as well as offer platforms, tooling or bespoke services to support multi‑environment deployments.</p>



<p><strong>Matt Neil, Director – Data Centres</strong>: Customers are already mixing multiple AI components and tools, for example, one tool might generate code (Claude), another reads documents (OpenAI) and they’re brought together for different functions. They’re using different tools and agents that then need to be integrated into an overall workflow. It’s a maturity journey: we’re seeing organisations moving from piecing together separate software to building a cohesive ecosystem. </p>



<p><strong>How does Datacom’s regional data centre footprint across Australia and New Zealand support distributed AI strategies?</strong></p>



<p><strong>Neil</strong>: In New Zealand, our data centres have a genuine regional footprint, serving four of the largest cities and enabling New Zealand–wide coverage (North Island and South Island). That allows workloads to run closer to where they need to be, including localised AI deployments in places like Christchurch. In Australia and New Zealand, we can support distributed AI and help customers operate across borders if that’s what they need. Datacom’s data centre ownership means we can offer end-to-end hosting and infrastructure closer to our customers, which is a strong enabler for distributed AI.</p>



<p><strong>From a cloud and hybrid perspective, how does Datacom help customers design AI architectures that span cloud, data centre and edge?</strong><br></p>



<p><strong>Walls</strong>: We’re able to provide a cohesive, use case to platform, multi‑environment strategy that integrates private cloud with public cloud and edge capabilities, plus governance and tooling to support AI workloads. This involves helping inform on the service models (GPU‑based, bespoke builds or platform/tooling) and helping customers design architectures that span multiple environments while addressing data governance, security and operational consistency.</p>



<p><strong>Daniel Bowbyes, Associate Director – Strategy: </strong>To build out strategies for our customers, we draw on our breadth of AI professional and software development services, AI security services, AI sovereign platforms, public cloud partnerships and hosting facilities. Customers can safely and swiftly adopt and infuse AI across their IT landscape with Datacom working alongside them.</p>



<p><strong>If you had to summarise Datacom’s approach to AI infrastructure in one idea, what would it be?</strong></p>



<p><strong>Walls</strong>: Datacom’s AI infrastructure strategy is simple: match each use case to the right model, tools and platform – edge, core data centre or cloud – based on the task, business requirements, maturity and governance needs, with clear ownership and scalable tooling to orchestrate across environments.</p>



<p><strong>Neil: </strong>Own and operate the core infrastructure to offer an end-to-end, trusted AI infrastructure platform. In other words, our data centre capability is a unique differentiator that lets us deliver the full stack – from infrastructure to governance – so we can act as a trusted advisor and provide a complete, end-to-end AI solution.</p>



<p><strong>With AI evolving so rapidly, how much does uncertainty about the future influence infrastructure decisions being made today?</strong></p>



<p><strong>Neil</strong>: A lot. Organisations often don’t know what they want to do with AI or what use cases to pursue, which makes it easy to waste money on the hype. The right approach is to understand potential use cases, adopt a framework and consider a “try before you buy” approach, including sandbox environments, pilot infrastructure and vendor partnerships to help customers experiment safely. This reduces risk and helps shape a practical, scalable path forward rather than rushing into big, expensive bets.<br><br><strong>Bowbyes: </strong>AI is the fastest-ever adopted technology, with a huge amount of ongoing development and investment that will likely mean the current leaders in both AI software and hardware will change over time. At the same time, the opportunities that AI represents to positively disrupt business are huge and can’t be ignored.    </p>



<p>Every organisation faces a unique set of challenges and opportunities, so how they lean into AI and the risks they are prepared to take will be very different. For organisations that have heavy data processing and research requirements, the risk of infrastructure obsolescence will likely be less than the cost of consuming an ‘as a service’ offering (which has infrastructure obsolescence baked into the price). For many other organisations, consuming ‘as a service’ offerings will be less risky in the short to medium term than investing in infrastructure.</p>



<p><strong>Walls</strong>: The uncertainty argues for a flexible, staged and modular approach rather than long‑lead commitments to a single path. To combat some of the concerns organisations may have, we recommend a funnel‑based readiness framework to help organisations identify their AI use cases and goals (training, inference, coding tasks) and then choose appropriate architectures and services. Because AI is changing quickly, decisions today should prioritise adaptability, pilot testing and options that can be extended or re‑configured as requirements sharpen, rather than locking into a single, rigid model.</p>



<p><a href="https://datacom.com/au/en/discover/articles/digital-resilience-starts-with-the-right-infrastructure?cid=art:au:datcen:cio:1034" rel="sponsored">Learn how Datacom is partnering with organisations</a> to move from AI strategy to scalable practice – designing, piloting, and scaling secure AI across diverse environments.</p>



<p><strong>Glossary</strong></p>



<ul class="wp-block-list">
<li>Edge/near-edge: Compute resources located close to data sources or end users to reduce latency. Near-edge refers to a closely proximate layer, often in metro areas.</li>



<li>Multi-environment AI architecture: An approach that intentionally uses edge, core data centres and cloud to balance latency, governance, cost and data residency.</li>



<li>Orchestration: End-to-end management of AI models and data across environments, including deployment, data movement and lifecycle operations.</li>



<li>Governance: Policies and controls governing data handling, model usage, security, compliance, risk management and auditability across environments.</li>



<li>FinOps: Financial operations practices for AI and cloud spend, including cost visibility, budgeting, optimisation and cost control across environments.</li>



<li>Data residency: Regulations governing where data is stored and processed, often tied to geographic or regulatory requirements.</li>



<li>Data sovereignty: Legal authority over data, including access rights and regulatory obligations that can constrain data movement across borders.</li>



<li>Data locality: Proximity of data to where it is processed, influencing latency, bandwidth and regulatory considerations.</li>



<li>Latency: Time delay between input and output, typically measured in milliseconds. It’s critical for real-time AI tasks.</li>



<li>AI workloads: Categories such as training (model learning), inference (runtime predictions) and generative/agentic AI (code generation, chat, autonomous decision-making).</li>



<li>Service models for AI deployments: Examples include GPU-based infrastructure, bespoke builds or platform/tooling offerings that support multi-environment AI.</li>



<li>Funnel readiness framework: A structured approach to identify AI goals (training, inference, coding tasks) and map them to suitable footprints, services and governance controls.</li>
</ul>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[이란 드론 공격에 아마존, 중동 AWS 리전 한 달 사용료 전액 면제]]></title>
<description><![CDATA[이란의 드론 공격으로 이달 초 장애가 발생한 중동 지역 데이터센터를 이용하는 고객을 대상으로, AWS가 한 달 치 사용 요금을 전액 면제하기로 했다고 확인했다. 이는 매우 이례적인 조치로 평가된다.



3월 1일 발생한 공격으로 중동 지역 내 AWS 데이터센터 두 곳, ME-CENTRAL-1(아랍에미리트)과 ME-SOUTH-1(바레인)이 피해를 입었다. 회사는 다음 날 해당 사실을 공식 인정했다.



AWS는 서비스 상태 페이지를 통해 “이번 공습으로 건물 구조에 손상이 발생했고, 인프라에 대한 전력 공급이 중단됐다”며 “...]]></description>
<link>https://tsecurity.de/de/3397838/it-nachrichten/aws/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3397838/it-nachrichten/aws/</guid>
<pubDate>Wed, 01 Apr 2026 03:46:08 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>이란의 드론 공격으로 이달 초 장애가 발생한 중동 지역 데이터센터를 이용하는 고객을 대상으로, AWS가 한 달 치 사용 요금을 전액 면제하기로 했다고 확인했다. 이는 매우 이례적인 조치로 평가된다.</p>



<p>3월 1일 발생한 공격으로 중동 지역 내 AWS 데이터센터 두 곳, ME-CENTRAL-1(아랍에미리트)과 ME-SOUTH-1(바레인)이 피해를 입었다. 회사는 다음 날 해당 사실을 공식 인정했다.</p>



<p>AWS는 서비스 상태 페이지를 통해 “이번 공습으로 건물 구조에 손상이 발생했고, 인프라에 대한 전력 공급이 중단됐다”며 “일부 구역에서는 화재 진압 작업이 필요했으며, 이 과정에서 추가적인 침수 피해도 발생했다”고 <a href="https://health.aws.amazon.com/health/status?tag=pcmaguk-21&amp;ascsubtag=u%7Ccloud-infrastructure%7C163488%7Camazon-cloud-services-disrupted-in-uae-after-objects-hit-a-data-center" target="_blank" rel="nofollow">밝혔다</a>.</p>



<p>이번 장애로 해당 리전에서 제공되던 여러 AWS 서비스가 영향을 받았다. EC2, S3, 다이너모DB, AWS 람다, 키네시스, 클라우드워치, RDS는 물론 AWS 관리 콘솔과 명령줄 인터페이스(CLI)도 일부 중단됐다.</p>



<p>3월 26일 AWS 전문가이자 블로거인 <a href="https://www.linkedin.com/in/coquinn/" target="_blank" rel="nofollow">코리 퀸</a>은 IT 언론사 <a href="https://www.theregister.com/2026/03/26/aws_would_prefer_to_forget/" target="_blank" rel="nofollow">더레지스터를 통해</a>, 아마존이 해당 시설을 사용하는 고객에게 3월 요금을 면제한다는 내용의 이메일을 발송했다고 전했다.</p>



<p>퀸이 인용한 이메일에서 AWS는 “AWS는 2026년 3월 ME-CENTRAL-1 리전의 모든 사용량 기반 요금을 면제한다”며 “해당 면제는 고객 계정에 자동 적용되며, 별도의 조치는 필요 없다”고 안내했다.</p>



<p>이어 “처리가 완료되면 비용 및 사용 보고서(Cost and Usage Report)나 코스트 익스플로러에서 2026년 3월 ME-CENTRAL-1 리전 사용 내역이 표시되지 않을 것”이라고 공지한 것으로 전해졌다.</p>



<h2 class="wp-block-heading">청구서를 넘어선 의미</h2>



<p>서비스 수준 협약(SLA) 문제와 관련해 계정에 일부 크레딧이 적용되는 경우는 종종 있었지만, 특정 리전의 한 달 전체 사용 요금을 면제하는 조치는 전례를 찾기 어렵다는 평가가 나온다.</p>



<p>더 논란이 되는 부분은 이번 조치가 컴플라이언스 및 보안 포렌식에 활용되는 핵심 비용 및 사용 보고서(Cost and Usage Report, CUR) 데이터까지 사실상 제거하는 효과를 낳을 수 있다는 점이라고 퀸은 지적했다.</p>



<p>퀸은 AWS의 CUR이 단순한 과금 수단이 아니라고 설명했다. 어떤 서비스를 얼마나 사용했는지를 정밀하게 기록해 비용 배분에 필수적인 자료로 활용되며, 낭비되거나 과소 활용된 리소스를 추적하는 데에도 중요한 역할을 한다는 것이다.</p>



<p>퀸은 “대부분의 조직에서 AWS 청구서는 단순한 인보이스가 아니다. 어떤 인프라가 존재하는지, 어디에서 운영되고 있는지, 얼마나 오랫동안 유지됐는지를 보여주는 기준 기록”이라며 “컴플라이언스 팀이 이를 기반으로 업무를 수행하고, 감사 과정에서도 해당 자료를 요구하며, 핀옵스(FinOps) 팀 역시 이를 토대로 운영 체계를 구축한다”고 밝혔다.</p>



<p>이 사안과 관련해 CSO의 질의에 답변한 AWS는 기존 입장을 보다 구체화했다. 회사는 고객이 3월 기간에 대한 요금을 확인하지 않도록 사용 데이터를 과금 보고서에서 필터링했을 뿐이라고 설명했다.</p>



<p>다만 고객은 여전히 과금 데이터에 접근할 수 있다고 밝혔다. AWS 대변인은 이메일을 통해 “AWS는 2026년 3월 ME-CENTRAL-1 리전의 모든 사용량 기반 요금을 면제한다고 고객에게 안내했다”며 “AWS는 고객의 과금 데이터를 삭제하지 않았으며, 사용 데이터는 요청 시 제공된다”고 전했다.</p>



<p>이번 공격은 <a href="https://en.wikipedia.org/wiki/HESA_Shahed_136" target="_blank" rel="nofollow">샤헤드-136</a>이라는 드론에 의해 이뤄진 것으로 알려졌다. 전쟁으로 인해 미국의 주요 하이퍼스케일러가 직접적인 영향을 받은 사례는 이번이 처음으로, 데이터센터와 디지털 경제가 이러한 유형의 공격에 얼마나 취약한지를 보여주는 사건으로 평가된다.</p>



<p>AWS <a href="https://health.aws.amazon.com/health/status?tag=pcmaguk-21&amp;ascsubtag=u%7Ccloud-infrastructure%7C163488%7Camazon-cloud-services-disrupted-in-uae-after-objects-hit-a-data-center" target="_blank" rel="nofollow">상태 페이지</a>에 따르면 3월 말 현재까지도 중동 지역 데이터센터는 여전히 일부 장애를 겪고 있다. 드론 공격의 여파가 완전히 해소되지 않았음을 시사하는 대목이다.</p>



<h2 class="wp-block-heading">모든 데이터센터가 표적</h2>



<p>AWS만의 문제는 아니다. 이번 분쟁에서 양측은 상대를 지원한다고 판단한 데이터센터를 공격 대상으로 삼고 있다. 3월 5일 이슬람 혁명수비대(IRGC)와 밀접한 관계로 알려진 이란 파르스 통신은 <a href="https://t.me/farsna/415292" target="_blank" rel="nofollow">성명을 통해</a>, AWS 데이터센터에 대한 공격이 해당 시설이 “적의 군사 및 정보 활동을 지원한” 데 따른 직접적인 결과라고 주장했다.</p>



<p>이어 3월 11일에는 이스라엘이 이란 수도 테헤란의 한 데이터센터를 공격했다는 <a href="https://www.jpost.com/middle-east/iran-news/article-889604" target="_blank" rel="nofollow">보도도 나왔다</a>. 이스라엘은 IRGC 구성원에게 자금을 지급하는 데 사용되는 은행 서비스를 교란하기 위해 해당 시설을 겨냥한 것으로 전해졌다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Q&A: Edge, latency, energy and governance in a distributed AI world]]></title>
<description><![CDATA[Datacom’s AI and infrastructure leaders – Matt Neil (Director – Data Centres), Mike Walls (Director – Cloud) and Daniel Bowbyes (Associate Director – Strategy) – discuss where edge and near-edge deployments add value and how to orchestrate AI across distributed environments while maintaining gove...]]></description>
<link>https://tsecurity.de/de/3397665/it-nachrichten/qa-edge-latency-energy-and-governance-in-a-distributed-ai-world/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3397665/it-nachrichten/qa-edge-latency-energy-and-governance-in-a-distributed-ai-world/</guid>
<pubDate>Wed, 01 Apr 2026 01:01:27 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Datacom’s AI and infrastructure leaders – Matt Neil (Director – Data Centres), Mike Walls (Director – Cloud) and Daniel Bowbyes (Associate Director – Strategy) – discuss where edge and near-edge deployments add value and how to orchestrate AI across distributed environments while maintaining governance and cost discipline. </p>



<p><strong>Latency is often cited as a driver for edge or regional deployments. In practice, what types of artificial intelligence (AI) workloads are most sensitive to latency?</strong></p>



<p><strong>Matt Neil, Director – Data Centres</strong>: Workloads requiring real-time processing and immediate feedback are the most latency‑sensitive. These include applications that need sub-10 millisecond responses, such as vehicle telematics, control systems, robotics and real-time decision-making in autonomous or semi-autonomous contexts. </p>



<p>Edge computing reduces the need to transmit data to core data centres, enabling faster responses and lower network dependency. As AI adoption grows, edge will become more important for delivering services close to end users, especially when the data volume or the speed of response makes central processing impractical.</p>



<p><strong>Can you share examples of AI use cases that are best suited to edge or near-edge environments?</strong></p>



<p><strong>Neil</strong>: Edge or near‑edge deployments are best suited to AI workloads that require real‑time processing and local decision‑making, where latency, bandwidth or reliability constraints make sending data back to a central data centre impractical.</p>



<p>These use cases prioritise speed, autonomy and the ability to process large volumes of data close to where it is generated. By running AI at or near the edge, organisations can deliver immediate outcomes, reduce network dependency and enable decision‑making in scenarios where milliseconds matter.</p>



<p>Key examples include:</p>



<ul class="wp-block-list">
<li>Gaming and interactive experiences that demand immediate response</li>



<li>Remote farming and agricultural tech, where local processing supports autonomous or semi‑autonomous operations</li>



<li>Vehicle telematics and control systems, including safety‑critical or instant‑driven decisions</li>



<li>Self‑driving vehicles and other autonomous mobility applications</li>



<li>Warehouse and manufacturing automation, where on‑site AI can optimise operations without round‑trip network delays</li>
</ul>



<p><strong>Energy consumption and sustainability are becoming board-level concerns. How does AI change the energy equation for infrastructure teams?</strong></p>



<p><strong>Neil</strong>: AI workloads are more energy‑intensive than traditional data workloads, driving a need for more, and sometimes newer, data centre capacity. This intensifies trade‑offs between sustainability and cost with organisations aiming for efficiency and lower carbon footprints but also working to balance these goals against budget realities and time to value. </p>



<p>Location also matters, as naturally cooler climates can improve energy efficiency, so places like New Zealand are attractive for organisations seeking data centres that offer sustainable operations at scale. When comparing options, organisations will favour locations offering comparable service levels at similar prices but with lower energy use or lower carbon intensity. The practical takeaway is to pursue the most energy‑efficient, cost‑effective option that still meets performance, resilience and regulatory needs, rather than pursuing sustainability targets in isolation.</p>



<p><strong>As AI becomes more distributed, what new challenges does this introduce for orchestration and management?</strong></p>



<p><strong>Mike Walls, Director – Cloud: </strong>Distributed AI adds complexity in orchestration, lifecycle management and governance across multiple environments. Challenges include:</p>



<ul class="wp-block-list">
<li>Keeping models and data in sync across edge and central environments</li>



<li>Managing access and security consistently – across human and digital realms</li>



<li>Maintaining transparency and control over where and how data is processed</li>



<li>Ensuring data residency and compliance across jurisdictions </li>



<li>Managing fluctuating AI model, platform and token use and costs </li>
</ul>



<p><strong>Daniel Bowbyes, Associate Director – Strategy: </strong>It’s no longer enough to be able to identify a person or an AI agent when it accesses a system. Management solutions will also have to track agent intent to validate the purpose behind the agent’s action to protect against prompt injection attacks and intent hijacking. </p>



<p>Where systems are using external large language models (LLMs), organisations will need to continually probe and test them for potential supply chain attacks leading to drift and undesirable AI agent decision-making. As agents become more powerful, they will require access to multiple organisational systems and data sources. It’s critical that organisations have the right management systems in place to be able to easily report on which agents have access to which data sources and replay agent actions in the event of an investigation.</p>



<p>Just as organisations harvest unused licences and regularly review system usage to ensure staff are using the most optimal licence for their needs, organisations will have to evolve their AI FinOps capability to not only track if staff are using AI features in a system, but if their usage is appropriate for the system and the LLM employed by that system.</p>



<p><strong>What operational issues are organisations often under-prepared for when running AI at scale?</strong></p>



<p><strong>Bowbyes: </strong>AI at scale can be a significant financial cost to the organisation. For those organisations looking to deploy and manage their own infrastructure, there are significant supply chain challenges in just getting hold of compute hardware, let alone the complexity and cost of the hosting, power and cooling systems needed to run the hardware. There are also the ongoing infrastructure running and licensing costs and the significant rate of hardware technology change.</p>



<p><strong>Walls</strong><em>: </em>There’s also a general preparedness gap around:</p>



<ul class="wp-block-list">
<li>The need for mature governance and policy frameworks</li>



<li>Understanding use cases against the right models and infrastructure</li>



<li>The challenges of building the right infrastructure to support AI at scale</li>



<li>Heightened data governance and regulatory pressures</li>



<li>The risk that current AI, and certainly traditional, security is insufficient</li>
</ul>



<p> All of these collectively need proactive planning, investment in processes and flexible, scalable infrastructure strategies.</p>



<p><strong>Bowbyes</strong>: Organisations that are looking to consume AI infrastructure as a service shield themselves from large capital outlays but potentially face high running costs, GPU availability risks, latency risks and the need to have very tight financial controls to ensure AI processing costs don’t blow out, causing cashflow issues.</p>



<p><strong>How important is consistency across environments (cloud, data centre, edge) when it comes to deploying and operating AI models?</strong></p>



<p><strong>Walls</strong>: It’s hugely important for governance, security and reliability when leveraging or moving models and data across environments. We’re finding that AI infrastructure and the reality of different models for different use cases drives different platform needs is a recurring topic in conversations we’re having, which implies there’s a need for coherent policy, tooling and architecture across the different environments. While edge deployments address latency and locality, centralised environments provide scale and governance. But even within an environment, different model use may drive different infrastructure needs. A managed, consistent approach across all environments helps reduce risk, simplify operations and improve the ability to deploy and maintain AI models at scale.</p>



<p><a href="https://datacom.com/au/en/discover/articles/digital-resilience-starts-with-the-right-infrastructure?cid=art:au:datcen:cio:1034" rel="sponsored">Find out how Datacom is supporting organisations</a> in optimising and governing AI workloads across distributed environments, while advancing sustainability and compliance goals.</p>



<p>Glossary </p>



<ul class="wp-block-list">
<li><strong>Edge</strong>: Computing resources located close to data sources or end users to reduce latency.</li>



<li><strong>Near-edge</strong>: A closely proximate compute layer to edge devices, often networked to edge data sources.</li>



<li><strong>Distributed AI</strong>: AI workloads spread across multiple environments (edge, data centre, cloud) with coordinated governance.</li>



<li><strong>Governance</strong>: Policies and controls governing data, models, security and compliance.</li>



<li><strong>FinOps</strong>: Financial operations practices for cloud/AI spend, including costing, budgeting and optimisation.</li>



<li><strong>Data residency and sovereignty</strong>: Regulations governing where data is stored and processed and by whom.</li>



<li><strong>Orchestration</strong>: Managing the end-to-end workflow of AI models and data across environments.</li>



<li><strong>Prompt injection / supply-chain risk</strong>: Security concerns around manipulated prompts or compromised models/data sources.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity">
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Build a FinOps agent using Amazon Bedrock AgentCore]]></title>
<description><![CDATA[In this post, you learn how to build a FinOps agent using Amazon Bedrock AgentCore that helps your finance team manage AWS costs across multiple accounts. This conversational agent consolidates data from AWS Cost Explorer, AWS Budgets, and AWS Compute Optimizer into a single interface, so your te...]]></description>
<link>https://tsecurity.de/de/3397112/ai-nachrichten/build-a-finops-agent-using-amazon-bedrock-agentcore/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3397112/ai-nachrichten/build-a-finops-agent-using-amazon-bedrock-agentcore/</guid>
<pubDate>Tue, 31 Mar 2026 20:02:38 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[In this post, you learn how to build a FinOps agent using Amazon Bedrock AgentCore that helps your finance team manage AWS costs across multiple accounts. This conversational agent consolidates data from AWS Cost Explorer, AWS Budgets, and AWS Compute Optimizer into a single interface, so your team can ask questions like "What are my top cost drivers this month?" and receive immediate answers.]]></content:encoded>
</item>
<item>
<title><![CDATA[Enterprises demand cloud value]]></title>
<description><![CDATA[The release of the Flexera 2026 State of the Cloud Report provides vital insights into how enterprises are navigating the constantly changing landscape of cloud computing and increasingly AI-driven workloads. The findings show that the enterprise cloud discussion has changed significantly in rece...]]></description>
<link>https://tsecurity.de/de/3395487/ai-nachrichten/enterprises-demand-cloud-value/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3395487/ai-nachrichten/enterprises-demand-cloud-value/</guid>
<pubDate>Tue, 31 Mar 2026 11:17:45 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>The release of the <a href="https://info.flexera.com/CM-REPORT-State-of-the-Cloud">Flexera 2026 State of the Cloud Report</a> provides vital insights into how enterprises are navigating the constantly changing landscape of cloud computing and increasingly AI-driven workloads. The findings show that the enterprise cloud discussion has changed significantly in recent years.</p>



<p>What started as a focus on cost-cutting and simple lift-and-shift migration has evolved into a complex balancing act involving governance, innovation, and measurable business value. This shift is not only logical but also expected, especially considering the rise of AI and the shared experience of enterprises that have faced unexpected cloud costs and unchecked spending for years.</p>



<p>Let’s explore what the report shows, why these findings are expected given industry trends, and what enterprises can do to extract real value from their ongoing—indeed, increasing—cloud investments.</p>



<h2 class="wp-block-heading">Moving beyond cost-cutting</h2>



<p>The main finding from the 2026 State of the Cloud Report is that organizations are clearly moving past an era where “cost-cutting at all costs” was the primary cloud strategy. We see a notable 12% increase in organizations reporting value delivered to business units year over year, even as the emphasis on simple efficiency and savings has decreased by 6%.</p>



<p>This marks a turning point in cloud adoption maturity. For years, cloud evangelists and technology leaders highlighted the cost advantages of moving from on-premises systems to the public cloud, and rightly so. However, the initial enthusiasm faded for many CIOs and CFOs as complexities increased, such as cloud sprawl, unpredictable billing, or wasted resources. According to the report, about 29% of cloud spending is still wasted, a sobering figure for any CFO’s office, but this also marks an improvement compared to years of uncontrolled growth. Now, the focus is on making productive investments and how cloud services can significantly impact business results.</p>



<p>Wiser organizations are trying to understand the cost of each service, align spending with results, and develop the discipline to measure value at every level, from individual projects to large-scale digital transformation efforts.</p>



<h2 class="wp-block-heading">Oversight and governance models</h2>



<p>As cloud complexity increases, so does the need for controls and clear leadership. The State of the Cloud Report shows a growth in the adoption of cloud centers of excellence (CCOEs) and <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">finops </a>teams, with 71% of organizations now using CCOEs. More organizations have dedicated finops teams to advise, manage, and optimize cloud spend. Teams are also more active in overseeing SaaS and cloud software usage.</p>



<p>What unites these efforts is a shift toward centralized accountability. Enterprises have learned the hard way that finops, CCOEs, and asset management cannot function in isolation. Cloud cost management collapses when roles and responsibilities are scattered. The most developed organizations coordinate efforts across teams to maintain shared views on spending, usage, and business priorities.</p>



<p>Some enterprises may worry about adding bureaucracy, but establishing transparency and focus will balance innovation with risk management and connect cloud spending directly to organizational goals.</p>



<h2 class="wp-block-heading">Opportunities and risks of AI</h2>



<p>Perhaps the most important change in this year’s report is the rise in AI-driven workloads, especially the adoption of <a href="https://www.infoworld.com/article/2338115/what-is-generative-ai-artificial-intelligence-that-creates.html">generative AI</a>. The data is clear: 45% of organizations now use genAI extensively, up from 36% a year earlier. Companies see significant opportunities for innovation and gaining a competitive edge through AI. At the same time, they realize that AI workloads are flexible, can incur unpredictable costs, and are often billed under new consumption-based pricing models that can quickly escalate without strong governance.</p>



<p>While there’s excitement about AI’s potential, there’s also a rapidly growing consensus that strong governance and cost controls must be put in place before spending spirals far beyond projections. We’re starting to see organizations appoint dedicated AI governance leaders who can ensure that innovation is safe, scalable, and firmly tied to business value and operational accountability (unlike the early, chaotic days of cloud).</p>



<p><a href="https://www.infoworld.com/article/2256637/what-is-saas-software-as-a-service-defined.html">SaaS </a>spending, too, has exploded, with the most common monthly range among respondents jumping to $200,000 to $500,000. This is a sharp increase from the $50,000 to $100,000-tier that dominated last year, driven largely by the proliferation of AI-powered features and complex, usage-based pricing models. The conclusion: Cloud bills won’t shrink anytime soon, but organizations are determined not to repeat past mistakes. The focus now is on ensuring every dollar has a tangible return.</p>



<h2 class="wp-block-heading">Three ways to boost cloud value</h2>



<p>If you’ve tracked cloud growth as long as I have, these shifts are both natural and expected. Ten years ago, cost savings were the main focus of every cloud business case. As companies moved beyond the initial adoption phase, issues like sprawl, waste, and sticker shock emerged. The rise of AI and its endless demand for compute and data have increased both the opportunities and risks. Enterprises are seeking a balanced approach that carefully considers innovation, costs, and business value.</p>



<p>Cloud cost management is evolving into a smarter, value-driven discipline that’s keeping pace with business priorities and fast-changing markets. Here are three recommendations for enterprises looking to increase value in their cloud services:</p>



<ol class="wp-block-list">
<li>Double down on centralized governance. Build or strengthen your CCOE and finops capabilities, but don’t let these teams operate independently. Accountability and transparency must be shared and tied directly to business outcomes.</li>



<li>Bring AI governance into the fold early. Establish clear ownership, set measurable goals, and don’t hesitate to manage experimental projects with the same rigor as production workloads. AI innovation is too expensive and too important to leave to chance.</li>



<li>Treat finops as an ongoing discipline, not a one-time project. Invest in the people, processes, and tools that support continuous tracking, optimization, and reporting. Incorporate cost and value discussions into every cloud project’s life cycle.</li>
</ol>



<p>The key message from this year’s report is simple: Enterprises are demanding clear value from their cloud and AI initiatives. That’s expected, and it’s exactly where mature organizations should be headed.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Amazon waives entire month’s AWS charges after Iranian drone attack]]></title>
<description><![CDATA[In a highly unusual move, Amazon has confirmed that it is waiving an entire month’s usage charges for customers using two Middle Eastern datacenters disrupted by Iranian drone attacks earlier this month.



The attacks on March 1 damaged two Amazon datacenters in the region, ME-CENTRAL-1 (United ...]]></description>
<link>https://tsecurity.de/de/3393781/it-security-nachrichten/amazon-waives-entire-months-aws-charges-after-iranian-drone-attack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3393781/it-security-nachrichten/amazon-waives-entire-months-aws-charges-after-iranian-drone-attack/</guid>
<pubDate>Mon, 30 Mar 2026 18:21:35 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>In a highly unusual move, Amazon has confirmed that it is waiving an entire month’s usage charges for customers using two Middle Eastern datacenters disrupted by Iranian drone attacks earlier this month.</p>



<p>The attacks on March 1 damaged two Amazon datacenters in the region, ME-CENTRAL-1 (United Arab Emirates) and ME-SOUTH-1 (Bahrain), something the company acknowledged the following day.</p>



<p>“These strikes have caused structural damage, disrupted power delivery to our infrastructure, and in some cases required fire suppression activities that resulted in additional water damage,” <a href="https://health.aws.amazon.com/health/status?tag=pcmaguk-21&amp;ascsubtag=u%7Ccloud-infrastructure%7C163488%7Camazon-cloud-services-disrupted-in-uae-after-objects-hit-a-data-center" target="_blank" rel="noreferrer noopener">Amazon advised </a>on its service health page.</p>



<p>The <a href="https://www.networkworld.com/article/4140145/aws-middle-east-outage-a-reminder-not-to-rely-on-cloud-as-disaster-recovery-plan.html" target="_blank">disruption</a> affected multiple Amazon services at these locations, including EC2, S3, DynamoDB, AWS Lambda, Kinesis, CloudWatch, and RDS, as well as the AWS Management Console and command line interface (CLI).</p>



<p>Last week, AWS expert and blogger <a href="https://www.linkedin.com/in/coquinn/" target="_blank" rel="noreferrer noopener">Cory Quinn</a> reported in an article on The Register that the company had emailed customers using these facilities with the news that March charges would be waived.</p>



<p>“AWS is waiving all usage-related charges in the ME-CENTRAL-1 Region for March 2026. This waiver applies automatically to your account(s), and no action is required from you,” Amazon wrote in the email quoted by Quinn.</p>



<p>“You will not see any March 2026 usage for the ME-CENTRAL-1 Region in your Cost and Usage Report or Cost Explorer once processing is complete,” the email reportedly continued.</p>



<h2 class="wp-block-heading">Not just an invoice</h2>



<p>While credits are sometimes applied to accounts related to service level agreements (SLAs) issues, waiving charges for an entire month appears to be unprecedented.</p>



<p>More contentiously, according to Quinn, the move would also have the effect of wiping essential Cost and Usage Report (CUR) data used in compliance and security forensics.</p>



<p>Quinn pointed out that the AWS CUR is not only a general billing facility; it gives customers a precise record of which services were consumed, essential for cost allocation. This also helps track wasted or under-used resources.</p>



<p>“For most organizations, the AWS bill isn’t just an invoice. It’s the canonical record of what infrastructure exists, where it’s running, and how long it’s been there,” Quinn wrote. Moreover, “compliance teams rely on it. Auditors request it. FinOps teams build their entire practice on it.”</p>



<p>In response to questions from <em>CSO</em> about this issue, Amazon clarified its statement, saying that usage data was filtered from billing reports so that customers would not see charges for the March period.</p>



<p>However, it said, customers would still be able to access billing data. “We notified customers that AWS is waiving all usage-related charges in the ME-CENTRAL-1 Region for March 2026. AWS did not delete customer billing data and usage data is available to customers upon request,” an AWS spokesperson said in an email.</p>



<p>The attacks, reportedly by <a href="https://en.wikipedia.org/wiki/HESA_Shahed_136" target="_blank" rel="noreferrer noopener">Shahed 136drones</a>, are believed to be the first time war has disrupted a major US hyperscaler, underlining the vulnerability of datacenters and the digital economy to this type of attack.</p>



<p>According to Amazon’s <a href="https://health.aws.amazon.com/health/status?tag=pcmaguk-21&amp;ascsubtag=u%7Ccloud-infrastructure%7C163488%7Camazon-cloud-services-disrupted-in-uae-after-objects-hit-a-data-center" target="_blank" rel="noreferrer noopener">status page</a>, the company’s Middle East datacenters are still suffering disruption as of late March, indicating that the impact of the drone attacks continues to be felt.</p>



<h2 class="wp-block-heading">All datacenters targeted</h2>



<p>AWS isn’t alone. Both sides in the conflict are attacking datacenters that they believe support their opposition. On March 5, Iran’s FARS News Agency, which has close ties to the Islamic Revolutionary Guard Corps (IRGC), issued <a href="https://t.me/farsna/415292" target="_blank" rel="noreferrer noopener">a statement</a> claiming the attacks on Amazon’s datacenters was the direct result of the facilities “supporting the enemy’s military and intelligence activities.”</p>



<p>And on March 11, <a href="https://www.jpost.com/middle-east/iran-news/article-889604" target="_blank" rel="noreferrer noopener">Israel reportedly</a> attacked a datacenter in Iranian capital Tehran in an attempt to disrupt bank services used to pay members of the IRGC.</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Amazon waives entire month’s AWS charges after Iranian drone attack]]></title>
<description><![CDATA[In a highly unusual move, Amazon has confirmed that it is waiving an entire month’s usage charges for customers using two Middle Eastern datacenters disrupted by Iranian drone attacks earlier this month.



The attacks on March 1 damaged two Amazon datacenters in the region, ME-CENTRAL-1 (United ...]]></description>
<link>https://tsecurity.de/de/3393770/it-nachrichten/amazon-waives-entire-months-aws-charges-after-iranian-drone-attack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3393770/it-nachrichten/amazon-waives-entire-months-aws-charges-after-iranian-drone-attack/</guid>
<pubDate>Mon, 30 Mar 2026 18:16:52 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>In a highly unusual move, Amazon has confirmed that it is waiving an entire month’s usage charges for customers using two Middle Eastern datacenters disrupted by Iranian drone attacks earlier this month.</p>



<p>The attacks on March 1 damaged two Amazon datacenters in the region, ME-CENTRAL-1 (United Arab Emirates) and ME-SOUTH-1 (Bahrain), something the company acknowledged the following day.</p>



<p>“These strikes have caused structural damage, disrupted power delivery to our infrastructure, and in some cases required fire suppression activities that resulted in additional water damage,” <a href="https://health.aws.amazon.com/health/status?tag=pcmaguk-21&amp;ascsubtag=u%7Ccloud-infrastructure%7C163488%7Camazon-cloud-services-disrupted-in-uae-after-objects-hit-a-data-center" target="_blank" rel="nofollow">Amazon advised </a>on its service health page.</p>



<p>The <a href="https://www.networkworld.com/article/4140145/aws-middle-east-outage-a-reminder-not-to-rely-on-cloud-as-disaster-recovery-plan.html" target="_blank">disruption</a> affected multiple Amazon services at these locations, including EC2, S3, DynamoDB, AWS Lambda, Kinesis, CloudWatch, and RDS, as well as the AWS Management Console and command line interface (CLI).</p>



<p>Last week, AWS expert and blogger <a href="https://www.linkedin.com/in/coquinn/" target="_blank" rel="nofollow">Cory Quinn</a> reported in an article on The Register that the company had emailed customers using these facilities with the news that March charges would be waived.</p>



<p>“AWS is waiving all usage-related charges in the ME-CENTRAL-1 Region for March 2026. This waiver applies automatically to your account(s), and no action is required from you,” Amazon wrote in the email quoted by Quinn.</p>



<p>“You will not see any March 2026 usage for the ME-CENTRAL-1 Region in your Cost and Usage Report or Cost Explorer once processing is complete,” the email reportedly continued.</p>



<h2 class="wp-block-heading">Not just an invoice</h2>



<p>While credits are sometimes applied to accounts related to service level agreements (SLAs) issues, waiving charges for an entire month appears to be unprecedented.</p>



<p>More contentiously, according to Quinn, the move would also have the effect of wiping essential Cost and Usage Report (CUR) data used in compliance and security forensics.</p>



<p>Quinn pointed out that the AWS CUR is not only a general billing facility; it gives customers a precise record of which services were consumed, essential for cost allocation. This also helps track wasted or under-used resources.</p>



<p>“For most organizations, the AWS bill isn’t just an invoice. It’s the canonical record of what infrastructure exists, where it’s running, and how long it’s been there,” Quinn wrote. Moreover, “compliance teams rely on it. Auditors request it. FinOps teams build their entire practice on it.”</p>



<p>In response to questions from <em>CSO</em> about this issue, Amazon clarified its statement, saying that usage data was filtered from billing reports so that customers would not see charges for the March period.</p>



<p>However, it said, customers would still be able to access billing data. “We notified customers that AWS is waiving all usage-related charges in the ME-CENTRAL-1 Region for March 2026. AWS did not delete customer billing data and usage data is available to customers upon request,” an AWS spokesperson said in an email.</p>



<p>The attacks, reportedly by <a href="https://en.wikipedia.org/wiki/HESA_Shahed_136" target="_blank" rel="nofollow">Shahed 136drones</a>, are believed to be the first time war has disrupted a major US hyperscaler, underlining the vulnerability of datacenters and the digital economy to this type of attack.</p>



<p>According to Amazon’s <a href="https://health.aws.amazon.com/health/status?tag=pcmaguk-21&amp;ascsubtag=u%7Ccloud-infrastructure%7C163488%7Camazon-cloud-services-disrupted-in-uae-after-objects-hit-a-data-center" target="_blank" rel="nofollow">status page</a>, the company’s Middle East datacenters are still suffering disruption as of late March, indicating that the impact of the drone attacks continues to be felt.</p>



<h2 class="wp-block-heading">All datacenters targeted</h2>



<p>AWS isn’t alone. Both sides in the conflict are attacking datacenters that they believe support their opposition. On March 5, Iran’s FARS News Agency, which has close ties to the Islamic Revolutionary Guard Corps (IRGC), issued <a href="https://t.me/farsna/415292" target="_blank" rel="nofollow">a statement</a> claiming the attacks on Amazon’s datacenters was the direct result of the facilities “supporting the enemy’s military and intelligence activities.”</p>



<p>And on March 11, <a href="https://www.jpost.com/middle-east/iran-news/article-889604" target="_blank" rel="nofollow">Israel reportedly</a> attacked a datacenter in Iranian capital Tehran in an attempt to disrupt bank services used to pay members of the IRGC.</p>



<p><em>This article originally appeared on <a href="https://www.networkworld.com/article/4151880/amazon-waives-entire-months-aws-charges-after-iranian-drone-attack.html">NetworkWorld</a>.</em></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The hidden inflation of AI: Why model collapse is a business risk]]></title>
<description><![CDATA[For the last 20 years, the economics of software were beautifully boring. The business model was predicated on a simple truth: Build once and sell infinitely. 



In the traditional SaaS era, the marginal cost of adding a new user was negligible. Whether a customer logged in once a month or once ...]]></description>
<link>https://tsecurity.de/de/3392705/it-nachrichten/the-hidden-inflation-of-ai-why-model-collapse-is-a-business-risk/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3392705/it-nachrichten/the-hidden-inflation-of-ai-why-model-collapse-is-a-business-risk/</guid>
<pubDate>Mon, 30 Mar 2026 13:02:29 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For the last 20 years, the economics of software were beautifully boring. The business model was predicated on a simple truth: Build once and sell infinitely. </p>



<p>In the traditional SaaS era, the marginal cost of adding a new user was negligible. Whether a customer logged in once a month or once a minute, the cost to the vendor, a tiny slice of database storage and server capacity, remained relatively flat and predictable. This predictability allowed companies to scale aggressively, offering unlimited seats and all-you-can-eat plans with confidence. Margins were high, costs were fixed and scale was the ultimate solvent for all problems. </p>



<p>Generative AI has broken that model. </p>



<p>We have entered a new era where software has a variable cost of goods sold. Every time a user interacts with a Gen AI feature, cash leaves the building. It leaves in the form of computing power, database searches and third-party API fees. Engagement, once the North Star metric for product success, has become a double-edged sword. In this new reality, a highly engaged user is no longer guaranteed to be your most profitable customer. They might actually be your biggest liability. </p>



<p>I call this the AI Volatility Tax. It is the silent erosion of gross margins caused by unmanaged, variable-cost intelligence, and it is currently the single biggest blind spot in enterprise innovation budgets. When inference costs rise faster than revenue per user, model performance becomes irrelevant because the business collapses before the model does. </p>



<h2 class="wp-block-heading">FOMO and the rush to negative margins </h2>



<p>Why are companies rushing into this trap? The driver is fear of missing out (FOMO). </p>



<p>The pressure from boards to “do AI” is suffocating. This urgency triggers a collective suspension of disbelief regarding unit economics. We saw this in the dot-com bubble and we are seeing it again. Leadership teams are so terrified of being perceived as laggards that they are greenlighting features that are fundamentally structurally unprofitable. </p>



<p>I recently advised a legal-tech firm that had integrated a powerful large language model (LLM) to help lawyers summarize case files. The product worked beautifully. It was accurate, fast and the users loved it. Usage skyrocketed post-launch. </p>



<p>But when the first quarterly financial review arrived, the celebration ended. The team had routed every single query, from complex legal reasoning to simple keyword searches, through a high-end, reasoning-heavy model. When we modeled the unit economics, the math was brutal. For every $1.00 of subscription revenue the feature generated, the company was spending $1.20 on processing and infrastructure costs. </p>



<p>They had achieved product-market fit but failed business model fit. They were effectively subsidizing their customers’ work with their own venture capital. This wasn’t a software business anymore; it was a charity for law firms. This is not innovation. It is wealth transfer. </p>



<p><a href="https://sequoiacap.com/ai-600b/" target="_blank" rel="nofollow">Sequoia Capital has highlighted this massive gap between the billions spent on AI infrastructure and the actual revenue realized by applications</a>, dubbing it “AI’s $600B Question”. The gap exists because too many organizations are treating AI as a feature to be bolted onto existing fixed-price contracts rather than a consumable resource that requires a fundamentally different pricing and architectural strategy. </p>



<h2 class="wp-block-heading">The verification penalty </h2>



<p>There is another, more insidious layer to this inflation that rarely appears on the architecture diagram: The human cost of verification. We often assume AI output is “free” once the model is paid for, but in high-stakes B2B environments, that is a dangerous fallacy. </p>



<p>I worked with a customer support platform that implemented an AI agent to draft responses to complex technical tickets. The goal was to reduce agent handling time by 50 percent. The model was expensive, but the projected labor savings were massive. </p>



<p>Six months later, the savings hadn’t materialized. In fact, handling time had gone <em>up</em>. </p>



<p>When we audited the workflow, we found the problem. The AI was generating responses that were 90 percent accurate. That sounds good, but it meant 10 percent of the responses contained subtle, hallucinated technical errors that could cause data loss for customers. Because the agents couldn’t trust the AI blindly, they had to read and verify every single line of the generated text against the documentation. </p>



<p>It turns out that reading and fact-checking a confident-but-wrong paragraph often takes longer than writing the correct answer from scratch. We had traded “creation labor” for “verification labor,” and verification is harder to scale. The AI wasn’t a replacement for the human; it was a burden on the human. This “verification penalty” acts as a hidden tax on every transaction, eating away the margin gains we thought we had secured. </p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?w=392" alt="AUEB: AI margin audi screenshot" class="wp-image-4151362" srcset="https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?quality=50&amp;strip=all 1325w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=115%2C300&amp;quality=50&amp;strip=all 115w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=768%2C2006&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=392%2C1024&amp;quality=50&amp;strip=all 392w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=588%2C1536&amp;quality=50&amp;strip=all 588w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=784%2C2048&amp;quality=50&amp;strip=all 784w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=267%2C697&amp;quality=50&amp;strip=all 267w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=64%2C168&amp;quality=50&amp;strip=all 64w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=32%2C84&amp;quality=50&amp;strip=all 32w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=184%2C480&amp;quality=50&amp;strip=all 184w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=138%2C360&amp;quality=50&amp;strip=all 138w, https://b2b-contenthub.com/wp-content/uploads/2026/03/Foundry_Hidden-Inflation-of-AI_AUEB.png?resize=96%2C250&amp;quality=50&amp;strip=all 96w" width="392" height="1024" sizes="auto, (max-width: 392px) 100vw, 392px"></figure><p class="imageCredit">Richard Ewing</p></div>



<p>The unit economics trap. This diagnostic from the<a href="https://www.richardewing.io/tools/aueb" target="_blank" rel="nofollow"> AI Margin Audit</a> breaks down the “variable cost of goods sold” for AI features. It highlights how infrastructure costs (LLM tokens, vector DBs, third-party APIs) can silently erode gross margins if not governed. </p>



<h2 class="wp-block-heading">The vendor trap: Why models are not commodities </h2>



<p>Compounding this volatility is the uncomfortable fact that you do not own the supply chain. In traditional software, you owned the server or rented a standardized slice of computing power. You knew exactly what a CPU cycle cost. </p>



<p>In the Gen AI ecosystem, you are renting intelligence from a fluctuating oligopoly. The price of a processing token is not set by physics. It is set by business strategy. A model provider can change their pricing structure, deprecate a model or alter their rate limits with little notice. </p>



<p>I have seen product roadmaps crumble overnight because a provider shifted their API pricing, instantly turning a profitable feature into a loss leader. This introduces a new layer of vendor risk that most product managers are ill-equipped to handle. We are used to worrying about uptime but now we have to worry about yield. </p>



<p>If your entire product strategy relies on a specific proprietary model maintaining its current price point, you don’t have a strategy. You have a dependency. </p>



<h2 class="wp-block-heading">The multiplier effect of autonomous agents </h2>



<p>If basic “chat with your data” features are expensive, the next wave of AI, autonomous agents, threatens to multiply this volatility tax exponentially. </p>



<p>Agents are designed to be independent. They don’t just answer a question. They reason, plan, execute tools and critique their own work. A single user prompt like “Plan my marketing campaign” might trigger a chain of 50 or 100 internal reasoning loops. The agent might search the web, read a PDF, write a draft, critique the draft and rewrite it, all while the billing meter is spinning. </p>



<p>In a traditional software environment, loops are cheap. In a Gen AI environment, loops are expensive. Without strict governance, an agent getting stuck in a reasoning loop is the cloud equivalent of leaving a tap running in a drought. </p>



<p>Governance is not just about safety or bias.<a href="https://www.nist.gov/itl/ai-risk-management-framework" target="_blank" rel="nofollow"> </a><a href="https://www.nist.gov/itl/ai-risk-management-framework" target="_blank" rel="nofollow">As the National Institute of Standards and Technology (NIST) emphasizes in their AI Risk Management Framework</a>, it is essential for economic viability. Organizations that fail to implement circuit breakers and cost caps on their autonomous workflows risk waking up to cloud bills that obliterate their quarterly earnings. </p>



<h2 class="wp-block-heading">The governance imperative: Dynamic orchestration </h2>



<p>So how do winning organizations avoid this tax? They stop treating intelligence as a monolith. </p>



<p>The mistake the legal-tech firm made was using a PhD-level model to do intern-level work. Not every query requires the most expensive, smartest model on the market. </p>



<p>The emerging best practice is dynamic model orchestration. This strategy treats intelligence like a supply chain. When a request comes in, a lightweight router assesses the complexity of the task. </p>



<ul class="wp-block-list">
<li><strong>Is it a simple classification task?</strong> Route it to a cheap, fast, specialized model. </li>
</ul>



<ul class="wp-block-list">
<li><strong>Is it a summarization task?</strong> Route it to a mid-tier workhorse model. </li>
</ul>



<ul class="wp-block-list">
<li><strong>Is it complex, multi-step reasoning?</strong> Only then do we authorize the expense of a frontier model. </li>
</ul>



<p>By matching the cost of the model to the value of the query, organizations can protect their margins.<a href="https://www.gartner.com/en/webinar/755866/1711518-ai-finops-quantify-cost-risk-value" target="_blank" rel="nofollow"> </a><a href="https://www.gartner.com/en/webinar/755866/1711518-ai-finops-quantify-cost-risk-value" target="_blank" rel="nofollow">Gartner research on AI FinOps confirms that organizations implementing this type of cost governance early</a> are able to accelerate adoption responsibly, while those who ignore it are often forced to shut down popular features due to runaway costs. </p>



<p></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The shift to a modern cloud infrastructure delivers human benefits]]></title>
<description><![CDATA[For many organisations, the central question is no longer whether to modernise their organisation’s infrastructure, but how to do it in a way that benefits the business and its people.



Leaders are weighing these considerations as they determine if the time and investment on cloud migration is ...]]></description>
<link>https://tsecurity.de/de/3386981/it-nachrichten/the-shift-to-a-modern-cloud-infrastructure-delivers-human-benefits/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3386981/it-nachrichten/the-shift-to-a-modern-cloud-infrastructure-delivers-human-benefits/</guid>
<pubDate>Fri, 27 Mar 2026 16:46:30 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For many organisations, the central question is no longer whether to modernise their organisation’s infrastructure, but how to do it in a way that benefits the business and its people.</p>



<p>Leaders are weighing these considerations as they determine if the time and investment on cloud migration is worth it. How can they position transformation as part of a broader commercial strategy, and not just a technical one?</p>



<p>This requires the strategic sequence of migration before any decommissioning of existing systems, said Google Cloud A/NZ Strategic Pursuits Lead Stu Turner.</p>



<p>That urgency and complexity are especially evident when organisations exit data centres, and they need to do so without triggering a long-term cost blowout.</p>



<p>“When you’re evacuating a data centre, it’s not just a migration. You’re trying to get out as quickly as possible,” explained Turner. “From a commercial perspective, you can use that as an opportunity to move out in year one, modernise onto something else, and repurpose that committed spend onto cloud-native services. But I’d caution against just lifting and shifting and think about the cost profile.”</p>



<h2 class="wp-block-heading"><strong>How the cloud enhances IT operations</strong></h2>



<p>In a world where business demands are accelerating, decisions around what to modernise, what to keep, and when to move are critical to ensuring a smooth and effective transition. Migrating to a cloud-managed infrastructure platform allows workloads to be rapidly provisioned, scaled, and consolidated. It enables rationalisation of redundant virtual machines and software licenses, reducing maintenance overhead and improving operational efficiency.</p>



<p>The process can also uncover inefficiencies and opportunities, such as redundant virtual machines, obsolete software licenses, and gaps in disaster recovery processes.</p>



<p>By consolidating workloads onto cloud-managed platforms, organisations can reduce cognitive and operational load on IT teams, enabling them to focus on differentiating activities rather than maintaining non-core infrastructure.</p>



<h2 class="wp-block-heading"><strong>Cloud’s human impact</strong></h2>



<p>Adopting a hybrid cloud model for critical enterprise systems and keeping legacy applications on premises is a strategy for stability, performance, and compliance. Applications that benefit from elasticity, high availability, and remote access—such as digital services, collaboration tools, and analytics platforms—are deployed to public cloud environments.</p>



<p>This is where the human benefits of hybrid adoption become most visible.  Hybrid cloud also reduces the need for overnight maintenance, urgent patching, or firefighting. These are the necessary but routine tasks every organisation must perform: manual processes, duplicated reporting, and legacy system maintenance. Over time, this fragments organisational effort across low-level work.</p>



<p>Reducing cognitive load means simplifying, modernising, and automating what doesn’t set the organisation apart. In doing so, the organisation can refocus its energy on creating value, driving innovation, and delivering better customer experiences.</p>



<p>By clarifying responsibilities and consolidating workloads on cloud-managed platforms, organisations streamline operations and reduce unnecessary effort for both IT teams and the broader business.</p>



<h2 class="wp-block-heading"><strong>Managing migrations</strong></h2>



<p>For organisations managing cloud migration without operational interruption, a phased, staged approach is essential. Migration sequencing allows workloads to be consolidated, redundant infrastructure to be reduced, and licensing and maintenance costs to be optimised. It also enables rapid deployment of new workloads without extended project timelines.</p>



<p>This approach supports quick responses to peak demand or new business opportunities. By freeing operational capacity, a hybrid cloud model enables IT teams to focus on strategic initiatives rather than non-differentiating maintenance tasks.</p>



<p>This model also improves resilience and regulatory readiness. Having these efficiencies in place allows organisations to embed risk, security, and regulatory compliance into every phase of the migration.</p>



<p>For heavily regulated industries, requirements for data sovereignty, portability, and operational resilience must guide architectural decisions.</p>



<p>This means strategies focused on reducing single points of failure—including dependencies on third-party telecom providers—and ensuring continuity during regional outages. Importantly, governance structures, FinOps practices, disaster recovery procedures, and cost management policies also must be implemented gradually to support continuity and scalability.</p>



<p>This requires implementing shared responsibility models, SaaS backup requirements, and resilience testing to ensure long-term data protection, regulatory compliance, and operational continuity.</p>



<p>Continuous monitoring of costs, performance, and resource utilisation enables leadership to optimise infrastructure, manage risk, and adapt strategy as business needs evolved. Systems in cloud-native environments are generally more resilient, require less ongoing maintenance, and reduce operational risk compared with on-premises legacy applications. Having hybrid cloud as a value enabler rather than an inherently cheaper option requires active governance, cost optimisation, and visibility.</p>



<p>Choosing the right hybrid cloud to match an organisation’s business operations allows for a smoother transition to a modern infrastructure. </p>



<p>Try the<a href="https://cloud.google.com/resources/migration-assessment-offer?hl=en" rel="sponsored"> </a><a href="https://cloud.google.com/resources/migration-assessment-offer?hl=en&amp;utm_source=business_forum&amp;utm_medium=display&amp;utm_campaign=-&amp;utm_content=advertisement_cio_magazine&amp;utm_term=-" target="_blank" rel="sponsored">Google Cloud migration assessment tool</a> to start your organisation’s journey towards a modern cloud.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is AI the end of SaaS as we know it?]]></title>
<description><![CDATA[Shares in several prominent public SaaS companies fell approximately 10% heading into February, wiping out $300 billion in value. One of the instigators was Anthropic’s release of Claude Cowork with plugins in legal, marketing, and other business functions. Investors also read how AI writes 90% o...]]></description>
<link>https://tsecurity.de/de/3376015/it-security-nachrichten/is-ai-the-end-of-saas-as-we-know-it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3376015/it-security-nachrichten/is-ai-the-end-of-saas-as-we-know-it/</guid>
<pubDate>Tue, 24 Mar 2026 11:22:09 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Shares in several prominent public SaaS companies fell approximately 10% heading into February, <a href="https://www.wsj.com/finance/investing/software-slump-drags-down-private-fund-managers-6f840d0c" rel="nofollow">wiping out $300 billion in value</a>. One of the instigators was Anthropic’s release of <a href="https://claude.com/blog/cowork-research-preview" rel="nofollow">Claude Cowork</a> with <a href="https://github.com/anthropics/knowledge-work-plugins" rel="nofollow">plugins</a> in legal, marketing, and other business functions. Investors also read how <a href="https://www.financialcontent.com/article/tokenring-2026-1-13-90-of-claudes-code-is-now-ai-written-anthropic-ceo-confirms-historic-shift-in-software-development" rel="nofollow">AI writes 90% of Claude’s code</a>, while technologists noticed that Claude Opus 4.5 and GPT-5.2 Codex <a href="https://vertu.com/lifestyle/claude-opus-4-5-vs-gpt-5-2-codex-head-to-head-coding-benchmark-comparison/" rel="nofollow">hit 80%+ on the SWE-bench Verified benchmark</a>.</p>



<p>Watching the news on those days, I heard financial analysts suggest that enterprises might walk away from their expensive SaaS contracts and replace them with AI capabilities, including in-house developed <a href="https://drive.starcio.com/2026/01/ai-agents-transforming-what-cios-must-lead-now/" rel="nofollow">AI agents</a>.</p>



<p>While a collapse in the SaaS business model seems improbable, recent advances in AI are a paradigm shift in how organizations develop and procure software capabilities. Last year, I asked <a href="https://www.cio.com/article/4033097/is-ai-the-end-of-it-as-we-know-it.html">whether AI is the end of IT as we know it</a> and provided suggestions for<a href="https://www.cio.com/article/4064313/what-world-class-it-looks-like-in-the-gen-ai-era.html"> what world-class IT looks like in the AI era</a>. While markets have stabilized somewhat, CIOs must consider whether AI is the end of SaaS as we know it.  </p>



<p>“I don’t see AI agents taking over the functions of traditional SaaS apps, but they are currently redefining the role of software in the enterprise,” says <a href="https://blogs.sas.com/content/author/udosglavo/" rel="nofollow">Udo Sglavo</a>, VP of applied AI and modeling at SAS. “Agents will increasingly act as autonomous operators across systems, abstracting away traditional graphical user interfaces and exposing capabilities through natural language and intent. That doesn’t mean SaaS will disappear; it will just become more composable, embedded, and invisible.”</p>



<p>AI’s software development capabilities and its ability to gain business function expertise raise several questions. Should CIO’s build more and buy fewer new SaaS capabilities? When should CIOs renew SaaS contracts rather than consolidate their existing SaaS investments? Below are five questions worth reviewing.</p>



<h2 class="wp-block-heading">When should vibe coding replace SaaS?</h2>



<p>Top CIOs will embrace <a href="https://www.cio.com/article/4136302/how-to-get-ai-democratization-right.html">AI’s democratization</a> as the evolution of <a href="https://www.infoworld.com/article/3476848/how-to-choose-the-right-low-code-no-code-or-process-automation-platform.html">no-code and low-code development capabilities</a>. Many will experiment with <a href="https://www.infoworld.com/article/4058076/vibe-coding-and-the-future-of-software-development.html">vibe coding</a> to learn where they are effective in prototyping and whether they can deliver capabilities that meet their <a href="https://www.infoworld.com/article/4105884/10-essential-release-criteria-for-launching-ai-agents.html">release criteria for AI agents</a>.</p>



<p>A simpler, lower-cost build option may be palatable to some CIOs facing <a href="https://www.cio.com/article/4006428/saas-sprawl-keeps-growing-with-no-end-in-sight.html">SaaS sprawl</a> and seeking a more integrated user experience. For example, there are <a href="https://chiefmartec.com/2025/05/2025-marketing-technology-landscape-supergraphic-100x-growth-since-2011-but-now-with-ai/" rel="nofollow">more than 15,000 marketing solutions</a>, where integrating customer data and multiple SaaS solutions can be challenging.</p>



<p>There may also be cost considerations. Across all departments, large enterprises average <a href="https://zylo.com/reports/2025-saas-management-index/" rel="nofollow">more than 600 SaaS applications and spend $280 million annually on SaaS</a>.</p>



<p>AI isn’t just coding; it can also help <a href="https://www.infoworld.com/article/3980319/how-to-use-genai-for-requirements-gathering-and-agile-user-stories.html">write requirements</a>, <a href="https://www.infoworld.com/article/4063551/how-to-improve-technical-documentation-with-generative-ai.html">maintain documentation</a>, and <a href="https://www.infoworld.com/article/4130320/7-ways-to-tame-multicloud-chaos-with-generative-ai.html">simplify some multicloud complexities</a>. The 2026 <a href="https://resources.anthropic.com/hubfs/2026%20Agentic%20Coding%20Trends%20Report.pdf" rel="nofollow">Agentic Coding Trends Report</a> by Anthropic states, “Engineering teams discovered that AI can now handle entire implementation workflows: writing tests, debugging failures, generating documentation, and navigating increasingly complex codebases.”</p>



<p>So, should CIOs build more AI agents and applications because of <a href="https://www.linkedin.com/pulse/rise-self-hosted-ai-coding-from-prompts-production-amjid-ali-twm4c/" rel="nofollow">AI’s coding capabilities</a>, rather than buy or retain SaaS solutions?</p>



<p>Some CIOs may dismiss AI’s development capabilities as overly hyped or point to the added work (and cost) for evaluating whether an AI’s code meets coding requirements. More optimistic CIOs will seek ways to leverage AI code-generating tools to simplify the tech stack, reduce costs, or accelerate innovation. </p>



<p>“Building makes sense when you have proprietary data or workflows no vendor can replicate, but only when your delivery pipelines, automated testing, and security controls can match the pace AI generates code,” says <a href="https://www.linkedin.com/in/ashwinmithra/?originalSubdomain=uk" rel="nofollow">Ashwin Mithra</a>, global head of information security at CloudBees. “Without that foundation, you’re not innovating faster; you’re compounding risks you can’t yet see.”</p>



<p>Before shifting to a build mentality, CIOs should evaluate whether their teams have the practices to support the full software development lifecycle (SDLC) and whether there’s sufficient funding for it. CIOs thinking about building more than they’ve done in the past should ask:</p>



<ul class="wp-block-list">
<li>Which employee workflows and customer experiences warrant the development of proprietary solutions, and what are the evaluation criteria?</li>



<li>What are the new requirements for <a href="https://www.infoworld.com/article/4086884/how-to-automate-the-testing-of-ai-agents.html">testing AI agents</a> and <a href="https://www.cio.com/article/4137022/new-it-roles-emerge-to-tackle-ai-evaluation.html">evaluating the accuracy of AI models</a>?</li>



<li>What are the <a href="https://drive.starcio.com/2024/10/6-important-ai-and-data-governance-non-negotiables/" rel="nofollow">data governance non-negotiables</a>, <a href="https://drive.starcio.com/2026/02/data-privacy-week-leadership-accountability/" rel="nofollow">data privacy considerations</a>, <a href="https://www.infoworld.com/article/4061123/how-to-write-nonfunctional-requirements-for-ai-agents.html">nonfunctional requirements</a>, minimal <a href="https://drive.starcio.com/2025/01/important-devsecops-non-negotiables/" rel="nofollow">DevSecOps standards</a>, and other compliance requirements?</li>



<li>What is the organization’s capability to plan, develop, test, deploy, and support applications, and where are AI capabilities improving this capability?</li>



<li>How should the <a href="https://www.cio.com/article/242681/calculating-the-total-cost-of-ownership-for-enterprise-software.html">total cost of ownership</a> be properly considered, especially in organizations that have historically underfunded app maintenance and support?</li>
</ul>



<p>“The latest models make it easier for teams to prototype and build targeted tools quickly,” says <a href="https://www.linkedin.com/in/priyavijayarajendran/" rel="nofollow">Priya Vijayarajendran</a>, CEO at ASAPP. “But most enterprise value comes from systems that can execute reliably across complex environments, with governance, integrations, and auditability built into the platform.”</p>



<h2 class="wp-block-heading">What AI capabilities should I add to my SaaS evaluation?</h2>



<p>I suspect far fewer CIOs will shift to building AI agents just because coding is easier. That said, CIOs should also raise the bar for the AI capabilities they expect from existing SaaS solutions and those under evaluation.</p>



<p>Experts suggest extending the enterprise evaluation around SaaS applications to include AI criteria, providing several examples:</p>



<ul class="wp-block-list">
<li><a href="https://www.linkedin.com/in/srikrishnang/" rel="nofollow">Srikrishnan Ganesan</a>, co-founder and CEO at Rocketlane, suggests evaluating whether the product offers the most ambitious AI capabilities in its category and whether you can extend them with vibe coding to ease the building and maintenance of custom applications. </li>



<li><a href="https://www.linkedin.com/in/tituscapilnean/" rel="nofollow">Titus Capilnean</a>, VP at Civic Technologies, says employees are already using agents to access SaaS tools, so CIOs need to consider agent auditability, access governance, revocation, and how it fits into their infrastructure.</li>



<li><a href="https://www.linkedin.com/in/rosheth/" rel="nofollow">Ronak Sheth</a>, CEO at Pricefx, says to look for providers that embed governed, explainable AI directly into core business workflows and that orchestrate decisions across systems of authority, not those that layer chat on top of legacy screens.</li>
</ul>



<p>When a SaaS platform is strategic and deeply embedded in existing operations, CIOs should review its product roadmaps, send staff members to its conferences, invest in training, and become active in <a href="https://customeradvisoryboard.org/best-practices/serve-on-customer-advisory-boards/" rel="nofollow">customer advisory boards</a>.</p>



<h2 class="wp-block-heading">What should I expect around SaaS pricing?</h2>



<p>CIOs are unlikely to abandon SaaS providers as fast as some investors sell their stocks. It’s also unlikely that SaaS companies will pass AI’s productivity gains on to customers in the form of lower prices.</p>



<p>“AI is materially changing development economics; the productivity gains are real, but the assumption that efficiency gains flow automatically to customers underestimates how SaaS pricing actually works,” says <a href="https://www.teramind.co/leadership/bryan-gibson/" rel="nofollow">Bryan Gibson</a>, VP of operational excellence at Teramind. “What CIOs should push for is more value at the same price point, not necessarily lower prices. The right pressure to apply at renewal is: Show me what AI has changed about your platform’s capability and my team’s productivity, and if the answer is thin, that’s negotiating leverage.”</p>



<p>Others suggest reviewing how SaaS companies are <a href="https://www.cio.com/article/3624540/how-will-ai-agents-be-priced-cios-need-to-pay-attention.html">adjusting their pricing structures</a> as work shifts from people to AI agents.</p>



<p>“CIOs should evaluate whether their SaaS providers are evolving beyond seat-based pricing toward outcome-based value,” says <a href="https://www.linkedin.com/in/adikuruganti27/" rel="nofollow">Adi Kuruganti</a>, chief AI and development officer at Automation Anywhere. “Traditional SaaS models assume humans execute workflows, but AI agents increasingly perform work autonomously. If pricing is still tied to user access instead of measurable results, that’s a warning sign.”</p>



<p>If businesses continue to <a href="https://www.cio.com/article/4142699/ais-workforce-impact-has-only-just-begun.html">lay off people driven by AI productivity gains</a>, it will affect SaaS companies with per-user licensing and subscription models. CIOs should expand their <a href="https://www.infoworld.com/article/4013485/how-to-shift-left-on-finops-and-why-you-need-to.html">FinOps responsibilities</a> to track shifts from per-user to other usage-based pricing models and their associated cost implications.</p>



<h2 class="wp-block-heading">How should I prepare my organization for workflow changes?</h2>



<p>One certainty is that CIOs must prep their organization for workflow changes. There are three scenarios to consider that all <a href="https://www.cio.com/article/4016354/cios-tackle-the-ai-change-management-challenge.html">require change management efforts</a>:</p>



<ul class="wp-block-list">
<li>Building internal capabilities to replace SaaS or consolidating SaaS platforms will need a change management plan to support the transition.</li>



<li>Potential SaaS market impacts, such as provider acquisitions, reduced support offerings, or vendor closings, will require CIOs to develop risk mitigation and change plans.</li>



<li>As SaaS solutions <a href="https://drive.starcio.com/2025/10/ai-agents-definitive-guide-saas-security-titans/" rel="nofollow">offer more AI agents</a> with increased sophistication, ensuring adoption of those capabilities will also require change management efforts.</li>
</ul>



<p>“The future of some SaaS platforms is not safe, just as the future of hardware, foundational models, and the next great innovation we haven’t yet conceived of will not be safe,” says <a href="https://www.linkedin.com/in/patelpk/" rel="nofollow">Piyush Patel</a>, chief ecosystem officer at Algolia. “CIOs must prepare their teams for massive SaaS changes by focusing on only one objective: delivering value to customers.”</p>



<h2 class="wp-block-heading">Where should I seek differentiating capabilities?</h2>



<p>One final question is how SaaS platforms market their differentiating capabilities. CIOs should look for these value adds that are not easy to quantify in build-versus-buy decisions or when comparing alternative solutions.</p>



<p>“There’s an uncomfortable question confronting those of us who sell software for a living: If everyone can build, why would anyone buy?” says <a href="https://www.linkedin.com/in/chuckganapathi/" rel="nofollow">Chuck Ganapathi</a>, CEO at Gainsight. “The moat isn’t code anymore — it’s context, domain expertise, and the trust you gain from serving thousands of customers for decades.”</p>



<p>One important area SaaS platforms need to improve is their data strategy. Providing forms, reports, and workflows against siloed data sources is no longer viable. SaaS must demonstrate that it delivers value using the enterprise’s proprietary data, wherever it resides, and in accordance with the company’s <a href="https://www.infoworld.com/article/3713005/how-data-governance-must-evolve-to-meet-the-generative-ai-challenge.html">data governance</a> and compliance requirements.</p>



<p>“The winners in an AI-driven world apply AI to proprietary data sets that continually update, and embed AI into existing workflows so adoption doesn’t require changing everything,” says <a href="https://www.linkedin.com/in/jaime-meritt-90aa19/" rel="nofollow">Jaime Meritt</a>, chief product officer at Verint. “They will provide deep domain knowledge baked into every model, bot, and automation.”</p>



<p>CIOs should also review their SaaS platforms’ AI capabilities and ensure they enable multi-agent workflows with support for <a href="https://www.infoworld.com/article/4124612/5-requirements-for-using-mcp-servers-to-connect-ai-agents.html">MCP server integrations</a>.</p>



<p>“The warning sign for any SaaS company is whether it exposes an MCP server,”  says <a href="https://www.linkedin.com/in/aberman/" rel="nofollow">Andy Berman</a>, CEO and co-founder at Runlayer. “The ones that become agent-accessible infrastructure survive, while the others clinging to human-only UIs are already being routed around.”</p>



<p>The challenging part for CIOs is that AI models and agentic AI capabilities continue to evolve. Today’s build-versus-buy decisions need to be future-proofed, but it’s highly unlikely we’ll see the end of SaaS because of AI.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud at 20: Cost, complexity, and control]]></title>
<description><![CDATA[When Amazon Web Services launched its Simple Storage Service (S3) in March 2006, it sparked the imagination of IT leaders worldwide. I remember that era well. It was a time when the enterprise was feverishly searching for a way out of restrictive, on-premises silos. S3 and the emerging concept of...]]></description>
<link>https://tsecurity.de/de/3365011/ai-nachrichten/cloud-at-20-cost-complexity-and-control/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3365011/ai-nachrichten/cloud-at-20-cost-complexity-and-control/</guid>
<pubDate>Fri, 20 Mar 2026 04:27:02 +0100</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>When Amazon Web Services launched its Simple Storage Service (S3) in March 2006, it sparked the imagination of IT leaders worldwide. I remember that era well. It was a time when the enterprise was feverishly searching for a way out of restrictive, on-premises silos. S3 and the emerging concept of public cloud promised almost unlimited scalability, pay-as-you-go economics, and the freeing of IT departments from the shackles of hardware, data centers, and routine maintenance. The vision was that enterprises could offload their IT headaches and focus on business outcomes, letting cloud providers do the heavy lifting.</p>



<p>Twenty years later, S3 has ballooned into a monster-scale system of more than 500 trillion objects stored, hundreds of exabytes under management, and operations spanning every corner of the planet. Netflix, Spotify, and other companies have used S3 and the wider AWS ecosystem to reinvent whole industries, scaling to dimensions that would have seemed impossible in the pre-cloud era.</p>



<p>But as we light the candles on S3’s birthday cake, the reality for most enterprises does not match the sleek simplicity once promised. Far from outsourcing all their IT to the cloud, most organizations today find themselves facing greater complexity, reduced transparency, and spiraling costs. Cloud hasn’t eliminated traditional IT problems; it has merely shifted and, in many cases, compounded them.</p>



<h2 class="wp-block-heading">The failed promise of savings</h2>



<p>It turns out, in the vast majority of cases, that moving workloads to the cloud does not inherently reduce costs or complexity. Many enterprises naively expected a simple equation: Moving infrastructure to the cloud equals lower costs plus greater agility. Instead, organizations gradually discovered that the pay-as-you-go model could quickly balloon budgets when left unchecked.</p>



<p><a href="https://www.infoworld.com/article/3486837/how-to-bring-runaway-cloud-costs-under-control.html">Cloud spending</a> often began as a tiny line item within IT budgets, but two decades on, it’s frequently one of the highest and fastest-growing costs, sometimes eclipsing the very expenses it was meant to replace. Enterprises face a jungle of service tiers, intricate pricing metrics, unexpected data egress fees, licensing quirks, and rapid consumption of compute and storage. The quest for scale and innovation, fueled by cloud computing, often leads to sprawl: hundreds or thousands of workloads distributed across multiple cloud accounts and regions, each adding yet another layer of expense.</p>



<p>The real concern for CIOs isn’t just surprise costs but the struggle to implement cloud discipline. Even for organizations that embrace <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">finops </a>(the emerging practice of cloud financial operations), the speed of innovation outpaces their ability to govern usage. Business units spin up workloads on a whim only to forget or abandon them. Cloud cost visibility is confounded by opaque billing dashboards, and the containerization trend has made it even harder to pin down exactly where money is going.</p>



<p>This runaway spending is not the result of malfeasance, but rather the product of the cloud’s core attribute: enabling rapid, frictionless innovation in exchange for complex, often unpredictable billing. In recent years, the pendulum has begun to swing back, with many organizations <a href="https://www.infoworld.com/article/3628746/cost-conscious-cloud-repatriation-strategies.html">repatriating some workloads</a> to on-premises infrastructure just to regain cost control and predictability.</p>



<h2 class="wp-block-heading">The cloud giveth and taketh away</h2>



<p>Early cloud pioneers believed that entrusting security to hyperscale providers would mean fewer headaches. After all, who better to patch, monitor, and defend IT infrastructure than the companies running the largest, most sophisticated data centers on earth? To an extent, this is true. Cloud providers have invested untold billions in every flavor of physical and software security.</p>



<p>But the paradox is that by its very flexibility and openness, cloud introduces enormous security and operational complexity. The infamous rash of open S3 buckets left exposed to the world due to default configurations or simple oversight testified to the challenges of managing distributed, cloud-native architectures. Enterprises must now invest in new skills, new tools, and new processes just to manage the endless stream of updates, permissions, encryption keys, and <a href="https://www.csoonline.com/article/518296/what-is-iam-identity-and-access-management-explained.html">access policies</a>. Instead of outsourcing pain points, many organizations just replaced one set of hassles with another.</p>



<p>Moreover, the notion of “set it and forget it” in the cloud has proven dangerously outdated. The constant drumbeat of threats, from ransomware to nation-state actors, combined with the proliferation of APIs and services, makes the cloud a shifting, ever-expanding attack surface. Enterprises are forced not only to upskill but also to adopt whole new mindsets around zero trust, observability, and resilience engineering.</p>



<h2 class="wp-block-heading">The future: more of the same</h2>



<p>The original fantasy of cloud was that it would be a single pane of glass: one provider (often AWS), powering an enterprise’s every workload, integrated from edge to core to SaaS. In reality, as we reach this 20-year milestone, we’re in a multicloud reality whether by design, accident, or necessity. Enterprises are now managing portfolios that span AWS, Microsoft Azure, Google Cloud, and sometimes dozens of SaaS or niche providers and their own private clouds.</p>



<p>This shift actually magnifies all previous challenges. Not only do organizations have to master the idiosyncrasies of each provider’s architectures, costs, and security models, but they must also contend with interoperability, data movement, compliance, and the talent gap across every platform in use. The modern IT estate is a patchwork, not a seamless fabric.</p>



<p>As the next chapter of the cloud era unfolds, three trends are set to dominate. First, finops will become inseparable from devops and IT operations as enterprises seek to assert financial discipline over their cloud estates. Second, continuous investment in security will be essential: not just tools, but human capital and process change, with automation serving as a key enabler. Third, complexity won’t disappear; the goal will be to manage and mitigate it, not magically eliminate it.</p>



<p>The 20th anniversary of S3 isn’t just a celebration of a technological achievement; it’s a sobering reminder that the journey to the cloud, for most enterprises, is more marathon than sprint. The dream of outsourced, seamless IT has, for most, become managed, governed, orchestrated complexity. The next 20 years will see continued investments in cost control, security, and managing the multicloud labyrinth. Cloud may have transformed technology forever, but for the enterprise, the work—and the surprises—is just beginning.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How agentic AI will self-assemble the enterprise stack]]></title>
<description><![CDATA[For more than a decade, application modernization has been viewed as a blueprint challenge or roadmap discipline. Organizations mapped their assets, created transformation frameworks, developed cost models and pushed execution through human-led programs. With external uncertainties, changing regu...]]></description>
<link>https://tsecurity.de/de/3354830/it-security-nachrichten/how-agentic-ai-will-self-assemble-the-enterprise-stack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3354830/it-security-nachrichten/how-agentic-ai-will-self-assemble-the-enterprise-stack/</guid>
<pubDate>Tue, 17 Mar 2026 11:05:37 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For more than a decade, application modernization has been viewed as a blueprint challenge or roadmap discipline. Organizations mapped their assets, created transformation frameworks, developed cost models and pushed execution through human-led programs. With external uncertainties, changing regulatory demands and competitive trends, CIOs’ strategic priorities have shifted between enterprise architectures, cloud and hybrid cloud models, automation, cybersecurity, compliance and now AI/GenAI. The agenda is straightforward and unchanged, continuous modernization for operational efficiency, model resilience and value creation.</p>



<p>Despite years of investments in cloud, Kubernetes, DevOps and platform engineering, many CIOs realize that the modernization acceleration largely remained static, planned by committees, executed as projects and governed by constrained, project-centric roadmaps. A BCG 2025 study reveals that only 5% of companies have achieved AI value at scale, while <a href="https://media-publications.bcg.com/The-Widening-AI-Value-Gap-Sept-2025.pdf" rel="nofollow">60% report no material returns</a> despite substantial investment. Even with an average <a href="https://www.gartner.com/en/articles/hype-cycle-for-artificial-intelligence" rel="nofollow">GenAI spend of $1.9 million in 2024, fewer than 30%</a> of AI leaders say their CEOs are satisfied with the AI investment returns.</p>



<p>The underlying application modernization pattern is now at a straining point as enterprise IT has entered a structural transition. With the advent of agentic AI, application modernization will see autonomy extend at the automation layer across the decision to execution journey. These systems bring self-assembling abilities that can organize, sequence and reconfigure modernization workflows across broad architectural layers and granular operating models. Yet the risk is structural, not technical. Gartner signals that over <a href="https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027" rel="nofollow">40% of agentic AI initiatives will be discontinued by 2027</a> due to weak governance, unclear ROI, cost overruns and role–skill mismatch. The real crux lies in whether modernization success will stand on technology access and maturity, or how enterprises calibrate cultural and organizational readiness, governance mechanisms and the trust models to let autonomy actually work responsibly.</p>



<p>Organizations are now recognizing that modernization speed is no longer limited by strategic goals, access to technology or execution models. It is the human ability to understand and redesign a complex, interdependent stack faster than it evolves. Cloud reveals this issue. It simplified the infrastructure but increased the number of fragmented components. It raised abstraction but also expanded integration points. It streamlined deployment but increased architectural choices. Complexity spread faster than simplification. McKinsey’s State of AI 2025 global survey shows that while nearly nine in ten organizations now use AI regularly, only about <a href="https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-state-of-ai" rel="nofollow">one-third have scaled beyond pilots and experimentation</a>.</p>



<p>Companies that once refreshed their systems every few years now feel quarterly pressure from cloud costs, customer experience expectations and shifting regulations. Application estates have become too large and heterogeneous for human-led modernization to keep pace. Modern enterprises are already churning the improvement levers, expanding cloud adoption, refactoring monoliths, enabling APIs, automating test and deployment pipelines and decomposing operational backlogs. Agile sped up delivery. DevOps automated pipelines. FinOps controlled cloud spending. Cloud gave flexibility and optionality. Yet the modernization gap persists between the pace of modernization and the rate of change. By the time modernization starts materializing, the business context has already shifted. With AI, this pattern is no different. <a href="https://www.accenture.com/in-en/insights/data-ai/front-runners-guide-scaling-ai" rel="nofollow">Accenture’s survey of 2,000 companies</a> finds that only about 8% have scaled AI at an enterprise level and embedded it into core business strategy.</p>



<p>Application modernization today is emerging beyond the unvarying roadmap-led, plan-and-control model. Modern estates are telemetry-rich, policy-driven and increasingly capable of autonomous reasoning and decision-making, which can be broadly classified as Agentic AI. The point is not that AI takes over modernization. It means the system becomes self-aware enough to refactor dependencies, adjust routing or optimize placement with bare human intervention or authorization chains. Here, the application stack self-examines its performance and makes adjustments based on cost, compliance, latency or demand.</p>



<p>Modernization becomes continuous, autonomous and dynamic, not periodic, human-managed and project-based. This shift is rather misconceived as technical optimism, but interestingly, its deeper implications are cultural and psychological. Technology tends to move faster than culture adapts and agentic models challenge long-standing assumptions about authorship, control and accountability in enterprise IT. For decades, architects have authored plans, developers have built them, committees have validated them and change management protects the timelines. Leaders held sovereignty through sign-off. Agentic autonomy breaks this equilibrium. Architects become policy stewards, setting constraints rather than planning detailed blueprints. Developers become validators rather than makers. Change management loses time as a control mechanism.</p>



<p>This raises a new leadership conundrum; when AI-driven systems reconfigure itself then who will own the outcomes? The real debate is not new versus old technology, nor the outdated autonomy versus human control narrative. It is about how enterprises pair autonomous technology with the cultural, organizational, governance and trust conditions required for autonomy to work. The accountability shift caused by autonomy aggravates the leadership readiness tension. McKinsey finds that employees are more prepared for AI than their leaders imagine, while a <a href="https://www.gartner.com/en/newsroom/press-releases/2025-09-30-gartner-survey-finds-just-15-percent-of-it-application-leaders-are-considering-piloting-or-deploying-fully-autonomous-ai-agents" rel="nofollow">Gartner survey</a> reports that only 15% of IT leaders are piloting fully autonomous agents and just 13% believe their governance structures are adequate to manage them.</p>



<p><a href="https://foundryco.com/research/state-of-the-cio/">Foundry’s State of the CIO</a> research shows that as 82% of CIOs now define their role around digital and innovation leadership and 75% collaborate closely with business units on AI initiatives, modernization increasingly hinges on cross-functional governance and shared accountability. CIOs can argue the efficiency benefits of autonomy and boards can argue its competitive advantage, but the accountability structure changes in ways that are more fundamental.</p>



<p>Unlike the conventional model, where architects led execution and owned the outcomes, the autonomous model distributes ownership across humans, policies and machine agents. BCG reports that agentic architectures can deliver <a href="https://www.bcg.com/press/24october2024-ai-adoption-in-2024-74-of-companies-struggle-to-achieve-and-scale-value" rel="nofollow">20–30% faster workflow cycles</a> and reduce tedious manual burden by up to 40%, but only when autonomy operates within governed, interoperable and policy-driven enterprise platforms. Autonomy does not override governance; it recalibrates it. Governance shifts from command-led to outcome-led, from plan sign-off to policy sign-off and from architectural authorship to architectural stewardship. The control surface also changes. The system becomes self-observing and self-correcting based on feedback loops rather than human foresight.</p>



<p>The shift to autonomous modernization flips the traditional question. CIOs once asked, ‘What is the business case to modernize?’ In today’s scenario of self-optimizing estate, the more relevant question becomes, ‘What is the business case to stop?’ When modernization becomes continuous, pausing it becomes the anomaly. Competitive advantage no longer lies in how quickly workloads move to cloud, but in how effectively the organization governs autonomous change. In that scenario, the modernization stack itself becomes a strategic differentiator.</p>



<p>For CIOs, this shift also forces a change in mental models. The prevailing logic has been plan-and-control: design, approve, execute and then measure. The agentic model works on sense-and-respond: observe continuously, decide autonomously, adjust incrementally and govern through policy. One depends on upfront completeness; the other depends on ongoing feedback. An empirical <a href="https://www.bcg.com/press/24october2024-ai-adoption-in-2024-74-of-companies-struggle-to-achieve-and-scale-value" rel="nofollow">BCG study reinforces this shift</a>, showing that nearly 70% of AI failures stem from people and process issues, with just 20% attributed to technology and 10% to algorithms, emphasizing why governance design must evolve in step with autonomous ambition. The organizational challenge is not only technical readiness but also cultural readiness to operate in an environment where modernization no longer pauses for meetings.</p>



<p>In earlier AI waves, the constraint was technical capability. Today, technical competency is largely a matter of accessibility and continued investment, but the real barrier is governance, culture and trust. These institutional disciplines require new organizational skills, new accountability structures and policy frameworks that define how autonomy is monitored, constrained and escalated. The problem is no longer whether systems can modernize; it is whether leadership can tolerate modernization that does not stop.</p>



<p>The question ahead for CIOs is not how to modernize faster, but how to govern autonomy at scale and close the cultural readiness gap before unlocking the efficiency, scale and responsiveness agentic modernization enables.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[오라클, AI 도입에 맞춰 개발 인력 감축]]></title>
<description><![CDATA[오라클(Oracle)은 AI가 자사 제품 포트폴리오의 핵심 요소로 자리 잡는 새로운 시대에 진입하면서 소프트웨어 개발 인력을 감축할 계획이다.



다만 오라클은 이번 조치가 이른바 ‘SaaS 아포칼립스(SaaSpocalypse)’, 즉 새로운 AI 구현이 기존 서비스형 소프트웨어(SaaS) 운영의 확산을 저해하는 현상 때문은 아니라고 선을 그었다. 대신 내부 개발 프로세스를 개선하고 효율성을 높이기 위한 전략적 선택이라는 설명이다.



오라클 최고경영자(CEO) 마이크 시칠리아는 분기 실적 발표 자리에서 “AI 도구와 그 ...]]></description>
<link>https://tsecurity.de/de/3345918/it-security-nachrichten/ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3345918/it-security-nachrichten/ai/</guid>
<pubDate>Fri, 13 Mar 2026 10:06:20 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>오라클(Oracle)은 AI가 자사 제품 포트폴리오의 핵심 요소로 자리 잡는 새로운 시대에 진입하면서 소프트웨어 개발 인력을 감축할 계획이다.</p>



<p>다만 오라클은 이번 조치가 이른바 ‘SaaS 아포칼립스(SaaSpocalypse)’, 즉 새로운 AI 구현이 기존 서비스형 소프트웨어(SaaS) 운영의 확산을 저해하는 현상 때문은 아니라고 선을 그었다. 대신 내부 개발 프로세스를 개선하고 효율성을 높이기 위한 전략적 선택이라는 설명이다.</p>



<p>오라클 최고경영자(CEO) 마이크 시칠리아는 분기 실적 발표 자리에서 “AI 도구와 그 코딩 역량은 우리가 이를 도입하지 않는다면 위협이 될 수 있다고 본다”라며 “하지만 오라클은 이미 이를 도입했고, 그것도 매우 빠른 속도로 진행하고 있다”라고 밝혔다. 이어 “오라클은 최고의 AI 코딩 도구와 최고의 개발자를 활용해 SaaS 사업을 가속화하는 동시에, 다양한 산업 전반의 생태계를 지원하는 솔루션을 제공하고 있다”라고 설명했다.</p>



<p>그러나 이 과정에서 상당한 규모의 인력 감축이 불가피하다는 점도 분명히 했다. 올해 1월 투자은행 TD 코웬은 오라클이 데이터센터 개발 자금 확보에 어려움을 겪으면서 최대 3만 개 일자리를 감축할 수 있다고 전망했다. 오라클은 수개월 전 재무제표를 통해 16억 달러(약 2조 3,000억 원) 규모의 구조조정 비용이 발생할 것이라고 밝힌 바 있으며, 이는 주로 고용 종료 및 계약 해지와 관련된 비용이라고 설명했다.</p>



<p>또한 오라클은 이번 분기 AI 혁신을 뒷받침할 신규 데이터센터 개발 자금 마련을 위해 500억 달러(약 74조 원)의 추가 부채를 조달했다.</p>



<p>그레이하운드 리서치(Greyhound Research)의 CEO 산칫 비르 고기아는 고객이 오라클의 접근 방식 변화에 주목할 필요가 있다고 말했다. 고기아는 “오라클은 현재 AI 데이터센터 확장과 맞물린 자본집약적 인프라 투자 사이클의 한가운데에 있다”라며 “벤더가 새로운 성장 동력에 수백억 달러를 투자할 경우, 포트폴리오의 다른 영역에서는 운영 최적화가 이뤄지는 경우가 많다”라고 분석했다. 이어 “이는 인력 구조조정이나 제품 로드맵의 우선순위 재조정 형태로 나타날 수 있다”라고 덧붙였다.</p>



<p>다만 오라클은 이러한 변화가 고객에게 부정적인 영향을 미치지는 않을 것이라고 강조했다. 시칠리아는 “오라클 내부에서 AI 코딩 도구를 활용함으로써 더 작은 엔지니어링 팀이 고객에게 더 완성도 높은 솔루션을 더 빠르게 제공할 수 있게 됐다”라며 “AI를 활용해 완전히 새로운 SaaS 제품을 개발하는 동시에, 기존 애플리케이션과 제품군에도 AI 에이전트를 직접 내재화하고 있다”라고 밝혔다.</p>



<h2 class="wp-block-heading">전략적 전환</h2>



<p>산칫 비르 고기아는 오라클의 엔지니어링 조직 재편을 단순한 인력 감축이 아닌 전략적 전환으로 해석해야 한다고 밝혔다. 최근 재무 실적을 보면 오라클의 성장은 이제 클라우드와 AI가 주도하고 있다. 이러한 불균형은 향후 수년간 오라클 경영진의 관심과 자본 배분, 엔지니어링 역량이 어디에 집중될지를 보여주는 신호라는 점에서 의미가 있다.</p>



<p>그렇다면 이는 오라클 고객에게 어떤 의미를 가질까.</p>



<p>인포테크 리서치 그룹(Info-Tech Research Group)의 자문 연구원 스콧 비클리는 “오라클의 지원 기반은 정체 상태에 있다”라며 “이는 일부 고객이 레거시 플랫폼을 떠나 클라우드 기반 솔루션으로 이동하고 있음을 시사한다. 그중 일부는 오라클로 옮기지만, 그렇지 않은 경우도 있다”라고 설명했다. 이어 “오라클은 AI 인프라를 주요 매출 성장 동력으로 삼는 방향으로 초점을 옮겼고, 그 과정에서 AI를 활용해 자사 소프트웨어를 보다 효율적으로 개발하고 있다”라고 평가했다.</p>



<p>고기아는 고객이 변화를 체감하더라도 그 속도는 점진적일 것이라고 내다봤다. 고기아는 “오라클 제품이 갑자기 품질 저하를 겪을 가능성이 당장 크다고 보기는 어렵다”라며 “대규모 설치 기반을 보유한 엔터프라이즈 플랫폼은 하루아침에 무너지지 않는다”라고 진단했다. 다만 “보다 현실적인 우려는 혁신 속도의 점진적 변화”라며 “일부 제품 영역은 개발이 가속화될 수 있지만, 다른 영역은 기능 개선이 줄어들거나 릴리스 주기가 느려질 수 있다”라고 분석했다.</p>



<p>이어 “오라클 데이터베이스, 엔터프라이즈 애플리케이션, 미들웨어에 대한 의존도가 높은 고객은 해당 제품이 오라클의 장기 로드맵에서 여전히 핵심 전략 우선순위로 유지되는지 면밀히 살펴볼 필요가 있다”라고 조언했다.</p>



<h2 class="wp-block-heading">지원 공백에 대비해야</h2>



<p>인포테크 리서치 그룹의 스콧 비클리는 오라클의 기존 소프트웨어 제품을 사용하는 고객이 향후 거래 방식에 변화를 모색할 필요가 있다고 봤다. 비클리는 “현재 소프트웨어 시장은 AI 투자 비용을 반영해 가격이 상승하는 인플레이션 환경에 놓여 있다”라며 “오라클 고객은 다년 계약을 체결해 조건을 고정하는 전략을 고려해야 한다”라고 조언했다. 이어 “ERP는 머지않아 핵심 범용 플랫폼으로 인식되고, 그 위에 산업별 특화 기능이 AI 기반으로 구현되는 구조가 될 수 있다”라며 “이에 따라 상업적 계약 구조는 소비 기반 모델로 전환될 가능성이 높으며, 비용을 효과적으로 관리하기 위해 핀옵스(FinOps) 체계가 요구될 것”이라고 전망했다.</p>



<p>산칫 비르 고기아는 계획된 인력 감축이 가져올 수 있는 또 다른 영향도 경고했다. 고기아는 “고객은 지원 및 엔지니어링 조직의 연속성을 면밀히 살펴야 한다”라며 “구조조정 과정에서 숙련된 개발자가 회사를 떠나면 레거시 시스템에 대한 조직 차원의 지식이 약화될 수 있다”라고 설명했다. 이어 “엔터프라이즈 소프트웨어 환경은 복잡하고 기업 운영 전반과 깊이 통합돼 있다”라며 “AI 코딩 도구가 엔지니어를 지원할 수는 있지만, 수년간 축적된 제품 전문성이나 아키텍처에 대한 이해를 자동으로 대체할 수는 없다”라고 분석했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Oracle to shed developers as it brings in AI tools]]></title>
<description><![CDATA[Oracle is set to shed software developers as it enters a new era: one where AI is an integral part of its product portfolio.



However, the company is emphasizing that this move is not due to the so-called SaaSpocalypse, where new AI implementations damage the rollout of traditional SaaS operati...]]></description>
<link>https://tsecurity.de/de/3343328/it-security-nachrichten/oracle-to-shed-developers-as-it-brings-in-ai-tools/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3343328/it-security-nachrichten/oracle-to-shed-developers-as-it-brings-in-ai-tools/</guid>
<pubDate>Thu, 12 Mar 2026 10:35:30 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Oracle is set to shed software developers as it enters a new era: one where AI is an integral part of its product portfolio.</p>



<p>However, the company is emphasizing that this move is not due to the so-called SaaSpocalypse, where new AI implementations damage the rollout of traditional SaaS operations. Instead, it is seeking to improve its internal development processes.</p>



<p>“I do think that AI tools and their coding capabilities would be a threat if we were not adopting them, but we are — and very rapidly,” said Oracle CEO <a href="https://www.oracle.com/corporate/executives/mike-sicilia/" target="_blank" rel="nofollow">Mike Sicilia</a>, during the company’s presentation of its quarterly results. “Oracle Corporation is using the best AI coding tools and the best developers not only to accelerate our SaaS business, but to deliver solutions that enable entire ecosystems across numerous industries.”</p>



<p>However, the company has made it clear that there will be some hefty job losses along the way. In January this year, <a href="https://www.cio.com/article/4125103/oracle-may-slash-up-to-30000-jobs-to-fund-ai-data-center-expansion-as-us-banks-retreat.html">a report from investment bank TD Cowen</a> predicted that the company could be looking at cutting 30,000 jobs as it struggles to find funding for data center development. Oracle had issued a warning of this a few months earlier, when <a href="https://s23.q4cdn.com/440135859/files/doc_financials/2026/q2/Q2FY2026_10Q.pdf" target="_blank" rel="nofollow">it produced a financial statement</a> talking of $1.6 billion restructuring costs, mainly related to “employment severance and contract termination”.</p>



<p>The company also secured another $50 billion in debt this quarter, to fund development of new data centers to drive AI innovation.</p>



<p>Customers should look out for changes in the company’s approach, said <a href="https://www.linkedin.com/in/svgworld/" target="_blank" rel="nofollow">Sanchit Vir Gogia</a>, CEO of Greyhound Research. “Oracle is currently in the middle of a capital-intensive infrastructure cycle tied to the expansion of AI data centers,” he said. “When a vendor is investing tens of billions of dollars into a new growth engine, other parts of the portfolio often experience operational optimization. This can manifest through workforce restructuring, and tighter prioritization of product roadmap.”</p>



<p>However, the company insists that its customers will not be adversely affected by these changes. “The use of <a href="https://www.arnnet.com.au/article/4072451/oracle-launches-ai-factory-and-new-ai-platform-for-private-data.html">AI coding tools</a> inside Oracle Corporation is enabling smaller engineering teams to deliver more complete solutions to our customers more quickly,” said Sicilia. “We are building brand new SaaS products using AI and also embedding AI agents right into our existing applications and suites.”</p>



<h2 class="wp-block-heading">A strategic pivot</h2>



<p>Oracle’s decision to restructure engineering should be interpreted by customers as a strategic pivot rather than simply a workforce reduction story, Gogia said. Its most recent financial results show that the company’s growth is now driven by cloud and AI. This imbalance matters because it reveals where Oracle’s management attention, capital allocation, and engineering energy will be directed in the coming years.</p>



<p>But what does this mean for Oracle customers?</p>



<p><a href="https://www.linkedin.com/in/sbickley/" target="_blank" rel="nofollow">Scott Bickley</a>, advisory fellow at Info-Tech Research Group, said, “Oracle’s support base is stagnant, which indicates that customers may be leaving the legacy platforms for cloud-based solutions — some moving to Oracle, some not. Oracle’s focus has shifted to AI infrastructure as the major revenue growth driver, rightfully so, and in the process, is leveraging AI to more efficiently build its own software.”</p>



<p>Gogia added that customers would see some change, but very gradually. “The immediate risk is not that Oracle products will suddenly degrade,” he said. “Enterprise platforms with large installed bases rarely collapse overnight. The more realistic concern is gradual changes in innovation velocity. Some product areas may accelerate, while others receive fewer enhancements or slower release cycles. Customers that depend heavily on Oracle databases, enterprise applications, or middleware should therefore watch closely whether those products remain core strategic priorities inside Oracle’s long-term roadmap.”</p>



<h2 class="wp-block-heading">Beware the support discontinuity</h2>



<p>Info-Tech’s Bickley agreed that customers of Oracle’s established software products should be looking to make changes to the way that they deal with the company. “Oracle customers should lock in deals for multi-year terms, as the current environment for software is highly inflationary, with prices driven higher to support these AI investments,” he said. “ERP may soon be viewed as a core commodity, whereby industry vertical specialization is AI-created around the core. This will shift commercial constructs to a consumption model requiring FinOps discipline to manage costs effectively.”</p>



<p>Gogia also warned about one effect of the planned layoffs: “Customers should monitor support and engineering continuity,” he said. “When experienced developers leave during restructuring cycles, organizations sometimes lose institutional knowledge about legacy systems. Enterprise software environments are complex and deeply integrated into business operations. AI coding tools can assist engineers, but they do not automatically replace years of product expertise or architecture familiarity.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI 성과를 끌어내는 5가지 핵심 지표]]></title>
<description><![CDATA[지난해 AI에 대규모 투자가 이뤄졌지만, 실제로 측정 가능한 성과를 낸 기업은 많지 않았다. PwC의 2026년 1월 글로벌 CEO 설문조사에 따르면 CEO의 56%는 지난 12개월 동안 AI로 매출이 늘거나 비용이 줄었다고 답하지 않았다. 가트너 조사도 비슷하다. AI로 비용을 절감했다는 CFO는 5%, 매출이 증가했다는 CFO는 6%에 그쳤다. 그렇다면 이런 저조한 수치의 배경에는 무엇이 있을까?



중고차 유통 기업 카맥스(CarMax)의 EVP 겸 CITO 샤밈 모하마드는 “많은 기업이 완전히 잘못된 것을 측정하는 데...]]></description>
<link>https://tsecurity.de/de/3342990/it-security-nachrichten/ai-5/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3342990/it-security-nachrichten/ai-5/</guid>
<pubDate>Thu, 12 Mar 2026 07:35:46 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>지난해 AI에 대규모 투자가 이뤄졌지만, 실제로 측정 가능한 성과를 낸 기업은 많지 않았다. PwC의 2026년 1월 글로벌 CEO 설문조사에 따르면 CEO의 56%는 지난 12개월 동안 AI로 매출이 늘거나 비용이 줄었다고 답하지 않았다. 가트너 조사도 비슷하다. AI로 비용을 절감했다는 CFO는 5%, 매출이 증가했다는 CFO는 6%에 그쳤다. 그렇다면 이런 저조한 수치의 배경에는 무엇이 있을까?</p>



<p>중고차 유통 기업 카맥스(CarMax)의 EVP 겸 CITO 샤밈 모하마드는 “많은 기업이 완전히 잘못된 것을 측정하는 데 지나치게 집중하고 있다. AI를 어떻게 측정해야 하는지에 대한 근본적인 오해가 있다”라고 지적했다.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full is-resized"> width="1200" height="800" sizes="auto, (max-width: 1200px) 100vw, 1200px"&gt;<figcaption class="wp-element-caption"><p>Shamim Mohammad, Shamim Mohammad, executive VP and CITO, CarMax</p>
</figcaption></figure><p class="imageCredit">CarMax</p></div>



<p>기업이 비즈니스 목표를 잘못 설정하는 경우도 많다. 대표적인 예가 직원 생산성 향상이다. 소프트웨어 개발자 1인당 2시간을 절약해주는 AI가 있다고 해도, 그 시간이 실제로 어떤 사업 성과로 이어졌는지 CFO에게 설명하지 못하면 큰 의미가 없다. 하지만 그 연결고리를 입증하는 일은 쉽지 않다. 일부 기업은 효율 개선을 실현하는 데 필요한 조직 변화관리의 수준도 과소평가했다. 여기에 성과 중 얼마가 AI 덕분인지 가려내거나, AI 프로젝트를 대규모로 운영할 때의 지속 비용을 예측하는 문제까지 겹치면서 측정은 더 어려워진다.</p>



<p>AI 생산성 향상이 인력 감축이나 채용 축소로 이어질 것이라고 기대했던 CEO는 많았지만, 실제 결과는 기대에 못 미쳤다. 가트너에 따르면, 인력 감축이 가능하려면 최소 50~70% 수준의 생산성 향상이 필요하다. 가트너의 애널리스트 네이트 수다는 “이 정도 수준에 도달한 사례는 많지 않다. 대부분 사례는 전혀 개선이 없거나, 있어도 30% 안팎에 머문다”라고 설명했다.</p>



<p>반면 일부 기업은 전략적 사업 성과와 AI를 정렬하고, ROI를 장기적으로 바라보며, 전통적인 재무 지표 안에 꼭 들어가지 않더라도 핵심 사업 목표에 집중해 성과를 내고 있다. 다음은 AI 추진 과정에서 적용하거나 점검해야 할 5가지 핵심 기준이다.</p>



<h2 class="wp-block-heading">1. 올바른 프로젝트를 고르고 전략적 사업 목표와 맞춰라</h2>



<p>성공 지표와 이정표를 논하기 전에 먼저 해야 할 일은 명확하다. 사업 목표와 맞는 사용례를 고르고, 가장 전략적으로 중요한 사업 성과를 우선순위에 두는 일이다. 동물용 의약품 기업 조에티스(Zoetis)의 EVP 겸 최고 디지털·기술 책임자 키스 사보는 “이사회와 함께 연구개발과 커머셜 부문 사용례의 우선순위를 정했다”라고 밝혔다.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=1536%2C1024&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=1046%2C697&amp;quality=50&amp;strip=all 1046w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=720%2C480&amp;quality=50&amp;strip=all 720w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption"><p>Keith Sarbaugh, EVP and chief digital and technology, Zoetis</p>
</figcaption></figure><p class="imageCredit">Zoetis</p></div>



<p>사업 성과 자체를 기준으로 비교해야 하며, 업계 선도 기업과의 투자 수준도 비교해야 한다. 금융서비스 업계 선도 기업을 조사한 결과를 보면, 데이터와 AI에는 전체 IT 예산의 15~20%가 투입됐다. IT 예산 자체는 기업 매출의 10~12% 수준이었다. 프랙티셔너스 포 프랙티셔너스(Practitioners for Practitioners)의 최고 임원이자 에드워드존스(Edward Jones)의 전임 최고 데이터·AI 책임자였던 자르 툴란은 “수치는 기업마다 다를 수 있지만, 핵심 경쟁사가 어디에 얼마나 투자하고 있고 또 어디에서 자원을 줄이고 있는지 파악하는 것이 중요하다”라고 강조했다.</p>



<p>네이트 수다는 기술 부문이 아닌 경영진이 AI 지출을 결정하는 경우가 많고 실제 구현은 기술 리더가 책임진다며, 이 때문에 기대 가치와 시간표에 대한 공동 이해가 필요하다고 봤다.</p>



<p>카맥스는 실제로 그렇게 하고 있다. 모하마드는 “사업 부문 책임자가 기대 효과를 약속하고, CFO와 기술 리더가 해당 사용례를 검토한다”라며, “비용은 해당 사업부 예산에서 집행되고, 책임은 사업부장이 진다”라고 설명했다.</p>



<p>조에티스는 고객서비스팀의 생산성을 높이기 위한 AI 파일럿을 추진하면서 통화당 소요 시간과 후속 조치 생성 시간을 함께 측정했다. 통화 시간은 거의 변하지 않았지만, AI가 후속 조치 추천을 생성하면서 후속 업무 시간은 크게 줄었다. 고객 경험의 질은 좋아졌고, 팀은 더 많은 고객에게 대응할 수 있게 됐다. 이것이 조에티스가 가장 중요하게 본 성공 지표였다. 조에티스는 마이크로소프트 코파일럿과 추가 AI 기능도 도입해 AI 활용을 확산했지만, 현재는 공급망과 계약 라이프사이클 관리 등 더 큰 변화를 만드는 영역에 집중하고 있다.</p>



<p>결국 조직의 사업 전략과 맞물린 전사적 AI 전략이 중요하다. 툴란은 에드워드존스에서 데이터·AI 전략을 수립하는 데만 2년이 걸렸다고 전했다. 에드워드존스는 자사 데이터로 학습한 생성형 AI 도구를 자문 인력에게 제공했고, 미팅 노트와 CRM 데이터에 기반해 고객 포트폴리오 계획을 빠르게 작성할 수 있도록 지원하는 자문 에이전트도 개발했다.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=1536%2C1024&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=1046%2C697&amp;quality=50&amp;strip=all 1046w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=720%2C480&amp;quality=50&amp;strip=all 720w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption"><p>Zar Toolan, executive-in-residence, Practitioners for Practitioners</p>
</figcaption></figure><p class="imageCredit">Technology Partners</p></div>



<p>툴란은 “사내 리서치를 고객 계획과 대조한 뒤, 고객에게 그 계획을 어떻게 실행할지 추천안을 제시한다”라며, “자문팀은 주당 약 하루 분량의 업무 시간을 절감했고, 고객에게 더 빠르게 대응할 수 있게 됐다”라고 설명했다. 이어 “고객과 더 깊이 있는 상담이 가능해졌고 고객 만족도 점수도 높아졌으며, 고객 성과 역시 고객 목표에 더 잘 부합하게 됐다”라고 덧붙였다.</p>



<p>고객서비스를 개선하는 AI는 손익계산서에도 직접 영향을 줄 수 있다. 고객 이탈이 줄면 매출 손실을 막을 수 있고, 전환율이 올라가면 매출이 늘어난다. 관건은 매출 변화 자체를 측정하는 것과, 그 영향 중 얼마가 AI와 직접 연결되는지 구분하는 일이다.</p>



<p>재무 효과가 크지만 눈에 잘 띄지 않는 프로젝트도 있다. 예를 들어 더 정확한 판매·매입채무 예측을 통해 자본 활용도를 높이면 운영 자본 사이클과 평균 회전성 부채 활용도를 크게 개선할 수 있다. 이는 사실상 유동성을 늘리는 효과다. 수다는 “정확도가 높아질수록 필요한 운영 자본 규모나 회전성 부채 이자 지급액이 줄어든다”라며, “둘 다 잉여현금흐름을 늘릴 수 있어 기능적으로는 비용 절감과 비슷하게 보지만, 재무제표상 나타나는 위치는 다르다. 운영 자본 축소는 현금흐름표에, 회전성 부채 이자비용 절감은 손익계산서에 반영된다”라고 설명했다.</p>



<p>어떤 AI 프로젝트는 목표가 수익이 아니라 기본 방어선 구축일 수도 있다. 이미 챗GPT 같은 도구에 익숙한 사용자를 따라잡기 위해서다. 기업이 기본적인 생성형 AI 도구를 제공하지 않으면, 직원이 회사 데이터를 공개형 도구에 넣어 분석할 위험이 생긴다. 자체 코파일럿이나 GPT 환경을 갖추는 비용보다 이 위험이 더 클 수 있다.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?quality=50&amp;strip=all 1600w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=1024%2C576&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=854%2C480&amp;quality=50&amp;strip=all 854w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=640%2C360&amp;quality=50&amp;strip=all 640w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=444%2C250&amp;quality=50&amp;strip=all 444w" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption"><p>Afshean Talasaz, former SVP and CTO, Colonial Pipeline</p>
</figcaption></figure><p class="imageCredit">Colonial Pipeline</p></div>



<p>생성형 AI는 이제 사무직 직원의 기본 도구로 자리 잡아가고 있다. 콜로니얼 파이프라인(Colonial Pipeline) 전 SVP 겸 CTO 압시언 탈라사즈는 “조직에서 엑셀의 가치를 어떻게 측정하겠는가? 모두가 사용하지만, 이제는 그 필요성을 따로 묻지 않는다. 생성형 AI가 아직 그 단계까지 온 것은 아니지만, 일하는 방식과 비용, 기업 내 기대치가 바뀌면서 충분히 그런 결과로 갈 수 있다”라고 말했다.</p>



<h2 class="wp-block-heading">2. 실제 비용 구조를 정확히 파악하라</h2>



<p>ROI를 추정할 때 가장 까다로운 부분은 투자, 즉 비용 분모를 정확히 파악하는 일이다. 전통적인 IT 프로젝트와 달리 AI는 구축 비용보다 운영 비용, 특히 대규모 확장 이후의 운영 비용이 더 크다. 수다는 “AI는 기존 공식을 뒤집기 때문에 그 점을 감안해 계획해야 한다. CIO에게는 익숙하지 않은 비용 구조다”라고 짚었다.</p>



<p>문제는 판 자체가 크다는 점이다. 개별 AI 프로젝트의 비용뿐 아니라, 이를 뒷받침하기 위해 선행돼야 하는 데이터·인프라·거버넌스 투자까지 감안하면 리스크는 더 커진다. 사보는 “25년간 기술 분야에 있었지만, 지금까지 해본 것 중 가장 비싸고 복잡한 일”이라고 털어놨다.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=1536%2C1025&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=1045%2C697&amp;quality=50&amp;strip=all 1045w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=719%2C480&amp;quality=50&amp;strip=all 719w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption"><p>Nate Suda, senior director analyst, Gartner</p>
</figcaption></figure><p class="imageCredit">Gartner</p></div>



<p>다만 모든 프로젝트가 고비용인 것은 아니다. 탈라사즈는 “큰 비용이 들지 않는 프로젝트도 봤고, 수백만 달러가 드는 프로젝트도 봤다”라고 말했다. 프로젝트 비용은 내부 인력이 직접 구축·개발할 수 있는지, 외부 파트너에 의존하는지, 데이터와 인프라 요건을 이미 충족했는지, 전체 시스템이 디지털화돼 클라우드에 올라가 있는지 등에 따라 달라진다.</p>



<p>성과 측정 방식은 ROI 계산에도 직접 영향을 준다. 탈라사즈는 대부분의 프로젝트가 공통 플랫폼 위에 올라가는데, 플랫폼 구축 비용이 상당할 수 있고, 그 비용을 어떻게 배분하느냐에 따라 개별 AI 프로젝트의 경제성이 달라진다고 설명했다. 그래서 프로젝트별 경제성도 중요하지만, 전체 그림을 보기 어려운 경우가 많다. 혁신성과 불확실성이 큰 프로젝트는 제약업의 신약 개발이나 석유·가스 탐사 같은 리스크 자본 프로젝트의 성격을 띠기도 한다는 것이다. 탈라사즈는 “데이터와 AI 인프라 투자, 플랫폼화, 확장성, 도입 속도에 대한 불확실성, 다른 사용례와의 연결성을 함께 봐야 하기 때문에 AI 프로젝트의 재무 지표는 개별 과제보다 포트폴리오 차원에서 설명하는 편이 더 효과적”이라고 분석했다.</p>



<p>핀옵스 재단의 AI 워킹그룹도 AI 프로젝트 가치를 더 세밀하게 측정하는 방법을 논의 중이다. 재단의 최근 현황 조사에 따르면, AI 지출을 관리하는 기업은 98%로, 2년 전 31%에서 크게 늘었다.</p>



<p>재무 보고에 쓰이는 지표 자체는 같지만, 그 지표를 산출하기 위해 필요한 데이터는 AI에서 전혀 다르다. 게다가 그 데이터를 얻는 일도 쉽지 않다. 핀옵스 재단의 펠로우 로브 마틴은 “AI는 사용 시간 대신 토큰, 사용 시간과 분 대신 API 호출 수로 성과를 측정한다. 문제는 비용과 사용량 데이터가 청구 데이터와 함께 제공되지 않는 경우가 많다는 점”이라고 지적했다. 결국 기업은 API 프록시나 서드파티 제품을 통해 별도로 수집할 수밖에 없다.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=1536%2C1025&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=1045%2C697&amp;quality=50&amp;strip=all 1045w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=719%2C480&amp;quality=50&amp;strip=all 719w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption"><p>Rob Martin, FinOps fellow, The FinOps Foundation</p>
</figcaption></figure><p class="imageCredit">The FinOps Foundation</p></div>



<p>문제는 여기서 끝나지 않는다. 모델이 실제 사용된 토큰 수를 제대로 알려주지 않는 경우도 있다. 마틴은 “AI 비용과 서비스 가용성은 변동성이 더 크기 때문에, 모델을 대규모로 운영할 때의 비용을 정확히 예측하지 못할 수도 있다”라고 말했다. 이 때문에 많은 IT 임원이 고정 수치 대신 범위로 비용을 전망하고 있다. 마틴은 CIO가 의장을 맡는 AI 투자위원회나 태스크포스를 만들고, AI 지출과 관련된 모든 이해관계자와 함께 핀옵스 범위를 정의해야 한다고 조언했다. 또 경쟁하는 프로젝트를 단계적으로 자금 지원하고, 데이터 수집·분석 계획을 수립하며, 성과 지표를 이사회 언어로 번역해줄 수 있는 경험 많은 임원이 필요하다고 덧붙였다.</p>



<h2 class="wp-block-heading">3. 성공 가능성이 큰 지표에 우선순위를 둬라</h2>



<p>가트너가 제시한 10가지 AI 가치 지표 가운데 생산성은 하위권에 속한다. 자본 활용도를 높이거나 손실을 줄이고, 고객 경험을 개선하거나, 신제품 개발에 기여하는 프로젝트가 매출 성장 측면에서 훨씬 큰 잠재력을 가진다.</p>



<p>운영 지표인 순추천지수(NPS), 시간당 산출량, 백로그 감소는 모두 직원 대비 수익성과 관련이 있다. 반면 직원 1인당 평균 인건비, 매출과 전환율, 회피된 손실 같은 재무 지표는 ROI를 보여준다. 트래픽과 클릭 수, 시장점유율 성장 같은 선행 지표는 가트너가 말하는 ‘미래 대비 수익’과 연결된다.</p>



<p>툴란은 모든 기업이 따라야 할 AI 스코어카드 기준이 있다고 본다. 다만 조직 상황에 맞게 조정해야 한다는 전제를 달았다. AI 전략을 평가하고, 기술 스택이나 플랫폼을 점검하며, 기술을 도입하는 직원의 사고방식과 역량 측면에서 AI 준비도를 확인하고, 최종적으로 원하는 사업 성과와 실제 결과를 비교해야 한다는 것이다. 툴란은 “이 기준은 산업과 업종 특성에 맞아야 하고, 조직이 AI 여정의 어느 단계에 있는지도 반영해야 한다”라고 강조했다.</p>



<p>다만 원하는 사업 성과를 설명하는 데 전통적인 재무 지표만이 항상 최우선은 아니다. 예를 들어 목표가 고객만족도 개선이라면 NPS 설문 같은 지표가 중요할 수 있다. 그러나 이 역시 한계가 있다. 사보는 “설문 응답에 의존해야 하기 때문에, 개선 가치가 실제보다 부풀려질 가능성이 있다”라고 지적했다.</p>



<p>카맥스는 두 개의 주요 AI 프로젝트에서 고객만족도, 전환율, 매출을 가장 중요한 지표로 본다. 이 온라인 자동차 유통업체는 고객이 구매 과정을 더 쉽게 이해할 수 있도록 돕는 AI 어시스턴트 ‘스카이(Skye)’를 구축했다. 또 ‘로즈(Rhodes)’라는 가상 에이전트는 콜센터 상담원에게 어떤 질문을 해야 하는지 제안하고, 필요한 문서를 빠르게 찾게 하며, 주별 규정과 정책 탐색도 지원한다.</p>



<p>모하마드는 “시간 절감도 좋은 지표이지만, 우리가 보는 것은 그 시간이 어떤 사업 성과를 만들어내는가”라며, “확보된 시간을 활용해 회사에 더 큰 가치를 어떻게 만들고 있는지가 핵심”이라고 설명했다.</p>



<p>NPS 점수는 고객 경험 개선을 보여준다. 스카이와 로즈를 함께 운영한 결과 전환율은 높아졌고, 매출도 늘었다. 모하마드는 “핵심은 상담원의 역할이 단순 정보 검색자에서 신뢰할 수 있는 조언자로 고도화되고 있다는 점”이라며, “역할은 서로 융합되고 있고, 사람들이 하는 일은 재정의되며, 프로세스도 다시 설계되고 있다”라고 말했다.</p>



<h2 class="wp-block-heading">4. 사용자를 준비시키고 실제 수용률을 추적하라</h2>



<p>아무리 잘 설계한 AI라도 사용자가 받아들이지 않으면 실패한다. 그래서 사용자 수용도는 사전 준비가 필요한 또 하나의 핵심 지표다. AI 모델만 학습시키는 것으로는 부족하다. 조직 내 역할에 맞게 AI를 개인화하고, 사람들이 실제로 AI를 활용하는 방법까지 교육해야 한다. 툴란은 “업무 흐름 안에서 훌륭한 경험이 돼야 한다. 그렇지 않으면 만족도 점수는 낮아지고 AI 도입률도 떨어진다”라고 경고했다.</p>



<p>조에티스도 초기에 변화관리 투자 규모를 과소평가했다. 사보는 “초기에는 얼마나 빨리 움직일 수 있느냐에만 초점이 맞춰져 있었다”라며, “만들기만 하면 사람들이 사용할 것이라고 생각했지만, 사용자가 일상 업무에 어떻게 녹여야 하는지 이해하지 못하면 가치는 나오지 않는다”라고 덧붙였다.</p>



<h2 class="wp-block-heading">5. 장기 가치까지 보되, 과장은 피하고 판단을 믿어라</h2>



<p>카맥스가 최고경영진에게 보고하는 AI 프로젝트 지표는 크게 네 가지다. ROI, 매출 영향, 비용 효율성, 그리고 경쟁우위 확보 역량으로서의 전략적 가치다.</p>



<p>AI 프로젝트의 사업 가치를 설명할 때는 ‘가치 노출도’ 개념도 포함해야 한다. 각 AI 사용례는 데이터·프로세스·플랫폼의 변화를 요구할 수 있고, 그 과정에서 다른 프로젝트도 활용할 수 있는 새로운 역량이 생길 수 있기 때문이다. 탈라사즈는 “하나의 프로젝트가 다른 기회를 여는 경우가 많다”라며, “다른 프로젝트의 비용과 편익을 아직 세부적으로 알지 못하더라도, 현재 프로젝트가 전략적으로 새로운 역량을 열고 있다는 사실 자체에 가치가 있다”라고 설명했다. 또한, 경쟁 차별화 요소가 될 프로젝트라면 그것을 평가할 성공 지표도 별도로 필요하다고 덧붙였다.</p>



<p>탈라사즈는 프로젝트를 제안할 때 기대치를 투명하게 설정한다며, “단일 재무 지표 하나만 제시하지 말고, 여러 시나리오를 함께 보여주는 것이 중요하다. 각 결과에 영향을 주는 전제와 변수까지 함께 설명해야 한다”라고 강조했다. 예를 들어 도입률이나 구현 속도에 따라 기대 성과가 어떻게 달라지는지까지 포함해 그림을 그려준다는 것이다. 탈라사즈는 “리더들은 각각의 점이 어떻게 연결되는지, 더 큰 그림이 무엇인지 이해하고 싶어 한다”라고 말했다.</p>



<p>결국 가장 중요한 성공 지표는 손익계산서에 미치는 영향과 해당 AI 사용례가 직원 경험에 어떤 변화를 주는지를 보여주는 지표다. 사보는 “프로세스 어느 단계에서든 정량 지표를 붙일 기회가 있다면 반드시 붙여야 한다. 다만 AI는 아직 초기 도입 단계이고 새로운 영역이기 때문에, 지금은 측정할 수 없는 요소도 분명 존재한다. 그래서 때로는 사업을 잘 아는 사람들의 판단을 믿어야 한다. 다만 상식적으로 접근하고, 결과를 과장하지 않는 것이 중요하다”라고 강조했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[5 metrics to drive successful AI outcomes]]></title>
<description><![CDATA[Despite massive investments in AI last year, most businesses have struggled to achieve measurable results. In PwC’s January 2026 Global CEO Survey, 56% of CEOs reported neither increased revenue nor decreased costs from AI in the last 12 months — a statistic backed by Gartner figures that show on...]]></description>
<link>https://tsecurity.de/de/3340804/it-security-nachrichten/5-metrics-to-drive-successful-ai-outcomes/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3340804/it-security-nachrichten/5-metrics-to-drive-successful-ai-outcomes/</guid>
<pubDate>Wed, 11 Mar 2026 11:07:13 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Despite massive investments in AI last year, most businesses have struggled to achieve measurable results. In <a href="https://www.pwc.com/gx/en/news-room/press-releases/2026/pwc-2026-global-ceo-survey.html" rel="nofollow">PwC’s January 2026 Global CEO Survey</a>, 56% of CEOs reported neither increased revenue nor decreased costs from AI in the last 12 months — a statistic backed by Gartner figures that show only 5% of CFOs have reported cost reductions due to AI, and only 6% have reported revenue increases. So what’s behind those dismal numbers?</p>



<p>“They’re really laser-focused on measuring the wrong things,” says Shamim Mohammad, executive VP and CITO at CarMax. “There’s a fundamental misunderstanding of how to measure AI.”</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-full is-resized"> loading="lazy" width="400px"&gt;<figcaption class="wp-element-caption"><p>Shamim Mohammad, Shamim Mohammad, executive VP and CITO, CarMax</p></figcaption></figure><p class="imageCredit">CarMax</p></div>



<p>Companies also tend to focus on the wrong business goals, such as boosting employee productivity without fully capturing business outcomes. An AI that saves two hours of time per software developer means nothing unless you can tell the CFO what they did with that time, and that can be hard to do. Also, some corporations have underestimated the level of organizational <a href="https://www.cio.com/article/4082282/preparing-your-workforce-for-ai-agents-a-change-management-guide.html?utm=hybrid_search">change management</a> required to achieve efficiency gains. And the metrics to assess performance, such as what percentage of any gains are directly attributable to AI and predicting the ongoing costs of running AI projects at scale, can be difficult to nail down.</p>



<p>Some CEOs who thought AI productivity gains might demonstrate value by reducing headcount or new hires have also come away disappointed. Organizations need at least a 50 to 70% productivity gain before headcount can be reduced, according to Gartner. “We’re not seeing many use cases this high,” says Nate Suda, the research firm’s senior director analyst, with most falling between no gain at all to about 30%.</p>



<p>But some organizations are achieving results by aligning with strategic business outcomes, taking a long view on ROI, and focusing on critical business goals that may or may not fall inside the purview of traditional financial metrics. So here are five key benchmarks to apply to, or check against, your AI pursuits.</p>



<h2 class="wp-block-heading">Choose the right projects and align with strategic business goals</h2>



<p>Before considering success metrics and milestones, make sure you have use cases aligned with business goals, and you’ve prioritized the most strategically important business outcomes. The business cases for AI should come from the top down, says Keith Sarbaugh, EVP and chief digital and technology officer at animal health firm Zoetis. “Working with the board, we prioritized use cases in R&amp;D and commercial business areas,” he says.</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=1536%2C1024&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=1046%2C697&amp;quality=50&amp;strip=all 1046w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=720%2C480&amp;quality=50&amp;strip=all 720w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Keith-Sarbaugh-EVP-and-chief-digital-and-technology-Zoetis.png?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1240" height="827" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Keith Sarbaugh, EVP and chief digital and technology, Zoetis</p>
</figcaption></figure><p class="imageCredit">Zoetis</p></div>



<p>Also, benchmark against strategic business outcomes, and benchmark spend against best-in-class organizations in your industry, adds Zar Toolan, former chief data and AI officer at Edward Jones, and current executive-in-residence at Practitioners for Practitioners, a network of expert AI and data advisors. Based on his research of category-leading organizations in the financial services sector, for example, data and AI consumes 15 to 20% of overall IT budgets, which itself constitutes 10 to12% of topline revenue for the business. “While these numbers will vary by organization, it’s important to know where and how much your key competitors are investing and divesting,” he says.</p>



<p>Non-tech leaders are often the ones deciding on AI spend, while tech leaders are responsible for implementation, Suda says, which necessitates a shared understanding of value expectations and timescales.</p>



<p>That’s what’s happening at CarMax. “The business owners sign up for the benefits, and the CFO and I review the use cases,” Mohammad says. “The cost comes out of the budget for that business unit, and accountability lies in the hands of the business unit head.”</p>



<p>When Zoetis decided to pilot an AI project to make the customer service team more productive, it measured time spent on each call, and the time required to generate a follow up. The former stayed constant while the latter improved dramatically due to AI-generated follow up recommendations. The quality of the experience improved, and the team was able to reach more customers, which was the primary success metric. Zoetis also deployed Microsoft Copilot and additional AI capabilities to democratize AI, but is now focused on bigger transformative things in the areas of supply chain and contract lifecycle management.</p>



<p>So having an overall AI strategy aligned with your organization’s business strategy is crucial. At Edward Jones, the process of setting up its data and AI strategy stretched over two years, says Toolan. The company armed advisors with gen AI tools trained against the firm’s own data, and developed advice agents to help its financial advisors quickly create plans for client portfolios using inputs from meeting notes and data in the CRM system.</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=1536%2C1024&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=1046%2C697&amp;quality=50&amp;strip=all 1046w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=720%2C480&amp;quality=50&amp;strip=all 720w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Zar-Toolan-executive-in-residence-Practitioners-for-Practitioners.jpg?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1240" height="827" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Zar Toolan, executive-in-residence, Practitioners for Practitioners</p>
</figcaption></figure><p class="imageCredit">Technology Partners</p></div>



<p>“It takes internal research, matches that with the client’s plan, and gives recommendations about how to implement the plan for the client,” he says. Advisor teams saved about one person day per week and could get back to clients faster. “They could go deeper with clients, had better client satisfaction scores, and client outcomes were better aligned with what was most important to their goals,” he adds.</p>



<p>AI that improves customer service can also have a direct impact on the P&amp;L sheet. For example, a reduction in customer churn avoids revenue losses, while an increase in conversions leads to higher sales. The trick lies in measuring the change in revenues and determining what percentage of any impacts are directly related to AI.</p>



<p>Still, other projects may have strong financial benefits that are less visible. For example, using AI to improve capital use through better sales and AP forecasting can substantially improve the working capital cycle and average revolving debt utilization, effectively increasing liquidity. “As you increase accuracy, the amount of working capital or revolving debt interest payments decreases.</p>



<p>“Both can increase free cash flow and therefore are often considered functionally the same as cost savings, even though they show up in different places,” Suda says, “like working capital reduction in cash flow, and revolving debt interest expense reduction on the income statement/P&amp;L.”</p>



<p>For some AI projects the goal may be simply keeping ahead of users already familiar with tools like ChatGPT. There’s the risk that if you don’t provide basic gen AI tools in the enterprise, employees will push company data into publicly available tools for analysis. <a href="https://www.cio.com/article/4095393/6-strategies-for-cios-to-effectively-manage-shadow-ai.html?utm=hybrid_search">That risk</a> may be a larger one than having your own Copilot or GPT solutions.</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?quality=50&amp;strip=all 1600w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=1024%2C576&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=854%2C480&amp;quality=50&amp;strip=all 854w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=640%2C360&amp;quality=50&amp;strip=all 640w, https://b2b-contenthub.com/wp-content/uploads/2025/07/afshean-talasaz-stylized_1600x900px.jpg?resize=444%2C250&amp;quality=50&amp;strip=all 444w" width="1240" height="698" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Afshean Talasaz, former SVP and CTO, Colonial Pipeline</p></figcaption></figure><p class="imageCredit">Colonial Pipeline</p></div>



<p>But gen AI is becoming a must-have part of every office worker’s toolset. “How do you measure the value of Excel in an organization,” asks Afshean Talasaz, former SVP and CTO at Colonial Pipeline. “Everyone uses it, but no one asks if you need it anymore. We’re not there yet with gen AI, but it’s certainly a possible outcome as ways of working, costs, and expectations around AI change in the enterprise.” </p>



<h2 class="wp-block-heading">Know your true costs</h2>



<p>When <a href="https://www.cio.com/article/4114010/2026-the-year-ai-roi-gets-real.html?utm=hybrid_search">projecting ROI</a>, the investment or cost denominator can be tricky to nail down. Unlike traditional IT projects, the costs to build an AI are smaller than the ongoing run costs, especially at scale. “AI flips the script, and you need to plan for that,” says Suda. “For CIOs, this isn’t a cost dynamic they’re used to.”</p>



<p>That’s especially problematic because the stakes can be so high as the cost of both individual AI projects and the underlying data, infrastructure, and governance work that must be completed to support those efforts heighten risks of failure. “I’ve been in technology for 25 years and this is the most expensive and complex thing I’ve ever worked on,” says Sarbaugh.</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=1536%2C1025&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=1045%2C697&amp;quality=50&amp;strip=all 1045w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=719%2C480&amp;quality=50&amp;strip=all 719w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Nate-Suda-senior-director-analyst-Gartner.jpg?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1240" height="827" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Nate Suda, senior director analyst, Gartner</p>
</figcaption></figure><p class="imageCredit">Gartner</p></div>



<p>But not all projects are expensive, says Talasaz. “I’ve seen projects that don’t cost a lot and I’ve seen others in the millions.” The cost of a given AI project depends in part on if an organization has internal staff that can build and develop AI projects or rely on external partners; if it’s already addressed data and infrastructure requirements or if it’s fully digital and in the cloud.  </p>



<p>How you measure success matters when it comes to ROI, says Talasaz. Most projects sit on top of common platforms that can be costly to set up, and how those costs are allocated affects the economics of AI projects. That’s why, he says, project economics matter, but it can be challenging to get the full picture depending on the project. There’s a degree of innovation and uncertainty in those that can take on characteristics of risk capital projects, similar to drug discovery in pharma, or oil and gas exploration. “Articulating financial metrics for AI projects is more effective at a portfolio level, where data and AI infrastructure investments, platforming, scalability, expectations, time to adoption uncertainties, and interconnectedness to other use cases can be more effectively measured,” he says.</p>



<p>The FinOps Foundation’s FinOps for AI working group is hashing out how to measure the value of AI projects at a more granular level since 98% of enterprises are managing AI spends, up from 31% two year ago, according to the Foundation’s recent <a href="https://data.finops.org/" rel="nofollow">State of FinOps Survey</a>.</p>



<p>While the financial reporting indicators are the same, the data needed to compile those metrics differ, which can be difficult to obtain. “With AI, success is measured in tokens instead of minutes, or <a href="https://www.cio.com/article/4018578/why-cios-see-apis-as-vital-for-agentic-ai-success.html?utm=hybrid_search">API</a> calls instead of usage hours and minutes,” says Rob Martin, FinOps fellow at the Foundation. “And, unfortunately, a lot of the cost and usage data doesn’t come with the billing data.” So this leaves organizations with no choice but to collect it through API proxies or by using third-party products.</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=1536%2C1025&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=1045%2C697&amp;quality=50&amp;strip=all 1045w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=719%2C480&amp;quality=50&amp;strip=all 719w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2026/02/Rob-Martin-FinOps-fellow-The-FinOps-Foundation.png?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1240" height="827" sizes="auto, (max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Rob Martin, FinOps fellow, The FinOps Foundation</p>
</figcaption></figure><p class="imageCredit">The FinOps Foundation</p></div>



<p>But models can’t always tell you how many tokens were used. “AI costs and service availability are more volatile, so you may not be able to predict the costs of operating your model at scale,” Martin adds. That’s forced many IT executives to forecast costs in ranges rather than using fixed numbers. So he recommends forming an AI investment council or tiger team chaired by the CIO that includes all stakeholders involved in AI spending, and an experienced executive who can help create a FinOps scope for spending, incrementally fund competing projects, develop a plan to gather and analyze data, and translate performance metrics to the board.</p>



<h2 class="wp-block-heading">Prioritize for success </h2>



<p>Of the 10 AI value metrics Gartner has identified, productivity is on the lowest end of the spectrum. Projects that improve capital use, reduce losses, <a href="https://www.cio.com/article/3966301/customer-centric-it-strategies-for-delivering-winning-customer-experiences.html?utm=hybrid_search">improve customer experience</a>, or help with new products have a much greater potential for revenue growth.</p>



<p>Then operational metrics like net promote score, output per hour, and backlog reduction are all about return on employees, while financial measures such as average labor cost per worker, sales and conversion rates, and losses avoided focus on ROI. Leading indicators like traffic and clicks, and market share growth are all about what Gartner calls return on future.</p>



<p>For Toolan, there are certain AI scorecard benchmarks that every business should follow, tailored to each set of circumstances. Evaluate the AI strategy, technology stack, or platform, assess AI readiness relating to mindsets and skillsets of employees adopting the technology, and measure the results against desired business outcomes. “These need to be very industry- and sector-specific, and tailored to where your organization is on its AI journey,” he says.</p>



<p>But traditional financial metrics aren’t always the most important measures for desired business outcomes. For example, the business goal may be to improve customer satisfaction through measures such as NPS surveys. But they have limits. “You have to rely on survey answers, and it’s tempting to overstate the value of the improvement,” says Sarbaugh.</p>



<p>At CarMax, the most important metrics for its two major AI projects include customer satisfaction, conversions, and sales. The online auto retailer built its Skye AI assistant to help customers navigate the buying process; and Rhodes, a virtual agent, guides call center associates by providing questions to ask customers, quickly surfacing needed documents, and helping them navigate state rules, regulations, and policies.</p>



<p>“Time savings is a good metric to have, but what we look at are the business outcomes it’s driving,” says Mohammad. “What are we doing with the time that’s freed up to create more value for the company.”</p>



<p><a href="https://www.cio.com/article/4090235/measuring-and-scaling-ai-agent-value-beyond-productivity-gains.html?utm=hybrid_search">NPS scores</a> show a better customer experience, while the combination of Skye and Rhodes has generated higher conversion rates and elevated sales. “It’s about the elevation of the associates’ role from an information retriever to a trusted advisor,” he adds. “Roles are converging, what people do is getting redefined and processes are getting reengineered.”</p>



<h2 class="wp-block-heading">Prepare your users and track acceptance rates</h2>



<p>Even the best laid plans for AI will fail if users won’t adopt it, so user acceptance is yet another critical metric that requires advanced planning. It’s not enough to just train the AI models — you have to train people how to use AI and personalize it to their role in the organization. “It has to be a great experience in their flow of work,” Toolan says. “If it’s not, you’ll see a lower sentiment score and poor AI adoption.”</p>



<p>At first, says Sarbaugh, Zoetis underestimated the investment needed to make in change management since early on it was about how to move quickly. “We assumed if we built it they would come, but you won’t see value if users don’t understand how to incorporate it into their day-to-day work,” he says.</p>



<h2 class="wp-block-heading">Think long-term value — and trust your judgement</h2>



<p>At CarMax, the AI project metrics conveyed to top management fall into four areas: ROI, revenue impact, cost efficiency, and strategic value or the capability to gain a competitive advantage.</p>



<p>When presenting the business value of AI projects, include a value exposure measure, Talasaz says. Each AI use case may require changes to data, processes, and platforms or create new capabilities that may enable other projects to leverage those investments. “It opens the door for other things,” he says. “It’s usually a qualitative element as you may not know the costs and benefits for those other projects in detail yet, but there’s value in knowing that the current project is strategically opening up other capabilities.” And if a project will be a competitive differentiator, you need success measures for that as well.</p>



<p>When pitching a project, Talasaz adds he sets expectations transparently. “It’s important to provide scenarios, not just one financial metric, so provide a range of outcomes and the underlying assumptions and factors that impact those outcomes,” he says. For example, he’ll paint a picture that includes expected outcomes based on different adoption or implementation rates. “Leaders want to understand how all of the dots connect and what the bigger picture is,” he continues.</p>



<p>Ultimately the success metrics that matter are those that show the impact on P&amp;L, and how the AI use case affects the employee experience. “Any chance you get to put a quantitative metric at any step in the process, do it,” says Sarbaugh. “But with the newness of AI, and being in the early stage of adoption, there’s an element to things that can’t be measured at the moment. So there’ll be times when you have to trust the judgments of the people who understand the business. Just use common sense and make sure you don’t overstate the results.”</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Composable infrastructure and build-to-fit IT: From standard stacks to policy-defined intent]]></title>
<description><![CDATA[For years, many of us built infrastructure the same way we built data centers in the 2000s: Pick a “standard stack,” stamp it out and treat exceptions like a paperwork problem. It worked, until it didn’t.



Retail made the breaking point obvious. Demand patterns stopped being “seasonal” and beca...]]></description>
<link>https://tsecurity.de/de/3322460/it-security-nachrichten/composable-infrastructure-and-build-to-fit-it-from-standard-stacks-to-policy-defined-intent/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3322460/it-security-nachrichten/composable-infrastructure-and-build-to-fit-it-from-standard-stacks-to-policy-defined-intent/</guid>
<pubDate>Tue, 03 Mar 2026 13:07:22 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For years, many of us built infrastructure the same way we built data centers in the 2000s: Pick a “standard stack,” stamp it out and treat exceptions like a paperwork problem. It worked, until it didn’t.</p>



<p>Retail made the breaking point obvious. Demand patterns stopped being “seasonal” and became “event-driven.” A product drop goes viral. A weather system reroutes delivery windows. A supply chain delay changes the entire inventory story overnight. Meanwhile, customer expectations keep climbing: real-time visibility, accurate pickup promises, personalized offers, fraud-resistant payments and consistent performance from the mobile app to the store lane to the fulfillment center.</p>



<p>In that world, fixed stacks turn into friction. They are either too heavy for small workloads or too rigid for fast-changing ones. Teams start to fork the standard build “just this once,” and suddenly the exception becomes the default. That is how sprawl begins.</p>



<p>Composable infrastructure is the most practical way I have found to break that cycle, but only if we stop defining “composable” as modular hardware. The differentiator is not the pool of compute, storage or fabric. The differentiator is the control plane: The policy, automation and governance that make composition safe, repeatable and reversible.</p>



<p><a href="https://www.gartner.com/en/newsroom/press-releases/2025-12-11-gartner-identifies-the-top-trends-impacting-infrastructure-and-operations-for-2026?utm_source=chatgpt.com" rel="nofollow">Gartner’s 2026 Infrastructure</a> and Operations trends point to hybrid computing and “a composable and extensible compute fabric” as a way to orchestrate across diverse mechanisms while future-proofing investments. That framing matches what I see in practice: composability is about the operating model more than the equipment.</p>



<h2 class="wp-block-heading">Why “reference architecture” alone no longer holds</h2>



<p>Reference architectures are valuable. They create shared language, predictable security patterns and operational consistency. The problem is that they often assume stable boundaries: one environment, one platform, one dominant workload shape.</p>



<p>Retail environments do not behave that way anymore. We run mixed workloads across stores, fulfillment nodes, edge appliances, private cloud and multiple public clouds. We ship constantly. We experiment constantly. We also carry compliance obligations that cannot be negotiated at sprint speed.</p>



<p>What happens next is painfully familiar:</p>



<ul class="wp-block-list">
<li>Teams build shadow patterns to move faster.</li>



<li>Security tries to bolt guardrails on after the fact.</li>



<li>Operations inherits a zoo of one-off configurations.</li>



<li>Finance sees spend drift, but can’t trace it back to intent.</li>
</ul>



<p>This is why composable infrastructure must be paired with policy-defined infrastructure. Without policy, composability becomes a sprawl engine.</p>



<h2 class="wp-block-heading">Composable infrastructure, defined like we actually run it</h2>



<p>I like the “<a href="https://www.wwt.com/article/an-introduction-to-composable-disaggregated-infrastructure" rel="nofollow">composable disaggregated infrastructure</a>” description that treats compute, storage and networking resources as services that can be assembled as required, then returned to the pool when the work is complete. That is the operational heart of the idea: assemble, run, disassemble and recycle.</p>



<p>But “assemble” cannot mean “everyone builds whatever they want.”</p>



<p>In a modern enterprise, composition needs four things:</p>



<ol start="1" class="wp-block-list">
<li><strong>A catalog of building blocks</strong> (compute, storage, network, security, data services).</li>



<li><strong>A declaration of intent</strong> (what the workload needs, not how to wire it manually).</li>



<li><strong>A policy engine</strong> that evaluates intent against guardrails.</li>



<li><strong>Automation that provisions, enforces, observes and retires</strong> resources consistently.</li>
</ol>



<p>This is where platform engineering becomes the bridge. <a href="https://tag-app-delivery.cncf.io/whitepapers/platforms/" rel="nofollow">CNCF’s platform engineering work</a> emphasizes internal platforms as a way to deliver reusable capabilities and reduce cognitive load. Composable infrastructure is one of the clearest places to apply that thinking.</p>



<h2 class="wp-block-heading">The control plane is the product</h2>



<p>The moment you move from “stacks” to “building blocks,” the control plane becomes the product you operate.</p>



<p>At a minimum, I expect the control plane to do the following:</p>



<ul class="wp-block-list">
<li><strong>Translate intent into infrastructure</strong> using declarative definitions (infrastructure as code) and reusable compositions.</li>



<li><strong>Enforce policy as code</strong> consistently across pipelines and runtime.</li>



<li><strong>Prevent drift</strong> and continuously reconcile desired state.</li>



<li><strong>Measure outcomes</strong>: Availability, latency, change failure rate, security posture and cost.</li>
</ul>



<p><a href="https://www.openpolicyagent.org/docs" rel="nofollow">Open Policy Agent (OPA)</a> is a common example of a policy engine that lets teams specify policy as code and enforce it across Kubernetes, CI/CD, API gateways and microservices. In practice, that means I can write rules like “no public load balancers without approved tags,” “all data stores containing customer identifiers must use encryption and approved key management,” or “no privileged containers,” and have those rules evaluated automatically.</p>



<p>For GitOps-style reconciliation, the <a href="https://www.cncf.io/blog/2023/09/15/what-is-flux-cd" rel="nofollow">CNCF</a> ecosystem has made the “desired state in Git” model mainstream with tools like Flux and Argo CD. Flux, for example, is explicitly positioned as declarative delivery where Git is the source of truth and the system continuously syncs the live environment to match. That reconciliation loop is what keeps composability from turning into configuration drift.</p>



<p>For cross-cloud composition, projects like <a href="https://docs.crossplane.io/latest/whats-crossplane/" rel="nofollow">Crossplane</a> take it further by treating Kubernetes as a control plane framework for platform engineering, letting you design APIs and abstractions for your users. The point is not the specific tool choice. The point is the pattern: abstract complexity, enforce policy and keep the system converging back to a governed state.</p>



<h2 class="wp-block-heading">A retail use case: “intent-built” infrastructure for peak-week resilience</h2>



<p>Here is a pattern I have used in retail because it forces composability to prove its value in the real world.</p>



<p><strong>Scenario:</strong> It is the week of a major promotional event. Digital traffic spikes. Store pickup volumes surge. Fraud attempts rise in parallel. Business wants rapid experimentation on offers and checkout flows, but reliability cannot regress.</p>



<p>If I run this on fixed stacks, I end up overprovisioning everything “just in case” or negotiating every exception manually.</p>



<p>With composable, policy-defined infrastructure, I can express this as intent and let the control plane assemble the right building blocks:</p>



<p><strong>Intent:</strong> “Create a peak-week commerce lane that is globally distributed, supports real-time inventory reservations, isolates payment services, emits events for fraud scoring and scales predictably within budget.”</p>



<h2 class="wp-block-heading">Building blocks assembled by policy</h2>



<ul class="wp-block-list">
<li><strong>Compute:</strong> Autoscaled microservices tier for cart, checkout and pickup promise.</li>



<li><strong>Network:</strong> Segmented service connectivity with explicit ingress and egress controls, plus per-service identities.</li>



<li><strong>Security:</strong> Enforced workload identity, secrets management, mandatory encryption and least privilege access patterns aligned to zero trust principles. <a href="https://nvlpubs.nist.gov/nistpubs/specialpublications/NIST.SP.800-207.pdf" rel="nofollow">NIST’s Zero Trust Architecture</a> highlights continuous authentication and authorization per request and the idea of narrowing defenses to resources rather than perimeter assumptions.</li>



<li><strong>Data services:</strong> A short-lived event streaming pipeline for clickstream and order events, a low-latency cache for pickup promises and a governed analytics sink for post-event learning.</li>



<li><strong>Observability:</strong> SLO-based dashboards for checkout latency, pickup promise accuracy and payment authorization success rate, wired automatically as part of the composition.</li>



<li><strong>FinOps guardrails:</strong> Budget ceilings, tagging and cost allocation enforced at provisioning time and monitored continuously, using a shared accountability model consistent with <a href="https://www.finops.org/introduction/what-is-finops/" rel="nofollow">FinOps practices</a>.</li>
</ul>



<h2 class="wp-block-heading">The “sprawl prevention” mechanisms that matter</h2>



<ul class="wp-block-list">
<li>Every composed environment has a <strong>time-to-live</strong> by default. If it is not renewed by policy, it is retired automatically.</li>



<li>Policies require <strong>standard tags</strong> (application, owner, cost center, data classification). If tags are missing, provisioning fails early.</li>



<li>Network exposure is <strong>deny-by-default</strong>. Public endpoints require explicit approval paths and documented intent.</li>



<li>Data services are <strong>tiered by classification</strong>, with policy deciding which storage classes and encryption profiles are allowed.</li>



<li>Drift is corrected by reconciliation. Manual changes are reverted unless policy allows them.</li>
</ul>



<p>The outcome is not just faster provisioning. It is safer provisioning. Teams can move quickly without quietly creating long-term operational debt.</p>



<h2 class="wp-block-heading">The governance model that keeps composability from becoming chaos</h2>



<p>I have learned to treat governance as a product feature, not a compliance tax. If governance slows teams down, they route around it. If governance is embedded into the platform, it becomes the fastest path.</p>



<p>This is the model I aim for:</p>



<ol start="1" class="wp-block-list">
<li><strong>Policy-defined guardrails, not human gates.</strong> Rules are versioned, tested, peer-reviewed and rolled out like any other code.</li>



<li><strong>Golden paths that are flexible. </strong>Developers should be able to request “an event-driven service with private ingress, managed database and audit logging” without learning every underlying primitive.</li>



<li><strong>Reversibility by design. </strong>Every composed stack must be easy to unwind, and rollback must be part of the orchestration.</li>



<li><strong>Continuous compliance, not quarterly scramble. </strong>Compliance is evaluated at build time and runtime, with evidence generated automatically.</li>



<li><strong>Outcome-based telemetry. </strong>If I cannot tie composition back to reliability, security posture and unit cost, I am just moving complexity around.</li>
</ol>



<h2 class="wp-block-heading">What leaders should ask before calling it “composable”</h2>



<p>When I talk to peers about adopting composable infrastructure, I ask a few questions that cut through vendor messaging:</p>



<ul class="wp-block-list">
<li>Can we express infrastructure <strong>by intent</strong> and have the platform translate that intent into consistent builds?</li>



<li>Do we have a <strong>policy engine</strong> that enforces guardrails across provisioning and runtime, not just documentation?</li>



<li>How do we prevent <strong>orphaned resources</strong> and environment sprawl, automatically?</li>



<li>How do we measure <strong>business outcomes</strong> (conversion performance, pickup accuracy, fraud loss avoidance) and not just cluster health?</li>



<li>Can we run this across <strong>hybrid</strong> environments without multiplying operating models?</li>
</ul>



<p>If the answer is “we will standardize later,” composability will likely amplify your current inconsistencies.</p>



<h2 class="wp-block-heading">The real shift: from building infrastructure to operating a control system</h2>



<p>Composable infrastructure is a story about maturity. It is the shift from handcrafted stacks to configurable building blocks, assembled by intent and governed by policy.</p>



<p>When it is done well, it changes the daily experience of IT:</p>



<ul class="wp-block-list">
<li>Teams stop fighting over one-size-fits-all reference architectures.</li>



<li>Security stops chasing exceptions and starts shipping enforceable policies.</li>



<li>Operations stops inheriting snowflakes and starts running a reconciling system.</li>



<li>Finance gets visibility into spend tied directly to intent, not guesswork.</li>
</ul>



<p>That is what “build-to-fit IT” means to me: the enterprise gets flexibility without losing control, because the controls are part of the platform, not an afterthought.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What AX can do to deliver cohesion and uniformity to AI agents]]></title>
<description><![CDATA[The point of agentic AI is for it to act by writing code, running scripts, executing commands, or calling APIs. All of that is more effective if those actions are discoverable, documented, consistent, and designed to be easy for agents to use in the first place.



Agents need slightly different ...]]></description>
<link>https://tsecurity.de/de/3309282/it-security-nachrichten/what-ax-can-do-to-deliver-cohesion-and-uniformity-to-ai-agents/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3309282/it-security-nachrichten/what-ax-can-do-to-deliver-cohesion-and-uniformity-to-ai-agents/</guid>
<pubDate>Wed, 25 Feb 2026 11:05:43 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>The point of agentic AI is for it to act by writing code, running scripts, executing commands, or calling APIs. All of that is more effective if those actions are discoverable, documented, consistent, and designed to be easy for agents to use in the first place.</p>



<p>Agents need slightly different information from people. Both benefit from complete, accurate and up to date documentation or error messages that include the correct commands to use, but, for example, DevOps agents need the full context of the entire CI/CD pipeline, and developers usually don’t.</p>



<p>Generally, though, better management of business logic, code, data, documentation, API design, policies, and best practices will help your human users as well. And if you don’t do the work, you risk a new level of shadow IT as members of staff turn to services their agents can work well with.</p>



<p>“<a href="https://www.cio.com/article/4132031/why-most-agentic-ai-projects-stall-before-they-scale.html?utm=hybrid_search">People are starting to believe and buy into agentic AI</a>, but there’s so much work to be done to actually achieve this,” says Forrester VP and principal analyst of enterprise architecture, Charles Betz. Agents need precise, structured, and accessible information, and AI will amplify strengths and weaknesses. “If you have weak system understanding, you’re going to have some awfully confused AI agents,” he adds.</p>



<h2 class="wp-block-heading">Optimizing the agent experience</h2>



<p>Getting your existing enterprise systems ready for agents is part of what Netlify CEO Mathias Biilmann calls <a href="https://www.cio.com/article/4130913/cx-ai-and-the-data-trap-why-your-best-customers-are-slipping-away.html?utm=hybrid_search">agent experience</a> (AX) or what an agent encounters as the user of a product of platform.</p>



<p>Every product and tool already has an agent experience, though, because AI agents already try to use them. “It’s just a question of does it have a good agent experience or a bad one,” he says.</p>



<p>If you expect an agent to work with a product or service you rely on, it’s important to know if it has the structured, predictable interface, the comprehensive error handling, session persistence for workflows with multiple steps, and real-time feedback that it needs.</p>



<p>“How does an agent discover your product,” says Biilmann. “Is it the user that tells them, or does it figure out on its own this might be a good solution? How do you help it understand what it can do with your product, and how do you make it easy for it to get access to the product, ideally, with as little asking the user for permission as possible? Then in that agent loop, how do you give context to the agent to make sure it can get the best possible experience of that product and solve the tasks for its user in the most efficient way?”</p>



<p>The term has already caught on with both AI coding agents and developer tool providers, and Biilmann expects it to become more widely relevant. “As lessons from coding agents, and especially Claude Code, start making their way to agents more oriented at businesses and consumers,” he says, “we’ll start seeing the next layer of tools and services understand that if we don’t work well with those agents, we’re going to start getting routed around.” <a href="https://www.akamai.com/blog/security/ai-pulse-how-ai-bots-agents-will-shape-2026" rel="nofollow">Akamai’s latest research</a> shows that shift has begun.</p>



<p>In the enterprise, AX is about doing the foundational work to effectively integrate agentic AI with existing systems. So do you bolt them on as an afterthought, like RPA that scrapes data out of legacy applications, or do you make sure workflows and tools are set up for <a href="https://www.cio.com/article/3997968/mcp-is-enabling-agentic-ai-but-how-secure-is-it.html?utm=hybrid_search">MCP</a> to work against so agents are more effective?</p>



<p>Investors are starting to talk about these principles as part of how they do valuations and predict agent-led growth. Anthropic has guidelines for how to write tools so they work well with agents, and Microsoft is building new accounts with access limitations into Windows just for agents so they run securely. One AI code tool provider even ripped out the CMS it had just paid to set up because its Cursor coding agent couldn’t access it easily, and the marketing team found asking a chatbot to add their content to the website as Markdown easier than a traditional CMS interface.</p>



<p>Of course, as a company building AI coding tools, even Cursor’s non-technical employees are fairly technical, and soon after that provider gave up on the CMS, the vendor released an MCP server designed to give agents access to create, update, and manage a website without such a drastic change. But it’s an example of the impact AI agents can have on traditional software usage.</p>



<h2 class="wp-block-heading">Beyond MCP</h2>



<p>Biilmann suggests four principles for good AX based on if agents can reach a system with the right permissions; the LLM can get the right context to use it effectively; tools like APIs, SDKs or the command line interface are built so agents can act as an interface to use them; systems make it easy to trigger and coordinate a favourite agent.</p>



<p>“There’s a whole field of context engineering emerging that involves MCP, skills, context files, and tweaking tool responses to make sure agents have the right context when they’re using your product,” he says, adding that a single line of output added to the error message for a Netlify CLI command fundamentally transformed the AX from not being able to use the tool, to deploying it in one go.</p>



<p>But it’s not enough to just make an MCP that wraps an API. “Think about the MCP as a UI for an agent that gives it the right context to not just do API calls but accomplish tasks efficiently with your API,” he says. “Give it context, structure and how API endpoints are typically used together.”</p>



<p>Sean Blanchfield, CEO of AI infrastructure company Jentic, agrees that AI needs context, not more integration glue. “If you give an LLM clean documentation for a well-designed API, it can already interface with it directly,” he says. “That makes high-quality API management the real foundation of enterprise AI capabilities. Existing investments in OpenAPI, gateways, authentication, and governance will pay serious AI dividends.”</p>



<p>Agents also need APIs that match their specifications, which many don’t. Jentic’s free AI Readiness Scorecard tool is one way to check that.</p>



<p>Common mistakes are broken references, malformed schemas in OpenAPI specs, or APIs that don’t specify the server that hosts them and only have authentication information written for human developers not available through the API. Human developers might be able to laboriously work around those but agents will struggle.</p>



<p>API specifications alone have no concept of operational sequence, says David O’Neill, COO of SaaS platform APIContext, so you need to use OpenAPI’s Arazzo workflow standard to encode those. “Suddenly OpenAPI specifications and Arazzo workflows are important because those are the things MCPs and agentic systems use to validate if something’s going to work,” he says.</p>



<p>Forrester’s Betz refers to this kind of work as generative engine optimization to help agents get details about services.</p>



<p>“Documenting APIs, getting robust business definitions of your data and information, understanding unambiguously where that data and information live, and what system is authoritative are absolutely critical,” he adds. “All the things your data and enterprise architects have been trying to build for the last 20 years, AI needs all that stuff to do what it does.”</p>



<h2 class="wp-block-heading">Testing AX ground rules</h2>



<p>Most organizations will use older code and architectures they aren’t ready to get rid of but don’t want to replicate, says Michael Coté, staff technologist at Broadcom. “Make sure to go through and mark up what you think is a well behaved database and data architecture versus a functional one you don’t like,” he says.</p>



<p>Some of this is basic IT hygiene but it’s still critical, adds Martin Heyder, director of IT at data analytics platform KNIME, especially if you’re <a href="https://www.cio.com/article/3848260/how-automation-forges-a-sense-of-community-and-purpose-at-6sense.html?utm=hybrid_search">automating workloads</a> that have relied on staff manually collating data from multiple sources that haven’t had to be kept up to date or available before. “If inventories, logs, or documentation are unreliable, any AI system will simply automate bad information,” he says.</p>



<p>Also, agents will often initially expose where tacit knowledge exists, so establishing standards across code, enforcing code reviews, and keeping a single reference for system definitions and documentation gives agents an easy framework to work within.</p>



<p>Microsoft CVP for apps and agents Amanda Silver refers to that as an agentic constitution, a natural language way to specify requirements or common expectations across the organization or code base. “You make sure the agent always has that in its context,” she says.</p>



<p>This can apply much more broadly and be used as a meta prompt, that can include specific ways an agent should do things when it needs to manage identity, create a human in the loop interface, or build something that allows you to observe the agent’s operations.</p>



<h2 class="wp-block-heading">Context and connection</h2>



<p>Identity, access management, and permissions for existing infrastructure are fundamental. Most organizations likely need to start with an inventory, to make sure they know about everything they want agents to interact with, and that they can update it if necessary.</p>



<p>That may mean adding new APIs or even replacing legacy apps where core logic and user interface are so tightly coupled, they’re hard for agents to use with SaaS that has APIs built in, or composable, headless architectures. <a href="https://events.zoom.us/ev/At8qPt_kj8QuwIYG-sraITvjG7V3-bY95Qu9tNxjQDv68RKdJI_-~AmE-M2frw15GgasODwnOQgGp45dscNHHca10KDub2su3TOyGyWyR1Gq9OA" rel="nofollow">Almost 30% of organizations IDC talks to</a>, for instance, are working through how to modernize their entire software portfolio to take better advantage of AI and agents.</p>



<p>“The highest value ROI task agents are capable of is backend workflow processing,” Silver says. “You might use a protocol like MCP to expose data to agents, but that doesn’t mean they can take actions. Think about what the actions are you want to automate, that you can expose as tools to agents, that they can invoke to go not just from intent to planning, but to actual execution and action.”</p>



<p>If you want agents to be useful to resolve an outage, they need access to an API that lets them add information to the dashboard where you collate incident details. Workflows will also need to include agents so they can subscribe to events like whether an order has shipped or an invoice has been disputed, and they need to be able to trigger the right actions in response.</p>



<p>Plus, policies may be arranged in code rather than written down, and extracted into natural language policy documents agents can access. As organizations start to use more agents, Silver believes they’ll need not just sequential orchestration to cover an entire workflow, but adversarial evaluation, where workflow needs to follow multiple policies, all trying to deliver specific outcomes. “For that, you might implement multi agent orchestration with policies, then fan out where you consult multiple expert agents, and then those expert agents come back and make a judgment call, solving for multiple policies codified in natural language.”</p>



<h2 class="wp-block-heading">FinOps for agents</h2>



<p>Early adopters are already finding that agents can be relentless and prone to issuing multiple queries. “They keep trying, they’ll do anything,” Biilmann says. “They won’t stop and they can overwhelm a service.” If you can’t redesign an API to return hints because you don’t own it, you may need to implement quotas or prioritize queries.</p>



<p>“I think there’s going to be a lot of manually created guardrails for scenarios because agentic stuff is really bad at policing itself,” O’Neil says. “It’s designed to deliver solutions, not turn itself off when it’s failed to deliver a solution.”</p>



<p>Enforce idempotence, retries, quotas, and limits to prevent runaway or repeated API consumption, Betz adds. “Agents aren’t an unlimited resource, and if they’re not getting the right answer, they need to know when to abandon the attempt,” he says.</p>



<p>Part of governance, Silver says, is understanding which MCPs are exposed to agents. “You could revoke access to them, govern token consumption, and enforce governance polices that make sense for you and your organization,” she says.</p>



<p>So AX is a similar discipline to UX in that it’s iterative, and it’s about understanding what users or agents are trying to accomplish, says Biilmann. “You have to staff a team that does the research and figures out the problems and opportunities,” he says. That means looking at session replays, identifying failing agent behaviors, and building responses and interfaces to make them successful.</p>



<p>As agent models have improved, Netlify doesn’t have to rely as much on adding context files that guide agents to the most recent API, but that just means they’re moving targets. “There’s a new audience of agents you constantly have to work with and iterate on,” he says.</p>



<p>APIContext users already using MCPs find that the numbers of transactions, the APIs, and even the specific services used can change unexpectedly, O’Neill says. “The services returned by the MCP have changed, and it’s trying a different way to create a record, and that doesn’t work anymore,” he says. “It’s not like a gateway where you’re defining everything. It’s more of a black box providing you with a list of tools you can use.”</p>



<p>A new MCP server performance monitoring tool lets you check and set alerts, and create governance rules based on performance thresholds, specifications, network functionality, or data transfer rules for data sovereignty. Agents require paying more attention than ever to API management. “It’ll force people to take this API governance seriously,” O’Neill adds.</p>



<p>Also, lean on your API gateways in addition to governance tools, monitoring, and <a href="https://www.cio.com/article/4110550/5-stages-to-observability-maturity.html?utm=hybrid_search">observability</a>, says Betz. “An agent is a service that happens to have an LLM involved, and maybe some chain of thought, intention management, and goal seeking behaviors,” he says. “But it’s all still just software.”</p>



<p>That means your logging infrastructure will be placed under load. “If you fully embrace agentic, and you’re tracking all the agents, this traffic is going to bounce around in somewhat nondeterministic ways,” he says. In the end, measuring whether agents are successful is about outcomes as well as observability, Silver says. “Over time, you’re going to need to evaluate whether the agent is actually executing the thing you want it to execute, including not going off the rails,” she says.</p>



<p>Microsoft is already using agents for Site Reliability Engineering to reduce the cost of responding to live site incidents, and improve remediation time. “To be able to do that, you need labeled, timestamped, traceable data you can look over,” she adds. “You also need to have rich, structured signals, and a clear sense of what’s good and bad from an outcomes perspective.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Stop managing projects. Start allocating capital]]></title>
<description><![CDATA[When was the last time you killed a “green” project?



If the answer is “never,” you are likely still managing projects. If the answer is “last quarter, because we found a 3x better use for that capital,” then you are allocating capital. That distinction isn’t just semantic, it’s the gap between...]]></description>
<link>https://tsecurity.de/de/3306743/it-security-nachrichten/stop-managing-projects-start-allocating-capital/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3306743/it-security-nachrichten/stop-managing-projects-start-allocating-capital/</guid>
<pubDate>Tue, 24 Feb 2026 11:24:38 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>When was the last time you killed a “green” project?</p>



<p>If the answer is “never,” you are likely still managing projects. If the answer is “last quarter, because we found a 3x better use for that capital,” then you are allocating capital. That distinction isn’t just semantic, it’s the gap between being a cost center and becoming a value engine.</p>



<p>For decades, the benchmark for technology leadership was the master of delivery. Success was measured by the triple constraint: on time, on budget and within scope. We built project management offices to track these metrics, celebrated when a project hit a milestone and treated the technology budget as a bucket of funds to be spent before the fiscal year expired.  Even as PMOs have downsized or evolved into agile centers of excellence the underlying mindset, tracking delivery rather than allocating capital, persists.</p>



<p>2026 has made this model obsolete. We’re navigating a massive anxiety gap in the enterprise. According to <a href="https://www.gartner.com/en/newsroom/press-releases/2025-10-22-gartner-forecasts-worldwide-it-spending-to-grow-9-point-8-percent-in-2026-exceeding-6-trillion-dollars-for-the-first-time" rel="nofollow">Gartner’s latest forecast</a>, global IT expenditures are expected to hit $6 trillion in 2026, a 9.8% increase over 2025, driven heavily by AI Infrastructure and mobile devices. Yet, despite this surge, few organizations feel they are meeting the board’s ROI expectations. The business doesn’t need another great project manager. They need a CIO who acts as a master of capital allocation.</p>



<p>This isn’t about cutting costs or fighting with stakeholders. It’s the opposite; it’s about moving technology from a cost center that consumes budget to a value engine that allocates capital. Leading this shift comes down to four disciplines.</p>



<h2 class="wp-block-heading">1. Make every dollar re-qualify for its job</h2>



<p>In most organizations, the annual budget is an exercise in incrementalism. You take last year’s spend, add a percentage for inflation and layer new projects on top. You end up with a sedimentary layer of technology, platforms that survive year after year simply because they were there yesterday.</p>



<p>Strategic investors don’t do this. Instead, we move toward a zero-based portfolio. This doesn’t mean zeroing out the budget; it means adopting a mindset where every asset must re-qualify its place based on current market yield. You shift the conversation from “How much do you need?” to “What is the yield on this capital compared to our other opportunities?”</p>



<p><a href="https://www.mckinsey.com/capabilities/strategy-and-corporate-finance/our-insights/capital-allocation-starts-with-governance-and-should-be-led-by-the-ceo">Recent McKinsey research</a> emphasizes that building an effective strategy requires the CEO to lead capital allocation as a fundamental responsibility, reserving at least 10 percent of their calendar for these decisions. Effective leaders do not treat allocation as a “one and done” annual event; instead, they ensure strategic initiatives are followed through in regular reviews, with funding often timed to and conditioned on reaching specific benchmarks.</p>



<p>A zero-based portfolio requires a rigorous value realization audit<strong>.</strong> Every six months, lead a transparent review with business partners. We aren’t looking for fault; we’re looking for fit. If a platform that was strategic three years ago now offers diminishing returns, don’t just keep managing it; plan its divestiture. This signals to the board that you’re a fiduciary. By harvesting resources from businesses that no longer fit, you free up the capital to seed high-growth initiatives.</p>



<h2 class="wp-block-heading">2. Compress ‘the rent’ to fuel ‘the mortgage’</h2>



<p>One of the biggest barriers to innovation is the blended budget. When you lump cloud consumption and legacy maintenance in with AI transformation, the true economics of the department stay hidden. You have to decouple the budget into two distinct lanes:</p>



<ul class="wp-block-list">
<li><strong>Lane 1: The rent (the cost of performance).</strong> The OpEx required to run the existing business. The goal here is <strong>Deflation.</strong></li>



<li><strong>Lane 2: The mortgage (the build of equity).</strong> The investment in new IP and proprietary data loops. The goal here is ROI<strong>.</strong></li>
</ul>



<p>In the turnaround environments I lead, “the rent” has become a lead anchor on the business. Roughly three-quarters of the typical IT budget is consumed by run activities, operational sludge that keeps the lights on but delivers no competitive advantage. When 75% of your capital is trapped in maintenance, you lack the dry powder needed for the grow and transform initiatives that actually expand margins, increase exit velocity and build enterprise equity.</p>



<p>Your job: compress Lane 1 to fuel Lane 2. I recently worked with a portfolio company where 68% of the IT budget was going to cloud costs that were allowed to run away during a new project inception. We built out a FinOps practice to cut that spend by 30% and redirected it to focus on features that had direct links to profitability. That focus allowed the teams to deliver real value 3 months ahead of schedule. That is what paying “the rent” through efficiency looks like.</p>



<h2 class="wp-block-heading">3. Find the courage to pivot green projects</h2>



<p>The most common failure in portfolio management is the sunk cost trap. We’ve all seen it: A project is 12 months in, the status is green and the team is working hard, but the market has shifted. Perhaps a new AI model made your proprietary tool redundant.</p>



<p>In the old model, you finish the project anyway because you already spent the money. The disciplined investor understands opportunity cost. Every dollar spent on a green project that is no longer optimal is a dollar stolen from a higher-yield opportunity.</p>



<p><a href="https://www.leadershipiq.com/blogs/leadershipiq/the-sunk-cost-fallacy">Leadership IQ</a>, citing research from Harvard and Oxford, calls this commitment bias the irrational urge to stick with an investment simply because you’ve already spent the money. Recent 2024 neuroimaging studies show that emotional processing regions can override logic when personal responsibility is high, causing managers to “double down” on failing paths. This psychological trap is a major contributor to why digital transformation initiatives often fail to meet their stated objectives.</p>



<p>Having the courage to kill a green project is the ultimate sign of leadership maturity. Frame it as a <strong>t</strong>riumph of alignment. When you tell a business lead, <em>“Your project is performing perfectly, but I’m recommending we pivot those resources because the ROI is now 3x higher elsewhere,”</em> you are speaking the language of a CEO. This creates a culture of high-velocity alignment.</p>



<h2 class="wp-block-heading">4. Insist on architectural liquidity</h2>



<p>In finance, an illiquid asset is a risk. If you can’t exit the position when the market turns, you’re trapped. In technology, we call this legacy lock-in. You must insist on architectural liquidity, evaluating strategic investments on their exit velocity.</p>



<p>The business value is stark. <a href="https://www.gartner.com/en/infrastructure-and-it-operations-leaders/topics/technical-debt">Gartner forecasts</a> that through 2027, organizations that prioritize reducing technical debt and managing for flexibility through modularity will be able to report 50% fewer obsolete systems.  By choosing modular, task-specific architectures over bloated, general-purpose ones, you aren’t just making a technical choice; you are making a financial one to lower the rent and keep the organization liquid.</p>



<p>In late 2026, this is also how you bypass the energy wall. Compute is no longer just a budget line item; it is a finite utility constrained by power grids and rack space. Small, task-specific models (SLMs) provide the green execution path, allowing you to scale without hitting the power ceiling that is poised to stall many general-purpose AI initiatives.</p>



<p>Ask three questions before any major investment:</p>



<ol start="1" class="wp-block-list">
<li>Can we swap components without rebuilding the core? (Modular design)</li>



<li>Is our data trapped in a proprietary format, or can we move it? (Data portability)</li>



<li>And the killer: If a better AI model drops tomorrow, are we locked in for years or can we pivot in weeks? (Model agnosticism)</li>
</ol>



<p>Architecting for liquidity ensures capital is never trapped. It allows the business to move at the speed of the market rather than the speed of its legacy debt.</p>



<h2 class="wp-block-heading">Monday morning: Start the pivot</h2>



<p>Moving from managing projects to allocating capital rewires the entire organization. It stops being a department that asks for money and starts being one that deploys capital.</p>



<p>The job now demands bilingual leadership, the ability to discuss a unified data plane in one breath and the impact on the exit multiple in the next. You’re no longer the gatekeeper who says No; you are the value Architect who says, “Let’s find the capital to make the biggest impact.”</p>



<p>Start this week: Pull your top 5 green projects and hold a 30-minute investment review with your business partners. Frame the conversation around portfolio yield rather than status. Ask them one question:</p>



<p><em>“If we were starting from zero today with the remaining budget for this project, would we still vote to fund it or is there a new initiative with a higher projected ROI that deserves this capital?”</em></p>



<p>If the only defense is “we’ve already spent so much” or “we’re almost there,” you’ve identified a sunk-cost trap. If they do propose a new alternative, don’t just take their word for it; subject that new initiative to the same rigorous ROI analysis as the existing project. The goal isn’t just to stop; it’s to ensure your most expensive resources are always working on the asset that will move the needle on the exit multiple.</p>



<p>The era of the IT project is over. The era of the strategic asset has begun.</p>



<p></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[From repatriation to replatforming: The cloud story no one wants to tell]]></title>
<description><![CDATA[I’ve walked into infrastructure review meetings expecting to talk about AI acceleration, only to spend the entire time on a different problem: Why the cloud footprint kept growing even though application demand had flattened. Teams had modernized aggressively. Platform leaders were confident, and...]]></description>
<link>https://tsecurity.de/de/3295166/it-security-nachrichten/from-repatriation-to-replatforming-the-cloud-story-no-one-wants-to-tell/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3295166/it-security-nachrichten/from-repatriation-to-replatforming-the-cloud-story-no-one-wants-to-tell/</guid>
<pubDate>Wed, 18 Feb 2026 12:04:48 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>I’ve walked into infrastructure review meetings expecting to talk about AI acceleration, only to spend the entire time on a different problem: Why the cloud footprint kept growing even though application demand had flattened. Teams had modernized aggressively. Platform leaders were confident, and contracts were up to date. Yet, spend curves no longer matched business growth.</p>



<p>More concerning, new AI workloads were forcing questions we thought had already been answered about where systems belonged. That shift changed how I think about cloud strategy. The issue wasn’t whether we were “cloud-first” or not. It was whether we had designed for movement at all. That was the moment I stopped treating workload placement as a destination and started treating it as a reversible operating capability.</p>



<h2 class="wp-block-heading">When the cloud stopped feeling permanent</h2>



<p>Early cloud programs were driven by urgency. On-prem provisioning was slow, capital cycles were painful, and engineering teams needed speed. Cloud solved those problems almost immediately. What it didn’t solve was discipline. We built for velocity, not longevity. Cost attribution lagged. Data gravity went unmeasured. Compliance controls were layered on after the fact, and once workloads stabilized, few teams revisited the original placement assumptions. Over time, cloud quietly shifted from a friction reducer to another fixed cost.</p>



<p>When I began mapping placement decisions to operational behavior, a pattern emerged. Only a fraction of workloads truly benefited from elasticity. Most were steady-state systems with predictable demand, fixed data gravity, and tightening regulatory requirements. <a href="https://www.idc.com/resource-center/blog/storm-clouds-ahead-missed-expectations-in-cloud-computing/">IDC’s research on missed expectations in cloud computing</a> validated our internal observations: most repatriation is selective, not ideological, with organizations moving specific workloads to improve cost predictability, governance, and operational fit rather than abandoning cloud altogether. That insight forced a reset. We weren’t reversing decisions; we were correcting assumptions. I no longer believe the cloud was wrong—permanence was the flawed assumption.</p>



<h2 class="wp-block-heading">How AI and regulation rewired infrastructure assumptions</h2>



<p>Nothing exposed the limits of default cloud placement faster than production AI. Early experimentation worked beautifully with burst training jobs, proof-of-concept pipelines, and ephemeral datasets. Once models moved into daily operations, the economics changed. Inference loads stabilized, data volumes exploded, and GPU utilization became a first-order variable. Teams found themselves paying for capacity that wasn’t elastic at all.</p>



<p>At the same time, regulatory expectations tightened. It was no longer sufficient to claim that data was encrypted or compliant. Leaders had to demonstrate where encryption keys were controlled, how cross-domain data flowed and which systems retained sensitive artifacts. Those were not policy questions. They were platform questions. <a href="https://www.bcg.com/publications/2025/cloud-cover-price-sovereignty-demands-waste" rel="nofollow">BCG’s research on cloud sovereignty and governance</a> mirrored this experience, showing that placement decisions are increasingly shaped by regulatory posture and operational waste as much as by technical capability. <a href="https://www.mckinsey.com/industries/technology-media-and-telecommunications/our-insights/ai-power-expanding-data-center-capacity-to-meet-growing-demand" rel="nofollow">McKinsey’s analysis of AI-driven infrastructure</a> demand further clarified what many teams were struggling to quantify: high-density compute behaves differently, with power efficiency, data locality and predictable utilization mattering more than theoretical elasticity. For us, hybrid stopped being transitional and became structural.</p>



<h2 class="wp-block-heading">Turning replatforming into an operating capability</h2>



<p>After the debate over workload location faded, the real work began. The priority shifted from cloud versus on-prem to enabling the organization to change its mind without starting over—and designing for reversibility.</p>



<p>To bring rigor without ideology, I began evaluating major systems across five dimensions: cost behavior under steady demand, data gravity and movement friction, compliance sensitivity, performance profile and operational maturity. The score didn’t dictate placement. It dictated attention, with systems showing volatile cost behavior or tightening regulatory exposure flagged for deeper replatforming investment.</p>



<p>Cost also became an architectural constraint. For years, cost management had lived in finance. That had to change. We embedded cost visibility directly into engineering workflows, so platform decisions were informed before spend occurred rather than after. <a href="https://www.mckinsey.com/capabilities/tech-and-ai/our-insights/everything-is-better-as-code-using-finops-to-manage-cloud-costs" rel="nofollow">McKinsey’s FinOps research</a> reinforced this direction, arguing that sustainable cloud governance only works when cost controls are embedded in delivery pipelines rather than retrofitted during quarterly reviews.</p>



<p>We decoupled data from compute wherever possible, not just for portability, but to preserve placement optionality. Movement became expected, and we assumed workloads would move again and designed them accordingly.</p>



<p>To understand whether this was becoming a real operating capability, we also changed what we measured. Instead of tracking how many systems were “in the cloud,” we tracked placement reversals executed without incident, the time required to relocate high-value workloads, unit economics stability over six-month cycles, reductions in compliance exceptions tied to infrastructure , and AI workload cost predictability. Those indicators revealed whether replatforming was becoming a true operating capability rather than a one-time project.</p>



<h2 class="wp-block-heading">What this all adds up to</h2>



<p>Repatriation is not retreat. Replatforming is not indecision. Together, they signal maturity, not ideology. As 2026 approaches, outperforming organizations will be defined by how deliberately they decide and how easily they adapt as conditions shift. That is the cloud story no one wants to tell.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud sovereignty: squaring compliance with innovation]]></title>
<description><![CDATA[Cloud technology deployments are maturing as global enterprise digitises and emerging technology such as agentic AI becomes a key priority.



According to PwC’s 2025 EMEA Cloud Business Survey, 80% of organisations reported medium or high cloud maturity in 2025 and 86% of respondents plan to inc...]]></description>
<link>https://tsecurity.de/de/3295000/it-security-nachrichten/cloud-sovereignty-squaring-compliance-with-innovation/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3295000/it-security-nachrichten/cloud-sovereignty-squaring-compliance-with-innovation/</guid>
<pubDate>Wed, 18 Feb 2026 11:07:32 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Cloud technology deployments are maturing as global enterprise digitises and emerging technology such as agentic AI becomes a key priority.</p>



<p>According to <a href="https://www.pwc.com/gx/en/services/consulting/cloud-transformation/emea-cloud-survey-tech-leaders.html" target="_blank" rel="sponsored">PwC’s 2025 EMEA Cloud Business Survey</a>, 80% of organisations reported medium or high cloud maturity in 2025 and 86% of respondents plan to increase their budgets over the next 12 months.</p>



<p><strong>The rise of the sovereign cloud</strong></p>



<p>However, the shape of the cloud is changing. Geopolitical tensions and new regulations are reshaping how data is stored, processed and secured, with many governments mandating localisation and “sovereignty-by-design” models. </p>



<p>As PwC’s report sets out, multinationals are, as a result, complementing global cloud platforms with regional or national solutions. New sovereign cloud platforms will run alongside public cloud deployments, serving specific use cases even if that means compromising on factors such as service range and cost.</p>



<p>Olivera Majdandzic, Partner, Cloud Transformation, PwC France &amp; Maghreb comments: “Digital sovereignty is not just a regulatory requirement; it’s a strategic advantage. For our clients, it means maintaining control over their data while still leveraging the full power of the cloud. Our mission is to design hybrid and sovereign architectures that balance trust, performance and innovation — enabling organisations to navigate complex environments without ever compromising their agility.”</p>



<p><strong>Managing cloud complexity</strong></p>



<p>According to PwC’s research, 94% of organisations plan to adjust their cloud architecture in the year ahead, reflecting a move towards greater flexibility — for example, by adding multi-cloud capabilities or integrating sovereign solutions for specific use cases.</p>



<p>In this model, enterprises may select to migrate sensitive or regulated data to sovereign environments, while keeping other workloads in public or private clouds. Doing so requires integrating sovereign solutions as an additional layer within already complex hybrid, multi-cloud environments.</p>



<p>These challenges underscore the need for unified cloud management and governance to provide visibility, consistency, and control across all platforms. Additionally, the ability to seamlessly port workloads across public, sovereign, and private-cloud environments will be essential as it enables organisations to remain agile in the face of regulatory change. The approach will also help enterprises maintain business continuity, optimise costs and leverage the strengths of each platform, while retaining operational and compliance control.</p>



<p><strong>Moving from compliance to innovation and resilience</strong></p>



<p>As PwC makes clear in its report, the cloud is built for adaptability and is already well primed to meet sovereignty requirements. What’s more, CIOs recognise that their sovereign cloud initiatives can deliver innovation in addition to regulatory compliance.</p>



<p>Sebastian Paas, Partner, EMEA Cloud Transformation Leader, PwC Germany, comments: “The cloud was built for change – and today, that purpose matters more than ever. It empowers organisations to respond to disruption, scale innovation and build the resilience needed to thrive in a shifting landscape.”</p>



<p>By unifying public, private and sovereign clouds, organisations can adapt faster, optimise performance, and access best-in-class services. PwC’s research reveals that just 18% of businesses now rely on a single cloud environment; a model that’s increasingly linked to lower maturity and slower progress in areas such as AI and FinOps. Conversely, four out of five enterprises are using a multi-cloud strategy infrastructure to maximise their innovation potential and source services with the best cost-benefit ratio from each cloud vendor.</p>



<p><strong>A new partnership ecosystem</strong></p>



<p>In this new world, trusted partnerships are emerging as a critical enabler. Hyperscalers are building new sovereign solutions and dedicating resources to local regions. Meanwhile regional and national providers strengthen local trust. As a result, a powerful ecosystem is falling into place where clients benefit from active competition and massive investment — with flexibility, multi-cloud models and new partnership approaches giving them more choice than ever. </p>



<p>To learn more about how enterprises and cloud vendors are adapting in the age of sovereign cloud, download <a href="https://www.pwc.com/gx/en/services/consulting/cloud-transformation/emea-cloud-survey-tech-leaders.html" target="_blank" rel="sponsored">PwC’s 2025 EMEA Cloud Business Survey.</a> </p>



<p>To watch CIO’s webcast with PwC on this topic, <a href="https://global.resources.cio.com/resources/the-rising-importance-of-sovereign-cloud-amid-accelerating-innovation/" target="_blank" rel="sponsored">click here</a>. </p>



<p>To find out more about Sebastian Paas, click <a href="https://url.usb.m.mimecastprotect.com/s/Hp9ICDwO0OhDg8nrFWfAHjgXN3?domain=linkedin.com/" target="_blank" rel="sponsored">here</a>.</p>



<p>To find out more about Olivera Majdandzic, click <a href="https://www.linkedin.com/in/olivera-m-2142b0/" target="_blank" rel="sponsored">here</a>. </p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The ‘Genesis’ gamble: Creating order from chaos in the age of AI]]></title>
<description><![CDATA[Your board is going to ask you a question in the next twelve months, if they haven’t already: “What’s our AI strategy, and why should we believe it’s enough?”



I’ve been in those rooms. I’ve been asked those questions. And I’ve also watched other CTOs and CIOs give answers that sound reasonable...]]></description>
<link>https://tsecurity.de/de/3293115/it-security-nachrichten/the-genesis-gamble-creating-order-from-chaos-in-the-age-of-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3293115/it-security-nachrichten/the-genesis-gamble-creating-order-from-chaos-in-the-age-of-ai/</guid>
<pubDate>Tue, 17 Feb 2026 14:05:08 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Your board is going to ask you a question in the next twelve months, if they haven’t already: “What’s our AI strategy, and why should we believe it’s enough?”</p>



<p>I’ve been in those rooms. I’ve been asked those questions. And I’ve also watched other CTOs and CIOs give answers that sound reasonable in the moment but miss the magnitude of the stakes. They talk about copilots and chatbots and efficiency gains. They present roadmaps with timelines and metrics like “Hours Saved”. They frame AI as a technology initiative, when what’s really on the table is something closer to an existential bet.</p>



<p>AI is not just another technology cycle. It’s a bet that we can unlock productivity gains large enough to fundamentally change the trajectory of our organizations and the broader economic system they operate within.</p>



<h2 class="wp-block-heading">The bet most boards are missing</h2>



<p>In November, the US launched the “<a href="https://www.whitehouse.gov/presidential-actions/2025/11/launching-the-genesis-mission/">Genesis Mission</a>,” A Manhattan Project-scale effort to harness AI for scientific discovery. It involves the Department of Energy integrating 17 national labs, decades of federal data, and the world’s most powerful supercomputers into an AI platform designed to double research productivity within a decade. That’s not a small pilot program. That’s not an experiment. That’s the federal government placing a very large bet that AI is the most consequential productivity technology since electrification.</p>



<p>This isn’t really a technology bet. It’s an economic one. And that distinction should fundamentally change how you think about your own AI investments.</p>



<p>The Genesis Mission isn’t just about faster science. It’s a policy response to a deeper economic problem most boards never see: the economic system we’re operating in increasingly depends on productivity breakthroughs that haven’t materialized yet.</p>



<h2 class="wp-block-heading">The economic context your board hasn’t been told</h2>



<p>Economist and former IMF consultant, Richard Duncan has spent decades studying what he calls “<a href="https://richardduncaneconomics.com/interview-creditism/" rel="nofollow">creditism</a>.” His thesis will make you uncomfortable: we don’t live in a capitalist economy anymore. Since the U.S. left the gold standard in the early 1970s, global economic growth has been driven primarily by the continuous expansion of credit.</p>



<p>You don’t need to agree with Duncan’s framing in full to see the pattern. What matters is the direction of travel, not the label.</p>



<p>Consider the scale of the shift. Total U.S. debt was $1 trillion in 1964. Last year, it crossed $100 trillion, a hundredfold increase in roughly sixty years. That expansion funded venture capital, enabled cloud infrastructure, created unicorn startups, and underwrote the digital economy most of us have spent our careers building. Every enterprise system I’ve ever architected runs on top of this structure. It’s the water we swim in.</p>



<p>But credit based systems have a constraint: credit must keep expanding. When it doesn’t, instability follows. Duncan <a href="https://www.amazon.com/Money-Revolution-Finance-American-Century/dp/1119856264" rel="nofollow">documents this pattern repeatedly</a>. Credit contraction reliably precedes recession.</p>



<p>We saw it in 1930. A credit bubble popped, policymakers stepped back, and <a href="https://www.federalreservehistory.org/essays/great-depression" rel="nofollow">the economy shrank by 30%</a>. <a href="https://www.stlouisfed.org/the-great-depression/curriculum/economic-episodes-in-american-history-part-3" rel="nofollow">Unemployment hit 25%</a>.</p>



<p>In 2008, we faced a similar moment. This time, the government intervened with trillion-dollar deficits and the Fed created trillions more through quantitative easing. That kept the system alive, but it didn’t solve the underlying problem. It bought us time.</p>



<p>Time for what?</p>



<p>Time to <a href="https://richardduncaneconomics.com/our-economic-and-political-problems-look-set-to-multiply/" rel="nofollow">grow our way out of the problem</a>. Time to generate productivity gains large enough that the debt becomes sustainable. Time to create real economic expansion, not just more credit layered on top of the last cycle.</p>



<p>That pressure is no longer abstract. It’s landing directly on your desk.</p>



<h2 class="wp-block-heading">Why this lands on your desk</h2>



<p>For decades, economists have tracked <a href="https://www.bls.gov/opub/mlr/2021/article/the-us-productivity-slowdown-the-economy-wide-and-industry-level-analysis.htm" rel="nofollow">declining productivity growth</a>. Despite massive investments in technology, overall output per worker has stagnated. At the enterprise level, the pattern is painfully familiar: more researchers produce fewer breakthroughs, drug approvals have declined, and R&amp;D efficiency has deteriorated across industries.</p>



<p>I’ve been on both sides of this. I’ve led large-scale transformations, and I’ve been the person other CTOs call when the results don’t match the investment. It’s why I’ve spent so much time helping shape industry standards through the DevOps Institute, the FinOps Foundation and the CIO Executive Council.</p>



<p>The pattern is always the same: companies pour eight figures into digital transformation, cloud migration, SRE or DevOps maturity, only to present incremental improvements to a skeptical board. The technology worked. The systems stabilize. Costs may even come down. But the productivity needle barely moved. I’ve lost count of how many times I’ve had that hushed conversation over quiet sips of rarefied bourbon, trying to help them figure out what to tell their board.</p>



<p>AI is different. Not because of the hype, but because of the mechanism. When AI can analyze patterns across decades of data, design experiments, run simulations, and surface insights that would take humans years to find, you’re not optimizing existing processes. You’re operating on a different curve entirely.</p>



<p>The Genesis Mission is a $100 billion bet that this different curve is real. That AI accelerated discovery in energy, materials science, biotech, and quantum computing can generate the productivity breakthroughs the economy needs. Washington is treating AI as the technology that might actually move the needle on growth.</p>



<p>Which brings us back to your board meeting. The question isn’t whether AI will transform your industry. The question is whether you’ll be the one doing the transforming or the one getting transformed.</p>



<h2 class="wp-block-heading">The pattern underneath it all</h2>



<p>The name “Genesis” isn’t an accident.</p>



<p>The credit system Duncan describes looks stable on the surface, but it contains the seeds of its own collapse. The question is whether we can create enough genuine productive capacity before the next contraction hits.</p>



<p>I’m not making a theological claim. I’m making a practical one. Every major initiative I’ve ever led started as chaos: competing stakeholders, unclear requirements, legacy decisions that take time to unwind. The work was creating order from those challenges. Turning noise into signal, ambiguity into architecture. AI lets us do it at a scale we couldn’t before.</p>



<p>That’s what the Genesis Mission is betting on. Not faster chatbots. The capacity to build something real that can bear the weight of the system we’ve constructed.</p>



<p>That’s not just government policy. That’s a pattern you should be replicating in your own organization.</p>



<h2 class="wp-block-heading">What this means for your AI strategy</h2>



<p>Here’s what I’d actually tell you if we were working side by side:</p>



<h3 class="wp-block-heading">Stop treating AI as a line item in your modernization budget</h3>



<p>It’s a platform bet on par with your cloud migration. Maybe bigger. If the macro thesis is right, if AI is the technology that enables genuine productivity gains at the scale the economy needs, then underinvesting is an existential risk. Not because competitors will ship features faster, but because the companies that figure out AI-native operations will have structural advantages that compound over time.</p>



<h3 class="wp-block-heading">Think bigger than insights</h3>



<p>The Genesis Mission isn’t summarizing PDFs. It’s simulating physics, designing experiments, running scenarios that would take human researchers years. Your AI strategy shouldn’t be summarizing meetings. It should be simulating your supply chain before you change it. Modeling customer behavior before you launch. Testing pricing strategies in silico before they hit the market. The companies treating AI as a faster way to read documents are missing the point. The real leverage is using your proprietary data to simulate futures your competitors can’t see.</p>



<h3 class="wp-block-heading">Finally, build for continuous learning</h3>



<p>Simulation requires people who can ask the right questions. But, we’re automating faster than we’re reskilling. <a href="https://www.cio.com/article/4075662/the-quiet-crisis-why-your-ai-cost-savings-are-creating-tomorrows-problems.html">That’s an unseen form of technical debt and it will come due</a>. The Genesis Mission gets this right: its AI architecture runs experiments, evaluates outcomes, and improves continuously. That’s not a chatbot. That’s an operational system.</p>



<p>The same principle applies to your organization. Without the infrastructure and observability to measure what works and feed learnings back into the system, you’re building on sand. Without investing in your people’s ability to learn alongside the tech, you’re optimizing for the short term.</p>



<p>I could be wrong about this. Maybe AI plateaus. Maybe the productivity gains don’t materialize at scale. But I’ve been doing this long enough to know that the bigger risk is usually inaction.</p>



<h2 class="wp-block-heading">A new beginning</h2>



<p>Duncan frames the choice starkly. With the right investments, we may grow our way out of the credit trap. Without them, history suggests long term stagnation, instability, and conflict. That’s not alarmism. It’s precedent.</p>



<p>The Genesis Mission is the government’s attempt to make the right bet. To create a new beginning. To leverage unique federal assets and emerging AI capabilities to create genuine productive capacity.</p>



<p>Your job is to make the same bet at your scale.</p>



<p>I think about the ripple effects of these decisions constantly. The choices you make in the next twelve months will compound. They’ll affect whether your engineers feel like they’re building something that matters. Whether your company is positioned to thrive or scrambling to catch up. Whether the people who trusted you with their careers made the right bet. That’s the weight of the decision.</p>



<p>Because when your board asks what your AI strategy is and why they should believe it’s enough, “we’re being thoughtful and deliberate” is not an answer that will age well.</p>



<p>Invest like it matters. Because it does.</p>



<p></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The carbon cost of an API call]]></title>
<description><![CDATA[Imagine opening your monthly cloud invoice and seeing a 200% spike in a single line item. This is the new reality for AI-native companies. What was once a predictable compute budget has been upended by the massive computational hunger of large language models (LLMs).



The financial cost of runn...]]></description>
<link>https://tsecurity.de/de/3290789/it-security-nachrichten/the-carbon-cost-of-an-api-call/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3290789/it-security-nachrichten/the-carbon-cost-of-an-api-call/</guid>
<pubDate>Mon, 16 Feb 2026 12:05:42 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Imagine opening your monthly cloud invoice and seeing a 200% spike in a single line item. This is the new reality for AI-native companies. What was once a predictable compute budget has been upended by the massive computational hunger of large language models (LLMs).</p>



<p>The financial cost of running LLMs is astonishing. In response, the industry has rushed toward FinOps for AI, the practice of meticulously tracking and optimizing every dollar spent on computation. FinOps is necessary, responsible and a sign of a maturing industry.</p>



<p>But tracking dollars is solving yesterday’s problem.</p>



<p>The next frontier of competitive advantage lies in a metric that barely registers on most dashboards today: the energy consumption of your AI models. A fundamental shift is underway from FinOps (economic cost) to GreenOps (energy cost). Instead of asking, “How much does this model cost to run?” the critical question is becoming, “What is the carbon intensity of this API call?”</p>



<p>This isn’t a philanthropic sidebar; it is the next battleground for regulatory compliance and brand value. Here is why the shift to GreenOps is inevitable, as well as how savvy IT leaders can get ahead of the curve.</p>



<h2 class="wp-block-heading">The 3 forces making GreenOps mandatory</h2>



<p>For years, the energy footprint of AI was an academic footnote. Now, three powerful forces are turning it into a commercial imperative:</p>



<h3 class="wp-block-heading">1. The regulatory vise is tightening</h3>



<p>Regulators are turning carbon disclosure into a legal obligation. The EU’s <a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32022L2464" rel="nofollow">Corporate Sustainability Reporting Directive (CSRD)</a> requires large companies to publish audited greenhouse-gas data starting with FY2024 reports. Crucially, this scope expands to SMEs and non-EU multinationals by 2028.</p>



<p>In the United States, California’s <a href="https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=202320240SB253" rel="nofollow">Climate Corporate Data Accountability Act (SB 253)</a> mandates that corporations with over $1 billion in revenue disclose Scope 1, 2 and 3 emissions. Electricity feeding a Google Cloud us-east1 cluster is Scope 2; re-billed SaaS workloads are Scope 3. Either way, they hit the ledger. Companies that fail to report AI-related emissions will face fines and exclusion from enterprise supply chains.</p>



<h3 class="wp-block-heading">2. The demand for ‘ethical gigawatts’</h3>



<p>Procurement teams are beginning to screen vendors based on energy efficiency. Major European players already utilize ESG ratings from EcoVadis to evaluate suppliers.</p>



<p>Investors are following suit. Under the EU’s <a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32019R2088" rel="nofollow">Sustainable Finance Disclosure Regulation (SFDR)</a>, Article-8 and Article-9 venture funds now request emission baselines before deploying capital. Just as security questionnaires became table stakes a decade ago, carbon emission dashboards are becoming standard in enterprise RFPs. For an AI startup, demonstrating a low-carbon inference stack is no longer a nice-to-have, it is a competitive moat.</p>



<h3 class="wp-block-heading">3. Performance-per-watt as a metric</h3>



<p> We are entering an era where efficient engineering trumps brute force. An equally accurate model that consumes half the energy is objectively better engineering. Investors and CTOs will soon assess watts-per-inference with the same scrutiny they once applied to daily active users. This efficiency translates directly into higher profit margins and brand prestige.</p>



<h2 class="wp-block-heading">Decoding the carbon cost of an API call</h2>



<p>Measuring the carbon footprint of a single API call sounds abstract, but GreenOps turns it into a concrete key performance indicator (KPI) based on three variables:</p>



<ol class="wp-block-list">
<li><strong>Model architecture:</strong> Is it a dense, 100-billion-parameter behemoth or a lean mixture-of-experts (MoE) model that only activates specific neurons?</li>



<li><strong>Hardware selection:</strong> Is the inference running on a power-hungry legacy GPU or a specialized AI accelerator chip designed for low-wattage throughput?</li>



<li><strong>Carbon intensity:</strong> This is the most overlooked variable. A data center in Sweden (<a href="https://www.datacenters.com/news/are-we-overlooking-the-nordics-europe-s-silent-data-center-powerhouse" rel="nofollow">powered by 98% hydro</a>) might have a carbon intensity of 16g CO₂eq/kWh. The same GPU running in a coal-heavy region of the <a href="https://app.electricitymaps.com/map/3mo/daily" rel="nofollow">US could exceed 800g CO₂eq/kWh</a>, a 50x difference in carbon impact for the exact same compute task.</li>
</ol>



<p>A company practicing GreenOps doesn’t just know its cloud bill. It knows that routing job A to a hydro-powered region reduces the carbon cost by 90% without impacting latency.</p>



<h2 class="wp-block-heading">A practical example: Stopping the zombie retraining cycles</h2>



<p>The biggest source of waste in MLOps isn’t always the model itself — it’s the process we use to update it. In standard industry practice, companies often retrain models on a fixed schedule (e.g., weekly) regardless of whether the new data actually improves performance.</p>



<p>In my recent research on sustainable MLOps, I developed a new metric called the retraining-efficiency score (RES). Instead of blindly retraining models, RES acts as a green guardrail. It calculates the real-time trade-off between the expected accuracy gain and the carbon cost of training. If the efficiency score doesn’t meet a specific threshold, the retraining job is killed before it burns energy.</p>



<p>Across 2,320 controlled experiments on large-scale datasets (including energy grids and retail sales), this approach reduced annual carbon emissions by 47% compared to the industry standard always-promote baseline. Crucially, it achieved this massive carbon reduction while maintaining the same forecast accuracy. This is the essence of GreenOps: using intelligence to eliminate waste, not performance.</p>



<h2 class="wp-block-heading">The entrepreneurial opportunity: The GreenOps stack</h2>



<p>This shift presents one of the most significant opportunities in the AI ecosystem. Just as MLOps gave us deployment tools and FinOps gave us cost controls, the GreenOps stack is waiting to be built.</p>



<ul class="wp-block-list">
<li><strong>Observability:</strong> We need a Grafana for energy — dashboards that visualize carbon impact alongside latency and accuracy.</li>



<li><strong>Efficiency-as-a-service:</strong> There is a market for consultancies that specialize in model quantization, pruning and distillation to reduce energy overhead.</li>



<li><strong>Energy Star for AI:</strong> We need a trusted certification body to validate model efficiency. A likely scenario is a joint scheme where technical standards (drafted by <a href="https://www.iso.org/committee/6794475/x/catalogue/p/0/u/1/w/0/d/0" rel="nofollow">ISO/IEC JTC 1/SC 42</a>) are audited by nonprofits like the Green Software Foundation.</li>
</ul>



<p>Hugging Face has already set the precedent by adding estimated emissions to model cards, fueled by the CodeCarbon library. The market appetite for these numbers is real.</p>



<h2 class="wp-block-heading">The verdict</h2>



<p>The past decade proved AI can work. The next decade must prove it can work sustainably. The founders and architects who grasp this shift will not only build more responsible companies; they will build the most valuable ones. The time to start measuring your carbon cost is now, before your customers or your regulators do it for you.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ways AI proves its worth at Avnet]]></title>
<description><![CDATA[Electronic components distributor Avnet oversees supply chains for major corporations, but more importantly, the Phoenix-based multinational leverages intelligence insight from its data to help understand what’s important for customers to move product for maximum profitability.



“Everything we ...]]></description>
<link>https://tsecurity.de/de/3281268/it-security-nachrichten/ways-ai-proves-its-worth-at-avnet/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3281268/it-security-nachrichten/ways-ai-proves-its-worth-at-avnet/</guid>
<pubDate>Wed, 11 Feb 2026 11:07:51 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Electronic components distributor Avnet oversees supply chains for major corporations, but more importantly, the Phoenix-based multinational leverages intelligence insight from its data to help understand what’s important for customers to move product for maximum profitability.</p>



<p>“Everything we do from an AI standpoint helps to fulfil that philosophy,” says <a href="https://www.linkedin.com/in/ljchan/" rel="nofollow">CIO Max Chan</a>. “Leveraging AI means <a href="https://www.cio.com/article/4113707/when-it-comes-to-ai-not-all-data-is-created-equal.html?utm=hybrid_search">cleansing data</a> so customers can make the right decisions.”</p>



<p>With over 100 years of history to look back on, Avnet has always been able to prioritize technological investment as its ecosystem has grown more complex. Fundamentally important is adhering to what’s most important to the business. “Instead of having my own technology or approach to digital AI, the strategy is how do we enable the business,” he says. “So every capability we have, we look at technology, digital enablement, and AI transformation to help accelerate, redesign, or reimagine them. It’s all about helping to transform the business.”</p>



<p>Of course, ROI from AI can be elusive, but Chan sees missteps or flawed strategies as evidence oflooking at the wrong place. “Some people look for ROI from an investment in AI itself,” he says. “It’s like the traditional ways of looking at FinOps, for instance, to look at how much you’re spending, improving, and making out of it. We look at it differently. To us, AI is transformational, so when we implement something with AI in mind, we look at what business outcome are we hoping to drive. We get the right pricing and a more complete quote to the customer to help them learn what that converts to in terms of top and bottom line.”</p>



<p>But just like everything else regarding technology investment or digital enablement, success comes down to <a href="https://www.cio.com/article/221699/7-change-management-certifications-to-boost-your-it-career.html?utm=hybrid_search">change management</a> and governance. “Change management is key, but the overall governance of going back to whether something is contributing to a business outcome, or is directly supporting a business strategy, is essential,” he adds. “Otherwise, people will look at different POCs and use cases. We’re only looking for what directly links to strategic capabilities and the business outcome we’re looking for.”</p>



<p>Chan also details modernizing legacy systems with greenfield architectures, and partnerships that build resilience and customer value across industries. Watch the full video below for more insights, and be sure to subscribe to the monthly Center Stage newsletter by clicking <a href="https://www.cio.com/newsletters/signup/">here</a>.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper youtube-video">

</div></figure>



<p><strong>How AI helps distribution: </strong>We see very strong leverage in the sales enablement site, engineering design, managing inventory and forecasting, and orchestrating the supply chain. The common thread across all these areas is the actionable insight and data we have. So from a sales enablement perspective, what comes to mind is quoting, which is the most important thing as a distributor in terms of being informed and passing that on as quickly as we can to customers. For them, they’re able to get their products at the point they need. For us, we’re able to win the business and improve conversion. AI has helped us with pricing, getting the right information on end of life and country of origins, and putting it all together so the customer can make the best decision for what they do. It’s also about how we can help our customer service agents have readily available information to advise people. So we use it internally and externally.</p>



<p><strong>On the heavy lift of legacy systems: </strong>This has been a long journey we’ve been on. Avnet continues to reinvent and apply the same mentality to modernize with technology. Over 30 years ago, we decided we wanted to go to a major <a href="https://www.cio.com/article/4121113/erp-in-2026-more-ai-more-best-of-breed-add-ons.html?utm=hybrid_search">ERP</a> to run everything, but within the last 10 years, we realized that such a monolithic environment isn’t good enough. So we started building, just like everyone else, to get benefit from cloud transformations and build on top of it. But what my team and I quickly learned was that wasn’t going to cut it. We had support from the organization to start from scratch, and build a modern architecture that’s digital and AI first, which allows us to leverage different capabilities. The mentality of continuous improvement, and not to get hung up on what we’ve built over the last 30 years, has helped us with that success in driving AI and the transformation we see today.</p>



<p><strong>On the changes AI brings: </strong>It comes back to <a href="https://www.cio.com/article/4049233/5-actions-to-build-an-ai-ready-data-culture.html?utm=hybrid_search">the culture and learning agility</a> we want everyone in the organization to have. Interestingly, AI is probably a lot easier than most other technologies that came before it because of ChatGPT, gen AI, and the many different tools that suddenly came up in the last few years. Everyone got excited. Trying to create that learning pathway, and getting people systematically upskilled to be able to approach and leverage AI the right way, is what we’re doing across the organization. We see it like there are three different types of AI to grapple with. One is productivity tools like ChatGPT that we give people to do what they need to do. The second is what comes with all the software you have, since all major software comes with AI components. Then last are the things my team would develop and build in accordance with what we want in order to drive the company forward, and how we transform. So we have more than enough tools that we allow the organization to leverage, and we have a governance process to request what people can use, or we give them an alternative. If it comes with the software we own, if we already have the license, then go for it since it’s embedded and will help us better leverage the software. The focus we have on AI is what we’re doing to transform the way we work, the workforce, the work itself, and in some cases, the business and how we can better serve our customers and employees. One way is reimagining some end-to-end processes to see if they can be fully autonomous. If so, what would it look like? Once that’s done, we bring people back in the loop to augment it and make it even more powerful for our business.</p>



<p><strong>On AI impacting workflows: </strong>As far as disruption and resiliency from a supply chain standpoint, focus is on relationships with customers, both upstream and downstream, and understanding what they are, what they have, what they need to do, and what they want to do. And the signals we send around the industry help strengthen that resiliency. We get asked how can we help avoid the next supply chain debacle, and it comes down to partnerships, availability of data, and connectivity. In order for us to do that internally, from a tech stack standpoint, we need to target the modern architecture that drives microservices and allows us to have <a href="https://www.cio.com/article/4018578/why-cios-see-apis-as-vital-for-agentic-ai-success.html?utm=hybrid_search">strong API connections</a>. We created a platform called the Partner Digital Exchange, which helps bring data downstream, and combines it with what we have to drive orchestration. And that allows us to bring AI into the mix and help customers with the information they need. It also helps Avnet create that stickiness in the ecosystem.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI gold rush to drive 2026 IT spending — as IT services get the squeeze]]></title>
<description><![CDATA[Global IT spending will rise 10.8% in 2026, but the increases will be incredibly uneven, with huge spikes in AI and data center outlays far outpacing other categories, Gartner predicts.



Worldwide IT spending will reach $6.15 trillion this year, despite fears of an AI bubble and concerns about ...]]></description>
<link>https://tsecurity.de/de/3276788/it-security-nachrichten/ai-gold-rush-to-drive-2026-it-spending-as-it-services-get-the-squeeze/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3276788/it-security-nachrichten/ai-gold-rush-to-drive-2026-it-spending-as-it-services-get-the-squeeze/</guid>
<pubDate>Mon, 09 Feb 2026 10:37:47 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Global IT spending will rise 10.8% in 2026, but the increases will be incredibly uneven, with huge spikes in AI and data center outlays far outpacing other categories, Gartner predicts.</p>



<p>Worldwide IT spending will reach $6.15 trillion this year, despite fears of <a href="https://www.cio.com/article/4113990/fearing-an-ai-bubble-cios-have-answers.html">an AI bubble</a> and concerns about inconsistent tariff policies from US President Donald Trump’s administration, <a href="https://www.gartner.com/en/newsroom/press-releases/2026-02-03-gartner-forecasts-worldwide-it-spending-to-grow-10-point-8-percent-in-2026-totaling-6-point-15-trillion-dollars" rel="nofollow">Gartner projects</a>.</p>



<p>The increase will largely be driven by AI spending, projected to rise by 80.8% from 2025, and by data center system outlays, up 31.7%. While Gartner sees spending increases in all five IT categories it tracks, spending on communications services will rise by only 4.7%, and spending on devices, PCs, and laptops will increase by only 6.1%, with skyrocketing memory costs prompting many IT buyers to delay device purchases.</p>



<h2 class="wp-block-heading">Services feel the squeeze</h2>



<p>Services providers, meanwhile, are getting squeezed by AI, says <a href="https://www.gartner.com/en/experts/john-lovelock" rel="nofollow">John-David Lovelock</a>, a vice president analyst at Gartner. Runaway AI spending, coming from both large hyperscalers and other enterprises, has put pressure on CIOs to ratchet down spending elsewhere, and many have turned to their services budgets to pinch pennies, he adds.</p>



<p>At the same time, IT buyers expect that services providers are using AI to assist their efforts and cut costs, and they are demanding that those savings be passed on to them, he says.</p>



<p>“Services companies are almost penalized because the expectation is that they are going to be using some form of AI or agents or assistance within the delivery,” Lovelock says. “CIOs need to find somewhere that they have control of their budget, and they can pick on the services companies because they’re using AI.”</p>



<p>The AI spending hike, meanwhile, is happening while many observers fear that a stock market bubble is about to pop. <a href="https://www.cio.com/article/4046443/gen-ai-descends-into-disillusionment.html?utm=hybrid_search">Disillusionment about generative AI</a> is high right now, Lovelock says, and <a href="https://www.cio.com/article/4126094/who-will-be-the-first-cio-fired-for-ai-agent-havoc.html">concerns about AI agents</a> are building.</p>



<p>But over the longer term, a major shift from an old information technology model to a new intelligence technology model is happening, creating value for AI firms, he adds.</p>



<p>“We’re going to have some people limping along for a while, but we are at the very early years of the new super cycle, which is intelligence technology,” he says. “It’s going to rewrite the rules of value creation, it’s going to rewrite the rules of revenue, and it’s going to rewrite where growth is.”</p>



<p>From Jan. 28 to Feb. 5, the US S&amp;P 500 software and services index <a href="https://www.msn.com/en-gb/money/other/us-software-stocks-slammed-on-mounting-fears-over-ai-disruption-lose-1-trillion-in-week/ar-AA1VLHRy?ocid=BingNewsSerp" rel="nofollow">dropped 4.6%</a>, losing nearly $1 trillion in value, on fears that AI would upend the traditional software sector. Some of the biggest losers, however, included companies heavily invested in AI, including Microsoft, Salesforce, and ServiceNow.</p>



<h2 class="wp-block-heading">AI in the trenches</h2>



<p>The Gartner prediction on AI spending rings true for several IT leaders.</p>



<p>Software development firm Innowise will see its IT budget increase in 2026 between the high single digits and the low double digits, says <a href="https://www.linkedin.com/in/dmitry-nazarevich/" rel="nofollow">Dmitry Nazarevich</a>, CTO there. About half of the budget increase will come from AI, with the rest related to security, modernization, and cost-related initiatives, he adds.</p>



<p>However, the increase in other IT spending is also related to AI. “The increase in spending on security is directly related to the increase in exposure and risk to data associated with the increased attack surface resulting from the introduction of generative AI,” Nazarevich says. “The increase in spending on modernization is partly a result of the fact that legacy or outdated systems limit the effectiveness of AI technology and delay deployment schedules.”</p>



<p>In addition, Innowise is spending more on FinOps because of the <a href="https://www.cio.com/article/3839075/finops-breaks-out-of-the-cloud.html">unpredictability of computing bills created by AI workloads</a>, he adds.</p>



<p>Duanex, another software development firm, has increased its 2026 IT budget by a whopping 70%, says <a href="https://www.linkedin.com/in/oleg-danyliuk/" rel="nofollow">Oleg Danyliuk</a>, founder and CEO. About 10% of the increase comes from the cost increases in collaboration, security, and other IT tools, he says.</p>



<p>“All the rest is AI,” he adds.</p>



<p>For example, Duanex purchased a corporate ChatGPT subscription, as well as the IntelliJ Idea AI package and Claude Code for software development. The company also hired an additional IT professional for its AI agent team.</p>



<p>A bursting AI bubble shouldn’t affect the company’s IT spending, Danyliuk adds.</p>



<p>“It is important to be flexible in the current dynamic world,” he says. “If AI appears to be a bubble, that would mean that companies will need more developers to code and we will grow. If AI indeed automates as much as everyone expects, we are prepared as well, as we are selling automation projects and consulting.”</p>



<p>Many enterprise customers of Southworks, a third software development firm, are reporting IT budget increases of 15% to 30%, with AI accounting for half to two-thirds of the hikes, says <a href="https://www.linkedin.com/in/johnnyhalife-engineering/" rel="nofollow">Johnny Halife</a>, CTO at Southworks.</p>



<p>AI-related projects like platform modernization and data foundations are also driving up budgets, he says.</p>



<p>“The lion’s share of that growth is tied directly to AI implementation projects — everything from agentic systems and custom/fine-tuned models to the supporting infrastructure, data centers, GPUs, and cloud capacity that makes it all run,” he says. “It’s the single biggest line item pulling dollars right now, especially as organizations move from pilots and PoCs into scaled production deployments.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[칼럼 | 2026년, IT 전략을 규정할 핵심 트렌드 5가지]]></title>
<description><![CDATA[2026년 IT는 수십 년 만에 가장 큰 전환기를 맞고 있다. 디지털 트랜스포메이션의 가속, 끊임없는 보안 위협, 경제적 불확실성이 맞물리면서, 기업이 기술을 구축하고 보호하며 운영하는 방식 자체를 다시 정의하고 있다. IT 리더에게 주어진 과제는 분명하다. 혁신의 속도를 따라가는 데 그치지 않고, 혁신을 직접 이끌 수 있는 회복력 있고 효율적이며 지능적인 인프라를 설계하는 것이다.



다음 5가지 트렌드는 이런 변화의 핵심을 이룬다. 이 흐름은 IT의 다음 단계에서 주도권을 확보하려는 기업이 나아가야 할 방향을 제시한다.
...]]></description>
<link>https://tsecurity.de/de/3251977/it-security-nachrichten/2026-it-5/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3251977/it-security-nachrichten/2026-it-5/</guid>
<pubDate>Wed, 04 Feb 2026 08:20:38 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>2026년 IT는 수십 년 만에 가장 큰 전환기를 맞고 있다. 디지털 트랜스포메이션의 가속, 끊임없는 보안 위협, 경제적 불확실성이 맞물리면서, 기업이 기술을 구축하고 보호하며 운영하는 방식 자체를 다시 정의하고 있다. IT 리더에게 주어진 과제는 분명하다. 혁신의 속도를 따라가는 데 그치지 않고, 혁신을 직접 이끌 수 있는 회복력 있고 효율적이며 지능적인 인프라를 설계하는 것이다.</p>



<p>다음 5가지 트렌드는 이런 변화의 핵심을 이룬다. 이 흐름은 IT의 다음 단계에서 주도권을 확보하려는 기업이 나아가야 할 방향을 제시한다.</p>



<h2 class="wp-block-heading">1. 하이브리드는 새로운 기본값</h2>



<p>2026년에는 하이브리드 및 멀티 클라우드가 더 이상 하나의 전략이 아니라 기본 전제가 될 가능성이 높다. 이는 비용 최적화와 사이버 회복탄력성, 규제 준수를 동시에 달성하기 위해서다. 단일 벤더에 묶이는 기존 모델은 점차 힘을 잃고, 환경 전반에 걸친 유연성과 통제력을 중시하는 방향으로 이동하고 있다.</p>



<p>이러한 변화의 핵심 축으로 <a href="https://www.cisco.com/site/us/en/learn/topics/networking/what-is-network-as-a-service-naas.html" target="_blank" rel="nofollow">서비스형 네트워크(Network-as-a-Service)</a>가 부상하고 있다. 이를 통해 데이터센터와 퍼블릭 클라우드, 엣지 환경 전반에 걸쳐 소프트웨어 정의 방식을 온디맨드로 연결할 수 있게 되면서, 기업은 중앙 집중식 가시성을 확보하고 비즈니스 요구 변화에 따라 대역폭을 확장하거나 네트워크 구성을 민첩하게 재조정하고 있다.</p>



<p>이와 함께 컨테이너 플랫폼과 클라우드 네이티브 데이터베이스가 보편적인 인프라 요소로 자리 잡고 있다. 이는 애플리케이션 개발 및 출시 속도를 단축하도록 지원한다. 기존 시스템 역시 API와 마이크로서비스를 통해 지속적으로 현대화되며, 클라우드 네이티브 생태계에 자연스럽게 참여할 수 있는 기반을 마련할 수 있다.</p>



<p>올해 하이브리드 아키텍처의 완성도를 끌어올리는 핵심 요소는 ‘단일 화면 기반 가시성(single-pane-of-glass)’이다. 여러 대시보드와 모니터링 도구를 억지로 연결하는 대신, IT팀은 하이브리드 클라우드 성능과 보안 상태, 거버넌스 제어, 핀옵스(FinOps) 인사이트를 한곳에서 제공하는 통합 플랫폼을 활용할 수 있다. 이러한 통합은 그동안 문제 해결과 위험 평가, 최적화를 지연시켜 왔던 사각지대를 해소한다. 단일 운영 관점을 확보함으로써 기업은 워크로드 배치와 비용 관리, 규제 준수에 대해 더 빠르고 확신 있는 의사결정을 내릴 수 있다.</p>



<p>비용과 복잡성을 통제하기 위해 핀옵스(FinOps) 관행과 자동화된 거버넌스 도구 도입이 점차 확대될 전망이다. 통합 가시성은 클라우드 지출과 정책 준수, 위험 노출에 대한 실시간 인사이트를 제공하며, 운영 전반의 모든 계층에 효율성과 책임이 자연스럽게 내재되도록 한다.</p>



<h2 class="wp-block-heading">2. 새로운 사이버 방패가 된 AI</h2>



<p>2026년의 사이버 보안은 벽을 쌓는 방식에서 벗어나, 잘못된 가정을 제거하는 데 중점을 둔다. 기업은 모든 사용자와 디바이스, 연결을 지속적으로 검증하는 제로 트러스트 아키텍처에 대한 투자를 한층 강화할 전망이다. 앞으로의 보안은 경계 기반 방어 대신, 적응형이고 신원 중심이며 AI가 주도하는 방식으로 진화할 것이다.</p>



<p>AI는 사이버 회복탄력성을 높이는 데 핵심적인 역할을 맡는다. 이상 행동을 탐지하는 행위 분석부터 침해된 엔드포인트를 즉각 격리하는 자동화된 위협 대응까지, 머신러닝(ML)은 기업 보안 전략의 중심 축으로 자리 잡고 있다.</p>



<p>또한 <a href="https://support.microsoft.com/en-us/topic/what-is-multifactor-authentication-e5e39437-121c-be60-d123-eda06bddf661" target="_blank" rel="nofollow">다단계 인증(MFA)</a>, 비밀번호 없는 인증, 마이크로 세그멘테이션이 기본 통제 방식으로 자리 잡을 가능성이 높다. 보안팀은 AI 기반 자동화와 실시간 위협 인텔리전스를 활용해 탐지와 대응 시간을 획기적으로 단축할 수 있다. 탐지에서 차단, 복구로 이어지는 회복탄력성 전 과정을 완성하기 위해 기업은 변경 불가능한 백업과 클린룸 복구 환경, 분리된 복구 네트워크에 대한 의존도를 점차 높이게 된다. 이를 통해 시스템을 빠르고 안전하게, 재감염 위험 없이 복구할 수 있다.</p>



<p>그 결과 침해 발생부터 차단까지의 핵심 지표인 위협 체류 시간은 눈에 띄게 줄어들 수 있다. 제로 트러스트 프로그램 역량을 끌어올린 기업은 노출을 최소화하는 동시에, 분산된 하이브리드 환경 전반에서 안전하게 운영할 수 있는 신뢰를 확보할 수 있다.</p>



<h2 class="wp-block-heading">3. 제품으로서의 데이터</h2>



<p>올해 데이터는 전략적 비즈니스 자산으로서의 역할을 본격적으로 확립할 전망이다. 기업은 데이터 레이크와 데이터 웨어하우스, 거버넌스 프레임워크를 하나의 일관된 생태계로 통합하는 통합 데이터 플랫폼에 대규모 투자를 이어갈 것으로 예상된다. 목표는 단순하지만 분명하다. 전사적인 의사결정을 뒷받침할 수 있는 단일 데이터 기준을 구축하는 것이다.</p>



<p>이런 플랫폼은 실시간 데이터 파이프라인과 이벤트 스트리밍, 의미 기반 레이어를 결합해 IT나 데이터 과학팀을 넘어 보다 폭넓은 구성원이 분석에 접근할 수 있도록 한다. 현업 부서는 실시간 운영 데이터를 직접 조회하고 시각화하며, 더 빠르고 근거 기반의 의사결정을 내릴 수 있게 된다.</p>



<p>데이터 활용의 민주화는 신뢰와 투명성에 대한 요구를 함께 높인다. 기업은 정보가 단순히 활용 가능한 수준을 넘어 신뢰할 수 있는 상태로 유지되도록 하기 위해 데이터 카탈로그화, 계보 추적, 데이터 품질 관리에 투자할 전망이다.</p>



<p>이 영역에서 성과를 내는 기업은 데이터를 하나의 제품으로 다루고 있다. 이는 명확한 책임 주체와 서비스 수준 기대치, 재사용성을 전제로 데이터 관리 체계를 설계하는 방식이다. 통합 데이터 관리는 AI 도입부터 운영 자동화에 이르기까지 모든 IT 이니셔티브를 연결하는 핵심 축이 된다.</p>



<h2 class="wp-block-heading">4. 혁신을 위한 자동화</h2>



<p>2026년에도 자동화는 IT 운영 전반을 재정의하는 핵심 요소로 작용한다. 단순한 스크립트나 개별 워크플로우 수준을 넘어, 기업은 자동화를 활용해 프로비저닝과 배포, 패치, 사고 대응 등 복잡한 엔드투엔드 프로세스를 유기적으로 조율하게 된다.</p>



<p><a href="https://www.ibm.com/think/topics/aiops" target="_blank" rel="nofollow">AI옵스(AIOps)</a>는 표준 역량으로 자리 잡고 있다. 이는 모니터링 도구, 로그, 사용자 경험 전반에서 발생하는 신호를 연계 분석함으로써 팀이 이상 징후를 감지하고 장애를 예측하며, 서비스에 영향을 미치기 전에 문제를 해결하는 역할을 수행한다. 특히 단일 화면 기반 가시성 플랫폼을 도입하는 조직이 늘어나면서, AI옵스 엔진은 하이브리드 클라우드 성능과 보안 텔레메트리, 비용 추세, 정책 집행 정보가 통합된 데이터를 활용할 수 있게 된다. 맥락과 영역 간 인사이트가 풍부해질수록 자동화된 의사결정은 더욱 똑똑해지고, 속도와 정확성도 함께 높아진다.</p>



<p>또한 인프라스트럭처 코드화(Infrastructure-as-Code)와 깃옵스(GitOps) 관행은 IT 관리 방식을 근본적으로 바꾸고 있다. 구성 변경 사항은 버전 관리되고 동료 검토를 거치며, 필요할 경우 즉시 되돌릴 수 있어 안정성과 규제 준수 수준이 크게 향상될 수 있다. 통합 대시보드를 통해 제시되는 거버넌스 규칙이 이런 관행을 뒷받침하며, 자동화를 보다 안전하고 예측 가능한 방향으로 이끈다.</p>



<p>이 같은 IT 운영의 현대화가 가시적인 성과로 이어질 수 있다. 시스템 신뢰성이 높아지고 수작업으로 인한 오류는 줄어들며, 새로운 애플리케이션과 서비스의 출시 속도도 빨라진다. IT 리더에게 단일 화면 기반 운영 토대 위에 구축된 자동화는 확장성의 핵심 동력이 되며, 이를 통해 IT팀은 반복적인 장애 대응에서 벗어나 혁신에 더 많은 역량을 집중할 수 있다.</p>



<h2 class="wp-block-heading">5. 엣지로 이동하는 컴퓨팅</h2>



<p>연결된 기기와 실시간 애플리케이션이 폭발적으로 증가하면서 2026년에는 엣지 컴퓨팅 확산이 가속화될 전망이다. 지연 시간과 대역폭 제약이 비즈니스 핵심 요소로 떠오르면서, 기업은 데이터가 생성되는 지점과 가까운 곳에 컴퓨팅 자원을 배치하는 방식을 고려하고 있다. 공장 현장과 리테일 매장, 차량, 스마트 시티 인프라가 대표적인 예다.</p>



<p>이런 전환은 즉각적인 의사결정과 로컬 처리를 가능하게 하며, 모든 트랜잭션을 중앙 클라우드에 의존하던 구조에서 벗어나게 한다. 표준화된 엣지 스택은 장치의 온보딩과 관리를 단순화하는 동시에, 분석과 장기 저장을 위해 클라우드 시스템과의 안전한 동기화를 유지한다. <a href="https://www.cisco.com/site/us/en/learn/topics/networking/what-is-sd-wan.html" target="_blank" rel="nofollow">SD-WAN</a>과 멀티 클라우드 연결성은 엣지 아키텍처를 현실적으로 구현하고 관리 가능하게 만드는 연결 고리 역할을 한다. 이를 통해 수천 개에 달하는 분산 노드 전반에 걸쳐 일관된 정책 집행과 안정적인 라우팅, 통합 가시성을 확보할 수 있다. 이런 역량은 클라우드 리전과의 긴밀한 통합, 규제 준수 기준과의 정렬과 결합되며, 워크로드가 물리적으로 어디에 위치하든 데이터 보존과 프라이버시, 주권에 대해 동일한 통제를 적용할 수 있도록 한다.</p>



<p>특히 제조, 물류, 헬스케어, 리테일 업계는 반응성과 회복탄력성 측면에서 큰 성과를 얻을 수 있다. 예측 유지보수, 컴퓨터 비전, 위치 인텔리전스는 데이터를 엣지에서 직접 처리함으로써 효과가 더욱 커지게 된다.</p>



<p>이런 역량이 성숙할수록 디지털 운영과 물리적 운영의 경계는 점차 흐려질 수 있다. 그 결과 자동화와 지속 가능성, 새로운 비즈니스 모델 혁신으로 이어지는 기회가 본격적으로 열릴 것이다.</p>



<h2 class="wp-block-heading">2026년을 위한 IT 플레이북</h2>



<p>5가지 트렌드는 지능적이고 자동화되며 분산돼 있으면서도, 강력한 거버넌스와 보안으로 하나로 통합된 IT 환경의 모습을 분명하게 보여준다. 기술 리더에게 성공 여부는 지금 얼마나 의도적이고 명확한 선택을 하느냐에 달려있다.</p>



<p>기술 리더는 유연성과 통제력을 제공하는 하이브리드 클라우드 아키텍처를 최우선 과제로 삼아야 한다. 모든 접근 지점을 보호할 수 있도록 제로 트러스트 이니셔티브를 성숙 단계로 끌어올리고, 정보를 실질적인 인사이트로 전환하는 통합 데이터 플랫폼에 투자해야 한다. 효율성과 회복탄력성을 높이기 위해 자동화를 한층 강화하고, 디지털 영역을 확장할 수 있는 엣지 컴퓨팅 사용례도 본격적으로 시범 운영할 시점이다.</p>



<p>차세대 IT는 단일 기술로 정의되지 않는다. 핵심은 모든 요소가 얼마나 유기적으로 맞물려 작동하느냐다. 2026년, 성과를 내는 기업은 현대화를 하나의 도착점이 아니라 지속적으로 이어지는 여정으로 받아들이는 조직이 될 것이다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[5 IT shifts every CIO must master this year]]></title>
<description><![CDATA[As we move forward in 2026, the IT landscape is undergoing its most transformative period in decades. The forces of digital transformation, persistent security threats and economic uncertainty are converging to redefine how organizations build, secure and manage technology. For IT leaders, the mi...]]></description>
<link>https://tsecurity.de/de/3250500/it-security-nachrichten/5-it-shifts-every-cio-must-master-this-year/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3250500/it-security-nachrichten/5-it-shifts-every-cio-must-master-this-year/</guid>
<pubDate>Tue, 03 Feb 2026 14:20:52 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>As we move forward in 2026, the IT landscape is undergoing its most transformative period in decades. The forces of digital transformation, persistent security threats and economic uncertainty are converging to redefine how organizations build, secure and manage technology. For IT leaders, the mission is clear: Architect resilient, efficient and intelligent infrastructure that not only keeps pace with innovation but also drives it.</p>



<p>The following five trends represent the core of that evolution. Together, they outline the path forward for enterprises determined to modernize, protect and lead in the next era of IT.</p>



<h2 class="wp-block-heading">1. Hybrid is the new default</h2>



<p>In 2026, hybrid and multi-cloud will no longer be a strategy; they will be the default. Enterprises will fully embrace these architectures to balance cost optimization, cyber resilience and compliance. The old model of locking into a single provider is giving way to flexibility and control across environments.</p>



<p><a href="https://www.cisco.com/site/us/en/learn/topics/networking/what-is-network-as-a-service-naas.html">Network-as-a-service</a> will become a cornerstone of this shift, offering software-defined, on-demand connectivity across data centers, public clouds and edge locations. Organizations will gain centralized visibility and the agility to scale bandwidth or reconfigure networks as business needs evolve.</p>



<p>At the same time, container platforms and cloud-native databases will become ubiquitous, supporting agile application development and faster time-to-market. Legacy systems will continue to be modernized through APIs and microservices, ensuring they can participate in a cloud-native ecosystem.</p>



<p>What will truly elevate hybrid architectures this year is the rise of single-pane-of-glass visibility. Instead of stitching together fragmented dashboards and monitoring tools, IT teams will rely on unified platforms that display hybrid cloud performance, security posture, governance controls and FinOps insights in one place. This consolidation will eliminate blind spots that have traditionally slowed down troubleshooting, risk assessment and optimization. With a single operational lens, organizations will make faster, more confident decisions about workload placement, cost control and compliance.</p>



<p>To control cost and complexity, enterprises will increasingly turn to FinOps practices and automated governance tools. Unified visibility will power these practices with real-time insights into cloud spending, policy compliance and risk exposure, ensuring that efficiency and accountability are built into every layer of operations.</p>



<h2 class="wp-block-heading">2. AI becomes the new cyber shield</h2>



<p>Cybersecurity in 2026 will be less about building walls and more about eliminating assumptions. Organizations will deepen their commitment to zero-trust architectures that verify every identity, device and connection continuously. The days of perimeter-based defenses are gone; the future is adaptive, identity-first and AI-driven.</p>



<p>AI will play a pivotal role in enhancing cyber resilience. From behavioral analytics that flag anomalous activity to automated threat response that isolates compromised endpoints, machine learning will become a core pillar of enterprise defense strategies.</p>



<p>Expect to see widespread adoption of <a href="https://support.microsoft.com/en-us/topic/what-is-multifactor-authentication-e5e39437-121c-be60-d123-eda06bddf661">multifactor authentication (MFA)</a>, passwordless authentication and micro-segmentation as baseline controls. Security teams will leverage AI-powered automation and real-time threat intelligence to dramatically reduce detection and response times. To complete the resilience arc from detect to contain to recover, organizations will increasingly rely on immutable backups, clean-room recovery environments and segmented recovery networks that ensure systems can be restored quickly, safely and without reinfecting the environment.</p>



<p>The result will be a measurable drop in threat dwell time, the critical window between breach and containment. Organizations that mature their zero-trust programs will not only minimize exposure but also build the confidence needed to operate securely across distributed, hybrid environments.</p>



<h2 class="wp-block-heading">3. Data as a product, not a problem</h2>



<p>This year, data will fully step into its role as a strategic business asset. Companies will invest heavily in unified data platforms that integrate data lakes, warehouses and governance frameworks into a cohesive ecosystem. The goal is simple yet powerful: Create a single source of truth that can fuel decision-making across the enterprise.</p>



<p>These platforms will combine real-time data pipelines, event streaming and semantic layers to make analytics accessible beyond IT and data science teams. Business users will gain the ability to query and visualize live operational data, empowering faster, evidence-based decisions.</p>



<p>This democratization of data will come with a renewed emphasis on trust and transparency. Organizations will invest in cataloging, lineage tracking and data quality controls to ensure information is not only available but also reliable.</p>



<p>The companies that succeed in this space will treat data as a product, with clear ownership, service-level expectations and reusability built in. Unified data management will be the linchpin connecting every other IT initiative, from AI adoption to operational automation.</p>



<h2 class="wp-block-heading"><a></a>4. Automate to innovate</h2>



<p>Automation will continue to redefine IT operations in 2026, moving far beyond simple scripts and workflows. Enterprises will harness automation to orchestrate complex end-to-end processes: provisioning, deployments, patching, incident response and beyond.</p>



<p><a href="https://www.ibm.com/think/topics/aiops" rel="nofollow">AIOps</a> will mature into a standard capability. By correlating signals across monitoring tools, logs and user experiences, AIOps will help teams detect anomalies, predict failures and resolve incidents before they impact service delivery. The effectiveness of these systems will increase significantly as more organizations adopt single-pane visibility platforms, allowing AIOps engines to pull from unified data on hybrid cloud performance, security telemetry, cost trends and policy enforcement. With richer context and cross-domain insight, automated decision-making will become smarter, faster and more accurate.</p>



<p>Infrastructure-as-code and GitOps practices will transform how environments are managed. Configuration changes will be version-controlled, peer-reviewed and instantly reversible, dramatically improving stability and compliance. Governance rules surfaced through unified dashboards will guide these practices, making automation safer and more predictable.</p>



<p>This modernization of IT operations will deliver tangible outcomes: higher reliability, fewer manual errors and faster rollout of new applications and services. For IT leaders, automation built on a single-pane operational foundation will become the engine of scalability, freeing teams to focus on innovation rather than firefighting.</p>



<h2 class="wp-block-heading">5. Computing moves to the edge</h2>



<p>The explosion of connected devices and real-time applications will drive a surge in edge computing in 2026. As latency and bandwidth constraints become business-critical, organizations will deploy compute resources closer to where data is generated, on factory floors, retail stores, vehicles and smart city infrastructure.</p>



<p>This shift will enable instantaneous decision-making and local processing, reducing reliance on centralized cloud resources for every transaction. Standardized edge stacks will simplify the onboarding and management of devices while maintaining secure synchronization with cloud systems for analytics and long-term storage. <a href="https://www.cisco.com/site/us/en/learn/topics/networking/what-is-sd-wan.html">SD-WAN</a> and multi-cloud connectivity will act as the connective tissue that makes edge architectures viable and governable, ensuring consistent policy enforcement, resilient routing and unified visibility across thousands of distributed nodes. These capabilities will be increasingly paired with deep integration into cloud regions and alignment with compliance standards, allowing organizations to apply uniform controls for data retention, privacy and sovereignty regardless of where workloads physically reside.</p>



<p>Industries such as manufacturing, logistics, healthcare and retail will see major gains in responsiveness and resilience. Predictive maintenance, computer vision and location intelligence will all benefit from processing data directly at the edge.</p>



<p>As these capabilities mature, the boundary between digital and physical operations will blur, unlocking new opportunities for automation, sustainability and business model innovation.</p>



<h2 class="wp-block-heading">Your 2026 IT playbook</h2>



<p>These five trends point toward an IT environment that is intelligent, automated and distributed, yet unified by strong governance and security. For technology leaders, success in this era will depend on taking deliberate steps now.</p>



<p>Prioritize hybrid cloud architectures that deliver flexibility and control. Mature your zero-trust initiatives to ensure every access point is protected. Invest in unified data platforms that turn information into insight. Double down on automation to build efficiency and resilience. And begin piloting edge computing use cases that extend your digital reach.</p>



<p>The next generation of IT will not be defined by a single technology, but by how seamlessly all these pieces work together. In 2026, the enterprises that thrive will be those that treat modernization as a continuous journey, not a destination.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.<br><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[5 critical factors CIOs should know about platform engineering: What sets winners and losers apart]]></title>
<description><![CDATA[Platform engineering has reached a critical juncture. The discipline has evolved from an emerging trend to an enterprise operating system, fundamentally reshaping how organizations deliver applications. Platform engineering is “eating the world”—absorbing traditional silos like operations, observ...]]></description>
<link>https://tsecurity.de/de/3237785/it-security-nachrichten/5-critical-factors-cios-should-know-about-platform-engineering-what-sets-winners-and-losers-apart/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3237785/it-security-nachrichten/5-critical-factors-cios-should-know-about-platform-engineering-what-sets-winners-and-losers-apart/</guid>
<pubDate>Tue, 27 Jan 2026 19:04:59 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Platform engineering has reached a critical juncture. The discipline has evolved from an emerging trend to an enterprise operating system, fundamentally reshaping how organizations deliver applications. Platform engineering is “eating the world”—absorbing traditional silos like operations, observability, security, data, and FinOps into unified paradigms. Yet this transformation carries significant risk: execution matters more than ever.</p>



<p>The data reveals a stark divide. 40.9% of platform engineering initiatives can’t demonstrate measurable value within their first twelve months, leaving them vulnerable to defunding or deprioritization. Yet 35.2% of teams deliver tangible value within just six months. This gap isn’t about technology or budget. It’s about approach. Success gap is driven by leadership choices and operating models, not just team-level execution.</p>



<p>These insights emerge from the 2025 <a href="https://www.vmware.com/docs/vmw-weave-state-of-platform-engineering-report-vol-4-2025" rel="sponsored">State of Platform Engineering Report Volume 4</a>, published by platformengineering.org and sponsored by Broadcom as exclusive supporters of the research. Based on insights from 518 engineers, the report examines what separates successful platform engineering initiatives from those that struggle. The findings hold critical implications for CIOs navigating the shift to AI-native infrastructure.</p>



<p>For technology leaders, the question is no longer whether to invest in platform engineering, but how to ensure your investment delivers measurable business value—and how to do it fast enough to stay competitive.</p>



<h2 class="wp-block-heading"><strong>Five critical takeaways for CIOs</strong></h2>



<p><a></a><strong>1. Culture over technology: The true success factor</strong></p>



<p>Here’s a wake-up call: cultural and organizational barriers outweigh technical ones. The top challenges for platform teams aren’t about technology—they’re about people:</p>



<ul class="wp-block-list">
<li>Driving developer adoption (the #1 challenge)</li>



<li>Establishing a shared vision or product mindset</li>



<li>Securing executive buy-in</li>



<li>Overcoming limited product management capabilities</li>
</ul>



<p>The report makes it clear: platform engineering succeeds where culture supports it, and fails where it does not. As a CIO, the role isn’t just to approve budgets and timelines—it’s to champion the cultural transformation required, including organization design, funding continuity, executive sponsorship, and accountability. This means driving mindset shifts across the organization, ensuring clear alignment between teams and leadership, and fostering genuine collaboration that breaks down traditional silos.</p>



<p><strong>2. Adopt a platform-as-a-product mindset</strong></p>



<p>The most successful platform engineering initiatives treat the platform as a continuous product, not a one-off project. The report shows that only 36.6% of organizations have dedicated Platform Product Managers, yet those with product-focused approaches consistently outperform those without.</p>



<p>CIOs need to champion the platform-as-a-product mindset:</p>



<ul class="wp-block-list">
<li>Dedicated ownership: Consider investing in Platform Product Managers who own the platform roadmap and user experience</li>



<li>User-focused development: Ensure platform teams continuously gather feedback from developer users and iterate based on their needs</li>



<li>Strategic alignment: Platform evolution should be explicitly tied to business goals, not just technical improvements</li>
</ul>



<p>The data shows that 45.5% of organizations have dedicated, budgeted platform teams, but they remain mostly reactive. The gap between reactive and strategic platform operations is where CIOs can drive platform-as-a-product mindset mandate.</p>



<p><a></a><strong>3. Start small, fail fast, scale strategically</strong></p>



<p>The report reveals a powerful insight: 35.2% of the teams deliver measurable value within six months using an MVP (Minimum Viable Platform) approach, while 40.9% of platform initiatives can’t demonstrate value within their first twelve months.</p>



<p>CIOs must ensure teams are empowered to define focused “golden paths” that cover 80% of common needs to standardize and automate quickly. They use an iterative approach completed in weeks, not months. This de-risks the initiative and demonstrates measurable value quickly to key stakeholders.</p>



<p>The organizations that succeed:</p>



<ul class="wp-block-list">
<li>Start with one high-impact use case and prove value</li>



<li>Iterate rapidly based on user feedback</li>



<li>Scale gradually as adoption grows organically</li>



<li>Avoid the “boiling the ocean” trap of trying to solve everything at once</li>
</ul>



<p><strong>4. Guide teams to metrics that matter</strong></p>



<p>Despite improvements from last year, nearly 30% of platform teams still don’t measure success at all. This is a critical vulnerability that cripples the ability to prove ROI, secure investment, and guide decision-making.</p>



<p>CIOs should guide their platform teams toward measurement excellence. The successful organizations leverage KPI like DORA metrics, time to market, and SPACE metrics to evaluate platform impact. CIO must coach and mandate teams to establish robust measurement frameworks and create urgency around proving value through data.</p>



<p>When platform teams see measurement as their responsibility—not a burden imposed from above—they become invested in demonstrating impact. CIOs who guide their teams to embrace measurement from day one create cultures where teams proactively identify struggling initiatives and course-correct before resources are wasted.</p>



<p><a></a><strong>5. The AI-native era demands a dial platform mandate</strong></p>



<p>The most significant finding from this year’s report is the fundamental shift from the cloud-native era to the AI-native era. An overwhelming 94% of organizations view AI as critical to the future of platform engineering, and 86% believe platform engineering is essential to realizing AI’s business value.</p>



<p>CIOs now face a dual mandate:</p>



<ul class="wp-block-list">
<li><strong>AI-powered platforms</strong>: Integrating AI tools to augment Internal Developer Platforms (IDPs), enhancing developer productivity and driving automation</li>



<li><strong>Platforms for AI</strong>: Building specialized infrastructure for deploying, training, and scaling AI/ML workloads</li>
</ul>



<p>With 75% of organizations already hosting or preparing to host AI workloads, the time to act is now. Yet challenges persist: 57% cite skill gaps, and 56% identify hallucination risks as major concerns. CIOs can drive executive ownership of AI risk management, skills strategy, and platform readiness. Platform strategy must address both opportunities and challenges head-on.</p>



<h2 class="wp-block-heading"><strong>How VMware Cloud Foundation (VCF) enables platform engineering success</strong></h2>



<p>The challenges outlined in the State of Platform Engineering Report aren’t just industry observations—they’re problems that demand immediate solutions. VMware Cloud Foundation (VCF) delivers comprehensive platform engineering capabilities. Three stand out as particularly critical:</p>



<p><strong>AI-ready infrastructure:</strong> VCF includes VMware Private AI Foundation with NVIDIA as a built-in capability. Organizations get production-ready AI infrastructure with NVIDIA AI Enterprise, NIM inference microservices, and GPU orchestration—all managed through the same unified platform. Recent MLPerf <a href="https://blogs.vmware.com/cloud-foundation/2025/06/17/generative-ai-with-vmware-private-ai-foundation-with-nvidia-on-vcf-9-0/">benchmarks</a> show performance on par with bare-metal while achieving up to 29% lower TCO.</p>



<p><strong>Rapid time to value</strong>: VCF’s automation and self-service IaaS capabilities accelerate platform delivery for all types of applications VM, container, and AI.  Fleet Management automates full-stack lifecycle operations, cutting operational overhead by 60%. According to an aggregate <a href="https://www.vmware.com/products/cloud-infrastructure/vmware-cloud-foundation" rel="sponsored">study</a> of 138 customer environments, VCF delivers 61% faster deployment of new workloads—critical when platform teams need to prove ROI within six months.</p>



<p><strong>Built-in observability</strong>: VCF Operations provides comprehensive observability with tenant-level utilization tracking, chargeback capabilities, and alert management. This eliminates the “we need to build metrics infrastructure first” delay that prevents teams from measuring success at all.</p>



<h2 class="wp-block-heading"><strong>The path forward: Building your platform engineering future</strong></h2>



<p>Platform engineering is the enterprise operating model of the modern decade. The divide is clear: 35.2% demonstrate value in six months and thrive. 40.9% struggle to prove ROI in twelve months and risk defunding.</p>



<p>CIOs should benchmark their organization’s platform engineering maturity, understand the complete landscape of challenges, and develop and execute next steps.</p>



<p><a href="https://www.vmware.com/products/cloud-infrastructure/vmware-cloud-foundation">Explore VMware Cloud Foundation</a> to accelerate your platform engineering journey with AI-ready infrastructure, rapid automation, and built-in observability.</p>



<p>The successful 35.2% invested in people, culture, and the right foundation. The choice is yours.</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[11 puestos relacionados con la nube con alta demanda que las empresas están contratando]]></title>
<description><![CDATA[Es una evidencia: las organizaciones no cejan de invertir con fuerza en soluciones en la nube de cara a 2026. El objetivo es claro según el estudio 2025 CIO Cloud Computing Study de Foundry: mejorar la productividad de los empleados en el 31% de los casos, mejorar la seguridad y la gobernanza en ...]]></description>
<link>https://tsecurity.de/de/3207953/it-security-nachrichten/11-puestos-relacionados-con-la-nube-con-alta-demanda-que-las-empresas-estn-contratando/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3207953/it-security-nachrichten/11-puestos-relacionados-con-la-nube-con-alta-demanda-que-las-empresas-estn-contratando/</guid>
<pubDate>Mon, 12 Jan 2026 12:51:13 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Es una evidencia: las organizaciones no cejan de invertir con fuerza en soluciones en la nube de cara a 2026. El objetivo es claro según el estudio 2025 <em>CIO Cloud Computing Study</em> de Foundry: mejorar la productividad de los empleados en el 31% de los casos, mejorar la seguridad y la gobernanza en la organización en el 30%, y acelerar la adopción de la IA y el ML en el 13%.</p>



<p>La encuesta revela que el 70% de los responsables de la toma de decisiones de TI está de acuerdo en que su organización ha acelerado la migración a la nube en los últimos 12 meses, en comparación con el 62% en 2024 y el 57% en 2023. Además, el 70% reconoce que su organización opta por defecto por los servicios basados en la nube cuando actualiza o adquiere nueva tecnología, y el 71% afirma que las inversiones en la nube han ayudado a su organización a mantener un aumento de los ingresos en los últimos 12 meses.</p>



<p>Este crecimiento en la adopción de la nube también ha provocado un aumento de la demanda de determinados puestos relacionados con la nube. A continuación, y sirviéndonos de la investigación de Foundry, le detallamos algunos de los que las empresas probablemente hayan añadido para respaldar sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Arquitecto de seguridad</h2>



<p>Los arquitectos de seguridad se encargan de crear, diseñar e implementar soluciones de seguridad en la organización para mantener la seguridad de la infraestructura de TI. Para los que trabajan en un entorno de nube, el objetivo es diseñar e implementar soluciones de seguridad que protejan la infraestructura, los datos y las aplicaciones basados en dicho entorno.</p>



<p>Habilidades: diseño de arquitectura de seguridad, seguridad de redes, cumplimiento y gobernanza de la seguridad, respuesta a incidentes y análisis forense, cifrado de datos, gestión de identidades y accesos (IAM), automatización y DevSecOps.</p>



<p>Crecimiento del puesto: el 22% de las empresas ha añadido puestos de arquitecto de seguridad como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Administrador de sistemas en la nube</h2>



<p>Los administradores de sistemas en la nube se encargan de supervisar el mantenimiento y la gestión general de la infraestructura en la nube. Estos profesionales de TI son expertos en navegar por entornos virtualizados ya sea implementando políticas basadas en la nube, desplegando parches y actualizaciones o analizando el rendimiento de la red,</p>



<p>Habilidades: conocimiento de la implementación e integración, la seguridad y la configuración, así como de las herramientas de software en la nube más populares, como Azure, AWS, GCP, Exchange y Office 365.</p>



<p>Crecimiento del puesto: el 22% de las empresas cuenta con nuevos puestos de administrador de sistemas en la nube como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Arquitecto de datos</h2>



<p>La función de un arquitecto de datos es asegurarse de que los datos de una organización estén estructurados de manera que se pueda acceder a ellos fácilmente, estén protegidos y se almacenen de manera eficiente, y satisfagan las necesidades empresariales. Los datos se han convertido en la principal forma en que las empresas realizan análisis y ayudan en la toma de decisiones empresariales, y la mayor parte de esos datos se almacenan ahora en la nube.</p>



<p>Habilidades: almacenamiento de datos, escalabilidad y optimización del rendimiento, automatización y virtualización, gobernanza de datos y seguridad en la nube, migración de datos y conocimiento de soluciones de nube híbrida.</p>



<p>Crecimiento del puesto: el 22% de las empresas ha incorporado puestos de arquitecto de datos como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Gerente de gobernanza y cumplimiento normativo en la nube</h2>



<p>Los gestores de gobernanza y cumplimiento normativo en la nube ayudan a las empresas a navegar por las complejidades de la seguridad, la gobernanza, la normativa internacional y las políticas internas. Se encargan de identificar los riesgos potenciales, implementan herramientas automatizadas para supervisar la seguridad y el cumplimiento normativo, y ayudan a las empresas a mantener operaciones seguras en la nube.</p>



<p>Habilidades: sólidos conocimientos de políticas normativas como el RGPD, la HIPAA, el PCI DSS y otras leyes internacionales de protección de datos. Otras habilidades adicionales incluyen el conocimiento de herramientas como CSPM, Azure, AWS, Microsoft Purview Compliance Manager y otras herramientas de gobernanza de TI.</p>



<p>Crecimiento del puesto: el 20% de las empresas ha incorporado puestos de gestor de cumplimiento normativo y gobernanza en la nube como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Ingeniero de seguridad</h2>



<p>Los ingenieros de seguridad se encargan de supervisar la seguridad de los sistemas, las redes y los datos de una organización para garantizar que estén protegidos contra las amenazas de ciberseguridad. Se trata de perfiles que pueden ayudar a las organizaciones que invierten en la nube a garantizar que los servicios, las aplicaciones y los datos que se ejecutan en plataformas en la nube sean seguros y cumplan con cualquier normativa gubernamental.</p>



<p>Habilidades: seguridad de redes, IAM, cifrado, gestión de vulnerabilidades, arquitectura de seguridad, seguridad en la nube, automatización y diseño y optimización de infraestructuras.</p>



<p>Crecimiento del puesto: el 19% de las empresas ha añadido puestos de ingeniero de seguridad como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Gerente de productos en la nube</h2>



<p>La adopción de la nube suele ir acompañada de un aumento del desarrollo interno de servicios basados en la nube. Un gerente de productos en la nube puede ayudar a los equipos de la nube a desarrollar soluciones eficaces destinadas a cumplir los objetivos empresariales. También se encargan de utilizar su profundo conocimiento de la gestión de productos en el entorno de la nube para trabajar en estrecha colaboración con las partes interesadas que son clave en el negocio, identificar y definir los requisitos de los usuarios o clientes, desarrollar hojas de ruta de productos y supervisar el proceso de control de calidad para obtener comentarios sobre cómo mejorar la oferta de productos.</p>



<p>Habilidades: gestión de productos, diseño de UX, comunicación y colaboración, y una sólida formación técnica.</p>



<p>Crecimiento del puesto: el 19% de las organizaciones dispone de nuevos puestos de gestor de productos en la nube como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Consultor de nube</h2>



<p>Con la rápida adopción y migración a la nube, las organizaciones buscan profesionales que puedan aprovechar las tecnologías de nube para satisfacer las necesidades empresariales, hacer crecer el negocio y mejorar la eficiencia. Estos profesionales son expertos en nube y se mantienen al día de las últimas innovaciones en tecnología de nube para asesorar mejor a los líderes empresariales.</p>



<p>Habilidades: conocimientos de arquitectura y diseño de soluciones, DevOps, automatización, gestión de proyectos, seguridad en la nube, cumplimiento normativo, migración a la nube y conocimientos de las plataformas de nube más populares.</p>



<p>Crecimiento del puesto: el 18% de las empresas ha incorporado consultores de nube como parte de sus inversiones en nube.</p>



<h2 class="wp-block-heading">Ingeniero de DevOps</h2>



<p>DevOps se centra en combinar las operaciones de TI con el proceso de desarrollo para mejorar los sistemas de TI y actuar como intermediario en el mantenimiento del flujo de comunicación entre los equipos de codificación e ingeniería. Es un puesto que se centra en la implementación de aplicaciones automatizadas, el mantenimiento de la infraestructura de TI y nube, y la identificación de los posibles riesgos y beneficios de los nuevos programas y sistemas.</p>



<p>Habilidades: automatización, Linux, pruebas de control de calidad, seguridad, contenedorización y conocimientos de lenguajes de programación como Java y Ruby.</p>



<p>Crecimiento del puesto: el 17% de las empresas cuenta ya con nuevos puestos de ingeniero DevOps como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Profesional de FinOps/optimización de costes en la nube</h2>



<p>Los profesionales de FinOps y optimización de costes en la nube combinan conocimientos de finanzas, tecnología y negocios para ayudar a supervisar el panorama cada vez más complejo de las inversiones en la nube. La computación en la nube es parte integral de la IA, por lo que, a medida que más organizaciones invierten en ella, también están revisando sus inversiones en infraestructura en la nube. Los profesionales de FinOps y optimización de costes en la nube pueden ayudar a las organizaciones a tomar las decisiones financieras adecuadas en torno a las inversiones en tecnología que afectarán al negocio.</p>



<p>Habilidades: conocimientos de finanzas, negocios y tecnología, junto con habilidades en el uso de herramientas y plataformas como AWS, Azure, GCP y plataformas FinOps nativas de la nube.</p>



<p>Crecimiento del puesto: el 16% de las empresas ha incorporado puestos de profesional de FinOps y optimización de costes en la nube como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Responsable de FinOps/gerente de FinOps</h2>



<p>Los responsables y gerentes de FinOps se encargan de supervisar la intersección entre la ingeniería, las finanzas y los negocios. A medida que más organizaciones crean servicios y herramientas en la nube, buscan profesionales de FinOps con conocimientos técnicos que les ayuden a salvar la brecha entre las finanzas y la tecnología, que aporten mejores ideas sobre cómo reducir costes y ajustarse al presupuesto, al tiempo que se implementan tecnologías innovadoras.</p>



<p>Habilidades: sólidos conocimientos de ingeniería, finanzas y tecnología. Otras habilidades adicionales incluyen conocimientos de plataformas en la nube, habilidades básicas de codificación y análisis de datos.</p>



<p>Crecimiento del puesto: el 15% de las empresas ha incorporado puestos de responsable de FinOps y director de FinOps como parte de sus inversiones en la nube.</p>



<h2 class="wp-block-heading">Ingeniero de fiabilidad del sitio (SRE)</h2>



<p>Cualquier organización que implemente estrategias en la nube presta especial atención a la fiabilidad y la escalabilidad, con lo que se garantizan el acceso a los datos desde la nube y bajo demanda, según sea necesario. Los ingenieros de fiabilidad del sitio son responsables de supervisar la automatización de la infraestructura de TI, la supervisión de aplicaciones y la gestión de sistemas. La infraestructura en la nube requiere actualizaciones frecuentes de software, y los servicios deben poder escalarse con el crecimiento de la organización.</p>



<p>Habilidades: gestión del cambio, gestión de la infraestructura de TI, respuesta a incidentes de emergencia, mejora de procesos y supervisión de aplicaciones.</p>



<p>Crecimiento del puesto: el 10% de las empresas ha añadido puestos de ingeniero de fiabilidad del sitio como parte de sus inversiones en la nube.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[클라우드 운영의 동반자, MCSP의 장점과 한계는?]]></title>
<description><![CDATA[관리형 클라우드 서비스 제공업체(Managed Cloud Services Provider, MCSP)는 기업이 클라우드 환경의 일부 또는 전반을 운영하는 데 도움을 주는 역할을 한다. 여기에는 시스템의 클라우드 이전, 모니터링과 유지 관리, 성능 개선, 보안 도구 운영, 비용 통제 지원 등이 포함된다. MCSP는 일반적으로 퍼블릭, 프라이빗, 하이브리드 클라우드 환경 전반에서 서비스를 제공한다.



기업은 클라우드 환경 가운데 어떤 영역을 제공업체에 맡기고, 어떤 부분을 내부에서 직접 운영할지를 결정한다. 대부분의 경우 기업...]]></description>
<link>https://tsecurity.de/de/3207467/it-security-nachrichten/mcsp/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3207467/it-security-nachrichten/mcsp/</guid>
<pubDate>Mon, 12 Jan 2026 08:52:34 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>관리형 클라우드 서비스 제공업체(Managed Cloud Services Provider, MCSP)는 기업이 클라우드 환경의 일부 또는 전반을 운영하는 데 도움을 주는 역할을 한다. 여기에는 시스템의 클라우드 이전, 모니터링과 유지 관리, 성능 개선, 보안 도구 운영, <a href="https://www.cio.com/article/4112636/%EB%A7%A4%EC%B6%9C%EC%9D%98-10%EA%B0%80-%ED%81%B4%EB%9D%BC%EC%9A%B0%EB%93%9C%EB%A1%9C%EC%A4%91%EA%B2%AC-saas-ai%EA%B0%80-%EB%B9%84%EC%9A%A9-%EB%B3%80%EB%8F%99-%ED%82%A4%EC%9B%A0%EB%8B%A4.html">비용 통제</a> 지원 등이 포함된다. MCSP는 일반적으로 퍼블릭, 프라이빗, 하이브리드 클라우드 환경 전반에서 서비스를 제공한다.</p>



<p>기업은 클라우드 환경 가운데 어떤 영역을 제공업체에 맡기고, 어떤 부분을 내부에서 직접 운영할지를 결정한다. 대부분의 경우 기업과 MCSP는 책임을 공유하는 구조다. 제공업체는 일상적인 운영과 도구 관리를 담당하고, 기업은 비즈니스 의사결정과 데이터, 거버넌스에 대한 책임을 유지한다.</p>



<p>사이버보안 컨설팅 기업 사이엑셀(CyXcel)의 북미 디지털 포렌식 및 사고 대응 부문 MCSP 부사장인 브렌트 라일리는 MCSP를 선택하는 과정이 언제나 부담스럽다고 설명했다.</p>



<p>라일리는 “서비스 수준 계약(SLA)에 명시된 수준으로 서비스를 수행할 것이라는 신뢰에 크게 의존하지만, 실제로 이를 충족하고 있는지는 장애나 사이버 보안 사고가 발생해 문제가 드러나기 전까지 검증하기 어렵다”라며 “그 시점에는 이미 피해가 발생한 뒤인 경우가 많다”라고 전했다. 그는 또 “MCSP는 점검할 수 있는 물리적 인프라가 없고, 온프레미스 환경처럼 눈에 보이는 작업도 없어 평가와 선택이 더욱 까다롭다”라고 언급했다.</p>



<h2 class="wp-block-heading">MCSP의 장점</h2>



<p>운영 부담 감소: MCSP는 일상적인 클라우드 관리 업무를 대신 수행해 내부에 대규모 클라우드·인프라 조직을 유지해야 하는 부담을 줄여준다. 특히 내부에 클라우드나 핀옵스(FinOps) 전문성이 충분하지 않은 조직에 효과적이다.</p>



<p><strong>신속한 문제 대응 </strong>: 대부분의 MCSP는 24시간 모니터링과 지원 체계를 제공한다. 문제가 발생하면 사용자나 애플리케이션에 큰 영향을 미치기 전에 빠르게 대응할 수 있다.</p>



<p><strong>재해 복구와 복원력 지원 </strong>: MCSP는 백업과 재해 복구 환경의 설계, 운영, 테스트를 지원한다. 복구 목표는 고객이 정의하지만, 문제가 발생했을 때 시스템을 신속하게 복구할 수 있도록 돕는 역할을 맡는다.</p>



<p><strong>지속적인 플랫폼 관리</strong> : <a href="https://www.cio.com/article/4102912/%ED%81%B4%EB%9D%BC%EC%9A%B0%EB%93%9C-%ED%8D%BC%EC%8A%A4%ED%8A%B8%EC%97%90%EC%84%9C-%ED%81%B4%EB%9D%BC%EC%9A%B0%EB%93%9C-%EC%8A%A4%EB%A7%88%ED%8A%B8%EB%A1%9C-cio%EC%9D%98-%EC%9D%B8.html">클라우드 플랫폼</a>은 변화 속도가 빠르다. MCSP는 인프라 구성 요소를 최신 상태로 유지하고 호환성을 관리해, 오래된 설정으로 인한 위험을 줄이는 동시에 주요 변경 시점에 대한 통제권은 고객이 유지할 수 있도록 한다.</p>



<p><strong>보안 전문성과 도구 제공</strong> : 클라우드 보안에는 수요가 높은 전문 역량이 요구된다. MCSP는 아이덴티티 관리, 모니터링, 규정 준수 도구, 보안 모범 사례에 대한 경험을 바탕으로 일상적인 보안 수준 강화를 지원한다. 보안 책임은 여전히 기업과 제공업체가 공유한다.</p>



<p><strong>신뢰성과 성능 향상 </strong>: 대규모이면서 복잡한 환경을 운영해 온 경험을 바탕으로, 보다 안정적이고 확장 가능하며 복원력 있는 클라우드 인프라의 설계와 운영을 지원한다.</p>



<p><strong>기존 시스템과의 통합 </strong>: MCSP는 클라우드 자원을 온프레미스 시스템, 애플리케이션, 아이덴티티 플랫폼과 연계해 사용자와 애플리케이션이 중단 없이 클라우드 서비스를 이용할 수 있도록 한다.</p>



<p><strong>비용 절감보다는 예측 가능한 운영 </strong>: MCSP를 활용하면 내부 인력과 도구 비용을 줄일 수 있지만, 전체 클라우드 지출이 항상 감소하는 것은 아니다. 현재 MCSP의 가치는 저렴한 클라우드 요금보다는 운영 효율성, 전문성, 대응 속도에 더 있다.</p>



<h2 class="wp-block-heading">MCSP 선택 시 핵심 고려 사항</h2>



<p>IT 관리 소프트웨어 제공업체 커넥트와이즈(ConnectWise)의 최고경영자 매니 리벨로는 조직이 점점 더 자율적이고 AI 기반 서비스로 전환하는 과정에서, MCSP가 자동화를 실제 일상 운영에서 제대로 작동하도록 만드는 중요한 역할을 한다고 설명했다.</p>



<p>리벨로는 많은 조직이 예상보다 중요하게 인식하지 못하는 요소로 운영 투명성을 꼽았다. 그는 클라우드 환경이 어떻게 설계되고, 보안이 적용되며, 운영되고 있는지에 대한 명확한 가시성이 필요하다고 설명했다. 아울러 <a href="https://www.cio.com/article/4105490/overcome-governance-and-trust-issues-to-drive-agentic-ai.html" target="_blank">에이전틱 AI</a>가 시스템을 어떻게 모니터링하고 의사결정을 내리며 실제 조치를 취하는지까지 조직이 이해하고 있어야, 인지하지 못한 상태에서 중요한 일이 진행되는 상황을 막을 수 있다고 언급했다.</p>



<p>리벨로는 “자율성이 높아질수록 운영 성숙도의 중요성도 커진다”라며 “여기에는 체계적인 데이터 거버넌스, 강력한 물리적·논리적 보안, 자동화와 인간 감독의 균형을 고려한 명확한 사고 대응 프로세스가 포함된다”라고 설명했다. 그는 “에이전틱 AI는 문제를 탐지하고 신호를 연관 분석하며 기계 속도로 대응할 수 있지만, 정책 설정과 결과 검증, 예상 범위를 벗어난 상황에서의 판단은 여전히 사람이 담당해야 한다”라고 말했다.</p>



<p>리벨로는 MCSP가 관리형 서비스 모델과 그 주변 생태계에 얼마나 잘 부합하는지도 중요하다고 강조했다. 적합한 제공업체는 자동화와 AI를 활용해 운영을 단순화해야 하며, 자동화가 제대로 작동할 경우 현업 인력을 뒷받침하고 운영의 일관성을 높이며, 팀이 또 다른 도구를 관리하는 데 시간을 쓰는 대신 실제로 중요한 업무에 집중할 수 있도록 돕는다고 설명했다.</p>



<p>소프트웨어 라이선스 활용 가치를 높이고 MS, 오라클, 시스코 등 벤더 감사 대응을 지원하는 NPI의 최고경영자 존 윈셋은 가격 구조의 유연성이 MCSP 선택 과정에서 종종 간과된다고 지적했다. 그는 MCSP와 관련된 위험이 초기 비용 증가보다는, 시간이 지나면서 인지하지 못한 채 협상력이 약화되는 데 있다고 분석했다.</p>



<p>윈셋은 소규모 팀이나 아직 클라우드 경험을 구축하는 단계에 있는 조직에는 MCSP가 큰 도움이 될 수 있다고 덧붙였다. 클라우드 지출을 통합하고 마이그레이션 지원, 리소스 최적화, 비용 통제와 같은 서비스를 패키지로 제공함으로써 낭비를 줄이고 클라우드 운영을 보다 수월하게 만들 수 있다는 설명이다. 내부에 클라우드나 핀옵스 역량이 충분하지 않은 조직이라면 이러한 이점이 일정 부분의 trade-off를 감수할 만한 가치가 있다고 전했다.</p>



<p>그는 “클라우드 환경이 확장될수록 가격 구조는 점점 불투명해진다”라며 “MCSP는 MS나 아마존웹서비스(AWS) 요금 위에 자체 마진을 더하는데, 기본 사용료 기준 최대 8% 수준이며 서비스가 묶일 경우 그 이상이 될 수 있다”라고 설명했다. 이어 “이 같은 관리 계층을 통해 MCSP는 약 30~40% 수준의 수익률을 확보한다”라고 언급했다.</p>



<h2 class="wp-block-heading">MCSP의 단점</h2>



<p>기술 컨설팅 기업 하이라인의 기술 부사장 라이언 맥엘로이는 MCSP를 활용할 때 가장 큰 단점으로 통제력 상실을 꼽았다.</p>



<p>맥엘로이는 “각종 라이선스 할인 혜택을 받더라도 <a href="https://www.cio.com/article/4049519/%EA%B3%84%EC%86%8D%EB%90%98%EB%8A%94-ai-%EB%B2%A4%EB%8D%94%EC%9D%98-%EC%9A%94%EA%B8%88%EC%A0%9C-%EC%8B%A4%ED%97%98-cio-%EB%B9%84%EC%9A%A9-%EB%B6%88%ED%99%95%EC%8B%A4%EC%84%B1-%ED%82%A4%EC%9A%B4.html">계약에 묶여</a> 필요 이상으로 구매해야 하는 구조라면 실제로는 비용을 절감하지 못할 수 있다”라며 “MCSP를 활용하면 조직의 공격 표면이 확대될 수 있다는 점도 고려해야 한다”라고 설명했다. 그는 또 “MS와 같은 대형 클라우드 벤더가 MCSP를 교육하고 가이드를 제공하더라도, 대규모 사이버 보안 사고 이후 작성되는 근본 원인 분석 보고서를 살펴보면 MCSP가 공격 경로로 작용한 사례가 우려스러울 정도로 자주 등장한다”라고 전했다.</p>



<p>리서치 기업 ISG의 디렉터 아네이 나와테는 MCSP 협업이 많은 이점을 제공하는 동시에 분명한 위험도 동반한다고 언급했다.</p>



<p>나와테는 “MCSP가 조직 내 아키텍처 논의의 중심적인 목소리가 되어서는 안 된다”라며 “핵심 시스템에 대한 지식을 내부에 유지하고, 벤더 종속을 줄이며, 시장 모범 사례와 비교했을 때 제공업체로 인한 아키텍처 편향을 완화하기 위해서는 아키텍처 의사결정을 내부에서 소유해야 한다”라고 설명했다.</p>



<p>그는 또 MCSP가 클라우드 비용 관리에 대해 실제로 클라우드를 사용하는 기업만큼의 압박을 느끼지 않는 경우가 많다고 덧붙였다. 결국 과도한 지출의 영향은 기업이 직접 감내하게 되며, 이러한 이유로 많은 기업이 클라우드 비용에 대한 통제력을 확보하기 위해 <a href="https://www.cio.com/article/3844922/%EC%8D%A8%EB%B3%B4%EB%8B%88-%EC%A2%8B%EC%95%98%EB%8B%A4-%EB%8B%A4%EB%A5%B8-%EB%8D%B0%EC%97%90%EB%8F%84-%EC%93%B0%EB%A0%A8%EB%8B%A4%C2%B7%C2%B7%C2%B7-%ED%95%80%EC%98%B5%EC%8A%A4-%ED%81%B4%EB%9D%BC.html">핀옵스</a> 역할을 다시 내부로 가져온다고 설명했다.</p>



<h2 class="wp-block-heading">글로벌 시장에서 주목받는 MCSP 6곳</h2>



<p>관리형 클라우드 서비스 제공업체는 수십 곳에 이른다. 조사 부담을 줄이기 위해 독립적인 리서치와 애널리스트와의 논의를 바탕으로, 알파벳순으로 주요 MCSP 6곳을 정리했다. 가격 정보는 각 제공업체에 직접 문의해야 한다.</p>



<h3 class="wp-block-heading">액센추어</h3>



<p>액센추어(Accenture)는 전 세계 주요 지역과 시장에 분포한 팀과 센터를 기반으로 관리형 클라우드 서비스를 제공한다. 기업의 클라우드 환경 설계, 운영, 유지 관리를 지원하며, 초기 클라우드 구축부터 모니터링, 유지 보수, 보안을 포함한 지속적인 운영까지 폭넓게 다룬다. MS 애저, 구글 클라우드, AWS 등 주요 클라우드 플랫폼 전반에서 서비스를 제공하는 것도 특징이다. 기업은 복잡한 클라우드 시스템을 전부 내부에서 관리하는 대신, 액센추어를 통해 일상적인 운영과 기술적 관리 업무를 맡길 수 있다. 시스템 모니터링과 이슈 대응, 환경 업데이트 등 일상적인 인프라 운영을 액센추어가 담당함으로써, 내부 인력은 핵심 비즈니스 과제에 집중할 수 있다.</p>



<h3 class="wp-block-heading">캡제미니</h3>



<p>캡제미니(Capgemini)는 전 세계를 대상으로 관리형 클라우드 서비스를 제공하며, 특히 유럽과 북미를 중심으로 멀티클라우드 환경을 지원한다. 제조, 리테일, 금융 서비스, 보험 산업과의 협업 경험이 풍부하다. AWS, MS 애저, 구글 클라우드 등 주요 클라우드 플랫폼과 일부 특화된 엔터프라이즈 클라우드를 기반으로 애플리케이션과 인프라 운영을 지원한다. 모니터링, 백업, 기술 지원을 포함한 관리형 서비스와 함께, 클라우드 이전이 적합한 워크로드를 식별하고 해당 시스템을 이전·운영하는 과정까지 포괄적으로 지원한다. 중견기업보다는 대규모이면서 복잡한 환경을 가진 대기업에 적합한 서비스 성격을 갖고 있다.</p>



<h3 class="wp-block-heading">딜로이트</h3>



<p>딜로이트(Deloitte)는 전 세계 고객을 대상으로 클라우드 서비스를 제공하며, 북미와 유럽 지역의 비중이 크다. 금융·보험, 공공, 헬스케어 산업에서 특히 강점을 보인다. AWS, MS 애저, 구글 클라우드, VM웨어 클라우드, 오라클 클라우드를 포함한 멀티클라우드 환경을 지원한다. 기업의 비즈니스 목표에 맞춰 클라우드 환경을 기획·구축·운영하는 데 초점을 맞추고 있으며, 프로세스와 운영 개선을 포함한 클라우드 전환이 핵심 영역이다. 컨설팅이 주력 사업이지만, 디지털 전환을 추진하는 대기업을 중심으로 관리형 서비스 영역도 지속적으로 확대하고 있다.</p>



<h3 class="wp-block-heading">HCL테크놀로지스</h3>



<p>HCL테크놀로지스(HCL Technologies)는 전 세계에 분포한 팀과 센터를 통해 관리형 클라우드 서비스를 제공한다. AWS, MS 애저, 구글 클라우드 등 주요 클라우드 제공업체와 협력해 각 기업의 요구에 맞는 클라우드 환경을 설계·구축하고, 이후 안정적인 운영을 지원한다. 구축 이후에는 24시간 모니터링, 성능 관리, 장애 대응 등 일상적인 운영을 담당하며, 반복적인 IT 작업에는 자동화와 AI 도구를 활용한다. 금융, 제조, 헬스케어 등 다양한 산업에서 안정적인 클라우드 시스템 운영을 지원하는 것이 특징이다.</p>



<h3 class="wp-block-heading">NTT데이터</h3>



<p>NTT데이터(NTT Data)는 전 세계 고객을 대상으로 관리형 클라우드 서비스를 제공하며, 제조, 헬스케어, 금융 서비스, 보험 등 폭넓은 산업을 지원한다. MS 애저, 구글 클라우드, IBM 클라우드, AWS를 기반으로 한 멀티클라우드 전략을 채택하고 있다. 애플리케이션의 클라우드 이전, 노후 시스템 현대화, 레거시 기술 전환을 지원하는 한편, NTT 그룹 전반의 역량을 활용해 아이덴티티 및 접근 관리, 네트워킹, 관리형 보안 서비스도 함께 제공한다. 이를 통해 고객이 비즈니스를 보다 효과적으로 지원하는 클라우드 기반 시스템을 구축하도록 돕는다.</p>



<h3 class="wp-block-heading">타타컨설턴시서비스</h3>



<p>타타컨설턴시서비스(Tata Consultancy Services, TCS)는 전 세계 기업과 협력하고 있지만, 관리형 클라우드 서비스 고객은 주로 북미와 유럽에 집중돼 있다. 금융 서비스, 생명과학·제약, 리테일 산업에서 강한 경험을 보유하고 있다. MS 애저, 구글 클라우드, 오라클 클라우드, AWS를 중심으로 멀티클라우드 환경을 지원하며, 일부 IBM 클라우드도 제공한다. 주요 클라우드 파트너별 전담 팀을 운영하며, 대기업을 대상으로 클라우드 이전 전략 수립, 기존 시스템 이전, 애플리케이션 현대화를 지원한다. 서비스의 중심은 대기업에 맞춰져 있으며, 중견기업 대상 비중은 상대적으로 제한적이다. <br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Your agentic AI strategy’s missing link: Human resources]]></title>
<description><![CDATA[Tech industry sentiment suggests that AI agents will automate entire business processes, potentially transforming companies worldwide.



Today’s reality is starkly different.



Fifty-eight percent of enterprise IT decision-makers say their organizations are piloting AI agents, with the majority...]]></description>
<link>https://tsecurity.de/de/3203541/it-security-nachrichten/your-agentic-ai-strategys-missing-link-human-resources/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3203541/it-security-nachrichten/your-agentic-ai-strategys-missing-link-human-resources/</guid>
<pubDate>Fri, 09 Jan 2026 11:04:48 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Tech industry sentiment suggests that AI agents will automate entire business processes, potentially transforming companies worldwide.</p>



<p>Today’s reality is starkly different.</p>



<p>Fifty-eight percent of enterprise IT decision-makers say their organizations are piloting AI agents, with the majority targeting process automation, workflow efficiencies, or customer service, among other use cases, according to AI adoption research published by <a href="https://ai.wharton.upenn.edu/wp-content/uploads/2025/10/2025-Wharton-GBK-AI-Adoption-Report_Full-Report.pdf" rel="nofollow">Wharton and the GBK Collective</a>.</p>



<p>Again, these are pilots — not production implementations. There isn’t yet a playbook for fully baked human-AI agent workflows.</p>



<p>Still, as <a href="https://www.cio.com/article/4107315/agentic-ai-in-2026-more-mixed-than-mainstream.html">IT departments wrestle</a> with the best path forward for <a href="https://fortune.com/2025/12/15/agentic-artificial-intelligence-automation-capital-one/" rel="nofollow">using AI</a> to automate operations, close partnership with human resources departments will be essential to minimize disruption and ensure the organization is primed to capitalize on the new roles, processes, and team structures that will arise as true human-AI coworking arrives.</p>



<h2 class="wp-block-heading">Bringing AI agents into the fold</h2>



<p>Tight interaction between IT and HR is crucial for the <a href="https://www.cio.com/article/4016354/cios-tackle-the-ai-change-management-challenge.html">change management required for responsible AI deployment</a>, says Sophos CIO <a href="https://www.linkedin.com/in/tonyyoung/" rel="nofollow">Tony Young</a>, who is spearheading the deployment of AI at the MDR vendor, including Microsoft Copilot. “The right approach is engaging with your HR pros and understanding how we bring the workforce along,” Young says.</p>



<p>For example, Young envisions more companies will employ automation experts, along with those who understand how to curate content and work with data to smooth the transition to <a href="https://www.cio.com/article/3496519/agentic-ai-decisive-operational-ai-arrives-in-business.html">agentic AI</a>. HR can help blend the budding array of specialists.</p>



<p>Moreover, a little anthropomorphization can go a long way toward easing the transition to digital colleagues, Young adds.</p>



<p>The marketing organization at Sophos now includes AI agents in org charts as part of its teams, working alongside humans. New agents get new team member announcements — just like humans, says Young.</p>



<p>And Sophos’ IT service desk function now features a leaderboard that allows humans to see how they stack up against their <a href="https://www.cio.com/article/4098664/agents-as-a-service-are-poised-to-rewire-the-software-industry-and-corporate-structures.html">digital coworkers</a>. Human staffers monitor the AI agents to validate their work, consistent with human-in-the-loop best practices.</p>



<p>“Understanding how to use an LLM, or how to create an agent is like mastering Excel,” Young says. “That’s a new baseline skill that we all need to have.”</p>



<p>To get there, CIOs need to partner with HR leaders to help set the <a href="https://www.cio.com/article/2139982/cios-help-set-the-workforce-ai-training-agenda.html">workforce AI training agenda</a>, which could include <a href="https://www.cio.com/article/2128415/generative-ai-certifications-and-certificate-programs.html">emerging gen AI certifications</a> as well as <a href="https://www.cio.com/article/4044424/6-courses-for-it-leaders-navigating-ai-change-management.html">coursework for driving AI change</a>.</p>



<h2 class="wp-block-heading">What the agent-infused organization of the future will look like</h2>



<p>What will fully agentic businesses look like in the future? Picture hundreds or thousands of autonomous “bots” working together to facilitate the execution of business processes end-to-end. These worker bots will likely be managed by a “boss” bot that ensures they stay on task.</p>



<p>If this sounds familiar it’s because it’s a symmetrical analogy for how humans have long performed knowledge work.</p>



<p>Yet organizations require a new operating model for working with agents. It will be incumbent on IT departments to stage and manage agent decision trees and the resulting workflows. These workflows will vary by function.</p>



<p>For instance, organizations that choose to automate call center operations with AI will need to train humans to monitor agents — a managerial and technical skill that goes beyond most call center associates’ current toolboxes.</p>



<p>“It requires a new skillset, including understanding the intent of calls and setting boundaries,” says <a href="https://www.linkedin.com/in/klemenshjartar/" rel="nofollow">Klemens Hjartar</a>, senior partner at McKinsey. This requires new process management muscles for organizations accustomed to working a certain, human-centric way.</p>



<p>The introduction of AI agents to sales and marketing processes presents different challenges involving various workflows for CRM and other systems of engagement. The same can be said for operations teams and other functions likely to be impacted by agentic AI.</p>



<p>Whatever the workflow, HR can help soften the impact on teams through clear, consistent communication, as well as messaging around how IT and other departments can reskill their teams for the new era.</p>



<p>Microsoft <a href="https://www.microsoft.com/en-us/worklab/work-trend-index/2025-the-year-the-frontier-firm-is-born" rel="nofollow">predicted</a> that IT and HR teams will forge new roles such as chief resource officers to help balance human and digital workers, while some organizations may install “<a href="https://www.cio.com/article/3972714/ms-ai-agents-become-teammates-a-new-enterprise-form-emerges.html">agent bosses</a>.” McKinsey envisions <a href="https://www.mckinsey.com/capabilities/people-and-organizational-performance/our-insights/the-organization-blog/rethink-management-and-talent-for-agentic-ai" rel="nofollow">new roles</a> for AI ethics and responsible usage, AI quality assurance leads, and agent coaches.</p>



<h2 class="wp-block-heading">The hurdles are huge but not insurmountable</h2>



<p>In short, wholesale changes to organizational dynamics are on the horizon, with IT and HR serving on the front lines of these transformations — mostly in tandem.</p>



<p>While these changes are a ways away, most organizations aren’t ready for it — but need to keep this future in mind as they plan their way forward.</p>



<p>One challenge is the fact that allocating too much decision-making authority to agentic AI architectures poses significant risks, due to technical challenges across disparate platforms and implicit knowledge gaps, says <a href="https://www.linkedin.com/in/amitkinha/" rel="nofollow">Amit Kinha</a>, field CTO of FinOps platform provider DoiT.</p>



<p>For example, if you give a junior programmer some tasks to accomplish, they can turn to more experienced engineers when they need help. Today there isn’t a mechanism for AI agents to access the same tribal knowledge, Kinha says.</p>



<p>“Where is the source of truth coming from?” Kinha wonders. “Because if it’s not valid the whole decision tree will be invalid as well.” </p>



<p>The ramifications of agentic actions loom large. A multi-agent system with the power to update across 15 systems could have <a href="https://www.csoonline.com/article/4109999/agentic-ai-already-hinting-at-cybersecuritys-pending-identity-crisis.html">significant impacts downstream</a> that materially impact the bottom line, Kinha says.</p>



<p>One approach may include instituting checkpoints as part of organizational governance strategies. For instance, while some AI agents may be authorized to make individual decisions, others may have to seek approval from a human.</p>



<p>“The hardest part to master is decision autonomy,” Kinha says. Agents with too little autonomy will regularly check with humans, stunting automation. Those with too much will make mistakes that could be catastrophic. In addition to being explicit with goals and intents, organizations must make sure their data hygiene is sound, Kinha says.</p>



<h2 class="wp-block-heading">The future looks bright(ish) — but unpredictable</h2>



<p>When the technical and process challenges are reconciled, HR and IT partnership will be essential in assisting the transition from humans to human-plus-machine work. Every company introducing AI agents to their organizations must become more intentional about how they execute their business processes and measure outcomes.</p>



<p>“All of us in different functional domains need to up our game in intent-setting, boundary-setting, and measurement,” Hjartar says. “That’s going to take many years for us.”</p>



<p>Young says that every company will proceed at their own pace, which will create new categories of haves and have nots — just like preceding paradigm shifts involving emerging technology. “Some will push hard to automate; others won’t.”</p>



<p>What’s clear is that the challenges of human-machine commingling in the workplace are just beginning.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Beyond the cloud bill: The hidden operational costs of AI governance]]></title>
<description><![CDATA[In my work helping large enterprises deploy AI, I keep seeing the same story play out. A brilliant data science team builds a breakthrough model. The business gets excited but then the project hits a wall; a wall built of fear and confusion that lives at the intersection of cost and risk. Leaders...]]></description>
<link>https://tsecurity.de/de/3200437/it-security-nachrichten/beyond-the-cloud-bill-the-hidden-operational-costs-of-ai-governance/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3200437/it-security-nachrichten/beyond-the-cloud-bill-the-hidden-operational-costs-of-ai-governance/</guid>
<pubDate>Wed, 07 Jan 2026 19:36:33 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>In my work helping large enterprises deploy AI, I keep seeing the same story play out. A brilliant data science team builds a breakthrough model. The business gets excited but then the project hits a wall; a wall built of fear and confusion that lives at the intersection of cost and risk. Leadership asks two questions that nobody seems equipped to answer at once: “How much will this cost to run safely?” and “How much risk are we taking on?”</p>



<p>The problem is that the people responsible for cost and the people responsible for risk operate in different worlds. The FinOps team, reporting to the CFO, is obsessed with optimizing the cloud bill. The governance, risk and compliance (GRC) team, answering to the chief risk officer, is focused on legal exposure. And the AI and MLOps teams, driven by innovation under the CTO, are caught in the middle.</p>



<p>This organizational structure leads to projects that are either too expensive to run or too risky to deploy. The solution is not better FinOps or stricter governance in isolation; it is the practice of managing AI cost and governance risk as a single, measurable system rather than as competing concerns owned by different departments. I call this “responsible AI FinOps.”</p>



<p>To understand why this system is necessary, we first have to unmask the hidden costs that governance imposes long before a model ever sees a customer.</p>



<h2 class="wp-block-heading"> Phase 1: The pre-deployment costs of governance</h2>



<p>The first hidden costs appear during development, in what I call the development rework cost. In regulated industries, a model needs to not only be accurate, it must be proven to be fair. It is a common scenario: a model clears every technical accuracy benchmark, only to be flagged for noncompliance during the final bias review.</p>



<p>As I detailed in a recent VentureBeat article, <a href="https://venturebeat.com/ai/heres-whats-slowing-down-your-ai-strategy-and-how-to-fix-it">this rework is a primary driver of the velocity gap that stalls AI strategies</a>. This forces the team back to square one, leading to weeks or months of rework, resampling data, re-engineering features and retraining the model; all of which burns expensive developer time and delays time-to-market.</p>



<p>Even when a model works perfectly, regulated industries demand a mountain of paperwork. Teams must create detailed records explaining exactly how the model makes decisions and where its data comes from. You won’t see this expense on a cloud invoice, but it is a major part measured in the salary hours of your most senior experts.</p>



<p>These aren’t just technical problems, they’re a financial drain caused by an AI governance standard process failure.</p>



<h2 class="wp-block-heading">Phase 2: The recurring operational costs in production</h2>



<p>Once a model is deployed, the governance costs become a permanent part of the operational budget.</p>



<h3 class="wp-block-heading">The explainability overhead</h3>



<p>For high-risk decisions, governance mandates that every prediction be explainable. While the libraries used to achieve this (like the popular SHAP and LIME) are open source, they are not free to run. They are computationally intensive. In practice, this means running a second, heavy algorithm alongside your main model for every single transaction. This can easily double the compute resources and latency, creating a significant and recurring governance overhead on every prediction.</p>



<h3 class="wp-block-heading">The continuous monitoring burden</h3>



<p>Standard MLOps involves monitoring for performance drift (e.g., is the model getting less accurate?). But AI governance adds a second, more complex layer: governance monitoring. This means constantly checking for bias drift (e.g., is the model becoming unfair to a specific group over time?) and explainability drift. This requires a separate, always-on infrastructure that ingests production data, runs statistical tests and stores results, adding a continuous and independent cost stream to the project.</p>



<h3 class="wp-block-heading">The audit and storage bill</h3>



<p>To be auditable, you must log everything. In finance, regulations from bodies like FINRA <a href="https://www.finra.org/rules-guidance/key-topics/books-records">require member firms to adhere to SEC rules for electronic recordkeeping</a>, which can mandate retention for at least six years in a non-erasable format. This means every prediction, input and model version creates a data artifact that incurs a storage cost, a cost that grows every single day for years.</p>



<h2 class="wp-block-heading">Regulated vs. non-regulated difference: Why a social media app and a bank can’t use the same AI playbook</h2>



<p>Not all AI is created equal and the failure to distinguish between use cases is a primary source of budget and risk misalignment. The so-called governance taxes I described above are not universally applied because the stakes are vastly different.</p>



<p>Consider a non-regulated use case, like a video recommendation engine on a social media app. If the model recommends a video I don’t like, the consequence is trivial; I simply scroll past it. The cost of a bad prediction is nearly zero. The MLOps team can prioritize speed and engagement metrics, with a relatively light touch on governance.</p>



<p>Now consider a regulated use case I frequently encounter: an AI model used for mortgage underwriting at a bank. A biased model that unfairly denies loans to a protected class doesn’t just create a bad customer experience, it can trigger federal investigations, multimillion-dollar fines under fair lending laws and a PR catastrophe. In this world, explainability, bias monitoring and auditability are not optional; they are non-negotiable costs of doing business. This fundamental difference is why a single version of AI platform dictated solely by the MLOps, FinOps or GRC team is doomed to fail.</p>



<h2 class="wp-block-heading"><a></a>Responsible AI FinOps: A practical playbook for unifying cost and risk</h2>



<p>Bridging the gap between the CFO, CRO and CTO requires a new operating model built on shared language and accountability.</p>



<ol class="wp-block-list">
<li><strong>Create a unified language with new metrics.</strong> FinOps tracks business metrics like cost per user and technical metrics like cost per inference or cost per API call. Governance tracks risk exposure. A responsible AI FinOps approach fuses these by creating metrics like cost per compliant decision. In my own research, I’ve focused on metrics that quantify not just the cost of retraining a model, but the cost-benefit of that retraining relative to the compliance lift it provides.</li>



<li><strong>Build a cross-functional tiger team.</strong> Instead of siloed departments, leading organizations are creating empowered pods that include members from FinOps, GRC and MLOps. This team is jointly responsible for the entire lifecycle of a high-risk AI product; its success is measured on the overall risk-adjusted profitability of the system. This team should not only define cross-functional AI cost governance metrics, but also standards that every engineer, scientist and operations team has to follow for every AI model across the organization.</li>



<li><strong>Invest in a unified platform.</strong> The market is responding to this need. The explosive growth of the MLOps market, which <a href="https://www.fortunebusinessinsights.com/mlops-market-108986" rel="nofollow">Fortune Business Insights projects will reach nearly $20 billion by 2032</a>, is proof that the market is responding to this need for a unified one-enterprise-level control plane for AI. The right platform provides a single dashboard where the CTO sees model performance, the CFO sees its associated cloud spend and the CRO sees its real-time compliance status.</li>
</ol>



<h2 class="wp-block-heading">The organizational challenge</h2>



<p>The greatest barrier to realizing the value of AI is no longer purely technical, it is organizational. The companies that win will be those who break down the walls between their finance, risk and technology teams.</p>



<p>They will recognize that A) You cannot optimize cost without understanding risk; B) You cannot manage risk without quantifying its cost; and C) You can achieve neither without a deep engineering understanding of how the model actually works. By embracing a fused responsible AI FinOps discipline, leaders can finally stop the alarms from ringing in separate buildings and start conducting a symphony of innovation that is both profitable and responsible.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.<br></strong><a href="https://www.cio.com/expert-contributor-network/"><strong>Want to join?</strong></a></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Los costes de la nube ya son el segundo mayor gasto de las empresas medianas de TI, sólo por detrás del personal]]></title>
<description><![CDATA[Una nueva encuesta del proveedor de FinOps Cloud Capital realizada a 100 directores financieros de compañías SaaS y otras empresas tecnológicas con hasta 1.000 empleados ha determinado que las medianas empresas de TI destinan ya una parte muy significativa de sus ingresos a servicios en la nube, ...]]></description>
<link>https://tsecurity.de/de/3194727/it-security-nachrichten/los-costes-de-la-nube-ya-son-el-segundo-mayor-gasto-de-las-empresas-medianas-de-ti-slo-por-detrs-del-personal/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3194727/it-security-nachrichten/los-costes-de-la-nube-ya-son-el-segundo-mayor-gasto-de-las-empresas-medianas-de-ti-slo-por-detrs-del-personal/</guid>
<pubDate>Mon, 05 Jan 2026 12:19:48 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Una nueva encuesta del proveedor de FinOps Cloud Capital realizada a 100 directores financieros de compañías SaaS y otras empresas tecnológicas con hasta 1.000 empleados ha determinado que las medianas empresas de TI destinan ya una parte muy significativa de sus ingresos a servicios en la nube, impulsadas en gran medida por el creciente volumen de cargas de trabajo de inteligencia artificial (IA) que se ejecutan en estos entornos.</p>



<p>En concreto, un tercio afirma gastar entre el 5% y el 8% de sus ingresos anuales en servicios <em>cloud</em>, mientras que otro 29% supera el 13%. De media, las organizaciones consultadas destinan el 10% de sus ingresos a la nube.</p>



<p>Las cargas de trabajo de IA y aprendizaje automático representan ya el 22% del gasto total en la nube de estas organizaciones, según el estudio. Como resultado, los costes de la nube se han convertido en el segundo mayor gasto para muchas empresas de TI y SaaS, solo por detrás de las nóminas y otros costes relacionados con el personal.</p>



<h2 class="wp-block-heading">La compensación de la IA</h2>



<p>Por el momento, tanto las empresas de TI como los proveedores de SaaS asumen estos elevados costes de la nube con la expectativa de que la IA aporte mejoras futuras en eficiencia y productividad, según defiende Spencer Pingry, cofundador y CTO de Cloud Capital.</p>



<p>A su juicio, “estamos viendo cómo aumenta el gasto en la nube, especialmente con las cargas de trabajo de IA, y mucha gente está absorbiendo ese incremento por ahora, porque cree que obtendrá determinados beneficios. Pero una vez que esos beneficios se materialicen, no creo que el gasto en la nube disminuya; al contrario, probablemente aumentará”.</p>



<p>La gran incógnita para los CIO clientes de estos proveedores es cuándo empezarán las empresas de TI y SaaS a trasladarles esos costes.</p>



<p>Para Pingry, “a medida que crece el gasto en la nube, las subidas de precios son una herramienta habitual para proteger los márgenes. Sin embargo, en un mercado con una competencia feroz por captar y retener clientes, subir precios puede resultar contraproducente, ya que incrementa la rotación y facilita que los competidores se lleven a los clientes que deciden cambiar de proveedor”.</p>



<p>La encuesta de Cloud Capital pone de manifiesto que los CFO de empresas tecnológicas medianas, junto con sus CIO, tienen dificultades para controlar el gasto en la nube, que presenta una elevada volatilidad mes a mes. Tres de cada cuatro directores financieros indican que sus previsiones de gasto en la nube oscilan entre el 5% y el 10% de los ingresos mensuales de la empresa.</p>



<p>Pingry añade que los costes asociados a las cargas de trabajo de IA son mucho más difíciles de predecir que los de la infraestructura SaaS tradicional. Además, las organizaciones con grandes volúmenes de cargas de trabajo de IA son más propensas a registrar caídas en los márgenes vinculadas al gasto en la nube que aquellas con una exposición más moderada a la IA.</p>



<p>El informe de Cloud Capital señala que “los picos de entrenamiento, la inferencia basada en el uso y el ruido derivado de la experimentación introducen patrones no lineales que rompen los supuestos de previsión sobre los que se apoya la financiación. Este reto se intensificará a medida que la IA represente una parte cada vez mayor del gasto en la nube”.</p>



<h2 class="wp-block-heading">Un aumento muy significativo</h2>



<p>Aunque Cloud Capital no dispone aún de datos históricos sobre el gasto en la nube como porcentaje de los ingresos —la compañía prevé empezar a hacer este seguimiento en el futuro—, los resultados de la encuesta reflejan un aumento muy notable respecto a las tendencias tradicionales.</p>



<p>En 2024, Gartner estimó que el presupuesto total de TI de las empresas medianas de distintos sectores representaba apenas el 3% de los ingresos, mientras que las compañías de software y servicios de Internet destinaban algo más del 6% de sus ingresos a TI.</p>



<p>En opinión de Ed Frederici, CTO de Appfire, que la media de la encuesta sitúe el gasto en servicios <em>cloud</em> en el 10% de los ingresos puede parecer elevado, pero no hay duda de que el gasto en la nube está creciendo. Este proveedor de software destina actualmente alrededor del 1,6% de sus ingresos a computación en la nube.</p>



<p>Aun así, Frederici reconoce que los costes de computación y almacenamiento en la nube están aumentando. “Con un modelo de precios basado en el consumo, se puede pasar fácilmente de gastar unos pocos euros al día a 1.000 euros. Por eso somos extremadamente rigurosos a la hora de monitorizarlo”, explica.</p>



<p>Aunque Appfire no ejecuta muchas cargas de trabajo en la nube con un uso intensivo de IA, Frederici observa cómo los costes pueden dispararse rápidamente a medida que las necesidades de computación y almacenamiento de la IA se retroalimentan.</p>



<p>“Cuanto más conocimiento se quiere obtener de la IA, más almacenamiento se necesita”, afirma, para añadir: “Es una especie de círculo vicioso: cuanto más capaz se vuelve la IA, más aumentan los dos costes más caros”.</p>



<h2 class="wp-block-heading">Demasiada flexibilidad</h2>



<p>Otros responsables de TI consideran que los resultados de la encuesta reflejan de manera bastante realista lo que ocurre en muchas organizaciones. En su opinión, los desarrolladores suelen tener demasiado margen para crear nuevos recursos en la nube destinados a proyectos de corta duración, explica Rick Clark, director global de asesoramiento en la nube del proveedor de transformación digital UST.</p>



<p>A su juicio, “el gasto en la nube alcanza el 10% de los ingresos cuando el consumo se desvincula del valor empresarial y cuando confundimos flexibilidad para los desarrolladores con productividad. En la era de los centros de datos tradicionales, nadie habría permitido a los desarrolladores montar y desplegar hardware. Sin embargo, en la era de la nube les hemos dado opciones de infraestructura casi ilimitadas, sin una orientación económica clara”.</p>



<p>Los servicios en la nube no son intrínsecamente demasiado caros, añade Clark, pero muchas organizaciones se perjudican a sí mismas con un consumo involuntario. “Los costes se disparan cuando el sistema se diseña sin una comprensión clara del valor que se pretende generar”, según destaca este especialista.</p>



<p>Además, el temor a quedarse atrás en materia de IA está impulsando un crecimiento descontrolado del gasto en la nube. Para Clark, “ningún CEO quiere tener que explicar al consejo por qué otra empresa ha utilizado la IA para adelantarles. Esto ha provocado un gasto desenfrenado en entrenamiento, inferencia y movimiento de datos, a menudo superpuesto a arquitecturas que ya eran económicamente incoherentes”.</p>



<h2 class="wp-block-heading">El papel del CIO y del CFO</h2>



<p>Según los expertos, los responsables de TI, en estrecha colaboración con los directores financieros, pueden adoptar diversas medidas para contener el gasto en la nube. Aunque muchos equipos de TI recurren a prácticas de FinOps, Clark advierte de que estas sólo abordan una parte del problema.</p>



<p>“FinOps es útil para detectar despilfarros evidentes, como recursos infrautilizados, pero no deja de ser un parche temporal. El problema más profundo es que FinOps suele trasladar la responsabilidad del coste a los desarrolladores, que no tienen visibilidad sobre los ingresos, los márgenes o los objetivos económicos de la carga de trabajo que están creando. El coste es una decisión empresarial, no una decisión técnica”, prosigue el especialista.</p>



<p>Pingry coincide en que los CIO deben trabajar estrechamente con los CFO para definir objetivos de gasto en la nube alineados tanto con las necesidades del área de TI como con los objetivos del negocio. Dado que los presupuestos <em>cloud</em> consumen una parte cada vez mayor de los ingresos, los directores financieros necesitan visibilidad y control, y una relación sólida entre CIO y CFO puede mejorar la comprensión mutua de las prioridades de cada área.</p>



<p>“El consejo que daría a cualquier responsable de TI es que invierta en la relación con el departamento financiero. A menudo se percibe a Finanzas como un freno, porque su función es recortar gastos, pero en realidad lo único que quiere es que las cosas se ajusten al plan. Si se cumple ese plan, Finanzas estará satisfecha”, afirma Pingry.</p>



<p>Por su parte, Frederici recomienda que los responsables de TI revisen periódicamente el uso que hacen sus equipos de la nube y sean especialmente diligentes a la hora de eliminar recursos que ya no sean necesarios. También sugiere configurar alertas que avisen cuando el consumo o el gasto en la nube se desvíen de los patrones habituales.</p>



<p>En Appfire, la optimización es una prioridad constante y la empresa cierra de forma regular recursos que han dejado de ser necesarios.</p>



<p>“Es muy habitual que los desarrolladores y los equipos de control de calidad tengan capacidad para crear cualquier entorno de no producción que necesiten. «Lo crean para un experimento, luego se olvidan de él y generan otro para el siguiente. De repente, te encuentras con un crecimiento descontrolado”, concluye Frederici.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud costs now No. 2 expense at midsize IT companies behind labor]]></title>
<description><![CDATA[Midsize IT companies now spend huge percentages of their revenues on cloud services, driven by a growing number of AI workloads running in the cloud, according to a new survey.



While a third of IT companies say they spend between 5% and 8% of annual revenues on cloud services, another 29% spen...]]></description>
<link>https://tsecurity.de/de/3190501/it-security-nachrichten/cloud-costs-now-no-2-expense-at-midsize-it-companies-behind-labor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3190501/it-security-nachrichten/cloud-costs-now-no-2-expense-at-midsize-it-companies-behind-labor/</guid>
<pubDate>Fri, 02 Jan 2026 11:07:11 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Midsize IT companies now spend huge percentages of their revenues on cloud services, driven by a growing number of AI workloads running in the cloud, according to a new survey.</p>



<p>While a third of IT companies say they spend between 5% and 8% of annual revenues on cloud services, another 29% spend over 13%, according to <a href="https://www.cloudcapital.co/the-cost-of-compute" rel="nofollow">a survey</a> of 100 CFOs at SaaS and other IT companies with up to 1,000 employees. On average, the companies represented spend 10% of revenues on the cloud.</p>



<p><a href="https://www.cio.com/article/4064319/ai-cost-overruns-are-adding-up-with-major-implications-for-cios.html">AI and machine learning workloads</a> make up 22% of the cloud costs at the organizations represented, according to the survey, commissioned by FinOps vendor Cloud Capital. Cloud costs are now the second largest expense at many IT and SaaS companies, trailing only payroll and other employee-related spending.</p>



<h2 class="wp-block-heading">The AI tradeoff</h2>



<p>For now, IT companies and SaaS providers are swallowing these cloud costs in anticipation of projected efficiency or productivity increases coming from AI, says <a href="https://www.linkedin.com/in/spencerpingry" rel="nofollow">Spencer Pingry</a>, cofounder and CTO at Cloud Capital.</p>



<p>“With the AI workloads in particular, as we see the cloud spend go up, a lot of people are dealing with the increase for now, because they think there’s a certain set of payoffs that will be realized,” he says. “But once we realize those payoffs, I don’t think cloud spending is going to cut back; it’s going to increase instead.”</p>



<p>The question for their CIO customers then becomes, at what point do these IT and SaaS vendors begin passing on these costs to them?</p>



<p>“As cloud spend rises, price increases are one common lever to protect margins,” Pingry says. “But in a market where competition to land and retain customers is intense, raising prices can backfire by increasing churn and making it easier for competitors to win switchers.”</p>



<p>The Cloud Capital survey shows midsize IT vendor CFOs and their CIO partners struggling to contain cloud spending, with significant cost volatility from month to month. Three-quarters of IT org CFOs report cloud spending forecasts varying between 5% and 10% of company revenues each month, Pingry notes.</p>



<p>Costs of AI workloads are harder to predict than traditional SaaS infrastructure, Pingry adds, and organizations running major AI workloads are more likely to report margin declines tied to cloud spending than those with moderate AI exposure.</p>



<p>“Training spikes, usage-driven inference, and experimentation noise introduce non-linear patterns that break the forecasting assumptions finance relies on,” says a report from Cloud Capital. “The challenge will intensify as AI’s share of cloud spend continues scaling.”</p>



<h2 class="wp-block-heading">A huge increase</h2>



<p>While Cloud Capital doesn’t have historical data on cloud spending as a percentage of revenue — the company plans to track it going forward — the survey’s numbers represent a huge increase from historical trends.</p>



<p>Gartner in 2024 calculated that <a href="https://www.linkedin.com/pulse/spending-benchmarks-2025-beyond-sean-grennan-gpy8c/" rel="nofollow">the entire IT budget</a> at midsize companies across several industries took up just 3% of revenues, with software publishing and internet services firms spending just over 6% of revenue on IT.</p>



<p>The survey’s average of companies using 10% of revenues on cloud services seems high, but there’s little doubt that cloud spending is increasing, says <a href="https://www.linkedin.com/in/edfrederici" rel="nofollow">Ed Frederici</a>, CTO at Appfire. The software vendor currently spends about 1.6% of its revenues on cloud computing, he says.</p>



<p>Still, cloud compute and storage costs are rising, he says. “When you’re using consumption-based pricing, you can go from a few dollars a day to $1,000, so we’re very diligent about keeping an eye on it,” he says.</p>



<p>While Appfire doesn’t have a lot of AI-heavy cloud workloads, Frederici sees how cloud costs can ramp up quickly as AI compute and storage needs feed off each other.</p>



<p>“The more AI knowledge you want to have, the more storage you’re going to have,” he says. “It’s kind of this non-virtuous cycle — the more capable you make your AI, the more you drive up your two most expensive costs.”</p>



<h2 class="wp-block-heading">Too much flexibility</h2>



<p>Other IT leaders see the survey’s results as more realistic. At many organizations, developers have too much power to spin up new cloud resources for short-term projects, says <a href="https://www.ust.com/en/who-we-are/ust-leadership/rick-clark" rel="nofollow">Rick Clark</a>, global head of cloud advisory at digital transformation provider UST.</p>



<p>“Cloud spend climbs toward 10% of revenue when consumption is disconnected from business value and when we confuse developer flexibility with productivity,” he says. “In the data center era, no one would have allowed developers to rack and install hardware, yet in the cloud era, we gave them near-infinite infrastructure choices with no economic guidance.”</p>



<p>Cloud services in themselves aren’t inherently too expensive, but many organizations shoot themselves in the foot through unintentional consumption, Clark adds. “Costs rise when the system is built without a clear understanding of the value it is meant to deliver,” he adds.</p>



<p>In addition, the <a href="https://www.cio.com/article/3601606/cios-to-spend-ambitiously-on-ai-in-2025-and-beyond.html">fear of missing out on AI</a> is leading to skyrocketing cloud spending, he says.</p>



<p>“No CxO wants to explain to the board why another company used AI to leap ahead,” Clark adds. “This has created a no-holds-barred spending spree on training, inference, and data movement, often layered on top of architectures that were already economically incoherent.”</p>



<p>IT leaders, <a href="https://www.cio.com/article/189503/getting-the-cio-cfo-relationship-right.html">working with CFOs</a>, can take several steps to control cloud spending, experts say. While some experts point to IT teams using <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps practices</a>, Clark says they’re just part of the solution.</p>



<p>“FinOps is helpful for finding <a href="https://www.cio.com/article/4064316/31-of-it-leaders-waste-half-their-cloud-spend.html">obvious waste</a> such as unused resources, but that is a one-time Band-Aid,” he says. “The larger issue is that FinOps often pushes cost responsibility onto developers who have no insight into revenue, margin, or the economic goals of the workload they are building. Cost is a business decision, not a technical decision.”</p>



<p>IT leaders need to work closely with CFOs to set goals for cloud spending that match the needs of the IT team and the goals of the business, says Cloud Capital’s Pingry. CFOs need input on cloud budgets as they eat up a greater portion of revenue, and a good relationship between the CIO and CFO can lead to a better understanding of both departments’ needs, he adds.</p>



<p>“The advice I’d give to any IT leader is to just work on the relationship with finance, because it’s often seen as like a negative, with finance coming to look for ways to cut things, but they just want things to be on a plan, and as long as that plan is being hit, then finance is very happy,” Pingry says.</p>



<p>Appfire’s Frederici recommends that IT leaders regularly check their teams’ cloud use and be diligent about cutting off cloud resources that are no longer needed. IT teams can also set up alerts to tell them when cloud usage or spending is deviating from norms, he says.</p>



<p>Appfire focuses on <a href="https://www.cio.com/article/4101918/cios-shift-from-cloud-first-to-cloud-smart.html">cloud optimization</a> and regularly shuts down cloud resources that are no longer needed, he says.</p>



<p>“Something that very common is your developers, your QA folks, have the ability to spin up any non-production environment they want,” he says. “They spin it up for an experiment, and then they forget to exist and spin up another one for the next experiment. All of a sudden, you have really extensive sprawl that’s sitting there.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Delivering resilience and continuity for AI]]></title>
<description><![CDATA[Infrastructure might be the reason so many organizations report failures when scaling AI from POC to production. Almost every company in Microsoft’s latest State of AI Infrastructure report spoke of challenges scaling and operationalizing AI, and over half of more than 1,500 business leaders from...]]></description>
<link>https://tsecurity.de/de/3185884/it-security-nachrichten/delivering-resilience-and-continuity-for-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3185884/it-security-nachrichten/delivering-resilience-and-continuity-for-ai/</guid>
<pubDate>Tue, 30 Dec 2025 11:04:17 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Infrastructure might be the reason so many organizations report failures when scaling AI from POC to production. Almost every company in Microsoft’s latest State of AI Infrastructure report spoke of challenges scaling and operationalizing AI, and over half of more than 1,500 business leaders from various sectors and regions said they don’t have the right infrastructure to support the AI workloads they want to run — a proportion repeated in other surveys.</p>



<p>Building, deploying, and operationalizing AI models is when you find out <a href="https://moderninfrastructure.cio.com/level-up-your-tech-stack/the-state-of-ai-infrastructure-2025-research-report/" rel="nofollow">how modern your infrastructure really is</a> and where it lets you down. “Running AI on legacy architecture is like streaming 4K video over dial-up,” says Frank Miller, chief AI and platforms officer at digital infrastructure company Colt Technology Services. “You can convince yourself it will work, but the reality is very different.”</p>



<p>If you don’t want to be stuck firefighting just to keep available the AI you’ve spent so much on, you need both governance and modern architecture. “This means replacing rigid legacy systems with hybrid, cloud-native designs that scale for AI workloads,” he adds. “High-bandwidth, low latency connectivity ensures fast data access; redundancy and automated failover provide continuity; and zero-trust security with encryption protects sensitive AI flows. Adding observability and predictive monitoring helps anticipate issues before they disrupt operations, creating an infrastructure that’s resilient, secure, and ready for AI innovation.” </p>



<p>Think of it as <a href="https://www.cio.com/article/472768/5-tips-for-tackling-technical-debt.html?utm=hybrid_search">technical debt</a>, suggests IDC group VP Daniel Saroff as most enterprises underestimate the strain AI puts on connectivity and compute. Siloed infrastructure won’t deliver what AI needs and CIOs need to think about these and other things in a more integrated way to make AI successful. “You have to look at your GPU infrastructure, bandwidth, network availability, and connectivity between respective applications,” he says. “If you have environments not set up for highly transactional, GPU-intensive environments, you’re going to have a problem,” Saroff warns. “And having very fragmented infrastructure means you need to pull data and integrate multiple different systems, especially when you start to look at agentic AI.”</p>



<p>Training, RAG, and agent workflows assume that data isn’t only correct but always reachable and not behind a bottleneck. Common API technologies like MCP are emerging as a way to standardize access to data, and legacy systems may not support that easily, he adds.</p>



<h2 class="wp-block-heading">Get good at GPUs</h2>



<p>Resilience is hardly a new idea for enterprise IT. High availability, failover, and disaster recovery are so universally required that one of the first six agents Microsoft added to Azure Copilot is there specifically to improve resiliency in the cloud. On premises, enterprises have decades of experience with infrastructure to draw from, but that rarely includes the expensive GPUs and other accelerators that are key to AI, whether you’re training or running inferencing.</p>



<p>They’re also more demanding, whether that’s the added complication of needing to autoconfigure <a href="https://www.cio.com/article/4041741/kubernetes-costs-keep-rising-can-ai-bring-relief.html?utm=hybrid_search">GPU Kubernetes clusters</a> with the right drivers and operators, or building out dedicated AI infrastructure that’s harder to service, and needs high-speed networking for distributed traffic with unfamiliar and fast-changing patterns.</p>



<p>“Building GPU infrastructure is really hard,” says Jason Hammons, VP of international systems engineering at VAST Data. “It’s brittle in large part to its massively parallel nature, but also because of the componentry. They’re just way more complex.”</p>



<p>AI demands high-bandwidth networks with low and critical predictable latency to deliver large payloads of data and small payloads of inferences and API calls. That might mean at least part of your enterprise network looking more like what’s in a cloud data center, perhaps with SmartNICs, InfiniBand, or RoCE, and programmable network operating systems like SONiC, as well as stable links with direct routes to AI data centers and cloud APIs.</p>



<p>If you have high-speed networking internally to the GPU cluster itself, enterprises can deliver a good AI experience, Hammons says, but building agents is even more demanding in terms of storage and networking. “When you start scaling agentic workloads, because of the complex I/O patterns they exhibit, the complicated nature of keeping those systems up can be exacerbated,” he says.</p>



<p>Intelligent routing and underlay optimization matter more in AI, and load balancing becomes more important than ever, requiring intelligent, adaptive routing and dynamic, multipath I/O so one congested or unhealthy path doesn’t interrupt an AI pipeline. You have to give critical AI traffic high enough priority to support your workloads without getting in the way of critical production systems like ERP and payment services, or VoIP and video meetings.</p>



<p>“AI workflows are much more network-based,” says Artur Bergman, CTO at software developer Fastly. “You have to scale across machines and that’s quite a big shift from enterprise workloads that don’t have those levels of network or latency requirements.”</p>



<p>It’s no longer just about avoiding critical failures or recovering from them fast. You also have to design systems for graceful degradation so they can still perform well enough when there are failures.</p>



<p>Similarly, resilient AI needs more than the synchronous replication you’re used to having for any production workload. “A lot of these systems need to be load balanced across sites and have that redundancy across multiple domains,” Hammons says. The complexity of that has even sophisticated organizations turning to providers like CoreWeave and what he calls AI native neo clouds.</p>



<p>Taking a hybrid approach to APIs is almost universal. Whether you’re bursting out to an AI data center, building on hyperscaler GPU infrastructure and cloud databases, or calling cloud APIs, you need to think about those connections. That means updating legacy networks and considering multiple connectivity providers for redundancy.</p>



<p>And if you’re doing AI at the edge, especially in near real time environments like factories and retail, you also have to think about distributed reliability, and what connectivity and latency is needed to deliver inferencing or update local models across sites for consistency.</p>



<p>“Cross-cloud communication is just going to grow,” Bergman says. Fastly customers are already keeping training set data there so they can use it in multiple clouds. “We can ingress it to all the clouds without the cloud egress charges.”</p>



<p>Authenticating agent access and privileges when acting on behalf of employees may add complexities in future, he suggests. That doesn’t need low-level network changes but at the application layer, he predicts a lot of evolution has to happen for these things to scale out in a secure, reliable way.</p>



<h2 class="wp-block-heading">Flatten your architecture</h2>



<p>Most AI adoption today is happening on architectures never designed for this level of volatility, says Richard Copeland, CEO of cloud services provider Leaseweb. “Everyone wants the magic of AI, but the moment they scale it, they’re confronted with the messy reality of data gravity, <a href="https://www.cio.com/article/4097339/your-next-big-ai-decision-isnt-build-vs-buy-its-how-to-combine-the-two.html?utm=hybrid_search">latency budgets</a>, and storage economics,” he adds. “Teams are trying to secure endpoints, expand pipelines, add GPUs, and increase bandwidth but none of that stops the operational chaos if the foundation beneath it isn’t intentionally resilient.”</p>



<p>You’ll almost certainly need more storage to support AI and not just for training sets, he points out. “You’re storing embeddings, vector indexes, model checkpoints, agent logs, synthetic datasets, and the agents themselves are producing new data every second,” he says. So spend the time to work out how much of that you actually need to store, where, and for how long.</p>



<p>But designing for continuity means treating resilience as a design principle, not an insurance policy. Organizations that stay ahead are flattening architectures, pushing compute closer to data, automating lifecycle policies, and building environments where AI pipelines can fail over without anyone breaking a sweat, says Copeland.</p>



<p>Flatter architectures also reduce technical debt, but most enterprises have accumulated so many layers of tools, proxies, queues, storage tiers, and checkpoints that their AI pipelines behave like Rube Goldberg machines, he adds. “Data has to climb up and down that stack before it reaches the models that need it, and every hop adds latency, fragility, and operational overhead,” he says.</p>



<p>Find out where delays are coming from and you may find systems you don’t need. “Remove redundant middleware, automate data-placement and lifecycle policies, and shift workloads toward the environments where the data already lives,” he continues. Consolidating storage tiers, moving <a href="https://www.cio.com/article/4042394/neoclouds-gain-market-traction-by-providing-gpus-on-demand.html?utm=hybrid_search">GPU workloads</a> into simpler regional or on-premises environments, and tuning the network path should allow a system that behaves predictably rather than chaotically.</p>



<h2 class="wp-block-heading">Data by design</h2>



<p>Making AI scale will almost certainly mean taking a hard look at your data architecture. Every database adds features for AI. And lakehouses promise you can bring operational data and analytics together without affecting the SLAs of production workloads. Or you can go further with data platforms like Azure Fabric that bring in streaming and time series data to use for AI applications.</p>



<p>If you’ve already tried different approaches, you likely need to rearchitect your data layer to get away from the operational sprawl of fragmented microservices, where every data hand-off between separate vector stores, graph databases, and document silos introduces latency and governance gaps. Too many points of failure make it hard to deliver high availability guarantees.</p>



<p>“The traditional patchwork of databases, pipelines, and bespoke vector stores simply can’t keep up with AI’s latency, governance, and scale requirements,” says Nadeem Asghar, chief product and technology officer at cloud AI database platform SingleStore. “Unified intelligence planes will replace today’s fragmented stacks, collapsing data, compute, and inference into a single live system.”</p>



<p>Dominik Tomicevic, CEO of graph database provider Memgraph recommends separating the models and agents that form your intelligence layer from your knowledge layer, where truth, data, and information live and require synchronous or near‑synchronous replicas across zones or regions.</p>



<p>Although AI infrastructure means tackling data- and network-heavy distributed systems, he views that as a solvable engineering problem. “A resilient AI stack starts with a strongly‑typed knowledge graph or GraphRAG store that can be clustered, replicated, backed up, monitored, and accessed‑controlled just like any other mission‑critical database,” he says.</p>



<p>That gives you flexibility to scale search and data nodes separately, or even change models and vendors in the future. It also means security and resilience go hand in hand.</p>



<p>“Fine‑grained access control at the graph level means the retrieval layer will never leak data that the underlying database wouldn’t allow, even if an LLM is curious,” he adds. “On top of that, you bake in observability and service-level objectives specifically for AI, like latency and error budgets for GraphRAG queries, quality metrics for retrieval results, and cost budgets for model calls.”</p>



<h2 class="wp-block-heading">Put platforms in place</h2>



<p>The pressure to move from prototypes to production deployments that deliver the value of AI means individual projects need policies and best practices to build on, rather than having to make all the right decisions themselves, so they can focus on technical questions like choosing models rather than building infrastructure.</p>



<p>If this sounds like the principles of platform engineering, that’s how you make AI a capability rather than a series of experiments. IDC’s Saroff argues that a unified platform workflow you’ve already done gives you a backbone of process, APIs, data, and technologies. Instead of solving the same problem over and over, you deliver infrastructure that includes GPUs and accelerators, as well as multiple flavors of compute, observability for models, API calls and applications, as well as cost management and governance.</p>



<p>All these systems need to be feeding into observability and optimization tools with near real time feedback. You can’t wait until you get your monthly cloud bill to discover you’ve blown past your budget, or until you hit an outage to realize the APIs you rely on are returning errors and requiring multiple retries. API management is key to track usage and optimize costs.</p>



<p>And you need all of that to integrate with existing infrastructure and workflows. “Every company has the same problem. You need AI to compete, but all your actual business runs on legacy infrastructure and software that predates the iPhone,” argues Jarrod Vawdrey, field chief data scientist at Domino Data Lab.</p>



<p>He defines forward deployed engineers as translators who navigate the complexity between desired business outcomes, legacy systems, and modern AI capabilities. “They can wrangle a large language model and integrate it with your 20-year-old ERP system that nobody wants to touch.”</p>



<p>The integrations will be new but the fundamentals aren’t. Doing IT right is what will allow you to do AI correctly, says Bola Rotibi, chief of enterprise research at technology research and advisory firm CCS Insight.</p>



<p>The good news is you may already have done the heavy lifting using, for example, well-architected frameworks for cloud as AI applications will inherit that redundancy, exception handling, and chaos engineering. “If your architecture is built for resiliency, then chances are you’ve already started thinking about all the things required to underpin AI,” she says.</p>



<p><a href="https://www.cio.com/article/4107377/cios-will-underestimate-ai-infrastructure-costs-by-30.html?utm=hybrid_search">All of this, of course, is going to cost money</a>. IDC predicts that by 2027, organizations will realize they’re underestimating the costs of AI infrastructure by almost a third, and will start applying FinOps to it.</p>



<p>But true resilience relies on understanding both business and operational context, making for a more combined, collaborative environment, Rotibi suggests. While CIOs usually struggle to justify infrastructure investments, tying them to delivering reliable and secure AI allows IT to continue providing value that’s aligned with business priorities rather than being seen as a cost center.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Los cinco grandes retos del CIO en España en 2025: de “transformar” a “operar” la empresa digital]]></title>
<description><![CDATA[En España, este cambio se ha acelerado por tres fuerzas: la rápida expansión de la IA generativa, la convergencia entre ciberseguridad, resiliencia y regulación y una presión financiera: el coste de operar cloud y la IA impactan con fuerza en la cuenta de resultados. Esta tribuna sintetiza los ci...]]></description>
<link>https://tsecurity.de/de/3175306/it-security-nachrichten/los-cinco-grandes-retos-del-cio-en-espaa-en-2025-de-transformar-a-operar-la-empresa-digital/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3175306/it-security-nachrichten/los-cinco-grandes-retos-del-cio-en-espaa-en-2025-de-transformar-a-operar-la-empresa-digital/</guid>
<pubDate>Tue, 23 Dec 2025 07:13:14 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>En España, este cambio se ha acelerado por tres fuerzas: la rápida expansión de la IA generativa, la convergencia entre ciberseguridad, resiliencia y regulación y una presión financiera: el coste de operar <em>cloud </em>y la IA impactan con fuerza en la cuenta de resultados. Esta tribuna sintetiza los <strong>cinco retos que han definido 2025 para el CIO en España:</strong> industrializar la IA, construir resiliencia demostrable, gobernar el coste de cloud (FinOps), reforzar el talento y asegurar la soberanía sobre los datos.</p>



<h2 class="wp-block-heading">1. IA y ‘GenAI’: el exceso de expectativas cae por el abismo del escalado</h2>



<p>En muchas organizaciones españolas, 2025 ha sido el año en que la IA generativa ha pasado de la prueba a la expectativa de <strong>resultados</strong>. Esto desgasta al CIO, porque el <strong>escalado</strong> se complica precisamente cuando sale del entorno controlado del piloto y extiende a distintos procesos, áreas y fuentes de datos. Por ejemplo, hay muchos asistentes que elevan la productividad individual pero no se traducen en impacto transformador del negocio.</p>



<p>Un dato revelador resonó con fuerza cuando salió el informe <em>The GenAI Divide: State of AI in Business 2025 </em>(MIT NANDA, julio 2025), destacando que, pese a decenas de miles de millones invertidos, <strong>el 95% de las organizaciones obtiene un retorno cero</strong> y en sistemas <strong>GenAI</strong> <strong>integrados</strong> (más allá de herramientas genéricas), <strong><a href="https://mlq.ai/media/quarterly_decks/v0.1_State_of_AI_in_Business_2025_Report.pdf" target="_blank" rel="nofollow">solo un 5% llega a producción</a></strong>. El informe añade las razones: el bloqueo está en la industrialización y la capacidad de transformar los flujos de trabajo.</p>



<p>Por otro lado, 2025 ha sido un punto de inflexión, porque la regulación europea sobre IA ha dejado de ser una declaración de principios y se ha convertido en un requisito operativo. El calendario del <strong>AI Act</strong> exige mecanismos concretos de control: gobierno, <strong>trazabilidad</strong> y evaluación de riesgos.</p>



<p>En síntesis, el debate para el CIO ha pasado de si usar o no la IA, a escalarla, <strong>gobernarla</strong> y controlar los <strong>datos, calidad y riesgos</strong>. Y eso significa decir no a pilotos que no tengan un camino claro de industrialización, aunque brillen mucho.</p>



<h2 class="wp-block-heading">2. Ciberseguridad: el reto es mantener la continuidad de las operaciones y poder demostrarlo</h2>



<p>Si hay un cambio cualitativo de la ciberseguridad en 2025, es este: ciberseguridad, continuidad y cumplimiento han dejado de ser agendas paralelas. Para el CIO, se han convertido en una sola conversación: <strong>resiliencia demostrable</strong>.</p>



<p>La presión externa se ve en datos y en regulación. En España, <a href="https://www.incibe.es/incibe/sala-de-prensa/incibe-presenta-su-balance-de-ciberseguridad-2024-con-mas-de-97000-incidentes" target="_blank" rel="nofollow">Incibe comunicó que su CERT gestionó <strong>97.348 incidentes en 2024</strong></a>, un <strong>+16,6%</strong> frente a 2023, con un reparto que recuerda que el impacto no es solo en la ciudadanía, sino en la empresa y la cadena de suministro.</p>



<p>Pero lo que muchos CIO de sectores con activos físicos han notado con más intensidad en 2025 es la entrada de <strong>OT en la ecuación</strong>: digitalizar una planta, red o infraestructura crítica crea valor, pero abre una nueva superficie de ataque. ENISA lo pone negro sobre blanco en su <em>Threat Landscape</em> <em>2025</em>: en su distribución de categorías, <strong>las amenazas de OT representan un 18,2%</strong>, y además destaca los <a href="https://www.enisa.europa.eu/sites/default/files/2025-11/ENISA%20Threat%20Landscape%202025_0.pdf" target="_blank" rel="nofollow">riesgos en la cadena de suministro</a>.</p>



<p>En esa línea, los <strong>actores externos</strong> se han convertido en el <strong>perímetro</strong> real. La empresa ya no depende únicamente de su CPD o de su SOC, sino de un <strong>ecosistema</strong> de <em>cloud</em>, integradores, operadores o servicios gestionados. En 2025, la regulación <strong>DORA</strong> en el sector financiero ha consolidado esta visión: desde el 17 de enero de 2025, exige mantener un registro y un <strong>control</strong> sistemático de los <strong>acuerdos con proveedores</strong> de servicios TIC.</p>



<p>En 2025, el <strong>CIO</strong> ha visto desplazarse su rol: menos foco en la gestión de sistemas para convertirse en el responsable de <strong>coordinar la resiliencia</strong> dentro y fuera de la organización.</p>



<h2 class="wp-block-heading">3. ‘FinOps’: tras años desapercibida, en 2025 se ha situado en primera línea</h2>



<p>El término <em><strong>FinOps</strong> </em>se ha convertido en protagonista en 2025 por una razón simple: muchas cargas ya se han movido a <em>cloud</em><strong>,</strong> y <strong>el coste</strong> no solo se ha <strong>disparado</strong>. Se ha vuelto más <strong>variable</strong> y <strong>menos explicable</strong> de lo que los comités de dirección estaban dispuestos a aceptar.</p>



<p>Lo importante para el CIO es la consecuencia. Ya <strong>no sirven medidas</strong> puntuales (recortes arbitrarios, apagar instancias o congelar proyectos). Hace falta replantear el uso de <em>cloud </em>de extremo a extremo.</p>



<p>En 2025, <em>FinOps </em>deja de percibirse como una iniciativa exclusivamente de TI y se consolida como una <strong>disciplina transversal</strong>. Ingeniería y arquitectura son críticas porque el coste comienza por el diseño, pero finanzas es imprescindible para traducir la factura aplicar <strong>políticas</strong> de costes alineadas. Compras influye directamente introduciendo nuevos elementos en la <strong>selección y contratación</strong> de proveedores. Finalmente, las unidades de negocio deben asumir su <strong>responsabilidad</strong> sobre el <strong>consumo</strong>.</p>



<p>La <em>FinOps Foundation</em> muestra cómo la agenda se amplía: entre las principales prioridades están la aplicación de <em>FinOps </em>a <strong>escala</strong>, y controlar los costes más allá de la <em>cloud </em>pública. Además, la gestión del <a href="https://data.finops.org/" target="_blank" rel="nofollow"><strong>coste de la IA/ML</strong> se eleva en la agenda</a>.</p>



<p>En 2025, el foco para el CIO se ha desplazado de la reducción del coste a conseguir que la <strong>organización</strong> <strong>aprenda a usar </strong><em><strong>cloud</strong> </em>con gobierno, visibilidad y decisiones orientadas a valor.</p>



<h2 class="wp-block-heading">4. Talento: la contratación <em>junior</em> se enfría cuando se necesitan nuevos especialistas</h2>



<p>El contraste ha sido evidente en 2025: titulares de <strong>ajustes</strong> de plantilla y, al mismo tiempo, <strong>puestos vacantes </strong>imposibles de cubrir en perfiles concretos. En España, no solo ha sido noticia el ERE Telefónica, también muchas multinacionales tecnológicas y de otros sectores han anunciado recortes de miles de empleados.</p>



<p>Al mismo tiempo, hay una escasez dramática de talento especializado. <em>El World Economic Forum</em>, en su <em><a href="https://reports.weforum.org/docs/WEF_Future_of_Jobs_Report_2025.pdf" target="_blank" rel="nofollow">Future of Jobs Report 2025</a></em>, vuelve a situar <strong>IA/<em>big data</em></strong>, <strong>redes y ciberseguridad</strong> entre las habilidades de mayor crecimiento. La <a href="https://www.isc2.org/Insights/2025/07/ISC2-and-Academia-to-Build-Stronger-EU-Cyber-Workforce" target="_blank" rel="nofollow">asociación de seguridad ISC2</a> citó que <strong>el 89% </strong>de organizaciones de la<strong> UE </strong>sufre una<strong> brecha de capacidades</strong> y un <strong>63%</strong>, directamente, <strong>escasez de personal</strong> cualificado de <strong>seguridad</strong>.</p>



<p>El elemento nuevo y delicado para el CIO en 2025 es el <strong><em>efecto junior</em></strong>: si la <strong>IA automatiza</strong> tareas intensivas en horas (búsqueda, síntesis, documentación, soporte), muchas empresas <strong>frenan</strong> la contratación de <strong>perfiles jóvenes</strong>. Un <a href="https://www.isc2.org/Insights/2025/07/ISC2-and-Academia-to-Build-Stronger-EU-Cyber-Workforce" target="_blank" rel="nofollow">documento de investigación de la Universidad de Stanford titulado <em>¿Canarios en la mina de carbón? </em></a>apunta a <strong>caídas</strong> de empleo en trabajadores entre 22 y 25 años en las ocupaciones más expuestas a la IA generativa.</p>



<p>Esto crea un <strong>riesgo</strong> de medio plazo para el CIO: <strong>menos <em>juniors </em>hoy</strong> implica <strong>menos seniors mañana</strong>, justo cuando faltan perfiles no solo con habilidades especializadas, sino con conocimiento de la propia organización.</p>



<h2 class="wp-block-heading">5) Soberanía del dato: diseñar portabilidad y control antes de que lo impongan las reglas europeas</h2>



<p>En 2025 ha quedado claro que el <strong>dato</strong> forma parte de la <strong>agenda geopolítica</strong> global: condiciona la competitividad, el control de las cadenas de suministro e incluso la seguridad nacional. Por tanto, la soberanía del dato ha dejado de ser un debate teórico y se ha convertido en un debate sobre <strong>dependencia tecnológica</strong>: quién tiene <strong>acceso</strong> a los datos de la empresa, bajo qué <strong>jurisdicción</strong>, y cuál es la capacidad real de <strong>repatriar</strong> datos o cargas sin disrupción. Este reto aparece de forma <strong>sobrevenida</strong>, tras haber movido muchas cargas críticas a <em>cloud</em>, y apoyarse en gran medida en los <em>hiperescalares</em>.</p>



<p>La respuesta europea se apoya en dos señales claras:</p>



<ul class="wp-block-list">
<li>El <strong><em><a href="https://digital-strategy.ec.europa.eu/en/policies/data-act" target="_blank" rel="nofollow">Data Act</a></em></strong> es aplicable desde el 12 de septiembre de 2025 e incluye el objetivo explícito de facilitar la transferencia de datos y la <strong>migración</strong> entre proveedores de <em>cloud</em>.</li>



<li>La Comisión Europea ha impulsado un <strong><em><a href="https://commission.europa.eu/document/download/09579818-64a6-4dd5-9577-446ab6219113_en" target="_blank" rel="nofollow">Cloud Sovereignty Framework</a></em></strong>, reforzando que la soberanía consiste en control operativo, transparencia y cumplimiento, no solo de ubicación. De hecho, Comisión planea proponer el <strong>Cloud and AI Development Act</strong> en el primer trimestre de 2026</li>
</ul>



<p>Para el CIO, el mensaje de 2025 ha sido claro: la soberanía no solo se declara, hay que diseñarla. Esto le está obligando a replantearse la arquitectura, los contratos y la propia operación.</p>



<p>Estos cinco retos han destacado en 2025 porque comparten un patrón: <strong>cuando lo digital escala, aparecen las fricciones</strong>. La IA se enfrenta al abismo del escalado; la ciberseguridad se convierte en continuidad demostrable. FinOps se eleva al comité porque el coste variable ya es estratégico; el talento se tensiona por habilidades críticas y el freno de talento junior, y la soberanía del dato se vuelve geopolítica.</p>



<p>La referencia a 2026 es simple: no se tratará tanto de temas nuevos, sino de endurecimiento de expectativas. Con Data Act ya en aplicación, marcos de soberanía avanzando y con propuesta europea en preparación, 2026 va a exigir al CIO más <strong>capacidad operable</strong> para sostener estos cinco frentes sin que la empresa pierda velocidad. En la próxima tribuna, detallaremos lo que tiene por delante el CIO en el año que entra.</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<p></p>



<p></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Los CIO subestimarán en un 30% los costes de la infraestructura de IA]]></title>
<description><![CDATA[Las grandes empresas calcularán de forma incorrecta los costes de su infraestructura de inteligencia artificial (IA) en los próximos dos años, lo que llevará a un número creciente de CIO a ampliar el alcance y el peso estratégico de sus equipos de FinOps, según las previsiones de IDC.



Los usua...]]></description>
<link>https://tsecurity.de/de/3173659/it-security-nachrichten/los-cio-subestimarn-en-un-30-los-costes-de-la-infraestructura-de-ia/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3173659/it-security-nachrichten/los-cio-subestimarn-en-un-30-los-costes-de-la-infraestructura-de-ia/</guid>
<pubDate>Mon, 22 Dec 2025 10:50:50 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Las grandes empresas calcularán de forma incorrecta los costes de su infraestructura de inteligencia artificial (IA) en los próximos dos años, lo que llevará a un número creciente de CIO a ampliar el alcance y el peso estratégico de sus equipos de FinOps, según las previsiones de IDC.</p>



<p>Los usuarios empresariales de IA se encaminan hacia un “ajuste de cuentas de la infraestructura de IA”, ya que los CIO y los responsables financieros están comprobando que los modelos presupuestarios tradicionales no funcionan para iniciativas de IA que requieren una gran capacidad de cálculo, según defiende Jevin Jensen, vicepresidente de investigación de infraestructura y operaciones de IDC. De hecho, las 1.000 mayores empresas del mundo subestimarán los costes de su infraestructura de IA en un 30% hasta 2027, según la consultora.</p>



<p>El coste de poner en marcha proyectos de IA es completamente distinto al que supone desplegar una nueva solución ERP u otros sistemas de TI que las organizaciones llevan décadas implementando, señala Jensen. Calcular el coste de las GPU, la inferencia, las redes y los tokens resulta mucho más complejo que presupuestar un sistema de TI tradicional, y los CIO también deben incorporar los costes asociados a la seguridad, la gobernanza y la formación de los empleados.</p>



<p>En un artículo de su blog, Jensen ha escrito que “la IA es cara, impredecible, muy diferente de los proyectos de TI tradicionales y crece más rápido de lo que la mayoría de los presupuestos pueden soportar”, y añade: “Las aplicaciones habilitadas para IA suelen consumir muchos recursos, se combinan con modelos de consumo opacos y han superado el manual tradicional de presupuestación de TI”.</p>



<p>Los responsables de TI tienden a subestimar la complejidad de los precios asociados al escalado de la IA, apostilla.</p>



<p>De la entrada del blog se puede extraer que “los modelos que duplican su tamaño pueden consumir diez veces más recursos informáticos. Las cargas de trabajo de inferencia se ejecutan de forma continua, consumiendo ciclos de GPU mucho después de que finalice el entrenamiento. Lo que antes parecía una partida contable contenida ahora se comporta como un organismo vivo: crece, se adapta y agota los recursos de forma impredecible”.</p>



<h2 class="wp-block-heading">Punto de no retorno</h2>



<p>Mientras los CIO tratan de estimar los costes reales de la IA, el frenesí inversor de los grandes proveedores —como OpenAI o Anthropic— añade presión para recuperar con rapidez esas inversiones, según algunos analistas. En una reciente intervención en el <em>podcast</em> Decoder, el CEO de IBM, Arvind Krishna, alertó sobre el coste de construir 100 gigavatios de capacidad en centros de datos —unos 8 billones de dólares— como el “combustible” necesario para sostener las ambiciones de IA de los grandes actores del mercado.</p>



<p>“En mi opinión, no hay forma de obtener un retorno de esa inversión, porque 8 billones de dólares en gastos de capital implican necesitar alrededor de 800.000 millones de dólares en beneficios solo para pagar los intereses”, afirma Krishna.</p>



<p>No obstante, Barry Baker, director de operaciones de IBM Infrastructure y director general de IBM Systems, admite que las cifras no cuadran.</p>



<p>A corto plazo, un único centro de datos de un gigavatio podría costar más de 75.000 millones de dólares, señala Baker, en línea con las advertencias de su CEO.</p>



<p>Y explica: “Gran parte de esta inversión se está realizando en paralelo, lo que provoca que la demanda supere a la oferta y que aumenten drásticamente los precios de todos los componentes de la ecuación de costes, desde la mano de obra hasta el hormigón y el silicio”.</p>



<p>Además, la vida útil del hardware de los centros de datos de IA es limitada. En su opinión, “a estas cifras ya de por sí astronómicas se suma el hecho de que los equipos informáticos deben sustituirse cada pocos años, lo que genera un ciclo continuo de reinversión que muchas organizaciones no han incorporado plenamente en su planificación a largo plazo”.</p>



<p>Jensen coincide en que el enorme gasto en IA por parte de proveedores e hiperescalares como AWS, Microsoft Azure o Google Cloud mantendrá los precios elevados a corto plazo. Y afirma: “Están intentando recuperar cientos de miles de millones de dólares en costes vendiéndoselo a usted por 150.000 millones.</p>



<p>No obstante, prevé que, a partir de 2027, los precios de la infraestructura de IA comiencen a descender, impulsados por la caída del precio de las GPU —incluidas las de fabricantes como Nvidia— y por una mayor competencia entre hiperescalares y proveedores de IA para estimular la demanda.</p>



<h2 class="wp-block-heading">La dificultad de estimar los costes reales</h2>



<p>Según diversos expertos, y más allá del debate sobre el gasto masivo en centros de datos y GPU, muchos responsables de TI que consumen infraestructura de IA siguen teniendo serias dificultades para estimar sus costes reales.</p>



<p>La previsión de IDC es plausible, si no conservadora, afirma Nik Kale, ingeniero principal de CX Engineering, seguridad en la nube y plataformas de IA en Cisco. Muchas organizaciones siguen proyectando los costes de la infraestructura de IA como si se tratara de cargas de trabajo en la nube predecibles.</p>



<p>Por eso, explica que “el uso se dispara una vez que los modelos entran en producción dentro de la empresa. Un flujo de trabajo pensado para un solo equipo suele convertirse rápidamente en un servicio compartido a nivel corporativo, lo que provoca un aumento de la demanda que no estaba contemplado en el modelo de costes original”.</p>



<p>Además, los sistemas necesarios para mitigar los riesgos asociados a la IA —como la monitorización, la detección de desviaciones, el registro o las validaciones— pueden consumir mucha más potencia de cálculo de la esperada.</p>



<p>De ahí que señale que “en algunos entornos empresariales, estos sistemas auxiliares han llegado a costar tanto o más que la propia inferencia del modelo”.</p>



<h2 class="wp-block-heading">FinOps, de opcional a imprescindible</h2>



<p>Los expertos coinciden en que los CIO deben extremar las precauciones al estimar los costes de su infraestructura de IA. Jensen observa una creciente adopción de FinOps, que ha pasado de ser una buena práctica a convertirse en un requisito imprescindible. En la mayoría de las organizaciones, estos equipos dependerán directamente de la oficina del CIO.</p>



<p>Las prácticas de FinOps son clave para identificar las mejores opciones de infraestructura de IA en cada empresa. Un enfoque maduro obliga a priorizar los proyectos con mayor probabilidad de retorno, a entender en profundidad los costes y a adaptarse continuamente a un entorno cambiante.</p>



<p>En opinión de Jensen, “la IA ha transformado el gasto tecnológico de un consumo predecible a un comportamiento probabilístico. Eso implica que la visibilidad financiera debe ser continua, no puntual”.</p>



<p>De ahí que señale que los responsables de TI deberían empezar por proyectos de IA de “victoria rápida”, aunque estos varían enormemente entre organizaciones. “Un proyecto sencillo en una empresa puede ser inviable en otra”, apostilla.</p>



<p>“Si tienes una idea y tu competidor está perdiendo dinero con ella, deja que siga perdiendo dinero. Si no funciona, hay que cambiar de enfoque”, aconseja.</p>



<p>Kale advierte de que adoptar FinOps es sólo el primer paso. En el contexto de la IA, los equipos financieros deben comprender cómo funcionan los modelos y detectar dónde se están desperdiciando recursos computacionales.</p>



<p>Los equipos de FinOps deben apoyarse en análisis operativos que permitan no sólo ver cómo se gasta el dinero, sino también cómo se comportan las cargas de trabajo.</p>



<p>Y añade: “Una estrategia eficaz consiste en orientar a los equipos hacia el uso del modelo más pequeño posible para cada tarea. En muchos casos, es posible redirigir las solicitudes a modelos más simples sin afectar a la experiencia del usuario”.</p>



<p>Kale también recomienda revisar el diseño de los sistemas de recuperación, los procesos de validación y las comprobaciones de políticas para evitar ejecuciones innecesarias.</p>



<p>Y concluye que la gestión de las GPU es otro punto crítico. “Con frecuencia, los nodos de GPU operan muy por debajo de su capacidad por una mala planificación o por la falta de una gestión centralizada de las cargas de trabajo. Una mejor coordinación puede generar ahorros muy significativos”.</p>



<h2 class="wp-block-heading">Evitar la dependencia de un único proveedor</h2>



<p>Por su parte, Barry Baker recomienda adoptar arquitecturas híbridas para evitar una dependencia excesiva de un único proveedor de infraestructura de IA. Asimismo, los CIO deben vigilar de forma constante los recursos computacionales necesarios para ejecutar sus cargas de trabajo.</p>



<p>A su juicio, “dimensionar correctamente la inversión en IA ofrece enormes oportunidades de ahorro. No todos los casos de uso requieren el modelo más grande ni el menor tiempo de respuesta”.</p>



<p>Las organizaciones deberían apostar por técnicas de cuantización y compresión, así como por modelos más pequeños y especializados en tareas concretas, en lugar de recurrir sistemáticamente a grandes modelos de lenguaje de propósito general.</p>



<p>Baker concluye con que muchas empresas también pueden beneficiarse de la paciencia estratégica. “Evitar inversiones prematuras permite aprender de los primeros adoptantes, que asumen el coste de llegar demasiado pronto”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CIOs will underestimate AI infrastructure costs by 30%]]></title>
<description><![CDATA[Large enterprises will significantly miscalculate their AI infrastructure costs over the next couple of years, prompting more CIOs to expand the scope of their FinOps teams, IDC predicts.



Enterprise AI users are headed for an “AI infrastructure reckoning,” as CIOs and finance leaders realize t...]]></description>
<link>https://tsecurity.de/de/3168969/it-security-nachrichten/cios-will-underestimate-ai-infrastructure-costs-by-30/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3168969/it-security-nachrichten/cios-will-underestimate-ai-infrastructure-costs-by-30/</guid>
<pubDate>Fri, 19 Dec 2025 11:06:00 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Large enterprises will significantly miscalculate their AI infrastructure costs over the next couple of years, prompting more CIOs to expand the scope of their FinOps teams, IDC predicts.</p>



<p>Enterprise AI users are headed for an “<a href="https://www.cio.com/article/4096970/from-cloud-native-to-ai-native-why-your-infrastructure-must-be-rebuilt-for-intelligence.html">AI infrastructure</a> reckoning,” as CIOs and finance leaders realize that standard budget forecasting doesn’t work for compute-heavy AI projects, says <a href="https://my.idc.com/getdoc.jsp?containerId=PRF005524" rel="nofollow">Jevin Jensen</a>, IDC’s vice president of infrastructure and operations research. Global 1,000 companies will underestimate their AI infrastructure costs by 30% through 2027, IDC predicts.</p>



<p>The cost of ramping up AI projects is fundamentally different than launching a new ERP solution and other IT systems that enterprises have been deploying for decades, Jensen says. Calculating the cost of GPUs, inference, networking, and tokens can be much more complicated than planning a budget for a more traditional IT system, and CIOs also need to consider security, governance, and employee training costs.</p>



<p>“AI is expensive, unpredictable, dramatically different than traditional IT projects, and growing faster than most budgets can track,” he writes in <a href="https://blogs.idc.com/2025/12/01/balancing-ai-innovation-and-cost-the-new-finops-mandate/" rel="nofollow">a blog post</a>. “AI-enabled applications are often resource-intensive, coupled with opaque consumption models, and have outpaced the traditional IT budgeting playbook.”</p>



<p>IT leaders often underestimate the pricing complexity associated with scaling AI, Jensen writes.</p>



<p>From the blog post: “Models that double in size can consume 10 times the compute. Inference workloads run continuously, consuming GPU cycles long after training ends. What once looked like a contained line item now behaves like a living organism — growing, adapting, and draining resources unpredictably.”</p>



<h2 class="wp-block-heading">Point of no return</h2>



<p>As <a href="https://www.cio.com/article/4092928/how-cios-can-get-a-better-handle-on-budgets-as-ai-spend-soars.html">CIOs struggle to estimate AI costs</a>, a spending frenzy by large AI vendors such as OpenAI and Anthropic adds pressure to recover the investments, some critics say. In a recent appearance on the <a href="https://www.theverge.com/decoder-podcast-with-nilay-patel" rel="nofollow">Decoder podcast</a>, IBM CEO <a href="https://datacentremagazine.com/news/ibm-ceo-questions-trillions-in-data-centre-spending" rel="nofollow">Arvind Krishna warned</a> about the cost of building 100 gigawatts of data center capacity, at a price of about $8 trillion, as the projected fuel needed to power large vendors’ AI ambitions.</p>



<p>“There’s no way you’re going to get a return on that, in my view, because $8 trillion of capex means you need roughly $800 billion of profit just to pay for the interest,” Krishna says. </p>



<p>The <a href="https://www.cio.com/article/4085325/ai-spending-may-slow-down-as-roi-remains-elusive.html">math doesn’t add up</a>, adds <a href="https://www.linkedin.com/in/barrymbaker/" rel="nofollow">Barry Baker</a>, COO of IBM Infrastructure and general manager of IBM Systems. In the short term, a single gigawatt data center will likely cost more than $75 billion, he says, echoing the concerns of his boss.</p>



<p>“Much of this investment is occurring in parallel resulting in the <a href="https://www.cio.com/article/4094300/nvidia-chips-sold-out-cut-back-on-ai-plans-or-look-elsewhere.html">demand outstripping the supply</a> and dramatically raising prices for every element of the cost equation — from people, to concrete, to the silicon,” Baker says.</p>



<p>At the same time, the self-life of the hardware at AI data centers is limited, he adds. “Adding to these staggering figures is the reality that the actual compute will need to be replaced every few years, creating an ongoing reinvestment cycle that many organizations have failed to fully account for in their long-term planning,” Baker says.</p>



<p>IDC’s Jensen agrees that massive AI spending by vendors and hyperscalers, such as AWS, Microsoft Azure, and Google Cloud, may keep prices high in the near term. “They’re trying to recoup their hundreds of billions of costs by trying to sell it to you for $150 billion,” he says.</p>



<p>Past 2027, however, AI infrastructure prices should fall, he predicts. GPU prices from manufacturers such as Nvidia are likely to come down, and the hyperscalers and AI vendors could eventually cut their prices to up demand in an effort to recover their costs.</p>



<h2 class="wp-block-heading">Struggling to estimate costs</h2>



<p>Beyond the discussion about massive spending on data centers and GPUs, many IT leaders at enterprises consuming <a href="https://www.cio.com/article/2128440/getting-infrastructure-right-for-generative-ai.html">AI infrastructure services</a> find it difficult to estimate costs, some experts say.</p>



<p>The IDC prediction about underestimated costs is plausible, if not conservative, says <a href="https://github.com/nik-kale/nik-kale" rel="nofollow">Nik Kale</a>, principal engineer for CX engineering, cloud security, and AI platforms at Cisco. Many organizations project AI infrastructure costs as if they were predictable cloud workloads, he adds.</p>



<p>“Usage expands quickly once models are introduced into the business,” he says. “A workflow designed for a single team often becomes a shared service across the company, which leads to a significant increase in demand that was not captured in the original cost model.”</p>



<p>Systems required to reduce the risks of running AI, including monitoring, drift detection, logging, and validation checks, can consume more computing power than expected, Kale adds.</p>



<p>“In several enterprise environments, these supporting systems have grown to cost as much as, or even more than, the model inference itself,” he says.</p>



<h2 class="wp-block-heading">The case for FinOps</h2>



<p>CIOs need to take precautions when attempting to determine their AI infrastructure costs, experts say, and IDC’s Jensen sees a growing reliance on <a href="https://www.cio.com/article/3950863/taming-the-cost-of-ai-is-finops-the-answer.html">FinOps solutions</a>, with adoption no longer optional. CIOs will be responsible, with the most common reporting structure of FinOps teams residing in their offices, he notes.</p>



<p><a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps practices</a> are essential to understanding the best fits for AI projects at specific enterprises, he says. Good FinOps practices will force IT leaders to focus on AI projects with the best ROI probabilities, to understand infrastructure costs, and to adjust as conditions change, he adds.</p>



<p>“AI has moved technology spending from predictable consumption to probabilistic behavior,” he says. “That means financial visibility must become continuous, not periodic.”</p>



<p>IT leaders should focus first on the AI projects that are easy wins, but those are different at every organization, Jensen says; a relatively simple AI project at one enterprise may be impossible at another.</p>



<p>“If you have an idea for a project, but your competitor is losing money on it, let them continue to lose money,” he says. “If it doesn’t work, you have to change things.”</p>



<p>Adopting FinOps practices is a good start, but IT leaders will need to go deeper, says Cisco’s Kale. FinOps traditionally provides a mechanism to track spending and allocate costs, based resources used, but with AI, cost-control teams will need to understand how models perform and identify where their organizations are consuming unnecessarily computing resources, he says.</p>



<p>FinOps teams should use operational analytics that allow the organization to view how money is being spent but also show how workloads operate, he says.</p>



<p>“A viable strategy to limit unnecessary resource usage is to guide teams to utilize the minimum sized models available for each specific task,” he adds. “Frequently, requests can be rerouted to smaller or distilled models without impacting user experiences.”</p>



<p><a href="https://www.cio.com/article/3839075/finops-breaks-out-of-the-cloud.html">FinOps teams should also evaluate</a> the design of their AI retrieval systems, validation pipelines, and policy checks to ensure they are operating independently and not more frequently than required, Kale recommends.</p>



<p>CIOs should also pay attention to GPU use, he adds. “Frequently, GPU nodes are operating at a fraction of their total capacity due to poor scheduling and lack of consolidated workload management,” he says. “Improved orchestration and workload placement can result in substantial cost savings.”</p>



<h2 class="wp-block-heading">Avoid vendor lock-in</h2>



<p>IBM’s Baker recommends that organizations adopt hybrid architectures to avoid overcommitting to a single AI infrastructure provider. In addition, CIOs should always pay attention to the computing resources needed to operate their AI workloads, he says.</p>



<p>“Right-sizing AI technology investment offers significant savings opportunities,” he adds. “Not every problem requires the largest model or the fastest response time.”</p>



<p>Organizations should consider quantization and compression techniques and deploy smaller models tuned for specific tasks, rather than general-purpose large language models, Baker says. “Use appropriate compute resources rather than defaulting to the most powerful option available.”</p>



<p>Many organizations can also benefit from strategic patience, he adds. “Avoiding investments in capabilities not yet needed allows organizations to learn from early adopters who absorb the penalties of being too early,” he says.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[핀옵스 재단, FOCUS 1.3 공개···하이브리드 환경 비용 관리 표준 강화]]></title>
<description><![CDATA[멀티클라우드와 하이브리드 인프라 환경을 포함한 서로 다른 플랫폼 전반에서 과금 데이터를 어떻게 정규화할 것인지는 많은 조직의 운영을 가로막는 대표적인 과제로 꼽힌다. 기업들은 다양한 클라우드 제공업체와 SaaS 플랫폼, 온프레미스 인프라에서 발생하는 비용 데이터를 맞추기 위해 맞춤형 통합을 구축하는 데 상당한 자원을 투입하고 있다.



이 영역을 다루는 것이 최근 몇 년간 주목받아 온 핀옵스(FinOps)다. 핀옵스는 재무, 운영, 엔지니어링 팀이 협력해 클라우드와 기술 지출을 관리하는 실무 체계다. 이 움직임을 이끄는 주요...]]></description>
<link>https://tsecurity.de/de/3159250/it-security-nachrichten/focus-13/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3159250/it-security-nachrichten/focus-13/</guid>
<pubDate>Mon, 15 Dec 2025 09:34:40 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>멀티클라우드와 하이브리드 인프라 환경을 포함한 서로 다른 플랫폼 전반에서 과금 데이터를 어떻게 정규화할 것인지는 많은 조직의 운영을 가로막는 대표적인 과제로 꼽힌다. 기업들은 다양한 클라우드 제공업체와 SaaS 플랫폼, 온프레미스 인프라에서 발생하는 비용 데이터를 맞추기 위해 맞춤형 통합을 구축하는 데 상당한 자원을 투입하고 있다.</p>



<p>이 영역을 다루는 것이 최근 몇 년간 주목받아 온 핀옵스(FinOps)다. 핀옵스는 재무, 운영, 엔지니어링 팀이 협력해 클라우드와 기술 지출을 관리하는 실무 체계다. 이 움직임을 이끄는 주요 조직 가운데 하나가 리눅스 재단 프로젝트의 일환인 핀옵스 재단이다.</p>



<p>핀옵스 재단은 2023년 비용·사용 사양인 FOCUS(FinOps Open Cost and Usage Specification)을 관리하고 있다. FOCUS의 핵심 목표는 제공업체가 과금 데이터를 표현하는 방식을 표준화해, 조직이 플랫폼별로 개별 통합을 구축하지 않고도 여러 환경의 비용을 비교할 수 있도록 돕는 데 있다. 현재 구글, 오라클, 마이크로소프트(MS), 아마존웹서비스(AWS), 알리바바, 화웨이, 텐센트 등 주요 클라우드 벤더와 데이터브릭스, 그라파나 같은 플랫폼 제공업체를 포함해 12곳이 넘는 기업이 FOCUS를 지원하고 있다. 이 사양은 초기의 클라우드 중심 범위를 넘어 SaaS, 데이터센터, 신흥 AI 인프라 지출까지 포괄하도록 진화했다.</p>



<p>핀옵스 재단은 이번 주 FOCUS 1.3 사양을 공개하며, 오랫동안 해결되지 않았던 세 가지 기술적 과제를 다루는 데 초점을 맞췄다고 밝혔다. 공유 리소스 비용을 투명한 할당 방식으로 분리하는 문제, 계약 기반 약정을 구조화된 형식으로 추적하는 문제, 표준화된 메타데이터를 통해 데이터의 최신성과 완전성을 검증하는 문제가 포함된다.</p>



<p>핀옵스 재단의 집행 이사 J.R. 스토먼트는 파운드리 산하 언론사 네트워크월드와의 인터뷰에서 “FOCUS는 클라우드와 기술 가치를 표현하는 공통 언어가 되는 것을 목표로 한다”고 설명했다.</p>



<h2 class="wp-block-heading">클라우드 중심에서 하이브리드 인프라 관리로</h2>



<p>핀옵스 실무는 2023년 FOCUS 사양이 처음 공개된 이후 큰 폭으로 확장됐다. 클라우드 비용 관리에서 출발한 접근법은 이제 다양한 인프라 유형 전반에 걸쳐 기술 가치를 관리하는 포괄적인 체계로 진화했다.</p>



<p>스토먼트는 “2024년 말부터 2025년 초에 걸쳐 가장 큰 변화가 나타났는데, 핀옵스 실무가 클라우드를 넘어 확장되기 시작했다”고 설명했다. 그는 “많은 조직이 핀옵스를 활용해 클라우드 가치 관리를 매우 효과적으로 수행하게 되자, 클라우드와 SaaS, 데이터센터가 공존하는 하이브리드 환경에서도 핀옵스를 적용할 수 있는지 묻기 시작했다”며 “SaaS나 스노우플레이크, 데이터센터에도 같은 방식을 적용할 수 있느냐는 요구가 이어졌다”고 전했다.</p>



<p>핀옵스 재단 커뮤니티는 현재 약 10만 명의 실무자로 성장했다. 이 조직에는 주요 클라우드 벤더를 비롯해 엔비디아와 AMD 같은 하드웨어 업체, 데이터센터 운영사, 스노우플레이크와 데이터브릭스 같은 데이터 클라우드 플랫폼이 참여하고 있다. 포춘 100대 기업 가운데 96곳이 핀옵스 재단 프로그램에 참여 중이다.</p>



<p>핀옵스 실무 자체도 두 가지 방향으로 변화했다. 먼저 아키텍처와 설계의 초기 단계로 이동하며 사후 대응 중심에서 사전 관리 중심으로 바뀌었다. 동시에 조직 내 위상도 높아져, 디렉터급 클라우드 관리 역할을 넘어 여러 인프라 유형을 아우르는 기술 포트폴리오를 관리하는 SVP와 COO 직급으로 확대됐다.</p>



<p>이 같은 확장은 FOCUS가 기존의 클라우드 과금 중심 사양을 넘어 진화하는 계기가 됐다. 기업들은 제공업체가 FOCUS 형식의 데이터를 기본 제공하지 않더라도 내부 비용 배분 보고의 표준으로 FOCUS를 적용하고 있다. 특히 AI 인프라에 초점을 맞춘 일부 신생 클라우드 제공업체는 기존 시스템을 사후에 맞추는 대신, 처음부터 FOCUS 사양을 기준으로 과금 데이터 구조를 설계하고 있다.</p>



<p>FOCUS 1.3의 출시는 이러한 성숙 단계를 반영한 결과로, 점점 더 복잡해지는 하이브리드 환경 전반에 비용 관리 체계를 적용하는 과정에서 드러난 기술적 공백을 해소하는 데 초점을 맞추고 있다.</p>



<h2 class="wp-block-heading">공유 인프라 비용 할당 로직을 드러낸 FOCUS 1.3</h2>



<p>FOCUS 1.3에서 가장 중요한 기술적 개선은 공유 인프라 비용을 어떻게 할당하고 보고하는지에 대한 공백을 해소한 점이다. 기존 구현 방식에서는 실무자가 제공업체가 정한 할당 결과를 방법론에 대한 가시성 없이 받아들이거나, 비용을 재분배하기 위한 별도의 맞춤형 로직을 직접 구축해야 했다.</p>



<p>FOCUS 1.3은 워크로드별 비용 분할에 사용된 방식을 드러내는 할당 전용 컬럼을 도입했다. 단순히 최종 할당 비용만 제공받는 구조에서 벗어나, 어떤 할당 접근법이 적용됐는지와 그에 따른 계산 방식까지 함께 확인할 수 있게 된 것이다.</p>



<p>이 변화는 멀티테넌트 쿠버네티스 클러스터나 공유 데이터베이스 인스턴스를 운영하는 조직에 특히 유용하다. 플랫폼 엔지니어링 팀은 제공업체의 비용 할당 방식이 내부 비용 모델과 비용 배분 시스템에 부합하는지 검증할 수 있다.</p>



<p>또한 이 사양은 제공업체가 리소스 기반 할당, 사용량 기반 할당, 또는 두 방식을 결합한 혼합 접근법 가운데 어떤 방식을 적용하고 있는지를 표준화된 형태로 문서화할 수 있도록 지원한다.</p>



<h2 class="wp-block-heading">계약 데이터와 사용 데이터의 분리</h2>



<p>여러 클라우드 제공업체 전반에서 예약 인스턴스, 세이빙 플랜, 약정 사용 할인을 추적하는 조직은 데이터 구조상의 한계에 직면해 왔다. 현재의 과금 내보내기 방식은 계약 세부 정보를 사용량 행 안에 함께 포함하고 있다. 하나의 비용 레코드에 시간당 사용 요금과 약정 관련 정보의 일부가 여러 컬럼에 흩어져 담기는 구조다.</p>



<p>이로 인해 기본적인 질의조차 쉽지 않다. 예를 들어 “현재 활성화된 모든 약정은 무엇이며, 각각 언제 만료되는가”라는 질문에 답하려면 사용 데이터를 일일이 파싱하고, 계약 참조를 중복 제거한 뒤, 수천 개의 과금 행에 분산된 불완전한 정보를 다시 조합해야 한다.</p>



<p>FOCUS 1.3은 비용·사용 데이터와 분리된 전용 계약 약정 데이터셋을 새롭게 정의했다. 이 데이터셋에는 계약 시작일과 종료일, 약정 단위, 계약 설명이 질의 가능한 형식으로 포함된다. 사용 데이터에 접근하지 않더라도 단일 SELECT 문으로 모든 활성 약정을 조회할 수 있다.</p>



<p>데이터 분리는 접근 제어 측면에서도 의미가 크다. 재무 팀은 계약 조건과 약정 상태를 확인하고, 운영 팀은 용량 계획에 필요한 사용 데이터만 접근하도록 구분할 수 있다. 이는 계약 조건을 특정 역할로 제한해야 하는 금융과 헬스케어 분야의 컴플라이언스 요구를 충족하는 데도 도움이 된다.</p>



<p>핀옵스 재단의 수석 프로덕트 매니저 매트 코워트는 네트워크월드와의 인터뷰에서 “이전에는 FOCUS 메타데이터를 통해 이런 정보를 표현할 수 있는 방법이 없었다”며 “이를 지원하는 제공업체가 해당 공백을 해소할 수 있도록 하고자 했다”고 설명했다.</p>



<p>이번 변화는 FOCUS가 비용과 사용 데이터를 넘어 새로운 데이터셋을 정의한 첫 사례다. 동시에 향후 인보이스와 가격표를 아우르는 인접 데이터셋으로 확장할 수 있는 구조적 틀을 마련했다.</p>



<h2 class="wp-block-heading">불완전한 데이터를 식별하다</h2>



<p>자동화된 비용 정산 워크플로는 불완전한 과금 데이터를 처리할 경우 정상적으로 작동하지 않는다. 대표적인 사례로는 재무 부서가 가용한 데이터를 기준으로 월말 마감을 진행한 뒤, 이틀 후 클라우드 제공업체가 사용 기록을 수정하며 이전에 보고되지 않았던 비용을 추가하는 상황이 있다.</p>



<p>FOCUS 1.3은 데이터가 완전한지, 아니면 추후 수정될 가능성이 있는지를 나타내는 메타데이터를 제공업체가 포함하도록 요구한다. 이 사양은 타임스탬프 필드와 완전성 플래그를 구조화된 형식으로 정의해, 애플리케이션이 이를 프로그램 방식으로 점검할 수 있도록 했다.</p>



<p>이를 통해 조직은 후속 프로세스를 실행하기 전에 데이터 완전성 상태를 확인하는 로직을 구축할 수 있다. 메타데이터가 데이터 미완성을 나타낼 경우, 자동화된 워크플로는 부분적인 정보를 처리하는 대신 대기하도록 설정할 수 있어 이후 수작업 수정 부담을 줄일 수 있다.</p>



<p>이 메타데이터에는 데이터 전달 SLA에 대한 정보도 포함된다. 제공업체는 특정 서비스의 사용 기록이 언제 최종 확정되는지를 명시한다. 이를 통해 어떤 제공업체가 24시간 내에 완전한 데이터를 제공하는지, 어떤 제공업체가 기록 확정에 3~5일이 소요되는지와 같은 비공식적인 경험 의존을 표준화된 정보로 대체할 수 있다.</p>



<h2 class="wp-block-heading">현실에서의 FOCUS</h2>



<p>핀옵스 재단은 FOCUS 업데이트를 연 2회 공개하고 있다. 제공업체는 일괄적인 업그레이드 일정에 따르기보다 각자의 개발 주기에 맞춰 도입 시점을 선택한다.</p>



<p>기업 역시 외부 제공업체의 지원 여부와 관계없이 FOCUS를 내부 표준으로 적용하고 있다. 네이티브 FOCUS 출력을 생성하지 않는 제공업체의 데이터를 집계하는 경우에도, 내부 비용 배분 시스템과 재무 보고에는 FOCUS 언어를 활용한다.</p>



<p>매트 코워트는 “FOCUS의 각 릴리스가 실무자에게 실질적인 가치를 제공하도록 하는 것이 목표”라고 전했다. <br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FinOps Foundation sharpens FOCUS to reduce cloud cost chaos]]></title>
<description><![CDATA[A cloud challenge that hampers many organizations is how to normalize billing data across disparate platforms that include complex multi-cloud and hybrid infrastructure deployments. Enterprises are spending significant resources building custom integrations to reconcile cost data from different c...]]></description>
<link>https://tsecurity.de/de/3155622/it-security-nachrichten/finops-foundation-sharpens-focus-to-reduce-cloud-cost-chaos/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3155622/it-security-nachrichten/finops-foundation-sharpens-focus-to-reduce-cloud-cost-chaos/</guid>
<pubDate>Fri, 12 Dec 2025 16:15:35 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>A cloud challenge that hampers many organizations is how to normalize billing data across disparate platforms that include complex multi-cloud and hybrid infrastructure deployments. Enterprises are spending significant resources building custom integrations to reconcile cost data from different cloud providers, SaaS platforms and on-premises infrastructure.</p>



<p>That’s the domain of FinOps, a practice that has <a href="https://www.cio.com/article/3839075/finops-breaks-out-of-the-cloud.html">gained traction in recent years</a>. FinOps combines finance, operations and engineering teams to manage cloud and technology spending. Among the leading organizations in the movement is the FinOps Foundation, which is part of the Linux Foundation project.</p>



<p>The <a href="https://www.finops.org/">FinOps Foundation</a> is responsible for the FinOps Open Cost and Usage Specification (<a href="https://focus.finops.org/">FOCUS</a>), which was first released in 2023. The primary goal of FOCUS is to help standardize how providers format billing data, so organizations can compare costs across multiple platforms without building custom integrations for each one. More than a dozen providers now support FOCUS, including major cloud vendors (Google, Oracle, Microsoft, AWS, Alibaba, Huawei, Tencent) and platform providers (Databricks, Grafana). The specification has evolved beyond its original cloud-only focus to encompass SaaS, data center and emerging AI infrastructure spending.</p>



<p>This week, the FinOps Foundation announced the release of the FOCUS 1.3 specification. The update aims to address three persistent technical challenges: </p>



<ul class="wp-block-list">
<li>Splitting shared resource costs with transparent allocation methodology </li>



<li>Tracking contract commitments in a structured format</li>



<li>Verifying data freshness and completeness through standardized metadata</li>
</ul>



<p>“FOCUS is really meant to be a language of cloud and technology value,” <a href="https://www.linkedin.com/in/jrstorment/">J.R. Storment</a>, executive director of the FinOps Foundation, told<em> Network World.</em></p>



<h2 class="wp-block-heading">From cloud-only to hybrid infrastructure management</h2>



<p>The <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps practice</a> has undergone significant expansion since the FOCUS specification first launched in 2023. What began as a cloud cost management discipline has evolved into a comprehensive approach for managing technology value across diverse infrastructure types.</p>



<p>“The big change that’s really started to happen in late 2024 early 2025 is that the FinOps practice started to expand past the cloud,” Storment said. “A lot of organizations got really good at using FinOps to manage the value of cloud, and then their organizations went, ‘oh, hey, we’re living in this happily hybrid state now where we’ve got cloud, SaaS, data center. Can you also apply the FinOps practice to our SaaS? Or can you apply it to our Snowflake? Can you apply it to our data center?'”</p>



<p>The FinOps Foundation’s community has grown to approximately 100,000 practitioners. The organization now includes major cloud vendors, hardware providers like Nvidia and AMD, data center operators and data cloud platforms like Snowflake and Databricks. Some 96 of the Fortune 100 now participate in FinOps Foundation programs.</p>



<p>The practice itself has shifted in two directions. It has moved left into earlier architectural and design processes, becoming more proactive rather than reactive. It has also moved up organizationally, from director-level cloud management roles to SVP and COO positions managing converged technology portfolios spanning multiple infrastructure types.</p>



<p>This expansion has driven the evolution of FOCUS beyond its original cloud billing focus. Enterprises are implementing FOCUS as an internal standard for chargeback reporting even when their providers don’t generate native FOCUS data. Some newer cloud providers, particularly those <a href="https://www.cio.com/article/3950863/taming-the-cost-of-ai-is-finops-the-answer.html">focused on AI infrastructure</a>, are using the FOCUS specification to define their billing data structures from the ground up rather than retrofitting existing systems.</p>



<p>The FOCUS 1.3 release reflects this maturation, addressing technical gaps that have emerged as organizations apply cost management practices across increasingly complex hybrid environments.</p>



<h2 class="wp-block-heading">FOCUS 1.3 exposes cost allocation logic for shared infrastructure</h2>



<p>The most significant technical enhancement in FOCUS 1.3 addresses a gap in how shared infrastructure costs are allocated and reported. Current implementations force practitioners to either accept provider-determined allocations without visibility into methodology or build custom logic to redistribute costs.</p>



<p>FOCUS 1.3 introduces allocation-specific columns that expose the methodology providers use to split costs across workloads. Rather than simply receiving a final allocated cost figure, practitioners can now see both the allocation approach and the underlying calculation method.</p>



<p>This change particularly benefits organizations running multi-tenant Kubernetes clusters or shared database instances. Platform engineering teams can verify that provider allocation methods align with their internal cost models and chargeback systems. </p>



<p>The specification provides a standardized way for providers to document whether they’re using resource-based allocation, usage-based allocation or hybrid approaches.</p>



<h2 class="wp-block-heading">Separating contract data from usage records</h2>



<p>Organizations tracking reserved instances, savings plans and committed use discounts across multiple cloud providers face a data structure problem. Current billing exports embed contract details within usage rows. A single cost record might include both the hourly usage charge and fragments of commitment information scattered across multiple columns.</p>



<p>This structure makes basic queries difficult. Asking “what are all my active commitments, and when do they expire?” requires parsing usage data, deduplicating contract references and reconstructing commitment terms from partial information across thousands of billing rows.</p>



<p>FOCUS 1.3 creates a dedicated Contract Commitment dataset separate from cost and usage data. The dataset includes start dates, end dates, committed units and contract descriptions in a queryable format. A single SELECT statement returns all active commitments without touching usage records.</p>



<p>The separation enables different access controls. Finance teams can view contract terms and commitment status while operations teams access only the usage data they need for capacity planning. This addresses compliance requirements in financial services and healthcare where contract terms must be restricted to specific roles.</p>



<p>“We didn’t have the opportunity for them to express that through the FOCUS metadata before, and so we wanted to be able to close that gap for providers that support it,” <a href="https://www.linkedin.com/in/matt-cowsert/">Matt Cowsert</a>, principal product manager at the FinOps Foundation, told <em>Network World</em>. </p>



<p>This represents the first time FOCUS has defined a dataset beyond cost and usage. The pattern establishes a framework for future adjacent datasets covering invoicing and price lists.</p>



<h2 class="wp-block-heading">Flagging incomplete data before it breaks workflows</h2>



<p>Automated cost reconciliation workflows fail when they process incomplete billing data. A common scenario: Finance triggers month-end close based on available data, then discovers two days later that the cloud provider revised usage records and added previously unreported charges.</p>



<p>FOCUS 1.3 requires providers to include metadata indicating whether data is complete or subject to revision. The specification defines timestamp fields and completeness flags in a structured format that applications can check programmatically.</p>



<p>Organizations can now build logic that checks completeness status before triggering dependent processes. If the metadata indicates incomplete data, automated workflows can wait rather than processing partial information and requiring manual corrections later.</p>



<p>The metadata also documents data delivery SLAs. Providers specify when usage records for specific services have been finalized. This replaces informal knowledge about which providers deliver complete data within 24 hours versus which take three to five days to finalize records.</p>



<h2 class="wp-block-heading">FOCUS in the real world</h2>



<p>The FinOps Foundation releases FOCUS updates twice annually. Providers choose implementation timing based on their development cycles rather than following a lockstep upgrade path.</p>



<p>Enterprises are also implementing FOCUS as an internal standard independent of external provider support. Organizations use FOCUS language for internal chargeback systems and finance reporting even when aggregating data from providers that don’t generate native FOCUS output.</p>



<p>“Our goal is to ensure that each release for FOCUS has material benefit for practitioners,” Cowsert said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI 벤더, 비효율적 코드가 초래하는 숨은 비용 줄이기에 나서다]]></title>
<description><![CDATA[엔터프라이즈는 공개적으로 인정하지 않지만, 상당수 클라우드 비용은 겉보기에는 평범해 보이는 한 가지 문제에서 비롯된다. 바로 비효율적인 코드다.



소프트웨어 딜리버리 플랫폼 기업 하네스(Harness)가 아마존웹서비스(AWS)와 공동으로 작성한 연구 보고서에 따르면, 미국과 영국의 엔지니어링 리더와 개발자 700명을 대상으로 한 설문에서 52%가 핀옵스(FinOps)와 개발자 간의 단절이 클라우드 인프라 비용 낭비로 이어지고 있다고 답했다.



보고서는 “현재 현실은 개발자가 비용 최적화를 다른 부서의 문제로 인식하는 경...]]></description>
<link>https://tsecurity.de/de/3154730/it-security-nachrichten/ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3154730/it-security-nachrichten/ai/</guid>
<pubDate>Fri, 12 Dec 2025 09:35:25 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>엔터프라이즈는 공개적으로 인정하지 않지만, 상당수 클라우드 비용은 겉보기에는 평범해 보이는 한 가지 문제에서 비롯된다. 바로 비효율적인 코드다.</p>



<p>소프트웨어 딜리버리 플랫폼 기업 하네스(Harness)가 아마존웹서비스(AWS)와 공동으로 작성한 연구 보고서에 따르면, 미국과 영국의 엔지니어링 리더와 개발자 700명을 대상으로 한 설문에서 52%가 핀옵스(FinOps)와 개발자 간의 단절이 클라우드 인프라 비용 낭비로 이어지고 있다고 답했다.</p>



<p>보고서는 “현재 현실은 개발자가 비용 최적화를 다른 부서의 문제로 인식하는 경우가 많다는 점”이라며 “이 같은 단절로 인해 과도하게 할당된 리소스, 유휴 인스턴스, 비효율적인 아키텍처가 발생하고 이는 예산을 잠식한다”고 설명했다.</p>



<p>이 같은 단절의 핵심에 비효율적인 코드가 자리 잡고 있는 만큼, 이제는 CFO 차원의 문제로 다뤄야 한다는 분석도 나온다. HFS 리서치의 CEO 필 페르슈트(Phil Fersht)는 AI 워크로드 확산으로 전력 소비와 탄소 비용, 인프라 지출이 동시에 증가하고 있다고 지적했다.</p>



<p>페르슈트는 “컴퓨팅 자원 낭비는 막대하다”며 “대형 클라우드 제공업체의 연구에 따르면 전체 클라우드 컴퓨팅 자원의 20~40%가 제대로 활용되지 않거나 비효율적인 코드에 의해 소비되고 있다. 기업은 그 낭비에 대해 비용을 지불하고 있다”고 말했다.</p>



<p>이처럼 눈에 잘 드러나지 않는 컴퓨팅 자원 비용 문제가 AI 코딩 어시스턴트 벤더들의 관심을 끌고 있다.</p>



<p>단순 생성에서 ‘코드 진화’로</p>



<p>구글은 최근 코드 생성이 아닌 코드 진화에 초점을 맞춘 새로운 코딩 에이전트 알파이볼브(AlphaEvolve)를 공개하며 이 문제에 대응하고 있다.</p>



<p>제미나이(Gemini) 기반의 이 코딩 에이전트는 현재 비공개 프리뷰 형태로 제공되고 있다고 구글은 수요일 자사 블로그를 통해 밝혔다. 사용자는 먼저 해결하려는 문제 정의와 제안된 해법을 평가할 테스트, 그리고 초기 코드 초안을 작성해야 한다. 이후 알파이볼브는 제미나이 LLM을 반복적으로 적용해 코드의 ‘변이’를 생성하고, 기존 해법보다 나은지 테스트를 거쳐 기준을 충족할 때까지 과정을 반복한다.</p>



<p>분석가들은 알고리즘 자체를 변경하며 코드를 진화시키는 이러한 접근이 엔터프라이즈에 게임 체인저가 될 수 있다고 평가한다.</p>



<p>페르슈트는 “코드 진화는 라우팅, 스케줄링, 예측, 최적화와 같은 영역에서 성능을 개선하려는 기업에 특히 강력하다”며 “이 분야에서는 알고리즘 개선이 곧바로 상업적 경쟁력, 컴퓨트 비용 절감, 출시 속도 개선으로 이어진다”고 설명했다.</p>



<p>더 퓨처럼 그룹(The Futurum Group)에서 데이터·AI·인프라 부문을 이끄는 브래들리 시민(Bradley Shimmin)은 구글이 단순한 구문 완성이나 코드 생성, 문서화 지원을 넘어, 전체 코드베이스의 진화를 돕는 것을 목표로 하고 있을 가능성이 크다고 분석했다.</p>



<p>오랜 개발 관행의 변화</p>



<p>페르슈트는 알파이볼브가 개발자 사이에 오래도록 유지돼 온 관행, 즉 ‘먼저 코드를 작성하고 나중에 최적화하는 방식’을 바꾸는 데 기여할 것으로 내다봤다.</p>



<p>그는 “지난 10년간 개발 문화는 최적화보다 속도와 프레임워크를 우선시해 왔다”며 “컴퓨트 비용이 저렴하던 시절에는 통했지만, AI가 판을 바꿨다. 모델은 막대한 컴퓨트를 요구한다”고 말했다.</p>



<p>이어 “기업은 이제 비효율적인 코드가 모델 속도를 늦추고 비용을 높이며, 실제 성능에도 영향을 미친다는 점을 인식하고 있다”며 개발 수명 주기 초반부터 최적화를 요구받고 있다고 설명했다.</p>



<p>이러한 압박은 LLM의 높은 처리 요구 때문만은 아니다. 페르슈트는 AI 추론(inference) 부하가 인프라 확장 속도보다 빠르게 증가하면서 데이터센터 용량 자체가 전략적 제약 요인이 되고 있다고 진단했다. 그는 “코드 효율성을 높이는 도구는 필요한 GPU 수와 전력 소비를 동시에 줄여준다”며 “그래서 알고리즘 발견이 중요한 이유는 무차별적인 컴퓨트 사용을 줄일 수 있기 때문”이라고 말했다.</p>



<p>컴퓨트 최적화를 위한 또 다른 접근</p>



<p>코드 진화를 위한 알고리즘 발견만이 유일한 해법은 아니다. 벤더들은 코딩과 관련된 컴퓨트 리소스 지출을 줄이기 위한 다양한 방안을 모색하고 있다.</p>



<p>프랑스의 LLM 벤더 미스트랄(Mistral)은 최근 코딩에 특화된 소형 오픈 LLM 데브스트랄 2(Devstral 2)를 공개했다. 회사 측은 이 모델이 더 큰 모델과 유사한 효과를 낸다고 주장한다. 일반적으로 소형 모델은 더 적은 연산과 낮은 하드웨어 성능으로 구동할 수 있어 운영 비용이 낮다.</p>



<p>앤트로픽(Anthropic) 역시 개발자 지원을 강화하고 있다. 회사는 클로드 코드(Claude Code)를 슬랙(Slack)에 통합해 개발자가 더 나은 코드를 작성하고 협업에 소요되는 시간을 줄일 수 있도록 했다. 슬랙은 보통 개발팀이 아키텍처 논의를 진행하는 공간인 만큼, 이 통합을 통해 클로드 코드는 더 풍부한 맥락을 확보해 팀에 보다 적합한 코드를 생성할 수 있게 된다.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ecco come i CIO stanno passando dal “cloud-first” al “cloud-smart”]]></title>
<description><![CDATA[La saggezza comune ha a lungo sostenuto che un approccio “cloud-first” consente ai CIO di ottenere vantaggi come agilità, scalabilità ed efficienza dei costi per applicazioni e carichi di lavoro. Sebbene il cloud resti la piattaforma infrastrutturale preferita dalla maggior parte dei leader tech,...]]></description>
<link>https://tsecurity.de/de/3151968/it-security-nachrichten/ecco-come-i-cio-stanno-passando-dal-cloud-first-al-cloud-smart/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3151968/it-security-nachrichten/ecco-come-i-cio-stanno-passando-dal-cloud-first-al-cloud-smart/</guid>
<pubDate>Thu, 11 Dec 2025 06:12:28 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>La saggezza comune ha a lungo sostenuto che un approccio “cloud-first” consente ai CIO di ottenere vantaggi come agilità, scalabilità ed efficienza dei costi per applicazioni e carichi di lavoro. Sebbene il cloud resti la piattaforma infrastrutturale preferita dalla maggior parte dei leader tech, molti stanno rivedendo la propria strategia, passando dal “cloud-first” a un approccio “cloud-smart”: invece di spostare tutto off-premises e privilegiare “la nuvola”, a prescindere, per ogni nuova iniziativa, scelgono di volta in volta la soluzione più adatta ai singoli workload.</p>



<p>“L’ottimizzazione dei costi per il cloud è uno dei fattori che motiva questo ripensamento, con le aziende che lottano per controllare spese in rapido aumento. <a href="https://www.prnewswire.com/news-releases/44-5-billion-in-infrastructure-cloud-waste-projected-for-2025-due-to-finops-and-developer-disconnect-finds-finops-in-focus-report-from-harness-302385580.html" rel="nofollow"><strong>Si stima che il 21% dell’esborso enterprise per le infrastrutture cloud [in inglese]</strong></a>, pari a 44,5 miliardi di dollari nel 2025, venga sprecato in risorse sottoutilizzate, con <a href="https://www.cio.com/article/4064316/31-of-it-leaders-waste-half-their-cloud-spend.html"><strong>il 31% dei CIO che spreca metà della propria spesa [in inglese]</strong></a>, secondo quanto si legge in un recente sondaggio di VMware.”</p>



<p>La corsa totale verso il cloud è finita, sostiene <a href="https://www.linkedin.com/in/ryan-a-mcelroy/" rel="nofollow"><strong>Ryan McElroy [in inglese]</strong></a>, vice president of technology della società di consulenza Hylaine. Le imprese cloud-smart hanno un processo ben definito e comprovato per determinare quali carichi di lavoro siano più adatti al cloud.</p>



<p>Per esempio, “qualcosa che deve essere erogato molto rapidamente e supportare in futuro una scala enorme dovrebbe essere sviluppato nel cloud”, spiega McElroy. “Soluzioni basate su tecnologie legacy, che devono essere ospitate su macchine virtuali o che hanno workload molto prevedibili destinati a durare anni, dovrebbero invece essere distribuite in data center ben gestiti”.</p>



<p>Sempre secondo il manager, il trend cloud-smart è influenzato da una migliore tecnologia on-prem, da cicli hardware più lunghi, dai margini estremamente elevati dei provider cloud hyperscaler e dai consueti cicli di hype del settore. Tutti elementi che favoriscono approcci infrastrutturali ibridi.</p>



<p>Tuttavia, “<a href="https://www.cio.com/article/2104613/private-cloud-makes-its-comeback-thanks-to-ai.html"><strong>l’AI ha aggiunto un’altra grande complicazione [in inglese]</strong></a>, con dati e capacità di calcolo frammentati in silos”, aggiunge. “Molte aziende non sono interessate o non sono in grado di costruire data center ad alte prestazioni basati su GPU, e hanno bisogno di usare il cloud. Ma se finora sono state conservative o avverse ai costi, è probabile che i loro dati si trovino nella componente on-prem della loro infrastruttura ibrida”.</p>



<p>Queste variabili hanno portato complessità o <a href="https://www.cio.com/article/4064319/ai-cost-overruns-are-adding-up-with-major-implications-for-cios.html"><strong>costi imprevisti [in inglese]</strong></a>, sia tramite la migrazione sia attraverso le tariffe di data egress, osserva McElroy.</p>



<p>Stima che “solo il 10% del settore abbia ammesso apertamente di muoversi” verso il cloud-smart. Anche se questa percentuale può sembrare bassa, secondo McElroy è comunque significativa.</p>



<p>“Ci sono molti prerequisiti per cambiare posizione sul cloud”, spiega. “Innanzitutto, in genere devi essere un nuovo CIO o CTO. Chi ha guidato la migrazione verso il cloud farà molta fatica a tornare indietro”.</p>



<p>Inoltre, le imprese devono aver mantenuto e fatto evolvere le competenze del personale che gestisce il data center di proprietà o presso il fornitore di co-location. Devono anche avere esigenze infrastrutturali tali da superare i benefici del cloud in termini di pura agilità e di calcolo frazionato, aggiunge McElroy.</p>



<h2 class="wp-block-heading">Selezionare e rivalutare il giusto hyperscaler</h2>



<p>Procter &amp; Gamble ha adottato una strategia cloud-first quando ha iniziato a migrare i carichi di lavoro circa otto anni fa, racconta <a href="https://www.linkedin.com/in/paolalucetti/" rel="nofollow"><strong>Paola Lucetti [in inglese]</strong></a>, CTO e senior vice president. In quel momento il mandato era che tutte le nuove applicazioni venissero distribuite nel cloud pubblico e che i carichi di lavoro esistenti migrassero dagli ambienti di hosting tradizionali agli hyperscaler, spiega Lucetti.</p>



<p>“Questo approccio ci ha permesso di modernizzare rapidamente, ridurre la dipendenza dalle infrastrutture legacy e sfruttare la scalabilità e la resilienza offerte dalle piattaforme cloud”, sottolinea.</p>



<p>Oggi quasi tutti i workload di P&amp;G girano nel cloud. “Scegliamo di mantenere alcuni carichi di lavoro fuori dal cloud pubblico per esigenze di latenza o di prestazioni, che rivalutiamo regolarmente”, spiega Lucetti. “Queste fondamenta ci hanno garantito velocità e flessibilità in una fase critica della trasformazione digitale”.</p>



<p>Con la maturazione dell’ecosistema cloud dell’azienda, sono maturate anche le priorità di business. “L’ottimizzazione dei costi, la sostenibilità e l’agilità sono passate in primo piano”, rimarca. “Per P&amp;G, essere cloud-smart significa selezionare e rivalutare regolarmente l’hyperscaler giusto per ogni workload, incorporare pratiche <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html"><strong>FinOps [in inglese]</strong></a> per trasparenza e governance e sfruttare architetture ibride per supportare casi d’uso specifici”.</p>



<p>Questo approccio dà più potere agli sviluppatori attraverso automazione, AI e agenti per generare valore più velocemente, dice Lucetti. “Non è solo una questione tecnica, è culturale. Riflette una mentalità di flessibilità strategica, in cui le decisioni tecnologiche si allineano ai risultati di business”.</p>



<h2 class="wp-block-heading">L’AI sta ridisegnando le decisioni sul cloud</h2>



<p>L’intelligenza artificiale rappresenta un potenziale fabbisogno di spesa enorme e alza la posta in gioco per la strategia infrastrutturale, rileva McElroy.</p>



<p>“Noleggiare server pieni di costose GPU Nvidia tutto il giorno, ogni giorno, per tre anni, sarà finanziariamente rovinoso rispetto all’acquisto diretto”, dice. “Ma la flessibilità di poter usare senza soluzione di continuità i modelli dell’anno successivo può rappresentare un vantaggio strategico”.</p>



<p>Cisco, per esempio, è diventata molto più oculata nel decidere che cosa debba davvero risiedere nel cloud pubblico, commenta <a href="https://www.linkedin.com/in/nikkale/" rel="nofollow"><strong>Nik Kale [in inglese]</strong></a>, principal engineer e product architect. Il costo è un fattore, ma il driver principale è la <a href="https://www.cio.com/article/4006394/how-cios-are-getting-data-right-for-ai.html"><strong>data governance per l’AI [in inglese]</strong></a>.</p>



<p>“Essere cloud-smart non significa repatriation – non è solo riportare workload on-prem – ma allineare la gravità dei dati dell’AI con il giusto piano di controllo”, precisa.</p>



<p>L’IT ha distinto ciò che dovrebbe stare in un cloud privato da ciò che va nel cloud pubblico. “L’addestramento e il fine-tuning di grandi modelli richiedono un forte controllo sui dati dei clienti e sulla telemetria”, spiega Kale. “Per questo favoriamo sempre più spesso architetture ibride in cui inferenza ed elaborazione dei dati avvengono all’interno di ambienti privati e sicuri, mentre orchestrazione e servizi non sensibili restano nel cloud pubblico”.</p>



<p>La strategia cloud-smart di Cisco parte dalla classificazione dei dati e dal profiling dei workload. Qualsiasi elemento che contenga informazioni identifi­cabili sui clienti, tracce diagnostiche e cicli di feedback dei modelli viene elaborato all’interno di cloud privati regionali conformi alle normative, spiega.</p>



<p>Poi ci sono “servizi stateless, content delivery e aggregazione della telemetria che traggono beneficio dall’elasticità del cloud pubblico per scala ed efficienza”, aggiunge Kale.</p>



<p>L’approccio di Cisco prevede inoltre “il confezionamento di funzionalità che in precedenza risiedevano nel cloud per un deployment sicuro all’interno degli ambientienti dei clienti – offrendo localmente gli stessi insight e la stessa automazione abilitati dall’AI, senza esporre i dati a un’infrastruttura condivisa”, evidenzia. “Questo dà ai clienti la flessibilità di adottare funzionalità di intelligenza artificiale senza compromettere residenza dei dati, privacy o costi”.</p>



<p>Queste pratiche hanno migliorato la postura di conformità di Cisco, ridotto la latenza dell’inferenza e generato riduzioni a doppia cifra della spesa cloud, sottolinea Kale.</p>



<p>Un’area in cui l’AI ha cambiato radicalmente il loro approccio al cloud è il rilevamento delle minacce su larga scala. “Le prime versioni dei nostri modelli giravano interamente nel cloud pubblico, ma quando abbiamo iniziato a fare fine-tuning sulla telemetria specifica dei clienti, la sensibilità e il volume di quei dati hanno reso il data egress verso il cloud sia costoso che difficile da governare”, nota Kale. “Spostare l’addestramento e i cicli di feedback in cloud privati regionali ci ha garantito la piena tracciabilità e ha ridotto in modo significativo i costi di trasferimento, mantenendo l’inferenza ibrida così che i clienti nelle regioni regolamentate ottenessero tempi di risposta inferiori al secondo”.</p>



<p>L’IT ha osservato un problema simile con il proprio assistente di supporto basato su AI generativa. “Inizialmente le trascrizioni dei casi e i log diagnostici venivano elaborati da LLM nel cloud pubblico”, racconta Kale. “Quando i clienti dei settori finance e healthcare hanno sollevato legittime preoccupazioni sui dati che lasciavano i loro ambienti, abbiamo ri-architettato la soluzione per eseguirla direttamente all’interno dei loro virtual private cloud o cluster on-prem”.</p>



<p>Lo strato di orchestrazione rimane nel cloud pubblico, ma i dati sensibili non escono mai dal loro piano di controllo, aggiunge.</p>



<p>L’AI ha anche ridefinito il modo in cui vengono gestite le analytics di telemetria nell’intero portfolio CX di Cisco. L’IT raccoglie dati operativi su scala petabyte da oltre 140.000 ambienti cliente.</p>



<p>“Quando siamo passati alla predictive AI in tempo reale, il costo e la latenza dell’invio dei dati grezzi di serie temporali al cloud sono diventati un collo di bottiglia”, conclude Kale. “Spostando l’estrazione delle feature e il rilevamento delle anomalie sul collector locale del cliente e inviando al cloud solo segnali di rischio ad alto livello, abbiamo ridotto drasticamente l’egress migliorando al contempo la fedeltà dei modelli”.</p>



<p>In tutti i casi, “è stata l’AI a rendere chiari i compromessi architetturali: workload specifici traggono beneficio dall’elasticità del cloud pubblico, ma le funzioni di AI più sensibili, data-intensive e critiche in termini di latenza devono essere eseguite più vicino ai dati”, conclude Kale. “Per noi, cloud-smart significa meno repatriation e più allineamento tra gravità dei dati, confini di privacy ed economia dell’inferenza con il giusto piano di controllo”.</p>



<h2 class="wp-block-heading">Un percorso meno costoso</h2>



<p>Come P&amp;G, anche World Insurance Associates ritiene che cloud-smart equivalga a implementare un framework FinOps. Il CIO <a href="https://www.linkedin.com/in/corrigan-michael/" rel="nofollow"><strong>Michael Corrigan [in inglese]</strong></a> spiega che questo significa avere una configurazione ottimizzata e coerente delle macchine virtuali in base al caso d’uso di business e comprendere quanta capacità di storage e di calcolo sia necessaria.</p>



<p>Questi sono i principali driver dei costi, “per cui abbiamo un set coerente di standard che determinano le dimensioni dei nostri diversi ambienti sulla base del caso d’uso”, chiarisce Corrigan. Questo garantisce a World Insurance quella che descrive come un’architettura automatizzata.</p>



<p>“Poi ottimizziamo la configurazione per assicurarci di avere attivate funzionalità come l’elasticità. Così, quando i servizi non vengono utilizzati – di solito durante la notte – si spengono e riducono la quantità di storage e di compute attivi, in modo che l’azienda non li paghi”, spiega. “Si parte dalle fondamenta: ottimizzazione e standard”.</p>



<p>World Insurance lavora con i suoi cloud provider su diversi livelli di impegno. Con Microsoft, per esempio, la compagnia assicurativa ha l’opzione di usare macchine virtuali “a consumo” oppure quella che Corrigan definisce una “reserved instance”. Indicando al provider quante macchine prevede di utilizzare o quanto prevede di spendere, può provare a negoziare degli sconti.</p>



<p>“È qui che il framework FinOps deve davvero essere in atto… perché ovviamente non vuoi impegnarti su un livello di spesa che poi non consumeresti”, osserva Corrigan. “È un buon modo per noi, in quanto organizzazione che utilizza quei servizi cloud, di ottenere sconti significativi in anticipo”.</p>



<p>World Insurance utilizza l’AI per automazione e alert. Gli strumenti di intelligenza artificiale sono in genere addebitati in base alla capacità di elaborazione, “e quello che puoi fare è progettare la tua query in modo che, se è qualcosa di meno complicato, segua un percorso di esecuzione meno costoso”, spiega, indirizzandola <a href="https://www.cio.com/article/3974073/it-leaders-see-big-business-potential-in-small-ai-models.html"><strong>verso uno small language model (SLM) [in inglese]</strong></a>, che non utilizza la stessa potenza di calcolo.</p>



<p>L’utente ottiene un risultato soddisfacente e “il costo è minore perché non stai consumando così tante risorse”, aggiunge.</p>



<p>È questa la tattica adottata dall’azienda: indirizzare le query di AI verso il modello meno costoso. Se c’è un workflow o un processo più complesso, viene indirizzato prima all’SLM “per vedere se soddisfa le esigenze”, prosegue Corrigan. Se le necessità sono più complesse, il flusso viene spostato alla fase successiva, più costosa, che in genere coinvolge un LLM che deve elaborare una quantità maggiore di dati per restituire all’utente finale ciò che sta cercando.</p>



<p>“Cerchiamo quindi di gestire i costi in questo modo, consumando solo ciò che è davvero necessario in base alla complessità del processo”, spiega.</p>



<h2 class="wp-block-heading">Il cloud come “framework vivente”</h2>



<p>McElroy di Hylaine sostiene che i CIO e i CTO devono essere più disponibili a discutere i vantaggi delle configurazioni ibride e di come lo stato dell’arte sia cambiato negli ultimi anni.</p>



<p>“Molte aziende stanno lottando con costi cloud che sanno istintivamente essere troppo alti, ma esistono pochi incentivi per affrontare il lavoro rischioso della repatriation quando un CFO non ha visibilità sui risparmi a cui sta rinunciando”, avverte.</p>



<p>Lucetti definisce la strategia cloud di P&amp;G come “un framework vivente” e dichiara che nei prossimi anni l’azienda continuerà a sfruttare le capacità cloud più adatte per abilitare AI e agentic al servizio del valore di business.</p>



<p>“L’obiettivo è semplice: mantenere la tecnologia allineata alla crescita dell’azienda, restando al contempo agili in un panorama digitale in rapido cambiamento”, conclude. “La trasformazione cloud non è una destinazione, è un viaggio. In P&amp;G sappiamo che il successo deriva dall’allineare le decisioni tecnologiche ai risultati di business e dall’abbracciare la flessibilità”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Green AI: A complete implementation framework for technical leaders and IT organizations]]></title>
<description><![CDATA[When we first began exploring the environmental cost of large-scale AI systems, we were struck by a simple realization: our models are becoming smarter, but our infrastructure is becoming heavier. Every model training run, inference endpoint and data pipeline contributes to an expanding carbon fo...]]></description>
<link>https://tsecurity.de/de/3148290/it-security-nachrichten/green-ai-a-complete-implementation-framework-for-technical-leaders-and-it-organizations/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3148290/it-security-nachrichten/green-ai-a-complete-implementation-framework-for-technical-leaders-and-it-organizations/</guid>
<pubDate>Tue, 09 Dec 2025 16:21:14 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>When we first began exploring the environmental cost of large-scale AI systems, we were struck by a simple realization: our models are becoming smarter, but our infrastructure is becoming heavier. Every model training run, inference endpoint and data pipeline contributes to an expanding carbon footprint.</p>



<p>For most organizations, sustainability is still treated as a corporate initiative rather than a design constraint. However, by 2025, that approach is no longer sustainable, either literally or strategically. Green AI isn’t just an ethical obligation; it’s an operational advantage. It helps us build systems that do more with less (less energy, less waste and less cost) while strengthening brand equity and resilience.</p>



<p>What if you could have a practical, end-to-end framework for implementing green AI across your enterprise IT? This is for CIOs, CTOs and technical leaders seeking a blueprint for turning sustainability from aspiration into action.</p>



<h2 class="wp-block-heading">Reframing sustainability as an engineering discipline</h2>



<p>For decades, IT leaders have optimized for latency, uptime and cost. It’s time to add energy and carbon efficiency to that same dashboard.</p>



<p>A 2025 ITU Greening Digital Companies report revealed that <a href="https://www.itu.int/en/mediacentre/Pages/PR-2025-06-05-greening-digital-companies-report.aspx?utm_source=chatgpt.com" target="_blank" rel="nofollow">operational emissions from the world’s largest AI and cloud companies have increased by more than 150%</a> since 2020. Meanwhile, the IMF’s 2025 AI Economic Outlook found that <a href="https://www.reuters.com/sustainability/climate-energy/ai-economic-gains-likely-outweigh-emissions-cost-says-imf-2025-04-22/?utm_source=chatgpt.com" target="_blank" rel="nofollow">while AI could boost global productivity by 0.5% annually through 2030, unchecked energy growth could erode those gains</a>.</p>



<p>In other words, AI’s success story depends on how efficiently we run it. The solution isn’t to slow innovation, it’s to innovate sustainably.</p>



<p>When sustainability metrics appear beside core engineering KPIs, accountability follows naturally. That’s why our teams track energy-per-inference and carbon-per-training-epoch alongside latency and availability. Once energy becomes measurable, it becomes manageable.</p>



<h2 class="wp-block-heading">The green AI implementation framework</h2>



<p>From experience in designing AI infrastructure at scale, we’ve distilled green AI into a five-layer implementation framework. It aligns with how modern enterprises plan, build and operate technology systems.</p>



<h3 class="wp-block-heading">1. Strategic layer: Define measurable sustainability objectives</h3>



<p>Every successful green AI initiative starts with intent. Before provisioning a single GPU, define sustainability OKRs that are specific and measurable:</p>



<ul class="wp-block-list">
<li>Reduce model training emissions by 30% year over year</li>



<li>Migrate 50% of AI workloads to renewable-powered data centers</li>



<li>Embed carbon-efficiency metrics into every model evaluation report</li>
</ul>



<p>These objectives should sit within the CIO’s or CTO’s accountability structure, not in a separate sustainability office. The Flexera 2025 State of the Cloud Report found that <a href="https://www.flexera.com/blog/perspectives/cloud-sustainability-initiatives-the-growing-green-priority/?utm_source=chatgpt.com" target="_blank" rel="nofollow">more than half of enterprises now tie sustainability targets directly to cloud and FinOps programs</a>.</p>



<p>To make sustainability stick, integrate these goals into standard release checklists, SLOs and architecture reviews. If security readiness is mandatory before deployment, sustainability readiness should be, too.</p>



<h3 class="wp-block-heading">2. Infrastructure layer: Optimize where AI runs</h3>



<p>Infrastructure is where the biggest sustainability wins live. In our experience, two levers matter most: location awareness and resource efficiency.</p>



<ul class="wp-block-list">
<li><strong>Location awareness:</strong> Not all data centers are equal. Regions powered by hydro, solar or wind can dramatically lower emissions intensity. Cloud providers such as AWS, Google Cloud and Azure now publish real-time carbon data for their regions. Deploying workloads in lower-intensity regions can cut emissions by up to 40%. The World Economic Forum’s 2025 guidance encourages CIOs to <a href="https://www.weforum.org/stories/2025/06/how-ai-use-impacts-the-environment/?utm_source=chatgpt.com" target="_blank" rel="nofollow">treat carbon intensity like latency</a>, something to optimize, not ignore.</li>



<li><strong>Resource efficiency:</strong> Adopt hardware designed for performance per watt, like ARM, Graviton or equivalent architectures. Use autoscaling, right-sizing and sleep modes to prevent idle resource waste.</li>
</ul>



<p>Small architectural decisions, replicated across thousands of containers, deliver massive systemic impact.</p>



<h3 class="wp-block-heading">3. Model layer: Build energy-efficient intelligence</h3>



<p>At the model layer, efficiency is about architecture choice. Bigger isn’t always better; it’s often wasteful.</p>



<p>A 2025 study titled “Small is Sufficient: Reducing the World AI Energy Consumption Through Model Selection” found that <a href="https://arxiv.org/abs/2510.01889?utm_source=chatgpt.com" target="_blank" rel="nofollow">using appropriately sized models could cut global AI energy use by 27.8%</a> this year alone.</p>



<p>Key practices to institutionalize:</p>



<ul class="wp-block-list">
<li><strong>Model right-sizing:</strong> Use smaller, task-specific architectures when possible.</li>



<li><strong>Early stopping:</strong> End training when incremental improvement per kilowatt-hour falls below a threshold.</li>



<li><strong>Transparent model cards:</strong> Include power consumption, emissions and hardware details.</li>
</ul>



<p>Once engineers see those numbers on every model report, energy awareness becomes part of the development culture.</p>



<h3 class="wp-block-heading">4. Application layer: Design for sustainable inference</h3>



<p>Training gets the headlines, but inference is where energy costs accumulate. AI-enabled services run continuously, consuming energy every time a user query hits the system.</p>



<ul class="wp-block-list">
<li><strong>Right-sizing inference:</strong> Use autoscaling and serverless inference endpoints to avoid over-provisioned clusters.</li>



<li><strong>Caching:</strong> Cache frequent or identical queries, especially for retrieval-augmented systems, to reduce redundant computation.</li>



<li><strong>Energy monitoring:</strong> Add “energy per inference” or “joules per request” to your CI/CD regression suite.</li>
</ul>



<p>When we implemented energy-based monitoring, our inference platform reduced power consumption by 15% within two sprints, without any refactoring. Engineers simply began noticing where waste occurred.</p>



<h3 class="wp-block-heading">5. Governance layer: Operationalize GreenOps</h3>



<p>Sustainability scales only when governance frameworks make it routine. That’s where GreenOps comes in — the sustainability counterpart to FinOps or DevSecOps.</p>



<p>A GreenOps model standardizes:</p>



<ul class="wp-block-list">
<li>Energy and carbon tracking alongside cloud cost reporting</li>



<li>Automated carbon-aware scheduling and deployment</li>



<li>Sustainability scoring in architecture and security reviews</li>
</ul>



<p>Imagine a dashboard that shows Model X: 75% carbon-efficient vs. baseline: Inference Y: 40% regional carbon optimization. That visibility turns sustainability from aspiration to action.</p>



<p>Enterprise architecture boards should require sustainability justification for every major deployment. It signals that green AI is not a side project, it’s the new normal for operational excellence.</p>



<h2 class="wp-block-heading">Building organizational capability for sustainable AI</h2>



<p>Technology change alone isn’t enough; sustainability thrives when teams are trained, empowered and measured consistently.</p>



<ol class="wp-block-list">
<li><strong>Training and awareness:</strong> Introduce short sustainability in software modules for engineers and data scientists. Topics can include power profiling, carbon-aware coding and efficiency-first model design.</li>



<li><strong>Cross-functional collaboration:</strong> Create a GreenOps guild or community of practice that brings together engineers, product managers and sustainability leads to share data, tools and playbooks.</li>



<li><strong>Leadership enablement:</strong> Encourage every technical leader to maintain an efficiency portfolio: a living document of projects that improve energy and cost performance. These portfolios make sustainability visible at the leadership level.</li>



<li><strong>Recognition and storytelling:</strong> Celebrate internal sustainability wins through all-hands or engineering spotlights. Culture shifts fastest when teams see sustainability as innovation, not limitation.</li>
</ol>



<h2 class="wp-block-heading">Measuring progress: the green AI scorecard</h2>



<p>Every green AI initiative needs a feedback loop. We use a green AI scorecard across five maturity dimensions:</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><td><strong>Dimension</strong></td><td><strong>Key metrics</strong></td><td><strong>Example target</strong></td></tr></thead><tbody><tr><td>Strategy</td><td>% of AI projects with sustainability OKRs</td><td>100%</td></tr><tr><td>Infrastructure</td><td>Carbon intensity (kg CO₂e / workload)</td><td>−40% YoY</td></tr><tr><td>Model efficiency</td><td>Energy per training epoch</td><td>≤ baseline − 25%</td></tr><tr><td>Application efficiency</td><td>Joules per inference</td><td>≤ 0.5 J/inference</td></tr><tr><td>Governance</td><td>% of workloads under GreenOps</td><td>90%</td></tr></tbody></table> </div></figure>



<p>Reviewing this quarterly, alongside FinOps and performance metrics, keeps sustainability visible and actionable.</p>



<h2 class="wp-block-heading">Turning sustainability into a competitive advantage</h2>



<p>Green AI isn’t just about responsibility — it’s about resilience and reputation.</p>



<p>A 2025 Global Market Insights report projects the <a href="https://www.globenewswire.com/news-release/2025/03/20/3046392/28124/en/Green-Technology-Sustainability-Market-Report-2025-Global-Green-Tech-Market-to-Skyrocket-to-73-9-Billion-by-2030-Driven-by-AI-ESG-Compliance.html?utm_source=chatgpt.com" target="_blank" rel="nofollow">green technology and sustainability market to grow from $25.4 billion in 2025 to nearly $74 billion by 2030</a>, driven largely by AI-powered energy optimization. The economic logic is clear: efficiency equals competitiveness.</p>



<p>When we introduced sustainability metrics into engineering scorecards, something remarkable happened: teams started competing to reduce emissions. Optimization sprints targeted GPU utilization, quantization and memory efficiency. What began as compliance turned into competitive innovation.</p>



<p>Culture shifts when sustainability becomes a point of pride, not pressure. That’s the transformation CIOs should aim for.</p>



<h2 class="wp-block-heading">Leading the next wave of sustainable AI innovation</h2>



<p>The next era of AI innovation won’t be defined by who has the biggest models, but by who runs them the smartest. As leaders, we have the responsibility and opportunity to make efficiency our competitive edge.</p>



<p>Embedding sustainability into every layer of AI development and deployment isn’t just good citizenship. It’s good business.</p>



<p>When energy efficiency becomes as natural a metric as latency, we’ll have achieved something rare in technology: progress that benefits both the enterprise and the planet.</p>



<p>The future of AI leadership is green, and it starts with us.</p>



<p></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.<br><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[“클라우드 퍼스트에서 클라우드 스마트로” CIO의 인프라 전략이 바뀐 이유]]></title>
<description><![CDATA[그동안 업계에서는 애플리케이션과 워크로드에 클라우드 퍼스트 전략을 적용하면 민첩성과 확장성, 비용 효율성 측면에서 이점을 얻을 수 있다는 인식이 지배적이었다.



클라우드는 여전히 대부분 IT 리더가 선호하는 인프라 플랫폼이지만, 많은 CIO가 단순히 온프레미스에서 모두 옮기거나 신규 프로젝트에서 클라우드를 다른 선택지보다 우선시하는 방식에서 벗어나, 워크로드 특성에 따라 최적의 실행 환경을 고르는 ‘클라우드 스마트(Cloud Smart)’ 전략으로 전환하고 있다.



클라우드 비용 최적화는 이런 재검토를 촉발한 핵심 요인...]]></description>
<link>https://tsecurity.de/de/3147038/it-security-nachrichten/cio/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3147038/it-security-nachrichten/cio/</guid>
<pubDate>Tue, 09 Dec 2025 07:34:36 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>그동안 업계에서는 애플리케이션과 워크로드에 클라우드 퍼스트 전략을 적용하면 민첩성과 확장성, 비용 효율성 측면에서 이점을 얻을 수 있다는 인식이 지배적이었다.</p>



<p>클라우드는 여전히 대부분 IT 리더가 선호하는 인프라 플랫폼이지만, 많은 CIO가 단순히 온프레미스에서 모두 옮기거나 신규 프로젝트에서 클라우드를 다른 선택지보다 우선시하는 방식에서 벗어나, 워크로드 특성에 따라 최적의 실행 환경을 고르는 ‘클라우드 스마트(Cloud Smart)’ 전략으로 전환하고 있다.</p>



<p>클라우드 비용 최적화는 이런 재검토를 촉발한 핵심 요인 가운데 하나로, 많은 기업이 빠른 성장 속에서 치솟는 클라우드 비용을 통제하는 데 어려움을 겪고 있다. VM웨어의 최근 조사에 따르면, 엔터프라이즈 클라우드 인프라 지출의 21%가 활용도가 낮은 리소스에 낭비되고 있는데, 2025년 기준으로 445억 달러에 달한다. CIO의 31%는 전체 클라우드 비용의 절반을 낭비하고 있는 것으로 나타났다.</p>



<p>기술 컨설팅 기업 하이레인(Hylaine)의 기술 부사장 라이언 맥엘로이는 “클라우드로의 전면적인 전환은 끝났다”라고 지적했다. 맥엘로이는 “클라우드 스마트 조직은 어떤 워크로드를 클라우드에 두는 것이 최적인지 판단하기 위한 명확하고 검증된 프로세스를 갖추고 있다”라고 말했다.</p>



<p>맥엘로이는 “예를 들어, 아주 빠르게 제공해야 하고 향후 대규모 확장을 지원해야 하는 워크로드는 클라우드에서 구축해야 한다, 가상머신 환경에 호스팅해야 하는 레거시 기술 기반 솔루션이나, 수년간 매우 예측 가능한 워크로드를 가진 솔루션은 잘 관리된 데이터센터에 배치하는 편이 더 적합하다”라고 설명했다.</p>



<p>또한, 온프레미스 기술의 발전, 하드웨어 교체 주기의 장기화, 하이퍼스케일 클라우드 업체의 초고마진, 업계의 전형적인 하이프 사이클이 맞물리면서 클라우드 스마트 트렌드가 형성됐다고 분석했다. 이런 흐름은 모두 하이브리드 인프라 전략에 힘을 실어주는 요인이다.</p>



<p>맥엘로이는 “AI가 데이터와 컴퓨팅 자원이 사일로에 갇히는 또 하나의 큰 변수를 만들었다”라고 지적하며, “많은 조직이 고성능 GPU 데이터센터를 직접 구축할 의지도 역량도 없기 때문에 클라우드를 써야 한다. 하지만 보수적이거나 비용에 민감한 전략을 유지해 온 조직은 하이브리드 인프라 중 온프레미스 영역에 데이터를 두고 있을 수 있다”라고 설명했다.</p>



<p>이런 변수 탓에 마이그레이션 과정이나 데이터 송신·반출 비용 등에서 복잡성과 예상치 못한 비용이 발생하는 사례가 늘었다. 맥엘로이는 “클라우드 스마트로 전환하고 있다고 공개적으로 인정한 곳은 전체의 10%에 불과하다”라며, 이 수치가 낮아 보일 수 있지만 상당히 의미 있는 수준이라고 강조했다.</p>



<p>클라우드 전략을 재수립하려면, 해결해야 할 과제가 많다. 맥엘로이는 “우선 새로운 CIO나 CTO가 있어야 한다”라며, “이미 클라우드로 옮긴 조직은 되돌리기가 매우 어렵다”라고 설명했다.</p>



<p>또한 기업이 자체 데이터센터나 코로케이션 시설을 운영·관리할 인력을 유지하고, 재교육까지 마쳐야 한다. 맥엘로이는 이런 조직은 클라우드가 제공하는 순수 민첩성과 분산 컴퓨팅의 이점보다 온프레미스 인프라 수요가 더 크기 때문에 클라우드 스마트 전략을 택할 수 있다고 평가했다.</p>



<h2 class="wp-block-heading">적합한 하이퍼스케일러 선정과 재평가</h2>



<p>프로터 앤 갬블(P&amp;G)의 CTO 겸 수석 부사장 파올라 루체티는 “프로터 앤 갬블은 약 8년 전 워크로드 마이그레이션을 시작하면서 클라우드 퍼스트 전략을 채택했다”라고 밝혔다. 루체티는 “당시 모든 신규 애플리케이션을 퍼블릭 클라우드에 배포하고, 기존 워크로드는 전통적인 호스팅 환경에서 하이퍼스케일러로 옮기라는 것이 내부 원칙이었다”라고 설명했다.</p>



<p>루체티는 “이 접근법을 통해 레거시 인프라 의존도를 줄이면서 빠르게 현대화하고, 클라우드 플랫폼이 제공하는 확장성과 복원력을 활용할 수 있었다”라고 말했다.</p>



<p>현재 프로터 앤 갬블의 워크로드는 대부분 클라우드에서 가동되고 있다. 루체티는 “지연 시간이나 성능 요건 때문에 일부 워크로드는 퍼블릭 클라우드 밖에 두고 있으며, 이 워크로드는 정기적으로 재평가한다”라며, “이런 기반이 디지털 전환의 중요한 시기에 속도와 유연성을 제공했다”라고 말했다.</p>



<p>클라우드 생태계가 성숙해지면서 비즈니스 우선순위도 함께 바뀌었다. 루체티는 “비용 최적화, 지속 가능성, 민첩성이 우선 과제로 떠올랐다”라며, “프로터 앤 갬블에서 클라우드 스마트란 워크로드에 맞는 하이퍼스케일러를 선정하고 정기적으로 재평가하며, 투명성과 거버넌스를 위해 핀옵스(FinOps)를 내재화하고, 특정 사용례를 위해 하이브리드 아키텍처를 활용하는 것을 의미한다”라고 설명했다.</p>



<p>이런 접근법이 자동화와 AI, 에이전트 기반 기능을 통해 개발자가 더 빠르게 가치를 창출하도록 돕는다. 루체티는 “이 접근법은 기술적인 문제만이 아니라 문화적인 변화이다. 기술 의사결정을 비즈니스 결과와 정렬하는 전략적 유연성 마인드를 반영한다”라고 강조했다.</p>



<h2 class="wp-block-heading">클라우드 선택지를 바꾸는 AI</h2>



<p>AI는 막대한 잠재 투자 수요를 만들어내며 인프라 전략의 중요성을 한층 끌어올렸다. 맥엘로이는 “값비싼 엔비디아 GPU가 장착된 서버를 3년 동안 하루 24시간, 주 7일 임대하는 것은 직접 구매하는 것보다 재정적으로 치명적일 수 있다. 하지만 매년 새 모델을 끊김 없이 활용할 수 있는 유연성은 전략적 우위가 될 수 있다”라고 분석했다.</p>



<p>시스코는 퍼블릭 클라우드에 무엇을 두는 것이 정말 적절한지에 대해 훨씬 더 신중해졌다. 비용도 비용이지만, 가장 중요한 동인은 AI 데이터 거버넌스이다. 시스코의 수석 엔지니어이자 제품 아키텍트 닉 케일은 “클라우드 스마트란 워크로드를 온프레미스로 되가져오는 클라우드 환송(repatriation)이 아니라, AI 데이터 중력을 올바른 컨트롤 플레인(Control Plane)과 정렬하는 것”이라고 말했다.</p>



<p>시스코 IT 조직은 어떤 워크로드를 프라이빗 클라우드에 두고, 어떤 워크로드를 퍼블릭 클라우드에 둘지 구분했다. 케일은 “대규모 모델 학습과 파인튜닝에는 고객 데이터와 텔레메트리 데이터에 대한 강력한 통제가 필요하다. 그래서 추론과 데이터 처리를 보안이 강화된 프라이빗 환경에서 수행하고, 오케스트레이션과 비민감 서비스는 퍼블릭 클라우드에 두는 하이브리드 아키텍처를 점점 더 선호하고 있다”라고 설명했다.</p>



<p>시스코의 클라우드 스마트 전략은 데이터 분류와 워크로드 프로파일링에서 출발한다. 고객 식별이 가능한 정보와 진단 추적, 모델 피드백 루프는 지역 규정을 준수하는 프라이빗 클라우드에서 처리한다. 케일은 “스테이트리스 서비스, 콘텐츠 전송, 텔레메트리 집계처럼 대규모 확장성과 효율성을 위해 퍼블릭 클라우드의 탄력성을 활용하는 영역도 있다”라고 설명했다.</p>



<p>케일은 또 “시스코는 과거 클라우드에만 존재하던 기능을 고객 환경에 안전하게 배포할 수 있도록 패키징해, 데이터를 공유 인프라로 노출하지 않고도 동일한 AI 기반 인사이트와 자동화를 로컬에서 제공하고 있다”라며, “이런 방식은 데이터 위치, 프라이버시, 비용을 훼손하지 않으면서 고객이 AI 기능을 유연하게 도입하도록 돕는다”라고 덧붙였다.</p>



<p>이런 실천이 시스코의 규제 준수 수준을 끌어올리고, 추론 지연 시간을 줄였으며, 측정 가능한 클라우드 비용 감소로 이어졌다.</p>



<p>한편, AI는 대규모 위협 탐지 영역에서 시스코의 클라우드 전략을 근본적으로 바꿔 놓았다. 케일은 “초기 버전 모델은 전부 퍼블릭 클라우드에서 실행됐지만, 고객별 텔레메트리에 맞춰 파인튜닝을 시작하면서 데이터 민감성과 데이터 양 때문에 클라우드 송신 비용이 급증했고 거버넌스도 어려워졌다”라고 밝혔다.</p>



<p>케일은 “훈련과 피드백 루프를 로컬 프라이빗 클라우드로 옮기자 전체 감사 추적이 가능해졌고 전송 비용이 크게 줄었으며, 추론은 하이브리드로 유지해 규제 산업 고객에게도 1초 미만 응답 시간을 제공할 수 있었다”라고 설명했다.</p>



<p>시스코 IT 조직은 자사의 생성형 AI 지원 어시스턴트에서도 비슷한 문제를 발견했다. 케일은 “초기에는 케이스 기록과 진단 로그를 퍼블릭 클라우드 LLM에서 처리했다. 그러자 금융과 헬스케어 고객이 데이터가 외부 환경으로 나가는 것에 우려를 제기했고, 이에 기능을 고객의 가상 프라이빗 클라우드나 온프레미스 클러스터에서 직접 실행하도록 아키텍처를 다시 설계했다”라고 말했다.</p>



<p>이런 식으로 오케스트레이션 계층은 퍼블릭 클라우드에 남아 있지만, 민감한 데이터는 고객의 통제 범위를 벗어나지 않는다.</p>



<p>AI는 시스코 고객 경험(CX) 포트폴리오 전반의 텔레메트리 분석 방식도 바꿔놓았다. 시스코의 IT 조직은 14만 곳이 넘는 고객 환경에서 페타바이트 규모의 운영 데이터를 수집한다. 케일은 “실시간 예측 AI로 전환했을 때, 원시 시계열 데이터를 클라우드로 보내는 비용과 지연이 병목이 됐다”라고 말했다.</p>



<p>케일은 “고객의 로컬 수집기에서 특징 추출과 이상 탐지를 수행하고, 클라우드에는 상위 수준의 위험 신호만 보내도록 바꾸자 송신 비용이 크게 줄어들면서도 모델 정확도는 오히려 개선됐다”라고 설명했다.</p>



<p>이 모든 사례에서 AI가 아키텍처의 장단점을 명확히 보여줬다. 케일은 “특정 워크로드는 퍼블릭 클라우드의 탄력성으로 이점을 얻지만, 가장 민감하고 데이터 집약적이며 지연에 민감한 AI 기능은 데이터와 더 가까운 곳에서 실행해야 한다”라고 설명했다. 또한, 케일은 “시스코에서 클라우드 스마트는 클라우드 환경 자체가 아니라, 데이터 중력과 프라이버시 경계, 추론 경제성을 적절한 컨트롤 플레인과 정렬하는 문제로 자리 잡았다”라고 덧붙였다.</p>



<h2 class="wp-block-heading">더 저렴한 실행 경로 모색</h2>



<p>프로터 앤 갬블과 마찬가지로 월드 인슈어런스 어소시에이츠(World Insurance Associates)는 클라우드 스마트를 핀옵스 프레임워크 도입으로 해석하고 있다. 월드 인슈어런스 어소시에이츠의 CIO 마이클 코리건은 이를 “비즈니스 사용례에 맞춰 가상머신 구성을 최적화하고 표준화하며, 필요한 스토리지와 컴퓨팅 규모를 명확히 파악하는 것”이라고 설명했다.</p>



<p>이런 요소가 비용을 결정하는 핵심 변수이기 때문에 월드 인슈어런스 어소시에이츠는 사용례별로 각 환경 규모를 정하는 일관된 표준을 갖추고 있다. 또한 이런 표준 덕분에 자동화된 아키텍처를 구축했다.</p>



<p>그 다음 단계는 탄력성처럼 필요한 기능이 켜져 있는지 확인하며 구성을 최적화한다. 코리건은 “일반적으로 야간처럼 서비스 사용량이 줄어드는 시간에는 인스턴스를 자동으로 종료해 스토리지를 줄이고 컴퓨팅을 끄도록 해, 사용하지 않는 리소스에 비용을 내지 않도록 한다”라며, “이 모든 것은 최적화와 표준이라는 기반에서 시작된다”라고 설명했다.</p>



<p>월드 인슈어런스 어소시에이츠는 클라우드 서비스 업체와 다양한 수준의 약정을 맺고 있다. 코리건은 “예를 들어, 마이크로소프트와는 일반 가상머신을 쓸 수도 있고, 예약 인스턴스를 선택할 수도 있다. 얼마나 많은 머신을 쓸지, 얼마를 지출할지 알려주면 그에 맞춰 할인 조건을 협상할 수 있다”라고 밝혔다.</p>



<p>코리건은 “그래서 핀옵스 프레임워크가 반드시 자리 잡아야 한다. 실제로 소비하지 않을 수준의 지출에 약정하고 싶어하는 기업은 없기 때문이다”라며, “이 방식은 클라우드 서비스를 이용하는 고객, 즉 우리 같은 조직이 선제적으로 상당한 할인을 확보할 수 있는 좋은 수단”이라고 강조했다.</p>



<p>월드 인슈어런스 어소시에이츠는 자동화와 알림에 AI를 활용하고 있다. 코리건은 AI 도구가 대개 컴퓨팅 처리량 기반 과금 모델을 사용한다며, “질의를 설계할 때 복잡하지 않은 작업이라면 더 저렴한 실행 경로를 타도록 설계해, 처리 자원이 덜 드는 SLM으로 보내도록 할 수 있다”라고 설명했다.</p>



<p>이렇게 하면 사용자가 만족스러운 결과를 얻으면서도 소비하는 자원이 줄어 비용도 절감할 수 있다. 코리건은 “워크플로우나 프로세스가 더 복잡하면 먼저 SLM으로 보내 기준을 충족하는지 확인한다. 요건이 더 복잡하면 다음 단계로 넘기는데, 이 단계는 더 비싸며 일반적으로 더 많은 데이터를 분석해야 하는 LLM을 사용해 사용자가 원하는 답을 제공한다”라고 설명했다.</p>



<p>코리건은 “이런 방식으로 프로세스 복잡도에 따라 정말 필요한 수준만 소비하도록 비용을 관리하고 있다”라고 덧붙였다.</p>



<h2 class="wp-block-heading">클라우드는 ‘살아 있는 프레임워크’</h2>



<p>맥엘로이는 CIO와 CTO가 하이브리드 인프라 구성이 주는 이점과 최근 수년 동안 기술 수준이 얼마나 달라졌는지에 대해 더 적극적으로 논의할 필요가 있다고 말했다. 맥엘로이는 “많은 조직이 클라우드 비용이 본능적으로 너무 높다고 느끼면서도, CFO가 얼마나 절감할 수 있는지 가늠하지 못해 클라우드 환송이라는 위험한 작업에 나설 유인이 크지 않다”라고 지적했다.</p>



<p>루체티는 프로터 앤 갬블의 클라우드 전략을 “살아 있는 프레임워크”라고 표현하며, 앞으로 수년 동안 적절한 클라우드 역량을 활용해 AI와 에이전트 기반 기능을 사업 가치와 연결해 나갈 계획이라고 말했다. 루체티는 “목표는 단순하다. 기술을 비즈니스 성장과 정렬하면서 급변하는 디지털 환경에서 민첩성을 유지하는 것”이라며, “클라우드 전환은 도착지가 아니라 여정이다. 프로터 앤 갬블은 기술 의사결정을 비즈니스 성과와 정렬하고 유연성을 수용하는 데서 성공이 나온다고 믿고 있다”라고 강조했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Meet the MAESTRO: AI agents are ending multi-cloud vendor lock-in]]></title>
<description><![CDATA[For today’s CIO, the multi-cloud landscape, extending across hyperscalers, enterprise platforms, and AI-native cloud providers, is a non-negotiable strategy for business resilience and innovation velocity. Yet, this very flexibility can become a liability, often leading to fragmented automation, ...]]></description>
<link>https://tsecurity.de/de/3145895/it-security-nachrichten/meet-the-maestro-ai-agents-are-ending-multi-cloud-vendor-lock-in/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3145895/it-security-nachrichten/meet-the-maestro-ai-agents-are-ending-multi-cloud-vendor-lock-in/</guid>
<pubDate>Mon, 08 Dec 2025 16:35:30 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>For today’s CIO, the multi-cloud landscape, extending across hyperscalers, enterprise platforms, and AI-native cloud providers, is a non-negotiable strategy for business resilience and innovation velocity. Yet, this very flexibility can become a liability, often leading to fragmented automation, vendor sprawl, and costly data silos. The next frontier in cloud optimization isn’t better scripting—it’s Agentic AI systems.</p>



<p>These autonomous, goal-driven systems, deployed as coordinated multi-agent ecosystems, act as an enterprise’s “MAESTRO.” They don’t just follow instructions; they observe, plan, and execute tasks across cloud boundaries in real-time, effectively transforming vendor sprawl from a complexity tax into a strategic asset.</p>



<h2 class="wp-block-heading">The architecture of cross-cloud agent interoperability</h2>



<p>The core challenge in a multi-cloud environment is not the platforms themselves, but the lack of seamless interoperability between the automation layers running on them. The MAESTRO architecture (referencing the Cloud Security Alliance’s <a href="https://labs.cloudsecurityalliance.org/maestro/" target="_blank" rel="nofollow">MAESTRO agentic AI threat modeling framework</a>; MAESTRO stands for multi-agent environment, security, threat, risk and outcome) solves this by standardizing the language and deployment of these autonomous agents:</p>



<h3 class="wp-block-heading">1. The open standards bridge: A2A protocol</h3>



<p>For agents to coordinate effectively—to enable a FinOps agent on one cloud to negotiate compute resources with an AIOps agent on another cloud—they must speak a common, vendor-agnostic language. This is where the emerging <a href="https://a2a-protocol.org/latest/" target="_blank" rel="nofollow">Agent2Agent (A2A) protocol</a> becomes crucial.</p>



<p>The A2A protocol is an open, universal standard that enables intelligent agents, regardless of vendor or underlying model, to discover, communicate, and collaborate. It provides the technical foundation for:</p>



<ul class="wp-block-list">
<li><strong>Dynamic capability discovery:</strong> Agents can publish their identity and skills, allowing others to discover and connect without hard-coded integrations.</li>



<li><strong>Context sharing:</strong> Secure exchange of context, intent, and status, enabling long-running, multi-step workflows like cross-cloud workload migration or coordinated threat response.</li>
</ul>



<p>To fully appreciate the power of the Maestro architecture, consider a critical cross-cloud workflow: strategic capacity arbitrage and failover. A FinOps agent on a general-purpose cloud is continuously monitoring an AI inference workload’s service level objectives(SLOs) and cost-per-inference. When a sudden regional outage is detected by an AIOps agent on the same cloud, the AIOps agent broadcasts a high-priority “capacity sourcing” intent using the A2A protocol. The Maestro orchestrates an immediate response, allowing the FinOps agent to automatically negotiate and provision the required GPU capacity with a specialized neocloud agent. Simultaneously, a security agent ensures the new data pipeline adheres to the required data sovereignty rules before the workload migration agent seamlessly shifts the portable Kubernetes container to the new, available capacity, all in under a minute to maintain continuous model performance. This complex, real-time coordination is impossible without the standardized language and interoperability provided by the A2A protocol and the Kubernetes-native deployment foundation.</p>



<h3 class="wp-block-heading">2. The deployment foundation: Kubernetes-native frameworks</h3>



<p>To ensure agents can be deployed, scaled, and managed consistently across clouds, we must leverage a Kubernetes-native approach. Kubernetes is already the de facto orchestration layer for enterprise cloud-native applications. New <a href="https://kagent.dev/" target="_blank" rel="nofollow">Kubernetes-native agent frameworks, like kagent</a>, are emerging to extend this capability directly to multi-agent systems.</p>



<p>This approach allows the Maestro to:</p>



<ul class="wp-block-list">
<li><strong>Zero-downtime agent portability:</strong> Package agents as standard containers, making it trivial to move a high-value security agent from one cloud to another for resilience or cost arbitrage.</li>



<li><strong>Observability and auditability:</strong> Leverage Kubernetes’ built-in tools for monitoring, logging, and security to gain visibility into the agent’s actions and decision-making process, a non-negotiable requirement for autonomous systems.</li>
</ul>



<h2 class="wp-block-heading">Strategic value: Resilience and zero lock-in</h2>



<p>The Maestro architecture fundamentally shifts the economics and risk profile of a multi-cloud strategy.</p>



<ul class="wp-block-list">
<li><strong>Reduces vendor lock-in:</strong> By enforcing open standards like A2A, the enterprise retains control over its core AI logic and data models. The Maestro’s FinOps agents are now capable of dynamic cost and performance arbitrage across a more diverse compute landscape that includes specialized providers. Neoclouds are purpose-built for AI, offering GPU-as-a-Service (GPUaaS) and unique performance advantages for training and inference. By packaging AI workloads as portable Kubernetes containers, the Maestro can seamlessly shift them to the most performant or cost-effective platform—whether it’s an enterprise cloud for regulated workloads, or a specialized AI-native cloud for massive, high-throughput training. As <em>BCG</em> emphasizes, managing the evolving dynamics of <a href="https://www.bcg.com/publications/2025/managing-dynamics-digital-platform-lock-in" target="_blank" rel="nofollow">digital platform lock-in</a> requires disciplined sourcing and modular, loosely coupled architectures. The agent architecture makes it dramatically easier to port or coordinate high-value AI services, providing true strategic flexibility.</li>
</ul>



<ul class="wp-block-list">
<li><strong>Enhances business resilience (AIOps):</strong> AIOps agents, orchestrated by the Maestro, can perform dynamic failover, automatically redirecting traffic or data pipelines between regions or providers during an outage. Furthermore, the Maestro can orchestrate strategic capacity sourcing, instantly rerouting critical AI inference workloads to available, high-performance GPU capacity offered by specialized neoclouds to ensure continuous model performance during a regional outage on a general-purpose cloud. They can also ensure compliance by dynamically placing data or compute in the “greenest” (most energy-efficient) cloud or the required sovereign region to meet data sovereignty rules.</li>
</ul>



<h2 class="wp-block-heading">The future trajectory</h2>



<p>The shift to the Maestro architecture represents more than just a technological upgrade; it signals the true democratization of the multi-cloud ecosystem. By leveraging open standards like A2A, the enterprise is moving away from monolithic vendor platforms and toward a vibrant, decentralized marketplace of agentic services. In this future state, enterprises will gain access to specialized, hyper-optimized capabilities from a wide array of providers, treating every compute, data, or AI service as a modular, plug-and-play component. This level of strategic flexibility fundamentally alters the competitive landscape, transforming the IT organization from a consumer of platform-centric services to a strategic orchestrator of autonomous, best-of-breed intelligence. This approach delivers the “strategic freedom from vendor lock-in” necessary to continuously adapt to market changes and accelerate innovation velocity, effectively turning multi-cloud complexity into a decisive competitive advantage.</p>



<h2 class="wp-block-heading">Governance: Managing the autonomous agent sprawl</h2>



<p>The power of autonomous agents comes with the risk of “misaligned autonomy”—agents doing what they were optimized to do, but without the constraints and guardrails the enterprise forgot to encode. Success requires a robust governance framework to manage the burgeoning population of agents.</p>



<ul class="wp-block-list">
<li><strong>Human-in-the-loop (HITL) for critical decisions:</strong> While agents execute most tasks autonomously, the architecture must enforce clear human intervention points for high-risk decisions, such as a major cost optimization that impacts a business-critical service or an automated incident response that involves deleting a core data store. Gartner emphasizes the importance of transparency, clear audit trails, and the ability for humans to intervene or override agent behavior. In fact, Gartner predicts that by 2028, loss of control—where AI agents pursue misaligned goals—will be the top concern for 40% of Fortune 1000 companies.</li>



<li><strong>The 4 pillars of agent governance:</strong> A strong framework must cover the full agent lifecycle:
<ol start="1" class="wp-block-list">
<li><strong>Lifecycle management:</strong> Enforcing separation of duties for development, staging, and production.</li>



<li><strong>Risk management:</strong> Implementing behavioral guardrails and compliance checks.</li>



<li><strong>Security:</strong> Applying least privilege access to tools and APIs.</li>



<li><strong>Observability:</strong> Auditing every action to maintain a complete chain of reasoning for compliance and debugging.</li>
</ol>
</li>
</ul>



<p>By embracing this Maestro architecture, CIOs can transform their multi-cloud complexity into a competitive advantage, achieving unprecedented levels of resilience, cost optimization, and, most importantly, strategic freedom from vendor lock-in.</p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.<br><a href="https://www.cio.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CIOs shift from ‘cloud-first’ to ‘cloud-smart’]]></title>
<description><![CDATA[Common wisdom has long held that a cloud-first approach will gain CIOs benefits such as agility, scalability, and cost-efficiency for their applications and workloads. While cloud remains most IT leaders’ preferred infrastructure platform, many are rethinking their cloud strategies, pivoting from...]]></description>
<link>https://tsecurity.de/de/3145140/it-security-nachrichten/cios-shift-from-cloud-first-to-cloud-smart/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3145140/it-security-nachrichten/cios-shift-from-cloud-first-to-cloud-smart/</guid>
<pubDate>Mon, 08 Dec 2025 11:21:23 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Common wisdom has long held that a cloud-first approach will gain CIOs benefits such as agility, scalability, and cost-efficiency for their applications and workloads. While cloud remains most IT leaders’ preferred infrastructure platform, many are rethinking their cloud strategies, pivoting from cloud-first to “cloud-smart” by choosing the best approach for specific workloads rather than just moving everything off-premises and prioritizing cloud over other considerations for new initiatives.</p>



<p>Cloud cost optimization is one factor motivating this rethink, with organizations struggling to control escalating cloud expenses amid rapid growth. An estimated <a href="https://www.prnewswire.com/news-releases/44-5-billion-in-infrastructure-cloud-waste-projected-for-2025-due-to-finops-and-developer-disconnect-finds-finops-in-focus-report-from-harness-302385580.html" rel="nofollow">21% of enterprise cloud infrastructure spend</a>, equivalent to $44.5 billion in 2025, is wasted on underutilized resources — with <a href="https://www.cio.com/article/4064316/31-of-it-leaders-waste-half-their-cloud-spend.html">31% of CIOs wasting half of their cloud spend</a>, according to a recent survey from VMware.</p>



<p>The full rush to the cloud is over, says <a href="https://www.linkedin.com/in/ryan-a-mcelroy/" rel="nofollow">Ryan McElroy</a>, vice president of technology at tech consultancy Hylaine. Cloud-smart organizations have a well-defined and proven process for determining which workloads are best suited for the cloud.</p>



<p>For example, “something that must be delivered very quickly and support massive scale in the future should be built in the cloud,” McElroy says. “Solutions with legacy technology that must be hosted on virtual machines or have very predictable workloads that will last for years should be deployed to well-managed data centers.”</p>



<p>The cloud-smart trend is being influenced by better on-prem technology, longer hardware cycles, ultra-high margins with hyperscale cloud providers, and the typical hype cycles of the industry, according to McElroy. All favor hybrid infrastructure approaches.</p>



<p>However, “<a href="https://www.cio.com/article/2104613/private-cloud-makes-its-comeback-thanks-to-ai.html">AI has added another major wrinkle</a> with siloed data and compute,” he adds. “Many organizations aren’t interested in or able to build high-performance GPU datacenters, and need to use the cloud. But if they’ve been conservative or cost-averse, their data may be in the on-prem component of their hybrid infrastructure.”</p>



<p>These variables have led to complexity or <a href="https://www.cio.com/article/4064319/ai-cost-overruns-are-adding-up-with-major-implications-for-cios.html">unanticipated costs</a>, either through migration or data egress charges, McElroy says.</p>



<p>He estimates that “only 10% of the industry has openly admitted they’re moving” toward being cloud-smart. While that number may seem low, McElroy says it is significant.</p>



<p>“There are a lot of prerequisites to moderate on your cloud stance,” he explains. “First, you generally have to be a new CIO or CTO. Anyone who moved to the cloud is going to have a lot of trouble backtracking.”</p>



<p>Further, organizations need to have retained and upskilled the talent who manage the datacenter they own or at the co-location facility. They must also have infrastructure needs that outweigh the benefits the cloud provides in terms of raw agility and fractional compute, McElroy says.</p>



<h2 class="wp-block-heading">Selecting and reassessing the right hyper-scaler</h2>



<p>Procter &amp; Gamble embraced a cloud-first strategy when it began migrating workloads about eight years ago, says <a href="https://www.linkedin.com/in/paolalucetti/" rel="nofollow">Paola Lucetti</a>, CTO and senior vice president. At that time, the mandate was that all new applications would be deployed in the public cloud, and existing workloads would migrate from traditional hosting environments to hyperscalers, Lucetti says.</p>



<p>“This approach allowed us to modernize quickly, reduce dependency on legacy infrastructure, and tap into the scalability and resilience that cloud platforms offer,” she says.</p>



<p>Today, nearly all P&amp;G’s workloads run on cloud. “We choose to keep selected workloads outside of the public cloud because of latency or performance needs that we regularly reassess,” Lucetti says. “This foundation gave us speed and flexibility during a critical phase of digital transformation.”</p>



<p>As the company’s cloud ecosystem has matured, so have its business priorities. “Cost optimization, sustainability, and agility became front and center,” she says. “Cloud-smart for P&amp;G means selecting and regularly reassessing the right hyperscaler for the right workload, embedding <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps practices</a> for transparency and governance, and leveraging hybrid architectures to support specific use cases.”</p>



<p>This approach empowers developers through automation, AI, and agentic to drive value faster, Lucetti says. “This approach isn’t just technical — it’s cultural. It reflects a mindset of strategic flexibility, where technology decisions align with business outcomes.”</p>



<h2 class="wp-block-heading">AI is reshaping cloud decisions</h2>



<p>AI represents a huge potential spend requirement and raises the stakes for infrastructure strategy, says McElroy.</p>



<p>“Renting servers packed with expensive Nvidia GPUs all day every day for three years will be financially ruinous compared to buying them outright,” he says, “but the flexibility to use next year’s models seamlessly may represent a strategic advantage.”</p>



<p>Cisco, for one, has become far more deliberate about what truly belongs in the public cloud, says <a href="https://www.linkedin.com/in/nikkale/" rel="nofollow">Nik Kale</a>, principal engineer and product architect. Cost is one factor, but the main driver is <a href="https://www.cio.com/article/4006394/how-cios-are-getting-data-right-for-ai.html">AI data governance</a>.</p>



<p>“Being cloud-smart isn’t about repatriation — it’s about aligning AI’s data gravity with the right control plane,” he says.</p>



<p>IT has parsed out what should be in a private cloud and what goes into a public cloud. “Training and fine-tuning large models requires strong control over customer and telemetry data,” Kale explains. “So we increasingly favor hybrid architectures where inference and data processing happen within secure, private environments, while orchestration and non-sensitive services stay in the public cloud.”</p>



<p>Cisco’s cloud-smart strategy starts with data classification and workload profiling. Anything with customer-identifiable information, diagnostic traces, and model feedback loops are processed within regionally compliant private clouds, he says.<br><br>Then there are “stateless services, content delivery, and telemetry aggregation that benefit from public-cloud elasticity for scale and efficiency,” Kale says.</p>



<p>Cisco’s approach also involves “packaging previously cloud-resident capabilities for secure deployment within customer environments — offering the same AI-driven insights and automation locally, without exposing data to shared infrastructure,” he says. “This gives customers the flexibility to adopt AI capabilities without compromising on data residency, privacy, or cost.”</p>



<p>These practices have improved Cisco’s compliance posture, reduced inference latency, and yielded measurable double-digit reductions in cloud spend, Kale says.</p>



<p>One area where AI has fundamentally changed their approach to cloud is in large-scale threat detection. “Early versions of our models ran entirely in the public cloud, but once we began fine-tuning on customer-specific telemetry, the sensitivity and volume of that data made cloud egress both costly and difficult to govern,” he says. “Moving the training and feedback loops into regional private clouds gave us full auditability and significantly reduced transfer costs, while keeping inference hybrid so customers in regulated regions received sub-second response times.”</p>



<p>IT saw a similar issue with its generative AI support assistant. “Initially, case transcripts and diagnostic logs were processed in public cloud LLMs,” Kale says. “As customers in finance and healthcare raised legitimate concerns about data leaving their environments, we re-architected the capability to run directly within their [virtual private clouds] or on-prem clusters.”</p>



<p>The orchestration layer remains in the public cloud, but the sensitive data never leaves their control plane, Kale adds.</p>



<p>AI has also reshaped how telemetry analytics is handled across Cisco’s CX portfolio. IT collects petabyte-scale operational data from more than 140,000 customer environments.</p>



<p>“When we transitioned to real-time predictive AI, the cost and latency of shipping raw time-series data to the cloud became a bottleneck,” Kale says. “By shifting feature extraction and anomaly detection to the customer’s local collector and sending only high-level risk signals to the cloud, we reduced egress dramatically while improving model fidelity.”</p>



<p>In all instances, “AI made the architectural trade-offs clear: Specific workloads benefit from public-cloud elasticity, but the most sensitive, data-intensive, and latency-critical AI functions need to run closer to the data,” Kale says. “For us, cloud-smart has become less about repatriation and more about aligning data gravity, privacy boundaries, and inference economics with the right control plane.”</p>



<h2 class="wp-block-heading">A less expensive execution path</h2>



<p>Like P&amp;G, World Insurance Associates believes cloud-smart translates to implementing a FinOps framework. CIO <a href="https://www.linkedin.com/in/corrigan-michael/" rel="nofollow">Michael Corrigan</a> says that means having an optimized, consistent build for virtual machines based on the business use case, and understanding how much storage and compute is required.</p>



<p>Those are the main drivers to determine costs, “so we have a consistent set of standards of what will size our different environments based off of the use case,” Corrigan says. This gives World Insurance what Corrigan says is an automated architecture.</p>



<p>“Then we optimize the build to make sure we have things turned on like elasticity. So when services aren’t used typically overnight, they shut down and they reduce the amount of storage to turn off the amount of compute” so the company isn’t paying for it, he says. “It starts with the foundation of optimization or standards.”</p>



<p>World Insurance works with its cloud providers on different levels of commitment. With Microsoft, for example, the insurance company has the option to use virtual machines, or what Corrigan says is a “reserved instance.” By telling the provider how many machines they plan to consume or how much they intend to spend, he can try to negotiate discounts.</p>



<p>“That’s where the FinOps framework has to really be in place … because obviously, you don’t want to commit to a level of spend that you wouldn’t consume otherwise,” Corrigan says. “It’s a good way for the consumer or us as the organization utilizing those cloud services, to get really significant discounts upfront.”</p>



<p>World Insurance is using AI for automation and alerts. AI tools are typically charged on a compute processing model, “and what you can do is design your query so that if it is something that’s less complicated, it’s going to hit a less expensive execution path” and go <a href="https://www.cio.com/article/3974073/it-leaders-see-big-business-potential-in-small-ai-models.html">to a small language model (SLM)</a>, which doesn’t use as much processing power, Corrigan says.</p>



<p>The user gets a satisfactory result, and “there is less of a cost because you’re not consuming as much,” he says.</p>



<p>That’s the tactic the company is taking — routing AI queries to the less expensive model. If there is a more complicated workflow or process, it will be routed to the SLM first “and see if it checks the box,” Corrigan says. If its needs are more complex, it is moved to the next stage, which is more expensive, and generally involves an LLM that requires going through more data to give the end user what they’re looking for.</p>



<p>“So we try to manage the costs that way as well so we’re only consuming what’s really needed to be consumed based on the complexity of the process,” he says.</p>



<h2 class="wp-block-heading">Cloud is ‘a living framework’</h2>



<p>Hylaine’s McElroy says CIOs and CTOs need to be more open to discussing the benefits of hybrid infrastructure setups, and how the state of the art has changed in the past few years.</p>



<p>“Many organizations are wrestling with cloud costs they know instinctively are too high, but there are few incentives to take on the risky work of repatriation when a CFO doesn’t know what savings they’re missing out on,” he says.</p>



<p>Lucetti characterizes P&amp;G’s cloud strategy as “a living framework,” and says that over the next few years, the company will continue to leverage the right cloud capabilities to enable AI and agentic for business value.</p>



<p>“The goal is simple: Keep technology aligned with business growth, while staying agile in a rapidly changing digital landscape,” she says. “Cloud transformation isn’t a destination — it’s a journey. At P&amp;G, we know that success comes from aligning technology decisions with business outcomes and by embracing flexibility.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[7 reasons IT teams fail to exceed your expectations]]></title>
<description><![CDATA[The C-suite and corporate boardroom have pinned much of their plans for success on technology.



According to the 2025 Executive Outlook report by Personiv, 78% of execs have increased technology investment or will increase it in the next six months in what researchers termed “proactive, agile r...]]></description>
<link>https://tsecurity.de/de/3130529/it-security-nachrichten/7-reasons-it-teams-fail-to-exceed-your-expectations/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3130529/it-security-nachrichten/7-reasons-it-teams-fail-to-exceed-your-expectations/</guid>
<pubDate>Mon, 01 Dec 2025 11:06:30 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>The C-suite and corporate boardroom have pinned much of their plans for success on technology.</p>



<p>According to the <a href="https://insights.personiv.com/reports/2025-fall-executive-outlook-pulse-survey" rel="nofollow">2025 Executive Outlook report by Personiv</a>, 78% of execs have increased technology investment or will increase it in the next six months in what researchers termed “proactive, agile responses to the current environment.”</p>



<p>And AI is proving to be a key area for that investment, as the <a href="https://kpmg.com/xx/en/our-insights/value-creation/global-ceo-outlook-survey.html" rel="nofollow">KPMG 2025 Global CEO Outlook</a> found that 71% of CEOs listed AI as a top investment priority, up from 64% in 2024, with 69% allocating 10% to 20% of their budget on AI alone.</p>



<p>Overall, transformation is the order of the day. Accoding to the <a href="https://www.ey.com/en_gl/ceo/ceo-outlook-global-report" rel="nofollow">September 2025 EY-Parthenon CEO Outlook Survey</a>, 52% of chief executives “plan to increase investment to accelerate portfolio transformation, reflecting a recognition that adapting to shifting markets and customer expectations is no longer optional but essential for growth.”</p>



<p>Such expectations put pressure on IT teams to deliver innovations and transformations that drive business results — and the expectations are often that IT initiatives will exceed objectives.</p>



<p>That’s a tall order, one that many IT departments can’t fulfill for various reasons. Here long-serving IT leaders share seven reasons why IT teams fail to exceed expectations and how CIOs can lead their teams to overcome those challenges.</p>



<h2 class="wp-block-heading">1. Too much time spent on lights-on activities</h2>



<p>Keeping the technology engines humming smoothly, while essential, will not impress CEOs and other enterprise leaders, says <a href="https://www.infotech.com/profiles/heather-leier-murray" rel="nofollow">Heather Leier-Murray</a>, a research director in the CIO practice at Info-Tech Research Group.</p>



<p>Yet that’s where many IT teams still focus much of their attention.</p>



<p>The <a href="https://www.auvik.com/wp-content/themes/auvik/downloads/Auvik-IT-Trends-Report-2025.pdf" rel="nofollow">IT Trends 2025: Industry Report from Auvik</a>, a maker of network management software, found that “58% of IT professionals shared that they spend half or more of their work week on tickets for the end-user.” It also found that 32% of surveyed IT pros cited “don’t have enough time” as a reason for not implementing wish-list items — the No. 1 reason given.</p>



<p>“We’re seeing that the organization — the C-suite, and the CEO particularly — is increasing expectations that IT should be working at higher levels, so leading transformations, being business partners, expanding business opportunities. They want IT to transform and expand the business,” Leier-Murray says. “And IT is not able to keep up, or exceed, with this expectation because it is spending all its time on maintenance and administration.”</p>



<p>Leier-Murray and others say CIOs need to use technology to <a href="https://www.cio.com/article/220113/7-ways-to-make-it-operations-more-efficient.html">transform IT processes and workflows</a> — just as they’re doing in other business units. They should automate routine maintenance tasks, <a href="https://www.cio.com/article/4079008/8-ways-agentic-ai-will-transform-it-operations.html">deploy AI to perform more complex processes</a>, and simplify the tools and technologies IT staffers use as a way to streamline jobs and gain back time. Furthermore, CIOs must prioritize strategic work that delivers the most value over maintenance work that has little to no critical impact.</p>



<h2 class="wp-block-heading">2. Lack of clarity on expectations</h2>



<p>Another reason why IT teams fail to exceed expectations is that they don’t have a clear understanding of what the expectations are.</p>



<p>“Sometimes there is not a clear picture of what success is, and that means there are gaps in expectations because they weren’t well defined. I’ve seen that happen time and time again,” says <a href="https://www.linkedin.com/in/dvidoni/" rel="nofollow">Pegasystems CIO David Vidoni</a>.</p>



<p>To gain clarity, Vidoni says IT needs to focus on the outcomes business leaders want and <a href="https://www.cio.com/article/219666/9-key-metrics-for-it-success.html">use business metrics to measure success</a>.</p>



<p>Others offer similar advice.</p>



<p>“Start by measuring the right types of progress,” says <a href="https://www.linkedin.com/in/zoneamar/" rel="nofollow">Amar Aswatha</a>, senior vice president for global business engineering at CGI, a consulting and services firm. “Progressive CIOs will ask, ‘Are we solving the right problem?’ and they’ll check back with the business often and ask, ‘Are we aligned to the same outcome?’”</p>



<p>Aswatha says leading CIOs also share with their IT teams the reasons for the projects and programs they’re pursuing and why the outcomes are important for the organization. “Explaining that and reiterating that is extremely important. IT teams want to know what difference it makes, and giving them the sense of purpose matters,” he says.</p>



<h2 class="wp-block-heading">3. Acting more like a vendor than a partner</h2>



<p><a href="https://www.linkedin.com/in/nathan-kurtz-9778705/" rel="nofollow">Nate Kurtz</a>, CIO of Veeam Software Group, has seen some IT departments work like vendors, with CIOs and staffers taking an almost transactional approach, while others act like strategic partners, working shoulder to shoulder with business colleagues, sharing a stake in — and responsibility for — achieving a desired outcome.</p>



<p>Those who act like strategic partners are the ones who exceed expectations, he says.</p>



<p>“The CIO is a critical role in an organization today, because IT is one of the few functions that touch everyone in an organization,” he says. “CIOs can see across an organization; we can see ways to improve it. So the CIO has to frame that perspective to the IT team and other executives, that IT can help drive the organization forward.”</p>



<h2 class="wp-block-heading">4. Falling short on ensuring the business does its part for success</h2>



<p>Both sides must contribute to the IT-business partnership for it to work successfully, yet experienced CIOs say that’s not always the case. There are times when IT workers are clear on what it will take to deliver a successful product, and what they must do to exceed target outcomes, but the business does not have that same level of understanding, Vidoni says.</p>



<p>As an example, he points to a chatbot initiative. The technologists recognized that having certain data was essential for success, but the business unit did not seem to grasp its role in delivering that data, ensuring it was in good form, and doing so in a timely manner.</p>



<p>“Business may not fully understand all that needs to come together for [a technology initiative] to succeed, what needs to be brought to the table from the business team, and what IT needs to bring to the table,” he says.</p>



<p>The end product in such cases may “produce good results, but not spectacular results,” as was the case with the chatbot, says Vidoni, adding that he learned from that experience to outline at the outset what the business needs to do and allocate the time they need to do it — a lesson that reinforces the value of strong communication and good planning.</p>



<h2 class="wp-block-heading">5. Failing to enforce effective project prioritization practices</h2>



<p>CIOs attest to the heavy workload put on IT today.</p>



<p>“Everyone is juggling different projects and different priorities for different business units,” Vidoni says. “And IT leaders want to please and satisfy, and that can come out as not pushing back on requests, saying yes, and striving to make things happen. But it’s important to understand what boundaries you have, to make sure you do not overcommit, because if you’re stretched too thin, you’ll miss expectations and not have positive outcomes.”</p>



<p>To avoid such scenarios, Vidoni prioritizes projects aligned to enterprise objectives and has a <a href="https://www.cio.com/article/649920/7-checks-for-when-cios-need-to-play-hardball.html">strong discipline around capacity planning</a>. He also makes sure team members adhere to those practices so they’re not committing IT resources to pet projects that come up in their meetings with business colleagues.</p>



<h2 class="wp-block-heading">6. Trying to keep up with excessive, unrealistic expectations</h2>



<p>“The expectations for delivery, especially with the advent of AI, are that much greater today than they were just a year ago,” says <a href="https://www.linkedin.com/in/stwilson/" rel="nofollow">Shannon T. Wilson</a>, vice president of IT at the University of Phoenix. “The demands for output are greater than they have ever been in the past.”</p>



<p>To meet those increasing expectations, Wilson says his IT department is transforming how it works, using technology — including AI — to become more effective and efficient, and is mandating training for its IT workforce.</p>



<p>Such moves have helped IT not only keep pace with demands but also deliver “multiples back.”</p>



<p>But Wilson says IT leaders also must “set the proper expectations for what their teams can deliver with the resources they have,” noting that “demand will always exceed what the capacity is to deliver.”</p>



<p>He says his IT department diligently tracks its work so it can accurately plan what it can deliver, ensuring the team doesn’t overpromise. And IT leaders frequently check in with business colleagues to ensure work is on track and communicate when it’s not, such as when the October AWS outage threw work plans out of whack.</p>



<p>Wilson says such moves have helped ensure expectations are high but achievable.</p>



<p>“We’ve tried to shrink all the places where we can get disconnected between expectations and deliverables,” he says.</p>



<h2 class="wp-block-heading">7. IT staffers don’t think like the business</h2>



<p>“IT teams are used to working for their group’s objectives — upgrades to technologies, reduce support complications, time taken to provide enhancements — and answering to IT management,” says <a href="https://www.ust.com/en/who-we-are/ust-leadership/niranjan-ramsunder" rel="nofollow">Niranjan Ramsunder</a>, CTO of UST, which provides IT services, consulting and engineering. “Now they almost always answer to business stakeholders who fund most initiatives.”</p>



<p>This presents challenges for some IT workers as it requires them to use “new skills which are not always available in current teams,” he says.</p>



<p>They need to understand business ROI and priorities, for example, he says, and realize that “doing a rollout for a new feature in a CRM on time and under budget is not enough.”</p>



<p>And they must know and work to the speed of market expectations, he adds.</p>



<p>Ramsunder advises CIOs to take several steps to remove such roadblocks to delivery excellence: familiarize IT staffers with the metrics that the business uses to measure success; train IT teams to use AI tools, open-source components, and integration to increase their speed; and prioritize IT projects based on business impact.</p>



<p>“It is critical to develop a conscious training program on the business view of IT capabilities and measurements as well as a new org structure incorporating AI agents,” he says, adding that IT teams must also develop <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps capabilities</a> along with core skills to leverage LLMs and agents.</p>



<p>“CIOs and the IT teams that report to them need to enable the right kind of tools and framework for onboarding new AI tools quickly,” he adds. “In addition, they need to cultivate in their teams a ‘so what’ mindset urging them to think about the business value of their work and actively participate in creating a differentiated business rather than simply delivering to what is being asked for.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI 확산에 ‘사용자당’ 요금 모델이 사라진다···CIO에게 필요한 협상 전략은?]]></title>
<description><![CDATA[주요 엔터프라이즈 소프트웨어 벤더가 사용자당 요금제 책정 방식을 포기하고 사용량 또는 에이전트 상호작용 기반 요금제로 옮겨가면서, CIO는 라이선스 협상 전반과 AI 활용관리 방식을 사실상 다시 설계해야 하는 상황에 놓였다.



이 같은 요금제 전환 흐름은 부인할 수 없다. IDC는 최근 보고서에서 “AI 에이전트가 반복적인 수작업을 디지털 노동으로 빠르게 대체하면서, 2028년까지 순수 사용자당 가격 책정 모델은 사라질 것이며, 전체 벤더의 70%가 새로운 모델로 가치 제안을 재정비하게 될 것”이라고 분석했다.



비용 ...]]></description>
<link>https://tsecurity.de/de/3123102/it-security-nachrichten/ai-cio/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3123102/it-security-nachrichten/ai-cio/</guid>
<pubDate>Thu, 27 Nov 2025 07:06:33 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>주요 엔터프라이즈 소프트웨어 벤더가 사용자당 요금제 책정 방식을 포기하고 사용량 또는 에이전트 상호작용 기반 요금제로 옮겨가면서, CIO는 라이선스 협상 전반과 AI 활용관리 방식을 사실상 다시 설계해야 하는 상황에 놓였다.</p>



<p>이 같은 요금제 전환 흐름은 부인할 수 없다. IDC는 <a href="https://my.idc.com/getdoc.jsp?containerId=prUS53883425" target="_blank" rel="nofollow">최근 보고서</a>에서 “AI 에이전트가 반복적인 수작업을 디지털 노동으로 빠르게 대체하면서, 2028년까지 순수 사용자당 가격 책정 모델은 사라질 것이며, 전체 벤더의 70%가 새로운 모델로 가치 제안을 재정비하게 될 것”이라고 분석했다.</p>



<h2 class="wp-block-heading">비용 변동에 대비해야 할 시점</h2>



<p>세일즈포스와 워크데이 경영진은 최근 투자자 대상 콜에서 요금제 변경 가능성을 직접 언급했다. 워크데이 CEO <a href="https://seekingalpha.com/article/4847698-workday-inc-wday-q3-2026-earnings-call-transcript" target="_blank" rel="nofollow">칼 에셴바흐</a>는 실적 발표 자리에서 “우리는 기존 고객 기반을 중심에 두고 있으며, 단순히 사용자 수가 아니라 사용자당 매출에 집중하고 있다”라고 말했다.</p>



<p>어퍼엣지(UpperEdge)의 자문 실무 책임자인 <a href="https://upperedge.com/who-we-are/our-team/people/adam-mansfield/" target="_blank" rel="nofollow">애덤 맨스필드</a>는 “기업은 내년에 상당한 비용 변동에 대비해야 한다”라고 지적했다. 그는 “사전 보호 장치가 없다면 예기치 않은 중도 가격 인상이 발생할 수 있고, AI 제품이 사용량 기반 라이선스로 전환되면서 예상보다 많은 비용을 부담할 가능성도 크다. 세일즈포스가 에이전트포스(Agentforce)를 통해 사용자 수 기반 모델에서 사용량 기반 모델로 이동하는 사례가 대표적”이라고 설명했다.</p>



<p>맨스필드는 일부 기업이 AI 대화 사용량을 예상보다 훨씬 빠르게 소진하고 있다고 언급했다. 그는 “무엇이 ‘대화’로 정의되는지, 어떤 방식으로 사용량이 산정되는지 명확히 규정하지 않은 채 주문서를 작성해 문제를 겪는 기업도 상당수를 차지한다. 이런 경우 기업은 자신도 모르게 사용량 한도를 초과하게 되고, 그 결과 상당한 추가 비용을 지불하게 된다. 사전에 적절히 협상했다면 피할 수 있었을 상황”이라고 지적했다.</p>



<h2 class="wp-block-heading">위험을 고객에게 전가하는 구조</h2>



<p>그레이하운드 리서치의 수석 애널리스트 <a href="https://greyhoundresearch.com/svg/" target="_blank" rel="nofollow">산치트 비르 고기아</a>도 같은 의견을 내놨다. 고기아는 “기업용 소프트웨어 요금제가 구조적 재편 단계에 들어섰다. SaaS 계약의 기반이었던 사용자당 요금제는 AI로 인한 인력 축소 흐름 앞에서 점차 힘을 잃고 있다. 비즈니스 가치가 인력 규모에서 자동화 중심으로 이동하고 있다”라고 분석했다. 이어 그는 “이 변화는 작은 조정 수준이 아니라 계약 구조를 근본적으로 뒤흔드는 전략적 전환에 가깝다. 벤더가 단순히 오래된 가격 모델을 없애는 차원이 아니다”라고 지적했다.</p>



<p>고기아는 소프트웨어 업체가 거의 모든 위험을 고객에게 떠넘기고 있다는 점이 핵심이라고 강조했다.</p>



<p>그는 “벤더는 AI 연산 비용 변동성을 고객에게 전가하는 한편, 고객 측 생산성 향상분을 마진으로 흡수하고 있다. 이 같은 위험 전가 구조는 이제 사용량 기반 가격 모델에 깊이 내재돼 있다”라고 설명했다. 또한 “예측 가능했던 기존 라이선스 모델은 크레딧, 인터랙션, 이벤트 등 모호한 단위로 대체되고 있으며, 이는 가치 교환을 흐리도록 설계된 경우가 많다”라고 지적했다. 많은 상황에서 이러한 단위가 투명성이나 사전 정의된 상한 없이 측정되고 있다는 설명이다.</p>



<p>이어 그는 “결과적으로 벤더는 안정적인 마진을 확보하는 반면, 고객은 초과 사용 위험을 떠안게 되는 구조적 비대칭이 고착된다. 효과적인 협상을 위해서는 조달 부서가 AI 메커니즘, 시스템 텔레메트리, 지출을 유발하는 행동 신호를 이해하는 역량을 갖춰야 한다. 그렇지 못하면 계약이 통제 범위를 벗어나 예산이 빠르게 무너질 수 있다”라고 경고했다.</p>



<h2 class="wp-block-heading">CIO에게 필요한 전략</h2>



<p>이런 변화는 기업이 AI 사용량을 출장 경비 예산처럼 엄격하게 배분하고 관리하도록 요구한다. 현재 AI 도입 방식과 비교하면 향후 벤더 협상 전략도 크게 달라질 수 있다.</p>



<p>마켓프루븐AI(Market-Proven AI)의 CEO <a href="https://marketproven.ai/about/" target="_blank" rel="nofollow">애런 퍼킨스</a>는 주요 소프트웨어 벤더를 교체할 때 발생하는 전환 비용이 매우 크기 때문에, 기업이 “다른 곳으로 옮기겠다”라고 압박하는 전략은 실효성이 떨어진다고 지적했다. 더욱이 모든 벤더가 사용자 수 기반 요금제를 포기하게 되면, 애초에 옮겨갈 선택지도 사라진다.</p>



<p>분석가들은 벤더가 새로운 요금제로의 전환을 요구할 때, 협상에서 모든 용어를 명확하게 정의하는 것이 가장 먼저 해야 할 일이라고 입을 모았다.</p>



<p>퍼킨스는 “사용량 기반 모델은 서로 다르게 해석될 수 있다. 사용자가 로그인한 시간만을 의미하는지, 아니면 퇴근 후 자동으로 이뤄지는 백업까지 포함하는지 분명히 따져야 한다”리고 말했다. 그는 “어려운 질문을 해야 한다. ‘사용량이 무엇을 의미하는지 구체적으로 설명하라’고 요구해야 한다”라고 강조했다.</p>



<p>또 다른 전략은 계약 사용량의 상한선을 엄격하게 명시하고, 이를 초과하기 전에 반드시 벤더가 서면으로 승인을 요청하도록 책임을 부여하는 방법이다. 벤더가 승인 없이 초과 사용을 발생시킨다면, 해당 비용은 벤더가 부담하도록 하는 구조다.</p>



<p>퍼킨스는 특히 에이전트 기반 상호작용, 그중에서도 완전 자율형 에이전트의 활동이 가장 까다로운 가격 변수라고 지적했다. 벤더가 에이전트의 행동을 통제하고 양측이 사용량 기반 모델에 합의한 경우, 사용량이 늘어날수록 수익이 증가하기 때문에 벤더는 더 많은 활동을 유도할 가능성이 있다.</p>



<p>무어 인사이츠 앤 스트래티지의 수석 애널리스트 <a href="https://moorinsightsstrategy.com/team/jason-andersen/" target="_blank" rel="nofollow">제이슨 앤더슨</a>은 새로운 가격 모델이 적용되기 전에 유예 기간을 요구하는 것이 CIO가 제시할 수 있는 현실적인 출발점이라고 조언했다.</p>



<p>앤더슨은 “1년 정도의 유예를 요구하는 전략이 널리 활용될 것”이라고 말했다. CIO는 이 시간을 통해 현재 사용량을 정확하게 파악하고, 가격 전환 이후를 대비한 모델을 마련할 수 있다. 앤더슨은 이를 위해 핀옵스(FinOps) 관련 역량 강화와 더 정교한 관측·계량 도구 투자가 필요하다면서, “이제 에이전트 사용량을 계량하는 소프트웨어도 어느 정도 수준에 도달하고 있다”라고 조언했다.</p>



<p>앤더슨은 “벤더의 대응 방식도 예측 가능하다. 벤더는 ‘X달러에 10억 개의 토큰을 제공하겠다’는 식으로 제안할 것이다. 토큰이든 요청이든 이제 둘은 거의 같은 의미로 쓰이고 있다”라고 설명했다. 초기에는 대량 선구매 형태이기 때문에 토큰 단가가 낮게 책정되지만, 문제는 기업이 최초 제공량을 초과할 때 발생한다. 그는 “초기에는 대부분의 기업이 한도를 넘기게 될 것이다. 이 경우 벤더는 ‘초과 사용 시 더 높은 요율로 비용을 청구하겠다’고 할 것이고, CIO는 그 비용을 결국 사업 부서에 다시 전가해야 한다”라고 말했다.</p>



<p>자율형 에이전트의 사용량을 통제하려면, 모니터링 시스템에 임계값을 설정해 사용량이 특정 수준에 도달하면 경보가 울리도록 할 수 있다. 앤더슨은 “에이전트 자체에 ‘X개의 토큰 이상 사용하지 않는다’는 정책을 직접 적용하는 방식도 가능하다”라고 말했다.</p>



<p>하지만 위험도 존재한다. DDoS 공격이 호스팅 비용을 급증시키듯, 사용량 기반 계량 체계는 경쟁사나 악의적 행위자가 비용을 의도적으로 끌어올리기 위해 악용할 취약점이 될 수 있다.</p>



<p>앤더슨은 “예를 들어 고객 서비스 에이전트를 공격하기 위해 대량의 봇으로 사용량을 폭증시키면 상당한 비용이 발생할 수 있다”라고 경고했다. 그는 이를 방지하기 위해 계약서에 사기 방지 조항을 포함해야 한다면서, “공격을 입증할 수 있다면 비용을 부담하지 않도록 해야 한다. 이를 위해 적절한 ‘회로 차단기’ 장치를 계약에 내장해야 한다”라고 조언했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New software pricing metrics will force CIOs to change negotiating tactics]]></title>
<description><![CDATA[CIOs are being forced to rethink almost all elements of licensing negotiations, as well as managing how AI will be used, as major enterprise software vendors look to abandon per-seat pricing and shift to pricing based on consumption and/or agent interactions.



The evidence of such pricing shift...]]></description>
<link>https://tsecurity.de/de/3122758/it-security-nachrichten/new-software-pricing-metrics-will-force-cios-to-change-negotiating-tactics/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3122758/it-security-nachrichten/new-software-pricing-metrics-will-force-cios-to-change-negotiating-tactics/</guid>
<pubDate>Wed, 26 Nov 2025 23:34:10 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>CIOs are being forced to rethink almost all elements of licensing negotiations, as well as managing how AI will be used, as major enterprise software vendors look to abandon per-seat pricing and shift to pricing based on consumption and/or agent interactions.</p>



<p>The evidence of such pricing shifts is now all but undeniable. “By 2028, pure seat-based pricing will be obsolete as AI agents rapidly replace manual repetitive tasks with digital labor, forcing 70% of vendors to refactor their value proposition into new models,” said <a href="https://my.idc.com/getdoc.jsp?containerId=prUS53883425" rel="nofollow">a recent report from IDC</a>. </p>



<h2 class="wp-block-heading">Brace for ‘meaningful’ price shifts</h2>



<p>Executives from Salesforce and Workday have spoken about such likely pricing changes at recent investor calls. “We are selling back into our base and we’re focused not on just seats, but actually revenue per seat,” Workday CEO Carl Eschenbach <a href="https://seekingalpha.com/article/4847698-workday-inc-wday-q3-2026-earnings-call-transcript" rel="nofollow">told analysts during a recent earnings call</a>. </p>



<p>That means, said <a href="https://upperedge.com/who-we-are/our-team/people/adam-mansfield/" rel="nofollow">Adam Mansfield</a>, UpperEdge advisory practice leader, “enterprises should brace for meaningful price shifts next year, both through unexpected in-term increases where proper protections aren’t in place and through higher-than-anticipated costs tied to AI products transitioning to consumption-based licensing. Salesforce’s move from per-seat or per-user pricing toward usage-based pricing with Agentforce is a prime example.”</p>



<p>Mansfield said that some enterprises are discovering that they were consuming AI conversations and surpassing the established volume of available conversations far faster than expected. Additionally, “in many cases, they never fully clarified what constitutes a ‘conversation’ or how usage would be counted for their specific use cases, and their order forms are void of the necessary detail. The unfortunate result is that customers inadvertently exceed their volume thresholds and suddenly owe Salesforce more money and, in some cases, it’s a significant amount that could have been avoided with proper up-front negotiation.”</p>



<h2 class="wp-block-heading">Shifting the risk to customers</h2>



<p><a href="https://greyhoundresearch.com/svg/" rel="nofollow">Sanchit Vir Gogia</a>, the chief analyst at Greyhound Research, agreed. “Enterprise software pricing is undergoing a systemic reset,” he said. “The per-seat model, long the foundation of SaaS contracts, is collapsing under the force of AI-led workforce contraction, shifting business value away from headcount and toward automation. This is not a marginal evolution. It is a strategic rupture. Vendors are not just retiring outdated pricing logic.”</p>



<p>But, he noted, the critical change is that software companies are trying to shift almost all of the risks to their enterprise customers. </p>



<p>“Vendors are transferring the cost volatility of AI compute to customers while monetizing customer-side productivity gains as margin. This risk displacement is now embedded in the architecture of consumption pricing,” Gogia said. “What was once a predictable licensing model is being replaced by vague units: credits, interactions, events, deliberately designed to obscure value exchange. In many cases, these units are metered without transparency or pre-defined ceilings. The result is a structural asymmetry: vendors preserve their margin floor while customers absorb the risk of overconsumption. To negotiate effectively, procurement must now develop fluency in AI mechanics, system telemetry, and the behavioral signals that trigger spend. Without this, contracts will outpace control and budgets will unravel fast.”</p>



<h2 class="wp-block-heading">Tactics for CIOs</h2>



<p>This change will force companies to strictly allocate AI usage and manage it, not unlike how T&amp;E budgets are handled. That would mean a sharp change in how AI strategies are deployed, compared with today’s AI efforts. </p>



<p><a href="https://marketproven.ai/about/" rel="nofollow">Aaron Perkins</a>, CEO at Market-Proven AI, argued that the very high switching costs that enterprises would face if changing major software suppliers would make the threat to go elsewhere less effective. But more importantly, if all vendors abandon per-seat pricing, there won’t be anywhere else to go.</p>



<p>Analysts agree that the first area of negotiation when an vendor pushes a different payment model is to precisely define all terms. </p>



<p>“A usage model means multiple things to multiple people. Are we talking just when a user is logged in or are we talking about backups that happen after they log off for the evening?” Perkins asked. “Ask the hard questions. ‘Explain to me what constitutes usage.’”</p>



<p>Another tactic is to negotiate strict ceilings on how much usage is being purchased and put the onus on the vendor to reach out to you in writing and ask for permission to go beyond that. If they don’t get that permission, then they have to eat any overage costs.</p>



<p>Perkins stressed that agentic interactions, especially fully autonomous interactions, pose an especially challenging pricing situation. If the vendor controls what the agent does and both parties have agreed to a consumption model, the vendor has an incentive to generate more activity so that it can charge more money.</p>



<p><a href="https://moorinsightsstrategy.com/team/jason-andersen/" rel="nofollow">Jason Andersen</a>, principal analyst for Moor Insights &amp; Strategy, recommends that CIOs start by insisting on a delay before the new pricing model goes into effect. </p>



<p>“Asking for a one year stay of execution is a tactic people will follow,” Andersen said. This gives the CIO time to track current usage and to prepare pricing models for when the change happens. That means investing more in FinOps and purchasing better observability tools, he observed, noting, “we are starting to see decent software to meter these agents.”</p>



<p>“The vendors are going to respond ‘I am going to give you a billion tokens for X dollars. Tokens or requests, the terms are becoming interchangeable,” Andersen said. That will deliver a lower per-token cost initially because it will be a large upfront purchase. The catch is that if the enterprise goes beyond that initial number, and in the beginning, almost all enterprises will, then there will be a penalty or overuse charge. “The vendor will say ‘If you go over, I am going to keep taking your money but at a higher rate.’ You’ll then have to pass [the cost] along to the line of business,” he pointed out.</p>



<p>To manage consumption by autonomous agents, monitoring systems can be coded to set off an alarm when usage hits a threshold. “You can put policies on the agents themselves that ‘You shall not use more than X tokens,’” he said.</p>



<p>But there are risks. Just as a DDoS attack can force an enterprise to pay far more for hosting, usage metering can expose the enterprise to attacks from a rival company or a cyberthief looking to punish the enterprise. </p>



<p>“If you have a customer service agent and they launch a series of bots to drive up usage,” that can cost a lot, Andersen said. He therefore recommends adding contract provisions to prevent this: “some sort of fraud protection. If I can prove that I am being attacked, I don’t have to pay for it. But you need to have the right circuit-breakers built into it,” he said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[“10년에서 2년으로…” IT 역량의 ‘유통기한’이 짧아진다]]></title>
<description><![CDATA[현재 높은 수요를 보이는 대표적인 역량에는 핀옵스(FinOps)가 있다.



기업은 AI 도입이 클라우드 비용을 급격히 증가시킬 수 있다는 우려를 갖고 있다. 따라서 클라우드 환경을 재정적으로 효율적으로 운영할 능력을 갖춘 IT 인재가 최근 높은 관심을 받고 있다.



하지만 IT 채용·아웃소싱 서비스 기업 하비 내쉬(Harvey Nash)의 CIO 앙쿠르 아난드는 AI와 자동화가 핀옵스 업무를 더 안정적으로 수행하는 수준에 빠르게 도달 중인 만큼, 해당 역량이 향후 1~2년 뒤에도 지금만큼 각광받을지 의문이라고 지적했다....]]></description>
<link>https://tsecurity.de/de/3118551/it-security-nachrichten/10-2-it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3118551/it-security-nachrichten/10-2-it/</guid>
<pubDate>Tue, 25 Nov 2025 07:37:22 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>현재 높은 수요를 보이는 대표적인 역량에는 핀옵스(FinOps)가 있다.</p>



<p>기업은 AI 도입이 클라우드 비용을 급격히 증가시킬 수 있다는 우려를 갖고 있다. 따라서 클라우드 환경을 재정적으로 효율적으로 운영할 능력을 갖춘 IT 인재가 최근 높은 관심을 받고 있다.</p>



<p>하지만 IT 채용·아웃소싱 서비스 기업 하비 내쉬(Harvey Nash)의 CIO <a href="https://www.cio.com/article/4093446/Nash%20Squared%20appoints%20Ankur%20Anand%20as%20Chief%20Information%20Officer%20%7C%20Nash%20Squared" target="_blank">앙쿠르 아난드</a>는 AI와 자동화가 핀옵스 업무를 더 안정적으로 수행하는 수준에 빠르게 도달 중인 만큼, 해당 역량이 향후 1~2년 뒤에도 지금만큼 각광받을지 의문이라고 지적했다.</p>



<p>아난드는 역량 수요가 빠르게 상승했다가 곧바로 하락하는 현상이 핀옵스만의 문제가 아니라, 오늘날 다양한 IT 역량 전반에서 나타나는 흐름이라고 설명했다.</p>



<p>그는 “1970~80년대만 해도 IT 역량의 수명은 10년 이상이었다. 지금은 2년도 되지 않는 경우가 많다”라고 말했다.</p>



<p>아난드의 주장은 예외적인 관점이 아니다. 세계경제포럼(WEF)을 비롯한 여러 글로벌 분석기관은 과거 수십 년 동안 유지되던 직무 역량의 ‘반감기(half-life)’가 이제 약 <a href="https://www.weforum.org/stories/2024/01/this-is-the-one-skill-everybody-needs-in-the-age-of-ai/#:~:text=%22A%20statistic:%20The%20half-life%20of%20skills%20used,that%2C%20that%20means%20that%20an%20average%20career%2C" target="_blank" rel="nofollow">7년 수준</a>으로 줄어들었다고 봤다. <a href="https://www.ibm.com/downloads/documents/us-en/10a99803fd2fdd77" target="_blank" rel="nofollow">2023년 IBM 조사</a>에서도 경영진은 향후 3년 동안 AI와 자동화 도입의 영향으로 전체 직원의 약 40%가 재교육을 받아야 할 것으로 예상했다. 또한 <a href="https://reports.weforum.org/docs/WEF_Future_of_Jobs_Report_2025.pdf" target="_blank" rel="nofollow">2025년 WEF 보고서</a>는 2025년부터 2030년 사이 기존 역량의 약 39%가 변화하거나 더 이상 유효하지 않게 될 것이라고 전망했다.</p>



<p>IT 분야에서는 이러한 변화가 더 극적으로 나타나고 있다. 연구자들은 최근 <a href="https://www.cio.com/article/188985/6-dead-end-it-skills-and-how-to-avoid-becoming-obsolete.html" target="_blank">주목받는 IT 역량</a>이 불과 2년, 혹은 몇 달 만에 구식이 될 수 있다고 분석했다.</p>



<p>이런 변화는 IT 조직 전반에 상당한 압박을 주고 있다. 아난드는 “기술 발전 속도가 기술 인재의 역량 개발 속도보다 빠르다”라고 언급했다.</p>



<p>IT 기술 시장의 급격한 변화는 개인의 경력 계획만 흔드는 것이 아니다. IT 기능 전체와 조직 운영 방식 전반에도 영향을 미치고 있으며, 이로 인해 CIO와 HR 리더, 경영진은 직원이 빠르게 <a href="https://www.cio.com/article/191472/10-tips-for-fostering-a-culture-of-continuous-learning.html" target="_blank">재학습하고 발전</a>할 수 있는 환경을 만들 전략을 고민해야 하는 상황이다.</p>



<p>인포테크 리서치 그룹(Info-Tech Research Group) CIO 실무 연구 책임자인 <a href="https://www.infotech.com/profiles/heather-leier-murray" target="_blank" rel="nofollow">헤더 라이어-머리</a>는 “IT 분야는 거의 18개월마다 변화를 겪고, 이에 따라 필요한 역량도 달라진다. 기존 역량이 완전히 사라진다는 의미는 아니지만, 이는 IT 인재가 얼마나 유연하게 움직일 수 있어야 하는지를 보여준다”라고 말했다.</p>



<h2 class="wp-block-heading">관련성 높은 IT 역량의 변화</h2>



<p>인포테크 리서치 그룹은 ‘<a href="https://www.infotech.com/research/ss/it-talent-trends-2025" target="_blank" rel="nofollow">IT 인재 트렌드 2025</a>’ 보고서에서, “기술 관점에서 기능적 역량은 평균 2.5년마다 구식이 된다”라고 분석했다. 보고서는 또한 “성숙한 조직일수록 전반적인 역량을 변경해야 한다는 필요성을 인식할 가능성이 높으며, 이러한 조직은 AI·ML 역량을 핵심 역량으로 볼 가능성이 2.5배나 높았다. 이들 조직은 미래의 요구와 목표를 충족할 준비가 가장 잘 되어 있을 것”이라고 진단했다.</p>



<p>또한 인포테크는 보고서 조사에 참여한 IT 전문가의 95%가 <a href="https://www.cio.com/article/4066676/what-an-it-career-will-look-like-in-5-years-and-how-to-thrive-through-the-changes.html" target="_blank">2030년까지 적어도 일부 역량에 변화가 필요하</a>다고 답했다. 응답자의 28%는 대부분의 역량이 바뀌어야 한다고 했으며, 17%는 모든 역량이 변화해야 한다고 판단했다.</p>



<p>IT 교육·자격 인증 기관 컴티아(CompTIA)의 최고 기술 에반젤리스트인 <a href="https://www.linkedin.com/in/jamesstanger/" target="_blank" rel="nofollow">제임스 스탱어</a>는 수십 년에 걸쳐 가속된 기술 혁신 속도가 IT 역량의 빠른 교체 주기를 주도하는 핵심 요인이라고 설명했다.</p>



<p>스탱어는 “예를 들어 헬스케어 분야에서 클라우드 전용 솔루션을 개발하는 전문가들의 경우, 주요 벤더 도구가 평균 한 달 주기로 바뀌는 상황을 목격하고 있다”라고 말했다.</p>



<p>IT 리더들은 <a href="https://www.cio.com/article/4073419/ai-pushes-cios-to-redefine-it-roles-for-the-future.html" target="_blank">어떤 IT 역량이 필요해지고, 어떤 역량이 낡아지는지</a>를 결정하는 데 AI와 자동화가 큰 영향을 미친다고 봤다. 1~2년 전만 해도 숙련된 인재가 직접 수행하던 반복 업무 상당수가 이제 AI와 자동화에 의해 처리되고 있다. 앞으로는 더 많은 전문적 업무까지 자동화되면서, 요구되는 IT 역량의 유형은 더욱 빠르게 변화하고 불필요해지는 역량도 늘어날 전망이다.</p>



<p>서비스나우(ServiceNow)의 최고 디지털정보 책임자 <a href="https://www.linkedin.com/in/kellieromack/" target="_blank" rel="nofollow">켈리 로맥</a>은 “과거에는 수작업 기반 서비스 데스크 운영, 인프라 관리, ERP 심층 설정 등이 3~6년 뒤까지도 안정적으로 유지될 핵심 역량이었다. 하지만 자동화와 AI가 워낙 빠르게 발전하면서, 이런 역량은 앞으로 1~3년 정도만 의미를 갖고 그 이후에는 완전히 재편될 수 있다”라고 진단했다.</p>



<h2 class="wp-block-heading">유연하고 민첩하며 적응력 있는 인재 필요</h2>



<p>로맥을 포함한 IT 리더들은 IT 직무 자체가 사라지는 것이 아니라고 강조했다. 개발자, 엔지니어, 아키텍트, 보안 전문가 등은 앞으로도 지속적으로 필요할 전망이다. 다만 이들이 일상 업무에서 활용하는 기능의 변화 속도가 어느 때보다 빨라졌다는 점이 문제라는 지적이다.</p>



<p>일부 CIO와 IT 자문가는 역량의 수명이 짧아지는 현상이 모든 조직에 동일하게 나타나는 것도 아니라고 설명했다. 여전히 기존 기술을 운영하는 기업에서는 특정 역량이 오래 유지되는 경우도 있기 때문이다.</p>



<p>테크 전문 채용 플랫폼 다이스(Dice)의 ‘<a href="https://www.dice.com/technologists/ebooks/tech-salary-report/" target="_blank" rel="nofollow">2025 기술 연봉 보고서</a>’는 이 같은 이중적 현실을 보여준다. 보고서에 따르면 최근 가장 빠르게 연봉이 상승한 역량은 AI, 데이터, 클라우드 엔지니어링이었지만, 여기에는 수십 년 전 처음 등장한 기술도 포함됐다. 그 중에서 자연어 처리(NLP)와 문서 데이터베이스는 각각 1위와 2위를 차지했고, 코볼(COBOL)은 7위, 루비(Ruby)는 10위에 올랐다.</p>



<p>IT 리더들은 오늘날 각광받는 역량 중 어떤 것이 루비(1993년 개발)나 코볼(1959년 개발)처럼 장기적인 생명력을 가질지 예측할 수 없다고 진단했다. 기술 발전과 혁신 속도로 인해 몇 달 만에 사라질 역량이 무엇인지도 단정할 수 없다는 것이다.</p>



<p>대신 IT 리더들은 세계경제포럼(WEF)이 ‘역량 불안정성’이라고 부르는 환경 속에서 어떻게 적응하고 성장할지 학습해야 한다고 조언했다.</p>



<p>컴티아의 스탱어는 과거처럼 IT 인재가 파이썬 프로그래밍 언어와 같은 특정 역량 하나만으로 장기적인 경력을 보장받던 시대는 지났다고 지적했다. 그는 “어떤 역량은 매우 빠르게 부상했다가 또 빠르게 사라진다. 따라서 이제는 새로운 역량을 얼마나 신속하게 습득할 수 있는지가 기준이 돼야 한다”라고 말했다.</p>



<p>라이어-머리는 CIO가 직원들이 역량을 개발할 수 있도록 시간을 확보해 주고, 현대적 IT 조직의 업무 요구를 따라갈 수 있도록 팀원들에게 더 많은 코칭을 제공해야 한다고 말했다. 그는 CIO에게 성장 마인드셋을 갖춘 인재를 채용하거나, 기존 직원이 이런 태도를 키우도록 지원할 것을 조언하고 있다.</p>



<p>피닉스대학교(University of Phoenix) IT 부서의 애자일 피플 리더인 <a href="https://www.phoenix.edu/research/about/fellows/dr-ty-jones.html" target="_blank" rel="nofollow">타이 존스</a>는 이러한 방향성을 실제로 실행하고 있다고 언급했다. 애자일 피플 리더는 CIO 제이미 스미스가 <a href="https://www.cio.com/article/4071935/ai%EA%B0%80-%EB%B0%94%EA%BE%B8%EB%8A%94-it-%EA%B2%BD%EB%A0%A5-%EC%A7%80%EB%8F%84%EC%99%80-cio%EA%B0%80-%EC%A4%80%EB%B9%84%ED%95%B4%EC%95%BC-%ED%95%A0-%EB%B3%80%ED%99%94.html" target="_blank">미래 업무 환경에 대비</a>하기 위해 최근 신설한 직책이다.</p>



<p>존스는 “일하는 방식이 계속해서 재정의되고 있다”라고 말하면서, 일부 IT와 HR 리더들이 9월에 IT·데이터 직군이 빠르게 변하는 환경에서 성공하기 위해 갖춰야 할 역량 목록을 공개했다고 설명했다. 이 목록에는 창의적 문제 해결, 리더십, AI 윤리 활용, 적응력, 호기심, 끈기, 커뮤니케이션, 기술적 유창성, 미래 트렌드 이해, 주도성, 혁신 등이 포함됐다.</p>



<p>존스는 대학 IT 리더십이 코칭을 통해 이러한 역량을 개발하도록 지원하고 있으며, 직원들이 새로운 역량을 익힐 수 있도록 업무 시간 중 일정 부분을 학습에 할당하고 있다고 전했다.</p>



<p>존스는 “엔지니어와 기술 조직은 새롭게 등장하는 어떤 역량이든 즉시 받아들일 준비가 되어 있어야 한다. 계속해서 자신을 재정비해야 한다. 피닉스대학교 IT 조직은 조정하고 유연하게 움직이는 능력을 강조하고 있다. 호기심이 있고 배울 수 있는 사람이 필요하다”라고 설명했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The incredible shrinking shelf life of IT skills]]></title>
<description><![CDATA[FinOps skills are in high demand today.



With organizations fearful of AI initiatives ballooning their cloud costs, the ability to manage cloud environments in a financially efficient way is earning IT pros with FinOps skills a premium of late.



But Ankur Anand, CIO of Harvey Nash, an IT recr...]]></description>
<link>https://tsecurity.de/de/3116756/it-security-nachrichten/the-incredible-shrinking-shelf-life-of-it-skills/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3116756/it-security-nachrichten/the-incredible-shrinking-shelf-life-of-it-skills/</guid>
<pubDate>Mon, 24 Nov 2025 11:06:18 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>FinOps skills are in high demand today.</p>



<p>With organizations fearful of AI initiatives ballooning their cloud costs, the ability to manage cloud environments in a financially efficient way is earning IT pros with FinOps skills a premium of late.</p>



<p>But <a href="https://www.cio.com/article/4093446/Nash%20Squared%20appoints%20Ankur%20Anand%20as%20Chief%20Information%20Officer%20%7C%20Nash%20Squared">Ankur Anand</a>, CIO of Harvey Nash, an IT recruitment and outsourcing services provider, wonders whether those skills will be as hot in another year or two, as artificial intelligence and automation become more reliably capable of handling FinOps tasks.</p>



<p>The idea that demand for such skills could rise and fall so quickly is not unique to FinOps, Anand says; it’s applicable to many IT skills today.</p>



<p>“The shelf life of IT skills back in the ’70s or ’80s was a decade or more. Today it can be less than two years,” Anand says.</p>



<p>Anand is not an outlier in making such assertions. The World Economic Forum (WEF) and other thought leaders say the half-life of many workplace skills has shrunk from decades to closer to <a href="https://www.weforum.org/stories/2024/01/this-is-the-one-skill-everybody-needs-in-the-age-of-ai/#:~:text=%22A%20statistic:%20The%20half-life%20of%20skills%20used,that%2C%20that%20means%20that%20an%20average%20career%2C" rel="nofollow">seven years</a>. A <a href="https://www.ibm.com/downloads/documents/us-en/10a99803fd2fdd77" rel="nofollow">2023 IBM study</a> found that executives estimate that 40% of their workforce will need to reskill as a result of implementing AI and automation over the next three years. And a <a href="https://reports.weforum.org/docs/WEF_Future_of_Jobs_Report_2025.pdf" rel="nofollow">2025 WEF report</a> says workers can expect that 39% of their existing skill sets will be transformed or become outdated between 2025 and 2030.</p>



<p>IT workers have seen the half-life of IT skills compressed even more dramatically, with researchers saying some skills today go from <a href="https://www.cio.com/article/188985/6-dead-end-it-skills-and-how-to-avoid-becoming-obsolete.html">hot to not</a> in less than two years — sometimes mere months.</p>



<p>It’s putting a lot of pressure on IT teams. As Anand says, “Technology is developing faster than tech workers can upskill.”</p>



<p>Ever-quickening churn in the IT skills market is upending more than individuals’ career plans, too. It is impacting the entire IT function and the organization as a whole. That in turn is forcing CIOs, HR leaders, and other executives to devise strategies to create an environment where workers are <a href="https://www.cio.com/article/191472/10-tips-for-fostering-a-culture-of-continuous-learning.html">capable of reinvention at a rapid clip</a>.</p>



<p>“IT has a transformation almost every 18 months, and the skills needed in IT are impacted by that. It doesn’t mean skills become obsolete, but it impacts how fluid IT employees need to be,” says <a href="https://www.infotech.com/profiles/heather-leier-murray" rel="nofollow">Heather Leier-Murray</a>, a research director in the CIO practice at Info-Tech Research Group.</p>



<h2 class="wp-block-heading">Transforming which IT skills are relevant</h2>



<p>In its <a href="https://www.infotech.com/research/ss/it-talent-trends-2025" rel="nofollow">IT Talent Trends 2025</a>, Info-Tech asserted the idea that “from a technology standpoint, functional skills are becoming outdated every 2.5 years.” It noted that “mature organizations are more likely to see the need to change most if not all their skills. These organizations are also 2.5 times more likely to see AI and ML skills as critical. It will be these IT organizations that have best prepared themselves to deliver on the needs and objectives of the future.”</p>



<p>Furthermore, Info-Tech found that 95% of IT professionals surveyed for the report believe <a href="https://www.cio.com/article/4066676/what-an-it-career-will-look-like-in-5-years-and-how-to-thrive-through-the-changes.html">at least some skills will need to change by 2030</a>, with 28% saying most skills need to change and 17% saying all skills need to change.</p>



<p>The pace of technology innovation, which itself has sped up over the decades, is driving the rapid turnover of needed IT skills, says <a href="https://www.linkedin.com/in/jamesstanger/" rel="nofollow">James Stanger</a>, chief technology evangelist at IT training and certification organization CompTIA.</p>



<p>“For example, some folks I know who work in the healthcare industry have noticed that as they create cloud-specific solutions, they’re seeing vendor tools change on an average of one month. Yes, one month,” he says.</p>



<p>AI and automation also have a big impact on <a href="https://www.cio.com/article/4073419/ai-pushes-cios-to-redefine-it-roles-for-the-future.html">what IT skills are needed and which become outdated</a>, IT leaders say. AI and automation are handling a growing number of repetitive tasks that even just a year or two ago had required skilled workers to do. Looking forward, AI and automation will take on even more skilled work, further transforming which IT skills are relevant and which are no longer needed.</p>



<p>“Manual service desk operations, infrastructure management, and deep ERP configuration used to be core competencies and safe skills to bank on, looking out three to six years. Since automation and AI are advancing so quickly, those same skills might only be relevant for the next one to three years before they’re completely transformed by technology,” says <a href="https://www.linkedin.com/in/kellieromack/" rel="nofollow">Kellie Romack</a>, chief digital information officer of tech company ServiceNow.</p>



<h2 class="wp-block-heading">Fluid, agile, adaptive workers needed</h2>



<p>To be clear, neither Romack nor other IT leaders are saying that IT jobs are becoming obsolete; there is and will remain a need for developers, engineers, architects, security pros, and the like. Rather, they say it’s the functional skills that they need most in their day-to-day roles that are changing faster now than ever before.</p>



<p>CIOs and IT advisers also say the shortening shelf life of skills is not experienced universally, as some organizations still have a lot of legacy tech in place.</p>



<p>Data from the <a href="https://www.dice.com/technologists/ebooks/tech-salary-report/" rel="nofollow">2025 Tech Salary Report</a> from Dice, a job-searching platform for tech professionals, hints at these dual realities. The report found that skills related to AI, data, and cloud engineering saw the fastest growth in salaries. But some entries on its list of fastest growing tech salaries by skill date back decades. The skills range from natural language processing and document databases, which take the No. 1 and No. 2 spots, to COBOL at No. 7 and Ruby at No. 10.</p>



<p>IT leaders say they can’t predict which functional skills that are hot today might have the staying power of Ruby (created in 1993) or COBOL (created in 1959). Nor are they saying which skills will fade away months from now due to tech advancements and innovation.</p>



<p>Instead, they stress the need for CIOs and their teams to learn how to thrive in what the WEF called “skill instability.”</p>



<p>The days when an IT worker could ensure career longevity by specializing in and sticking with one skill — the Python programming language, for example — are over, CompTIA’s Stanger says.</p>



<p>“Certain skills will come up very quickly and then go away very quickly, so now that person has to be seen as someone who can build up skills quickly,” he adds.</p>



<p>Info-Tech Research Group’s Leier-Murray says CIOs must free up time for their staffers to upskill and <a href="https://www.cio.com/article/2094620/coaching-your-it-team-for-change-9-tips.html">provide more coaching</a> to their team members to ensure they keep pace with the work demands of a modern IT shop.</p>



<p>She and others advise CIOs to hire workers with or cultivate in existing staffers a growth mindset.</p>



<p>The IT department at the University of Phoenix is taking such steps, says <a href="https://www.phoenix.edu/research/about/fellows/dr-ty-jones.html" rel="nofollow">Ty Jones</a>. Jones is the principal agile people leader for the university’s IT department, a role that CIO Jamie Smith recently created to help prepare staffers for <a href="https://www.cio.com/article/4062363/how-to-futureproof-your-it-team-in-the-ai-era.html">whatever the future of work requires</a>.</p>



<p>“The way that everybody is working is continuously being redefined,” Jones says.</p>



<p>She says IT and HR leaders in September rolled out a list of competencies they believe IT and data workers must have to succeed in a field where skills quickly come and go. Those competencies are creative problem-solving, leadership, ethical use of AI, adaptability, curiosity, grit, communication, technical fluency, future trends, ownership, and innovation.</p>



<p>IT leadership at the university is helping workers develop these competencies through coaching, Jones says, and is allotting them time during their work schedules to master new skills.</p>



<p>“Our engineers and technical teams need to be ready to adopt any emerging skills, and they’re going to need to continue to regenerate,” Jones says. “So we’re emphasizing the ability to adjust and be fluid. We need individuals with curiosity and the ability to learn.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[グリーンITの理想と現実: サステナビナビリティ対応がIT現場にもたらす疲弊とその先の展望]]></title>
<description><![CDATA[避けられない「サステナビリティ報告」の波とIT部門の苦悩



企業の環境・社会・ガバナンス（ESG）に対する取り組みが、投資家や消費者から厳しく評価される時代になりました。これに伴い、サステナビリティ情報の開示は、従来の財務情報と並ぶ「経営開示の両輪」として制度化が進んでいます。



グローバル基準の厳格化と日本への波及



特に影響が大きいのが、欧州連合（EU）のCSRD（企業サステナビリティ報告指令）です。2024年から段階的に適用が始まり、EU域内に子会社を持つ多くの日本企業も対象となります。また、ISSB（国際サステナビリティ基準審議会）が策定したIFRS S1およびS2基...]]></description>
<link>https://tsecurity.de/de/3084709/it-security-nachrichten/it-it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3084709/it-security-nachrichten/it-it/</guid>
<pubDate>Fri, 07 Nov 2025 07:18:17 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<h2 class="wp-block-heading">避けられない「サステナビリティ報告」の波とIT部門の苦悩</h2>



<p>企業の環境・社会・ガバナンス（ESG）に対する取り組みが、投資家や消費者から厳しく評価される時代になりました。これに伴い、サステナビリティ情報の開示は、従来の財務情報と並ぶ「経営開示の両輪」として制度化が進んでいます。</p>



<h3 class="wp-block-heading">グローバル基準の厳格化と日本への波及</h3>



<p>特に影響が大きいのが、欧州連合（EU）のCSRD（企業サステナビリティ報告指令）です。2024年から段階的に適用が始まり、EU域内に子会社を持つ多くの日本企業も対象となります。また、ISSB（国際サステナビリティ基準審議会）が策定したIFRS S1およびS2基準も、2025年度から日本国内での任意適用が開始される見込みであり、国際的な報告基準の統一化が進んでいます。</p>



<p>国内においても、金融庁・経済産業省・環境省の三省は、東証プライム上場企業を中心に、2025年以降、温室効果ガス（GHG）排出量の開示を段階的に義務化する方針を示しています。</p>



<h3 class="wp-block-heading">IT部門を直撃する「開示品質の保証」という重圧</h3>



<p>これらの制度変化は、単なる「報告書作成」という事務作業の追加にとどまりません。開示が求められるGHG排出量の算定において、企業活動の「Scope 1（直接排出）」「Scope 2（間接排出）」に加え、「Scope 3（サプライチェーン全体の排出）」が重要視されています。</p>



<p>IT部門は、この算定において極めて重要な役割を担います。自社のデータセンター（オンプレミス）の電力使用量（Scope 2）はもちろんのこと、利用しているクラウドサービスの電力消費、購入したサーバーやPCなどのハードウェア製造（Scope 3）に至るまで、ITインフラに関連するデータが算定対象となるからです。</p>



<p>従来、IT部門は「報告支援部門」として、ESG部門にデータを提供する立場でした。しかし、開示情報に「監査」が入り、その信頼性が厳しく問われるようになると、IT部門は「開示品質の保証部門」へと進化せざるを得ません。ITシステムがどれだけ正確に、網羅的に、遅滞なくデータを収集・加工・可視化できるかが、企業全体のESG開示の信頼性を左右することになるのです。</p>



<p>さらに、2024年に公布され、2025年4月1日に施行された「情報流通プラットフォーム対処法」（旧プロバイダ責任制限法）も、直接的な環境規制ではないものの、大規模プラットフォーム事業者に対する運用の透明化や説明責任の拡大を求めています。こうした「説明責任の拡大」という社会的な潮流は、間接的にIT部門の実務にも影響を及ぼし、現場のプレッシャーを高める一因となっています。</p>



<h2 class="wp-block-heading">クラウドとAIが加速させる電力消費と「再エネ100%」の現実</h2>



<p>ITインフラの消費電力は、クラウドサービスの普及、そして近年のAI活用の爆発的な拡大によって、急増の一途をたどっています。</p>



<h3 class="wp-block-heading">クラウド大手の野心的な目標と「年間マッチング」の罠</h3>



<p>大手クラウド事業者（AWS、Microsoft、Google）は、この課題に率先して取り組む姿勢を見せています。Amazon（AWSの親会社）は2023年に消費電力を100％再生可能エネルギーで「マッチした」と発表しました。Microsoftも2030年のカーボンネガティブ達成を目標に掲げています。</p>



<p>特にGoogleは、2030年までに全拠点で「24時間・毎日カーボンフリー電力（24/7 CFE）」での運用を目指すという、最も野心的な目標を掲げています。</p>



<p>しかし、ここで注目すべきは「100%再エネ」という言葉の定義です。多くの企業が採用する「年間マッチング」方式は、年間の総消費電力量と同等量の再エネ証書（REC）を購入したり、PPA（電力購入契約）を結んだりすることで「100%」を達成するものです。これは、データセンターが24時間稼働している一方で、太陽光が発電しない夜間や風が吹かない時間帯には、実際には系統電力（化石燃料を含む）を使用している可能性があることを意味します。</p>



<p>これに対し、Googleが目指す「24/7 CFE」は、電力消費の「実時間（リアルタイム）」でカーボンフリー電力を調達・運用することを目指すものであり、技術的なハードルは格段に上がります。Google自身も、2021年時点でCFE比率が66％であったと報告しており、完全な脱炭素化がいかに困難であるかを示しています。</p>



<h3 class="wp-block-heading">日本の電力事情という高い壁</h3>



<p>日本国内において、このハードルはさらに高くなります。経済産業省の「エネルギー白書2025」によれば、2023年度の日本の電源構成において再生可能エネルギーが占める比率は22.9％にとどまり、依然として68.6％を火力発電に依存しています。</p>



<p>北海道や九州のように再エネ電源が比較的豊富な地域もありますが、データセンターの需要が集中する首都圏近郊では、系統容量の制約や地価の高騰から、大規模な再エネ発電所や専用データセンターの新設は容易ではありません。</p>



<p>国内でもNTTやさくらインターネット、富士通などが再エネ由来の電力によるデータセンター運用を進めていますが、全国的に見ればまだ限定的です。結果として、多くの日本企業は「国内のデータセンターでは電力制約や再エネ調達の難しさに直面し、海外のクラウドを利用すればデータ主権や複雑な報告制約に悩まされる」という二重の板挟み状態に置かれています。</p>



<h2 class="wp-block-heading">性能か、環境か？ AI導入が突きつける「電力のジレ ンマ」</h2>



<p>サステナビリティへの対応と同時に、企業はAI、特に生成AI（LLM）の導入によるDX推進という、もう一つの大きな命題にも直面しています。しかし、この二つは時として相反する要求を現場に突きつけます。</p>



<h3 class="wp-block-heading">AIの学習と「推論」が消費する莫大な電力</h3>



<p>大規模言語モデル（LLM）の「学習」に莫大な電力が消費されることはよく知られており、研究機関の推計では、学習1回あたりで数千トン規模のCO₂を排出する例も報告されています。</p>



<p>しかし、問題は学習フェーズだけではありません。一度学習されたモデルが、日々の業務でユーザーからの問い合わせに答える「推論」フェーズでも、継続的に電力が消費されます。ビジネスがAIを活用すればするほど、推論処理による電力負荷は増大し続けるのです。</p>



<h3 class="wp-block-heading">空冷の限界と「液冷」への移行コスト</h3>



<p>このAIの計算処理を支えるのがGPU（画像処理半導体）サーバーです。NVIDIAのH100（SXM仕様）のような最新の高性能GPUは、1基で最大700ワットを超える電力を消費します。これを高密度に集積したサーバーラックは、従来の「空冷」では冷却が追いつかなくなっています。</p>



<p>そのため、サーバーを特殊な液体に浸したり、配管で冷却水を循環させたりする「液冷」技術への移行が不可避となっています。しかし、これはデータセンター側にとって、液冷配管や熱交換器、専用変圧器の設置など、莫大な追加投資と大規模な設備改修を意味します。国内のデータセンター事業者からも、こうした対応を公表する例が出てきています。</p>



<p>日本はOECD主要国と比較して商用電力単価が高いことでも知られています。AIを大規模に運用しようとする企業ほど、「高い電力コスト」と「脱炭素・液冷化への追加投資」という二重の負担を負うことになります。「性能を上げれば電力消費が増え、省エネを優先すればAIの応答性や生成速度が落ちる」という、構造的なトレードオフが現場を圧迫しているのです。</p>



<h2 class="wp-block-heading">“見える化”の罠――CO₂算定に追われる現場の実態</h2>



<p>制度対応と技術革新の狭間で、IT部門の実務は具体的にどのような混乱に見舞われているのでしょうか。</p>



<p>国内のある製造業のIT部門担当者は、次のように証言します。「クラウド利用量を月次でエクスポートし、GHG排出量を算定しようにも、利用リージョン（国）ごとに排出係数が異なり、それらを統合計算するだけで1週間かかることもある」</p>



<p>こうした“データ整合の遅延”は、制度的な要求と現場のキャパシティのギャップを如実に示しています。報告業務そのものはESG部門が主導していても、実データの収集・加工はIT部門に集中し、本来の開発プロジェクトと並行して対応せざるを得ないのです。</p>



<h3 class="wp-block-heading">マルチクラウド環境の複雑さ</h3>



<p>各クラウドベンダーが提供する「カーボンフットプリント・ダッシュボード」は有用なツールですが、各社の算定方式や開示データの粒度（細かさ）は微妙に異なります。多くの企業が複数のクラウド（マルチクラウド）を使い分ける現代において、これらの異なる基準のデータを正確に統合し、会社全体の排出量として報告する作業は、想像以上に煩雑です。</p>



<p>Uptime Instituteが発表した「Global Data Center Survey 2024」も、AI対応とサステナビリティ報告の両立が、データセンター運用における主要な課題の一つになっていると指摘しています。</p>



<p>さらに、EUの炭素国境調整メカニズム（CBAM）は、2026年以降、鉄鋼やアルミなど炭素集約型の輸入品に事実上の課税を行う制度ですが、ITサービスは直接の対象ではないものの、サーバー筐体や電材といったハードウェアの調達において、間接的な影響を受ける可能性があり、サプライチェーン全体での管理が一層複雑化しています。</p>



<h2 class="wp-block-heading">「グリーンIT疲れ」を乗り越える</h2>



<p>グリーンITは理念としては正しいものの、現状では「見える化」や「報告対応」にとどまり、実効的な排出削減に結びついていないケースが散見されます。電力や排出量を可視化するだけでは、根本的な最適化には至りません。</p>



<p>今、求められているのは、クラウドやシステムの「設計段階」からエネルギー効率を組み込む「Green by Design（設計によるグリーン化）」という思想です。</p>



<p>例えば、以下のような取り組みが考えられます。</p>



<ol class="wp-block-list">
<li><strong>ソフトウェア設計の最適化:</strong> より効率的なアルゴリズムを採用し、不要なデータ処理やデータ転送を削減する。軽量なフレームワークを選定し、アプリケーションが必要とするコンピューティングリソースを最小限に抑える。</li>



<li><strong>インフラ選定の最適化:</strong> クラウド契約時に、単なるコストや性能だけでなく、リージョン（拠点）ごとの電源構成（再エネ比率）やPUE（電力使用効率）を比較検討し、より環境負荷の低い拠点にワークロード（処理）を配置する。</li>



<li><strong>運用スケジュールの最適化:</strong> AIの学習や大規模なデータ分析など、即時性を求められないバッチ処理は、電力需要が低く、再エネ比率が高い夜間の低炭素電力時間帯にシフトする。</li>



<li><strong>「サステナブルFinOps」の導入:</strong> クラウドコストを最適化する「FinOps」の概念を拡張し、コストと環境負荷（カーボンフットプリント）の両方を監視・最適化する「GreenOps（またはサステナブルFinOps）」の考え方を導入する。</li>
</ol>



<p>経済産業省が推進する「GXリーグ」では、企業の排出削減努力をスコア化し、それが取引先選定にも反映される動きが広がっています。IT部門のグリーン化は、もはや単なる内部の効率化やコスト削減の問題ではなく、企業価値そのものを左右する経営戦略の要素となりつつあります。</p>



<p>IT部門が「グリーンIT疲れ」を抱える背景には、理想と現実の乖離、そして制度と現場のキャパシティのギャップがあります。真に持続可能なITを実現するためには、「報告のためのグリーン」から脱却し、「設計思想としてのグリーン」を取り戻さなければなりません。そのとき初めてグリーンITは、単なるコストや負担ではなく、経営リスクの低減と新たな成長投資を両立させる、企業の中核戦略として再定義されるのです。</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[マルチクラウド戦略に潜む「統治困難性」という罠]]></title>
<description><![CDATA[もはやクラウドは、現代の企業活動において不可逆的なインフラとなった。AWS（アマゾン ウェブ サービス）、Microsoft Azure、Google Cloud（GCP）の3大プラットフォームが市場の大部分を占める中、世界中の企業がその上でビジネスを構築している。日本においても「脱オンプレミス」は長年のスローガンであり、多くの企業がクラウド移行を推進してきた。オンプレミス時代には数年がかりであった新システムの導入が、クラウド時代には数週間で立ち上がる。この圧倒的な「俊敏性」こそが、クラウドがもたらした最大の価値であった。



しかし、単一のクラウドに全面的に依存すれば、そのサービスで...]]></description>
<link>https://tsecurity.de/de/3074035/it-security-nachrichten//</link>
<guid isPermaLink="true">https://tsecurity.de/de/3074035/it-security-nachrichten//</guid>
<pubDate>Sat, 01 Nov 2025 07:04:38 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>もはやクラウドは、現代の企業活動において不可逆的なインフラとなった。AWS（アマゾン ウェブ サービス）、Microsoft Azure、Google Cloud（GCP）の3大プラットフォームが市場の大部分を占める中、世界中の企業がその上でビジネスを構築している。日本においても「脱オンプレミス」は長年のスローガンであり、多くの企業がクラウド移行を推進してきた。オンプレミス時代には数年がかりであった新システムの導入が、クラウド時代には数週間で立ち上がる。この圧倒的な「俊敏性」こそが、クラウドがもたらした最大の価値であった。</p>



<p>しかし、単一のクラウドに全面的に依存すれば、そのサービスで発生した障害、突然の価格改定、あるいはサービス仕様の変更といった影響を、回避する術なく受け入れなければならない。2021年9月に発生したAWS東京リージョン関連のDirect Connect障害では、約6時間にわたり国内の広範なサービスに影響が及んだ。また、同年、Peach Aviationが経験した予約システム障害も、単一のシステム依存のリスクを象徴する出来事であった。開発元が「マルウェア感染」を原因と公表し、復旧までに数日を要したこのトラブルでは、航空券の購入や変更手続きが全面的に停止し、多くの利用者に混乱をもたらした。</p>



<p>こうしたリスクを回避し、また各クラウドの「良いとこ取り」をするために、企業がマルチクラウド戦略を採用するのは合理的な判断である。事実、Flexeraの2024年のレポートによれば、世界の企業の89％がすでにマルチクラウド戦略を採用しているという。しかし、この急速な普及の裏側で、企業側の「統治（ガバナンス）」は全く追いついていないのが実情だ。</p>



<p>アイデンティティとアクセス管理（IAM）、システムの監視、各国のデータ規制への対応、そしてコスト管理。複数のクラウドを組み合わせることは、単なる足し算ではなく、組み合わせの数に応じて複雑性が爆発的に増加することを意味する。マルチクラウドという合理的な選択は、同時に「統治困難性」というパンドラの箱を開けてしまったのである。この深刻な問題はまず、目に見えないインフラ層、すなわちネットワーク構成の迷路から顕在化し始めている。</p>



<h2 class="wp-block-heading">接続と権限の迷宮：技術的負債化するインフラ</h2>



<p>マルチクラウド戦略が直面する第一の壁は、ネットワークである。クラウドが一種類であれば、設計は比較的シンプルだ。VPC（AWSの仮想プライベートクラウド）やVNet（Azureの仮想ネットワーク）といった、そのクラウド内部のネットワーク設計に集中すればよかった。しかし、利用するクラウドが二つ、三つと増えた瞬間、考慮すべき接続経路は指数関数的に増加する。</p>



<p>例えば、従来のオンプレミス環境とAWS、Azureを組み合わせて利用するケースを考えてみよう。最低でも「オンプレミスからAWSへ」「オンプレミスからAzureへ」、そして「AWSとAzure間」という3つの主要な接続経路が発生する。さらに、可用性や地域性を考慮してリージョンを跨いだ設計になれば、経路はその倍、さらに倍へと膨れ上がっていく。</p>



<p>問題は経路の数だけではない。マルチクラウド環境では、クラウド間の通信が、各クラウドが定義する仮想ネットワークの境界を必ず跨ぐことになる。これは、同一クラウド内部での通信（いわゆる東西トラフィック）と比較して、遅延や帯域設計上の制約が格段に表面化しやすいことを意味する。オンプレミスとの専用線接続（AWS Direct ConnectやAzure ExpressRouteなど）や、事業者間のピアリングを経由する構成では、各プロバイダーが提供するスループットの上限、SLA（品質保証）の基準、さらには監視・計測の粒度までがバラバラである。</p>



<p>平時には問題なくとも、ピーク時の分析処理や夜間の大規模なバッチ転送などで、突如としてボトルネックが顕在化する。そして、障害が発生した際、この複雑なネットワーク構成が原因特定の遅れに直結する。国内の金融機関でも、北國銀行がAzure上に主要システムを移行する「フルクラウド化」を推進し、さらに次期勘定系システムではAzureとGCPを併用するマルチクラウド方針を掲げるなど、先進的な取り組みが進んでいる。しかし、こうした分野では特に、規制対応や可用性設計における監査可能性の担保が、ネットワークの複雑性を背景に極めて重い課題となっている。</p>



<p>そして、このネットワークという迷路以上に深刻な「最大の落とし穴」と指摘されるのが、IAM（アイデンティティとアクセス管理）である。AWS IAM、Microsoft Entra ID（旧Azure Active Directory）、GCP IAMは、それぞれが異なる思想と仕様に基づいて設計されており、これらを完全に統一されたポリシーで運用することは事実上不可能に近い。</p>



<p>最も頻発し、かつ危険な問題が「幽霊アカウント」の残存である。人事異動、プロジェクトの終了、あるいは外部委託先の契約満了に伴って、本来であれば即座に削除されるべきアカウントが、複雑化した管理の隙間で見落とされてしまう。監査の段階になって初めて、数ヶ月前に退職した社員のアカウントが、依然として重要なデータへのアクセス権を持ったまま放置されていた、といった事態が発覚するケースは珍しくない。</p>



<p>これは単なる管理上の不手際では済まされない。権限が残存したアカウントは、内部不正の温床となるだけでなく、外部からの攻撃者にとって格好の侵入口となり、大規模な情報漏洩を引き起こす致命的なリスクとなる。Flexeraの調査でも、マルチクラウドの普及は進む一方で、セキュリティの統合や運用成熟度は低い水準にとどまっていることが示されている。特に厳格な統制が求められる金融機関において、監査でIAMの統制不備が繰り返し問題視されている現実は、この課題の根深さを物語っている。</p>



<h2 class="wp-block-heading">データ主権とAI規制：グローバル化が強制するシステムの分断</h2>



<p>マルチクラウド化の波は、企業の積極的な戦略選択によってのみ進んでいるわけではない。むしろ、グローバルに事業を展開する企業にとっては、各国のデータ規制が「多国籍マルチクラウド体制」の採用を事実上強制するという側面が強まっている。</p>



<p>EU（欧州連合）の一般データ保護規則（GDPR）は、データの域内保存を絶対的に義務づけてはいないものの、EU域外へのデータ移転には標準契約条項（SCC）の締結など、極めて厳格な要件を課している。一方で、米国のCLOUD Act（海外データ適法利用明確化法）は、米国企業に対して、データが国外に保存されていても米国法に基づきその開示を命じ得る枠組みを定めている。さらに中国では、個人情報保護法（PIPL）やデータセキュリティ法がデータの国外持ち出しを厳しく制限し、複雑な手続きを要求する。日本もまた、2022年の改正個人情報保護法で、越境移転時の透明性確保を義務化するなど、データガバナンスへの要求を強めている。</p>



<p>この結果、グローバル企業は「EU域内のデータはEUリージョンのクラウドへ」「米国のデータは米国クラウドへ」「中国のデータは中国国内のクラウドへ」といった形で、各国の規制（データ主権）に対応するために、意図せずして複雑なマルチクラウド体制を構築せざるを得なくなっている。</p>



<p>もちろん、企業側も手をこまねいているわけではない。Snowflakeのように、AWS、Azure、GCPの3大クラウドすべてに対応したSaaS型データ基盤を活用し、物理的に分断されてしまったデータを論理的に統合・分析しようとする試みは活発だ。しかし、国ごとに異なる規制要件をすべて満たし、コンプライアンスを維持しながら、データを横断的に扱うことは容易ではない。規制とマルチクラウドの複雑性が絡み合った、新たな統治課題がここに浮き彫りになっている。</p>



<p>そして今、この複雑なデータ分断の構造に、生成AIや機械学習という新たなレイヤーが重ねられようとしている。AIの導入において、大規模なモデル学習と、それを活用した推論（サービス提供）を、それぞれ異なるクラウドで実行する試みは、一見すると効率的に映る。学習には潤沢なGPUリソースを持つクラウドを選び、推論は顧客に近いリージョンや低コストなクラウドで実行する、という考え方だ。</p>



<p>だが現実には、この構成が「監査対応」の難易度を劇的に引き上げる。学習データがどのクラウドからどのクラウドへ移動し、どのモデルがどのデータで学習され、その推論結果がどの規制に準拠しているのか。この監査証跡を、複数のクラウドを跨いで一貫性を保ったまま管理することは極めて困難である。製薬大手のノバルティスがAWSやMicrosoftとの協業で段階的なAI導入を進めている事例や、国内の製造業で同様の構成が試みられている動向からも、この「マルチクラウド特有の監査証跡管理」が共通の課題となりつつあることがわかる。加えて、2024年8月に発効したEUのAI法など、データだけでなくAIそのものへの規制が本格化する中で、この統治の困難性は増す一方である。</p>



<h2 class="wp-block-heading">ブラックボックス化する現場：監視の穴と見えざるコスト</h2>



<p>統治困難性がもたらす具体的な帰結は、まず「障害対応の遅延」という形で現場を直撃する。障害が発生した際に最も重要なのは、迅速な原因の特定と切り分けである。しかし、マルチクラウド環境では、この初動が格段に難しくなる。</p>



<p>なぜなら、Amazon CloudWatch、Azure Monitor、Google Cloud Operations Suiteといった各クラウドが標準で提供する監視基盤は、当然ながらそれぞれのクラウドに最適化されており、相互に分断されているからだ。収集されるログの形式、データの粒度、監視のインターフェースはすべて異なる。障害発生の通報を受け、IT担当者が複数の管理コンソールを同時に開き、形式の違うログデータを突き合わせ、相関関係を探る。単一クラウドであれば数分で特定できたはずの原因が、この「監視の分断」によって何時間も見えなくなる。</p>



<p>DatadogやNew Relicといった、マルチクラウドを一元的に監視できるサードパーティーツールが市場を拡大している背景には、まさにこの構造的な課題がある。しかし、ツールを導入したとしても、各クラウドの根本的な仕様の違いや、ネットワークの複雑な経路すべてを完全に可視化できるわけではなく、「監視の穴」が残存するリスクは常につきまとう。</p>



<p>こうした監視や障害対応の困難さは、単なる技術的な課題にとどまらず、やがて経営を圧迫する「見えざるコスト」となって跳ね返ってくる。コスト管理（FinOps）の複雑化である。CPU時間、ストレージ利用料、APIコール回数、そして特に高額になりがちなクラウド間のデータ転送料。これら課金体系はクラウドごとに全く異なり、複雑に絡み合う。</p>



<p>請求書のフォーマットすら統一されていないため、IT部門は毎月、異なる形式の請求書を読み解き、どの部門がどれだけのコストを発生させているのかを把握するだけで膨大な工数を費やすことになる。結果としてコストの最適化は進まず、予算超過が常態化する。HashiCorpが実施した調査では、実に91％の企業がクラウドの無駄な支出を認識していると回答し、さらに64％が「人材不足」を最大の障壁と挙げている。複雑化する運用に対応できるスキルセットを持った人材は圧倒的に不足しており、現場は疲弊している。</p>



<p>Synergy ResearchやOmdiaの調査によれば、クラウドインフラ市場は依然として年間20％を超える高い成長を続けている。この市場全体の拡大は、皮肉なことに、各クラウドの課金体系や監査要件の「差異」を企業組織の内部にさらに深く浸透させ、統治困難性の“母数”そのものを押し広げている。</p>



<p>このマルチクラウドがもたらす統治課題は、すべての産業に共通する一方で、その“顔つき”は業種ごとに異なる形で現れている。</p>



<p>最も厳格な要件が課される金融業界では、決済や市場接続におけるミリ秒単位の低遅延と、24時間365日の高可用性、そして取引記録の完全な監査証跡が同時に求められる。このため、オンプレミスや国内クラウドを主軸にしつつ、AIを用いた不正検知やリスクモデル計算のみを外部クラウドで行うといった二層構造が見られるが、ここでの課題は「速さと証跡」という二律背反の同期である。</p>



<p>製造業では、サプライチェーン全体の最適化がテーマとなる。生産ラインのデータ（OT）はエッジ側で即時処理し、設計や物流のデータ（IT）はクラウドで統合する。この際、ティア1からティアnに至る多数の取引先や外部委託がシステムにアクセスするため、クラウドを跨いだ権限管理の不備がセキュリティ上の重大な弱点となりやすい。</p>



<p>公共セクターでは、日本のガバメントクラウドが示すように、継続性と説明責任が最重要視される。複数のクラウドサービスを前提とした設計が求められるため、システムが特定のクラウドにロックインされない「可搬性」や「監査性」の確保が主要な課題となる。</p>



<p>小売業界では、顧客行動の即時分析と販促の即応性が競争力を決める。レコメンドAIや在庫連携など、業務機能単位で最適なクラウドやSaaSを選ぶため、結果的にマルチクラウド化が進む。ここでは障害発生時に、トランザクションのどの部分がどのクラウド層に起因するのかを追跡できなくなる問題が深刻であり、統合的なサービスレベル目標（SLO）管理が求められる。</p>



<p>また、教育・研究分野では、研究室単位や助成金ごとに利用するクラウドが異なり、事務系システムはMicrosoft 365、研究用AIはGCP、論文データ共有はAWSといった「意図せぬマルチクラウド」が常態化しやすい。ここでは、入れ替わりの激しい研究者や学生のアイデンティティをいかにライフサイクル管理するかが、コンプライアンスの鍵を握っている。</p>



<p>金融は規制適合性、製造はサプライチェーンの透明性、公共はデジタル主権。産業ごとに直面する課題は異なっていても、その根底にあるのは「複雑性の統治能力が、そのまま企業の競争力と相関している」という共通の現実である。</p>



<p>マルチクラウドは、リスクを分散し俊敏性を高める「資産」にもなれば、利便性を求めて無秩序に拡張した結果、やがて制御不能な「負債」へと転じる危険もはらんでいる。未来を決めるのは、どの技術を導入したか、ではない。その技術が必然的にもたらす複雑性を、持続的に統治できる組織体制と能力こそが、マルチクラウド時代における企業の真の競争力を左右しつつある。</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud repatriation: perché i CIO sono tentati dal cloud privato (e rimpiangono l’on-premises)]]></title>
<description><![CDATA[“Negli ultimi dieci anni il cloud è stato celebrato come la chiave dell’agilità e dell’innovazione. Ma oggi cresce un trend sorprendente: la cloud repatriation, il rientro on-premises di dati e workload. Non si tratta di nostalgia per il passato, ma di un’esigenza strategica per riprendere il con...]]></description>
<link>https://tsecurity.de/de/3065572/it-security-nachrichten/cloud-repatriation-perch-i-cio-sono-tentati-dal-cloud-privato-e-rimpiangono-lon-premises/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3065572/it-security-nachrichten/cloud-repatriation-perch-i-cio-sono-tentati-dal-cloud-privato-e-rimpiangono-lon-premises/</guid>
<pubDate>Tue, 28 Oct 2025 06:19:43 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>“Negli ultimi dieci anni il <a href="https://www.cio.com/article/4050570/cloud-e-governance-i-nuovi-compiti-del-cio-tra-monitoraggio-dei-contratti-e-aumento-dei-costi.html"><strong>cloud</strong></a> è stato celebrato come la chiave dell’agilità e dell’innovazione. Ma oggi cresce un trend sorprendente: la cloud repatriation, il rientro on-premises di dati e workload. Non si tratta di nostalgia per il passato, ma di un’esigenza strategica per riprendere il controllo su sicurezza, compliance e <a href="https://www.cio.com/article/3962972/i-cio-stanno-spendendo-troppo-per-il-cloud-ma-pensano-ancora-che-ne-valga-la-pena.html"><strong>costi diventati imprevedibili</strong></a>. L’adozione massiva di AI ha accentuato le criticità: modelli generativi e LLM richiedono risorse enormi in termini di storage, potenza GPU e trasferimenti di dati, portando le aziende a bollette cloud fuori controllo”.</p>



<p>Lo ha affermato <a href="https://www.linkedin.com/in/andrealicciardi/" rel="nofollow"><strong>Andrea Licciardi</strong></a>, Senior Cybersecurity Manager di Tecnimont (gruppo dell’ingegneria, approvvigionamento di materiali e delle costruzioni di impianti su larga scala in tutto il mondo) e founder e leader di CISO4AI.</p>



<p>Davvero i CIO stanno tornando indietro dal cloud? Il trend non è nuovissimo: già qualche anno fa si è cominciato a parlare di “<a href="https://www.cio.com/article/2085834/si-puo-tornare-indietro-dal-cloud-ecco-che-cosa-ne-pensano-i-cio-italiani.html"><strong>cloud exit</strong></a>” e la marcia indietro era soprattutto legata a ragioni di costo. Oggi il termine “repatriation” si riferisce a un ritorno al cloud privato o addirittura al recupero dei server in sede e le motivazioni includono la sovranità sui dati, la compliance alle norme europee e la governance dell’AI.</p>



<p>Un recente studio (<a href="https://news.broadcom.com/it/releases/private-cloud-outlook-2025-report" rel="nofollow"><strong>Private Cloud Outlook 2025 [in inglese]</strong></a>) realizzato da Broadcom conferma: le organizzazioni europee stanno ridefinendo le loro strategie in un vero e proprio “cloud reset”. Il 54% degli intervistati (600 responsabili IT di Francia, Germania e UK nei settori finanza, sanità, PA, farmaceutica e manifattura, con una preponderanza di grandi imprese) indica il cloud privato come la destinazione privilegiata per i nuovi carichi di lavoro nei prossimi tre anni, mentre il 65% sta valutando la repatriation di workload dal cloud pubblico al privato e un terzo lo ha già fatto.</p>



<p>Il <a href="https://www.cio.com/article/2119330/il-grande-ritorno-del-cloud-privato-grazie-allia.html"><strong>private cloud</strong></a> si conferma strategico alla pari del public per l’AI e le applicazioni cloud‑native: il 65% preferisce eseguire applicazioni container‑based e Kubernetes sul cloud privato o un mix di pubblico e privato, mentre il 54% sceglie direttamente il cloud privato per l’addestramento, la messa a punto e l’inferenza dei modelli di intelligenza artificiale.</p>



<h2 class="wp-block-heading">Dal public cloud alla repatriation: che cosa succede ai CIO?</h2>



<p>“La scelta tra <a href="https://www.cio.com/article/1302098/cloud-modelli-a-confronto-nativo-saas-multi-vendor-e-ibrido-privato.html"><strong>cloud pubblico, privato o on-premises</strong></a> per l’addestramento di modelli AI è diventata una decisione strategica per i CIO. Molti stanno optando per infrastrutture private o on-premises e questa tendenza si può considerare strategicamente corretta per chi cerca il controllo su dati, costi e rischio operativo”, commenta Licciardi.</p>



<p>Quando si lavora con dati sensibili – proprietà intellettuale, informazioni finanziarie, dati sanitari o industriali – la priorità dei CIO, infatti, è sapere dove risiedono i dati, chi può accedervi e in che modo vengono trattati.</p>



<p>“In un contesto normativo sempre più stringente, con GDPR, <a href="https://www.cio.com/article/4037227/ai-act-nuovi-obblighi-al-via-gli-impatti-per-i-cio-e-le-aziende-che-vorrebbero-un-rinvio.html"><strong>AI Act</strong></a> e <a href="https://www.cio.com/article/3836154/nis2-e-scattata-lora-della-compliance-ma-la-corsa-dei-cio-non-e-finita.html"><strong>NIS2</strong></a> che impongono requisiti precisi sulla residenza e il trattamento dei dati, il controllo diretto sull’infrastruttura di training diventa un asset competitivo”, indica Licciardi.</p>



<p>Ciò non implica rinunciare al cloud pubblico: i CIO ne riconoscono i vantaggi in termini di scalabilità, sicurezza e accesso a competenze che non possiedono internamente. Infatti, secondo la più recente “<a href="https://my.idc.com/getdoc.jsp?containerId=IDC_P33214&amp;_gl=1*11fwa5q*_gcl_au*OTgwNzcwMTIxLjE3NTMxNzIzNDk.*_ga*MTQ1MjgwOTMwMy4xNzUzMTcyMzQ2*_ga_541ENG1F9X*czE3NTQzODM0NzYkbzMkZzAkdDE3NTQzODM0NzYkajYwJGwwJGgw" rel="nofollow"><strong>Worldwide Software and Public Cloud Services Spending Guid [in inglese]</strong></a>” di IDC, in Europa la spesa per i servizi cloud pubblici raggiungerà i 229 miliardi di dollari nel 2025, per poi salire fino a 452 miliardi nel 2029, con un CAGR del 19% nel quinquennio 2024-2029.</p>



<p>A spingere la crescita sono l’adozione massiccia di soluzioni PaaS (questo segmento crescerà del 32% su base annua entro il 2026), l’emergere di casi d’uso concreti legati all’AI Generativa, la necessità di ristrutturare le architetture IT e l’automazione su larga scala.</p>



<p>Tuttavia, la maggior parte dei CIO è orientata al modello ibrido, che unisce cloud pubblico e privato. A seconda dei costi stimati, delle prestazioni necessarie e dei requisiti normativi, i CIO aumentano la quota del private rispetto al public cloud o viceversa. A propendere verso il private o l’on-prem sono soprattutto (ma non solo) le aziende dei settori regolati, con finance e sanità in testa.</p>



<h2 class="wp-block-heading">Cloud: quando vincono le esigenze della compliance</h2>



<p>“Per me sul cloud la risposta è no, perché trattiamo dati personali e il GDPR è molto stringente sullo spostamento dei dati personali sul cloud”, ci ha svelato il CIO di un grande gruppo bancario. “Dal mio punto di vista il cloud va usato se e dove serve. Noi abbiamo i nostri data center on-premises e non abbiamo progetti di migrazione dei sistemi che già sono in casa. Quando acquistiamo nuove piattaforme tecnologiche, allora valutiamo se metterle in cloud, ma solo se il TCO è conveniente. Altrimenti le lasciamo on-prem. Se i vendor spingono per il modello cloud, cambiamo fornitore”.</p>



<p>Anche le Pubbliche Amministrazioni appartengono a quei settori che devono rispettare severi requisiti normativi. <a href="https://www.linkedin.com/in/mirko-franciosi-65341531/" rel="nofollow"><strong>Mirko Franciosi</strong></a>, Dirigente del Servizio Innovazione e Transizione Digitale presso il Comune di Trento, ricorda che l’ente, in quanto parte della PA, ha l’obbligo di migrare su una piattaforma cloud certificata da ACN (Agenzia per la Cybersicurezza Nazionale) e di seguire la Strategia Cloud Italia. All’interno di questa strategia e dell’obbligo di scelta di soluzioni certificate, la PA può acquistare prodotti cloud, ma sempre in base a precise linee guida. Una di queste è di scegliere il più possibile soluzioni aperte o in riuso rispetto ad altre amministrazioni, come prescrive il CAD (Codice dell’Amministrazione Digitale).</p>



<p>“I nostri server sono centralizzati e qualificati: abbiamo una in-house interna con i data center, Trentino Digitale, che è collegata su fibra ottica locale”, spiega Franciosi. “Poi, in base alle soluzioni tecnologiche, valutiamo se andare in SaaS, seguendo un modello ibrido. Per esempio, la gestione della sicurezza e dei dati è esterna, ma gli applicativi dell’ente rimangono on-premises. Questa parte applicativa è stata appena portata sui server del Polo Strategico Nazionale (PSN)”.</p>



<p>Franciosi afferma di essere sempre stato della “scuola” dell’on-prem. Oggi ha in parte rivisto la sua posizione: “È vero che nel cloud i costi aumentano”, argomenta, “ma anche l’on-premises ha i suoi costi di personale e know-how. Oggi viviamo anche in un mondo in cui la sicurezza dei dati è critica e una soluzione cloud che garantisce alti livelli di sicurezza è preferibile”.</p>



<p>Sull’AI, però, il Comune di Trento ha scelto di mantenere in sede l’infrastruttura: l’ente possiede server con grandi risorse computazionali che possono addestrare e testare i sistemi di intelligenza artificiale.</p>



<p>“Lo abbiamo fatto per tutelare la privacy dei dati, ma anche perché il ROI è più vantaggioso”, indica Franciosi.</p>



<h2 class="wp-block-heading">L’affermazione del modello hybrid cloud</h2>



<p>L’approccio ibrido al cloud è il più comune in Italia: secondo <a href="https://www.osservatori.net/comunicato/cloud-transformation/cloud-italia-mercato/" rel="nofollow"><strong>i dati dell’Osservatorio Cloud Transformation 2025</strong></a> del Politecnico di Milano, lo segue il 46% delle grandi organizzazioni. In questo modello, le applicazioni critiche e i dati sensibili restano on-premises o su cloud privato italiano, mentre innovazione e flessibilità vengono dal cloud pubblico.</p>



<p>“Il cloud per me è ibrido”, conferma <a href="https://www.linkedin.com/in/irakli-bano-15958b20/" rel="nofollow"><strong>Irakli Bano</strong></a>, CIO, CTO e CISO di ReLife Group (utility dell’economia circolare attiva nel settore B2B con 25 siti operativi e quattro rami aziendali).<strong> </strong>“Abbiamo diversi sistemi in cloud pubblico, ma abbiamo anche costruito un cloud privato dalla sede principale alle altre sedi. Si tratta di quattro data center principali con applicativi verticali dove risiedono i dati produttivi; poi abbiamo negli altri siti aziendali i data center locali. In ReLife preferiamo tenere i dati in casa per motivi di sicurezza, ma anche di efficienza nella risoluzione con velocità dei problemi”.</p>



<p>Anche <a href="https://www.linkedin.com/in/diegocilea/" rel="nofollow"><strong>Diego Cilea</strong></a>, CIO di Surfaces Group (azienda del settore chimico che produce utensili per la lucidatura delle piastrelle con una forte quota di mercato sia in Italia che all’estero), usa una piattaforma ibrida che gli permette di avere alcuni strumenti in public cloud, altri su cloud privato e altri ancora on-premises (per lo più sistemi legacy).</p>



<p>“Noi abbiamo fatto un forte passaggio al cloud, ma usiamo il cloud privato per le informazioni aziendali sensibili (come la proprietà intellettuale)”, illustra Cilea. “Invece, gli applicativi e gran parte dei processi sono stati spostati sul cloud pubblico cercando di sfruttare la leva della capacità e scalabilità di risorse per contesti multinazionali come il nostro”.</p>



<p>Certo, un forte spostamento sul cloud pubblico espone ai costi di licenza e ad aumenti anche smisurati dei prezzi da parte dei vendor. Tuttavia, secondo Cilea, considerate le esigenze di una multinazionale manifatturiera, le licenze non sono mai costose quanto mantenere le infrastrutture all’interno e danno scalabilità e vantaggio competitivo.</p>



<p>“Spetta al CIO il compito di bilanciare le scelte tra modello pubblico e privato”, afferma Cilea.</p>



<h2 class="wp-block-heading">L’on-premises resiste: per alcuni CIO è irrinunciabile</h2>



<p>Altri manager dell’IT restano fedeli ai server on-premises, come <a href="https://www.linkedin.com/in/marcosenigagliesi/" rel="nofollow"><strong>Marco Senigagliesi</strong></a>, CIO di F.lli Monticelli (manifattura di angoli di giunzione per serramenti).</p>



<p>“Usiamo il public cloud solo per la posta e gli strumenti di comunicazione”, afferma. “Per il resto, dopo aver valutato costi e benefici in base alle nostre dimensioni, abbiamo deciso di ricomprare le macchine fisiche. Quindi manteniamo un nostro data center per le applicazioni core, come il sistema gestionale e il MES. Ci conviene come costi, perché non abbiamo fluttuazioni tali dell’attività o esigenze di scalabilità delle risorse da giustificare il ricorso al cloud. Anche se riconosco che nel cloud la sicurezza è massima”.</p>



<p>Molti CIO ammettono che del cloud non si può fare a meno. Ma non sono pronti a migrare tutti i workload. Chi aveva il data center proprietario se lo tiene stretto e continua a conservare lì i dati strategici e una parte dei sistemi IT.</p>



<p>“Le aziende italiane oggi sono molto attente alle questioni di privacy, sicurezza e sovranità dei dati. Chiedono infrastrutture dedicate nei data center su cui far girare modelli AI open source, che collegano al loro cloud privato, in modo da addestrare i modelli sui loro contenuti e sui loro dati interni, senza i potenziali rischi di diffusione a terzi. Sono i primi passi verso la cosiddetta AI sovrana”, conferma <a href="https://www.linkedin.com/in/francesco-taurino-datafelix/" rel="nofollow"><strong>Francesco Taurino</strong></a><em>, </em>fondatore e CIO/CTO di Data Felix (costruttore e gestore di servizi data center in Sud Italia) ed ex CIO di aziende dei servizi e della produzione.</p>



<p><a href="https://www.linkedin.com/in/damiano-roberti-39b57098/" rel="nofollow"><strong>Damiano Roberti</strong></a>, Group ICT Manager presso La Termoplastic F.B.M. (progettazione, design e produzione di manici, maniglie, pomoli e accessori per pentolame), racconta, a sua volta, di aver ceduto a malincuore alla necessità di migrare sulle piattaforme cloud dei grandi vendor: la sua propensione sarebbe verso l’on-prem.</p>



<p>“Possediamo quattro sale server e, anche se richiedono risorse per la manutenzione, il raffrescamento e l’aggiornamento, io non vorrei andare sul SaaS: i costi dell’on-prem, comunque, si diluiscono nel tempo”, afferma Roberti. “Tuttavia, la nostra azienda è piccola e non possiamo permetterci prodotti diversi da quelli delle Big Tech. Purtroppo ci sono sempre la questione del lock-in, il rischio di un aumento indiscriminato dei prezzi e il timore su dove finiranno i nostri dati. Con i vendor extra UE expect no privacy”.</p>



<h2 class="wp-block-heading">Il “cloud reset”: come i CIO bilanciano le loro esigenze</h2>



<p>Scetticismi a parte, il cloud resta un grande acceleratore dell’innovazione. “Fornisce accesso immediato a intelligenza artificiale, machine learning, analytics avanzati e IoT senza investimenti proibitivi”, evidenzia Licciardi. “La flessibilità di testare nuove idee senza rischi finanziari enormi crea un ambiente fertile per la sperimentazione e la crescita”. Tuttavia, senza una governance adeguata, il cloud può trasformarsi in un boomerang.</p>



<p>“La promessa di risparmio diventa realtà solo con una gestione disciplinata”, ammonisce Licciardi: “modelli pay-per-use che sembravano convenienti generano costi imprevedibili quando si moltiplicano servizi, trasferimenti dati e risorse sottoutilizzate. L’assenza di visibilità sui consumi, la mancanza di politiche di ottimizzazione e la scarsa formazione dei team possono rapidamente creare inefficienza. Quello che inizia come una migrazione per risparmiare si trasforma spesso in un incubo finanziario: le bollette del cloud crescono ogni volta che si scaricano dati (egress fees), si aggiungono nuovi servizi o si verifica un picco di traffico imprevisto”.</p>



<p>Aziende come Dropbox hanno risparmiato 75 milioni di dollari in due anni tornando on-premises, semplicemente perché i loro workload erano stabili e prevedibili. Ovviamente Dropbox ha mantenuto una strategia ibrida: non è tornata interamente indietro dal cloud pubblico, perché così mantiene scalabilità e flessibilità.</p>



<p>Si tratta di quel “cloud reset” di cui parla il citato studio di Broadcom. I CIO hanno smesso di dare ascolto alle sirene del cloud e posizionano i carichi di lavoro negli ambienti che offrono il miglior equilibrio tra prestazioni, controllo ed efficienza dei costi. Il sondaggio condotto sui decisori IT europei rivela che il 92% bilancia il modello pubblico e quello privato, con il cloud privato che viene preferito quando ci sono precisi requisiti di sicurezza e compliance. Il 69% sta considerando la repatriation dei carichi di lavoro dal cloud pubblico al private e un terzo lo ha già fatto. Il 54% sceglie il cloud privato per i carichi AI, mentre il 55% opta per il pubblico.</p>



<p>Tuttavia, il 66% è “molto” o “estremamente” preoccupato per la compliance nel cloud pubblico. Privacy e sicurezza dei dati (47%) sono considerate le maggiori sfide nell’adozione della GenAI.</p>



<p>Inoltre, il 90% apprezza la visibilità e la prevedibilità finanziaria offerte dal cloud privato, mentre il 94% segnala sprechi nella spesa per cloud pubblico e il 48% stima che oltre un quarto della propria spesa in cloud pubblico sia inutilizzata. Il cloud ibrido e il FinOps aiutano a gestire le inefficienze.</p>



<p>“L’hybrid cloud e il FinOps sono due facce della stessa medaglia”, conferma Licciardi. “Il primo dà la flessibilità architetturale: decide l’impresa dove mettere i workload in base a requisiti di costo, performance e compliance. Ma se non si dispone di un framework per governare la spesa, si rischia di trovarsi con sorprese continue a fine mese. Il FinOps risolve proprio questo problema: trasforma il cloud da “scatola nera” finanziaria a strumento prevedibile e controllabile, allineando chi sviluppa, chi paga e chi decide il business attorno a metriche condivise. Non è solo ottimizzazione dei costi, è cambiamento culturale”.</p>



<h2 class="wp-block-heading">Potenziare il private cloud: il FinOps e i Centri di eccellenza</h2>



<p>In conclusione, il cloud – e questa non è una novità – richiede una strategia da parte dei CIO. Anche se si opta per una repatriation, bisogna spezzare i silos tra team IT e chiudere il gap di competenze per poter trarre il massimo dei vantaggi del cloud privato. Non a caso, l’Osservatorio Cloud Transformation 2025 del Politecnico di Milano rivela che il fenomeno della cloud repatriation in Italia cresce, ma rimane più nelle intenzioni che nella realtà operativa: il 35% delle grandissime organizzazioni dichiara di valutarlo, contro il 20% del 2024, ma le iniziative concrete restano sotto il 5%.</p>



<p>Questo accade proprio perché occorrono grandi risorse (manageriali, nonché di tempo, denaro e competenze) per spostare terabyte di dati, condurre i test, coordinare i team e minimizzare i downtime.</p>



<p>“La repatriation nel private cloud richiede delle precise azioni strategiche”, conferma Licciardi.</p>



<p>Si comincia costruendo visibilità totale, implementando il tagging obbligatorio su ogni risorsa cloud. Poi si devono centralizzare i dati di costo: bisogna mettere insieme i costi del cloud pubblico con quelli on-premises in un’unica piattaforma accessibile a tutti.</p>



<p>“Finance ed engineering devono guardare gli stessi numeri in tempo reale”, sottolinea Licciardi.</p>



<p>È opportuno anche automatizzare il rilevamento delle anomalie (alert automatici che scattano quando un team supera il budget settimanale) e usare sistemi intelligenti che identificano gli sprechi, come le risorse lasciate accese inutilmente. Ovviamente, vanno responsabilizzati i team sui temi della gestione del cloud.</p>



<p>“Finance e IT non possono lavorare in silos”, dichiara Licciardi. “Serve un Cloud Center of Excellence: un team misto con finance, engineering, operations e business che definisce policy, obiettivi e processi. Deve avere una executive sponsorship forte, con il CIO o il CFO che comunica priorità e allinea incentivi. Il FinOps non è un progetto che fai una volta e finisce. È un processo continuo. Occorre seguire il framework classico: Inform (raccogli dati e crea visibilità), Optimize (identifica inefficienze), Operate (automatizza)”.</p>



<p>In Maire Tecnimont il management ha costruito un’infrastruttura di governance del cloud molto solida: oltre al CROC – il Cyber Risk Operations Center che presidia la sicurezza – l’azienda ha creato un Cloud Center of Excellence, guidato da Francesco Pisani. Questo centro governa i processi FinOps sia per i progetti interni che per i clienti.</p>



<p>“La lezione che abbiamo imparato è che il FinOps funziona solo se hai un commitment organizzativo forte, competenze tecniche profonde e una visione di business integrata”, conclude Licciardi. “Il nostro Cloud Center of Excellence incarna esattamente questo: un hub dove cybersecurity, cloud optimization e business value si incontrano e collaborano per generare risultati”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[7 insidie da evitare nell’ottimizzazione dei costi IT]]></title>
<description><![CDATA[Un numero sempre crescente di Chief Information Officer sta considerando l’ottimizzazione dei costi come un modo per garantire stabilità e finanziamenti per gli investimenti in aree-chiave sia vecchie che nuove. Purtroppo, nella fretta di portare il processo al suo massimo potenziale, molti CIO s...]]></description>
<link>https://tsecurity.de/de/3043322/it-security-nachrichten/7-insidie-da-evitare-nellottimizzazione-dei-costi-it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3043322/it-security-nachrichten/7-insidie-da-evitare-nellottimizzazione-dei-costi-it/</guid>
<pubDate>Thu, 16 Oct 2025 07:04:44 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Un numero sempre crescente di Chief Information Officer sta considerando l’ottimizzazione dei costi come un modo per garantire stabilità e finanziamenti per gli investimenti in aree-chiave sia vecchie che nuove. Purtroppo, nella fretta di portare il processo al suo massimo potenziale, molti CIO si ritrovano anche a commettere involontariamente errori che riducono o addirittura annullano il loro valore.</p>



<p>Secondo uno <a href="https://www.deloitte.com/us/en/what-we-do/capabilities/mergers-acquisitions-restructuring/articles/margin-improvement-and-technology-enabled-transformation-strategy.html" rel="nofollow"><strong>studio Deloitte del 2025 [in inglese]</strong></a>, i tassi di fallimento dei programmi di riduzione dei costi e di trasformazione rimangono elevati, con la stragrande maggioranza delle imprese (79%) che non riesce a raggiungere i risparmi previsti. “Inoltre, la maggior parte delle aziende (58%) è ben lontana dai propri obiettivi di riduzione, raggiungendo meno del 75% dei risparmi previsti”, afferma <a href="https://www.linkedin.com/in/jon-woolfolk-7389247/" rel="nofollow"><strong>Jon Woolfolk [in inglese]</strong></a>, direttore di Deloitte Consulting.</p>



<p>La vostra attuale iniziativa di ottimizzazione dei costi rischia di non raggiungere inavvertitamente gli obiettivi previsti? Se state commettendo uno dei seguenti errori-chiave, è probabile che incontrerete delle difficoltà.</p>



<h2 class="wp-block-heading">1. Investimenti insufficienti nelle infrastrutture di base</h2>



<p>Tagliare le spese per le infrastrutture può sembrare un modo facile e veloce per ridurre i costi complessivi del progetto di trasformazione. “Tuttavia, senza queste solide basi, si corrono diversi rischi che possono finire per diluire il ROI del programma”, avverte Woolfolk.</p>



<p>Mentre i leader intraprendono strategie di digital transformation, le imprese si allineano sempre più a una stella polare definita e strategica, afferma Woolfolk. Per evitare la diluizione del ROI, egli consiglia di stanziare budget dedicati a livello aziendale per le iniziative di questo tipo, istituire strutture e comitati di governance formali. Infine, ed è la cosa più importante, è necessario introdurre <a href="https://www.cio.com/article/649900/3-key-roles-for-driving-digital-success.html"><strong>ruoli specifici di leadership della trasformazione [in inglese]</strong></a>.</p>



<h2 class="wp-block-heading">2. Perdita di slancio con il diminuire dei risultati immediati</h2>



<p>Molti programmi di riduzione dei costi e di trasformazione sono percorsi pluriennali che iniziano con grande slancio e risultati rapidi. “Tuttavia, negli anni centrali, quando tutti gli obiettivi più semplici sono stati raggiunti e le sfide diventano più complesse, molti programmi perdono di vista l’obiettivo e si esauriscono”, osserva Woolfolk.</p>



<p>“Per evitare questo destino, è importante seguire un approccio disciplinato e strutturato che mantenga tutti concentrati e orientati nella stessa direzione verso lo stesso obiettivo finale”, puntualizza.</p>



<h2 class="wp-block-heading">3. Sottovalutare l’importanza dell’allineamento e di un piano completo</h2>



<p>Secondo <a href="https://www.ibm.com/think/author/ann-funai" rel="nofollow"><strong>Ann Funai [in inglese]</strong></a>, CIO della business platform transformation di IBM, la più grande insidia nell’ottimizzazione dei costi è l’implementazione di tecnologie o sistemi aziendali che non raggiungono i loro obiettivi o, peggio ancora, interferiscono con le operazioni esistenti semplicemente perché l’azienda non era allineata ai cambiamenti.</p>



<p>Questo fatto è ancora più vero quando si ha a che fare con l’AI, spiega la manager. “Non si può costruire l’intelligenza artificiale sulle sabbie mobili”, aggiunge. “È necessaria una base solida che includa lo stack tecnologico giusto e un flusso di dati organizzato in modo ponderato”. Funai afferma che il suo mantra è “eliminare, semplificare e automatizzare”. Osserva che questo approccio ha <a href="https://www.cio.com/article/3968783/ibm-agent-ai-in-direct-use-delivers-3-5-billion-in-productivity-impact.html"><strong>contribuito a fornire a IBM le basi solide [in inglese]</strong></a> necessarie per l’implementazione dell’AI.</p>



<p>La pianificazione dell’intelligenza artficiale include anche un’importante componente culturale, osserva Funai. “Ancor più che con le tecnologie precedenti, l’intelligenza artificiale richiede agli utenti di adottare nuove competenze e mentalità per ottenere il massimo valore”, dichiara. “Un’implementazione tecnologica perfetta non aiuterà i CIO a raggiungere i loro obiettivi se gli utenti non sanno come integrare gli strumenti nei loro processi o se una cultura dell’orgoglio di appartenenza blocca la collaborazione basata sull’AI”.</p>



<p>Se si è fortunati, l’unico impatto di un progetto fallito sarà lo spreco di tempo ed energia, precisa Funai. “Tuttavia, per i CIO, c’è anche la possibilità che un’attività che stenta a evolvere possa interrompere le operation esistenti, comportando costi elevati, in termini di liquidità immediata, opportunità perse o persino reputazione competitiva”.</p>



<h2 class="wp-block-heading">4. Enfatizzare il pensiero a breve termine rispetto al miglioramento continuo</h2>



<p>La trappola più grande è considerare l’ottimizzazione dei costi come un evento una tantum, sottolinea <a href="https://www.bairesdev.com/about/leadership-team/justice-erolin/" rel="nofollow"><strong>Justice Erolin [in inglese]</strong></a>, CTO di BairesDev, un fornitore di sviluppo software nearshore.</p>



<p>“Troppe imprese adottano un approccio miope, tagliando i budget, ritardando gli aggiornamenti o riducendo il personale senza elaborare un piano a lungo termine”, osserva. Questi leader tendono anche a concentrarsi sui risparmi immediati piuttosto che sul mantenimento di un’efficienza sostenibile. “Il pericolo sta nel fatto che non si sta ottimizzando, ma solo reagendo”.</p>



<p>Un altro pericolo è rappresentato dalle conseguenze nascoste a lungo termine, commenta Erolin. “Per esempio, se si riducono gli investimenti nell’infrastruttura tecnologica o nel talento, si potrebbero ottenere risparmi a breve termine, ma si ridurrebbe anche la capacità di innovazione e la resilienza del sistema”. Questo tipo di miopia, osserva, può bloccare la trasformazione digitale, <a href="https://www.cio.com/article/228463/10-ways-to-improve-it-performance-without-killing-morale.html"><strong>abbassare il morale del team [in inglese]</strong></a>, aumentare il debito tecnico e, in ultima analisi, rendere l’intera azienda meno competitiva.</p>



<p>Per contrastare questo stato di cose, Erolin raccomanda ai CIO di cambiare mentalità. L’ottimizzazione dei costi dovrebbe essere strategica, non reattiva, argomenta. “Costruite una cultura del miglioramento continuo e del processo decisionale basato sui dati”, aggiunge. “Ciò richiederà investimenti nella visibilità in tempo reale di tutte le vostre operazioni: sapere dove vanno a finire le vostre spese, cosa sta generando ROI e dove ci sono sprechi”.</p>



<h2 class="wp-block-heading">5. Adottare una mentalità orientata al taglio dei costi piuttosto che alla loro ottimizzazione</h2>



<p>Una mentalità orientata al taglio dei costi spesso porta a riduzioni indiscriminate del budget che non tengono conto del valore a lungo termine, <a href="https://www.cio.com/article/3850777/7-types-of-tech-debt-that-could-cripple-your-business.html"><strong>portando a debiti tecnici [in inglese]</strong></a>, all’erosione della stabilità operativa e alla riduzione dell’agilità, suggerisce <a href="https://www.linkedin.com/in/nxadams/" rel="nofollow"><strong>Nic Adams [in inglese]</strong></a>, CEO del fornitore di tecnologie di sicurezza informatica 0rcus. “Gli esempi includono il sottoinvestimento in strumenti di sicurezza essenziali, il rinvio di aggiornamenti critici dell’infrastruttura o il licenziamento di personale-chiave”.</p>



<p>Una tale trappola è altamente distruttiva perché crea un circolo vizioso negativo, avverte Adams. “Per esempio, tagliare sulla sicurezza può portare a violazioni onerose, mentre ritardare gli aggiornamenti necessari può causare guasti al sistema e costose manutenzioni non programmate”, afferma. “Tali costi spesso superano di gran lunga i risparmi iniziali e possono causare un danno significativo alla reputazione, la perdita di clienti e un calo del morale e della produttività dei dipendenti, danneggiando – in ultima analisi – la sua posizione competitiva a lungo termine”.</p>



<p>Per evitare questa trappola è necessario un cambiamento di mentalità, passando da una semplice riduzione dei costi a una loro ottimizzazione strategica, fa notare Adams, secondo il quale il modo migliore per raggiungere questo obiettivo sia l’implementazione di un framework olistico e basato sui dati, come <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html"><strong>FinOps [in inglese]</strong></a>. “Questo approccio promuove la trasparenza e la responsabilità monitorando la spesa e collegandola al valore aziendale, consentendo decisioni informate”.</p>



<p>Adams osserva che il successo a lungo termine richiede anche una collaborazione interfunzionale tra IT, finanza e unità aziendali per allineare la spesa tecnologica agli obiettivi strategici e promuovere una cultura di responsabilità finanziaria condivisa.</p>



<h2 class="wp-block-heading">6. Gestione errata del cloud</h2>



<p>Se si utilizzano risorse cloud di dimensioni o tipologia errati, non solo si sprecherà molta capacità dell’infrastruttura, ma si correrà anche il rischio di rimanere bloccati in una configurazione errata, indica <a href="https://www.linkedin.com/in/andrewhillier/?originalSubdomain=ca" rel="nofollow"><strong>Andrew Hillier [in inglese]</strong></a>, CTO di Densify, un’azienda che utilizza l’intelligenza artificiale e l’automazione per ottimizzare le risorse Kubernetes. “Inoltre, quando le aziende si impegnano in cambio di sconti, spesso lo fanno sulla base dell’utilizzo attuale e, quando questo non è ottimale, si rischia di rimanere vincolati a una configurazione sbagliata”.</p>



<p>Le risorse implementate dovrebbero essere continuamente allineate alle reali esigenze delle applicazioni e dei servizi ospitati, afferma Hillier. “Ciò significa monitorare il loro utilizzo effettivo, apprendere i modelli di attività significativi e allineare le risorse implementate con quelle che utilizzano politiche che riflettono gli obiettivi operativi, idealmente attraverso l’automazione”.</p>



<h2 class="wp-block-heading">7. Agire in modo veloce e sconsiderato</h2>



<p>Probabilmente, la trappola più pericolosa dell’ottimizzazione dei costi si verifica quando il CIO taglia in modo sconsiderato. “Inizialmente, tutto può sembrare perfetto, ma quando il sistema più economico va in tilt durante i picchi di domanda, il danno può essere devastante”, afferma <a href="https://www.linkedin.com/in/brian-clark-19b0bb4a/" rel="nofollow"><strong>Brian Clark</strong></a>, fondatore di United Medical Education, un’azienda che sviluppa materiali didattici online per la formazione e la certificazione medica di emergenza.</p>



<p>Tenete presente che l’ottimizzazione dei costi non dovrebbe significare tagliare fino all’osso, ma investire in modo oculato, consiglia Clark. “Il prezzo intangibile non è solo il denaro, ma anche la fiducia”, conclude. “Che, una volta persa, rende i clienti riluttanti a tornare, anche per diversi anni”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IT 리더가 피해야 할 7가지 비용 최적화 함정]]></title>
<description><![CDATA[CIO 사이에서 비용 최적화를 핵심 투자 영역의 안정성과 재원 확보 수단으로 활용하려는 움직임이 빠르게 확산되고 있다. 그러나 비용 최적화의 효과를 극대화하려는 과정에서 오히려 그 가치를 약화시키거나 무효화하는 실수를 무심코 범하는 경우도 늘고 있다.



딜로이트(Deloitte)가 2025년 발표한 조사에 따르면 비용 절감 및 혁신 프로그램의 실패율은 여전히 높은 수준을 유지하고 있으며, 전체 기업의 79%가 목표한 절감액을 달성하지 못한 것으로 나타났다. 딜로이트컨설팅(Deloitte Consulting)의 파트너 존 울...]]></description>
<link>https://tsecurity.de/de/3031947/it-security-nachrichten/it-7/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3031947/it-security-nachrichten/it-7/</guid>
<pubDate>Fri, 10 Oct 2025 09:19:59 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>CIO 사이에서 비용 최적화를 핵심 투자 영역의 안정성과 재원 확보 수단으로 활용하려는 움직임이 빠르게 확산되고 있다. 그러나 비용 최적화의 효과를 극대화하려는 과정에서 오히려 그 가치를 약화시키거나 무효화하는 실수를 무심코 범하는 경우도 늘고 있다.</p>



<p>딜로이트(Deloitte)가 <a href="https://www.deloitte.com/us/en/what-we-do/capabilities/mergers-acquisitions-restructuring/articles/margin-improvement-and-technology-enabled-transformation-strategy.html" rel="nofollow">2025년 발표한 조사</a>에 따르면 비용 절감 및 혁신 프로그램의 실패율은 여전히 높은 수준을 유지하고 있으며, 전체 기업의 79%가 목표한 절감액을 달성하지 못한 것으로 나타났다. 딜로이트컨설팅(Deloitte Consulting)의 파트너 <a href="https://www.linkedin.com/in/jon-woolfolk-7389247/" target="_blank" rel="nofollow">존 울포크</a>는 “기업의 58%는 목표 절감액의 75% 미만을 실현하는 데 그쳤다”라고 말했다.</p>



<p>현재 진행 중인 비용 최적화 계획이 기대했던 목표를 제대로 달성하지 못할 위험에 놓여 있는가? 만약 다음 주요 실수 중 하나라도 범하고 있다면 문제가 발생할 가능성이 높다.</p>



<h2 class="wp-block-heading">1. 기반 인프라에 대한 투자 부족</h2>



<p>인프라 예산을 줄이는 것은 겉보기엔 프로그램 전체 비용을 빠르게 절감하는 쉬운 방법처럼 보일 수 있다. 그러나 울포크는 “이러한 접근은 프로그램의 일관성 부족, 책임 공백, 과도한 리스크를 초래해 결국 ROI(투자수익률)를 약화시킬 수 있다”라고 지적했다.</p>



<p>울포크는 리더들이 혁신 전략을 추진함에 따라, 기업이 점점 더 명확하고 전략적인 기준점에 맞춰 조정되고 있다고 말했다. 그는 ROI 약화를 방지하기 위해 혁신 이니셔티브를 위한 전사적 예산을 별도로 배정하고, 공식적인 거버넌스 구조와 위원회를 설립하며, 무엇보다도 <a href="https://www.cio.com/article/649900/3-key-roles-for-driving-digital-success.html" target="_blank">혁신을 전담하는 리더십</a> 역할을 도입해야 한다고 조언했다.</p>



<h2 class="wp-block-heading">2. 초기 성과가 줄어들며 동력을 잃는 경우</h2>



<p>많은 비용 절감 및 혁신 프로그램은 여러 해에 걸쳐 진행되며, 초기에는 강한 추진력과 빠른 성과를 바탕으로 시작한다. 울포크는 “빠른 성과가 달성되고 과제가 점점 복잡해지는 중간 단계에 접어들면 많은 프로그램이 초점을 잃고 결국 동력을 잃어버린다”라고 말했다.</p>



<p>그는 “이런 상황을 피하려면, 모든 구성원이 같은 목표를 향해 집중하고 일관되게 나아가도록 유지할 수 있는 체계적이고 규율 있는 접근법을 따르는 것이 중요하다”라고 덧붙였다.</p>



<h2 class="wp-block-heading">3. 조율과 종합 계획의 중요성 과소평가</h2>



<p>IBM의 비즈니스 플랫폼 전환 담당 CIO <a href="https://www.ibm.com/think/author/ann-funai" target="_blank" rel="nofollow">앤 푸나이</a>에 따르면 비용 최적화에서 가장 큰 함정은 비즈니스와의 조율 없이 기술이나 엔터프라이즈 시스템을 도입하는 것이다. 그는 “이로 인해 목표를 달성하지 못하거나, 더 나쁜 경우 기존 운영에 영향을 미치는 상황까지 발생할 수 있다”라고 말했다.</p>



<p>푸나이는 특히 AI를 다룰 때 이 문제가 더 뚜렷하게 드러난다고 설명했다. 그는 “모래 위에 AI를 세울 수는 없다. 적절한 기술 스택과 체계적으로 정리된 데이터 흐름을 포함한 견고한 기반이 반드시 필요하다”라고 말했다. 이어 그는 자신의 철학을 ‘제거(Eliminate), 단순화(Simplify), 자동화(Automate)’로 요약하며, 이 접근법이 <a href="https://www.cio.com/article/3968783/ibm-agent-ai-in-direct-use-delivers-3-5-billion-in-productivity-impact.html" target="_blank">IBM이 AI 구현에 필요한 견고하고 깔끔한 기반을 구축</a>하는 데 도움이 됐다고 조언했다.</p>



<p>또한 푸나이는 AI 계획 수립에 조직 문화적 요소도 매우 중요하다고 강조했다. 그는 “AI는 이전의 어떤 기술보다도 사용자가 새로운 역량과 사고방식을 받아들여야 최대의 가치를 얻을 수 있다”라며 “아무리 완벽한 기술을 구현하더라도, 사용자가 그 도구를 업무 프로세스에 통합하지 못하거나 자기 방식만 고집하려는 문화가 존재한다면 AI 기반 협업은 어려워지고 CIO의 목표 달성은 불가능해진다”라고 설명했다.</p>



<p>푸나이는 운이 좋다면 실패한 프로젝트의 영향이 시간과 에너지 낭비에 그칠 수도 있다면서도 “CIO에게는 훨씬 더 큰 위험이 따른다. 프로젝트 실패가 기존 운영을 방해할 가능성이 있으며, 즉각적인 현금 손실, 기회 상실, 나아가 경쟁력 있는 평판 저하 등 심각한 비용으로 이어질 수 있다”라고 설명했다.</p>



<h2 class="wp-block-heading">4. 지속적 개선보다 단기적 사고에 집중</h2>



<p>소프트웨어 개발 기업 바이어스데브(BairesDev)의 CTO <a href="https://www.bairesdev.com/about/leadership-team/justice-erolin/" target="_blank" rel="nofollow">저스티스 에롤린</a>은 비용 최적화를 일회성 이벤트로 취급하는 태도가 가장 큰 함정일 수 있다고 지적했다.</p>



<p>그는 “많은 조직이 장기적인 계획 없이 예산을 삭감하거나, 업그레이드를 미루거나, 인력을 줄이는 단기적 접근을 택한다”라고 말했다. 에롤린은 이 경우에 지속 가능한 효율성을 유지하기보다 즉각적인 절감 효과에만 집중하는 경향이 있다면서, “‘최적화’가 아니라 단순한 ‘반응’에 불과하다는 점이 리스크가 될 수 있다”라고 강조했다.</p>



<p>에롤린은 또 다른 리스크로 눈에 보이지 않는 장기적 부작용을 꼽았다. 그는 “예를 들어 기술 인프라나 인재에 대한 투자를 줄이면 단기적으로는 절감 효과가 있을 수 있지만, 동시에 혁신 역량과 시스템 복원력을 약화시키는 결과를 낳는다”라고 말했다. 그는 이러한 근시안적 사고가 디지털 트랜스포메이션을 지연시키고 <a href="https://www.cio.com/article/228463/10-ways-to-improve-it-performance-without-killing-morale.html">팀 사기를 저하</a>시켜 기술 부채를 늘리며, 결국 기업 전체의 경쟁력을 떨어뜨릴 수 있다고 지적했다.</p>



<p>에롤린은 이런 문제를 극복하려면 CIO의 사고방식 전환이 필요하다고 강조했다. 그는 “비용 최적화는 전략적이어야 하며 반응적이어서는 안 된다. 지속적 개선과 데이터 기반 의사결정 문화를 구축해야 한다”라고 조언했다. 또한 그는 “운영 전반에 걸쳐 실시간 가시성을 확보하고, 비용이 어디로 흘러가고 있는지, 어떤 부분이 ROI를 창출하고 있는지, 그리고 어디에 낭비가 존재하는지를 파악할 수 있는 투자가 필요하다”라고 말했다.</p>



<h2 class="wp-block-heading">5. 비용 최적화가 아닌 단순 비용 절감으로 접근</h2>



<p>사이버보안 기술 기업 오르쿠스(0rcus)의 CEO <a href="https://www.linkedin.com/in/nxadams/" target="_blank" rel="nofollow">닉 애덤스</a>는 비용 절감 중심의 사고방식이 장기적 가치를 고려하지 않은 무분별한 예산 삭감으로 이어진다며, 결국 <a href="https://www.cio.com/article/3850777/7-types-of-tech-debt-that-could-cripple-your-business.html">기술 부채 증가</a>와 운영 안정성 저하, 그리고 민첩성 약화를 초래한다고 설명했다. 그는 “예를 들어 핵심 보안 도구에 대한 투자 축소, 중요 인프라 업그레이드 연기, 핵심 인력 해고 등이 있다”라고 말했다.</p>



<p>애덤스는 이런 함정이 부정적인 피드백 루프를 형성한다는 점에서 매우 파괴적이라고 경고했다. 그는 “예를 들어 보안을 소홀히 하면 비용이 큰 침해 사고로 이어질 수 있고, 필수 업그레이드를 미루면 시스템 장애나 예기치 않은 고비용 유지보수가 발생할 수 있다. 사후 대응 비용은 초기 절감액을 훨씬 초과하며, 기업 평판 훼손, 고객 이탈, 직원 사기 및 생산성 저하로 이어져 결과적으로 조직의 장기 경쟁력을 심각하게 훼손할 수 있다”라고 설명했다.</p>



<p>애덤스는 이 같은 함정을 피하려면 단순한 비용 절감에서 벗어나 전략적 비용 최적화로 사고방식을 전환해야 한다고 조언하면서, 이러한 목표를 달성하는 가장 효과적인 방법으로 <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html" target="_blank">핀옵스(FinOps)</a>와 같은 종합적 데이터 기반의 통합 프레임워크를 도입할 수 있다고 설명했다. 그는 “이 접근법은 지출을 추적하고 비즈니스 가치와 연결함으로써, 투명성과 책임성을 강화하고 정보에 기반한 의사결정을 가능하게 한다”라고 말했다.</p>



<p>그는 기업이 장기적으로 성공하려면 IT, 재무, 비즈니스 부서 간의 유기적인 협력이 필수적이라고 강조했다. 기술 지출을 전략적 목표와 일치시키고, 공유된 재무 책임 문화를 조성하는 것이 진정한 비용 최적화의 기반이 된다는 설명이다.</p>



<h2 class="wp-block-heading">6. 클라우드 자원 관리 실패</h2>



<p>AI와 자동화를 활용해 쿠버네티스 자원을 최적화하는 기업 덴시파이(Densify)의 CTO <a href="https://www.linkedin.com/in/andrewhillier/?originalSubdomain=ca" rel="nofollow">앤드류 힐리어</a>는 “클라우드 자원을 잘못된 크기나 유형으로 사용하면 고가의 용량이 낭비될 뿐 아니라 잘못된 구성에 고착될 위험이 따른다”라고 지적했다. 그는 이어 “기업이 할인 혜택을 얻기 위해 약정을 체결할 때 종종 현재 사용량을 기준으로 결정하는데, 만약 사용량이 최적화되지 않은 상태라면 잘못된 설정에 장기적으로 묶이는 결과를 초래할 수 있다”라고 설명했다.</p>



<p>힐리어는 배포된 클라우드 자원이 호스팅 중인 애플리케이션과 서비스의 실제 요구사항과 지속적으로 일치해야 한다고 조언했다. 그는 “이를 위해서는 자원의 실제 사용량을 추적하고, 의미 있는 활동 패턴을 분석하며, 운영 목표를 반영한 정책에 따라 배포 자원을 조율해야 한다. 이 과정은 자동화를 통해 이뤄지는 것이 가장 이상적이다”라고 진단했다.</p>



<h2 class="wp-block-heading">7. 성급하고 무분별한 예산 삭감</h2>



<p>비용 최적화의 가장 위험한 함정은 CIO로 하여금 무분별한 비용 절감으로 이어지게 할 수 있다는 점이다. 응급 의료 교육 및 인증을 위한 온라인 학습 자료 개발 기업인 유나이티드 메디컬 에듀케이션(United Medical Education)의 설립자 <a href="https://www.linkedin.com/in/brian-clark-19b0bb4a/" rel="nofollow">브라이언 클라크</a>는 “처음에는 재무제표상 모든 것이 좋아 보일 수 있다. 하지만 비용을 아끼기 위해 도입한 저가 시스템이 수요가 급증하는 시기에 중단된다면, 그 피해는 치명적일 수 있다”라고 경고했다.</p>



<p>클라크는 비용 최적화가 조직의 뼈까지 깎는 극단적인 비용 절감이 아니라 현명한 투자를 의미해야 한다고 조언했다. 그는 “단순히 금전적 손실뿐 아니라 신뢰의 상실이라는 눈에 보이지 않는 대가를 치를 수도 있다. 한번 신뢰를 잃으면 고객은 쉽게 돌아오지 않으며, 그 불신은 수년간 기업의 성장에 그림자를 드리울 수 있다”라고 말했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[7 cost optimization pitfalls to avoid]]></title>
<description><![CDATA[A rapidly growing number of CIOs are embracing cost optimization as a way to ensure stability and funding for investments in key areas both old and new. Unfortunately, in their haste to drive cost optimization to its maximum potential, many CIOs also find themselves inadvertently making mistakes ...]]></description>
<link>https://tsecurity.de/de/3030009/it-security-nachrichten/7-cost-optimization-pitfalls-to-avoid/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3030009/it-security-nachrichten/7-cost-optimization-pitfalls-to-avoid/</guid>
<pubDate>Thu, 09 Oct 2025 12:19:22 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>A rapidly growing number of CIOs are embracing cost optimization as a way to ensure stability and funding for investments in key areas both old and new. Unfortunately, in their haste to drive cost optimization to its maximum potential, many CIOs also find themselves inadvertently making mistakes that reduce or even eliminate cost optimization’s value.</p>



<p>According to a <a href="https://www.deloitte.com/us/en/what-we-do/capabilities/mergers-acquisitions-restructuring/articles/margin-improvement-and-technology-enabled-transformation-strategy.html" rel="nofollow">2025 Deloitte study</a>, failure rates for cost reduction and transformation programs remain high, with the vast majority of enterprises (79%) failing to achieve their targeted cost savings. “Additionally, most companies (58%) fall far short of their cost reduction goals, achieving less than 75% of their targeted saving,” says <a href="https://www.linkedin.com/in/jon-woolfolk-7389247/" rel="nofollow">Jon Woolfolk</a>, a principal with Deloitte Consulting.</p>



<p>Is your current cost optimization initiative at risk of inadvertently failing to achieve its anticipated goals? If you’re committing any of the following key mistakes, you’re likely to run into trouble.</p>



<h2 class="wp-block-heading">1. Underinvesting in foundational infrastructure</h2>



<p>Cutting spending on program infrastructure might seem like a fast and easy way to reduce a program’s overall cost. “However, without this solid foundation, programs often suffer from inconsistency, lack of accountability, and excessive risk — all of which can end up diluting the ROI of the program,” Woolfolk warns.</p>



<p>As leaders embark on transformation strategies, enterprises are increasingly aligning around a defined and strategic North Star, Woolfolk says. To prevent ROI dilution, he advises allocating dedicated enterprise-level budgets for transformation initiatives, establishing formal governance structures and committees, and — most critically — introducing <a href="https://www.cio.com/article/649900/3-key-roles-for-driving-digital-success.html">specific transformation leadership roles</a>.</p>



<h2 class="wp-block-heading">2. Losing momentum as quick wins dwindle</h2>



<p>Many cost reduction and transformation programs are multi-year journeys that start with a lot of momentum and quick wins. “However, in the middle years, when all quick wins are completed and the challenges grow more complex, many programs lose focus and fizzle out,” Woolfolk observes.</p>



<p>“To avoid this fate, it’s important to follow a disciplined, structured approach that keeps everyone focused and moving in the same direction toward the same end goal,” he says.</p>



<h2 class="wp-block-heading">3. Underestimating the importance of alignment and a comprehensive plan</h2>



<p>According to <a href="https://www.ibm.com/think/author/ann-funai" rel="nofollow">Ann Funai</a>, CIO of business platform transformation at IBM, the biggest cost optimization pitfall is implementing technology or enterprise systems that don’t achieve their goals or — even worse — interfere with existing operations simply because the business wasn’t aligned with the changes.</p>



<p>This fact applies even more when dealing with AI, Funai states. “You can’t build AI on quicksand,” she explains. “You need a strong foundation that includes the right tech stack and a thoughtfully organized flow of data.” Funai says her mantra is “eliminate, simplify, and automate.” She notes that this approach has <a href="https://www.cio.com/article/3968783/ibm-agent-ai-in-direct-use-delivers-3-5-billion-in-productivity-impact.html">helped give IBM the strong, clean foundation</a> needed for AI implementation.</p>



<p>AI planning also includes an important cultural component, Funai notes. “Even more than with previous technologies, AI requires users to adopt new skills and mindsets to get maximum value,” she says. “Perfect tech implementation won’t help CIOs achieve their goals if users don’t know how to fold the tools into their processes, or if a pride of ownership culture blocks AI-powered collaboration.”</p>



<p>If you’re lucky, the only impact of a failed project will be wasted time and energy, Funai says. “However, for CIOs, there’s also the chance that a failed project will disrupt existing operations, which can incur serious costs, either in terms of immediate cash on hand, missed opportunities, or even competitive reputation.”</p>



<h2 class="wp-block-heading">4. Emphasizing short-term thinking over continuous improvement</h2>



<p>The biggest pitfall is treating cost optimization as a one-time event, says </p>



<p><a href="https://www.bairesdev.com/about/leadership-team/justice-erolin/" rel="nofollow">https://www.bairesdev.com/about/leadership-team/justice-erolin/</a>, CTO of BairesDev, a nearshore software development provider.</p>



<p>“Too many organizations take a shortsighted approach, slashing budgets, delaying upgrades, or cutting headcount without building a long-term plan,” he observes. Such leaders also tend to focus on immediate savings rather than maintaining sustainable efficiency. “The danger lies in the fact that you’re not optimizing — you’re just reacting.”</p>



<p>Another danger is hidden, long-term consequences, Erolin says. “For instance, if you cut investment in tech infrastructure or talent, you might see short-term savings, but you’re also reducing innovation capacity and system resilience.” That kind of shortsightedness, he notes, can stall digital transformation, <a href="https://www.cio.com/article/228463/10-ways-to-improve-it-performance-without-killing-morale.html">lower team morale</a>, increase technical debt, and ultimately make the entire business less competitive.</p>



<p>To counter shortsightedness, Erolin recommends that CIOs shift their mindset. Cost optimization should be strategic, not reactive, he says. “Build a culture of continuous improvement and data-driven decision-making,” he suggests. “This will require investing in real-time visibility across your operations — knowing where your spend is going, what’s delivering ROI, and where there’s waste.”</p>



<h2 class="wp-block-heading">5. Embracing a cost-cutting — rather than cost-optimization — mindset</h2>



<p>A cost-cutting mindset often results in indiscriminate budget reductions that fail to consider long-term value, <a href="https://www.cio.com/article/3850777/7-types-of-tech-debt-that-could-cripple-your-business.html">leading to technical debt</a>, eroded operational stability, and reduced agility, says <a href="https://www.linkedin.com/in/nxadams/" rel="nofollow">Nic Adams</a>, CEO of cybersecurity technology provider 0rcus. “Examples include underinvesting in essential security tools, deferring critical infrastructure upgrades, or laying off key personnel.”</p>



<p>Such a pitfall is highly destructive because it creates a negative feedback loop, Adams warns. “For example, cutting corners on security can lead to a costly breach, while delaying necessary upgrades can result in system failures and expensive, unscheduled maintenance,” he says. “Such reactive costs often far exceed the initial savings and can cause significant reputational damage, customer churn, and a decline in employee morale and productivity, ultimately harming the organization’s long-term competitive position.”</p>



<p>Avoiding this pitfall requires a shift in mindset from simple cost-cutting to strategic cost optimization, says Adams, who believes the best way to achieve this goal is by implementing a holistic, data-driven framework, such as <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a>. “This approach promotes transparency and accountability by tracking spending and tying it to business value, enabling informed decisions.”</p>



<p>Adams notes that long-term success also requires cross-functional collaboration between IT, finance, and business units to align technology spending with strategic goals and foster a culture of shared financial responsibility.</p>



<h2 class="wp-block-heading">6. Mismanaging the cloud</h2>



<p>If you use cloud resources that are the wrong size or type, you’ll not only strand a lot of expensive capacity, you’ll also run the risk of locking into the wrong configuration, says <a href="https://www.linkedin.com/in/andrewhillier/?originalSubdomain=ca" rel="nofollow">Andrew Hillier</a>, CTO at Densify, a firm that uses AI and automation to optimize Kubernetes resources. “Additionally, when companies make commitments in return for discounts, they often base it on current usage, and when that’s sub-optimal, you can actually lock into the wrong configuration.”</p>



<p>Deployed resources should be continuously aligned with the true requirements of the applications and services being hosted, Hillier says. “This means tracking the actual utilization of resources, learning the meaningful patterns of activity, and aligning the resources being deployed with those using policies that reflect operational goals, ideally through automation.”</p>



<h2 class="wp-block-heading">7. Wielding a quick and reckless ax</h2>



<p>Perhaps the most dangerous cost optimization trap is that it can lead CIOs to thoughtless cost-cutting. “Initially, everything may seem nice on a balance sheet, but when the cheaper system goes down during peak demand, the damage can be devastating,” says <a href="https://www.linkedin.com/in/brian-clark-19b0bb4a/" rel="nofollow">Brian Clark</a>, founder of United Medical Education, a firm that develops online instructional materials for emergency medical training and certification.</p>



<p>Keep in mind that cost optimization shouldn’t mean cutting to the bone, but investing in a wise manner, Clark advises. “The intangible price is not only money, but also confidence,” he says. “Once confidence is lost, customers are reluctant to come back, and this reluctance can accompany your business for years.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[El 31% de los responsables de TI desperdicia la mitad de su gasto en la nube]]></title>
<description><![CDATA[Un informe de VMware concluye que casi la mitad de los responsables de la toma de decisiones de TI cree que su organización desperdicia más de una cuarta parte de su gasto en la nube, y alrededor de uno de cada tres (31%) afirma que el desperdicio supera el 50%.



Los sobrecostes de la nube son ...]]></description>
<link>https://tsecurity.de/de/3018797/it-security-nachrichten/el-31-de-los-responsables-de-ti-desperdicia-la-mitad-de-su-gasto-en-la-nube/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3018797/it-security-nachrichten/el-31-de-los-responsables-de-ti-desperdicia-la-mitad-de-su-gasto-en-la-nube/</guid>
<pubDate>Fri, 03 Oct 2025 12:19:41 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Un informe de VMware concluye que casi la mitad de los responsables de la toma de decisiones de TI cree que su organización desperdicia más de una cuarta parte de su gasto en la nube, y alrededor de uno de cada tres (31%) afirma que el desperdicio supera el 50%.</p>



<p>Los sobrecostes de la nube son un problema importante en las empresas actuales según analistas y otros especialistas en la nube, pero culpan de ello a los desarrolladores y a la cultura de TI. Muchos observadores del sector sostienen que un cambio en la forma en que la organización concibe las inversiones en la nube podría reducir gran parte del problema del gasto en la nube, así como también facilitaría la adopción de una visión mucho más cínica del lenguaje de los contratos de la nube</p>



<p>En el informe, basado en una encuesta global realizada a 1.800 responsables de la toma de decisiones de TI, se puede leer que “la mayoría de las empresas coinciden en que los silos organizativos complican la gestión de la nube, lo que dificulta mantener la visibilidad, el control y la gobernanza en la nube pública”.</p>



<p>Si embargo, el director de investigación de IDC, Rob Tiffany, también considera que las relaciones de las empresas con los proveedores desempeñan un papel importante en los problemas de gasto en la nube.</p>



<p>A su juicio, “AWS y Google no son actores tradicionales de TI, por lo que Microsoft está tratando de enganchar [a las empresas]” a los entornos de nube de Microsoft, y algunos directores de informática de las empresas piensan: “Solo tengo que firmar y ya no tendré que pensar en ello”.</p>



<h2 class="wp-block-heading">Los problemas y las soluciones de los costes de la nube</h2>



<p>Tiffany señala la adquisición de Morpheus Data por parte de HP como una de las varias herramientas de gestión de costes de la nube que deben tenerse en cuenta, lo que le lleva a decir que “las empresas deben integrar de forma más agresiva las herramientas FinOps en sus operaciones, asegurándose de proporcionar acceso a casi todo lo que tenga que ver con la nube”.</p>



<p>Los directores de informática deben “buscar máquinas virtuales inactivas y que supongan un desperdicio. Puede que sólo esté utilizando el 3% de la máquina virtual o que los usuarios ni siquiera estén utilizando estas cosas”, dice Tiffany, para añadir: “Algo que hacen muchas empresas es no utilizar el software FinOps lo suficiente como para que sea los ojos y los oídos de los [recursos de la nube] desperdiciados y sin utilizar”.</p>



<p>De todas formas, Tiffany cree que encontrar un problema de utilización de la nube no servirá de nada si el contrato no permite realizar devoluciones por dichos descubrimientos.</p>



<p>Incluso si no se admiten dichos reembolsos, Tiffany anima a los directores de informática de las empresas a “revisar los registros de cuentas por pagar” para detectar cualquier compra en la nube, incluidas las compras en la sombra. De ahí que diga: “Si encuentra cosas que son un desperdicio, podría utilizarlas como ventaja con otra nube”.</p>



<p>Un problema que ha observado IDC es que las empresas compran herramientas FinOps sin darles suficiente acceso.</p>



<p>“Quiero que mi agente de IA inicie sesión en nuestro panel de control de AWS y encuentre duplicaciones y servicios no utilizados, y que se asegure de que puede hacerlo en todas nuestras nubes”, afirma Tiffany. Y apostilla: “Asegúrate de que las API estén expuestas para todos y cada uno de los servicios”.</p>



<p>Aun así, este especialista considera que la cultura corporativa, y en concreto la cultura de TI y de los desarrolladores, dificulta el análisis del gasto en la nube.</p>



<h2 class="wp-block-heading">Se necesita una transformación cultural</h2>



<p>Dice Tiffany: “Por lo general, a los directores de informática no se les recompensa por cosas tan minuciosas como esa, incluido el mantenimiento de sistemas antiguos” Y apostilla: “Se les aprecia por hacer cosas nuevas e innovadoras. [El seguimiento de la duplicación del gasto en la nube] no suele contribuir al avance de sus carreras”.</p>



<p>Sin embargo, hoy en día la IA basada en agentes puede marcar la diferencia. Históricamente, los directores de informática se han mostrado reacios a distraer a su personal técnico ya de por sí cargado de tareas con problemas de bajo coste. Pero asignar esas tareas de seguimiento a un agente virtual puede marcar una diferencia clave.</p>



<p>Según Tiffany, en el pasado, los directores de informática se han encontrado con resistencia. “No tengo personal para eso”. Pero la IA basada en agentes cambia las reglas del juego. Ahora los directores de informática pueden abogar ante los responsables de recursos humanos y los directores generales para que incentiven la búsqueda de estas ineficiencias y tal vez cambien sus estructuras de bonificaciones”, admite.</p>



<p>Matt Kimball, vicepresidente y analista principal de Moor Insights &amp; Strategy, anima a los directores de informática a tener en cuenta todas las formas de nube, incluidos los contratos SaaS, que a menudo se pasan por alto. Eso le lleva a preguntarse: “¿Se incluyen esos grandes contratos con Salesforce?”.</p>



<p>Moor ha encontrado muchos clientes<em> CIO</em> “que han contratado instancias demasiado aprovisionadas gastando demasiado dinero en [recursos en la nube] que nunca utilizarán”, reconoce Kimball, y ofrece un ejemplo de cómo una adición única a la nube se transforma silenciosamente en un cargo anual continuo.</p>



<p>“Su representante de Oracle le dice que necesita este módulo que nadie utiliza nunca. Y ahora aparece en el contrato cada año. Antes de que se dé cuenta, se ha convertido en una cuota recurrente”, afirma Kimball, para añadir: “Recuerde que racionalizar el gasto en la nube es una tarea constante”.</p>



<p>Mark Troller, director de informática de la empresa de gestión de gastos Tangoe, anima a los directores de informática a no obsesionarse demasiado con los porcentajes de desperdicio que recoge VMware en el informe.</p>



<p>“No me obsesiona si el desperdicio de la nube es del 30% o del 50%. El verdadero problema es la definición. Contando únicamente la computación o el almacenamiento no utilizados, el 50% parece exagerado”, afirma Troller. “Pero cuando se incluyen las ineficiencias indirectas que veo todos los días —prosigue—, como las licencias SaaS duplicadas, el gasto en TI en la sombra, los entornos inactivos o las cargas de trabajo mal diseñadas que aumentan los costes de red, es probable que el verdadero desperdicio sea mayor”.</p>



<p>Roman Rylko, director técnico de la consultora informática Pynest, también considera que los excesos de corte de la nube son habituales.</p>



<p>En su opinión, muchos directores de informática tienen la sensación totalmente justificada de que la mitad de sus costes de nube se desperdician. Por ejemplo, implementaron un entorno para un proyecto y se olvidaron de apagarlo, o reservaron capacidad adicional que permanece inactiva. Lo que a menudo resulta irritante son las estructuras de facturación opacas de los proveedores. Sin una supervisión constante y un enfoque FinOps, es casi imposible comprender dónde se gasta exactamente el dinero”, dice este especialista.</p>



<p>En este sentido, cita el caso de un cliente reciente “en el que los entornos de desarrollo funcionaban las 24 horas del día, los 7 días de la semana, aunque el equipo sólo los utilizaba durante el horario laboral. Un programa automatizado para apagar los entornos por la noche y reiniciarlos por la mañana supuso un ahorro de dos dígitos ya en el primer mes”.</p>



<p>Rylko argumenta que este tipo de anécdotas son la razón por la que considera que “la cuestión de la optimización de la nube es financiera y también cultural. Si los ingenieros no comprenden que cada una de sus máquinas virtuales o contenedores cuesta dinero, ningún informe del director financiero servirá de ayuda. Las estrategias eficaces incluyen hacer que los equipos de ingeniería se responsabilicen del gasto y asegurarse de que comprenden el impacto que tienen sus recursos en los costes”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI cost overruns are adding up — with major implications for CIOs]]></title>
<description><![CDATA[IT and finance leaders are struggling to estimate and contain the cost of AI deployments, with most AI projects exceeding spending targets, according to a new survey.



Despite mass AI adoption among enterprises, many IT leaders are finding it difficult to achieve ROI for AI projects, with inacc...]]></description>
<link>https://tsecurity.de/de/3016774/it-security-nachrichten/ai-cost-overruns-are-adding-up-with-major-implications-for-cios/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3016774/it-security-nachrichten/ai-cost-overruns-are-adding-up-with-major-implications-for-cios/</guid>
<pubDate>Thu, 02 Oct 2025 12:20:47 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>IT and finance leaders are struggling to estimate and contain the cost of AI deployments, with most AI projects exceeding spending targets, according to a new survey.</p>



<p>Despite <a href="https://www.cio.com/article/4059596/ais-bubble-trouble-hype-myth-and-dotcom-deja-vu.html?utm=hybrid_search">mass AI adoption</a> among enterprises, many IT leaders are finding it difficult to <a href="https://www.cio.com/article/3996256/what-roi-ai-misfires-spur-ceos-to-rethink-adoption.html?utm=hybrid_search">achieve ROI</a> for AI projects, with inaccurate budgeting a significant part of the problem.</p>



<p>About 85% of organizations misestimate AI costs by more than 10%, and nearly a quarter are off by 50% or more, according to <a href="https://www.prnewswire.com/news-releases/2025-state-of-ai-cost-management-research-finds-85-of-companies-miss-ai-forecasts-by-10-302551947.html" rel="nofollow">a recent survey</a> from SaaS benchmarking firm Benchmarkit and cost governance platform Mavvrik. The cost estimates are nearly always too low.</p>



<p>Several factors contribute to this issue, with data platforms being the top driver of unexpected AI costs, followed by network access to AI models, according to survey respondents. Large-language model (LLM) token costs are the fifth highest driver of unexpected AI expenditures.</p>



<h2 class="wp-block-heading">CIOs take the blame</h2>



<p>While budget authority often rests with the CFO, CIOs overseeing unexpectedly expensive AI projects can expect major implications, experts say.</p>



<p>“Underestimating AI projects by this much doesn’t just blow budgets, it risks stakeholder confidence and adoption,” says <a href="https://www.linkedin.com/in/sergiioua/" rel="nofollow">Sergii Opanasenko</a>, cofounder of AI-focused web development firm Greenice. “The best path forward is to treat AI like any other core infrastructure investment: scope realistically, account for integration and iteration, and build in a buffer for experimentation.”</p>



<p>Many organizations appear to be “flying blind” while deploying AI, adds <a href="https://www.linkedin.com/in/johnpettit1/" rel="nofollow">John Pettit</a>, CTO at Google Workspace professional services firm Promevo. If a CIO-led AI project misses budget by a huge margin, it reflects on the CIO’s credibility, he adds.</p>



<p>“Trust is your most important currency when leading projects and organizations,” he says. “If your AI initiative costs 50% more than forecast, the CFO and board will hesitate before approving the next one.”</p>



<p>Cost overruns are often associated with hidden layers beneath the cost of an AI model, including data preparation, security, integration, and compliance, Pettit adds.</p>



<p><a href="https://bloomfire.com/experts/dan-stradtman/" rel="nofollow">Dan Stradtman</a>, CMO at AI-powered knowledge management vendor Bloomfire, has seen the effects of project cost overruns. “I’ve led teams at Fortune 500 companies where missed forecasts set off a chain reaction: delayed roadmaps, frozen headcount, and CFOs pulling back on strategic bets,” he says. “For IT leaders, governance isn’t optional. Without disciplined visibility into costs and a clean foundation of knowledge feeding AI, you’re left with unpredictable bills and frustrated executives.”</p>



<p>Beyond creating distrust in IT leadership, missed cost estimates also hurt the company’s bottom line, notes <a href="https://www.linkedin.com/in/falleyne/" rel="nofollow">Farai Alleyne</a>, SVP of IT operations at accounts payable software vendor Billtrust. “It is not just an IT spending issue, but it could materialize into an overall business financials issue,” he says.</p>



<p>The survey results bear this concern out. More than eight in 10 companies reported that AI costs eroded gross margins by more than 6%, with more than a quarter of companies seeing drops of 16% or more.</p>



<h2 class="wp-block-heading">Tiny budgets, unrealistic expectations</h2>



<p>To demonstrate the AI budget disconnect, Greenice <a href="https://greenice.net/ai-agent-development-trends/" rel="nofollow">recently examined</a> more than 500 agentic AI projects posted on freelance marketplace Upwork and found that more than 60% of them had budgets of less than $1,000, with expected delivery timelines of less than three months. Most of those cost estimates and timelines appeared unrealistic, Opanasenko says.</p>



<p>In his experience, enterprise leaders often assume AI coding assistants or no-code/low-code tools can take care of most of the software development needed to roll out a new AI tool. These tools can be used to create small prototypes, but for enterprise-grade integrations or multi-agent systems, the complexity creates additional costs, he says.</p>



<p>“We often see clients who proudly say they’ve built 80% to 90% of their system in a week with AI, but the remaining 10% to 20% is where the real complexity hides,” Opanasenko adds. “That last mile often takes far longer — either because integrations are complex or because AI assistants struggle as projects grow larger and contexts get too big.”</p>



<p>In addition, organizations often underestimate the cost of operating an AI project, he says. Token usage for vectorization and LLM calls can cost tens of thousands of dollars per month, but hosting your own models isn’t cheap, either, with on-premises infrastructure costs potentially running into the thousands of dollars per month.</p>



<p>And then there’s scope creep. “When clients change their minds or grow their appetite mid-project, the only way forward is to re-evaluate the scope, cut back to what’s realistic for the budget, and move extra features into later phases,” Opanasenko says.</p>



<h2 class="wp-block-heading">Best practices for containing costs</h2>



<p>Promevo’s Pettit recommends CIOs embrace observability technologies to track AI costs and focus on outcome-based ROI metrics.</p>



<p>“Without observability, you’re guessing,” he says. “With it, you can spot a runaway training job or ballooning API usage before it wrecks your budget.”</p>



<p>CIOs should use <a href="https://www.cio.com/article/3839075/finops-breaks-out-of-the-cloud.html">FinOps practices</a> and treat AI cost as a primary metric, complete with dashboards and alerts, he recommends. IT leaders should also encourage cross-team transparency, with marketing, R&amp;D, and IT teams all sharing their AI use and costs.</p>



<p>IT leaders can also start with AI pilot projects to measure real consumption, Pettit suggests, and they should realize that small AI solutions sometimes work best.</p>



<p>“Not every use case needs the biggest model,” Pettit says. “Sometimes a lighter approach delivers 90% of the value at 10% of the cost.”</p>



<p>Like Pettit, Billtrust’s Alleyne recommends cost management and observability tools to control AI spending. While <a href="https://www.cio.com/article/189652/top-13-cloud-cost-management-tools.html">cost management tools</a> from cloud vendors can be useful, they aren’t as deep as third-party solutions and don’t cover every potential AI cost, he says.</p>



<p>“These other third-party tools can make recommendations like, ‘Hey, you’re actually overspending on this feature, and you can resize,’” he says. “We’ve done a lot of resizing, taking the recommendations on the contract commitments, and changing our backups to be more mindful of the overall cloud spend.”</p>



<p>The key to using cost management and observability tools is to check them regularly, Alleyne adds. Billtrust IT leaders check the AI cost management software at least a couple of times a month.</p>



<p>“You can have the tools, but don’t let them be shelfware,” he says. “Be diligent about a cost management program.”</p>



<p>IT leaders should also communicate regularly with other departments about their AI use, Alleyne recommends.</p>



<p>“A lot of the misses can be attributed to some other department doing something with AI, and then, it ends up showing up in your cost,” he says. “You’ve got some department that’s using the capabilities with the ease of cloud onboarding, and they’re running on your corporate cloud account, and you get the bill.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IT 리더 31% “클라우드 지출 절반을 낭비”]]></title>
<description><![CDATA[VM웨어가 펴낸 ‘프라이빗 클라우드 전망 2025’ 보고서에 따르면, IT 의사결정권자의 절반 가까이는 자사 클라우드 지출의 4분의 1 이상이 낭비되고 있다고 생각하며, 약 3분의 1(31%)은 낭비 규모가 절반을 초과한다고 답했다.



시장 분석가와 클라우드 전문가들은 기업 내 클라우드 비용 초과가 심각한 문제로 자리 잡고 있다고 보고 있으며, 그 원인을 개발자와 IT 부서의 문화에서 찾고 있다. 이들은 조직이 클라우드 투자를 바라보는 관점을 전환하고, 계약 조건에 대해 보다 비판적인 시각을 갖는다면 상당 부분의 낭비 문제...]]></description>
<link>https://tsecurity.de/de/3014322/it-security-nachrichten/it-31/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3014322/it-security-nachrichten/it-31/</guid>
<pubDate>Wed, 01 Oct 2025 10:05:23 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>VM웨어가 펴낸 <a href="https://www.vmware.com/docs/private-cloud-outlook-2025" target="_blank" rel="nofollow">‘프라이빗 클라우드 전망 2025’ 보고서에 따르면</a>, IT 의사결정권자의 절반 가까이는 자사 클라우드 지출의 4분의 1 이상이 낭비되고 있다고 생각하며, 약 3분의 1(31%)은 낭비 규모가 절반을 초과한다고 답했다.</p>



<p>시장 분석가와 클라우드 전문가들은 기업 내 클라우드 비용 초과가 심각한 문제로 자리 잡고 있다고 보고 있으며, 그 원인을 개발자와 IT 부서의 문화에서 찾고 있다. 이들은 조직이 클라우드 투자를 바라보는 관점을 전환하고, 계약 조건에 대해 보다 비판적인 시각을 갖는다면 상당 부분의 낭비 문제를 줄일 수 있다고 지적한다.</p>



<p>VM웨어 보고서는 전 세계 1,800명의 고위 IT 의사결정권자를 대상으로 한 조사 결과를 인용하며, “대다수 기업은 조직 내 사일로 구조가 클라우드 관리의 복잡성을 가중시켜 퍼블릭 클라우드에서 가시성, 통제, 거버넌스를 유지하기 어렵게 만든다”라고 밝혔다.</p>



<p>IDC 리서치 디렉터 <a href="https://my.idc.com/getdoc.jsp?containerId=PRF005930" target="_blank" rel="nofollow">롭 티퍼니</a>는 벤더와의 관계도 클라우드 지출 문제에 적지 않은 영향을 미친다고 분석했다. 그는 “AWS와 구글은 전통적인 IT 기업이 아니기 때문에 마이크로소프트(MS)는 엔터프라이즈 고객을 자사 클라우드 환경에 묶어두려 한다”라며 “일부 CIO는 ‘그냥 계약만 하면 더 이상 신경 쓸 필요가 없다’고 생각한다”라고 전했다.</p>



<h2 class="wp-block-heading">클라우드 비용 문제와 해법</h2>



<p>티퍼니는 기업이 핀옵스(FinOps) 도구를 더욱 적극적으로 운영에 통합해야 한다고 강조했다. 그는 HP의 모피어스데이터(Morpheus Data) 인수를 예로 들며, 다양한 클라우드 비용 관리 도구를 검토할 필요가 있다고 말했다.</p>



<p>티퍼니는 “CIO는 낭비되거나 유휴 상태인 가상머신을 찾아야 한다. 실제로 VM의 활용률이 3%에 불과하거나, 사용자 접속조차 없는 경우도 많다”라며 “많은 기업이 핀옵스 소프트웨어를 충분히 사용하지 않아 낭비되는 클라우드 자원을 감시하지 못하고 있다”라고 설명했다.</p>



<p>그는 또 “클라우드 활용 문제를 발견하더라도 계약에 비용 환급(차지백) 조항이 없다면 효과가 없다”라고 지적했다. 하지만 공식적으로 지원되지 않더라도 “CIO는 그림자 IT 지출을 포함한 모든 클라우드 구매 내역을 회계 기록을 통해 검토해야 한다”라며 “그 과정에서 낭비가 발견되면 다른 클라우드 벤더와 협상할 때 지렛대로 활용할 수 있다”라고 조언했다.</p>



<p>IDC는 많은 기업이 핀옵스 도구를 도입했지만, 실제로는 도구에 충분한 접근 권한을 주지 않는 문제를 지적했다. 티퍼니는 “나는 AI 에이전트가 AWS 대시보드에 로그인해 중복 서비스, 미사용 리소스를 찾아내고, 이를 모든 클라우드 환경에서 실행할 수 있길 원한다”라며 “모든 서비스에 대해 API가 열려 있어야 한다”라고 말했다.</p>



<p>그러면서 그는 결국 기업 문화, 특히 IT와 개발자 문화가 클라우드 지출 분석을 어렵게 만드는 핵심 원인이라고 분석했다.</p>



<h2 class="wp-block-heading">문화적 전환이 필요하다</h2>



<p>티퍼니는 “CIO는 오래된 시스템 유지 같은 사소한 업무로는 보상을 받지 못한다. 오히려 새로운 혁신적 프로젝트를 수행할 때 인정받는다”라며 “클라우드 지출의 중복을 추적하는 일은 대체로 그들의 경력에 도움이 되지 않는다”라고 말했다.</p>



<p>하지만 최근 떠오른 ‘에이전틱 AI(agentic AI)’는 상황을 바꿀 수 있다는 전망이다. 역사적으로 CIO는 과부하된 기술 인력을 작은 비용 문제 해결에 투입하는 것을 꺼려왔지만, 이 작업을 가상 에이전트에 맡기면 이야기가 달라진다. 티퍼니는 “과거 CIO들은 ‘그럴 인력이 없다’며 반발했지만, 에이전틱 AI가 등장하면서 게임의 규칙이 바뀌었다”라며 “이제 CIO는 HR과 CEO에게 효율성 개선 활동에 인센티브를 부여하고 보너스 구조를 바꾸자고 주장할 수 있게 됐다”라고 설명했다.</p>



<p>컨설팅 기업 무어인사이츠&amp;스트래티지(Moor Insights &amp; Strategy)의 부사장이자 수석 애널리스트인 <a href="https://moorinsightsstrategy.com/team/matt-kimball/" target="_blank" rel="nofollow">맷 킴벌</a>은 CIO가 흔히 간과하는 SaaS 계약까지 포함해 모든 클라우드 지출을 검토해야 한다고 강조했다. 그는 “세일즈포스 같은 대규모 SaaS 계약이 포함돼 있는가”라고 반문하며, 많은 CIO 고객이 실제로는 사용하지 않을 자원을 과잉 프로비저닝해 불필요한 비용을 지출한다고 지적했다. 킴벌은 “예컨대 오라클 담당자가 아무도 쓰지 않는 모듈을 계약에 넣고, 이것이 매년 반복되는 비용으로 굳어지는 경우가 많다”라며 “클라우드 지출 합리화는 지속적으로 점검해야 하는 과제라는 점을 잊지 말아야 한다”라고 덧붙였다.</p>



<p>경비 관리 기업 탱고(Tangoe)의 CIO <a href="https://www.tangoe.com/mark-troller/" target="_blank" rel="nofollow">마크 트롤러</a>는 VM웨어가 발표한 낭비 비율 수치에 집착할 필요가 없다고 지적했다. 그는 “낭비가 30%냐 50%냐에 매달리지 않는다. 문제는 정의의 차이다”라며 “순수히 미사용 컴퓨팅이나 스토리지만 따지면 50%는 과장된 것처럼 보일 수 있다. 하지만 중복 SaaS 라이선스, 그림자 IT 지출, 유휴 환경, 비효율적 워크로드로 인한 네트워크 비용 증가 같은 간접적 비효율까지 포함하면 실제 낭비는 훨씬 크다”라고 설명했다.</p>



<p>IT 컨설팅 기업 파이네스트(Pynest)의 CTO <a href="https://www.linkedin.com/in/roman-rylko/" rel="nofollow">로만 릴코</a> 역시 클라우드 비용 초과가 흔한 문제라고 진단했다. 그는 “많은 CIO가 클라우드 비용의 절반이 낭비된다고 느끼는 것은 충분히 정당하다”라며 “예를 들어 프로젝트용 환경을 만들고 종료하지 않았거나, 여분의 용량을 예약해 두고 그대로 방치하는 경우가 많다”라고 말했다. 이어 “더 큰 문제는 벤더의 불투명한 과금 구조다. 지속적인 모니터링과 핀옵스 접근법이 없다면 돈이 어디로 흘러가는지 파악하는 것은 거의 불가능하다”라고 지적했다.</p>



<p>릴코는 실제 사례를 언급하며 “어떤 고객은 개발 환경을 하루 24시간 켜뒀지만, 팀은 근무 시간에만 사용했다. 자동화 스케줄을 적용해 퇴근 후 환경을 종료하고 아침에 다시 시작하도록 하자, 첫 달부터 두 자릿수 비율의 비용 절감 효과를 얻을 수 있었다”라고 전했다.</p>



<p>그는 이를 두고 “클라우드 최적화 문제는 단순히 재무 문제가 아니라 개발 문화의 문제이기도 하다”며 “엔지니어가 각 VM이나 컨테이너가 비용을 발생시킨다는 점을 이해하지 못하면 CFO 보고서는 아무 소용이 없다. 효과적인 전략은 엔지니어링 팀에 지출에 대한 책임을 부여하고, 자신이 사용하는 자원이 어떤 비용 영향을 주는지 이해하도록 하는 것”이라고 강조했다. <br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[“이래야 월드 클래스 IT” 생성형 AI가 바꾸는 CIO의 미션과 전략]]></title>
<description><![CDATA[한 기업 임원이 필자에게 조직의 수준을 높이기 위해 지금 이 시대의 ‘월드 클래스 IT’가 어떤 모습인지 정의해달라고 요청했다. AI가 IT 부서에 대한 기업의 기대 수준을 크게 바꿔 놓은 지금, 이 질문에 답하기 위해 많은 고민이 필요하다.



디지털 트랜스포메이션 시대에는 IT가 단순한 운영 책임을 넘어 디지털 제품 출시, 고객 경험 개선, 데이터 기반 조직 구축 등 비즈니스 성장을 견인하는 영역까지 역할을 확장해야 했다. 팬데믹과 그 이후의 재정적 불확실성 시기에는 많은 IT 부서가 자동화, 핀옵스(FinOps), 직원...]]></description>
<link>https://tsecurity.de/de/3014182/it-security-nachrichten/it-ai-cio/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3014182/it-security-nachrichten/it-ai-cio/</guid>
<pubDate>Wed, 01 Oct 2025 08:48:21 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>한 기업 임원이 필자에게 조직의 수준을 높이기 위해 지금 이 시대의 ‘월드 클래스 IT’가 어떤 모습인지 정의해달라고 요청했다. AI가 IT 부서에 대한 기업의 기대 수준을 크게 바꿔 놓은 지금, 이 질문에 답하기 위해 많은 고민이 필요하다.</p>



<p>디지털 트랜스포메이션 시대에는 IT가 단순한 운영 책임을 넘어 디지털 제품 출시, 고객 경험 개선, 데이터 기반 조직 구축 등 비즈니스 성장을 견인하는 영역까지 역할을 확장해야 했다. 팬데믹과 그 이후의 재정적 불확실성 시기에는 많은 IT 부서가 자동화, 핀옵스(FinOps), 직원 경험 개선 등 비용 절감 목표를 중심으로 운영됐다. 하지만 생성형 AI 시대가 본격적으로 도래하면서 이사회와 경영진은 ‘세계적 수준의 IT’에 대한 관점을 바꾸고 있고, CIO 역시 미션과 목표를 재정립해야 하는 상황이다.</p>



<p>일부 CIO는 IT의 정체성을 재정의하며, 생성형 AI가 지금까지 알고 있던 IT의 종말을 의미하는 것은 아닌지 자문하고 있다. 실제로 AI는 현재 IT의 사명 자체를 극적으로 바꾸고 있다. CIO는 새로운 비즈니스 목표를 달성하고 IT 효율을 가속하며, 파괴적 위험에 대응하기 위해 IT 조직 모델을 재설계하고 있다.</p>



<h2 class="wp-block-heading">AI로 인해 더 높아진 기업의 기대치</h2>



<p>기업 경영진은 CIO와 IT 조직이 직원의 AI 활용을 적극적으로 확대하는 동시에 통제되지 않는 AI 에이전트의 위험은 피하도록 지원하기를 원한다. 이런 역할은 혁신 주도, 효율성 개선을 위한 자동화, 보안 강화라는 기존 IT의 책무에 더해지는 새로운 책임이다.</p>



<p>생성형 AI 시대의 세계적 수준의 IT가 어떤 모습인지는 조직의 목표에 따라 달라지지만, 몇 가지 핵심 영역이 존재한다. 필자는 세계적 수준의 IT에 대한 관점을 두 가지 핵심 요소로 정리했다.</p>



<ul class="wp-block-list">
<li>이해관계자와 협력하는 방식을 재정의해 조직 문화를 발전시키고 AI 도입을 가속화한다.</li>



<li>실험을 수용하고 AI 도입을 통해 비즈니스 가치를 창출하며 확장 가능한 플랫폼을 표준화하는 방식으로 IT 운영 모델을 확장한다.</li>
</ul>



<p>생성형 AI 시대에 세계적 수준의 IT 부서가 조직을 이끄는 사례를 알아보자.</p>



<h2 class="wp-block-heading">비즈니스와의 의미 있는 관계 구축</h2>



<p>가트너에 따르면, 생성형 AI는 현재 환멸의 골짜기에 진입하고 있으며, 이는 지난 2년간의 AI에 대한 과도한 기대와 열기가 이제 실용주의로 전환되고 있다는 신호다. IT 부서는 이제 비즈니스 감각이 뛰어난 아키텍트, 엔지니어, 제품 관리자를 필요로 하며, 이들이 비전 선언문을 수립하고 AI를 비롯한 투자에 대한 비즈니스 타당성을 제시해야 한다. 일부 CIO는 우선순위를 명확히 정하고 사용자 경험을 강화하며 성과를 창출하기 위해 제품 중심 IT 모델을 채택하고 있다.</p>



<p>워크데이의 CIO 라니 존슨은 “우리 팀은 시장 동향을 상시로 모니터링하고 신기술의 가치를 입증하면서 주요 투자와 파트너십을 이끌어낼 수 있도록 지원하고 있다”라고 밝혔다. 존슨은 “이런 전략적 기능은 IT팀이 독자적으로 고위험 결정을 내릴 수 있는 권한이나 AI에 대한 관할권이 부족한 경우가 많기 때문에, 경영진의 후원을 확보하는 데 핵심적인 역할을 한다”라고 강조했다.</p>



<p>최고의 CIO는 관계 구축을 핵심적인 변화 역량으로 인식하며, IT 리더를 육성하기 위한 실천 방안으로 다음과 같은 조치를 취하고 있다.</p>



<ul class="wp-block-list">
<li>IT 리더와 핵심 인재에게 비즈니스 리더와의 파트너십 구축을 성과 목표로 부여한다.</li>



<li>적극적인 경청, 커뮤니케이션, 리더십 협업 역량을 공식화한다.</li>



<li>명확한 비즈니스 목표를 도출하는 대화 기법을 멘토링한다.</li>



<li>비즈니스 리더가 목표를 재조정하거나 방향을 전환하려는 신호를 포착하는 능력을 강화한다.</li>
</ul>



<h2 class="wp-block-heading">AI로부터 가치를 이끌어내기 위한 조직 문화의 신속한 진화</h2>



<p>디지털 혁신을 주도해온 조직은 언제나 변화 관리 과제를 안고 있는데, 여기에는 전략적 목표에 집중하는 초기 수용 직원을 관리하고 회의적인 반응을 보이는 이들을 설득하는 일이 포함돼 있다. 특히 생성형 AI 시대에는 AI를 통해 생산성을 빠르게 높이고자 하는 부서 책임자의 기대와 AI가 자신의 일자리를 대체할지도 모른다는 직원들의 불안 사이에서 구성원의 동의를 얻는 일이 어느 때보다 중요하다.</p>



<p>최근 발표된 연구는 IT 부서가 AI 프로젝트에서 ROI를 확보하고, 동시에 직원들이 변화에 적응하도록 돕는 데 직면한 과제를 보여준다.</p>



<ul class="wp-block-list">
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSc8rU8OpQWU44gYDeZyINUZjBFwu--1uTbxixK_PRSVrfaH8Q/viewform" data-type="link" data-id="https://docs.google.com/forms/d/e/1FAIpQLSc8rU8OpQWU44gYDeZyINUZjBFwu--1uTbxixK_PRSVrfaH8Q/viewform" rel="nofollow">MIT NANDA</a> 보고서에 따르면, 맞춤형 AI 도구 중 실제 운영 환경에 배포된 비율은 5%에 불과하다.</li>



<li><a href="https://newsroom.workday.com/2025-08-12-New-Workday-Global-Research-AI-Agents-Are-Here-But-Dont-Call-Them-Boss" data-type="link" data-id="https://newsroom.workday.com/2025-08-12-New-Workday-Global-Research-AI-Agents-Are-Here-But-Dont-Call-Them-Boss" rel="nofollow">워크데이 조사</a>에 응한 이들 가운데 75%는 AI 에이전트와 함께 일하는 데 거부감이 없다고 답했지만, 50% 미만만이 AI가 자신에게 업무를 할당하거나 사용자 모르게 백그라운드에서 자율적으로 작동하는 것에 대해 편안하다고 느낀다고 답했다.</li>



<li><a href="https://pages.awscloud.com/rs/112-TZM-766/images/GC-400-GENAI_acc-inn-genai-EN.pdf?version=1" data-type="link" data-id="https://pages.awscloud.com/rs/112-TZM-766/images/GC-400-GENAI_acc-inn-genai-EN.pdf?version=1" rel="nofollow">AWS</a>는 전체 조직의 60%가 최고 AI 책임자를 임명했지만, 변화 관리 프로그램을 운영 중인 곳은 14%에 그친다고 밝혔다.</li>
</ul>



<p>CIO는 AI 프로젝트의 운영 배포율을 높이는 것을 목표로 삼아야 하며, 이를 통해 이사회와 경영진의 지속적인 투자를 이끌어내야 한다. 이 격차를 해소하기 위해서는 보다 적극적인 변화 관리 전략과 조직 문화 전환이 요구된다.</p>



<p>뉴타닉스 CIO 라미 마지드는 “CIO의 역할은 이제 단순한 운영 책임자에서 비전을 제시하는 전략가로 바뀌고 있다”라며, “비즈니스 부서가 안전하게 혁신을 추진할 수 있도록 지원하고 AI를 포함한 최신 기술을 구체적인 성과로 연결하며, 조직의 끊임없는 변화 과정을 이끌어야 한다”라고 설명했다. 특히, “이런 근본적인 전환은 단지 도구나 플랫폼의 문제가 아니라, CIO가 사고하고, 이끌고, 조직 문화를 형성하는 방식의 변화다. 앞으로는 AI 기반 신규 사용례의 수를 측정하는 등의 ‘혁신 속도’ 같은 지표가 점점 더 중요해질 것”이라고 강조했다.</p>



<p>CIO가 집중해야 할 3가지 분야는 다음과 같다.</p>



<ul class="wp-block-list">
<li>애자일 개발 내에서 변화 관리의 중요성을 강화</li>



<li>HR과 협력해 AI 도입을 장려하는 인센티브 및 성과 계획 수립</li>



<li>어떤 AI 실험을 우선순위로 둘 것인지 판단할 기준 정의</li>
</ul>



<h2 class="wp-block-heading">모든 직원이 AI를 안전하게 실험할 수 있도록 지원</h2>



<p>로우코드와 시민 데이터 과학 플랫폼은 이미 20년 전부터 등장했다. 일부 IT 부서는 이를 수용해 비IT 부서 직원이 애플리케이션, 데이터 파이프라인, 대시보드를 직접 개발할 수 있도록 베스트 프랙티스를 제시했다. 반면, 일부 조직은 섀도우 IT, 기술 부채, 보안 문제 등을 우려해 비즈니스 부서에 개발 도구와 기회를 제공하는 데 소극적이었다.</p>



<p>시민 개발 전략은 비즈니스 부서가 기술을 실험하고 구축하며 운영할 수 있도록 지원하면서 IT의 민주화를 돕는다. 생성형 AI는 이 전략의 범위와 규모를 한층 넓히고 있으며, 특히 직무별 AI 에이전트나 AI 기반 워크플로 자동화를 실험하는 조직이 늘어나면서 더욱 중요해지고 있다.</p>



<p>앱다이렉트 CTO 앤디 센은 “생성형 AI 시대는 IT의 인간화를 이끌 것이며, 직원이 AI를 통해 더 효율적으로 일하고 더 많은 데이터를 의사결정에 활용하며, 자신만의 도구를 개발할 수 있도록 할 것”이라고 말했다. 센은 “세계적 수준의 IT 조직은 촉진자 역할을 하며, 직원이 혁신적인 솔루션을 개발할 수 있는 실험 공간을 제공하는 동시에 지식 재산권과 보안 리스크는 최소화할 수 있어야 한다”라고 조언했다.</p>



<p>‘가드레일’은 거버넌스와 기술 전략을 정의하는 최신 용어다. 세계적 수준의 IT 조직은 AI 거버넌스를 단순한 정책과 위험 방지책으로 한정하지 않고, AI 실험의 우선순위 결정 절차, 투자 기준, 플랫폼 선정, 개발 프로세스, 품질 보증 요건, 도메인 특화 언어 모델 및 AI 에이전트 개발을 위한 전체 수명주기 고려사항까지 폭넓게 정의한다.</p>



<p>앱파이어 CTO 에드 프레더리치는 “생성형 AI 시대에 세계적 수준의 IT는 사람들이 최고의 성과를 낼 수 있도록 돕는 효과성으로 평가될 것”이라며, “기술 리더는 사람과 기술이 협업하는 방식을 형성하고 있으며, 구성원이 거버넌스와 보안을 확보한 상태에서 AI를 신뢰하고 수용할 수 있는 조직 문화를 만들어가고 있다”라고 전했다.</p>



<p>이 분야에서 효과적인 IT 부서의 3가지 특징은 다음과 같다.</p>



<ul class="wp-block-list">
<li>직원이 AI를 현명하고 준법적으로 활용할 수 있도록 정기적인 교육 프로그램을 운영한다.</li>



<li>애자일 팀 내에서 AI 역량을 공동 개발하는데, 이 팀에는 업무에 영향을 받는 부서의 현업 전문가와 최종 사용자, 기술 전문가, 외부 전문가 등이 함께 참여한다.</li>



<li>일방적인 명령 대신 자율적인 표준 정립을 유도하며, CoE가 베스트 프랙티스를 검토하고 도입을 안내한다.</li>
</ul>



<h2 class="wp-block-heading">독자적인 데이터를 활용해 비즈니스 가치를 확장하기</h2>



<p>IT 부서는 기업 데이터, 특히 지식 재산에 대한 관리 책임과 복잡성, 기회가 갈수록 커지고 있다. 일부 IT 부서는 데이터의 속도와 규모에 압도되어 인프라와 데이터 관리 체계를 항상 뒤쫓는 상황에 놓여 있다.</p>



<p>데이터펠라고(DataPelago) CEO 라잔 고얄은 “생성형 AI 시대의 IT는 AI에 필요한 방대한 양의 복잡한 데이터를 얼마나 효과적으로 관리하느냐에 따라 수준이 결정된다”라며, “현재의 인프라는 이런 요구를 감당할 수 있도록 설계돼 있지 않다. AI로 인해 데이터 관리의 중요성이 부각되면서 유능한 CIO는 기술 리더이자 데이터 리더로서 AI 수요 증가에 맞춰 확장 가능한 시스템을 설계해야 할 책임을 맡게 될 것”이라고 강조했다.</p>



<p>생성형 AI 시대에 IT 부서의 주요 과제는 기업의 핵심 데이터 자산을 경쟁력 있는 가치로 전환하는 것이다. 데이터를 가치 있는 정보로 전환하려면 데이터 과학자, 데이터 거버넌스 전문가, 데이터 보안 전문가, 기타 데이터옵스(DataOps) 엔지니어 간의 협력이 필요하다.</p>



<p>컨센트릭스의 소프트웨어 아키텍처 담당 총괄 책임자 수만 파파나보이나는 “CIO는 사람과 코파일럿, 에이전트가 함께 공존하며 성과를 낼 수 있도록 플랫폼, 데이터, 가드레일을 설계하는 조율자 역할을 맡고 있다”라며, “새로운 시대의 세계적 수준 IT는 신뢰, 복원력, 비즈니스 성과를 어떻게 이끌어내고, 지능을 기업의 핵심 역량으로 만들 수 있느냐에 따라 평가될 것”이라고 분석했다.</p>



<p>세계적 수준의 IT 조직이 차별화되는 활동은 다음과 같다.</p>



<ul class="wp-block-list">
<li>기능 중심이 아닌, 데이터 제품 제공과 AI 에이전트 개발 중심으로 팀을 구성한다.</li>



<li>전통적인 운영 지표보다 성장, 신뢰, 속도 같은 디지털 전환 KPI에 집중한다.</li>



<li>데이터 이해력 향상, 데이터 카탈로그 이니셔티브, 분석 도구 활용 모범 사례 전파 등 교육 목표를 성과 지표에 포함한다.</li>
</ul>



<h2 class="wp-block-heading">평생 학습 문화 수용</h2>



<p>전문가들은 생성형 AI 기술이 빠르게 진화하는 만큼, CIO가 IT 조직 내부에 학습 문화를 구축하는 것이 무엇보다 중요하다고 강조했다.</p>



<p>인포시스의 데이터·분석·AI 글로벌 총괄 수석 부사장 수닐 세난은 “세계적 수준의 IT를 보유한 조직은 사람과 기계가 함께 안전하고 책임감 있게 학습하는 문화를 새롭게 정의하게 될 것”이라며, “리더는 회복 탄력성과 지속적인 학습, 그리고 AI가 인간의 창의력을 대체하는 것이 아니라 증폭시키는 환경을 조성해야 한다”라고 설명했다.</p>



<p>평생 학습에 대한 약속은 단순한 교육, 자격증 취득, 실험 기회 제공을 넘어선다. 세계적 수준의 조직은 핵심 인재가 안주하지 않고 새로운 도전을 할 수 있도록 고객 방문, 산업별 이벤트 참여, 특정 부서의 업무를 체험하는 기회 등을 제공한다.</p>



<p>CIO는 현재의 연간 계획 및 예산 수립 기간에 ‘세계적 수준의 IT란 무엇인가’를 명확히 정의하는 데 집중해야 한다. 생성형 AI 이전의 미션과 목표에 집착한다면, 비즈니스는 경쟁에 뒤처지고 이해관계자는 기술 리더십에 대한 불만을 제기할지도 모른다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What world-class IT looks like in the gen AI era]]></title>
<description><![CDATA[A business executive asked me to set a high bar for his organization and define what world-class IT looks like today. I had to ponder my answer because AI has driven a significant evolution in business expectations of IT departments.



The digital transformation era required IT to extend beyond ...]]></description>
<link>https://tsecurity.de/de/3012373/it-security-nachrichten/what-world-class-it-looks-like-in-the-gen-ai-era/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3012373/it-security-nachrichten/what-world-class-it-looks-like-in-the-gen-ai-era/</guid>
<pubDate>Tue, 30 Sep 2025 12:19:38 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>A business executive asked me to set a high bar for his organization and define what world-class IT looks like today. I had to ponder my answer because AI has driven a significant evolution in business expectations of IT departments.</p>



<p>The <a href="https://www.cio.com/article/230425/what-is-digital-transformation-a-necessary-disruption.html">digital transformation era</a> required IT to extend beyond operational responsibilities into areas that drive business growth, including launching digital products, enhancing customer experiences, and establishing a <a href="https://drive.starcio.com/2023/04/data-driven-organizations/" rel="nofollow">data-driven organization</a>. During the pandemic and the subsequent period of financial uncertainty, many IT departments’ charters were driven by cost-savings objectives, including automation, <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a>, and improving employee experiences. Now, as the generative AI era begins to take hold, CIOs should expect to recast their missions and objectives, as boards and executive committees have reshaped opinions on what world-class IT looks like.</p>



<p>With <a href="https://www.cio.com/article/2137823/rebranding-it-for-the-modernized-it-mission.html">CIOs rebranding IT</a> and asking <a href="https://www.cio.com/article/4033097/is-ai-the-end-of-it-as-we-know-it.html">whether AI might be the end of IT as we know it</a>, AI is dramatically changing IT’s charter today. <a href="https://www.cio.com/article/4046473/rethinking-the-it-organization-for-the-agentic-ai-era.html">CIOs are rethinking IT’s organizational model</a> to pursue new business objectives, accelerate IT efficiencies, and address disruptive risks.</p>



<h2 class="wp-block-heading">AI drives greater business expectations</h2>



<p>Business leaders want the CIO and IT to help increase employee adoption of AI while avoiding the risks of <a href="https://drive.starcio.com/2025/07/rogue-ai-agents-cios-govern-agentic-ecosystem/" rel="nofollow">rogue AI agents</a>. These are additive responsibilities on top of IT’s charter of driving innovation, automating to improve efficiencies, and enhancing security.</p>



<p>What world-class IT in the gen AI era looks like differs depending on the organization’s goals, but a few areas stand out. Answering the executive’s question and later presenting to his leadership group, I unpacked my view of world-class IT into two fundamentals:</p>



<ul class="wp-block-list">
<li>Redefining how IT partners with stakeholders to evolve the culture and accelerate AI adoption</li>



<li>Expanding IT’s operating model by embracing experimentation, delivering business value from AI deployments, and standardizing on extendable platforms</li>
</ul>



<p>Here are several examples of how world-class IT departments are leading their organizations in the gen AI era.</p>



<h2 class="wp-block-heading">Developing meaningful business relationships</h2>



<p>According to Gartner, <a href="https://www.cio.com/article/4046443/gen-ai-descends-into-disillusionment.html">generative AI is heading into the trough of disillusionment</a>, signaling that two years of gen AI hype and hope are <a href="https://www.cio.com/article/3629824/gen-ai-in-2025-playtime-is-over-time-to-get-practical.html">giving way to pragmatism</a>. IT departments will require architects, engineers, and product managers with strong <a href="https://www.infoworld.com/article/3712246/5-ways-tech-leaders-can-increase-their-business-acumen.html">business acumen</a> to draft <a href="https://drive.starcio.com/2021/03/vision-statements-digital-transformations/" rel="nofollow">vision statements</a> and present business cases for AI and other investments. Some CIOs are embracing a <a href="https://www.cio.com/article/3829602/product-based-it-6-key-steps-for-making-the-switch.html">product-based IT model</a> to guide prioritization, excel at user experience, and deliver outcomes.</p>



<p>“Our team is constantly watching the market and demonstrating the value of new technology, enabling them to make the case for significant investments and partnerships effectively,” says <a href="https://www.workday.com/en-us/company/about-workday/leadership/rani-johnson.html" rel="nofollow">Rani Johnson</a>, CIO of Workday. “This strategic function is crucial for securing executive sponsorship, as the IT team often lacks the authority or AI jurisdiction to make these high-stakes decisions on its own.”</p>



<p>Top CIOs view relationship building as a <a href="https://drive.starcio.com/2023/02/digital-transformation-core-competencies/" rel="nofollow">core transformational competency</a>, and steps they take to develop their leaders include:</p>



<ul class="wp-block-list">
<li>Assigning a wide group of IT leaders and high potentials a performance objective for developing business leader partnerships</li>



<li>Formalizing active listening, communications, and other leadership collaboration skills</li>



<li>Mentoring leaders on having conversations that lead to defining clear business objectives</li>



<li>Reading the tea leaves to sense when business leaders are reprioritizing or pivoting around their goals</li>
</ul>



<h2 class="wp-block-heading">Evolving the culture faster to deliver value from AI</h2>



<p><a href="https://drive.starcio.com/2022/04/digital-trailblazer-lead-transformation-2/" rel="nofollow">Digital trailblazers</a> have always faced <a href="https://www.cio.com/article/2066663/digital-transformations-fundamental-change-management-mistake.html">change management challenges</a>, including focusing early-adopting employees on strategic objectives while <a href="https://drive.starcio.com/tags/detractors/" rel="nofollow">managing detractors</a>. Gaining employee buy-in is even more important in the gen AI era, as department leaders want speed to deliver <a href="https://drive.starcio.com/2025/02/cios-genai-roi-productivity-trap/" rel="nofollow">AI productivity improvements</a>, while many employees fear that AI will take their jobs.</p>



<p>Three recent studies highlight <a href="https://drive.starcio.com/2025/08/genai-roi-problem-changes-cio-must-lead/" rel="nofollow">the challenges facing IT departments in finding ROI</a> from AI initiatives while guiding employees through change.</p>



<ul class="wp-block-list">
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSc8rU8OpQWU44gYDeZyINUZjBFwu--1uTbxixK_PRSVrfaH8Q/viewform" rel="nofollow">MIT Nanda</a> reports that only 5% of custom enterprise AI tools are being deployed to production.</li>



<li><a href="https://newsroom.workday.com/2025-08-12-New-Workday-Global-Research-AI-Agents-Are-Here-But-Dont-Call-Them-Boss" rel="nofollow">Workday reports</a> 75% of respondents to its recent survey are comfortable working alongside AI agents, but less than 50% are at ease with AI agents assigning tasks to them or having autonomous agents operating in the background without their knowledge.</li>



<li><a href="https://pages.awscloud.com/rs/112-TZM-766/images/GC-400-GENAI_acc-inn-genai-EN.pdf?version=1" rel="nofollow">AWS reports</a> that 60% of organizations have appointed <a href="https://www.cio.com/article/657977/chief-ai-officer-what-it-takes-to-land-the-c-suites-hottest-new-job.html">chief AI officers</a>, but only 14% have change management programs.</li>
</ul>



<p>CIOs must aim for higher production delivery rates for AI projects to ensure the board and executives continue to invest. Closing that gap requires adopting a more proactive approach to change management and cultural transformation.</p>



<p>“The role of the CIO is shifting from operator to visionary strategist by enabling business units to innovate safely, master storytelling, and guide organizations through constant transformation,” says <a href="https://www.linkedin.com/in/rami-mazid-0063b6/" rel="nofollow">Rami Mazid</a>, CIO at Nutanix. “This fundamental shift is not just about tools and platforms, but about how CIOs think, lead, and shape organizational culture. CIOs are expected to be business value architects, translating emerging technologies, especially AI, into measurable outcomes, and we’ll see metrics like innovation velocity — measuring the number of new AI-driven use cases deployed — grow in importance.”</p>



<p>Three areas of focus include:</p>



<ul class="wp-block-list">
<li>Elevating change management’s importance in agile development</li>



<li>Partnering with HR on incentive and performance plans that encourage AI adoption</li>



<li>Defining the parameters to guide which AI experiments get prioritized</li>
</ul>



<h2 class="wp-block-heading">Enabling all employees to experiment safely with AI</h2>



<p><a href="https://www.infoworld.com/article/3476848/how-to-choose-the-right-low-code-no-code-or-process-automation-platform.html">Low-code</a> and <a href="https://www.cio.com/article/402344/the-secret-to-successful-citizen-data-science-programs-good-governance.html">citizen data science</a> platforms became available over two decades ago. Some IT departments embraced them and provided best practices for employees outside of IT to develop applications, data pipelines, and dashboards. Other IT organizations, fearing a mess of <a href="https://www.cio.com/article/1247890/7-steps-for-turning-shadow-it-into-a-competitive-edge.html">shadow IT</a>, <a href="https://www.cio.com/article/3850777/7-types-of-tech-debt-that-could-cripple-your-business.html">technical debt</a>, and security issues, were slower to empower business teams with development tools and opportunities.</p>



<p>Citizen development initiatives help democratize IT by empowering business teams to experiment, build, and support technology capabilities. Generative AI expands the scope and scale of that strategy, especially as more organizations experiment with <a href="https://www.infoworld.com/article/3611465/how-ai-agents-will-transform-the-future-of-work.html">role-specific AI agents</a> and AI workflow automation tools.  </p>



<p>“The gen AI era is going to lead to the humanization of IT, and more employees will be empowered to use AIs to work more efficiently, incorporate more data into their decisions, and develop their own tools,” says <a href="https://www.linkedin.com/in/senandy/" rel="nofollow">Andy Sen</a>, CTO of AppDirect. “A world-class IT organization will behave as a facilitator, giving employees a playground to develop innovative solutions while making sure intellectual property and security risks are minimized.”</p>



<p>Guardrails is the modern term for defining governance and technical strategy. World-class IT teams define <a href="https://www.cio.com/article/3984527/how-to-establish-an-effective-ai-grc-framework.html">AI governance</a> not only as policies and risk protections, but also the prioritization steps, investment criteria, platforms, development processes, quality assurance requirements, and lifecycle considerations for developing domain-specific LLMs and AI agents.</p>



<p> “World-class IT in the gen AI era will be defined by how effectively it helps people do their best work,” says <a href="https://www.linkedin.com/in/edfrederici/" rel="nofollow">Ed Frederici</a>, CTO of Appfire. “Technology leaders are shaping how people and technology collaborate and creating cultures where teams can embrace AI with confidence while keeping governance and security at the center.”</p>



<p>Here are three traits of highly effective IT departments in this area:</p>



<ul class="wp-block-list">
<li>They establish frequent and regular learning programs to engage employees in smart and compliant AI practices.</li>



<li>They co-create AI capabilities in agile teams that include subject matter experts and end-users involved in the impacted workflows, technologists with the required skill sets, and partners who bring outside perspectives and expertise.</li>



<li>They avoid top-down edicts and encourage <a href="https://drive.starcio.com/2022/11/agile-principles-self-organizing-standards/" rel="nofollow">self-organizing standards</a>, where centers of excellence review best practices and guide teams on adoption.</li>
</ul>



<h2 class="wp-block-heading">Scaling business value delivered from proprietary data</h2>



<p>IT departments have increasing responsibilities, complexities, and opportunities in overseeing the company’s data, especially its intellectual property. Some IT departments become overwhelmed by data velocity and are constantly playing catch-up with their infrastructure and data management practices.</p>



<p>“In the gen AI era, world-class IT will be defined by its ability to manage the massive volumes of complex data that AI depends on — something today’s infrastructure simply isn’t built for,” says <a href="https://www.linkedin.com/in/rajangoyal/" rel="nofollow">Rajan Goyal</a>, CEO of DataPelago. “AI has made data management crucial for successful business outcomes, and effective CIOs will increasingly act as both technology and data leaders, responsible for architecting systems that can scale to meet AI’s growing demands.”</p>



<p>A primary objective for IT departments in the gen AI era is to ensure the company’s crown jewels of data become a source of competitive value. Data must become intelligence, and this requires a collaborative effort between data scientists, data governance specialists, data security experts, and other DataOps engineers.</p>



<p>“CIOs are emerging as the chief intelligence orchestrators, architecting the platforms, data, and guardrails that allow humans, copilots, and agents to thrive together,” says <a href="https://www.concentrix.com/contributor/suman-papanaboina/" rel="nofollow">Suman Papanaboina</a>, managing director of software architecture at Concentrix. “In this new era, world-class IT is measured by how effectively it drives trust, resilience, and business outcomes, and makes intelligence the enterprise’s defining competency.”</p>



<p>Here’s what world-class IT teams are doing differently:</p>



<ul class="wp-block-list">
<li>They organize teams around delivering data products and <a href="https://www.infoworld.com/article/4052402/how-to-choose-the-right-ai-agent-development-tools.html">developing AI agents</a>, rather than around functional responsibilities.</li>



<li>They focus on <a href="https://www.cio.com/article/1296705/digital-kpis-the-secret-to-measuring-transformational-success.html">digital transformation metrics</a>, such as growth, trust, and velocity KPIs, rather than classic operational metrics.</li>



<li>Their performance goals include teaching objectives, particularly in areas such as data literacy, data cataloging initiatives, and best practices for using analytics tools.</li>
</ul>



<h2 class="wp-block-heading">Embracing lifelong learning</h2>



<p>Experts also emphasized the importance of CIOs establishing learning cultures within their IT organizations, as gen AI capabilities are evolving rapidly.</p>



<p>“Organizations with world-class IT will redefine their culture as one where humans and machines learn together in a safe and responsible manner,” says <a href="https://www.linkedin.com/in/sunilsenan/" rel="nofollow">Sunil Senan</a>, SVP and global head of data, analytics, and AI at Infosys. “Leaders must foster resilience, continuous learning, and an environment where AI augments human creativity and does not replace it.”</p>



<p>A commitment to lifelong learning goes well beyond training, certifications, and opportunities to experiment. World-class organizations will encourage high potentials to step out of their comfort zones and provide opportunities to visit customers, attend industry-specific events, and experience a day on the job in select operational functions.</p>



<p>Defining what world-class IT looks like should be every CIO’s objective during the current planning and budget season. IT organizations holding on to pre-genAI charters and objectives may find their businesses lagging behind the competition and stakeholders voicing frustration over IT’s leadership.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[31% of IT leaders waste half their cloud spend]]></title>
<description><![CDATA[Nearly half of IT decision-makers believe their organization sees more than a quarter of its cloud spend wasted, with around one in three (31%) saying that the waste exceeds 50%, according to a report from VMware.



Analysts and other cloud specialists see cloud cost overruns being a significant...]]></description>
<link>https://tsecurity.de/de/3012298/it-security-nachrichten/31-of-it-leaders-waste-half-their-cloud-spend/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3012298/it-security-nachrichten/31-of-it-leaders-waste-half-their-cloud-spend/</guid>
<pubDate>Tue, 30 Sep 2025 11:34:52 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Nearly half of IT decision-makers believe their organization sees more than a quarter of its cloud spend wasted, with around one in three (31%) saying that the waste exceeds 50%, according to a report from VMware.</p>



<p>Analysts and other cloud specialists see cloud cost overruns being a significant issue in the enterprise today, but they place the blame on developer and IT culture. By changing how the organization thinks of cloud investments — along with adopting a far more cynical view of cloud contract language — much of the cloud spend problem can be reduced, many industry observers contend.</p>



<p>“A majority of enterprises agree that organizational silos complicate cloud management, making it difficult to maintain visibility, control, and governance in the public cloud,” according to <a href="https://www.vmware.com/docs/private-cloud-outlook-2025" rel="nofollow">according to VMware’s report</a>, which drew on a global survey of 1,800 senior IT decision-makers.</p>



<p>But IDC Research Director <a href="https://my.idc.com/getdoc.jsp?containerId=PRF005930" rel="nofollow">Rob Tiffany</a> also sees enterprise vendor relationships playing a nontrivial role in cloud spending problems. </p>



<p>“AWS and Google are not traditional IT players, so Microsoft is trying to get [enterprises] hooked” into Microsoft cloud environments, and some enterprise CIOs think, “‘I’ll just sign and then I don’t have to think about it,’” Tiffany said.</p>



<h2 class="wp-block-heading">Cloud cost woes and cures</h2>



<p>Enterprises need to more aggressively integrate <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a> tools into their operations, making sure to provide access to just about anything that touches any cloud, Tiffany said, pointing to <a href="https://www.cio.com/article/196371/the-biggest-enterprise-technology-ma-deals.html">HP’s purchase of Morpheus Data</a> as one of the <a href="https://www.cio.com/article/189652/top-13-cloud-cost-management-tools.html">several cloud cost management tools</a> that should be considered. </p>



<p>CIOs need to be “looking for waste and idle virtual machines. It might turn out that you are only using 3% of the VM or users are not even hitting these things,” Tiffany said. “Not using FinOps software enough to be the eyes and ears of wasted and unused [cloud resources] is something that a lot of companies” are doing.</p>



<p>But finding a cloud utilization problem won’t help if the contract doesn’t enable chargebacks for such discoveries, Tiffany said. </p>



<p>Even if such chargebacks are not supported, Tiffany encourages enterprise CIOs to “go through accounts payable” records for any cloud purchases, including shadow purchases. “If you find things that are wasteful, it could be used as leverage with another cloud,” he said.</p>



<p>A problem IDC has observed is enterprises purchasing FinOps tools, but giving those tools insufficient access. </p>



<p>“I want my AI agent to log into our AWS dashboard and find duplication, unused services and to make sure it can do it across all of our clouds,” Tiffany said. “Make sure that APIs are exposed for every last service.”</p>



<p>Still, Tiffany sees corporate culture — and specifically IT and developer cultures — making cloud spend analysis difficult.</p>



<h2 class="wp-block-heading">Culture transformation needed</h2>



<p>“CIOs are typically not rewarded for nitpicky things like that, including maintaining old systems,” Tiffany said. “They get love for doing new, innovative things. [Tracking cloud spend duplication] generally doesn’t advance their careers.”</p>



<p>Today, though, agentic AI may make a difference. Historically, CIOs have been hesitant to distract their overburdened tech staffs by chasing small-cost problems. But assigning such chasing tasks to a virtual agent can be a key difference.</p>



<p>“In the past, CIOs have had pushback. ‘I don’t have the manpower for that.’ But with agentic AI, that changes the game. CIOs can now advocate to HR and CEOs to incentivize going after these inefficiencies and maybe change their bonus structures,” Tiffany said.</p>



<p><a href="https://moorinsightsstrategy.com/team/matt-kimball/" rel="nofollow">Matt Kimball</a>, VP and principal analyst with Moor Insights &amp; Strategy, encourages CIOs to consider all cloud forms, including SaaS contracts that are often overlooked. “Those big contracts with Salesforce, are they included?” he asked. </p>



<p>Moor has found many CIO clients “who have signed up for overprovisioned instances, spending way too much money on [cloud resources] that they will never use,” Kimball said, offering an example of how a one-time cloud addition quietly morphs into an ongoing yearly charge. </p>



<p>“Your Oracle rep says you need this module that nobody ever touches. And now it’s in the contract every year. Before you know it, it’s a recurring fee,” Kimball said. “Remember that rationalizing your cloud spend is an evergreen exercise.”</p>



<p><a href="https://www.tangoe.com/mark-troller/" rel="nofollow">Mark Troller</a>, CIO of expense management firm Tangoe, encourages CIOs to not overly fixate on the waste percentages reported by VMware.  </p>



<p>“I don’t get hung up on whether cloud waste is 30% or 50%. The real issue is definition. If you only count unused compute or storage, 50% feels overstated,” Troller said. “But when you include the indirect inefficiencies I see every day like duplicate SaaS licenses, shadow IT spend, idle environments, or poorly architected workloads driving up network costs, the true waste is likely higher.”</p>



<p><a href="https://www.linkedin.com/in/roman-rylko/" rel="nofollow">Roman Rylko</a>, CTO at IT consulting firm Pynest, also sees cloud cut overruns being common.</p>



<p>“Many CIOs have a completely justified feeling that half of their cloud costs are wasted. For example, they deployed an environment for a project and forgot to turn it off, or reserved extra capacity that sits idle,” Rylko said. “What often just irritates is the opaque billing structures from providers. Without constant monitoring and a FinOps approach, it is almost impossible to understand where exactly the money is spent.”</p>



<p>Rylko cited a recent client “where the developer environments worked 24/7, although the team used them only during business hours. An automated schedule to shut down environments in the evening and restart them in the morning gave savings of a double-digit percentage already in the first month.”</p>



<p>Rylko argued that such anecdotes are why he sees “the issue of cloud optimization is not only finances, but also development culture. If engineers do not understand that each of their VMs or containers costs money, no CFO reports will help. Effective strategies include making engineering teams accountable for spend and ensuring they understand the cost impact of their resources.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The FinOps Journey: From Visibility to Business Value]]></title>
<description><![CDATA[Let’s be real — IT costs can be a black box. Servers hum, invoices arrive, and before you know it, your cloud spend is climbing faster than your budget can keep up. That’s where FinOps comes in. If you haven’t heard the term before, Financial Operations (FinOps) is all about bringing financial di...]]></description>
<link>https://tsecurity.de/de/2999743/downloads/the-finops-journey-from-visibility-to-business-value/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2999743/downloads/the-finops-journey-from-visibility-to-business-value/</guid>
<pubDate>Tue, 23 Sep 2025 15:00:13 +0200</pubDate>
<category>💾 Downloads</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div><img width="300" height="148" src="https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/09/word-image-26482-1.png?w=300" class="attachment-medium size-medium wp-post-image" alt="" decoding="async" srcset="https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/09/word-image-26482-1.png 2133w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/09/word-image-26482-1.png?resize=300,148 300w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/09/word-image-26482-1.png?resize=768,379 768w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/09/word-image-26482-1.png?resize=1024,506 1024w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/09/word-image-26482-1.png?resize=1536,759 1536w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/09/word-image-26482-1.png?resize=2048,1012 2048w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/09/word-image-26482-1.png?resize=600,296 600w" sizes="(max-width: 300px) 100vw, 300px"></div>
<p>Let’s be real — IT costs can be a black box. Servers hum, invoices arrive, and before you know it, your cloud spend is climbing faster than your budget can keep up. That’s where FinOps comes in. If you haven’t heard the term before, Financial Operations (FinOps) is all about bringing financial discipline to the … <a href="https://blogs.vmware.com/cloud-foundation/2025/09/23/the-finops-journey-from-visibility-to-business-value/">Continued</a></p>
<p>The post <a href="https://blogs.vmware.com/cloud-foundation/2025/09/23/the-finops-journey-from-visibility-to-business-value/">The FinOps Journey: From Visibility to Business Value</a> appeared first on <a href="https://blogs.vmware.com/cloud-foundation">VMware Cloud Foundation (VCF) Blog</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why cloud repatriation is back on the CIO agenda]]></title>
<description><![CDATA[Public cloud remains central to enterprise IT. Analyst coverage indicates that end-user spending will reach roughly $723 billion in 2025, keeping the cloud at the heart of most portfolios. At the same time, many CIOs are reassessing workload placement because cost profiles drift, performance is u...]]></description>
<link>https://tsecurity.de/de/2999514/it-security-nachrichten/why-cloud-repatriation-is-back-on-the-cio-agenda/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2999514/it-security-nachrichten/why-cloud-repatriation-is-back-on-the-cio-agenda/</guid>
<pubDate>Tue, 23 Sep 2025 13:19:55 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Public cloud remains central to enterprise IT. Analyst coverage indicates that end-user spending will reach roughly $723 billion in 2025, keeping the cloud at the heart of most portfolios. At the same time, many CIOs are reassessing workload placement because cost profiles drift, performance is uneven by region and tier and regulatory expectations have tightened. Contract terms and reversibility expectations have also sharpened. The practical question is which workloads belong where, and for how long.</p>



<p>Cloud repatriation means relocating selected workloads from hyperscale public cloud to private infrastructure or managed colocation when economics, performance, jurisdiction or exit constraints make that the better placement. It is not a retreat from the cloud. <a href="https://blogs.idc.com/2024/10/28/storm-clouds-ahead-missed-expectations-in-cloud-computing/" target="_blank" rel="nofollow">Analysis by IDC in 2024</a> indicates most enterprises expect some repatriation rather than wholesale reversals and industry coverage reports the same signal. These dynamics explain why repatriation is rising now and how regional conditions change the answer.</p>



<h2 class="wp-block-heading">The shape of the trend</h2>



<p>Repatriation is better understood as selective optimization within a wider workload placement discipline. It sits alongside modernization, rightsizing and retirement. The portfolio outcome is a mix of public cloud, private platforms and managed colocation with explicit movement paths between them. The signal is not that cloud has failed, but that workload shape, data gravity and regulatory scope drive periodic rebalancing.</p>



<p>Two data points help frame the discussion. First, cloud spend continues to grow at pace, which confirms that cloud remains a primary delivery model. Second, independent surveys show many organizations expect some level of repatriation in the next planning window. The task for CIOs is to move from sentiment to evidence by testing each workload against cost, performance and jurisdiction.</p>



<h2 class="wp-block-heading">What’s driving the timing</h2>



<p>The timing is explained by three forces that are visible across CIO portfolios.</p>



<ul class="wp-block-list">
<li>Spend control has become a board expectation after several years of migration and expansion. Many firms report overspend against budgets and a persistent gap between what they buy and what they use. Independent surveys show that managing cloud spend tops the list of challenges for a large majority of organizations.</li>



<li>Data-intensive services now dominate many products, which increases sensitivity to egress patterns, cross-zone traffic and storage classes. The recent 451 Alliance research notes that more organizations are impacted by egress charges and that such charges can shape architecture and provider choice.</li>



<li>Regulatory programmes are now in application, so due diligence and evidence become time-bound rather than optional. DORA is now live for financial entities in the EU, and UK regulators expect documented impact tolerances and rehearsed exit for material outsourcing.</li>
</ul>



<h2 class="wp-block-heading">Cost and finops discipline</h2>



<p>Cost pressure often stems from workload shape. Steady, always-on services do not benefit from pay-as-you-go pricing. Rightsizing, reservations and architecture optimization will often close the gap, yet some services still carry a higher unit cost when they remain in public cloud. A placement change then becomes a sensible option.</p>



<p>Three observations support a measurement-first approach. Many organizations report that <a href="https://www.flexera.com/about-us/press-center/new-flexera-report-finds-84-percent-of-organizations-struggle-to-manage-cloud-spend" target="_blank" rel="nofollow">managing cloud spend</a> is their top challenge; <a href="https://blog.451alliance.com/security-concerns-large-payloads-are-key-challenges-for-data-migration/" target="_blank" rel="nofollow">egress fees and associated patterns</a> affect a growing share of firms, and the finops community places unit economics and allocation at the centre of cost accountability.</p>



<p>A practical assessment over a 12 to 36 month horizon classifies workload elasticity, models total cost of ownership with sensitivity to egress, cross-zone traffic, managed service premiums, software, facilities, people and exit effort, and then compares unit economics before and after commitments. Where a steady workload remains structurally more expensive in public cloud under realistic assumptions, a change of placement is typically warranted and should be paired with an exit rehearsal.</p>



<h2 class="wp-block-heading">Regulation and sovereignty pressures</h2>



<p>Regional law and supervisory practice shape placement. In Europe, the <a href="https://eur-lex.europa.eu/eli/reg/2016/679/oj/eng" target="_blank" rel="nofollow">General Data Protection Regulation (GDPR)</a> sets a high bar for personal data processing, and the <a href="https://www.eiopa.europa.eu/digital-operational-resilience-act-dora_en" target="_blank" rel="nofollow">Digital Operational Resilience Act (DORA)</a> for financial entities entered into application in January 2025.</p>



<p>Several national schemes influence cloud service choice. Germany’s <a href="https://www.bsi.bund.de/EN/Themen/Unternehmen-und-Organisationen/Informationen-und-Empfehlungen/Empfehlungen-nach-Angriffszielen/Cloud-Computing/Kriterienkatalog-C5/kriterienkatalog-c5_node.html" target="_blank" rel="nofollow">C5</a> catalogue acts as a recognised control baseline; France’s <a href="https://cyber.gouv.fr/sites/default/files/document/anssi_Recommendations%20on%20hosting%20sensitive%20IS%20in%20the%20cloud.pdf" target="_blank" rel="nofollow">SecNumCloud</a> sets qualification requirements for providers; and<a href="https://gaia-x.eu/" rel="nofollow"> GAIA-X</a> seeks to promote data portability and sovereignty through federated services.</p>



<p>Public cloud remains viable for many regulated workloads, assisted by sovereign configurations. Examples include the<a href="https://aws.amazon.com/compliance/europe-digital-sovereignty/" rel="nofollow"> AWS European Sovereign Cloud</a> (scheduled to be released at the end of 2025), the <a href="https://www.microsoft.com/en-us/trust-center/privacy/european-data-boundary-eudb" target="_blank" rel="nofollow">Microsoft EU Data Boundary</a> and <a href="https://cloud.google.com/assured-workloads/docs/eu-sovereign-controls-restrictions-limitations" target="_blank" rel="nofollow">Google’s sovereign controls</a> and partner offerings. These options have scope limits that should be assessed during design.</p>



<p>Public cloud remains viable for many regulated workloads when sovereign configurations meet requirements. <a href="https://blogs.microsoft.com/on-the-issues/2025/02/26/microsoft-completes-landmark-eu-data-boundary-offering-enhanced-data-residency-and-transparency/" target="_blank" rel="nofollow">Microsoft EU Data Boundary</a> and <a href="https://cloud.google.com/assured-workloads/docs/eu-sovereign-controls-restrictions-limitations" target="_blank" rel="nofollow">Google’s sovereign controls</a> are available;<a href="https://aws.amazon.com/compliance/europe-digital-sovereignty/" rel="nofollow"> AWS European Sovereign Cloud</a> is planned to launch by the end of 2025. All options have a defined scope that should be evaluated during design</p>



<h2 class="wp-block-heading">Optionality by design</h2>



<p>CIOs can protect choice by standardising on open formats and portable service interfaces. Useful anchors include OpenAPI for HTTP APIs, Apache Parquet and Avro for data exchange, the OCI image specification for container images, Kubernetes for orchestration, Kafka for event streaming and interoperable object storage APIs.</p>



<p>Reversibility improves when data products use portable formats with clear lineage, and when infrastructure as code and delivery pipelines remain as environment-agnostic as practicable. These conditions shorten movement paths and reduce rebuild risk.</p>



<h2 class="wp-block-heading">When repatriation is the wrong answer</h2>



<p>Repatriation tends to underperform where workloads are inherently elastic or seasonal, where high-value managed services would need to be replicated at significant opportunity cost, where the organization lacks the run maturity for private platforms, or where the cost issues relate primarily to tagging, idle resources or discount coverage that a FinOps reset can address.</p>



<h2 class="wp-block-heading">Signals that repatriation should be considered</h2>



<p>Indicators that often support a move include steady run profiles with persistent headroom, material egress exposure driven by data gravity, locality or latency constraints near plants, branches or exchanges, heightened expectations for evidence of administrative control, and the absence of a proven exit path in either contracts or rehearsal artefacts.</p>



<h2 class="wp-block-heading">Regional patterns in practice</h2>



<p>Regional signals vary across law, regulatory focus and market structure. The notes below summarise the drivers, the default posture and the action for the CIO<strong>.</strong></p>



<h3 class="wp-block-heading">Europe</h3>



<p>Data protection obligations and sector rules drive evidence-led placement. DORA now applies to financial entities and brings a sharper focus to third-party ICT risk. Public cloud remains viable for many services where sovereign controls and operational autonomy can be evidenced, but legal jurisdiction remains a separate question that must be addressed through contract and encryption design. Providers have announced data boundary and sovereign offers. Microsoft has completed a staged EU Data Boundary. AWS has set out the governance and trust model for its European sovereign offer. Google documents configuration limits for sovereign controls.</p>



<p><em>Default posture:</em> Keep elastic and global services on public cloud where suitable sovereign controls exist, use private platforms or managed colocation for steady or highly constrained workloads.</p>



<p><em>Board focus: </em>Assurance that exit drills are scheduled and that evidence packs remain current for supervisory authorities.</p>



<h3 class="wp-block-heading">United Kingdom</h3>



<p>Regulators expect explicit impact tolerances for important services and credible exit plans for material outsourcing. Operational resilience policy and outsourcing guidance have lifted the bar for exit and third-party oversight. The Bank of England has reminded payment firms to strengthen <a href="https://www.reuters.com/business/finance/bank-england-tells-payment-firms-step-up-disruption-mitigation-plans-2024-04-30/" target="_blank" rel="nofollow">disruption planning</a> as part of a wider resilience push.</p>



<p><em>Default posture:</em> Organizations typically define clear exit criteria, pre-agreed data extraction paths and regular drills.</p>



<p><em>Board focus: </em>Visibility of impact tolerances, currency of board assurance and the cadence of exit rehearsals for material outsourcing.</p>



<h3 class="wp-block-heading">United States</h3>



<p>Sector laws shape placement choices. <a href="https://www.hhs.gov/hipaa/for-professionals/privacy/index.html" target="_blank" rel="nofollow">HIPAA</a> governs health data privacy and security; the <a href="https://www.ftc.gov/business-guidance/resources/ftc-safeguards-rule-what-your-business-needs-know" target="_blank" rel="nofollow">FTC Safeguards Rule</a> under GLBA governs customer information in financial services; and<a href="https://studentprivacy.ed.gov/ferpa" target="_blank" rel="nofollow"> FERPA</a> protects student records. These rules do not dictate a single hosting model, but they do shape the evidence that must be kept ready and the security controls that must be in place.</p>



<p><em>Default posture:</em> Use public cloud for elastic and managed services, with private platforms for steady, data-intensive services where unit cost and residency simplify risk.</p>



<p><em>Board focus: </em>Alignment of contractual terms with data sensitivity, including breach reporting, audit access and exit provisions.</p>



<h3 class="wp-block-heading">Middle East</h3>



<p>Data residency and audit access expectations are explicit and rising. Saudi Arabia’s National<a href="https://nca.gov.sa/en/regulatory-documents/controls-list/ccc/" target="_blank" rel="nofollow">Cybersecurity Authority Cloud Cybersecurity Controls</a> were updated in 2024 and the <a href="https://rulebook.sama.gov.sa/en/cyber-security-framework" target="_blank" rel="nofollow">SAMA Cyber Security Framework</a> continues to set baseline controls for financial entities. Residency and administrative control often need to be explicit in contracts and design.</p>



<p><em>Default posture:</em> Plan for strict locality, private links and clear evidence of administrative control.</p>



<p><em>Board focus: </em>Demonstrable locality, private connectivity where required and clear evidence of key custody and administrative roles.</p>



<h3 class="wp-block-heading">China</h3>



<p>The <a href="https://digichina.stanford.edu/work/translation-cybersecurity-law-of-the-peoples-republic-of-china-effective-june-1-2017/" target="_blank" rel="nofollow">Cybersecurity Law</a>, <a href="https://digichina.stanford.edu/work/translation-data-security-law-of-the-peoples-republic-of-china/" target="_blank" rel="nofollow">Data Security Law</a> and <a href="https://digichina.stanford.edu/work/translation-personal-information-protection-law-of-the-peoples-republic-of-china-effective-nov-1-2021/" target="_blank" rel="nofollow">Personal Information Protection Law</a> together create a strong localization and cross-border transfer regime. Parallel environments and split data flows are common for multinational groups. Compliance starts with a clear reading of these laws and their implementing measures. Movement across borders needs formal assessment and documented controls.</p>



<p><em>Default posture: </em>Treat China as a distinct operating environment with dedicated controls and hosting.</p>



<p><em>Board focus: </em>Design separation for local handling and narrowly scoped, policy-controlled integrations to global platforms.</p>



<h2 class="wp-block-heading">Governance, rehearsal and reversibility</h2>



<p>Repatriation is easier when reversibility is a first-class objective. That means contracts with clear data portability terms, technical standards that allow movement and regular drills. Exit rehearsals and data extraction tests convert policy into practice. This aligns with UK PRA expectations on outsourcing exit and with DORA’s focus on ICT third-party resilience for financial entities.</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><tbody><tr><td><strong> </strong></td><td><strong>Low jurisdictional constraint</strong></td><td><strong>High jurisdictional constraint</strong></td></tr><tr><td>High elasticity</td><td>Public cloud preferred; use managed services and strong finops</td><td>Public cloud with sovereign controls where accepted; assess limits</td></tr><tr><td>Low elasticity</td><td>Consider private or managed colocation when unit cost is persistently higher</td><td>Private or managed colocation with strict controls and local operations</td></tr></tbody></table> </div><figcaption class="wp-element-caption"><em>When repatriation tends to win</em></figcaption></figure>



<p></p>



<h2 class="wp-block-heading">Evidence maintained for regulators</h2>



<p>Effective reversibility depends on auditable artefacts that demonstrate control, data portability and the feasibility of exit. Typical evidence includes access and administrative role reviews for both operators and providers, key-management lineage with customer-held keys where applicable, security event and administrative activity logs with stated retention, documented results from exit rehearsals that prove data extraction and rebuild, and contractual reversibility clauses with an agreed annual drill schedule.</p>



<h2 class="wp-block-heading">Assumptions to test</h2>



<p>Repatriation debates often rest on assumptions that do not hold in practice. These points surface the common ones, so placement choices can be made on evidence rather than narrative.</p>



<ul class="wp-block-list">
<li><strong>Repatriation implies abandoning cloud.</strong> Portfolios remain hybrid. Elastic, global and managed services often stay in public cloud, while steady or tightly governed workloads may fit better on private or colocated platforms.</li>



<li><strong>Costs always fall when services move back. </strong>Savings depend on workload shape and design. Poorly scoped moves or immature operations can increase cost or risk.</li>



<li><strong>Sovereign offerings settle jurisdictional questions.</strong> They improve residency and operational autonomy. Legal reach is a separate matter managed through contract and customer-held keys.</li>



<li><strong>Everything must move together.</strong> Selective moves are common. Stateful cores or data layers may shift while elastic components remain in place.</li>
</ul>



<h2 class="wp-block-heading">From argument to action</h2>



<p>An effective operating model treats placement as a periodic, evidence-based review that weighs unit economics over a 12 to 36 month horizon, performance and latency expectations, data gravity and regional legal obligations. Portability is engineered through open interfaces and data formats so that movement, when justified, is executable rather than rhetorical. Reversibility is treated as a property of the system and evidenced through rehearsal, data extraction tests and curated audit artefacts. Status is reported with spend, reliability and risk so that placement is governed as part of the portfolio, not as an exception.</p>



<h2 class="wp-block-heading">Repatriation as selective optimization</h2>



<p>Repatriation is selective optimization within a wider placement discipline, not a retreat from cloud. Public cloud remains central for elastic scale, global reach and rich managed capabilities. A move for a subset of workloads becomes attractive when economics, performance, jurisdiction or exit feasibility point to a better fit elsewhere. The organizing principle is straightforward: Place each workload where cost, control and service quality align, and preserve the option to move again as signals change.</p>



<p>Decisions rest on evidence rather than sentiment. Unit economics, sensitivity to egress and cross-zone traffic, latency and data gravity, and the regulatory posture of the service together define the right answer for each workload. Portability and reversibility are designed in, then proven in practice. Treated this way, repatriation is one option within disciplined portfolio management. It protects value, strengthens control and leaves strategy free to adapt.</p>



<p></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><strong><br></strong><a href="https://www.cio.com/expert-contributor-network/"><strong>Want to join?</strong></a></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[初心者でもわかるガバメントクラウド]]></title>
<description><![CDATA[「ガバメントクラウド」という言葉を耳にする機会が増えましたが、その実態を正確に理解している人はまだ多くないかもしれません。これは単に「行政のシステムをインターネット上のクラウドサービスに移行する」という単純な話ではありません。コロナ禍で私たちが直面した給付金支給の遅れや、ワクチン接種予約システムの混乱といった苦い経験。これらの教訓を踏まえ、国と地方自治体の情報システムを根本から見直し、統一された設計思想とルールのもとで再構築しようとする、壮大な国家的プロジェクトなのです。



その目的は、国民一人ひとりの利便性を飛躍的に高め、社会の変化に迅速かつ柔軟に対応できる、しなやかで強靭なデジタ...]]></description>
<link>https://tsecurity.de/de/2994333/it-security-nachrichten//</link>
<guid isPermaLink="true">https://tsecurity.de/de/2994333/it-security-nachrichten//</guid>
<pubDate>Sat, 20 Sep 2025 02:34:25 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>「ガバメントクラウド」という言葉を耳にする機会が増えましたが、その実態を正確に理解している人はまだ多くないかもしれません。これは単に「行政のシステムをインターネット上のクラウドサービスに移行する」という単純な話ではありません。コロナ禍で私たちが直面した給付金支給の遅れや、ワクチン接種予約システムの混乱といった苦い経験。これらの教訓を踏まえ、国と地方自治体の情報システムを根本から見直し、統一された設計思想とルールのもとで再構築しようとする、壮大な国家的プロジェクトなのです。</p>



<p>その目的は、国民一人ひとりの利便性を飛躍的に高め、社会の変化に迅速かつ柔軟に対応できる、しなやかで強靭なデジタル行政を実現することにあります。しかし、この壮大な改革は輝かしいメリットばかりではありません。移行に伴う現実的な困難、コスト増加のリスク、そして新たな形の依存関係など、私たちが向き合うべき「影」の部分も存在します。</p>



<p>本記事では、このガバメントクラウドがなぜ今必要なのか、その背景から具体的な仕組み、そして私たちが享受できるメリットや乗り越えるべき課題まで、初心者の方にも分かりやすく、丁寧に解説していきます。</p>



<h2 class="wp-block-heading">なぜ今、ガバメントクラウドが必要なのか？</h2>



<p>ガバメントクラウド構想が加速した直接的なきっかけは、新型コロナウイルス感染症という未曾有の危機対応でした。全国民への特別定額給-給金の支給では、全国約1700の各自治体でシステムや事務手続きがバラバラだったために迅速な対応が困難を極め、多くの国民が不安な時間を過ごしました。また、情報共有の遅れは、医療体制の逼迫状況の把握や的確な政策決定の足かせとなりました。</p>



<p>これらの経験は、日本の行政デジタル化の「負債」ともいえる厳しい現実を、誰の目にも明らかにしたのです。データが整備されず、組織間で円滑に共有されなければ、いかに優れた政策も絵に描いた餅に終わってしまう。この痛切な反省が、国と地方のシステム設計を根本から変える大きなうねりとなりました。</p>



<p>そこで政府が打ち出したのが、「クラウド・バイ・デフォルト」の原則です。これは、情報システムを構築する際に、自前でサーバーを保有・管理する従来の方法（オンプレミス）ではなく、クラウドサービスを第一候補として検討するという考え方です。ガバメントクラウドは、この原則を具現化するものであり、単に個々のシステムをクラウドに置き換える「リフト＆シフト」に留まりません。</p>



<p>デジタル庁が主導し、国と地方自治体が共同で利用できる「政府共通のクラウドサービスの利用環境」を整備することを目指しています。これは、いわばデジタル行政のためのOS（基本ソフト）のようなものです。この共通基盤の上で、各行政サービスに必要な機能（アプリケーション）を、まるでレゴブロックのように組み合わせ、迅速に構築・改修できるようにする。それぞれの省庁や自治体が個別にシステムを開発する「単独最適」から脱却し、共通の土台の上で、変化に強く、相互に連携可能なシステム群を構築する。これがガバメントクラウドが目指す大きな変革の姿なのです。</p>



<h2 class="wp-block-heading">地方自治体はどう変わる？</h2>



<p>ガバメントクラウド推進の大きな柱の一つが、地方自治体が担う基幹業務システムの統一・標準化です。基幹業務システムとは、住民基本台帳、各種税金、国民健康保険、介護保険、児童手当など、住民の生活に直結する重要な行政サービスを処理するための情報システムを指します。</p>



<p>現在、これらのシステムは全国約1700の自治体が、それぞれ異なるベンダーに、異なる仕様で開発・運用を委託しているのが実情です。その結果、同じ制度であっても自治体ごとにシステムが微妙に異なり、法改正があるたびに各自治体で多額の改修費用と時間がかかる、職員の異動の際にシステムの操作を学び直す必要がある、特定のベンダーに依存してしまう「ベンダーロックイン」が起こりやすい、といった様々な非効率が生じていました。</p>



<p>この課題を解決するため、政府は「2025年度（令和7年度）末まで」という明確な目標時期を掲げ、原則として全ての自治体が、ガバメントクラウド上に構築された「標準準拠システム」へ移行できる環境を整備することを決定しました。ここでの「標準準拠システム」とは、国が業務ごとに作成・公表する「標準仕様書」に準拠して開発されたアプリケーションのことです。</p>



<p>この取り組みが実現すると、自治体の姿は大きく変わります。デジタル庁が整備した共通基盤（ガバメントクラウド）の上で、複数のITベンダーが標準仕様に沿ったアプリケーションを開発・提供します。各自治体は、それらの選択肢の中から、自らの組織に最も適したアプリケーションを選んで利用する形になるとのこと。これにより、自治体はこれまでのようにサーバーの管理や大規模なシステム開発といった負担から解放され、本来注力すべき住民サービスの企画・提供に専念できるようになります。また、ベンダー間の健全な競争が促進されることで、コストの抑制と品質の向上が期待できるだけでなく、他のベンダーのシステムへの乗り換えも容易になり、行政の効率化が大きく前進するとされています。</p>



<h2 class="wp-block-heading">「ノン・カスタマイズ」と「疎結合」</h2>



<p>自治体のシステム標準化を成功させる上で、極めて重要な設計思想が「疎結合」と「ノン・カスタマイズ」の徹底です。従来のシステム開発では、自治体ごとの細かい要望に応えるため、基本となるパッケージソフトに多くの「カスタマイズ（独自改修）」を加えてきました。一見、現場のニーズに応える良い方法に見えますが、このカスタマイズが、システムの複雑化、改修コストの高騰、そしてベンダーロックインの温床となってきたのです。</p>



<p>そこで、ガバメントクラウド上の標準準拠システムでは、原則としてカスタマイズを認めません。国が定めた標準仕様書には、必ず実装しなければならない「実装必須機能」と、自治体の規模や政策判断によって選択できる「標準オプション機能」が定義されています。自治体はこの範囲内でシステムを利用することが基本となります。</p>



<p>では、条例に基づく独自施策など、標準機能だけでは対応できない業務はどうするのでしょうか。その答えが「疎結合」という考え方です。これは、標準準拠システム本体には手を加えず、必要な独自機能をAPI（Application Programming Interface）という仕組みを使って、外部の別システムとして連携させる方式です。まるでスマートフォンの基本機能に、後から好きなアプリを追加して連携させるようなイメージです。</p>



<p>この疎結合のアーキテクチャを採用することで、標準準拠システム本体はシンプルで強固なまま維持され、法改正などへの対応も迅速に行えます。同時に、独自機能の部分だけを柔軟に開発・改修することが可能となり、将来の拡張性や他のシステムへの乗り換えやすさも確保されるのです。この原則を徹底することが、過去のしがらみを断ち切るための生命線となります。</p>



<h2 class="wp-block-heading">ガバメントクラウドの課題</h2>



<p>ガバメントクラウドの導入は、行政サービスに多くの恩恵をもたらす可能性を秘めています。しかし、その輝かしい未来像の裏には、慎重に管理しなければならない多くの課題やリスクが潜んでいます。</p>



<p>ガバメントクラウドがもたらす恩恵として、まず挙げられるのが<strong>セキュリティと可用性の向上</strong>です。国が定める高いセキュリティ基準（ISMAP制度）を満たしたクラウドサービスが利用されるため、各自治体が個別に対策を講じるよりも、行政システム全体の安全水準が底上げされます。災害時にもサービスを継続できる可用性の高い環境が標準的に提供されることで、住民はより安心して行政サービスを利用できるようになります。</p>



<p>次に、<strong>迅速なサービス展開とコスト削減の可能性</strong>も大きなメリットです。クラウドの特性を活かすことで、新たなサービスを立ち上げる際の導入時間が大幅に短縮され、初期投資も削減できます。これにより、これまで導入のハードルが高かったAI（人工知能）やビッグデータ分析といった最先端技術を行政サービスに活用しやすくなるでしょう。</p>



<p>さらに、<strong>国産クラウドという選択肢</strong>が生まれたことも特筆すべき点です。当初、政府が求める要件は海外の巨大クラウド事業者に有利なものでしたが、2023年度の公募では、さくらインターネット株式会社が提供する「さくらのクラウド」が、期限までに要件を満たすことを条件に国産サービスとして初めて採択されました。国民の重要情報を取り扱うシステムにおいて国産の選択肢を持つことは、データ主権や経済安全保障の観点から極めて重要です。</p>



<p>これらのメリットは自動的に得られるわけではありません。「クラウドにすれば、安く・早く・安全になる」というのは幻想であり、使い方を間違えれば、以前より状況が悪化しかねないリスクを孕んでいます。</p>



<p>大きな課題の一つは、<strong>スケジュールと人員の逼迫という厳しい現実</strong>です。「2025年度末」という目標は非常に野心的であり、全国の自治体が一斉に移行を目指すことで、システムの開発や移行作業を担うITベンダーのキャパシティが逼迫し、「期限に間に合わない」自治体が続出する可能性が指摘されています。実際、政府も難易度の高い案件については2026年度以降の移行を認める救済スキームを用意しており、計画通りに進まないことが半ば前提となりつつあります。</p>



<p>また、<strong>移行後に膨らむ「運用コスト」への懸念</strong>も深刻です。クラウドは使った分だけ料金が発生する従量課金制が基本であり、設定や管理を誤ると、想定外の高額な請求が発生しかねません。コストを最適化する「FinOps」という専門的なノウハウを持つ人材が多くの自治体で不足しており、結果的にオンプレミス時代より運用費が増加する懸念が現場から上がっています。</p>



<p>さらに、<strong>形を変えた「ベンダーロックイン」のリスク</strong>も見過ごせません。標準化によって特定の業務システムへの依存は解消されても、今度はガバメントクラウドとして採択された特定のクラウド事業者が提供する便利な独自機能に深く依存してしまい、結果的に他のサービスへ乗り換えられなくなる危険性があります。特定のサービスでしか動かない設計を避ける強い意志が求められます。</p>



<p>加えて、<strong>データ主権と地政学的リスク</strong>も重い課題です。採択されているサービスの多くが海外事業者であるため、国民の重要データが物理的に海外に保管される可能性があります。米国の「CLOUD Act」のように、外国政府が自国企業にデータ提出を要求できる法律も存在し、国際情勢が不安定化する中での政治的リスク管理は不可欠です。</p>



<p>最後に、<strong>「責任共有モデル」の罠</strong>を理解しておく必要があります。クラウドでは、基盤の安全性は事業者が担保しますが、アカウント管理やアクセス権限の設定といった運用上のセキュリティ対策は、あくまで利用者である国や自治体の責任です。「クラウドだから安全だろう」と油断すれば、設定ミスから重大な情報漏洩事故に直結する危険性があるのです。</p>



<h2 class="wp-block-heading">ガバクラを成功させるために</h2>



<p>ガバメントクラウドは、硬直化した日本の行政システムを再生し、国民中心のデジタル社会を実現するための、避けては通れない国家プロジェクトです。その意義は極めて大きく、住民、職員、納税者の「三方良し」の未来を実現する可能性を秘めています。</p>



<p>しかし、その道のりは決して平坦ではありません。スケジュール遅延、コスト増、新たなロックイン、データ主権、セキュリティリスクといった数多くの課題が山積しています。この改革は、単なる技術の入れ替えではなく、業務プロセスの抜本的な見直し（BPR）、そして何よりも行政を担う人材と組織文化の変革を伴うものです。「クラウドに移行すれば、自動的に何かが良くなる」という安易な楽観論を捨て、現実的な課題と正面から向き合う覚悟が求められています。</p>



<p>この壮大な実験の成否は、理念通りに「標準に乗る勇気」を持ち、「本体は触らずAPIで拡張する」という地味な原則を、国も地方も、そしてベンダーも一体となって守り抜けるかにかかっています。国民一人ひとりにとっても、自分たちの情報がどのように扱われ、行政サービスがどう変わっていくのか、その動向を注視し続けることが重要です。</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[멀티클라우드 전략이 해결해야 할 5가지 과제]]></title>
<description><![CDATA[이제 기업이 여러 클라우드 서비스를 활용할 필요가 있는지는 더 이상 논쟁거리가 아니다. 어떤 서비스를 도입할지, 그리고 어떻게 멀티클라우드 전략을 수립해야 비즈니스에 최대 가치를 창출할 수 있을지가 관건이다.



이를 위해서는 멀티클라우드 여정에서 조직이 마주할 가능성이 높은 과제를 전략 수립 시점부터 충분히 고려해야 한다. CIO를 비롯한 IT 부서는 멀티클라우드 환경을 계획하고 운영할 때 다음 5가지 잠재적 문제를 반드시 인식해야 한다.



AI가 미치는 막대한 영향



AI라는 거대한 물결은 IT 기술 스택 전반, ...]]></description>
<link>https://tsecurity.de/de/2979634/it-security-nachrichten/5/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2979634/it-security-nachrichten/5/</guid>
<pubDate>Fri, 12 Sep 2025 05:18:58 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>이제 기업이 여러 클라우드 서비스를 활용할 필요가 있는지는 더 이상 논쟁거리가 아니다. 어떤 서비스를 도입할지, 그리고 어떻게 멀티클라우드 전략을 수립해야 비즈니스에 최대 가치를 창출할 수 있을지가 관건이다.</p>



<p>이를 위해서는 멀티클라우드 여정에서 조직이 마주할 가능성이 높은 과제를 전략 수립 시점부터 충분히 고려해야 한다. CIO를 비롯한 IT 부서는 멀티클라우드 환경을 계획하고 운영할 때 다음 5가지 잠재적 문제를 반드시 인식해야 한다.</p>



<h2 class="wp-block-heading"><strong>AI</strong><strong>가 </strong><strong>미치는 </strong><strong>막대한 </strong><strong>영향</strong></h2>



<p>AI라는 거대한 물결은 IT 기술 스택 전반, 특히 클라우드 서비스에 전방위적인 영향을 미치고 있다. 하지만 멀티클라우드 환경에서 AI 워크로드를 실행할 경우 복잡성은 더욱 가중된다. 주요 과제로는 데이터 보안, 상호호환성, 성능 최적화 등을 꼽을 수 있다.</p>



<p>기업은 종종 다양한 클라우드 환경에 걸쳐 AI와 머신러닝 모델을 통합해야 하는데, 이 과정은 각기 다른 API와 데이터 포맷을 다뤄야 하므로 복잡해질 수밖에 없다. 여러 클라우드 서비스와 서비스 업체 간에 AI 데이터를 전송하는 일도 복잡도를 높이는 동시에 상당한 위험을 수반한다.</p>



<p>몽고DB의 CIO 민디 리버만은 “AI 도입이 가속화되면서 소프트웨어의 무분별한 확산 문제를 해결하는 일이 CIO와 CTO의 최우선 과제가 되고 있다”라며, “AI는 업무 프로세스를 변화시키고 직원이 가장 중요한 일에 집중할 수 있도록 지원한다. 하지만 새로운 이니셔티브 하나하나는 이미 방대해진 기술 스택의 복잡성을 더하는 요인이 될 수 있다”라고 설명했다.</p>



<p>리버만은 “능동적인 거버넌스 조치를 시행하지 않으면 무분별한 클라우드 자원 소비와 비용 상승, 그리고 기술 부채 심화로 이어질 수 있다”라며, “이런 기술 부채를 관리하지 않으면, 오늘날처럼 빠르게 변화하는 시장 환경에서 경쟁에 필요한 민첩성을 확보할 수 없다”라고 경고했다.</p>



<p>AI는 동시에 해결책이 될 수도 있다. 리버만은 “AI를 효과적으로 활용하면 중복된 시스템을 식별하고 거버넌스를 개선하며, 소프트웨어 사용 현황을 지능적으로 모니터링할 수 있다”라고 강조했다. 또, “AI 도구는 IT 부서가 레거시 기술 인프라를 현대화하고 최신 클라우드 네이티브 플랫폼으로 통합하는 데에도 도움을 줄 수 있다”라고 덧붙였다.</p>



<p>CIO는 멀티클라우드 환경의 복잡성을 제거하기 위해 클라우드 서비스 소비 현황을 면밀히 모니터링하고, 여기에 AI를 적극 활용해야 한다. 리버만은 “솔루션 시장은 매우 복잡하고 빠르게 진화하고 있기 때문에, 기술을 평가할 때 현재의 기능뿐만 아니라 향후 6개월에서 12개월 내 어떤 모습이 될지도 함께 고려해야 한다”고 조언했다.</p>



<h2 class="wp-block-heading"><strong>데이터 </strong><strong>주권 </strong><strong>요구사항</strong></h2>



<p>멀티클라우드 환경은 데이터 주권 관리 업무를 복잡하게 만든다. 기업은 데이터가 저장되고 처리되는 지리적 위치의 법률과 규제를 철저히 준수해야 한다. 이를 해결하려면 지역이나 국가별 다양한 규제 환경을 이해하고, 체계적인 계획 수립과 지속적인 관리가 필요하다.</p>



<p>금융 서비스 기업 코페이(Corpay)의 CIO 스콧 듀포는 “코페이는 상장된 다국적 기업인 만큼, 사업을 운영하는 모든 국가의 규제 및 보고 요건을 따라야 한다”라고 말했다. 예를 들어 GDPR은 유럽연합 고객의 데이터를 유럽연합 내에 보관할 것을 요구한다. 듀포는 “그래서 유럽연합 랜딩존에 새 인스턴스를 별도로 생성해야 하고, 이로 인해 비용이 증가하고 있다”라고 설명했다.</p>



<p>미국에서도 동일한 요구사항이 존재한다. 코페이는 자사뿐만 아니라 서드파티 파트너의 보고 요건까지 충족하기 위해 컴플라이언스 부서와 IT 부서가 협력해 데이터 거버넌스를 공동 관리하고 있다. 듀포는 “특히 미국 내에서는 캘리포니아가 데이터 프라이버시 관련 입법을 주도하고 있다”라며, “규제 준수는 선택이 아닌 필수다. 우리는 각 사례별로 클라우드 기반 서비스 확장과 통합 간 균형을 유지하면서, 비용을 절감하고 수익을 높이는 방향을 동시에 추구해야 한다”라고 덧붙였다.</p>



<h2 class="wp-block-heading"><strong>사이버 </strong><strong>보안 </strong><strong>리스크</strong></h2>



<p>클라우드 서비스를 하나만 도입해도 사이버 보안 위험은 존재한다. 따라서 멀티클라우드 환경에서는 보안 프로그램을 한층 더 견고하게 구축해야 한다. 멀티클라우드의 보안 위험은 공격 표면 확대, 서비스 업체 간 보안 수준 불균형, 복잡한 IT 인프라, 단편적인 가시성 등 다양한 요소에서 비롯된다.</p>



<p>IT 부서는 모든 클라우드 환경에서 사용자 접근 권한을 관리하고 위협을 탐지할 수 있어야 한다. 하지만 많은 경우 전체 클라우드 서비스 목록조차 파악하지 못한 상태에서 이 과업을 수행해야 한다.</p>



<p>센데로 컨설팅의 대표 스콧 시마리는 “멀티클라우드 환경에서 접근 제어와 데이터 보호는 다각적인 접근 방식이 필요하다”라며, “물리적인 데이터센터를 보호하는 방식과 유사하게, 방화벽과 로그 모니터링, 악성코드 방지 및 백신 솔루션을 통해 방어 경계를 설정해야 한다”라고 지적했다.</p>



<p>클라우드 서비스 업체가 보안 기능을 제공하더라도, 대부분 기업은 각 클라우드 환경 내에서 선호하는 보안 도구를 사용해 자사 네트워크에 ‘울타리’를 친다. 센데로 컨설팅의 스콧 시마리는 “멀티클라우드 환경에서 가장 큰 도전 과제는 다양한 서비스 제공업체 전반에 걸쳐 보안 조치와 정책을 일관되게 적용하는 일”이라고 말했다. 이어 “보안 표준과 규제 요건은 클라우드 서비스 업체마다 다르며, 특정 데이터는 별도의 관리 기준이 적용되기도 한다”라고 설명했다.</p>



<p>센데로가 원자력 발전소를 운영하는 한 유틸리티 기업과 협업한 사례가 이를 잘 보여준다. 시마리는 “연방 규제를 받는 데이터는 반드시 정부가 통제하는 클라우드 인스턴스에만 저장해야 하며, 이는 마이크로소프트의 연방 승인 클라우드처럼 상용 클라우드와는 구분된다. 따라서 각 클라우드 환경에 맞춰 데이터 손실 방지 및 보안 체계를 별도로 구축해야 한다”라고 강조했다.</p>



<p>시마리는 단일 클라우드든 멀티클라우드든 일반적인 보안 프랙티스는 공통적으로 적용된다고 전제하면서도, “멀티클라우드 환경에서는 더욱 철저한 보안 프랙티스가 요구된다”라며, “모든 플랫폼에 걸쳐 사용자 생성과 인증이 가능하도록 신원 및 접근 권한 관리 체계를 중앙화하는 것이 대표적인 예”라고 설명했다.</p>



<p>또한 “사용자에게 반드시 필요한 권한을 가능한 짧은 시간 동안만 부여하는 최소 권한 원칙이나 적시 접근 제어 원칙을 적용하는 것이 매우 중요하다”라고 강조했다. 또, “조직은 데이터가 저장 중이거나 전송 중인 상태 모두에서 암호화를 적용하고, 서로 다른 클라우드 서비스 전반에서 암호화 키를 중앙에서 통제할 수 있도록 해야 한다”라고 덧붙였다.</p>



<h2 class="wp-block-heading"><strong>유연성과 </strong><strong>관찰가능성</strong></h2>



<p>익스페리스(Experis)의 클라우드 엔지니어링 부문 수석 브라이언 월은 “기술이 점점 더 복잡한 문제를 해결하게 되면서, 그 기반이 되는 인프라와 서비스 역시 고도화되고 있다”고 말했다. 익스페리스는 스태핑 및 매니지드 서비스 전문 기업이다.</p>



<p>월은 “복잡성이 높아지면 장애 발생 가능성도 커지지만, 동시에 맞춤화 및 최적화 기회도 늘어난다”라며, “각 클라우드 서비스 업체는 고유한 강점과 약점을 가지고 있기 때문에 선제적으로 기술을 도입하는 기업은 어떤 시점에 어떤 서비스를 활용할지 정확히 알아야 한다”라고 조언했다.</p>



<p>월은 멀티클라우드의 이점을 활용하기 위한 핵심 조건으로 유연성과 관찰가능성을 꼽았다. “유연성 확보의 첫걸음은 자체 개발 소프트웨어가 특정 클라우드에 종속되지 않도록 만드는 것”이라며, “컨테이너화와 클라우드 중립적 오케스트레이션 방식을 도입하면, 팀은 원하는 클라우드에 워크로드를 자유롭게 배치할 수 있고 애플리케이션별로 가장 적합한 클라우드 환경을 선택할 수 있다”라고 설명했다.</p>



<p>하지만 이런 유연성을 확보하려면 운영팀이 각 클라우드의 미묘한 차이를 이해해야 한다. 월은 “관찰가능성은 이 과정을 큰 규모로 관리할 수 있게 하는 핵심 요소”라며, “서로 다른 도구를 통합하고, 실행 가능한 통찰을 제공하려면 통합 모니터링 및 비용 관리 플랫폼이 필수”라고 강조했다.</p>



<p>딜로이트 컨설팅의 토머스는 “조직이 여러 하이브리드 클라우드 플랫폼으로 확장할수록 가시성을 유지하는 일이 더욱 어려워진다”라며, “강력한 크로스 플랫폼 관측 체계 없이는 문제를 파악하지 못할 수 있고, 이는 규제 준수부터 고객 경험까지 다양한 측면에 악영향을 줄 수 있다”라고 지적했다.</p>



<p>토머스는 “이 같은 과제를 해결하기 위해 많은 조직이 모든 호스팅 플랫폼에서 데이터를 통합 수집하는 단일 모니터링 솔루션을 채택하고 있다”라며, “이를 통해 실시간 통찰력을 확보하고 선제적인 대응이 가능해진다”고 설명했다. 또한, “AI 기반 분석 도구를 활용하면, 각 클라우드 환경이 분리된 구조에서는 놓칠 수 있는 패턴과 이상 징후도 식별할 수 있다”라고 덧붙였다.</p>



<h2 class="wp-block-heading"><strong>비용 </strong><strong>관리 </strong><strong>문제</strong></h2>



<p>멀티클라우드 환경에서 비용을 통제하는 일은 기업에 큰 도전 과제다. 이는 효과적인 재무 관리와 밀접하게 연결되어 있으며, 일반적으로 ‘핀옵스(FinOps)’라고 불리는 클라우드 관리 기법이 필요하다. 핀옵스는 IT, 재무, 비즈니스 부서 간 협업을 통해 클라우드 비용을 최적화하는 데 중점을 둔다.</p>



<p>시마리는 “핀옵스는 클라우드 자원을 책임감 있게 관리하고, 쓸데없는 낭비가 발생하지 않도록 하는 일”이라며, “모든 클라우드 서비스에 대해 비용 대비 효과를 철저히 분석하고, 자원 사용량과 운영 비용에도 항상 주의를 기울여야 한다”라고 강조했다.</p>



<p>센데로 컨설팅의 시마리는 “적절한 통제가 없으면 비용은 쉽게 불어난다”라고 경고했다. 또, “고객사를 대신해 비용 분석을 수행해 보면, 필요한 것보다 훨씬 더 많은 클라우드 용량을 확보해 놓고 사용하지 않는 경우가 많다”라며, “핀옵스는 사용량 모니터링, 자원 할당 최적화, 클라우드별 요금제 전략적 활용 등 전 과정을 포함하며, 결국 투자 대비 최대 가치를 실현하는 데 목적이 있다”라고 설명했다.</p>



<p>인수합병을 통해 성장한 코페이는 SaaS 비용 통제에 특히 어려움을 겪고 있다. 듀포는 “인수한 각 기업은 각각 AWS나 애저 같은 클라우드 환경을 사용하고 있기 때문에 코페이의 랜딩존으로 이전시켜 보안과 운영 통제를 유지해야 한다”라고 말했다. 이어 “매 인수 건마다 비용을 통제하고 불필요한 확산을 막기 위한 시너지를 창출하고, 동시에 효율성과 이점을 극대화하는 것이 목표”라며, “앞으로 더 많은 회사를 인수할 계획인 만큼, 이 과정은 계속 반복될 것”이라고 강조했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[5 challenges every multicloud strategy must address]]></title>
<description><![CDATA[It’s no longer a question of whether enterprises need multiple cloud services, but which ones they should deploy and how best to craft a multicloud strategy that creates the most value for the business.



That strategy had best take into account the challenges organizations are most likely to fa...]]></description>
<link>https://tsecurity.de/de/2978187/it-security-nachrichten/5-challenges-every-multicloud-strategy-must-address/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2978187/it-security-nachrichten/5-challenges-every-multicloud-strategy-must-address/</guid>
<pubDate>Thu, 11 Sep 2025 12:18:21 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>It’s no longer a question of whether enterprises need multiple cloud services, but which ones they should deploy and how best to craft a multicloud strategy that creates the most value for the business.</p>



<p>That strategy had best take into account the challenges organizations are most likely to face on their multicloud journey. Here are five potential issues CIOs and other IT leaders must be aware of when planning or maintaining a multicloud environment.</p>



<h2 class="wp-block-heading">AI’s massive impact</h2>



<p>The AI juggernaut is affecting just about every aspect of the IT stack, cloud services in particular. But when it comes to running AI workloads in multicloud environments, complexity compounds. Key hurdles include ensuring data security, interoperability, and performance optimization.</p>



<p>Enterprises often need to integrate AI and machine learning models across a variety of cloud environments, which can be a complex undertaking due to the different APIs and data formats necessary to do so.</p>



<p>Transferring AI data among various cloud services and providers also adds complexity — but also significant risks.</p>



<p>“Tackling software sprawl, especially as organizations accelerate their adoption of AI, is a top action for CIOs and CTOs,” says <a href="https://www.linkedin.com/in/mindy-lieberman-328391/" rel="nofollow">Mindy Lieberman</a>, CIO at database platform provider MongoDB. “AI is transforming processes and empowering employees to focus on their most impactful work. But every new initiative can add to the complexity of an already sprawling tech stack.”</p>



<p>Failing to deploy <a href="https://www.cio.com/article/3984527/how-to-establish-an-effective-ai-grc-framework.html">active governance initiatives</a> can lead to uncontrolled consumption, rising costs, and deepening technical debt, Lieberman says. “Without managing that debt, organizations can’t move with the agility needed to compete in today’s [demanding] economy,” she says.</p>



<p>AI can also be part of the solution, Lieberman says. “When leveraged effectively, it can help identify redundant systems, improve governance, and intelligently monitor software usage,” she says. “AI tools can even help IT teams in their efforts to modernize legacy tech infrastructure and consolidate on modern, cloud-native platforms.”</p>



<p>CIOs need to monitor cloud services consumption closely, using AI to eliminate complexities of the multicloud environment. “The solution landscape is complex and evolving quickly, so technologies need to be evaluated not just on what they can accomplish today, but where you expect them to be in six to 12 months,’ Lieberman says.</p>



<h2 class="wp-block-heading">Data sovereignty requirements</h2>



<p>A multicloud environment can complicate the management of data sovereignty. Companies need to ensure that data remains in line with the laws and regulations of the specific geographic regions where it is stored and processed.</p>



<p>To address this challenge requires careful planning and ongoing management to navigate the diverse regulatory landscapes in non-US locations.</p>



<p>“As a publicly traded, multinational company, we must follow the regulations and reporting requirements in all the countries where we operate,” says <a href="https://www.linkedin.com/in/scott-dufour-7a57155/" rel="nofollow">Scott duFour</a>, CIO at financial services provider Corpay.</p>



<p>For example, the General Data Protection Regulation (GDPR) requires that Corpay’s EU customers’ data stays in the EU. “So we have to create a new instance in the EU landing zone, increasing our costs,” duFour says.</p>



<p>This also applies in the US, duFour says. IT has forged a data governance partnership with Corpay’s compliance team to adhere to reporting requirements for the company as well as its third-party partners.</p>



<p>“This especially true in California, which is leading the way with data privacy legislation in the US,” duFour says. “Being compliant is non-negotiable, but we still must strike a balance between expanding and [consolidating] our cloud-based service footprint on a case-by-case basis, with the goal of managing costs and driving revenue.”</p>



<h2 class="wp-block-heading">Cybersecurity risks</h2>



<p>Deploying even one cloud service <a href="https://www.csoonline.com/article/555213/top-cloud-security-threats.html">can present cybersecurity risks</a> for an enterprise, so having a strong security program in place is <a href="https://www.csoonline.com/article/4003915/8-tips-for-mastering-multicloud-security.html">all the more vital for a multicloud environment</a>. The risks stem from expanded attack surfaces, inconsistent security practices among service providers, increased complexity of the IT infrastructure, fragmented visibility, and other factors.</p>



<p>IT needs to be able to manage user access to cloud services and detect threats across multiple environments — in many cases without even having a full inventory of cloud services.</p>



<p>“Managing access and protecting data in a multicloud environment requires a multifaceted approach,” says <a href="https://senderoconsulting.com/people/scott-simari/" rel="nofollow">Scott Simari</a>, principal at Sendero Consulting. “Think of it like securing a physical data center: You establish a defense perimeter using firewalls, log monitoring, malware protection, and antivirus solutions.”</p>



<p>Even though cloud service providers offer their own security features, most companies will still “ringfence” their own networks within each cloud using their preferred security tools, Simari says.</p>



<p>“The <a href="https://www.csoonline.com/article/4009247/5-multicloud-security-challenges-and-how-to-address-them.html">challenge in multicloud</a> is ensuring consistency and appropriate measures across different providers,” Simari says. “Security standards and regulatory requirements can differ, and certain types of data may have specific mandates.”</p>



<p>Sendero’s work with a utility company that owns and operates nuclear power plants highlights this. “Federally regulated data can only reside on government-controlled instances of the cloud — like Microsoft’s federally approved cloud, not their commercial cloud,” Simari says. “This necessitates a tailored approach to data loss prevention and security apparatus for each cloud.”</p>



<p>While general security practices apply regardless of whether an enterprise uses a single or multicloud environment, a multicloud set up enhances the case for adopting more rigorous practices, Simari says. This includes centralizing identity and access management to ensure user provisioning and authentication across all platforms.</p>



<p>“It’s also crucial to apply least-privilege or just-in-time access principles, which grant users only the necessary permissions for the shortest possible duration,” Simari says. “Organizations should also prioritize encrypting data both at rest and in transit while centralizing key control for managing encryption keys across disparate cloud services.”</p>



<h2 class="wp-block-heading">Need for flexibility and observability</h2>



<p>As technology evolves to solve increasingly complex problems, the infrastructure and services needed grow more sophisticated as well, says <a href="https://www.linkedin.com/in/bryanbwall/" rel="nofollow">Bryan Wall</a>, senior competency leader, cloud engineering at Experis, a provider of staffing and managed services.</p>



<p>“With greater complexity comes more potential avenues of failure, but also more opportunities for customization and optimization,” Wall says. “Each cloud provider offers unique strengths and weaknesses, which means forward-thinking enterprises must know how to leverage the right services at the right time.”</p>



<p>The key to harnessing the advantages of multiple clouds lies in flexibility and observability, Wall says. “Flexibility begins by ensuring that custom software is not tightly bound to a single provider. Containerization and cloud-agnostic orchestration allow teams to deploy workloads anywhere, aligning specific applications with the providers best suited to their needs.”</p>



<p>This flexibility, however, requires operations teams to understand the nuances of each cloud. “Observability is what makes this manageable at scale,” Wall says. “A holistic monitoring and cost-management platform is essential to unify disparate tools and provide actionable insights.”</p>



<p>As organizations expand across multiple hybrid cloud platforms, maintaining clear visibility becomes increasingly complex, says <a href="https://www.deloitte.com/global/en/about/people/profiles.chris-thomas+9258d7c2.html" rel="nofollow">Chris Thomas</a>, principal at Deloitte Consulting. “Without robust, cross-platform observability, it’s easy for issues to go undetected, impacting everything from compliance to customer experience,” he says.</p>



<p>To address these challenges, organizations are adopting unified monitoring solutions that aggregate data from all hosting platforms, enabling real-time insights and proactive response, Thomas says. “Organizations should give thought to using AI-driven analytics to identify patterns and anomalies that might otherwise be missed in siloed environments,” he says.</p>



<h2 class="wp-block-heading">Cost concerns</h2>



<p>Keeping costs under control in a multicloud environment can be a challenge for enterprises. This is deeply intertwined with effective financial management, often referred to as <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a>, Simari says. FinOps is a cloud management practice focused on optimizing spending by fostering collaboration among IT, finance, and business teams.</p>



<p>“FinOps is about ensuring you’re a responsible steward of your cloud resources and ensuring that you’re not leaving money on the table,” Simari says. “This means diligently conducting cost-benefit [analyses] for any services you use and being mindful of consumption and operational costs.”</p>



<p>Without proper oversight, it’s easy for expenses to escalate, Simari says. “When conducting these analyses on behalf of our clients, we’ve seen that some organizations are paying for way more cloud space than they need,” he says. “FinOps involves ongoing monitoring of usage, optimizing resource allocation and leveraging pricing models effectively across different cloud providers, to ensure organizations are getting the most value for their investment.”</p>



<p>Containing software-as-a-service (SaaS) costs is especially challenging for Corpay, which has grown its business largely through acquisitions.</p>



<p>“Each company we [acquire] has its own environment such as AWS or Azure, so we have to move them over to our landing zones to maintain security and operational control,” duFour says. “With each acquisition, we have a goal of creating synergies and alignment that help control costs and prevent creep, while maximizing the benefits and efficiencies we gain. As we add additional companies to Corpay, this will continue to be an on-going exercise.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FinOps in VMware Cloud Foundation ]]></title>
<description><![CDATA[Overview Cloud costs are no longer just for IT finance analysts—cost management is  a core part across IT operations. VMware Cloud Foundation (VCF) brings together private cloud infrastructure with FinOps principles to help ensure financial accountability, operational visibility, and business ali...]]></description>
<link>https://tsecurity.de/de/2977493/downloads/finops-in-vmware-cloud-foundation/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2977493/downloads/finops-in-vmware-cloud-foundation/</guid>
<pubDate>Thu, 11 Sep 2025 05:00:11 +0200</pubDate>
<category>💾 Downloads</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Overview Cloud costs are no longer just for IT finance analysts—cost management is  a core part across IT operations. VMware Cloud Foundation (VCF) brings together private cloud infrastructure with FinOps principles to help ensure financial accountability, operational visibility, and business alignment for all IT users. The FinOps framework in VCF enables enterprises to not only  … <a href="https://blogs.vmware.com/cloud-foundation/2025/09/10/finops-in-vmware-cloud-foundation/">Continued</a></p>
<p>The post <a href="https://blogs.vmware.com/cloud-foundation/2025/09/10/finops-in-vmware-cloud-foundation/">FinOps in VMware Cloud Foundation </a> appeared first on <a href="https://blogs.vmware.com/cloud-foundation">VMware Cloud Foundation (VCF) Blog</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[El nicho de mercado que están conquistando las nubes alternativas]]></title>
<description><![CDATA[Las nubes alternativas están viviendo un momento álgido. Casi el 75 % de las organizaciones utilizan dos o más proveedores de nube alternativos, según una encuesta realizada por HostingAdvice.com a 500 responsables de TI en mayo de 2025. Estas nubes alternativas se refieren a proveedores de cloud...]]></description>
<link>https://tsecurity.de/de/2958306/it-security-nachrichten/el-nicho-de-mercado-que-estn-conquistando-las-nubes-alternativas/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2958306/it-security-nachrichten/el-nicho-de-mercado-que-estn-conquistando-las-nubes-alternativas/</guid>
<pubDate>Tue, 26 Aug 2025 13:34:08 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Las <strong>nubes alternativas</strong> están viviendo un momento álgido. Casi el 75 % de las organizaciones utilizan dos o más proveedores de nube alternativos, según una encuesta realizada por HostingAdvice.com a 500 responsables de TI en mayo de 2025. Estas nubes alternativas se refieren a <strong>proveedores de cloud ajenos a los principales hiperescaladores</strong>, como Amazon Web Services, Microsoft Azure, Google Cloud Platform, Oracle Cloud o IBM Cloud.</p>



<p>“Es posible obtener alojamiento a un nivel empresarial de proveedores de nube alternativos”, afirma Joe Warnimont, analista senior de HostingAdvice.com. Aunque los hiperescaladores siguen dominando la cuota de mercado, las cloud alternativas están <strong>reduciendo la brecha de funcionalidad al tiempo que ofrecen una alta disponibilidad</strong> y precios más bajos.</p>



<p>Más allá del coste, estos nuevos proveedores de nube se centran en sus puntos fuertes específicos. Por ejemplo, Warnimont destaca a Vultr para la computación periférica y a DigitalOcean para el desarrollo de aplicaciones. Otros ejemplos de nubes alternativas son Akamai Cloud (antes Linode), Cloudflare, CloudJiffy, CoreWeave, Fly.io, IONOS, Lambda, NetExplorer, OVHcloud, Paperspace, Railway, Render, Scaleway y Wasabi.</p>



<p>Las empresas están tomando nota de estos proveedores líderes y están tomando medidas. “Las organizaciones están reconsiderando la estrategia de «apostarlo todo» por los tres grandes proveedores de servicios en la nube en favor de opciones más diversificadas y especializadas”, afirma Kyle Campos, director de tecnología y productos de CloudBolt.</p>



<h2 class="wp-block-heading">El coste impulsa el cambio a nubes alternativas</h2>



<p>Pero ¿por qué cada vez más organizaciones recurren a proveedores de nube alternativos? El cambio llega impulsado por varios factores, pero <strong>el coste sigue siendo el principal motivo.</strong></p>



<p>“Los tres grandes proveedores de nube resultaron ser mucho más caros, entre dos veces y media y tres veces más, de lo que las organizaciones esperaban inicialmente”, afirma David Linthicum, fundador e investigador principal de Linthicum Research y autor del blog <em>Cloud Insider</em> de InfoWorld. El aumento de los precios empuja a las empresas hacia alternativas. “A las organizaciones les resulta difícil encontrar valor en los hiperescaladores y están buscando alternativas”, añade Linthicum.</p>



<p>Un análisis de 2021 de Andreessen Horowitz (a16z) argumentaba que la <em>cloud repatriation</em> podría tener sentido desde el punto de vista financiero a gran escala. Entre las 50 principales empresas de software público estudiadas, los costes de infraestructura en la nube representaban aproximadamente el 50 % de su coste medio de los productos vendidos.</p>



<p>Los costes imprevistos llegan con la salida de datos (el traslado de datos de la nube al edge). “<strong>El coste puede tener un impacto significativo, especialmente para las empresas con grandes volúmenes</strong>, como la distribución de medios”, afirma Cyril Banos, director de consultoría de transformación de Valiantys.</p>



<p>“Las cargas de trabajo sensibles en términos de coste, como el comercio electrónico, que requieren fiabilidad y rendimiento, pero a una fracción del precio de los hiperescaladores, podrían recurrir a un proveedor alternativo”, añade Warnimont, de HostingAdvice.com.</p>



<h2 class="wp-block-heading">Otros factores detrás del cambio</h2>



<p>El coste no es el único factor motivador. <strong>La reducción de la dependencia de los proveedores hiperescalables es otra cuestión clave</strong>, junto con las necesidades de rendimiento especializadas, las demandas específicas de la IA y los requisitos de soberanía o cumplimiento de los datos.</p>



<p>Si bien los hiperescalables han llevado la infraestructura escalable a las masas, lo han hecho adaptándose a un denominador común. “Los hiperescaladores han tenido que trabajar con trazos generales, ignorando consideraciones más detalladas”, afirma Umesh Maheshwari, científico jefe de LucidLink.</p>



<p>Algunas empresas también prefieren tener más control mediante una configuración <em>bare metal</em>. “Algunas solo quieren pagar por la capacidad y la gestión de las instalaciones, como si tuvieran su propio centro de datos”, afirma Banos, de Valiantys.</p>



<p>Para las empresas que se sienten frustradas ante los servicios de las plataformas cloud de talla única, los proveedores alternativos ofrecen una solución más personalizada. “Al fin y al cabo, los equipos quieren una infraestructura que se adapte a sus necesidades, y no al revés”, añade Campos, de CloudBolt.</p>



<h2 class="wp-block-heading">Dónde destacan las nubes alternativas</h2>



<p>Las nubes alternativas <strong>cubren las lagunas que a las tres grandes no llegan bien del to</strong>do, desde cargas de trabajo de IA hasta computación periférica, pasando por funcionalidades especializadas o requisitos de cumplimiento normativo. “Existe un ecosistema creciente de actores especializados en la nube que están ganando terreno”, afirma Campos.</p>



<p>El mercado se ha expandido enormemente en los últimos años para cubrir esas carencias, con muchos players más pequeños que satisfacen necesidades específicas. Veamos, pues, dónde destacan estas nubes especializadas y cómo las utilizan las organizaciones.</p>



<ul class="wp-block-list">
<li>Cargas de trabajo de IA</li>
</ul>



<p>Las nubes alternativas son cada vez más atractivas para las <strong>cargas de trabajo de IA que requieren computación basada en GP</strong>U. “Las GPU como servicio son una alternativa sólida, teniendo en cuenta lo que cobran los proveedores de cloud pública por los servidores virtuales basados en GPU”, afirma Linthicum.</p>



<p>Por ejemplo, los ingenieros de Stability AI, creadores de Stable Diffusion, utilizan la infraestructura de GPU Nvidia de CoreWeave para escalar sus modelos. Otras <em>neoclouds</em>, como Lambda y Paperspace, se especializan en GPU como servicio.</p>



<ul class="wp-block-list">
<li>Rendimiento de vanguardia</li>
</ul>



<p>Algunas nubes especializadas <strong>priorizan el rendimiento de baja latencia</strong>. Por ejemplo, CoreWeave, conocida como “hiperescalador de IA”, afirma que ofrece tiempos de activación de contenedores entre 8 y 10 veces más rápidos y de descargas entre 3 y 8 más rápidas que los proveedores tradicionales.</p>



<p>Esto hace que las nubes alternativas se conviertan en una opción destacada para casos de uso como el gaming, el streaming o la IA. Por ejemplo, Akamai Cloud está diseñada específicamente para el edge computing, aprovechando la red distribuida de Akamai para reducir significativamente la latencia.</p>



<ul class="wp-block-list">
<li>Almacenamiento de objetos a escala</li>
</ul>



<p>Las cloud alternativas también están mejorando los servicios de almacenamiento de objetos,<strong> sacando provecho del almacenamiento de blobs</strong> para desde backup y archivado hasta análisis de datos. “Ninguno de los hiperescaladores ofrece un sistema de archivos global que pueda igualar la capacidad de respuesta de una unidad montada localmente o de un servidor de archivos conectado a una red local”, añade Maheshwari, de LucidLink.</p>



<p>LucidLink, una plataforma global de almacenamiento de archivos para colaboradores que se comporta como un sistema de archivos local, podría considerarse una alternativa a las nubes públicas. Al igual que Wasabi, un proveedor de almacenamiento en la nube con 15 regiones globales, LucidLink destaca como ventaja en costes que no se paga tarifas por la salida de datos.</p>



<p>Cloudflare, la red de distribución de contenidos, es otro ejemplo de alternativa optimizada a los hiperescaladores. “Cloudflare desempeña un papel importante en nuestra configuración multicloud para plataformas de datos, ya que nos ayuda a reducir la latencia y los costes relacionados con el almacenamiento de objetos”, afirma Campos.</p>



<ul class="wp-block-list">
<li>Nubes privadas</li>
</ul>



<p>Implementar clouds privadas se ha vuelto <strong>más barato y más fácil de gestionar</strong>. “Las nubes privadas, como las que comercializa VMware, están empezando a ser más atractivas”, afirma Linthicum, citando unos costes más bajos y unas implementaciones más sencillas que hace una década.</p>



<p>Campos está de acuerdo y señala que las cargas de trabajo basadas en VMware siguen siendo un caso de uso habitual para las nubes alternativas. “OVHcloud ha sido clave en nuestra transición desde los centros de datos físicos”, afirma Campos. “Los utilizamos para el alojamiento de VMware, al tiempo que mantenemos los patrones habituales de infraestructura como servicio”, explica.</p>



<ul class="wp-block-list">
<li>Soberanía digital</li>
</ul>



<p>La ubicación física o geográfica del centro de datos de un proveedor de nube es un factor crítico para las organizaciones que operan en <strong>regiones con leyes estrictas de privacidad y protección de dat</strong>os. “Esto afecta a la residencia de los datos, lo que contribuye al cumplimiento de las normativas locales, como el RGPD en la UE”, afirma Banos.</p>



<p>Para cumplir con estas necesidades, proveedores regionales como Scaleway y OVHcloud ofrecen un alojamiento soberano alineado con las normas europeas. Otro ejemplo es NetExplorer, una cloud soberana francesa que se utiliza a menudo para almacenar contratos y respaldar los flujos de trabajo de diligencia debida.</p>



<p>Más allá de Francia, las <strong>nubes regionales</strong> como la alemana Ionos o la india CloudJiffy están ganando terreno. Irónicamente, incluso los hiperescaladores con sede en EE. UU. están lanzando centros de datos periféricos con sede en la UE, lo que difumina las líneas entre las nubes públicas estándar y las implementaciones alternativas.</p>



<ul class="wp-block-list">
<li>Startup-friendly</li>
</ul>



<p>Algunas nubes alternativas están diseñadas de forma más clara para <strong>desarrollos nativos cloud</strong>. Estas nubes, como DigitalOcean, Fly.io, Railway y Render, dan prioridad a implementaciones rápidas y optimizadas y al alojamiento de cargas de trabajo centradas en el desarrollo, como aplicaciones web full-stack o API de servicios web.</p>



<ul class="wp-block-list">
<li>Otros casos de uso especializados</li>
</ul>



<p>También se puede optar por clouds alternativas para cumplir <strong>requisitos de conformidad específicos de cada sector</strong>, como la ley sanitaria estadounidense HIPAA o las normativas financieras. Los expertos suman otros casos de uso, como el alojamiento SAP, el autoescalado impulsado por <em>finops</em> y la distribución del riesgo entre múltiples proveedores de infraestructura.</p>



<h2 class="wp-block-heading">Donde las nubes públicas siguen triunfando</h2>



<p>Aun así, las nubes alternativas no sustituirán a los hiperescaladores en un futuro próximo. Por el momento, <strong>ambas tienen su papel en la infraestructura TI</strong>. “El mercado de los servicios en la nube ha madurado hasta alcanzar una fase en la que los proveedores de nube hiperescalables y alternativos compiten y cooperan”, afirma Maheshwari.</p>



<p>Los hiperescaladores siguen siendo las n<strong>ubes preferidas para el escalado rápido y las cargas de trabajo volátiles.</strong> “Si se producen muchos cambios y es necesario escalar y reducir rápidamente, las cloud públicas suelen ser la mejor solución”, afirma Linthicum.</p>



<p>Las cloud alternativas tendrán que esforzarse mucho para demostrar que pueden competir en igualdad de condiciones con los hiperescaladores, especialmente en términos de fiabilidad y ciberseguridad. En algunos casos, las públicas seguirán siendo las que ofrezcan más ventajas.</p>



<p>“En general, los proveedores de nube alternativos tienen que demostrar que son fiables y que vale la pena desviarse hacia ellos”, afirma Maheshwari. Deben esforzarse más para “endulzar su oferta” en relación con los hiperescaladores, añade.</p>



<h2 class="wp-block-heading">Mantener la paridad multicloud</h2>



<p>Las empresas llevan ya mucho tiempo utilizando múltiples nubes. Según Virtana, <strong>casi cuatro de cada cinco ejecutan cargas de trabajo en tres o más hiperescaladores</strong>. Hoy en día, el multicloud se considera una ventaja estratégica. Según HostingAdvice.com, cerca del 90 % de los responsables de TI afirman que ninguna organización debería depender de un único proveedor.</p>



<p>Sin embargo, añadir nubes alternativas introduce un nuevo elemento de complejidad. “Las herramientas han madurado, pero se necesita al personal adecuado para gestionar la integración entre proveedores”, afirma Warnimont, reconociendo la escasez de especialistas en nubes alternativas en el mercado.</p>



<p>Una gestión eficaz de la multinube requiere una estrategia coherente y un seguimiento exhaustivo de los acuerdos de nivel de servicio y el rendimiento, afirma Banos. También requiere estándares y herramientas compartidos para áreas como el aprovisionamiento, la implementación y la gestión del cambio. Muchas organizaciones lo consiguen utilizando flujos de trabajo GitOps independientes de la nube y estándares portátiles como OpenTofu u OpenStack.</p>



<p>Las plataformas de gestión de Kubernetes y las plataformas multicloud también desempeñan un papel importante. “Se deben utilizar planos de control comunes, como capas comunes de seguridad y gobernanza”, recomienda Linthicum. Campos está de acuerdo, al tiempo que hace hincapié en la visibilidad de los costes y la coherencia operativa.</p>



<h2 class="wp-block-heading">El pronóstico parece <em>alternativo</em></h2>



<p>Con todo, l<strong>as nubes alternativas aportan claras ventajas</strong>. Ayudan a los equipos de TI a mantener el control, a aprovechar sus puntos fuertes, a maximizar el rendimiento y a proteger los datos confidenciales. Lo hacen además a menudo con una importante reducción del gasto.</p>



<p>Un informe de marzo de 2025 elaborado por Anders Sundelina, Javier González-Huertaa y Krzysztof Wnuka, de la Universidad Tecnológica de Blekinge (Suecia), reveló que cambiar la misma arquitectura de software de una nube privada a una nube pública aumentaba los costes en un 50 %. Es algo que también refleja el consenso del sector. OpenMetal habla de un ahorro del 20 % al 60 % cuando se utilizan nubes privadas bajo demanda en lugar de hiperescaladores públicos.</p>



<p>Aunque no todas las clouds alternativas son “privadas”, los datos sugieren que las nubes públicas ya no son la salida económica de los centros de datos locales que antes se afirmaba que eran. “Las mayores ventajas que vemos son el coste, la flexibilidad y el control”, afirma Campos. “Los proveedores de nubes alternativas pueden ofrecer una mayor flexibilidad y personalización, alineación normativa y optimización del rendimiento”.</p>



<p>Si bien el coste es un factor determinante, <strong>el acceso a tecnología especializada es igualmente atractivo</strong> para las empresas que desean tener un mayor control sobre su infraestructura. “Las nubes alternativas resuelven un problema muy específico sin necesidad de comprometerse por completo con un único proveedor de nube”, afirma Banos. “Te permiten aprovechar tu experiencia tecnológica interna y mantener el control”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[기업이 ‘대안 클라우드’에 주목하는 이유]]></title>
<description><![CDATA[대안 클라우드가 주목받고 있다. 호스팅어드바이스닷컴(HostingAdvice.com)이 지난 5월 IT 리더 500명을 대상으로 실시한 조사에 따르면, 기업의 75%가 2개 이상의 대안 클라우드 서비스를 사용하고 있는 것으로 나타났다. 여기서 대안 클라우드란 아마존웹서비스(AWS), 마이크로소프트(MS) 애저, 구글 클라우드 플랫폼, 오라클 클라우드, IBM 클라우드 등 주요 하이퍼스케일러를 제외한 사업자를 의미한다.



호스팅어드바이스닷컴의 수석 애널리스트 조 워니몬트는 “대안 클라우드 역시 엔터프라이즈급 호스팅을 제공할 ...]]></description>
<link>https://tsecurity.de/de/2957932/it-security-nachrichten//</link>
<guid isPermaLink="true">https://tsecurity.de/de/2957932/it-security-nachrichten//</guid>
<pubDate>Tue, 26 Aug 2025 10:19:19 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>대안 클라우드가 주목받고 있다. 호스팅어드바이스닷컴(HostingAdvice.com)이 지난 5월 IT 리더 500명을 대상으로 실시한 조사에 따르면, 기업의 75%가 2개 이상의 대안 클라우드 서비스를 사용하고 있는 것으로 나타났다. 여기서 대안 클라우드란 아마존웹서비스(AWS), 마이크로소프트(MS) 애저, 구글 클라우드 플랫폼, 오라클 클라우드, IBM 클라우드 등 주요 하이퍼스케일러를 제외한 사업자를 의미한다.</p>



<p>호스팅어드바이스닷컴의 수석 애널리스트 조 워니몬트는 “대안 클라우드 역시 엔터프라이즈급 호스팅을 제공할 수 있다. 주요 클라우드 대기업이 여전히 시장 점유율을 장악하고 있지만, 대안 클라우드는 높은 가용성과 더 낮은 가격을 바탕으로 기능 격차를 빠르게 좁혀가고 있다”라고 설명했다.</p>



<p>신생 클라우드 업체들은 비용 절감 효과 외에도 각자의 특화된 강점을 강조하고 있다. 워니몬트는 예를 들어 벌쳐(Vultr)의 엣지 컴퓨팅 역량과 디지털오션(DigitalOcean)의 애플리케이션 개발 지원 기능을 언급했다. 이 밖에도 아카마이클라우드(Akamai Cloud, 구 리노드), 클라우드플레어(Cloudflare), 클라우드지피(CloudJiffy), 코어위브(CoreWeave), 플라이닷아이오(Fly.io), 아이오노스(IONOS), 람다(Lambda), 넷익스플로러(NetExplorer), OVH클라우드(OVHcloud), 페이퍼스페이스(Paperspace), 레일웨이(Railway), 렌더(Render), 스케일웨이(Scaleway), 와사비(Wasabi) 등이 대안 클라우드 업체로 꼽힌다.</p>



<p>기업들도 이런 특화 클라우드 업체에 주목하며 움직이고 있다. 클라우드볼트(CloudBolt)의 CTO 겸 제품총괄책임자(CTPO)인 카일 캠포스는 “조직이 이제는 빅3 클라우드 사업자에 올인하는 전략을 재고하고, 보다 다변화되고 특화된 선택지로 눈을 돌리고 있다”라고 말했다.</p>



<p>대안 클라우드 전환을 이끄는 핵심 요인은 ‘비용’</p>



<p>더 많은 기업이 대안 클라우드로 눈을 돌리는 이유는 여러 가지가 있지만, 여전히 비용이 주요 동기로 작용하고 있다.</p>



<p>린티컴리서치의 설립자이자 인포월드(InfoWorld)의 필자인 데이비드 린티컴은 “빅3 클라우드 사업자의 실제 비용은 기업들이 처음 예상했던 수준보다 약 2.5배에서 3배 더 높은 것으로 나타났다”라고 지적했다.</p>



<p>클라우드 비용 상승은 기업으로 하여금 대안을 찾게 하고 있다. 린티컴은 “조직이 주요 클라우드 대기업에서 가치를 찾기 어렵다는 사실을 깨닫고 대안을 모색하고 있다”라고 분석했다.</p>



<p>앤드리슨호로위츠(a16z)가 2021년 발표한 분석은 이런 흐름을 뒷받침한다. 보고서는 클라우드 규모가 커질수록 의존도를 줄이고 다른 방식으로 전환하는 것이 재무적으로 합리적일 수 있다고 분석했다. 상위 50개 상장 소프트웨어 기업을 대상으로 한 해당 조사에서 클라우드 인프라 비용은 평균 매출원가(COGS)의 약 50%를 차지했다.</p>



<p>예상치 못한 비용은 주로 클라우드에서 엣지로 데이터를 이동하는 이그레스 과정에서 발생한다. 발리안티스(Valiantys)의 디지털 전환 컨설팅 디렉터 시릴 바노스는 “이 비용은 특히 미디어 유통처럼 대규모 데이터를 다루는 기업에 상당한 부담이 될 수 있다”라고 설명했다.</p>



<p>워니몬트 역시 “이커머스처럼 안정성과 성능은 필요하지만 하이퍼스케일러 대비 훨씬 낮은 비용을 원하는 워크로드의 경우 대안 클라우드 업체를 선택할 만하다”라고 말했다.</p>



<p>비용 외 전환 요인</p>



<p>비용만이 대안 클라우드로의 전환을 이끄는 것은 아니다. 하이퍼스케일러 의존도를 줄이려는 필요성이 주요 요인으로 꼽히며, 특화된 성능 요구, AI 전용 수요, 데이터 주권 및 규제 준수 같은 조건도 중요한 배경으로 작용하고 있다.</p>



<p>주요 클라우드 대기업은 대중에게 확장 가능한 인프라를 제공하고 있지만, 결국 가장 일반적인 요구에 맞춰야 하는 상황이다. 루시드링크(LucidLink)의 수석 과학자 우메시 마헤슈와리는 “하이퍼스케일러는 큰 틀의 수요에 대응하느라 세부적인 요구 사항을 외면할 수밖에 없었다”고 말했다.</p>



<p>또한 일부 기업은 베어메탈 환경을 도입해 더 많은 통제권을 확보하기를 원하고 있다. 바노스는 “일부 조직은 마치 자체 데이터센터를 운영하듯, 단순히 용량과 시설 관리 비용만 지불하기를 원한다”라고 설명했다.</p>



<p>특히 획일적인 클라우드 플랫폼에 불만을 가진 기업들에게는 대안 클라우드가 더 맞춤화된 선택지일 수 있다. 캄포스는 “궁극적으로 팀이 원하는 것은 자신들의 요구에 맞는 인프라이지, 인프라에 맞춰야 하는 환경이 아니다”라고 말했다.</p>



<p>대안 클라우드가 강점을 발휘하는 영역</p>



<p>대안 클라우드는 빅3 클라우드 기업이 충분히 충족하지 못하는 AI 워크로드, 엣지 컴퓨팅, 특화 기능, 규제 준수 요구사항 등에서 두각을 나타내고 있다. 캄포스는 “특정 영역에 집중하는 전문화된 클라우드 사업자 생태계가 빠르게 성장하며 시장에 안착하고 있다”라고 진단했다.</p>



<p>최근 몇 년간 시장에는 다수의 중소 규모 업체가 등장해 특정한 요구에 초점을 맞춘 서비스를 제공하고 있다. 이제 대안 클라우드가 어떤 영역에서 강점을 발휘하는지, 기업이 어떻게 이를 활용하고 있는지 살펴볼 필요가 있다.</p>



<p>AI 워크로드</p>



<p>GPU 기반 연산을 요구하는 AI 워크로드에서 대안 클라우드의 매력이 커지고 있다. 린티컴은 “퍼블릭 클라우드가 GPU 기반 가상 서버에 부과하는 요금을 고려할 때 서비스형 GPU(GPUaaS) 솔루션이 합리적 대안일 수 있다”라고 말했다.</p>



<p>가령 스태빌리티AI(Stability AI)는 이미지 생성 모델 스테이블 디퓨전(Stable Diffusion)을 확장하기 위해 코어위브의 엔비디아 GPU 인프라를 활용하고 있다. 이 외에 람다(Lambda), 페이퍼스페이스(Paperspace) 등 이른바 ‘네오클라우드’ 업체들도 서비스형 GPU 솔루션에 특화돼 있다.</p>



<p>엣지급 성능</p>



<p>일부 대안 클라우드는 초저지연 성능을 핵심 차별화 요소로 내세운다. 예를 들어 ‘AI 하이퍼스케일러’를 표방하는 코어위브는 자사 인프라가 기존 사업자 대비 컨테이너 기동 속도를 8~10배, 다운로드 속도를 3~5배 더 빠르게 제공한다고 주장한다.</p>



<p>이런 대안 클라우드는 게임 및 스트리밍처럼 초저지연이 필요한 서비스뿐 아니라 AI 워크로드에도 적합하다. 예를 들어 아카마이 클라우드는 엣지 컴퓨팅 전용으로 설계돼 있으며, 아카마이의 분산 네트워크를 활용해 이러한 사용례에서 지연 시간을 크게 줄이고 있다.</p>



<p>대규모 오브젝트 스토리지</p>



<p>대안 클라우드는 백업, 아카이빙, 데이터 분석 등 다양한 목적에 블롭 스토리지를 활용하면서 오브젝트 스토리지 서비스를 고도화하고 있다. 루시드링크의 마헤슈와리는 “주요 클라우드 대기업은 어느 곳도 로컬 드라이브나 로컬 네트워크 파일 서버 수준의 응답성을 제공하는 글로벌 파일 시스템을 내놓지 못하고 있다”라고 지적했다.</p>



<p>협업을 위한 글로벌 파일 스토리지 플랫폼인 루시드링크는 로컬 파일 시스템처럼 작동한다는 점에서 퍼블릭 클라우드의 대안이 될 수 있다고 강조하고 있다. 또한 15개 글로벌 리전을 운영하는 클라우드 스토리지 업체 와사비와 마찬가지로, 루시드링크는 데이터 송신 요금이 없는 비용 이점을 내세우고 있다.</p>



<p>또 다른 사례로는 콘텐츠 전송 네트워크(CDN) 업체인 클라우드플레어가 있다. 클라우드볼트의 캄포스는 “클라우드플레어는 데이터 플랫폼을 위한 멀티 클라우드 구성에서 중요한 역할을 하고 있으며, 오브젝트 스토리지와 관련된 지연 시간을 줄이고 비용을 낮추는 데 기여하고 있다”라고 말했다.</p>



<p>프라이빗 클라우드</p>



<p>프라이빗 클라우드 도입은 과거보다 비용이 낮아지고 관리가 용이해지면서 다시 주목받고 있다. 린티컴은 “VM웨어(VMware)가 제공하는 프라이빗 클라우드 같은 서비스는 10년 전과 비교해 더 저렴하고 단순하게 구축할 수 있어 점점 더 매력적인 선택지가 되고 있다”라고 설명했다.</p>



<p>캄포스도 이에 동의하며, VM웨어 기반 워크로드가 여전히 대안 클라우드의 대표적 활용 사례라고 언급했다. 그는 “OVH클라우드는 우리가 물리적 데이터센터에서 벗어나는 과정에서 핵심적인 역할을 했다. 클라우드볼트는 OVH클라우드를 통해 VM웨어 호스팅을 활용하면서도 익숙한 서비스형 인프라(IaaS) 패턴을 유지하고 있다”라고 말했다.</p>



<p>디지털 주권</p>



<p>클라우드 업체 데이터 센터의 물리적, 지리적 위치는 엄격한 데이터 보호 및 개인정보 규제를 적용받는 지역에서 비즈니스를 운영하는 기업에 중요한 고려 요소다. 바노스는 “이는 데이터 보존에 직접적인 영향을 미치며, EU 일반개인정보보호법(GDPR) 같은 현지 규제를 준수하는 데도 중요하다”라고 말했다.</p>



<p>이 같은 요구를 충족하기 위해 스케일웨이와 OVH클라우드 같은 지역 사업자는 유럽 규제 기준에 부합하는 주권 기반 호스팅을 제공하고 있다. 특히 프랑스에서는 계약서 보관이나 실사 업무 지원에 넷익스플로러가 자주 활용되고 있다.</p>



<p>프랑스 외 지역에서는 독일의 아이오노스(IONOS), 인도의 클라우드지피(CloudJiffy)와 같은 지역 클라우드가 입지를 넓혀가고 있다. 흥미로운 점은 미국 기반 주요 클라우드 기업도 EU 지역에 엣지 데이터 센터를 신설하고 있다는 사실이다. 이로써 기존 퍼블릭 클라우드와 대안 클라우드 간의 경계가 점점 흐려지고 있다.</p>



<p>스타트업 친화적 환경</p>



<p>일부 대안 클라우드는 현대적인 클라우드 네이티브 개발자 경험에 초점을 맞춰 설계됐다. 대표적으로 디지털오션, 플라이닷아이오, 레일웨이, 렌더 등이 있으며, 이들 서비스는 풀스택 웹 애플리케이션이나 웹 서비스 API와 같은 개발자 중심 워크로드에 최적화되어 신속하고 간소화된 배포 및 호스팅 환경을 제공한다.</p>



<p>기타 사용례</p>



<p>대안 클라우드는 HIPAA(미국 의료정보보호법), FedRAMP(연방 보안 인증 프로그램), 각종 금융 규제 준수가 필요한 특정 산업의 요구사항을 충족하기 위해 설계되기도 한다. 전문가들에 따르면 이 밖에도 SAP 호스팅, 핀옵스(FinOps) 기반 오토스케일링, 그리고 여러 인프라 제공자에 걸친 리스크 분산과 같은 사용례도 늘고 있다.</p>



<p>퍼블릭 클라우드의 여전한 강점</p>



<p>대안 클라우드가 성장하고 있지만, 당장 퍼블릭 클라우드를 대체할 가능성은 크지 않으며 당분간 기업 IT에서 각자의 역할을 이어갈 전망이다. 루시드링크 마헤슈와리는 “클라우드 서비스 시장은 이제 성숙 단계에 접어들어, 하이퍼스케일러와 대안 클라우드 사업자가 경쟁하면서 동시에 협력하는 구도를 형성하고 있다”라고 말했다.</p>



<p>급격한 확장이나 변동성이 큰 워크로드를 운영하는 경우라면 클라우드 대기업이 여전히 적합한 선택지일 가능성이 높다. 린티컴은 “변화가 많고 빠르게 확장과 축소를 반복해야 하는 경우에는 퍼블릭 클라우드가 대체로 더 나은 해법”이라고 말했다.</p>



<p>대안 클라우드가 하이퍼스케일러와 동등한 경쟁자로 자리매김하기 위해서는 특히 신뢰성과 사이버보안 측면에서 더 많은 노력이 필요할 수 있다. 따라서 퍼블릭 클라우드는 특정 사례에서 계속해서 우위를 점할 가능성이 높다.</p>



<p>마헤슈와리는 “일반적으로 대안 클라우드 업체는 자신들이 신뢰할 만하고, 우회할 가치가 있는 선택지임을 입증해야 하는 부담을 안고 있다. 클라우드 대기업과 비교했을 때, 고객을 끌어들이기 위해 훨씬 더 매력적인 조건을 제시해야 한다”라고 진단했다.</p>



<p>멀티 클라우드 균형 유지</p>



<p>기업은 오래전부터 여러 클라우드를 동시에 사용해 왔다. 버타나(Virtana)에 따르면, 전체 기업의 약 80%가 3개 이상의 클라우드 서비스에서 워크로드를 운영하고 있다. 오늘날 멀티 클라우드는 전략적 이점으로 인식되고 있으며, 호스팅어드바이스닷컴 조사에서는 90%에 가까운 IT 리더가 어떤 조직도 단일 사업자에 의존해서는 안 된다고 언급했다.</p>



<p>그러나 대안 클라우드를 추가하면서 새로운 복잡성이 나타날 수 있다. 워니몬트는 “도구는 성숙해졌지만, 서비스 간 통합을 관리할 수 있는 적절한 인력이 필요하다”라며, 시장에서 대안 클라우드 전문 인력 부족이 문제로 떠오르고 있다고 지적했다.</p>



<p>바노스는 “효과적인 멀티 클라우드 관리를 위해서는 일관된 전략이 필요하며, 서비스 수준 계약(SLA)과 성능을 면밀히 모니터링해야 한다”라고 조언했다.</p>



<p>또한 멀티 클라우드 관리를 위해서는 프로비저닝, 배포, 변경 관리와 같은 영역에서 공유 표준과 도구가 필요하다. 많은 기업은 이를 위해 특정 클라우드에 종속되지 않는 깃옵스(GitOps) 워크플로우와 오픈토푸(OpenTofu), 오픈스택(OpenStack) 같은 이식 가능한 표준을 활용하고 있다.</p>



<p>쿠버네티스(Kubernetes) 관리 플랫폼과 멀티 클라우드 관리 플랫폼도 중요한 역할을 한다. 린티컴은 “보안 및 거버넌스 계층 같은 공통 제어 플레인을 활용해야 한다”라고 조언했다. 캄포스 역시 이에 동의하며, 특히 비용 가시성과 운영 일관성이 중요하다고 강조했다.</p>



<p>대안 클라우드 전망</p>



<p>대안 클라우드는 IT 조직이 통제권을 유지하면서 핵심 강점을 활용하고, 성능을 극대화하며 민감한 데이터를 보호할 수 있도록 돕는다는 점에서 명확한 이점이 있다. 더욱이 이런 혜택이 종종 대폭 할인된 비용으로 제공된다.</p>



<p>스웨덴 블레킹에 공과대학교의 연구진이 지난 3월 발표한 보고서에 따르면, 동일한 소프트웨어 아키텍처를 프라이빗 클라우드에서 퍼블릭 클라우드로 이전할 경우 비용이 50% 증가할 수 있는 것으로 나타났다. 이는 업계 전반의 인식과도 일치한다. 실제로 오픈메탈(OpenMetal)은 주요 퍼블릭 클라우드 서비스 대신 온디맨드 프라이빗 클라우드를 사용할 경우 20~60% 절감 효과를 얻을 수 있다고 밝혔다.</p>



<p>모든 대안 클라우드가 반드시 ‘프라이빗’ 클라우드는 아니지만, 이러한 데이터는 퍼블릭 클라우드가 더 이상 과거에 내세웠던 대로 온프레미스 데이터센터보다 비용 친화적 선택지가 아님을 보여준다. 캄포스는 “현재 확인되는 주요 장점은 비용 절감, 유연성, 통제권에 있다”라며 “대안 클라우드는 더 높은 유연성과 맞춤화, 규제 정합성, 그리고 성능 최적화를 제공할 수 있다”라고 말했다.</p>



<p>비용도 중요하지만, 인프라에 대한 통제권을 더 확보하려는 기업에게는 전문 기술에 대한 접근성도 매력적인 요소일 수 있다. 바노스는 “대안 클라우드는 특정 클라우드 업체에 전적으로 의존하지 않고도 매우 구체적인 문제를 해결할 수 있게 해준다. 이를 통해 기업은 내부 기술 전문성을 활용하면서도 통제권을 유지할 수 있다”라고 설명했다.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VCF Breakroom Chats Episode 56: FinOps in VMware Cloud Foundation]]></title>
<description><![CDATA[Welcome to the next episode of the VCF Breakroom Chats. Today, we are happy to present this vLog with Soumya Kapoor, Product Manager, VCF Division, Broadcom. In this episode, Soumya Kapoor and Sachin Alex discuss all things FinOps and show you how to implement cost controls in your VMware Cloud F...]]></description>
<link>https://tsecurity.de/de/2955929/downloads/vcf-breakroom-chats-episode-56-finops-in-vmware-cloud-foundation/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2955929/downloads/vcf-breakroom-chats-episode-56-finops-in-vmware-cloud-foundation/</guid>
<pubDate>Mon, 25 Aug 2025 06:45:06 +0200</pubDate>
<category>💾 Downloads</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div><img width="300" height="169" src="https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/08/VCF-Breakroom-Chats-Final-Selected-featured-image-1-e1754495865740.png?w=300" class="attachment-medium size-medium wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/08/VCF-Breakroom-Chats-Final-Selected-featured-image-1-e1754495865740.png 1201w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/08/VCF-Breakroom-Chats-Final-Selected-featured-image-1-e1754495865740.png?resize=300,169 300w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/08/VCF-Breakroom-Chats-Final-Selected-featured-image-1-e1754495865740.png?resize=768,432 768w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/08/VCF-Breakroom-Chats-Final-Selected-featured-image-1-e1754495865740.png?resize=1024,576 1024w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/08/VCF-Breakroom-Chats-Final-Selected-featured-image-1-e1754495865740.png?resize=752,423 752w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/08/VCF-Breakroom-Chats-Final-Selected-featured-image-1-e1754495865740.png?resize=576,324 576w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2025/08/VCF-Breakroom-Chats-Final-Selected-featured-image-1-e1754495865740.png?resize=600,338 600w" sizes="(max-width: 300px) 100vw, 300px"></div>
<p>Welcome to the next episode of the VCF Breakroom Chats. Today, we are happy to present this vLog with Soumya Kapoor, Product Manager, VCF Division, Broadcom. In this episode, Soumya Kapoor and Sachin Alex discuss all things FinOps and show you how to implement cost controls in your VMware Cloud Foundation environment. Want to learn more … <a href="https://blogs.vmware.com/cloud-foundation/2025/08/24/vcf-breakroom-chats-episode-56-finops-in-vmware-cloud-foundation/">Continued</a></p>
<p>The post <a href="https://blogs.vmware.com/cloud-foundation/2025/08/24/vcf-breakroom-chats-episode-56-finops-in-vmware-cloud-foundation/">VCF Breakroom Chats Episode 56: FinOps in VMware Cloud Foundation</a> appeared first on <a href="https://blogs.vmware.com/cloud-foundation">VMware Cloud Foundation (VCF) Blog</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[GPU 수급난에 ‘네오클라우드’ 뜬다··· AI 기업이 주목하는 이유]]></title>
<description><![CDATA[GPU 처리 서비스를 제공하는 네오클라우드(Neocloud) 기업이 빠르게 인기를 얻고 있다. 네오클라우드는 AI 시장에서 비교적 새롭게 등장한 사업자지만, 기존 클라우드 대기업보다 저렴한 비용과 더 나은 GPU 가용성을 원하는 고객 수요에 대응하고 있다.



AI 시장이 급격히 성장하면서 GPUaaS 비즈니스 모델이 주요 클라우드 기업을 대체할 수 있는 옵션으로 부상하고 있으며, 코위브(CoreWeave), 람다랩스(Lambda Labs), 크루소(Crusoe)와 같은 업체들이 주목을 받고 있다.



이 비즈니스 모델은 ...]]></description>
<link>https://tsecurity.de/de/2951080/it-security-nachrichten/gpu-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2951080/it-security-nachrichten/gpu-ai/</guid>
<pubDate>Thu, 21 Aug 2025 08:48:13 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>GPU 처리 서비스를 제공하는 <a href="https://www.networkworld.com/article/4011187/neoclouds-roll-in-challenge-hyperscalers-for-ai-workloads.html">네오클라우드(Neocloud)</a> 기업이 빠르게 인기를 얻고 있다. 네오클라우드는 AI 시장에서 비교적 새롭게 등장한 사업자지만, 기존 클라우드 대기업보다 저렴한 비용과 더 나은 GPU 가용성을 원하는 고객 수요에 대응하고 있다.</p>



<p>AI 시장이 급격히 성장하면서 GPUaaS 비즈니스 모델이 <a href="https://www.cio.com/article/3822464/cios-look-beyond-big-3-cloud-providers-for-ai-innovation.html">주요 클라우드 기업을 대체할 수 있는 옵션</a>으로 부상하고 있으며, 코위브(CoreWeave), 람다랩스(Lambda Labs), 크루소(Crusoe)와 같은 업체들이 주목을 받고 있다.</p>



<p>이 비즈니스 모델은 점차 확산되고 있는 추세다. 최근 조사에 따르면 응답 기업 10곳 중 9곳이 이미 네오클라우드를 사용 중이거나, 시험 도입 중이거나, 도입을 계획하고 있는 것으로 나타났다.</p>



<p>웹호스팅 리뷰 업체 호스팅어드바이스(HostingAdvice)가 지난 7월에 실시한 <a href="https://www.hostingadvice.com/studies/neocloud-adoption/" rel="nofollow">설문조사</a>에 따르면, 응답자의 25%는 네오클라우드를 광범위하게 사용 중이며, 34%는 현재 시험 도입 중, 21%는 6개월 이내 도입할 계획이라고 답했다. 해당 조사는 의료, 소프트웨어, IT, 금융, 자동차 산업 분야의 데이터 엔지니어, 데이터 사이언티스트, 클라우드 아키텍트, 핀옵스(FinOps) 전문가를 대상으로 진행됐다.</p>



<h2 class="wp-block-heading">시급한 GPU 확보 과제</h2>



<p>기업의 AI 사용자가 네오클라우드를 선택하는 주요 이유는 GPU의 가용성과 비용 문제인 것으로 나타났다. 응답자의 약 3분의 1은 대기 시간 단축이 네오클라우드를 선택한 가장 큰 이유라고 답했다. </p>



<p>실제로 응답자의 3분의 1 이상은 기존 클라우드 서비스에서 GPU를 확보하는 데 평균 2~4주가 소요된다고 답했고, 20%는 3개월 이상 기다려야 한다고 응답했다.</p>



<p>호스팅어드바이스의 수석 애널리스트 <a href="https://www.hostingadvice.com/author/joe/" rel="nofollow">조 워니몬트</a>는 “수 주에서 수 개월에 이르는 GPU 대기 시간이 심각한 문제”라고 지적했다. 그는 “중요한 AI 프로젝트가 특정 GPU를 확보하지 못해 분기 단위로 지연된다는 사실을 이사회에 보고해야 한다고 상상해 보라. 경쟁사가 세 달 먼저 모델을 배포할 수 있다면, 이는 단순한 불편이 아니라 경쟁에서 큰 불이익이 될 수 있다”라고 설명했다.</p>



<p>응답자 중 네오클라우드 사용의 주요 이유로 비용을 꼽은 비율은 13%에 불과했지만, 그중 절반 가까이가 기존 클라우드 대기업에서 네오클라우드로 전환함으로써 25% 이상 비용을 절감할 수 있다고 응답했다.</p>



<p>워니몬트는 “최근 인플레이션 압박, 관세 등으로 불확실성이 매우 크다. AI 인프라 예산에서 25~50%까지 절감할 수 있다면 단순한 절약 수준이 아니라 구조적인 변화로 이어질 수 있는 상당한 효과”라고 분석했다.</p>



<p>웰스파고(Wells Fargo)의 AI/ML, 데이터, 클라우드 부문 전무인 <a href="https://www.linkedin.com/in/bijit-ghosh-48281a78/" rel="nofollow">비짓 고쉬</a>는 GPU 부족으로 AI 프로젝트가 지연되고 있는 만큼 네오클라우드가 매력적인 대안으로 떠오르고 있다고 봤다. 그는 웰스파고가 아직 네오클라우드를 도입하지 않았지만, 현재 다양한 옵션을 검토 중이라고 언급했다.</p>



<p>고쉬는 “가장 큰 장점은 수 개월 대기 없이 GPU에 즉시 접근할 수 있다는 것”이라며, “은행 입장에서는 새로운 리스크 모델이나 이상거래 탐지용 AI가 준비됐을 때, 엔비디아(Nvidia) A100을 확보하기 위해 90일을 기다리는 일은 피해야 할 상황”이라고 말했다.</p>



<p>또한 그는 비용 측면에서도 큰 경쟁력이 될 수 있다고 분석했다. 네오클라우드의 시간당 요금이 AWS나 애저보다 항상 저렴한 것은 아니지만, 데이터 송신이나 저장소와 관련해 숨은 비용이 적기에 전체 비용을 예측하기 훨씬 수월하다는 설명이다.</p>



<p>IT 분석 기업 퓨처럼그룹(The Futurum Group)의 디지털 전환 및 애플리케이션 개발 부문 부사장 <a href="https://futurumgroup.com/mitch-ashley/" rel="nofollow">미치 애슐리</a>는 AI 수요 증가에 따른 비용과 접근성 이슈가 네오클라우드라는 시장의 확장을 자연스럽게 이끌었다고 분석했다.</p>



<p>애슐리는 “네오클라우드 업체는 단지 신규 사업자가 아니라, 고성능 GPU의 가용성과 비용 문제를 비롯해 AI 연산 수요의 급증과 예측된 수요 증가에 직접적으로 대응하는 시장”이라며, “기업들은 네오클라우드와 기존 대규모 클라우드 업체 모두에게 보다 집중적이고 비용 효율적인 솔루션을 기대하고 있다”라고 말했다.</p>



<p>애슐리는 또한 범용 클라우드 서비스에서 벗어나 AI 연산처럼 특정 용도에 맞춰 설계된 전문 플랫폼 중심으로 클라우드 시장이 확장되고 있음을 보여주는 사례라고 설명했다.</p>



<p>그는 “이 시장의 미래는 클라우드 대기업과 모든 영역에서 경쟁하는 것이 아니라 AI 혁신을 위한 고성능·고접근성 인프라를 빠르게 제공하는 데 있다. 네오클라우드는 이런 특화 전략을 유지함으로써 클라우드 대기업들이 GPU 공급과 가격 정책을 재정비하도록 압박을 가하게 될 것”이라고 전망했다.</p>



<p>다만 애슐리는 IT 리더가 네오클라우드를 고려할 때 몇 가지 유의할 점이 있다고 조언했다. 특히 네오클라우드는 <a href="https://en.wikipedia.org/wiki/InfiniBand" rel="nofollow">인피니밴드(InfiniBand)</a> 같은 고속 네트워크 패브릭에 의존하는 경우가 많기 때문에, 기존 고객 네트워크와의 기술 호환성을 사전에 검토해야 한다고 말했다.</p>



<p>또한 네오클라우드는 클라우드 대기업처럼 모든 기능을 포괄적으로 제공하지 않기 때문에 멀티클라우드나 다양한 환경 간 워크로드를 조율하는 작업이 별도로 요구될 수 있다고 그는 설명했다.</p>



<h2 class="wp-block-heading">네오클라우드의 미래</h2>



<p>네오클라우드 시장의 향후 전망은 아직 불확실하다. 호스팅어드바이스의 워니몬트는 네오클라우드 업체가 클라우드 대기업의 인수 대상으로 떠오를 가능성이 높다고 내다봤지만, 일부 선도 기업들은 독립적으로 자리를 잡을 수 있을 것이라고 내다봤다.</p>



<p>웰스파고의 고쉬는 네오클라우드가 클라우드 대기업과 공존하는 독자적인 시장 영역을 확보할 것으로 보고 있다. 그는 “클라우드 대기업은 확장성과 서비스 폭에서 강점을 가지지만, 네오클라우드는 특화된 기능, 성능 최적화, 빠른 접근성 면에서 앞선다”라고 설명했다.</p>



<p>특히 그는 은행처럼 규제가 강한 산업에서 네오클라우드가 일시적인 고성능 연산 수요를 감당할 수 있는 전략적 파트너로 자리매김할 수 있다고 진단했다.</p>



<p>고쉬는 “상시 워크로드는 온프레미스나 프라이빗 클라우드에 두고, 긴급하게 GPU 자원이 필요할 때는 네오클라우드를 활용할 수 있다. 핵심은 워크로드가 실행되는 위치를 보다 유연하게 통제하고, 목적에 맞는 방식으로 배치해 투자 대비 효율을 극대화하는 데 있다”라고 말했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Neoclouds gain market traction by providing GPUs on demand]]></title>
<description><![CDATA[GPU processing-as-a-service providers, known as neoclouds, are relatively new on the AI scene, but their popularity is growing quickly as customers look for lower prices and more GPU availability than hyperscalers can provide.



As the AI market has exploded, the GPUaaS business model has emerge...]]></description>
<link>https://tsecurity.de/de/2949250/it-security-nachrichten/neoclouds-gain-market-traction-by-providing-gpus-on-demand/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2949250/it-security-nachrichten/neoclouds-gain-market-traction-by-providing-gpus-on-demand/</guid>
<pubDate>Wed, 20 Aug 2025 11:49:34 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>GPU processing-as-a-service providers, known as <a href="https://www.networkworld.com/article/4011187/neoclouds-roll-in-challenge-hyperscalers-for-ai-workloads.html">neoclouds</a>, are relatively new on the AI scene, but their popularity is growing quickly as customers look for lower prices and more GPU availability than hyperscalers can provide.</p>



<p>As the AI market has exploded, the GPUaaS business model has emerged as an <a href="https://www.cio.com/article/3822464/cios-look-beyond-big-3-cloud-providers-for-ai-innovation.html">alternative to hyperscalers</a>, with providers such as CoreWeave, Lambda Labs, and Crusoe gaining traction.</p>



<p>The business model appears to be catching on: A recent survey found that nine in 10 organizations are either using neoclouds already, currently piloting their use, or planning on adopting them.</p>



<p>The <a href="https://www.hostingadvice.com/studies/neocloud-adoption/" rel="nofollow">July survey</a> by web hosting review site HostingAdvice found 25% of respondents already using neoclouds extensively, with another 34% testing their use, and 21% planning to adopt within six months. The survey engaged data engineers, data scientists, cloud architects, and FinOps professionals in the healthcare, software, IT, finance, and automotive industries.</p>



<h2 class="wp-block-heading">GPUs needed now</h2>



<p>GPU availability and cost are the primary reasons enterprise AI users are turning to neoclouds. Nearly a third of respondents say reduced wait times were the top reason to sign up with neocloud providers.</p>



<p>More than a third of respondents say they typically wait two to four weeks for GPU access from traditional cloud providers, while 20% wait three months or longer.</p>



<p>GPU wait times of weeks or months is a huge problem, says <a href="https://www.hostingadvice.com/author/joe/" rel="nofollow">Joe Warnimont</a>, senior analyst at HostingAdvice. “Imagine telling your board that some big AI project you have is delayed by a quarter because you can’t get these specific computer chips,” he adds. “If a competitor can deploy models three months faster than you, that’s not just an inconvenience, that’s a huge competitive disadvantage.”</p>



<p>While only 13% of respondents say cost was the primary factor for using neoclouds, nearly half of those surveyed say they can save 25% or more by making the switch from hyperscalers.</p>



<p>“There’s a lot of uncertainty right now with inflation pressures and tariffs and all that,” Warnimont says. “If you can find just a little bit of savings — and this isn’t even a little bit of savings when you’re finding a 25% to 50% savings for your AI infrastructure budget — that could be massive; it could be transformational.”</p>



<p>Neoclouds are becoming an attractive option with GPU shortages slowing down AI initiatives, says <a href="https://www.linkedin.com/in/bijit-ghosh-48281a78/" rel="nofollow">Bijit Ghosh</a>, managing director of AI/ML, data, and cloud at banking firm Wells Fargo. While Wells Fargo hasn’t yet moved to a neocloud, the company is evaluating the options, he adds.</p>



<p>“The most significant advantage is access to GPUs without the multi-month waitlists we’ve seen with hyperscalers,” he says. “As a bank, when we have a new risk model or fraud detection AI ready, the last thing we want is to wait 90 days for [Nvidia] A100s.”</p>



<p>Cost can also be an advantage. While neoclouds aren’t always cheaper in dollars per hour than AWS or Azure, their pricing can be more predictable because of fewer hidden costs for data egress or storage, Ghosh says.</p>



<p>The issue of cost and access have made the emergence of neoclouds a crucial, and somewhat predictable, market expansion driven by the demands of AI, says <a href="https://futurumgroup.com/mitch-ashley/" rel="nofollow">Mitch Ashley</a>, vice president and practice lead for DevOps and application development at IT analyst firm The Futurum Group.</p>



<p>“Neocloud vendors are not just new players; they are a direct market response to the growing and anticipated need for AI compute workloads, including the availability and cost of premium GPUs,” he adds. “Organizations are looking to these neoclouds and their existing hyperscalers to offer a focused and more cost-effective solution.”</p>



<p>The neocloud market represents an expansion from general-purpose cloud services to specialized, purpose-built platforms, Ashley adds.</p>



<p>“The future of this market isn’t about competing with hyperscalers on every front, but about providing a highly performant and accessible on-ramp to AI innovation,” he says. “Neoclouds will thrive by maintaining this focus, creating a competitive pressure on larger players to address their own GPU supply and pricing models.”</p>



<p>CIOs should be aware of a couple of issues, however, he says. They should examine compatibility with existing customer networks because neoclouds often rely on high-throughput fabrics like <a href="https://en.wikipedia.org/wiki/InfiniBand" rel="nofollow">InfiniBand</a>.</p>



<p>Neoclouds also don’t offer the full complement of cloud capabilities that hyperscalers do, meaning that multicloud and cross-environment workload orchestration are usually required, he says.</p>



<h2 class="wp-block-heading">The future of neoclouds</h2>



<p>The future of the market is also uncertain. HostAdvice’s Warnimont expects that neoclouds will become takeover targets for hyperscalers, but he suggests that a handful of market leaders could emerge and survive.</p>



<p>Wells Fargo’s Ghosh believes neoclouds will carve out a permanent niche alongside hyperscalers. “Hyperscalers are great for scale and breadth of services, but neoclouds win on specialization, performance tuning, and speed of access,” he says.</p>



<p>In regulated sectors such as banking, neoclouds can sell themselves as strategic partners for burst capacity, he adds.</p>



<p>“We can keep our steady-state workloads on-prem or in private clouds and then tap neoclouds when we need GPU power yesterday,” Ghosh says. “The key is having more control over where workloads run, placing them in a fit-for-purpose way, and providing the best yield from those investments.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mastering multicloud: Overcoming single-cloud limitations for the digital enterprise]]></title>
<description><![CDATA[As organisations accelerate digital transformation, they are embracing digital strategies across every aspect of their operations—from customer engagement to employee experience and from business processes to ecosystem collaboration. A striking 68% of organisations in the Middle East, Turkey, and...]]></description>
<link>https://tsecurity.de/de/2949061/it-security-nachrichten/mastering-multicloud-overcoming-single-cloud-limitations-for-the-digital-enterprise/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2949061/it-security-nachrichten/mastering-multicloud-overcoming-single-cloud-limitations-for-the-digital-enterprise/</guid>
<pubDate>Wed, 20 Aug 2025 10:04:41 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>As organisations accelerate digital transformation, they are embracing digital strategies across every aspect of their operations—from customer engagement to employee experience and from business processes to ecosystem collaboration. A striking 68% of organisations in the Middle East, Turkey, and Africa (META) region now identify as digital businesses, having adopted digital-first strategies and deployed technology at scale.<sup>1</sup></p>



<h3 class="wp-block-heading"><strong>Managing the cloud sprawl</strong></h3>



<p>At the heart of these transformations lies the cloud. Over the past decade, cloud has evolved from a back-end IT enabler into a strategic pillar of business innovation. Today, organisations favour cloud-native models to launch new initiatives or modernise legacy systems, leveraging scalable, secure, and feature-rich environments to drive agility and sustainability.</p>



<p>However, the rapid expansion of cloud services often results in fragmented IT environments. While many enterprises deploy a mix of public cloud services and dedicated on-premises or hosted infrastructure, they frequently fall short in integrating these components effectively, resulting in silos and operational inefficiencies.</p>



<p>This proliferation of cloud services, instances, and resources—also called cloud sprawl—can lead to significant challenges. Enterprises often face limited visibility across systems, escalating costs, security gaps, a shortage of skilled talent, and regulatory compliance issues. In fact, 41% of META organisations now identify cloud complexity as one of their biggest operational hurdle.<sup>2</sup></p>



<h3 class="wp-block-heading"><strong>From complexity to control: A blueprint for integrated cloud success</strong></h3>



<p>To overcome these challenges, enterprises are increasingly adopting robust multicloud strategies. An integrated multicloud model enables better alignment with business goals, reduces vendor lock-in, enhances innovation, optimises costs, and improves compliance. Organisations with such a strategy report significantly higher returns on their cloud investments compared to those without.<sup>3</sup></p>



<p>This becomes even more critical as businesses transition into the “AI Everywhere” era. AI workloads demand significant compute power, data accessibility, and platform interoperability—needs best met through a well-managed multicloud approach. The right cloud foundation not only accelerates AI adoption but also ensures security, resilience, and agility.</p>



<h3 class="wp-block-heading"><strong>The six pillars of a future-ready multicloud</strong></h3>



<p>To build an AI-ready, future-proof multicloud environment, IT leaders must focus on six core pillars:</p>



<ol class="wp-block-list">
<li><strong>Performance</strong>: Match workloads to the most suitable environments to ensure high availability and low latency.</li>



<li><strong>Cost</strong>: Adopt FinOps practices to control spending, optimise usage, and promote financial accountability.</li>



<li><strong>Governance</strong>: Standardise policies to meet regulatory and compliance requirements.</li>



<li><strong>Integration</strong>: Enable seamless data and application portability across platforms.</li>



<li><strong>Observability</strong>: Establish full-stack visibility with unified monitoring tools.</li>



<li><strong>Automation</strong>: Leverage AI and GenAI to optimise operations, reduce human error, and speed up incident resolution.</li>
</ol>



<p>The future of digital business is multicloud. By adopting a holistic multicloud strategy, enterprises can unlock innovation, drive operational excellence, and remain competitive in an AI-driven world.</p>



<p>Learn how to overcome cloud sprawl, reduce vendor lock-in, and optimise cloud investments by downloading this eBook, <a href="https://www.eandenterprise.com/en/insights/ebooks/strategic-guide-to-cloud-success.htmlutm_source=foundry&amp;utm_medium=paid_banner&amp;utm_campaign=ebooks_cloud&amp;utm_term=mastering_multicloud.html" target="_blank" rel="sponsored">“Mastering Multicloud: Essential Strategies to Overcome Single-cloud Limitations for Enterprises”.</a> </p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<p><sup>1</sup> Source: IDC’s Cloud Survey, 2024 (Middle East, Turkey, and Africa, base: 625)</p>



<p><sup>2</sup> Source: IDC’s CloudOps Survey, 2024 (META, base: 506) and IDC’s Cloud Survey, 2024 (META, base: 625)</p>



<p><sup>3</sup> Source: IDC’s Cloud Pulse Survey, Q4 2023 (Global, base: 1,350)</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[점점 쌓이는 쿠버네티스 운영 비용··· AI 자동화 도구가 주목받는 이유]]></title>
<description><![CDATA[컨테이너화된 애플리케이션은 클라우드 환경에서 기업에 다양한 이점을 제공하지만, 운영 관리 비용이 그 혜택에서 제외되는 경우가 많다는 사실은 잘 알려져 있지 않다.



최근 설문조사에 따르면 컨테이너 오케스트레이션을 위해 쿠버네티스를 사용하는 기업 대다수가 지난 1년간 운영 비용이 증가했다고 밝혔으며, 이 중 많은 기업들이 비용 관리를 위해 AI 도입을 추진하고 있는 것으로 나타났다.



쿠버네티스 관리 전문기업 스펙트로 클라우드(Spectro Cloud)가 실시한 설문조사에 의하면, 응답자의 약 88%가 지난 1년간 총소유...]]></description>
<link>https://tsecurity.de/de/2949011/it-security-nachrichten/ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2949011/it-security-nachrichten/ai/</guid>
<pubDate>Wed, 20 Aug 2025 09:49:42 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>컨테이너화된 애플리케이션은 클라우드 환경에서 기업에 다양한 이점을 제공하지만, 운영 관리 비용이 그 혜택에서 제외되는 경우가 많다는 사실은 <a href="https://www.infoworld.com/article/2336597/is-kubernetes-worth-the-price-tag.html">잘 알려져 있지 않다.</a></p>



<p>최근 설문조사에 따르면 컨테이너 오케스트레이션을 위해 쿠버네티스를 사용하는 기업 대다수가 지난 1년간 운영 비용이 증가했다고 밝혔으며, 이 중 많은 기업들이 비용 관리를 위해 AI 도입을 추진하고 있는 것으로 나타났다.</p>



<p>쿠버네티스 관리 전문기업 스펙트로 클라우드(Spectro Cloud)가 실시한 <a href="https://www.spectrocloud.com/resources/state-of-kubernetes-2025-report-pdf" rel="nofollow">설문조사</a>에 의하면, 응답자의 약 88%가 지난 1년간 총소유비용(TCO)이 증가했다고 답했으며, 92%는 AI 기반 비용 최적화 도구에 투자하고 있다고 밝혔다.</p>



<p>스펙트로 클라우드의 필드 CTO인 <a href="https://www.linkedin.com/in/jeremy-oakey/" rel="nofollow">제레미 오키</a>는 “<a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html">쿠버네티스</a> 사용이 늘어나면서 비용도 함께 증가하는 경향이 있지만, 비용 상승은 단순히 하드웨어나 클라우드 서비스, 기술지원 계약 때문만은 아니다”라고 설명했다.</p>



<p>오키는 “플랫폼 엔지니어의 연봉이 연간 20만 달러에 달하는 경우도 많아 인건비 역시 주요 비용 요인 중 하나다. 이 외에도 엣지 클러스터 배포 및 유지 관리를 위한 현장 엔지니어 비용, 개발자가 클러스터 관리에 과도한 시간을 들이면서 발생하는 생산성 저하 등도 추가 비용으로 작용한다”라고 말했다.</p>



<p>오키는 “쿠버네티스 사용 증가가 전체 비용 상승의 주요 원인이긴 하지만, 과도한 리소스 할당(오버프로비저닝)과 같은 다른 문제들도 비용 부담을 키우는 요인”이라고 설명했다.</p>



<p>그는 “쿠버네티스 리소스 요구량을 예측하는 일이 쉽지 않기 때문에, 개발자들이 혹시 모를 상황에 대비해 여유 있는 구성값을 설정하는 경우가 많다. 이런 상황이 대규모 환경에서는 클러스터가 무분별하게 생성되는 결과(cluster sprawl)를 낳는다”라고 지적했다.</p>



<p>오키에 따르면 쿠버네티스 운영에서 아키텍처 결정 역시 주요한 비용 요인이다. 그는 “클라우드 간 데이터 송수신(ingress/egress)에는 상당한 비용이 발생할 수 있으며, 엣지 환경에서 멀티 노드 클러스터를 운영하는 것도 지출을 크게 늘리는 원인”이라고 설명했다.</p>



<p>오키는 쿠버네티스 운영 팀이 도구 활용 방식에 있어 보다 체계적이고 절제된 접근이 필요하다고 말했다. 사용하지 않는 클러스터를 폐기할지 여부, 리소스 축소, 적절한 오토스케일링 기준 설정, 로그 보존 기간이나 스토리지 구성 정책 검토 등 다양한 측면을 면밀히 고려해야 한다는 설명이다.</p>



<h2 class="wp-block-heading">비효율적 배포 전략</h2>



<p>디지털 트랜스포메이션 및 클라우드 마이그레이션 전문업체 피보탈테크놀로지스의 CEO <a href="https://www.linkedin.com/in/yashinmanraj/" rel="nofollow">야신 만라지</a>는 “쿠버네티스 기반 환경에서 비용이 증가하는 주된 원인은 비효율적인 구성, 과도한 리소스 할당, 최적화되지 않은 자원 운영에 있다”라고 분석했다.</p>



<p>그는 “많은 이들이 쿠버네티스를 정적인 가상머신이나 서버처럼 다루는 경향이 있다. 이런 접근 방식은 방치된 리소스를 양산하고, 쿠버네티스의 역할과 기능에 대한 명확한 이해 없이 운영되게 한다. 오케스트레이션의 복잡성과 클러스터 제어에 대한 이해 없이 단순히 쿠버네티스를 써야 한다는 압박감 속에서 운영을 시작하는 것이 가장 큰 문제”라고 지적했다.</p>



<p>클라우드 관리 플랫폼 벤더 클라우드볼트소프트웨어(CloudBolt Software)의 최고운영책임자(COO) <a href="https://www.linkedin.com/in/yasminrajabi/" rel="nofollow">야스민 라자비</a>는 “쿠버네티스는 기본적으로 과도한 리소스 할당 상태로 배포되는 경우가 많으며, 대부분의 팀이 야간 장애 호출을 피하기 위해 CPU와 메모리에 여유 버퍼를 넉넉히 설정하는 경향이 있다”라고 설명했다.</p>



<p>라자비는 “개발자와 플랫폼 엔지니어는 평가 기준이 서로 다르다. 개발자는 얼마나 빠르게 새로운 애플리케이션을 배포하고 비즈니스 성과를 내느냐가 핵심이기 때문에 비용 효율성은 우선순위에서 밀린다. 따라서 가장 쉽고 안전한 선택은 워크로드에 충분한 리소스 버퍼를 확보해두는 것”이라고 말했다.</p>



<p>라자비는 리소스 버퍼로 인한 비용이 수천 개에 달하는 쿠버네티스 워크로드에 걸쳐 누적되면 순식간에 막대한 금액으로 불어날 수 있다고 진단했다.</p>



<p>그에 따르면 동적 워크로드는 수요 예측이 어려운 데다, 대부분의 조직이 변화하는 워크로드 요구사항에 따라 리소스 요청량과 한도를 지속적으로 조정할 수 있는 도구를 갖추고 있지 않는 경우가 많다. 또한 라자비는 적절한 리소스 규모를 설정하는 ‘라이트사이징(rightsizing)’이 수작업으로 진행되어야 하기 때문에 시간이 많이 걸린다고 설명했다.</p>



<p>라자비는 “쿠버네티스에 애플리케이션을 배포하는 일은 쉽지만, 운영은 결코 쉽지 않다. 쿠버네티스는 기업이 비즈니스에 영향을 주는 애플리케이션을 빠른 속도로 배포하고, 혁신과 시장 대응을 위한 유연성까지 확보할 수 있게 해준다. 그러나 이처럼 기대됐던 배포 속도와 유연성은 대규모 환경을 운영하는 데 따르는 복잡성과 비용 부담과 충돌한다”라고 말했다.</p>



<h2 class="wp-block-heading">활용되지 않는 CPU</h2>



<p>디지털 마케팅 에이전시 뉴미디어닷컴(NEWMEDIA.com)의 창립자 겸 CEO <a href="https://www.linkedin.com/in/newmediasteve/" rel="nofollow">스티브 모리스</a>는 자사의 쿠버네티스 관련 비용이 지난 1년 동안 18% 증가했다고 밝혔다. 그가 말한 주요 원인은 인건비와 비일관적인 스케일링 설정이었다. 쿠버네티스 오토스케일링 설정을 점검한 결과, 전체 워크로드의 31%가 하루의 95% 시간 동안 CPU 사용률이 25% 미만에 머물렀다고 설명했다.</p>



<p>모리스는 “릴리스 팀이 각자 클러스터를 관리하고 오토스케일링 규칙까지 직접 정의하게 되면 보수적인 리소스 설정이 구성 파일에 그대로 고정되는 경우가 많다”라며, “엔지니어들은 리소스를 줄였다가 장애가 발생하거나 SLA(서비스 수준 계약)를 지키지 못할까 우려해 조정을 꺼리는 경향이 있다”라고 말했다.</p>



<p>모리스는 가령 플랫폼 엔지니어 2명이 주당 절반의 시간을 용량 조정과 불필요한 경고 처리에 쓰고 있다면 인건비가 빠르게 불어날 수 있다고 지적했다. 그는 “운영 오버헤드는 단순히 트래픽이 늘어날 때뿐 아니라 새로운 서비스가 추가될 때마다 증가한다. 팀마다 리소스 결정을 자율적으로 하도록 두면 배포 속도는 빨라지지만, 비용 책임이 분산되고 낭비가 드러나지 않는다는 문제도 생긴다”라고 말했다.</p>



<p>한편 만라지는 쿠버네티스가 많은 기업의 IT 인프라 중심에 자리잡으면서 비용 부담에 대한 우려도 더욱 커지고 있다고 진단했다. 그는 “쿠버네티스 도입이 확산될수록 조악하게 설계된 도구의 난립과 외부 벤더에 대한 의존이 함께 늘어나면서 문제가 더욱 심화될 것으로 본다”라고 말했다.</p>



<p>만라지에 따르면 피보탈은 아직 쿠버네티스 비용을 관리할 수 있는 자동화 솔루션을 찾지 못했다. 그는 “새로운 도구와 기술을 꾸준히 테스트하고 있지만, 현재까지 GCP 기본 도구보다 약간 더 나은 시각화 대시보드를 제외하고는 우리나 고객에게 실질적인 가치를 제공하는 도구를 찾지 못했다”라고 설명했다.</p>



<h2 class="wp-block-heading">AI로 눈 돌리는 실무진</h2>



<p>이런 <a href="https://www.infoworld.com/article/3812622/will-kubernetes-ever-get-easier.html">쿠버네티스 운영의 복잡성</a>으로 인해 실무진은 AI 기반 관리 도구의 도입을 적극적으로 검토하고 있다.</p>



<p>라자비는 “리소스 할당은 복잡하고 다차원적인 문제로, 사실상 매우 까다로운 수학 문제와 같다. AI와 머신러닝(ML) 도구는 이러한 복잡한 계산을 해결하는 데 도움을 줄 수 있으며, 자동화와 결합해 워크로드에 적절한 설정을 적용하도록 구성할 수 있다”라고 설명했다.</p>



<p>오키에 의하면 현재 일부 벤더는 자율적으로 라이트사이징 및 지능형 오토스케일링 기능을 제공하고 있다.</p>



<p>오키는 “AI 기반 비용 최적화 도구 시장이 빠르게 진화하고 있으며, 쿠버네티스 관리와 <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">핀옵스(FinOps)</a> 영역에서 벤더들이 시장으로 빠르게 모이고 있다. 관리 측면에서는 이런 도구들이 실시간 파드(pod) 활용도를 지속적으로 모니터링하고, 과거 사용 패턴을 학습해 리소스 요청량, 노드 크기, 스팟 인스턴스와 온디맨드 인스턴스 간의 균형까지 자동으로 조정한다”라고 말했다.</p>



<p>핀옵스 벤더들 역시 AI와 머신러닝(ML) 기능을 통합해 보다 선제적인 비용 통제 기능을 구현하고 있다.</p>



<p>오키는 “이런 기능들이 모두 고도화된 AI라고 보긴 어렵지만, 전체 툴체인에 더 높은 수준의 지능과 자동화가 내장되고 있는 추세는 분명하다. 이런 기술 융합은 운영 통제와 재무 책임을 결합한 보다 정교하고 선제적인 쿠버네티스 비용 최적화 접근 방식을 만들어내고 있다”라고 분석했다.</p>



<p>그는 CIO들이 클라우드 벤더와의 요금 협상이나 오토스케일링 기능 활용 등 비용을 절감할 수 있는 모든 전략을 동원해야 한다고 조언했다. 또한 조직의 비즈니스 목표에 맞춰 IT 아키텍처의 방향성을 일치시키는 것도 중요하다고 덧붙였다.</p>



<p>이런 결정에는 CIO가 데이터센터 임대를 클라우드 기반 운영비로 전환할지, 자동화를 통해 IT 인재를 전략적으로 감축할지 등의 결정도 포함될 수 있다.</p>



<p>다만 오키는 AI 시대에 비용과 투자를 구분해야 한다고 조언했다. 그는 “혁신적이고 수익을 창출하는 애플리케이션을 지원하기 위해 쿠버네티스 클러스터를 배포하는 일은 단순한 비용이 아니라 혁신과 경쟁력 강화를 위한 투자다. 결국 핵심 질문은 현재의 쿠버네티스 인프라가 애플리케이션 팀에 속도, 선택권, 유연성 측면에서 최대의 가치를 제공할 수 있도록 운영되고 있느냐는 점”이라고 설명했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kubernetes costs keep rising. Can AI bring relief?]]></title>
<description><![CDATA[Containerized applications offer enterprises a range of benefits in the cloud, but a dirty little secret of the industry has been that the cost of managing them hasn’t been one.



According to a recent survey, a huge majority of organizations using Kubernetes for container orchestration have spe...]]></description>
<link>https://tsecurity.de/de/2946987/it-security-nachrichten/kubernetes-costs-keep-rising-can-ai-bring-relief/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2946987/it-security-nachrichten/kubernetes-costs-keep-rising-can-ai-bring-relief/</guid>
<pubDate>Tue, 19 Aug 2025 11:34:44 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Containerized applications offer enterprises a range of benefits in the cloud, but a <a href="https://www.infoworld.com/article/2336597/is-kubernetes-worth-the-price-tag.html">dirty little secret of the industry</a> has been that the cost of managing them hasn’t been one.</p>



<p>According to a recent survey, a huge majority of organizations using Kubernetes for container orchestration have spent more in the past year, with many now turning to AI to help manage costs.</p>



<p>About 88% of practitioners <a href="https://www.spectrocloud.com/resources/state-of-kubernetes-2025-report-pdf" rel="nofollow">surveyed</a> by Kubernetes management vendor Spectro Cloud say their total cost of ownership has grown in the past year, while 92% say they are investing in AI-based cost optimization tools.</p>



<p>These cost hikes often come with rising use of <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html">Kubernetes</a>, also known as K8s, although increasing expenses go beyond the costs of hardware, cloud services, and support contracts, says <a href="https://www.linkedin.com/in/jeremy-oakey/" rel="nofollow">Jeremy Oakey</a>, field CTO at Spectro Cloud.</p>



<p>Employee costs also are a factor, with platform engineering salaries often approaching $200,000 a year, he adds, and other costs can include field engineering expenses for deploying and maintaining edge clusters and productivity costs when developers spend too much time managing clusters.</p>



<p>While increasing use is a big driver of overall cost increases, other issues, such as overprovisioning, can also add to the problem, Oakey says.</p>



<p>“Forecasting Kubernetes resource requirements is challenging, and developers often set generous configuration parameters just in case,” he adds. “At scale, this behavior leads to significant cluster sprawl.”</p>



<p>Architectural decisions create another major cost driver, according to Oakey. Data ingress and egress between clouds can be expensive, and running multi-node clusters at the edge can drive up spending.</p>



<p>Kubernetes teams need to be disciplined about how they use the tool, he says. They should consider whether to decommission unused clusters, downsize resources, set appropriate autoscaling thresholds, and review policies such as logging retention and storage configuration, Oakey recommends.</p>



<h2 class="wp-block-heading">Poor deployment choices</h2>



<p><a href="https://www.linkedin.com/in/yashinmanraj/" rel="nofollow">Yashin Manraj</a>, CEO of digital transformation and cloud migration firm Pvotal Technologies, sees poor configuration, overprovisioning, and unoptimized resources as the main issues for organizations spending more on Kubernetes-based environments.</p>



<p>“People tend to treat K8s as static VMs or servers, and this approach leaves a lot of orphaned assets and a lack of understanding as to what it actually should do,” Manraj says. “I think the primary culprit is the pressure to use K8s without having a team that understands the intricacies of orchestration or a control plane to manage clusters effectively.”</p>



<p>Overprovisioning K8s is the default deployment, and most teams provision CPU and memory with a healthy buffer to avoid being paged in the middle of the night, adds <a href="https://www.linkedin.com/in/yasminrajabi/" rel="nofollow">Yasmin Rajabi</a>, chief operating officer at cloud management platform vendor CloudBolt Software.</p>



<p>“The incentives for devs and platform engineers aren’t aligned,” she says. “Devs are measured on how quickly they can deploy new apps and move the business forward. They aren’t pushed to be cost-efficient, so the easiest and safest thing to do is to make sure there’s a healthy resource buffer for workloads.”</p>



<p>But those buffer costs can quickly add up across thousands of Kubernetes workloads, Rajabi adds.</p>



<p>In addition, dynamic workloads are hard to predict, and most organizations don’t have the tools they need to continuously adjust resource requests and limits based on changing workload needs, Rajabi says. At the same time, rightsizing is a manual and time-consuming process.</p>



<p>“Deploying to Kubernetes is easy; managing it is not,” she says. “Kubernetes allows businesses to deploy business-impacting applications at the speed they need it with the flexibility they require to innovate and get to market faster. However, the promised ease and speed is at odds with the complexity of managing Kubernetes at large scale and the cost that comes along with it.”</p>



<h2 class="wp-block-heading">Underused CPUs</h2>



<p>Digital marketing agency NEWMEDIA.com has seen its K8s expenses go up by 18% in the past year, says <a href="https://www.linkedin.com/in/newmediasteve/" rel="nofollow">Steve Morris</a>, founder and CEO. The main drivers have been labor costs and what Morris calls scattered scaling choices. When the company reviewed its K8s autoscaling choices, it found that 31% of workloads were running at less than 25% CPU usage for 95% of the day.</p>



<p>“When release teams manage their own clusters and define their own [autoscaler] rules, it leads to conservative overprovisioning getting locked into their configuration files,” he says. “Engineers were reluctant to adjust resources down because they were afraid it might cause incidents or risk missing SLAs.”</p>



<p>Labor costs can add up when two platform engineers are spending half of their weeks tuning capacity and handling noisy alerts, Morris says. “The operations overhead grows with every new service, not just as traffic increases,” he adds. “When you let teams make their own resource decisions, it speeds up delivery, but it also splits up cost responsibility and hides waste.”</p>



<p>The popularity of K8s adds to the cost concerns. With Kubernetes at the heart of many customers’ IT infrastructures, rising costs aren’t likely to go away, Pvotal’s Manraj says. “We believe this problem to only rise as adoption increases with the sprawl of poorly designed tools and reliance on third parties,” he says.</p>



<p>Pvotal hasn’t yet found an automated solution to manage K8s costs. “We regularly test all new tools and technologies,” he says. “We unfortunately have not found any tool that delivers value to us or our clients aside from a cosmetic dashboard that tracks usage better than GCP’s default tools.”</p>



<h2 class="wp-block-heading">Turning to AI</h2>



<p>Nevertheless, the <a href="https://www.infoworld.com/article/3812622/will-kubernetes-ever-get-easier.html">complexity of managing Kubernetes</a> has prompted practitioners to consider AI-driven management tools, others say.</p>



<p>“Resource allocation is complicated and multidimensional, which really means it’s a complex math problem,” CloudBolt’s Rajabi says. “This is where AI and ML tools can help solve the complex math piece of what resources should be set to and combine with automation to actually configure the workloads with the right settings.”</p>



<p>A handful of vendors now offer autonomous rightsizing and intelligent autoscaling, Spectro Cloud’s Oakey says.</p>



<p>“We are seeing the AI cost optimization tool landscape evolve rapidly, with vendors converging from both the Kubernetes management and <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps domains</a>,” Oakey says. “On the management side, these tools continuously monitor real-time pod utilization, learn from historical usage patterns, and automatically adjust resource requests, node sizing, and even the balance between spot and on-demand instances.”</p>



<p>FinOps vendors, meanwhile, are now integrating AI and ML capabilities to enable proactive cost control measures.</p>



<p>“While not all of these capabilities represent AI in its most advanced form, we are seeing a clear shift toward embedding greater intelligence and automation across the entire toolchain,” Oakey says. “This convergence is creating a more sophisticated, proactive approach to Kubernetes cost optimization — one that blends operational control with financial accountability.”</p>



<p>CIOs should use every strategy available to contain costs, including negotiating with cloud vendors and using autoscaling capabilities, Oakey adds. CIOs also should align broad architectural decisions with the organization’s business objectives, he recommends.</p>



<p>These decisions can include whether the CIO is replacing data center leases with cloud-based operational expenses or strategically reducing IT headcount by using automation to simplify operations.</p>



<p>CIOs, however, should also be sure to distinguish between costs and investments, particularly in the AI era, he adds.</p>



<p>“Deploying Kubernetes clusters to support transformative, revenue-generating applications is not just an expense; it is an investment in innovation and competitive advantage,” he says. “The central question then becomes whether your Kubernetes infrastructure is being operated to deliver maximum value in areas such as speed, choice, and flexibility for your application teams.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Elevate cloud ROI: Strategic imperatives for CIOs]]></title>
<description><![CDATA[Mastering the nuances of efficient cloud management is no longer just important—it’s urgent. CIOs face immense pressure to convert their significant cloud investments into tangible returns swiftly. With economic pressures, geopolitical concerns, and evolving regulatory landscapes, the demand for ...]]></description>
<link>https://tsecurity.de/de/2935913/it-security-nachrichten/elevate-cloud-roi-strategic-imperatives-for-cios/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2935913/it-security-nachrichten/elevate-cloud-roi-strategic-imperatives-for-cios/</guid>
<pubDate>Tue, 12 Aug 2025 17:34:33 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Mastering the nuances of efficient cloud management is no longer just important—it’s urgent. CIOs face immense pressure to convert their significant cloud investments into tangible returns swiftly. With economic pressures, geopolitical concerns, and evolving regulatory landscapes, the demand for strategic, high-impact cloud adoption has never been greater. </p>



<p><strong>Redefining cloud investment success</strong> </p>



<p>In today’s fast-evolving digital landscape, understanding the complexities of cloud ROI is crucial. Initial licensing costs are just the beginning. Overinvestment and lack of oversight can derail even the best-laid plans. Plus, the rapid integration of GenAI and data analytics adds layers of complexity. The risks of redundant capabilities and inefficiencies are real—CIOs must act immediately. </p>



<p><strong><u><a href="https://kpmg.com/us/en/articles/2025/improve-cloud-roi.html?utm_source=cio.com&amp;utm_medium=referral&amp;utm_campaign=701dV00000EbLobQAF&amp;cid=701dV00000EbLobQAF" rel="sponsored">Learn advanced strategies to maximize cloud ROI</a></u></strong></p>



<p>To tackle these challenges and capitalize on cloud investments, here are some advanced strategies CIOs should consider<strong>:</strong> </p>



<blockquote class="wp-block-quote is-style-default is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>1. Boost data strategy and architecture</strong> </p>



<p>Manage the complexity and cost of storing, processing, and analyzing vast amounts of information.</p>



<p><strong>2. Embrace a cloud-native platform</strong> </p>



<p>CIOs should adopt a cloud-native approach by deploying containerization and infrastructure-as-code techniques.</p>



<p><strong>3. Use financial discipline: FinOps</strong> </p>



<p>Implementing FinOps processes and technologies is essential for granular monitoring and optimization of cloud costs.</p>



<p><strong>4. Conduct rigorous cloud management audits</strong></p>



<p>Thorough audits to identify and fix inefficiencies are critical.</p>



<p><strong>5. Ensure security and compliance</strong></p>



<p>Modernize security frameworks and implement comprehensive compliance tools to protect against new threats.</p>
</blockquote>



<p><strong>KPMG: Experienced in cloud optimization</strong> </p>



<p>Our solutions are designed for both immediate and long-term impact, including: holistic cloud modernization, expert FinOps implementation, and cutting-edge security solutions. KPMG leverages deep expertise in business, technology, and data. We help organizations swiftly unlock and maximize their cloud investments’ value. </p>



<p><a href="https://kpmg.com/us/en/articles/2025/improve-cloud-roi.html?utm_source=cio.com&amp;utm_medium=referral&amp;utm_campaign=701dV00000EbLobQAF&amp;cid=701dV00000EbLobQAF" rel="sponsored">Learn more</a> about the details behind these strategies and see short industry examples that illustrate how they can help you get the fundamentals right for cloud ROI success.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Buyer’s guide: Top 20 cloud cost management tools — and how to choose]]></title>
<description><![CDATA[Cloud cost management tools explained



For years, the story has been the same: The cloud is cheaper than DIY. Then the bills come. The price tags are denominated in pennies, but by the end of the month all those pennies add up. Often to sums that give the CFOs a heart attack. Cloud cost managem...]]></description>
<link>https://tsecurity.de/de/2927230/it-security-nachrichten/buyers-guide-top-20-cloud-cost-management-tools-and-how-to-choose/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2927230/it-security-nachrichten/buyers-guide-top-20-cloud-cost-management-tools-and-how-to-choose/</guid>
<pubDate>Thu, 07 Aug 2025 12:18:45 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<h2 class="wp-block-heading">Cloud cost management tools explained</h2>



<p>For years, the story has been the same: The cloud is cheaper than DIY. Then the bills come. The price tags are denominated in pennies, but by the end of the month all those pennies add up. Often to sums that give the CFOs a heart attack. Cloud cost management tools are an answer.</p>



<p><a href="https://www.cio.com/article/303656/10-azure-cost-management-tips.html">Cloud cost management</a> is a business discipline aimed at monitoring, analyzing, and optimizing an organization’s cloud computing spend. It gives organizations greater visibility into how cloud resources are being used and can also help identify and maybe eliminate unused or overprovisioned services. When usage is stable, they will predict future cloud costs to provide more fine-tuned forecast budgets.</p>



<p>Cloud cost management tools aid organizations in this practice by tracking all the bills associated with an organization’s deployments, allocating them to the various teams responsible for their accumulation. That way the group that added too many fancy features that need too much storage and server time will have to account for their profligacy. The good programmers who don’t use too much RAM and disk space can be rewarded.</p>



<p><strong>[ Download our editors’ PDF <a href="https://us.resources.cio.com/resources/download-our-cloud-cost-management-enterprise-buyers-guide/" target="_blank" rel="nofollow"><u>cloud cost management tools buyer’s guide</u></a> today! ]</strong></p>



<h2 class="wp-block-heading">What to look for in cloud cost management tools</h2>



<p>Smaller teams with simple configurations can probably get by with the stock cloud cost management services provided by their cloud vendor of choice. Cost containment is a big issue for many CIOs now and the cloud companies know it. They’ve started adding better accounting tools and alarms that are triggered before the bills reach the stratosphere. See <a href="https://azure.microsoft.com/en-us/services/cost-management/" rel="nofollow">Azure Cost Management</a>, <a href="https://cloud.google.com/cost-management" rel="nofollow">Google Cloud Cost Management</a>, and <a href="https://aws.amazon.com/aws-cost-management/" rel="nofollow">AWS Cloud Financial Management tools</a> for the big three clouds.</p>



<p>Once your cloud commitment gets bigger or maybe spread between several vendors’ clouds, stand-alone cost management tools start to become attractive. They’re designed to work with multiple clouds and build reports that unify the data for easy consumption. Some even track the machines that run on premises so you can compare the cost of renting versus building out your own server room.</p>



<p>A big role can be allocating costs to specific projects or business units. Good tools will let you tag or label collections of machines so the bill can be split up accurately. Then the business units can defend their spending.</p>



<p>In many cases, cloud cost managers are part of a larger suite designed to not just watch the bottom line but also enforce other rules such as security or governance. Some are not marketed directly as cloud control tools but have grown to help solve this problem. Some tools for surveying enterprise architectures or managing software governance now track costs at the same time. They can offer the same opportunities for savings that purpose-built cloud cost tools do — and they help with other management chores as well.</p>



<h2 class="wp-block-heading">Can AI make a difference?</h2>



<p>AI is everywhere and it’s no surprise that cloud management companies are incorporating new features into their stack. Their value depends on your workflow. If the goal is to build a big table with all the machines and daily charges, there’s no need for large language models (LLMs) or any of the modern solutions.<br><br>But some vendors use the term AI to include more sophisticated algorithms for tasks such as predicting future usage. These can look at past performance and adjust hardware allocations in advance. They can also offer financial forecasts so the CFO will know what bills will look like in advance. Is that true artificial intelligence or just a clever statistical algorithm? It doesn’t matter once it’s running successfully.</p>



<p>A few vendors are using LLMs to enable users to ask open-ended questions about their data. These approaches may be useful for nontechnical users or teams exploring new ways to analyze their cloud costs.</p>



<h2 class="wp-block-heading"><a></a>Leading vendors for cloud cost management tools</h2>



<p>Cloud cost management tools come in a wide variety, from components in broader cloud platforms to standalone tools. CIOs should check with their existing cloud providers such as Amazon Web Services, Google, and Microsoft to see what cost management capabilities they offer. But be sure to also look at independent tools because, after all, it’s not much in cloud providers’ interests for you to spend less on their platforms.</p>



<p>What follows is an alphabetical list of the best cloud cost tracking and analysis tools. The market is rapidly expanding as enterprise managers recognize the need to get a grip on their cloud spend. All these tools can help govern the burgeoning empire of server instances that your organization relies on for its cloud operations, which may stretch around the world.</p>



<p><strong>CAST AI:</strong> DevOps teams tasked with managing Kubernetes clusters can turn to CAST AI for a collection of tools that optimize usage across multiple clouds, hybrid deployments, and on-prem architectures. The endless cycle of capacity prediction and node allocation is handled by the product so that the clusters grow and shrink as needed. Integration with other essential tools like Terraform, Grafana, Prometheus, and Jira help DevOps teams ensure that the clusters are performing optimally. Its standout features include:</p>



<ul class="wp-block-list">
<li>Kubernetes users get a tool aimed at delivering smooth support for containers</li>



<li>Integration with other popular tools provides for a simple but powerful workflows</li>
</ul>



<p><strong>CloudAdmin:</strong> Dashboards created by CloudAdmin are simple and direct. The tool tracks cloud usage and offers suggestions for rightsizing your servers or converting them to reserved instances. Server instances can be allocated to teams and then tracked with a budget. If spending crosses a defined line, alerts are integrated with email or other common communication tools to notify personnel of the need for attention. Its standout features include:</p>



<ul class="wp-block-list">
<li>Carefully filtered data feeds extract the key details about spending to save time wading through too much information</li>



<li>Automated alerts can stop runaway spending when it crosses thresholds</li>
</ul>



<p><strong>CloudZero:</strong> The platform from CloudZero was designed from the beginning to make it easy to compare cloud costs to business metrics. That is not just tabulating the costs per machine, but connecting those costs to the business operations by computing values such as cost per customer or cost per feature. Providing granular insights enables business decisions about feature sets or services rendered to be made mathematically instead of emotionally. Its standout features include:</p>



<ul class="wp-block-list">
<li>Anomaly detection for moments when key metrics diverge</li>



<li>Automatic cost allocation and normalization to simplify comparisons</li>
</ul>



<p><strong>Datadog:</strong> Watching over cloud machines, networks, serverless platforms, and other applications is the first job for Datadog’s collection of tools. Tracking cloud costs is just one part of the workload that also includes network monitoring and security. Its telemetry gathers data about performance and cost, and Datadog builds this into a sophisticated dashboard to help organizations understand both application cost and performance. Its standout features include:</p>



<ul class="wp-block-list">
<li>Broad suite for infrastructure monitoring across multiple clouds</li>



<li>Monitoring of not just spending but all tasks for responsible cloud curation</li>
</ul>



<p><strong>Densify: </strong>Densify wants to help DevOps teams manage Kubernetes clusters juggling containers and VMware instances. The best way to run your clusters, according to Densify, is to keep precise, meticulous records of load and then use this data to scale up and down quickly. Densify’s optimizers focus on containers, pods, deployments, ReplicaSets, nodes, node groups up to full clusters. Careful attention to deployment improves scaling by 50% or more. Densify’s FinOps tool generates extensive reports to help keep application developers and bean counters happy. Its standout features include:</p>



<ul class="wp-block-list">
<li>A focus on container-level deployment provides direct control over the resource usage that leads to cost savings</li>



<li>Reporting identifies cost problems and gamifies savings identification</li>
</ul>



<p><strong>Finout:</strong> The center of the Finout experience is one feature called “Megabill,” a single dashboard that tabulates all the costs, past and future, to produce a bottom-line number. The tool consolidates costs across the major clouds and offers virtual tagging to track operational subsets. The tool’s waste detection is said to be “codeless,” and it watches over the deployments and generates Jira tickets when overspending appears. Its standout features include:</p>



<ul class="wp-block-list">
<li>Costguard tracks spending and identifies opportunities for saving</li>



<li>Integrations with major platforms such as Databricks, Datadog, Snowflake, and soon Confluent provide long-term record keeping</li>
</ul>



<p><strong>Flexera One:</strong> The Flexera One cloud management suite tackles many cloud management tasks, such as tracking assets, managing licenses, and organizing governance to orchestrate control. An important section of the suite is devoted to controlling the budget. The tool offers multicloud accounting for tracking spending with elaborate reporting broken down by team and project. Flexera One also offers suggestions for optimizing consumption by targeting wasteful allocations, and it provides automated systems to put these observations into practice. The tool is not just focused on cloud hardware but also license costs and audit defense. Its standout features include:</p>



<ul class="wp-block-list">
<li>Integrates cost tracking across hardware and services to support all levels of management</li>



<li>Supports larger management roles like audit defense</li>
</ul>



<p><strong>Flexera Spot:</strong> Teams working on planning resources for AI workflow can turn to Flexera’s Spot to optimize usage of often costly GPU hardware. At the core of the Spot stack is a set of tools like CloudCheckr, a product that focuses on controlling cloud costs and security and Spot Eco, a tool that will optimize deployment. The stack will constantly balance usage demands with the price for both reserved instances and spot machines. Its RI Marketplace, for instance, will constantly look for extra machines available at bargain prices. Its standout features include:</p>



<ul class="wp-block-list">
<li>Monitor compliance with privacy regulations by tracking security configuration</li>



<li>Right-size reserved instances by tracking baseline consumption</li>
</ul>



<p><strong>Harness:</strong> The AI-managed platform orchestrates deployment across multiple clouds and Kubernetes clusters by tracking usage and executing on the plans to minimize unneeded consumption. The long-term commitment manager balances the cost-savings of reserved instances with the ability to terminate unneeded spot instances. Harness’s cost management features watch for anomalies compared to historic spending, generating alerts for teams. The platform also manages governance and access policies to maximize security. The tight integration with the CI/CD pipelines makes development teams full partners in long-term management. Its standout features include:</p>



<ul class="wp-block-list">
<li>Deep integration with the development pipeline to make cost savings part of the software creation process</li>



<li>New features such as Database DevOps and an Artifact registry prompt long-term integration with development workflows</li>
</ul>



<p><strong>IBM Cloudability:</strong> Big Blue’s Apptio subsidiary makes a large collection of tools for managing IT shops, and Cloudability is its tool for handling cloud costs. The tool breaks down the various cloud instances in use, allocating them to your teams for accounting purposes. Ideally, teams can control their own costs and predict future usage with the reports and dashboards. Cloudability wants to nurture collaborative response by opening data to managers, accountants, and developers. Integration with other tools such as IBM Kubecost help ensure the clusters minimize their budget. Integration with many other tools such as Jira and PagerDuty help speed response to spending anomalies. Its standout features include:</p>



<ul class="wp-block-list">
<li>Planning future purchasing of reserved instances to lock in savings for the constant demand</li>



<li>Focus on cost management balances labor with product feature set</li>
</ul>



<p><strong>IBM Kubecost:</strong> Teams that rely on Kubernetes to deploy pods of containers can install Kubecost to track spending. It will work across all major (and minor) clouds as well as pods hosted on premises. Costs are tracked as Kubernetes adjusts to handle loads and are presented in a unified set of reports. Large jumps or unexpected deployments can trigger alerts for human intervention. Its standout features include:</p>



<ul class="wp-block-list">
<li>Optimized for tracking how Kubernetes deployments affect costs</li>



<li>Dynamic recommendations track opportunities for lowering spending</li>
</ul>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper youtube-video">

</div></figure>



<p><strong>IBM Turbonomic:</strong> IBM uses Turbonomic to deliver an AI-powered solution for managing deployment to match application demand with infrastructure. The tool will automatically start, stop, and move applications in response to demand. The data driving these decisions is stored in a warehouse to train the AI that will be making future decisions. All these changes and predictions for future usage are reported on dashboards for all stakeholders. Its standout features include:</p>



<ul class="wp-block-list">
<li>Full-stack integrated graphics to understand demand and cost across an application</li>



<li>Designed to automate resource allocation to save engineering teams from the chore</li>
</ul>



<p><strong>nOps:</strong> The nOps platform has three major roles (inform, operate, optimize) and mainly works with AWS and its forms of resource allocation. Granular data about usage is collected and displayed as dashboards or reports by the features under the “inform” umbrella. Details about day-to-day use such as data of business unit economics or anomaly detection are gathered under the “operate” umbrella. Finally, the real value for the platform comes when the “optimize” features balance the long-term commitment for reserved instances with the savings that can come from the spot market. The automated commitment algorithms can ensure that there’s little waste from locking in a commitment. Its standout features include:</p>



<ul class="wp-block-list">
<li>A focus on AWS ensures that the algorithms are tuned for that cloud’s idiosyncrasies</li>



<li>ML-driven optimization routines ensure close to complete utilization</li>
</ul>



<p><strong>Nutanix:</strong> Organizations with large multicloud deployments can use Nutanix as an abstraction layer to deploy apps. While much of the layer handles chores such as storage or resource management, one part called Cost Governance (formerly Beam) tracks costs across a range of installations, including private cloud machines hosted on premises. The tool can be customized to generate accurate cost estimates of private installations by accounting for heating and cooling costs, hardware, and data center rent. This makes it easier to make accurate decisions about allocating workloads to the lowest-cost deployment. The process can be automated to optimize and rightsize hardware to simplify management. Its standout features include:</p>



<ul class="wp-block-list">
<li>Metering of private clouds builds direct insight into the costs of on-premises hardware</li>



<li>Budget alerting and dynamic optimization help rightsize consumption to minimize costs</li>
</ul>



<p><strong>ServiceNow:</strong> Teams running extensive collections of microservices rely on ServiceNow to manage some or even all the stack through its constellation of products such as AppEngine or Integration Hub. Many of the tools are customer-facing solutions like IT automation, but there are more backend tools for optimizing IT operations by intelligently managing performance. It offers several dashboards that offer a high-level view of costs and a detailed breakdown. The <a href="https://www.servicenow.com/products/cloud-cost-management.html" rel="nofollow">Cloud Spend Analytics</a> tracks past performance and offers forecasts for future budgets. Its standout features include:</p>



<ul class="wp-block-list">
<li>Broad selection of tools for tracking and optimizing IT assets</li>



<li>Risk management well integrated with governance tools</li>
</ul>



<p><strong>Splunk AppDynamics:</strong> Tracking and reining in containers across a multicloud, hybrid, and on-prem environment is the goal for AppDynamics. It was formerly known as Replex and is now part of the Splunk Observability Portfolio. The cost management job is just one part of a larger system that tracks performance and log files looking for anomalies and making predictions for the future. Splunk’s AIOps, for instance, can watch for security violations and overspending. A policy control layer offers granular restrictions to ensure teams have access to what they need but are locked out of what they don’t. Its standout features include:</p>



<ul class="wp-block-list">
<li>Integrates cost management with general application monitoring</li>



<li>Integrated with Open Telemetry as part of a goal of unifying data across local, on-prem machines with a multicloud environment</li>
</ul>



<p><strong>Umbrella (formerly Anodot):</strong> The first job for Umbrella’s collection of cloud monitoring tools is to track the flow of data through the various services and applications. If there’s an anomaly or hiccup that will affect users, it will raise a flag. Umbrella deploys a machine learning algorithm that compares the current spending to the past so that unusual spending spikes stand out. Tracking the cost of instances and pods across your multiple clouds is part of this larger job. The dashboard produces a collection of infographics that make it possible to study each microservice or API and determine just how much it costs to keep it running in times of high demand and low. This granular detail gives you the ability to spot the expensive workloads and find a way to prune them. Its standout features include:</p>



<ul class="wp-block-list">
<li>Integrated multicloud analytics provides normalized and actionable data for both detecting unusual spending while also providing accurate planning for regular deployments</li>



<li>A generative AI called COST GPT offers an opportunity to dive into spending data and explore it with a natural language interface.</li>
</ul>



<p><strong>VMware Aria CloudHealth:</strong> VMware, the Broadcom subsidiary, built Tanzu CloudHealth (formerly called Aria Cost and Aria Automation) to manage deployments across all major cloud platforms as well as hybrid clouds. The cost accounting module tracks spending, allocating it to business teams while optimizing deployments to minimize costs. The modeling layer can build out amortization and consumption schedules to forecast future demand. Financial managers and development teams can drill down into these forecasts to focus on specific applications or constellations of services. The larger product line integrates the cost management with automated deployment and security enforcement. Its standout features include:</p>



<ul class="wp-block-list">
<li>Spending governance ensures that teams are following individual budgets for resource consumption</li>



<li>Integrate cloud costs with business metrics and key performance indicators to understand the connection between computational costs and the bottom line</li>
</ul>



<p><strong>Yotascale:</strong> Much of the responsibility for cloud costs comes from the engineers who write and deploy the code. They make the granular decisions to startup more instances and store more data. Yotascale wants to put more information in their hands to enable them to optimize their hardware consumption with tools designed to track machines and allocate their costs directly to the teams responsible. The forecasting tools can also spot anomalies, raising alerts to prevent any surprise bills at the end of the month. The dashboards promise to replace static spreadsheets with dynamic, responsive and accurate “single pane of glass.” Its standout features include:</p>



<ul class="wp-block-list">
<li>Engineer-targeted tools deliver budget information directly to the teams building the software and starting up the machines</li>



<li>Automated tracking delivers forecasts and flags problems and overconsumption</li>
</ul>



<p><strong>Zesty:</strong> While many cloud managers offer insights through sophisticated reports, Zesty is designed to automate the work of spinning up and shutting down extra instances. A key feature enables it to watch the reserved market for deeply discounted instances with excess capacity on the cloud. It offers a tool informed by artificial intelligence algorithms that can work with AWS’s API to make decisions that keep just enough machines running to satisfy users without breaking the budget. The tool can even control the amount of disk space allocated to individual machines while buying and selling processor time on the spot from reserved instance marketplaces. Its standout features include:</p>



<ul class="wp-block-list">
<li>Deep management of details such as storage space allocation to minimize costs</li>



<li>Integration with the spot market to take advantage of the lowest possible costs</li>
</ul>



<h2 class="wp-block-heading">Essential reading</h2>



<ul class="wp-block-list">
<li><a href="https://www.cio.com/article/2088981/diy-cloud-cost-management-the-strategic-case-for-building-your-own-tools.html">DIY cloud cost management: The strategic case for building your own tools</a></li>



<li><a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">What is finops? Your guide to cloud cost management</a></li>



<li><a href="https://www.networkworld.com/article/971200/how-to-reduce-cloud-costs.html">How to reduce cloud costs</a></li>



<li><a href="https://www.infoworld.com/article/3683292/the-fundamentals-of-kubernetes-cost-management.html">The fundamentals of Kubernetes cost management</a></li>



<li><a href="https://www.infoworld.com/article/3692296/5-priorities-that-cut-cloud-costs-and-improve-it-ops.html">5 priorities that cut cloud costs and improve IT ops</a></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Maximizing cloud efficiency: Driving cost optimization and sustainability with Dynatrace]]></title>
<description><![CDATA[As organizations embrace a cloud- and AI-native future, the pressure to control infrastructure spending while meeting sustainability goals intensifies. As a CTO, I want my investments to go into people—building strong, innovative development teams—rather than overspending on cloud resources that ...]]></description>
<link>https://tsecurity.de/de/2918317/it-security-nachrichten/maximizing-cloud-efficiency-driving-cost-optimization-and-sustainability-with-dynatrace/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2918317/it-security-nachrichten/maximizing-cloud-efficiency-driving-cost-optimization-and-sustainability-with-dynatrace/</guid>
<pubDate>Fri, 01 Aug 2025 20:40:09 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>As organizations embrace a cloud- and AI-native future, the pressure to control infrastructure spending while meeting sustainability goals intensifies. As a CTO, I want my investments to go into people—building strong, innovative development teams—rather than overspending on cloud resources that don’t deliver business value.</p>



<p>This is where Dynatrace plays a crucial role: helping organizations optimize cloud costs while advancing sustainability goals and enabling AI innovation. These priorities are no longer at odds; instead, they go hand in hand.</p>



<h3 class="wp-block-heading"><strong>Key insights for executives</strong></h3>



<ul class="wp-block-list">
<li><strong>AI innovation and sustainability goals can go hand in hand</strong>. As AI workloads surge—projected to exceed 50% of cloud compute by 2028—organizations must balance innovation with cost and environmental impact. Dynatrace enables both by optimizing cloud usage in real time.</li>



<li><strong>AI-powered observability empowers teams to cut waste, reduce emissions, and align spending with business value</strong>. By providing deep insights into idle resources, inefficient architecture, and energy-heavy workloads.</li>



<li><strong>Dynatrace improves efficiency and supports sustainability goals</strong> by dynamically scaling resources based on real-time data demand and business goals.</li>
</ul>



<h3 class="wp-block-heading"><strong>The true cost of cloud and AI</strong></h3>



<p>The rapid spread of AI—including LLMs, agentic AI systems, and coding assistants—and the shift to dynamic, multicloud environments have created yet more layers of complexity. AI workloads are compute-intensive. In fact, one of our customers in the banking sector shared that GenAI tasks cost five times more than traditional cloud workloads. <a href="https://www.gartner.com/en/newsroom/press-releases/2024-10-23-gartner-it-symposium-xpo-2024-orlando-day-3-highlights" target="_blank" rel="sponsored">Gartner® predicts</a> that by 2028, more than 50% of cloud compute will be AI-related, up from just 10% in 2023.<sup>1</sup></p>



<p>The International Energy Agency – Electricity 2024 <a href="https://www.iea.org/reports/electricity-2024" target="_blank" rel="sponsored">report</a> stated that when comparing the average electricity demand of a typical Google search (0.3 Wh of electricity) to OpenAI’s ChatGPT (2.9 Wh per request), and considering 9 billion searches daily, this would require almost 10 TWh of additional electricity in a year. That’s enough to power approximately 3 million households—or all private households in London—with energy for a year.</p>



<p>This growth brings significant environmental and financial implications. Yet, most organizations are beholden to opaque carbon footprint multipliers calculated by the cloud provider, which are often insufficient for actionable insights. Similarly, traditional cost reporting tools lack the depth and runtime visibility needed to drive meaningful optimization.</p>



<p>Dynatrace fills that gap, combining real-time observability, AI-powered insights, and topology-aware mapping to bring deep clarity into both cost and carbon impact.</p>



<h3 class="wp-block-heading"><strong>Four steps to smarter cloud cost and energy management</strong></h3>



<p><strong>1. Eliminate waste from idle or underutilized resources</strong></p>



<p>Much of today’s cloud waste stems from overprovisioning and forgotten instances, especially in development and AI workloads. Dynatrace automatically detects underutilized or idle resources across the environments and surfaces insights that can drive decisions whether to shut down or re-size them, reducing both spend and carbon footprint.</p>



<p>Smartscape® automatic discovery and topology mapping adds unique value here, showing not just what’s idle, but whether it’s tied to business-critical processes or genuinely redundant.</p>



<p><strong>2. Align cloud consumption to business value</strong></p>



<p>Executives need more than cost data—they need to understand the why behind consumption. Dynatrace connects cloud utilization directly to applications, users, and business processes, enabling teams to assess whether resources are delivering real business value.</p>



<p>By linking costs to outcomes, organizations can prioritize what to keep, right-size what’s inefficient, and decommission what’s no longer serving a purpose.</p>



<p><strong>3. Optimize architecture and energy efficiency</strong></p>



<p>Most organizations are already taking basic steps like using contracted discount reserved instances or more flexible on-demand spot instances. The next level is architectural and source code optimization, such as <a href="https://www.dynatrace.com/news/blog/sustainable-it-optimize-your-hybrid-cloud-carbon-footprint/" rel="sponsored">green architecture and green coding</a>. Dynatrace helps identify inefficient data flows, underperforming services, and high-cost cross-region transfers.</p>



<p>These insights enable teams to apply green coding techniques, reduce energy-hungry compute patterns, and bring data flows closer to where they’re needed, cutting both cost and carbon emissions.</p>



<p><strong>4. Enable smart, automated orchestration</strong></p>



<p>Finally, Dynatrace has a clear vision to make operations more autonomous. Its predictive, AI-driven orchestration of cloud resources enables teams to automatically scale resources up or down based on real-time demand, user behavior, and business impact.</p>



<p>However, autoscaling based on cloud metrics alone can’t ensure a great user experience or cost efficiency. Dynatrace links infrastructure and deep application observability to user-facing outcomes, allowing for smarter scaling that adapts dynamically to seasonal spikes, new product launches, or unexpected load while eliminating idle time and energy waste.</p>



<h3 class="wp-block-heading"><strong>Accelerating sustainable innovation</strong></h3>



<p>Sustainability is now a strategic lever, not just a compliance checkbox. It resonates with environmentally conscious customers and a new generation of employees who want to work for conscientious companies.</p>



<p>By using <a href="https://www.dynatrace.com/solutions/carbon-cost-optimization/" target="_blank" rel="sponsored">Dynatrace Cost &amp; Carbon Optimization</a> and full-stack observability, organizations can:</p>



<ul class="wp-block-list">
<li>Gain real-time, fine-grained insights into the energy and carbon impact of workloads</li>



<li>Make carbon reporting actionable and automatable instead of superficial</li>



<li>Build a more efficient, resilient, and future-proof cloud environment</li>
</ul>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?w=1024" alt="" class="wp-image-4032959" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=300%2C205&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=768%2C526&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=1024%2C701&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=1019%2C697&amp;quality=50&amp;strip=all 1019w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=246%2C168&amp;quality=50&amp;strip=all 246w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=123%2C84&amp;quality=50&amp;strip=all 123w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=702%2C480&amp;quality=50&amp;strip=all 702w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=526%2C360&amp;quality=50&amp;strip=all 526w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Dynatrace_CarbonImpactOptimization_dashboard-1536x1051-1.png?resize=365%2C250&amp;quality=50&amp;strip=all 365w" width="1024" height="701" sizes="(max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Figure1: Dynatrace Cost &amp; Carbon Impact homepage</p>
</figcaption></figure><p class="imageCredit">Dynatrace</p></div>



<p>Imagine your cloud-native teams rapidly scaling up environments to test the scalability of new AI features, leading to a 40% spike in compute usage. Without visibility, one wouldn’t notice that this test left over idle or oversized instances, quietly driving up both cloud costs and carbon emissions. Now imagine having real-time insights from Dynatrace that reveal 200 idle instances across non-critical environments, costing thousands monthly and consuming unnecessary energy. Dynatrace AI leverages Smartscape® real-time topology to know automatically which instances can be confidently decommissioned or right-sized—cutting waste, aligning spend to business value, and advancing your sustainability goals.</p>



<h3 class="wp-block-heading"><strong>The bottom line: Intelligent clouds mean a more sustainable planet</strong></h3>



<p>Organizations today must move beyond basic FinOps or simple sustainability checklists. The future lies in intelligent, self-optimizing clouds that balance performance, cost, and sustainability in real time.</p>



<p>Dynatrace empowers executives to realize this vision—transforming cloud environments into engines of innovation that are efficient, responsible, and aligned with business and environmental goals.</p>



<p><strong>Want to learn more about all 9 use cases? Visit us <a href="https://www.dynatrace.com/company/dynatrace-for-executives/" target="_blank" rel="sponsored">here</a>.</strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Better dashboarding with Dynatrace Davis AI: Instant meaningful insights]]></title>
<description><![CDATA[Ensuring smooth operations is no small feat, whether you’re in charge of application performance, IT infrastructure, or business processes. Chances are, you’re a seasoned expert who visualizes meticulously identified key metrics across several sophisticated charts. Your trained eye can interpret ...]]></description>
<link>https://tsecurity.de/de/2918105/it-security-nachrichten/better-dashboarding-with-dynatrace-davis-ai-instant-meaningful-insights/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2918105/it-security-nachrichten/better-dashboarding-with-dynatrace-davis-ai-instant-meaningful-insights/</guid>
<pubDate>Fri, 01 Aug 2025 18:04:20 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Ensuring smooth operations is no small feat, whether you’re in charge of application performance, IT infrastructure, or business processes. Chances are, you’re a seasoned expert who visualizes meticulously identified key metrics across several sophisticated charts. Your trained eye can interpret them at a glance, a skill that sets you apart.</p>



<p>However, your responsibilities might change or expand, and you need to work with unfamiliar data sets. The market is saturated with tools for building eye-catching dashboards, but ultimately, it comes down to interpreting the presented information. This is where Davis AI for exploratory analytics can make all the difference.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?w=1024" alt="" class="wp-image-4032903" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?quality=50&amp;strip=all 1642w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=300%2C169&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=768%2C433&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=1024%2C577&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=1536%2C866&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=1236%2C697&amp;quality=50&amp;strip=all 1236w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=298%2C168&amp;quality=50&amp;strip=all 298w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=150%2C84&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=851%2C480&amp;quality=50&amp;strip=all 851w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=638%2C360&amp;quality=50&amp;strip=all 638w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-1.png?resize=444%2C250&amp;quality=50&amp;strip=all 444w" width="1024" height="577" sizes="(max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Figure 1. Activate Davis AI to analyze charts within seconds</p>
</figcaption></figure><p class="imageCredit">Dynatrace</p></div>



<p>Davis AI can help you expand your dashboards and dive deeper into your available data to extract additional information. Our customers value the nearly unlimited possibilities for querying and joining data on the Dynatrace platform, with the option of instant, real-time visualization of query results. Whether you’re an expert or an occasional user, our recently launched Davis CoPilot will enable you to get instant results without the need to write complex queries yourself. Have a look at our <a href="https://www.dynatrace.com/news/blog/announcing-general-availability-of-davis-copilot-your-new-ai-assistant/" target="_blank" rel="sponsored">recent Davis CoPilot blog post</a> for more information and practical use cases.</p>



<p>If you’ve already created your dashboards, now is the time to use Davis AI to identify anomalies or predict future trends without restricting use cases.</p>



<h3 class="wp-block-heading"><strong>Leverage Davis AI for anomaly detection and instant insights</strong></h3>



<p><em>“My chart shows a peak at 8:00 AM. Do I need to investigate this further?”</em> You might be regularly confronted with this or similar questions. Davis AI machine learning capabilities will help you identify actual anomalies within seconds, enabling you to focus resources on issues that matter.</p>



<p>Based on your requirements, you can select one of three approaches for Davis AI anomaly detection directly from any time series chart:</p>



<ul class="wp-block-list">
<li><strong>Auto-adaptive threshold:</strong> This dynamic, machine-learning-driven approach automatically adjusts reference thresholds based on a rolling seven-day analysis, continuously adapting to changes in metric behavior over time. For example, if you’re monitoring network traffic and the average over the past 7 days is 500 Mbps, the threshold will adapt to this baseline. An anomaly will be identified if traffic suddenly drops below 200 Mbps or above 800 Mbps, helping you identify unusual spikes or drops.</li>



<li><strong>Seasonal baseline:</strong> Ideal for metrics with predictable seasonal patterns, this option leverages Davis AI to create a confidence band based on historical data, accounting for expected variations. For instance, in a web shop, sales might vary by day of the week. Using a seasonal baseline, you can monitor sales performance based on the past fourteen days. An anomaly is identified if sales on a Friday are significantly lower than on previous Fridays, indicating a potential issue.</li>



<li><strong>Static threshold:</strong> This approach defines a fixed threshold suitable for well-known processes or when specific threshold values are critical. For example, if you have an SLA guaranteeing 95% uptime, you can set a static threshold to alert you whenever uptime drops below this value, ensuring you meet your service commitments.</li>
</ul>



<p>Davis AI is particularly powerful because it can be applied to any numeric time series chart independently of data source or use case.</p>



<p>The following example will <a href="https://www.dynatrace.com/news/blog/logs-for-end-to-end-view-of-business-processes-via-dynatrace-openpipeline/" target="_blank" rel="sponsored">monitor an end-to-end order flow utilizing business events</a> displayed on a Dynatrace dashboard. By leveraging Davis AI anomaly detection, we can identify potentially fraudulent behavior by activating anomaly detection on the <strong>Average order size</strong> chart. As shown in the chart below on the lower left, most values fall within the band of acceptable response time (highlighted in green), with only one spike occurring at 5:00 AM. Since this spike was outside the expected range, an anomaly was identified.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?w=1024" alt="" class="wp-image-4032910" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?quality=50&amp;strip=all 1282w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=300%2C187&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=768%2C479&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=1024%2C639&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=1117%2C697&amp;quality=50&amp;strip=all 1117w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=269%2C168&amp;quality=50&amp;strip=all 269w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=135%2C84&amp;quality=50&amp;strip=all 135w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=769%2C480&amp;quality=50&amp;strip=all 769w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=577%2C360&amp;quality=50&amp;strip=all 577w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-2.png?resize=401%2C250&amp;quality=50&amp;strip=all 401w" width="1024" height="639" sizes="(max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Figure 2. Apply Davis AI anomaly detection to detect fraudulent behavior in a business process</p>
</figcaption></figure><p class="imageCredit">Dynatrace</p></div>



<ul class="wp-block-list">
<li><strong>Application observability: </strong>Identify unexpected error rate increases in application performance, helping pinpoint and resolve issues quickly.</li>



<li><strong>Digital experience management: </strong>Monitor user interaction patterns to spot anomalies in website or app performance that could affect user experience, such as slow page load times.</li>



<li><strong>FinOps: </strong>Track irregularities in cloud spending or resource usage, enabling cost optimization and preventing budget overruns.</li>
</ul>



<h3 class="wp-block-heading"><strong>Forecasting: Visualize trends directly on your charts with Davis AI</strong></h3>



<p>Davis AI forecast analysis predicts future numeric values of any time series. It can even process external datasets or the results of any data query if it can be displayed as a numeric time series, such as occurrences over time.</p>



<p>The forecast is created instantly, even for large data sets, and updates dynamically whenever filter settings are changed.</p>



<p>In application performance management, acting with foresight is paramount. Maintaining reliability and scalability requires a good grasp of resource management; predicting future demands helps prevent resource shortages, avoid over-provisioning, and maintain cost efficiency.</p>



<p>On this SRE dashboard, we utilize Davis AI to forecast and visualize future resource utilization:</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?w=1024" alt="" class="wp-image-4032911" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?quality=50&amp;strip=all 1200w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?resize=300%2C114&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?resize=768%2C291&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?resize=1024%2C388&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?resize=150%2C57&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?resize=854%2C324&amp;quality=50&amp;strip=all 854w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?resize=640%2C243&amp;quality=50&amp;strip=all 640w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-3.png?resize=444%2C168&amp;quality=50&amp;strip=all 444w" width="1024" height="388" sizes="(max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Figure 3. SRE dashboard monitoring the four golden signals and forecasting resource utilization</p>
</figcaption></figure><p class="imageCredit">Dynatrace</p></div>



<p>Other potential applications for forecasting include:</p>



<ul class="wp-block-list">
<li><strong>Kubernetes:</strong> Forecasting helps dynamically scale Kubernetes clusters by predicting future resource needs. This ensures optimal resource utilization and cost efficiency. Forecasting can identify potential anomalies in node performance, helping to prevent issues before they impact the system.</li>



<li><strong>Business:</strong> Using information on past order volumes, businesses can predict future sales trends, helping to manage inventory levels and effectively plan marketing strategies.</li>
</ul>



<h3 class="wp-block-heading"><strong>AIOps: Utilize Davis AI to predict and prevent</strong></h3>



<p>Utilizing the <a href="https://www.dynatrace.com/platform/automationengine/" target="_blank" rel="sponsored">Dynatrace AutomationEngine</a>, Davis AI forecasting <a href="https://www.dynatrace.com/news/blog/stay-ahead-of-the-game-forecast-it-capacity-with-dynatrace-grail-and-davis-ai/" target="_blank" rel="sponsored">capabilities can even trigger automated actions</a>. One of our customers’ SRE teams needed to increase disk space to avoid ongoing over- and under-provisioning, which was time-consuming and annoying. Now, with Davis AI forecasting capabilities, the target disk size is predicted automatically, and an automated task for disk resizing is triggered when necessary.</p>



<p>If you want to further explore the possibilities for prediction and prevention management with Dashboards, have a look at our <a href="https://www.dynatrace.com/signup/" target="_blank" rel="sponsored">example dashboard in the Dynatrace Playground</a>.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?w=1024" alt="" class="wp-image-4032914" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?quality=50&amp;strip=all 1200w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?resize=300%2C169&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?resize=768%2C433&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?resize=1024%2C577&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?resize=298%2C168&amp;quality=50&amp;strip=all 298w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?resize=150%2C84&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?resize=852%2C480&amp;quality=50&amp;strip=all 852w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?resize=640%2C360&amp;quality=50&amp;strip=all 640w, https://b2b-contenthub.com/wp-content/uploads/2025/08/Chart-4.png?resize=444%2C250&amp;quality=50&amp;strip=all 444w" width="1024" height="577" sizes="(max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Figure 4. Prevent incidents through predictive maintenance and capacity management</p>
</figcaption></figure><p class="imageCredit">Dynatrace</p></div>



<p><strong>To explore the depth of functionality of Dynatrace Dashboards yourself and get first-hand experience, try out the app in the <a href="https://www.dynatrace.com/signup/" data-type="link" data-id="https://www.dynatrace.com/signup/" target="_blank" rel="sponsored">Dynatrace Playground</a>.</strong></p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<p><a></a></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[더 효과적인 멀티클라우드 전략을 위한 7가지 팁]]></title>
<description><![CDATA[지금은 멀티클라우드 IT 인프라의 시대다. 다양한 클라우드 서비스 업체의 서비스를 동시에 사용하는 조직이 늘어나고 있으며, 이에 따라 무질서와 통제 불가능한 비용 발생을 방지하기 위해 보다 전략적이고 일관된 멀티클라우드 전략 수립을 모색하고 있다.



가트너는 올해 전 세계 퍼블릭 클라우드 지출이 7,230억 달러에 이를 것으로 전망했으며, 이는 2024년 대비 21% 증가한 수치다. 이런 증가세는 IT 및 비즈니스 운영에서의 AI 활용 확대, 클라우드 활용 사례의 다양화, 분산형, 하이브리드, 클라우드 네이티브, 멀티클라우...]]></description>
<link>https://tsecurity.de/de/2916871/it-security-nachrichten/7/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2916871/it-security-nachrichten/7/</guid>
<pubDate>Fri, 01 Aug 2025 07:03:11 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>지금은 멀티클라우드 IT 인프라의 시대다. 다양한 클라우드 서비스 업체의 서비스를 동시에 사용하는 조직이 늘어나고 있으며, 이에 따라 무질서와 통제 불가능한 비용 발생을 방지하기 위해 보다 전략적이고 일관된 멀티클라우드 전략 수립을 모색하고 있다.</p>



<p>가트너는 올해 전 세계 퍼블릭 클라우드 지출이 7,230억 달러에 이를 것으로 전망했으며, 이는 2024년 대비 21% 증가한 수치다. 이런 증가세는 IT 및 비즈니스 운영에서의 AI 활용 확대, 클라우드 활용 사례의 다양화, 분산형, 하이브리드, 클라우드 네이티브, 멀티클라우드 환경의 확산에 기인한다고 설명했다.</p>



<p>가트너는 또한 전체 조직의 90%가 2027년까지 하이브리드 클라우드 방식을 채택할 것으로 예상했으며, 향후 1년간 기업이 해결해야 할 생성형 AI 관련 가장 시급한 과제로는 하이브리드 및 멀티클라우드 환경 간 데이터 동기화 문제를 꼽았다.</p>



<p>멀티클라우드의 가장 큰 장점은 유연성이다. 호스팅어드바이스(HostingAdvice)가 실시한 설문조사에 따르면, CIO의 90%가 “단일 클라우드 업체에 인프라 전체를 의존해서는 안 된다”라고 응답했다. 또 전체 응답자의 약 3/4은 AWS, 마이크로소프트, 구글, IBM, 오라클을 제외한 ‘대안 클라우드’ 최소 2곳 이상과 협력 중이라고 밝혔으며, IT 책임자의 63%는 대형 클라우드 서비스 업체 2~3곳을 함께 이용하고 있다고 응답했다.</p>



<p>그렇다면 멀티클라우드 전략에서 반드시 고려해야 할 핵심 요소는 무엇일까? 전문가들이 제시한 팁은 다음과 같다.</p>



<h2 class="wp-block-heading">기업용 애플리케이션 전체를 고려하라</h2>



<p>APM(Application Portfolio Management) 같은 도구를 활용해 전사 애플리케이션을 정확히 파악하는 것은 보다 전략적인 멀티클라우드 전략 수립에 핵심적이다. 가트너는 APM의 주요 목적에 대해 “포트폴리오 개선 기회를 식별하고 우선순위를 정하며, 대체, 마이그레이션, 현대화, 통합, 폐기 등의 방안을 제안하는 데 있다”고 설명했다.</p>



<p>APM은 멀티클라우드 환경에 배포된 애플리케이션을 관리하고 최적화하는 데 큰 도움을 줄 수 있다. 일부 도구는 애플리케이션 성능 지표를 추적하고 사용자 경험을 보장할 수 있도록 설계돼 있다. 애플리케이션 전수 조사는 가시성과 통제력 확보, 비용 최적화 및 절감 등의 이점을 제공할 수 있다.</p>



<p>금융 서비스 기업 코페이(Corpay)의 CIO 스콧 듀포는 “우리는 특히 SaaS 비용과 관련해 애플리케이션 현황을 정기적으로 파악하고 있다”라며 “솔루션 업체들이 최근 몇 년간 대부분 SaaS 모델로 전환하면서 계약 갱신 시 큰 폭의 요금 인상을 요구하는 경우가 많다”라고 말했다.</p>



<p>듀포는 “이에 따라 우리는 조달 부서를 협상 초기부터 참여시켜 대응하고 있다”라며, “또한 부서 간 중복되는 솔루션을 찾아내 조직 규모를 활용한 유리한 계약 조건 협상도 진행하고 있다”고 밝혔다.</p>



<h2 class="wp-block-heading">복잡성은 통합 관리와 거버넌스로 대응하라</h2>



<p>다수의 클라우드 서비스 업체와 협력해 수십 가지 서비스를 운영하는 기업은 복잡성이 급격히 증가할 수 있으며, 이는 운영 혼란, 과도한 비용, 다양한 문제를 초래할 수 있다. 이 복잡성을 관리하는 것이 멀티클라우드 전략의 핵심이다.</p>



<p>비즈니스 컨설팅 기업 프로티비티(Protiviti)의 글로벌 클라우드 총괄 책임자 랜디 암크네히트는 “멀티클라우드 관리는 본질적으로 복잡하기 때문에 통합 관리와 거버넌스가 매우 중요하다”고 강조했다. 암크네히트는 “사업자 간 프로세스와 도구를 표준화하면 운영 혼란을 방지하고 일관성을 유지할 수 있다”고 조언했다.</p>



<p>암크네히트는 CNAPP(Cloud-native Application Protection Platform)을 언급하며 “개발부터 실행까지 클라우드 네이티브 애플리케이션을 보호하는 종합 보안 솔루션으로, 다양한 클라우드 서비스 업체 전반에 걸쳐 정책을 적용하고 가시성을 확보하는 데 기반이 된다”고 설명했다.</p>



<p>사이버보안 컨설팅 기업 NCC 그룹의 디렉터이자 수석 고문 나이젤 기븐스는 “멀티클라우드 전략 수립 시 조직의 위험 프로파일을 면밀히 검토하는 것이 필요하다”라며, “조직은 자사 요구 사항을 신중히 평가하고, 멀티클라우드 기술을 도입하고 운영하기 위한 종합 전략을 수립해야 한다”라고 강조했다.</p>



<p>기븐스는 “복잡성을 동반한 클라우드 전환은 이제 비즈니스 핵심 영역까지 파고들고 있으며, 조직은 클라우드 컴퓨팅이 지속적으로 제공하는 새로운 기회를 활용해 제품과 서비스를 혁신하려 한다”라고 덧붙였다.</p>



<h2 class="wp-block-heading">액세스 제어와 데이터 보호는 통합 보안 전략으로 관리하라</h2>



<p>사이버보안은 모든 조직에 공통된 과제이지만, 특히 여러 클라우드 서비스와 업체를 동시에 운영하는 환경에서는 그 중요성이 더욱 커진다. 멀티클라우드 전략에는 서비스 접근 제어와 데이터 보호, 특히 고객 정보나 지식재산권처럼 민감한 데이터를 보호하는 항목이 반드시 포함돼야 한다.</p>



<p>NCC 그룹의 나이젤 기븐스는 “멀티클라우드 환경에서 권한 있는 사용자만 접근하도록 하고, 해당 사용자에게 적절한 권한만 부여되는지 보장하는 것이 필수적”이라며 “모든 클라우드 플랫폼에서 보안 정책을 일관되게 적용하고, 공격자가 악용할 수 있는 보안 공백이 없어야 한다”라고 강조했다.</p>



<p>기븐스는 멀티클라우드 환경에서 데이터를 보호하려면 솔루션 업체마다 다른 API, 설정, 컴플라이언스 요건을 관리해야 한다며, “단일 클라우드 환경과 달리 멀티클라우드는 공격 표면이 넓어지며, 이를 통합 관리하려면 통제와 가시성을 확보할 수 있는 추상화 계층이 필요하다”라고 설명했다.</p>



<p>프로티비티의 랜디 암크네히트도 “사용 중인 모든 클라우드 서비스에서 보안 수준을 동일하게 유지해야 한다”라며, “중앙 집중식 IDAM과 강력한 데이터 보호 정책을 적용해야 공격자나 컴플라이언스 감사인의 침해 가능성을 차단할 수 있다”고 말했다.</p>



<p>암크네히트는 이와 관련해 CNAPP가 도움을 줄 수 있다고 했지만, 가장 효과적인 보안은 암호화된 데이터 저장 및 백업과 같은 전략적 보안 도구를 적절히 적용했을 때 가능하다고 강조했다.</p>



<h2 class="wp-block-heading">AI를 활용해 자동화와 통합을 구현하라</h2>



<p>멀티클라우드 전략의 일환으로 기업은 AI 도구를 활용해 클라우드 서비스의 관리 작업과 통합을 자동화할 수 있다. 기븐스는 “AI는 자원 할당, 성능 모니터링, 사고 대응 같은 복잡한 작업을 처리해 효율성을 높인다”라고 평가했다.</p>



<p>또한 “AI는 다양한 플랫폼 간 통합을 지능적으로 처리하고, 운영 부담을 줄이며, 인적 오류를 최소화하고, 최적화 및 복원력을 위한 인사이트를 제공해 확장성과 유연성을 갖춘 클라우드 환경을 지원한다”라며, “앞으로는 AI 지원 없이 클라우드 환경을 운영하고 관리하는 것이 점점 더 어려워질 것”이라고 설명했다.</p>



<p>산데로 컨설팅(Sendero Consulting)의 대표 스콧 시마리는 “멀티클라우드 환경에서는 AI를 활용해 관리 작업과 클라우드 통합을 자동화하는 것이 단순한 효율성을 넘어서 분산 인프라 문제를 직접 해결하는 수단이 된다”라고 강조했다. 시마리는 다양한 산업에서 전환 프로젝트와 멀티클라우드 구축을 이끌었다.</p>



<p>시마리는 “멀티클라우드 환경에서 가장 흔한 문제 중 하나는 ‘스프롤(sprawl)’ 현상이다. 클라우드 서비스의 무분별한 확산은 다양한 클라우드 배포가 사각지대와 불일치를 만들면서 쉽게 발생할 수 있다. AI는 이런 문제를 해결하고 클라우드 전반에서 거버넌스와 일관성을 유지할 수 있도록 돕는 강력한 도구”라고 설명했다.</p>



<p>또한 “조직은 정책을 AI 엔진에 ‘코드화’해 자동화된 거버넌스를 구현할 수 있으며, 이 AI 엔진은 IaC(Infrastructure-as-Code)와 PaC(Policy-as-Code) 원칙을 바탕으로 모든 클라우드 환경을 지속적으로 스캔하고 정책을 강제 적용할 수 있다”고 덧붙였다.</p>



<h2 class="wp-block-heading">비용과 사용량을 감시해 지출을 최적화하라</h2>



<p>멀티클라우드 서비스를 활용하면 기업은 운영 비용을 절감할 수 있다. 하지만 기븐스는 “비용 절감이 새로운 비용 관리 과제를 불러올 수 있다는 점도 명심해야 한다”라며, “워크로드 위치, 요금제, 클라우드별 사용 패턴 등 다양한 요소를 고려한 종합적인 비용 최적화 전략을 마련해야 한다”라고 지적했다.</p>



<p>기븐스는 이 같은 흐름에서 핀옵스(FinOps)라는 새로운 운영 모델이 등장했다고 설명했다. 기분스는 “비용 절감을 위해 리소스 최적화, 자동 확장, 유휴 리소스 제거 등의 작업부터 시작해야 한다”라며, “예약 인스턴스나 스팟 인스턴스 같은 효율적인 요금제를 활용하고, 가장 비용 효율적인 클라우드 서비스 업체에 워크로드를 배치하는 전략도 필요하다”라고 강조했다.</p>



<p>암크네히트는 멀티클라우드 환경에서 비용이 걷잡을 수 없이 증가하는 것을 막기 위해 선제적인 비용 관리가 필수적이라는 입장이다. 암크네히트는 “사용량을 모니터링하고 클라우드별 리소스를 최적화하면 낭비를 줄이고 비용 효율성을 확보할 수 있다”라며, “특히 클라우드 간 데이터 흐름에 주목해야 한다. 멀티클라우드 환경의 비용 효율성은 비용을 고려한 애플리케이션 및 시스템 아키텍처에 달려 있다”라고 설명했다.</p>



<p>시마리는 “AI는 핀옵스를 지원하는 방식으로 클라우드 지출 최적화에 핵심적인 역할을 한다”라며 “AI는 머신러닝을 활용해 과거 사용 데이터를 분석하고 향후 수요를 예측함으로써 클라우드 자원 할당을 최적화할 수 있다”고 말했다. 또, “이로써 조직은 실제 필요한 서비스에만 자원을 배분하게 된다”라고 덧붙였다.</p>



<h2 class="wp-block-heading">마이크로서비스와 컨테이너로 이식성과 유연성을 확보하라</h2>



<p>랜디 암크네히트는 “애플리케이션을 컨테이너에 패키징된 마이크로서비스 형태로 설계하면 클라우드 독립성과 이식성을 확보할 수 있다”라며, “이 방식은 각 클라우드 서비스 업체의 독점 서비스를 활용하면서도 종속을 피하고 복원력을 높이는 데 도움이 된다”라고 설명했다. 또, “애플리케이션은 다양한 환경으로 이동할 수 있도록 설계돼야 한다”라고 강조했다.</p>



<p>암크네히트는 “예를 들어 마이크로서비스가 AWS의 S3 버킷을 호출하는 구조라면, 해당 서비스가 AWS, 마이크로소프트 애저, 구글 클라우드 플랫폼 어디에 호스팅되든 동일하게 동작할 수 있다”라고 설명했다.</p>



<p>기븐스는 “마이크로서비스, 고유 서비스, 컨테이너를 활용하면 애플리케이션의 이식성, 확장성, 복원력을 높일 수 있다”라며, “마이크로서비스는 독립적인 배포를, 컨테이너는 일관된 실행 환경을 보장하며, 고유 서비스는 각 클라우드에 최적화된 성능을 제공한다”라고 설명했다. 기븐스는 “이런 요소를 결합하면 개발 주기가 빨라지고, 특정 업체에 대한 종속이 줄어들며, 다양한 클라우드 플랫폼에서의 민첩성도 향상된다”라고 덧붙였다.</p>



<h2 class="wp-block-heading">IT 조직 구조를 재고하라</h2>



<p>멀티클라우드 인프라의 확산은 기업이 기존 IT 조직 구조를 재검토하게 만들 수 있다. 이는 단지 아키텍처 관점에 그치지 않고, 역량, 교육, 인재 확보 등 전반적인 재편을 요구할 수 있다.</p>



<p>기븐스는 “멀티클라우드의 성공을 위해서는 클라우드 우선 환경에 맞춰 운영 모델을 재설계해야 한다”라며, “이를 위해 팀을 재구성하고, 플랫폼 간 교육에 투자하며, 클라우드 네이티브 도구와 데브옵스에 능숙한 인재를 확보해야 한다”라고 조언했다. 또한 “역할과 워크플로우를 재정립하면 조직의 민첩성이 향상되고 협업이 강화되며, 다양한 클라우드 환경 전반에서 거버넌스도 효과적으로 이뤄져 위험은 줄고 운영 가치는 극대화된다”라고 설명했다.</p>



<p>산데로 컨설팅의 스콧 시마리는 “조직 구조 개편의 핵심은 특정 플랫폼에 종속된 팀을 만드는 것이 아니라, 클라우드 기술의 변화에 지속적으로 적응할 수 있는 학습 문화를 조성하는 것”이라고 강조했다. 시마리는 “IT팀 구성원이 각각 다른 클라우드 업체의 컨퍼런스에 직접 참석해 최신 동향을 학습하는 경우를 자주 본다”라며, “중요한 것은 팀 구조를 전면 개편하는 것이 아니라, 조직이 지속적으로 클라우드 서비스 기술을 따라잡을 수 있도록 만드는 것”이라고 설명했다.</p>



<p>시마리는 이어 “이런 이유로 CoE(Center of Excellence)를 구축하는 것이 매우 유용하다”라며, “공유 지식, 베스트 프랙티스, 지속적 교육의 허브로 활용할 수 있으며, IT 조직이 민첩성과 최신성을 유지하며 여러 클라우드 플랫폼에서 효과적으로 자원을 관리할 수 있게 된다”라고 덧붙였다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[7 tips for a more effective multicloud strategy]]></title>
<description><![CDATA[It’s the age of multicloud IT infrastructure. Organizations are increasingly using services from a variety of cloud providers, and in doing so, they are seeking to develop more intentional, cohesive multicloud strategies to avoid potential chaos and out-of-control costs.



Research firm Gartner ...]]></description>
<link>https://tsecurity.de/de/2915373/it-security-nachrichten/7-tips-for-a-more-effective-multicloud-strategy/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2915373/it-security-nachrichten/7-tips-for-a-more-effective-multicloud-strategy/</guid>
<pubDate>Thu, 31 Jul 2025 12:20:28 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>It’s the age of multicloud IT infrastructure. Organizations are increasingly using services from a variety of cloud providers, and in doing so, they are seeking to develop more intentional, cohesive multicloud strategies to avoid potential chaos and out-of-control costs.</p>



<p>Research firm <a href="http://90%25%20of%20cios%20surveyed%20by%20hostingadvice/" rel="nofollow">Gartner forecasts worldwide public cloud spending will total $723 billion</a> this year, up 21% from 2024. Driving that increase are the use of AI in IT and business operations, expanding cloud use cases, and a rise in distributed, hybrid, cloud-native, and multicloud environments.</p>



<p>Gartner also predicts that 90% of organizations will adopt a hybrid cloud approach through 2027, and that the most urgent generative AI challenge enterprises need to address over the next year will be data synchronization across hybrid and multicloud environments.</p>



<p>Flexibility is a key advantage of going multicloud. And IT leaders are dialing into that, with 90% of CIOs surveyed by HostingAdvice saying that no organization should put 100% of their infrastructure with one cloud supplier.</p>



<p>Nearly three quarters of respondents also said they are working with at least two “alt cloud” providers, with alt cloud defined as any cloud provider other than AWS, Microsoft, Google, IBM, or Oracle. Meanwhile, 63% of IT leaders are relying on two or three of the large-scale cloud service providers.</p>



<p>What are the key considerations for a multi-cloud strategy? Experts weigh in with these tips.</p>



<h2 class="wp-block-heading">Get intentional with a full inventory of enterprise applications</h2>



<p>Achieving a complete inventory of enterprise applications, using tools such as application portfolio management (APM), is vital to establishing a more intentional multicloud strategy.</p>



<p>Research firm Gartner notes that the main objective of APM “is to identify, prioritize and propose opportunities to improve the portfolio. Opportunities include replacements, migration, modernization, consolidation and decommissioning.”</p>



<p>APM can significantly assist with managing and optimizing applications deployed across multicloud environments. Some tools can track application performance metrics and ensure optimal user experience.</p>



<p>Taking an inventory of applications provides potential benefits such as enhanced visibility and control and cost optimization and reduction.</p>



<p>“We do take regular inventories of our applications, especially our SaaS costs, which vendors have largely shifted to over the last few years,” says <a href="https://www.linkedin.com/in/scott-dufour-7a57155/" rel="nofollow">Scott duFour</a>, CIO at financial services provider Corpay.</p>



<p>“Renewal periods often bring significant price hikes with little or no added value, so we combat this by involving procurement in the negotiation process early,” duFour says. “We also look for overlapping solutions across departments so we can leverage the company’s size to negotiate more favorable terms.”</p>



<h2 class="wp-block-heading">Tackle complexity with unified management and governance</h2>



<p>For enterprises using dozens of cloud services from multiple providers, the level of complexity can quickly get out of hand, leading to chaos, runaway costs, and other issues. Managing this complexity needs to be a key part of any multicloud strategy.</p>



<p>“Managing multiple clouds is inherently complex, so unified management and governance are crucial,” says <a href="https://www.protiviti.com/us-en/randy-armknecht" rel="nofollow">Randy Armknecht</a>, a managing director and global cloud practice leader at business advisory firm Protiviti.</p>



<p>“Standardizing processes and tools across providers prevents chaos and maintains consistency,” Armknecht says. <a href="https://www.csoonline.com/article/573629/cnapp-buyers-guide-top-tools-compared.html">Cloud-native application protection platforms (CNAPP)</a> — comprehensive security solutions that protect cloud-native applications from development to runtime — “provide foundational control enforcement and observability across providers,” he says.</p>



<p>Multicloud success also requires a review of organizational risk profiles, says <a href="https://www.linkedin.com/in/nsgibbons/?originalSubdomain=uk" rel="nofollow">Nigel Gibbons</a>, director and senior advisor at cybersecurity consulting firm NCC Group. “It is important for organizations to carefully assess their needs and develop a comprehensive strategy for adopting and managing multicloud technologies,” he says.</p>



<p>The massive shift to clouds, with all its complexities, “now reaches into the business like never before, as organizations strive to develop their service and product by leveraging the constantly evolving opportunities cloud computing introduces,” Gibbons says.</p>



<h2 class="wp-block-heading">Manage access and protect data with a comprehensive security plan</h2>



<p>Cybersecurity is a big challenge for enterprises of all stripes, but it’s all the more so when working with multiple cloud services and vendors. A multicloud strategy needs to include provisions for managing access to services and protecting data — especially sensitive data such as customer information and intellectual property.</p>



<p>“It’s imperative to ensure that only authorized users have access to the multicloud environment and that they have the appropriate permissions to access specific data and applications,” Gibbons says. “It’s also critical to ensure that security policies are consistent across all cloud platforms and that there are no gaps in security that can be exploited by attackers.”</p>



<p>Protecting data in multicloud environments involves managing disparate APIs, configurations, and compliance requirements across vendors, Gibbons says. “Unlike single-cloud environments, multicloud increases the attack surface and requires abstraction layers [to] harmonize controls and visibility across platforms,” he says.</p>



<p>Security needs to be uniform across all cloud services in use, Armknecht adds. “Centralizing identity and access management and enforcing strong data protection policies are essential to close gaps that attackers or compliance auditors could exploit,” he says.</p>



<p>CNAPP assists with this, Armknecht says, but the most effective results come from strategically applying security tools such as encrypted and backed-up data at rest.</p>



<h2 class="wp-block-heading">Use AI for automation and integration</h2>



<p>As part of a multicloud strategy, enterprises can leverage AI tools to automate management tasks and the integration of cloud services.</p>



<p>AI “enhances efficiency by managing complex tasks like resource allocation, performance monitoring, and incident response,” Gibbons says.</p>



<p>“It enables intelligent integration across diverse platforms, reduces operational overhead, minimizes human error, and supports scalable, adaptive cloud environments with proactive insights for optimization and resilience,” Gibbons says. “Going forward, it will become increasingly hard to manage and operate cloud environments without AI augmentation.”</p>



<p>In a multicloud environment, “leveraging AI for automation of management tasks and integration of cloud services moves beyond general efficiency to directly address its distributed infrastructure,” says Scott Simari, principal at Sendero Consulting, who has led transformational projects and multicloud implementations for clients in various industries. </p>



<p>“One of the most common issues in multicloud is ‘sprawl’, which can happen quickly,” Simari says. “This occurs when diverse deployments create blind spots and inconsistencies for an organization. AI is a powerful solution to this by helping the organization ensure governance and consistency across clouds.”</p>



<p>Enterprises can automate governance by “codifying” policies directly into an AI engine, which then continuously scans and enforces these policies across all cloud environments using infrastructure-as-code and policy-as-code principles to maintain uniformity, Simari says.</p>



<h2 class="wp-block-heading">Keep an eye on costs and usage to optimize spend</h2>



<p>Using multiple cloud services can help companies save money by reducing operating expenses. “But it’s important to remember that the reduction of costs can also introduce new cost management challenges,” Gibbons says. “This includes the need to develop a comprehensive cost optimization strategy that considers factors such as workload placement, pricing models, and usage patterns across different cloud providers.”</p>



<p>This has birthed a new operational model, “<a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a>” — financial operations, Gibbons says. “To reduce costs, start by optimizing resource utilization through rightsizing, auto-scaling, and eliminating idle resources,” he says. “Leverage cost-efficient pricing models, like reserved or spot instances, and assign workloads to the most cost-effective cloud provider.”</p>



<p>Proactive cost management is critical to prevent runaway expenses when using multiple clouds, Armknecht says. Monitoring usage and optimizing resources across providers prevents waste and ensures cost efficiency, he says. “Pay attention to data flow between clouds, as cost efficiency in a multicloud environment relies on cost-aware application and systems architecture,” he says.</p>



<p>“AI plays a crucial role in optimizing cloud spending by supporting FinOps efforts,” Simari says. “AI can leverage [machine learning] and analyze historical consumption data to forecast future needs and support the rightsizing of various cloud environments. This ensures that the organization is only allocating resources to the services they actually need.”</p>



<h2 class="wp-block-heading">Leverage microservices and containers to ensure portability</h2>



<p>Designing applications as microservices packaged in containers makes them portable and cloud-agnostic, Armknecht says. “This approach allows leveraging the best native services of each provider while avoiding lock-in and improving resilience,” he says. “Applications must be designed to be moved around.</p>



<p>For example, a microservice calling a Simple Storage Service (S3) bucket in AWS will continue to do so regardless of being hosted in AWS, Microsoft Azure, or Google Cloud Platform, Armknecht says.</p>



<p>Using microservices, native services, and containers enables application portability, scalability, and resilience, Gibbons says. “Microservices allow independent deployment, containers ensure consistent runtime environments, and native services optimize performance per cloud,” he says. “Together, they support faster development cycles, reduce vendor lock-in, and enhance agility across heterogeneous cloud platforms.”</p>



<h2 class="wp-block-heading">Rethink the IT organization</h2>



<p>The rise of the multicloud infrastructure in many cases might force enterprises to rethink their existing IT organization, not just in terms of architectural considerations but also in terms of skills, training, and talent.</p>



<p>Companies will need to redesign their operating models for a cloud-first world, Gibbons says. “It is vital for multicloud success,” he says. “It requires restructuring teams, investing in cross-platform training, and sourcing talent skilled in cloud-native tools and DevOps practices.”</p>



<p>Adapting roles and workflows fosters agility, enhances collaboration, and ensures effective governance across diverse cloud environments, minimizing risk and maximizing operational value, Gibbons says.</p>



<p>The primary organizational shift isn’t necessarily about rigid platform-specific teams, but rather about fostering a culture of continuous learning to stay current with evolving cloud technologies, Sendero’s Simari says.</p>



<p>“In my experience, I’ve seen members of IT teams attend conferences for different cloud providers to stay updated and informed,” Simari says. “The challenge is more about ensuring the IT organization is continuously keeping up to date on [cloud service provider] technologies, rather than a complete overhaul of team structures.”</p>



<p>Because of this, establishing a center of excellence becomes highly valuable, Simari says. “This can serve as a hub for shared knowledge, best practices and ongoing training,” he says. “The center of excellence allows IT organizations to be agile, up-to-date and capable of effectively managing resources across multiple cloud platforms.”</p>



<p><strong>See also:</strong></p>



<ul class="wp-block-list">
<li><a href="https://www.cio.com/article/3567171/cios-recalibrate-multicloud-strategies-as-challenges-remain.html">CIOs recalibrate multicloud strategies as challenges remain</a></li>



<li><a href="https://www.cio.com/article/4004704/multicloud-roi-a-guide-to-maximizing-value-and-efficiency.html">Multicloud ROI: A guide to maximizing value and efficiency</a></li>



<li><a href="https://www.csoonline.com/article/4003915/8-tips-for-mastering-multicloud-security.html">8 tips for mastering multicloud security</a></li>



<li><a href="https://www.csoonline.com/article/4009247/5-multicloud-security-challenges-and-how-to-address-them.html">5 multicloud security challenges — and how to address them</a></li>



<li><a href="https://www.cio.com/article/3843047/multicloud-tips-for-getting-it-right.html">Multicloud: Tips for getting it right</a></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Enhancing ERP with cloud and advanced AI technologies]]></title>
<description><![CDATA[Migrating enterprise resource planning (ERP)  can pose significant challenges for organisations. As well as cost and resource pressures, there is also the possibility of unexpected outcomes. 



In fact, as many as two-thirds of ERP projects fail, with inadequate planning, poor data management an...]]></description>
<link>https://tsecurity.de/de/2913727/it-security-nachrichten/enhancing-erp-with-cloud-and-advanced-ai-technologies/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2913727/it-security-nachrichten/enhancing-erp-with-cloud-and-advanced-ai-technologies/</guid>
<pubDate>Wed, 30 Jul 2025 15:49:11 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Migrating enterprise resource planning (ERP)  can pose significant challenges for organisations. As well as cost and resource pressures, there is also the possibility of unexpected outcomes. </p>



<p>In fact, as many as two-thirds of ERP projects fail, with inadequate planning, poor data management and badly defined requirements among the main causes.<sup>1</sup>  </p>



<p>Given these statistics, it is understandable that companies might defer ERP migration plans. But that is not an option either.  </p>



<h2 class="wp-block-heading"><strong>Migration no longer a luxury </strong> </h2>



<p>Modern ERP-leading business applications, such as SAP, can dramatically improve productivity and decision making across an organisation by integrating various business functions like finance, human resources, procurement, and sales.  </p>



<p>Furthermore, in addition to the immediate advantages, there are also long-term benefits associated with cloud computing and artificial intelligence (AI). </p>



<p>Jayaprabhakar Jagadeesan, Solution Architect with TCS’ Cloud Business Unit, stated, </p>



<p>“The latest technologies are increasingly being deployed on the cloud, so migrating an organisation’s existing systems to the cloud is vital for futureproofing and maintaining competitive advantage.”  He added, “Businesses should move to the cloud to leverage advantages of emerging technologies like AI and automation.” </p>



<p>But while companies accept the need to migrate, they remain concerned about the potential pitfalls. Success involves minimizing impact and ensuring that everything goes according to the plan from the beginning.  And that is where cloud and AI are having a transformative impact.  </p>



<h2 class="wp-block-heading"><strong>Streamlining the process</strong> </h2>



<p>Automation and Generative AI (GenAI) can streamline the cloud migration process at every stage. For example, it can conduct analyses of an organisation’s existing architecture, data, and usage patterns. And then make recommendations to enhance decision-making, ensuring the final structure of the migrated system is suitable and fit for purpose. </p>



<p>AI can optimize and automate tasks within the migration process that were previously performed by teams, potentially reducing challenges like siloing and coordination issues. </p>



<p>Once the migration itself is complete, AI performs monitoring tasks to ensure everything is running smoothly. Additionally, AI also enhances the quality of data processing within the cloud.  </p>



<p>In one instance, TCS reduced a client’s ERP cloud migration time by 50%, while maintaining quality and accuracy. For organizations, this translates to enhanced efficiency, optimized processes, and minimized downtime. </p>



<p>Jayaprabhakar added: “We undertook a cloud migration and conversion project, transitioning from Oracle to HANA for a client’s extensive SAP estate. Typically, this process would take 10 to 12 months. However, by leveraging our automation technologies and tools, we successfully completed the entire project within six months.” </p>



<p>As generative AI and automation technologies continue to advance, experts at TCS are offering an increasingly robust array of solutions. Tejaswini Deshmukh, Solution Architect with TCS’ Cloud Unit, stated: “We utilize tools such as Microsoft Azure Cost Management and solutions like TCS FinOps Transformation for Cloud, which aid in effective cost analysis and optimization. This enables us to achieve a good return on investment for our customers.” </p>



<h2 class="wp-block-heading"><strong>Precious company data</strong> </h2>



<p>One potential challenge of migration is maintaining data integrity. So once the ERP migration process is complete, it is essential to ensure data redundancy, improved availability, and performance. There are tools available like Microsoft Azure Monitor for SAP Solutions to help centrally collect and visualize data from the Azure SAP Infrastructure. The technology – underpinned by cloud and AI – helps address the pressing need for more efficient and cost-effective ERP migration solutions for business. </p>



<p><strong>Learn more:  <a href="https://www.tcs.com/what-we-do/services/cloud/microsoft" target="_blank" rel="sponsored">TCS and Microsoft Cloud: Driving Business Transformation</a> </strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[“AI 시대, 기술 인력 더 뽑는다” 리눅스재단, 기술 인재 보고서 발표]]></title>
<description><![CDATA[특히 주목할 점은 AI 관련 직무가 눈에 띄게 증가하고 있다는 것이다. 다만 사이버보안, 클라우드, 플랫폼 엔지니어링 분야에서는 여전히 심각한 인재 부족이 이어지고 있는 것으로 나타났다.



기술 업계 채용 시장이 여전히 암울하다는 통계도 적지 않다.



트루업(TrueUp)의 기술 업계 감원 현황에 따르면, 올해 들어 현재까지 400개 이상의 기술 기업에서 총 10만 명 가까운 인력이 감축됐다. 하루 평균 약 500명이 일자리를 잃은 셈이다. 컨설팅 기업 BCG는 지난 6월, 1만 명 이상의 리더, 관리자, 직원들을 대상...]]></description>
<link>https://tsecurity.de/de/2910960/it-security-nachrichten/ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2910960/it-security-nachrichten/ai/</guid>
<pubDate>Tue, 29 Jul 2025 09:04:41 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>특히 주목할 점은 AI 관련 직무가 눈에 띄게 증가하고 있다는 것이다. 다만 사이버보안, 클라우드, 플랫폼 엔지니어링 분야에서는 여전히 심각한 인재 부족이 이어지고 있는 것으로 나타났다.</p>



<p>기술 업계 채용 시장이 여전히 암울하다는 통계도 적지 않다.</p>



<p>트루업(TrueUp)의 <a href="https://www.trueup.io/layoffs" rel="nofollow">기술 업계 감원 현황</a>에 따르면, 올해 들어 현재까지 400개 이상의 기술 기업에서 총 10만 명 가까운 인력이 감축됐다. 하루 평균 약 500명이 일자리를 잃은 셈이다. 컨설팅 기업 <a href="https://www.bcg.com/publications/2025/ai-at-work-momentum-builds-but-gaps-remain" rel="nofollow">BCG</a>는 지난 6월, 1만 명 이상의 리더, 관리자, 직원들을 대상으로 진행한 설문조사에서 41%가 “향후 10년 안에 자신의 일자리가 사라질 것”이라고 답했다고 밝혔다. 또한 <a href="https://www.weforum.org/publications/the-future-of-jobs-report-2025/" rel="nofollow">세계경제포럼(WEF)</a>은 지난 1월, 오는 2030년까지 전 세계적으로 9,200만 개의 일자리가 사라질 것이라고 전망했다.</p>



<p>하지만 지속적인 감원과 고용 불안감에도 불구하고, 기술 인재 시장에는 긍정적인 흐름도 감지되고 있다. 전문가들은 AI가 무조건적으로 일자리를 없애는 것은 아니며, 일부 사례에서는 단순한 인력 감축이 아닌 기술 직무의 범위를 확장하는 방향으로 작용한다고 분석했다.</p>



<p>리눅스재단의 교육 부문 수석부사장이자 총괄인 <a href="https://www.linkedin.com/in/clydeseepersad/" rel="nofollow">클라이드 시퍼사드</a>는 기술 변화에 따른 일자리 손실이 새로운 현상이 아니라고 말했다. 그는 최근 리눅스재단이 발표한 <a href="https://www.linuxfoundation.org/press/linux-foundation-report-finds-organizations-embrace-upskilling-and-open-source-to-meet-ai-driven-job-demands" rel="nofollow">기술 인재 보고서</a>를 통해 이러한 시장 변화를 짚었다.</p>



<p>시퍼사드는 “어렸을 때는 장거리 전화를 걸기 위해 사람 교환원이 필요했다. 그 직업들은 모두 사라졌지만, 그렇다고 전체 일자리가 줄어든 것은 아니다. 오늘날 통신 업계의 전체 고용 규모는 1980년대보다 오히려 더 많다”라고 말했다.</p>



<p>세계경제포럼 보고서는 9,200만 개의 일자리가 사라질 것이라고 예측했지만, 동시에 1억 7,000만 개의 신규 일자리가 창출될 것이라고도 전망했다.</p>



<p>리눅스재단은 이 같은 흐름이 이미 현실에서 나타나고 있다고 분석했다. 재단이 500명 이상의 채용 관리자, 리크루터, 인사 담당자를 대상으로 진행한 조사에 따르면, AI로 인해 인력을 줄인 조직보다 인력을 확대한 조직이 2.7배 더 많았다.</p>



<p>2025년 기준, AI는 감원보다 일자리 창출에 21% 더 많은 영향을 미친 것으로 나타났다. 이는 2024년의 18%에서 상승한 수치다. 이 같은 긍정적 영향은 조직 규모, 산업 분야, 지역에 관계없이 전반적으로 나타났다. 특히 AI 관련 직무에서는 응답자의 57%가 인력을 충원 중이라고 답한 반면, 감원을 진행하고 있다고 밝힌 비율은 3%에 불과했다.</p>



<p>저연차 기술 직무는 AI의 영향을 가장 크게 받을 것으로 예상되지만, 응답자의 24%는 AI로 인해 인력을 늘리고 있다고 밝혔다. 반면 18%는 감원을 진행 중이라고 답했으며, 나머지는 AI로 인한 영향이 없다고 응답했다.</p>



<p>시퍼사드는 “20년 전 웹 혁명을 겪었던 사람들에게는 지금 상황이 익숙하게 느껴질 것”이라며 “당시에도 결국 기술 인재가 더 많아졌듯, 이번에도 비슷한 흐름이 이어지고 있다”라고 설명했다.</p>



<p>실제로 올해 리눅스재단 설문에 참여한 대부분의 응답자는 필요한 인재를 충분히 확보하지 못하고 있다고 답했다.</p>



<p>이는 이해할 만하다. 현재 미국의 실업률은 약 4%로, 일반적으로 인플레이션 없는 완전고용 상태를 의미하는 자연 실업률(약 5%)보다 낮은 상황이다. 기술 직종의 실업률은 이보다 더 낮다. IT산업협회인 <a href="https://www.comptia.org/en-us/about-us/news/press-releases/tech-hiring-activity-outpaces-expectations-comptia-tech-jobs-report-finds/" rel="nofollow">컴티아(CompTIA)</a>는 지난 6월 기준 기술 직종의 실업률이 2.8%까지 떨어졌으며, 해당 월에만 9만 개의 순 신규 일자리가 창출됐다고 밝혔다.</p>



<p>리눅스재단 조사에 따르면 인재 부족은 예산 제약, 보안 및 개인정보 보호 이슈에 이어 기업이 기술 혁신을 추진할 때 직면하는 3번째 주요 과제로 꼽혔다. 인재가 가장 부족한 분야에는 AI 및 머신러닝(ML) 엔지니어링과 운영 부문이 꼽혔으며, 응답자의 68%가 인재 부족을 겪고 있다고 답했다.</p>



<p>그 다음은 사이버보안 및 규제 준수 분야로, 65%가 인재 부족을 겪는다고 응답했다. 이어서 핀옵스(FinOps) 및 비용 최적화가 61%, 클라우드 컴퓨팅이 59%, 플랫폼 엔지니어링이 56%로 인재 부족 현상이 심각한 것으로 나타났다.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?w=1024" alt="Linux Foundation State of Tech Talent Report" class="wp-image-4028366" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?quality=50&amp;strip=all 1317w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=300%2C232&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=768%2C594&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=1024%2C792&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=902%2C697&amp;quality=50&amp;strip=all 902w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=217%2C168&amp;quality=50&amp;strip=all 217w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=109%2C84&amp;quality=50&amp;strip=all 109w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=621%2C480&amp;quality=50&amp;strip=all 621w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=466%2C360&amp;quality=50&amp;strip=all 466w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=323%2C250&amp;quality=50&amp;strip=all 323w" width="1024" height="792" sizes="(max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Infographic courtesy of Marco Gerosa and Adrienn Lawson, “2025 State of Tech Talent: Truth vs. Vibe: The Not So Disruptive Workforce Impact of AI,” foreword by Clyde Seepersad, The Linux Foundation, June 2025.</p>
</figcaption></figure><a href="https://creativecommons.org/licenses/by-nd/4.0/deed.en" target="_blank" class="imageCredit" rel="nofollow">The Linux Foundation</a></div>



<h2 class="wp-block-heading">여전히 심각한 클라우드 컴퓨팅 분야 인재 부족</h2>



<p>AI 열풍 속에 상대적으로 주목도가 낮아졌지만, 퍼블릭 클라우드는 여전히 빠르게 성장하는 컴퓨팅 환경으로 꼽힌다. 조사에 따르면, 향후 18개월 동안 퍼블릭 클라우드에 대한 <a href="https://www.networkworld.com/article/3486687/enterprise-spending-on-cloud-services-keeps-accelerating.html">지출을 늘릴 계획</a>이라고 응답한 조직이 53%에 달했다. 프라이빗 클라우드가 43%로 뒤를 이었고, 고성능 컴퓨팅(HPC)은 35%였다. 반면 온프레미스 시스템은 전체적으로 지출 감소가 예상됐다.</p>



<p>시퍼사드는 “클라우드 사용은 계속해서 큰 폭으로 증가하고 있다. 사람들이 워크로드를 지하 서버에서 점점 더 클라우드로 옮기고 있다. 이런 흐름 속에서 관련 인재에 대한 수요도 계속해서 커지고 있다”라고 설명했다.</p>



<p>기업은 인재 부족 문제를 해결하는 방법으로 신규 인력 채용보다는 기존 직원의 <a href="https://www.networkworld.com/article/3830622/ai-automation-spur-efforts-to-upskill-network-pros.html">역량 강화</a>에 더 많이 의존하고 있는 것으로 나타났다. 전체 응답자의 70%는 기존 인재의 역량 강화를 추진하고 있다고 답했으며, 신규 채용에 집중하고 있다는 응답은 16%에 그쳤다.</p>



<p>시퍼사드는 “지난 몇 년간 사람들은 클라우드 기술 인재를 스카우트하는 것이 서로를 해칠 수 있다는 점을 깨달았다. 기술 수요가 계속 늘어나는 상황에서 이런 방식은 인재를 늘리는 데 아무런 도움이 되지 않는다. 기술 인재는 단순히 데려오는 것이 아니라 키워야 하는 것”이라고 말했다.</p>



<p>시퍼사드는 채용이 더 빠른 해결책처럼 보일 수 있지만, 실제로는 교육에 드는 시간이 더 적다고 언급했다. 그는 “기존 인재를 교육하면 이직률도 낮고, 이들은 조직과 비즈니스에 대한 맥락을 이미 이해하고 있다”라고 말했다.</p>



<p>조사에 의하면, 전통적인 채용과 온보딩에는 평균 8개월 이상이 소요되며, 신규 채용 인력의 19%는 입사 후 6개월 이내에 회사를 떠나는 것으로 나타났다. 반면, 기존 직원의 역량 강화에는 평균 5개월이 걸리며, 직원들의 직무 만족도와 조직 내 정착률을 동시에 높이는 효과가 있는 것으로 분석됐다.</p>



<h2 class="wp-block-heading">재교육 대상 분야로 떠오르는 네트워킹 및 엣지 컴퓨팅</h2>



<p>조사에 따르면, 네트워킹 및 엣지 컴퓨팅 직무에서도 기업이 신규 채용(17%)보다는 기존 인재의 역량 강화(68%)를 선호하는 것으로 나타났다.</p>



<p>시퍼사드는 해당 분야에서도 인재 부족이 심화되고 있다며, AI를 비롯한 신기술이 확산되는 상황에서 네트워킹과 엣지 컴퓨팅이 점점 더 중요한 역량으로 떠오르고 있다고 설명했다.</p>



<p>그는 “소프트웨어 중심의 세계를 벗어나 물리적인 세계로 나가면, 데이터는 엣지 센서 같은 장치에서 온다. 이 데이터를 수집해 강력한 알고리즘이 활용할 수 있게 하려면 어떤 인프라 구성이 필요할까? 그리고 그 결과를 다시 엣지로 어떻게 되돌려줄 수 있을까?”라고 말했다.</p>



<h2 class="wp-block-heading">플랫폼 엔지니어링 역량도 수요 높아</h2>



<p>조사에 따르면, 기술 환경이 변화하는 가운데 전체 조직의 56%가 플랫폼 엔지니어링 분야에서 인력이 부족하다고 응답했다.</p>



<p>플랫폼 엔지니어링은 내부 개발 플랫폼을 구성하는 핵심 기술들을 다루며, 기업이 애플리케이션을 배포, 관리 및 운영할 수 있도록 한다. 특히 AI 확산으로 인해 해당 분야가 급속히 변화하고 있으며, 기업이 단순한 개념 증명(PoC)이나 초기 적용 단계를 넘어 대규모 AI 도입으로 전환하면서 변화 속도는 더욱 빨라지고 있다.</p>



<p>시퍼사드는 “모든 기업이 가장 쉬운 파일럿 과제부터 시작해 점점 더 복잡한 비즈니스 영역으로 확장하고 있다”라고 말했다.</p>



<p>무언가 제대로 작동하지 않을 경우, 문제를 예측하고 해결하려면 비즈니스와 인프라를 깊이 이해하고 있는 사람이 반드시 필요하다고 그는 설명했다.</p>



<p>시퍼사드는 “AI는 결국 어떤 시스템, 어떤 네트워크, 그리고 어떤 데이터베이스와 연결되어 실행돼야 한다. 이 같은 미래를 준비하려면 조직 내 인재들을 활용해야 하며, 이들에게 투자해야 한다. 역량을 강화하고 교차 기술을 익히게 해야 하며, 기술 영역 밖에 있던 사람들도 기술 부문으로 끌어들여야 한다. IT 전문가만을 한 자리에 모아 에이전트를 개발하면, 오히려 좋은 비즈니스 프로세스를 도출하지 못할 수도 있다”라고 조언했다.</p>



<p>하지만 AI는 이제 단순히 기업 IT 플랫폼 운영만의 과제는 아니다. 조사에 따르면 응답자의 45%는 AI가 IT 인프라 모니터링 및 최적화에서 상당한 가치를 제공할 것으로 기대했다. 이는 AI가 플랫폼 상단이 아닌, 그 기반이 되는 인프라 영역에서도 핵심 역할을 할 수 있다는 의미다. 하지만 실제로 필요한 수준의 AI 운영 역량을 보유하고 있다고 답한 비율은 31%에 불과해, 기술 격차가 여전히 크다는 점을 보여준다.</p>



<h2 class="wp-block-heading">인재 확보에 긍정적인 영향을 주는 ‘오픈소스 중심 문화’</h2>



<p>인재 유지 측면에서 기술 교육의 효과는 매우 높은 것으로 나타났다. 전체 응답자의 91%는 기술 교육이 인재 유지에 효과적이라고 평가했으며, 90%의 기업이 실제로 인재 유지를 위한 전략으로 기술 교육을 활용 중이라고 답했다.</p>



<p>오픈소스 중심 문화 역시 인재 유지에 긍정적인 영향을 미치는 것으로 조사됐다. 응답자의 84%는 오픈소스 문화가 인재 유지에 효과적이라고 평가했다. 하지만 이를 실제 전략으로 운영하고 있다고 답한 비율은 68%에 그쳤다.</p>



<p>시퍼사드는 오픈소스가 오늘날 비즈니스에 필수적인 요소라고 강조했다. 그는 “전체 코드베이스의 90%가 오픈소스 구성 요소를 포함하고 있다는 통계만 봐도 알 수 있다. 네트워킹이나 클라우드를 보더라도, 이들 기술의 핵심 아키텍처는 오픈소스 컴퓨팅 위에서 구축되고 있다”라고 설명했다.</p>



<p>오픈소스 소프트웨어는 비용 효율성 측면에서도 기업에 경제적 이점을 제공하며, 자유롭게 기능을 수정하거나 개선 사항을 공유할 수 있다는 장점도 있다. 실제로 오픈소스는 AI 도입 전략에서도 중요한 위치를 차지하고 있다. 조사 응답자의 40%는 오픈소스 프레임워크, 모델, 도구를 활용해 AI를 도입할 계획이라고 밝혔다.</p>



<p>시퍼사드는 “오픈소스에 참여하고 기여하는 것이 비즈니스 성과와 경제 전반에 긍정적인 영향을 미친다는 인식이 여러 산업 분야 전반에 널리 확산됐다. 대규모 조직에서도 공동으로 개발된 기술이 이미 광범위하게 자리 잡았다. 이를 활용하고, 기여하며, 유지 및 확장할 수 있는 인재는 그 자체로 높은 가치를 지닌다”라고 설명했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI will drive more workforce expansion for tech pros than reduction, Linux Foundation reports]]></title>
<description><![CDATA[It’s not hard to find job stats that suggest it’s a fairly grim market for tech employees.



TrueUp’s Tech Layoff tracker has logged more than 400 layoffs at tech companies so far this year, totaling nearly 100,000 people and amounting to around 500 people laid off each day. Consulting firm BCG ...]]></description>
<link>https://tsecurity.de/de/2909824/it-security-nachrichten/ai-will-drive-more-workforce-expansion-for-tech-pros-than-reduction-linux-foundation-reports/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2909824/it-security-nachrichten/ai-will-drive-more-workforce-expansion-for-tech-pros-than-reduction-linux-foundation-reports/</guid>
<pubDate>Mon, 28 Jul 2025 16:19:29 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>It’s not hard to find job stats that suggest it’s a fairly grim market for tech employees.</p>



<p><a href="https://www.trueup.io/layoffs">TrueUp’s Tech Layoff tracker</a> has logged more than 400 layoffs at tech companies so far this year, totaling nearly 100,000 people and amounting to around 500 people laid off each day. Consulting firm BCG <a href="https://www.bcg.com/publications/2025/ai-at-work-momentum-builds-but-gaps-remain">released a survey</a> in June of more than 10,000 leaders, managers, and employees and found that 41% of employees think their jobs will “certainly or probably” disappear in the next ten years. And in January, the <a href="https://www.weforum.org/publications/the-future-of-jobs-report-2025/">World Economic Forum predicted</a> that 92 million jobs would be gone by 2030.</p>



<p>But despite the ongoing staff reductions and job-loss fears, there are upsides in the market for tech talent. Artificial intelligence isn’t an automatic job killer, experts say, and in some cases, AI is expanding technical roles rather than simply shrinking headcount.</p>



<p>Job losses due to technological changes are nothing new, says <a href="https://www.linkedin.com/in/clydeseepersad/">Clyde Seepersad</a>, senior vice president and general manager for education at the Linux Foundation, which recently <a href="https://www.linuxfoundation.org/press/linux-foundation-report-finds-organizations-embrace-upskilling-and-open-source-to-meet-ai-driven-job-demands">released its own jobs report</a>.</p>



<p>“When I was a kid, you had to have a human operator do a long-distance phone call for you,” he says. “All those jobs went away.” But that doesn’t mean that there were fewer jobs overall, he adds. “We have more net employment in telco today than we did in the 1980s.”</p>



<p>And the World Economic Forum report that predicted that 92 million jobs will be gone? It also predicted that 170 million jobs would be created.</p>



<p>The Linux Foundation is already seeing this playing out. According to its survey of over 500 hiring managers, recruiters, and HR professionals, 2.7 times more organizations expanded their workforce than reduced it due to AI.</p>



<p>AI was responsible for 21% more job creation than job losses in 2025, up from 18% in 2024. And the positive impact was seen across all organization sizes, industry verticals, and geographical regions. For AI-related jobs in particular, 57% of respondents said they were adding people, while only 3% said they were decreasing headcount.</p>



<p>Even in entry-level technical professions, which are expected to be most affected by AI, 24% said they were increasing jobs because of AI, 18% said they were cutting jobs, and the rest said that there was no AI impact.</p>



<p>“For those of us who lived through the web revolution 20 years ago, it’s a similar story,” says Seepersad. “And, of course, we ended up with more technologists.”</p>



<p>In fact, most respondents to this year’s Linux Foundation survey say they’re having trouble finding enough people.</p>



<p>That makes sense. Our national unemployment rate is currently around 4%, which is lower than the natural unemployment rate of around 5%. And the tech unemployment rate is even lower. Earlier this month, <a href="https://www.comptia.org/en-us/about-us/news/press-releases/tech-hiring-activity-outpaces-expectations-comptia-tech-jobs-report-finds/">CompTIA reported</a> that the unemployment rate for technology occupations dropped to 2.8% in June, with a net increase of 90,000 jobs that month.</p>



<p>According to the Linux Foundation survey, the lack of talent is the third-biggest challenge that companies face when it comes to technological innovation, after budget constraints and security and privacy concerns.</p>



<p>The most understaffed areas are AI and ML engineering and operations, where 68% of respondents say they’re understaffed. Cybersecurity and compliance are in second place, with 65% reporting understaffing, followed by FinOps and cost optimization at 61%, cloud computing at 59%, and platform engineering at 56%.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?w=1024" alt="Linux Foundation State of Tech Talent Report" class="wp-image-4028366" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?quality=50&amp;strip=all 1317w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=300%2C232&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=768%2C594&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=1024%2C792&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=902%2C697&amp;quality=50&amp;strip=all 902w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=217%2C168&amp;quality=50&amp;strip=all 217w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=109%2C84&amp;quality=50&amp;strip=all 109w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=621%2C480&amp;quality=50&amp;strip=all 621w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=466%2C360&amp;quality=50&amp;strip=all 466w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Linux-Foundation-Tech-Talent-Report-2025.png?resize=323%2C250&amp;quality=50&amp;strip=all 323w" width="1024" height="792" sizes="(max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Infographic courtesy of Marco Gerosa and Adrienn Lawson, “2025 State of Tech Talent: Truth vs. Vibe: The Not So Disruptive Workforce Impact of AI,” foreword by Clyde Seepersad, The Linux Foundation, June 2025.</p>
</figcaption></figure><a href="https://creativecommons.org/licenses/by-nd/4.0/deed.en" target="_blank" class="imageCredit" rel="noopener">The Linux Foundation</a></div>



<h2 class="wp-block-heading">Cloud computing talent crunch remains</h2>



<p>Compared to all the AI hype, cloud might now feel like old news. But 53% of organizations plan to <a href="https://www.networkworld.com/article/3486687/enterprise-spending-on-cloud-services-keeps-accelerating.html">increase public cloud spending</a> over the next 18 months, making it the fastest-growing computing environment. Private cloud was in second place at 43%, followed by high-performance computing at 35%, with a net decrease expected in on-premise systems.</p>



<p>“People’s use of cloud continues to grow significantly,” says Seepersad. “More and more workloads are being moved off that server in the basement that nobody knows what to do with. And so the appetite for that talent continues to grow.”</p>



<p>Companies are more likely to address the talent shortage by <a href="https://www.networkworld.com/article/3830622/ai-automation-spur-efforts-to-upskill-network-pros.html">upskilling existing staff</a> versus hiring new talent – 70% for upskilling, versus 16% for hiring new.</p>



<p>“People have realized for the past several years that poaching cloud technical talent is a circular firing squad,” he says. “This does not add to technical talent in a world where demand is increasing. Technical talent is something that you need to build, not just buy.”</p>



<p>And even though hiring might seem faster, training actually takes less time, he adds. “You’re also less likely to have attrition, and these are the people who have the context of the business,” he says.</p>



<p>According to the survey, traditional hiring and onboarding takes more than 8 months, and then 19% of new hires leave within their first six months. Meanwhile, upskilling existing employees takes, on average, five months, and results in higher job satisfaction for employees and higher retention rates.</p>



<h2 class="wp-block-heading">Networking and edge computing prime for reskilling</h2>



<p>Companies also prefer to upskill rather than hire new for networking and edge computing positions, 68% to 17%.</p>



<p>This is another area where companies are seeing skill shortages, at a time when new technologies, including AI, are making these skills more important, says Seepersad.</p>



<p>“When you get outside the purely software-driven world, out into the physical world, the data comes from things like edge sensors,” he says. “How do we configure a world where we can capture all that data to make it available to super-powerful algorithms? And then how do we feed back the results of that to the edge?”</p>



<h2 class="wp-block-heading">Platform engineering expertise wanted</h2>



<p>According to the survey, 56% of organizations report being understaffed in platform engineering, even as the technology landscape changes.</p>



<p>Platform engineering is all about the technologies that underpin internal development platforms and allow companies to deploy, manage, and operate applications. With AI in particular, this is all changing rapidly, and the pace of change is accelerating as companies scale up from low-hanging fruits and pilot projects to full-scale AI deployments.</p>



<p>“Everybody picked the easiest thing to pilot, and they started moving through the progressively more challenging parts of the business,” Seepersad says.</p>



<p>And then what happens when something doesn’t work, he asks. Somebody has to understand the business and the infrastructure well to be able to anticipate where the challenges are going to come from and how to fix them.</p>



<p>“AI has to run somewhere, on some system, on some network, with some database connecting to it,” he says. “And if you’re thinking about how to get to this future, you’re going to have to use the folks in your organization, which means you have to invest in them. You have to upskill, you have to cross-skill. and you have to bring people from outside the technical realm into the technical realm, because if you put all the IT geeks in a room to write agents, you probably won’t get a good business process coming out of it.”</p>



<p>AI isn’t just a challenge for enterprise IT platforms, however. For example, 45% of survey respondents say they expect AI to deliver significant value in IT infrastructure monitoring and optimization – but only 31% say they have AI operations expertise that they need.</p>



<h2 class="wp-block-heading">Open-source culture a talent draw</h2>



<p>When it comes to talent retention, 91% said technical training was effective, and 90% of companies used technical training as a strategy to retain talent.</p>



<p>Having an open-source culture was close behind, with 84% effectiveness for retaining talent. However, only 68% of respondents said their organizations offered an open-source culture as a retention strategy.</p>



<p>Meanwhile, open source is critical to today’s businesses, says Seepersad. “You see the stats, and 90% of all code bases have open-source components,” he says. “If you talk about networking, if you talk about cloud, the fundamental architecture of those practice areas is open-source computing.”</p>



<p>Open-source software also has an economic benefit to companies because of the cost advantage, as well as offering the ability to make changes and share improvements. Open source was also one of the top strategies for deploying AI, with 40% of survey respondents saying that they planned to leverage open-source frameworks, models, and tools.</p>



<p>“The idea that participating in and contributing to open source improves both the business results and the economy has taken hold, very broadly, across a whole bunch of industry sectors,” Seepersad says. Even at the largest scales, collaboratively developed technology has become pervasive, he says. “And having people who are versed in using it, contributing to it, maintaining it, and extending it, is valuable.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IT leaders find quick wins when adapting cloud strategies to gen AI]]></title>
<description><![CDATA[Irrespective of industry, the rise of gen AI has reignited boardroom discussions about cloud strategies. While the potential is big, so are the complexities — especially for CIOs suddenly facing budget overruns, security risks, and tangled hybrid environments.“Companies are trying everything, whi...]]></description>
<link>https://tsecurity.de/de/2889671/it-security-nachrichten/it-leaders-find-quick-wins-when-adapting-cloud-strategies-to-gen-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2889671/it-security-nachrichten/it-leaders-find-quick-wins-when-adapting-cloud-strategies-to-gen-ai/</guid>
<pubDate>Wed, 16 Jul 2025 12:18:06 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Irrespective of industry, the rise of gen AI has reignited boardroom discussions about cloud strategies. While the potential is big, so are the complexities — especially for CIOs suddenly facing budget overruns, security risks, and tangled hybrid environments.<br><br>“Companies are trying everything, which leads to enormous costs,” says Juan Orlandini, CTO North America at Insight. “If you’re running gen AI in the public cloud, the costs add up quickly. You get charged for everything — compute, storage, and all the network traffic.”</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=768%2C513&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=1024%2C684&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=1536%2C1026&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=1044%2C697&amp;quality=50&amp;strip=all 1044w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=719%2C480&amp;quality=50&amp;strip=all 719w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=539%2C360&amp;quality=50&amp;strip=all 539w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Juan-Orlandini-CTO-North-America-Insight.jpg?resize=374%2C250&amp;quality=50&amp;strip=all 374w" width="1240" height="828" sizes="(max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Juan Orlandini, CTO North America, Insight</p>
</figcaption></figure><p class="imageCredit">Insight</p></div>



<p>Those surging expenses reflect a broader reality. Gen AI workloads are unpredictable, data-intensive, and often experimental, according to Bastien Aerni, VP at GTT, a networking and security as a service provider. “CIOs often don’t know how successful a given initiative will be,” he says. “Overinvesting is risky, and underinvesting limits scalability and user experience.”</p>



<p>This cost is often amplified by data gravity in that once a large amount of data accumulates in one place, it becomes inefficient — both technically and financially — to move it elsewhere for processing. At the same time, cloud environments can unintentionally create data swamps through redundancy and uncontrolled sprawl. Orlandini warns of hidden costs when separating compute and data. “If your data is on prem and you use a cloud-based AI service, you either need high-speed connections or you need to duplicate the data in the cloud. Both are costly.”</p>



<p>But modified hybrid and multi-cloud strategies present trade-offs of their own in managing compliance in global environments, avoiding vendor lock-in, and balancing performance with cost. “The main risk is lock-in,” says Scott Gnau, head of data platforms at data tech provider InterSystems. “Vendor lock-in can derail your long-term strategy. If your tools are tied to one vendor’s stack, switching becomes difficult — and expensive.”</p>



<p>Security and compliance further complicate matters. For Boris Kolev, global head of technology at JA Worldwide, the youth-serving NGO operating in 115 countries, these concerns are paramount. “We deal with student data across many jurisdictions,” he says, “so we have to comply with everything from GDPR to local youth protection laws.” He adds that any AI service they use must undergo rigorous security vetting before deployment.</p>



<h2 class="wp-block-heading">Work through the new set of trade-offs</h2>



<p>To navigate this complex terrain, CIOs must reconsider the foundational trade-offs in cloud strategy. The optimal solution increasingly lies in architectural flexibility, balancing proximity, performance, security, and vendor independence.</p>



<p>All four IT leaders featured here stress the importance of processing data close to its source. Whether on prem, at the edge, or in regional clouds, moving data introduces both latency and cost. “Real-time AI only works if you’re close to the data source,” says Gnau. “If your model runs on data where it resides, latency drops and costs stay under control.”</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=1536%2C1024&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=1046%2C697&amp;quality=50&amp;strip=all 1046w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=720%2C480&amp;quality=50&amp;strip=all 720w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Scott-Gnau-head-of-data-platforms-InterSystems.jpg?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1240" height="827" sizes="(max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Scott Gnau, head of data platforms, InterSystems</p>
</figcaption></figure><p class="imageCredit">InterSystems</p></div>



<p>Moving data around also increases security risks, and dispersed organizations such as JA Worldwide are especially vulnerable. “We prioritize keeping data local and minimizing access wherever possible,” says Kolev. “Our AI orchestration uses local models and data centers to comply with protections like GDPR and CCPA.”</p>



<p>Kolev adds that JA Worldwide uses metadata-driven orchestration to decide the most efficient location for each task. “It’s about selecting the most efficient dataset based on proximity and response time,” he says. This approach reduces unnecessary data movement, improves compliance, and keeps costs manageable.</p>



<p>In some cases, this means using regional cloud providers or edge infrastructure. GTT’s Aerni cites an example: “A large UK construction firm uses AI on the ground to validate builds against contracts. That validation can’t wait on centralized processing. These types of real-time applications make edge computing indispensable.”</p>



<p>To further avoid vendor lock-in, a flexible architecture is essential. “Use platforms or frameworks that allow you to swap out AI backends,” says Insight’s Orlandini. “Build an abstraction layer that insulates your applications from specific vendors.”</p>



<p>Aerni echoes this view. “We’re focused on enabling innovation through a high-performance and flexible platform that lets us safely test and activate new technologies in a vendor- and technology-agnostic manner.”</p>



<p>Kolev adds that his approach is shaped by budget-conscious decision-making from his experience in Eastern Europe. “We’ve always been cautious about vendor lock-in, and lean toward open-source solutions first,” he says. “We often build custom architectures using a patchwork of smaller providers.”</p>



<p>Open standards and open-source tools aren’t just about ideology, they’re also good risk management. “At InterSystems, we stick to open standards and interchangeable architectures,” Gnau says. “That gives us and our clients the ability to move when business needs change.”</p>



<p>For JA Worldwide, the choice is often driven by cost. “We rely heavily on open-source or discounted resources,” says Kolev. “We start with open source and only pay for licensed platforms when absolutely necessary.”</p>



<p>AI projects are notorious for runaway costs, and many operate outside normal cost-control frameworks. Orlandini stresses the need for FinOps to evolve. “AI projects are often siloed,” he says. “Organizations need to apply the same discipline to AI as they do to traditional workloads.”</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=1536%2C1024&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=1046%2C697&amp;quality=50&amp;strip=all 1046w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=720%2C480&amp;quality=50&amp;strip=all 720w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Boris-Kolev-global-head-of-technology-JA-Worldwide.jpg?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1240" height="827" sizes="(max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Boris Kolev, global head of technology, JA Worldwide</p>
</figcaption></figure><p class="imageCredit">JA Worldwide</p></div>



<p>Monitoring usage patterns is key. JA Worldwide, for example, tracks reads per minute and latency to determine the intensity of activity. “When usage spikes, we may manually activate a kill switch to prevent cost overruns,” Kolev says. “Long term, we want to automate this with AI.”</p>



<p>Aerni adds that CIOs need to equally know the customer and data, and that poor data quality inflates storage costs without delivering value. “Moving data from point A to B can be expensive, especially on public clouds,” he says.</p>



<p>AI’s hunger for data also heightens the need for greater governance. “Companies accumulate data that’s barely usable,” says Aerni. Knowing where your data is and what it’s worth is now a CIO imperative.</p>



<h2 class="wp-block-heading">Still in the formative days of AI use cases</h2>



<p>Despite the hype, or because of it, most enterprises are still in the early phases of gen AI deployment. “I haven’t seen many full-scale deployments yet,” says Gnau. “Most are still in pilot or early-stage implementation.”</p>



<p>Many organizations are beginning with lightweight, low-risk applications like transcription tools, document summarization, and customer service chatbots before expanding to more strategic use cases. These early efforts are helping to validate ROI and build internal confidence. Some companies are layering AI onto legacy systems through APIs or embedding RAG strategies into data workflows. These patterns allow them to augment current infrastructure rather than replace it outright, lowering the barrier to entry. As experience grows, more use cases will move into critical operations, especially where data quality, latency, and regulation are well understood.</p>



<p>That said, some use cases are already delivering tangible value. JA Worldwide is testing a “pitch master” AI that helps students improve entrepreneurial presentations. “The AI analyzes tone, content, posture, and business model quality offering feedback for improvement,” says Kolev.</p>



<p>At GTT, observability and agentic AI are gaining traction, too. “Agentic AI can support service assurance functions like customer service and ticket logging,” Aerni explains. “Observability helps anticipate outcomes like helping an airline optimize staffing based on traveler flows, for instance.”</p>


<div class="extendedBlock-wrapper block-coreImage left"><figure class="wp-block-image alignleft size-1240-r3:2 is-resized"> srcset="https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?quality=50&amp;strip=all 1800w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=300%2C200&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=768%2C512&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=1024%2C683&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=1536%2C1025&amp;quality=50&amp;strip=all 1536w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=1240%2C826&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=150%2C100&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=1045%2C697&amp;quality=50&amp;strip=all 1045w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=252%2C168&amp;quality=50&amp;strip=all 252w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=126%2C84&amp;quality=50&amp;strip=all 126w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=719%2C480&amp;quality=50&amp;strip=all 719w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=540%2C360&amp;quality=50&amp;strip=all 540w, https://b2b-contenthub.com/wp-content/uploads/2025/07/Bastien-Aerni-VP-GTT.jpg?resize=375%2C250&amp;quality=50&amp;strip=all 375w" width="1240" height="827" sizes="(max-width: 1240px) 100vw, 1240px"&gt;<figcaption class="wp-element-caption"><p>Bastien Aerni, VP, GTT</p>
</figcaption></figure><p class="imageCredit">GTT</p></div>



<p>These examples hint at a shift from speculative AI to purpose-built deployments that augment existing operations. As CIOs move from testing to scaling, the emphasis will likely shift from possibility to performance.</p>



<h2 class="wp-block-heading">Architect for change</h2>



<p>Gen AI is rewriting the rules for cloud infrastructure. As CIOs scramble to adapt, the old playbooks are no longer sufficient. Architectures must now balance performance, cost, flexibility, and compliance all while anticipating future innovations and regulations,</p>



<p>so CIOs should revisit their infrastructure decisions more frequently than before. With gen AI models evolving rapidly, what was a best practice a year ago may now be an expensive bottleneck. Flexible architectures and tooling allow for faster adaptation, and cloud strategies should also be guided by an understanding that different stages of AI adoption — experimentation, validation, and production — require different infrastructure approaches. The ability to seamlessly move across those stages without costly overhauls is becoming a defining trait of successful AI infrastructure planning.</p>



<p>“A new tool may be 10 times better tomorrow,” says Orlandini. “CIOs should be ready to pivot.” That means planning for change, not just building for today. “It’s no longer enough to have a three-year IT plan,” Aerni adds. “You need to architect for change.”</p>



<p>Whether it’s cost governance, location-aware compute, or modular architectures, the message is clear: the winners in the gen AI era will be those who prepare not just to scale, but to evolve.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How TBM is evolving to power the AI era]]></title>
<description><![CDATA[The Technology Business Management (TBM) Council’s EMEA Summit in Amsterdam in late June delivered transformative announcements that signal a fundamental shift in how enterprises approach technology value management. With the launch of TBM Taxonomy 5.0, TBM Framework 2.0, and strategic partnershi...]]></description>
<link>https://tsecurity.de/de/2879971/it-security-nachrichten/how-tbm-is-evolving-to-power-the-ai-era/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2879971/it-security-nachrichten/how-tbm-is-evolving-to-power-the-ai-era/</guid>
<pubDate>Fri, 11 Jul 2025 09:18:32 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>The Technology Business Management (TBM) Council’s EMEA Summit in Amsterdam in late June delivered transformative announcements that signal a fundamental shift in how enterprises approach technology value management. With the launch of TBM Taxonomy 5.0, TBM Framework 2.0, and strategic partnerships expanding the discipline’s reach, the TBM Council is positioning TBM as the cornerstone for managing complex, AI-driven technology ecosystems. For CIOs and finance leaders grappling with questions about FinOps, GreenOps, and AI’s impact on technology governance, the answers are becoming clearer — and more strategic than ever. (See also: <a href="https://www.cio.com/article/228199/the-12-biggest-issues-it-faces-today.html?utm=hybrid_search">The 10 biggest issues facing CIOs today</a>.)</p>



<p><strong>TBM 5.0: A foundation for technology value</strong></p>



<p>During the TBM Council’s Amsterdam summit, the TBM leadership team shared details on TBM Taxonomy 5.0 and Framework 2.0.  These aren’t incremental updates but a comprehensive progression of how organizations can model, measure, and manage technology investments in an era defined by artificial intelligence, hybrid cloud architectures, and distributed technology leadership. They explicitly model different AI categories (e.g., agentic, prescriptive, and predictive), based on practical input and practices from global TBM Council members.</p>



<p>The Framework 2.0 evolution uses new guiding principles that recognize organizational maturity levels. As Matthew Guarini, executive director of the TBM Council, explains: “TBM Framework 2.0 organizes the standards, value drivers, capabilities, and guiding principles organizations need at all levels of maturity, to succeed in identifying and achieving valued business outcomes.”</p>



<p><strong>Adjacencies: FinOps, GreenOps, and Security</strong></p>



<p>There are a variety of additional standards, frameworks, operating models, and technology advancements that impact or relate to TBM. During the summit, industry executives and practitioners addressed and presented case studies on the following:</p>



<ul class="wp-block-list">
<li><strong>FinOps and TBM:</strong> FinOps and TBM have complementary strengths. FinOps excels at real-time cloud cost optimization, providing granular insights into cloud service provider spending and optimization opportunities. TBM provides the broader context, offering total-cost-of-ownership perspectives on cloud-related labor, SaaS, management tools, datacenters, and license spending. The key distinction lies in their operational focus. FinOps thrives on cloud’s variability, enabling real-time decisions about resource utilization, instance reservations, and vendor negotiations while TBM operates across all technology spend, at the speed that the rest of the tech stack moves — cloud computing, on-premises infrastructure, SaaS, labor, suppliers, and software licenses — focusing on strategic cost transparency and allocation across business capabilities.</li>



<li><strong>GreenOps: </strong>The summit also highlighted TBM’s expansion into sustainability through the GreenOps model — a development that reflects growing pressure for environmental accountability in technology decisions. Through the incorporation of GreenOps principles into TBM, organizations can manage environmental impact with the same discipline used to manage cost, performance, and value.<strong> </strong></li>



<li><strong>Cybersecurity: </strong>During the summit, the team and a global CISO speaker highlighted the deepening alignment of TBM and the FAIR (Factor Analysis of Information Risk) framework. This alignment addresses a critical gap that has long challenged CISOs: communicating cybersecurity risk and return in financial terms. TBM can be used to enhance FAIR cyber practices. As cybersecurity threats require the protection of the enterprise, CISOs, CIOs, and CFOs must demonstrate how cybersecurity supports resilience, innovation, and growth.</li>
</ul>



<p><strong>AI’s transformative impact</strong></p>



<p>Artificial intelligence is fundamentally reshaping the landscape of technology leadership and financial management. As organizations accelerate AI adoption, leaders must navigate new complexities that challenge established practices. The following points highlight how AI is driving a shift in budgeting, organizational structure, and governance, requiring a rethinking of traditional approaches to remain competitive and effective.</p>



<ul class="wp-block-list">
<li><strong>Traditional budgeting models will no longer suffice: </strong>For finance teams, AI introduces complexity in several dimensions. Traditional budgeting models struggle with AI’s variable consumption patterns, like early cloud adoption challenges but with greater unpredictability. AI investments often span multiple organizational boundaries — from infrastructure costs for GPU computing to specialized labor for data science teams to licensing fees for AI platforms and services.</li>



<li><strong>AI impacts the entire organization:</strong> The organizational impact extends beyond pure financial management. For example, as Guarini notes, “We’re seeing a fundamental shift where CISOs often don’t report to the CIO anymore and has access to dedicated AI cybersecurity funding.” This creates budget fragmentation where AI cybersecurity costs exist in a separate financial silo, making it more challenging to achieve the core TBM objective of providing comprehensive visibility into total technology spending and its business value.    Additionally, Guarini states, “There’s significant technology spend under AI officers and digital officers operating independently.” This dispersed technology leadership requires frameworks that transcend traditional organizational structures and organizations should recalibrate their financial management approach to account for a holistic approach. </li>



<li><strong>New technology governance models must be established:</strong> Discussions and examples revolved around AI’s impact on top management teams on five primary areas of influence: hybrid decision-making processes, AI’s ethical implications, governance through AI, AI-driven competitive advantage, and pivoting toward productivity rather than labor displacement. For technology leaders, this means developing new capabilities in managing AI governance, measuring AI ROI, and integrating AI considerations into traditional TBM practices.</li>
</ul>



<p><strong>The strategic imperative: TBM as integration discipline</strong></p>



<p>The Amsterdam summit revelations point to TBM’s multiyear evolution as more than a cost management framework — it’s becoming the integration discipline for modern technology governance and value management. This evolution addresses the fundamental challenge facing technology leaders: managing increasingly complex, distributed, and rapidly changing technology portfolios while demonstrating clear business value. (See also: <a href="https://www.cio.com/article/3950823/tbm-helps-cios-translate-tech-spending-to-business-outcomes.html">TBM helps CIOs translate tech spending to business outcomes</a>.)</p>



<p>The new TBM framework positions it as the dominant discipline that integrates context-aware insights from specialized practices like IT financial management, FinOps, FAIR, ITSM, and more, providing a holistic view of technology’s value to the business. Such integrations are critical as organizations grapple with AI governance, sustainability requirements, cybersecurity risk management, and multicloud complexity.</p>



<p>For CIOs and finance leaders, the message from Amsterdam is clear: TBM is no longer just about IT cost transparency. It’s about creating a unified framework for technology value management that spans organizational boundaries, integrates specialized disciplines, and provides the governance structure needed for AI-era technology leadership. As technology becomes more central to business strategy and more complex in its delivery models, TBM provides the standards, processes, and integration capabilities that modern enterprises need to succeed. The question isn’t whether to adopt the different disciplines and federate them; it is, rather, how quickly organizations can implement them to gain competitive advantage in the AI era. (See also: <a href="https://www.cio.com/article/3978635/how-to-build-an-ai-ready-organization-the-enterprise-intelligence-architecture.html">How to build an AI-ready organization: the Enterprise Intelligence Architecture</a>.)</p>



<p><em>Learn more about IDC’s </em><a href="https://www.idc.com/research/tech-buyer"><em>research for technology leaders</em></a><em> OR </em><a href="https://info.idc.com/tb-monthly-emails-opt-in-lp.html?utm_medium=content&amp;utm_source=asset&amp;utm_campaign=us-idc-tb-monthly-content-emails-opt-in-cio-articles-cta&amp;utm_content=mkto--cta-footer&amp;utm_idc=cas-mkto--idcus" rel="nofollow"><em>subscribe today</em></a><em> to receive industry-leading research directly to your inbox.</em></p>



<p><em>International Data Corporation (IDC) is the premier global provider of market intelligence, advisory services, and events for the technology markets. IDC is a wholly owned subsidiary of International Data Group (IDG Inc.), the world’s leading tech media, data, and marketing services company. Recently voted Analyst Firm of the Year for the third consecutive time, IDC’s Technology Leader Solutions provide you with expert guidance backed by our industry-leading research and advisory services, robust leadership and development programs, and best-in-class benchmarking and sourcing intelligence data from the industry’s most experienced advisors. </em><a href="https://info.idc.com/tb-contact-us.html?utm_medium=content&amp;utm_source=asset&amp;utm_campaign=us-idc-foundry-articles&amp;utm_content=mkto-2069-cta-footer&amp;utm_idc=cas-mkto-2069-idcus" rel="nofollow"><em>Contact us today to learn more.</em></a><strong><em></em></strong></p>



<p><a href="https://www.idc.com/getdoc.jsp?containerId=PRF005936" target="_blank"><em>Eveline Oehrlich</em></a><em>, a director in IDC’s IT Executive Programs (IEP), is the former chief research officer at PeopleCert and DevOps Institute. She is considered a thought leader in the adoption of DevOps, value stream management, and IT and enterprise service management principles to improve IT services and products. She is passionate about empowering IT leaders with strategy, operational excellence, and creating a culture of continuous improvement and automation.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Deuda de DevOps: el impuesto oculto a la innovación]]></title>
<description><![CDATA[Puede que sus equipos DevOps estén desperdiciando la mitad de su tiempo en tareas que no aportan ningún valor al negocio. Según nuestra encuesta e informe sobre el estado de Java en 2025, el 62% de las organizaciones afirma que el código muerto obstaculiza la productividad de sus DevOps, mientras...]]></description>
<link>https://tsecurity.de/de/2852882/it-security-nachrichten/deuda-de-devops-el-impuesto-oculto-a-la-innovacin/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2852882/it-security-nachrichten/deuda-de-devops-el-impuesto-oculto-a-la-innovacin/</guid>
<pubDate>Thu, 26 Jun 2025 12:19:02 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Puede que sus equipos DevOps estén desperdiciando la mitad de su tiempo en tareas que no aportan ningún valor al negocio. Según nuestra encuesta e informe sobre el estado de Java en 2025, el 62% de las organizaciones afirma que el código muerto obstaculiza la productividad de sus DevOps, mientras que el 33 % admite que sus equipos pierden más de la mitad de su tiempo persiguiendo falsas alertas de seguridad. Por otra parte, el 72% de las empresas paga por capacidad en la nube que nunca utilizan.</p>



<p>Además de una ineficiencia, se trata de un impuesto oculto a la innovación que acaba con la capacidad de competir de la empresa de una manera silenciosa. En mis más de 25 años trabajando con Java, desde JDK 1.0 en 1996 hasta hoy, he sido testigo de cómo estas ineficiencias crecientes se han convertido en el mayor obstáculo para la innovación de las empresas que utilizan Java. Y sabiendo que casi el 70% de las empresas indica que más de la mitad de sus aplicaciones se ejecutan en Java, en absoluto lo hemos de ver como un problema minoritario, sino como una crisis que se esconde a plena vista.</p>



<h2 class="wp-block-heading">Los tres pilares de la deuda de DevOps</h2>



<h4 class="wp-block-heading">· Codificación excesiva: la creciente carga del acaparamiento digital</h4>



<p>El código muerto, es decir, las partes del código base que nunca se ejecutan pero que siguen en producción, crea un torrente de problemas que van mucho más allá del desperdicio de almacenamiento. El impacto en la productividad no es más que una pista de un problema más profundo: este acaparamiento digital obliga a los desarrolladores a navegar por sistemas de una complejidad innecesaria.</p>



<p>Nuestra investigación revela que las organizaciones con altos niveles de código muerto reportan ciclos de desarrollo que son, en promedio, un 35% más largos que los de aquellas con bases de código optimizadas.</p>



<p>Lo cual se agrava con el tiempo a medida que las versiones de Java se vuelven obsoletas. Por ejemplo, el 10% de las organizaciones todavía ejecuta aplicaciones en Java 6, una versión que ya tiene sus 20 años, para la que Oracle dejó de proporcionar actualizaciones en diciembre de 2018.</p>



<h4 class="wp-block-heading">· Falsos positivos de seguridad: la persecución sin fin</h4>



<p>Más allá de la pérdida de tiempo de desarrollo, los falsos positivos de seguridad consumen una enorme cantidad de recursos de DevOps. Eso de “más vale prevenir que curar” en el análisis de seguridad ha dado lugar a una ristra cansina de alertas, de tal manera que un tercio de los equipos dedican la mayor parte de su tiempo a investigar problemas que resultan no ser amenazas.</p>



<p>Un problema que es especialmente grave en entornos Java, donde el 41% de las organizaciones se enfrenta a problemas críticos de seguridad a diario o casa semana. A pesar de haber tenido más de tres años para abordar Log4j, la mitad de las empresas encuestadas sigue experimentando vulnerabilidades de seguridad de Log4j en producción. Esto pone de relieve un reto mucho más amplio: distinguir entre vulnerabilidades teóricas y amenazas reales.</p>



<p>Nuestra investigación indica que aproximadamente el 70% de las alertas de seguridad en entornos Java se determina finalmente como falsos positivos o vulnerabilidades en rutas de código que nunca se ejecutan en producción. Es decir: la innovación se detiene de manera inevitable cuando los equipos de DevOps no son capaces de separar de manera eficiente las amenazas reales de las hipotéticas.</p>



<h4 class="wp-block-heading">· Desperdicio en la nube: pagar por capacidad sin rendimiento</h4>



<p>La dimensión financiera de la deuda de DevOps se manifiesta en la ineficiencia de los recursos en la nube. Más allá de la cifra destacada del desperdicio generalizado, hemos descubierto que muchas organizaciones sobredimensionan sus aplicaciones Java de una manera drástica debido a la incertidumbre sobre los requisitos de rendimiento y a los patrones de carga inconsistentes.</p>



<p>Para las organizaciones basadas en Java, es un problema especialmente significativo, ya que casi dos tercios afirma que más del 50% de sus costes de computación en la nube provienen de cargas de trabajo Java. Un análisis adicional muestra que bastaría con optimizar las configuraciones de Java Virtual Machine (JVM) para reducir los costes de la nube entre un 25% y un 30% para una empresa media.</p>



<p>Un desperdicio que funciona como una penalización financiera directa: está ocurriendo igual que con los intereses de una deuda financiera, pues se paga por una capacidad que no se usa como tal. En el panorama empresarial, estimamos que esto representa más de 10.000 millones de dólares en gasto anual en la nube.</p>



<h2 class="wp-block-heading">Liberarse de la deuda de DevOps</h2>



<p>A medida que las aplicaciones Java se modernizan, con casi la mitad de las organizaciones (49%) ejecutando ahora Java 17 o Java 21, esta transición crea una oportunidad perfecta para abordar estas ineficiencias subyacentes.</p>



<h2 class="wp-block-heading">Automatización de la higiene del código</h2>



<p>Por un lado, es preciso implementar herramientas automatizadas que identifiquen y eliminen de forma segura el código muerto, integradas directamente en su canalización CI/CD para evitar que se acumule nuevo. Del mismo modo que supervisamos continuamente las métricas de rendimiento de la JVM, es necesario aplicar el mismo rigor a la identificación de patrones de código no utilizados.</p>



<p>Las grandes organizaciones líderes ahora incorporan el análisis del uso en tiempo de ejecución para identificar las rutas de código que no se han ejecutado en producción durante largos periodos de tiempo. Un enfoque basado en datos que ha ayudado a algunas empresas a reducir sus bases de código hasta en un 40% sin ningún impacto funcional.</p>



<p>De ahí la necesidad de considerar la posibilidad de implementar políticas que exijan que el código obsoleto tenga fechas de caducidad. De esta manera, las soluciones temporales ya no se convierten en una deuda técnica permanente. En este sentido, las revisiones periódicas del código, centradas de manera específica en la identificación de los componentes no utilizados, pueden ayudar a mantener su base de código ágil y fácil de mantener.</p>



<h2 class="wp-block-heading">Inteligencia de tiempo de ejecución para la seguridad</h2>



<p>Los análisis de seguridad tradicionales generan demasiadas alertas con muy poco contexto. Por el contrario, los enfoques modernos incorporan inteligencia de tiempo de ejecución para priorizar las vulnerabilidades en función de los patrones de uso reales, en lugar de explotarlos de teórica.</p>



<p>Las organizaciones deben invertir en herramientas que distingan entre las rutas de código que se ejecutan realmente en producción y las que existen pero no se utilizan. Este enfoque de inteligencia de tiempo de ejecución transforma la seguridad, que pasa de la búsqueda teórica de vulnerabilidades a la gestión práctica de riesgos. Este proceder reduce drásticamente los falsos positivos y libera a los equipos para que se centren en la innovación.</p>



<p>Las que han adoptado este enfoque reportan una reducción de hasta el 80% en el volumen de alertas de seguridad, al tiempo que mejoran su postura de seguridad al centrar los recursos en vulnerabilidades que se pueden explotar de manera cierta.</p>



<h2 class="wp-block-heading">Optimización de recursos</h2>



<p>También es necesario adoptar herramientas y prácticas que optimicen la asignación de recursos en la nube mediante el autoescalado avanzado, JDK de alto rendimiento y prácticas de <em>finops</em> establecidas que alinean la tecnología con los objetivos empresariales.</p>



<p>Según nuestro informe, las organizaciones con visión de futuro ya están abordando esta cuestión: el 38% ha implementado nuevas normas internas para el uso de instancias en la nube, el 35% utiliza instancias y procesadores más eficientes, y el 24% ha adoptado JDK de alto rendimiento con el propósito de para mejorar el rendimiento y reducir los costes.</p>



<p>Las organizaciones con más éxito en el mercado implementan equipos de <em>finops</em> multifuncionales con representación de ingeniería, operaciones y finanzas para abordar de manera integral la optimización de los recursos. Estos equipos establecen métricas y procesos de gobernanza que equilibran la velocidad de la innovación con la rentabilidad.</p>



<h2 class="wp-block-heading">La necesidad de innovar</h2>



<p>El costo de la deuda de DevOps va mucho más allá de las horas de ingeniería desperdiciadas. Mientras los equipos dedican la mitad de su tiempo a gestionar falsos positivos y navegar por bases de código infladas, sus competidores que ya han abordado estos problemas pueden innovar el doble de rápido. Por eso, los mejores desarrolladores buscan entornos que se caracterizan por la creación de valor y no por gestionar problemas heredados. Cada hora dedicada a actividades que no añaden valor se traduce en funciones sin crear, necesidades de los clientes desatendidas y oportunidades de mercado perdidas.</p>



<p>Al igual que hemos visto a las organizaciones buscar alternativas a las implementaciones ineficientes de Java, preveo que veremos un movimiento similar para abordar la deuda de DevOps a medida que aumente la conciencia de sus costes. Quienes den el primer paso obtendrán una ventaja competitiva significativa.</p>



<p>La cuestión no es si tiene deuda de DevOps, sino si se empezará a pagar antes que los competidores. Hoy en día existen herramientas y prácticas para reducir estas ineficiencias. Quienes actúen ahora mejorarán su productividad en ingeniería y transformarán de verdad su capacidad de innovar en un mercado cada vez más competitivo.</p>



<p><strong>Simon Ritter es director técnico adjunto de <a href="https://www.azul.com/" data-type="link" data-id="https://www.azul.com/" target="_blank" rel="nofollow">Azul</a>.</strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unlocking FinOps: Integrating OpenCost with SUSE Observability]]></title>
<description><![CDATA[IT Observability has become a strategic pillar that drives efficiency, resilience, and security across the organization, as highlighted in our blog post, “Observability Across DevOps, SRE, SecOps, & FinOps” by Vishal Ghariwala. In today’s complex IT landscape, integrating observability is crucial...]]></description>
<link>https://tsecurity.de/de/2851972/unix-server/unlocking-finops-integrating-opencost-with-suse-observability/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2851972/unix-server/unlocking-finops-integrating-opencost-with-suse-observability/</guid>
<pubDate>Thu, 26 Jun 2025 01:04:33 +0200</pubDate>
<category>🐧 Unix Server</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>IT Observability has become a strategic pillar that drives efficiency, resilience, and security across the organization, as highlighted in our blog post, “Observability Across DevOps, SRE, SecOps, &amp; FinOps” by Vishal Ghariwala. In today’s complex IT landscape, integrating observability is crucial for optimizing FinOps operations and ensuring your cloud spending is as efficient as possible. […]</p>
<p>The post <a href="https://www.suse.com/c/unlocking-finops-integrating-opencost-with-suse-observability/">Unlocking FinOps: Integrating OpenCost with SUSE Observability</a> appeared first on <a href="https://www.suse.com/c">SUSE Communities</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[HPE announces GreenLake Intelligence, goes all-in with agentic AI]]></title>
<description><![CDATA[HPE unveiling its latest vision for hybrid IT in the form of GreenLake Intelligence, an agentic AI framework for hybrid operations, at its annual Discover conference on Tuesday.



Accessed through GreenLake Copilot, which will be available in beta in the third quarter of 2025, GreenLake Intellig...]]></description>
<link>https://tsecurity.de/de/2849436/it-security-nachrichten/hpe-announces-greenlake-intelligence-goes-all-in-with-agentic-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2849436/it-security-nachrichten/hpe-announces-greenlake-intelligence-goes-all-in-with-agentic-ai/</guid>
<pubDate>Tue, 24 Jun 2025 19:48:31 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>HPE unveiling its latest vision for hybrid IT in the form of GreenLake Intelligence, an agentic AI framework for hybrid operations, at its annual Discover conference on Tuesday.</p>



<p>Accessed through GreenLake Copilot, which will be available in beta in the third quarter of 2025, GreenLake Intelligence will provide what the company calls a “unified hybrid cloud operating model powered by agentic AIOps.” It will deploy AI agents to handle tasks across the computing estate.</p>



<p>Those agents will be autonomous but will always have a human in the loop where necessary, said Varma Kunaparaju, SVP &amp; GM, OpsRamp Software and Cloud Platforms.</p>



<p>“Ultimately, the goal here is being able to reason and understand the multi-vendor, multi-cloud, full-stack context, to be able to deliver that intelligence that is needed,” he said during a media briefing. It will be able to deliver this across HPE’s stack as well as those of other vendors and multi-cloud estates, he said: “The underpinning of this is primarily grounded by the context, the topology, the metrics, the logs, the traces, and all the observability data that we are collecting across the entire stack that ultimately drives the GreenLake intelligence.”</p>



<p>The agents gather telemetry from the customer’s environment using <a href="https://www.infoworld.com/article/3613143/anthropic-introduces-the-model-context-protocol.html">model context protocol</a> (MCP) and combine it with HPE’s domain knowledge across the stack, and, he said, provide insights that are “difficult or impossible” for humans to extract, allowing for faster detection and remediation of problems, as well as better planning and forecasting.</p>



<p>It’s not about creating more dashboards and more reports. “It’s all about embedding intelligence directly into the operation stack so that the IT teams can act with speed and confidence,” he said. “Our design with GreenLake Intelligence is to help customers fix issues faster, prevent failures earlier, shift focus to innovation and ultimately deliver business outcomes that they are expected to deliver.”</p>



<h2 class="wp-block-heading">Like a teammate who never sleeps</h2>



<p>Agentic AI is coming to Aruba Central as well, with an autonomous supervisory module talking to multiple specialized models to, for example, determine the root cause of an issue and provide recommendations. David Hughes, SVP and chief product officer, HPE Aruba Networking, said, “It’s like having a teammate who can work while you’re asleep, work on problems, and when you arrive in the morning, have those proposed answers there, complete with chain of thought logic explaining how they got to their conclusions.”</p>



<p>Several new services for FinOps and sustainability in GreenLake Cloud are also being integrated into GreenLake Intelligence, including a new workload and capacity optimizer, extended consumption analytics to help organizations control costs, and predictive sustainability forecasting and a managed service mode in the HPE Sustainability Insight Center.</p>



<p>In addition, updates to the <a href="https://www.opsramp.com/">OpsRamp</a> operations copilot, launched in 2024, will enable agentic automation including conversational product help, an agentic command center that enables AI/ML-based alerts, incident management, and root cause analysis across the infrastructure when it is released in the fourth quarter of 2025. It is now a validated observability solution for the Nvidia Enterprise AI Factory.</p>



<p>OpsRamp will also be part of the new HPE CloudOps software suite, available in the fourth quarter, which will include <a href="https://www.hpe.com/us/en/morpheus-enterprise-software.html">HPE Morpheus Enterprise</a> and <a href="https://www.hpe.com/us/en/zerto-software.html">HPE Zerto</a>. HPE said the new suite will provide automation, orchestration, governance, data mobility, data protection, and cyber resilience for multivendor, multi cloud, multi-workload infrastructures.</p>



<p>Matt Kimball, principal analyst for datacenter, compute, and storage at Moor Insights &amp; strategy, sees HPE’s latest announcements aligning nicely with enterprise IT modernization efforts, using AI to optimize performance. “GreenLake Intelligence is really where all of this comes together. I am a huge fan of Morpheus in delivering an agnostic orchestration plane, regardless of operating stack and regardless of hardware vendor,” he said. “This is really the manifestation of the tech, ops, and people recipe. It’s really about making workloads run where they should in the most secure and optimized manner.“</p>



<h2 class="wp-block-heading">AI Factory</h2>



<p>HPE is expanding its Nvidia AI Computing by HPE AI factory offerings, with validated stacks designed for multiple uses. Its AI factory at scale focuses on organizations such as service providers and model builders, and its AI factory for sovereigns offers nations, governments, and public sector organizations specialized capabilities such as air-gapped management. The company has added configurations powered by HPE ProLiant Gen12 servers, which it says add zero-trust security and Nvidia Blackwell support. It is also introducing a new federated architecture that lets GPUs be pooled and shared across multiple generations of hardware.</p>



<p>Kimball highlighted several aspects of HPE’s AI factory announcements: its bigger emphasis on inference, which he said is critical; its inclusion of blueprints to help accelerate the activation of AI in the enterprise; and finally the expanded partnership with Accenture to remove the friction associated with activation. “It’s about looking at the pain points enterprise IT is having in the AI journey and mitigating them through products and partners,” he said.</p>



<h2 class="wp-block-heading">HPE Cloud Commit</h2>



<p>To help organizations pay for all this, HPE is introducing <a href="https://psnow.ext.hpe.com/doc/a00149220enw">HPE Cloud Commit</a>, a way for GreenLake customers to achieve savings and access additional services by committing to long-term, predictable spending.</p>



<p>Cloud Commit encompasses hardware such as HPE Alletra storage, integrated private cloud systems, the CloudOps suite and its individual components, and a number of HPE services. Customers will be able to aggregate their current GreenLake spend with future commitments to achieve further savings.</p>



<p>The program will be available starting in August to current and prospective GreenLake customers.</p>



<p>HPE Financial Services is also offering new financing programs for CloudOps and its individual components, as well as for HPE Alletra storage and HPE Private Cloud AI.</p>



<p>The bottom line, said Kimball, is that agentic AI is real, “And enterprise IT is trying to find how it is going to make this journey from discrete, traditional AI (ML Ops) to this future state that is more automated, near autonomous. It’s not just about buying an AI Factory from your favorite OEM and the magic happens. Before any of it, a modernization of the existing environment has to happen, in terms of technology, operations, and people. And I think this is what HPE is trying to achieve with its latest announcements.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[기고 | 쌓일수록 혁신은 무너진다··· ‘데브옵스 부채’ 해결법]]></title>
<description><![CDATA[기업의 데브옵스팀은 전체 업무 시간의 절반을 비즈니스 가치 창출에 전혀 기여하지 않는 작업에 허비하고 있을 가능성이 높다. ‘2025 자바 현황 보고서‘에 따르면 전체 조직의 62%는 실행되지 않는 데드 코드로 인해 데브옵스 생산성이 저하되고 있으며, 33%는 잘못된 보안 경고를 추적하느라 업무 시간의 절반 이상을 허비하고 있다고 답했다. 한편 72%는 사용하지 않는 클라우드 용량에 비용을 지불하고 있다고 언급했다.



이는 단순한 비효율이 아니라 경쟁력을 서서히 잠식하고 혁신을 갉아먹는 ‘숨은 비용’일 수 있다. 1996년...]]></description>
<link>https://tsecurity.de/de/2847778/it-security-nachrichten//</link>
<guid isPermaLink="true">https://tsecurity.de/de/2847778/it-security-nachrichten//</guid>
<pubDate>Tue, 24 Jun 2025 05:33:13 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>기업의 <a href="https://www.infoworld.com/article/2255028/what-is-devops-transforming-software-development.html">데브옵스팀</a>은 전체 업무 시간의 절반을 비즈니스 가치 창출에 전혀 기여하지 않는 작업에 허비하고 있을 가능성이 높다. ‘<a href="https://www.azul.com/state-of-java-2025/" rel="nofollow">2025 자바 현황 보고서</a>‘에 따르면 전체 조직의 62%는 실행되지 않는 데드 코드로 인해 데브옵스 생산성이 저하되고 있으며, 33%는 잘못된 보안 경고를 추적하느라 업무 시간의 절반 이상을 허비하고 있다고 답했다. 한편 72%는 사용하지 않는 클라우드 용량에 비용을 지불하고 있다고 언급했다.</p>



<p>이는 단순한 비효율이 아니라 경쟁력을 서서히 잠식하고 혁신을 갉아먹는 ‘숨은 비용’일 수 있다. 1996년 JDK 1.0 시절부터 자바와 함께해 온 지난 25년간, 이처럼 누적된 비효율이 자바 기반 기업의 혁신을 가로막는 가장 큰 장애물로 자리 잡는 모습을 목격했다. 전체 기업의 70% 가까이가 애플리케이션의 절반 이상을 자바에서 실행한다고 밝힌 만큼, 이는 특정 기업만의 문제가 아니라 업계 전반에 퍼진 ‘보이지 않는 위기’라 할 수 있다.</p>



<h2 class="wp-block-heading">데브옵스 부채의 3가지 축</h2>



<h4 class="wp-block-heading">디지털 저장 강박이 초래하는 ‘코드 비대화’</h4>



<p>데드 코드란 실제로 실행되지 않지만 여전히 운영 환경에 남아 있는 코드로, 단순히 저장 공간 낭비가 아니라 다양한 문제를 야기한다. 생산성 저하는 빙산의 일각일 뿐이며, 개발자가 불필요하게 복잡한 시스템을 탐색해야 하는 구조적 비효율을 초래한다. 실제로 데드 코드가 많은 조직은 그렇지 않은 조직보다 평균적으로 개발 주기가 35% 더 긴 것으로 나타났다.</p>



<p>이 문제는 시간이 지날수록 더 악화되며, 특히 자바 버전이 오래될수록 비효율이 커진다. 예컨대 전체 조직의 10%는 오라클이 2018년 12월에 업데이트 지원을 중단한 자바 6에서 여전히 애플리케이션을 운영하고 있다.</p>



<h4 class="wp-block-heading">끝없는 ‘보안 허위 경고’</h4>



<p>보안 허위 경고는 개발 시간 낭비를 넘어 데브옵스 리소스를 심각하게 소모시키는 원인으로 작용하고 있다. 보안 스캐닝 과정에서 ‘일단 안전한 것이 낫다’라는 접근 방식이 경고 피로를 유발하면서, 전체 팀의 3분의 1이 실제 위협이 아닌 문제를 조사하는 데 대부분의 시간을 소비하고 있는 실정이다.</p>



<p>이 문제는 자바 환경에서 더 심각할 수 있다. 전체 조직의 41%는 운영 환경에서 매주 혹은 매일 심각한 보안 이슈를 겪고 있었다. 특히 <a href="https://www.csoonline.com/article/571797/the-apache-log4j-vulnerabilities-a-timeline.html">로그4j(Log4j)</a> 취약점이 공개된 지 3년이 지났음에도 여전히 절반에 가까운 기업이 운영 환경에서 이 문제를 해결하지 못하고 있는 것으로 나타났다. 이처럼 지속되는 취약점은 이론적 위협과 실제 위협을 구분하기 어려운 구조적 한계를 반영한다.</p>



<p>조사 결과에 따르면 자바 환경에서 발생하는 보안 경고의 약 70%는 실제로는 허위 경고이거나, 운영 환경에서 실행되지 않는 코드 경로의 취약점인 것으로 드러났다. 실질적 위협과 가상의 문제를 효과적으로 구분하지 못할 경우, 데브옵스 팀은 혁신보다는 리스크 관리에 발이 묶일 수밖에 없다.</p>



<h4 class="wp-block-heading">유휴 용량에 비용을 지불하는 ‘클라우드 낭비’</h4>



<p>데브옵스 부채는 클라우드 리소스 비효율이라는 재무적 문제로도 나타난다. 수치상으로도 낭비가 심각하지만, 그 이면에는 성능 요구사항에 대한 불확실성과 일관되지 않은 부하 패턴으로 인해 많은 조직이 자바 애플리케이션에 과도하게 리소스를 할당하고 있다는 구조적 문제가 있다.</p>



<p>자바 기반 조직의 약 3분의 2는 전체 클라우드 컴퓨팅 비용의 절반 이상이 자바 워크로드에서 발생한다고 응답했다. 분석에 따르면 <a href="https://www.infoworld.com/article/2269370/what-is-the-jvm-introducing-the-java-virtual-machine.html">자바 가상머신(JVM)</a> 설정만 최적화해도 평균적으로 25~30%의 비용을 줄일 수 있다.</p>



<p>이러한 낭비는 사용하지 않는 용량에 대한 실질적인 ‘이자 비용’으로 작용하며, 기업 전체로 보면 연간 100억 달러(약 13조 원) 이상의 클라우드 비용이 낭비되고 있다.</p>



<h2 class="wp-block-heading">데브옵스 부채를 해결하는 방법</h2>



<p>전체 조직의 49%가 자바 17 또는 자바 21을 도입하며 애플리케이션 현대화를 추진하고 있는 가운데, 이는 그동안 누적된 비효율을 해소할 기회가 될 수 있다.</p>



<h4 class="wp-block-heading">코드 위생 자동화</h4>



<p>CI/CD 파이프라인에 직접 통합된 자동화 도구를 구현해 데드 코드를 식별하고 안전하게 제거하며, 새로운 비효율이 누적되는 것을 방지해야 한다. JVM 성능 지표를 지속적으로 모니터링하는 것처럼 사용되지 않는 코드 패턴도 동일한 수준의 정밀도로 관리할 필요가 있다.</p>



<p>앞선 조직은 운영 환경에서 오랫동안 실행되지 않은 코드 경로를 식별하기 위해 런타임 사용 분석을 도입하고 있다. 이와 같은 데이터 기반 접근법으로 일부 기업은 코드베이스를 최대 40%까지 줄이기도 했다.</p>



<p>또한 폐기 예정 코드에 만료 기한을 명시하는 정책을 마련하는 방법도 있다. 그래야 임시 코드 우회로가 기술 부채로 고착되지 않도록 할 수 있다. 정기적인 코드 리뷰를 통해 사용되지 않는 구성 요소를 집중 점검하면 코드베이스를 간결하고 관리하게 쉽게 유지할 수 있다.</p>



<h4 class="wp-block-heading">보안을 위한 런타임 인텔리전스</h4>



<p>기존 보안 스캐닝은 맥락이 부족한 경고를 과도하게 생성할 수 있다. 최근에는 이론적인 위협보다 실제 사용 패턴을 기반으로 취약점의 우선순위를 정하는 ‘런타임 인텔리전스’가 주목받고 있다.</p>



<p>조직은 생산 환경에서 실제로 실행되는 코드 경로와, 존재만 하고 사용되지 않는 경로를 구분할 수 있는 도구에 투자해야 한다. 런타임 인텔리전스 접근 방식은 보안을 ‘이론적 위협 탐색’에서 ‘실제 리스크 관리’로 전환하며, 허위 경고를 획기적으로 줄이고 데브옵스 팀이 혁신에 집중할 수 있도록 지원한다.</p>



<p>이 방식을 채택한 기업들은 보안 경고량을 최대 80%까지 줄이면서, 실제로 악용 가능한 취약점에 집중함으로써 보안 태세를 개선했다고 밝혔다.</p>



<h4 class="wp-block-heading">리소스 최적화</h4>



<p>고급 자동 확장 기능, 고성능 <a href="https://www.infoworld.com/article/2256197/what-is-the-jdk-introduction-to-the-java-development-kit.html">JDK</a>, 그리고 기술과 비즈니스 목표를 일치시키는 검증된 <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">핀옵스(FinOps)</a> 전략을 도입해 클라우드 리소스 할당을 최적화해야 한다.</p>



<p>보고서에 따르면 앞선 조직은 이미 이 문제를 적극적으로 해결하고 있다. 38%는 클라우드 인스턴스 사용에 대한 내부 규정을 새롭게 도입했고, 35%는 더 효율적인 컴퓨팅 인스턴스와 프로세서를 채택했으며, 24%는 성능 향상과 비용 절감을 위해 고성능 JDK를 사용하고 있다.</p>



<p>특히 성공적인 조직은 엔지니어링, 운영, 재무 부서가 참여하는 다기능 핀옵스 조직을 구성해 리소스 최적화를 전사적 관점에서 해결하고 있다. 이들은 혁신 속도와 비용 효율성 간 균형을 맞추기 위해 지표와 거버넌스 체계를 마련하고 있다.</p>



<h2 class="wp-block-heading">혁신 역량 회복은 선택이 아닌 필수</h2>



<p>데브옵스 부채의 비용은 단순한 엔지니어링 시간 낭비가 아니라 훨씬 더 큰 영향을 미친다. 팀이 시간의 절반을 허위 경고를 처리하고 비대화된 코드베이스를 관리하는 데 소모할 때, 이미 이 문제를 해결한 경쟁사는 2배 빠르게 혁신할 수 있다. 우수한 개발자는 가치를 창출할 수 있는 환경을 원하지, 기술 부채를 관리하는 데 시간을 쓰고 싶어하지 않는다. 가치 없는 일에 시간을 쓰는 동안 개발해야 할 기능은 미뤄지고, 고객 요구는 외면되며, 중요한 시장 기회를 놓치게 된다.</p>



<p>과거 기업들이 비효율적인 자바 배포를 벗어나기 위해 대안을 찾았던 것처럼, 데브옵스 부채에 대한 인식이 확산됨에 따라 이 문제를 해결하려는 움직임도 본격화할 것으로 예상된다. 선제적으로 대응하는 조직이 확실한 경쟁 우위를 선점할 가능성이 높다.</p>



<p>이제 중요한 질문은 ‘데브옵스 부채가 있는가’가 아니라, ‘경쟁사보다 먼저 이를 해소할 수 있는가’이다. 이미 존재하는 도구와 전략을 활용하면 이런 비효율을 획기적으로 줄일 수 있으며, 지금 행동하는 조직은 엔지니어링 생산성 개선을 넘어, 경쟁이 치열해지는 시장에서 혁신 역량을 재정의하게 될 것이다.</p>



<p><em>*Simon Ritter는 아줄(Azul)의 부 CTO다.</em><br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[マルチクラウドのROI：価値と効率を最大化するためには？]]></title>
<description><![CDATA[私たちはマルチクラウド時代に生きています。HostingAdvice.com が実施した最新の IT リーダー調査によれば、回答者の 89％ が「自社のシステムを単一のクラウドプロバイダーに依存すべきではない」と述べています。そのため、多くの企業は Azure、AWS、Google などのハイパースケールプロバイダーに加え、より小規模なプロバイダーのクラウドサービスも活用しています。しかし、それですべてが順調というわけではありません。実際、73％ が「セキュリティの複雑さ」に苦労し、45％ が「ベンダーロックイン」を懸念しています。



さらに背後には別の問題が控えています。マルチクラ...]]></description>
<link>https://tsecurity.de/de/2847534/it-security-nachrichten/roi/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2847534/it-security-nachrichten/roi/</guid>
<pubDate>Mon, 23 Jun 2025 23:03:31 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<hr class="wp-block-separator has-alpha-channel-opacity">



<p>私たちはマルチクラウド時代に生きています。HostingAdvice.com が実施した最新の IT リーダー調査によれば、回答者の 89％ が「自社のシステムを単一のクラウドプロバイダーに依存すべきではない」と述べています。そのため、多くの企業は Azure、AWS、Google などのハイパースケールプロバイダーに加え、より小規模なプロバイダーのクラウドサービスも活用しています。しかし、それですべてが順調というわけではありません。実際、73％ が「セキュリティの複雑さ」に苦労し、45％ が「ベンダーロックイン」を懸念しています。</p>



<p>さらに背後には別の問題が控えています。マルチクラウドへの支出が本当に成果を上げているか、どうやって確認すればよいのでしょうか。マルチクラウドの ROI はどの程度で、どうすれば改善できるのでしょうか。その答えを得るために、経営幹部やクラウドの専門家に取材し、彼らが使うツールやノウハウを聞きました。</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading">マルチクラウドがもたらす効果</h2>



<p>マルチクラウドアーキテクチャはレジリエンス（可用性）を高め、これが ROI を生む最もわかりやすい方法の一つです。Chronosphere のフィールド CTO、ビル・ハインライン氏は次のように述べます。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「誰も声高に言いたがりませんが、大規模なクラウド障害は実際に起こります。障害が発生した際、1 つのプロバイダーでゾーンを 10 個持っていても意味がありません。そこでマルチクラウドが真価を発揮します」</p>
</blockquote>



<p>1 分当たりのダウンタイムコストが高額な組織にとって、プロバイダー間でフェイルオーバーできることは財務面・評判面の両方で救いとなります。</p>



<p>とはいえ、クラウド各社は単なる同質のストレージやコンピュートクラスターではありません。マルチクラウド構成により、用途に最適なツールを選択できます。Baseten のマーケティング責任者、マイク・ビロドー氏はこう語ります。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「各クラウドには得意なワークロードがあります。自社ビジネスや構築中のプロダクトによっては、クラウドを製品ごとに使い分けるのが理にかないます」</p>
</blockquote>



<p>ハインライン氏も同意します。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「分析は GCP（Google Cloud Platform）で実行し、コアワークロードは AWS に置く、という例もあります」</p>
</blockquote>



<p>JLEE &amp; Associates の CEO、ジミー・リー氏は次のように補足します。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「あるクラウドはストレージコストが低く、別のクラウドはコンピュートや AI トランザクションの価格が優れている場合があります。適切に導入すれば、これらのメリットが大幅なコスト削減につながります」</p>
</blockquote>



<p><strong>パフォーマンス</strong>もマルチクラウドが輝く領域です。ビロドー氏は、クラウド各リージョンにワークロードを配置してエンドユーザーに近づければ、レイテンシが低減し応答性が向上すると述べます。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「Amazon の古典的な統計によると、レイテンシが 100 ミリ秒増えるごとに売上が 1％ 減少します。マルチクラウドでワークロードを顧客に近づければ、この問題に対処できます」</p>
</blockquote>



<p>レバレッジはアーキテクチャにとどまりません。AI を多用する環境では推論コストがクラウド支出を支配しかねません。Baseten の CTO、アミール・ハギハット氏は次のように語ります。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「大企業の多くで、推論コストが他のクラウド費用を桁違いに上回るのを目の当たりにしてきました。マルチクラウドは契約交渉で無視できないレバレッジを提供します」</p>
</blockquote>



<p>また、GPU など希少なリソースへのアクセスも向上します。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「最新ハードウェアへの需要が非常に高く、B200 などを確保するのは難しい状況です。マルチクラウドなら、GPU が利用可能な場所で価格／性能比の良いものを柔軟に活用できます」（ハギハット氏）</p>



<p>さらに、マルチクラウドはパブリッククラウドとプライベートクラウド間でワークロードを分割し、運用コスト構造を微調整する柔軟性を企業にもたらします。Rimini Street のグローバル CIO、ジョー・ロカンドロ氏は次の事例を挙げます。</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「エネルギーグリッド向けに大規模予測モデルを運用しており、膨大な計算能力が必要でした。高度なクラウドに移行した結果、シミュレーション時間が 12 時間から 2 時間に短縮され、月間シミュレーション回数が 300％ 増加しました」</p>
</blockquote>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading">マルチクラウドの欠点</h2>



<p>これらのメリットは IT リーダーにとって魅力的に聞こえますが、ROI を実際に得られるかは“実行”に左右され、理想的な成果は得難いのが現実です。多くの組織は、マルチクラウドが摩擦・冗長性・収益逓減を招く側面もあると実感しています。</p>



<p>EasyAudit.ai の CEO、クリスチャン・クーリー氏は次のように指摘します。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「チームが半分の時間をコンテキストスイッチに費やすなら、『柔軟性』は神話です。エンジニアが二つのクラウドコンソール、二つの IAM、二つのドキュメントを切り替え続けた結果、生産性は低下しました」</p>
</blockquote>



<p>マルチクラウド戦略の柱とされるワークロードポータビリティも期待どおりには機能しません。YL Ventures のパートナーで元 Akamai CSO のアンディ・エリス氏はこう語ります。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「『必要に応じてアプリをクラウド間で移動できる』というのは自己欺瞞です。実際はまったく逆で、アプリはプロバイダー固有サービスに緊密に統合されています」</p>
</blockquote>



<p>この強い結合はポータビリティを制限するだけでなく、交渉力も弱めます。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「既存アプリを簡単に移動できると脅すレバレッジは実際にはありません。クラウド移行プロジェクトは、かつてのデータセンター移行より高コストになり得ます」（エリス氏）</p>
</blockquote>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading">マルチクラウドの ROI を正当化すべき理由</h2>



<p>本質的な問いは「マルチクラウドで節約できるか」ではなく、「費用に見合う価値があるか」です。Forrester のアナリスト、トレーシー・ウー氏は次のように述べます。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「単にコスト削減のためにクラウドへワークロードを移行しないのは誰もが理解しています。では、その価値はあるのか？ それがコスト管理を超える議論につながります」</p>
</blockquote>



<p>多くの企業は長期計画としてではなく、「他社もやっているから」という理由でマルチクラウドを選んだと同氏は指摘します。</p>



<p>スケール途上の企業にとって、マルチクラウドはまだ関係ないかもしれません。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「レイテンシ問題は一定規模に達するまで気付かれないのが一般的です。ほとんどの企業は導入期からマルチクラウドに投資しません。それよりプロダクト普及が優先だからです」（ビロドー氏）</p>
</blockquote>



<p>しかし、トラフィックや性能要求、顧客需要が閾値を超えると、マルチクラウドへの圧力は高まります。問題は、その成長が計画的な展開にはならず、チームが慣れたツールを選ぶことで複雑化する点です。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「我々はマルチクラウドを望んでいませんでした。チームが慣れたものを選び、デブは GCP、Ops は AWS、さらにリーガル部門が特定の案件でプライベートクラウドを要求した結果、ベンダー地獄に陥りました」（クーリー氏）</p>
</blockquote>



<p>M&amp;A（合併・買収）による環境の継承や、パートナー契約による割引率のためにクラウドが増えるケースもあります（エリス氏）。また、インフラソフトウェアを販売するベンダーの場合、顧客のクラウド嗜好が選択を左右します。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「ある顧客企業が AWS ショップまたは GCP ショップであれば、そのクラウドで動かなければ商談が失敗することもあります」（ビロドー氏）</p>
</blockquote>



<p>結果として、一つひとつの判断が積み重なり、統合的な計画を欠いたアーキテクチャが生まれがちです。JLEE &amp; Associates のリー氏は、</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「クライアントが多数のクラウドサービスを利用している例をよく見かけますが、多くは数年先を見据えた包括的戦略なしに選ばれたものです」<br>と述べています。</p>
</blockquote>



<p>この複雑さを乗り切るには、商業的視点を持つ IT リーダーの出番です。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「IT 部門は技術とリスクの観点でクラウドを見る傾向がありますが、コストを正しく理解するには指標・監視・意識づけを CIO が主導する必要があります」（ロカンドロ氏）</p>
</blockquote>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading">マルチクラウド ROI を高めるためのヒント：戦略・体制・スキル</h2>



<p>マルチクラウドで有意義なリターンを得るには、意図的な活用が不可欠です。アカウントを複数持っているだけでは効果は現れません。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「適切に実装しなければ、マルチクラウドのプロダクトコストは制御不能に膨れ上がります」（リー氏）</p>
</blockquote>



<p>ロカンドロ氏も、多くの組織で管理・監視・人材育成を含むマルチクラウドの総所有コスト（TCO）が「当初の想定やベンダーの約束を大きく上回っている」と指摘します。</p>



<h3 class="wp-block-heading">1. 本当に必要なクラウドだけを使う</h3>



<p>Pluralsight のチーフクラウドストラテジスト、ドリュー・ファーメント氏：</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「マルチクラウドをステータスシンボルではなく戦略として捉えるべきです。『クラウドの数』ではなく『適切な理由で適切なクラウド』が大事です」</p>
</blockquote>



<p>EasyAudit.ai では「各クラウドが本番でどんな価値を生むか」を洗い出し、コアサービスやコンプライアンス要件を満たさないものは削減しました。</p>



<h3 class="wp-block-heading">2. コスト管理と可観測性を一体化する</h3>



<p>Chronosphere のハインライン氏：</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「コストを単なる費目ではなくガバナンスの一部に、可観測性も同様に第一級の要素に据えたチームが成功します。タグ付けの厳格化、明確なオーナーシップ、計測の意図が不可欠です」</p>
</blockquote>



<h3 class="wp-block-heading">3. アーキテクチャを見直して非効率を排除</h3>



<p>エリス氏は、同一プロバイダー内の重複アカウントを統合するなど基本的な衛生管理が「ボリューム購入による価格メリット」を生むと指摘します。ロカンドロ氏は「テスト／開発環境を使い終わったら必ず停止する」など、単純な習慣が浪費削減につながると述べます。</p>



<h3 class="wp-block-heading">4. 測るべきは生産性と成果</h3>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「マルチクラウド投資は、より速いデプロイや顧客価値の向上といった意味のある生産性向上で測定すべきです。それがないなら、クラウド請求書に余計な名前を付けただけです」（ファーメント氏）</p>
</blockquote>



<h3 class="wp-block-heading">5. チームをアップスキルし、最適な道筋を示す</h3>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「柔軟性が高速な提供に変わるのは、人材がクラウド間の違いを乗りこなせるよう訓練された場合だけです」（ファーメント氏）</p>
</blockquote>



<p>エリス氏は、「開発者は摩擦の少ない道を選ぶ傾向があるため、最もコストを節約できるプラットフォームを採用しやすい仕組みを用意するほど組織は得をする」と述べます。</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading">マルチクラウドの複雑性には賢明な展開が不可欠</h2>



<p>かつてマルチクラウドは技術的アップグレードあるいは洗練の証しと見なされていましたが、いまやクラウドアーキテクチャをビジネス成果につなげる戦略的な視点が求められています。この進化は IT の役割変化と並行して進んでいます。</p>



<p>Forrester のトレーシー・ウー氏：</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>「IT はかつて単に PC とアプリを提供する部門でしたが、現在はビジネス変革を支える基盤になっています。だからこそ『マルチクラウドの ROI は何か』という問いが重みを増しています」</p>
</blockquote>



<p>チェックボックス的にマルチクラウドを導入し、構造なく拡散させれば ROI は「ほとんど得られない」かもしれません。しかし、クラウドアーキテクチャをビジネス優先度・コスト規律・パフォーマンス目標・チーム能力と整合させる組織にとって、マルチクラウドは長期的な俊敏性とレジリエンスの基盤となり、初期投資を上回るリターンをもたらします。</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading">マルチクラウドコストを追跡するツール</h2>



<p><strong>専門家が日々のマルチクラウド支出を把握するために推奨するツール（およびその他のヒント）</strong></p>



<h3 class="wp-block-heading">ジミー・リー氏</h3>



<ul class="wp-block-list">
<li>主要 4 クラウドプロバイダーのネイティブツール、チーム、パートナーネットワークに勝るものはほとんどありません。</li>



<li>CloudZero、Apptio、Vantage、Harness、Densify などのサードパーティツールが有望です。</li>



<li>重要なのは IaC（Infrastructure as Code）と CI/CD を透明かつ最適に設計・運用し、変更ごとにコードレビューを行い、なぜ・いつ変更が必要かを議論し、中規模以上の変更にはコスト削減や ROI 目標を設定することです。</li>
</ul>



<h3 class="wp-block-heading">アンディ・エリス氏</h3>



<ul class="wp-block-list">
<li>まずは AWS Cost Explorer、Azure Cost Management、Google Cloud Cost Management など主要プラットフォームのコスト管理／分析ツールを活用しましょう。</li>



<li>これで足りなくなったら、本格的にマルチクラウドツールを検討します。CloudZero、Apptio Cloudability、Kubecost などが入り口になりますが、多数の競合製品が存在します。FinOps プラットフォームとの統合が最大の価値になることもあります。</li>



<li>コスト削減とセキュリティを組み合わせることも可能です。クラウドネイティブアプリ保護プラットフォーム（CNAPP：Orca や Wiz など）はクラウドコスト最適化機能を備え、未使用サービスを特定・廃止することでリスクと費用を同時に削減し、運用チームが把握すべき項目数も減らします。</li>
</ul>



<h3 class="wp-block-heading">ドリュー・ファーメント氏</h3>



<ul class="wp-block-list">
<li>ツール購入前に、容赦ないタグ付け、厳格なガバナンス、エンジニアリングチームへの財務責任付与を徹底しましょう。責任者がいなければ皆が過剰支出します。</li>



<li>ネイティブツール（AWS Cost Explorer、GCP Billing Reports、Azure Cost Management）は堅実な出発点です。</li>



<li>CloudHealth や Apptio のような優れたコストツールは、請求額だけでなく「請求の理由」を示してくれます。Stacklet のようにポリシーをパイプラインに組み込み、そもそも高コストなミスを防止するツールはゲームチェンジャーです。</li>



<li>最良のツールでも、人々がクラウドコストを自身の成功指標と見なさなければ意味がありません。本当の可視性は、チーム全体がツールを使いこなす訓練を受けたときに生まれます（財務部門だけでなく）。</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity">
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Multicloud ROI: A guide to maximizing value and efficiency]]></title>
<description><![CDATA[We live in a multicloud age. According to a recent survey of IT leaders from HostingAdvice.com, 89% of respondents say organizations should never rely on a single cloud provider in their shops. Rather they turn to hyperscale providers like Azure AWS and Google as well as smaller providers for clo...]]></description>
<link>https://tsecurity.de/de/2842073/it-security-nachrichten/multicloud-roi-a-guide-to-maximizing-value-and-efficiency/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2842073/it-security-nachrichten/multicloud-roi-a-guide-to-maximizing-value-and-efficiency/</guid>
<pubDate>Fri, 20 Jun 2025 12:18:51 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>We live in a <a href="https://www.networkworld.com/article/971990/what-is-multicloud.html">multicloud </a>age. According to a <a href="https://www.hostingadvice.com/studies/73-of-it-leaders-leverage-two-more-alt-cloud-providers/" rel="nofollow">recent survey of IT leaders from HostingAdvice.com,</a> 89% of respondents say organizations should never rely on a single cloud provider in their shops. Rather they turn to hyperscale providers like Azure AWS and Google as well as smaller providers for cloud services. But that doesn’t mean everything is smooth sailing. In fact, 73% struggle with security complexity, and 45% worry about vendor lock-in. </p>



<p>And then there’s a problem looming in the background. How do you make sure your multicloud spending is paying off? What’s multicloud’s return on investment (ROI) — and how can you improve it? For those answers, we turned to executives and cloud professionals to find out more about their tools and tricks of the trade.</p>



<h2 class="wp-block-heading">How multicloud pays off </h2>



<p>Multicloud architecture offers increased resilience, which is one of the clearest ways they can deliver return on investment. “No one wants to say it out loud, but major cloud outages do happen,” says <a href="https://www.linkedin.com/in/billhineline/" rel="nofollow">Bill Hineline</a>, field CTO at Chronosphere. “When they do, having 10 zones in one provider means nothing. That’s when multicloud earns its keep.” For organizations with steep per-minute downtime costs, being able to failover across providers can be a financial and reputational lifeline.</p>



<p>But different cloud providers are more than just identical storage and compute clusters, and a multicloud architecture can provide your enterprise with the best tools for specific jobs. </p>



<p>“Each of the clouds are better at certain workloads,” says <a href="https://www.baseten.co/author/mike-bilodeau/" rel="nofollow">Mike Bilodeau</a>, head of marketing at Baseten. “Depending on your business and what you’re building, it can make sense to just use different clouds for different products.” Hineline agrees: “You might run analytics in GCP [Google Cloud Platform] while keeping core workloads in AWS.” </p>



<p><a href="https://www.linkedin.com/in/jimmiel/" rel="nofollow">Jimmie Lee</a>, CEO of JLEE &amp; Associates, adds that “one cloud provider may offer a lower cost for storage, another may offer better pricing for compute or AI transactions. When implemented correctly, these gains significantly help reduce costs.”</p>



<p>Performance is another place where multicloud can shine. Bilodeau says that locating workloads closer to end users across cloud regions can reduce latency and increase responsiveness. “The classic stat from Amazon is that for every 100ms of added latency, they lost 1% of topline revenue,” he says. “Using multicloud to get workloads closer to customers can help to address this.”</p>



<p>The leverage goes beyond architecture. In AI-heavy environments, inference costs can quickly dominate a company’s cloud spend. “We’ve seen firsthand that for many large companies, inference costs overshadow all other cloud costs by an order of magnitude,” says <a href="https://www.baseten.co/author/amir-haghighat/" rel="nofollow">Amir Haghihat</a>, CTO of Baseten. “Being multicloud gives them <a href="https://www.cio.com/article/3966054/cios-highlight-negotiation-opportunities-as-aws-and-google-lower-cloud-costs.html">non-trivial leverage in contract negotiations</a>.” </p>



<p>It also increases access to scarce resources like GPUs. “Demand for the latest hardware is so high that getting things like B200s can be difficult,” Haghihat says. “Being multicloud lets you more easily take advantage of the better price/performance wherever those <a href="https://www.networkworld.com/article/3966130/what-are-gpus-inside-the-processing-power-behind-ai.html">GPUs </a>are available.”</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Table with tips to calculate multicloud ROI" class="wp-image-4004763" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?quality=50&amp;strip=all 1251w, https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?resize=300%2C165&amp;quality=50&amp;strip=all 300w, https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?resize=768%2C422&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?resize=1024%2C562&amp;quality=50&amp;strip=all 1024w, https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?resize=1240%2C681&amp;quality=50&amp;strip=all 1240w, https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?resize=150%2C82&amp;quality=50&amp;strip=all 150w, https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?resize=854%2C469&amp;quality=50&amp;strip=all 854w, https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?resize=640%2C351&amp;quality=50&amp;strip=all 640w, https://b2b-contenthub.com/wp-content/uploads/2025/06/060425_multicloud_roi_233263.jpg?resize=444%2C244&amp;quality=50&amp;strip=all 444w" width="1024" height="562" sizes="(max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">IDG</p></div>



<p>Multicloud also gives enterprises the flexibility to fine-tune their operating cost structure by splitting workloads between public and private cloud. <a href="https://www.riministreet.com/blog/author/jlocandro/" rel="nofollow">Joe Locandro</a>, global CIO at Rimini Street, saw this firsthand. </p>



<p>“We were running large predictive models for the energy grid, and that required massive compute power,” Locandro says. “Migrating to a more sophisticated cloud reduced simulation time from 12 hours to two, which allowed the team to run 300% more simulations per month.”</p>



<h2 class="wp-block-heading">Where multicloud falls short</h2>



<p>All those multicloud benefits no doubt sound like a cash-register’s <em>ka-ching </em>to tech leaders. But all the experts we spoke to emphasize that getting those returns on investment depends on execution and the ideal outcomes are often elusive. In practice, many organizations find that multicloud can just as easily introduce friction, redundancy, and diminishing returns.</p>



<p>“Flexibility’s a myth if your team spends half their time context switching,” says <a href="https://www.linkedin.com/in/christian-k/" rel="nofollow">Christian Khoury</a>, CEO of EasyAudit.ai. “We saw productivity drop when engineers had to juggle two cloud consoles, two IAM systems, two sets of docs.” Rather than enabling agility, multiple environments can bog teams down with duplicated tooling and incompatible workflows. And once you’ve managed to deploy your applications, you may find that you <a href="https://www.infoworld.com/article/2338141/why-is-your-multicloud-so-slow.html">take a performance hit</a>.</p>



<p>Even the idea of workload portability — a central pillar of many multicloud strategies — rarely plays out the way organizations expect. “One lie that organizations tell themselves is that a multicloud strategy enables applications to move between cloud services as needed,” says <a href="https://www.ylventures.com/people/andy-ellis-2/" rel="nofollow">Andy Ellis</a>, partner at YL Ventures and former CSO at Akamai. </p>



<p>“The reality is just about the opposite.” In most cases, apps are tightly integrated with provider-specific services — some of which were the specialized features that led you to choose multicloud in the first place. “You can no longer model applications as a ‘rack of servers, just virtual,’” Ellis says. “Applications are an ecosystem of microservices, many of which you pay for.”</p>



<p>This tight coupling doesn’t just limit portability — it also undercuts negotiating power. “You don’t really have the leverage to threaten to move existing applications easily,” Ellis adds. “Cloud migration projects are arguably more expensive than data center migrations used to be.” Providers know this, and while they have an incentive to retain your business, the cost and complexity of switching becomes a form of de facto lock-in.</p>



<h2 class="wp-block-heading">Why you need to justify the ROI of multicloud</h2>



<p>The right question isn’t whether multicloud saves money — it’s whether it’s worth the cost. That’s how Forrester analyst <a href="https://www.forrester.com/analyst-bio/tracy-woo/BIO14984" rel="nofollow">Tracy Woo</a> frames the issue. “Almost everyone understands that you’re not going to migrate workloads to the cloud just to save money,” Woo says.</p>



<p> “So the next question is: Is it worth it? And that gets tied into conversations beyond cost management.” Many companies aren’t making these decisions as part of a long-term plan, she says. “A lot of the so-called ‘strategy’ was just: everyone else is doing it, we should do it too. That was especially true during the pandemic.”</p>



<p>For companies still building toward scale, multicloud may not even be relevant — yet. Baseten’s Bilodeau notes that “regarding the latency question, people typically do not realize [they have latency problems] until they hit a certain level of scale.” To solve such problems, “most companies aren’t going to go multicloud at the start, because it’s such an investment in infrastructure versus getting product adoption.” But once a company hits a certain threshold — either in traffic, performance requirements, or customer demand—the pressure to go multicloud grows.</p>



<p>The problem is that this growth rarely unfolds as part of a clean strategic rollout. Often, technical teams default to the tools they know. “We didn’t want multicloud,” says EasyAudit.ai’s Khoury. “We ended up with it because different teams picked what they knew. Devs went GCP. Ops went AWS. Then legal said we needed a private cloud option for one enterprise deal. Welcome to vendor hell.”</p>



<p>Even mature enterprises often inherit multicloud complexity unintentionally. As YL Ventures’ Ellis puts it, “Mergers and acquisitions bring cloud environments with them, and you accumulate cloud services at a rate commensurate with your growth. Development teams may bring expertise in different cloud technologies, and they’ll build with what they know,” he adds. “And partnerships you’ve had in other areas of your business may have driven discounted rates from your partners to adopt their cloud services.”</p>



<p>Sometimes, the decision isn’t even internal. Baseten’s Bilodeau explains that for vendors selling infrastructure software, customer preferences can dictate cloud choices: “Some companies are ‘AWS’ or ‘GCP’ shops. If your software doesn’t run in those clouds, it can be a dealbreaker.” Woo agrees: “A lot of people don’t have a choice. There may have been political reasons, or a rogue engineer, or a partner demanding it — suddenly, you’re supporting what everyone else wants.”</p>



<p>The result is an architecture cobbled together from one-off decisions, rather than a cohesive plan. “Often, we find that our clients are using numerous different cloud services and offerings,” says JLEE &amp; Associates’ Lee. “These were frequently what was architected or recommended to them, without a more comprehensive and multi-year strategy.”</p>



<p>To navigate this complexity, commercial-minded IT leaders need to step up. “Typically, IT departments view cloud providers from a technical and risk lens,” says Rimini Street’s Locandro. “It’s up to the commercially savvy CIO to put in place good metrics, monitoring, and awareness of costs to really understand the value.”<br><br></p>



<h2 class="wp-block-heading">Tips for improving your multicloud ROI: Strategy, structure, and skill</h2>



<p></p>



<p>Multicloud can deliver meaningful returns — but only if you’re <a href="https://www.cio.com/article/3843047/multicloud-tips-for-getting-it-right.html">intentional about how you use it</a>. The benefits don’t materialize just because you have accounts on multiple platforms. </p>



<p>“When not implemented correctly, multicloud product costs can spiral out of control,” says JLEE &amp; Associates’ Lee. And Rimini Street’s Locandro adds that for many organizations, multicloud TCO, including administration, monitoring, and <a href="https://www.cio.com/article/3567171/cios-recalibrate-multicloud-strategies-as-challenges-remain.html">upskilling </a>workers, “is adding up to much more than initial expectations and vendor promise.” </p>



<p>Without governance, observability, and architectural discipline, you risk higher costs, team confusion, and missed opportunities. Here are the steps the experts we spoke to recommend to make multicloud worth the investment.</p>



<p><strong>Only use clouds you really need. </strong>This one might seem obvious, but it’s a piece of advice often neglected in practice. “Too many leaders see multicloud as a status symbol instead of a strategy,” says <a href="https://www.pluralsight.com/resources/blog/blog-author/drew-firment" rel="nofollow">Drew Firment</a>, chief cloud strategist at Pluralsight. “It’s not about having ‘more clouds’ — it’s about having the right clouds for the right reasons.” </p>



<p>At EasyAudit.ai, Khoury’s team asked a blunt question: “What’s the actual value of each cloud in production?” Anything that wasn’t supporting a core service or compliance requirement was flagged. “We weren’t chasing theoretical redundancy—we were trying to kill zombie infra and get one bill under control before explaining three,” he says.</p>



<p><strong>Cloud costs and observability are tied together</strong>. “Many teams still treat cost as a line item, not a governance practice,” says Chronosphere’s Hineline. “The same goes for observability says. “Teams that do multicloud well have treated both as first-class citizens. That means tight tagging discipline, clear ownership, and intentional instrumentation. If your FinOps team can’t trace a dollar of spend back to a service and a team, you’re flying blind.”</p>



<p>YL Ventures’ Ellis agrees: “Without visibility into how cloud services are being used, it can be an exercise in driving a bulldozer through a china shop.” Instead of clamping down with heavyweight processes, he suggests “white glove services from the beginning” to onboard teams into cost-efficient environments.</p>



<p><strong>Review your architecture to root out inefficiency</strong>. Ellis recommends basic hygiene like identifying duplicate accounts with the same provider. Doing so “can give you better pricing as you purchase in volume,” he says.</p>



<p>Even simple practices can reduce waste. Rimini Street’s Locandro says he’s had “developers spinning up test and dev environments and then forgetting to shut down the environment when they had finished. You need to turn off environments when finished, rather than leave the cloud tap continuously running.”</p>



<p><strong>Measure what matters: Productivity and outcomes</strong>. “Multicloud investments need to be measured by meaningful productivity gains and business outcomes,” Firment says. “If you’re not achieving faster deployments and improved customer value, then you’re just racking up cloud bills with a fancier name.”</p>



<p><strong>Upskill your team — and guide them to the finish line.</strong> “Flexibility only turns into faster delivery if your people are trained to navigate the differences,” Firment adds. But you shouldn’t expect every developer to master every cloud. “The goal is to build once, run anywhere, and deliver fast.”</p>



<p>That requires architecture that supports smart decisions. As Ellis notes, “Developers will often head for the lowest friction path, so the more you can make it easy for them to adopt the platforms that save you the most money overall, the better off you’re going to be.”</p>



<h1 class="wp-block-heading">Multicloud complexity demands a smart rollout</h1>



<p>If multicloud once seemed like a technical upgrade — or even a badge of sophistication — it now demands something deeper: a strategic lens that connects cloud architecture to business outcomes. That evolution is happening in parallel with the changing role of IT itself.</p>



<p>“I think the context behind [the ROI multicloud] question is something that a lot of teams are being pushed to,” says Forrester’s Tracy Woo. “And the reason they’re being pushed is because IT used to just be IT — you had a desktop, you had some applications loaded on it. Now IT strategy has really become this enabling backbone for business or digital transformation,” she says. “It’s started to level up higher and higher, and that’s why you have cloud really transforming the way people do work. The bigger question that looms beyond that: What’s the ROI for multicloud?”</p>



<p>For organizations that treat multicloud as a checkbox — or let it sprawl without structure — the answer may well be “not much.” But for those that align cloud architecture with business priorities, cost discipline, performance targets, and a realistic assessment of team capacity, multicloud can be the foundation for long-term agility and resilience, and provide a return on the initial necessary investment and then some.</p>



<aside class="sidebar">
<h3> Tools for tracking multicloud costs </h3>
<p> Experts share their favorite tools (and other tips) for keeping tabs on day-to-day multicloud spending:</p>
<p><strong>Jimmie Lee</strong>: When using the top four major cloud providers, it is challenging to surpass their tools, teams, and partner networks in understanding how to optimize cloud architectures and reduce costs. That said, there are a few notable third-party tools out there. AI products are under development that will add more visibility and management capabilities for these costs in the near future. </p>
<p> Tools such as CloudZero, Apptio, Vantage, Harness, and Densify are a few. Tracking and controlling cost for me started with ensuring we had transparent and optimal IaC and CI/CD design and operations. This ensures that changes undergo proper code reviews, forcing due diligence and conversations around why and when changes are needed, and allow us to set targets for cost savings or return on investment (ROI) for each medium or large change we plan to implement.</p>
<p><strong>Andy Ellis</strong>: Get started with the cost management and analysis tools in the major platforms (AWS Cost Explorer, Azure Cost Management, and Google Cloud Cost Management).  When those stop being enough is when you should really start to look at the multicloud tools, because now you’ll know enough about what you want to be a discriminating purchaser.  </p>
<p>Tools like CloudZero, Apptio Cloudability, and Kubecost might be great places to start looking, but there are a lot of competitors out there, many of which will integrate into your existing FinOps platforms.  Those integrations might be the most valuable feature as you go to purchase. </p>
<p>You can also combine your focus on cost savings with a focus on security. Both initiatives begin by inventorying your cloud accounts, and connecting them into a central platform. Cloud native application protection platforms (CNAPPs, like Orca and Wiz) now include Cloud Cost Optimization as an included tool, which will identify the entirely unused services so that you can work to deprovision them—reducing risk while saving money, and also reducing how many items your cloud operations team needs to know about. </p>
<p><strong>Drew Firment</strong>: Before spending money on tools, start with ruthless tagging, tight governance, and making engineering teams financially accountable. If no one owns the spend, everyone overspends. </p>
<p>Native tools like AWS Cost Explorer, GCP Billing Reports, and Azure Cost Management are a solid start. But good cost tools like CloudHealth and Apptio don’t just show you the bill — they show you why you got the bill. Tools like Stacklet are game-changers because they embed policy into the pipeline. They don’t just show you what you spent — they prevent you from making expensive mistakes in the first place. </p>
<p>Even the best tools won’t matter if your people aren’t trained to see cloud cost as part of their success. Serious visibility comes when you train your teams to use them, not just your finance department.</p>
</aside>

</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Claves para no ser víctima de los altos costes de la nube]]></title>
<description><![CDATA[La computación en la nube ha transformado de manera significativa la forma en que las empresas gestionan sus sistemas de TI gracias a la escalabilidad y flexibilidad que obtienen, junto con el acceso a soluciones tecnológicas de vanguardia. No obstante, cada vez es mayor el número de empresas ins...]]></description>
<link>https://tsecurity.de/de/2833724/it-security-nachrichten/claves-para-no-ser-vctima-de-los-altos-costes-de-la-nube/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2833724/it-security-nachrichten/claves-para-no-ser-vctima-de-los-altos-costes-de-la-nube/</guid>
<pubDate>Mon, 16 Jun 2025 10:18:48 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>La computación en la nube ha transformado de manera significativa la forma en que las empresas gestionan sus sistemas de TI gracias a la escalabilidad y flexibilidad que obtienen, junto con el acceso a soluciones tecnológicas de vanguardia. No obstante, <strong>cada vez es mayor el número de empresas insatisfechas debido al aumento de los costes de los servicios en la nube, junto con el mayor uso de los recursos de la nube.</strong></p>



<p><strong>Gran parte de este escenario se puede atribuir a expectativas poco o nada realistas o a que los clientes no implementan la tecnología correctamente</strong>. Muchas empresas carecen de los recursos necesarios o no acaban de comprender las manera de optimizar los recursos en la nube. El resultado es miles de aplicaciones y conjuntos de datos migrados a la nube que ahora consumen recursos excesivos, lo que supone un enorme desperdicio de dinero.</p>



<p>Hay otro factor que suman a estos anteriores, y es cómo fijan los proveedores los precios de sus servicios. Aún así, las empresas también deberían reconocer su propia mala gestión en lo que a la nube respecta. Y es que, si se quiere prosperar en este entorno actual dominado por la tecnología y la inteligencia artificial (IA), deben empezar a tomar medidas proactivas.</p>



<h2 class="wp-block-heading">Factores que impulsan el aumento de los gastos en la nube</h2>



<p><strong>Hay una razón simple de por qué crecen los gastos asociados de los servicios en la nubes: los principales proveedores de servicios no paran de incrementar sus precios</strong>. Si bien la competencia entre ellos ayuda a mantener estables los precios hasta cierto punto, las empresas ahora se enfrentan a la inflación, la introducción de nuevos servicios premium y la complejidad de los modelos de precios, a menudo envueltos en el misterio. Todos estos factores complican la gestión de los costes.</p>



<p><strong>Mientras tanto, muchas empresas siguen utilizando patrones de uso poco o nada eficientes</strong>. El enfoque habitual para la adopción consiste en migrar los sistemas existentes a la nube sin modificar ni mejorar sus funciones para los entornos en la nube. Un atajo que suele resultar en una asignación ineficiente de los recursos y gastos innecesarios. Un análisis reciente reveló que sólo se utiliza el 13% de las CPU y el 20% de la memoria en las implementaciones de Kubernetes. En ocasiones, las estrategias multicloud pueden dar lugar a un aumento de los costes y a ineficiencias en la gestión de las empresas, a pesar de su objetivo de reducir la dependencia de los proveedores.</p>



<p>Lo que más se promete a las empresas, que es el ahorro de costes y la facilidad operativa, a menudo no se hace realidad, lo que da como resultado una gran decepción y más cargar financiera para las empresas.</p>



<h2 class="wp-block-heading">Las empresas son responsables</h2>



<p>Lo que se suele hacer en estos casos es culpar a los proveedores de la nube por el aumento de los costes. Sin embargo, las empresas tienen capacidad para gestionar sus gastos en la nube de forma más eficaz, y muchas de ellas no suelen implementar estrategias de ahorro de costes ni tampoco supervisan de forma proactiva el uso de sus recursos. ¿Por qué?</p>



<p><strong>La mayoría de las empresas actuales carece de un enfoque práctico para la gestión de la nube</strong>. Adoptan servicios en la nube sin tener objetivos claros ni considerar cómo maximizar el uso de los recursos de forma eficaz. También carecen de una estrategia y pasan por alto iniciativas estratégicas como la optimización de las cargas de trabajo y la aplicación de la gobernanza, que son fundamentales para un uso rentable de la nube.</p>



<p>De ahí que no sean pocas las empresas que están considerando establecer tareas de IA y aprendizaje automático. Algunas previsiones esperan que estas tareas representen la mitad de los recursos de computación en la nube en 2029. La IA y el aprendizaje automático requieren recursos considerables que pueden ser incluso más costosos de no haber de por medio una gestión cuidadosamente planificada ni tampoco estrategias de eficiencia. Que las organizaciones aplacen el debate sobre los costes hasta que estos sistemas estén operativos les dejará en una posición vulnerable y sin opciones de ajuste sobre la marcha.</p>



<p>Por eso tienen que gestionar sus gastos en la nube de forma proactiva tomando el control mediante el desarrollo y la implementación de estrategias basadas en objetivos prácticos y una planificación con visión de futuro. Para eso, es necesario seguir estos pasos:</p>



<p>Lo primero: <strong>antes de adoptar la tecnología en la nube por sus ventajas, las empresas deben desarrollar un plan bien definido que detalle los fundamentos, objetivos y el enfoque del uso de los servicios en la nube.</strong> Deben identificar qué tareas son adecuadas para la implementación en la nube y cuáles no, y evaluar si una configuración de nube pública, privada o híbrida se ajusta a sus objetivos empresariales y presupuestarios.</p>



<p>En segundo lugar, <strong>antes de transferir los datos, han de asegurarse de optimizar sus tareas para mejorar la eficiencia y el rendimiento. Consejo: deben resistir la tentación de trasladar los sistemas existentes a la nube tal y como están; y tomarse un momento para evaluar las cargas de trabajo y realizar ajustes para mejorar el rendimiento</strong>. Esto suele implicar reevaluar la estructura de sus aplicaciones, optimizar el uso de los recursos y eliminar cualquier redundancia.</p>



<p>En tercer lugar, <strong>la gestión eficaz de los gastos en la nube depende de la implementación de prácticas de gobernanza sólidas</strong>. Para eso, hay que desarrollar directrices que describan los procedimientos y protocolos para el aprovisionamiento, la supervisión y la retirada de recursos; y establecer marcos de gobernanza adecuados para respaldar el seguimiento de los costes y garantizar que el uso de los recursos se ajusta a las restricciones.</p>



<h2 class="wp-block-heading">Perfeccionar la experiencia en ‘finops’ en la nube</h2>



<p>Son muchas las empresas que carecen de las habilidades necesarias para evaluar y supervisar eficazmente sus cargas de trabajo en la nube. Si adoptan <em>finops</em>, una práctica de gestión financiera diseñada específicamente para entornos en la nube, pueden mejorar la supervisión de los costes, la asignación de recursos y la realización del valor global.</p>



<p>Los sistemas de IA tienen un coste, así que deben tener en cuenta desde el principio las cargas de trabajo de IA. Se prevé en el futuro un aumento de la demanda de tareas de IA y aprendizaje automático, por lo que conviene empezar a prepararse ahora. Establecer desde el principio normas y una gobernanza adaptadas a las tareas de IA puede ayudar a evitar que se superen los límites presupuestarios, lo que incluye definir los recursos informáticos necesarios y evaluar si la infraestructura actual puede satisfacer estos requisitos de manera eficiente y sin desperdicios.</p>



<p>En consecuencia, las empresas deben estar preparadas para su mejora continua, dada la constante evolución de los servicios en la nube. Lo esencial es supervisar la utilización de los recursos y los costes asociados para garantizar que todo se optimiza de forma eficaz a lo largo del tiempo. Para esto es recomendable utilizar herramientas y servicios que proporcionen información actualizada para evitar situaciones en las que se pague de más por la capacidad o no se aprovechen al máximo los recursos disponibles.</p>



<p>También se les recomienda recuperar la autoridad y la responsabilidad en el ámbito del aumento de los costes. Los proveedores de servicios en la nube, como Amazon Web Services, Microsoft Azure y Google Cloud, comparten parte de la responsabilidad. Sin embargo, las empresas no deben depender únicamente de ellos para gestionar los gastos. En lugar de eso, deben tratar de reducir los gastos innecesarios y evitar las decepciones habituales entre los usuarios de la nube.</p>



<p>En definitiva, las operaciones a la nube no son una tarea única, sino que requieren una optimización y unos ajustes continuos para mantenerse al día de avances tecnológicos, como la IA. Las empresas que reconocen esta realidad y responden de forma adecuada ahorrarán dinero y también se posicionarán para el éxito al adoptar la IA y otras tecnologías punteras que dependen de la computación en la nube.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How this 'FinOps for AI' certification can help you tackle surging AI costs]]></title>
<description><![CDATA[The FinOps Foundation's new training program targets the rapidly growing costs associated with AI in a cloud environment.]]></description>
<link>https://tsecurity.de/de/2815297/hacking/how-this-finops-for-ai-certification-can-help-you-tackle-surging-ai-costs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2815297/hacking/how-this-finops-for-ai-certification-can-help-you-tackle-surging-ai-costs/</guid>
<pubDate>Wed, 04 Jun 2025 23:04:44 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[The FinOps Foundation's new training program targets the rapidly growing costs associated with AI in a cloud environment.]]></content:encoded>
</item>
<item>
<title><![CDATA[How 'FinOps for AI' certification tackles your surging AI costs - and how to sign up]]></title>
<description><![CDATA[The FinOps Foundation's new training program targets the rapidly growing costs associated with AI in a cloud environment.]]></description>
<link>https://tsecurity.de/de/2815254/it-nachrichten/how-finops-for-ai-certification-tackles-your-surging-ai-costs-and-how-to-sign-up/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2815254/it-nachrichten/how-finops-for-ai-certification-tackles-your-surging-ai-costs-and-how-to-sign-up/</guid>
<pubDate>Wed, 04 Jun 2025 22:00:37 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[The FinOps Foundation's new training program targets the rapidly growing costs associated with AI in a cloud environment.]]></content:encoded>
</item>
<item>
<title><![CDATA[Una llamada de atención para obtener un verdadero retorno de la inversión en la nube]]></title>
<description><![CDATA[La adopción empresarial de plataformas de nube pública se ha disparado. Más de la mitad de todas las cargas de trabajo empresariales se ejecutan ahora en nubes públicas, y se prevé que el gasto aumente casi un tercio solo este año. Muchas organizaciones destinan más de 12 millones de dólares al a...]]></description>
<link>https://tsecurity.de/de/2810386/it-security-nachrichten/una-llamada-de-atencin-para-obtener-un-verdadero-retorno-de-la-inversin-en-la-nube/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2810386/it-security-nachrichten/una-llamada-de-atencin-para-obtener-un-verdadero-retorno-de-la-inversin-en-la-nube/</guid>
<pubDate>Mon, 02 Jun 2025 13:34:16 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>La adopción empresarial de <a href="https://www.infoworld.com/article/2238873/what-is-cloud-computing.html" target="_blank">plataformas de nube pública</a> se ha disparado. <strong>Más de la mitad de todas las cargas de trabajo empresariales se ejecutan ahora en nubes públicas</strong>, y <strong>se prevé que el gasto aumente casi un tercio solo este año</strong>. Muchas organizaciones destinan más de 12 millones de dólares al año a servicios de nube pública. A pesar de esta enorme inversión, <strong><a href="https://info.flexera.com/CM-REPORT-State-of-the-Cloud-2025-Thanks?revisit" target="_blank" rel="nofollow">una parte significativa (alrededor del 27%) del gasto en la nube se desperdicia.</a></strong> Esto resulta especialmente frustrante, ya que las empresas acudieron en masa a la nube en busca de menores costes, mayor velocidad y agilidad empresarial, pero se encuentran ahora lidiando <strong>con facturas cada vez más elevadas y un retorno de la inversión limitado.</strong></p>



<p>La raíz del problema suele estar en actuar con demasiada rapidez. <strong>Muchas empresas ven la nube como un camino automático hacia la eficiencia y la reducción de costes</strong>. Sin embargo, <strong>sin una estrategia bien definida, a menudo terminan creando entornos complejos llenos de recursos inactivos, almacenamiento innecesario y costes de red ocultos</strong>. La naturaleza confusa de los precios de la nube, junto con la falta de visibilidad granular, deja a los equipos de TI y finanzas desconcertados ante facturas incomprensibles. Esta complejidad impide a las organizaciones vincular el gasto en la nube al valor real del negocio, lo que provoca frustración y alimenta el ciclo de desperdicio.</p>



<h2 class="wp-block-heading"><strong>Planifique cuidadosamente, actúe con rapidez y gaste con inteligencia</strong></h2>



<p><strong>Para que el gasto en la nube le resulte rentable, el primer paso es detenerse, evaluar y planificar</strong>. No dé por sentado que la nube le ahorrará dinero automáticamente. <strong>Establezca una estrategia meticulosa que adapte las cargas de trabajo a los entornos adecuados, teniendo en cuenta tanto las necesidades actuales como las futuras</strong>. Tómese el tiempo necesario para analizar qué aplicaciones se benefician realmente de la nube pública frente a otras opciones alternativas. Esto es esencial para lograr un ahorro real y un rendimiento óptimo.</p>



<p><strong>La adopción de un marco de <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html" target="_blank">FinOps </a>puede ser transformadora</strong>. FinOps une a las partes interesadas de TI, finanzas y negocios en una búsqueda compartida de la optimización continua de los costes de la nube. <strong>Fomenta una cultura de transparencia y responsabilidad, lo que permite realizar un seguimiento del gasto, identificar tendencias y abordar el desperdicio</strong> antes de que se salga de control. Cuando se combina con herramientas automatizadas y revisiones periódicas, <strong>FinOps permite a las organizaciones <a href="https://www.infoworld.com/article/3486837/how-to-bring-runaway-cloud-costs-under-control.html" target="_blank">gestionar de forma proactiva los costes</a>, dimensionar adecuadamente los recursos y alinear cada dólar invertido en la nube con el valor empresarial</strong>.</p>



<p><strong>La gobernanza debe ir de la mano de estas prácticas financieras</strong>. Redacte políticas claras para el uso de la nube, aplique normas de etiquetado y automatice el apagado o la limpieza de los recursos infrautilizados. Todas las personas que utilicen la nube deben estar capacitadas para tomar decisiones acertadas, pero también deben ser responsables de sus gastos. Este cambio fundamental requiere el compromiso de los directivos y una comunicación constante, y reporta beneficios en forma de claridad y control de los costes.</p>



<h2 class="wp-block-heading"><strong>Diversifique la ubicación de sus cargas de trabajo</strong></h2>



<p>Si la economía de la nube pública se queda corta para aplicaciones o cargas de trabajo específicas, o si necesita un mayor control normativo, debe considerar otras opciones. <strong>Las <a href="https://www.infoworld.com/article/2291750/what-the-private-cloud-really-means.html" target="_blank">nubes privadas</a> pueden ofrecer un mayor control y estructuras de costes predecibles, especialmente para cargas de trabajo con una demanda constante o requisitos de cumplimiento estrictos</strong>. Las <a href="https://www.infoworld.com/article/3845411/it-leaders-are-driving-a-new-cloud-computing-era.html?utm=hybrid_search" target="_blank">nubes soberanas</a> gestionadas por proveedores regionales o nacionales han cobrado especial relevancia para las organizaciones que deben cumplir normativas estrictas en materia de privacidad y residencia de datos.</p>



<p><strong>Los proveedores de nube especializados y regionales también están ganando protagonismo</strong>. Pueden ofrecer soluciones a medida, proporcionar un mejor soporte y, en ocasiones, ofrecer precios significativamente más bajos para determinados tipos de cargas de trabajo, especialmente cuando la transferencia de datos o las necesidades técnicas específicas son un factor importante. <strong>Para las empresas dispuestas a mirar más allá de los tres principales hiperescaladores, estas alternativas podrían suponer importantes beneficios financieros y operativos</strong>.</p>



<p><strong>Las empresas deben revisar rigurosamente su uso actual, optimizar sus entornos e identificar oportunidades de optimización</strong>. Invertir en plataformas de gestión de la nube que puedan automatizar la detección de ineficiencias, recomendar mejoras continuas y prever con mayor precisión los patrones de gasto futuros. La optimización no es una tarea puntual, sino un proceso continuo en el que la automatización y la responsabilidad son temas centrales.</p>



<h2 class="wp-block-heading"><strong>¿Qué hacer ahora?</strong></h2>



<p>Las empresas se enfrentan a una presión cada vez mayor para justificar el aumento de su gasto en la nube y recuperar el verdadero valor empresarial de sus inversiones. <strong>Sin una acción decisiva, el desperdicio seguirá erosionando cualquier beneficio prometido</strong>. Estos son los pasos clave que recomiendo para recuperar el control y obtener resultados significativos:</p>



<ul class="wp-block-list">
<li><strong>Audite su entorno actual en la nube</strong>: realice una revisión exhaustiva de todas las cargas de trabajo en la nube, los patrones de gasto y la utilización de los recursos. Desactive rápidamente los activos inactivos o redundantes para detener el gasto innecesario.</li>



<li><strong>Implemente prácticas de FinOps</strong>: forme un equipo multifuncional de FinOps que reúna a los responsables de TI, finanzas y negocio. Supervise el gasto en tiempo real, establezca controles de costes claros y cree una cultura de responsabilidad financiera.</li>



<li><strong>Optimice su arquitectura de nube</strong>: reevalúe periódicamente cómo se implementan las aplicaciones. Adapte los recursos, consolide las cargas de trabajo y elimine la proliferación en los recursos informáticos, de almacenamiento y de red.</li>



<li><strong>Automatice la gobernanza de los costes</strong>: implemente herramientas que detecten automáticamente anomalías, realicen un seguimiento del uso y apaguen los recursos huérfanos o infrautilizados sin intervención manual.</li>



<li><strong>Mejore las habilidades de sus equipos</strong>: invierta en formación continua para garantizar que el personal comprenda los precios de la nube y las prácticas recomendadas para gestionar los costes. Capacite a todos para identificar las ineficiencias de forma temprana.</li>



<li><strong>Explore modelos y proveedores alternativos</strong>: considere opciones de nube <a href="https://www.networkworld.com/article/964498/what-is-hybrid-cloud-computing.html" target="_blank">híbrida</a>, privada o soberana para cargas de trabajo específicas, así como proveedores menos conocidos o especializados que puedan ofrecer soluciones más rentables o que cumplan con la normativa.</li>



<li><strong>Negocie de forma proactiva con los proveedores de nube</strong>: utilice la visibilidad de sus gastos para conseguir mejores condiciones contractuales, descuentos por volumen o acuerdos de servicio mejorados.</li>
</ul>



<p>Tomar estas medidas ahora ayudará a las empresas a convertir la nube de un centro de costes en crecimiento en una fuente de valor empresarial cuantificable.</p>



<p>Al final, <strong>el potencial de la nube para ofrecer valor económico y empresarial es real, pero solo para las organizaciones que estén dispuestas a dedicar la planificación, la disciplina y la gobernanza que exige</strong> la nube. Trasladar las cargas de trabajo a la nube no es un resultado empresarial en sí mismo, sino que debe servir a objetivos claros de innovación, eficiencia y retorno de la inversión. <strong>Las empresas deben abordar el crecimiento de la nube con intención</strong>: reforzando los controles financieros, creando una cultura de concienciación sobre los costes y considerando una oferta ampliada de soluciones en la nube. Las empresas que sean capaces de gestionar esto no solo controlarán sus gastos, sino que finalmente obtendrán los beneficios que se les han prometido.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Observability Across DevOps, SRE, SecOps, & FinOps]]></title>
<description><![CDATA[IT Observability has evolved significantly from its roots as a purely technical monitoring function. In today’s complex digital landscape dominated by public and hybrid environments, it is no longer enough to simply monitor IT systems. True strategic advantage comes from embedding observability i...]]></description>
<link>https://tsecurity.de/de/2802518/unix-server/observability-across-devops-sre-secops-finops/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2802518/unix-server/observability-across-devops-sre-secops-finops/</guid>
<pubDate>Wed, 28 May 2025 14:20:34 +0200</pubDate>
<category>🐧 Unix Server</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>IT Observability has evolved significantly from its roots as a purely technical monitoring function. In today’s complex digital landscape dominated by public and hybrid environments, it is no longer enough to simply monitor IT systems. True strategic advantage comes from embedding observability insights into the core operational and strategic practices of an organization such as […]</p>
<p>The post <a href="https://www.suse.com/c/observability-across-devops-sre-secops-finops/">Observability Across DevOps, SRE, SecOps, &amp; FinOps</a> appeared first on <a href="https://www.suse.com/c">SUSE Communities</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cinco preguntas que definen la agenda actual del CIO]]></title>
<description><![CDATA[Las cuestiones recurrentes dominan la agenda actual de los directores de sistemas de la información (CIO, por sus siglas en inglés): cómo impulsar la innovación al tiempo que se garantizan unas operaciones informáticas seguras y modernas, una plantilla preparada para el futuro y un balance prepar...]]></description>
<link>https://tsecurity.de/de/2797915/it-security-nachrichten/cinco-preguntas-que-definen-la-agenda-actual-del-cio/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2797915/it-security-nachrichten/cinco-preguntas-que-definen-la-agenda-actual-del-cio/</guid>
<pubDate>Mon, 26 May 2025 12:33:03 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Las cuestiones recurrentes dominan la agenda actual de los directores de sistemas de la información (CIO, por sus siglas en inglés): cómo <strong>impulsar la innovación al tiempo que se garantizan unas operaciones informáticas seguras y modernas</strong>, una <strong>plantilla preparada para el futuro y un balance preparado para contener los costes </strong>a medida que fluctúan.</p>



<p>Sin embargo, aunque la última encuesta <a href="https://www.cio.com/article/3976500" target="_blank"><em>State of the CIO</em> de CIO.com</a> identifica las <strong>iniciativas de IA, el trabajo en materia de seguridad, los esfuerzos de modernización y las necesidades de talento como los principales impulsores de la agenda</strong> de los líderes de TI también este año, se pueden apreciar sutiles cambios en la mejor manera de abordar ese trabajo a partir de las preguntas clave a las que se enfrentan los líderes de TI en cada una de estas áreas en este momento.</p>



<p>A continuación, los líderes y asesores de TI opinan sobre lo que los CIO deben preguntarse y responder sobre sus estrategias de TI y su ejecución en relación con los asuntos de TI más críticos de la actualidad.</p>



<h2 class="wp-block-heading"><strong>1. ¿Cómo puedo garantizar que las implementaciones de IA aporten un alto valor de forma segura?</strong></h2>



<p>Los días en los que se centraba principalmente en la experimentación con la IA y las pruebas de concepto <a href="https://www.cio.com/article/3629824/gen-ai-in-2025-playtime-is-over-time-to-get-practical.html" target="_blank">han quedado atrás</a>. <strong>Ahora, <a href="https://www.cio.com/article/3982258/ceos-top-priorities-for-it-leaders-today.html" target="_blank">los directores ejecutivos quieren que sus CIO</a> identifiquen cómo la IA puede aportar un valor cuantificable a la organización,</strong> afirma Mark Taylor, director ejecutivo de la Society for Information Management (SIM), una asociación profesional sin ánimo de lucro.</p>



<p>Esto, afirma, está obligando a los CIO a preguntarse: “¿Dónde están las implementaciones de IA de alto valor?”.</p>



<p>Para Saby Waraich, CIO del Clackamas Community College, esto se traduce en <strong>definir qué es lo que hace que un caso de uso de la IA sea excelente y determinar la mejor manera de obtener el máximo valor empresarial</strong> de esas implementaciones.</p>



<p>Waraich, que también es presidente de la SIM en Portland, Oregón, afirma que esta perspectiva le ayuda a él y a su equipo a <strong>priorizar los proyectos de IA en función del retorno de la inversión previsto, en lugar del entusiasmo y la emoción</strong>.</p>



<p>Por ejemplo, Waraich ha integrado recientemente herramientas de IA generativa en los procesos de ciberseguridad de la universidad. La IA analiza si los correos electrónicos denunciados como sospechosos son intentos de <em>phishing</em>, alerta al personal de seguridad de los resultados y redacta respuestas a los usuarios que han denunciado los mensajes sospechosos. Puede que no sea un proyecto llamativo, pero ha dado grandes resultados. Las herramientas de IA pueden completar en unos 10 minutos el trabajo que normalmente llevaba varias horas al personal, lo que supone un importante aumento de la productividad.</p>



<p>Según Tejas Patel, responsable de Estrategia Tecnológica y Asesoramiento para APAC en la empresa de servicios profesionales Accenture, los CIO deben encontrar grandes ventajas como esta. Y, según él, los CIO también deben plantearse cómo pueden aprovechar esas ventajas.</p>



<p>Por ello, <strong>Patel aconseja a los CIO que se pregunten: “¿Cómo puedo ampliar la seguridad de la IA generativa con rapidez y sin incurrir en una gran deuda tecnológica?</strong>”.</p>



<p>Los CIO, explica, <strong>necesitan ampliar rápidamente la implementación de la IA para garantizar que sus organizaciones sigan siendo competitivas</strong>, ya que la tecnología evoluciona tan rápido que corren el riesgo de quedarse atrás si no lo hacen. También deben tener cuidado con las herramientas de IA que adoptan para asegurarse de que las que elijan se adapten a esa evolución. Y <strong>deben ser constantemente diligentes en materia de seguridad para no introducir niveles inaceptables de riesgo en torno a la exposición de los datos</strong>, ya sea a ciberataques o de formas que violen las normativas o la confianza de los clientes o empleados.</p>



<p>Patel reconoce el reto al que se enfrentan los CIO a la hora de equilibrar todos esos elementos. <strong>“Con las presiones y los costes actuales, los CIO saben que deben ser inteligentes y más deliberados en su estrategia de IA”,</strong> añade.</p>



<h2 class="wp-block-heading"><strong>2. ¿Están nuestras operaciones de seguridad adaptadas a la resiliencia y al apetito de riesgo de nuestra organización?</strong></h2>



<p>Los CIO, junto con sus colegas ejecutivos y los miembros del consejo de administración, “se dan cuenta de que <strong>los ataques y las interrupciones por parte de actores malintencionados son inevitables”</strong>, afirma Taylor, de SIM. <strong>Esa toma de conciencia ha hecho que los programas de seguridad pasen de ser medidas principalmente defensivas a medidas que evolucionan continuamente</strong> la capacidad de la organización para identificar rápidamente las infracciones, responder con rapidez y volver a las operaciones lo antes posible, afirma Taylor.</p>



<p><strong>El objetivo actual es <a href="https://www.csoonline.com/article/2111061/cyber-resilience-a-business-imperative-cisos-must-get-right.html" target="_blank">garantizar la resiliencia</a></strong>, incluso a medida que evolucionan los actores maliciosos y sus estrategias de ataque. Y eso <strong>requiere operaciones de seguridad lo suficientemente ágiles como para adaptarse a un panorama de amenazas en constante evolución y alinearse con la </strong><a href="https://www.csoonline.com/article/3839272/what-is-risk-management-quantifying-and-mitigating-uncertainty.html" target="_blank"><strong>tolerancia al riesgo</strong> potencialmente cambiante de la organización</a>.</p>



<p>“Nos preguntamos: ‘¿Cómo podemos madurar continuamente? ¿Cómo podemos mejorar? ¿Cómo podemos convertirnos en una organización más madura?’”, afirma Joshua Bellendir, vicepresidente sénior de TI y CIO de la empresa minorista WHSmith North America.</p>



<h2 class="wp-block-heading"><strong>3. ¿Qué cambios en la infraestructura garantizarán que la TI responda a la velocidad del negocio?</strong></h2>



<p>Thomas Phelps IV, CIO de Laserfiche y miembro del consejo asesor del SIM Research Institute, afirma que <strong>garantizar que las operaciones de TI puedan responder a un clima empresarial en rápida evolución es el factor clave que utiliza para determinar qué tecnologías sustituir y qué nuevas inversiones realizar</strong>.</p>



<p>Crear una pila tecnológica que pueda crecer y reducirse según las necesidades del negocio, y que pueda evolucionar rápidamente para aprovechar un panorama tecnológico en constante cambio, no es tarea fácil, admiten Phelps y otros líderes de TI.</p>



<p>“<strong>La modernización es un objetivo en constante movimiento, porque una vez que se ha modernizado, puede surgir algo nuevo que sea mejor y más automatizado</strong>. Toda la infraestructura está evolucionando muy rápidamente”, afirma Diane Gutiw, vicepresidenta y directora global de Investigación en IA de CGI, una empresa de servicios de consultoría empresarial y de TI.</p>



<p>Existen estrategias para ayudar a afrontar ese reto, afirma Taylor, de SIM, que <strong>aconseja a los directores de TI que se centren en el acceso a los datos a la hora de ajustar sus pilas de TI</strong>, ya que el éxito en esta era de la IA y la automatización depende en gran medida de que los datos lleguen a donde se necesitan.</p>



<p>Brian Jackson, director principal de Investigación de Info-Tech Research Group, está de acuerdo: “Se trata de encontrar soluciones que permitan extraer los datos de los sistemas antiguos y trasladarlos a un nuevo plano en el que [las organizaciones] puedan evaluarlos y utilizarlos con los modernos sistemas de IA”.</p>



<p>Patel, de Accenture, destaca que esto <strong>permitirá a los directores de informática estar mejor preparados para “aprovechar la automatización, la IA y los agentes, con el objetivo de lograr un funcionamiento sin intervención humana</strong> [en las operaciones de TI]”. La clave de una infraestructura receptiva, explica Patel, es eliminar al máximo el esfuerzo manual.</p>



<p><strong>Las operaciones “sin intervención”,</strong> argumenta, <strong>aumentan la velocidad y reducen los costes</strong>, lo que permite a los directores de informática <a href="https://www.cio.com/article/3957762/cios-recalibrate-it-agendas-to-make-room-for-rising-ai-spend.html" target="_blank">desviar dinero de los gastos operativos a la innovación</a>, convirtiendo a sus departamentos de TI (además de la pila tecnológica) en una entidad totalmente moderna.</p>



<h2 class="wp-block-heading"><strong>4. ¿Cómo puedo preparar a mi plantilla para el futuro?</strong></h2>



<p>Para Jackson, de Info-Tech, <strong>el éxito a largo plazo de los CIO depende de identificar continuamente las habilidades necesarias para adelantarse a la competencia y diseñar estrategias de talento</strong> que garanticen la contratación y la formación de personal con esas habilidades, con la mirada puesta en el futuro.</p>



<p>Phelps coincide en que <strong>una sólida estrategia de mejora y recualificación de las competencias es esencial para desarrollar las capacidades adecuadas para hacer crecer el negocio</strong>, mientras que Gutiw, de CGI, es un poco más específica y afirma que <strong>se trata de garantizar que se cuenta con talento que sabe cómo utilizar la IA para realizar su trabajo mejor y más rápido</strong>.</p>



<p>Como señala Gutiw, las investigaciones demuestran que los trabajadores que no saben utilizar la IA serán sustituidos no tanto por la tecnología en sí misma, como por otros trabajadores que sí saben trabajar con ella y junto a ella.</p>



<p>Por consiguiente, afirma que los CIO deben preguntarse si ellos y sus gerentes están <strong>preparados para una plantilla híbrida, en la que se integren trabajadores humanos y trabajadores de IA</strong>.</p>



<p>“Los directores de informática deberían preguntarse: ‘¿Cómo puedo cambiar o adaptar lo que hago ahora para poder gestionar una plantilla híbrida? ¿Cómo será el futuro del trabajo? ¿Cómo puedo gestionarlo de forma segura y responsable sin dejar de aprovechar las ventajas de la eficiencia? ¿Y cómo puedo permitir que mi personal sea innovador sin infringir la normativa?’”, afirma Gutiw, señalando que los directivos actuales “son la última generación de personas que solo se dedicarán a gestionar personas”.</p>



<p>Patel, de Accenture, está de acuerdo en que <strong>los CIO deben buscar crear “el modelo operativo adecuado en la organización para que las personas y las máquinas puedan colaborar e impulsar un valor exponencial”.</strong></p>



<p>Añade: “Los CIO deben asegurarse de que las personas vean esto como una oportunidad, que hay progresión profesional y crecimiento con la llegada de la IA”.</p>



<h2 class="wp-block-heading"><strong>5. ¿Cómo controlo los costes para poder invertir más en innovación?</strong></h2>



<p>Muchas organizaciones siguen invirtiendo en TI: <strong>el 65%</strong> de los encuestados en 2025 State of the CIO afirman que <strong>esperan un aumento de la financiación destinada a TI, con un incremento medio del 6,9%.</strong></p>



<p>Sin embargo, <strong>los CIO afirman que el coste de la gestión y el mantenimiento de su actual infraestructura tecnológica ha aumentado a un ritmo mayor, al igual que las nuevas implementaciones y la innovación</strong>.</p>



<p>Jackson, de Info-Tech, atribuye <strong>gran parte de ese impacto a los <a href="https://www.cio.com/article/3496509/rising-cloud-costs-leave-cios-seeking-ways-to-cope.html" target="_blank">picos en el coste de los servicios en la nube</a></strong>. “Los CIO están viendo facturas más altas de lo esperado e incluso están hablando de repatriar algunas cargas de trabajo”, señala.</p>



<p>Jackson afirma que <strong>un porcentaje cada vez mayor de CIO está adoptando <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html" target="_blank">FinOps</a> para controlar esos costes de funcionamiento.</strong> Los directores de informática también están <a href="https://www.cio.com/article/1309572/cios-rethink-all-in-cloud-strategies.html" target="_blank">reevaluando qué debe ejecutarse en la nube</a> y qué podría ejecutarse en otro lugar, y están descubriendo que <strong>prestar más atención a las operaciones en la nube puede ayudar a minimizar los gastos</strong>.</p>



<p>Además, los responsables de TI <strong>están <a href="https://www.cio.com/article/657832/cios-sharpen-cloud-cost-strategies-just-as-gen-ai-spikes-loom.html" target="_blank">racionalizando y renegociando los contratos y servicios de los proveedores</a> para mantener los costes bajo control</strong>.</p>



<p>Sin embargo, es importante señalar que este trabajo no consiste simplemente en reducir el gasto en TI, como puede haber sido el caso en años anteriores, afirma Jackson. Más bien, ese trabajo ayuda a los CIO a reducir los costes de las tareas de bajo valor, como el mantenimiento, para poder reasignar el dinero a iniciativas de crecimiento e innovación de alto valor.</p>



<p>Patel está de acuerdo y afirma que<strong>, en lo que respecta al presupuesto de TI, los CIO deben determinar el equilibrio óptimo entre los gastos operativos, los gastos de capital, la <a href="https://www.cio.com/article/3958666/what-is-technical-debt-a-business-risk-it-must-manage.html" target="_blank">deuda tecnológica</a> y el gasto en innovación</strong>.</p>



<p>“La pregunta es: ‘¿Cuál es el equilibrio adecuado, cuál es la distribución adecuada?’ Eso es lo que deben buscar los CIO”, afirma.</p>



<p>Phelps se centra en esa dinámica y afirma que está examinando los contratos y servicios de sus proveedores para asegurarse de que “realmente contribuyen al crecimiento del negocio y lo hacen de una manera que ayuda a gestionar los costes y garantiza la adopción de sus herramientas innovadoras por parte de los usuarios”.</p>



<p>Y lo que es quizás más importante, presta mucha atención a la asignación de fondos para la ejecución y el mantenimiento de los proyectos cotidianos y la innovación, y se asegura de que “estamos asignando ese gasto de forma adecuada”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Network bloat: AI-driven data movements cause cloud overspend]]></title>
<description><![CDATA[Enterprise cloud spending is spiraling out of control, with over half of organizations estimating that more than 40% of their cloud budget is wasted on preventable mistakes and inefficient processes.



And the accelerating growth in AI adoption isn’t helping. Cloud networking is often an overloo...]]></description>
<link>https://tsecurity.de/de/2797790/it-security-nachrichten/network-bloat-ai-driven-data-movements-cause-cloud-overspend/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2797790/it-security-nachrichten/network-bloat-ai-driven-data-movements-cause-cloud-overspend/</guid>
<pubDate>Mon, 26 May 2025 11:17:44 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Enterprise cloud spending is spiraling out of control, with over half of organizations estimating that more than 40% of their cloud budget is wasted on preventable mistakes and inefficient processes.</p>



<p>And the accelerating growth in AI adoption isn’t helping. Cloud networking is often an overlooked area, and the growing demands of AI-driven data movement are compounding the challenge. Meanwhile, the rise of <a href="https://www.networkworld.com/article/3574556/gartner-top-10-strategic-technology-trends-for-2025.html">agentic AI</a> could increase traffic exponentially—and make it far less predictable.</p>



<h2 class="wp-block-heading">Unexpected cloud costs</h2>



<p>More than half of all enterprise workloads are now running in public clouds, and cloud spending is projected to increase by 28% this year, according to <a href="https://info.flexera.com/CM-REPORT-State-of-the-Cloud" target="_blank" rel="noreferrer noopener">Flexera’s state of the cloud report</a>, which was released in late March. The company’s survey of more than 700 cloud decision-makers found that 40% of enterprises spend more than $12 million per year on public cloud, up from 36% last year.</p>



<p>But 27% of cloud spending is wasted, the report shows, and that’s down from a high of 32% four years ago, but still unreasonable. And cloud networking costs are a big part of the picture. “The hidden costs of cloud aren’t the compute, but the networking and storage,” says <a href="https://www.linkedin.com/in/kevin-mortimer-4757926/">Kevin Mortimer</a>, head of operations at University of Reading in England’s Berkshire county. “It’s very easy to create very large networks in public cloud.”</p>



<p>In theory, cloud has an advantage over traditional deployments because it can scale up and down as needed, he says. “But even when you do turn it off, it is using resources behind the scenes and driving the cloud bills,” Mortimer explains. The university itself has had cases in which very large networks were created, he says. This creates network bloat and security concerns, he adds. Then there are the costs of moving data into and out of the cloud, he says. “Nobody talks about the costs of egress.”</p>



<p>“Cloud networking is a silent budget killer,” says Matt Biringer, CEO and co-founder at <a href="https://www.north.cloud/">North</a>, a cloud spending optimization company. “You think you’re spending on compute, then discover half your bill is cross-region data transfer. It’s the kind of cost that flies under the radar until it’s too late.”</p>



<p>According to a survey released last October by <a href="https://stacklet.io/survey-usage-optimization-2024/" target="_blank" rel="noreferrer noopener">Stacklet</a>, a cloud governance company, half of the companies polled say that 40% or more of their cloud spending is wasted—and the larger the organization, the more wasteful the cloud spending. </p>



<p>There are a lot of reasons for the wasted spending, says <a href="https://www.linkedin.com/in/dscottwheeler/">Scott Wheeler</a>, cloud practice lead at Asperitas, a cloud consultancy. Many companies, even after all these years, still haven’t adapted to the switch from capital expenses to operating expenses, he says. For example, they might not have a specific individual or group tasked with managing cloud costs.</p>



<p>“Or sometimes the person or group that’s responsible doesn’t have it as their primary responsibility,” Wheeler explains. “They’ll have several other things they’re responsible for, and, oh, by the way, cost is there.”</p>



<p>For instance, a business unit might allocate a certain budget for a project and then, once it’s up and running, nobody ever goes back and checks that the full allocation is still needed. “It’s a hassle to go back and look at it,” Wheeler says.</p>



<p>There are plenty of tools available to monitor costs, data retention policies, misconfigurations, and other cloud issues. “There are tools native to Azure, Google, and AWS,” Wheeler says. “And there are third-party tools for cost management, but sometimes people don’t set these things up.”</p>



<p>One client recently declined to spend $200,000 on a project that would have saved $2 million per year in cloud costs by reducing the amount of logging data that was stored, Wheeler says. “It just wasn’t a priority. Leadership has other things they have to get done.”</p>



<p>Finally, people might be reluctant to cut back on cloud spending because there’s a risk to doing so.</p>



<p>“Scaling down can be a tricky thing,” says <a href="https://www.linkedin.com/in/erikpeterson/">Erik Peterson</a>, founder and CTO at CloudZero, a cloud cost optimization company. “Sometimes people say, I don’t want to put my career on the line to bring systems down if we don’t need them. Am I going to be fired for having a system deny user access, or be fired for spending a couple of extra bucks?”</p>



<p>But that argument only holds true when the economy is going well, he adds. During a downturn, this kind of waste can’t be tolerated. According to a <a href="https://www.azul.com/the-cio-cloud-trends-survey-report/" target="_blank" rel="noreferrer noopener">Censuswide survey</a> of 300 CIOs (released in late March and conducted on behalf of Azul, a Java platform company) showed that 83% are spending more than they expected on cloud.</p>



<p>Still, cloud infrastructure costs less than the alternative. According to the survey, 80% of CIOs said that they see net cost savings from moving to the cloud. But they plan to move even more workloads to the cloud. Today, 68% of infrastructure and application workloads are hosted in public, private, or hybrid clouds. Within five years, that percentage will increase to 75%, the CIOs said, which creates even more opportunities for cloud waste.</p>



<p>Meanwhile, if the economy continues to get worse, there will be increased pressure on technology managers to make sure that none of this spending is wasted. Cost efficiency is only the second-most important business driver for cloud migration. The top one? AI and data analytics. When it comes to AI, spending overruns have the potential to be even more dramatic—and even harder to predict.</p>



<h2 class="wp-block-heading">The trouble with AI</h2>



<p>AI will have a cumulative impact of $22 trillion on the global economy by 2030, according to an <a href="https://www.idc.com/getdoc.jsp?containerId=prUS53290725" target="_blank">April report by IDC</a>.</p>



<p>“Organizations around the world are signaling a growing commitment to AI investment,” said IDC analyst <a href="https://my.idc.com/getdoc.jsp?containerId=PRF004475">Carla La Croce</a> in the report.</p>



<p>Generative AI spending is expected to reach $644 billion in 2025, an increase of 76% compared to last year, <a href="https://www.gartner.com/en/newsroom/press-releases/2025-03-31-gartner-forecasts-worldwide-genai-spending-to-reach-644-billion-in-2025">according to </a><a href="https://www.gartner.com/en/newsroom/press-releases/2025-03-31-gartner-forecasts-worldwide-genai-spending-to-reach-644-billion-in-2025" target="_blank" rel="noreferrer noopener">G</a><a href="https://www.gartner.com/en/newsroom/press-releases/2025-03-31-gartner-forecasts-worldwide-genai-spending-to-reach-644-billion-in-2025">artner</a>. In April, in a <a href="https://www.pagerduty.com/resources/ai/learn/companies-expecting-agentic-ai-roi-2025/" target="_blank" rel="noreferrer noopener">Wakefield Research survey</a> of more than 1,000 IT executives, 63% said their organizations have “fully integrated” generative AI into their company, while another 24% have deployed it—and 62% said they’ve seen more than 100% ROI on their investments.</p>



<p>When it comes to agentic AI, the survey results are even more dramatic. Nearly all respondents—94%—say they expect to adopt agentic AI even faster than genAI, with an average expected return of 171%. Cloud accounts for 72% of AI infrastructure spending, <a href="https://www.idc.com/getdoc.jsp?containerId=prUS52758624" target="_blank">according to IDC</a>. But AI is a data-hungry technology, and moving large amounts of data around can get very expensive, very quickly.</p>



<p>“Prior to the AI world, data had gravity and pulled everything towards it,” CloudZero’s Peterson says. “But the equation has flipped, and the AI now has a stronger gravitational force. It’s pulling all the data towards it—and that has implications for network design.”</p>



<p>Many companies don’t realize the impact this will have, he says. Enterprise AI experiments are often run by different teams, pulling in data from everywhere they can.</p>



<p>“You can access it by API and start training systems,” says Peterson. “And you might not realize that they will trigger petabytes of data moving across the network. It’s one thing when it’s moving within one cloud provider, but a lot of teams are using frameworks that live outside the provider.”</p>



<p>For example, some business units might be experimenting with OpenAI, some with Google’s AI services, some with Anthropic. “Now I have data moving across the Internet outside my cloud provider, and I’m getting hit by egress traffic costs,” he says. “That’s driving a lot of surprises.”</p>



<p>With traditional genAI, data moves around when the AI is trained or fine-tuned, and then again when RAG (retrieval-augmented generation) embedding is used to add context to genAI queries. As the context windows get bigger, so does the amount of information that can be passed along in each question-and-answer interaction with a large language model.</p>



<p>“The super-massive AI black hole just gets bigger,” Peterson says. “The more it ingests, the stronger it becomes.”</p>



<p>Agentic AI increases this by an order of magnitude. Instead of a single question-and-answer interaction, agentic AI systems use armies of agents working in cooperation with one another to accomplish business tasks in a non-deterministic way. Some steps in a process could be repeated until they’re done correctly, and other systems pulled in to help when needed. Then, to make sure that the agents don’t go all SkyNet on us, there’s an entire layer of guardrail infrastructure, which is, itself, often powered by genAI.</p>



<p>“It’s going to get very complicated very fast,” Peterson says.</p>



<h2 class="wp-block-heading">How to manage cloud networking costs</h2>



<p>At the University of Reading, Mortimer can control networking costs by buying fixed capacity, deduplicating data, and tuning workflows.</p>



<p>The university serves more than 19,000 students at sites in the U.K. and Malaysia. Plus, researchers generate terabytes of new data every month from simulations, modeling, imaging, and other activities. All this work is supported by on-premises computing and by Azure cloud deployments, with some workloads in AWS and Oracle cloud.</p>



<p>“We try to channel most of our Azure cloud services to come back to campus via an ExpressRoute so we reduce egress costs,” Mortimer says. “It’s a fixed charge for fixed bandwidth. With a VPN, you pay for consumption, and it can go up and down. But with an ExpressRoute you have SLA-based performance around your throughput, and a fixed price as well.”</p>



<p>Azure ExpressRoute is a service that lets organizations create private connections between their on-prem infrastructure and Microsoft data centers. The university has also cut its cloud storage needs by 70% by using Rubrik Cloud Vault as its backup solution and eliminating duplicated files—which also reduces network traffic costs. And then there’s the fundamentals, Mortimer says.</p>



<p>“What we see in ourselves—our peers across the sector—is that they’re good at using DevOps to create things but forget the basics about making sure the data servers are optimized,” he says. “All the good things you’ve done on-prem, you have to make sure you’re doing it in Azure as well. And by asking those questions, you’ll find that you’ll be reducing costs, deleting data you don’t need anymore—all those housekeeping practices.”</p>



<p>He describes it as tuning. “It’s not a silver bullet,” he says. “We’re trying to find the most cost-effective way, that critical balance.”</p>



<p>When it comes to cloud networking costs in particular, there are several key levers that enterprises can use, says <a href="https://www.linkedin.com/in/nikhil/">Nikhil Roychowdhury</a>, principal and cloud FinOps leader at Deloitte Consulting. They include intelligent routing, tiered storage solutions, and regular audits. But network architecture—deciding where the data actually is—is key, he says.</p>



<p>“Most cloud providers offer no-cost data uploads,” he says. “However, transferring data across services to another provider or back to an on-premises data center incurs costs.”</p>



<p>Data storage should be aligned with where the data will be processed, he says. “This ensures that data is processed and stored near its point of use,” he says. That lowers egress costs, and, as a bonus, improves performance as well. This will be even more critical for AI, North’s Biringer says.</p>



<p>“The age of agentic AI will push data movement into overdrive,” he says. “Apps will be smarter, more autonomous—and far chattier. That means more unexpected network traffic, higher storage churn, and even more blurred lines between infrastructure layers.”</p>



<p>Enterprises should start looking at building intelligence into the infrastructure layer itself, he says, so that they can have visibility even when the behavior of their systems gets harder and harder to predict.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS, 클라우드 리소스 재판매 제동···기업 고객에 미칠 영향은?]]></title>
<description><![CDATA[클라우드 비용은 통제가 쉽지 않은 영역이다. 실제로 CIO의 83%는 클라우드 인프라에 당초 예상보다 평균 30% 더 지출하고 있는 것으로 나타났다.



이제 적어도 AWS 고객에게는 이 문제가 더욱 심화될 수 있다. AWS가 예약 인스턴스(RI)와 세이빙 플랜(SP)에 대한 정책을 강화하고 있기 때문이다. 오는 6월 1일부터 RI와 SP는 단일 최종 고객만 사용할 수 있다. 즉, AWS 파트너는 이들 프로그램을 통해 할인된 클라우드 용량을 구매한 뒤 여러 고객에게 재판매하거나 공유하는 것이 금지되며, 구매한 인스턴스는 반드...]]></description>
<link>https://tsecurity.de/de/2793035/it-security-nachrichten/aws/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2793035/it-security-nachrichten/aws/</guid>
<pubDate>Fri, 23 May 2025 07:32:19 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>클라우드 비용은 통제가 쉽지 않은 영역이다. 실제로 CIO의 83%는 클라우드 인프라에 당초 예상보다 평균 30% 더 지출하고 있는 것으로 <a href="https://www.azul.com/newsroom/azul-report-finds-83-of-cios-are-spending-more-on-their-cloud-infrastructure-and-applications-than-anticipated/" target="_blank" rel="nofollow">나타났다</a>.</p>



<p>이제 적어도 AWS 고객에게는 이 문제가 더욱 심화될 수 있다. AWS가 예약 인스턴스(RI)와 세이빙 플랜(SP)에 대한 정책을 강화하고 있기 때문이다. 오는 6월 1일부터 RI와 SP는 단일 최종 고객만 사용할 수 있다. 즉, AWS 파트너는 이들 프로그램을 통해 할인된 클라우드 용량을 구매한 뒤 여러 고객에게 재판매하거나 공유하는 것이 금지되며, 구매한 인스턴스는 반드시 해당 구매자가 직접 사용해야 한다.</p>



<p>데이터센터 투자사인 클라우드 캐피털의 CEO 에드 배로우는 “구매자는 이제 유연성이 사라진다는 점을 인지해야 한다”라며 “이번 조치는 단순한 정리가 아니라, 클라우드 경제 구조 자체를 근본적으로 재정립하는 일”이라고 평가했다.</p>



<h2 class="wp-block-heading">AWS, 클라우드 약정 구조 재편</h2>



<p>아마존 엘라스틱 컴퓨트 클라우드(Amazon EC2)의 RI와 SP는 장기적이고 일관된 AWS 사용에 대해 절감 효과를 제공하는 프로그램이다. RI는 기업이 특정 가용 영역에서 인스턴스를 사전에 예약해, 필요한 시점에 워크로드를 위한 용량을 확보할 수 있도록 한다. SP는 일정 수준의 사용량을 시간당 달러($/시간) 기준으로 약정하는 조건으로 온디맨드보다 낮은 가격을 제공한다. AWS에 따르면, 이 두 프로그램은 온디맨드 요금 대비 최대 72%의 할인을 제공한다.</p>



<p>하지만 배로우는 수년간 벤더들이 이 두 프로그램의 유연성을 악용해왔다고 지적했다. 이들은 약정을 하나로 묶어 재분배하고, 서브 계정 간 지출을 이전하는 방식으로 고객이 리스크 없이 할인 혜택을 누릴 수 있도록 해왔다.</p>



<p>배로우는 “판매자는 언제든 빠져나갈 수 있는 구멍을 두고도 할인 혜택을 제공할 수 있었고, 특히 스타트업과 중견 기업은 약정의 부담 없이 절감 효과만 누릴 수 있었다”라고 말했다. 하지만 이 구조는 AWS의 수요 예측과 계획 모델을 교란시켰고, 이에 따라 AWS는 이제 ‘실질적이고 지속 가능하며 특정 고객에 기반한’ 약정을 필요로 하게 됐다.</p>



<p>오는 6월 1일부터 AWS는 서브 계정 간 약정 이전이나 고객 간 신규 약정 재분배를 금지할 예정이다. 배로우는 이러한 변화의 배경으로 “AI와 하이퍼스케일 워크로드 수요에 대응하기 위한 수십억 달러 규모의 데이터센터 투자가 진행되고 있기 때문”이라며 “이 인프라에는 장기적인 계획과 자본에 대한 엄격한 관리가 필수”라고 강조했다.</p>



<p>인포테크 리서치 그룹 UK의 필 브런카드는 “AWS가 RI나 SP를 폐지하는 게 아니라, 단지 그간의 허점을 막는 것”이라고 설명했다. 이어 그는 “이번 조치로 MSP가 대규모 약정을 일괄 구매한 뒤 수십 개 고객에게 나눠 EC2 인스턴스를 할인된 가격에 사실상 재판매하는 방식이 차단된다”라며 “결국 AWS는 고객과의 직접 계약과 더 간결한 과금 구조로 무게 중심을 이동시킨 것”이라고 말했다.</p>



<h2 class="wp-block-heading">IT 구매자가 해야 할 일</h2>



<p>인포테크 리서치 그룹의 필 브런카드는 브로커나 부가가치 리셀러(VAR)를 통해 할인된 클라우드 리소스를 조달해온 기업이라면, 그동안 활용해온 차익 거래의 기회가 사라지게 된다고 지적했다. 그는 이러한 기업들이 안정적인 워크로드에 대해 ‘소폭의 가격 인상’을 감수해야 하며, 공동으로 묶어 운영해온 약정을 해체하고 재정비하는 과정에서 ‘일시적인 혼선’을 겪을 것이라고 전망했다.</p>



<p>브런카드는 원래의 할인 혜택이 브로커를 통해 제공된 것이었다면 “예산에 소폭 인상분을 반영해야 한다”라고 조언했다.</p>



<p>반면, RI나 SP를 직접 구매하거나 AWS의 엔터프라이즈 할인 프로그램(EDP)을 통해 대량 계약을 체결한 기업은 이번 정책 변화의 영향을 받지 않을 것이라고 설명했다. 달라지는 점은 단지 가격이 기준화된다는 것뿐이라는 설명이다.</p>



<p>브런카드는 변화에 선제적으로 대응하기 위해 조직이 자사의 약정 노출 상태를 점검하고, 매니지드 서비스 제공업체(MSP)에게 현재 풀링된 약정과 갱신 시점을 확인해야 한다고 강조했다.</p>



<p>그는 “향후 구매는 마스터 결제 계정 하위 또는 독립된 고객 서브 계정 단위의 직접 약정 또는 테넌트별 약정 형태로 전환해야 한다”라며 “갱신이나 용량 추가가 필요할 때는 총 지출 금액을 기준으로 EDP 협상에 나설 수 있고, AWS는 일반적으로 브로커를 통해 받은 혼합 할인율보다 나은 조건을 제시한다”라고 전했다.</p>



<p>브런카드는 또한 지금이 핀옵스(FinOps)를 점검하기에 좋은 시점이라고도 언급했다. 브런카드는 “공동 약정을 활용한 차익 구조가 사라진 이후에는 자동 리소스 최적화, 더 나은 인스턴스 스케줄링, 스팟 인스턴스 활용 확대 등을 통해 절감 효과를 얻을 수 있다”라고 말했다.</p>



<p>배로우 역시 사전 감사를 최우선 과제로 꼽으며 다음과 같은 대응 전략을 제시했다.</p>



<ul class="wp-block-list">
<li><strong>모델 리스크 분석</strong>: 사용량이 감소하거나 계획이 변경될 경우 어떤 상황이 발생할지 시나리오를 분석해야 한다.</li>



<li><strong>벤더 검증</strong>: 벤더의 비즈니스 모델이 풀링이나 재배분에 의존하고 있다면, 6월 1일부터 어떤 영향을 받을지 확인할 필요가 있다.</li>



<li><strong>조달 구조 재편</strong>: 짧은 기간의 약정, 계층화된 사용량 구조, 재무 전략에 부합하는 조건을 통해 유연성을 확보해야 한다.</li>



<li><strong>적합한 파트너 재선정</strong>: 단순히 AWS를 마진만 붙여 재판매하던 벤더가 아닌, 리스크를 흡수할 수 있는 파트너와의 협력을 고려해야 한다.</li>
</ul>



<p>배로우는 “지나친 약정을 벤더의 유연성에 의존해 관리해온 기업들은 이제 총이익률 하락, 예산 초과, 재무와 엔지니어링 간의 불일치 심화라는 결과를 마주할 수 있다”라고 조언했다.</p>



<p>배로우는 RI와 SP 재배분 전략에 기반한 벤더 모델을 사용하는 기업은 “하룻밤 사이에 리스크 프로파일이 바뀌는” 상황에 직면할 것이라고 덧붙였다. 새로운 약정은 사실상 취소 불가능한 재무적 의무가 되며, 클라우드 사용량이 감소하거나 방향이 바뀔 경우 기업은 리스크에 그대로 노출된다. 많은 벤더들은 이제 더 이상 과거처럼 이를 보호해줄 수 없을 것이라는 설명이다.</p>



<p>배로우는 “많은 벤더들이 AWS의 규정 완화에 기대어 비즈니스를 구축해왔다”라며 “그러나 이제 그 유예가 사라졌고, 그런 모델은 무너질 수밖에 없다”라고 밝혔다. 또한 그는 자신과 함께 일하는 많은 CFO들이 이번 변화를 재무 구조조정의 관점에서 바라보고 있다고 전하며 “이것은 단순한 정책 변경이 아니라 시장의 구조적 조정”이라고 설명했다.<br>dl-ciokorea@foundryco.com<br><br><br><br><br><br></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[2025년 CIO 어젠더를 정의하는 5가지 질문]]></title>
<description><![CDATA[오늘날 CIO의 주요 어젠더는 변하지 않는 과제가 차지하고 있다. 혁신을 주도하면서 동시에 안전하고 현대적인 IT 운영을 보장하는 방법, 미래에 대비한 인력 구성, 그리고 비용 변동에도 대응할 수 있는 재무 구조를 마련하는 것 등이다.



CIO.com의 최신 ‘State of the CIO’ 조사에서도 AI 프로젝트, 보안 강화, 현대화 노력, 인재 확보가 여전히 IT 리더의 주요 과제인 것으로 나타났다. 하지만, 각 영역에서 현재 직면한 핵심 질문을 보면, 이런 과제를 해결하는 실행 전략에서 미묘한 변화가 드러나고 있다....]]></description>
<link>https://tsecurity.de/de/2790572/it-security-nachrichten/2025-cio-5/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2790572/it-security-nachrichten/2025-cio-5/</guid>
<pubDate>Thu, 22 May 2025 04:48:28 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>오늘날 CIO의 주요 어젠더는 변하지 않는 과제가 차지하고 있다. 혁신을 주도하면서 동시에 안전하고 현대적인 IT 운영을 보장하는 방법, 미래에 대비한 인력 구성, 그리고 비용 변동에도 대응할 수 있는 재무 구조를 마련하는 것 등이다.</p>



<p>CIO.com의 최신 ‘State of the CIO’ 조사에서도 AI 프로젝트, 보안 강화, 현대화 노력, 인재 확보가 여전히 IT 리더의 주요 과제인 것으로 나타났다. 하지만, 각 영역에서 현재 직면한 핵심 질문을 보면, 이런 과제를 해결하는 실행 전략에서 미묘한 변화가 드러나고 있다.</p>



<p>여기서는 IT 리더들과 자문가들이 오늘날 가장 중요한 IT 문제와 관련된 전략 및 실행에 대해 CIO가 질문하고 답해야 할 5가지를 알아본다.</p>



<h3 class="wp-block-heading">1. <strong>AI가 높은 </strong>가치를 <strong>안전하게 제공하도록 보장하는 방법은 무엇인가?</strong></h3>



<p>AI 실험이나 개념 검증 단계는 이제 과거의 일이다. 기업 최고경영진은 CIO에게 기업 전체에 실질적인 가치를 창출할 수 있는 AI 활용 방안을 요구하고 있다. SIM(Society for Information Management)의 CEO 마크 테일러는 이 때문에 CIO는 “AI는 어디에서 가장 높은 가치를 제공하는가?”라는 질문에 직면해 있다고 말했다.</p>



<p>클래커머스 커뮤니티 칼리지(Clackamas Community College)의 CIO이자 SIM 포틀랜드 지부 회장인 사비 와라이크는 “AI 프로젝트를 선정할 때 단순한 관심이나 기대감보다는 ROI를 기준으로 우선순위를 정해야 한다”고 설명했다.</p>



<p>실제로 와라이크는 최근 생성형 AI를 대학의 사이버보안 프로세스에 통합했다. 이 시스템은 사용자가 신고한 의심 이메일이 실제 피싱 공격인지 여부를 판단하고, 결과를 보안 담당자에게 자동으로 전달하며, 신고자에게 회신 메시지를 작성한다. 겉보기에는 단순한 시스템처럼 보이지만, 이전에는 몇 시간이 걸리던 작업을 약 10분 내에 완료해 생산성을 크게 향상했다.</p>



<p>액센추어 아시아태평양 기술전략·자문 리더인 테자스 파텔에 따르면, CIO는 이런 큰 성공 사례를 찾아야 한다. 그리고 이런 성공 사례를 기반으로 자사의 AI를 어떠헥 구축할 것인지도 고민해야 한다. 같은 맥락에서 파텔은 CIO에게 “어떻게 하면 기술적 부채를 많이 떠안지 않고도 생성형 AI를 안전하고 신속하게 확장할 수 있을까?”라는 질문을 던져야 한다고 조언한다.</p>



<p>파텔은 기업의 경쟁력을 확보하기 위해 AI 배포를 빠르게 확장해야 할 필요가 있다며, 기술이 너무 빠르게 발전하고 있어 그렇지 않으면 빠르게 뒤처질 위험이 있다고 지적했다. 또한 채택하는 AI 도구가 이런 진화에 보조를 맞출 수 있도록 신중하게 선택해야 한다. 데이터를 노출과 관련해 용납할 수 없는 수준의 위험을 초래하지 않도록 보안에 대해 끊임없이 주의를 기울여야 한다. 사이버 공격은 물론, 규제 위반이나 고객이나 직원의 신뢰를 위반하는 것도 보안 위험을 초래한다.</p>



<p>이런 모든 요소의 균형을 맞추는 것은 어려운 일이다. 파텔은 “계속되는 압박과 비용 부담으로 인해 CIO는 AI 전략을 더욱 현명하고 신중하게 수립해야 한다는 것을 알고 있다”라고 덧붙였다.</p>



<h3 class="wp-block-heading"><strong>2. </strong><strong>보안 </strong><strong>운영이 </strong><strong>복원력과 </strong><strong>회사의 </strong><strong>위험 </strong><strong>성향에 </strong><strong>맞게 </strong><strong>조정되어 </strong><strong>있는가?</strong></h3>



<p>CIO는 물론, 경영진 및 이사회는 악의적인 행위자의 해킹과 파괴 행위가 불가피하다는 것을 알고 있다. SIM의 테일러는 이런 인식이 보안 프로그램을 방어적 조치에서 벗어나 기업이 침해를 신속히 탐지하고 대응하며, 가능한 한 빨리 정상 운영을 복구하는 능력을 지속적으로 발전시키는 방향으로 전환시켰다고 설명한다.</p>



<p>오늘날의 목표는 <a href="https://www.csoonline.com/article/2111061/cyber-resilience-a-business-imperative-cisos-must-get-right.html">복원력 확보</a>이다. 악당들의 공격 전략이 진화하더라도 이에 대응해야 한다. 이를 위해서는 위협 환경의 지속적인 변화에 적응할 수 있을 만큼 유연하며, 기업의 위험 허용 수준에 맞는 보안 운영이 필요하다. 위험 허용 수준은 바뀔 수도 있다.</p>



<p>소매업체 WH스미스 노스 어메리카의 CIO 조슈아 벨렌디르는 “우리는 ‘어떻게 하면 계속 성숙할 수 있을까? 어떻게 하면 더 나아질 수 있을까? 어떻게 더 성숙한 조직이 될 수 있을까?’라고 자문한다”라고 말했다.</p>



<h3 class="wp-block-heading"><strong>3. IT</strong><strong>가 </strong><strong>비즈니스 </strong><strong>속도에 </strong><strong>맞춰 </strong><strong>서비스를 </strong><strong>제공하기 </strong><strong>위해 </strong><strong>인프라는 </strong><strong>어떻게 </strong><strong>변화해야 </strong><strong>하는가?</strong></h3>



<p>레이저피쉬(Laserfiche)의 CIO이자 SIM 리서치 인스티튜트의 자문위원인 토마스 펠프스는 IT 운영이 급변하는 비즈니스 환경에 대응할 수 있도록 하는 것이 어떤 기술을 교체하고 어떤 새로운 투자를 할지 결정하는 데 중요한 요소라고 말한다. 하지만, 비즈니스 요구에 따라 확장 및 축소할 수 있고, 끊임없이 변화하는 기술 환경을 활용하기 위해 빠르게 진화할 수 있는 기술 스택을 구축하는 것은 쉬운 일이 아니라고 것은 펠프스를 비롯한 많은 IT 리더가 인정하는 점이다.</p>



<p>IT 및 비즈니스 컨설팅 회사 CGI의 부사장 겸 글로벌 AI 연구 책임자인 <a href="https://www.cgi.com/canada/en-ca/experts/diane-gutiw" rel="nofollow">다이안 구티우</a>는 “현대화 과정은 움직이는 목표와 같다. 현대화를 완료해도 더 나은 자동화 기술이 등장할 수 있기 때문이다. 전체 인프라가 너무 빠르게 진화하고 있다”라고 지적했다.</p>



<p>SIM의 테일러는 이 도전 과제에 대응하기 위한 전략이 있다며, CIO가 IT 스택을 조정할 때 데이터 접근성에 집중할 것을 조언한다. AI와 자동화 시대에 성공은 데이터가 필요한 곳에 전달되는지에 달려 있기 때문이다.</p>



<p>인포테크 리서치 그룹의 대표 리서치 디렉터인 브라이언 잭슨도 같은 의견이다. 잭슨은 “오래된 시스템에서 데이터를 추출해 평가하고 최신 AI 시스템에서 사용할 수 있는 새로운 차원으로 끌어올릴 수 있는 솔루션을 찾는 것이 중요하다”라고 말했다.</p>



<p>액센츄어의 파텔은 이렇게 함으로써 CIO가 “제로 터치 IT 운영 환경이란 야망에 자동화와 AI, 에이전트를 더 잘 이용할 수 있다며, 반응성이 뛰어난 인프라의 핵심은 수작업을 최대한 제거하는 것이라고 강조했다. 제로 터치 운영 환경은 운영이 속도를 높이고 비용을 절감해 CIO가 기술 스택은 물론, IT 부서를 완전히 현대적인 조직으로 만들 수 있다고 주장한다. 파텔은 “목표는 운영을 더 간소화하고 효율화해 자원을 새로운 기능 개발에 재할당하는 것”이라고 덧붙였다.</p>



<h3 class="wp-block-heading"><strong>4. </strong><strong>어떻게 </strong><strong>인력이 </strong><strong>미래 </strong><strong>경쟁력을 </strong><strong>갖추게 </strong><strong>할 </strong><strong>것인가?</strong></h3>



<p>인포테크의 잭슨은 CIO의 장기적 성공은 경쟁사를 앞서기 위해 필요한 기술력을 파악하고, 이런 기술력을 갖춘 인력을 채용하고 교육하는 인재 전략을 수립하는 데 달려 있다고 생각한다.</p>



<p>펠프스도 강력한 기술 향상 및 재교육 전략이 비즈니스 성장을 위한 올바른 역량을 개발하는 데 필수적이라는 데 동의했으며, CGI의 구티우는 좀 더 구체적으로, AI를 사용해 업무를 더 빠르고 더 잘 수행할 수 있는 인재를 확보하는 것이 가장 중요하다고 말한다.</p>



<p>구티우가 지적한 것처럼, 연구 결과에 따르면 AI 사용 방법을 모르는 인력은 AI에 의해 대체되는 것이 아니라 AI와 함께 일하는 방법을 아는 다른 인력에 의해 대체될 가능성이 높다. 따라서 CIO는 자신과 팀원이 인간과 AI가 통합된 하이브리드 인력에 대비가 되어 있는지 자문해야 한다.</p>



<p>구티우는 “CIO는 ‘하이브리드 인력을 관리하기 위해 현재 업무를 어떻게 변화하거나 조정해야 할까? 미래의 업무는 어떻게 될까? 이를 안전하고 책임감 있게 관리하면서 효율성을 유지하려면 어떻게 해야 할까? 그리고 규정을 위반하지 않고 직원들이 혁신을 이룰 수 있도록 하려면 어떻게 해야 할까?’라고 자문해야 한다”라며, 오늘날의 관리자들은 “사람을 관리하는 마지막 세대”라고 강조했다.</p>



<p>액센츄어의 파텔도 CIO는 “인간과 기계가 협력해 기하급수적인 가치를 창출할 수 있는 조직에 적합한 운영 모델을 구축해야 한다”는 데 동의하며, “CIO는 직원들이 AI의 도입을 기회로 인식하고, AI를 통해 경력 발전과 성장이 가능하다는 것을 확신할 수 있도록 해야 한다”라고 덧붙였다.</p>



<h3 class="wp-block-heading"><strong>5. 혁신에 더 많은 비용을 투자하기 위해 비용을 어떻게 관리할 것인가?</strong></h3>



<p>많은 기업이 IT에 계속 투자하고 있으며, 2025 CIO 현황 조사 응답자의 65%가 IT 예산 증가를 예상하고 있다. 평균 증가율은 6.9%이다. 그러나 많은 CIO가 현재 기술 스택을 관리하고 유지하는 비용이 더 빠르게 증가하고 있으며, 새로운 구현과 혁신 비용도 증가하고 있다고 지적한다.</p>



<p>인포테크의 잭슨은 이런 비용 충격이 대부분 <a href="https://www.cio.com/article/3496509/rising-cloud-costs-leave-cios-seeking-ways-to-cope.html">클라우드 서비스 비용의 급증</a>에 기인한다며, “CIO는 예상보다 높은 청구서를 받고 있으며, 일부 워크로드를 다시 이전할 것을 논의하고 있다”라고 전했다. 이런 운영 비용을 통제하기 위해 <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">핀옵스</a>를 채택하는 CIO가 증가하고 있다.</p>



<p>많은 CIO가 <a href="https://www.cio.com/article/1309572/cios-rethink-all-in-cloud-strategies.html">클라우드에서 실행해야 할 작업과 다른 곳에서 실행할 수 있는 작업을 재평가하고</a> 있으며, 클라우드 운영에 더 많은 관심을 기울이면 비용을 최소화할 수 있다는 것을 깨닫고 있다. 또한 IT 리더들은 비용을 통제하기 위해 업체 계약과 서비스를 합리화하고 재협상하고 있다.</p>



<p>그러나 잭슨은 이런 노력이 단순히 IT 지출을 줄이기 위한 것이 아니라는 점을 유의해야 한다고 당부했다. CIO가 유지 관리와 같은 저가치 작업에 드는 비용을 절감해 고부가가치 성장 및 혁신 이니셔티브에 자금을 재할당할 수 있도록 지원한다.</p>



<p>파텔도 동의하며, IT 예산에 있어 CIO는 운영 비용(OpEx), 자본 지출(CapEx), <a href="https://www.cio.com/article/3958666/what-is-technical-debt-a-business-risk-it-must-manage.html">기술 부채</a>, 혁신 지출 사이의 최적의 균형을 결정해야 한다며, “핵심 질문은 ‘어떤 균형이 적절하며, 어떻게 분배해야 하는가?’이다. 이것이 CIO들이 해결해야 할 과제이다”라고 강조했다.</p>



<p>펠프스는 이런 역학 관계에 초점을 맞추고 있으며, “비즈니스 성장을 실제로 지원하고, 비용을 관리하며, 사용자가 혁신적인 도구를 채택할 수 있도록 지원하는지”를 확인하기 위해 업체 계약 및 서비스를 검토하고 있다고 밝혔다. 하지만, 더 중요한 것은 펠프스가 운영/유지 관리, 일상적인 프로젝트, 혁신에 자금을 할당하는 데 주의를 기울이고 있으며, “자금을 적절하게 할당하고 있는지”를 확인하고 있다는 점이다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS clamping down on cloud capacity swapping; here’s what IT buyers need to know]]></title>
<description><![CDATA[Cloud costs can be difficult to keep under control at the best of times; 83% of CIOs are spending an average of 30% more on cloud infrastructure than they anticipated.



Now, at least for AWS customers, that issue may be further compounded, as the cloud provider is getting stricter with its Rese...]]></description>
<link>https://tsecurity.de/de/2790197/it-security-nachrichten/aws-clamping-down-on-cloud-capacity-swapping-heres-what-it-buyers-need-to-know/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2790197/it-security-nachrichten/aws-clamping-down-on-cloud-capacity-swapping-heres-what-it-buyers-need-to-know/</guid>
<pubDate>Wed, 21 May 2025 21:04:11 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Cloud costs can be difficult to keep under control at the best of times; 83% of CIOs are spending an <a href="https://www.azul.com/newsroom/azul-report-finds-83-of-cios-are-spending-more-on-their-cloud-infrastructure-and-applications-than-anticipated/" target="_blank" rel="noreferrer noopener">average of 30%</a> more on cloud infrastructure than they anticipated.</p>



<p>Now, at least for AWS customers, that issue may be further compounded, as the cloud provider is getting stricter with its <a href="https://aws.amazon.com/ec2/pricing/reserved-instances/" target="_blank" rel="noreferrer noopener">Reserved Instances</a> (RIs) and <a href="https://aws.amazon.com/savingsplans/faq/#topic-0" target="_blank" rel="noreferrer noopener">Savings Plans</a> (SPs). As of June 1, RIs and SPs may only be used by a single end customer. This means AWS partners will no longer be allowed to buy discounted cloud capacity through these programs and resell or share it across customers; instances purchased must be used by the buyer.</p>



<p>“Buyers need to know that flexibility is being eliminated,” said Ed Barrow, CEO of data center investment firm Cloud Capital. “This isn’t just a cleanup, it’s a hard reset on how cloud economics work.”</p>



<h2 class="wp-block-heading">AWS getting more disciplined about capital</h2>



<p>Amazon elastic compute cloud RIs and SPs provide savings for long-term steady state (consistent and predictable) <a href="https://www.networkworld.com/article/3819826/aws-plans-to-outspend-microsoft-and-google-on-on-ai-infrastructure.html" target="_blank">AWS use</a>. RIs allow enterprises to reserve instances in advance in a specific availability zone so capacity is available for their workloads when necessary. SPs offer lower prices than on-demand in exchange for specific usage commitments (measured in $/hour). According to AWS, both programs provide a discount of up to 72% compared to on-demand pricing.</p>



<p>However, Barrow explained, vendors have exploited the flexibility afforded by both programs for years, pooling and redistributing commitments and shifting spend across sub-accounts, allowing customers to lock in discounts without absorbing risk.</p>



<p>Sellers benefited because they could offer discounts with escape hatches; buyers, particularly startups and mid-market firms, got the “upside of savings without the downside of commitment,” he said. However, that disrupted <a href="https://www.networkworld.com/article/3960252/aws-slashes-amazon-s3-express-one-zone-pricing-by-up-to-85.html" target="_blank">AWS’ planning model</a>. The company now needs commitments to be “real, durable, and customer-specific.”</p>



<p>As of June 1, AWS will no longer allow sub-account transfers or new commitments to be pooled and reallocated across customers. Barrow says the shift is happening because AWS is investing billions in new data centers to meet demand from AI and hyperscale workloads. “That infrastructure requires long-term planning and capital discipline,” he said.</p>



<p>Phil Brunkard, executive counselor at Info-Tech Research Group UK, emphasized that AWS isn’t killing RIs or SPs, “it’s just closing a loophole.”</p>



<p>“This stops MSPs from bulk‑buying a giant commitment, carving it up across dozens of tenants, and effectively reselling discounted EC2 hours,” he said. “Basically, AWS just tilted the field toward direct negotiations and cleaner billing.”</p>



<h2 class="wp-block-heading">What IT buyers should do now</h2>



<p>For enterprises that sourced discounted cloud resources through a broker or value-added reseller (VAR), the arbitrage window shuts, Brunkard noted. Enterprises should expect a “modest price bump” on steady‑state workloads and a “brief scramble” to unwind pooled commitments.</p>



<p> If original discounts were broker‑sourced, “budget for a small uptick,” he said.</p>



<p>On the other hand, companies that buy their own RIs or SPs, or negotiate volume deals through AWS’s Enterprise Discount Program (EDP), shouldn’t be impacted, he said. Nothing changes except that pricing is now baselined.</p>



<p>To get ahead of the change, organizations should audit their exposure and ask their managed service providers (MSPs) what commitments are pooled and when they renew, Brunkard advised.</p>



<p>“Then, they can shift any future purchases to direct or per‑tenant commitments that sit under the master payer account or in a ring‑fenced customer sub‑account,” he said. When they need to renew or add capacity, enterprises can take aggregate spend to their EDP negotiations; AWS will typically match or beat blended rates received through brokers.</p>



<p>He added that it’s also a good time to look at FinOps. “Once pooled arbitrage disappears, the next area of savings will come from automated rightsizing, better instance scheduling, and greater use of spot capacity,” said Brunkard.</p>



<p>Barrow agreed that auditing is paramount, and also suggested:</p>



<ul class="wp-block-list">
<li><strong>Analyzing model downside scenarios</strong>: Consider what might happen if usage drops or plans shift.</li>



<li><strong>Challenging vendors</strong>: If their models depend on pooling or reallocation, what happens beginning June 1?</li>



<li><strong>Restructuring procurement</strong>: Build flexibility through shorter commitments, layered usage tiers, and finance-aligned terms.</li>



<li><strong>Identifying partners that are a better fit</strong>: Consider working with those who absorb risk, and haven’t just been reselling AWS at a margin.</li>
</ul>



<p>Ultimately, enterprises that have relied on vendor flexibility to manage overcommitment could face hits to gross margins, budget overruns, and a spike in “finance-engineering misalignment,” Barrow said.</p>



<p>Those whose vendor models are based on RI and SP reallocation tactics will see their risk profile “changed overnight,” he said. New commitments will now essentially be non-cancellable financial obligations, and if cloud usage dips or pivots, they will be exposed. Many vendors won’t be able to offer protection as they have in the past.</p>



<p>“Many vendors built their business on AWS tolerance for rule-bending,” said Barrow. “With that tolerance gone, those models may collapse.”</p>



<p>He noted that many CFOs he works with are looking at this as a financial restructuring. “This is more than a policy change; it’s a market correction,” he said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[5 questions defining the CIO agenda today]]></title>
<description><![CDATA[Perennial issues dominate today’s CIO agenda: how to drive innovation while ensuring secure and modern IT operations, a workforce tuned for the future, and a balance sheet prepared to contain costs as they fluctuate.



But while CIO.com’s latest State of the CIO survey identifies AI initiatives,...]]></description>
<link>https://tsecurity.de/de/2786696/it-security-nachrichten/5-questions-defining-the-cio-agenda-today/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2786696/it-security-nachrichten/5-questions-defining-the-cio-agenda-today/</guid>
<pubDate>Tue, 20 May 2025 12:20:10 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Perennial issues dominate today’s CIO agenda: how to drive innovation while ensuring secure and modern IT operations, a workforce tuned for the future, and a balance sheet prepared to contain costs as they fluctuate.</p>



<p>But while <a href="https://www.cio.com/article/3976500">CIO.com’s latest State of the CIO survey</a> identifies AI initiatives, security work, modernization efforts, and talent needs as top drivers for IT leaders’ agendas again this year, subtle shifts in how best to tackle that work can be teased out by the key questions IT leaders face in each of these areas right now.</p>



<p>Here, IT leaders and advisors weigh in on what CIOs need to ask and answer about their IT strategies and execution involving today’s most critical IT matters.</p>



<h2 class="wp-block-heading">1. How can I ensure AI implementations deliver high value, securely?</h2>



<p>The days of focusing primarily on AI experimentation and proofs of concepts <a href="https://www.cio.com/article/3629824/gen-ai-in-2025-playtime-is-over-time-to-get-practical.html">are in the past</a>. Now, <a href="https://www.cio.com/article/3982258/ceos-top-priorities-for-it-leaders-today.html">chief executives want their CIOs</a> to identify how AI can deliver measurable value to the organization, says <a href="https://www.linkedin.com/in/mark-a-taylor/" rel="nofollow">Mark Taylor</a>, CEO of the Society for Information Management (SIM), a nonprofit professional association.</p>



<p>That, he says, is forcing CIOs to ask, “Where are the high-value AI implementations?”</p>



<p>For <a href="https://www.linkedin.com/in/waraich/" rel="nofollow">Saby Waraich</a>, CIO of Clackamas Community College, this breaks down into defining what makes a great use case for AI and determining how best to achieve the most business value from those implementations.</p>



<p>Waraich, who is also president of the SIM Portland, Ore., chapter, says that lens helps him and his team prioritize AI projects based on anticipated ROIs, instead of enthusiasm and excitement.</p>



<p>For example, Waraich recently integrated generative AI tools into the college’s cybersecurity processes. The AI analyzes whether emails reported as suspicious are phishing attempts, alerts security staff to the results, and drafts responses back to the users who reported the suspect messages. It may not be a flashy project, but it has delivered big returns. The AI tools can complete in about 10 minutes the work that typically took staffers a few hours to tackle — a significant productivity gain.</p>



<p>CIOs must find big wins like that, according to <a href="https://www.linkedin.com/in/tejas-r-patel-783842/" rel="nofollow">Tejas Patel</a>, leader of tech strategy and advisory for APAC at professional services firm Accenture. And CIOs they must consider how they can build on those wins as well, he says.</p>



<p>As such, Patel advises CIOs to ask, “How do I scale gen AI safety and with speed without taking on a lot of technologic debt?”</p>



<p>CIOs, he explains, need to quickly scale AI deployments to ensure their organizations stay competitive because the technology is evolving so fast that they risk rapidly falling behind if they don’t. They also need to be careful about the AI tools they adopt to ensure the ones they pick will keep pace with that evolution. And they must be constantly diligent about security less they introduce unacceptable levels of risk around exposing data — whether that’s to cyberattacks or in ways that violate regulations or the trust of customers or employees.</p>



<p>Patel acknowledges the challenge CIOs face in balancing all those elements. “With pressures and costs that are ongoing, CIOs know they have to be smart and more deliberate in their AI strategy,” he adds.</p>



<h2 class="wp-block-heading">2. Are our security operations tuned for resiliency and our organization’s risk appetite?</h2>



<p>CIOs along with their executive colleagues and board members “realize that hacks and disruptions by bad actors are an inevitability,” SIM’s Taylor says. That realization has shifted security programs from being mostly defensive measures to ones that continuously evolve the organization’s ability to identify breaches quickly, respond rapidly, and return to operations as fast as possible, Taylor says.</p>



<p>The goal today is <a href="https://www.csoonline.com/article/2111061/cyber-resilience-a-business-imperative-cisos-must-get-right.html">ensuring resiliency</a> — even as the bad actors and their attack strategies evolve. And that requires security operations that are agile enough to both adapt to an ever-evolving threat landscape and align with the <a href="https://www.csoonline.com/article/3839272/what-is-risk-management-quantifying-and-mitigating-uncertainty.html">organization’s potentially altering risk tolerance</a>.</p>



<p>“We’re asking, ‘How do we continually mature? How do we get better? How do we become a more mature organization?’” says <a href="https://www.linkedin.com/in/joshuabellendir/" rel="nofollow">Joshua Bellendir</a>, senior vice president of IT and CIO of retailer WHSmith North America.</p>



<h2 class="wp-block-heading">3. What infrastructure changes will ensure IT delivers at the speed of business?</h2>



<p><a href="https://www.linkedin.com/in/thomas-phelps/" rel="nofollow">Thomas Phelps IV</a>, CIO of Laserfiche and an advisory board member for the SIM Research Institute, says ensuring IT operations can respond to a rapidly changing business climate is the key factor he uses to determine what technologies to replace and what new investments to make.</p>



<p>Building a tech stack that can grow and retract with business needs, and that can evolve quickly to capitalize on an ever-shifting technology landscape, is no easy feat, Phelps and other IT leaders readily admit.</p>



<p>“In modernizing, it’s such a moving target, because once you got it modernized, something new can come out that’s better and more automated. The entire infrastructure is evolving so quickly,” says <a href="https://www.cgi.com/canada/en-ca/experts/diane-gutiw" rel="nofollow">Diane Gutiw</a>, vice president and global AI research lead at CGI, an IT and business consulting services firm.</p>



<p>There are strategies to help cope with that challenge, says SIM’s Taylor, who advises CIOs to focus on data access when tuning their IT stacks, as success in this era of AI and automation heavily depends on data getting to where it’s needed.</p>



<p><a href="https://www.infotech.com/profiles/brian-jackson" rel="nofollow">Brian Jackson</a>, principal research director at Info-Tech Research Group, agrees: “It’s about finding solutions that can bring data out of old systems and onto a new plane where [organizations] can assess it and use it with modern AI systems.”</p>



<p>Accenture’s Patel stresses that doing so with better equip CIOs to “leverage automation, AI, and agents, with the ambition of being zero touch [for IT operations].” The key to a responsive infrastructure, Patel explains, is to eliminate as much manual effort as possible.</p>



<p>“Zero touch” operations, he argues, increases speed and reduces costs, enabling CIOs to <a href="https://www.cio.com/article/3957762/cios-recalibrate-it-agendas-to-make-room-for-rising-ai-spend.html">divert money from operations expenses to innovation</a> — making their IT departments (in addition to the tech stack) a fully modern entity.</p>



<p>“The goal is to make more of my operations lean and mean to redirect resources to developing new capabilities,” Patel says.</p>



<h2 class="wp-block-heading">4. How do I futureproof my workforce?</h2>



<p>For Info-Tech’s Jackson, CIOs’ long-term success depends on continually identifying the skills needed to pull ahead of the competition and devising talent strategies that ensure they hire and train for those skills with an eye toward the future.</p>



<p>Phelps agrees that a strong upskilling and reskilling strategy is essential to developing the right capabilities to grow the business, while CGI’s Gutiw gets a bit more specific, saying it’s all about ensuring they have talent that knows how to use AI to get their jobs done better and faster.</p>



<p>As Gutiw points out, research shows that workers who don’t know how to use AI will be displaced not so much by the technology itself but by other workers who know how to work with and alongside AI.</p>



<p>Consequently, she says CIOs should ask whether they and their managers are ready for a hybrid workforce, one where human workers and AI workers are integrated.</p>



<p>“CIOs should be asking, ‘How do I change or adapt what I do now to be able to manage a hybrid workforce? What does the future of work look like? How do I manage that in a secure, responsible way and still take advantage of the efficiencies? And how do I let my staff be innovative without violating regulation?’” Gutiw says, noting that today’s managers “are the last generation of people who will only manage people.”</p>



<p>Accenture’s Patel agrees that CIOs should be looking to create “the right operating model in the organization so humans and machines can collaborate and drive exponential value.”</p>



<p>He adds, “CIOs need to be making sure people see this as an opportunity, that there is career progression and growth with AI coming in.”</p>



<h2 class="wp-block-heading">5. How do I control costs so I can spend more on innovation?</h2>



<p>Many organizations continue to invest in IT, with 65% of respondents to the 2025 State of the CIO survey saying they expect IT funding increases — with an average increase of 6.9%.</p>



<p>However, CIOs say the price tag on managing and maintaining their current tech stack has increased at a higher clip, as have new implementations and innovation.</p>



<p>Info-Tech’s Jackson attributes much of that sticker shock to <a href="https://www.cio.com/article/3496509/rising-cloud-costs-leave-cios-seeking-ways-to-cope.html">spikes in the cost of cloud services</a>. “CIOs are seeing higher than expected bills, and they’re even talking about repatriating some workloads,” he notes.</p>



<p>Jackson says an increasing percentage of CIOs are adopting <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps</a> to control those run costs. CIOs also are <a href="https://www.cio.com/article/1309572/cios-rethink-all-in-cloud-strategies.html">reevaluating what should run in the cloud</a> and what could run elsewhere, finding that a more attention to cloud operations can help minimize expenses.</p>



<p>Additionally, IT leaders are <a href="https://www.cio.com/article/657832/cios-sharpen-cloud-cost-strategies-just-as-gen-ai-spikes-loom.html">rationalizing and renegotiating vendor contracts and services</a> to keep costs in check.</p>



<p>It’s important to note, however, that such work isn’t merely about lowering IT spend — as it may have been in past years, Jackson says. Rather, that work helps CIOs cut costs on low-value tasks, such as maintenance, so they can redeploy money to fund work on high-value growth and innovation initiatives.</p>



<p>Patel agrees, saying that when it comes to the IT budget, CIOs must determine the optimal balance among OpEx, CapEx, <a href="https://www.cio.com/article/3958666/what-is-technical-debt-a-business-risk-it-must-manage.html">tech debt</a>, and innovation spending.</p>



<p>“The question is, ‘What’s the right balance, what’s the right distribution?’ That’s what CIOs should be looking to address,” he says.</p>



<p>Phelps is focused on such dynamics, saying he’s examining his vendor contracts and services to ensure “that they really help enable business growth and do so in a way that helps manage costs and ensure user adoption of their innovative tools.”</p>



<p>More importantly, perhaps, he’s attentive to the allocation of money to run/maintain, day-to-day projects, and innovation and making sure “we’re allocating that spend properly.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flexera ernennt Mike Jerich zum neuen Präsidenten]]></title>
<description><![CDATA[... Sicherheitsrisiken und für das Management komplexer IT-Umgebungen. Mit der Übernahme von Spot Anfang des Jahres stärkte Flexera seine FinOps ...]]></description>
<link>https://tsecurity.de/de/2785785/it-security-nachrichten/flexera-ernennt-mike-jerich-zum-neuen-praesidenten/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2785785/it-security-nachrichten/flexera-ernennt-mike-jerich-zum-neuen-praesidenten/</guid>
<pubDate>Mon, 19 May 2025 22:49:45 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[... Sicherheitsrisiken und für das Management komplexer <b>IT</b>-Umgebungen. Mit der Übernahme von Spot Anfang des Jahres stärkte Flexera seine FinOps ...]]></content:encoded>
</item>
<item>
<title><![CDATA[FinOps, aber richtig: Warum viele Finanz-IT-Teams scheitern – und was wirklich hilft]]></title>
<description><![CDATA[Foconis ZAK: Regulatorische Anforderungen hocheffizient erfüllen! SECURITY16. ... © 2025 IT Finanzmagazin - Das Fachmagazin für IT und Organisation bei ...]]></description>
<link>https://tsecurity.de/de/2781002/it-security-nachrichten/finops-aber-richtig-warum-viele-finanz-it-teams-scheitern-und-was-wirklich-hilft/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2781002/it-security-nachrichten/finops-aber-richtig-warum-viele-finanz-it-teams-scheitern-und-was-wirklich-hilft/</guid>
<pubDate>Fri, 16 May 2025 20:48:31 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Foconis ZAK: Regulatorische Anforderungen hocheffizient erfüllen! <b>SECURITY</b>16. ... © 2025 <b>IT</b> Finanzmagazin - Das Fachmagazin für <b>IT</b> und Organisation bei ...]]></content:encoded>
</item>
<item>
<title><![CDATA[IBM aims to set industry standard for enterprise AI with ITBench SaaS launch]]></title>
<description><![CDATA[IBM Research is making a significant push for industry-wide standardization of AI evaluation metrics through the SaaS release of ITBench, the company’s benchmarking platform for enterprise IT automation. The move elevates what began in February as a limited academic beta into a bid to establish a...]]></description>
<link>https://tsecurity.de/de/2764463/it-security-nachrichten/ibm-aims-to-set-industry-standard-for-enterprise-ai-with-itbench-saas-launch/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2764463/it-security-nachrichten/ibm-aims-to-set-industry-standard-for-enterprise-ai-with-itbench-saas-launch/</guid>
<pubDate>Thu, 08 May 2025 13:33:25 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>IBM Research is making a significant push for industry-wide standardization of AI evaluation metrics through the SaaS release of ITBench, the company’s benchmarking platform for enterprise IT automation. The move elevates what began in <a href="https://research.ibm.com/blog/it-agent-benchmark?previewToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTEsImlhdCI6MTczODU5NDI0MCwiZXhwIjoxNzM4ODUzNDQwLCJzdWIiOiI0MDQyIn0.i_SWC7hiTfvM3VVVGGd66VVdAV9NGOjnCwPJfLSQsyg" target="_blank" rel="nofollow">February</a> as a limited academic beta into a bid to establish an industry standard for measuring AI effectiveness in IT operations.</p>



<p>With this public release, IBM is officially collaborating with the AI Alliance — a coalition of over 150 organizations, including tech companies, academic institutions, and research labs — to drive broader adoption of standardized AI evaluation methods within the enterprise space.</p>



<p>“We aim to leverage our collaboration with open source communities like the AI Alliance to expand ITBench into new domains and real-world scenarios across complex IT environments,” Daby Sow, Director of AI for IT Automation at IBM Research, told CIO. “By open-sourcing the tool, we are inviting partners to help shape benchmarks and build responsible, standards-based evaluation practices.”</p>



<h2 class="wp-block-heading">Platform enhancements in public release</h2>



<p>ITBench now functions as a complete SaaS implementation with automated environment deployment and scenario execution. “ITBench handles both the setup and execution of enterprise-relevant scenarios, removing the need for manual configuration,” Sow explained.</p>



<p>IBM has also launched a public <a href="https://github.com/IBM/ITBench" target="_blank" rel="nofollow">GitHub-hosted</a> leaderboard that transparently tracks performance metrics across vendors and solutions. “Hosted on GitHub, ITBench leaderboard provides transparent performance tracking, fostering competition and innovation in IT automation,” Sow said.</p>



<p>The framework has also expanded to include more comprehensive scenarios based on feedback from the beta period. The platform now encompasses 94 realistic scenarios across three critical enterprise domains: Site Reliability Engineering (SRE), Financial Operations (FinOps), and Compliance and Security Operations (CISO).</p>



<p>IBM is now formally positioning ITBench as an industry standard through partnerships with the AI Alliance, moving beyond the academic collaboration phase into broader industry adoption.</p>



<h2 class="wp-block-heading">Addressing the enterprise AI evaluation gap</h2>



<p>Unlike existing AI benchmarks that focus primarily on coding skills or chat capabilities, ITBench aims to address a fundamental gap in the enterprise market by providing evaluation metrics for mission-critical IT operations where failures can result in significant business impact.</p>



<p>“Without standardized tests or benchmarks, it is nearly impossible to assess which systems are truly effective,” Sow noted. “That is why robust benchmarking is essential — not just to guide adoption, but to ensure safety, accountability, and operational resilience.”</p>



<p>The platform differs from existing benchmarking approaches through its focus on end-to-end evaluation of AI agents in dynamic IT environments. According to IBM, current industry benchmarks typically focus on narrow capabilities like “static anomaly detection, tabular ticket analysis, or hardcoded fault injection,” which don’t adequately capture the complexity of enterprise IT operations.</p>



<h2 class="wp-block-heading">Domain-specific evaluation with a partial credit system</h2>



<p>A notable aspect of the ITBench framework is its domain-centered evaluation metrics tailored to specific enterprise functions, which could provide a more nuanced assessment than generic AI benchmarks.</p>



<p>“The evaluation metrics are domain-centric, tailored to the specific needs of SREs, CISOs, and FinOps,” Sow explained. “For example, SRE tasks focus on fault diagnosis, checking how well an AI agent can find where a problem started and how it spread, and mitigation, how quickly issues are resolved.”</p>



<p>ITBench also incorporates a partial scoring system that goes beyond simple pass/fail evaluations. “Reasoning quality is also scored, with partial credit given for meaningful progress even if the final answer isn’t perfect,” Sow said.</p>



<p>This approach could potentially provide a more realistic evaluation than traditional benchmarks, though it remains to be seen whether the industry will adopt these metrics as standard. The challenge for any benchmarking tool is establishing credibility across multiple vendors and avoiding biases that might favor particular approaches.</p>



<h2 class="wp-block-heading">Open source with some restrictions</h2>



<p>IBM describes ITBench as a free, open SaaS platform, though with certain limitations on what’s actually accessible to the public.</p>



<p>While the company has open-sourced 11 demonstration scenarios and baseline agents, it deliberately keeps some scenarios private “to preserve the integrity of the benchmark and prevent leakage into foundation models,” according to Sow. This partial disclosure raises questions about whether the platform can be truly considered fully open source, though IBM maintains the approach is necessary to prevent gaming of the system.</p>



<p>For CIOs and IT leaders struggling to evaluate conflicting AI vendor claims, standardized benchmarks could provide much-needed clarity. “ITBench meets this need by offering a transparent, systematic evaluation methodology grounded in real-world scenarios and supported by open-source tools,” Sow stated.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Your data’s wasted without predictive AI. Here’s how to fix that]]></title>
<description><![CDATA[The new analytics mandate is descriptive, predictive and prescriptive in context.



When I meet with CIOs or executive sponsors, one of the first things I do is map out their analytics maturity curve. Too often, organizations conflate dashboards with intelligence. They assume reporting is the en...]]></description>
<link>https://tsecurity.de/de/2760102/it-security-nachrichten/your-datas-wasted-without-predictive-ai-heres-how-to-fix-that/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2760102/it-security-nachrichten/your-datas-wasted-without-predictive-ai-heres-how-to-fix-that/</guid>
<pubDate>Tue, 06 May 2025 13:32:28 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>The new analytics mandate is descriptive, predictive and prescriptive in context.</p>



<p>When I meet with CIOs or executive sponsors, one of the first things I do is map out their analytics maturity curve. Too often, organizations conflate dashboards with intelligence. They assume reporting is the endgame, but in reality, it’s just the first step.</p>



<p>To make analytics a competitive differentiator, we must move from descriptive insights to predictive foresight — and ultimately to prescriptive action. Each stage builds on the last, but the value curve steepens dramatically as you climb.</p>



<h2 class="wp-block-heading">Descriptive analytics: Where most organizations begin — and linger</h2>



<p>Descriptive analytics answers the question: “What happened?”</p>



<p>These are your standard reports and dashboard visualizations of historical data showing sales last quarter, NPS trends, operational thoughts or marketing campaign performance. In many ways, descriptive analytics serves as the analytical rearview mirror.</p>



<p>Most companies begin there because it’s familiar, accessible and widely adopted. But it’s also where too many get comfortable. I’ve worked with organizations that had hundreds of dashboards but still couldn’t tell you why churn was increasing or how to reduce it.</p>



<p>What descriptive analytics does well:</p>



<ul class="wp-block-list">
<li>Summarizes historical data quickly</li>



<li>Enables performance monitoring and KPI tracking</li>



<li>Provides broad transparency and organizational awareness</li>
</ul>



<p>Its limitations:</p>



<ul class="wp-block-list">
<li>Tell you what happened, but not why it happened</li>



<li>It doesn’t help forecast or recommend action</li>



<li>Often reactive — highlighting issues only after they’ve become costly</li>



<li>I always caution teams: A beautiful dashboard isn’t a strategy. It’s a symptom of needing one.</li>
</ul>



<h2 class="wp-block-heading">Predictive analytics: Turning insight into foresight</h2>



<p>Predictive analytics uses historical data and statistical models or machine learning algorithms to answer the question, “What is likely to happen?”</p>



<p>This is where analytics begins to proactively impact decision-making. I’ve seen clients use predictive models to forecast sales pipeline health, identify fraud risk in real-time, or assess which patients are most likely to be readmitted post-discharge.</p>



<p>Benefits of predictive analytics:</p>



<ul class="wp-block-list">
<li>Enables forward-looking planning and prioritization</li>



<li>Helps reduce churn, forecast demand or predict downtime</li>



<li>Allows early intervention — before issues become losses</li>
</ul>



<p>Challenges to adoption:</p>



<ul class="wp-block-list">
<li>Requires clean, well-structured historical data</li>



<li>Demands cross-functional collaboration (analytics + business users)</li>



<li>It needs robust testing to ensure model accuracy and fairness</li>
</ul>



<p>If descriptive analytics help you understand what happened, predictive analytics empower you to anticipate what’s next.</p>



<h2 class="wp-block-heading">Prescriptive analytics: Moving from knowing to doing</h2>



<p>Prescriptive analytics answers the question: “What should we do about it?”</p>



<p>This is where we blend optimization engines, business rules, AI and contextual data to recommend — or automate — the best possible action. Think of the next-best-offer algorithms in e-commerce, dynamic hospitality pricing or logistics route optimization.</p>



<p>What prescriptive analytics enables:</p>



<ul class="wp-block-list">
<li>Optimization at scale, often in real-time</li>



<li>Data-driven decision-making embedded into operational systems</li>



<li>Automation of complex trade-offs (e.g., speed vs. cost, risk vs. reward)</li>
</ul>



<p>Considerations for implementation:</p>



<ul class="wp-block-list">
<li>Requires trust from business user-automated decisions must be explainable</li>



<li>Often necessitates the redesign of business processes</li>



<li>Needs governance guardrails to avoid “black box” risk</li>
</ul>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><th>Dimension</th><th>Descriptive</th><th><strong>Predictive</strong></th><th><strong>Prescriptive</strong></th></tr></thead><tbody><tr><td><strong>Purpose</strong></td><td>Understand past performance</td><td>Forecast future events</td><td>Recommend or automate decisions</td></tr><tr><td><strong>Questions answered</strong> </td><td>What happened?</td><td>What will happen?</td><td>What should we do?</td></tr><tr><td><strong>Business users</strong></td><td>Executives, analysts</td><td>Strategists, planners</td><td>Operators, decision makers</td></tr><tr><td><strong>Tools used</strong></td><td>Dashboards, BI tools</td><td>ML models, forecasting tools</td><td>Optimization engines, AI agents</td></tr><tr><td><strong>Data requirements</strong></td><td>Historical, aggregated</td><td>Labeled, time-series</td><td>Real-time, multivariate</td></tr><tr><td><strong>Examples</strong></td><td>Sales trend reports</td><td>Churn prediction</td><td>Dynamic pricing, route optimization</td></tr></tbody></table> </div></figure>



<p>Together, these three levels of analytics create a layered capability stack. Descriptive analytics help you see, predictive analytics help you anticipate and predictive analytics help you act. But it’s only when these are linked and embedded into business processes that they create real value.</p>



<h2 class="wp-block-heading">Common barriers to scaling AI analytics</h2>



<p>Despite the massive investments we’ve seen in artificial intelligence, machine learning and enterprise analytics platforms, most organizations still struggle to move beyond the pilot phase. I’ve seen this firsthand across industries — executives are excited, and data science teams build great models, but something breaks when operationalizing those models at scale.</p>



<p>What’s holding us back?</p>



<p>There are several consistent patterns I’ve observed across transformation programs, and they often fall into one of four categories: data quality, data silos, governance gaps and cloud cost sprawl. Each one on its own can derail momentum. Together, they become insurmountable—unless addressed head-on.</p>



<h3 class="wp-block-heading">Poor data quality: The silent killer of AI initiatives</h3>



<p>Let’s start with the barrier often underplayed but most consequential: data quality.</p>



<p>If your models are trained on inconsistent, incomplete or inaccurate data, the results will be flawed — no matter how advanced the algorithm. What’s worse, poor quality undermines trust, and once that’s gone, it’s hard to win back stakeholders.</p>



<p>What do data quality issues look like in the real world?</p>



<ul class="wp-block-list">
<li>Duplicate records of the same customer with different IDs</li>



<li>Missing fields in order histories, shipment logs or EHRs</li>



<li>Out-of-date pricing tables or sales rep assignments</li>



<li>Typing errors, mismatched categories and incorrect timestamps</li>
</ul>



<p>The takeaway? Garbage IN, Garbage OUT still holds in the age of AI.</p>



<p>Why data quality breaks down:</p>



<ul class="wp-block-list">
<li>Lack of standardized input processes</li>



<li>No accountability for data stewardship</li>



<li>Overreliance on manual entry</li>



<li>Legacy systems that don’t enforce validation rules</li>
</ul>



<p>How to fix it:</p>



<ul class="wp-block-list">
<li>Introduce end-to-end data profiling and cleansing pipelines</li>



<li>Assign data stewards by domain (e.g., customer, product, location)</li>



<li>Monitor quality with dashboards on completeness, accuracy and freshness</li>



<li>Use AI-based data observability tools to detect anomalies</li>
</ul>



<p>Prioritize improving the quality of data that feeds your highest-impact use cases, not everything at once. Tie every data cleanup initiative to a specific business outcome.</p>



<h3 class="wp-block-heading">Data silos and fragmentation</h3>



<p>Even if data is high quality, it often lives in silos — scattered across CRMs, ERPs, marketing automation tools, spreadsheets and cloud file shares.</p>



<p>What are some typical situations?</p>



<ul class="wp-block-list">
<li>Customer data in Salesforce, product usage data in Snowflake and financials in Oracle — none integrated</li>



<li>Regional systems using different naming conventions and field formats</li>
</ul>



<p>This fragmentation leads to inconsistent definitions, duplication of work and multiple versions of the truth. It also makes model training more difficult and production deployment more complex.</p>



<p>What works:</p>



<ul class="wp-block-list">
<li>Data lake or lake house architectures that unify structured and unstructured data</li>



<li>Strong metadata tagging and a shared data catalog</li>



<li>An integration platform (or data fabric layer) to unify access without creating redundancy</li>
</ul>



<h3 class="wp-block-heading">Governance gaps</h3>



<p>Without clear governance, even clean, integrated data can turn into chaos. Governance challenges I commonly see:</p>



<ul class="wp-block-list">
<li>No consistent data definitions between departments</li>



<li>No agreed-upon owner for key metrics like revenue or customer lifetime value</li>



<li>Shadow IT spinning up their datasets and dashboards</li>
</ul>



<p>These gaps create delays, misalignment and risk. They also erode trust in the analytics team because different groups report different numbers — even when pulling from the same system.</p>



<p>What strong governance includes:</p>



<ul class="wp-block-list">
<li>Shared data definitions published in a business glossary</li>



<li>A cross-functional data governance council</li>



<li>A change management process for metric definitions and data structures</li>



<li>Role-based access controls tied to identity management</li>
</ul>



<h3 class="wp-block-heading">Cloud cost sprawl</h3>



<p>The final barrier that few expect until it’s too late is spiraling cloud costs.</p>



<p>Analytics workloads — especially ML training and distributed querying — consume significant resources. When unmanaged, costs can double or triple within a year, consuming budgets without delivering proportional value.</p>



<p>Common issues:</p>



<ul class="wp-block-list">
<li>ML dev environments running 24/7 — even when no training is happening</li>



<li>Unused data assets stored in expensive hot storage</li>



<li>Dashboards auto-refreshing every 15 minutes, even when the data changes weekly</li>
</ul>



<p>What I recommend:</p>



<ul class="wp-block-list">
<li>Set up FinOps tagging and reporting on all analytics workloads</li>



<li>Use autoscaling and spot instances for ML jobs</li>



<li>Implement tiered storage policies</li>



<li>Set alerts for unexpected cost spikes or usage anomalies</li>
</ul>



<h2 class="wp-block-heading">Bringing it all together</h2>



<p>These four barriers — data quality, data silos, governance gaps and cost sprawl — are deeply interrelated. You’ll only get partial value if you address one without the others. But if you address them together, you’ll unlock scale, trust and agility.</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><tbody><tr><td class="has-text-align-center" data-align="center"><strong>Data quality</strong>​<br><strong>Symptoms</strong>: Duplicates, errors​<br><strong>Impact</strong>: Poor model accuracy​<br><strong>Action</strong>: Cleanse, monitor</td><td class="has-text-align-center" data-align="center"><strong>Data silos</strong>​<br><strong>Symptoms</strong>: Isolated systems​<br><strong>Impact</strong>: Conflicting reports​<br><strong>Action</strong>: Integrate via data lake</td></tr><tr><td class="has-text-align-center" data-align="center"><strong>Governance gaps</strong>​<br><strong>Symptoms</strong>: Undefined ownership​<br><strong>Impact</strong>: Mistrust, non-compliance​<br><strong>Action</strong>: Assign stewards</td><td class="has-text-align-center" data-align="center"><strong>Cloud cost sprawl</strong>​<br><strong>Symptoms</strong>: Runaway spending​<br><strong>Impact</strong>: Budget blowouts​<br><strong>Action</strong>: FinOps, auto-scaling</td></tr></tbody></table> </div></figure>



<h2 class="wp-block-heading">Building the foundation: Data democratization and self-service analytics</h2>



<p>One of the most powerful shifts I’ve witnessed in analytics transformations isn’t technical—it’s cultural. It happens when an organization moves from relying exclusively on analysts and IT teams for reports to empowering every business user to generate, explore and act on data. That shift is called data democratization, and in my experience, it’s the fastest way to turn analytics from a center of excellence into a center of gravity.</p>



<h3 class="wp-block-heading">What Is data democratization?</h3>



<p>At its core, data democratization means giving every authorized person access to the data they need, in a form they can understand, with the tools to act on it — without waiting for IT.</p>



<p>It’s not about opening the floodgates. It’s about smart, governed access to trusted insights. When done well, it enables frontline workers to make decisions with the same rigor as analysts — because they have the same visibility.</p>



<h2 class="wp-block-heading">Key enablers of democratization</h2>



<p>Three pillars enable safe, scalable democratization: tools, governance and skills.</p>



<h3 class="wp-block-heading">Self-service tools</h3>



<p>Without modern tools, democratization is dead on arrival. Today’s self-service platforms enable business users to slice and dice data, create visualizations and build basic predictive models.</p>



<h4 class="wp-block-heading">Recommended features:</h4>



<ul class="wp-block-list">
<li>Drag-and-drop dashboards (e.g., Power BI, Tableau, Looker)</li>



<li>Natural language querying (“Show me sales by region this quarter”)</li>



<li>Embedded analytics within CRMs, ERPs and productivity tools</li>
</ul>



<p>But access alone isn’t enough. Tools must be intuitive, responsive and tightly integrated into user workflows. Embedding insights into Salesforce, ServiceNow or Microsoft Teams increases adoption far more than giving users another portal to log into.</p>



<h3 class="wp-block-heading">Governance: Guardrails, not gatekeepers</h3>



<p>Democratization without governance creates chaos. People make decisions based on insufficient data or conclude stale reports. That’s why Governance is essential—not as a blocker but as an enabler of trust.</p>



<h4 class="wp-block-heading">Effective governance includes:</h4>



<ul class="wp-block-list">
<li>A central catalog of certified datasets with business definitions</li>



<li>Role-based access controls that balance visibility and confidentiality</li>



<li>Data lineage tracking to show where the data came from and how it was transformed</li>



<li>Audit logs to trace who accessed and modified data assets</li>
</ul>



<h3 class="wp-block-heading">Data literacy: The missing multiplier</h3>



<p>Tools and governance won’t matter if users don’t know how to interpret data or ask the right questions. That’s where data literacy comes in. Data literacy isn’t about turning everyone into a data scientist. It’s about giving people the confidence and context to use data effectively.</p>



<h4 class="wp-block-heading">What works:</h4>



<ul class="wp-block-list">
<li>Tiered training programs (beginner, intermediate, advanced)</li>



<li>Internal data champions who mentor peers and curate best practices</li>



<li>Gamification — recognizing teams that use data to drive measurable outcomes</li>
</ul>



<h2 class="wp-block-heading">Benefits of data democratization</h2>



<p>When done right, data democratization drives quantifiable outcomes:</p>



<ul class="wp-block-list">
<li><strong>Faster decisions:</strong> No more waiting three days for a report</li>



<li><strong>Greater agility:</strong> Teams can pivot based on what they see in real-time</li>



<li><strong>Higher data trust:</strong> People know where data comes from and how to interpret it</li>



<li><strong>More innovation:</strong> Business users can test ideas, run “what if” scenarios and propose experiments</li>
</ul>



<p>It also frees up data professionals to focus on higher-value tasks like advanced modeling, architecture and governance instead of responding to ad hoc requests.</p>



<h2 class="wp-block-heading">Democratization is not optional. It’s strategic</h2>



<p>I’ve worked with organizations where a single data scientist supported 1,000 employees, and others where every team had a “data translator” embedded in their function. Guess which ones made faster, smarter decisions?</p>



<p>You must first scale access, skills and trust to scale predictive and prescriptive analytics. Data democratization is the bridge between isolated success and enterprise-wide impact.</p>



<h2 class="wp-block-heading">Predictive and prescriptive analytics in action</h2>



<p>For many leaders, predictive and prescriptive analytics still sound abstract. But in my experience, the impact becomes tangible and measurable once the proper use cases are identified and embedded into business processes. These capabilities are no longer theoretical or experimental. They are live, operational and transforming how companies plan, act and serve their customers.</p>



<h3 class="wp-block-heading">Predictive analytics: Seeing what’s next</h3>



<p>Predictive analytics uses patterns in historical data to forecast future outcomes. While the algorithms can vary in complexity, from logistic regression to deep learning, the value lies in what they help us anticipate and prevent.</p>



<p>Here are just a few impactful use cases I’ve seen work:</p>



<h4 class="wp-block-heading">Customer churn prediction</h4>



<p>In telecom, retail banking and SaaS businesses, predictive models assess customer behavior patterns — such as drop-in usage, delayed payments or negative service interactions — and assign a churn risk score. The business can then proactively engage these customers with offers, support or incentives.</p>



<h4 class="wp-block-heading">Predictive maintenance</h4>



<p>Manufacturers and logistics providers use sensor data and equipment history to forecast which machines are likely to fail. Instead of waiting for breakdowns, they schedule proactive maintenance, avoiding downtime and saving money.</p>



<h4 class="wp-block-heading">Demand forecasting</h4>



<p>Retailers, CPG firms and ecommerce platforms rely on demand forecasting to ensure the right products are in the correct location at the right time, avoiding stockouts and overstock.</p>



<h3 class="wp-block-heading">Prescriptive analytics: Acting intelligently at scale</h3>



<p>Prescriptive analytics move us from prediction to decision, applying optimization and recommendation engines to identify the best action based on available data.</p>



<p>Where predictive analytics asks, “What’s likely to happen?” prescriptive analytics asks, “What should we do about it?”</p>



<h4 class="wp-block-heading">Route optimization in logistics</h4>



<p>Companies like UPS and FedEx use prescriptive algorithms to continuously optimize delivery routes, considering distance, traffic, weather and service level commitments. These systems automatically adjust routes in real-time, improving delivery efficiency and reducing fuel costs.</p>



<h4 class="wp-block-heading">Dynamic pricing and revenue optimization</h4>



<p>Airlines, hospitality brands and ecommerce platforms use prescriptive models to adjust pricing based on demand, inventory levels, competitor pricing and customer segmentation.</p>



<h4 class="wp-block-heading">Next-best action in sales and marketing</h4>



<p>Sales and marketing teams use prescriptive analytics to identify the next best offer, channel or timing for customer engagement, driving higher conversion rates and more personalized experiences.</p>



<h3 class="wp-block-heading">Anomaly detection: The unsung hero</h3>



<p>While not always classified distinctly, anomaly detection — a subset of predictive analytics — deserves its spotlight. By flagging unusual patterns or deviations, anomaly detection helps companies identify fraud, security breaches, equipment malfunctions or operational risks early.</p>



<p>Examples include:</p>



<ul class="wp-block-list">
<li>Identifying fraudulent transactions in real-time in banking</li>



<li>Spotting unusual login patterns in cybersecurity to trigger alerts</li>



<li>Detecting billing anomalies in utilities or healthcare claims</li>
</ul>



<h3 class="wp-block-heading">Embedding analytics into operations</h3>



<p>The real power of predictive and prescriptive analytics comes when the models are insightful and integrated. That means daily embedding them into the workflows, systems and decision-making processes.</p>



<p>For example:</p>



<ul class="wp-block-list">
<li>Churn risk scores surface in the CRM so retention teams can act immediately</li>



<li>Route adjustments push directly to driver mobile apps in logistics</li>



<li>Pricing changes update in real-time on customer-facing portals</li>
</ul>



<p>This closed-loop integration ensures that insight becomes action, and that action becomes measurable impact.</p>



<p>I often tell executive teams that if their analytics ends with a PowerPoint deck, they’ve already lost. True predictive and prescriptive analytics don’t just inform decisions; they automate them, optimize them and embed them into the heartbeat of the business.</p>



<h2 class="wp-block-heading">Proving and communicating analytics ROI to the C-suite</h2>



<p>In my experience, the single most overlooked aspect of any analytics initiative is not the technology; it’s the business case communication. Too often, predictive and prescriptive models are celebrated for technical accuracy but fail to win executive buy-in. Why? Because they don’t clearly articulate one simple truth: what business value was created?</p>



<p>If your model increases customer lifetime value, reduces fraud, shortens fulfillment time or saves millions in infrastructure costs, that’s great. However, unless the C-suite sees those outcomes presented in the language of ROI, KPIs and business impact, it will be dismissed as another analytics experiment.</p>



<p>I’ve worked with teams that built brilliant solutions but struggled to prove their relevance. I’ve also helped struggling initiatives gain traction by changing how their value was framed. This section is about doing just that — proving and communicating ROI in resonating ways.</p>



<h3 class="wp-block-heading">What the C-suite cares about</h3>



<p>Executives aren’t looking for model accuracy. They’re looking for business transformation. Here’s what they pay attention to:</p>



<h4 class="wp-block-heading">Revenue uplift</h4>



<ul class="wp-block-list">
<li>Increased sales or upsell rates due to better targeting or personalization</li>



<li>Higher conversion rates from optimized journeys</li>



<li>Market expansion based on demand prediction</li>
</ul>



<h4 class="wp-block-heading">Cost reduction</h4>



<ul class="wp-block-list">
<li>Automation of manual processes (e.g., claims processing, report generation)</li>



<li>Inventory optimization or supply chain efficiency</li>



<li>Lower customer service costs due to AI-guided interactions</li>
</ul>



<h4 class="wp-block-heading">Risk mitigation</h4>



<ul class="wp-block-list">
<li>Improved fraud detection</li>



<li>Reduced compliance violations or audit exposure</li>



<li>Minimized downtime through predictive maintenance</li>
</ul>



<h4 class="wp-block-heading">Time to value</h4>



<ul class="wp-block-list">
<li>Faster time to market</li>



<li>Shorter product development cycles</li>



<li>Reduced time to insight or action</li>
</ul>



<p>These metrics secure funding, drive scale and earn trust.</p>



<h3 class="wp-block-heading">Frameworks for measuring ROI</h3>



<p>The good news? You don’t need a finance degree to prove ROI. You need consistent techniques and a commitment to tie analytics efforts to outcomes.</p>



<h4 class="wp-block-heading">Baseline vs. after implementation</h4>



<p>This is the most straightforward—and often most powerful—method. Measure key metrics before model deployment, then track improvements over time.</p>



<p>Example:</p>



<ul class="wp-block-list">
<li>Before churn model: 20% churn rate</li>



<li>After churn model + intervention campaign: 15% churn rate</li>



<li>Financial impact: 5% retained = $8M in annual revenue saved</li>
</ul>



<h4 class="wp-block-heading">A/B or control group testing</h4>



<p>Run the model in one group or region and keep another as a control. The differential becomes your ROI.</p>



<p>Example:</p>



<ul class="wp-block-list">
<li>Personalization campaign using AI vs. a generic campaign</li>



<li>AI group: 7% conversion; Control group: 4%</li>



<li>Lift: 3% = $4.2M in incremental sales over 6 months</li>
</ul>



<h3 class="wp-block-heading">How to present analytics ROI to the board</h3>



<p>Even if your team measures the right things, you must communicate them effectively. Use business language, not jargon:</p>



<ul class="wp-block-list">
<li>Say, “We saved $500K in fraud losses” instead of, “The model has 94% precision.”</li>



<li>Say, “The model enables us to intervene 10 days earlier” instead of “We reduced false positives by 18%.”</li>
</ul>



<h4 class="wp-block-heading">Visualizing outcomes</h4>



<p>Build executive dashboards that show impact, not complexity.</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><th>Metric</th><th>Before</th><th>After</th><th>Value delivered</th></tr></thead><tbody><tr><td>Churn rate</td><td>18%</td><td>12%</td><td>+$6.3M</td></tr><tr><td>Avg deliver time</td><td>4.2 days</td><td>2.9 days</td><td>+Customer NPS + cost savings</td></tr><tr><td>Forecast accuracy</td><td>65%</td><td>82%</td><td>-Inventory costs</td></tr></tbody></table> </div></figure>



<p>Use bar graphs, trend lines and waterfall charts to show long-term gains.</p>



<h4 class="wp-block-heading">Tell success stories</h4>



<p>Combine numbers with human context. Share how a regional sales team exceeded quota because of AI-led targeting or how supply chain delays dropped after implementing predictive routing.</p>



<p>CIOs must be storytellers — not just technologists.</p>



<h3 class="wp-block-heading">Analytics as a strategic asset</h3>



<p>I make one key recommendation to every CIO: treat your analytics team like a profit center, not a cost center.</p>



<p>That means:</p>



<ul class="wp-block-list">
<li>Tracking value created vs. cost of operation</li>



<li>Creating internal case studies to socialize wins</li>



<li>Holding quarterly “impact reviews” alongside financial reviews</li>
</ul>



<p>Analytics should be viewed as an investment portfolio — each use case has a cost, a potential return and a value realization curve.</p>



<p>No executive expects perfection. But they do expect clarity. If your team can connect data science work to tangible business outcomes — revenue gained, reduced risk and improved efficiency — you’ll sustain your analytics program and expand its influence.</p>



<h2 class="wp-block-heading">The playbook: Practical steps for CIOs and technology leaders</h2>



<p>By this point, you’ve seen the strategic importance of analytics, explored the technology and culture barriers and reviewed how to prove value. But if you’re a CIO or business leader, your next question is probably: “What exactly should I do next?”</p>



<p>You don’t need a multi-year roadmap to get started — you need momentum. That’s why I recommend a 30 to 60 to 90-day plan: a focused, structured way to build a pilot, deliver impact and lay the foundation for scaling.</p>



<p>Below is the complete roadmap, with narrative context and a visual summary in table form.</p>



<p>The 30-60-90-day analytics acceleration roadmap</p>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><th>Phase</th><th>Goals &amp; focus</th><th>Key activities</th><th>Success markers</th><th>Owners involved</th></tr></thead><tbody><tr><td><strong>Days 1–30: Align &amp; assess</strong></td><td>Identify high-impact use case and secure sponsorship</td><td>Choose 1–2 measurable business problems<br><br>Form cross-functional pilot team <br><br>Audit data availability and quality <br><br>Define KPIs and success criteria <br><br>Get business and IT alignment</td><td>Executive sponsor committed<br><br>Data sources validated<br><br>KPIs defined and baselined</td><td>CIO, business lead, data owner</td></tr><tr><td><strong>Days 31–60: Build &amp; validate</strong></td><td>Develop a working model and test assumptions</td><td>Clean and prep data<br><br>Build predictive or prescriptive model<br><br>Validate results with test data<br><br><br>Develop proof-of-concept dashboard<br><br>Share early results</td><td>Pilot model ready<br><br>Business users engaged <br><br>Feedback loop active</td><td>Data scientist, analyst, architect</td></tr><tr><td><strong>Days 61–90: Deploy &amp; scale</strong></td><td>Launch into production and plan for enterprise scaling</td><td>Embed model into the operational system (e.g., CRM)<br><br>Begin live decision-making<br><br>Track impact vs. baseline<br><br>Capture lessons learned <br><br>Draft second-wave case plan</td><td>Measurable ROI shown<br><br>Use case live<br><br>Plan created for expansion</td><td>CIO, business ops, engineering</td></tr></tbody></table> </div></figure>



<h3 class="wp-block-heading">Phase 1 (Days 1–30): Align &amp; assess</h3>



<p>This first phase focuses on business alignment, not technical implementation. Success here depends on clarity of purpose and data readiness.</p>



<p>Do this:</p>



<ul class="wp-block-list">
<li>Choose a problem that matters (e.g., reduce churn, improve conversion, optimize routing)</li>



<li>Avoid overly abstract use cases; pick something that affects revenue, cost or CX.</li>



<li>Align analytics, business and IT leaders around what success will look like</li>



<li>Conduct a quick data assessment: Do we have the correct data? Is it clean? Who owns it?</li>



<li>Set KPIs now so you can measure impact later</li>
</ul>



<h3 class="wp-block-heading">Phase 2 (Days 31–60): Build &amp; validate</h3>



<p>Now, you turn your strategy into execution. You’re not building the perfect model—you’re creating the Minimum Viable Model (MVM) to test feasibility and generate early insight.</p>



<p>Do this:</p>



<ul class="wp-block-list">
<li>Prep and transform the data with the business context in mind</li>



<li>Use proven tools like Data Robot, Azure ML or Python/SQL in notebooks</li>



<li>Involving business users frequently — test interpretability and usefulness</li>



<li>Create a pilot dashboard or embed model scores in a sandbox application</li>



<li>Runback tests and simulations to estimate business impact</li>
</ul>



<p>Best practice: Deliver weekly insights and prototypes. Create confidence through iteration, not mystery.</p>



<h3 class="wp-block-heading">Phase 3 (Days 61–90): Deploy &amp; scale</h3>



<p>With the pilot proven, you can now put the model to work. Embed it where decisions are made, track its performance and share early wins.</p>



<p>Do this:</p>



<ul class="wp-block-list">
<li>Launch the model into production workflows (e.g., marketing tools, CRMs, ERPs)</li>



<li>Train users and integrate feedback loops</li>



<li>Monitor metrics in real-time — focus on both technical performance and business outcomes</li>



<li>Document lessons, update assumptions and fix bottlenecks</li>



<li>Create a roadmap for scaling — reusing code, pipelines and methodology</li>
</ul>



<h3 class="wp-block-heading">Critical success factors</h3>



<p>To make this playbook work, here are five rules I always emphasize:</p>



<ul class="wp-block-list">
<li><strong>Start small, aim high.</strong> Pick use cases that are high-impact but contained</li>



<li><strong>Business must own the problem.</strong> IT builds tools, but value comes when business drives adoption</li>



<li><strong>Make results visible and visual.</strong> Dashboards and charts beat spreadsheets in every exec briefing</li>



<li><strong>Plan for scale early.</strong> Modular models, reusable components and governed pipelines save time later</li>



<li><strong>Communicate relentlessly.</strong> Weekly updates keep momentum; monthly reviews show ROI</li>
</ul>



<h3 class="wp-block-heading">Why it works</h3>



<p>This approach doesn’t require AI labs or seven-figure budgets. It’s fast, focused and scalable. Most importantly, it builds credibility with the business by linking analytics to outcomes, not just insights.</p>



<p>By Day 90, you’ll have:</p>



<ul class="wp-block-list">
<li>A use case in production</li>



<li>Executive champions on board</li>



<li>Lessons learned to inform enterprise scale</li>



<li>A repeatable model to apply across the organization</li>
</ul>



<h2 class="wp-block-heading">From insight to competitive immunity</h2>



<p>I want to share a powerful truth I’ve observed across industries and organizations of all sizes: analytics maturity is not a luxury — it’s a competitive requirement. The difference between the companies that thrive in disruption and those that stagnate isn’t simply who has the most data. It’s who can turn that data into action—quickly, repeatedly and responsibly.</p>



<p>Too many organizations treat predictive and prescriptive analytics as an “innovation track,” a separate, experimental playground disconnected from core operations. That’s a missed opportunity. When AI-powered analytics is embedded in how your business functions day-to-day, it becomes a force multiplier — driving decisions faster, aligning strategy with execution and surfacing insights that human intuition might miss.</p>



<p>But analytics doesn’t scale by itself. As I’ve shared throughout this article, it takes executive sponsorship, trusted data foundations, innovative cloud cost management and, most importantly, a culture that sees data as a product, not a byproduct.</p>



<h3 class="wp-block-heading">From descriptive to decisive</h3>



<p>Let’s take a moment to reflect on the journey we’ve mapped:</p>



<ul class="wp-block-list">
<li><strong>Descriptive analytics</strong> helps us understand what happened.</li>



<li><strong>Predictive analytics</strong> show us what’s likely to happen next.</li>



<li><strong>Prescriptive analytics</strong> tells us what to do — and increasingly, does it for us.</li>
</ul>



<p>Together, they create a continuum of intelligence that drives smarter, faster and more agile decisions. The organizations that integrate these layers — not in silos but as part of their operating model — create what I call competitive immunity: the ability to learn, adapt and act faster than the market.</p>



<h2 class="wp-block-heading">Where we go from here</h2>



<p>The next wave of enterprise transformation will be shaped not just by AI, but by the organizations that can operate it across functions. Predictive and prescriptive analytics are no longer bleeding-edge — they’re battle-tested. And if we apply them thoughtfully, with structure and trust, they will redefine how we lead.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full"><img loading="lazy" decoding="async" src="https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png" alt="AI analytics flywheel graphic" class="wp-image-3977604" srcset="https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?quality=50&amp;strip=all 917w, https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?resize=280%2C300&amp;quality=50&amp;strip=all 280w, https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?resize=768%2C822&amp;quality=50&amp;strip=all 768w, https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?resize=651%2C697&amp;quality=50&amp;strip=all 651w, https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?resize=157%2C168&amp;quality=50&amp;strip=all 157w, https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?resize=78%2C84&amp;quality=50&amp;strip=all 78w, https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?resize=448%2C480&amp;quality=50&amp;strip=all 448w, https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?resize=336%2C360&amp;quality=50&amp;strip=all 336w, https://b2b-contenthub.com/wp-content/uploads/2025/05/AI-analytics-flywheel.png?resize=233%2C250&amp;quality=50&amp;strip=all 233w" width="917" height="982" sizes="(max-width: 917px) 100vw, 917px"></figure><p class="imageCredit">Vipin Jain</p></div>



<p>I’ve seen predictive models guide multimillion-dollar investments, prescriptive routes save millions in transportation costs and anomaly detection protect entire business units from fraud. But I’ve also seen innovative models go unused because stakeholders didn’t trust the data—or didn’t know the model existed.</p>



<p>That’s why I believe our job as CIOs and architects isn’t just to enable analytics—it’s to institutionalize it, to make it inseparable from how our organizations operate, to make “What does the data say?” not an innovation question but a reflex.</p>



<p>The competitive landscape is shifting fast. But if you have the tools, the talent, the trust and the tenacity to scale predictive and prescriptive analytics — there’s no reason your organization can’t lead in the years ahead. Let’s make analytics not just a capability — but a catalyst.</p>



<p></p>



<p><em>This article was made possible by our partnership with the IASA</em><a href="https://chiefarchitectforum.org/" target="_blank" rel="nofollow"><em> Chief Architect Forum</em></a><em>. The CAF’s purpose is to test, challenge and support the art and science of Business Technology Architecture and its evolution over time as well as grow the influence and leadership of chief architects both inside and outside the profession. The CAF is a leadership community of the</em><a href="https://iasaglobal.org/" target="_blank" rel="nofollow"><em> IASA</em></a><em>, the leading non-profit professional association for business technology architects.</em></p>



<p></p>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><a href="https://www.cio.com/expert-contributor-network/"><strong>Want to join?</strong></a></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[“Existe el riesgo de sobrevalorar la inteligencia artificial, especialmente la generativa en entornos de negocio”]]></title>
<description><![CDATA[Ángela Salmerón, actual directora de investigación del área de Estrategias de transición energética global en la firma de investigación IDC y experta en innovación tecnológica, estrategias empresariales y cumplimiento normativo, responde por correo electrónico a unas preguntas planteadas por CIO ...]]></description>
<link>https://tsecurity.de/de/2757837/it-security-nachrichten/existe-el-riesgo-de-sobrevalorar-la-inteligencia-artificial-especialmente-la-generativa-en-entornos-de-negocio/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2757837/it-security-nachrichten/existe-el-riesgo-de-sobrevalorar-la-inteligencia-artificial-especialmente-la-generativa-en-entornos-de-negocio/</guid>
<pubDate>Mon, 05 May 2025 11:33:46 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p><strong>Ángela Salmerón, actual directora de investigación del área de Estrategias de transición energética global en la firma de investigación IDC y experta en innovación tecnológica, estrategias empresariales y cumplimiento normativo,</strong> responde por correo electrónico a unas preguntas planteadas por CIO ESPAÑA antes de su participación, el próximo 27 de mayo en Madrid, en <a href="https://my.idc.com/eu/events/71994-data-gen-ai-summit?g_clang=ESL" rel="nofollow">Data &amp; AI Summit 2025</a>. El evento, organizado por esta publicación y la compañía de análisis, será inaugurado por <strong>Aleida Alcaide, directora general de Inteligencia Artificial en España,</strong> y reunirá a relevantes líderes de TI con el objetivo de tomar el pulso a las  oportunidades y desafíos que conlleva  afrontar los retos de la transformación digital y aplicación de la IA en un entorno global cada vez más complejo.</p>



<p>A pesar de que la analista reconoce que “<strong>existe el riesgo de sobrevalorar la inteligencia artificial, especialmente la generativa en entornos de negocio</strong>”, también observa que “ni siquiera en sectores donde la regulación es especialmente estricta, como en la banca, la IA encuentra demasiadas barreras para avanzar”. Desde luego, como Salmerón desvela, el auge que está experimentando la IA y, en concreto, su sabor generativo son ingentes. Según las previsiones de IDC, “la<strong> inversión en inteligencia artificial va a dispararse hasta los 145.000 millones de dólares en 2028 en Europa</strong>. De esa cantidad, 49.000 millones estarán destinados a la inteligencia artificial generativa”.</p>



<p></p>



<p><strong>Se espera un alto impacto de la inteligencia artificial (IA) en la economía mundial.  Según IDC, las inversiones en soluciones y servicios de IA generarán un impacto global acumulado de 22,3 billones de dólares para 2030, es decir, el 3,7% del producto interior bruto (PIB) mundial. ¿Qué expectativas concretas manejan para Europa y España en concreto en la firma de análisis? ¿Cuáles serán los sectores más impactados por la adopción de la IA?</strong></p>



<p>No disponemos de datos concretos de España. Según las previsiones de IDC, la inversión en inteligencia artificial va a dispararse hasta los 145.000 millones de dólares en 2028 en Europa. De esa cantidad, 49.000 millones estarán destinados a la inteligencia artificial generativa (‘GenAI’, en su acepción en inglés), que está creciendo a un ritmo impresionante: su peso pasará del 9% en 2023 al 33% en 2028.</p>



<p>IDC calcula que en 2025 los sectores que más apostarán por la IA serán, en primer lugar, los servicios financieros, con la banca liderando el impulso. Aquí la IA se está utilizando sobre todo para reforzar el análisis de fraudes, anticipar y prevenir amenazas, mejorar la atención al cliente con soluciones automatizadas y optimizar los sistemas de TI. Justo detrás encontramos la industria del software y los servicios de información, que está invirtiendo fuerte en infraestructura específica para IA. También el sector <em>retail </em>está apostando por la personalización de la experiencia de compra, que se ha convertido en un caso de uso clave. Y, por supuesto, las telecomunicaciones y los servicios profesionales tampoco se quedan atrás.</p>



<p>Lo curioso es que ni siquiera en sectores donde la regulación es especialmente estricta, como en la banca, la IA encuentra demasiadas barreras para avanzar. Hay tres grandes razones para ello: primero, porque disponen de enormes cantidades de datos que permiten entrenar y mejorar los modelos de IA; segundo, porque los casos de uso están muy claros y se traducen en resultados de negocio tangibles; y tercero, porque muchos de estos sectores ya cuentan con una madurez tecnológica considerable, gracias a su recorrido previo en analítica, gestión de datos e IA tradicional.</p>



<figure class="wp-block-pullquote"><blockquote><p><strong><em>“IDC calcula que en 2025 los sectores que más apostarán por la IA serán los servicios financieros, con la banca liderando el impulso, la industria del software y los servicios de información, el sector ‘retail’ y las telecomunicaciones y los servicios profesionales”</em></strong></p></blockquote></figure>



<p><strong>A pesar de estas altas expectativas y de que muchas compañías ya están trabajando en proyectos de IA, muchos CIO reconocen que estos proyectos no pasan de piloto, les cuesta escalar el uso de la IA a toda la organización y obtener un ROI claro. ¿Por qué se produce esto?</strong></p>



<p>Una de las principales razones por las que muchos proyectos de IA no superan la fase piloto es su elevado coste, que impide lograr el retorno de la inversión esperado. A esto se suma la escasez de profesionales, desarrolladores especializados en IA, lo que obliga a las empresas a plantearse seriamente cómo cerrar esa brecha de talento, ya sea formando perfiles internos o colaborando con socios externos.</p>



<p>Otro factor importante es la falta de coordinación entre los equipos de IT y las unidades de negocio. En muchos casos, el problema radica en que los requisitos de los casos de uso no están bien alineados con las necesidades del negocio. Esto genera desconexiones que impiden que la inteligencia artificial cumpla su función. Por eso, es clave que las metas de la IA estén bien integradas en la estrategia de la empresa y que se definan de forma clara y medible. Por último, tampoco hay que perder de vista el papel que juega la infraestructura tecnológica: cuando su rendimiento o disponibilidad no cumple con los requisitos necesarios, resulta muy difícil escalar los proyectos de IA más allá de la fase piloto.</p>



<p><strong>¿Qué recomienda para conseguir proyectos de IA con un ROI claro y alto impacto? ¿Qué claves deben seguir los responsables?</strong></p>



<p>Para conseguir que los proyectos de IA generen un retorno de inversión claro y un impacto real hay varias recomendaciones clave que los líderes deben seguir. En primer lugar, alinear el negocio con la tecnología es fundamental: las iniciativas de IA deben apoyar directamente los objetivos estratégicos del negocio y no deben ser solamente experimentos técnicos aislados. Es esencial también priorizar los casos de uso con mayor impacto, centrarse en áreas donde haya ineficiencias claras o un gran potencial de valor, como la rotación de clientes, la cadena de suministro o la detección de fraudes.</p>



<p>Otro factor crucial es definir objetivos claros y medibles desde el principio. Esto significa establecer métricas de éxito, como por ejemplo: ahorros de costes, mejoras en productividad o incremento de ingresos; y asegurarse de que se dispone de los datos necesarios para compararlos. No podemos olvidarnos de preparar adecuadamente los datos, garantizando el acceso a información limpia, relevante y bien gestionada, ya que de ello depende en gran parte el éxito de cualquier iniciativa de IA. </p>



<p>Ahora bien, para que los proyectos realmente avancen, también es imprescindible contar con un patrocinador ejecutivo sólido, capaz de asegurar el compromiso de la organización y de proporcionar el respaldo y la financiación necesarios para impulsar cada iniciativa. En paralelo, la gestión del cambio juega un papel fundamental. No se trata solo de introducir tecnología, sino de preparar a toda la organización: comunicar bien, formar adecuadamente y redefinir los roles para facilitar la adopción de la IA de forma natural y efectiva.</p>



<p>Y, por último, tan importante como todo lo anterior es adoptar un enfoque iterativo: empezar con proyectos pequeños, demostrar rápidamente su valor y, a partir de ahí, escalar progresivamente en función de los resultados obtenidos.</p>



<p><strong>¿Cree que hay una sobre expectación en torno a las posibilidades de la IA y, en concreto, de la IA generativa en las empresas?</strong></p>



<p>Sí, existe el riesgo de sobrevalorar la inteligencia artificial, especialmente la IA generativa en entornos de negocio. La clave está en gestionar las expectativas con realismo. Con todo el ruido en los medios de comunicación, es fácil pensar que la IA ofrecerá resultados rápidos y transformadores. Sin embargo, la realidad es que muchas de las aplicaciones más valiosas hoy por hoy son bastante sencillas y están orientadas a mejorar la eficiencia, más que a revolucionar procesos.</p>



<p>Y la verdad es, con tanto ruido, no siempre resulta sencillo para las empresas distinguir qué es realmente relevante. Por eso es tan importante dedicar tiempo a preparar bien el terreno: comprender los casos de uso, evaluar el nivel de preparación de la organización y asegurarse de que los objetivos estén bien alineados. No es, quizás, la parte más brillante del proceso, pero ese trabajo previo marca la diferencia y ayuda a evitar muchas decepciones.</p>



<figure class="wp-block-pullquote"><blockquote><p><strong><em>“La evolución de los agentes de IA va a transformar profundamente la infraestructura tecnológica y las estrategias de software de las organizaciones”</em></strong></p></blockquote></figure>



<p><strong>¿Cómo ve la evolución de los agentes de IA y qué impacto tiene el auge de esta tecnología en la estrategia de infraestructura y software de las organizaciones?</strong></p>



<p>La evolución de los agentes de IA va a transformar profundamente la infraestructura tecnológica y las estrategias de software de las organizaciones. Impulsados por los últimos avances en modelos de lenguaje de gran tamaño (LLM), estos agentes no solo automatizarán tareas complejas, sino también la toma de decisiones y facilitarán una interacción mucho más natural con usuarios y sistemas. Este salto tecnológico obligará a las empresas a replantearse su infraestructura, preparándola para afrontar mayores exigencias de capacidad de cómputo, logística de datos en tiempo real y una conectividad sólida tanto en entornos de nube como en ‘edge’. Las arquitecturas de datos pasarán a ser piezas clave, ya que permitirán suministrar, de forma continua, datos de calidad y con contexto para dar soporte a unas actividades empresariales cada vez más dinámicas y basadas en agentes.</p>



<p>En el ámbito del software, el cambio será igualmente profundo: la prioridad dejará de ser la programación tradicional para centrarse en la gestión de agentes de IA y la orquestación de flujos de trabajo. Los desarrolladores de IA utilizarán estos agentes para construir soluciones de forma más rápida y eficiente, lo que les permitirá dedicar más tiempo a los objetivos estratégicos y menos a los detalles técnicos del código.</p>



<p>Todo ello se traducirá en organizaciones más eficientes, escalables e innovadoras, capaces de transformar la forma en que operan y compiten en la era digital. Aquellas que sepan adaptarse estarán en una posición mucho más fuerte para afrontar la complejidad del mercado actual y aprovechar las nuevas oportunidades de crecimiento y transformación.</p>



<p><strong>Una de las grandes preocupaciones de los CIO es que los costes de TI se disparen por el uso intensivo de la IA. ¿Qué opina y qué soluciones propone al respecto?</strong></p>



<p>Las preocupaciones de los CIO sobre el aumento de los costes de TI derivados del uso intensivo de IA son completamente válidas. Las tareas que requieren mucha capacidad de computación, la posible necesidad de actualizar infraestructuras y el aumento en el almacenamiento de datos pueden suponer un reto financiero. A esto se suma, por supuesto, el coste real de utilizar modelos de IA. Sin embargo, este riesgo se puede gestionar de forma eficaz con un enfoque estratégico bien planificado.</p>



<p>La clave está en dirigir las inversiones en IA a áreas donde realmente se justifique el gasto, ya sea por los ahorros que puede generar o por el impacto positivo en el negocio. Esto significa centrarse en casos de uso muy concretos y asegurarse de que la inversión esté alineada con los objetivos de negocio. </p>



<p>También es esencial aplicar buenas prácticas de <em>FinOps </em>para controlar y optimizar el consumo de recursos, especialmente en la nube. Aunque muchas empresas prefieren ejecutar la IA de forma local, la mayoría de las soluciones aún se despliegan en la nube, por lo que gestionar los costes en este entorno es fundamental. Además, optar por arquitecturas híbridas o nativas de la nube, que se ajustan según la demanda, puede ser una opción más eficiente que trabajar con sistemas de capacidad fija. Esto ayuda a evitar el sobredimensionamiento y da mayor flexibilidad. </p>



<p>En cuanto a los modelos de IA, no siempre es necesario elegir los más grandes o generales. A menudo, modelos más pequeños o especializados en un área concreta pueden cubrir las necesidades del negocio sin generar costes adicionales.</p>



<p>Finalmente, es clave gestionar los recursos de manera eficiente. Esto implica retirar o reentrenar los modelos que ya no son útiles y automatizar los ciclos de reentrenamiento para evitar un sobregasto. Controlar los costes de la IA no debería considerarse un obstáculo para su adopción, sino más bien una forma de asegurar que cada inversión tenga un valor real en el negocio. </p>



<figure class="wp-block-pullquote"><blockquote><p><strong><em>“Las preocupaciones de los CIO sobre el aumento de los costes de TI derivados del uso intensivo de IA son completamente válidas […]. Sin embargo, este riesgo se puede gestionar de forma eficaz con un enfoque estratégico bien planificado”</em></strong></p></blockquote></figure>



<p><strong>¿Cómo ve, en general, el avance de las grandes tecnológicas impulsoras de la IA? ¿Qué tendencias podemos esperar de la industria tecnológica en este sentido?</strong></p>



<p>Las grandes tecnológicas siguen siendo las principales impulsoras de la inteligencia artificial, marcando el ritmo en términos de capacidad, rendimiento y la infraestructura necesaria. Su progreso ha sido posible gracias a inversiones muy grandes en modelos de IA, chips especializados e integración con otros sistemas. Sin embargo, ahora el enfoque está cambiando. Ya no se trata solo de tener más capacidad modelos más grandes, sino de hacer que la IA sea más accesible, rentable y ajustada a las necesidades reales de cada negocio.</p>



<p>Una de las tendencias más destacadas es el desarrollo de modelos de IA más pequeños y eficientes, que se pueden ejecutar directamente en las instalaciones de la empresa o en puntos cercanos a su uso (‘at the edge’). Además, otras áreas como la seguridad de la IA, su capacidad para ser explicada y el cumplimiento de las normativas, están ganando mucha importancia. Otra tendencia es que estas empresas están integrando la IA de manera más profunda en el software que utilizan y en las plataformas en la nube, lo que facilita un uso más eficiente y escalable. También es importante señalar que está creciendo la demanda de soluciones sectoriales, más específicas para industrias, lo que refleja un interés por soluciones más relevantes para el negocio. </p>



<p>Por otro lado, en relación a los datos, las grandes empresas tecnológicas están invirtiendo cada vez más en mejorar su infraestructura, la calidad de los mismos y en conseguir datos más precisos. De hecho, muchas están apostando por la IA multimodal, que permite procesar diferentes tipos de datos como texto, imágenes, audio y vídeo de forma integrada. Esto facilita la creación de modelos que, por ejemplo, pueden predecir necesidades futuras, o crear experiencias personalizadas e inteligentes a través de la IA generativa.</p>



<p>Finalmente, otras tendencias entre las grandes tecnológicas es el uso de datos sintéticos para superar los problemas de privacidad y la escasez de datos reales, y el uso de IA generativa más accesibles, que acercan el uso de datos a perfiles no técnicos. </p>



<p><strong>Los propios usuarios finales (las empresas) están creando centros de competencia de IA de mano de los grandes proveedores, ¿qué opina de esta práctica?</strong></p>



<p>Crear Centros de Competencia en IA junto a grandes proveedores es una apuesta estratégica. Estos centros permiten a los equipos internos desarrollar capacidades rápidamente, aprovechar la experiencia externa y establecer prácticas comunes para el desarrollo de soluciones, la gestión de riesgos y el uso ético de la IA —algo clave en un contexto donde la confianza marca la diferencia—. Trabajar de la mano de expertos también facilita el acceso a las últimas herramientas, metodologías y buenas prácticas. </p>



<p>Además, un Centro de Competencia en IA no solo fomenta la experimentación, sino que facilita compartir soluciones exitosas entre distintas áreas de la organización. Esto ayuda a derribar silos entre negocio y tecnología y a escalar la adopción de la IA de forma más estructurada y eficiente. En definitiva, un Centro de Competencia convierte esfuerzos dispersos en una capacidad estratégica real, siempre que se construya con la colaboración adecuada.</p>



<p><strong>¿Es el cumplimiento de la regulación uno de los grandes retos que afrontan ahora las empresas en su adopción de la IA, especialmente en Europa?</strong></p>



<p>Uno de los principales retos que plantea la regulación es el incremento de costes. Según nuestras encuestas, alrededor del 21% del presupuesto destinado a IA se dedica a actividades relacionadas con el cumplimiento normativo. Sin embargo, en muchos casos, la regulación no supone una barrera real, sino que funciona como una guía para desarrollar la IA de forma segura y estructurada.</p>



<p>Un buen ejemplo es el sector bancario, que, a pesar de ser uno de los más regulados, lidera la inversión en IA en Europa. Esto demuestra que un marco regulatorio sólido no frena la adopción de la IA, sino que puede ser una herramienta para desplegarla de manera segura, fiable y alineada con las expectativas de confianza que hoy demandan tanto los mercados como la sociedad.</p>



<figure class="wp-block-pullquote"><blockquote><p><strong><em>“La llamada ‘IA soberana’ ya es una realidad en Europa”</em></strong></p></blockquote></figure>



<p><strong>En un momento geopolítico convulso está emergiendo el concepto de ‘IA soberana’. ¿Es este posible en Europa?</strong></p>



<p>La llamada ‘IA soberana’ ya es una realidad en Europa. De hecho, lo que hace poco era solo un debate político, hoy se ha convertido en una prioridad urgente para muchas empresas. La creciente tensión geopolítica y la fuerte dependencia de proveedores tecnológicos no europeos han acelerado esta preocupación, y algunas decisiones recientes desde Estados Unidos no han hecho más que reforzarla.</p>



<p>Cada vez son más las compañías que entienden que la IA no es sólo una cuestión de innovación, sino también de gestión de riesgos. A medida que los gobiernos consideran la IA como parte crítica de su infraestructura nacional y de su seguridad económica, depender de modelos y plataformas extranjeras plantea riesgos evidentes: desde la pérdida de control hasta problemas de resiliencia o de gobernanza de los datos.</p>



<p>Afortunadamente, construir una IA soberana en Europa empieza a ser algo más que un deseo. El apoyo del sector público está ayudando a financiar el desarrollo de capacidades locales, y ya estamos viendo proyectos sólidos como Mistral (a pesar de inversión estadounidense) o Aleph Alpha, que demuestran que Europa puede competir al más alto nivel. Además, marcos regulatorios como la AI Act de la UE buscan crear un entorno de confianza, transparencia e interoperabilidad que favorezca este objetivo. Y aunque Europa quizás no lidere en volumen o escala, existe una convicción creciente: podemos ser referentes en el desarrollo de una IA segura, especializada y plenamente alineada con nuestros valores legales y éticos. En definitiva, tanto para las empresas como para los gobiernos, apostar por una IA soberana se está consolidando como una estrategia esencial para proteger el futuro digital de Europa.</p>


<div data-media-id="xH8Zhae7" data-title="píldora analista Ángela Salmerón para el evento Data &amp; Gen AI Summit" class="jwplayer"></div>

<div class="text text--no-top-margin"><h2></h2><p></p><p><a class="button button--primary" data-amp-height="40" target="" href="https://events.idc.com/event/91af58ec-d7c4-4df4-ba6f-58eb0f4cee7b/regProcessStep1?_gl=1*u3snc4*_ga*NzQzNTM0MTExLjE3NDIyMTUxMTk.*_ga_541ENG1F9X*czE3NDY0MzU0NTEkbzMwJGcxJHQxNzQ2NDM2NjE4JGo2MCRsMCRoMA.." rel="nofollow">Regístrese aquí para acudir al evento ‘Data &amp; AI Summit 2025’</a></p></div>


<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[칼럼 | 클라우드 및 IT 운영에 생성형 AI를 사용하면?··· 5가지 활용처]]></title>
<description><![CDATA[IT 운영 분야의 엔지니어, 관리자, 분석가들의 업무가 쉬워 보인다면, 그들의 업무를 제대로 알지 못하기 때문이다.



자동화, 가시성, 머신러닝과 같은 기술 덕분에 IT 운영이 개선됐다. 대규모 및 미션 크리티컬 워크로드를 더 많이 배포하고 관리하는 데 도움을 받고 있다. 그러나 예상 서비스 수준, 컴플라이언스 요구사항, 멀티클라우드 복잡성, 기하급수적으로 데이터 볼륨은 모두 비즈니스 요구사항과 IT 운영에 대한 부담을 더하고 있다.



IT 및 클라우드 운영에 생성형 AI를 활용하는 방법



2024 글로벌 워크포스 ...]]></description>
<link>https://tsecurity.de/de/2750461/it-security-nachrichten/it-ai-5/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2750461/it-security-nachrichten/it-ai-5/</guid>
<pubDate>Wed, 30 Apr 2025 09:50:36 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>IT 운영 분야의 엔지니어, 관리자, 분석가들의 업무가 쉬워 보인다면, 그들의 업무를 제대로 알지 못하기 때문이다.</p>



<p>자동화, <a href="https://www.infoworld.com/article/3608112/succeeding-with-observability-in-the-cloud.html">가시성</a>, <a href="https://www.infoworld.com/article/2254843/what-is-machine-learning-intelligence-derived-from-data.html">머신러닝</a>과 같은 기술 덕분에 IT 운영이 개선됐다. 대규모 및 미션 크리티컬 워크로드를 더 많이 배포하고 관리하는 데 도움을 받고 있다. 그러나 예상 서비스 수준, 컴플라이언스 요구사항, <a href="https://www.infoworld.com/article/3959533/i-built-an-agentic-ai-system-across-multiple-public-cloud-providers.html">멀티클라우드 복잡성</a>, 기하급수적으로 데이터 볼륨은 모두 비즈니스 요구사항과 IT 운영에 대한 부담을 더하고 있다.</p>



<h2 class="wp-block-heading">IT 및 클라우드 운영에 생성형 AI를 활용하는 방법</h2>



<p>2024 <a href="https://www.freshworks.com/report/ai-workplace/" rel="nofollow">글로벌 워크포스 AI 보고서</a>에 따르면, IT 인력의 85%는 AI의 업무 기여 가능성에 긍정적으로 답했다. 조사에 참여한 전문가들은 AI가 새로운 기술을 배우는 시간, 더 많은 업무를 처리하는 시간, 창의적인 업무를 수행하는 시간을 확보해준다고 밝혔다.</p>



<p>• 소프트웨어 개발자는 <a href="https://www.infoworld.com/article/3712826/10-ways-generative-ai-will-transform-software-development.html">생성형 AI를 사용</a>하여 코드를 생성하고, 문서를 작성하며, <a href="https://www.infoworld.com/article/3844351/how-to-simplify-app-migration-with-generative-ai-tools.html">앱 현대화</a>를 간소화한다.<br>• 생성형 AI는 데이터 과학자가 최종 사용자 워크플로우를 이해하는 데 더 많은 시간을 할애하고 훈련 데이터의 데이터 편향을 줄이는 데 <a href="https://drive.starcio.com/2024/05/winning-with-data-science/" rel="nofollow">도움을 준다</a>.<br>• CIO들은 고객 성공을 견인하고 공급망 예측을 개선하며, 제조 문제를 포착하기 위해 <a href="https://drive.starcio.com/2025/02/ai-use-cases-drive-digital-transformation/" rel="nofollow">에이전틱 AI에 투자</a>하고 있다.</p>



<p></p>



<p>그렇다면 생성형 AI가 IT 및 클라우드 운영 업무도 간소화할 수 있을까? SAP의 북미 공공 클라우드 부문 MD 및 SVP인 로리 로사노는 “클라우드 및 IT 운영에 생성형 AI를 통합하면 더 자원 효율적이고 잘 준비된 상태가 될 수 있다. 이를 통해 성과를 높이고, 유연성을 개선하며, 변화하는 환경에 더 잘 대응할 수 있다”라고 말했다.</p>



<p>다음은 생성형 AI를 사고 대응, 보안, 클라우드 인프라, 핀옵스(FinOps)에 적용하는 5가지 방법이다.</p>



<h2 class="wp-block-heading">AI옵스 및 사고 대응 개선</h2>



<p>필자는 이전에 AI옵스의 다양한 활용 방법에 대해 작성한 바 있다. 예를 들어, <a href="https://www.infoworld.com/article/3541308/how-aiops-improves-application-monitoring.html">애플리케이션 모니터링에서 머신러닝을 활</a>용해 사이트 신뢰성 엔지니어(SRE)가 <a href="https://blogs.starcio.com/2021/05/aiops-sre-error-budgets-slo.html" rel="nofollow">서비스 수준 목표 달성</a>을 돕는 것, 중<a href="https://drive.starcio.com/2021/11/p1-incidents-long-resolution-times/" rel="nofollow">대 사고 해결 시간 단축</a> 등이 가능하다. AI옵스는 또 알림 정보 중앙화, 텔레메트리 데이터 순서화, 잠재적 근본 원인 식별, 일반적인 복구 자동화 트리거링 등의 문제를 해결한다.</p>



<p><a href="https://www.red-gate.com/" rel="nofollow">레드게이트</a>(Redgate)의 애드버킷이자 엔지니어인 켈린 고만은 “생성형 AI가 사고 해결 및 로그 분석과 같은 작업을 자동화함으로써 IT 및 클라우드 운영을 크게 향상시키고 있다. 이는 예측 애널리틱스을 활용해 시스템 성능을 모니터링하고 문제가 발생하기 전에 잠재적 문제를 해결하며, 워크로드 최적화를 위한 데이터 기반 권장 사항을 제공하며, 대화형 도구를 통해 사용자 상호작용을 개선한다”라고 설명했다.</p>



<p>생성형 AI는 특히 사고의 원인을 추적하기 어려운 복잡한 환경의 상황에서 AI옵스의 기능을 확장한다. 엔지니어가 생성형 AI 프롬프트 기능을 활용함으로써 어려운 사고의 근본 원인 및 대응 시나리오를 탐색할 수 있게 된다.</p>



<p><a href="https://xebia.com/" rel="nofollow">제비아</a>(Xebia)의 제품 및 플랫폼 엔지니어링 글로벌 헤드인 프릿팔 싱은 “생성형 AI는 인사이트 생성, 복잡한 시스템 데이터 요약, 사고 대응 및 해결을 위한 문서화 자동화를 통해 지원한다. 시스템 로그 해석과 운영 워크플로우에 대한 수동 작업을 줄임으로써 생성형 AI는 운영 팀이 데이터 기반 결정을 더 빠르게 내릴 수 있도록 돕고, AI 기반 자동화는 성능 조정과 이상 탐지를 처리한다”라고 말했다.</p>



<h2 class="wp-block-heading">정확한 근본 원인 분석</h2>



<p>대부분의 IT 서비스 관리 작업에 있어 사고 관리와 문제 관리는 따로 처리된다. 사고 관리의 주요 역할은 문제의 원인을 찾아 서비스를 복원하는 것이며, 문제 관리는 특히 여러 근본 원인이 있는 반복적인 문제에 대한 근본 원인 분석을 수행하는 것이다.</p>



<p><a href="https://www.elastic.co/" rel="nofollow">엘라스틱</a>의 검색 AI 글로벌 매니징 디렉터 스티브 마이작은 “관측 가능성과 AI옵스를 결합하면 자동화된 탐지, 진단, 복구를 통해 애플리케이션 복원력을 강화하는 자체 복구 인프라가 가능해진다. 팀은 데이터를 더 잘 해석하고 신호를 파악하며 가시성을 확보하고 운영을 최적화할 수 있다”라고 설명했다.</p>



<p>그는 이어 “생성형 AI는 이를 한 단계 더 발전시켜 간단한 쿼리를 통해 직관적인 탐색과 깊은 통찰력을 제공한다. 예를 들어, 코드가 과도한 처리 능력을 소비할 경우 생성형 AI는 코드 프로파일링 데이터를 분석해 고부하 기능을 식별하고 효율성을 향상시키고 비용을 절감하기 위한 최적화 방법을 추천할 수 있다”라고 덧붙였다.</p>



<p>IT 운영은 오랫동안 복잡한 문제가 발생하는 애플리케이션 및 네트워크 레이어에 대해서도 성능 분석을 구현할 기회를 모색해 왔다.</p>



<p><a href="https://www.infosys.com/" rel="nofollow">인포시스 코발트</a>(Infosys Cobalt)의 EVP 아난트 아드야는 “생성형 AI가 데이터 세트와 사고 알림 정보를 신속하게 분석함으로써 해결 시간을 단축할 수 있다. 또 IT 팀의 질문에 직접 답변함으로써 직접적인 지원을 제공할 수 있다”라며, ”AI 챗봇은 다양한 네트워크에서 자원과 솔루션을 통합하여 전문가들이 복잡한 사고를 해결하는 데 안내할 수 있다”라고 말했다.</p>



<p>즉 생성형 AI 도구를 관측 가능성, 사고 대응, 자산 관리 데이터에 훈련시키면, IT 운영을 위해 훈련된 <a href="https://www.infoworld.com/article/3812583/what-you-need-to-know-about-developing-ai-agents.html">AI 에이전트</a>가 역사적 성능을 분석하고 복원력을 향상시키기 위한 구성 변경을 추천하는 새로운 시대가 열릴 수 있다.</p>



<h2 class="wp-block-heading">보안 감사 및 위협 탐지 강화</h2>



<p>보안 사고의 근본 원인을 찾고 해결하는 작업이 어려워지고 있다. 위협의 증가와 취약점을 수동으로 추적하기 어려운 방식으로 악용하는 공격자들 때문이다.</p>



<p><a href="https://www.hostingadvice.com/" rel="nofollow">호스팅어드바이스닷컴</a>(HostingAdvice.com)의 보안 및 기술 전문가 조 워니몬트는 “오늘날 클라우드 보안은 너무 많은 진입점과 위협으로 인해 마치 ‘모래주머니 치기’ 게임처럼 느껴진다. 인간 IT 전문가가 많은 조직에게도 마찬가지다”라고 말했다.</p>



<p>그는 이어 “하지만 생성형 AI가 게임의 규칙을 바꾼다. 트렌드와 과거 침투 사례를 기반으로 대응해야 할 위치를 예측하며 동시에 여러 진입점을 동시에 감시할 수 있기 때문이다”라고 전했다.</p>



<p>필자는 정보 보안 전문가들이 사용하는 AI 에이전트와 IT 운영을 지원하는 <a href="https://www.infoworld.com/article/3611465/how-ai-agents-will-transform-the-future-of-work.html">AI 에이전트</a>가 별개로 등장한다고 전망한다. 각 에이전트는 문제와 최적화 기회를 탐지, 예측, 대응하는 특정 기능에 집중하게 된다.</p>



<p><a href="https://www.tessell.com/" rel="nofollow">테셀</a>(Tessell)의 공동 설립자 바쿨 반티아는 “클라우드 보안 분야에서 생성형 AI는 위협 탐지, 이상 탐지, 사고 대응을 고도화한다. 사용자 행동과 장치 보안을 분석하며 클라우드 구성의 준수 여부를 지속적으로 감사함으로써 액세스 관리를 강화할 수 있다”라고 말했다.</p>



<p>IT 운영 측면의 또 다른 기회는 데이터 거버넌스 정책 준수 지원이다. 많은 조직이 <a href="https://www.infoworld.com/article/3826186/3-reasons-to-consider-a-data-security-posture-management-platform.html">데이터 보안 포지션 관리(DSPM) 플랫폼</a>을 도입하고 AI 거버넌스 정책을 정의하고 있지만, IT 운영에 필요한 해법은 드물었다.</p>



<p><a href="https://blackwirelabs.com/" rel="nofollow">블랙와이어</a>(Blackwire)의 조시 레이 CEO는 “클라우드에 저장된 방대한 양의 데이터를 고려할 때 데이터 보안과 프라이버시를 보장하는 것은 특히 중요하다. 생성형 AI는 데이터 거버넌스 정책을 강제 적용하고, 위협 탐지 및 대응을 개선하며, 준수 정책 강제 적용을 자동화하고, 지속적인 보안 개선을 제공할 수 있다”라고 말했다.</p>



<h2 class="wp-block-heading">복잡한 환경에서 클라우드 운영 확장</h2>



<p>사고 및 문제 관리는 반응적 특성을 지닌다. 하지만 생성형 AI는 데이터를 빠르게 분석하고 문제를 자율적으로 해결할 수 있다. 인간과 협업할 수도 있다. 또 다른 기회는 생성형 AI를 더 적극적인 작업에 활용하는 것으로, 표준 운영 절차의 구현 강도와 확장성을 개선할 수 있다.</p>



<p><a href="https://www.ninjaone.com/" rel="nofollow">닌자원</a>(NinjaOne)의 데이터 및 AI 부문 SVP인 조엘 카루손은 “IT 운영용 생성형 AI는 현대 IT 환경의 복잡성과 규모에 대응하기 어려운 조직이 프로세스를 간소화하고 패치와 같은 반복 작업을 자동화함으로써 도움을 준다”라고 말했다.</p>



<p>생성형 AI는 복잡한 워크로드에 대한 클라우드 운영 확장 등 전략적 IT 기능에도 사용된다.</p>



<p><a href="https://www.logicmonitor.com/" rel="nofollow">로직모니터</a>(LogicMonitor)의 AI 담당 GM인 카지크 SJ는 “생성형 AI가 인프라 자동화, 수요 예측, 낭비 감소 등을 통해 IT 및 클라우드 운영을 개선할 수 있다. 단 감독 없이 사용되면 비용이 증가하게 된다. 운영 팀은 AI 워크로드를 실시간으로 추적하고, 불필요한 확장 방지 위해 자동화를 미세 조정하며, AI 인사이트를 활용해 비용을 최적화하는 방법을 배워야 한다. 진정한 가치는 AI가 모든 것을 주도하게 두는 것이 아니라, 이를 통제하여 클라우드 운영을 더 효율적이고 빠르며 비용 효율적으로 만드는 데 있다”라고 말했다.</p>



<p>필자는 또한 <a href="https://www.infoworld.com/article/3959533/i-built-an-agentic-ai-system-across-multiple-public-cloud-providers.html">에이전트형 AI를 클라우드 아키텍트와 엔지니어의 파트너로 </a>본다. 특히 퍼블릭 클라우드 및 인프라 제공업체가 새로운 기능과 혁신을 출시함에 따라, 클라우드 AI 에이전트는 인프라 확장 이상의 역할을 수행할 가능성이 크다. 복잡성이 증가하는 가운데 생성형 AI는 시나리오 기반 아키텍처 업그레이드 계획에 귀중한 파트너가 될 수 있다.</p>



<h2 class="wp-block-heading">확장 가능한 핀옵스와 IT 전략 계획으로의 전환</h2>



<p>핀옵스 분야에서도 유사한 변화가 일어나고 있다. 초기 AI 에이전트는 반응형으로 작동하며 클라우드 비용을 줄이기 위한 <a href="https://www.infoworld.com/article/2338592/6-finops-best-practices-to-reduce-cloud-costs.html">전술적 실천 방법을 제공</a>한다. <a href="https://www.andela.com/" rel="nofollow">안델라</a>(Andela)의 AI 및 데이터 실무 책임자 티아고 미야오카는 다음과 같이 말했다.</p>



<p>“생성형 AI는 클라우드 비용 최적화를 자동화하고 사용되지 않는 리소스를 식별하며 워크로드를 동적으로 조정해 낭비를 줄임으로써 핀옵스를 혁신하고 있다. 핀옵스 엔지니어가 수동으로 수행해야 했던 작업, 예를 들어 미사용 인스턴스 추적 및 리소스 재할당 등의 작업들이 이제 AI 기반 시스템으로 간소화될 수 있다. 클라우드 환경을 지속적으로 모니터링하고 지능형 비용 절감 전략을 적용함으로써 생성형 AI는 조직이 성능을 유지하면서 비용을 최소화하는 데 도움을 준다.”</p>



<p>멀티클라우드 환경, 지리적으로 분산된 데이터센터, 에지 컴퓨팅 위치에서 운영되는 대규모 기업은 핀옵스 활동을 지원하기 위해 모든 비용 및 소비 데이터를 통합하고 표준화하기란 까다로운 과제다. <a href="https://www.infoworld.com/article/2335548/using-generative-ai-to-overhaul-data-integration-start-here.html">생성형 AI는 이미 데이터 통합 기능을 혁신</a>하고 있으며, 핀옵스 사용 사례는 비용 및 탄소 배출량 절감의 중요한 기회를 제공한다.</p>



<p><a href="https://nilesecure.com/" rel="nofollow">나일</a>(Nile)의 제품 관리, 전략 및 운영 담당 헤드인 카르티크 카난은 “오늘날의 클라우드옵스(CloudOps) 및 핀옵스(FinOps) 도구는 여러 데이터베이스에 저장된 방대한 사용량 데이터를 분석하고 API 및 스크립트를 통해 사용량과 비용에 대한 인사이트를 얻는다. 데이터 요약, 데이터 시각화, 텍스트 요약과 같은 생성형 AI 기능은 이러한 소프트웨어의 필요성을 줄이거나 제거할 수 있다. 운영 팀은 사용량과 비용에 대한 즉각적인 인사이트를 얻고 이를 기반으로 최적화 전략을 설계할 수 있다”라고 설명했다.</p>



<p>즉 생성형 AI는 IT 운영 업무를 간소화하는 새로운 기회를 제공할 것이 분명하다. 그러나 곧바로 만병통치약같은 에이전트 AI를 기대해서는 곤란하다. 인프라 및 운영 간소화의 각 굴곡마다 기업이 필요로 하는 새로운 기능이 등장할 것이며, 이는 운영 탄력성에 새로운 도전 과제를 제기하기 때문이다.<br>dl-ciokorea@foundryco.com</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TCS launches SovereignSecure Cloud aligned with India’s data localization needs]]></title>
<description><![CDATA[Tata Consultancy Services (TCS) has launched the SovereignSecure Cloud, an AI-enabled platform designed to meet India’s Ministry of Electronics and IT’s (MeitY) data localization guidelines.



The TCS SovereignSecure Cloud offers enterprises data sovereignty, AI-readiness, and Zero Trust securit...]]></description>
<link>https://tsecurity.de/de/2742687/it-security-nachrichten/tcs-launches-sovereignsecure-cloud-aligned-with-indias-data-localization-needs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2742687/it-security-nachrichten/tcs-launches-sovereignsecure-cloud-aligned-with-indias-data-localization-needs/</guid>
<pubDate>Fri, 25 Apr 2025 13:34:48 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Tata Consultancy Services (TCS) has launched the SovereignSecure Cloud, an AI-enabled platform designed to meet India’s Ministry of Electronics and IT’s (MeitY) data localization guidelines.</p>



<p>The <strong>TCS SovereignSecure Cloud</strong> offers enterprises <strong>data sovereignty, AI-readiness, and Zero Trust security</strong>. TCS claims to deliver end-to-end <strong>control, compliance with India’s laws</strong>, and <strong>hybrid cloud flexibility</strong> tailored for regulated sectors with the new offering.</p>



<p>SovereignSecure Cloud will operate in an isolated environment to protect against cyber threats and internet-based risks. Enterprises can deploy workloads on TCS data centers or a government-chosen data center based on operational needs. It features CloudCockpit for monitoring, planning, and managing cloud usage, alongside FinOps to optimize operations. The platform includes a pre-built AI-optimized hybrid cloud with HPC capabilities, scalable storage, and on-demand GPU support for AI training and inferencing.</p>



<p>“The solution reportedly features a built-from-scratch security stack, minimizing reliance on foreign technologies. This could be vital for sensitive sectors like defense, finance, or public infrastructure, offering custom hardware-level encryption and AI-driven orchestration tailored to national security needs,” said Manish Rawat, analyst at TechInsights.</p>



<p>He added that, designed with “compliance by design,” it aligns with India’s <a href="https://www.csoonline.com/article/3969399/new-data-privacy-act-puts-indian-companies-on-high-alert.html">Digital Personal Data Protection Act</a> (DPDP) and sector-specific norms from bodies such as the Reserve Bank of India and Securities and Exchange Board of India. This contrasts with global cloud providers, who typically localize their infrastructure without fundamentally reengineering it for compliance, Rawat said.</p>



<h2 class="wp-block-heading">Surge in sovereign clouds</h2>



<p>With the rising demand for <a href="https://www.networkworld.com/article/2093255/the-apac-sovereign-cloud-surge-how-will-it-impact-your-business.html">Sovereign clouds</a>, the SovereignSecure Cloud model from India could serve as a template for sovereign clouds elsewhere, though the exact playbook will vary by country.</p>



<p>Rawat noted that, for emerging markets in Africa, Southeast Asia, and Latin America, where concerns over data sovereignty and dependence on US or China-based cloud providers are growing, the new TCS offering could act as a blueprint for reducing reliance on global cloud giants.</p>



<p>India already has many sovereign cloud deployments, but experts believe their capabilities have been limited.</p>



<p>While National Informatics Center’s MeghRaj, C-DAC’s PARAMShavak, and hyperscaler-hosted Indian regions (e.g., AWS Hyderabad, Oracle with Airtel) address localization, they lack interoperability and sovereign enforcement, said Sanchit Vir Gogia, chief analyst and CEO at Greyhound Research.</p>



<p>And the present options in India, be it from hyperscalers or data centers, aren’t truly indigenous. “While all leading cloud services, such as AWS, Google, Microsoft, and others, also conform to the laws prescribed, like data localisation for instance, the tech stack isn’t indigenously designed and developed,” said Faisal Kawoosa, chief analyst and co-founder at Techarc.</p>



<p>India’s data center players, too, are exploring similar cloud solutions. Late last year, <a href="https://yotta.com/media/yotta-fortifies-sovereign-cloud-and-ai-leadership-in-india-through-strategic-acquisition-of-indiqus-technologies/" target="_blank" rel="noreferrer noopener">Yotta Data Services acquired</a> IndiQus Technologies to address the big void of made-in-India Cloud and AI platforms. Earlier this week, <a href="https://www.techcircle.in/2025/04/23/nxtgen-announces-sovereign-cloud-for-bfsi" target="_blank" rel="noreferrer noopener">NxtGen</a> announced the launch of its sovereign cloud, built to meet the demands of the banking, financial services, and insurance (BFSI) sector. Bharti Airtel’s B2B arm, in collaboration with Google, is also planning to launch an AI-enabled sovereign cloud solution.</p>



<p>But the true test will lie in scaling AI capabilities effectively and proving cost and performance competitiveness against established global hyperscaler ecosystems, said Prabhu Ram, VP for the Industry Research Group at CyberMedia Research.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Build a FinOps agent using Amazon Bedrock with multi-agent capability and Amazon Nova as the foundation model]]></title>
<description><![CDATA[In this post, we use the multi-agent feature of Amazon Bedrock to demonstrate a powerful and innovative approach to AWS cost management. By using the advanced capabilities of Amazon Nova FMs, we’ve developed a solution that showcases how AI-driven agents can revolutionize the way organizations an...]]></description>
<link>https://tsecurity.de/de/2731654/ai-nachrichten/build-a-finops-agent-using-amazon-bedrock-with-multi-agent-capability-and-amazon-nova-as-the-foundation-model/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2731654/ai-nachrichten/build-a-finops-agent-using-amazon-bedrock-with-multi-agent-capability-and-amazon-nova-as-the-foundation-model/</guid>
<pubDate>Fri, 18 Apr 2025 19:40:43 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[In this post, we use the multi-agent feature of Amazon Bedrock to demonstrate a powerful and innovative approach to AWS cost management. By using the advanced capabilities of Amazon Nova FMs, we’ve developed a solution that showcases how AI-driven agents can revolutionize the way organizations analyze, optimize, and manage their AWS costs.]]></content:encoded>
</item>
<item>
<title><![CDATA[I CIO stanno spendendo troppo per il cloud, ma pensano ancora che ne valga la pena]]></title>
<description><![CDATA[I notevoli aumenti imprevisti della spesa per il cloud, dovuti in gran parte a un maggiore utilizzo, non stanno spingendo i CIO a ripensare le strategie IT al di là dei cambiamenti tattici nel tentativo di contenere i costi del cloud.



Secondo un sondaggio del vendor di piattaforme Java Azul [i...]]></description>
<link>https://tsecurity.de/de/2729169/it-security-nachrichten/i-cio-stanno-spendendo-troppo-per-il-cloud-ma-pensano-ancora-che-ne-valga-la-pena/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2729169/it-security-nachrichten/i-cio-stanno-spendendo-troppo-per-il-cloud-ma-pensano-ancora-che-ne-valga-la-pena/</guid>
<pubDate>Thu, 17 Apr 2025 07:03:21 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>I notevoli aumenti imprevisti della spesa per il cloud, dovuti in gran parte a un maggiore utilizzo, non stanno spingendo i CIO a ripensare le strategie IT al di là dei cambiamenti tattici nel tentativo di contenere i costi del cloud.</p>



<p>Secondo un <strong><a href="https://www.businesswire.com/news/home/20250327523821/en/Azul-Report-Finds-83-of-CIOs-are-Spending-More-on-their-Cloud-Infrastructure-and-Applications-than-Anticipated-While-Only-2-are-Under-Budget" rel="nofollow">sondaggio del vendor di piattaforme Java Azul [in inglese]</a></strong>, l’83% dei CIO dichiara di <strong><a href="https://www.cio.com/article/3632266/cios-are-rethinking-how-they-use-public-cloud-services-heres-why.html?utm=hybrid_search">spendere attualmente più del previsto per il cloud [in inglese]</a></strong>, con quasi la metà di essi che registra eccedenze del 26% o più. Solo il 2% dei CIO riferisce di spendere meno del previsto per il cloud.</p>



<p>Gli osservatori del mercato del cloud indicano che i grandi carichi di lavoro dell’intelligenza artificiale fanno aumentare la spesa, ma anche che gli sviluppatori non sono informati sul costo dei servizi cloud che consumano. E mentre molti leader IT hanno <strong><a href="https://www.cio.com/article/657832/cios-sharpen-cloud-cost-strategies-just-as-gen-ai-spikes-loom.html">affinato le loro strategie “sulla nuvola” [in inglese]</a></strong> per tenere conto dell’aumento dei costi con l’arrivo dell’AI online, i risultati del sondaggio suggeriscono che c’è ancora molto lavoro da fare.</p>



<p><strong><a href="https://www.cio.com/article/2520890/the-great-repatriation-it-leaders-reset-cloud-strategies-to-optimize-value.html">Il ritorno delle applicazioni in house [in inglese]</a></strong>, tuttavia, non sembra far parte di questo lavoro. Anche se i CIO segnalano un <strong><a href="https://www.cio.com/article/3496509/rising-cloud-costs-leave-cios-seeking-ways-to-cope.html?utm=hybrid_search">aumento significativo della spesa per il cloud [in inglese]</a></strong>, 8 su 10 affermano che la loro dipendenza dal cloud fa comunque risparmiare denaro alle loro imprese, ponendo il mercato del cloud in un <strong><a href="https://en.wikipedia.org/wiki/Jevons_paradox" rel="nofollow">paradosso di Jevons [in inglese]</a></strong>, afferma Scott Sellers, presidente e CEO di Azul.</p>



<p>Nel paradosso di Jevons, le risorse che tendono a diventare più economiche nel tempo possono, contemporaneamente, sperimentare livelli di consumo più elevati, facendo così aumentare la spesa. Inoltre, anche se i CIO spendono più del previsto per i servizi cloud, sembrano credere che i carichi di lavoro operativi in sede sarebbero ancora più costosi, commenta Sellers.</p>



<p>Il cloud consente inoltre ai responsabili IT di innovare e lanciare nuovi servizi, prodotti e funzionalità più rapidamente, aggiunge.</p>



<p>“In passato, magari si introduceva una nuova funzionalità che richiedeva più infrastruttura di elaborazione“, dice Seller. ‘Poi si chiamava il rappresentante di vendita Dell locale e tre mesi dopo i server arrivavano al puno di spedizione. Molti mesi dopo, venivano installati”.</p>



<h2 class="wp-block-heading">“Non possiamo farci molto”</h2>



<p>Pmfm.ai, fornitore di una piattaforma per lo sviluppo personalizzato dell’AI, ha visto aumentare le spese trimestrali per il cloud di circa il 25% quest’anno, spiega Aditya Saxena, fondatore dell’azienda. Il principale responsabile, circa il 90% del costo, è stato l’aumento dell’utilizzo, poiché i clienti dell’azienda creano più modelli di intelligenza artificiale orientati alla ricerca che consumano più token rispetto ai modelli tradizionali.</p>



<p>Molti clienti vogliono anche risorse cloud dedicate, come le proprie istanze server, dice.</p>



<p>Pmfm.ai ha potuto contare si prezzi speciali di avvio offerti dagli hyperscaler per controllare i suoi costi cloud, ma Saxena non si aspetta un impatto importante. Un fornitore di cloud ha previsto un risparmio dal 3% al 5% in quanto aiuta Pmfm.ai a ottimizzare la sua infrastruttura.</p>



<p> “La maggior parte dei servizi che abbiamo attivato in questo trimestre hanno avuto come obiettivo il mitigare picchi di traffico imprevisti e sono di natura preventiva”, dice Saxena. “Era previsto, e non c’è molto che abbiamo potuto fare al riguardo”.</p>



<h2 class="wp-block-heading">Contenere la spesa per il cloud</h2>



<p>L’esperienza di Saxena è comune ai CIO: impegnati nel cloud, devono impiegare una varietà di strategie per <strong><a href="https://www.cio.com/article/3808716/8-reasons-your-cloud-costs-are-too-high.html?utm=hybrid_search">controllarne i costi [in inglese]</a></strong> quando la spesa sale al di sopra delle aspettative.</p>



<p>Secondo il sondaggio di Azul, le strategie principali per farlo includono l’ottimizzazione dei carichi di lavoro, l’utilizzo di <strong><a href="https://www.cio.com/article/189652/top-13-cloud-cost-management-tools.html">strumenti di gestione dei costi del cloud [in inglese]</a></strong>, la negoziazione di sconti, l’audit delle implementazioni e l’adozione di <strong><a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">approcci FinOps [in inglese]</a></strong>.</p>



<p>Sellers di Azul raccomanda un approccio che includa tutti questi elementi. “Non esiste un unico modo per ottimizzare la spesa per il cloud”, tiene a precisare. “Ci vuole tutto, compresa un’ottima osservabilità e un monitoraggio adeguato, in modo da sapere esattamente quale applicazione sta consumando quale risorsa, così come livelli ancora più fini di granularità sui microservizi all’interno di tali applicazioni”.</p>



<p>Le aziende dovrebbero anche esaminare i tipi di risorse cloud che consumano, consiglia. Per esempio, a volte si potrà aver bisogno di un cloud storage con una latenza bassissima per eseguire applicazioni critiche, ma in altri casi potrebbe essere in grado di utilizzare un cold storage ad alta latenza.</p>



<h2 class="wp-block-heading">Il tallone d’Achille dei costi del cloud: la formazione degli sviluppatori</h2>



<p>Secondo Sellers, quando si utilizzano le risorse cloud, i CIO dovrebbero anche adottare <strong><a href="https://www.infoworld.com/article/2337282/7-ways-to-reduce-costs-with-agile-and-devops.html">pratiche DevOps [in inglese]</a></strong> legate alla riduzione dei costi. C’è, in particolare, una trappola a cui non si presta sufficiente attenzione: molte aziende non istruiscono gli sviluppatori sul costo dei servizi cloud, nonostante l’eccesso di servizi per sviluppatori che i grandi fornitori di cloud rendono banali.</p>



<p>“Ho perso il conto di quanti servizi Amazon fornisce che gli sviluppatori possono semplicemente utilizzare, e alcuni di questi possono essere piuttosto costosi, ma uno sviluppatore non lo sa”, dice Sellers. “Pensano: ‘Invece di scrivere la mia soluzione, posso semplicemente chiamare questo servizio che Amazon già fornisce, e boom, il mio lavoro è fatto’”.</p>



<p>La mancata connessione tra sviluppatori e fattori finanziari nel cloud è un vero problema che porta a un aumento dei costi del servizio, aggiunge Nick Durkin, CTO di Harness, fornitore di una piattaforma di sviluppo software basata sull’intelligenza artificiale. Senza conoscere i costi di accesso a una GPU o CPU basata su cloud, per esempio, uno sviluppatore è come un costruttore di case che non conosce il costo del legno o dei mattoni, dice Durkin.</p>



<p>“Se non date ai vostri ingegneri più intelligenti accesso alle informazioni sui servizi che possono ottimizzare, non potete aspettarvi lo facciano da soli” sottolinea. “E, un mese dopo, la finanza ne chiederà conto”.</p>



<p>Le aziende, così come le banche, che dipendono fortemente dalle applicazioni mobili sono particolarmente vulnerabili, rileva Durkin. Ma raccomanda ai responsabili IT di qualsiasi settore di istruire i propri sviluppatori sul costo dei servizi cloud che utilizzano, perché anche la proposta di valore chiave del cloud, la scalabilità, può incidere sul budget.</p>



<p>“Ogni volta che gli sviluppatori implementano qualcosa, questo avrà un costo nel cloud”, conclude.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Los CIO están gastando de más en la nube, pero siguen pensando que vale la pena]]></title>
<description><![CDATA[Los importantes aumentos imprevistos en el gasto en la nube, impulsados en gran medida por un mayor uso, no están llevando a los CIO a replantearse las estrategias de TI más allá de los cambios tácticos en la forma en que intentan controlar los costes en la nube.



Según una encuesta del proveed...]]></description>
<link>https://tsecurity.de/de/2727427/it-security-nachrichten/los-cio-estn-gastando-de-ms-en-la-nube-pero-siguen-pensando-que-vale-la-pena/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2727427/it-security-nachrichten/los-cio-estn-gastando-de-ms-en-la-nube-pero-siguen-pensando-que-vale-la-pena/</guid>
<pubDate>Wed, 16 Apr 2025 10:49:25 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Los importantes aumentos imprevistos en el gasto en la nube, impulsados en gran medida por un mayor uso, no están llevando a los CIO a <strong>replantearse las estrategias de TI más allá de los cambios tácticos en la forma en que intentan controlar los costes en la nube.</strong></p>



<p>Según una <a href="https://www.businesswire.com/news/home/20250327523821/en/Azul-Report-Finds-83-of-CIOs-are-Spending-More-on-their-Cloud-Infrastructure-and-Applications-than-Anticipated-While-Only-2-are-Under-Budget" target="_blank" rel="nofollow">encuesta del proveedor de plataformas Java Azul</a><strong>, el 83% de los CIO afirman que actualmente están <a href="https://www.cio.com/article/3632266/cios-are-rethinking-how-they-use-public-cloud-services-heres-why.html?utm=hybrid_search" target="_blank">gastando más en la nube</a> de lo previsto</strong>, y casi la mitad de ellos <strong>experimentan excedentes del 26% o más.</strong> Solo el 2% de los CIO informan de que gastan menos en la nube de lo que habían previsto.</p>



<p>Los observadores del mercado de la nube señalan que <strong>las grandes cargas de trabajo de inteligencia artificial (IA) están aumentando el gasto, pero también que los desarrolladores no están al tanto del coste de los servicios en la nube que consumen</strong>. Y aunque muchos líderes de TI han <a href="https://www.cio.com/article/657832/cios-sharpen-cloud-cost-strategies-just-as-gen-ai-spikes-loom.html" target="_blank">perfeccionado sus estrategias de nube</a> para tener en cuenta el aumento de los costes a medida que la IA se pone en marcha, los resultados de la encuesta sugieren que todavía queda mucho trabajo por hacer.</p>



<p>Sin embargo, la <a href="https://www.cio.com/article/2520890/the-great-repatriation-it-leaders-reset-cloud-strategies-to-optimize-value.html" target="_blank">repatriación de</a> datos no parece formar parte de ese trabajo. Incluso cuando los CIO informan de importantes <a href="https://www.cio.com/article/3496509/rising-cloud-costs-leave-cios-seeking-ways-to-cope.html?utm=hybrid_search" target="_blank">aumentos en el gasto en la nube</a>, <strong>ocho de cada diez afirman que su dependencia de la nube sigue ahorrando dinero a sus organizaciones, lo que sitúa al mercado de la nube en una <a href="https://en.wikipedia.org/wiki/Jevons_paradox" target="_blank" rel="nofollow">paradoja de Jevons</a></strong>, afirma Scott Sellers, presidente y director ejecutivo de Azul.</p>



<p>En la paradoja de Jevons, <strong>los recursos que tienden a abaratarse con el tiempo pueden experimentar simultáneamente mayores niveles de consumo, lo que aumenta el gasto.</strong> Además, aunque los CIO gastan más en servicios en la nube de lo que han presupuestado, parecen creer que las cargas de trabajo operativas en las instalaciones serían aún más caras, afirma Sellers.</p>



<p>La nube también permite a los responsables de TI innovar y desplegar nuevos servicios, productos y funciones más rápidamente, añade.</p>



<p>“Antes, tal vez tenías una nueva función que habías implementado y que requería más infraestructura informática”, dice Seller. “Entonces llamabas a tu representante de ventas local de Dell, y tres meses después los servidores llegaban a tu muelle de carga. Muchos meses después de eso, tus chicos de TI instalaban los servidores”.</p>



<h2 class="wp-block-heading"><strong>‘No podemos hacer mucho al respecto’</strong></h2>



<p>Pmfm.ai, proveedor de una plataforma para el desarrollo personalizado de IA, ha visto cómo<strong> su gasto trimestral en la nube ha aumentado alrededor de un 25% este año</strong>, afirma Aditya Saxena, fundador de la empresa. <strong>El principal culpable, alrededor del 90% del coste, es el aumento del uso, ya que los clientes de la empresa crean más modelos de IA orientados a la investigación</strong> que consumen más tokens que los modelos tradicionales.</p>



<p>Muchos clientes también quieren recursos de nube dedicados, como sus propias instancias de servidor, dice.</p>



<p><strong>Pmfm.ai ha recurrido a los precios especiales para empresas emergentes que ofrecen los hiperescalares</strong> para controlar sus costes de nube, <strong>pero Saxena no espera un gran impacto</strong>. Un proveedor de nube ha pronosticado un ahorro del 3% al 5% al ayudar a Pmfm.ai a optimizar su infraestructura de nube.</p>



<p>“La mayoría de los servicios que hemos puesto en marcha este trimestre han sido para mitigar picos de tráfico inesperados y son de naturaleza preventiva”, dice Saxena. “Es algo previsible y no hay mucho que podamos hacer al respecto”.</p>



<h2 class="wp-block-heading"><strong>Contener el gasto en la nube</strong></h2>



<p>La experiencia de Saxena es común para los CIO: comprometidos con la nube, deben emplear una variedad de estrategias para <a href="https://www.cio.com/article/3808716/8-reasons-your-cloud-costs-are-too-high.html?utm=hybrid_search" target="_blank">controlar los costos de la nube</a> cuando el gasto supera las expectativas.</p>



<p>Según la encuesta de Azul, las principales estrategias para hacerlo incluyen la <strong>optimización de las cargas de trabajo, el aprovechamiento de las <a href="https://www.cio.com/article/189652/top-13-cloud-cost-management-tools.html" target="_blank">herramientas de gestión de costes de la nube</a>, la negociación de descuentos, la auditoría</strong> de las implementaciones en la nube y la <strong>adopción de <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html" target="_blank">enfoques FinOps</a>.</strong></p>



<p>Sellers, de Azul, recomienda un enfoque que incluya todo lo anterior. <strong>“No hay una única forma de optimizar el gasto en la nube”</strong>, afirma. “<strong>Se necesita de todo, incluyendo una muy buena observabilidad y monitorización</strong>, para saber exactamente qué aplicación está consumiendo qué recurso, y luego niveles aún más finos de granularidad sobre los microservicios dentro de esas aplicaciones”.</p>



<p><strong>Las organizaciones también deberían considerar los tipos de recursos en la nube que consumen</strong>, aconseja. Por ejemplo, a veces una empresa necesitará almacenamiento en la nube con una latencia muy baja para ejecutar aplicaciones críticas, pero en otros casos, puede utilizar almacenamiento en frío de alta latencia.</p>



<h2 class="wp-block-heading"><strong>El talón de Aquiles del coste de la nube: la formación de los desarrolladores</strong></h2>



<p>Los CIO también deberían adoptar <a href="https://www.infoworld.com/article/2337282/7-ways-to-reduce-costs-with-agile-and-devops.html" target="_blank">prácticas DevOps</a> vinculadas a la reducción de costes al consumir recursos en la nube, afirma Sellers. Un escollo al que no se presta suficiente atención: <strong>muchas organizaciones no informan a los desarrolladores sobre el coste de los servicios en la nube</strong>, a pesar de la gran cantidad de servicios para desarrolladores que los grandes proveedores de nube hacen que parezca trivial.</p>



<p><strong>“He perdido la cuenta de cuántos servicios ofrece Amazon que los desarrolladores pueden utilizar sin más, y algunos de ellos pueden ser bastante caros, pero un desarrollador no lo sabe”</strong>, afirma Sellers. “Se piensan: ‘En lugar de escribir mi propia solución para esto, puedo simplemente llamar a este servicio que Amazon ya ofrece, y listo, mi trabajo está hecho’”.</p>



<p><strong>La desconexión entre los desarrolladores y los factores financieros en la nube es un problema real que conduce a un aumento de los costes</strong> de la nube, añade Nick Durkin, director de Tecnología de campo de Harness, proveedor de una plataforma de desarrollo de <em>software</em> basada en la IA. Sin conocer los costes de acceso a una GPU o CPU basada en la nube, por ejemplo, un desarrollador es como un constructor de viviendas que no conoce el coste de la madera o el ladrillo, dice Durkin.</p>



<p><strong>“Si no das a tus ingenieros más inteligentes acceso a la información sobre los servicios que pueden optimizar, ¿cómo esperas que lo hagan?</strong>”, dice. “Entonces, el departamento de finanzas vuelve un mes después con un palo para darles”.</p>



<p>Las empresas como los bancos que dependen en gran medida de las aplicaciones móviles son especialmente vulnerables, afirma Durkin. Pero recomienda que <strong>los responsables de TI de cualquier sector eduquen a sus desarrolladores</strong> sobre el coste de los servicios en la nube que utilizan<strong>, porque la propuesta de valor clave de la nube, la escala, también puede afectar a su presupuesto</strong>.</p>



<p>“Cada vez que [los desarrolladores] implementan algo, va a tener un coste en la nube”, dice. “Así que, si ese artefacto que construyo realmente se amplía y se entrega a múltiples regiones, múltiples áreas de capacidad, y si lo sobreaprovisiono una vez, se sobreaprovisiona 100 veces”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[‘예산 초과해도 가치 높다’··· IT 리더가 여전히 클라우드 선호하는 이유]]></title>
<description><![CDATA[클라우드 사용량이 급격히 늘면서 예상치 못한 지출 증가가 발생하고 있지만, IT 리더들은 비용을 통제하기 위한 전술적 변화 외에는 IT 전략을 근본적으로 바꿔야 할 필요성을 느끼지 않고 있다.



자바 플랫폼 제공업체 아줄(Azul)이 실시한 설문조사에 따르면, IT 리더의 83%가 현재 클라우드에 예상보다 더 많은 비용을 지출하고 있는 것으로 나타났다. 그 중 절반 가까이는 예상 대비 26% 이상을 초과 지출하고 있다. 반면 예상보다 적게 지출한다고 답한 CIO는 2%에 불과했다.



클라우드 시장 전문가들은 대규모 AI...]]></description>
<link>https://tsecurity.de/de/2727323/it-security-nachrichten/it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2727323/it-security-nachrichten/it/</guid>
<pubDate>Wed, 16 Apr 2025 10:03:04 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>클라우드 사용량이 급격히 늘면서 예상치 못한 지출 증가가 발생하고 있지만, IT 리더들은 비용을 통제하기 위한 전술적 변화 외에는 IT 전략을 근본적으로 바꿔야 할 필요성을 느끼지 않고 있다.</p>



<p>자바 플랫폼 제공업체 아줄(Azul)이 실시한 <a href="https://www.businesswire.com/news/home/20250327523821/en/Azul-Report-Finds-83-of-CIOs-are-Spending-More-on-their-Cloud-Infrastructure-and-Applications-than-Anticipated-While-Only-2-are-Under-Budget" rel="nofollow">설문조사</a>에 따르면, IT 리더의 83%가 현재 클라우드에 예상보다 더 많은 <a href="https://www.cio.com/article/3632266/cios-are-rethinking-how-they-use-public-cloud-services-heres-why.html?utm=hybrid_search">비용을 지출</a>하고 있는 것으로 나타났다. 그 중 절반 가까이는 예상 대비 26% 이상을 초과 지출하고 있다. 반면 예상보다 적게 지출한다고 답한 CIO는 2%에 불과했다.</p>



<p>클라우드 시장 전문가들은 대규모 AI 워크로드가 지출 증가의 주요 원인이라고 지적했다. 또한 개발자들이 클라우드 서비스 비용에 대해 제대로 인식하지 못하는 것도 문제라고 봤다. 많은 IT 리더가 AI 도입에 따른 비용 증가에 대응하기 위해 <a href="https://www.cio.com/article/657832/cios-sharpen-cloud-cost-strategies-just-as-gen-ai-spikes-loom.html">클라우드 전략</a>을 강화하고 있지만, 아줄의 조사 결과는 아직 해결해야 할 과제가 많다는 점을 시사한다.</p>



<p>그러나 <a href="https://www.cio.com/article/2520890/the-great-repatriation-it-leaders-reset-cloud-strategies-to-optimize-value.html">온프레미스</a>로 돌아가는 것이 해결책으로 고려되는 상황은 아니다. 클라우드 지출은 크게 늘고 있지만, IT 리더 10명 중 8명은 클라우드에의 의존이 여전히 조직의 비용을 절감해 준다고 설명했다. 아줄 사장 겸 CEO인 스콜 셀러스는 이를 ‘<a href="https://en.wikipedia.org/wiki/Jevons_paradox" rel="nofollow">제본스 역설(Jevons paradox)</a>’이라고 설명했다.</p>



<p>제본스 역설이란 시간이 지나 자원이 저렴해지면 더 많이 소비되어 결국 총 지출이 증가하는 현상을 말한다. 셀러스는 IT 리더들이 예산보다 더 많은 금액을 클라우드 서비스에 지출하고 있음에도, 자체 서버 운영이 더 비쌀 것이라고 생각한다고 언급했다.</p>



<p>다만 그는 클라우드가 IT 리더로 하여금 새로운 서비스와 제품, 기능을 더 빠르게 혁신하고 출시하도록 지원하고 있다고 말했다.</p>



<p>셀러스는 “예전에는 새 기능을 출시하려면 더 많은 컴퓨팅 인프라가 필요했다. 그러면 델 영업 담당자에게 연락해서 주문하고, 3개월 후에야 서버가 배송됐다. 그리고 그로부터 몇 달이 더 지나서야 IT 담당자들이 서버를 설치할 수 있었다”라고 말했다.</p>



<h2 class="wp-block-heading">‘할 수 있는 일이 많지 않다’</h2>



<p>맞춤형 AI 개발 플랫폼을 제공하는 Pmfm.ai의 설립자 아디티야 삭세나는 올해 분기별 클라우드 비용이 약 25% 증가했다고 전했다. 비용의 주요 원인(약 90%)은 사용량 증가였다. 그는 회사 고객들이 기존 모델보다 더 많은 토큰을 소비하는 연구 중심 AI 모델을 더 많이 만들고 있다고 밝혔다.</p>



<p>또한 삭세나는 많은 고객이 자체 서버 인스턴스와 같은 전용 클라우드 리소스를 원한다고 설명했다.</p>



<p>Pmfm.ai는 비용을 통제하기 위해 클라우드 대기업이 제공하는 스타트업 특별 가격 정책을 활용하고 있지만, 삭세나는 큰 효과를 기대하지 않는다고 밝혔다. 한 클라우드 업체는 Pmfm.ai의 클라우드 인프라 최적화를 도와 3~5% 정도의 비용 절감이 가능할 것이라고 예측했다.</p>



<p>삭세나는 “이번 분기에 추가한 대부분의 서비스는 예상치 못한 트래픽 급증에 대비하기 위한 예방 차원의 조치였다. 이런 상황은 예상했던 일이고, 우리가 할 수 있는 일이 많지 않았다”라고 말했다.</p>



<h2 class="wp-block-heading">클라우드 지출 통제</h2>



<p>삭세나의 경험은 많은 IT 리더가 공감할 만한 이야기다. 클라우드에 전념하면서도 지출이 예상을 넘어설 때 비용을 통제하기 위한 다양한 전략을 고려해야 하는 상황이다.</p>



<p>아줄의 조사에 따르면, 비용 관리를 위한 주요 전략으로는 워크로드 최적화, 클라우드 비용 관리 도구 활용, 할인 협상, 클라우드 배포 감사, 핀옵스(FinOps) 접근법 도입 등이 있다.</p>



<p>아줄의 셀러스는 모든 방법을 종합적으로 활용할 것을 권장했다. 그는 “클라우드 지출을 최적화하는 유일한 방법은 없다. 어떤 애플리케이션이 어떤 자원을 소비하는지 정확히 파악할 수 있는 뛰어난 관찰 능력과 모니터링, 그리고 애플리케이션 내 마이크로서비스에 대한 더 세밀한 분석 등 모든 방법을 동원해야 한다”라고 설명했다.</p>



<p>셀러스는 또한 조직이 사용하는 클라우드 자원의 유형도 검토해야 한다고 조언한다. 예를 들어, 중요한 앱을 실행하기 위해 초저지연 클라우드 스토리지가 필요한 경우도 있지만, 그렇지 않다면 지연 시간이 길어도 저렴한 콜드 스토리지를 사용할 수 있다.</p>



<h2 class="wp-block-heading">클라우드 비용의 약점은 ‘개발자 교육’</h2>



<p>셀러스는 IT 리더가 클라우드 자원을 사용할 때 비용 절감과 관련된 데브옵스(DevOps) 관행을 도입해야 한다고 조언했다. 특히 많은 조직이 클라우드 서비스 비용에 대해 개발자를 교육시키지 않는다는 사실이 충분히 주목받지 못하고 있다는 설명이다. 그는 클라우드 대기업들이 쉽게 호출할 수 있는 개발자 서비스를 풍부하게 제공하기 때문에 별것 아니라고 생각하는 경우가 많다고 지적했다.</p>



<p>셀러스는 “아마존이 제공하는 개발자용 서비스는 셀 수 없을 만큼 많다. 그 중 일부는 상당히 비싸지만, 개발자들은 이를 잘 모른다. 개발자는 ‘이 문제를 해결하기 위해 직접 솔루션을 개발하는 대신 아마존이 이미 제공하는 서비스를 이용하면 내 일은 끝난다’라고 생각하기 쉽다”라고 말했다.</p>



<p>AI 기반 소프트웨어 개발 플랫폼을 제공하는 하네스(Harness)의 필드 CTO 닉 더킨은 개발자와 재정적 요소 간의 단절이 클라우드 비용 증가로 이어지는 실제 문제라고 지적했다. 예를 들어, 클라우드 기반 GPU나 CPU 접근 비용을 모르는 개발자는 목재나 벽돌 가격을 모르는 집 건축업자와 같다고 더킨은 비유했다.</p>



<p>그는 “가장 똑똑한 엔지니어들에게 최적화할 수 있는 서비스 정보에 접근할 기회를 주지 않는다면, 어떻게 그들이 최적화를 할 수 있겠는가? 그러다 보면 한 달 후에 재무팀이 찾아오게 되는 것”이라고 말했다.</p>



<p>더킨은 모바일 앱에 크게 의존하는 은행 같은 기업들이 특히 취약할 수 있다고 설명했다. 그는 모든 산업의 IT 리더가 개발자에게 사용 중인 클라우드 서비스 비용을 교육할 것을 권장했다. 클라우드의 핵심 가치인 확장성이 예산에 큰 영향을 미칠 수 있기 때문이다.</p>



<p>더킨은 “개발자가 무언가를 배포할 때마다 클라우드에서 비용이 발생한다. 개발자가 구축한 아티팩트가 여러 지역, 여러 영역으로 확장 전달되기 때문에, 한 번 과도하게 설정하면 100번 과도하게 복제될 수 있다”라고 말했다.<br>dl-ciokorea@foundryco.com</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CIOs are overspending on the cloud — but still think it’s worth it]]></title>
<description><![CDATA[Major unanticipated increases in cloud spending, driven largely by increased use, aren’t spurring CIOs to rethink IT strategies beyond tactical shifts in how they attempt to rein in costs in the cloud.



According to a survey from Java platform provider Azul, 83% of CIOs say they’re currently sp...]]></description>
<link>https://tsecurity.de/de/2725462/it-security-nachrichten/cios-are-overspending-on-the-cloud-but-still-think-its-worth-it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2725462/it-security-nachrichten/cios-are-overspending-on-the-cloud-but-still-think-its-worth-it/</guid>
<pubDate>Tue, 15 Apr 2025 12:18:24 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Major unanticipated increases in cloud spending, driven largely by increased use, aren’t spurring CIOs to rethink IT strategies beyond tactical shifts in how they attempt to rein in costs in the cloud.</p>



<p>According to a <a href="https://www.businesswire.com/news/home/20250327523821/en/Azul-Report-Finds-83-of-CIOs-are-Spending-More-on-their-Cloud-Infrastructure-and-Applications-than-Anticipated-While-Only-2-are-Under-Budget" rel="nofollow">survey from Java platform provider Azul</a>, 83% of CIOs say they’re currently <a href="https://www.cio.com/article/3632266/cios-are-rethinking-how-they-use-public-cloud-services-heres-why.html?utm=hybrid_search">spending more on the cloud</a> than anticipated, with nearly half of those CIOs experiencing overages of 26% or more. Only 2% of CIOs report spending less on the cloud than they projected.</p>



<p>Cloud market observers point to large AI workloads driving up spending, but also to developers who aren’t clued-in to the cost of the cloud services they consume. And while many IT leaders have <a href="https://www.cio.com/article/657832/cios-sharpen-cloud-cost-strategies-just-as-gen-ai-spikes-loom.html">sharpened their cloud strategies</a> to account for rising costs as AI comes online, the survey’s findings suggest there’s still a lot more work to do.</p>



<p><a href="https://www.cio.com/article/2520890/the-great-repatriation-it-leaders-reset-cloud-strategies-to-optimize-value.html">Repatriation</a>, however, doesn’t seem to be a part of that work. Even as CIOs report major <a href="https://www.cio.com/article/3496509/rising-cloud-costs-leave-cios-seeking-ways-to-cope.html?utm=hybrid_search">cloud spending increases</a>, eight in 10 say their reliance on the cloud still saves their organizations money, placing the cloud market in a <a href="https://en.wikipedia.org/wiki/Jevons_paradox" rel="nofollow">Jevons paradox</a>, says Scott Sellers, president and CEO at Azul.</p>



<p>In a Jevons paradox, resources that tend to get cheaper over time can simultaneously experience higher levels of consumption, thus driving up spending. Moreover, even as CIOs spend more on cloud services than they have budgeted for, they seem to believe operating workloads on premises would be even more expensive, Sellers says.</p>



<p>The cloud also enables IT leaders to innovate and roll out new services, products, and features faster, he adds.</p>



<p>“In the old days, maybe you have a new feature that you rolled out, and it requires more compute infrastructure,” Seller says. “Then you called your local Dell sales representative, and three months later the servers arrive on your shipping dock. Many months after that, your IT guys got the servers installed.”</p>



<h2 class="wp-block-heading">‘Not much we can do about it’</h2>



<p>Pmfm.ai, provider of a platform for custom AI development, has seen its quarterly cloud spending go up by about 25% this year, says Aditya Saxena, the company’s founder. The main culprit, about 90% of the cost, is increased use, as the company’s customers create more research-oriented AI models that consume more tokens than traditional models.</p>



<p>Many customers also want dedicated cloud resources, such as their own server instances, he says.</p>



<p>Pmfm.ai has turned to special startup pricing offered by hyperscalers to control its cloud costs, but Saxena doesn’t expect a major impact. One cloud provider has predicted a 3% to 5% savings as it helps Pmfm.ai optimize its cloud infrastructure.</p>



<p>“Most of the services that we’ve spun up this quarter have been to mitigate unexpected traffic spikes and are preemptive in nature,” Saxena says. “It’s expected, and there’s not much we can do about it.”</p>



<h2 class="wp-block-heading">Reining in cloud spend</h2>



<p>Saxena’s experience is a common one for CIOs: Committed to the cloud, they must employ a variety of strategies to <a href="https://www.cio.com/article/3808716/8-reasons-your-cloud-costs-are-too-high.html?utm=hybrid_search">control cloud costs</a> when spending climbs above expectations.</p>



<p>According to the Azul survey, the top strategies for doing so include optimizing workloads, leveraging <a href="https://www.cio.com/article/189652/top-13-cloud-cost-management-tools.html">cloud cost management tools</a>, negotiating discounts, auditing cloud deployments, and adopting <a href="https://www.cio.com/article/416337/what-is-finops-your-guide-to-cloud-cost-management.html">FinOps approaches</a>.</p>



<p>Azul’s Sellers recommends an all-of-the-above approach. “There’s no single way to have an optimized cloud spend,” he says. “It takes everything, including really good observability and monitoring, so that you know exactly which application is consuming what resource, and then even finer levels of granularity about microservices within those applications.”</p>



<p>Organizations should also look at the types of cloud resources they consume, he advises. For example, sometimes a company will need cloud storage with super-low latency to run critical apps, but in other cases, it may be able to use high-latency cold storage.</p>



<h2 class="wp-block-heading">Cloud cost Achilles’ heel: Developer education</h2>



<p>CIOs should also embrace <a href="https://www.infoworld.com/article/2337282/7-ways-to-reduce-costs-with-agile-and-devops.html">DevOps practices</a> tied to cost reduction when consuming cloud resources, Sellers says. One pitfall that doesn’t get enough attention: Many organizations don’t educate developers on the cost of cloud services, despite the glut of developer services large cloud providers make trivial to call.</p>



<p>“I’ve lost track of how many services Amazon provides that developers can just use, and some of those can be quite expensive, but a developer doesn’t really know that,” Sellers says. “They’re like, ‘Instead of writing my own solution to this, I can just call this service that Amazon already provides, and boom, my job is done.’”</p>



<p>The disconnect between developers and financial factors in the cloud is a real problem that leads to increased cloud costs, adds Nick Durkin, field CTO at Harness, provider of an AI-driven software development platform. Without knowing the costs of accessing a cloud-based GPU or CPU, for example, a developer is like a home builder who doesn’t know the cost of wood or brick, Durkin says.</p>



<p>“If you’re not giving your smartest engineers access to the information about services that they can optimize on, how would you expect them to do it?” he says. “Then, finance comes back a month later with a beating stick.”</p>



<p>Businesses like banks that depend heavily on mobile apps are particularly vulnerable, Durkin says. But he recommends that IT leaders in any industry educate their developers about the cost of the cloud services they use — because the cloud’s key value proposition, scale, can hit your budget as well.</p>



<p>“Every time [developers] deploy something, it’s going to have cost in the cloud,” he says. “So if that artifact I build actually gets scaled out and delivered to multiple regions, multiple areas for ability, and if I overprovision it once, it gets overprovisioned 100 times.”</p>
</div></div></div></div>]]></content:encoded>
</item>
</channel>
</rss>
<!-- Generated in 0,12ms -->