<?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=whats%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>Wed, 29 Jul 2026 11:01:44 +0200</lastBuildDate>
<pubDate>Wed, 29 Jul 2026 11:01:44 +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=whats%2F]]></link>
</image>
<atom:link href="https://tsecurity.de/export/rss/it-security.xml?q=whats%2F" rel="self" type="application/rss+xml" />
<item>
<title><![CDATA[Model Context Protocol is going stateless to make scaling simpler]]></title>
<description><![CDATA[Model Context Protocol (MCP), the emerging standard for connecting AI models to external tools and enterprise data, is undergoing its biggest architectural overhaul yet.



The latest release candidate, scheduled for release on July 28, removes protocol-level sessions in favor of a stateless arch...]]></description>
<link>https://tsecurity.de/de/3694388/it-security-nachrichten/model-context-protocol-is-going-stateless-to-make-scaling-simpler/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3694388/it-security-nachrichten/model-context-protocol-is-going-stateless-to-make-scaling-simpler/</guid>
<pubDate>Sat, 25 Jul 2026 18:55: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 class="wp-block-paragraph">Model Context Protocol (<a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html">MCP</a>), the emerging standard for connecting AI models to external tools and enterprise data, is undergoing its biggest architectural overhaul yet.</p>



<p class="wp-block-paragraph">The latest <a href="https://modelcontextprotocol.io/specification/draft/changelog" target="_blank" rel="noreferrer noopener">release candidate</a>, scheduled for release on July 28, removes protocol-level sessions in favor of a stateless architecture, a change which industry experts say is intended to make MCP easier to deploy across standard cloud infrastructure as enterprises move AI pilots into production.</p>



<p class="wp-block-paragraph">“The session-based model made sense when MCP servers were local processes on a developer’s laptop. In production, it became an operational tax,” said <a href="https://www.linkedin.com/in/muskan-bandta2004" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at ZopDev.</p>



<p class="wp-block-paragraph">“When your infrastructure team asks whether MCP services can scale like other cloud applications, the answer used to be ‘not quite.’ With the move to a stateless architecture, the answer is now yes,” Bandta added.</p>



<p class="wp-block-paragraph">Earlier versions of the protocol maintained information about every client connection, meaning servers had to keep track of each session throughout an interaction. While that approach worked well for local development, it complicated deployments across multiple servers because requests often had to be routed back to the same machine, limiting scalability and making MCP a less natural fit for modern cloud architectures.</p>



<p class="wp-block-paragraph">“Under the new stateless design, every request contains the information needed for any available server to process it independently. Applications that need to maintain context across multiple requests can still do so, but developers must now manage that state explicitly rather than relying on the protocol itself,” she said.</p>



<p class="wp-block-paragraph">This transition to a stateless design goes beyond simplifying infrastructure by fundamentally changing how AI applications manage and share context across tools, according to <a href="https://www.linkedin.com/in/znamit/" target="_blank" rel="noreferrer noopener">Amit Jena</a>, AI development manager at IT consulting firm Kanerika.</p>



<p class="wp-block-paragraph">Instead of keeping application state hidden inside protocol sessions, the new design makes it explicit, allowing AI models to access, reason over, and pass that information between tools, giving developers greater control over how context is preserved and shared across tools, Jena said.</p>



<p class="wp-block-paragraph">It should also make AI workflows more portable, resilient, and easier to orchestrate across distributed environments, he said.</p>



<h2 class="wp-block-heading">MCP’s new features</h2>



<p class="wp-block-paragraph">Other changes to MCP include the addition of a Multi Round-Trip Requests (MRTR) mechanism that changes how AI agents request additional information they need to complete a task.</p>



<p class="wp-block-paragraph">Instead of relying on a persistent connection between the client and server throughout the interaction, the new mechanism lets the server request additional input through a standard request-response exchange before continuing the task, Jena said.</p>



<p class="wp-block-paragraph">Routable transport headers, another addition, enable API gateways and other networking infrastructure to identify and route MCP requests without inspecting their contents.</p>



<p class="wp-block-paragraph">They reduce processing overhead, lower latency, and let enterprise teams enforce routing, rate-limiting and security policies more efficiently using existing API management infrastructure, Jena said.</p>



<p class="wp-block-paragraph">MCP is also getting an updated authorization framework built around OAuth 2.1 and OpenID Connect; interactive MCP Apps; and deterministic caching of tool and resource listings to improve LLM prompt-cache hit rates, potentially saving on token costs.</p>



<h2 class="wp-block-heading">Rebuilding the trust boundary</h2>



<p class="wp-block-paragraph">The MCP release steering committee also decided to deprecate some legacy features, including Roots, Sampling, Logging, the older HTTP+SSE transport and Dynamic Client Registration, although these will continue to work in this version and any other released over the next year.</p>



<p class="wp-block-paragraph">The deprecation of Sampling is likely to have the biggest impact because it changes who is responsible for interacting with foundation models, said Jena.</p>



<p class="wp-block-paragraph">“Sampling let MCP servers invoke the <a href="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html" target="_blank">LLM</a> through the client, which meant the server had a callback path into the model without owning that connection. Deprecating it means rebuilding that trust boundary,” Jena said. “Your server now calls the model provider directly. That changes your network architecture, your auth model, and depending on how you’ve built cost attribution, your billing flow.”</p>



<p class="wp-block-paragraph">The year-long transition period will be enough for teams to audit their sampling dependencies now, said Jena: “The risk is that teams who haven’t implemented sampling themselves won’t know if a third-party MCP server they’re depending on uses it.”</p>



<h2 class="wp-block-heading">Updated MCP SDKs</h2>



<p class="wp-block-paragraph">To accompany the protocol update, there are updated <a href="https://github.com/modelcontextprotocol" target="_blank" rel="noreferrer noopener">MCP SDKs</a> for <a href="https://www.infoworld.com/article/2253770/what-is-python-powerful-intuitive-programming.html" target="_blank">Python</a>, <a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html" target="_blank">Typescript</a>, <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go</a>, and <a href="https://www.infoworld.com/article/4131649/the-best-new-features-of-c-14.html">C#</a>. These support both the old and new protocol versions, so new clients can continue communicating with older servers, while updated servers will also support older clients, reducing the risk of immediate disruptions.</p>



<p class="wp-block-paragraph">That backward compatibility should make the transition largely incremental, except for enterprises that built custom infrastructure around MCP’s earlier session-based architecture, Bandta said.</p>



<p class="wp-block-paragraph">Identifying and auditing those session dependencies may not be easy, Jena warned.</p>



<p class="wp-block-paragraph">“Session management complexity tends to be hidden across multiple layers — the gateway config, the deployment scripts, the monitoring dashboards. The code change is small; finding everywhere the assumption lives is what takes time,” he said.</p>



<p class="wp-block-paragraph"><em>This article first appeared on <a href="https://www.infoworld.com/article/4201254/model-context-protocol-is-going-stateless-to-make-scaling-simpler.html">InfoWorld</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s going on with Seattle startup funding, a Kalshi setback, Impinj’s long game, and a smartphone detox]]></title>
<description><![CDATA[This week on the GeekWire Podcast: Seattle startup funding fell about 40% in the first half of 2026 as AI reshaped the venture market — plus a Kalshi court setback, Impinj's 10 years on the Nasdaq, and could you go without your smartphone for five weeks? Read More]]></description>
<link>https://tsecurity.de/de/3694017/it-nachrichten/whats-going-on-with-seattle-startup-funding-a-kalshi-setback-impinjs-long-game-and-a-smartphone-detox/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3694017/it-nachrichten/whats-going-on-with-seattle-startup-funding-a-kalshi-setback-impinjs-long-game-and-a-smartphone-detox/</guid>
<pubDate>Sat, 25 Jul 2026 16:16:59 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img fetchpriority="high" loading="eager" width="960" height="600" src="https://cdn.geekwire.com/wp-content/uploads/2023/03/GeekWirePodcast.png" class="webfeedsFeaturedVisual wp-post-image" alt="" decoding="async" srcset="https://cdn.geekwire.com/wp-content/uploads/2023/03/GeekWirePodcast.png 960w, https://cdn.geekwire.com/wp-content/uploads/2023/03/GeekWirePodcast-768x480.png 768w, https://cdn.geekwire.com/wp-content/uploads/2023/03/GeekWirePodcast-630x394.png 630w" sizes="(max-width: 960px) 100vw, 960px"><br>This week on the GeekWire Podcast: Seattle startup funding fell about 40% in the first half of 2026 as AI reshaped the venture market — plus a Kalshi court setback, Impinj's 10 years on the Nasdaq, and could you go without your smartphone for five weeks? <a href="https://www.geekwire.com/2026/whats-going-on-with-seattle-startup-funding-a-kalshi-setback-impinjs-long-game-and-a-smartphone-detox/">Read More</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Model Context Protocol is going stateless to make scaling simpler]]></title>
<description><![CDATA[Model Context Protocol (MCP), the emerging standard for connecting AI models to external tools and enterprise data, is undergoing its biggest architectural overhaul yet.



The latest release candidate, scheduled for release on July 28, removes protocol-level sessions in favor of a stateless arch...]]></description>
<link>https://tsecurity.de/de/3691919/ai-nachrichten/model-context-protocol-is-going-stateless-to-make-scaling-simpler/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3691919/ai-nachrichten/model-context-protocol-is-going-stateless-to-make-scaling-simpler/</guid>
<pubDate>Fri, 24 Jul 2026 17:40:37 +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">Model Context Protocol (<a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html">MCP</a>), the emerging standard for connecting AI models to external tools and enterprise data, is undergoing its biggest architectural overhaul yet.</p>



<p class="wp-block-paragraph">The latest <a href="https://modelcontextprotocol.io/specification/draft/changelog" target="_blank" rel="noreferrer noopener">release candidate</a>, scheduled for release on July 28, removes protocol-level sessions in favor of a stateless architecture, a change which industry experts say is intended to make MCP easier to deploy across standard cloud infrastructure as enterprises move AI pilots into production.</p>



<p class="wp-block-paragraph">“The session-based model made sense when MCP servers were local processes on a developer’s laptop. In production, it became an operational tax,” said <a href="https://www.linkedin.com/in/muskan-bandta2004" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at ZopDev.</p>



<p class="wp-block-paragraph">“When your infrastructure team asks whether MCP services can scale like other cloud applications, the answer used to be ‘not quite.’ With the move to a stateless architecture, the answer is now yes,” Bandta added.</p>



<p class="wp-block-paragraph">Earlier versions of the protocol maintained information about every client connection, meaning servers had to keep track of each session throughout an interaction. While that approach worked well for local development, it complicated deployments across multiple servers because requests often had to be routed back to the same machine, limiting scalability and making MCP a less natural fit for modern cloud architectures.</p>



<p class="wp-block-paragraph">“Under the new stateless design, every request contains the information needed for any available server to process it independently. Applications that need to maintain context across multiple requests can still do so, but developers must now manage that state explicitly rather than relying on the protocol itself,” she said.</p>



<p class="wp-block-paragraph">This transition to a stateless design goes beyond simplifying infrastructure by fundamentally changing how AI applications manage and share context across tools, according to <a href="https://www.linkedin.com/in/znamit/" target="_blank" rel="noreferrer noopener">Amit Jena</a>, AI development manager at IT consulting firm Kanerika.</p>



<p class="wp-block-paragraph">Instead of keeping application state hidden inside protocol sessions, the new design makes it explicit, allowing AI models to access, reason over, and pass that information between tools, giving developers greater control over how context is preserved and shared across tools, Jena said.</p>



<p class="wp-block-paragraph">It should also make AI workflows more portable, resilient, and easier to orchestrate across distributed environments, he said.</p>



<h2 class="wp-block-heading">MCP’s new features</h2>



<p class="wp-block-paragraph">Other changes to MCP include the addition of a Multi Round-Trip Requests (MRTR) mechanism that changes how AI agents request additional information they need to complete a task.</p>



<p class="wp-block-paragraph">Instead of relying on a persistent connection between the client and server throughout the interaction, the new mechanism lets the server request additional input through a standard request-response exchange before continuing the task, Jena said.</p>



<p class="wp-block-paragraph">Routable transport headers, another addition, enable API gateways and other networking infrastructure to identify and route MCP requests without inspecting their contents.</p>



<p class="wp-block-paragraph">They reduce processing overhead, lower latency, and let enterprise teams enforce routing, rate-limiting and security policies more efficiently using existing API management infrastructure, Jena said.</p>



<p class="wp-block-paragraph">MCP is also getting an updated authorization framework built around OAuth 2.1 and OpenID Connect; interactive MCP Apps; and deterministic caching of tool and resource listings to improve LLM prompt-cache hit rates, potentially saving on token costs.</p>



<h2 class="wp-block-heading">Rebuilding the trust boundary</h2>



<p class="wp-block-paragraph">The MCP release steering committee also decided to deprecate some legacy features, including Roots, Sampling, Logging, the older HTTP+SSE transport and Dynamic Client Registration, although these will continue to work in this version and any other released over the next year.</p>



<p class="wp-block-paragraph">The deprecation of Sampling is likely to have the biggest impact because it changes who is responsible for interacting with foundation models, said Jena.</p>



<p class="wp-block-paragraph">“Sampling let MCP servers invoke the <a href="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html" target="_blank">LLM</a> through the client, which meant the server had a callback path into the model without owning that connection. Deprecating it means rebuilding that trust boundary,” Jena said. “Your server now calls the model provider directly. That changes your network architecture, your auth model, and depending on how you’ve built cost attribution, your billing flow.”</p>



<p class="wp-block-paragraph">The year-long transition period will be enough for teams to audit their sampling dependencies now, said Jena: “The risk is that teams who haven’t implemented sampling themselves won’t know if a third-party MCP server they’re depending on uses it.”</p>



<h2 class="wp-block-heading">Updated MCP SDKs</h2>



<p class="wp-block-paragraph">To accompany the protocol update, there are updated <a href="https://github.com/modelcontextprotocol" target="_blank" rel="noreferrer noopener">MCP SDKs</a> for <a href="https://www.infoworld.com/article/2253770/what-is-python-powerful-intuitive-programming.html" target="_blank">Python</a>, <a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html" target="_blank">Typescript</a>, <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go</a>, and <a href="https://www.infoworld.com/article/4131649/the-best-new-features-of-c-14.html">C#</a>. These support both the old and new protocol versions, so new clients can continue communicating with older servers, while updated servers will also support older clients, reducing the risk of immediate disruptions.</p>



<p class="wp-block-paragraph">That backward compatibility should make the transition largely incremental, except for enterprises that built custom infrastructure around MCP’s earlier session-based architecture, Bandta said.</p>



<p class="wp-block-paragraph">Identifying and auditing those session dependencies may not be easy, Jena warned.</p>



<p class="wp-block-paragraph">“Session management complexity tends to be hidden across multiple layers — the gateway config, the deployment scripts, the monitoring dashboards. The code change is small; finding everywhere the assumption lives is what takes time,” he said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Model Context Protocol is going stateless to make scaling simpler]]></title>
<description><![CDATA[Model Context Protocol (MCP), the emerging standard for connecting AI models to external tools and enterprise data, is undergoing its biggest architectural overhaul yet.



The latest release candidate, scheduled for release on July 28, removes protocol-level sessions in favor of a stateless arch...]]></description>
<link>https://tsecurity.de/de/3691907/it-nachrichten/model-context-protocol-is-going-stateless-to-make-scaling-simpler/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3691907/it-nachrichten/model-context-protocol-is-going-stateless-to-make-scaling-simpler/</guid>
<pubDate>Fri, 24 Jul 2026 17:38:35 +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">Model Context Protocol (<a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html">MCP</a>), the emerging standard for connecting AI models to external tools and enterprise data, is undergoing its biggest architectural overhaul yet.</p>



<p class="wp-block-paragraph">The latest <a href="https://modelcontextprotocol.io/specification/draft/changelog" target="_blank" rel="noreferrer noopener">release candidate</a>, scheduled for release on July 28, removes protocol-level sessions in favor of a stateless architecture, a change which industry experts say is intended to make MCP easier to deploy across standard cloud infrastructure as enterprises move AI pilots into production.</p>



<p class="wp-block-paragraph">“The session-based model made sense when MCP servers were local processes on a developer’s laptop. In production, it became an operational tax,” said <a href="https://www.linkedin.com/in/muskan-bandta2004" target="_blank" rel="noreferrer noopener">Muskan Bandta</a>, cloud associate at ZopDev.</p>



<p class="wp-block-paragraph">“When your infrastructure team asks whether MCP services can scale like other cloud applications, the answer used to be ‘not quite.’ With the move to a stateless architecture, the answer is now yes,” Bandta added.</p>



<p class="wp-block-paragraph">Earlier versions of the protocol maintained information about every client connection, meaning servers had to keep track of each session throughout an interaction. While that approach worked well for local development, it complicated deployments across multiple servers because requests often had to be routed back to the same machine, limiting scalability and making MCP a less natural fit for modern cloud architectures.</p>



<p class="wp-block-paragraph">“Under the new stateless design, every request contains the information needed for any available server to process it independently. Applications that need to maintain context across multiple requests can still do so, but developers must now manage that state explicitly rather than relying on the protocol itself,” she said.</p>



<p class="wp-block-paragraph">This transition to a stateless design goes beyond simplifying infrastructure by fundamentally changing how AI applications manage and share context across tools, according to <a href="https://www.linkedin.com/in/znamit/" target="_blank" rel="noreferrer noopener">Amit Jena</a>, AI development manager at IT consulting firm Kanerika.</p>



<p class="wp-block-paragraph">Instead of keeping application state hidden inside protocol sessions, the new design makes it explicit, allowing AI models to access, reason over, and pass that information between tools, giving developers greater control over how context is preserved and shared across tools, Jena said.</p>



<p class="wp-block-paragraph">It should also make AI workflows more portable, resilient, and easier to orchestrate across distributed environments, he said.</p>



<h2 class="wp-block-heading">MCP’s new features</h2>



<p class="wp-block-paragraph">Other changes to MCP include the addition of a Multi Round-Trip Requests (MRTR) mechanism that changes how AI agents request additional information they need to complete a task.</p>



<p class="wp-block-paragraph">Instead of relying on a persistent connection between the client and server throughout the interaction, the new mechanism lets the server request additional input through a standard request-response exchange before continuing the task, Jena said.</p>



<p class="wp-block-paragraph">Routable transport headers, another addition, enable API gateways and other networking infrastructure to identify and route MCP requests without inspecting their contents.</p>



<p class="wp-block-paragraph">They reduce processing overhead, lower latency, and let enterprise teams enforce routing, rate-limiting and security policies more efficiently using existing API management infrastructure, Jena said.</p>



<p class="wp-block-paragraph">MCP is also getting an updated authorization framework built around OAuth 2.1 and OpenID Connect; interactive MCP Apps; and deterministic caching of tool and resource listings to improve LLM prompt-cache hit rates, potentially saving on token costs.</p>



<h2 class="wp-block-heading">Rebuilding the trust boundary</h2>



<p class="wp-block-paragraph">The MCP release steering committee also decided to deprecate some legacy features, including Roots, Sampling, Logging, the older HTTP+SSE transport and Dynamic Client Registration, although these will continue to work in this version and any other released over the next year.</p>



<p class="wp-block-paragraph">The deprecation of Sampling is likely to have the biggest impact because it changes who is responsible for interacting with foundation models, said Jena.</p>



<p class="wp-block-paragraph">“Sampling let MCP servers invoke the <a href="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html" target="_blank">LLM</a> through the client, which meant the server had a callback path into the model without owning that connection. Deprecating it means rebuilding that trust boundary,” Jena said. “Your server now calls the model provider directly. That changes your network architecture, your auth model, and depending on how you’ve built cost attribution, your billing flow.”</p>



<p class="wp-block-paragraph">The year-long transition period will be enough for teams to audit their sampling dependencies now, said Jena: “The risk is that teams who haven’t implemented sampling themselves won’t know if a third-party MCP server they’re depending on uses it.”</p>



<h2 class="wp-block-heading">Updated MCP SDKs</h2>



<p class="wp-block-paragraph">To accompany the protocol update, there are updated <a href="https://github.com/modelcontextprotocol" target="_blank" rel="noreferrer noopener">MCP SDKs</a> for <a href="https://www.infoworld.com/article/2253770/what-is-python-powerful-intuitive-programming.html" target="_blank">Python</a>, <a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html" target="_blank">Typescript</a>, <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go</a>, and <a href="https://www.infoworld.com/article/4131649/the-best-new-features-of-c-14.html">C#</a>. These support both the old and new protocol versions, so new clients can continue communicating with older servers, while updated servers will also support older clients, reducing the risk of immediate disruptions.</p>



<p class="wp-block-paragraph">That backward compatibility should make the transition largely incremental, except for enterprises that built custom infrastructure around MCP’s earlier session-based architecture, Bandta said.</p>



<p class="wp-block-paragraph">Identifying and auditing those session dependencies may not be easy, Jena warned.</p>



<p class="wp-block-paragraph">“Session management complexity tends to be hidden across multiple layers — the gateway config, the deployment scripts, the monitoring dashboards. The code change is small; finding everywhere the assumption lives is what takes time,” he said.</p>



<p class="wp-block-paragraph"><em>This article first appeared on <a href="https://www.infoworld.com/article/4201254/model-context-protocol-is-going-stateless-to-make-scaling-simpler.html">InfoWorld</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[This Week In Rust: This Week in Rust 661]]></title>
<description><![CDATA[Hello and welcome to another issue of This Week in Rust!
Rust is a programming language empowering everyone to build reliable and efficient software.
This is a weekly summary of its progress and community.
Want something mentioned? Tag us at
@thisweekinrust.bsky.social on Bluesky or
@ThisWeekinRu...]]></description>
<link>https://tsecurity.de/de/3688059/tools/this-week-in-rust-this-week-in-rust-661/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3688059/tools/this-week-in-rust-this-week-in-rust-661/</guid>
<pubDate>Thu, 23 Jul 2026 07:18:12 +0200</pubDate>
<category>💾  Tools</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Hello and welcome to another issue of <em>This Week in Rust</em>!
<a href="https://www.rust-lang.org/">Rust</a> is a programming language empowering everyone to build reliable and efficient software.
This is a weekly summary of its progress and community.
Want something mentioned? Tag us at
<a href="https://bsky.app/profile/thisweekinrust.bsky.social">@thisweekinrust.bsky.social</a> on Bluesky or
<a href="https://mastodon.social/@thisweekinrust">@ThisWeekinRust</a> on mastodon.social, or
<a href="https://github.com/rust-lang/this-week-in-rust">send us a pull request</a>.
Want to get involved? <a href="https://github.com/rust-lang/rust/blob/main/CONTRIBUTING.md">We love contributions</a>.</p>
<p><em>This Week in Rust</em> is openly developed <a href="https://github.com/rust-lang/this-week-in-rust">on GitHub</a> and archives can be viewed at <a href="https://this-week-in-rust.org/">this-week-in-rust.org</a>.
If you find any errors in this week's issue, <a href="https://github.com/rust-lang/this-week-in-rust/pulls">please submit a PR</a>.</p>
<p>Want TWIR in your inbox? <a href="https://this-week-in-rust.us11.list-manage.com/subscribe?u=fd84c1c757e02889a9b08d289&amp;id=0ed8b72485">Subscribe here</a>.</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#updates-from-rust-community">Updates from Rust Community</a></h4>


<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#official">Official</a></h5>
<ul>
<li><a href="https://blog.rust-lang.org/2026/07/16/Rust-1.97.1/">Announcing Rust 1.97.1</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#newsletters">Newsletters</a></h5>
<ul>
<li><a href="https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-76">The Embedded Rustacean Issue #76</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#projecttooling-updates">Project/Tooling Updates</a></h5>
<ul>
<li><a href="https://tokio.rs/blog/2026-07-22-announcing-topcoat">Announcing Topcoat: a framework for building full-stack reactive web apps with Rust</a></li>
<li><a href="https://github.com/dtolnay/syn/releases/tag/3.0.0">Syn 3.0.0</a></li>
<li><a href="https://blog.jetbrains.com/rust/2026/07/22/whats-new-in-rustrover-2026-2/">What’s New in RustRover 2026.2</a></li>
<li><a href="https://github.com/kunobi-ninja/kobe/releases/tag/v0.35.0">kobe 0.35.0: readiness gates and cert recycling</a></li>
<li><a href="https://github.com/Eoin-McMahon/comhad/releases/tag/v0.1.0">Comhad v0.1.0: a ranger-style tui cyberduck replacement for browsing S3</a></li>
<li><a href="https://github.com/bigduu/Nova/releases/tag/v0.2.1">Nova v0.2.1: computer-use MCP server</a></li>
<li><a href="https://github.com/rust-windowing/winit/pull/4571">winit now has comprehensive cross-platform drag-and-drop support, exposing most of the power of the underlying OS APIs</a></li>
<li><a href="https://github.com/singhpratech/crimson-crab/releases/tag/v0.1.0">crimson-crab v0.1.0 - a production-grade Rust SDK for the Claude API (streaming, tool use, prompt caching, batches)</a></li>
<li><a href="https://singhpratech.github.io/ferrovec/">ferrovec: dependency-light HNSW vector search in Rust, compiled to WebAssembly for private in-browser semantic search</a></li>
<li><a href="https://github.com/ordokr/ordofp/releases/tag/v0.1.0">OrdoFP 0.1.0 released — a functional-programming toolbelt for Rust (HList, GAT type classes, optics, effects, monad transformers)</a></li>
<li><a href="https://freyaui.dev/posts/0.4">Freya 0.4</a></li>
<li><a href="https://dev.to/nabsei/buildline-merging-cargo-and-ninjas-build-profiling-into-one-timeline-2373">buildline: merging cargo and ninja's build profiling into one timeline</a></li>
<li><a href="https://richer-richard.github.io/cochlea/determinism.html#030-additions-2026-07-22">cochlea 0.3.0: melody read-back, MFCC timbre, a master limiter, and MIDI import for the deterministic agent-audio engine</a></li>
<li><a href="https://flodl.dev/blog/then-the-cpu-died">flodl 0.6.0: multi-host heterogeneous DDP - mismatched GPUs across hosts beat the fastest card alone</a></li>
<li><a href="https://hongnoul.github.io/hwatu/">hwatu: a daemon-based WebKitGTK browser for tiling WMs with ~13ms window spawn</a></li>
<li><a href="https://github.com/kunobi-ninja/kache/releases/tag/v0.11.0">kache 0.11.0: broader compiler coverage and libc-aware keys</a></li>
<li><a href="https://mladedav.github.io/blog/blog/tracing-reload/"><code>tracing-reload</code> - reload layer without panics</a></li>
<li><a href="https://www.opentypeless.com/en/blog/introducing-talkmore">Introducing OpenTypeless: Voice Input That Actually Works</a></li>
<li><a href="https://dev.to/booyaka101/reading-a-rust-crates-capabilities-out-of-its-compiled-symbols-58pb">Reading a Rust crate's capabilities out of its compiled symbols</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#observationsthoughts">Observations/Thoughts</a></h5>
<ul>
<li><a href="https://smallcultfollowing.com/babysteps/blog/2026/07/15/battery-packs/">Battery packs: Let's talk about crates, baby</a></li>
<li><a href="https://blog.yoshuawuyts.com/capture-clauses-as-effects">Capture Clauses as Effects</a></li>
<li><a href="https://corrode.dev/blog/hardening-rust/">Hardening Rust Code For Production</a></li>
<li><a href="https://pranitha.dev/posts/tokio-gives-progress-not-ordering/">Tokio Gives Progress, Not Ordering: Scheduling 1M Tasks</a></li>
<li><a href="https://kerkour.com/rust-service-hardening-and-production-checklist">Rust service hardening and production checklist</a></li>
<li>[audio] <a href="https://corrode.dev/podcast/s06e08-rust-foundation/">The Rust Foundation with Rebecca Rumbul, Lori Lorusso, and David Wood, Rust Foundation leadership and board</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=bAINppA0BSU">Jon Gjengset: Open Source Maintenance 2026-07-18</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=lUoQ3uGSQA0">Rust Release Changelog - 1.97.0</a></li>
<li>[video] <a href="https://www.youtube.com/live/Doqwh1b4QyA">Livestream: Rust in Ubuntu</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#rust-walkthroughs">Rust Walkthroughs</a></h5>
<ul>
<li><a href="https://kriyanative.com/blog/13-chain-breaks/">I hash-chained my agent's audit log. Then I found 13 breaks in it — all mine, all benign.</a></li>
<li><a href="https://dev.to/scripthpp/two-bugs-i-only-found-by-running-my-rust-sync-daemon-against-real-infrastructure-4278">Two tricky bugs in a Rust daemon</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=u91eX3J6lPU">Backend Concepts in Rust: Securely Managing App Secrets</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=tIrSvJFRxAg">Build with Naz - Ep 21: High Performance Flat 2D Arrays in Rust (SIMD, L1 cache)</a></li>
</ul>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#crate-of-the-week">Crate of the Week</a></h4>
<p>This week's crate is <a href="https://github.com/medialab/xan">xan</a>, a TUI toolkit to work with CSV files.</p>
<p>Thanks to <a href="https://users.rust-lang.org/t/crate-of-the-week/2704/1630">Simeon H.K. Fitch</a> for the suggestion!</p>
<p><a href="https://users.rust-lang.org/t/crate-of-the-week/2704">Please submit your suggestions and votes for next week</a>!</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#calls-for-testing">Calls for Testing</a></h4>
<p>An important step for RFC implementation is for people to experiment with the
implementation and give feedback, especially before stabilization.</p>
<p>If you are a feature implementer and would like your RFC to appear in this list, add a
<code>call-for-testing</code> label to your RFC along with a comment providing testing instructions and/or
guidance on which aspect(s) of the feature need testing.</p>
<p><em>No calls for testing were issued this week by
<a href="https://github.com/rust-lang/rust/issues?q=state%3Aopen%20label%3Acall-for-testing%20state%3Aopen">Rust</a>,
<a href="https://github.com/rust-lang/cargo/issues?q=state%3Aopen%20label%3Acall-for-testing%20state%3Aopen">Cargo</a>,
<a href="https://github.com/rust-lang/rustup/issues?q=state%3Aopen%20label%3Acall-for-testing%20state%3Aopen">Rustup</a> or
<a href="https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing%20state%3Aopen">Rust language RFCs</a>.</em></p>
<p><a href="https://github.com/rust-lang/this-week-in-rust/issues">Let us know</a> if you would like your feature to be tracked as a part of this list.</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#call-for-participation-projects-and-speakers">Call for Participation; projects and speakers</a></h4>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#cfp-projects">CFP - Projects</a></h5>
<p>Always wanted to contribute to open-source projects but did not know where to start?
Every week we highlight some tasks from the Rust community for you to pick and get started!</p>
<p>Some of these tasks may also have mentors available, visit the task page for more information.</p>



<ul>
<li><em>No Calls for participation were submitted this week.</em></li>
</ul>
<p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines">here</a> or through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a> or by reaching out on <a href="https://bsky.app/profile/thisweekinrust.bsky.social">Bluesky</a> or <a href="https://mastodon.social/@thisweekinrust">Mastodon</a>!</p>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#cfp-events">CFP - Events</a></h5>
<p>Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.</p>


<ul>
<li><em>No Calls for papers or presentations were submitted this week.</em></li>
</ul>
<p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a> or by reaching out on <a href="https://bsky.app/profile/thisweekinrust.bsky.social">Bluesky</a> or <a href="https://mastodon.social/@thisweekinrust">Mastodon</a>!</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#updates-from-the-rust-project">Updates from the Rust Project</a></h4>
<p>576 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2026-07-14..2026-07-21">merged in the last week</a></p>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#compiler">Compiler</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust/pull/159256">account for async closures when pointing at lifetime in return type</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/157824">comptime inherent impls</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/159115"><code>dep_graph</code>: deduplicate task reads with an epoch-filtered index recorder</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158976">eagerly check for ambiguity in macro parsing</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158608">implement <code>#[diagnostic::opaque]</code> attribute to hide backtraces of macros</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158720">shrink <code>ast::Expr64</code></a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#library">Library</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust/pull/159467">add explicit <code>Iterator::count</code> impl for <code>str::EncodeUtf16</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/159296">implement <code>bool::toggle</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/159528">implement <code>const_binary_search</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/159302">implement <code>Debug</code> helpers via <code>Cell</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/156220">implement <code>VecDeque::truncate_to_range</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158061">make <code>pin!()</code> more foolproof</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158546">move <code>std::io::BufRead</code> to <code>alloc::io</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158544">move <code>std::io::Read</code> to <code>alloc::io</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158545">move <code>std::io::read_to_string</code> to <code>alloc::io</code></a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#cargo">Cargo</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust/pull/159149">use PGO for Cargo</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17238"><code>timings</code>: only report units the job queue actually ran</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17236">do not include proc-macro deps in rustc search path args</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17216">include SBOM outputs in fingerprints</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17226">lazily initialize git2 fetch transports</a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#rustdoc">Rustdoc</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust/pull/159194">fix auto trait normalization env</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/159091">use PGO for rustdoc</a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#clippy">Clippy</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/16855">add <code>block_scrutinee</code> lint</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17415">avoid invalid <code>ref_as_ptr</code> suggestions in const/static initializers</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/16800">detect <code>== 0</code> on unsigned types as a <code>manual_clamp</code> lower bound</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17405">fix <code>if_not_else</code> linting on macro expanded conditions</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17383">fix <code>needless_collect</code> suggests a suggestion that cannot be typed</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17385"><code>non_zero_suggestions</code>: don't lint signed integer div/rem as NonZero</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17377"><code>manual_filter</code>: don't eat comments in the <code>and_then</code> suggestion</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17369">require the use of <code>as _</code> for indirectly used traits in clippy sources</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17362">rewrite <code>min_ident_chars</code></a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/16633">use <code>#[must_use]</code> determination from the compiler</a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#rust-analyzer">Rust-Analyzer</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22634">avoid index panic when flycheck list is empty</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22811">add capture hints to coroutines</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22813">add handler for E0572</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22483">do not assume array destructuring assignments with rest pattern are constant-sized</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22852">eagerly normalize <code>.await</code>'s <code>IntoFuture::Output</code></a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22791">enable auto trait inference</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22792">extract variable preserving whitespace from macro input</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22832">fix coroutines not recording binding owners correctly</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22759">fix crashes in assists due to <code>.unwrap()</code> calls in SyntaxFactory</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22810">fix <code>hir</code> crate leaking bound variables from skipped binders</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22855">fix <code>InferenceContext:identity_args</code> using the wrong DefId</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22849">fix syntax bridge panic when spilting float</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22857">handle <code>enum</code> variants in next-solver <code>generics</code></a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22818">implement lowering of HRTB</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22789">invalid <code>pattern_matching_variant</code> lowering due to recovery</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22867">merge <code>WherePredicate::ForLifetimes</code> into <code>WherePredicate::TypeBound</code></a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22804">only write anon const ty in parent's inference result if it doesn't have its own inference</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22822">panic with a function item and a proc macro item having a duplicate name</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22827">parser to error on macro type bound</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22865">spawn proc-macro servers on requests clearing the client cache</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22782">use quote! inside <code>ast::make::expr_call()</code></a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22793">use <code>Result</code> for the lsp-server <code>Response</code> payload type</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22861">record expressions in types in <code>ExprScope</code></a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#rust-compiler-performance-triage">Rust Compiler Performance Triage</a></h5>
<p>The two most notable changes this week were <a href="https://github.com/rust-lang/rust/pull/159115">#159115</a>,
which resulted in pretty nice instruction count wins for full incremental builds on several benchmarks,
and <a href="https://github.com/rust-lang/rust/pull/159091">#159091</a>, which enabled PGO for rustdoc, which
makes it ~3-4% faster across the board.</p>
<p>There were two large rollups with tiny performance regressions, which made it difficult to find
the offending PRs.</p>
<p>Triage done by <strong>@Kobzol</strong>.
Revision range: <a href="https://perf.rust-lang.org/?start=5503df87342a73d0c29126a7e08dc9c1255c46ad&amp;end=d527bc9bfa297ca7fd7f5ae93781eeec42073170&amp;absolute=false&amp;stat=instructions%3Au">5503df87..d527bc9b</a></p>
<p><strong>Summary</strong>:</p>
<table>
<thead>
<tr>
<th>(instructions:u)</th>
<th>mean</th>
<th>range</th>
<th>count</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regressions ❌ <br> (primary)</td>
<td>0.4%</td>
<td>[0.2%, 1.0%]</td>
<td>40</td>
</tr>
<tr>
<td>Regressions ❌ <br> (secondary)</td>
<td>0.7%</td>
<td>[0.2%, 4.6%]</td>
<td>69</td>
</tr>
<tr>
<td>Improvements ✅ <br> (primary)</td>
<td>-2.0%</td>
<td>[-6.2%, -0.2%]</td>
<td>136</td>
</tr>
<tr>
<td>Improvements ✅ <br> (secondary)</td>
<td>-2.6%</td>
<td>[-8.4%, -0.2%]</td>
<td>119</td>
</tr>
<tr>
<td>All ❌✅ (primary)</td>
<td>-1.4%</td>
<td>[-6.2%, 1.0%]</td>
<td>176</td>
</tr>
</tbody>
</table>
<p>2 Regressions, 3 Improvements, 6 Mixed; 4 of them in rollups
34 artifact comparisons made in total</p>
<p><a href="https://github.com/rust-lang/rustc-perf/blob/189822607d8d09acd85c234b2c245e817591ca67/triage/2026/2026-07-21.md">Full report here</a>.</p>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#approved-rfcs"></a><a href="https://github.com/rust-lang/rfcs/commits/master">Approved RFCs</a></h5>
<p>Changes to Rust follow the Rust <a href="https://github.com/rust-lang/rfcs#rust-rfcs">RFC (request for comments) process</a>. These
are the RFCs that were approved for implementation this week:</p>
<ul>
<li><em>No RFCs were approved this week.</em></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#final-comment-period">Final Comment Period</a></h5>
<p>Every week, <a href="https://www.rust-lang.org/team.html">the team</a> announces the 'final comment period' for RFCs and key PRs
which are reaching a decision. Express your opinions now.</p>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#tracking-issues-prs">Tracking Issues &amp; PRs</a></h6>
<a class="toclink" href="https://this-week-in-rust.org/atom.xml#rust"></a><a href="https://github.com/rust-lang/rust/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Rust</a>
<ul>
<li><a href="https://github.com/rust-lang/rust/issues/159298">Tracking Issue for <code>bool::toggle</code></a></li>
<li><a href="https://github.com/rust-lang/rust/issues/146954">Tracking Issue for vec_try_remove</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/157562">Avoid computing layout of enums with non-int discriminants</a></li>
<li><a href="https://github.com/rust-lang/rust/issues/71835">Tracking Issue for const_btree_len</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/138230">Add <code>raw_borrows_via_references</code> lint</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/157572">stabilize size_of_val_raw, align_of_val_raw, Layout::for_value_raw</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158835">rustc_passes: lint unused <code>#[path]</code> attributes on inline modules</a></li>
</ul>
<a class="toclink" href="https://this-week-in-rust.org/atom.xml#compiler-team-mcps-only"></a><a href="https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20label%3Afinal-comment-period%20state%3Aopen">Compiler Team</a> <a href="https://forge.rust-lang.org/compiler/mcp.html">(MCPs only)</a>
<ul>
<li><a href="https://github.com/rust-lang/compiler-team/issues/1019">Emit <code>note</code> when calling <code>rustc</code> without specifying an edition</a></li>
<li><a href="https://github.com/rust-lang/compiler-team/issues/1011">Let the OS handle stack growth</a></li>
<li><a href="https://github.com/rust-lang/compiler-team/issues/1010">Add <code>target_feature_available_at_call_site</code></a></li>
</ul>
<a class="toclink" href="https://this-week-in-rust.org/atom.xml#leadership-council"></a><a href="https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period%20state%3Aopen">Leadership Council</a>
<ul>
<li><a href="https://github.com/rust-lang/leadership-council/pull/314">Deallocate post-2026 funds from PM and compiler-ops</a></li>
</ul>
<a class="toclink" href="https://this-week-in-rust.org/atom.xml#unsafe-code-guidelines"></a><a href="https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Unsafe Code Guidelines</a>
<ul>
<li><a href="https://github.com/rust-lang/unsafe-code-guidelines/issues/558">Do the bytes of a pointer have to stay in the same order?</a></li>
</ul>
<p><em>No Items entered Final Comment Period this week for
  <a href="https://github.com/rust-lang/cargo/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Cargo</a>,
  <a href="https://github.com/rust-lang/reference/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Language Reference</a>,
  <a href="https://github.com/rust-lang/lang-team/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Language Team</a> or
  <a href="https://github.com/rust-lang/rfcs/issues?q=state%3Aopen%20label%3Afinal-comment-period%20state%3Aopen">Rust RFCs</a>.</em></p>
<p>Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.</p>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#new-and-updated-rfcs"></a><a href="https://github.com/rust-lang/rfcs/pulls">New and Updated RFCs</a></h5>
<ul>
<li><a href="https://github.com/rust-lang/rfcs/pull/3984">RFC: Refactor the libs team</a></li>
</ul>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#upcoming-events">Upcoming Events</a></h4>
<p>Rusty Events between 2026-07-22 - 2026-08-19 🦀</p>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#virtual">Virtual</a></h5>
<ul>
<li>2026-07-24 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a><ul>
<li><a href="https://luma.com/hd8mlw56"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
</ul>
</li>
<li>2026-07-28 | Virtual (Dallas, TX, US) | <a href="https://www.meetup.com/dallasrust">Dallas Rust User Meetup</a><ul>
<li><a href="https://www.meetup.com/dallasrust/events/310254777/"><strong>Fourth Tuesday</strong></a></li>
</ul>
</li>
<li>2026-07-28 | Virtual (Washington, DC, US) | <a href="https://www.meetup.com/rustdc">Rust DC</a><ul>
<li><a href="https://www.meetup.com/rustdc/events/315279653/"><strong>Mid-month Rustful</strong></a></li>
</ul>
</li>
<li>2026-07-30 | Virtual (Berlin, DE) | <a href="https://www.meetup.com/rust-berlin">Rust Berlin</a><ul>
<li><a href="https://www.meetup.com/rust-berlin/events/312045928/"><strong>Rust Hack and Learn</strong></a></li>
</ul>
</li>
<li>2026-07-31 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a><ul>
<li><a href="https://luma.com/uo5ek1f4"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
</ul>
</li>
<li>2026-08-01 | Virtual (Kampala, UG) | <a href="https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587">Rust Circle Meetup</a><ul>
<li><a href="https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587"><strong>Rust Circle Meetup</strong></a></li>
</ul>
</li>
<li>2026-08-02 | Virtual (Dallas, TX, US) | <a href="https://www.meetup.com/dallasrust">Dallas Rust User Meetup</a><ul>
<li><a href="https://www.meetup.com/dallasrust/events/314095294/"><strong>Rust Deep Learning: First Sunday</strong></a></li>
</ul>
</li>
<li>2026-08-04 | Virtual (London, UK) | <a href="https://www.meetup.com/women-in-rust">Women in Rust</a><ul>
<li><a href="https://www.meetup.com/women-in-rust/events/315213885/"><strong>👋 Community Catch Up</strong></a></li>
</ul>
</li>
<li>2026-08-05 | Virtual (Indianapolis, IN, US) | <a href="https://www.meetup.com/indyrs">Indy Rust</a><ul>
<li><a href="https://www.meetup.com/indyrs/events/315210367/"><strong>Indy.rs - with Social Distancing</strong></a></li>
</ul>
</li>
<li>2026-08-07 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a><ul>
<li><a href="https://luma.com/ii2jrwva"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
</ul>
</li>
<li>2026-08-11 | Virtual (Dallas, TX, US) | <a href="https://www.meetup.com/dallasrust">Dallas Rust User Meetup</a><ul>
<li><a href="https://www.meetup.com/dallasrust/events/310254776/"><strong>Second Tuesday</strong></a></li>
</ul>
</li>
<li>2026-08-13 | Virtual (Berlin, DE) | <a href="https://www.meetup.com/rust-berlin">Rust Berlin</a><ul>
<li><a href="https://www.meetup.com/rust-berlin/events/313345333/"><strong>Rust Hack and Learn</strong></a></li>
</ul>
</li>
<li>2026-08-13 | Virtual (Nürnberg, DE) | <a href="https://www.meetup.com/rust-noris">Rust Nuremberg</a><ul>
<li><a href="https://www.meetup.com/rust-noris/events/315619609/"><strong>Rust Nürnberg online</strong></a></li>
</ul>
</li>
<li>2026-08-14 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a><ul>
<li><a href="https://luma.com/f2hnzrug"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
</ul>
</li>
<li>2026-08-18 | Virtual (Washington, DC, US) | <a href="https://www.meetup.com/rustdc">Rust DC</a><ul>
<li><a href="https://www.meetup.com/rustdc/events/315604176/"><strong>Mid-month Rustful</strong></a></li>
</ul>
</li>
<li>2026-08-19 | Hybrid (Vancouver, BC, CA) | <a href="https://www.meetup.com/vancouver-rust">Vancouver Rust</a><ul>
<li><a href="https://www.meetup.com/vancouver-rust/events/314105333/"><strong>Dealing with Dependencies</strong></a></li>
</ul>
</li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#africa">Africa</a></h5>
<ul>
<li>2026-08-11 | Johannesburg, ZA | <a href="https://www.meetup.com/johannesburg-rust-meetup">Johannesburg Rust Meetup</a><ul>
<li><a href="https://www.meetup.com/johannesburg-rust-meetup/events/315750593/"><strong>Rust's extended standard library</strong></a></li>
</ul>
</li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#asia">Asia</a></h5>
<ul>
<li>2026-07-25 | Mumbai, IN | <a href="https://luma.com/mumbai">Rust Mumbai</a><ul>
<li><a href="https://luma.com/7ksabwbm/"><strong>​Rust Mumbai — July Meetup 🦀</strong></a></li>
</ul>
</li>
<li>2026-07-26 | Pune, IN | <a href="https://www.meetup.com/rust-pune">Rust Pune</a><ul>
<li><a href="https://www.meetup.com/rust-pune/events/315651505/"><strong>Rust Pune: July 2026</strong></a></li>
</ul>
</li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#europe">Europe</a></h5>
<ul>
<li>2026-07-23 | Berlin, DE | <a href="https://www.meetup.com/rust-berlin">Rust Berlin</a><ul>
<li><a href="https://www.meetup.com/rust-berlin/events/315484101/"><strong>Rust Berlin Talks: The next generation</strong></a></li>
</ul>
</li>
<li>2026-07-23 | London, UK | <a href="https://www.meetup.com/rust-london-user-group">Rust London User Group</a><ul>
<li><a href="https://www.meetup.com/rust-london-user-group/events/315612916/"><strong>LDN Talks: July 2026 Antithesis Takeover</strong></a></li>
</ul>
</li>
<li>2026-07-23 | London, UK | <a href="https://www.meetup.com/london-rust-project-group">London Rust Project Group</a><ul>
<li><a href="https://www.meetup.com/london-rust-project-group/events/315366453/"><strong>Rama modular service framework for Rust</strong></a></li>
</ul>
</li>
<li>2026-07-23 | Paris, FR | <a href="https://www.meetup.com/rust-paris">Rust Paris</a><ul>
<li><a href="https://www.meetup.com/rust-paris/events/315309633/"><strong>Rust meetup #87</strong></a></li>
</ul>
</li>
<li>2026-07-25 | Stockholm, SE | <a href="https://www.meetup.com/stockholm-rust">Stockholm Rust</a><ul>
<li><a href="https://www.meetup.com/stockholm-rust/events/315749994/"><strong>Ferris' Fika Forum #28</strong></a></li>
</ul>
</li>
<li>2026-07-27 | Augsburg, DE | <a href="https://rust-augsburg.github.io/meetup">Rust Meetup Augsburg</a><ul>
<li><a href="https://rust-augsburg.github.io/meetup/Meetup_20.html"><strong>Rust Meetup #20: Julian Dickert - Supply chain security in Rust: Evaluating crates for production</strong></a></li>
</ul>
</li>
<li>2026-07-29 | Poland, PL | <a href="https://www.meetup.com/rust-poland-meetup">Rust Poland</a><ul>
<li><a href="https://www.meetup.com/rust-poland-meetup/events/315582674/"><strong>Rust Poland x Kraków #10</strong></a></li>
</ul>
</li>
<li>2026-07-30 | Copenhagen, DK | <a href="https://www.meetup.com/copenhagen-rust-community">Copenhagen Rust Community</a><ul>
<li><a href="https://www.meetup.com/copenhagen-rust-community/events/315767999/"><strong>Rust meetup #70</strong></a></li>
</ul>
</li>
<li>2026-07-30 | Manchester, UK | <a href="https://www.meetup.com/rust-manchester">Rust Manchester</a><ul>
<li><a href="https://www.meetup.com/rust-manchester/events/315037685/"><strong>Rust Manchester July Code Night</strong></a></li>
</ul>
</li>
<li>2026-08-18 | Aarhus, DK | <a href="https://www.meetup.com/rust-aarhus">Rust Aarhus</a><ul>
<li><a href="https://www.meetup.com/rust-aarhus/events/315683629/"><strong>Hack Night: Trust but verify the LLM</strong></a></li>
</ul>
</li>
<li>2026-08-18 | Leipzig, DE | <a href="https://www.meetup.com/rust-modern-systems-programming-in-leipzig">Rust - Modern Systems Programming in Leipzig</a><ul>
<li><a href="https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/313816474/"><strong>Topic TBD</strong></a></li>
</ul>
</li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#north-america">North America</a></h5>
<ul>
<li>2026-07-22 | Austin, TX, US | <a href="https://www.meetup.com/rust-atx">Rust ATX</a><ul>
<li><a href="https://www.meetup.com/rust-atx/events/xvkdgtyjckbdc/"><strong>Rust Lunch - Fareground</strong></a></li>
</ul>
</li>
<li>2026-07-22 | Los Angeles, CA, US | <a href="https://www.meetup.com/rust-los-angeles">Rust Los Angeles</a><ul>
<li><a href="https://www.meetup.com/rust-los-angeles/events/315376271/"><strong>Rust LA: Rust in Distributed Systems with Flight Science!</strong></a></li>
</ul>
</li>
<li>2026-07-22 | New York, NY, US | <a href="https://www.meetup.com/rust-nyc/events/">Rust NYC</a><ul>
<li><a href="https://www.meetup.com/rust-nyc/events/315636854/"><strong>Rust NYC: Write A Custom Coding Agent and wasm_zero</strong></a></li>
</ul>
</li>
<li>2026-07-23 | Mountain View, CA, US | <a href="https://www.meetup.com/hackerdojo/events/">Hacker Dojo</a><ul>
<li><a href="https://www.meetup.com/hackerdojo/events/315418155/"><strong>RUST MEETUP at HACKER DOJO</strong></a></li>
</ul>
</li>
<li>2026-07-25 | Boston, MA, US | <a href="https://www.meetup.com/bostonrust">Boston Rust Meetup</a><ul>
<li><a href="https://www.meetup.com/bostonrust/events/315582650/"><strong>Porter Square Rust Lunch, July 25</strong></a></li>
</ul>
</li>
<li>2026-07-25 | Brooklyn, NY, US | <a href="https://flowercomputer.com/">Flower</a><ul>
<li><a href="https://partiful.com/e/Vq9fyDNCMSO7ia4ulK5b"><strong>BOG-A-THON 2</strong></a></li>
</ul>
</li>
<li>2026-07-30 | Atlanta, GA, US | <a href="https://www.meetup.com/rust-atl">Rust Atlanta</a><ul>
<li><a href="https://www.meetup.com/rust-atl/events/313539329/"><strong>Rust-Atl</strong></a></li>
</ul>
</li>
<li>2026-08-01 | Boston, MA, US | <a href="https://www.meetup.com/bostonrust">Boston Rust Meetup</a><ul>
<li><a href="https://www.meetup.com/bostonrust/events/315582653/"><strong>Chinatown Rust Lunch, Aug 1</strong></a></li>
</ul>
</li>
<li>2026-08-04 | Boston, MA, US | <a href="https://www.meetup.com/bostonrust">Boston Rust Meetup</a><ul>
<li><a href="https://www.meetup.com/bostonrust/events/314660176/"><strong>Evening Boston Rust Meetup at Red Hat, Aug 4</strong></a></li>
</ul>
</li>
<li>2026-08-06 | Saint Louis, MO, US | <a href="https://www.meetup.com/stl-rust">STL Rust</a><ul>
<li><a href="https://www.meetup.com/stl-rust/events/314701905/"><strong>Shipping Temporal: How a Global Rust Ecosystem Built Chrome’s Newest Web API</strong></a></li>
</ul>
</li>
<li>2026-08-13 | Lehi, UT, US | <a href="https://www.meetup.com/utah-rust">Utah Rust</a><ul>
<li><a href="https://www.meetup.com/utah-rust/events/314696652/"><strong>Utah Rust August Meetup</strong></a></li>
</ul>
</li>
<li>2026-08-13 | San Diego, CA, US | <a href="https://www.meetup.com/san-diego-rust">San Diego Rust</a><ul>
<li><a href="https://www.meetup.com/san-diego-rust/events/315601099/"><strong>San Diego Rust August Meetup - Back in person!</strong></a></li>
</ul>
</li>
<li>2026-08-15 | San Francisco, CA, US | <a href="https://flowercomputer.com/">Flower</a><ul>
<li><a href="https://partiful.com/e/juWAwRs3XMWP7s9wLNWK"><strong>BOG-A-THON 3</strong></a></li>
</ul>
</li>
<li>2026-08-18 | San Francisco, CA, US | <a href="https://www.meetup.com/san-francisco-rust-study-group">San Francisco Rust Study Group</a><ul>
<li><a href="https://www.meetup.com/san-francisco-rust-study-group/events/314997215/"><strong>Rust Hacking in Person</strong></a></li>
</ul>
</li>
<li>2026-08-19 | Hybrid (Vancouver, BC, CA) | <a href="https://www.meetup.com/vancouver-rust">Vancouver Rust</a><ul>
<li><a href="https://www.meetup.com/vancouver-rust/events/314105333/"><strong>Dealing with Dependencies</strong></a></li>
</ul>
</li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#oceania">Oceania</a></h5>
<ul>
<li>2026-07-23 | Perth, AU | <a href="https://www.meetup.com/perth-rust-meetup-group">Rust Perth Meetup Group</a><ul>
<li><a href="https://www.meetup.com/perth-rust-meetup-group/events/315451138/"><strong>Rust Perth: July Meetup!</strong></a></li>
</ul>
</li>
<li>2026-07-30 | Melbourne, AU | <a href="https://www.meetup.com/rust-melbourne">Rust Melbourne</a><ul>
<li><a href="https://www.meetup.com/rust-melbourne/events/315039480/"><strong>Rust Melbourne July 2026</strong></a></li>
</ul>
</li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#south-america">South America</a></h5>
<ul>
<li>2026-08-08 | São Paulo, SP | <a href="https://luma.com/calendar/cal-bif2oHITU1aVvsr">Rust-SP</a><ul>
<li><a href="https://luma.com/41oiyhtk"><strong>Rust SP - Aug/2026</strong></a></li>
</ul>
</li>
</ul>
<p>If you are running a Rust event please add it to the <a href="https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com">calendar</a> to get
it mentioned here. Please remember to add a link to the event too.
Email the <a href="mailto:community-team@rust-lang.org">Rust Community Team</a> for access.</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#jobs">Jobs</a></h4>
<p>Please see the latest <a href="https://www.reddit.com/r/rust/comments/1ttbtf5/official_rrust_whos_hiring_thread_for_jobseekers/">Who's Hiring thread on r/rust</a></p>
<h3><a class="toclink" href="https://this-week-in-rust.org/atom.xml#quote-of-the-week">Quote of the Week</a></h3>
<blockquote>
<p>We were planning on publishing a blog post announcing this at the same time as making the repo public, but ran out of private repo CI usage 😭.</p>
</blockquote>
<p>– <a href="https://www.reddit.com/r/rust/comments/1uzknzl/tokiorstopcoat_a_batteriesincluded_framework_for/oy8k2nn/">Carl Lerche on r/rust</a> about the launch of topcoat</p>
<p>Despite a lamentable lack of suggestions, llogiq is glad to have found this quote.</p>
<p><a href="https://users.rust-lang.org/t/twir-quote-of-the-week/328">Please submit quotes and vote for next week!</a></p>
<p>This Week in Rust is edited by:</p>
<ul>
<li><a href="https://github.com/nellshamrell">nellshamrell</a></li>
<li><a href="https://github.com/llogiq">llogiq</a></li>
<li><a href="https://github.com/ericseppanen">ericseppanen</a></li>
<li><a href="https://github.com/extrawurst">extrawurst</a></li>
<li><a href="https://github.com/U007D">U007D</a></li>
<li><a href="https://github.com/mariannegoldin">mariannegoldin</a></li>
<li><a href="https://github.com/bdillo">bdillo</a></li>
<li><a href="https://github.com/opeolluwa">opeolluwa</a></li>
<li><a href="https://github.com/bnchi">bnchi</a></li>
<li><a href="https://github.com/KannanPalani57">KannanPalani57</a></li>
<li><a href="https://github.com/tzilist">tzilist</a></li>
</ul>
<p><em>Email list hosting is sponsored by <a href="https://foundation.rust-lang.org/">The Rust Foundation</a></em></p>
<p><small><a href="https://www.reddit.com/r/rust/comments/1v41dgv/this_week_in_rust_661/">Discuss on r/rust</a></small></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[G# language for .NET borrows from Go, Kotlin, and Swift]]></title>
<description><![CDATA[G# (GSharp) is moving forward as a programming language for Microsoft’s .NET platform, touted as bringing Go-, Kotlin-, and Swift-style ergonomics to the CLR (Common Language Runtime). The language is described by its creators as modern, simple, and accessible.



Although pre-1.0 and still growi...]]></description>
<link>https://tsecurity.de/de/3687865/ai-nachrichten/g-language-for-net-borrows-from-go-kotlin-and-swift/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3687865/ai-nachrichten/g-language-for-net-borrows-from-go-kotlin-and-swift/</guid>
<pubDate>Thu, 23 Jul 2026 04:08:47 +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 href="https://github.com/DavidObando/gsharp" data-type="link" data-id="https://github.com/DavidObando/gsharp">G# (GSharp)</a><strong> </strong>is moving forward as a programming language for Microsoft’s <a href="https://www.infoworld.com/article/2264488/what-is-the-net-framework-microsofts-answer-to-java.html">.NET</a> platform, touted as bringing <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go</a>-, <a href="https://www.infoworld.com/article/2256390/what-is-kotlin-the-java-alternative-explained.html">Kotlin</a>-, and <a href="https://www.infoworld.com/article/4150248/swift-6-3-boosts-c-interoperability-android-sdk.html">Swift</a>-style ergonomics to the CLR (Common Language Runtime). The language is described by its creators as modern, simple, and accessible.</p>



<p class="wp-block-paragraph">Although pre-1.0 and still growing, G# aims to be for people who want a small, predictable language with direct access to the .NET ecosystem. Developers will see imports, <code>func</code>, structs, slices, maps, channels, <code>go</code>, <code>select</code>, and <code>for in</code> iteration. Also important are nullable flow, direct calls into the CLR (Common Language Runtime), and built-in concurrency. </p>



<p class="wp-block-paragraph">With G#, copyrighted in 2026, developers get value-oriented structs, reference-oriented classes, data structs, and data classes. For concurrency, G# uses <code>scope</code> for structured concurrency, <code>async func</code><strong> </strong>and <code>await</code><strong> </strong>for task-based asynchrony, and <code>async sequence[T]</code> for asynchronous streams. G# also makes use of the same <code>Task</code> and <code>Task[T]</code> types familiar from the .NET BCL (Base Class Library).</p>



<p class="wp-block-paragraph">G# documentation is <a href="https://davidobando.github.io/gsharp/" data-type="link" data-id="https://davidobando.github.io/gsharp/">available on the GitHub site</a> of Microsoft software engineer David Obando. “Every .NET type—your packages, third-party NuGet packages, the BCL—is callable from G# with the syntax you already know. CLR generics use G#’s bracket spelling, and method calls, properties, indexers, and <code>for in</code><strong> </strong>over <code>IEnumerable[T]</code> all just work,” according to the website.</p>



<p class="wp-block-paragraph">A Visual Studio Code extension for G3 can be found at <a href="https://marketplace.visualstudio.com/items?itemName=gsharplang.vscode-gsharp">marketplace.visualstudio.com</a>. The extension adds syntax highlighting, language server features, build/run commands, and debugger configuration for <code>.gs</code> and <code>.gsproj</code> files. Developers can install the extension from within VS Code (search for “G#” in the Extensions view) or from the command line.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[GitLab previews auto-remediation of vulnerable dependencies]]></title>
<description><![CDATA[GitLab has released GitLab 19.2, an update to the company’s devsecops platform that allows teams to fix vulnerable dependencies automatically, use Security Review Flow to catch logic flaws that scanners miss, and run AI agents straight from the terminal, the company said. 



Highlights in GitLab...]]></description>
<link>https://tsecurity.de/de/3686997/ai-nachrichten/gitlab-previews-auto-remediation-of-vulnerable-dependencies/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3686997/ai-nachrichten/gitlab-previews-auto-remediation-of-vulnerable-dependencies/</guid>
<pubDate>Wed, 22 Jul 2026 18:23:04 +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">GitLab has released <a href="https://about.gitlab.com/whats-new/" data-type="link" data-id="https://about.gitlab.com/whats-new/">GitLab 19.2</a>, an update to the company’s <a href="https://www.infoworld.com/article/2337499/what-is-devsecops-securing-devops-pipelines.html" data-type="link" data-id="https://www.infoworld.com/article/2337499/what-is-devsecops-securing-devops-pipelines.html">devsecops</a> platform that allows teams to fix vulnerable dependencies automatically, use Security Review Flow to catch logic flaws that scanners miss, and run AI agents straight from the terminal, the company said. </p>



<p class="wp-block-paragraph">Highlights in GitLab 19.2 include the following:</p>



<ul class="wp-block-list">
<li>Dependency Scanning Auto-Remediation, in public beta, uses AI to fix build-breaking changes and iterates until your pipeline passes, with every change governed by your existing gates and audit trail. </li>



<li>Security Review Flow, also in public beta, analyzes code changes as a security engineer would and catches authorization gaps, business-logic errors, and race conditions that static scanners structurally cannot see.</li>



<li>GitLab Duo CLI, now generally available, gives developers access to agents and multi-step agentic flows for all software life cycle tasks without leaving the terminal. </li>



<li>Custom Flows, now generally available, let teams replace manual multi-step workflows with agentic automations for software development, triggered by GitLab events.</li>
</ul>



<p class="wp-block-paragraph">“Coding agents made it possible to generate far more code and moved the bottleneck downstream to reviews and security,” said Manav Khurana, chief product and marketing officer at GitLab, in a statement. “GitLab 19.2 puts agents to work on that bottleneck: fixing vulnerable dependencies, catching the flaws scanners miss, and automating the steps in between with a person still approving what ships.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft doubles down on sovereign AI with expanded Mistral partnership]]></title>
<description><![CDATA[Microsoft and Mistral are betting that the future of enterprise AI is in sovereign infrastructure and model choice, rather than with one locked-in system. 



The companies have announced a “significant expansion” of their strategic partnership, which includes a multibillion dollar commitment fro...]]></description>
<link>https://tsecurity.de/de/3685096/it-nachrichten/microsoft-doubles-down-on-sovereign-ai-with-expanded-mistral-partnership/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3685096/it-nachrichten/microsoft-doubles-down-on-sovereign-ai-with-expanded-mistral-partnership/</guid>
<pubDate>Wed, 22 Jul 2026 04:03: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 class="wp-block-paragraph">Microsoft and Mistral are betting that the future of enterprise AI is in sovereign infrastructure and model choice, rather than with one locked-in system. </p>



<p class="wp-block-paragraph">The companies have announced a “<a href="https://news.microsoft.com/source/2026/07/21/microsoft-and-mistral-expand-strategic-partnership-to-give-enterprises-and-regulated-industries-frontier-ai-they-can-control/" target="_blank" rel="noreferrer noopener">significant expansion</a>” of their strategic partnership, which includes a multibillion dollar commitment from Microsoft. Mistral will add to its GPU infrastructure in Europe and extend access to its frontier multilingual models, while Microsoft will expand its sovereign cloud capabilities. The companies will also align on a joint go-to-market plan and will pursue enterprise opportunities together across Europe and globally, as well as funding proofs of concept (PoCs), offering Azure credits, and leading workshops to drive AI innovation with customers.</p>



<p class="wp-block-paragraph">The partnership between the tech giant and the <a href="https://www.infoworld.com/article/4187526/is-mistral-late-or-savvy.html" target="_blank">three-year-old French startup</a> might seem an odd combination at first glance, analysts note, as both develop enterprise AI models and offer access as-a-service. But it reflects changing AI market dynamics.</p>



<p class="wp-block-paragraph">“It’s possible to be both a competitor and a partner at the same time,” noted technology analyst <a href="https://ca.linkedin.com/in/carmi" target="_blank" rel="noreferrer noopener">Carmi Levy</a>. Large cloud providers are becoming AI marketplaces in their own right, he pointed out, and are drifting away from exclusively promoting their own models. Building Mistral support into their infrastructure avoids platform lock-in and removes a “key objection for customers looking for options.”</p>



<p class="wp-block-paragraph">“As much as Microsoft would want everybody standardizing on Copilot and Phi, it recognizes the simple fact that customers increasingly want to choose their own models,” said Levy.</p>



<h2 class="wp-block-heading">Expands model access, sovereign cloud capabilities</h2>



<p class="wp-block-paragraph">As part of the agreement, Mistral will expand its Europe-based capacity with thousands of Nvidia Vera Rubin GPUs.</p>



<p class="wp-block-paragraph">Mistral CEO and co-founder <a href="https://www.computerworld.com/article/4134107/mistral-ceo-over-half-of-companies-software-can-be-replaced-by-ai.html" target="_blank">Arthur Mensch</a> described a “slight gap” in compute capacity in Europe, noting that this expansion will provide more compute capability and support Microsoft’s cloud and AI services, providing a “shared platform for training, inference and large-scale deployment.” The companies call it a critical step to allow Microsoft customers to benefit from Mistral’s “scientific and compute innovations.”</p>



<p class="wp-block-paragraph">In addition, Mistral Medium 3.5 and OCR 4 models are now available in Microsoft Foundry, and Mistral Medium 3.5 can be used in Microsoft Copilot Studio.</p>



<p class="wp-block-paragraph">The partnership also extends Microsoft’s sovereign cloud infrastructure as well as combining Mistral’s frontier models with Microsoft’s security, compliance, and cloud-to-edge platform. This gives enterprises, particularly those in regulated markets, the ability to deploy AI where they see fit, while maintaining control over their data and workloads, according to the companies.</p>



<p class="wp-block-paragraph">Further, customers will be able to build AI using the same models, tools, APIs, and workflows they’re used to, across Microsoft Foundry, Foundry Local, and <a href="https://www.infoworld.com/article/4108044/whats-next-for-azure-infrastructure.html" target="_blank">Azure Local</a>, and opt for fully Azure-hosted cloud environments; cloud-connected, controlled Azure Local environments that only use cloud-based Azure when necessary; and fully-disconnected environments that can operate independently for more sensitive scenarios.</p>



<p class="wp-block-paragraph">“Europe should have access to the world’s most capable AI without compromising control over their data, operations or digital future,” said <a href="https://www.linkedin.com/in/bradsmi" target="_blank" rel="noreferrer noopener">Brad Smith</a>, vice chair and president, Microsoft, noting that with this partnership, the company is honoring its <a href="https://blogs.microsoft.com/on-the-issues/2025/04/30/european-digital-commitments/" target="_blank" rel="noreferrer noopener">European digital commitments</a> and giving customers a foundation for AI so they can “operate on their own terms.” Customers with “heightened sovereignty needs” will be able to exercise more control with “resilience and assurance” and continued access to Mistral’s open-weight models.</p>



<h2 class="wp-block-heading">Enterprise credibility</h2>



<p class="wp-block-paragraph">Gartner distinguished VP analyst <a href="https://www.gartner.com/en/experts/arun-chandrasekaran" target="_blank" rel="noreferrer noopener">Arun Chandrasekaran</a> noted that there’s no doubt that this agreement strengthens Microsoft’s sovereignty messaging and its position in regulated industries, and the tech giant benefits by expanding its AI portfolio with a “credible European frontier model provider”</p>



<p class="wp-block-paragraph">He pointed to key differences from the initial partnership struck by the two companies in 2024; whereas originally Microsoft was hosting Mistral’s models, it is now consuming capacity built by Mistral in Europe.</p>



<p class="wp-block-paragraph">Ultimately, the deal emphasizes European data centers, customer-controlled deployments, Azure Local, and fully-disconnected environments, addressing many of the concerns that surrounded the original Azure cloud only relationship, Chandrasekaran explained.</p>



<p class="wp-block-paragraph">For Mistral, the partnership provides “enterprise credibility, and repeatable infrastructure revenue” that can fund continued <a href="https://www.cio.com/article/4198030/7-issues-impacting-ai-strategies-and-how-cios-should-respond.html" target="_blank">AI platform development</a>, he said. The combination of Microsoft’s enterprise AI platform with Mistral’s models and European AI infrastructure will give joint customers more deployment flexibility and expand options around data residency, sovereign AI deployments, and disconnected/on-premises environments.</p>



<p class="wp-block-paragraph">“It also gives customers more model choice, reducing dependence on a single AI provider,” said Chandrasekaran.</p>



<h2 class="wp-block-heading">A complementary partnership</h2>



<p class="wp-block-paragraph">Mistral continues to innovate with its frontier AI models and its chat and coding agent, Vibe (formerly Le Chat), yet it doesn’t attract as much attention as Claude or ChatGPT.</p>



<p class="wp-block-paragraph">One of the company’s key differentiators is its targeted business model. Levy pointed out that not every workload requires “full-flight GPT.” For customers trying to rein in costs and limit exposure with on-premises deployments, Mistral’s “more focused capabilities can represent a cost-effective alternative.”</p>



<p class="wp-block-paragraph">Chandrasekaran pointed to Mistral’s combination of high-performance open-weight models, strong multilingual capabilities, and a “focus on efficient inference that lowers deployment costs.”</p>



<p class="wp-block-paragraph">Unlike many frontier AI companies, it offers customers greater flexibility to self-host and customize models; this makes it particularly attractive for enterprises and governments with sovereignty or regulatory requirements, he said. Its European roots also position it as the leading alternative for organizations seeking cutting-edge AI outside the US and Chinese ecosystems.</p>



<p class="wp-block-paragraph"><a href="https://www.infotech.com/profiles/bill-wong" target="_blank" rel="noreferrer noopener">Bill Wong</a>, research fellow at Info-Tech Research Group, also pointed to Mistral’s high-quality models and “adeptness as a sovereign AI leader.” There is growing demand for AI companies that comply with regional laws and data residency, and Mistral is established as “one of the most prominent European players.”</p>



<p class="wp-block-paragraph">“Such a strategic position makes it a great partner for Microsoft to further expand its AI offerings beyond just being a single-model provider,” he said. Customers get freedom of choice while complying with data sovereignty and regulatory limitations without having to execute a separate AI deployment, while Mistral, for its part, can go beyond Europe and gain more visibility with international businesses.</p>



<p class="wp-block-paragraph">Mistral brings both “technological and political advantages,” Levy noted. The startup’s European roots give Microsoft more credibility “at a fraught time for geopolitical relationships.” Customers in Europe and beyond are concerned about US exposure, and Mistral can provide a safer choice.</p>



<p class="wp-block-paragraph">Meanwhile, Microsoft can deploy European-developed AI models running on European infrastructure, thus maximizing regulatory compliance while offering next-level enterprise marketing scale that Mistral “simply couldn’t achieve on its own,” said Levy. Mistral-based workloads deployed on Azure will also benefit from Microsoft’s “comprehensive security certifications, governance frameworks, and monitoring.”</p>



<p class="wp-block-paragraph">Bottom line: Both companies can maximize their unique roadmaps through the partnership, he said. “As the rules of the AI economy continue to evolve, expect more eyebrow-raising deals like this to be signed.”</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[Headaches for Silicon Valley as China chips away at the US’s lead in the AI race]]></title>
<description><![CDATA[Google’s AI struggles scream trouble as new Chinese models (again) throw US tech dominance into questionHello, I’m Blake Montgomery, writing to you after a double-header feature of Christopher Nolan’s The Odyssey and the World Cup final. What a great Sunday. Today in tech, we’re discussing how Ch...]]></description>
<link>https://tsecurity.de/de/3683658/ai-nachrichten/headaches-for-silicon-valley-as-china-chips-away-at-the-uss-lead-in-the-ai-race/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3683658/ai-nachrichten/headaches-for-silicon-valley-as-china-chips-away-at-the-uss-lead-in-the-ai-race/</guid>
<pubDate>Tue, 21 Jul 2026 14:19:33 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Google’s AI struggles scream trouble as new Chinese models (again) throw US tech dominance into question</p><p>Hello, I’m Blake Montgomery, writing to you after a double-header feature of Christopher Nolan’s The Odyssey and the World Cup final. What a great Sunday. Today in tech, we’re discussing how China is chipping away at the US’s lead in the AI race and how Silicon Valley’s workers are taking action to protect their jobs from AI.</p><p><a href="https://www.theguardian.com/us-news/2026/jul/14/new-york-moratorium-ai-datacenters">New York becomes first state to impose one-year pause on new AI datacenters</a></p><p><a href="https://www.theguardian.com/us-news/2026/jul/15/trump-new-york-datacenter-moratorium">Trump rails against New York’s statewide datacenter moratorium</a></p><p><a href="https://www.theguardian.com/australia-news/2026/jul/16/albaneses-ai-blueprint-sparks-calls-for-datacentre-moratorium-until-new-regulations-in-place">Albanese’s AI blueprint sparks calls for datacentre moratorium until new regulations in place</a></p><p><a href="https://www.theguardian.com/fashion/2026/jul/17/adversarial-clothing-are-garments-designed-to-confuse-facial-recognition-systems-about-to-go-mainstream">‘Adversarial clothing’: are garments designed to confuse facial recognition systems about to go mainstream?</a></p><p><a href="https://www.theguardian.com/technology/2026/jul/14/ibm-shares-profit-drop-value">IBM loses quarter of its value as tech giant’s shares plunge and profits falter</a></p><p><a href="https://www.theguardian.com/media/2026/jul/15/teenagers-verdic-britain-social-media-curfew-ban-whats-the-point">‘What’s the point?’ Teenagers give their verdict on Britain’s social media curfew</a></p><p><a href="https://www.theguardian.com/technology/2026/jul/17/amazon-web-services-customers-trillion-dollar-bills-global-glitch">Amazon Web Services customers receive bills for up to $1.5tn after global glitch</a></p><p><a href="https://www.theguardian.com/technology/ng-interactive/2026/jul/16/justin-sun-trump-family-crypto">Trump made $1.4bn from crypto in one year. Is Justin Sun the man who helped him do it?</a></p> <a href="https://www.theguardian.com/technology/2026/jul/20/china-google-ai-race">Continue reading...</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Security Contracting]]></title>
<description><![CDATA[I've recently been looking to move into the security field such as Maritime security, UHNWI Security or even residential. Im still currently serving and working on aligning my training with whats required for those specific jobs or in other words the more experience the better. My question is wha...]]></description>
<link>https://tsecurity.de/de/3682533/it-security-nachrichten/security-contracting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3682533/it-security-nachrichten/security-contracting/</guid>
<pubDate>Tue, 21 Jul 2026 04:08:41 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>I've recently been looking to move into the security field such as Maritime security, UHNWI Security or even residential. Im still currently serving and working on aligning my training with whats required for those specific jobs or in other words the more experience the better. My question is what's a good starter to jump into to get things rolling, should I be looking to join a security firm or simply applying for contractor jobs i see and what are some training/Experience I should have to have the best opportunity of getting a well paying job. </p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Blood_moonxX"> /u/Blood_moonxX </a> <br> <span><a href="https://www.reddit.com/r/security/comments/1v0s9jw/security_contracting/">[link]</a></span>   <span><a href="https://www.reddit.com/r/security/comments/1v0s9jw/security_contracting/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[What's in a number plate? (emf2026)]]></title>
<description><![CDATA[Why are Irish number plates so much longer than British ones, despite the population being much smaller? What letters can you use on a Greek number plate? How do you drive a Japanese-registered car abroad, when the number plate is full of kanji and kana? Why do some people give Belgian cars with ...]]></description>
<link>https://tsecurity.de/de/3679530/it-security-video/whats-in-a-number-plate-emf2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3679530/it-security-video/whats-in-a-number-plate-emf2026/</guid>
<pubDate>Sun, 19 Jul 2026 15:33:07 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Why are Irish number plates so much longer than British ones, despite the population being much smaller? What letters can you use on a Greek number plate? How do you drive a Japanese-registered car abroad, when the number plate is full of kanji and kana? Why do some people give Belgian cars with five-character plates a wide berth? Are those supercars with Arabic number plates you see in West London even legal?

I've always been a bit obsessed with vehicle registration plates. I like spotting the hidden information in them, but I also like seeing the decisions encoded in their formats, and how those have played out over time. Everywhere seems to have come up with its own solution to the same problem, they're all different, and seemingly innocuous decisions can have significant impacts later on.

These superficially trivial identifiers turn out to be much more than that, intersecting design, politics, information encoding, and even questions of identity. They're also, I hope to show, fun, and can make us all feel better about having to live with the consequences of bad choices we made in the past.

Licensed to the public under https://creativecommons.org/licenses/by-sa/4.0/
about this event: https://www.emfcamp.org/schedule/2026/48-whats-in-a-number-plate]]></content:encoded>
</item>
<item>
<title><![CDATA[What's in a number plate? (emf2026)]]></title>
<description><![CDATA[Why are Irish number plates so much longer than British ones, despite the population being much smaller? What letters can you use on a Greek number plate? How do you drive a Japanese-registered car abroad, when the number plate is full of kanji and kana? Why do some people give Belgian cars with ...]]></description>
<link>https://tsecurity.de/de/3679362/it-security-video/whats-in-a-number-plate-emf2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3679362/it-security-video/whats-in-a-number-plate-emf2026/</guid>
<pubDate>Sun, 19 Jul 2026 13:03:36 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Why are Irish number plates so much longer than British ones, despite the population being much smaller? What letters can you use on a Greek number plate? How do you drive a Japanese-registered car abroad, when the number plate is full of kanji and kana? Why do some people give Belgian cars with five-character plates a wide berth? Are those supercars with Arabic number plates you see in West London even legal?

I've always been a bit obsessed with vehicle registration plates. I like spotting the hidden information in them, but I also like seeing the decisions encoded in their formats, and how those have played out over time. Everywhere seems to have come up with its own solution to the same problem, they're all different, and seemingly innocuous decisions can have significant impacts later on.

These superficially trivial identifiers turn out to be much more than that, intersecting design, politics, information encoding, and even questions of identity. They're also, I hope to show, fun, and can make us all feel better about having to live with the consequences of bad choices we made in the past.

Licensed to the public under https://creativecommons.org/licenses/by-sa/4.0/
about this event: https://www.emfcamp.org/schedule/2026/48-whats-in-a-number-plate]]></content:encoded>
</item>
<item>
<title><![CDATA[Huawei eying possible DRAM market entry]]></title>
<description><![CDATA[Chinese tech giant Huawei is reportedly entering the DRAM manufacturing business in a bid to cash in on the insane profitability of memory sales.



Three firms – Micron Technology, SK hynix, and Samsung Electronics — account for 95% of the DRAM on the market worldwide. The rest is small players,...]]></description>
<link>https://tsecurity.de/de/3674262/it-security-nachrichten/huawei-eying-possible-dram-market-entry/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3674262/it-security-nachrichten/huawei-eying-possible-dram-market-entry/</guid>
<pubDate>Thu, 16 Jul 2026 19:23: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 class="wp-block-paragraph">Chinese tech giant Huawei is reportedly entering the DRAM manufacturing business in a bid to cash in on the <a href="https://www.networkworld.com/article/4166484/memory-shortage-and-cost-surge-push-enterprises-toward-cloud.html">insane profitability</a> of memory sales.</p>



<p class="wp-block-paragraph">Three firms – Micron Technology, SK hynix, and Samsung Electronics — account for 95% of the DRAM on the market worldwide. The rest is small players, mostly in China. One of them, CXMT, is gearing to make a run for the <a href="https://www.networkworld.com/article/4119222/whats-causing-the-memory-shortage.html">market</a> and try and take a little bit of their business. But it is a small player, especially compared to Huawei.</p>



<p class="wp-block-paragraph">Huawei’s strategy is complex. It is working with various entities to circumvent the <a href="https://www.tomshardware.com/tech-industry/huawei-chairman-thanks-the-us-for-supercharging-chinas-semiconductor-industry-washingtons-export-controls-encouraged-chinese-firms-to-invest-in-r-and-d-and-build-their-own-tech-stack-competing-with-american-technologies">U.S. trade sanctions</a> specifically targeting it. According to SemiconductorInsider <a href="https://x.com/SemiconductorsX/status/2075932441408356647">on X.com</a>, the Chinese government and DRAM chip maker Swaysure (formed in 2022) are planning to introduce a DRAM manufacturing plant with a capacity of 140,000 wafers per month.</p>



<p class="wp-block-paragraph">For perspective, Samsung manufacturers approximately 500,000 wafers per month, and Micron makes about 250,000 wafers per month.</p>



<p class="wp-block-paragraph">It all fits in perfectly with Beijing’s drive for semiconductor self-reliance uh especially after all of the <a href="https://www.networkworld.com/article/4004178/huawei-says-it-trails-its-us-rivals-in-chips-but-is-closing-the-gap.html">U.S. sanctions</a>. And it would be US interference, not Huawei’s inexperienced with making memory that will be its greatest challenge, says one analyst.</p>



<p class="wp-block-paragraph">“Their biggest problem will be tooling up, since the US has a lot of sway over the world’s semiconductor equipment makers, and it’s using that sway to prevent tools from being shipped to China,” said <a href="https://www.linkedin.com/in/jimhandy/">Jim Handy, president of Objective Analysis</a>.</p>



<p class="wp-block-paragraph">Handy said he hears that Huawei and Swaysure are working to produce DRAM starting at 28nm.  With that process they ought to be able to make 8Gb chips that yield reasonably but he doubts that they will be able to make HBM with that process, though.</p>



<p class="wp-block-paragraph">Since he doesn’t know how far along they are in the process, Handy doesn’t know when something could come to market.  “They may be on the cusp of shipping something, or they may be a couple of years away, but I don’t think they will wait any longer than that, so let’s say 2028.  If there’s still a shortage in 2028, they are likely to ramp as hard as they can to get to something like 2-5% of the market by 2030.  If the shortage ends before then, they will probably take a much longer time,” he said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[‘What’s the point?’ Teenagers give their verdict on Britain’s social media curfew]]></title>
<description><![CDATA[All the young people the Guardian spoke to disagreed with aspects of the government’s proposed blockSixteen- and 17-year-olds in Britain are to be encouraged to observe a midnight to 6am social media curfew but will be able to opt out by changing their account settings.From next spring, they will...]]></description>
<link>https://tsecurity.de/de/3671792/it-nachrichten/whats-the-point-teenagers-give-their-verdict-on-britains-social-media-curfew/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3671792/it-nachrichten/whats-the-point-teenagers-give-their-verdict-on-britains-social-media-curfew/</guid>
<pubDate>Wed, 15 Jul 2026 22:18:07 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>All the young people the Guardian spoke to disagreed with aspects of the government’s proposed block</p><p>Sixteen- and 17-year-olds in Britain are to be encouraged to observe a <a href="https://www.theguardian.com/technology/2026/jul/14/uk-16-17-year-olds-midnight-social-media-curfew">midnight to 6am social media curfew</a> but will be able to opt out by changing their account settings.</p><p>From next spring, they will be urged to refrain from using certain apps, with the block being switched on by default. But the curfew will not be mandatory and can be overridden.</p> <a href="https://www.theguardian.com/media/2026/jul/15/teenagers-verdic-britain-social-media-curfew-ban-whats-the-point">Continue reading...</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Go-based TypeScript 7.0 arrives]]></title>
<description><![CDATA[Microsoft has released TypeScript 7.0, a native port of the company’s strongly typed version of the JavaScript language based on the Go programming language. 



With this new codebase, TypeScript 7.0 brings native code speed, shared memory multithreading, and a number of new optimizations that t...]]></description>
<link>https://tsecurity.de/de/3671163/ai-nachrichten/go-based-typescript-70-arrives/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3671163/ai-nachrichten/go-based-typescript-70-arrives/</guid>
<pubDate>Wed, 15 Jul 2026 17:19:36 +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">Microsoft has released TypeScript 7.0, a native port of the company’s <a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html" data-type="link" data-id="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html">strongly typed version of the JavaScript language</a> based on the <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go programming language</a>. </p>



<p class="wp-block-paragraph">With this new codebase, TypeScript 7.0 brings native code speed, shared memory multithreading, and a number of new optimizations that typically yield speedups between 8x and 12x on full builds, Microsoft said in a <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/">July 8 announcement</a>. This port of TypeScript to native code was done as faithfully as possible, writing new code while maintaining the structure and logic of the original codebase to keep results consistent and compatible between the two compilers, according to Microsoft. </p>



<p class="wp-block-paragraph">TypeScript 7.0 is available via npm:</p>



<pre class="wp-block-code"><code>npm install -D typescript</code></pre>



<p class="wp-block-paragraph">To help with the TypeScript 6.0 to TypeScript 7.0 transition process, Microsoft has published a new compatibility package, <code>@typescript/typescript6</code>. This package provides an executable named <code>tsc6</code>, so that if needed, a developer can install TypeScript 7.0 (which ships its own <code>tsc</code> binary) side-by-side with TypeScript 6.0 without naming conflicts. The new package also re-exports the TypeScript 6.0 API, so that a developer can use <code>tsc</code> for TypeScript 7, while other tooling can continue to rely on TypeScript 6.0.</p>



<p class="wp-block-paragraph">TypeScript 7.0 is a major milestone in the TypeScript project, Microsoft said. This port has been the primary focus for Microsoft’s team for more than a year. With TypeScript 7.0 now out, the team will return to new feature work, ergonomic improvements, more performance wins, and implementing a new API for the broader ecosystem. Microsoft expects a fairly similar timeline to releases prior to TypeScript 7.0, with new versions published every three to four months. </p>



<p class="wp-block-paragraph">TypeScript 7.0 was announced as a <a href="https://www.infoworld.com/article/4191918/typescript-7-0-reaches-release-candidate-stage.html">release candidate</a> on June 18. </p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to unionize your tech workplace]]></title>
<description><![CDATA[This is Part 2 of a series on tech worker unionization. See Part 1: “A brewing battle: More IT workers want unions. The industry doesn’t.”



The best time for tech workers to unionize was 20 years ago, when they had plenty of leverage. The second-best time is now, when they don’t.



Mass layoff...]]></description>
<link>https://tsecurity.de/de/3670454/it-nachrichten/how-to-unionize-your-tech-workplace/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3670454/it-nachrichten/how-to-unionize-your-tech-workplace/</guid>
<pubDate>Wed, 15 Jul 2026 13:18: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 class="wp-block-paragraph"><em>This is Part 2 of a series on tech worker unionization. See Part 1: “<a href="https://www.computerworld.com/article/4191760/brewing-battle-more-tech-workers-want-unions-but-the-industry-doesnt.html">A brewing battle: More IT workers want unions. The industry doesn’t</a>.”</em></p>



<p class="wp-block-paragraph">The best time for tech workers to unionize was 20 years ago, when they had plenty of leverage. The second-best time is now, when they don’t.</p>



<p class="wp-block-paragraph">Mass layoffs, AI-driven displacement, corporate surveillance, workplace disillusionment have created conditions that have made organizing compelling for tech professionals. But the federal labor board that has historically protected workers’ right to organize has been weakened, and the companies that once feared it are openly defying it.</p>



<p class="wp-block-paragraph">Here’s how organizers and labor experts describe the pros and cons to organizing — and how you can get started.</p>



<h2 class="wp-block-heading">What unions can — and can’t — do for you</h2>



<p class="wp-block-paragraph">The single biggest benefit of a union contract for most tech workers isn’t pay — it’s protection against arbitrary termination, especially in the wake of recent mass layoffs in tech. In the United States, nonunion “at-will” workers can be fired at any time without a stated reason, while unionized workers negotiate protections written into their contracts.</p>



<p class="wp-block-paragraph">“That fear of the company letting you go for anything at any time…with a union they just can’t do that,” says <a href="https://www.linkedin.com/in/zthompson1/" target="_blank" rel="noreferrer noopener">Zak Thompson</a>, a senior software engineer at Kickstarter and union steward at Kickstarter United. Now that Kickstarter employees are unionized, people are less worried that saying something negative will result in termination.</p>



<p class="wp-block-paragraph">“I’ve been shocked at the willingness of my co-workers to speak up against what they see as poor or controversial business decisions,” Thompson says.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full is-resized"> width="972" height="972" sizes="auto, (max-width: 972px) 100vw, 972px"&gt;<figcaption class="wp-element-caption"><p>Zak Thompson from Kickstarter United</p><br></figcaption></figure><p class="imageCredit">Fee Christoph</p></div>



<p class="wp-block-paragraph"><strong>Beyond job security, unions can deliver concrete material gains.</strong> <a href="https://kickstarterunited.org/about/" target="_blank" rel="noreferrer noopener">Kickstarter United was formed in 2020</a>, although getting there wasn’t easy: two employees were fired during the organizing campaign — which itself became a galvanizing event. And while the union hasn’t been able to prevent layoffs, it did negotiate better terms: four months of severance pay and four to six months of continued health insurance, versus the two to three weeks per year of work that management had initially proposed.</p>



<p class="wp-block-paragraph">Other benefits include a four-day work week; AI protections; a minimum pay floor; and standards for raises, promotions, and time off for the company’s 59 employees.</p>



<p class="wp-block-paragraph"><strong>Unions can give tech workers a voice in decisions that affect their daily work — including how AI tools are deployed.</strong> “Nobody I’ve spoken to is against new technology or getting trained in it,” says <a href="https://www.linkedin.com/in/mbelasco/" target="_blank" rel="noreferrer noopener">Max Belasco</a>, a business systems analyst at the University of California Los Angeles School of Law and co-chair of the UCLA chapter of the University Professional and Technical Employees/Communications Workers of America (UPTE-CWA) Local 9119.</p>



<p class="wp-block-paragraph">“But when new technology is being implemented, we want to know: what’s the five-year vision, the 10-year vision? Are we implementing this in a way that betters staffing, increases efficiency, or eases the lives of people already working? Or are we trying to take away jobs, automate people out of their pension or paycheck?” Belasco says.</p>



<p class="wp-block-paragraph"><strong>The challenges are real.</strong> Tech professionals are less inclined to leave their jobs in the current market because wages haven’t been increasing as fast as they once were, and it can take longer to land another job.</p>



<p class="wp-block-paragraph">“Tech moved from a very tight labor market in 2022 (1.85% unemployment rate) to a noticeably weaker one in 2024–2026 (3.49%),” although that’s still better than the national unemployment rate of 4.36% through May of this year, says <a href="https://www.mercatus.org/scholars/liya-palagashvili" target="_blank" rel="noreferrer noopener">Liya Palagashvili</a>, senior research fellow and director of the Labor Policy Project at the Mercatus Center at George Mason University.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full is-resized"> width="960" height="640" sizes="auto, (max-width: 960px) 100vw, 960px"&gt;<figcaption class="wp-element-caption"><p>Liya Palagashvili of the Mercatus Center at George Mason University</p></figcaption></figure><p class="imageCredit">Mercatus Center at George Mason University</p></div>



<p class="wp-block-paragraph"><strong>Flexibility is a concern.</strong> The more substantive challenge, raised by economists including Palagashvili, is that traditional union contracts impose uniform terms across an entire bargaining unit, limiting the flexibility that many tech workers — and their employers —currently enjoy. Tech firms need to move fast, adjusting teams, products, and roles on the fly.</p>



<p class="wp-block-paragraph">“Collective bargaining agreements can make those adjustments much more difficult, whether by making them slower, costlier, or inconsistent with the contract,” she says.</p>



<p class="wp-block-paragraph">Workers skeptical of unions in a <a href="https://www.teamblind.com/blog/why-are-unions-not-common-tech-industry/" target="_blank" rel="noreferrer noopener">survey of 1,900 tech professionals</a> conducted by the career site Blind cited specific concerns: that unions are “not meritocratic,” “prevent innovation,” and “hold back earnings of top performers.”</p>



<p class="wp-block-paragraph">Thompson from Kickstarter United pushes back: “We have nothing in our contract about ‘you can’t bend down and pick up a piece of trash because that’s someone else’s job.’ The company is free to give bonuses and individual raises as much as they like. This is all just up to the people who are bargaining the contract from the union side.”</p>



<p class="wp-block-paragraph"><strong>Organizing carries potentially serious personal risks.</strong> During negotiations for a second three-year contract in 2025, Kickstarter United went on strike for 42 days. A few months later, the company announced layoffs.</p>



<p class="wp-block-paragraph">“They let go strong union leaders, including a person who had bargained our last contract,” Thompson says. The union appealed, and the issue is now going to arbitration.</p>



<p class="wp-block-paragraph">If you form a union, don’t expect much support from the <a href="https://www.nlrb.gov/" target="_blank" rel="noreferrer noopener">National Labor Relations Board</a>, the agency that certifies US labor unions and protects workers’ right to organize, in terms of prosecuting complaints of unfair labor practices, Thompson warns. “We’re in a political moment in this country with a pretty weakened NLRB. You have to be ready to organize and withhold worker power without any guarantee of safety.”</p>



<p class="wp-block-paragraph"><strong>Organizers are up against an enormous union avoidance industry.</strong> Organizers can expect fierce pushback as soon as the business discovers that organizing is underway.</p>



<p class="wp-block-paragraph">“There’s a multi-billion-dollar industry in union avoidance,” says <a href="https://www.linkedin.com/in/alan-mcavinney-a386b8122/" target="_blank" rel="noreferrer noopener">Alan McAvinney</a>, a Google software engineer and organizing chair, Alphabet Workers Union-CWA, a 1,400-member minority union of Alphabet employees. (Google is a subsidiary of Alphabet.)</p>



<p class="wp-block-paragraph">US employers spend roughly $1.7 billion a year on union avoidance consultants and law firms, according to a <a href="https://www.epi.org/press/u-s-employers-spend-roughly-1-7-billion-annually-on-union-avoidance/" target="_blank" rel="noreferrer noopener">May 2026 report</a> by the Economic Policy Institute and LaborLab.</p>



<p class="wp-block-paragraph"><strong>Expect hardball tactics. </strong>Management may play hardball during the time between when organizers announce their intention to unionize and the actual vote. For example, management can threaten to fire foreign-born workers in the US on H-1B visas if they support the union. Those workers would then have just 60 days to find a new sponsoring employer or lose their H-1B status, according to a recent <a href="https://techworkerscoalition.org/blog/2025/03/14/immigrant-rights-are-labor-rights-tech-workers-and-h-1b-visas/" target="_blank" rel="noreferrer noopener">Tech Workers Coalition blog post</a>.</p>



<p class="wp-block-paragraph">And at venture capital-backed startups, investment agreements sometimes require management to attest there is no union activity — meaning a public organizing drive can trigger funding withdrawal. Or, if a unionized company is acquired, the new management can dissolve the union overnight by reclassifying unionized workers as new hires.</p>



<p class="wp-block-paragraph">With these sobering facts in mind, here is how organizers who have done it describe the process of creating a union.</p>



<h2 class="wp-block-heading">Step 1: Start a conversation with your co-workers</h2>



<p class="wp-block-paragraph">At the University of California, a two-tier system had evolved where some tech workers were unionized and some weren’t, Belasco says. Management created new titles that fell outside the union even though they had similar job descriptions and responsibilities to those in the union. Those nonunion employees received lower pay and benefits than their unionized peers, which created resentment and instability.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption"><p>Max Belasco from the UCLA chapter of UPTE-CWA</p>
</figcaption></figure><p class="imageCredit">Zac Goldstein</p></div>



<p class="wp-block-paragraph">Belasco and other organizers wanted to eliminate that division by bringing everyone under the same contract. But when they began their unionization drive, “the biggest barrier we faced wasn’t management opposition — it was that people felt this was just the best-case scenario realistically available: ‘We have this job at the university, we have concerns about automation and layoffs, but what can we really do about it?'” he says.</p>



<p class="wp-block-paragraph">The antidote to that fatalism, organizers say, is simple: “Just start talking to your immediate co-workers. Are they experiencing the same challenges you are experiencing?” says McAvinney. “There’s no need to start talking about a union at this point.”</p>



<p class="wp-block-paragraph">Just get a consensus and start building a group of like-minded individuals, Thompson advises. “Always start with one-on-one conversations, and that’s what you should do the whole time. That’s the key to organizing,” he says.</p>



<p class="wp-block-paragraph">Tech workers often think they’re a special case, says Thompson, and therefore that unionization isn’t a good fit. “You’re not special. You are a company of workers, you are organizing, and there is a playbook for that. Trust the process, because it tends to work pretty well,” he says.</p>



<h2 class="wp-block-heading">Step 2: Who’s on board, and who’s not? Map your workplace, but keep it quiet</h2>



<p class="wp-block-paragraph">Once there’s a consensus, continue to grow your network. Keep a list of everyone you’ve spoken with and note their disposition: “Is this person union-friendly or anti-union? Would they be a strong organizer?” Thompson says.</p>



<p class="wp-block-paragraph">Maintaining secrecy early on is essential, because anti-union tactics will start immediately, and that can stop union organizing before it can gain momentum.</p>



<p class="wp-block-paragraph">“Generally, employers do not want to share power with their workforce,” McAvinney says. Employers will deploy every means at their disposal to stop organizing efforts and peel away potential yes votes.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="839" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption"><p>Alan McAvinney from Alphabet Workers Union-CWA</p><br></figcaption></figure><p class="imageCredit">Aran Per Ink</p></div>



<p class="wp-block-paragraph">“If you look at historical examples, having 70% approval before the employer finds out about you results in a high percentage of wins when you actually cast the vote. Historically, that’s an effective buffer,” he says.</p>



<p class="wp-block-paragraph">There’s a real threat of firing and layoffs<em>.</em> The traditional tech worker belief that job mobility makes collective action unnecessary is now being tested by a tighter job market, McAvinney says, noting that workers who many believe <a href="https://www.newsweek.com/google-fires-thanksgiving-four-workers-crush-dissent-1474102" target="_blank" rel="noreferrer noopener">were fired for speaking out</a> back in 2019 were a galvanizing factor in his union’s formation.</p>



<p class="wp-block-paragraph">“You generally don’t want to be in a situation where the employer feels comfortable firing everyone. Part of that is thinking from a cynical standpoint about what the consequences would be to the employer if they did fire everyone,” he says.</p>



<p class="wp-block-paragraph">One-on-one conversations that include personally asking co-workers to keep conversations confidential are key to keeping things quiet, Belasco says. When <a href="https://upte.org/news/2100-tech-workers-vote-to-join-upte" target="_blank" rel="noreferrer noopener">2,100 UC tech workers voted to unionize</a> in May, 96% voted in favor. To stay out of earshot of managers, avoid employee surveillance tools, and sidestep conference calls that could be recorded, organizers met with workers in their homes.</p>



<p class="wp-block-paragraph">“That tactic is probably what made the difference between winning the election and getting the majority we got,” he says.</p>



<h2 class="wp-block-heading">Step 3: Find the right union affiliation or go it alone</h2>



<p class="wp-block-paragraph">“Running a campaign against major employers requires the resources and expertise of the larger labor movement, even if workers publicly present as independent,” says <a href="https://www.ilr.cornell.edu/people/kate-l-bronfenbrenner">Kate Bronfenbrenner</a>, director of labor education research and senior lecturer emeritus at Cornell University’s School of Industrial and Labor Relations.</p>



<p class="wp-block-paragraph">Options include the <a href="https://cwa-union.org/" target="_blank" rel="noreferrer noopener">Communications Workers of America</a> (CWA), <a href="https://www.seiu.org/" target="_blank" rel="noreferrer noopener">Service Employees International Union</a> (SEIU), and the <a href="https://www.opeiu.org/" target="_blank" rel="noreferrer noopener">Office and Professional Employees International Union</a> (OPEIU), among others. Another resource, the <a href="https://techworkerscoalition.org/">Tech Workers Coalition</a> (TWC), provides training on organizing tactics, AI-in-workplace issues, and contract negotiation, and can match workers to the right unions for their needs.</p>



<p class="wp-block-paragraph">The <a href="https://www.alphabetworkersunion.org/" target="_blank" rel="noreferrer noopener">Alphabet Workers Union</a> decided early on to affiliate with CWA. “They gave us a bunch of support early on in our campaign with no strings attached,” McAvinney says.</p>



<p class="wp-block-paragraph">Kickstarter is organized through OPEIU, Thompson says. “They’ll usually have resources and staff that can help you through the next steps: collecting signatures in support of a union, bringing that to management, holding a vote — the more formalized things that interact with US labor law. They’ll also help with organizing along the way,” he says.</p>



<p class="wp-block-paragraph">For workers at institutions where a union already exists, there may be a faster path. Organizers at UCLA did what’s called a “unit modification,” aligning with UPTE. By organizing under UPTE, the workers didn’t have to negotiate a new contract from scratch — they joined an already-negotiated contract covering existing UPTE tech members, which put them in “a much stronger position” than starting fresh, Belasco says.</p>



<h2 class="wp-block-heading">Step 4: Choose your union model: majority vs. pre-majority or minority</h2>



<p class="wp-block-paragraph">Assess what’s practical for your organizing effort. In a majority union, more than 50% of all workers in a defined bargaining unit must vote to join the union through an NLRB-supervised election in the private sector, or a Public Employment Relations Board (PERB)-supervised election for public sector workers.</p>



<p class="wp-block-paragraph">The NLRB must certify the union, which then operates under its legal protections. This means, for example, that the employer must bargain, negotiated contracts are enforceable, violations must go to the NLRB or arbitration, and workers can’t be dismissed without just cause.</p>



<p class="wp-block-paragraph">A pre-majority or minority union is a minority labor organization operating without NLRB protections or collective bargaining agreements. “Pre-majority means that workers are able to demonstrate majority support — through signed cards, petitions, a walkout, or everyone wearing solidarity T-shirts — without going through a formal election,” Bronfenbrenner says.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large is-resized"> width="1024" height="683" sizes="auto, (max-width: 1024px) 100vw, 1024px"&gt;<figcaption class="wp-element-caption"><p>Kate Bronfenbrenner from the School of Industrial and Labor Relations, Cornell University</p><br></figcaption></figure><p class="imageCredit">ILR School/Cornell University</p></div>



<p class="wp-block-paragraph">The Alphabet Workers Union-CWA (AWU-CWA) formed as a pre-majority union because achieving majority status across a globally distributed workforce of over 100,000 was not a realistic near-term goal. “An underground model where you try to reach 70% support across a workforce of over 100,000 people isn’t realistic,” McAvinney says.</p>



<p class="wp-block-paragraph">A pre-majority union can still make a difference, he says. For example, the Alphabet Workers Union-CWA convinced management to offer voluntary exit packages — buyouts — prior to announcing layoffs.</p>



<p class="wp-block-paragraph">For smaller organizations, a majority union may be the more practical option — it’s more attainable, McAvinney says. “I don’t think [the pre-majority union model] is the correct thing to do in all situations. I certainly would not recommend it to a 200-person shop.”</p>



<p class="wp-block-paragraph">Kickstarter, which had fewer than 100 employees, was able to form a majority union, with 55% voting to organize.</p>



<p class="wp-block-paragraph">Ultimately, says McAvinney, “there’s no inflection point where you go from being able to win nothing to winning everything, even with a contract and a supermajority. But the more people you have who are willing and able to fight for what they want, the more you’ll be able to get.”</p>



<h2 class="wp-block-heading">Step 5: Who should — and should not — be in your union?</h2>



<p class="wp-block-paragraph">Belasco’s situation at UCLA illustrates a broader strategic choice that every organizing campaign must make. He had been in a union position in educational technology when he was told his role would be reclassified as a non-union position.</p>



<p class="wp-block-paragraph">“I was given a choice: apply to the new non-union position to continue doing the work I’d trained for, or stay in my union position doing service desk work I wasn’t used to,” he says. “Essentially, it was a choice between job security and career progression.”</p>



<p class="wp-block-paragraph">Belasco joined a “wall-to-wall” union, which represents a broad range of university professional and technical employees across the UC system rather than a single job category, such as engineers or tech professionals.</p>



<p class="wp-block-paragraph">Kickstarter United is another example of a wall-to-wall union. “It’s not just the engineers who are unionized, but also customer support, designers — everyone,” Thompson says.</p>



<p class="wp-block-paragraph">Wall-to-wall unions are more powerful, but they’re also more difficult to achieve. <a href="https://www.law.cornell.edu/uscode/text/29/159" target="_blank" rel="noreferrer noopener">Under US labor law</a>, “professionals have to vote separately on whether they want to be combined with other workers,” says Bronfenbrenner. “You can never have a wall-to-wall unit without giving professionals the chance to decide whether they want to be separate.”</p>



<p class="wp-block-paragraph">The law’s “professional employees” category includes roles like software engineers and developers but not necessarily others. For example, customer support specialists and QA analysts would fall into the “non-professional workers” category.</p>



<p class="wp-block-paragraph">“For decades, the pattern was either to organize everybody except the engineers, or manage to organize the engineers and fail to bring in everybody else — neither of which builds real worker power,” says <a href="https://www.linkedin.com/in/simonerobutti/" target="_blank" rel="noreferrer noopener">Simone Robutti</a>, an organizer with Tech Workers Coalition Global, an international branch of TWC based in Berlin.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full is-resized"> width="959" height="713" sizes="auto, (max-width: 959px) 100vw, 959px"&gt;<figcaption class="wp-element-caption"><p>Simone Robutti from Tech Workers Coalition Global</p><br></figcaption></figure><p class="imageCredit">TWC</p></div>



<h2 class="wp-block-heading">Step 6: You won the vote. Get ready for what comes next</h2>



<p class="wp-block-paragraph">Winning a union vote means having a seat at the table, says Thompson. “Once the workers have come together and agreed they want that seat, you bring that to management, and they have a chance to voluntarily recognize a union,” he says.</p>



<p class="wp-block-paragraph">But in most cases employers contest the results, which must be certified by the NLRB or PERB. That process, in which the employer uses various tactics to challenge the legitimacy of the outcome, can take weeks or months.</p>



<p class="wp-block-paragraph">Unfortunately, the legal framework that is supposed to protect workers during this process has been <a href="https://workerorganizing.org/elon-musk-spacex-nlrb-15975/#:~:text=CAN%20THE%20NLRB%20STILL%20ENFORCE%20LAWS%3F" target="_blank" rel="noreferrer noopener">significantly weakened</a> in the last few years. In a potentially more ominous development, <a href="https://apnews.com/article/amazon-nlrb-unconstitutional-spacex-elon-musk-ab42977117d883e97110a7bf8e8b257f" target="_blank" rel="noreferrer noopener">SpaceX</a>, <a href="https://apnews.com/article/amazon-nlrb-50ee06d87d4eaef22386382761335ef8" target="_blank" rel="noreferrer noopener">Amazon</a>, <a href="https://www.huffpost.com/entry/trader-joes-attorney-nlrb-unconstitutional_n_65b41e7ae4b014b873b11cc2" target="_blank" rel="noreferrer noopener">Trader Joe’s</a>, <a href="https://news.bloomberglaw.com/daily-labor-report/starbucks-is-latest-company-to-call-labor-board-unconstitutional" target="_blank" rel="noreferrer noopener">Starbucks</a>, and the <a href="https://capitalandmain.com/usc-follows-amazon-and-musks-spacex-in-calling-labor-board-unconstitutional" target="_blank" rel="noreferrer noopener">University of Southern California</a> have in separate legal actions <a href="https://www.epi.org/blog/whats-behind-the-corporate-effort-to-kneecap-the-national-labor-relations-board-spacex-amazon-trader-joes-and-starbucks-are-trying-to-have-the-nlrb-declared-unconstitutional/" target="_blank" rel="noreferrer noopener">challenged the constitutionality of the NLRB</a>, arguing that the agency’s structure violates the separation of powers. The Fifth Circuit Court of Appeals <a href="https://law.justia.com/cases/federal/appellate-courts/ca5/24-50627/24-50627-2025-08-19.html?__cf_chl_f_tk=do9nl63o6rfY2sxOjPeR5MkVGY4u1OTRYOVYjTQTOG0-1782836265-1.0.1.1-IXqkGFSiOH5hYYOqqrEqH6VFIApNL3MRHW6YNiDwERI" target="_blank" rel="noreferrer noopener">upheld injunctions against the NLRB</a> in SpaceX’s case in August 2025 — a serious challenge to the agency’s authority.</p>



<p class="wp-block-paragraph">In the meantime, some companies may disregard negotiated contracts, which can lead to lengthy legal appeals or extended arbitration.</p>



<p class="wp-block-paragraph">“The NLRB can still force an election, but it can’t force a contract, and companies are saying they simply won’t comply,” Bronfenbrenner says. This is where the expertise and resources of affiliation with a major union can help, she adds.</p>



<p class="wp-block-paragraph">As a result, contract negotiations can take far longer than workers might expect. At Kickstarter, for example, two years and four months elapsed from the time of the union vote to the first contract, and that was at a 59-person company with a relatively cooperative employer. At larger companies with more aggressive legal teams, the timeline will be longer.</p>



<p class="wp-block-paragraph">Forming a union is hard work, Robutti says. “It’s not a service you pay for and they protect you. It doesn’t happen spontaneously, and it doesn’t happen magically. It’s the choice to take responsibility for improving your workplace.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Copilot kann jetzt feststellen, was Ihren Computer verlangsamt]]></title>
<description><![CDATA[Microsoft hat damit begonnen, eine neue „PC Insights“-Funktion in Copilot für Windows 11 zu testen, die Nutzern dabei hilft, die Leistung ihres Computers zu analysieren und Fragen zum Systemstatus zu beantworten, berichtet Windows Latest.



Mit Zustimmung des Nutzers kann Copilot die Prozessor- ...]]></description>
<link>https://tsecurity.de/de/3667094/it-nachrichten/copilot-kann-jetzt-feststellen-was-ihren-computer-verlangsamt/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3667094/it-nachrichten/copilot-kann-jetzt-feststellen-was-ihren-computer-verlangsamt/</guid>
<pubDate>Tue, 14 Jul 2026 09:03:05 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Microsoft hat damit begonnen, eine neue „PC Insights“-Funktion in Copilot für Windows 11 zu testen, die Nutzern dabei hilft, die Leistung ihres Computers zu analysieren und Fragen zum Systemstatus zu beantworten, berichtet <a href="https://www.windowslatest.com/2026/07/12/windows-11-copilot-ai-can-now-tell-you-whats-slowing-down-your-pc-while-using-1gb-of-ram-itself/">Windows Latest</a>.</p>



<p>Mit Zustimmung des Nutzers kann Copilot die Prozessor- und Speicherauslastung, den freien Speicherplatz, angeschlossene USB-Geräte, den Netzwerkstatus, den Akkustand, die BIOS-Version und die Grafikkarte analysieren.</p>



<h2 class="wp-block-heading">Nur analysieren, nicht aber reparieren</h2>



<p>Die Idee ist, dass der Nutzer Fragen zur Hardware stellen kann, woraufhin Copilot auf der Grundlage des aktuellen Systemstatus antwortet. PC Insights kann jedoch lediglich Informationen auslesen und analysieren, Probleme jedoch nicht automatisch beheben. Das könnte sich laut Windowslatest jedoch noch ändern.</p>



<p>Microsoft gibt an, dass die Nutzung dieser Funktion freiwillig ist und dass persönliche Dateien sowie Systemdaten nicht zum Trainieren von KI-Modellen verwendet werden. Microsoft <a href="https://support.microsoft.com/en-us/microsoft-copilot/pc-insights#wl">schreibt</a> in einem Support-Dokument: “Copilot greift erst dann auf Informationen zu, wenn Sie Ihre Zustimmung erteilt haben. Wenn Sie eine Frage stellen, fragt Copilot Sie zunächst, bevor es auf relevante Informationen auf Ihrem PC zugreift”. Sie können Copilot aber so umstellen, dass Sie ihm den ständigen Zugriff auf die Hardware-Daten erlauben. Dann muss Copilot nicht immer nachfragen.</p>



<p>Derzeit steht die neue Funktion nur Testnutzern in den USA zur Verfügung; Sie können „PC Insights“ also nur mit Insider-Testversionen verwenden und auch das nur auf bestimmten Rechnern in den USA. Deutsche Insider-Tester bleiben derzeit also außen vor. Wann „PC Insights“ für alle Windowsnutzer verfügbar sein wird, ist derzeit noch nicht bekannt.</p>



<p>Windowslatest betont allerdings, dass es sich bei dieser neuen Copilot-Funktion um eine Webapp handelt, die ein Gigabyte Arbeitsspeicher belegt – und das sogar dann, wenn sie überhaupt nichts macht.</p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unit testing Spring MVC applications with JUnit 5]]></title>
<description><![CDATA[Spring is a reliable and popular framework for building web and enterprise Java applications. In this article, you’ll learn how to unit test each layer of a Spring MVC application, using built-in testing tools from JUnit 5 and Spring to mock each component’s dependencies. In addition to unit test...]]></description>
<link>https://tsecurity.de/de/3665676/ai-nachrichten/unit-testing-spring-mvc-applications-with-junit-5/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3665676/ai-nachrichten/unit-testing-spring-mvc-applications-with-junit-5/</guid>
<pubDate>Mon, 13 Jul 2026 17:04:41 +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 href="https://www.infoworld.com/article/4083578/a-fresh-look-at-the-spring-framework.html" data-type="link" data-id="https://www.infoworld.com/article/4083578/a-fresh-look-at-the-spring-framework.html">Spring</a> is a reliable and popular framework for building web and enterprise <a href="https://www.infoworld.com/java/">Java</a> applications. In this article, you’ll learn how to unit test each layer of a Spring MVC application, using built-in testing tools from <a href="https://www.infoworld.com/article/3993538/how-to-test-your-java-applications-with-junit-5.html">JUnit 5</a> and Spring to mock each component’s dependencies. In addition to unit testing with MockMvc, Mockito, and Spring’s <code>TestEntityManager</code>, I’ll also briefly introduce slice testing using the <code>@WebMvcTest</code> and <code>@DataJpaTest</code> annotations, used to optimize unit tests on web controllers and databases.</p>



<p class="wp-block-paragraph"><strong>Also see: <a href="https://www.infoworld.com/article/3993538/how-to-test-your-java-applications-with-junit-5.html">How to test your Java applications with JUnit 5</a>.</strong></p>



<h2 class="wp-block-heading">Overview of testing Spring MVC applications</h2>



<p class="wp-block-paragraph">Spring MVC applications are defined using three technology layers:</p>



<ul class="wp-block-list">
<li><em>Controllers</em> accept web requests and return web responses.</li>



<li><em>Services</em> implement the application’s business logic.</li>



<li><em>Repositories</em> persist data to and from your back-end <a href="https://www.infoworld.com/article/2337457/sql-at-50-whats-next-for-the-structured-query-language.html">SQL</a> or <a href="https://www.infoworld.com/article/2260280/what-is-nosql-databases-for-a-cloud-scale-future.html">NoSQL</a> database.</li>
</ul>



<p class="wp-block-paragraph">When we unit test Spring MVC applications, we test each layer separately from the others. We create mock implementations, typically using <a href="https://site.mockito.org/">Mockito</a>, for each layer’s dependencies, then we simulate the logic we want to test. For example, a controller may call a service to retrieve a list of objects. When testing the controller, we create a mock service that either returns the list of objects, returns an empty list, or throws an exception. This test ensures the controller behaves correctly.</p>



<p class="wp-block-paragraph">We’ll use Spring MVC to build and test a simple web service that manages widgets. The structure of the web service is shown here:</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/10/TestingSpringMVC-fig1.png?w=1024" alt="Diagram of a Spring MVC web service application." class="wp-image-4078126" width="1024" height="286" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Steven Haines</p></div>



<p class="wp-block-paragraph">This is a classic MVC pattern. We have a <em>widget controller</em> that handles <a href="https://www.infoworld.com/article/2334742/what-is-rest-the-de-facto-web-architecture-standard.html">RESTful requests</a> and delegates its business functionality to a <em>widget service</em>, which uses a <em>widget repository</em> to persist widgets to and from an in-memory H2 database.</p>



<p class="wp-block-paragraph"><strong>Get the source: <a href="https://b2b-contenthub.com/wp-content/uploads/2025/10/spring-mvc-unit-testing-iw.zip" data-type="link" data-id="https://b2b-contenthub.com/wp-content/uploads/2025/10/spring-mvc-unit-testing-iw.zip">Download the source code for this article</a>.</strong></p>



<h2 class="wp-block-heading">Unit testing a Spring MVC controller with MockMvc</h2>



<p class="wp-block-paragraph">Setting up a Spring MVC controller test is a two-step process:</p>



<ul class="wp-block-list">
<li>Annotate your test class with <code>@WebMvcTest</code>.</li>



<li>Autowire a <code>MockMvc</code> instance into your controller.</li>
</ul>



<p class="wp-block-paragraph">We could annotate all our test classes with <code>@SpringBootTest</code>, but we’ll use <code>@WebMvcTest</code> instead. The reason is that the <code>@WebMvcTest</code> annotation is used for <em>slice testing</em>. Whereas <code>@SpringBootTest</code> loads your entire Spring application context, <code>@WebMvcTest</code> loads only your web-related resources. Furthermore, if you specify a controller class in the annotation, it will only load the specific controller you want to test. Testing a single “slice” of your application reduces both the amount of compute resources required to set up the test and the time required to run a test.</p>



<p class="wp-block-paragraph">For example, when we test a controller, we’ll mock just the services it uses, and we won’t need any repositories at all. If we don’t need them, then we needn’t waste time loading them. Slice tests were created to make tests perform better and run faster.</p>



<p class="wp-block-paragraph">Here’s the source code for the <code>Widget</code> class we’ll be managing:</p>



<pre class="wp-block-code"><code>package com.infoworld.widgetservice.model;
import jakarta.persistence.Entity;
import jakarta.persistence.GeneratedValue;
import jakarta.persistence.GenerationType;
import jakarta.persistence.Id;

@Entity
public class Widget {
    @Id
    @GeneratedValue(strategy = GenerationType.AUTO)
    private Long id;
    private String name;
    private int version;

    public Widget() {
    }

    public Widget(String name) {
        this.name = name;
    }

    public Widget(String name, int version) {
        this.name = name;
        this.version = version;
    }

    public Widget(Long id, String name, int version) {
        this.id = id;
        this.name = name;
        this.version = version;
    }

    public Long getId() {
        return id;
    }

    public void setId(Long id) {
        this.id = id;
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public int getVersion() {
        return version;
    }

    public void setVersion(int version) {
        this.version = version;
    }
}</code></pre>



<p class="wp-block-paragraph">A <code>Widget</code> is a <a href="https://www.infoworld.com/article/2259807/what-is-jpa-introduction-to-the-java-persistence-api.html">JPA entity</a> that manages three fields:</p>



<ul class="wp-block-list">
<li><em>id</em> is the primary key of the table, annotated with <code>@Id</code> and <code>@GeneratedValue</code>, with an automatic generation strategy.</li>



<li><em>name</em> is the name of the widget.</li>



<li><em>version</em> is the version of the widget resource. We’ll use this value to populate our <code>eTag</code> value and check it in our <code>PUT</code> operation’s <code>If-Match </code>header value. This ensures the widget being updated is not stale.</li>
</ul>



<p class="wp-block-paragraph">Here’s the source code for the controller we’ll be testing (<code>WidgetController.java</code>):</p>



<pre class="wp-block-code"><code>package com.infoworld.widgetservice.web;

import java.net.URI;
import java.net.URISyntaxException;
import java.util.List;
import java.util.Optional;
import com.infoworld.widgetservice.model.Widget;
import com.infoworld.widgetservice.service.WidgetService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestHeader;
import org.springframework.web.bind.annotation.RestController;

@RestController
public class WidgetController {
    @Autowired
    private WidgetService widgetService;
    @GetMapping("/widget/{id}")
    public ResponseEntity getWidget(@PathVariable Long id) {
        return widgetService.findById(id)
                .map(widget -&gt; {
                    try {
                        return ResponseEntity
                                .ok()
                                .location(new URI("/widget/" + id))
                                .eTag(Integer.toString(
                                               widget.getVersion()))
                                .body(widget);
                    } catch (URISyntaxException e) {
                        return ResponseEntity
                          .status(HttpStatus.INTERNAL_SERVER_ERROR)
                          .build();
                    }
                })
                .orElse(ResponseEntity.notFound().build());
    }
    @GetMapping("/widgets")
    public List getWidgets() {
        return widgetService.findAll();
    }
    @PostMapping("/widgets")
    public ResponseEntity createWidget(@RequestBody Widget widget)
    {
        Widget newWidget = widgetService.create(widget);
        try {
           return ResponseEntity
                   .created(new URI("/widget/" + newWidget.getId()))
                   .eTag(Integer.toString(newWidget.getVersion()))
                   .body(newWidget);
        } catch (URISyntaxException e) {
            return ResponseEntity
                    .status(HttpStatus.INTERNAL_SERVER_ERROR)
                    .build();
        }
    }

    @PutMapping("/widget/{id}")
    public ResponseEntity updateWidget(@PathVariable Long id,
                                          @RequestBody Widget widget,
                         @RequestHeader("If-Match") Integer ifMatch) {
        Optional existingWidget = widgetService.findById(id);
        return existingWidget.map(w -&gt; {
            if (w.getVersion() != ifMatch) {
                return ResponseEntity.status(HttpStatus.CONFLICT)
                                     .build();
            }

            w.setName(widget.getName());
            w.setVersion(w.getVersion() + 1);

            Widget updatedWidget = widgetService.save(w);
            try {
                return ResponseEntity.ok()
                        .location(new URI("/widget/" + 
                                      updatedWidget.getId()))
                        .eTag(Integer.toString(
                                      updatedWidget.getVersion()))
                        .body(updatedWidget);
            } catch (URISyntaxException e) {
                throw new RuntimeException(e);
            }
        }).orElse(ResponseEntity.notFound().build());
    }

    @DeleteMapping("widget/{id}")
    public ResponseEntity deleteWidget(@PathVariable Long id) {
        Optional existingWidget = widgetService.findById(id);
        return existingWidget.map(w -&gt; {
           widgetService.deleteById(w.getId());
           return ResponseEntity.ok().build();
        }).orElse(ResponseEntity.notFound().build());
    }
}</code></pre>



<p class="wp-block-paragraph">The <code>WidgetController</code> handles <code>GET</code>, <code>POST</code>, <code>PUT</code>, and <code>DELETE</code> operations, following standard RESTful principles, so we’re going to write tests for each operation.</p>



<p class="wp-block-paragraph">The following source code shows the structure of our test class (<code>WidgetControllerTest.java</code>):</p>



<pre class="wp-block-code"><code>package com.infoworld.widgetservice.web;

@WebMvcTest(WidgetController.class)
public class WidgetControllerTest {
    @Autowired
    private MockMvc mockMvc;

    @MockitoBean
    private WidgetService widgetService;
}</code></pre>



<p class="wp-block-paragraph">I omitted the imports for readability, but the important thing to note is that the class is annotated with the <code>@WebMvcTest</code> annotation, and that we pass in the <code>WidgetController.class</code> as the controller we’re testing. This tells Spring to only load the <code>WidgetController</code> and no other Spring resources. The <code>@WebMvcTest</code> annotation includes other annotations, but the important one for our tests is <code>@AutoConfigureMockMvc</code>, which will cause Spring to create a <code>MockMvc</code> instance and add it to the application context. That lets us autowire it into our test class using the <code>@Autowired</code> annotation.</p>



<p class="wp-block-paragraph">Next, we use the <code>@MockitoBean</code> annotation to use Mockito to create a mock implementation of the <code>WidgetService</code>, after which Spring will autowire it into the <code>WidgetController</code> class. This lets us control the behavior of the <code>WidgetService</code> for the <code>WidgetController</code> test cases we’re writing. Note that starting in Spring Boot version 3.4, <code>@MockitoBean</code> replaced <code>@MockBean</code>. Everything you know about <code>@MockBean</code> translates to using <code>@MockitoBean</code>—with some improvements.</p>



<h3 class="wp-block-heading">Unit testing GET /widgets</h3>



<p class="wp-block-paragraph">Let’s start with the easiest test case, a test for <code>GET /widgets</code>:</p>



<pre class="wp-block-code"><code>@Test
void testGetWidgets() throws Exception {
    List widgets = new ArrayList();
    widgets.add(new Widget(1L, "Widget 1", 1));
    widgets.add(new Widget(2L, "Widget 2", 1));
    widgets.add(new Widget(3L, "Widget 3", 1));

    when(widgetService.findAll()).thenReturn(widgets);

    mockMvc.perform(get("/widgets"))
            .andExpect(status().isOk())
            .andExpect(jsonPath("$.length()").value(3))
            .andExpect(jsonPath("$[0].id").value(1L))
            .andExpect(jsonPath("$[0].name").value("Widget 1"))
            .andExpect(jsonPath("$[0].version").value(1));
};</code></pre>



<p class="wp-block-paragraph">The <code>testGetWidgets()</code> method creates a list of three widgets and then configures the mock <code>WidgetService</code> to return the list when its <code>findAll()</code> method is called. The <code>WidgetControllerTest</code> class statically imports the <code>org.mockito.Mockito.when()</code> method that accepts a method call, which in this case is <code>widgetService.findAll()</code>, and returns a Mockito <code>OngoingStubbing</code> instance. This <code>OngoingStubbing</code> instance exposes methods like <code>thenReturn()</code>, <code>thenThrow()</code>, <code>thenCallRealMethod()</code>, <code>thenAnswer()</code>, and <code>then()</code>.</p>



<p class="wp-block-paragraph">Here, we use the <code>thenReturn()</code> method to tell Mockito to return the list of widgets when the <code>WidgetService</code>’s <code>findAll()</code> method is called. The <code>@MockitoBean</code> annotation causes the mock <code>WidgetService</code> to be autowired into the <code>WidgetController</code>. So, when the <code>getWidgets()</code> method is called in response to a <code>GET /widgets</code>, it calls the <code>WidgetService</code>’s <code>findAll()</code> method and returns our list of widgets as a web response.</p>



<p class="wp-block-paragraph">Next, we use <code>MockMvc</code>’s <code>perform()</code> method to execute a web request. This diagram shows the various classes that interact with the  <code>perform()</code> method:</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/10/TestingSpringMVC-fig2.png?w=1024" alt="Diagram of classes that interact with the MockMvc perform() method." class="wp-image-4078130" width="1024" height="439" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Steven Haines</p></div>



<p class="wp-block-paragraph">The <code>perform()</code> method accepts a <code>RequestBuilder</code>. Spring defines several built-in <code>RequestBuilder</code>s that we can statically import into our tests, including <code>get()</code>, <code>post()</code>, <code>put()</code>, and <code>delete()</code>. The <code>perform()</code> method returns a <code>ResultActions</code> instance that exposes methods such as <code>andExpect()</code>, <code>andExpectAll()</code>, <code>andDo()</code>, and <code>andReturn()</code>. Here, we invoke the <code>andExpect()</code> method, which accepts a <code>ResultMatcher</code>. </p>



<p class="wp-block-paragraph">A <code>ResultMatcher</code> defines a<code> match()</code> method that throws an <code>AssertionError</code> if the assertion fails. Spring defines several <code>ResultMatcher</code>s that we can statically import:</p>



<ul class="wp-block-list">
<li><code>status()</code> allows us to check the HTTP status code of response.</li>



<li><code>content()</code> allows us to check the content headers of the response, such as <code>Content-Type</code>.</li>



<li><code>header()</code> allows us to check any of the HTTP header values.</li>



<li><code>jsonPath()</code> allows us to inspect the contents of a <a href="https://www.infoworld.com/article/2255837/what-is-json-a-better-format-for-data-exchange.html" data-type="link" data-id="https://www.infoworld.com/article/2255837/what-is-json-a-better-format-for-data-exchange.html">JSON document</a>.</li>
</ul>



<p class="wp-block-paragraph">After MockMvc performs a <code>GET to /widgets</code>, we expect the HTTP status code to be <code>200 OK</code>.  We can then use the <code>jsonPath</code> matcher to check the body results, using the following JSON path expressions:</p>



<ul class="wp-block-list">
<li><code>$.length()</code>: The <code>$</code> references the root of the JSON document. If the response is a list, then we can call the <code>length()</code> method to get the number of elements in the list.</li>



<li><code>$[0].id</code>: JSON path expressions for a list use an array syntax starting at 0. This expression gets the ID of the first element in the list.</li>



<li><code>$[0].name</code>: This expression gets the name of the first element and compares it to “<code>Widget 1</code>”.</li>



<li><code>$[0].version</code>: This expression gets the version of the first element and compares it to 1.</li>
</ul>



<h3 class="wp-block-heading">Unit testing the GET /widget/{id} handler</h3>



<p class="wp-block-paragraph">Here’s the source code to test the <code>GET /coffee/{id}</code> widget:</p>



<pre class="wp-block-code"><code>@Test
void testGetWidgetById() throws Exception {
    Widget widget = new Widget(1L, "My Widget", 1);          
    when(widgetService.findById(1L))
           .thenReturn(Optional.of(widget));

    mockMvc.perform(get("/widget/{id}", 1))
            // Validate that we get a 200 OK Response Code
            .andExpect(status().isOk())

            // Validate Headers
            .andExpect(content()
                      .contentType(MediaType.APPLICATION_JSON))
            .andExpect(header().string(HttpHeaders.LOCATION,
                                       "/widget/1"))
            .andExpect(header().string(HttpHeaders.ETAG, "\"1\""))

            // Validate content
            .andExpect(jsonPath("$.id").value(1L))
            .andExpect(jsonPath("$.name").value("My Widget"))
            .andExpect(jsonPath("$.version").value(1));
 }</code></pre>



<p class="wp-block-paragraph">This test method is very similar to the <code>testGetWidgets()</code> method, but with some notable changes:</p>



<ul class="wp-block-list">
<li>The <code>GET</code> URI is defined using a URI template. You can specify any number of variables enclosed in braces in the URI template and then send a list of arguments that will replace those variables in the order they appear in the template.</li>



<li>We check that the returned <code>Content-Type</code> is <code>“application/json”</code>, which is a constant in the <code>MediaType</code> class. We access the content using the <code>content()</code> method, which returns a <code>ContentResultMatchers</code> instance that provides various methods, including <code>contentType()</code>, which allows us to validate the content headers.</li>



<li>We check for specific header values using the <code>header()</code> method. The <code>header()</code> method returns a <code>HeadersResultMatchers</code> instance, which can check for header <code>String</code>, <code>long</code>, and <code>date</code> values, as well as checking to see whether or not specific headers exist. In this case, we use constants defined in the <code>HttpHeaders</code> class to check the <code>location</code> and <code>eTag</code> header values.</li>



<li>We check the body of the response using JSON path expressions. In this case, we do not have a list of objects, so we can access the individual fields in the JSON document directly. For example, <code>$.id</code> retrieves the <code>id</code> field value in the root of the document.</li>
</ul>



<h3 class="wp-block-heading">Unit testing a GET /widget/{id} Not Found code</h3>



<p class="wp-block-paragraph">Next, we test the <code>GET /widget/{id}</code>, passing it an invalid ID so that it returns a 404 Not Found response code:</p>



<pre class="wp-block-code"><code>@Test
void testGetWidgetByIdNotFound() throws Exception {
   when(widgetService.findById(1L)).thenReturn(Optional.empty());

   mockMvc.perform(get("/widget/{id}", 1))
            // Validate that we get a 404 Not Found Response Code
            .andExpect(status().isNotFound());
}</code></pre>



<p class="wp-block-paragraph">The <code>testGetWidgetByIdNotFound()</code> method configures the mock <code>WidgetService</code> to return <code>Optional.empty()</code> when its <code>findById()</code> is called with a value of 1. We then perform a <code>GET</code> request to <code>/widget/1</code>, then assert that the returned HTTP status code is 404 Not Found.</p>



<h3 class="wp-block-heading">Unit testing POST /widgets</h3>



<p class="wp-block-paragraph">Here’s how to test a <code>Widget</code> creation:</p>



<pre class="wp-block-code"><code>@Test
void testCreateWidget() throws Exception {
    Widget widget = new Widget(1L, "Widget 1", 1);
    when(widgetService.create(any())).thenReturn(widget);

    mockMvc.perform(post("/widgets")
            .contentType(MediaType.APPLICATION_JSON)
            .content("{\"name\": \"Widget 1\"}"))

            // Validate that we get a 201 Created Response Code
            .andExpect(status().isCreated())

            // Validate Headers
            .andExpect(content().contentType(
                                      MediaType.APPLICATION_JSON))
            .andExpect(header().string(HttpHeaders.LOCATION, 
                                       "/widget/1"))
            .andExpect(header().string(HttpHeaders.ETAG, "\"1\""))

            // Validate content
            .andExpect(jsonPath("$.id").value(1L))
            .andExpect(jsonPath("$.name").value("Widget 1"))
            .andExpect(jsonPath("$.version").value(1));</code></pre>



<p class="wp-block-paragraph">The <code>testCreateWidget()</code> method first creates a <code>Widget</code> to return when the <code>WidgetService</code>’s <code>create()</code> method is called with any argument. The <code>any()</code> matcher matches any argument and, because the <code>createWidget()</code> handler will create a new <code>Widget</code> instance, we will not have access to that instance when the test runs. We then invoke MockMvc’s <code>perform()</code> method to the <code>”/widgets”</code> URI, sending the content body of a new widget named <code>“Widget 1”</code>, using the <code>content()</code> method. We expect a 201 Created HTTP response code, an “<code>application/json</code>” content type, a location header of “<code>/widget/1</code>”, and an <code>eTag</code> value of the <code>String</code> “<code>1</code>”. The body of the response should match the <code>Widget</code> we returned from the <code>create()</code> method, namely an ID of 1, a name of “Widget 1”, and a version of 1.</p>



<h3 class="wp-block-heading">Unit testing PUT /widget</h3>



<p class="wp-block-paragraph">This code runs three tests for the <code>PUT</code> operation:</p>



<pre class="wp-block-code"><code>@Test
public void testSuccessfulUpdate() throws Exception {
    // Create a mock Widget when the WidgetService's findById(1L) 
    // is called
    Widget mockWidget = new Widget(1L, "Widget 1", 5);
    when(widgetService.findById(1L))
                      .thenReturn(Optional.of(mockWidget));

    // Create a mock Coffee that is returned when the 
    // CoffeeController saves the Coffee to the database
    Widget savedWidget = new Widget(1L, "Updated Widget 1", 6);
    when(widgetService.save(any())).thenReturn(savedWidget);

    // Execute a PUT /widget/1 with a matching version: 5
    mockMvc.perform(put("/widget/{id}", 1L)
                    .contentType(MediaType.APPLICATION_JSON)
                    .header(HttpHeaders.IF_MATCH, 5)
                    .content("{\"id\": 1, " +
                             "\"name\": \"Updated Widget 1\"}"))

            // Validate that we get a 200 OK HTTP Response
           .andExpect(status().isOk())

            // Validate the headers
           .andExpect(content()
                        .contentType(MediaType.APPLICATION_JSON))
           .andExpect(header().string(HttpHeaders.LOCATION, 
                                      "/widget/1"))
           .andExpect(header().string(HttpHeaders.ETAG, "\"6\""))

           // Validate the contents of the response
           .andExpect(jsonPath("$.id").value(1L))
           .andExpect(jsonPath("$.name")
                               .value("Updated Widget 1"))
           .andExpect(jsonPath("$.version").value(6));
}

@Test
public void testUpdateConflict() throws Exception {
   // Create a mock coffee with a version set to 5
   Widget mockWidget = new Widget(1L, "Widget 1", 5);

    // Return the mock Coffee when the CoffeeService's 
    // findById(1L) is called
    when(widgetService.findById(1L))
                      .thenReturn(Optional.of(mockWidget));

    // Execute a PUT /widget/1 with a mismatched version number: 2
    mockMvc.perform(put("/widget/{id}", 1L)
                    .contentType(MediaType.APPLICATION_JSON)
                    .header(HttpHeaders.IF_MATCH, 2)
                    .content("{\"id\": 1, " + 
                             "\"name\":  \"Updated Widget 1\"}"))
             // Validate that we get a 409 Conflict HTTP Response
            .andExpect(status().isConflict());
}

@Test
public void testUpdateNotFound() throws Exception {
   // Return the mock Coffee when the CoffeeService's 
   // findById(1L) is called
   when(widgetService.findById(1L)).thenReturn(Optional.empty());

   // Execute a PUT /coffee/1 with a mismatched version number: 2
   mockMvc.perform(put("/widget/{id}", 1L)
                    .contentType(MediaType.APPLICATION_JSON)
                    .header(HttpHeaders.IF_MATCH, 2)
                    .content("{\"id\": 1, " + 
                             "\"name\":  \"Updated Coffee 1\"}"))

           // Validate that we get 404 Not Found
           .andExpect(status().isNotFound());
}</code></pre>



<p class="wp-block-paragraph">We have three variations:</p>



<ul class="wp-block-list">
<li>A successful update.</li>



<li>A failed update because of a version conflict.</li>



<li>A failed update because the widget was not found.</li>
</ul>



<p class="wp-block-paragraph">In RESTful web services, version management is handled by the entity tag, or<code> eTag</code>. When you retrieve an entity, it has an <code>eTag</code> value. When you want to update the entity, you pass that <code>eTag</code> value in the <code>If-Match</code> HTTP header. If the <code>If-Match</code> header does not match the current <code>eTag</code>, which is the <code>Widget</code> version in our implementation, then the <code>PUT</code> handler returns a 409 Conflict HTTP response code. If you get this error, it means that you need to retrieve the entity again and retry your operation. This way, if two different clients attempt to update the same entity simultaneously, only one will succeed.</p>



<p class="wp-block-paragraph">In the <code>testSuccessfulUpdate() </code>method, we return a <code>Widget</code> with a version of 5 when the <code>WidgetService</code>’s <code>findById()</code> method is called. We then pass an <code>If-Match</code> header value of 5 and then validate that we get a 200 OK HTTP response code and the expected header and body values. In the <code>testUpdateConflict()</code> method, we do the same thing, but we set the <code>If-Match</code> header to 2, which does not match 5, so we validate that we get a 409 Conflict HTTP response code. And finally, in the <code>testUpdateNotFound()</code> method, we configure the <code>WidgetService</code> to return an <code>Optional.empty()</code> when its <code>findById()</code> method is called, so we execute the <code>PUT</code> operation and validate that we get a 404 Not Found HTTP response code.</p>



<h3 class="wp-block-heading">Unit testing DELETE /widget</h3>



<p class="wp-block-paragraph">Finally, here is the source code for our two <code>DELETE /widget</code> tests:</p>



<pre class="wp-block-code"><code>@Test
void testDeleteSuccess() throws Exception {
    // Setup mocked product
    Widget mockWidget = new Widget(1L, "Widget 1", 5);

    // Setup the mocked service
    when(widgetService.findById(1L))
                      .thenReturn(Optional.of(mockWidget));
    doNothing().when(widgetService).deleteById(1L);

    // Execute our DELETE request
    mockMvc.perform(delete("/widget/{id}", 1L))
            .andExpect(status().isOk());
}

@Test
void testDeleteNotFound() throws Exception {
    // Setup the mocked service
    when(widgetService.findById(1L)).thenReturn(Optional.empty());

    // Execute our DELETE request
    mockMvc.perform(delete("/widget/{id}", 1L))
            .andExpect(status().isNotFound());
}</code></pre>



<p class="wp-block-paragraph">The <code>DELETE</code> handler first tries to find the widget by ID and then calls the<code> WidgetService</code>’s <code>deleteById()</code> method. The <code>testDeleteSuccess()</code> method configures the <code>WidgetService</code> to return a mock <code>Widget</code> when the <code>findById()</code> method is called and then configures it to do nothing when the <code>deleteById()</code> method is called. The <code>deleteById()</code> method returns void, so we do not need to mock a response, though we do want to allow the method to be called. We execute the <code>DELETE</code> operation and validate that we receive a 200 OK HTTP response code. The<code> testDeleteNotFound()</code> method configures the <code>WidgetService</code> to return <code>Optional.empty()</code> when its <code>findById()</code> method is called. We execute the <code>DELETE</code> operation and validate that we receive a 404 Not Found HTTP response code.</p>



<p class="wp-block-paragraph">At this point, we have a comprehensive set of tests for all of our controller operations. Let’s continue down our stack and test our service.</p>



<h2 class="wp-block-heading">Unit testing a Spring MVC service</h2>



<p class="wp-block-paragraph">Next, we’ll test a <code>WidgetService</code> class, shown here:</p>



<pre class="wp-block-code"><code>package com.infoworld.widgetservice.service;

import java.util.List;
import java.util.Optional;

import com.infoworld.widgetservice.model.Widget;
import com.infoworld.widgetservice.repository.WidgetRepository;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

@Service
public class WidgetService {
    @Autowired
    private WidgetRepository widgetRepository;

    public List findAll() {
        return widgetRepository.findAll();
    }

    public Optional findById(Long id) {
        return widgetRepository.findById(id);
    }

    public Widget create(Widget widget) {
        widget.setVersion(1);
        return widgetRepository.save(widget);
    }

    public Widget save(Widget widget) {
        return widgetRepository.save(widget);
    }

    public void deleteById(Long id) {
        widgetRepository.deleteById(id);
    }
}</code></pre>



<p class="wp-block-paragraph">The <code>WidgetService</code> is very simple. It autowires in a <code>WidgetRepository</code> and then delegates almost all its functionality to the <code>WidgetRepository</code>. The only business logic it implements is that it sets the <code>Widget</code> version to 1 in the <code>create()</code> method, when it is persisting a new <code>Widget</code> to the database.</p>



<p class="wp-block-paragraph">While Spring supports slice testing for our controller and (as you’ll soon see) our repository, it doesn’t have a slice testing annotation for our service. We could use the <code>@SpringBootTest</code> annotation, but then Spring would load all the controllers, repositories, and any other Spring resources in our application into the Spring application context. We can avoid by using Mockito directly. </p>



<p class="wp-block-paragraph">Here is the source code for the <code>WidgetServiceTest</code> class:</p>



<pre class="wp-block-code"><code>package com.infoworld.widgetservice.service;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.mockito.Mockito.when;

import java.util.Optional;

import com.infoworld.widgetservice.model.Widget;
import com.infoworld.widgetservice.repository.WidgetRepository;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.junit.jupiter.MockitoExtension;

@ExtendWith(MockitoExtension.class)
public class WidgetServiceTest {
    @Mock
    private WidgetRepository repository;

    @InjectMocks
    private WidgetService service;

    @Test
    void testFindById() {
        Widget widget = new Widget(1L, "My Widget", 1);
        when(repository.findById(1L)).thenReturn(Optional.of(widget));

        Optional w = service.findById(1L);
        assertTrue(w.isPresent());
        assertEquals(1L, w.get().getId());
        assertEquals("My Widget", w.get().getName());
        assertEquals(1, w.get().getVersion());
    }
}</code></pre>



<p class="wp-block-paragraph"><a href="https://www.infoworld.com/article/4009216/advanced-unit-testing-with-junit-5-mockito-and-hamcrest.html">JUnit 5 supports extensions</a> and Mockito has defined a test extension that we can access through the <code>@ExtendWith</code> annotation. This extension allows Mockito to read our class, find objects to mock, and inject mocks into other classes. The <code>WidgetServiceTest </code>tells Mockito to create a mock <code>WidgetRepository</code>, by annotating it with the <code>@Mock</code> annotation, and then to inject that mock into the <code>WidgetService</code>, using the <code>@InjectMocks</code> annotation. The result is that we have a <code>WidgetService</code> that we can test and it will have a mock <code>WidgetRepository</code> that we can configure for our test cases.</p>



<p class="wp-block-paragraph"><strong>Also see: <a href="https://www.infoworld.com/article/4009216/advanced-unit-testing-with-junit-5-mockito-and-hamcrest.html">Advanced unit testing with JUnit 5, Mockito, and Hamcrest</a>.</strong></p>



<p class="wp-block-paragraph">This is not a comprehensive test, but it should get you started. It has a single method, <code>testFindById()</code>, that demonstrates how to test a service method. It creates a mock <code>Widget</code> instance and then uses the Mockito <code>when()</code> method, just as we used in the controller test, to configure the <code>WidgetRepository</code> to return an <code>Optional</code> of that <code>Widget</code> when its <code>findById()</code> method is called. Then it invokes the <code>WidgetService</code>’s <code>findById()</code> method and validates that the mock <code>Widget</code> is returned.</p>



<h2 class="wp-block-heading">Slice testing a Spring Data JPA repository</h2>



<p class="wp-block-paragraph">Next, we’ll slice test our JPA repository (<code>WidgetRepository.java</code>), shown here:</p>



<pre class="wp-block-code"><code>package com.infoworld.widgetservice.repository;

import java.util.List;
import com.infoworld.widgetservice.model.Widget;
import org.springframework.data.jpa.repository.JpaRepository;

public interface WidgetRepository extends JpaRepository {
    List findByName(String name);
}</code></pre>



<p class="wp-block-paragraph">The <code>WidgetRepository</code> is a Spring Data JPA repository, which means that we define the interface and Spring generates the implementation. It extends the <code>JpaRepository</code> interface, which accepts two arguments:</p>



<ul class="wp-block-list">
<li>The type of entity that it persists, namely a <code>Widget</code>.</li>



<li>The type of primary key, which in this case is a <code>Long</code>.</li>
</ul>



<p class="wp-block-paragraph">It generates common CRUD method implementations for us to create, update, delete, and find widgets, and then we can define our own query methods using a specific naming convention. For example, we define a <code>findByName()</code> method that returns a <code>List</code> of <code>Widget</code>s. Because “<code>name</code>” is a field in our <code>Widget</code> entity, Spring will generate a query that finds all widgets with the specified name.</p>



<p class="wp-block-paragraph">Here is our <code>WidgetRepositoryTest</code> class:</p>



<pre class="wp-block-code"><code>package com.infoworld.widgetservice.repository;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

import com.infoworld.widgetservice.model.Widget;

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
import org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager;

@DataJpaTest
public class WidgetRepositoryTest {
    @Autowired
    private TestEntityManager entityManager;

    @Autowired
    private WidgetRepository widgetRepository;

    private final List widgetIds = new ArrayList();
    private final List testWidgets = Arrays.asList(
            new Widget("Widget 1", 1),
            new Widget("Widget 2", 1),
            new Widget("Widget 3", 1)
    );

    @BeforeEach
    void setup() {
        testWidgets.forEach(widget -&gt; {
            entityManager.persist(widget);
            widgetIds.add((Long)entityManager.getId(widget));
        });
        entityManager.flush();
    }

    @AfterEach
    void teardown() {
        widgetIds.forEach(id -&gt; {
            Widget widget = entityManager.find(Widget.class, id);
            if (widget != null) {
                entityManager.remove(widget);
            }
        });
        widgetIds.clear();
    }

    @Test
    void testFindAll() {
        List widgetList = widgetRepository.findAll();
        assertEquals(3, widgetList.size());
    }

    @Test
    void testFindById() {
        Widget widget = widgetRepository.findById(
                               widgetIds.getFirst()).orElse(null);

        assertNotNull(widget);
        assertEquals(widgetIds.getFirst(), widget.getId());
        assertEquals("Widget 1", widget.getName());
        assertEquals(1, widget.getVersion());
    }

    @Test
    void testFindByIdNotFound() {
        Widget widget = widgetRepository.findById(
            widgetIds.getFirst() + testWidgets.size()).orElse(null);
        assertNull(widget);
    }

    @Test
    void testCreateWidget() {
        Widget widget = new Widget("New Widget", 1);
        Widget insertedWidget = widgetRepository.save(widget);

        assertNotNull(insertedWidget);
        assertEquals("New Widget", insertedWidget.getName());
        assertEquals(1, insertedWidget.getVersion());
        widgetIds.add(insertedWidget.getId());
    }

    @Test
    void testFindByName() {
        List found = widgetRepository.findByName("Widget 2");
        assertEquals(1, found.size(), "Expected to find 1 Widget");

        Widget widget = found.getFirst();
        assertEquals("Widget 2", widget.getName());
        assertEquals(1, widget.getVersion());
    }
}</code></pre>



<p class="wp-block-paragraph">The <code>WidgetRepositoryTest</code> class is annotated with the <code>@DataJpaTest</code> annotation, which is a slice-testing annotation that loads repositories and entities into the Spring application context and creates a <code>TestEntityManager</code> that we can autowire into our test class. The <code>TestEntityManager</code> allows us to perform database operations outside of our repository so that we can set up and tear down our test scenarios.</p>



<p class="wp-block-paragraph">In the <code>WidgetRepositoryTest</code> class, we autowire in both our <code>WidgetRepository</code> and <code>TestEntityManager</code>. Then, we define a <code>setup()</code> method that is annotated with JUnit’s <code>@BeforeEach</code> annotation, so it will be executed <em>before</em> each test case runs. Next, we define a <code>teardown()</code> method that is annotated with JUnit’s <code>@AfterEach</code> annotation, so it will be executed <em>after</em> each test completes. The class defines a <code>testWidgets</code> list that contains three test widgets and then the <code>setup()</code> method inserts those into the database using the <code>TestEntityManager</code>’s <code>persist()</code> method. After it inserts each widget, it saves the automatically generated ID so that we can reference it in our tests. Finally, after persisting the widgets, it flushes them to the database by calling the <code>TestEntityManager</code>’s <code>flush()</code> method. The <code>teardown()</code> method iterates over all <code>Widget</code> IDs, finds the <code>Widget</code> using the <code>TestEntityManager</code>’s <code>find()</code> method, and, if it is found, removes it from the database. Finally, it clears the widget ID list so that the<code> setup()</code> method can rebuild it for the next test. (Note that the <code>TestEntityManager</code> removes entities directly; it does not have a <em>remove by ID</em> method, so we first have to find each <code>Widget</code> and then remove them one-by-one.)</p>



<p class="wp-block-paragraph">Even though most of the methods being tested are autogenerated and well tested, I wanted to demonstrate how to write several kinds of tests. The only method that we really need to test is the <code>findByName()</code> method because that is the only custom method we define. For example, if we were to define the method as <code><em>findByNam()</em></code> instead of <code>findByName()</code>, then the method would not work, so it is definitely worth testing.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">Spring provides robust support for testing each layer of a Spring MVC application. In this article, we reviewed how to test controllers, using <a href="https://docs.spring.io/spring-framework/reference/testing/mockmvc.html" data-type="link" data-id="https://docs.spring.io/spring-framework/reference/testing/mockmvc.html">MockMvc</a>; services, using the <a href="https://www.infoworld.com/article/4009216/advanced-unit-testing-with-junit-5-mockito-and-hamcrest.html" data-type="link" data-id="https://www.infoworld.com/article/4009216/advanced-unit-testing-with-junit-5-mockito-and-hamcrest.html">JUnit Mockito extension</a>; and repositories, using the Spring <a href="https://docs.spring.io/spring-boot/api/java/org/springframework/boot/test/autoconfigure/orm/jpa/TestEntityManager.html" data-type="link" data-id="https://docs.spring.io/spring-boot/api/java/org/springframework/boot/test/autoconfigure/orm/jpa/TestEntityManager.html">TestEntityManager</a>. We also reviewed slice testing as a strategy to reduce testing resource utilization and minimize the time required to execute tests. Slice testing is implemented in Spring using the <code>@WebMvcTest</code> and <code>@DataJpaTest</code> annotations. I hope these examples have given you everything you need to feel comfortable writing robust tests for your Spring MVC applications.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[React tutorial: Get started with the React JavaScript library]]></title>
<description><![CDATA[Despite many worthy contenders, React remains the most popular front-end framework, and a key player in the JavaScript development landscape. React is the quintessential reactive engine, continually innovating alongside the rest of the industry. A flagship open source project at Facebook, React i...]]></description>
<link>https://tsecurity.de/de/3665668/ai-nachrichten/react-tutorial-get-started-with-the-react-javascript-library/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3665668/ai-nachrichten/react-tutorial-get-started-with-the-react-javascript-library/</guid>
<pubDate>Mon, 13 Jul 2026 17:04: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 class="wp-block-paragraph">Despite many <a href="https://www.infoworld.com/article/2336227/whats-the-best-javascript-framework.html">worthy contenders</a>, React remains the most popular front-end framework, and a key player in the <a href="https://www.infoworld.com/article/2263137/what-is-javascript-the-full-stack-programming-language.html">JavaScript</a> development landscape. React is the quintessential <a href="https://www.infoworld.com/article/2338730/what-is-reactive-programming-programming-with-event-streams.html">reactive engine</a>, continually innovating alongside the rest of the industry. A flagship open source project at Facebook, React is now part of Meta Open Source. For developers new to JavaScript and web development, this tutorial will get you started with this vital technology.</p>



<p class="wp-block-paragraph">React is not only a front-end framework, but is a component in full-stack frameworks like <a href="https://www.infoworld.com/article/4078213/next-js-16-features-explicit-caching-ai-powered-debugging.html">Next.js</a>. Newer additions like React server-side rendering (SSR) and React server components (RSC) further blur the line between server and client.</p>



<p class="wp-block-paragraph"><strong>Also see: <a href="https://www.infoworld.com/article/3583477/is-the-react-compiler-ready-for-prime-time.html">Is the React compiler ready for primetime?</a></strong></p>



<h2 class="wp-block-heading">Why React?</h2>



<p class="wp-block-paragraph">React’s prominence makes it an obvious choice for developers just starting out with web development. It is often chosen for its ability to offer a smooth and encompassing developer experience (DX), which distinguishes it from frameworks like <a href="https://www.infoworld.com/article/3962039/what-you-need-to-know-about-angular-react-vue-and-svelte-popular-javascript-frameworks-compared.html">Vue, Angular, and Svelte</a>. It could be said that React’s true “killer feature” is the perks that come with longstanding popularity: learning resources, community support, libraries, and developers are all plentiful in the React ecosystem.</p>



<h2 class="wp-block-heading">Installing React</h2>



<p class="wp-block-paragraph">Real-world React requires running on the server with a build tool, which we will explore in the next section. But to get your feet wet, we can start out with an online playground. There are several high-quality playgrounds for React, including full-blown environments like StackBlitz or Codesandbox. For a quick taste, we will use <a href="https://playcode.io/react">PlayCode React</a>.</p>



<p class="wp-block-paragraph">When you first open it, PlayCode React gives you a basic layout like the one shown here:</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/2026/01/image1.png?w=1024" alt="A screenshot shows the layout of a basic Rwact JavaScript application." class="wp-image-4116902" width="1024" height="585" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Matthew Tyson</p></div>



<p class="wp-block-paragraph">The menu on the left is the file explorer, at the top is the code window, and at the bottom are the console (on the left) and the preview pane (on the right).</p>



<p class="wp-block-paragraph">From this screenshot, you can see how the content of the code is displayed on the preview pane, but this basic layout doesn’t use any variables (or “state,” as it’s known in React). It does let you see some of the plumbing, like the React library import and the exported <code>App</code> function.</p>



<p class="wp-block-paragraph">Modern React is functional. The <code>App</code> function has a return value that is the actual output for the component. The component’s return is specified by <a href="https://www.infoworld.com/article/2335613/intro-to-jsx-html-that-does-javascript.html">JSX</a>, a templating language that lets you use HTML along with variables and JavaScript expressions. Right now, the app just has some simple markup.</p>



<p class="wp-block-paragraph">The classic example you see next is a “Counter” that lets you increase and decrease a displayed value using buttons. We’ll do a slight “Spinal Tap” variation of this, where the counter only goes to 11 and displays a message:</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/2026/01/image2.png?w=1024" alt="A screenshot of a counter app developed in React." class="wp-image-4116903" width="1024" height="585" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Matthew Tyson</p></div>



<p class="wp-block-paragraph">You can take a look at the running example <a href="https://playcode.io/react-playground--019ac165-81fd-74b1-8681-188b66459b9e">here</a>, and the full code for the example is below:</p>



<pre class="wp-block-code"><code>import React, { useState } from 'react';

export function App() {
  // 1. The State
  const [volume, setVolume] = useState(0);

  return (
    <div>
      <h1>Spinal Tap Amp 🎸</h1>
     
      {/* 2. The "View" (Displaying the state) */}
      <div>
        {volume}
      </div>

      <div>
        {/* 3. The Actions */
        <button> setVolume(volume - 1)}&gt;Down</button>
       
        <button> {
          if (volume 
          Up
        </button>
      </div>

      {/* 4. Conditional */}
      {volume === 11 &amp;&amp;
        <p>"Why don't you just make ten louder?"</p>
      }
    </div>
  );
}</code></pre>



<p class="wp-block-paragraph">If you play with the example, you’ll see that moving the buttons changes the value, and the display automatically reflects the change. This is the essential magic of a reactive engine like React. The state is a managed variable that React automatically updates and displays. State is declared like so:</p>



<pre class="wp-block-code"><code>const [volume, setVolume] = useState(0);</code></pre>



<p class="wp-block-paragraph">The syntax is a bit funky if you are coming from straight JavaScript, but most developers can adapt to it quickly. Basically, <code>useState(0)</code> says, with a default value <code>0</code>, give me a variable, <code>volume</code>, and a function to set it, <code>setVolume</code>.</p>



<p class="wp-block-paragraph">To display the value in the view, we use: <code>{volume}</code>.</p>



<p class="wp-block-paragraph">To modify the value, we use button event handlers. For example, to increment, we’d do:</p>



<pre class="wp-block-code"><code>To modify the value, we use buttons event handlers.  For example, to increment:

onClick={() =&gt; setVolume(volume + 1)</code></pre>



<p class="wp-block-paragraph">Here we’ve directly modified the volume state, and React will update accordingly. If we wanted to, we could call a function (for example, if the logic were more involved).</p>



<p class="wp-block-paragraph">Finally, when the value reaches 11, we display a message. This syntax is idiomatic React, and uses an embedded JavaScript equality check:</p>



<pre class="wp-block-code"><code>{volume === 11 &amp;&amp;
  <p>"Why don't you just make ten louder?"</p>
}</code></pre>



<p class="wp-block-paragraph">The check says, if volume is 11, then display the <code><p></p></code> markup.</p>



<h2 class="wp-block-heading">Using a build tool with React</h2>



<p class="wp-block-paragraph">Once upon a time, when NVIDIA was nothing but a graphics card, it was quite a bit of work assembling a good build chain for React. These days, the process is much simpler, and the once ubiquitous <code>create-react-app</code> option is no more. <a href="https://www.infoworld.com/article/2266193/7-tools-transforming-javascript-development.html">Vite</a> is now the standard choice for launching a new app from the React terminal, so that’s the approach you’ll learn here.</p>



<p class="wp-block-paragraph">With that said, there are a few alternatives worth mentioning. <a href="https://www.infoworld.com/article/2254808/get-started-with-visual-studio-code.html">VS Code</a> has extensions that will provide you with templates or scaffolding, but what’s becoming more common is <a href="https://www.infoworld.com/article/3973969/knowing-when-to-use-ai-coding-assistants.html">using an AI coding assistant</a>. A tool like Copilot, ChatGPT, or Gemini can take a prompt describing the basics of the application in question, including the instruction to use React, and produce a basic React layout for you. AI assistants are available in both command-line and VS Code extension flavors. Or, for an even more forward-looking option, you could use something like <a href="https://www.infoworld.com/article/3981588/putting-agentic-ai-to-work-in-firebase-studio.html">Firebase Studio</a>.</p>



<p class="wp-block-paragraph">But enough about alternatives—Vite is the standard for a reason. It is repeatable, capable, and fast. To launch a new Vite app, you just enter the following in your command line:</p>



<pre class="wp-block-code"><code>$ npm create vite@latest</code></pre>



<p class="wp-block-paragraph">The interactive tool will walk you through the process, starting with selecting React as your technology:</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/2026/01/image3.png?w=1024" alt="A screenshot of the Vite CLI showing the option to select React." class="wp-image-4116905" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Matthew Tyson</p></div>



<p class="wp-block-paragraph">Use your own preferences for the other options (like using <a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html" data-type="link" data-id="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html">TypeScript</a> versus JavaScript) and accept the option to install and launch the app immediately. Afterward, you’ll see a simple demo like this one:</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/2026/01/image4.png?w=1024" alt="A screenshot showing the Vite demo app built with React." class="wp-image-4116907" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Matthew Tyson</p></div>



<p class="wp-block-paragraph">The demo app has a counter component like the one we built earlier. If you Ctrl-c (or Cmd-c) to kill the Vite process running in the terminal, you can <code>cd</code> into the new directory. From there, you can see where the counter component is defined, in <code>src/App.jsx</code> (or <code>App.tsx</code> if you have selected TypeScript like I have).</p>



<p class="wp-block-paragraph">It’s worth looking at that file to see how React appears on the server:</p>



<pre class="wp-block-code"><code>src/App.tsx
import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'

function App() {
  const [count, setCount] = useState(0)

  return (
    
      <div>
        <a href="https://vite.dev/" target="_blank">
          <img src="https://www.infoworld.com/article/2253289/%7BviteLogo%7D" alt="Vite logo">
        </a>
        <a href="https://react.dev/" target="_blank">
          <img src="https://www.infoworld.com/article/2253289/%7BreactLogo%7D" alt="React logo">
        </a>
      </div>
      <h1>Vite + React</h1>
      <div>
        <button> setCount((count) =&gt; count + 1)}&gt;
          count is {count}
        </button>
        <p>
          Edit <code>src/App.tsx</code> and save to test HMR
        </p>
      </div>
      <p>
        Click on the Vite and React logos to learn more
      </p>
    &gt;
  )
}

export default App&lt;/code&gt;</code></pre>



<p class="wp-block-paragraph">Notice we export the App as a module, which is used by the <code>src/main.tsx</code> file to display the component in the view. That file creates the bridge between the respective worlds of React and HTML:</p>



<pre class="wp-block-code"><code>import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.tsx'

createRoot(document.getElementById('root')!).render(
  
    
  ,
)</code></pre>



<p class="wp-block-paragraph">Don’t worry too much about the details of how React bootstraps itself with <code>createRoot</code> and the <code>render</code> call (which you won’t have to interact with on a regular basis). The important thing is how the <code>App</code> component is imported and then used with the JSX.</p>



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



<p class="wp-block-paragraph"><a href="https://react.dev/reference/react/StrictMode">Strict mode</a> adds warning during dev mode to help you catch component bugs early.</p>



<p class="wp-block-paragraph">There are a few rules to bear in mind when using JSX, the templating language of React:</p>



<ul class="wp-block-list">
<li>HTML elements are lowercase (<code><div>, <code></code>), but components are uppercase (<code></code>, <code></code>).



<li>You can’t just type “class” in JSX; instead, use <code>className</code>; e.g., <code><div>.



<li>To access the realm of JavaScript (and the application state) from within JSX, use curly braces: <code>{2 + 2 != 5}</code>.</li>




<h2 class="wp-block-heading">React components and props</h2>



<p class="wp-block-paragraph">The main organizational concept in React is the <em>component</em>. Components are used to contain the functionality for a part of the view within a self-contained package. We’ve seen a component in action already with <code></code> but it might be a little obscure, so let’s add another simple component to enhance the demonstration. This component also lets us explore another key part of React: Props.</p>



<p class="wp-block-paragraph">To start, let’s create a display of the counter value influenced by the Rob Reiner movie <em>This Is Spinal Tap</em>. To start, we create a new file at <code>src/VolumeDisplay.jsx</code>:</p>



<pre class="wp-block-code"><code>// src/VolumeDisplay.jsx

export function VolumeDisplay({ level }) {
  return (
    <div>
      {/* The Dial */}
      <div>= 11 ? '#d32f2f' : '#f0f0f0',
        color: level &gt;= 11 ? 'white' : 'black',
        transition: 'all 0.2s ease'
      }}&gt;
        {level}
      </div>

      {/* The Message */}
      {level &gt;= 11 &amp;&amp; (
        <p>
          "These go to eleven." 🤘
        </p>
      )}
    </div>
  );
}</code></pre>



<p class="wp-block-paragraph">This is a simple display but there are a couple of things worth noting about it.</p>



<p class="wp-block-paragraph">One is that we accept a prop (a property) “from above” with <code>VolumeDisplay({ level })</code>. This tells whatever parent component uses this one that <code>VolumeDisplay</code> accepts a single property, called <code>level</code>. <code>VolumeDisplay</code> uses the property by displaying it (though it adds a bit of fancying up using conditional logic like we have already seen).</p>



<p class="wp-block-paragraph">The way we define the CSS values, inside the double braces, <code>{{ }}</code>, and as a map of value is idiomatic React. (It isn’t essential at this point to grasp why it works that way, but basically, it is the JSX token <code>{ }</code> with a JavaScript map of CSS values using JavaScript-friendly camel-cased names, like <code>justifyContent</code>.)</p>



<p class="wp-block-paragraph">Now, to utilize this component, we can go to <code>App.jsx</code>, and make two changes:</p>



<pre class="wp-block-code"><code>import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'
// 1. Import our new component
import { VolumeDisplay } from './VolumeDisplay'

function App() {
  const [count, setCount] = useState(0)

  return (
    
      <div>
        <a href="https://vite.dev/" target="_blank">
          <img src="https://www.infoworld.com/article/2253289/%7BviteLogo%7D" alt="Vite logo">
        </a>
        <a href="https://react.dev/" target="_blank">
          <img src="https://www.infoworld.com/article/2253289/%7BreactLogo%7D" alt="React logo">
        </a>
      </div>
      <h1>Vite + React</h1>
      <div>
        <button> setCount((count) =&gt; count + 1)}&gt;
          count is {count}
        </button>
        {/* 2. Pass the 'count' state into the 'level' prop */}
      
        <p>
          Edit <code>src/App.tsx</code> and save to test HMR
        </p>
      </div>
      <p>
        Click on the Vite and React logos to learn more
      </p>
    &gt;
  )
}

export default App&lt;/code&gt;</code></pre>



<p class="wp-block-paragraph">Here, we’ve done two things: imported the new component and used it in the view.</p>



<p class="wp-block-paragraph">Notice, also, that the <code></code> line passes the existing count state variable into <code>VolumeDisplay</code> as a prop. React will do the work of ensuring that whenever count changes, the <code>VolumeDisplay</code> will also be updated, including any dependent logic such as the conditional statements.</p>



<p class="wp-block-paragraph">Now, if we run the code like so:</p>



<pre class="wp-block-code"><code>$ npm run dev</code></pre>



<p class="wp-block-paragraph">We get what you see in the screenshot below:</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/2026/01/image5.png?w=1024" alt="A screenshot of the running demo app built with Vite and React." class="wp-image-4116908" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Matthew Tyson</p></div>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">The world is now your oyster, at least within the realm of JavaScript web development. Not only is React wildly popular, its basic ideas are applicable to a host of other innovative frameworks, including <a href="https://www.infoworld.com/article/2265950/hands-on-with-svelte.html">Svelte</a> and <a href="https://www.infoworld.com/article/2271109/hands-on-with-the-solid-javascript-framework.html">Solid</a>. (To get some idea of the alternatives, just type <code>npm create vite@latest</code> and look at all the available technologies.) Now that you have a basic introduction, a good next step for learning would be to add an <code></code> control that allows typing in the volume manually. Happy coding!</p>
</div></code></li></div></code></li></ul></div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Get started with Angular: Introducing the modern reactive workflow]]></title>
<description><![CDATA[Angular is a cohesive, all-in-one reactive framework for web development. It is one of the larger reactive frameworks, focused on being a single architectural system that handles all your web development needs under one idiom. While Angular was long criticized for being heavyweight as compared to...]]></description>
<link>https://tsecurity.de/de/3665664/ai-nachrichten/get-started-with-angular-introducing-the-modern-reactive-workflow/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3665664/ai-nachrichten/get-started-with-angular-introducing-the-modern-reactive-workflow/</guid>
<pubDate>Mon, 13 Jul 2026 17:04:25 +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">Angular is a cohesive, all-in-one <a href="https://www.infoworld.com/article/3962039/what-you-need-to-know-about-angular-react-vue-and-svelte-popular-javascript-frameworks-compared.html">reactive framework</a> for web development. It is one of the larger reactive frameworks, focused on being a single architectural system that handles all your web development needs under one idiom. While Angular was long criticized for being heavyweight as compared to <a href="https://www.infoworld.com/article/2253289/react-tutorial-get-started-with-the-reactjs-javascript-library.html">React</a>, many of those issues <a href="https://www.infoworld.com/article/3964105/catching-up-with-angular-19.html">were addressed in Angular 19</a>. Modern Angular is built around the <a href="https://blog.angular-university.io/angular-signals">Signals API</a> and minimal formality, while still delivering a one-stop-shop that includes dependency injection and integrated routing.</p>



<p class="wp-block-paragraph">Angular is popular with the enterprise because of its stable, curated nature, but it is becoming more attractive to the wider developer community thanks to its more <a href="https://www.infoworld.com/article/3802707/angular-team-unveils-strategy-for-2025.html">community engaged development philosophy</a>. That, along with its recent technical evolution, make Angular one of the most interesting projects to watch right now.</p>



<h2 class="wp-block-heading">Why choose Angular?</h2>



<p class="wp-block-paragraph"><a href="https://www.infoworld.com/article/2336227/whats-the-best-javascript-framework.html">Choosing a JavaScript development framework</a> sometimes feels like a philosophical debate, but it should be a practical decision. Angular is unique because it is strongly opinionated. It doesn’t just give you a view layer; it provides a complete toolkit for building web applications.</p>



<p class="wp-block-paragraph">Like other reactive frameworks, Angular is built around its reactive engine, which lets you bind state (variables) to the view. But if that’s all you needed, one of the smaller, more focused frameworks would be more than enough. What Angular has that some of these other frameworks don’t is its ability to use data binding to automatically synchronize data from your user interface (UI) with your JavaScript objects. Angular also leverages dependency injection and inversion of control to help structure your application and make it easier to test. And it contains more advanced features like server-side rendering (SSR) and static-site generation (SSG) within itself, rather than requiring you to engage a <a href="https://www.infoworld.com/article/3831686/plug-and-play-web-development-with-astro-js.html">meta-framework</a> for either style of development.</p>



<p class="wp-block-paragraph">While Angular might not be your top choice for every occasion, it’s an excellent option for larger projects that require features you won’t get with a more lightweight framework.</p>



<p class="wp-block-paragraph"><strong>Also see: <a href="https://www.infoworld.com/article/3964105/catching-up-with-angular-19.html" data-type="link" data-id="https://www.infoworld.com/article/3964105/catching-up-with-angular-19.html">Catching up with Angular 19</a>.</strong></p>



<h2 class="wp-block-heading">Getting started with Angular</h2>



<p class="wp-block-paragraph">With those concepts in mind, let’s set up Angular in your development environment. After that, we can run through developing a web application with Angular. To start, make sure you have Node and NPM installed. From the command line, enter:</p>



<pre class="wp-block-code"><code>$ node -v
$ npm -v</code></pre>



<p class="wp-block-paragraph">Next, you can use the Angular CLI to launch a new app:</p>



<pre class="wp-block-code"><code>$ ng new iw-ng</code></pre>



<p class="wp-block-paragraph">You can use the defaults in your responses to the interactive prompts shown here:</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/2026/01/angular1.png?w=1024" alt="A screenshot of a new project setup in the Angular command-line interface." class="wp-image-4123771" width="1024" height="413" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Matthew Tyson</p></div>



<p class="wp-block-paragraph">We now have a basic project layout in the new directory, which you can import into an IDE (such as <a href="https://www.infoworld.com/article/2254808/get-started-with-visual-studio-code.html" data-type="link" data-id="https://www.infoworld.com/article/2254808/get-started-with-visual-studio-code.html">VS Code</a>) or edit directly.</p>



<p class="wp-block-paragraph">Looking at the project layout, you might notice it is fairly lean, a break from Angular projects of the past. The most important parts are:</p>



<ul class="wp-block-list">
<li><code>src/main.ts</code>: This is the main entry point. In older versions of Angular, this file had to bootstrap a module, which then bootstrapped a component. Now, it avoids any verbose syntax, calling bootstrapApplication with your root component directly.</li>



<li><code>src/index.html</code>: The main HTML page that hosts your application. This is the standard index.html that serves all root requests in a web page and contains the  tag where your Angular component will render. It is the “body” that the “spirit” of your code animates.</li>



<li><code>src/app/app.ts</code>: The root component of your application. This single file defines the view logic and the component metadata. In the new “standalone” world, it manages its own imports, meaning you can see exactly what dependencies it uses right at the top of the file. (This is the <code></code> root element that appears in <code>src/index.html</code>.)</li>



<li><code>src/app/app.config.ts</code>: This file is new in modern Angular and replaces the old A<code>ppModule providers</code> array. It is where you configure global services, like the router or HTTP client.</li>



<li><code>angular.json</code>: The configuration file for the CLI itself. It tells the build tools how to process your code, though you will rarely need to touch this file manually anymore.</li>
</ul>



<p class="wp-block-paragraph">Here is the basic flow of how the engine renders these components:</p>



<ol start="1" class="wp-block-list">
<li><strong>The arrival (HTML)</strong>: The browser receives <code>index.html</code>. The <code></code> tag is there, but it’s empty.</li>



<li><strong>The unpacking (JavaScript)</strong>: The browser sees the <code></code> tags at the bottom of the HTML and downloads the JavaScript bundles (your compiled code) from <code>src/app/app.ts</code>.</li>



<li><strong>The assembly (Bootstrap)</strong>: The browser runs that JavaScript. The code “wakes up,” finds the <code></code> tag in the DOM, and dynamically inserts your title, buttons, and lists.</li>
</ol>



<p class="wp-block-paragraph">This flow will be different if you are using server-side rendering (SSR), but we’ll leave that option aside for now. Now that you’ve seen the basic architecture, let’s get into the code.</p>



<h2 class="wp-block-heading">Developing your first web app in Angular</h2>



<p class="wp-block-paragraph">If you open <code>src/app/app.ts</code> (more info <a href="http://app.ts/">here</a>) the component definition looks like this:</p>



<pre class="wp-block-code"><code>import { Component, signal } from '@angular/core';
import { RouterOutlet } from '@angular/router';

@Component({
  selector: 'app-root',
  imports: [RouterOutlet],
  templateUrl: './app.html',
  styleUrl: './app.css'
})
export class App {
  protected readonly title = signal('iw-ng');
}</code></pre>



<p class="wp-block-paragraph">Before we dissect the code, let’s run the app and see what it produces:</p>



<pre class="wp-block-code"><code>$ ng serve</code></pre>



<p class="wp-block-paragraph">You should see a page like this one at <code>localhost:4200</code>:</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/2026/01/angular2.png?w=1024" alt="A screenshot of a Hello, World! app built with Angular." class="wp-image-4123772" width="1024" height="585" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Matthew Tyson</p></div>



<p class="wp-block-paragraph">Returning to the <code>src/app.ts</code> component, notice that there are three main parts of the definition: the class, the metadata, and the view. Let’s unpack these separately.</p>



<h3 class="wp-block-heading">The class (export class App)</h3>



<p class="wp-block-paragraph">Export class <code>App</code> is vanilla TypeScript that holds your component’s data and logic. In our example, <code>title = signal(‘iw-ng’)</code> defines a piece of reactive state. Unlike older versions of Angular where data was just a plain property, here we use a <a href="https://www.solidjs.com/tutorial/introduction_signals">signal</a>. Signals are wrappers around values that notify the template precisely when they change, enabling fine-grained performance.</p>



<h3 class="wp-block-heading">The metadata (@Component)</h3>



<p class="wp-block-paragraph">The <code>@Component</code> decorator tells Angular it is dealing with a component, not just a generic class. There are several elements involved in the decorator’s communication with the engine:</p>



<ul class="wp-block-list">
<li><code>selector: 'app-root'</code>: Defines the custom HTML tag associated with any given component. Angular finds <code></code> in your <code>index.html</code> and renders the component there.</li>



<li><code>imports</code>: In the new Angular era, dependencies are explicit. You list exactly what a component needs (like <code>RouterOutlet</code> or other components) here, rather than hiding them in a separate module file.</li>



<li><code>templateUrl</code>: Points to the external HTML file that defines the view.</li>
</ul>



<h3 class="wp-block-heading">The view (the template)</h3>



<p class="wp-block-paragraph">This is the visual part of the component, defined in <code>app.html</code>. It combines standard HTML with Angular’s template syntax. (JSX handles this part for React-based apps.)</p>



<p class="wp-block-paragraph">We can modify <code>src/app/app.html</code> to see how these three elements work together. To start, delete the default content and add the following:</p>



<pre class="wp-block-code"><code><h1>Hello, {{ title() }}</h1>
</code></pre>



<p class="wp-block-paragraph">The double curly braces <code>{{ }}</code> are called <a href="https://angular.dev/guide/templates/binding">interpolation</a>. Notice the parentheses in <code>title()</code>. We are reading the “title” signal value by calling its function. If you were to update that signal programmatically (e.g., <code>this.title.set('New Value')</code>), the text on the screen would update instantly.</p>



<h2 class="wp-block-heading">Angular’s built-in control flow</h2>



<p class="wp-block-paragraph">Old-school Angular required “structural directives” like <code>*ngIf</code> and <code>*ngFor</code> logic control. These were powerful but required importing <code>CommonModule</code> and learning a specific micro-syntax. Modern Angular uses a built-in control flow that looks like standard JavaScript (similar to other Reactive platforms).</p>



<p class="wp-block-paragraph">To see the new control flow in action, let’s add a list to our component. Update <code>src/app/app.ts</code> as follows, leaving the rest of the file the same:</p>



<pre class="wp-block-code"><code>export class App {
  protected readonly title = signal('iw-ng');
  protected readonly frameworks = signal(['Angular', 'React', 'Vue', 'Svelte']);
  protected showList = signal(true);

  toggleList() {
    this.showList.update(v =&gt; !v);
  }
}</code></pre>



<p class="wp-block-paragraph">While we’re at it, let’s also update <code>src/app/app.html</code> to render this new list (don’t worry about <code></code> for now; it just tells Angular where to render the framing template):</p>



<pre class="wp-block-code"><code><button>Toggle List</button>

@if (showList()) {
  <ul>
    @for (tech of frameworks(); track tech) {
      <li>{{ tech }}</li>
    }
  </ul>
} @else {
  <p>List is hidden</p>
}

</code></pre>



<p class="wp-block-paragraph">The app will now display a list that can be toggled for visibility:</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/2026/01/angular3.png?w=1024" alt="Screenshot of a list that can be toggled on and off for visibility." class="wp-image-4123773" width="1024" height="585" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Matthew Tyson</p></div>



<p class="wp-block-paragraph">This syntax is cleaner and easier to read than the old <code>*ngFor</code> loops:</p>



<ul class="wp-block-list">
<li><code>@if</code> conditionally renders the block if the signal’s value is true.</li>



<li><code>@for</code> iterates over the array. The track keyword is required for performance (it tells Angular how to identify unique items in the list).</li>



<li><code>(click)</code> is an <a href="https://angular.dev/guide/templates/event-listeners">event binding</a>. It lets us run code (the <code>toggleList</code> method) when the user interacts with the button.</li>
</ul>



<h2 class="wp-block-heading">Services: Managing business logic in Angular</h2>



<p class="wp-block-paragraph">Components focus on the view (i.e., what you see). For the business logic that backs the application functionality, we use services.</p>



<p class="wp-block-paragraph">A service is just a class that can be “injected” into a component that needs it. This is Angular’s famous dependency injection system. It allows you to write logic once and reuse it anywhere. It’s a slightly different way of thinking about how an application is wired together, but it gives you real organizational benefits over time.</p>



<p class="wp-block-paragraph">To generate a service, you can use the CLI:</p>



<pre class="wp-block-code"><code>$ ng generate service frameworks</code></pre>



<p class="wp-block-paragraph">This command creates a <code>src/app/hero.ts</code> file. In modern Angular, we define services using the <code>@Injectable</code> decorator. Currently, the <code>src/app/hero.ts</code> file just has this:</p>



<pre class="wp-block-code"><code>import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root',
})
export class Frameworks {
  
}</code></pre>



<p class="wp-block-paragraph">Open the file and add a simple method to return our data:</p>



<pre class="wp-block-code"><code>import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root', // Available everywhere in the app
})
export class Frameworks {
  getList() {
    return ['Angular', 'React', 'Vue', 'Svelte'];
  }
}</code></pre>



<p class="wp-block-paragraph">The providedIn: <code>'root'</code> metadata is important, it tells Angular to create a single, shared instance of this service for the entire application (you might recognize this as an instance of the <a href="https://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>).</p>



<h3 class="wp-block-heading">Using the service</h3>



<p class="wp-block-paragraph">In the past, we had to list dependencies in the constructor. Modern Angular offers a cleaner way: the <code>inject()</code> function. Subsequently, we can refactor our <code>src/app/app.ts</code> to get its data from the service instead of hardcoding it:</p>



<pre class="wp-block-code"><code>import { Component, inject, signal } from '@angular/core';
import { RouterOutlet } from '@angular/router';
import { Frameworks } from './frameworks'; // Import the service

@Component({
  selector: 'app-root',
  imports: [RouterOutlet],
  templateUrl: './app.html',
  styleUrl: './app.css'
})
export class App {
  private frameworksService = inject(Frameworks); // Dependency Injection
  
  protected readonly title = signal('iw-ng');
  
  // Initialize signal with data directly from the service
  protected readonly frameworks = signal(this.frameworksService.getList());
  protected showList = signal(true);

  toggleList() {
    this.showList.update(v =&gt; !v);
  }
}</code></pre>



<p class="wp-block-paragraph">Dependency injection is a powerful pattern. The component doesn’t need to know where the list came from (it could be coming from an API, a database, or a hard-coded array); it just asks the service for what it needs. This pattern adds a bit of extra work up front, but it delivers a more flexible, organized codebase as the app grows in size and complexity.</p>



<h2 class="wp-block-heading">Routers and routes</h2>



<p class="wp-block-paragraph">Once your application grows beyond a single view, you need a way to navigate between different screens. In Angular, we use the built-in router for this purpose. In our example project, <code>src/app/app.routes.ts </code>is the dedicated home for the router config. Let’s follow the steps for creating a new route.</p>



<p class="wp-block-paragraph">First, we define the route. When you open <code>src/app/app.routes.ts</code>, you will see an exported routes array. This array contains the available routes for your app. Each string name resolves to a component that handles rendering that route. In effect, this is the map of your application’s landscape.</p>



<p class="wp-block-paragraph">In a real application, you’d often have “framing template” material in the root of the app (like the navbar) and then the routes fill in the body content. (Remember that by default, Angular is designed for single-page apps, where navigation does reload the screen, but swaps content.)</p>



<p class="wp-block-paragraph">For now, let’s just get a sense of how the router works. First, create a new component so we have a destination to travel to. In your terminal, run:</p>



<pre class="wp-block-code"><code>$ ng generate component details</code></pre>



<p class="wp-block-paragraph">This will generate a simple <code>details</code> component in the <code>src/app/details</code> directory.</p>



<p class="wp-block-paragraph">Now we can update <code>src/app/app.routes.ts</code> to include this new path. We will also add a “default” path that redirects empty requests to the home view, ensuring the user always lands somewhere:</p>



<pre class="wp-block-code"><code>import { Routes } from '@angular/router';
import { App } from './app'; // Matches src/app/app.ts
import { Details } from './details/details'; // Matches src/app/details/details.ts

export const routes: Routes = [
  { path: '', redirectTo: '/home', pathMatch: 'full' },
  { path: 'home', component: App },
  { path: 'details', component: Details },
];</code></pre>



<p class="wp-block-paragraph">Now if you visit <code>localhost:4200/home</code>, you’ll get the message from the <code>details</code> component: “Details works!”</p>



<p class="wp-block-paragraph">Next, we’ll use the <code>routerLink</code> directive to move between views without refreshing the page. In <code>src/app/app.html</code>,  we create a navigation bar that sits permanently at the top of the page (the “stationary” element), while the router swaps the content below it (the “impermanent” element):</p>



<pre class="wp-block-code"><code><nav>
  <a>Home</a> | 
  <a>Details</a>
</nav>

<hr>

</code></pre>



<p class="wp-block-paragraph">And with that, the application has a navigation flow. The user clicks, the URL updates, and the content transforms, all without the jarring flicker of a browser reload.</p>



<h2 class="wp-block-heading">Parametrized routes</h2>



<p class="wp-block-paragraph">The last thing we’ll look at is handling route parameters, where the route accepts variables in the path. To manage this kind of dynamic data, you define a route with a variable, marked by a colon. Open <code>src/app/app.routes.ts</code> and add a dynamic path:</p>



<pre class="wp-block-code"><code>export const routes: Routes = [
  // ... existing routes
  { path: 'details/:id', component: Details }, 
];</code></pre>



<p class="wp-block-paragraph">The <code>:id</code> is a placeholder. Whether the URL is <code>/details/42</code> or <code>/details/108</code>, this router will receive it because it matches the path. Inside the details component, we have access to this parameter (using the <a href="https://angular.dev/api/router/ActivatedRoute">ActivatedRoute</a> service or the new <a href="https://angular.dev/api/router/withComponentInputBinding">withComponentInputBinding</a>). We can use that value to retrieve the data we need (like using it to recover a detail item from a database).</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">We have seen the core elements of modern Angular: Setting up the environment, building reactive components with signals, organizing logic with services, and tying it all together with interactive routing.</p>



<p class="wp-block-paragraph">Deploying these pieces together is the basic work in Angular. Once you get comfortable with it, you have an extremely powerful platform at your fingertips. And, when you are ready to go deeper, there is a whole lot more to explore in Angular, including:</p>



<ul class="wp-block-list">
<li>State management: Beyond signals, Angular has support for managing complex, application-wide state.</li>



<li>Forms: Angular has a robust system for handling user input.</li>



<li>Signals: We only scratched the surface of signals here. Signals offer a powerful, fine-grained way to manage state changes.</li>



<li>Build: You can learn more about producing production builds.</li>



<li><a href="https://www.infoworld.com/article/3964105/catching-up-with-angular-19.html" data-type="link" data-id="https://www.infoworld.com/article/3964105/catching-up-with-angular-19.html">RxJS</a>: Takes reactive programming to the next level.</li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can AI narrow cybersecurity’s class divide?]]></title>
<description><![CDATA[At Amazon Web Services (AWS), artificial intelligence is already compressing security work that once took months into minutes.



In the old world, human red teams would find vulnerabilities, write reports, refine those reports, and eventually hand them to defenders, who would then begin building...]]></description>
<link>https://tsecurity.de/de/3664478/it-security-nachrichten/can-ai-narrow-cybersecuritys-class-divide/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3664478/it-security-nachrichten/can-ai-narrow-cybersecuritys-class-divide/</guid>
<pubDate>Mon, 13 Jul 2026 09:07: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>At Amazon Web Services (AWS), artificial intelligence is already compressing security work that once took months into minutes.</p>



<p>In the old world, human red teams would find vulnerabilities, write reports, refine those reports, and eventually hand them to defenders, who would then begin building detections or fixes, <a href="https://www.linkedin.com/in/stephenschmidt1/">Steve Schmidt</a>, chief security officer at AWS, tells CSO. That process could take “two, four, six, eight, 10 months,” Schmidt says.</p>



<p>“Now with proper application of AI, we can have the detections built for the problems the red team finds in 15 minutes-ish,” he says. “I think the outside is about four hours.”</p>



<p>That kind of workflow offers a glimpse of what AI could make possible for the most sophisticated security organizations: AI agents testing systems, other agents generating defenses, and human security engineers validating results and refining the feedback loop.</p>



<p>But it also raises a more uncomfortable question for the rest of the cybersecurity industry: What happens to organizations that cannot build anything close to that?</p>



<p>The concern has become significant enough that the Trump administration <a href="https://www.csoonline.com/article/4180205/trump-revives-parts-of-canceled-ai-order-with-cybersecurity-focused-directive.html">recently directed</a> agencies to expand access to AI-enabled cybersecurity capabilities for resource-constrained organizations, including rural hospitals, community banks, and local utilities.</p>



<p>The order reflects a growing fear that AI could deepen a divide that has existed in cybersecurity for years: the divide between organizations with money, expertise, and engineering depth, and those struggling to keep pace with basic security demands.</p>



<p>Yet security leaders and practitioners suggest the impact of AI will be more complicated than a simple widening gap. Some experts say AI is merely adding a new layer to a long-standing security poverty problem. Others argue AI could democratize capabilities once reserved for elite organizations. Still others see today’s divide as real, but potentially temporary, as models become cheaper, more open, and easier to run.</p>



<h2 class="wp-block-heading">The class divide was already here</h2>



<p>For <a href="https://www.linkedin.com/in/matthewowenwarner/">Matt Warner</a>, co-founder and CTO of Blumira, the premise that AI is creating a cybersecurity class divide misses a key point: The divide already exists.</p>



<p>“I would go even a step further and say that there has been a class divide for the last 10 to 15 years,” Warner tells CSO.</p>



<p>What AI changes, he argues, is not necessarily the existence of the divide but how stark it becomes. Larger organizations have money, people, and time to experiment with AI. Smaller organizations often do not.</p>



<p>“The big differences that we’re seeing, especially from where we sit in the world, is the difference is getting starker in having the resources to leverage AI and the time to leverage AI more than anything else,” Warner says.</p>



<p>That distinction matters because many smaller organizations are already overwhelmed. Warner pointed to resource-constrained local governments and small or midmarket organizations that are still far behind large enterprises in basic IT and security maturity.</p>



<p>“I can find you a county in Michigan with two IT people for 2,000 employees,” Warner says. “Those people don’t have time to leverage AI and even learn how to use AI because they’re mostly just trying to put out fires.”</p>



<p>That problem is not unique to AI. Smaller organizations have long struggled to patch systems, prioritize vulnerabilities, monitor environments, and respond to incidents with limited staff. AI may help eventually, but only if those organizations have enough capacity to adopt it.</p>



<h2 class="wp-block-heading">Wendy Nather’s framework gets an AI layer</h2>



<p><a href="https://www.linkedin.com/in/chuvakin/">Anton Chuvakin</a>, security advisor in the office of the CISO for Google Cloud, sees the AI divide as part of a much older problem.</p>



<p>“I feel like it sends me back to when <a href="https://www.linkedin.com/in/wendynather/">Wendy Nather</a> invented the security poverty line,” Chuvakin tells CSO, referring to Nather’s <a href="https://www.infosecuritymagazine.nl/files/2fb0642808f57f0f9831532ae8f7e8fd.pdf">2011 concept</a> describing organizations that lack the money, expertise, capability, or influence to implement effective security.</p>



<p>Chuvakin is skeptical that AI fundamentally changes that model. “I don’t think AI necessarily breaks that model,” he says. “I think it just adds another dimension.”</p>



<p>Cybersecurity has always been shaped by unequal access to top talent, tools, and services, Chuvakin argues. Large organizations could afford better SIEM deployments, advanced DLP programs, threat hunters, application security experts, and incident response retainers. Smaller organizations often could not.</p>



<p>AI may become another scarce resource, but Chuvakin cautions against overstating the role of model cost alone. In his view, the <a href="https://www.cio.com/article/4165232/whats-holding-back-enterprise-ai-shortage-of-talent-cios-say.html">bigger structural issue may be talent</a> rather than tokens.</p>



<p>“Prices for people won’t drop, but prices for LLMs may drop,” he believes.</p>



<p>That means the organizations with the greatest advantage may not simply be those that can afford the most expensive models. They may be the ones that can afford the people who know how to use them — and, as the frontier-access debate below suggests, that talent gap may prove more durable than any gap in model access itself.</p>



<h2 class="wp-block-heading">AI creates new costs — and new uncertainties</h2>



<p>Nather herself, now senior research initiatives director at 1Password, sees AI affecting every dimension of the security poverty line: money, expertise, capability, and influence.</p>



<p>The financial challenges are not limited to whether an organization can pay for an AI tool. In some cases, organizations that cannot afford enterprise licensing may end up making tradeoffs around privacy.</p>



<p>“If an organization can’t afford an enterprise license for the models they’re using, then they can’t keep their data private,” Nather tells CSO. “So, they have to give up privacy because they can’t afford privacy.”</p>



<p>That’s a new twist on an old dimension of the poverty line: It’s not just that under-resourced organizations lack a capability, but that the capability they can afford comes bundled with a risk wealthier organizations don’t have to accept.</p>



<p>Token-based pricing adds another problem: <a href="https://www.cio.com/article/4152601/without-controls-an-ai-agent-can-cost-more-than-an-employee.html">unpredictability</a>. “At this point, nobody knows how much they’re going to burn in tokens at any given time,” she says.</p>



<p>That makes budgeting difficult for organizations that cannot absorb surprise costs. Nather also warns that usage-based pricing is controlled by providers and can change over time, <a href="https://www.cio.com/article/4184688/it-hurtles-toward-the-great-enterprise-pricing-reset.html">leaving customers with limited leverage</a>.</p>



<p>“The charging practice is in the hands of the providers, and they can change it at any time,” she says.</p>



<p>For organizations already operating below the security poverty line, that uncertainty could make AI adoption harder, even if the technology itself becomes more capable.</p>



<h2 class="wp-block-heading">Access to frontier models may be a temporary divide</h2>



<p><a href="https://www.linkedin.com/in/davidbaggett/">Dave Baggett</a>, SVP/GM of the security suite at Kaseya, agrees there is security class divide dynamic playing out today, particularly around access to frontier models.</p>



<p>“There’s definitely a haves and have-nots issue around Mythos specifically because most people don’t have it,” Baggett tells CSO. But he doesn’t think the divide will have a long-term impact. Open-weight models, quantization, mixture-of-experts architectures, and increasingly powerful commodity hardware, he argues, are closing the gap faster than most people expect.</p>



<p>While not every organization will build a frontier model, he says, more organizations may be able to run capable models locally or use cheaper systems that <a href="https://www.csoonline.com/article/4170818/what-happens-when-chinas-ai-catches-up-to-mythos.html">approximate what today’s elite models can do</a>.</p>



<p>“What it says for finding vulnerabilities is at that point, open-source people can run this stuff,” Baggett says. “Then you’re back to having a symmetrical opportunity where the defenders who are writing the open source can run the same tools the attackers would and have them fix the issues.”</p>



<p>His bottom line is that the divide may be real but short-lived. “Right now, there certainly is a have, have-not schism, but it may not be there for long,” Baggett says — a view Chuvakin shares, though he frames it in terms of the model market rather than open source specifically.</p>



<p>“I don’t think it’s the lowering prices example, but it’s more like you’re a top-tier model maker, I’m a second-tier model maker. My model in a year would do what your model did a year ago,” Chuvakin says.</p>



<h2 class="wp-block-heading">The real advantage is operational depth</h2>



<p>Schmidt’s description of AI use at AWS points to another kind of divide: not access to AI, but the ability to operationalize it.</p>



<p>AWS uses multiple models for different tasks, Schmidt says. One model may discover vulnerabilities, while other models validate results or help build defenses. Humans remain accountable for evaluating what the systems produce.</p>



<p>“Because we believe really strongly in human accountability for the use of AI from end to end, we still have humans take a look at what the systems come up with to determine whether they are reasonable and appropriate,” he says.</p>



<p>That workflow requires more than a model. It requires corporate data, secure infrastructure, feedback loops, security engineers, data scientists, and AI specialists who can work together.</p>



<p>Schmidt also pushes back on the idea that running AI locally on powerful consumer hardware is a substitute for production-grade security infrastructure. “Often the value of the model is also dependent on its proximity to data so that the model can ingest, use, and reason about data,” he says. “As a security person, I do not want that to be on your laptop.”</p>



<p>Experimentation on a laptop is useful, Schmidt says, but it is not the same as a secure production environment.</p>



<p>“I want the data to be somewhere safe that I can control, that I can see, that I can reason about, not sitting on your laptop,” he says. “Experimentation in there, awesome. That’s great. But it is not a production infrastructure component.”</p>



<p>That distinction may define the emerging AI security gap. Many organizations may be able to access AI tools. Far fewer may be able to safely integrate them into real security workflows.</p>



<h2 class="wp-block-heading">The democratization argument</h2>



<p><a href="https://www.linkedin.com/in/philvenables/">Phil Venables</a>, a partner at Ballistic Ventures and former CISO of Google Cloud, takes the most optimistic view.</p>



<p>Asked whether AI is widening the gap between well-resourced and under-resourced security organizations, Venables tells CSO, “No, I actually think it’s the exact opposite.”</p>



<p>The reason, he argues, is that AI packages expertise and automation in ways that can be delivered broadly. “One of the fantastic things about AI, and we’re already starting to see this, is [that it’s] a great democratizer of capabilities,” he says. “AI packages up expertise and automation capabilities at a level beyond what prior waves of technology have done, and it makes it available at scale into organizations that have not previously been able to afford these things.”</p>



<p>He points to <a href="https://www.csoonline.com/article/4181930/ai-red-teaming-comes-of-age.html">red teaming</a> as an example. Nearly every organization would like a world-class red team, but few can afford one.</p>



<p>“Pretty much every organization on the planet would love to have a world-class red team to constantly test their security to find and fix things before attackers do,” Venables says. “But very few organizations have ever been able to afford to build a high-end red team.”</p>



<p>AI agents, he argues, could make that kind of capability available more economically. The same pattern could apply to insider threat; third-party risk; software security; governance, risk and compliance; and security operations.</p>



<p>“So even the smallest and resource-constrained organizations can now have access to a higher-end capability,” he maintains.</p>



<p>Venables does see a danger zone, however: under-resourced security teams inside organizations with aggressive AI ambitions. Those teams may <a href="https://www.csoonline.com/article/3529615/companies-skip-security-hardening-in-rush-to-adopt-ai.html">struggle to keep up</a> as the rest of the business adopts AI rapidly. But for many small and midsize organizations, he believes AI could improve access to security capabilities they never had before.</p>



<h2 class="wp-block-heading">A divide over AI — or over readiness?</h2>



<p>For elite organizations, AI is already becoming a force multiplier. Security teams with deep engineering talent, mature data infrastructure, and strong governance can use AI to accelerate testing, detection engineering, vulnerability discovery, and risk management.</p>



<p>For smaller organizations, the picture is less clear. AI may eventually package scarce expertise into affordable services. Open models may reduce dependence on expensive frontier systems. But organizations below the security poverty line still face familiar constraints: too few people, too little time, limited expertise, unpredictable costs, and weak leverage over vendors.</p>



<p>The emerging divide may therefore be less about who has access to AI and more about who can turn AI into durable security outcomes.</p>



<p>That makes the question facing cybersecurity more complicated than whether AI will create haves and have-nots. The industry already had them.</p>



<p>The real question is whether AI becomes another technology that rewards the organizations already best positioned to use it — or the first major security advance in years that helps those below the poverty line finally catch up.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Testing Copilot Feature That Shows What’s Slowing Down Your Windows 11 PC]]></title>
<description><![CDATA[Microsoft is quietly testing a new Copilot capability called “PC Insights” that lets the AI assistant analyze your Windows 11 machine’s hardware and pinpoint exactly what’s causing slowdowns. The feature is currently rolling out slowly in the United States and…
Read more →
The post Microsoft Test...]]></description>
<link>https://tsecurity.de/de/3664261/it-security-nachrichten/microsoft-testing-copilot-feature-that-shows-whats-slowing-down-your-windows-11-pc/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3664261/it-security-nachrichten/microsoft-testing-copilot-feature-that-shows-whats-slowing-down-your-windows-11-pc/</guid>
<pubDate>Mon, 13 Jul 2026 07:22:50 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Microsoft is quietly testing a new Copilot capability called “PC Insights” that lets the AI assistant analyze your Windows 11 machine’s hardware and pinpoint exactly what’s causing slowdowns. The feature is currently rolling out slowly in the United States and…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/microsoft-testing-copilot-feature-that-shows-whats-slowing-down-your-windows-11-pc/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/microsoft-testing-copilot-feature-that-shows-whats-slowing-down-your-windows-11-pc/">Microsoft Testing Copilot Feature That Shows What’s Slowing Down Your Windows 11 PC</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 11 Copilot now tells you what’s slowing down your PC, while using 1GB RAM itself]]></title>
<description><![CDATA[Windows 11 Copilot can now tell you what’s slowing down your PC, while using 1GB of RAM itself (ironically).
The post Windows 11 Copilot now tells you what’s slowing down your PC, while using 1GB RAM itself appeared first on Windows Latest]]></description>
<link>https://tsecurity.de/de/3662623/windows-tipps/windows-11-copilot-now-tells-you-whats-slowing-down-your-pc-while-using-1gb-ram-itself/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3662623/windows-tipps/windows-11-copilot-now-tells-you-whats-slowing-down-your-pc-while-using-1gb-ram-itself/</guid>
<pubDate>Sun, 12 Jul 2026 03:57:27 +0200</pubDate>
<category>🪟 Windows Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Windows 11 Copilot can now tell you what’s slowing down your PC, while using 1GB of RAM itself (ironically).</p>
<p>The post <a rel="nofollow" href="https://www.windowslatest.com/2026/07/12/windows-11-copilot-ai-can-now-tell-you-whats-slowing-down-your-pc-while-using-1gb-of-ram-itself/">Windows 11 Copilot now tells you what’s slowing down your PC, while using 1GB RAM itself</a> appeared first on <a rel="nofollow" href="https://www.windowslatest.com/">Windows Latest</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Neue U-Boot Bootloader Sicherheitslücken: Angreifer könnten Boot-Images zum Absturz oder Code-Execution bringen + Überblick wo der Universal Boot-Loader zum Einsatz kommt oder kam]]></title>
<description><![CDATA[U-Boot wird primär nicht von typischer Desktop-Software genutzt, sondern ist das Fundament für populäre (Embedded) Betriebssysteme, Firmware-Distributionen und Hardware-Plattformen. Er läuft schätzungsweise auf bis zu 94 % aller initialisierten Embedded-Geräte. [1, 2, 3] 🌐 Populäre Betriebssystem...]]></description>
<link>https://tsecurity.de/de/3661122/it-security-nachrichten/neue-u-boot-bootloader-sicherheitsluecken-angreifer-koennten-boot-images-zum-absturz-oder-code-execution-bringen-ueberblick-wo-der-universal-boot-loader-zum-einsatz-kommt-oder-kam/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3661122/it-security-nachrichten/neue-u-boot-bootloader-sicherheitsluecken-angreifer-koennten-boot-images-zum-absturz-oder-code-execution-bringen-ueberblick-wo-der-universal-boot-loader-zum-einsatz-kommt-oder-kam/</guid>
<pubDate>Sat, 11 Jul 2026 04:38:23 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<table> <tr><td> <a href="https://www.reddit.com/r/Computersicherheit/comments/1usz5b4/neue_uboot_bootloader_sicherheitsl%C3%BCcken_angreifer/"> <img src="https://external-preview.redd.it/nbGkk70i397OMyZ-Rc2FgHWRnkU_XyR8NRpyDduVMsQ.jpeg?width=640&amp;crop=smart&amp;auto=webp&amp;s=8f6ec05330ea43c835716d59dbe76da31ee296d4" alt="Neue U-Boot Bootloader Sicherheitslücken: Angreifer könnten Boot-Images zum Absturz oder Code-Execution bringen + Überblick wo der Universal Boot-Loader zum Einsatz kommt oder kam" title="Neue U-Boot Bootloader Sicherheitslücken: Angreifer könnten Boot-Images zum Absturz oder Code-Execution bringen + Überblick wo der Universal Boot-Loader zum Einsatz kommt oder kam"> </a> </td><td> <!-- SC_OFF --><div class="md"><p><strong>U-Boot</strong> wird primär nicht von typischer Desktop-Software genutzt, sondern ist das Fundament für <strong>populäre (Embedded) Betriebssysteme, Firmware-Distributionen und Hardware-Plattformen</strong>. Er läuft schätzungsweise auf bis zu 94 % aller initialisierten Embedded-Geräte. [<a href="https://www.youtube.com/watch?v=GKSHAe--7V0&amp;t=387">1</a>, <a href="https://www.reddit.com/r/embedded/comments/1nq0k87/which_bootloader_is_worthwhile_to_learn/?tl=de">2</a>, <a href="https://www.linkedin.com/posts/rk-williams_day-19-bootloaders-in-linux-grub-u-boot-activity-7298079005872701440-awx-">3</a>]</p> <h1>🌐 Populäre Betriebssysteme &amp; Distributionen</h1> <ul> <li><strong>Android (ältere &amp; spezifische Zweige):</strong> Auf vielen ARM-basierten Mediaplayern, TVs und älteren Smartphones initialisiert U-Boot die Hardware, bevor das eigentliche <a href="https://www.google.com/url?sa=i&amp;source=web&amp;rct=j&amp;url=https://medium.com/@SuriNaren/u-boot-8374094d55d8&amp;ved=2ahUKEwjcouf398iVAxUQRvEDHeCcCrYQy_kOegYIAQgQEAI&amp;opi=89978449&amp;cd&amp;psig=AOvVaw2sRFEO9klT7fNMo792UZh1&amp;ust=1783801333304000">Android-System</a> lädt. [<a href="https://medium.com/@SuriNaren/u-boot-8374094d55d8">1</a>]</li> <li><strong>Raspberry Pi OS / DietPi:</strong> Während der Raspberry Pi standardmäßig einen eigenen GPU-Bootloader nutzt, schalten viele Entwickler und Linux-Distributionen (wie <a href="https://www.google.com/url?sa=i&amp;source=web&amp;rct=j&amp;url=https://gitnux.org/best/bootloader-software/&amp;ved=2ahUKEwjcouf398iVAxUQRvEDHeCcCrYQy_kOegYIAQgQEAk&amp;opi=89978449&amp;cd&amp;psig=AOvVaw2sRFEO9klT7fNMo792UZh1&amp;ust=1783801333304000">Ubuntu Server ARM</a>) U-Boot dazwischen, um Netzwerk-Boot (PXE) oder standardisierte Boot-Skripte zu nutzen. [<a href="https://tha.de/~hhoegl/home/elinux/pi-lfs/html/bootloader.html">1</a>, <a href="https://gitnux.org/best/bootloader-software/">2</a>]</li> <li><strong>OpenWrt / Freetz:</strong> Die weltweit populärste Open-Source-Firmware für Router (wie FRITZ!Box-Alternativen, TP-Link, Netgear) baut fast ausschließlich auf U-Boot auf. Er steuert dort auch den Failsafe-Modus bei fehlerhaften Updates. [<a href="https://www.reddit.com/r/embedded/comments/1nq0k87/which_bootloader_is_worthwhile_to_learn/?tl=de">1</a>]</li> <li><strong>Yocto Project &amp; Buildroot:</strong> Die beiden Industrie-Standards, mit denen Firmen wie Bosch, Siemens oder Tesla ihre eigenen, maßgeschneiderten Embedded-Linux-Systeme für Autos, Waschmaschinen und Industrieanlagen bauen, nutzen U-Boot als Standard-Bootloader. [<a href="https://electronics.stackexchange.com/questions/2369/whats-the-best-bootloader-for-an-embedded-linux-board">1</a>, <a href="https://www.reddit.com/r/embedded/comments/1nq0k87/which_bootloader_is_worthwhile_to_learn/?tl=de">2</a>]</li> </ul> <h1>🖥️ Bekannte Hardware-Ökosysteme (die U-Boot erzwingen)</h1> <ul> <li><strong>Kindle-E-Reader (Amazon):</strong> Die Firmware der Amazon Kindles basiert auf einem schlanken Linux, das über U-Boot gestartet wird. (U-Boot-Modifikationen sind oft der Schlüssel für Kindle-Jailbreaks). [<a href="https://u-boot.org/">1</a>]</li> <li><strong>Chromebooks (ältere ARM-Modelle):</strong> Google nutzte bei frühen ARM-basierten Chromebooks U-Boot als Bindeglied zwischen Coreboot und dem ChromeOS-Kernel. [<a href="https://medium.com/@SuriNaren/u-boot-8374094d55d8">1</a>]</li> <li><strong>Smarte TVs &amp; IoT-Ökosysteme:</strong> Betriebssysteme wie <strong>Tizen (Samsung)</strong> oder <strong>WebOS (LG)</strong> setzen bei der Hardware-Initialisierung auf Entwicklerboards und Prototypen auf U-Boot.</li> </ul> <h1>🛠️ Echtzeit-Betriebssysteme (RTOS) außerhalb von Linux</h1> <p>U-Boot ist so flexibel, dass er auch populäre Nicht-Linux-Systeme lädt: [<a href="https://www.tuxera.com/technical-articles/on-using-u-boot-universal-boot-loader-in-embedded-designs/">1</a>, <a href="https://tha.de/~hhoegl/home/elinux/pi-lfs/html/bootloader.html">2</a>, <a href="https://thenewstack.io/bootloaders-for-embedded-linux-systems/">3</a>]</p> <ul> <li><strong>FreeRTOS &amp; VxWorks:</strong> Weit verbreitete Echtzeitsysteme in der Luftfahrt, Automobilindustrie und Medizintechnik vertrauen auf die stabile Hardware-Übergabe durch U-Boot. [<a href="https://www.tuxera.com/technical-articles/on-using-u-boot-universal-boot-loader-in-embedded-designs/">1</a>]</li> </ul> <p><strong>Quellcode vom Universal Bootloader "U-Boot":</strong><br> - <a href="https://u-boot.org/">https://u-boot.org/</a> - offizielle Webseite<br> - <a href="https://source.denx.de/u-boot/u-boot">https://source.denx.de/u-boot/u-boot</a> - Source Codeverwaltung / Source Code Download</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Altruistic_Level9640"> /u/Altruistic_Level9640 </a> <br> <span><a href="https://www.it-boltwise.de/neue-u-boot-sicherheitsluecken-angreifer-koennten-boot-images-zum-absturz-oder-code-execution-bringen.html">[link]</a></span>   <span><a href="https://www.reddit.com/r/Computersicherheit/comments/1usz5b4/neue_uboot_bootloader_sicherheitsl%C3%BCcken_angreifer/">[comments]</a></span> </td></tr></table>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s Howard’s end? Former Starbucks CEO is ripping Washington state again]]></title>
<description><![CDATA[For the second time in the past 60 days, former Starbucks CEO Howard Schultz has penned an opinion piece in the Wall Street Journal that takes direct aim at the state’s political leadership, calling Seattle Mayor Katie Wilson “inept” and noting that Gov. Bob Ferguson continues to “burden business...]]></description>
<link>https://tsecurity.de/de/3660987/it-nachrichten/whats-howards-end-former-starbucks-ceo-is-ripping-washington-state-again/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3660987/it-nachrichten/whats-howards-end-former-starbucks-ceo-is-ripping-washington-state-again/</guid>
<pubDate>Sat, 11 Jul 2026 01:47:16 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img width="1240" height="826" src="https://cdn.geekwire.com/wp-content/uploads/2017/03/20170322_Starbucks_Shareholders_Meeting_128-1240x826.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://cdn.geekwire.com/wp-content/uploads/2017/03/20170322_Starbucks_Shareholders_Meeting_128-1240x826.jpg 1240w, https://cdn.geekwire.com/wp-content/uploads/2017/03/20170322_Starbucks_Shareholders_Meeting_128-768x512.jpg 768w, https://cdn.geekwire.com/wp-content/uploads/2017/03/20170322_Starbucks_Shareholders_Meeting_128-630x420.jpg 630w, https://cdn.geekwire.com/wp-content/uploads/2017/03/20170322_Starbucks_Shareholders_Meeting_128.jpg 1730w" sizes="(max-width: 1240px) 100vw, 1240px"><br>For the second time in the past 60 days, former Starbucks CEO Howard Schultz has penned an opinion piece in the Wall Street Journal that takes direct aim at the state’s political leadership, calling Seattle Mayor Katie Wilson “inept” and noting that Gov. Bob Ferguson continues to “burden businesses with one tax increase after another.” <a href="https://www.geekwire.com/2026/whats-howards-end-former-starbucks-ceo-is-ripping-washington-state-again/">Read More</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Whats your go-to prompting hack?]]></title>
<description><![CDATA[Author: Google for Developers - Bewertung: 4x - Views:175 Here are some prompting tips that can save you time and yield a better product. 

Resources: 
Learn more → https://goo.gle/Build-With-AI

Subscribe to Google for Developers → https://goo.gle/developers]]></description>
<link>https://tsecurity.de/de/3660673/videos/whats-your-go-to-prompting-hack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3660673/videos/whats-your-go-to-prompting-hack/</guid>
<pubDate>Fri, 10 Jul 2026 21:18:10 +0200</pubDate>
<category>🎥 Videos</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Author: Google for Developers - Bewertung: 4x - Views:175 <br/></p><p><iframe id="ytplayer" loading="lazy" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/8ZCeXQyavog?autoplay=1&origin=http://tsecurity.de" frameborder="0"></iframe></p><p>Here are some prompting tips that can save you time and yield a better product. <br />
<br />
Resources: <br />
Learn more → https://goo.gle/Build-With-AI<br />
<br />
Subscribe to Google for Developers → https://goo.gle/developers<br/></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Authenticity Problem: When Employees Can’t Tell What’s Real Anymore]]></title>
<description><![CDATA[Short answer 
Information authenticity is the ability to judge whether a message, identity, source, file, image, voice, video, instruction, or system output is genuine enough to act on. As AI-generated content, synthetic media, impersonation attacks, and automated workflows become more convincing...]]></description>
<link>https://tsecurity.de/de/3659792/it-security-nachrichten/the-authenticity-problem-when-employees-cant-tell-whats-real-anymore/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3659792/it-security-nachrichten/the-authenticity-problem-when-employees-cant-tell-whats-real-anymore/</guid>
<pubDate>Fri, 10 Jul 2026 15:09:02 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="hs-featured-image-wrapper"> 
 <a href="https://cybermaniacs.com/cm-blog/the-authenticity-problem-when-employees-cant-tell-whats-real-anymore" title="" class="hs-featured-image-link"> <img src="https://cybermaniacs.com/hubfs/Blog%20Header%20Graphics/Understanding%20Behavioral%20Cybersecurity.png" alt="The Authenticity Problem: When Employees Can’t Tell What’s Real Anymore" class="hs-featured-image"> </a> 
</div> 
<h2><strong><span>Short answer</span></strong></h2> 
<p><span>Information authenticity is the ability to judge whether a message, identity, source, file, image, voice, video, instruction, or system output is genuine enough to act on. As AI-generated content, synthetic media, impersonation attacks, and automated workflows become more convincing, employees need clearer source-of-truth channels, stronger verification habits, and practical guidance for deciding when something is trustworthy. The goal is not to turn everyone into a forensic analyst. The goal is to make authenticity easier to check in the moments that matter.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI coding tool hole illustrates a big problem with human in the loop]]></title>
<description><![CDATA[A security hole within AI dev tools has allowed attackers to escape sandboxes by misleading the humans in the loop who were supposed to knowingly approve the tool’s actions, according to cybersecurity research firm Wiz.



“We discovered GhostApproval, a systematic vulnerability pattern affecting...]]></description>
<link>https://tsecurity.de/de/3658391/it-security-nachrichten/ai-coding-tool-hole-illustrates-a-big-problem-with-human-in-the-loop/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3658391/it-security-nachrichten/ai-coding-tool-hole-illustrates-a-big-problem-with-human-in-the-loop/</guid>
<pubDate>Fri, 10 Jul 2026 01:08: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>A security hole within AI dev tools has allowed attackers to escape sandboxes by misleading the humans in the loop who were supposed to knowingly approve the tool’s actions, according to cybersecurity research firm Wiz.</p>



<p>“We discovered GhostApproval, a systematic vulnerability pattern affecting six of the top AI coding assistants: Amazon Q Developer, Anthropic Claude Code, Augment, Cursor, Google Antigravity, and Windsurf [<a href="https://www.infoworld.com/article/4023030/cognition-agrees-to-buy-whats-left-of-windsurf.html" target="_blank">now known as Devin Desktop</a>],” <a href="https://www.wiz.io/blog/ghostapproval-a-trust-boundary-gap-in-ai-coding-assistants" target="_blank" rel="noreferrer noopener">the Wiz report</a> said. “In each case, a malicious repository can trick the agent into accessing arbitrary files outside the workspace sandbox, potentially achieving remote code execution on the developer’s machine.”</p>



<p>The <a href="https://www.csoonline.com/article/4191923/sandbox-bypass-flaws-in-cursor-ide-highlight-prompt-injection-as-an-rce-vector.html" target="_blank">first report of the hole</a> came earlier this month from Cato Networks, but was limited to one platform, Cursor, whereas Wiz found that its impact was far wider. </p>



<p>The underlying security problem, <a href="https://cwe.mitre.org/data/definitions/61.html" target="_blank" rel="noreferrer noopener">symbolic links</a> (symlinks), is well known and has been leveraged for decades. But GhostApproval, Wiz noted, goes well beyond their historic use as an attack vector. </p>



<p>Symbolic links are special files that act as shortcuts to other files or directories. In attacks, they typically resolve to a target outside of the intended control sphere, which allows a threat actor to operate on unauthorized files in a less- or uncontrolled environment, outside of a secure sandbox, or even an air-gapped system.</p>



<p>“In several cases,” Wiz noted, “the agent’s internal reasoning explicitly recognizes the dangerous target, yet the confirmation prompt shown to the user conceals this information entirely. This is <a href="https://cwe.mitre.org/data/definitions/451.html" target="_blank" rel="noreferrer noopener">CWE-451</a> – UI misrepresentation of critical information – layered on top of the symlink vulnerability. The user approves what they believe is a harmless local edit. The agent then writes to a sensitive file outside of the project workspace.”</p>



<p>Wiz said it reported the issue to the six vendors initially impacted; AWS, Cursor and Google “fixed the issue promptly,” Augment and Windsurf/Devin “acknowledged receipt but went silent,” and Anthropic had already fixed the problem before it was contacted by Wiz.</p>



<h2 class="wp-block-heading">Potentially massive exposure</h2>



<p>But analysts and consultants said the AI dev tool problem that Wiz described illustrates a far greater security risk: enterprises are trusting these tools and the information they report far too much, which is what may give attackers a big opportunity.</p>



<p><a href="https://my.idc.com/getdoc.jsp?containerId=PRF005561" target="_blank" rel="noreferrer noopener">Katie Norton</a>, senior research manager for DevSecOps at IDC, noted that the Wiz report pointed out a disturbing fact. “The safety check people rely on to catch these actions doesn’t actually stop anything. That’s a real way for an attacker to break into a developer’s machine,” she said. “The scope is bounded by one condition: the attack requires a developer to clone and operate on an untrusted or malicious repository. That concentrates the risk in workflows touching external contributors, forked repositories, and third-party or open source dependencies, rather than in internally authored code.”</p>



<p>Norton said the exposure from this flaw, along with similar holes in other AI dev tools, is potentially massive. “Since March 2025, security vendors and researchers have disclosed comparable issues in nearly every major AI coding assistant. That pattern: a mitigation ships, then a new bypass of that same mitigation surfaces within months. That is worth watching and reflects how new this category’s threat model still is across the board, it’s not a gap specific to any one vendor’s practices.”</p>



<p>That means, she said, that agentic coding tools need multilayered defense, because the risk isn’t confined to the code an agent generates. “The tools themselves sit within the software supply chain and can be attacked directly. GhostApproval makes that point clearly,” she noted. </p>



<p>“The vulnerability has nothing to do with code quality or insecure output. It’s a flaw in how the agent handles files and represents its own actions to the user, introduced by the tool’s design rather than a bad prompt or a compromised dependency. Failure to account for the coding tools’ own attack surface is what leaves this kind of gap unaddressed.”</p>



<h2 class="wp-block-heading">Rethink policies and procedures</h2>



<p><a href="https://www.linkedin.com/in/noah-m-kenney-27499a166/" target="_blank" rel="noreferrer noopener">Noah Kenney</a>, principal consultant at Digital 520, agreed; enterprise CISOs need to potentially rethink many of their AI dev tool policies and procedures. </p>



<p>“The significant part is that the agent’s own reasoning identified the malicious target and the approval dialog hid it anyway. The tool knew it was writing to SSH keys and still asked a human to approve an edit to a config file, giving the human an illusion of control over the model,” Kenney said. “Many considered human in the loop to be the answer to agent risk, but this report shows that the loop can be fed bad information by the very agent it is supposed to be supervising.”</p>



<p>Because of this, Kenney advised adjusting the way tool management is enforced.</p>



<p>“Treat AI coding assistants as privileged software with filesystem access, not as editor plugins. That means patch discipline, version pinning, and knowing which tools in your environment write to disk before authorization,” Kenney said. “Then sandbox the blast radius. These agents should run against trusted repositories in isolated environments where a write to <em>authorized_keys</em> goes nowhere. Do not rely on the tool’s own dialog as your control or governance solution.”</p>



<h2 class="wp-block-heading">A category-wide design issue</h2>



<p><a href="https://acceligence.com/talent/profiles/justin-greis/" target="_blank" rel="noreferrer noopener">Justin Greis</a>, CEO of consulting firm Acceligence, added that this security hole is a much bigger enterprise security strategy problem than most CISOs realize. </p>



<p>“Six different vendors independently arrived at a very similar trust model. That suggests we’re looking at a category-wide design challenge rather than a collection of isolated implementation bugs. If vulnerabilities like this remained uncorrected, they would represent a meaningful enterprise risk, particularly for organizations that allow AI coding assistants to interact with untrusted repositories or production development environments,” he said. </p>



<p>“The immediate concern isn’t simply remote code execution. It’s that these agents operate with a level of filesystem access, tool access, and developer trust that traditional IDE extensions never had. Once an AI agent becomes an active participant in software development, every trust boundary it crosses becomes part of the organization’s attack surface.”</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI coding tool hole illustrates a big problem with human in the loop]]></title>
<description><![CDATA[A security hole within AI dev tools has allowed attackers to escape sandboxes by misleading the humans in the loop who were supposed to knowingly approve the tool’s actions, according to cybersecurity research firm Wiz.



“We discovered GhostApproval, a systematic vulnerability pattern affecting...]]></description>
<link>https://tsecurity.de/de/3658387/ai-nachrichten/ai-coding-tool-hole-illustrates-a-big-problem-with-human-in-the-loop/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3658387/ai-nachrichten/ai-coding-tool-hole-illustrates-a-big-problem-with-human-in-the-loop/</guid>
<pubDate>Fri, 10 Jul 2026 01:03:25 +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 security hole within AI dev tools has allowed attackers to escape sandboxes by misleading the humans in the loop who were supposed to knowingly approve the tool’s actions, according to cybersecurity research firm Wiz.</p>



<p>“We discovered GhostApproval, a systematic vulnerability pattern affecting six of the top AI coding assistants: Amazon Q Developer, Anthropic Claude Code, Augment, Cursor, Google Antigravity, and Windsurf [<a href="https://www.infoworld.com/article/4023030/cognition-agrees-to-buy-whats-left-of-windsurf.html" target="_blank">now known as Devin Desktop</a>],” <a href="https://www.wiz.io/blog/ghostapproval-a-trust-boundary-gap-in-ai-coding-assistants" target="_blank" rel="noreferrer noopener">the Wiz report</a> said. “In each case, a malicious repository can trick the agent into accessing arbitrary files outside the workspace sandbox, potentially achieving remote code execution on the developer’s machine.”</p>



<p>The <a href="https://www.csoonline.com/article/4191923/sandbox-bypass-flaws-in-cursor-ide-highlight-prompt-injection-as-an-rce-vector.html" target="_blank">first report of the hole</a> came earlier this month from Cato Networks, but was limited to one platform, Cursor, whereas Wiz found that its impact was far wider. </p>



<p>The underlying security problem, <a href="https://cwe.mitre.org/data/definitions/61.html" target="_blank" rel="noreferrer noopener">symbolic links</a> (symlinks), is well known and has been leveraged for decades. But GhostApproval, Wiz noted, goes well beyond their historic use as an attack vector. </p>



<p>Symbolic links are special files that act as shortcuts to other files or directories. In attacks, they typically resolve to a target outside of the intended control sphere, which allows a threat actor to operate on unauthorized files in a less- or uncontrolled environment, outside of a secure sandbox, or even an air-gapped system.</p>



<p>“In several cases,” Wiz noted, “the agent’s internal reasoning explicitly recognizes the dangerous target, yet the confirmation prompt shown to the user conceals this information entirely. This is <a href="https://cwe.mitre.org/data/definitions/451.html" target="_blank" rel="noreferrer noopener">CWE-451</a> – UI misrepresentation of critical information – layered on top of the symlink vulnerability. The user approves what they believe is a harmless local edit. The agent then writes to a sensitive file outside of the project workspace.”</p>



<p>Wiz said it reported the issue to the six vendors initially impacted; AWS, Cursor and Google “fixed the issue promptly,” Augment and Windsurf/Devin “acknowledged receipt but went silent,” and Anthropic had already fixed the problem before it was contacted by Wiz.</p>



<h2 class="wp-block-heading">Potentially massive exposure</h2>



<p>But analysts and consultants said the AI dev tool problem that Wiz described illustrates a far greater security risk: enterprises are trusting these tools and the information they report far too much, which is what may give attackers a big opportunity.</p>



<p><a href="https://my.idc.com/getdoc.jsp?containerId=PRF005561" target="_blank" rel="noreferrer noopener">Katie Norton</a>, senior research manager for DevSecOps at IDC, noted that the Wiz report pointed out a disturbing fact. “The safety check people rely on to catch these actions doesn’t actually stop anything. That’s a real way for an attacker to break into a developer’s machine,” she said. “The scope is bounded by one condition: the attack requires a developer to clone and operate on an untrusted or malicious repository. That concentrates the risk in workflows touching external contributors, forked repositories, and third-party or open source dependencies, rather than in internally authored code.”</p>



<p>Norton said the exposure from this flaw, along with similar holes in other AI dev tools, is potentially massive. “Since March 2025, security vendors and researchers have disclosed comparable issues in nearly every major AI coding assistant. That pattern: a mitigation ships, then a new bypass of that same mitigation surfaces within months. That is worth watching and reflects how new this category’s threat model still is across the board, it’s not a gap specific to any one vendor’s practices.”</p>



<p>That means, she said, that agentic coding tools need multilayered defense, because the risk isn’t confined to the code an agent generates. “The tools themselves sit within the software supply chain and can be attacked directly. GhostApproval makes that point clearly,” she noted. </p>



<p>“The vulnerability has nothing to do with code quality or insecure output. It’s a flaw in how the agent handles files and represents its own actions to the user, introduced by the tool’s design rather than a bad prompt or a compromised dependency. Failure to account for the coding tools’ own attack surface is what leaves this kind of gap unaddressed.”</p>



<h2 class="wp-block-heading">Rethink policies and procedures</h2>



<p><a href="https://www.linkedin.com/in/noah-m-kenney-27499a166/" target="_blank" rel="noreferrer noopener">Noah Kenney</a>, principal consultant at Digital 520, agreed; enterprise CISOs need to potentially rethink many of their AI dev tool policies and procedures. </p>



<p>“The significant part is that the agent’s own reasoning identified the malicious target and the approval dialog hid it anyway. The tool knew it was writing to SSH keys and still asked a human to approve an edit to a config file, giving the human an illusion of control over the model,” Kenney said. “Many considered human in the loop to be the answer to agent risk, but this report shows that the loop can be fed bad information by the very agent it is supposed to be supervising.”</p>



<p>Because of this, Kenney advised adjusting the way tool management is enforced.</p>



<p>“Treat AI coding assistants as privileged software with filesystem access, not as editor plugins. That means patch discipline, version pinning, and knowing which tools in your environment write to disk before authorization,” Kenney said. “Then sandbox the blast radius. These agents should run against trusted repositories in isolated environments where a write to <em>authorized_keys</em> goes nowhere. Do not rely on the tool’s own dialog as your control or governance solution.”</p>



<h2 class="wp-block-heading">A category-wide design issue</h2>



<p><a href="https://acceligence.com/talent/profiles/justin-greis/" target="_blank" rel="noreferrer noopener">Justin Greis</a>, CEO of consulting firm Acceligence, added that this security hole is a much bigger enterprise security strategy problem than most CISOs realize. </p>



<p>“Six different vendors independently arrived at a very similar trust model. That suggests we’re looking at a category-wide design challenge rather than a collection of isolated implementation bugs. If vulnerabilities like this remained uncorrected, they would represent a meaningful enterprise risk, particularly for organizations that allow AI coding assistants to interact with untrusted repositories or production development environments,” he said. </p>



<p>“The immediate concern isn’t simply remote code execution. It’s that these agents operate with a level of filesystem access, tool access, and developer trust that traditional IDE extensions never had. Once an AI agent becomes an active participant in software development, every trust boundary it crosses becomes part of the organization’s attack surface.”</p>



<p><em>This article originally appeared on <a href="https://www.csoonline.com/article/4195235/ai-coding-tool-hole-illustrates-a-big-problem-with-human-in-the-loop.html" target="_blank">CSOonline</a>.</em></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Revving up Microsoft’s 10x faster TypeScript 7]]></title>
<description><![CDATA[It has been a year or so since Microsoft announced its plans to move TypeScript to a new, native runtime based on the Go language. Those first releases were unfinished (you had to compile them yourself) but showed promise, getting close to the expected 10x speed-up. That year has been one of stea...]]></description>
<link>https://tsecurity.de/de/3656432/ai-nachrichten/revving-up-microsofts-10x-faster-typescript-7/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3656432/ai-nachrichten/revving-up-microsofts-10x-faster-typescript-7/</guid>
<pubDate>Thu, 09 Jul 2026 11:03: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><a href="https://www.infoworld.com/article/3849654/typescript-gets-go-faster-stripes.html">It has been a year or so</a> since Microsoft announced its plans to move <a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html" data-type="link" data-id="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html">TypeScript</a> to a new, native runtime based on the <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html" data-type="link" data-id="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go language</a>. Those first releases were unfinished (you had to compile them yourself) but showed promise, getting close to the expected 10x speed-up. That year has been one of steady progress, with <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-rc/">Microsoft recently announcing the delivery of a release candidate build</a>.</p>



<p>This release candidate is ready for use. It installs from npm like previous versions, and like earlier builds it works in much the same way as previous versions of TypeScript, checking types in your code, compiling it to run on ECMAScript-compliant JavaScript engines, and running just about anywhere. In addition, a native preview of the TypeScript language server for <a href="https://www.infoworld.com/article/2335960/what-is-visual-studio-code-microsofts-extensible-code-editor.html" data-type="link" data-id="https://www.infoworld.com/article/2335960/what-is-visual-studio-code-microsofts-extensible-code-editor.html">Visual Studio Code</a> is available to help you write new TypeScript code and guide you through updating existing applications to the new language features.</p>



<p>All you need to do is enable the <a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview" data-type="link" data-id="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview">TypeScript 7 extension</a> through the Visual Studio command palette and start coding. There’s a lot of work going on to get the new tooling ready for the final release of TypeScript 7, and new versions of the language server are being released almost daily. It’s certainly popular, too, with nearly half a million downloads at the time of writing.</p>



<h2 class="wp-block-heading">What makes TypeScript 7 so much faster?</h2>



<p>So how is this new TypeScript so much faster? Key to the improvements is a shift to a new native compiler built in Go. This has allowed the team to change how it operates, adding parallelization where possible. In some cases, this isn’t easy, such as when type checking large codebases split across many files.</p>



<p>Here TypeScript spawns a small number of checker workers that run across your codebase. They work independently, so can duplicate the work — though the output will be the same. You can choose your own number of checkers, but the more you use, the more memory and CPU will be required.</p>



<p>Large monorepos with many projects require a similar approach with independent builder workers. You’ll need to balance this with the number of checkers in use, as this can cause significant resource issues.</p>



<p>There are some significant language and configuration changes from TypeScript 5 (TypeScript 6 has the same changes, which makes it a useful tool for experimenting with migrations). It’s well worth reading the release candidate documentation to understand how these will affect your code, as well as using the TypeScript 7 extension for Visual Studio Code to identify where you need to make changes.</p>



<h2 class="wp-block-heading">Working with users to build language tools</h2>



<p>One important aspect to the development of TypeScript 7 has been collaboration with existing users of the language and its tooling, as well as using the existing suite of TypeScript test tools that have been used to evaluate other versions. As this update is primarily a port of existing code, rather than a bottom-up rewrite, the underlying language semantics and structure are the same as those used in the original JavaScript codebase, ensuring that code will quickly port from old to new versions.</p>



<p>A major internal collaborator was the Visual Studio Code team, who have been using TypeScript to develop the familiar cross-platform development tool. It’s an important partnership between tool and language, as VS Code is a key TypeScript development tool, hosting TypeScript’s language server and using its compiler to provide debugging and code completion features.</p>



<p>The <a href="https://code.visualstudio.com/blogs/2026/06/26/iterating-faster-with-ts-7" data-type="link" data-id="https://code.visualstudio.com/blogs/2026/06/26/iterating-faster-with-ts-7">VS Code team published a long blog post</a> detailing how it has been working with the Go-based TypeScript. The team is both helping to develop the language and beginning the process of moving its codebase to the newer, faster, native platform.</p>



<p>How the VS Code team migrated is a useful case study, one that can help you move your TypeScript development more efficiently and with minimal risk. The team began working with extensions, using daily builds of TypeScript to ensure that bugs and issues could be reported as they occurred and would only have a limited impact as fixes could be rolled out quickly. At the same time, the VS Code team began using a preview version of the TypeScript 7 extension for VS Code, which was being built around the new compiler in parallel with its development.</p>



<h2 class="wp-block-heading">Bridging development with TypeScript 6</h2>



<p>The development of <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/" data-type="link" data-id="https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/">TypeScript 6 as a bridge between TypeScript 5 and TypeScript 7</a> allowed the VS Code team to transition to code that targeted a newer version of ECMAScript and provided more powerful checks. By moving code from TypeScript 5 to TypeScript 6, developers could validate it with what would become TypeScript 7 language features and get speed and performance boosts while doing so (though nowhere near what TypeScript 7 promised). By completing this first migration of the VS Code codebase, it was possible for developers to be confident that they were ready to shift to the Go-based version when it shipped.</p>



<p>The parallel development of the new language server and extension ensured that by late 2025 it was possible for VS Code development to shift to TypeScript 7, with TypeScript 6 used as a fallback if there were any issues. Those cases could then be reported back to the TypeScript team and used to prioritize development.</p>



<p>As the platform evolved, the use cases for the VS Code team changed. By early 2026 TypeScript 7 was stable and nearly feature-complete, so the team began to use it to build all of their own built-in extensions. This allowed them to rethink their toolchain, changing the bundler from webpack to the one built into esbuild, giving them another speed up. Once that process was tested and working, they could switch all development to TypeScript 7.</p>



<p>Having such a big project take on TypeScript 7 early reaped big rewards, as the resulting virtuous cycle allowed both VS Code and TypeScript to move forward together, fixing issues as they arose and providing valuable feedback. The results speak for themselves. Type checking the entire VS Code codebase is now 7x faster, with most extensions checked in under a second. The only exception was <a href="https://www.infoworld.com/article/3609013/github-copilot-everything-you-need-to-know.html" data-type="link" data-id="https://www.infoworld.com/article/3609013/github-copilot-everything-you-need-to-know.html">GitHub Copilot</a>, which is almost as big as the editor itself, which type checked in 2.5 seconds.</p>



<p>Compilation has been sped up, dropping from 80 seconds to around 20 seconds. This may not seem a lot, but when you’re compiling and rebuilding and debugging, each change in your code now takes a lot less time. That improves developer productivity and ensures they stay in flow, rather than switching away to check email or Teams each time they start a new build. The same goes for using the language server, where loading the entire project (necessary for error detection and refactoring) now takes 10 seconds rather than a minute.</p>



<p>Lots of little time savings like this add up across a big project and a large team, helping developers stay focused and able to solve problems more effectively. The VS Code blog post notes that it cuts down on coffee runs, which take longer than the load or build that inspire a quick cuppa!</p>



<h2 class="wp-block-heading">Getting ready for TypeScript 7 in your build pipeline</h2>



<p>Microsoft is quick to point out that, while the TypeScript 7.0 release will be production ready, TypeScript 7 won’t have a full programmatic API until the release of TypeScript 7.1. As this won’t be for some time, Microsoft is providing <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-rc/#running-side-by-side-with-typescript-6.0" data-type="link" data-id="https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-rc/#running-side-by-side-with-typescript-6.0">a way to run TypeScript 7 side-by-side with TypeScript 6</a>.</p>



<p>Installing the <code>@typescript/typescript6</code> compatibility package alongside TypeScript 7 adds a new executable, <code>tsc6</code>, that allows you to modify code that uses the TypeScript 5 API to run using TypeScript 6, by renaming the calls to <code>tsc</code> in your scripts to <code>tsc6</code>. This should allow you to keep building to the latest releases at the same time as starting to experiment with using the new runtime.</p>



<p>It’s not a perfect fix. You do need to do some work to implement npm aliases that allow linters and other low-level tools to work with both versions. You can also provide two different dependencies in your package.json to allow TypeScript 6 (<code>tsc6</code>) and TypeScript 7 (<code>tsc</code>) to run side-by-side. The result is a way to help migrate TypeScript code to the newer platform, delivering more efficient code that runs on a more modern ECMAScript in the meantime.</p>



<p>TypeScript 7 will be a big upgrade, though it has taken surprisingly little time to deliver. With users like the Visual Studio Code team already building on the new release, it’s clear that beginning your own migration should be easier than you might have thought.</p>



<p>The final release is due sometime in July 2026. If you haven’t started looking at TypeScript 7, now is the time to start.</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[This Week In Rust: This Week in Rust 659]]></title>
<description><![CDATA[Hello and welcome to another issue of This Week in Rust!
Rust is a programming language empowering everyone to build reliable and efficient software.
This is a weekly summary of its progress and community.
Want something mentioned? Tag us at
@thisweekinrust.bsky.social on Bluesky or
@ThisWeekinRu...]]></description>
<link>https://tsecurity.de/de/3656000/tools/this-week-in-rust-this-week-in-rust-659/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3656000/tools/this-week-in-rust-this-week-in-rust-659/</guid>
<pubDate>Thu, 09 Jul 2026 07:08:34 +0200</pubDate>
<category>💾  Tools</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Hello and welcome to another issue of <em>This Week in Rust</em>!
<a href="https://www.rust-lang.org/">Rust</a> is a programming language empowering everyone to build reliable and efficient software.
This is a weekly summary of its progress and community.
Want something mentioned? Tag us at
<a href="https://bsky.app/profile/thisweekinrust.bsky.social">@thisweekinrust.bsky.social</a> on Bluesky or
<a href="https://mastodon.social/@thisweekinrust">@ThisWeekinRust</a> on mastodon.social, or
<a href="https://github.com/rust-lang/this-week-in-rust">send us a pull request</a>.
Want to get involved? <a href="https://github.com/rust-lang/rust/blob/main/CONTRIBUTING.md">We love contributions</a>.</p>
<p><em>This Week in Rust</em> is openly developed <a href="https://github.com/rust-lang/this-week-in-rust">on GitHub</a> and archives can be viewed at <a href="https://this-week-in-rust.org/">this-week-in-rust.org</a>.
If you find any errors in this week's issue, <a href="https://github.com/rust-lang/this-week-in-rust/pulls">please submit a PR</a>.</p>
<p>Want TWIR in your inbox? <a href="https://this-week-in-rust.us11.list-manage.com/subscribe?u=fd84c1c757e02889a9b08d289&amp;id=0ed8b72485">Subscribe here</a>.</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#updates-from-rust-community">Updates from Rust Community</a></h4>


<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#official">Official</a></h5>
<ul>
<li><a href="https://blog.rust-lang.org/inside-rust/2026/07/07/maintainer-spotlight-gen-li-rami3l/">Maintainer spotlight: Gen Li (@rami3l)</a></li>
<li><a href="https://blog.rust-lang.org/inside-rust/2026/07/06/unite-for-clippy/">Together for a healthier Clippy</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#newsletters">Newsletters</a></h5>
<ul>
<li><a href="https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-75">The Embedded Rustacean Issue #75</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#projecttooling-updates">Project/Tooling Updates</a></h5>
<ul>
<li><a href="https://www.copper-robotics.com/whats-new/copper-rs-v100">copper-rs v1.0.0</a>: the open source deterministic robotics OS is now stable.</li>
<li><a href="https://rayfish.xyz/blog/01-introducing-rayfish">Rayfish: Your own private network. No servers, no setup.</a></li>
<li><a href="https://plabayo.tech/blog/rama-0-3">rama v0.3.0 — network service framework ready to be used by the wider Rust community</a></li>
<li><a href="https://github.com/kunobi-ninja/kache/releases/tag/v0.9.0">kache 0.9.0: supply-chain hardening + read-only CI cache</a></li>
<li><a href="https://www.willsearch.com.br/blog/2026/07/04/meet-guardiandbs-new-postgresql-compatibility-layer/">GuardianDB - PostgreSQL and P2P/Local-First Together</a></li>
<li><a href="https://buildnectar.com/">Nectar: a Rust-like language that compiles your whole web app to WebAssembly</a></li>
<li><a href="https://thekeeper.io/blog/logdrain-log-template-mining-in-rust/">logdrain: Fast, Embeddable Log-Template Mining in Rust</a></li>
<li><a href="https://medium.com/@vbasky/packaging-the-worlds-video-in-pure-rust-ff1f6b884fec">sheathe: Packaging the World's Video in Pure Rust</a></li>
<li><a href="https://docs.wickra.org/Quickstart-Rust">wickra: streaming-first technical indicators</a></li>
<li><a href="https://github.com/TeamXcelerator/xcelerator-solver/releases/tag/v0.1.0">Xcelerator Solver v0.1.0 -- deterministic symbolic regression</a></li>
<li><a href="https://github.com/tkmsikd/dlt-tui/releases/tag/v1.1.0">dlt-tui 1.1.0 - a fast TUI viewer for automotive DLT (AUTOSAR Diagnostic Log and Trace) files</a></li>
<li><a href="https://github.com/shihuili1218/rssh/releases/tag/v0.2.11">RSSH v0.2.11 — terminal workflows, safer SSH key import, and observable AI ops</a></li>
<li><a href="https://blog.none.at/blog/2026/2026-07-06-k8s-scale-app-rs/">k8s-scale-app-rs: Scale or Restart a Kubernetes Deployment from a CronJob</a></li>
<li><a href="https://dev.to/sicklefire/m-vis-v050-rc1-update-11cp">M-vis v0.5.0-rc1 update</a></li>
<li><a href="https://ganeshsivakumar.substack.com/p/flaredb">FlareDB: An Apache Beam Native Streaming Database built in Rust</a></li>
<li><a href="https://holovskyi.github.io/blog/typed-mqtt-topics-for-rust/">mqtt-typed-client 0.2: a type-safe async MQTT client on rumqttc</a></li>
<li><a href="https://github.com/LeChatP/RootAsRole/releases/tag/v4.0.0">RootAsRole: v4.0.0 Major release, secure execution, new logo</a></li>
<li><a href="https://www.qt.io/blog/rust-ui-framework-via-bridging-technology">A Cross-Platform Rust UI Framework via Qt’s Bridging Technology</a></li>
<li><a href="https://rapha.land/jam-programming-language/">Jam Programming Language</a></li>
<li><a href="https://www.clever.cloud/blog/company/2026/07/01/sozu-2-1-0-udp-load-balancer-programmable-edge/">Sōzu 2.1.0: UDP load balancing for the programmable edge</a></li>
<li><a href="https://op3kay.dev/writing/b0nker">b0nker: a minimal container runtime written in Rust</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#observationsthoughts">Observations/Thoughts</a></h5>
<ul>
<li>[video] <a href="https://www.youtube.com/watch?v=SGR5qBdwk30">Rust Berlin Meetup 25/06/2026 Livestream</a></li>
<li>[video] <a href="https://www.youtube.com/live/_LtgHxuysUo">How do you rewrite C/C++ projects to Rust? – JetBrains interview with Luca Palmieri, Mainmatter</a></li>
<li><a href="https://kerkour.com/rustcrypto-slow-simd-rust">Investigating why RustCrypto is slow: Deep dive into SIMD instructions and hardware acceleration</a></li>
<li><a href="https://parsa.wtf/cast/">bool as u32</a></li>
<li><a href="https://arxiv.org/html/2605.30106">A Rust-to-Lean Verification Pipeline with AI Provers: An Experience Report</a></li>
<li><a href="https://blog.dureuill.net/articles/wip/">Work In Progress Rust</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=Fk165jYfHpc">OpenAI just spent $600k on Rust</a></li>
<li>[audio] <a href="https://corrode.dev/podcast/s06e07-rising-academies/">Rising Academies with Dylan Brown - Rust in Production Podcast</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#rust-walkthroughs">Rust Walkthroughs</a></h5>
<ul>
<li>[series] <a href="https://aibodh.com/posts/bevy-tutorial-build-your-first-3d-editor-in-rust/">Bevy Tutorial: Build Your First 3D Editor - Create a 3D Space on an Infinite Grid</a></li>
<li><a href="https://blog.sheerluck.dev/posts/learn-axum-basics-and-routing-by-building-a-url-shortener/">Learn Axum Basics and Routing by Building a URL Shortener</a></li>
<li>[series] <a href="https://plabayo.tech/blog/rama-101-1-https-clients-and-abstractions">Rama 101.1: HTTPS clients and layers of abstraction</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#miscellaneous">Miscellaneous</a></h5>
<ul>
<li><a href="https://seanborg.tech/tiny-blog/rust-week-ven-diagram/">Clickable euler diagram of all the Rust week talks</a></li>
</ul>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#crate-of-the-week">Crate of the Week</a></h4>
<p>This week's crate is <a href="https://crates.io/crates/apis-saltans-core">apis-saltans</a>, a Zigbee implementation including a coordinator API.</p>
<p>Thanks to <a href="https://users.rust-lang.org/t/crate-of-the-week/2704/1627">Richard Neumann</a> for the self-suggestion!</p>
<p><a href="https://users.rust-lang.org/t/crate-of-the-week/2704">Please submit your suggestions and votes for next week</a>!</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#calls-for-testing">Calls for Testing</a></h4>
<p>An important step for RFC implementation is for people to experiment with the
implementation and give feedback, especially before stabilization.</p>
<p>If you are a feature implementer and would like your RFC to appear in this list, add a
<code>call-for-testing</code> label to your RFC along with a comment providing testing instructions and/or
guidance on which aspect(s) of the feature need testing.</p>
<p><em>No calls for testing were issued this week by
<a href="https://github.com/rust-lang/rust/issues?q=state%3Aopen%20label%3Acall-for-testing%20state%3Aopen">Rust</a>,
<a href="https://github.com/rust-lang/cargo/issues?q=state%3Aopen%20label%3Acall-for-testing%20state%3Aopen">Cargo</a>,
<a href="https://github.com/rust-lang/rustup/issues?q=state%3Aopen%20label%3Acall-for-testing%20state%3Aopen">Rustup</a> or
<a href="https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing%20state%3Aopen">Rust language RFCs</a>.</em></p>
<p><a href="https://github.com/rust-lang/this-week-in-rust/issues">Let us know</a> if you would like your feature to be tracked as a part of this list.</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#call-for-participation-projects-and-speakers">Call for Participation; projects and speakers</a></h4>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#cfp-projects">CFP - Projects</a></h5>
<p>Always wanted to contribute to open-source projects but did not know where to start?
Every week we highlight some tasks from the Rust community for you to pick and get started!</p>
<p>Some of these tasks may also have mentors available, visit the task page for more information.</p>

<p>* <a href="https://github.com/name970/Protocol/issues/4">Protocol - Extend bit-exactness tests to f64 reconstruction targets</a>                                                                          <br>
* <a href="https://github.com/lenra-io/dofigen/issues/278">Dofigen - No image tag replacement flag for the generate command</a></p>


<p>If you are a Rust project owner and are looking for contributors, please submit tasks <a href="https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines">here</a> or through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a> or by reaching out on <a href="https://bsky.app/profile/thisweekinrust.bsky.social">Bluesky</a> or <a href="https://mastodon.social/@thisweekinrust">Mastodon</a>!</p>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#cfp-events">CFP - Events</a></h5>
<p>Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.</p>



<p>If you are an event organizer hoping to expand the reach of your event, please submit a link to the website through a <a href="https://github.com/rust-lang/this-week-in-rust">PR to TWiR</a> or by reaching out on <a href="https://bsky.app/profile/thisweekinrust.bsky.social">Bluesky</a> or <a href="https://mastodon.social/@thisweekinrust">Mastodon</a>!</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#updates-from-the-rust-project">Updates from the Rust Project</a></h4>
<p>598 pull requests were <a href="https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2026-06-30..2026-07-07">merged in the last week</a></p>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#compiler">Compiler</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust/pull/156976">enable eager <code>param_env</code> norm in new solver</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/156379">lint on <code>core::ffi::c_void</code> as a return type</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158577">polish some macro parsing code</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158604">resolve: no allocation in <code>resolve_ident_in(_local)_module_*</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158627">simplify option-iterator flattening in the compiler</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/157857">stabilize <code>#[my_macro] mod foo;</code> (part of <code>proc_macro_hygiene</code>)</a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#library">Library</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust/pull/158537">add <code>std::io::cursor::WriteThroughCursor</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/157347">implement <code>Box::as_non_null()</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/156737">implement <code>DoubleEndedIterator::next_chunk_back</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/134021">implement <code>IntoIterator</code> for <code>[&amp;[mut]] Box&lt;[T; N], A&gt;</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158427">implement <code>ptr::{read,write}_unaligned</code> via <code>repr(packed)</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158539">move <code>SizeHint</code> and <code>IoHandle</code> to <code>core::io</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158540">move <code>std::io::Seek</code> to <code>core::io</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158704">optimize <code>ArrayChunks::try_rfold</code> with <code>DoubleEndedIterator::next_chunk_back</code></a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158573">stabilize <code>feature(atomic_from_mut)</code></a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#cargo">Cargo</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/cargo/pull/17135"><code>bindeps</code>: register transitive artifact targets</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17167">avoid cloning parsed TOML manifest in <code>ManifestErrorContext</code></a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17176">avoid extra clone of parsed TOML manifest</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17178">remove unneeded cloning when parsing package index</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17169">change HashMaps and HashSets in Cargo to use Fxhasher</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17174">do not pass lint rustflags when <code>--cap-lints=allow</code> is set</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17164">fixed <code>Compilation::deps_output</code> only taking the last dep</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17177">pre-allocate a few vectors</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/16807">stabilize <code>build-dir</code> layout v2</a></li>
<li><a href="https://github.com/rust-lang/cargo/pull/17180">use a set when checking visited workspace members</a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#rustdoc">Rustdoc</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust/pull/158751">fix crash when trying to inline foreign item which cannot have attributes</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158334">show use-site paths for unevaluated const array lengths</a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#clippy">Clippy</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17319"><code>chunks_exact_to_as_chunks</code>: Don't report expressions with const parameters</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17360"><code>chunks_exact_to_as_chunks</code>: Don't report expressions with type params</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17309"><code>missing_trait_methods</code>: MSRV/unstable awareness</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17289"><code>vec_init_then_push</code>: don't lint pushes from a macro expansion</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17346"><code>inline_modules</code>: ignore <code>cfg(test)</code> modules in test builds</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17345"><code>match_same_arms</code>: keep arm-level expectations working under an outer allow</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17341"><code>unnecessary_operation</code>: avoid bad <code>!</code> suggestions</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17351"><code>unnecessary_unwrap_unchecked</code>: don't trigger inside the <code>_unchecked</code> fn</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17348">add required parentheses when the <code>needless_bool</code> suggestion is an operand</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17353">fix ICE when resolving local in <code>unnecessary_unwrap_unchecked</code></a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17311">fix <code>infinite_loop</code> false positive inside gen blocks</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17358">fix <code>manual_c_str_literals</code> suggestion when the trailing backslash is escaped</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17337">fix <code>strlen_on_c_strings</code> incorrect suggestion logic</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17323">fix <code>suspicious_operation_groupings</code> duplications</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/16902">lint bit width</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17338">optimize <code>Msrv::meets</code> calls</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17273">bail out of unicode lint scans when the snippet is pure ASCII</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17224">skip the HIR parent walk in <code>is_in_test_function</code> when there are no test items</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17366">place generated impl block after the existing impl block</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17333">refactor <code>StringAdd</code> lint pass</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17334">refactor <code>suspicious_xor_used_as_pow</code></a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17293">remove <code>lower_ty</code> in <code>uninhabited_reference</code></a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17328">respect the configured MSRV in <code>manual_is_variant_and</code>'s <code>map() == Some(_)</code> rewrite</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17332">rewrite <code>mut_mut</code></a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17329">rewrite <code>redundant_else</code> as a late pass</a></li>
<li><a href="https://github.com/rust-lang/rust-clippy/pull/17354">rewrite <code>tuple_array_conversions</code></a></li>
</ul>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#rust-analyzer">Rust-Analyzer</a></h6>
<ul>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22595">SCIP: exclude leading/trailing trivia in definition ranges</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22708">SCIP: remove dead <code>inlay_hints</code> field</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22433"><code>feat(ide-diagnostics)</code>: add diagnostics for invalid union patterns (E0784)</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22704"><code>internal(query-group-macro)</code>: remove the arity test</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22668">add tree top method to Syntax node</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22665">add handler for E0627</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22231">supports multi arms for <code>replace_match_with_if_let</code></a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22690">fix UB in <code>smol_str borsh_non_utf8</code> test cases</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/20362">fix generic param for <code>generate_default_from_enum_variant</code></a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22703"><code>walkthrough_create_project</code> file not packaged</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22677">assertion failure on closure with unbound function</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22613">avoid panic in <code>convert_tuple_struct_to_named_struct</code> on nested pattern usage</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22649">configuration syntax for nvim-lsp</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22706">correct resolution to value when it shares the same name with type</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22619">exclude impls on the error type from impl enumeration</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22705">fix crash on <code>extract_variable</code> when selecting unresolved macro call</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22715">fix crash on completion inside macros</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22673">fix handling of params of coroutine fns</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22675">handle more cases of cfgs in expr store lowering</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22488">no generate with default assoc item</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22674">panics in <code>unwrap_return_type</code>, <code>remove_underscore</code>, and <code>promote_local_to_const</code></a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22711">hoist attribute qualifier segment collection</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22709">reduce parser joint-token allocation</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22676">project-model: don't pass metadata extra args to sysroot</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22679">project-model: introduce cargo.configPath</a></li>
<li><a href="https://github.com/rust-lang/rust-analyzer/pull/22581">provide startup time to ready log point and associated benchmark</a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#rust-compiler-performance-triage">Rust Compiler Performance Triage</a></h5>
<p>This week was dominated by wild swings in benchmarks of the new-solver, which is not enabled by default, yet.
Apart from that, we got a very few notable changes, only one unexpected speedup from a bugfix in rustdoc.</p>
<p>Triage done by <strong>@panstromek</strong>.
Revision range: <a href="https://perf.rust-lang.org/?start=7dc2c162b9c197aaa76a6f9e7534569537830a01&amp;end=3659db0d3e2cd634c766fcda79ed118eca31a9fd&amp;absolute=false&amp;stat=instructions%3Au">7dc2c162..3659db0d</a></p>
<p><strong>Summary</strong>:</p>
<table>
<thead>
<tr>
<th>(instructions:u)</th>
<th>mean</th>
<th>range</th>
<th>count</th>
</tr>
</thead>
<tbody>
<tr>
<td>Regressions ❌ <br> (primary)</td>
<td>0.2%</td>
<td>[0.2%, 0.2%]</td>
<td>3</td>
</tr>
<tr>
<td>Regressions ❌ <br> (secondary)</td>
<td>162.1%</td>
<td>[0.2%, 1116.3%]</td>
<td>20</td>
</tr>
<tr>
<td>Improvements ✅ <br> (primary)</td>
<td>-1.4%</td>
<td>[-8.4%, -0.1%]</td>
<td>7</td>
</tr>
<tr>
<td>Improvements ✅ <br> (secondary)</td>
<td>-1.1%</td>
<td>[-8.4%, -0.1%]</td>
<td>11</td>
</tr>
<tr>
<td>All ❌✅ (primary)</td>
<td>-0.9%</td>
<td>[-8.4%, 0.2%]</td>
<td>10</td>
</tr>
</tbody>
</table>
<p>1 Regression, 1 Improvement, 4 Mixed; 3 of them in rollups
17 artifact comparisons made in total</p>
<p><a href="https://github.com/rust-lang/rustc-perf/blob/9f1bc6e374b5ae202366df1cbef850b79be8c641/triage/2026/2026-07-06.md">Full report here</a></p>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#approved-rfcs"></a><a href="https://github.com/rust-lang/rfcs/commits/master">Approved RFCs</a></h5>
<p>Changes to Rust follow the Rust <a href="https://github.com/rust-lang/rfcs#rust-rfcs">RFC (request for comments) process</a>. These
are the RFCs that were approved for implementation this week:</p>
<ul>
<li><em>No RFCs were approved this week.</em></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#final-comment-period">Final Comment Period</a></h5>
<p>Every week, <a href="https://www.rust-lang.org/team.html">the team</a> announces the 'final comment period' for RFCs and key PRs
which are reaching a decision. Express your opinions now.</p>
<h6><a class="toclink" href="https://this-week-in-rust.org/atom.xml#tracking-issues-prs">Tracking Issues &amp; PRs</a></h6>
<a class="toclink" href="https://this-week-in-rust.org/atom.xml#rust"></a><a href="https://github.com/rust-lang/rust/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Rust</a>
<ul>
<li><a href="https://github.com/rust-lang/rust/pull/158522">Lint against invalid POSIX symbol definitions</a></li>
<li><a href="https://github.com/rust-lang/rust/pull/158325">Document NonNull layout guarantees</a></li>
<li><a href="https://github.com/rust-lang/rust/issues/112811">Tracking Issue for <code>slice_split_once</code></a></li>
</ul>
<a class="toclink" href="https://this-week-in-rust.org/atom.xml#compiler-team-mcps-only"></a><a href="https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20label%3Afinal-comment-period%20state%3Aopen">Compiler Team</a> <a href="https://forge.rust-lang.org/compiler/mcp.html">(MCPs only)</a>
<ul>
<li><a href="https://github.com/rust-lang/compiler-team/issues/1011">Let the OS handle stack growth</a></li>
<li><a href="https://github.com/rust-lang/compiler-team/issues/1010">Add <code>target_feature_available_at_call_site</code></a></li>
</ul>
<a class="toclink" href="https://this-week-in-rust.org/atom.xml#language-reference"></a><a href="https://github.com/rust-lang/reference/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Language Reference</a>
<ul>
<li><a href="https://github.com/rust-lang/reference/pull/2293">Empty repr(Rust) enums are ZSTs</a></li>
</ul>
<p><em>No Items entered Final Comment Period this week for
<a href="https://github.com/rust-lang/cargo/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Cargo</a>,
<a href="https://github.com/rust-lang/lang-team/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Language Team</a>,
<a href="https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period%20state%3Aopen">Leadership Council</a>,
<a href="https://github.com/rust-lang/rfcs/issues?q=state%3Aopen%20label%3Afinal-comment-period%20state%3Aopen">Rust RFCs</a> or
<a href="https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen%20label%3Afinal-comment-period%20sort%3Aupdated-desc%20state%3Aopen">Unsafe Code Guidelines</a>.</em></p>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#new-and-updated-rfcs"></a><a href="https://github.com/rust-lang/rfcs/pulls">New and Updated RFCs</a></h5>
<ul>
<li><a href="https://github.com/rust-lang/rfcs/pull/3982">Update RFC template</a></li>
<li><a href="https://github.com/rust-lang/rfcs/pull/3981">RFC: Store registry tokens in the OS credential store by default</a></li>
</ul>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#upcoming-events">Upcoming Events</a></h4>
<p>Rusty Events between 2026-07-08 - 2026-08-05 🦀</p>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#virtual">Virtual</a></h5>
<ul>
<li>2026-07-08 | Virtual (Cardiff, GB) | <a href="https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/">Rust and C++ Cardiff</a></li>
<li><a href="https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/315506435/"><strong>Operating Systems Book Club: Introduction + Processes</strong></a></li>
<li>2026-07-08 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a></li>
<li><a href="https://luma.com/jv9lom12"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
<li>2026-07-09 | Virtual (Nürnberg, DE) | <a href="https://www.meetup.com/rust-noris/events/">Rust Nuremberg</a></li>
<li><a href="https://www.meetup.com/rust-noris/events/315517604/"><strong>Rust Nürnberg online</strong></a></li>
<li>2026-07-14 | Virtual (Dallas, TX, US) | <a href="https://www.meetup.com/dallasrust">Dallas Rust User Meetup</a></li>
<li><a href="https://www.meetup.com/dallasrust/events/310254778/"><strong>Second Tuesday</strong></a></li>
<li>2026-07-15 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a></li>
<li><a href="https://luma.com/21k797xr"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
<li>2026-07-15 | Hybrid (Vancouver, BC, CA) | <a href="https://www.meetup.com/vancouver-rust">Vancouver Rust</a></li>
<li><a href="https://www.meetup.com/vancouver-rust/events/314233743/"><strong>Jiff</strong></a></li>
<li>2026-07-16 | Hybrid (Seattle, WA, US) | <a href="https://www.meetup.com/join-srug">Seattle Rust User Group</a></li>
<li><a href="https://www.meetup.com/seattle-rust-user-group/events/314520812/"><strong>July, 2026 SRUG (Seattle Rust User Group) Meetup</strong></a></li>
<li>2026-07-16 | Virtual (Berlin, DE) | <a href="https://www.meetup.com/rust-berlin">Rust Berlin</a></li>
<li><a href="https://www.meetup.com/rust-berlin/events/312045926/"><strong>Rust Hack and Learn</strong></a></li>
<li>2026-07-19 | Virtual (Dallas, TX, US) | <a href="https://www.meetup.com/dallasrust">Dallas Rust User Meetup</a></li>
<li><a href="https://www.meetup.com/dallasrust/events/314329045/"><strong>Rust Deep Learning: Third Sunday</strong></a></li>
<li>2026-07-21 | Virtual (London, UK) | <a href="https://www.meetup.com/women-in-rust">Women in Rust</a></li>
<li><a href="https://www.meetup.com/women-in-rust/events/315102297/"><strong>Lunch &amp; Learn: Learning Rust as First Programming Language</strong></a></li>
<li>2026-07-21 | Virtual (Washington, DC, US) | <a href="https://www.meetup.com/rustdc">Rust DC</a></li>
<li><a href="https://www.meetup.com/rustdc/events/315279653/"><strong>Mid-month Rustful</strong></a></li>
<li>2026-07-22 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a></li>
<li><a href="https://luma.com/hd8mlw56"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
<li>2026-07-28 | Virtual (Dallas, TX, US) | <a href="https://www.meetup.com/dallasrust">Dallas Rust User Meetup</a></li>
<li><a href="https://www.meetup.com/dallasrust/events/310254777/"><strong>Fourth Tuesday</strong></a></li>
<li>2026-07-29 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a></li>
<li><a href="https://luma.com/uo5ek1f4"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
<li>2026-07-30 | Virtual (Berlin, DE) | <a href="https://www.meetup.com/rust-berlin/events/">Rust Berlin</a></li>
<li><a href="https://www.meetup.com/rust-berlin/events/312045928/"><strong>Rust Hack and Learn</strong></a></li>
<li>2026-08-02 | Virtual (Dallas, TX, US) | <a href="https://www.meetup.com/dallasrust/events/">Dallas Rust User Meetup</a></li>
<li><a href="https://www.meetup.com/dallasrust/events/314095294/"><strong>Rust Deep Learning: First Sunday</strong></a></li>
<li>2026-08-04 | Virtual (London, GB) | <a href="https://www.meetup.com/women-in-rust/events/">Women in Rust</a></li>
<li><a href="https://www.meetup.com/women-in-rust/events/315213885/"><strong>👋 Community Catch Up</strong></a></li>
<li>2026-07-29 | Virtual (Girona, ES) | <a href="https://luma.com/rust-girona">Rust Girona</a></li>
<li><a href="https://luma.com/ii2jrwva"><strong>Sessió setmanal de codificació / Weekly coding session</strong></a></li>
<li>2026-08-05 | Virtual (Indianapolis, IN, US) | <a href="https://www.meetup.com/indyrs/events/">Indy Rust</a></li>
<li><a href="https://www.meetup.com/indyrs/events/315210367/"><strong>Indy.rs - with Social Distancing</strong></a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#asia">Asia</a></h5>
<ul>
<li>2026-07-18 | Bangalore, IN | <a href="https://hasgeek.com/rustbangalore">Rust Bangalore</a></li>
<li><a href="https://hasgeek.com/rustbangalore/july-2026-rustacean-meetup/"><strong>July 2026 Rustacean Meetup</strong></a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#africa">Africa:</a></h5>
<ul>
<li>2026-07-14 | Johannesburg, ZA | <a href="https://www.meetup.com/johannesburg-rust-meetup/events/">Johannesburg Rust Meetup</a></li>
<li><a href="https://www.meetup.com/johannesburg-rust-meetup/events/315573758/"><strong>Debugging a production grade Open Source Rust crate</strong></a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#europe">Europe</a></h5>
<ul>
<li>2026-07-08 | Dublin, IE | <a href="https://www.meetup.com/rust-dublin">Rust Dublin</a></li>
<li><a href="https://www.meetup.com/rust-dublin/events/315150327/"><strong>Join us live and INPERSON for Rust 262</strong></a></li>
<li>2026-07-09 | Berlin, DE | <a href="https://www.meetup.com/rust-berlin/events/">Rust Berlin</a></li>
<li><a href="https://www.meetup.com/rust-berlin/events/315585121/"><strong>Rust Berlin on location 🏳️‍🌈 - Edition 015</strong></a></li>
<li>2026-07-09 | Frankfurt, DE | <a href="https://www.meetup.com/rust-rhein-main/events/">Rust Rhein-Main</a></li>
<li><a href="https://www.meetup.com/rust-rhein-main/events/315366165/"><strong>Building Cross Platform Applications with Ply</strong></a></li>
<li>2026-07-09 | Switzerland, CH | <a href="https://www.posttenebraslab.ch/wiki/events/start">PostTenebrasLab</a></li>
<li><a href="https://www.posttenebraslab.ch/wiki/events/monthly_meeting/rust_meetup"><strong>Rust Meetup Geneva</strong></a></li>
<li>2026-07-15 | Dortmund, DE | <a href="https://www.meetup.com/rust-dortmund/events/">Rust Dortmund</a></li>
<li><a href="https://www.meetup.com/rust-dortmund/events/315496876/"><strong>Teach and Hack at Projektspeicher</strong></a></li>
<li>2026-07-21 | Leipzig, DE | <a href="https://www.meetup.com/rust-modern-systems-programming-in-leipzig">Rust - Modern Systems Programming in Leipzig</a></li>
<li><a href="https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/313816470/"><strong>Supercharge Rust funcs with implicit arguments and context-generic programming</strong></a></li>
<li>2026-07-23 | Berlin, DE | <a href="https://www.meetup.com/rust-berlin">Rust Berlin</a></li>
<li><a href="https://www.meetup.com/rust-berlin/events/315484101/"><strong>Rust Berlin Talks: The next generation</strong></a></li>
<li>2026-07-23 | London, UK | <a href="https://www.meetup.com/london-rust-project-group">London Rust Project Group</a></li>
<li><a href="https://www.meetup.com/london-rust-project-group/events/315366453/"><strong>Rama modular service framework for Rust</strong></a></li>
<li>2026-07-23 | Paris, FR | <a href="https://www.meetup.com/rust-paris">Rust Paris</a></li>
<li><a href="https://www.meetup.com/rust-paris/events/315309633/"><strong>Rust meetup #87</strong></a></li>
<li>2026-07-30 | Manchester, GB | <a href="https://www.meetup.com/rust-manchester/events/">Rust Manchester</a></li>
<li><a href="https://www.meetup.com/rust-manchester/events/315037685/"><strong>Rust Manchester July Code Night</strong></a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#north-america">North America</a></h5>
<ul>
<li>2026-07-09 | Lehi, UT, US | <a href="https://www.meetup.com/utah-rust">Utah Rust</a></li>
<li><a href="https://www.meetup.com/utah-rust/events/314696647/"><strong>Utah Rust July Meetup</strong></a></li>
<li>2026-07-09 | Mountain View, CA, US | <a href="https://www.meetup.com/hackerdojo/events/">Hacker Dojo</a></li>
<li><a href="https://www.meetup.com/hackerdojo/events/315338107/"><strong>RUST MEETUP at HACKER DOJO</strong></a></li>
<li>2026-07-11 | Boston, MA, US | <a href="https://www.meetup.com/bostonrust">Boston Rust Meetup</a></li>
<li><a href="https://www.meetup.com/bostonrust/events/315225865/"><strong>MIT Rust Lunch, July 11</strong></a></li>
<li>2026-07-15 | Hybrid (Vancouver, BC, CA) | <a href="https://www.meetup.com/vancouver-rust">Vancouver Rust</a></li>
<li><a href="https://www.meetup.com/vancouver-rust/events/314233743/"><strong>Jiff</strong></a></li>
<li>2026-07-16 | Hybrid (Seattle, WA, US) | <a href="https://www.meetup.com/join-srug">Seattle Rust User Group</a></li>
<li><a href="https://www.meetup.com/seattle-rust-user-group/events/314520812/"><strong>July, 2026 SRUG (Seattle Rust User Group) Meetup</strong></a></li>
<li>2026-07-18 | Boston, MA, US | <a href="https://www.meetup.com/bostonrust">Boston Rust Meetup</a></li>
<li><a href="https://www.meetup.com/bostonrust/events/315225872/"><strong>North End Rust Lunch, July 18</strong></a></li>
<li>2026-07-21 | San Francisco, CA, US | <a href="https://www.meetup.com/san-francisco-rust-study-group">San Francisco Rust Study Group</a></li>
<li><a href="https://www.meetup.com/san-francisco-rust-study-group/events/314997214/"><strong>Rust Hacking in Person</strong></a></li>
<li>2026-07-22 | Austin, TX, US | <a href="https://www.meetup.com/rust-atx">Rust ATX</a></li>
<li><a href="https://www.meetup.com/rust-atx/events/xvkdgtyjckbdc/"><strong>Rust Lunch - Fareground</strong></a></li>
<li>2026-07-22 | Los Angeles, CA, US | <a href="https://www.meetup.com/rust-los-angeles">Rust Los Angeles</a></li>
<li><a href="https://www.meetup.com/rust-los-angeles/events/315376271/"><strong>Rust LA: Rust in Distributed Systems with Flight Science!</strong></a></li>
<li>2026-07-25 | Boston, MA, US | <a href="https://www.meetup.com/bostonrust/events/">Boston Rust Meetup</a></li>
<li><a href="https://www.meetup.com/bostonrust/events/315582650/"><strong>Porter Square Rust Lunch, July 25</strong></a></li>
<li>2026-07-25 | Brooklyn, NY, US | <a href="https://flowercomputer.com/">Flower</a></li>
<li><a href="https://partiful.com/e/Vq9fyDNCMSO7ia4ulK5b"><strong>BOG-A-THON 2</strong></a></li>
<li>2026-07-30 | Atlanta, GA, US | <a href="https://www.meetup.com/rust-atl/events/">Rust Atlanta</a></li>
<li><a href="https://www.meetup.com/rust-atl/events/313539329/"><strong>Rust-Atl</strong></a></li>
<li>2026-08-01 | Boston, MA, US | <a href="https://www.meetup.com/bostonrust/events/">Boston Rust Meetup</a></li>
<li><a href="https://www.meetup.com/bostonrust/events/315582653/"><strong>Chinatown Rust Lunch, Aug 1</strong></a></li>
<li>2026-08-04 | Boston, MA, US | <a href="https://www.meetup.com/bostonrust/events/">Boston Rust Meetup</a></li>
<li><a href="https://www.meetup.com/bostonrust/events/314660176/"><strong>Evening Boston Rust Meetup at Red Hat, Aug 4</strong></a></li>
</ul>
<h5><a class="toclink" href="https://this-week-in-rust.org/atom.xml#oceania">Oceania</a></h5>
<ul>
<li>2026-07-09 | Brisbane City, QL, AU | <a href="https://www.meetup.com/rust-brisbane/events/">Rust Brisbane</a></li>
<li><a href="https://www.meetup.com/rust-brisbane/events/315563251/"><strong>Rust Brisbane • July 2026</strong></a></li>
<li>2026-07-21 | Barton, AU | <a href="https://www.meetup.com/rust-canberra">Canberra Rust User Group</a></li>
<li><a href="https://www.meetup.com/rust-canberra/events/315307280/"><strong>July Meetup</strong></a></li>
<li>2026-07-23 | Perth, AU | <a href="https://www.meetup.com/perth-rust-meetup-group">Rust Perth Meetup Group</a></li>
<li><a href="https://www.meetup.com/perth-rust-meetup-group/events/315451138/"><strong>Rust Perth: July Meetup!</strong></a></li>
<li>2026-07-30 | Melbourne, AU | <a href="https://www.meetup.com/rust-melbourne/events/">Rust Melbourne</a></li>
<li><a href="https://www.meetup.com/rust-melbourne/events/315039480/"><strong>Rust Melbourne July 2026</strong></a></li>
</ul>
<p>If you are running a Rust event please add it to the <a href="https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com">calendar</a> to get
it mentioned here. Please remember to add a link to the event too.
Email the <a href="mailto:community-team@rust-lang.org">Rust Community Team</a> for access.</p>
<h4><a class="toclink" href="https://this-week-in-rust.org/atom.xml#jobs">Jobs</a></h4>
<p>Please see the latest <a href="https://www.reddit.com/r/rust/comments/1ttbtf5/official_rrust_whos_hiring_thread_for_jobseekers/">Who's Hiring thread on r/rust</a></p>
<h3><a class="toclink" href="https://this-week-in-rust.org/atom.xml#quote-of-the-week">Quote of the Week</a></h3>
<blockquote>
<p>if a ptr is dereferenced in a forest and nobody hears it, is it sound?</p>
</blockquote>
<p>– <a href="https://users.rust-lang.org/t/does-the-indirection-of-a-pointer-immediately-create-a-reference/141071/10">Kornel on rust-users</a></p>
<p>Thanks to <a href="https://users.rust-lang.org/t/twir-quote-of-the-week/328/1785">Cerber-Ursi</a> for the suggestion!</p>
<p><a href="https://users.rust-lang.org/t/twir-quote-of-the-week/328">Please submit quotes and vote for next week!</a></p>
<p>This Week in Rust is edited by:</p>
<ul>
<li><a href="https://github.com/nellshamrell">nellshamrell</a></li>
<li><a href="https://github.com/llogiq">llogiq</a></li>
<li><a href="https://github.com/ericseppanen">ericseppanen</a></li>
<li><a href="https://github.com/extrawurst">extrawurst</a></li>
<li><a href="https://github.com/U007D">U007D</a></li>
<li><a href="https://github.com/mariannegoldin">mariannegoldin</a></li>
<li><a href="https://github.com/bdillo">bdillo</a></li>
<li><a href="https://github.com/opeolluwa">opeolluwa</a></li>
<li><a href="https://github.com/bnchi">bnchi</a></li>
<li><a href="https://github.com/KannanPalani57">KannanPalani57</a></li>
<li><a href="https://github.com/tzilist">tzilist</a></li>
</ul>
<p><em>Email list hosting is sponsored by <a href="https://foundation.rust-lang.org/">The Rust Foundation</a></em></p>
<p><small><a href="https://www.reddit.com/r/rust/comments/1ureq0r/this_week_in_rust_659/">Discuss on r/rust</a></small></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Gartner: Data center electricity consumption to grow 26% in 2026]]></title>
<description><![CDATA[Power consumption worldwide for data centers is projected to grow to 565 terawatt hours (TWh) in 2026, up 26% from 447 TWh in 2025, with AI-oriented data centers taking up an increasing amount of the pie.



Worldwide data center power demand is expected to rise 27% in 2026 and reach 133 gigawatt...]]></description>
<link>https://tsecurity.de/de/3652683/it-security-nachrichten/gartner-data-center-electricity-consumption-to-grow-26-in-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3652683/it-security-nachrichten/gartner-data-center-electricity-consumption-to-grow-26-in-2026/</guid>
<pubDate>Tue, 07 Jul 2026 22:07: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>Power consumption worldwide for <a href="https://www.networkworld.com/article/4117584/power-shortages-carbon-capture-and-ai-automation-whats-ahead-for-data-centers-in-2026.html">data centers</a> is projected to grow to 565 terawatt hours (TWh) in 2026, up 26% from 447 TWh in 2025, with <a href="https://www.neowin.net/news/these-are-the-biggest-ai-data-centers-owned-by-big-tech/">AI-oriented data centers</a> taking up an increasing amount of the pie.</p>



<p>Worldwide data center <a href="https://www.networkworld.com/article/4130979/energy-providers-seek-flexible-load-strategies-for-data-center-operations.html">power demand</a> is expected to rise 27% in 2026 and reach 133 gigawatts (GW), up from 105GW in 2025. It is projected to reach 291GW by 2030, which reflects the unprecedented scale and pace of GenAI boosting demand.</p>



<p>Those figures consider variables like parts and supply shortages, delayed or cancelled data center projects, and the impact of the conflict with Iran, said <a href="https://www.linkedin.com/in/linglan-wang-98b64a30/">Linglan Wang,</a> director analyst and lead economist at Gartner.</p>



<p><a href="https://www.networkworld.com/article/3835113/what-is-an-ai-server-why-artificial-intelligence-needs-specialized-systems.html">AI-optimized servers</a> are a relatively new phenomenon but they have rapidly gained uh traditional data centers in terms of power use. Gartner estimates AI-optimized server adoption will account for 31% of data center power consumption in 2026, and that by 2027 their power consumption will surpass that of conventional servers.</p>



<p>“Surging demand for compute-intensive AI workloads is driving unprecedented data center power growth, while AI capacity is now constrained by power availability, making data center power security the new battle ground for scaling and protecting margins in the global AI race,” said Wang in a statement.</p>



<p>Wang said of the 565TWh consumed this year, the U.S. will account for about 204TWh, or 36% of the total amount consumed. And of the 204TWh consumed this year, dedicated AI data centers will consume 68TWh, or one-third of the total. So in just five years, AI data centers have gone from zero to of the total power consumption in the US.</p>



<p>Non-AI data center growth has been minimal by comparison.</p>



<p>The difference in growth of power consumption between conventional servers and AI-optimized servers is remarkable. Worldwide, conventional servers consumed 193 terawatt hours (TWh) of power in 2025 and are projected to rise 1.2% to 195 TWh in 2026 and another 2.4% in 2027 to 200 TWh This 3% basic growth will continue to 2030.</p>



<p>Now compare that to the AI-optimized servers. They consumed 95 TWh of power in 2025, rose 84.2% to 175 TWh in 2026 and another 47.8% to 258 TWh in 2027. By 2030, Wang estimates AI-optimized servers will account for near half of all power consumed by data centers worldwide.</p>



<p>With data center power electricity consumption estimated to reach over 1,200TWh by 2030, grid supply will be insufficient to meet the demands of future data center construction, affecting all data center users.</p>



<p>“Infrastructure and operations leaders must prioritize efficiency upgrades and secure grid access. They also need to invest in high-efficiency cooling systems and edge computing to mitigate power constraints and ensure sustainable, scalable growth,” Wang said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Build or buy? Smart CIOs know the answer for AI talent]]></title>
<description><![CDATA[The key ingredient for successful AI deployment is largely becoming the talent available, not the AI tools installed, putting pressure on IT leaders to upskill their workforces.



With AI skills both the highest in demand and the hardest to hire for, many IT leaders and their C-suite colleagues ...]]></description>
<link>https://tsecurity.de/de/3651103/it-security-nachrichten/build-or-buy-smart-cios-know-the-answer-for-ai-talent/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3651103/it-security-nachrichten/build-or-buy-smart-cios-know-the-answer-for-ai-talent/</guid>
<pubDate>Tue, 07 Jul 2026 12:08: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>The key ingredient for successful AI deployment is largely becoming the talent available, not the AI tools installed, putting pressure on IT leaders to upskill their workforces.</p>



<p>With AI skills both the <a href="https://www.cio.com/article/4096592/the-10-hottest-it-skills-for-2026.html">highest in demand</a> and <a href="https://www.cio.com/article/4184685/the-11-hardest-it-roles-to-fill-in-2026-and-whats-changed.html">the hardest to hire for</a>, many IT leaders and their C-suite colleagues are rolling out comprehensive <a href="https://www.cio.com/article/4100412/it-talent-heres-how-cios-curate-engagement-and-retention.html?utm=hybrid_search">AI training programs</a> for employees, both for the IT pros who build AI tools and the business users who will use them.</p>



<p>Smart companies will need to invest heavily in upskilling, says <a href="https://www.devry.edu/newsroom/administration/chris-campbell.html" rel="nofollow">Chris Campbell</a>, CIO at DeVry University. “The pace of change is simply too fast to rely solely on external hiring,” he says. “Organizations that develop AI capabilities across their existing workforce will have an advantage over those trying to win a bidding war for a relatively small pool of experts.”</p>



<p>Moreover, the key elements of what leads to a beneficial AI deployment has changed over time, he says.</p>



<p>“Early on, everyone was worried about access to AI tools,” Campbell adds. “Today, the tools are everywhere. What I see organizations struggling with is figuring out how to apply them to real business problems and integrate them into how work actually gets done.”</p>



<p>At DeVry, some of the strongest AI advocates don’t come from traditional AI backgrounds, but from software engineering, business analysis, cybersecurity, project management, and operations, he says.</p>



<p>“They understand the business, know where the friction points are, and can see where AI can create value,” he adds. “Those skills are often more important than deep expertise in a particular model or tool.”</p>



<p>Experienced <a href="https://www.cio.com/article/230935/hiring-the-most-in-demand-tech-jobs-for-2021.html">AI talent is difficult to find</a>, especially when IT leaders seek candidates who have successfully transitioned AI initiatives from experimentation to production.</p>



<p>“I don’t think every company needs to build a large team of AI specialists,” Campbell says. “In many cases, the people best positioned to drive AI adoption are already inside the organization.”</p>



<h2 class="wp-block-heading">Upskilling for an AI builder culture</h2>



<p>Professional services and accounting firm KPMG is addressing its AI talent challenge by providing widespread AI training to employees, says <a href="https://www.linkedin.com/in/rema-serafi/" rel="nofollow">Rema Serafi</a>, vice chairwoman for tax operations there. Many organizations’ major AI problem in 2026 is a lack of talent, not a lack of technology, she adds.</p>



<p>Forty percent of CIOs surveyed for this year’s <a href="https://us.resources.cio.com/resources/state-of-the-cio/" rel="nofollow">State of the CIO report</a> cited <a href="https://www.cio.com/article/4165232/whats-holding-back-enterprise-ai-shortage-of-talent-cios-say.html">lack of in-house talent as a top impediment</a> to implementing their AI strategies.</p>



<p>To address this, KPMG has piloted a six-week AI training program, with the goal of enabling all employees to deploy their own AI tools, Serafi says. The program familiarizes employees with Python and other technologies that serve as building blocks for internal AI tools, she says.</p>



<p>KPMG also revamped its team structures to ensure that three categories of employees — AI power users, makers, and builders — work closely together, says Serafi.</p>



<p>“Everyone’s going to have access to our tools, and everyone’s going to be a power user,” she says, “to the extent that those professionals who didn’t come in with AI capabilities, who didn’t come in as engineers or technologists, if they want to learn, we’re going to certify them to build tools as well.”</p>



<p>Deploying sophisticated, best-in-class AI tools without training employees is like buying an F1 racing car but not hiring a professional driver, she says.</p>



<p>“If we don’t have professionals who know how to use it, they’re not going to be able to maximize the benefit of what’s available to them,” Serafi adds.</p>



<p>KPMG commissioned a study with the University of Texas and found that employees who use AI regularly produce higher-quality work and feel less stressed. Employees who are expert users of AI will progress faster in their careers, she suggests. One challenge for training programs, though, is keeping up with how fast AI is evolving.</p>



<p>“The roles are actually changing in a short period of time,” she says. “When you used to see traditional engineers working with AI, now you see professionals who can actually guide, shape, and direct AI in their client work.”</p>



<h2 class="wp-block-heading">Retraining: ‘The only realistic path forward’</h2>



<p>Another fan of comprehensive AI training for employees is <a href="https://www.linkedin.com/in/elmerm/" rel="nofollow">Elmer Morales</a>, founder and CEO of agentic AI coding startup koder.com. Finding outside AI talent has become extremely difficult for most companies, he says.</p>



<p>“Retraining isn’t optional anymore,” he says. “It’s the only realistic path forward for most organizations. The external talent market can’t supply what every company simultaneously needs, and waiting for universities to catch up isn’t a strategy.”</p>



<p>Companies that succeed with AI treat upskilling as a core investment, not just an HR initiative, Morales adds.</p>



<p>“The talent gap is the single most concrete ceiling on AI ambition right now,” he says. “Companies can buy the best models, the best infrastructure, and the best tooling, and still produce nothing of value because they don’t have the people who know how to wire it all together into something that actually works in production.”</p>



<p>Morales suggests that IT leaders look to their existing engineering team to build AI deployment talent.</p>



<p>“The engineers already obsessed with this on nights and weekends, who are shipping personal projects and experimenting with new models, those people just need permission, resources, and a real problem to solve,” he says. “The best AI teams I’ve seen weren’t built by recruiting, but by creating the conditions for the right people to step forward.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Single points of failure fail. The SaaS layer is not an exception]]></title>
<description><![CDATA[Higher education has consolidated its entire academic operation into a handful of massive SaaS platforms. The LMS manages instruction, grading and communication. The SIS owns enrollment, records and financial aid. Identity and productivity live in a small number of cloud providers. These are not ...]]></description>
<link>https://tsecurity.de/de/3648395/it-security-nachrichten/single-points-of-failure-fail-the-saas-layer-is-not-an-exception/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3648395/it-security-nachrichten/single-points-of-failure-fail-the-saas-layer-is-not-an-exception/</guid>
<pubDate>Mon, 06 Jul 2026 12:08: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>Higher education has consolidated its entire academic operation into a handful of massive SaaS platforms. The LMS manages instruction, grading and communication. The SIS owns enrollment, records and financial aid. Identity and productivity live in a small number of cloud providers. These are not peripheral tools — they are the operational infrastructure of the institution. As IT stewards, we manage platforms we do not own, cannot restore ourselves and cannot directly control — which makes contingency planning not optional, but fundamental to the role.</p>



<p>The contracts are in place. The SLAs are signed. The compliance certifications are current. None of that matters to a student who cannot reach her instructor three days before finals. None of it matters to a faculty member who has no roster, no grade book and no way to document the work his students submitted before the platform went dark. SLAs govern vendor response timelines. Keeping academic operations running during that response window is IT’s responsibility.</p>



<p>The disruption hit during finals week 2026, and I was doing what every CIO in higher education was doing — monitoring. A major learning management system <a href="https://www.csoonline.com/article/4180194/lessons-from-the-canvas-cyberattack.html">had been breached</a>. The disruption spread fast. Finals were canceled. Exams were postponed. Students and staff were stranded without access to coursework, rosters or grade books. The costs — in academic disruption, extended contracts, emergency response — were substantial and widely reported. My institution was not directly impacted. But watching peer institutions in my own state go dark during the highest-stakes moment of the academic calendar was not reassuring. It was a confirmation of something I had been thinking about for a long time.</p>



<p>The disruption proved something IT professionals have relearned in every decade of their careers. Mark Twain observed that history does not repeat itself, but it does rhyme. This is a verse we have heard before: Dependence on a single point of failure, without a tested contingency plan, is not a strategy — it is a risk that has simply not yet been called. Whether the failure comes from a cyberattack, a vendor outage, an infrastructure collapse or a cloud provider’s bad deployment, the result is the same. The institution stops. And no SLA, contract or compliance certification prevents that moment from arriving.</p>



<p>Vigilance is not optional. Technologies are evolving faster than any IT team can fully anticipate. New platforms, new integrations, new dependencies emerge constantly — and with each one comes a new potential failure point. That is not an argument against adopting new technology. It is an argument for the one principle that never becomes obsolete: Reliance on any single critical system, whether it is a connectivity provider, an identity platform or a SaaS solution, is a proven strategy for failure. The question is never whether that system will fail. The question is whether the institution is prepared when it does.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Single points of failure fail — inevitably, and at the worst possible time. IT professionals have known this for thirty years. The SaaS layer is not exempt.</p>
</blockquote>



<p>This is not a new lesson. Azure has gone down. AWS has failed. <a href="https://er.educause.edu/articles/2026/5/how-higher-education-is-responding-to-the-canvas-lms-incident-and-preparing-for-whats-next">Google Workspace has had outages that took organizations dark globally</a>. No campus runs a single ISP connection — we provision redundant circuits, preferably from independent providers, because we learned long ago that the connection will sometimes fail and the institution cannot afford to stop when it does. Financial services, government and multinational enterprises applied that same logic to every dependency in their stack. Their response to platform risk was not to demand better SLAs. It was to architect around the dependency. Redundancy. Failover. Independent continuity capability. The massive disruptions from Canvas demonstrate that effective contingency solutions for these critical platforms have not kept pace with our dependence on them. We cannot get fooled again.</p>



<p>That omission is what made the 2026 attack so damaging. Not the sophistication of the breach — the entry point was a peripheral free-tier environment that wasn’t even within the vendor’s primary certification scope. The damage was catastrophic because institutions had no fallback. Faculty had no rosters. Administrators had no enrollment data. There was no continuity layer. A single point of failure, at institutional scale, with no plan for when it fails.</p>



<p>And now the economics have shifted in the worst possible direction. <a href="https://techcrunch.com/2025/05/08/powerschool-paid-a-hackers-ransom-but-now-schools-say-they-are-being-extorted/">PowerSchool paid a ransom in December 2024</a> after attackers stole data on 60 million students — and was re-extorted anyway, with individual school districts receiving separate demands months later using the same stolen data. <a href="https://www.instructure.com/incident_update">Instructure’s CEO publicly confirmed the extortion payment</a>. Anyone who has paid a ransom only to be hit a second time at double the cost can tell you — paying the attackers resolves nothing and instead invites more attacks. The sector has now proven twice, publicly, and at scale, that it will pay. That changes the threat calculus entirely. Higher education stops being a target of opportunity and becomes a target of strategy. Criminal groups share that intelligence. Banner serves over 1,400 institutions. Blackboard reaches tens of millions of users across thousands of campuses. Every major higher education SaaS platform is now on active threat actor priority lists — not because they are newly vulnerable, but because the sector has proven it will pay, that academic calendar pressure creates maximum leverage, and that IT has not yet built the operational alternative that our dependence on these platforms demands — and therefore the failure is ours to own, especially if we allow it to happen a second time.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>The sector has proven it will pay. Every ransomware group operating today just received the same market signal. What follows is not unpredictable — it is documented, underway and aimed directly at the platforms carrying your institution’s academic operations.</p>
</blockquote>



<p>As a CIO, my approach to this is not a spreadsheet or a stack of printed reports. IT is responsible for identifying critical failure points and countering them — that is not optional; it is the job. Accepting failure as inevitable without a mitigation strategy is not viable. Redundancy and continuity solutions are standard practice everywhere else in our infrastructure. There was no reason the SaaS layer should be different.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>A leader’s first job isn’t to be right — it’s to be responsible.</p>
</blockquote>



<p>The solution I implemented is a secure, read-only, centralized repository — a continuity strategy that ensures students, staff and faculty can continue to function whether the issue is a power outage, a cyberattack or a SaaS platform going dark. It is not a replacement for Canvas or Banner. It is the independent fallback that allows the institution to keep operating while the primary system is restored. I have learned the hard way that accepting failure without a plan is not a posture any CIO can defend.</p>



<p>Watching the frustration across the industry during and after the 2026 attack — institutions paralyzed, peer CIOs improvising, faculty working from personal spreadsheets, boards asking questions no one could answer — the logic of extending this capability to other institutions became unavoidable. The solution is not complex. The architecture is straightforward. The discipline behind it is thirty years old. The discipline is established. The responsibility to apply it is our field of expertise in IT.</p>



<p>To be precise about scope: An ACR does not prevent vendor breaches, replace cyber insurance or remove notification obligations. When an incident hits, legal counsel, security teams and institutional leadership still manage the response. What the ACR changes is what they have to work with — a governed, auditable record of what data was accessed, what manual actions were taken and how operations continued while the vendor worked to restore service.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Redundancy, disaster recovery, continuity of operations — the discipline is not new. The SaaS platforms carrying academic operations deserve the same standard we hold everywhere else.</p>
</blockquote>



<p>The solution to this problem exists. A SaaS third-party continuity of operations strategy requires an independent data layer — one the institution controls, synchronized on a regular scheduled cycle from source systems, and accessible when those systems are not. Platform-agnostic across Canvas, Banner, Blackboard and PowerSchool. Read-only by design. Auditable by requirement. Independent by architecture. That last word is the one that matters — independent of the platforms whose availability you cannot guarantee.</p>



<p>Every CIO in higher education knows what a single point of failure looks like. Every one of us has built around them at every other layer. Servers, networks, data centers — we do not accept the single-point risk, and we do not wait for the failure to motivate the fix. The SaaS layer is not an exception.</p>



<p>The question is not whether your institution will face it. The question is whether you will have a continuity strategy in place when it arrives — or be explaining to your board why you did not.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Leaders don’t rent accountability — they own it outright.</p>
</blockquote>



<p><strong>This article is published as part of the Foundry Expert Contributor Network.</strong><br><strong><a href="https://www.csoonline.com/expert-contributor-network/">Want to join?</a></strong></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s Kylie’s favourite masking tape? How does Lena Dunham train pigs? It’s all out there – and I’m loving it | Emma Beddington]]></title>
<description><![CDATA[The more I learn about celebrities and their odd passions, the more encouraged I am. So much for AI drowning us in a flood of bland ‘tasteslop’The internet, as we know, is now a depressing hellhole where everything is a terrifying shot of cortisol straight into the eyeballs or AI slop, interspers...]]></description>
<link>https://tsecurity.de/de/3646744/ai-nachrichten/whats-kylies-favourite-masking-tape-how-does-lena-dunham-train-pigs-its-all-out-there-and-im-loving-it-emma-beddington/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3646744/ai-nachrichten/whats-kylies-favourite-masking-tape-how-does-lena-dunham-train-pigs-its-all-out-there-and-im-loving-it-emma-beddington/</guid>
<pubDate>Sun, 05 Jul 2026 15:03:52 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>The more I learn about celebrities and their odd passions, the more encouraged I am. So much for AI drowning us in a flood of bland ‘tasteslop’</p><p>The internet, as we know, is now a depressing hellhole where everything is a terrifying shot of cortisol straight into the eyeballs or AI slop, interspersed with adverts for protein. So may I offer a recommendation for a modest corrective? It’s called <a href="https://www.pi.fyi/">Perfectly Imperfect</a>.</p><p>It is a daily newsletter about stuff people like. That’s it; that’s the whole concept. The people in question are public figures, but only up to a point – the mostly US artists and musicians featured aren’t household names for a 51-year-old British woman (though there is the occasional megastar: <a href="https://www.pi.fyi/p/francis-ford-coppola">Francis Ford Coppola</a> likes Hawaiian shirts and halva; <a href="https://www.pi.fyi/p/kylie-minogue">Kylie</a> likes <a href="https://katieleamon.com/blogs/news/what-is-washi-tape-and-how-do-i-use-it">washi masking tape</a> and fresh wasabi). Whoever is featured, their likes are deeply idiosyncratic and often unappealing: <a href="https://www.pi.fyi/rec/cmpevsz3w04t6n93ppvmzvr66?from=email&amp;et=pi_classic">cracking your knuckles against your jaw</a>; an <a href="https://www.pi.fyi/rec/cmqiecrhd00pp2qr3whznasv5?from=email&amp;et=pi_classic">unhinged cocktail comprising Aperol, milk, creamer and olives</a>; a <a href="https://www.pi.fyi/rec/cmr0alh4t0br62qn54zmzt98e?from=email&amp;et=pi_classic">sporting self-help book</a> or <a href="https://www.pi.fyi/rec/cmpbkr7bo0028sh3pc3cuvoaj?from=email&amp;et=pi_classic">cold-calling people</a>.</p> <a href="https://www.theguardian.com/commentisfree/2026/jul/05/whats-kylies-favourite-masking-tape-how-does-lena-dunham-train-pigs-its-all-out-there-and-im-loving-it">Continue reading...</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Wazuh v5.0.0 Beta 3]]></title>
<description><![CDATA[What's Changed

Improve cluster file synchronization error handling by @TomasTurina in #36129
Update trojan signatures to avoid false positives on modern distros by @Miguevrgo in #35927
Improve cluster merged file parameter validation by @vikman90 in #36204
Create a backup of local_rules.xml duri...]]></description>
<link>https://tsecurity.de/de/3641637/it-security-tools/wazuh-v500-beta-3/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3641637/it-security-tools/wazuh-v500-beta-3/</guid>
<pubDate>Thu, 02 Jul 2026 17:49:41 +0200</pubDate>
<category>💾 IT Security Tools</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<h2>What's Changed</h2>
<ul>
<li>Improve cluster file synchronization error handling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TomasTurina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TomasTurina">@TomasTurina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4454599181" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36129" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36129/hovercard" href="https://github.com/wazuh/wazuh/pull/36129">#36129</a></li>
<li>Update trojan signatures to avoid false positives on modern distros by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4390541461" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/35927" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/35927/hovercard" href="https://github.com/wazuh/wazuh/pull/35927">#35927</a></li>
<li>Improve cluster merged file parameter validation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4476621950" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36204" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36204/hovercard" href="https://github.com/wazuh/wazuh/pull/36204">#36204</a></li>
<li>Create a backup of local_rules.xml during execution of IT analysisd tier 0 1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4475277385" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36201" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36201/hovercard" href="https://github.com/wazuh/wazuh/pull/36201">#36201</a></li>
<li>Improve tmp_file path validation in cluster DAPI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4486930454" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36246" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36246/hovercard" href="https://github.com/wazuh/wazuh/pull/36246">#36246</a></li>
<li>Revert bump main branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4495350373" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36303" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36303/hovercard" href="https://github.com/wazuh/wazuh/pull/36303">#36303</a></li>
<li>Bump 4.14.7 branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4496470145" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36312" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36312/hovercard" href="https://github.com/wazuh/wazuh/pull/36312">#36312</a></li>
<li>Serialize procps access to prevent modulesd crash by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cborla/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/cborla">@cborla</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4489581046" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36261" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36261/hovercard" href="https://github.com/wazuh/wazuh/pull/36261">#36261</a></li>
<li>Remove obsolete configuration blocks from API upload_configuration setting by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TomasTurina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TomasTurina">@TomasTurina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4487498848" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36252" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36252/hovercard" href="https://github.com/wazuh/wazuh/pull/36252">#36252</a></li>
<li>Restore working vulnerability scanner database workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4502088595" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36332" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36332/hovercard" href="https://github.com/wazuh/wazuh/pull/36332">#36332</a></li>
<li>Propagate agent merged_sum after hot reload in cluster by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4468736412" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36164" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36164/hovercard" href="https://github.com/wazuh/wazuh/pull/36164">#36164</a></li>
<li>Merge 4.14.7 into main by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4501542567" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36331" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36331/hovercard" href="https://github.com/wazuh/wazuh/pull/36331">#36331</a></li>
<li>Authd tier 0-1 flaky tests fix by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4504446587" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36342" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36342/hovercard" href="https://github.com/wazuh/wazuh/pull/36342">#36342</a></li>
<li>Review agent info logs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4485038079" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36234" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36234/hovercard" href="https://github.com/wazuh/wazuh/pull/36234">#36234</a></li>
<li>Fix the wazuh-manager-modules crash that occurs while downloading the feed by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4503648565" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36337" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36337/hovercard" href="https://github.com/wazuh/wazuh/pull/36337">#36337</a></li>
<li>Migrate FIM DB path queries to parameterized statements by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Darioortegaleyva/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Darioortegaleyva">@Darioortegaleyva</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4517817292" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36399" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36399/hovercard" href="https://github.com/wazuh/wazuh/pull/36399">#36399</a></li>
<li>Fix AlmaLinux 9/10 bootloader permissions SCA check regex and optional file handling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4515333133" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36396" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36396/hovercard" href="https://github.com/wazuh/wazuh/pull/36396">#36396</a></li>
<li>Cluster file processing parameter validation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4494129534" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36296" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36296/hovercard" href="https://github.com/wazuh/wazuh/pull/36296">#36296</a></li>
<li>Add missing 4.10.2-4.10.5 and 4.8.2 entries to changelogs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4523024537" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36407" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36407/hovercard" href="https://github.com/wazuh/wazuh/pull/36407">#36407</a></li>
<li>Treat the absence of the hash document as expected, not an error by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/juliancnn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/juliancnn">@juliancnn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4505113598" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36355" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36355/hovercard" href="https://github.com/wazuh/wazuh/pull/36355">#36355</a></li>
<li>geo_point validation support all compatible formats by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LucioDonda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LucioDonda">@LucioDonda</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4423592068" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36034" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36034/hovercard" href="https://github.com/wazuh/wazuh/pull/36034">#36034</a></li>
<li>Prevent Syscollector and SCA use-after-free on modulesd shutdown by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nbertoldo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nbertoldo">@nbertoldo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4505494861" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36359" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36359/hovercard" href="https://github.com/wazuh/wazuh/pull/36359">#36359</a></li>
<li>Add cluster security model and configuration documentation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4522930141" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36405" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36405/hovercard" href="https://github.com/wazuh/wazuh/pull/36405">#36405</a></li>
<li>Bump CB_SCAN_STARTED timeout and trigger ITs on wm_syscollector.c by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4527847069" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36446" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36446/hovercard" href="https://github.com/wazuh/wazuh/pull/36446">#36446</a></li>
<li>Fixed an issue in eBPF with LSM hooks and improved the health check by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MarcelKemp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MarcelKemp">@MarcelKemp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4359560869" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/35838" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/35838/hovercard" href="https://github.com/wazuh/wazuh/pull/35838">#35838</a></li>
<li>Validate cluster node name format by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4531591190" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36460" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36460/hovercard" href="https://github.com/wazuh/wazuh/pull/36460">#36460</a></li>
<li>eBPF libraries updated by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MarcelKemp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MarcelKemp">@MarcelKemp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4533955405" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36467" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36467/hovercard" href="https://github.com/wazuh/wazuh/pull/36467">#36467</a></li>
<li>Bump 4.14.6 branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4539082172" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36517" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36517/hovercard" href="https://github.com/wazuh/wazuh/pull/36517">#36517</a></li>
<li>Revert "Bump 4.14.6 branch" by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MARCOSD4/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MARCOSD4">@MARCOSD4</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4539151411" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36518" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36518/hovercard" href="https://github.com/wazuh/wazuh/pull/36518">#36518</a></li>
<li>Bump 4.14.6 branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4539251322" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36519" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36519/hovercard" href="https://github.com/wazuh/wazuh/pull/36519">#36519</a></li>
<li>Update changelog for 4.14.6 RC 1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4539470693" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36562" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36562/hovercard" href="https://github.com/wazuh/wazuh/pull/36562">#36562</a></li>
<li>Fix policy evaluation errors by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fcontrerasc/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fcontrerasc">@fcontrerasc</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4528195977" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36449" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36449/hovercard" href="https://github.com/wazuh/wazuh/pull/36449">#36449</a></li>
<li>Release startup hash gate when the reload chain fails by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4495215383" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36302" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36302/hovercard" href="https://github.com/wazuh/wazuh/pull/36302">#36302</a></li>
<li>Revert "Add missing 4.10.2-4.10.5 and 4.8.2 entries to changelogs" by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MarcelKemp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MarcelKemp">@MarcelKemp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4541090106" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36591" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36591/hovercard" href="https://github.com/wazuh/wazuh/pull/36591">#36591</a></li>
<li>Merge merge-4.14.7-into-main into main [automated] by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4546876084" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36624" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36624/hovercard" href="https://github.com/wazuh/wazuh/pull/36624">#36624</a></li>
<li>Restore event counter and classify received messages by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4531260982" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36456" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36456/hovercard" href="https://github.com/wazuh/wazuh/pull/36456">#36456</a></li>
<li>Unify manager integration tests workflows by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4485169588" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36235" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36235/hovercard" href="https://github.com/wazuh/wazuh/pull/36235">#36235</a></li>
<li>Remove unused Node.js 12 from arm64 deb agent builder by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4467836275" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36156" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36156/hovercard" href="https://github.com/wazuh/wazuh/pull/36156">#36156</a></li>
<li>Remove unused Node.js 12 from arm deb agent builders (4.14.7) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4467837119" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36157" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36157/hovercard" href="https://github.com/wazuh/wazuh/pull/36157">#36157</a></li>
<li>SCA typo bug in SELinux SCA rule for CentOS 8/9/10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4514754415" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36361" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36361/hovercard" href="https://github.com/wazuh/wazuh/pull/36361">#36361</a></li>
<li>Fix <code>detect-changes</code> glob to honour <code>**</code> recursively and extract logic into a reusable action by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4544605284" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36617" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36617/hovercard" href="https://github.com/wazuh/wazuh/pull/36617">#36617</a></li>
<li>Merge merge-4.14.6-into-4.14.7 into 4.14.7 [automated] by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4546868343" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36623" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36623/hovercard" href="https://github.com/wazuh/wazuh/pull/36623">#36623</a></li>
<li>Reduce log noise when engine has no synchronized ruleset by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/NahuFigueroa97/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NahuFigueroa97">@NahuFigueroa97</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4505198128" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36356" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36356/hovercard" href="https://github.com/wazuh/wazuh/pull/36356">#36356</a></li>
<li>Update test modules paths by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rovogel/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rovogel">@rovogel</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4549542116" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36668" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36668/hovercard" href="https://github.com/wazuh/wazuh/pull/36668">#36668</a></li>
<li>Only download external deps when required by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TomasTurina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TomasTurina">@TomasTurina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4486894083" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36244" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36244/hovercard" href="https://github.com/wazuh/wazuh/pull/36244">#36244</a></li>
<li>Merge 4.14.7 into main by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4548874786" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36664" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36664/hovercard" href="https://github.com/wazuh/wazuh/pull/36664">#36664</a></li>
<li>Mail forwarding and reporting 5.0 migration guide by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Ripdiegozz/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Ripdiegozz">@Ripdiegozz</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4505228985" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36357" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36357/hovercard" href="https://github.com/wazuh/wazuh/pull/36357">#36357</a></li>
<li>Added Ubuntu 26.04's SCA policy in the SPECS by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MarcelKemp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MarcelKemp">@MarcelKemp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4562694437" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36712" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36712/hovercard" href="https://github.com/wazuh/wazuh/pull/36712">#36712</a></li>
<li>Preliminary support new OSs - Ubuntu 26.04 - Add SCA content by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AwwalQuan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AwwalQuan">@AwwalQuan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4561732273" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36708" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36708/hovercard" href="https://github.com/wazuh/wazuh/pull/36708">#36708</a></li>
<li>Safeguards to inventory sync by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/juliancnn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/juliancnn">@juliancnn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4534767894" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36469" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36469/hovercard" href="https://github.com/wazuh/wazuh/pull/36469">#36469</a></li>
<li>Improve the method of detecting duplicates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/NahuFigueroa97/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NahuFigueroa97">@NahuFigueroa97</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4504512576" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36344" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36344/hovercard" href="https://github.com/wazuh/wazuh/pull/36344">#36344</a></li>
<li>Fix race condition preventing inventory synchronization after agent reload by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nbertoldo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nbertoldo">@nbertoldo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4551769345" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36682" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36682/hovercard" href="https://github.com/wazuh/wazuh/pull/36682">#36682</a></li>
<li>Added API integration tests workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MiguelazoDS/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MiguelazoDS">@MiguelazoDS</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4472493573" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36196" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36196/hovercard" href="https://github.com/wazuh/wazuh/pull/36196">#36196</a></li>
<li>Fix non-atomic write for <code>file_status.json</code> in logcollector by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nbertoldo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nbertoldo">@nbertoldo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4565514906" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36722" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36722/hovercard" href="https://github.com/wazuh/wazuh/pull/36722">#36722</a></li>
<li>Make agent-info shutdown waits interruptible by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lchico/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lchico">@lchico</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4564093587" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36719" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36719/hovercard" href="https://github.com/wazuh/wazuh/pull/36719">#36719</a></li>
<li>Validate IP address in ip-customblock active response by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4570134407" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36730" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36730/hovercard" href="https://github.com/wazuh/wazuh/pull/36730">#36730</a></li>
<li>wazuh-agent remains active after uninstall on Fedora 44 / DNF5 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4568853035" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36727" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36727/hovercard" href="https://github.com/wazuh/wazuh/pull/36727">#36727</a></li>
<li>Use per-target rpath and remove redundant LD_LIBRARY_PATH/WAZUH_ENGINE_GROUP exports by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4531005682" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36455" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36455/hovercard" href="https://github.com/wazuh/wazuh/pull/36455">#36455</a></li>
<li>Fix changelog chronological order and update bumper script by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Darioortegaleyva/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Darioortegaleyva">@Darioortegaleyva</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4569560130" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36729" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36729/hovercard" href="https://github.com/wazuh/wazuh/pull/36729">#36729</a></li>
<li>Monitoring a symlink without follow_symbolic_link by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Darioortegaleyva/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Darioortegaleyva">@Darioortegaleyva</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4444803761" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36081" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36081/hovercard" href="https://github.com/wazuh/wazuh/pull/36081">#36081</a></li>
<li>SCA policies migration guide from 4.x to 5.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4550901765" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36671" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36671/hovercard" href="https://github.com/wazuh/wazuh/pull/36671">#36671</a></li>
<li>Fix 5x  wazuhdb integration tests  by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4562864780" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36713" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36713/hovercard" href="https://github.com/wazuh/wazuh/pull/36713">#36713</a></li>
<li>Downgrade transient manager-reported sync failures logs to debug by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4576461814" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36744" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36744/hovercard" href="https://github.com/wazuh/wazuh/pull/36744">#36744</a></li>
<li>Show sca timouts as Not Run by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jpcerrone/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jpcerrone">@jpcerrone</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4488962491" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36258" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36258/hovercard" href="https://github.com/wazuh/wazuh/pull/36258">#36258</a></li>
<li>Authd workflow creation for 5.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jepalfer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jepalfer">@jepalfer</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4522600046" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36404" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36404/hovercard" href="https://github.com/wazuh/wazuh/pull/36404">#36404</a></li>
<li>Adapt remoted tests to 5.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4541524155" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36609" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36609/hovercard" href="https://github.com/wazuh/wazuh/pull/36609">#36609</a></li>
<li>Update unclassified event criteria by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LucioDonda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LucioDonda">@LucioDonda</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4551542627" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36681" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36681/hovercard" href="https://github.com/wazuh/wazuh/pull/36681">#36681</a></li>
<li>use safeloader in yaml file loader by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LucioDonda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LucioDonda">@LucioDonda</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4582767203" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36753" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36753/hovercard" href="https://github.com/wazuh/wazuh/pull/36753">#36753</a></li>
<li>Downgrade expected modulesd socket warnings/errors during agent restart to debug by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4583215822" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36755" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36755/hovercard" href="https://github.com/wazuh/wazuh/pull/36755">#36755</a></li>
<li>Documentation: Ciscat and openscap migration to SCA by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jpcerrone/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jpcerrone">@jpcerrone</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4566095438" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36723" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36723/hovercard" href="https://github.com/wazuh/wazuh/pull/36723">#36723</a></li>
<li>Document the deprecation of OSquery in order to use IT Hygiene in version 5.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nbertoldo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nbertoldo">@nbertoldo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4583642489" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36756" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36756/hovercard" href="https://github.com/wazuh/wazuh/pull/36756">#36756</a></li>
<li>Preserve wazuh-syscheckd Full Disk Access attribution on macOS reload by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4583103632" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36754" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36754/hovercard" href="https://github.com/wazuh/wazuh/pull/36754">#36754</a></li>
<li>Normalize severity Msg  by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hernanvalenzuela/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hernanvalenzuela">@hernanvalenzuela</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4588829137" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36759" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36759/hovercard" href="https://github.com/wazuh/wazuh/pull/36759">#36759</a></li>
<li>Agent Groups 5x Migration Guide by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fcontrerasc/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fcontrerasc">@fcontrerasc</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4568131074" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36726" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36726/hovercard" href="https://github.com/wazuh/wazuh/pull/36726">#36726</a></li>
<li>Add NULL validation for optional FlatBuffer fields in inventory_sync by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4598119007" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36773" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36773/hovercard" href="https://github.com/wazuh/wazuh/pull/36773">#36773</a></li>
<li>Fix agent keepalive scheduling after system clock rollback by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Darioortegaleyva/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Darioortegaleyva">@Darioortegaleyva</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4503704905" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36338" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36338/hovercard" href="https://github.com/wazuh/wazuh/pull/36338">#36338</a></li>
<li>Create integratord migration guide to 5.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Adman23/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Adman23">@Adman23</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4580559348" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36750" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36750/hovercard" href="https://github.com/wazuh/wazuh/pull/36750">#36750</a></li>
<li>Syslog output (csyslogd) 5.0 migration guide by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gonzaarancibia/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gonzaarancibia">@gonzaarancibia</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4573759572" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36741" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36741/hovercard" href="https://github.com/wazuh/wazuh/pull/36741">#36741</a></li>
<li>Merge merge-4.14.7-into-main into main [automated] by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4596517095" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36767" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36767/hovercard" href="https://github.com/wazuh/wazuh/pull/36767">#36767</a></li>
<li>Migration documentation: syslog input alternative by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rovogel/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rovogel">@rovogel</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4613452406" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36781" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36781/hovercard" href="https://github.com/wazuh/wazuh/pull/36781">#36781</a></li>
<li>Drop libcrypt dependency from Python dep by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4614551071" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36782" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36782/hovercard" href="https://github.com/wazuh/wazuh/pull/36782">#36782</a></li>
<li>Change duplicated link to intented one by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4619366060" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36794" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36794/hovercard" href="https://github.com/wazuh/wazuh/pull/36794">#36794</a></li>
<li>Add centralized input validation for active response framework by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4578234540" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36745" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36745/hovercard" href="https://github.com/wazuh/wazuh/pull/36745">#36745</a></li>
<li>Fix sca check for etc/shadow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4619503472" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36795" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36795/hovercard" href="https://github.com/wazuh/wazuh/pull/36795">#36795</a></li>
<li>Align remoted metrics shipper with new field names by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4572800781" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36740" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36740/hovercard" href="https://github.com/wazuh/wazuh/pull/36740">#36740</a></li>
<li>Fix wrap PolicyBanner stat in 'sh -c' so glob expands in macOS SCA check 41062 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4615585186" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36783" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36783/hovercard" href="https://github.com/wazuh/wazuh/pull/36783">#36783</a></li>
<li>Bump main branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4623354993" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36801" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36801/hovercard" href="https://github.com/wazuh/wazuh/pull/36801">#36801</a></li>
<li>Defer module coordination while FIM first sync is in progress by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/anromerom/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/anromerom">@anromerom</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4591815012" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36762" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36762/hovercard" href="https://github.com/wazuh/wazuh/pull/36762">#36762</a></li>
<li>Revert "Bump main branch" by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MARCOSD4/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MARCOSD4">@MARCOSD4</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4623582882" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36802" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36802/hovercard" href="https://github.com/wazuh/wazuh/pull/36802">#36802</a></li>
<li>Change log severity for recoverable and expected conditions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hernanvalenzuela/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hernanvalenzuela">@hernanvalenzuela</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4615970610" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36786" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36786/hovercard" href="https://github.com/wazuh/wazuh/pull/36786">#36786</a></li>
<li>Prevent data race in schema validator factory concurrent initialization by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4616512800" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36789" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36789/hovercard" href="https://github.com/wazuh/wazuh/pull/36789">#36789</a></li>
<li>Schema generation for dotted and nested field mappings by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jam300/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jam300">@jam300</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4536240667" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36473" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36473/hovercard" href="https://github.com/wazuh/wazuh/pull/36473">#36473</a></li>
<li>Engine support null values in schema validation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LucioDonda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LucioDonda">@LucioDonda</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4535313001" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36470" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36470/hovercard" href="https://github.com/wazuh/wazuh/pull/36470">#36470</a></li>
<li>docs: add Active Response 4.x to 5.x migration guide by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jcorredor-spec/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jcorredor-spec">@jcorredor-spec</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4521476970" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36402" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36402/hovercard" href="https://github.com/wazuh/wazuh/pull/36402">#36402</a></li>
<li>Use env mappings for variable passing in builderpackage workflows by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4572105403" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36738" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36738/hovercard" href="https://github.com/wazuh/wazuh/pull/36738">#36738</a></li>
<li>Adds 4.x to 5.x migration documentation. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rjcausarano/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rjcausarano">@rjcausarano</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4615736469" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36785" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36785/hovercard" href="https://github.com/wazuh/wazuh/pull/36785">#36785</a></li>
<li>Fix AWS cross-account SQS queue URL when using iam_role_arn by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fcontrerasc/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fcontrerasc">@fcontrerasc</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4617279433" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36791" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36791/hovercard" href="https://github.com/wazuh/wazuh/pull/36791">#36791</a></li>
<li>Fix enrollment key validation and improve input handling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4629562793" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36807" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36807/hovercard" href="https://github.com/wazuh/wazuh/pull/36807">#36807</a></li>
<li>Lower agent_sync_protocol and module sync log levels to reduce false-alarm noise by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4634109312" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36817" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36817/hovercard" href="https://github.com/wazuh/wazuh/pull/36817">#36817</a></li>
<li>Add unit tests for utils, aws_tools, DockerListener, gcloud and azure modules by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AnDumu/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AnDumu">@AnDumu</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4591653615" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36761" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36761/hovercard" href="https://github.com/wazuh/wazuh/pull/36761">#36761</a></li>
<li>Normalize numeric inode to string events (6960) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hernanvalenzuela/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hernanvalenzuela">@hernanvalenzuela</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4641496397" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36837" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36837/hovercard" href="https://github.com/wazuh/wazuh/pull/36837">#36837</a></li>
<li>Prevent indexer consumer wait during shutdown by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4640571004" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36836" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36836/hovercard" href="https://github.com/wazuh/wazuh/pull/36836">#36836</a></li>
<li>Update manager 5x documentation  by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4639437920" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36833" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36833/hovercard" href="https://github.com/wazuh/wazuh/pull/36833">#36833</a></li>
<li>Add bump-issue-link support to bumper workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4664679055" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36868" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36868/hovercard" href="https://github.com/wazuh/wazuh/pull/36868">#36868</a></li>
<li>Add guide for migrating manager coordinator from 4.x to 5.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jepalfer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jepalfer">@jepalfer</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4639020634" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36829" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36829/hovercard" href="https://github.com/wazuh/wazuh/pull/36829">#36829</a></li>
<li>Add Wazuh Manager Configuration documentation from 4.x to 5.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4611934920" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36779" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36779/hovercard" href="https://github.com/wazuh/wazuh/pull/36779">#36779</a></li>
<li>Add documentation to migrate filebeat to indexer connector by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4664131019" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36866" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36866/hovercard" href="https://github.com/wazuh/wazuh/pull/36866">#36866</a></li>
<li>wazuh-manager: Benchmark and footprint by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/juliancnn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/juliancnn">@juliancnn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4456748469" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36145" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36145/hovercard" href="https://github.com/wazuh/wazuh/pull/36145">#36145</a></li>
<li>Update manager upgrade block message by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4681713013" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36987" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36987/hovercard" href="https://github.com/wazuh/wazuh/pull/36987">#36987</a></li>
<li>5.x PR workflows improvements by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4596503652" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36766" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36766/hovercard" href="https://github.com/wazuh/wazuh/pull/36766">#36766</a></li>
<li>Add Manager 5.0 release notes and breaking changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4648591326" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36850" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36850/hovercard" href="https://github.com/wazuh/wazuh/pull/36850">#36850</a></li>
<li>ci(gha): migrate server/manager workflows to AWS CodeBuild runners [main] by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4692375185" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37012" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37012/hovercard" href="https://github.com/wazuh/wazuh/pull/37012">#37012</a></li>
<li>chore: update vulnerable Python framework dependencies by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4699088509" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37024" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37024/hovercard" href="https://github.com/wazuh/wazuh/pull/37024">#37024</a></li>
<li>Add Manager 5.0 wazuh-manager.conf configuration reference by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4691339394" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36999" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36999/hovercard" href="https://github.com/wazuh/wazuh/pull/36999">#36999</a></li>
<li>Add virustotal migration guide by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jepalfer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jepalfer">@jepalfer</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4692765810" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37013" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37013/hovercard" href="https://github.com/wazuh/wazuh/pull/37013">#37013</a></li>
<li>Add VD migration documentation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4692092118" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37008" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37008/hovercard" href="https://github.com/wazuh/wazuh/pull/37008">#37008</a></li>
<li>Add documentation for wpk upgrade by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4693271310" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37015" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37015/hovercard" href="https://github.com/wazuh/wazuh/pull/37015">#37015</a></li>
<li>Migrate agent build workflows to AWS CodeBuild runners by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4701880741" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37028" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37028/hovercard" href="https://github.com/wazuh/wazuh/pull/37028">#37028</a></li>
<li>XML Decoders migration to YAML by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jepalfer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jepalfer">@jepalfer</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4673566639" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36959" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36959/hovercard" href="https://github.com/wazuh/wazuh/pull/36959">#36959</a></li>
<li>CDB to KVDB migration guide by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jepalfer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jepalfer">@jepalfer</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4690514873" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36996" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36996/hovercard" href="https://github.com/wazuh/wazuh/pull/36996">#36996</a></li>
<li>Documentation of Agentless migration to 5.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4699204980" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37025" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37025/hovercard" href="https://github.com/wazuh/wazuh/pull/37025">#37025</a></li>
<li>Fix manager reload/restart silently fails by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4673792785" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36962" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36962/hovercard" href="https://github.com/wazuh/wazuh/pull/36962">#36962</a></li>
<li>Randomize key generation for installation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jepalfer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jepalfer">@jepalfer</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4651010813" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36861" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36861/hovercard" href="https://github.com/wazuh/wazuh/pull/36861">#36861</a></li>
<li>Retry vulnerability feed validation failures promptly by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4665777430" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36874" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36874/hovercard" href="https://github.com/wazuh/wazuh/pull/36874">#36874</a></li>
<li>Bump 5.0.0 branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4716517657" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37040" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37040/hovercard" href="https://github.com/wazuh/wazuh/pull/37040">#37040</a></li>
<li>Fix agent permanently stuck when TCP connection is silently half-closed by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nbertoldo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nbertoldo">@nbertoldo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4616576722" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36790" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36790/hovercard" href="https://github.com/wazuh/wazuh/pull/36790">#36790</a></li>
<li>ci(gha): migrate server/manager workflows to AWS CodeBuild runners [4.14.6] by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4692373330" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37010" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37010/hovercard" href="https://github.com/wazuh/wazuh/pull/37010">#37010</a></li>
<li>ci(gha): migrate server/manager workflows to AWS CodeBuild runners [4.14.7] by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4692374310" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37011" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37011/hovercard" href="https://github.com/wazuh/wazuh/pull/37011">#37011</a></li>
<li>fix: correct blob URL refs for release branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4718016446" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37046" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37046/hovercard" href="https://github.com/wazuh/wazuh/pull/37046">#37046</a></li>
<li>Use restricted wazuh-server user for Manager Indexer authentication by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4724661439" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37061" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37061/hovercard" href="https://github.com/wazuh/wazuh/pull/37061">#37061</a></li>
<li>fix(packages): use wazuh-manager-control in manager init.d scripts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4724166255" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37059" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37059/hovercard" href="https://github.com/wazuh/wazuh/pull/37059">#37059</a></li>
<li>fix: Update the unclassified event doc by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/juliancnn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/juliancnn">@juliancnn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4726479817" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37126" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37126/hovercard" href="https://github.com/wazuh/wazuh/pull/37126">#37126</a></li>
<li>Skip vanished /proc entries during ports scan by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4650163579" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36859" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36859/hovercard" href="https://github.com/wazuh/wazuh/pull/36859">#36859</a></li>
<li>Fix RBAC permission check to verify allow effect in update_config rules by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4724800552" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37076" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37076/hovercard" href="https://github.com/wazuh/wazuh/pull/37076">#37076</a></li>
<li>Add destination confinement to worker non-merged and extra file sync paths by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4691222179" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36998" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36998/hovercard" href="https://github.com/wazuh/wazuh/pull/36998">#36998</a></li>
<li>Patch cluster authentication by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4716191480" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37039" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37039/hovercard" href="https://github.com/wazuh/wazuh/pull/37039">#37039</a></li>
<li>Lower stale-session indexer log to debug by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4733981786" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37150" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37150/hovercard" href="https://github.com/wazuh/wazuh/pull/37150">#37150</a></li>
<li>Limit recursion depth in XML parser by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4733223430" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37147" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37147/hovercard" href="https://github.com/wazuh/wazuh/pull/37147">#37147</a></li>
<li>Add status endpoint by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/NahuFigueroa97/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NahuFigueroa97">@NahuFigueroa97</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4696177149" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37022" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37022/hovercard" href="https://github.com/wazuh/wazuh/pull/37022">#37022</a></li>
<li>Add log collectors reference docs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AnDumu/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AnDumu">@AnDumu</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4721989446" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37057" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37057/hovercard" href="https://github.com/wazuh/wazuh/pull/37057">#37057</a></li>
<li>Run the Windows MSI package test on the AWS CodeBuild runner by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nbertoldo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nbertoldo">@nbertoldo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4738105790" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37165" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37165/hovercard" href="https://github.com/wazuh/wazuh/pull/37165">#37165</a></li>
<li>Remove merged.mg hash cache to fix stale syscollector flush by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hernanvalenzuela/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hernanvalenzuela">@hernanvalenzuela</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4720281364" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37048" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37048/hovercard" href="https://github.com/wazuh/wazuh/pull/37048">#37048</a></li>
<li>Enrich MITRE fields with id and names by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fcontrerasc/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fcontrerasc">@fcontrerasc</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4721520471" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37054" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37054/hovercard" href="https://github.com/wazuh/wazuh/pull/37054">#37054</a></li>
<li>Reduce indexer connection warning noise by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jam300/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jam300">@jam300</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4696113780" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37021" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37021/hovercard" href="https://github.com/wazuh/wazuh/pull/37021">#37021</a></li>
<li>Remove deprecated wazuh-dbd daemon by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4715728814" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37035" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37035/hovercard" href="https://github.com/wazuh/wazuh/pull/37035">#37035</a></li>
<li>Bound decompressed size when processing sync archives by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4725313255" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37119" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37119/hovercard" href="https://github.com/wazuh/wazuh/pull/37119">#37119</a></li>
<li>Bump 4.14.6 branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4742531433" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37176" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37176/hovercard" href="https://github.com/wazuh/wazuh/pull/37176">#37176</a></li>
<li>Add libcrypt fix (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4614551071" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36782" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36782/hovercard" href="https://github.com/wazuh/wazuh/pull/36782">#36782</a>) to 4.14.6 changelog by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4743056771" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37178" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37178/hovercard" href="https://github.com/wazuh/wazuh/pull/37178">#37178</a></li>
<li>Delay IndexerDownloader connection warnings until 3 failed attempts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4742582733" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37177" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37177/hovercard" href="https://github.com/wazuh/wazuh/pull/37177">#37177</a></li>
<li>Add parameterized target selection to Coverity scan workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lchico/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lchico">@lchico</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4740074465" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37171" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37171/hovercard" href="https://github.com/wazuh/wazuh/pull/37171">#37171</a></li>
<li>Align remoted tier 2 CodeBuild setup by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4735418555" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37155" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37155/hovercard" href="https://github.com/wazuh/wazuh/pull/37155">#37155</a></li>
<li>Add rules migration guide by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Jorgesnchz/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Jorgesnchz">@Jorgesnchz</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4495888102" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36305" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36305/hovercard" href="https://github.com/wazuh/wazuh/pull/36305">#36305</a></li>
<li>Migrate agent Linux/Windows test workflows to AWS CodeBuild runners by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4720554249" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37051" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37051/hovercard" href="https://github.com/wazuh/wazuh/pull/37051">#37051</a></li>
<li>Silence spurious keepalive warnings on the Windows agent by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nbertoldo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nbertoldo">@nbertoldo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4745531717" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37187" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37187/hovercard" href="https://github.com/wazuh/wazuh/pull/37187">#37187</a></li>
<li>wazuh-engine: Improve log messages and logger by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/juliancnn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/juliancnn">@juliancnn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4688784533" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36995" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36995/hovercard" href="https://github.com/wazuh/wazuh/pull/36995">#36995</a></li>
<li>Set default indexer connector credentials by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TomasTurina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TomasTurina">@TomasTurina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4746445718" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37192" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37192/hovercard" href="https://github.com/wazuh/wazuh/pull/37192">#37192</a></li>
<li>Fix incorrect snprintf size calculation in winevtchannel decoder by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4750564321" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37198" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37198/hovercard" href="https://github.com/wazuh/wazuh/pull/37198">#37198</a></li>
<li>Align VD feed-download log levels with indexer consumer state by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4750803257" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37199" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37199/hovercard" href="https://github.com/wazuh/wazuh/pull/37199">#37199</a></li>
<li>Recognize renamed indexer consumer status in engine sync by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4751474129" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37204" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37204/hovercard" href="https://github.com/wazuh/wazuh/pull/37204">#37204</a></li>
<li>Merge 4.14.6 into 4.14.7 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4752903836" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37210" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37210/hovercard" href="https://github.com/wazuh/wazuh/pull/37210">#37210</a></li>
<li>Token replacement to avoid permission errors by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MarcelKemp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MarcelKemp">@MarcelKemp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4753550212" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37237" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37237/hovercard" href="https://github.com/wazuh/wazuh/pull/37237">#37237</a></li>
<li>Merge 4.14.7 into 5.0.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4752941791" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37211" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37211/hovercard" href="https://github.com/wazuh/wazuh/pull/37211">#37211</a></li>
<li>Eliminate TOCTOU races in healthcheck file operations by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rjcausarano/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rjcausarano">@rjcausarano</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4736827470" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37160" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37160/hovercard" href="https://github.com/wazuh/wazuh/pull/37160">#37160</a></li>
<li>Sca file policy block standardization by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Johnng007/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Johnng007">@Johnng007</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4743999327" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37179" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37179/hovercard" href="https://github.com/wazuh/wazuh/pull/37179">#37179</a></li>
<li>Bind agent index selection and scope deletes by cluster by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4735319890" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37154" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37154/hovercard" href="https://github.com/wazuh/wazuh/pull/37154">#37154</a></li>
<li>Add Null Check for Inode and Dev Fields in FIM Whodata Event Handler by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vikman90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vikman90">@vikman90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4766388009" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37245" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37245/hovercard" href="https://github.com/wazuh/wazuh/pull/37245">#37245</a></li>
<li>Docs/6764 logcollector whats new 5.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AnDumu/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AnDumu">@AnDumu</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4721987109" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37056" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37056/hovercard" href="https://github.com/wazuh/wazuh/pull/37056">#37056</a></li>
<li>Repair RPM builder toolchain downloads by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4728182443" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37130" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37130/hovercard" href="https://github.com/wazuh/wazuh/pull/37130">#37130</a></li>
<li>Add cluster name validation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TomasTurina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TomasTurina">@TomasTurina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4753677014" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37238" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37238/hovercard" href="https://github.com/wazuh/wazuh/pull/37238">#37238</a></li>
<li>Add cluster readiness endpoint by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/NahuFigueroa97/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/NahuFigueroa97">@NahuFigueroa97</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4728071822" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37129" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37129/hovercard" href="https://github.com/wazuh/wazuh/pull/37129">#37129</a></li>
<li>Defer cluster payload buffer allocation until data is received by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jepalfer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jepalfer">@jepalfer</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4769731908" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37280" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37280/hovercard" href="https://github.com/wazuh/wazuh/pull/37280">#37280</a></li>
<li>Indexer connector bulk size and flush interval configurable by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LucioDonda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LucioDonda">@LucioDonda</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4736764012" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37158" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37158/hovercard" href="https://github.com/wazuh/wazuh/pull/37158">#37158</a></li>
<li>Enable shared-password enrollment by default by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ignaciogalle12git/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ignaciogalle12git">@ignaciogalle12git</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4734529271" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37151" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37151/hovercard" href="https://github.com/wazuh/wazuh/pull/37151">#37151</a></li>
<li>Fix unit test workflow paths and report handling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4777938328" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37317" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37317/hovercard" href="https://github.com/wazuh/wazuh/pull/37317">#37317</a></li>
<li>Migrate agent + server CI artifacts to S3 — 4.14.7 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="643824078" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/5300" data-hovercard-type="issue" data-hovercard-url="/wazuh/wazuh/issues/5300/hovercard" href="https://github.com/wazuh/wazuh/issues/5300">#5300</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="643806955" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/5298" data-hovercard-type="issue" data-hovercard-url="/wazuh/wazuh/issues/5298/hovercard" href="https://github.com/wazuh/wazuh/issues/5298">#5298</a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4745105538" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37186" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37186/hovercard" href="https://github.com/wazuh/wazuh/pull/37186">#37186</a></li>
<li>Handle eol amazon inspector classic by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rovogel/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rovogel">@rovogel</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4746717311" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37194" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37194/hovercard" href="https://github.com/wazuh/wazuh/pull/37194">#37194</a></li>
<li>Fix wazuh-modulesd missing after macOS agent restart by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cborla/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/cborla">@cborla</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4695257310" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37020" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37020/hovercard" href="https://github.com/wazuh/wazuh/pull/37020">#37020</a></li>
<li>Fix test_worker failing unit test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jepalfer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jepalfer">@jepalfer</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4777598945" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37314" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37314/hovercard" href="https://github.com/wazuh/wazuh/pull/37314">#37314</a></li>
<li>Improve log messages  by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Antoniogm03/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Antoniogm03">@Antoniogm03</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4671655779" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36876" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36876/hovercard" href="https://github.com/wazuh/wazuh/pull/36876">#36876</a></li>
<li>Improve changelog format by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4784576201" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37332" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37332/hovercard" href="https://github.com/wazuh/wazuh/pull/37332">#37332</a></li>
<li>Lower log level of transient cluster IPC failures (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4768765565" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37277" data-hovercard-type="issue" data-hovercard-url="/wazuh/wazuh/issues/37277/hovercard" href="https://github.com/wazuh/wazuh/issues/37277">#37277</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4768737167" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37276" data-hovercard-type="issue" data-hovercard-url="/wazuh/wazuh/issues/37276/hovercard" href="https://github.com/wazuh/wazuh/issues/37276">#37276</a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4783970019" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37326" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37326/hovercard" href="https://github.com/wazuh/wazuh/pull/37326">#37326</a></li>
<li>Fix TypeError when sorting agents by version with empty version strings by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TomasTurina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TomasTurina">@TomasTurina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4779868587" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37323" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37323/hovercard" href="https://github.com/wazuh/wazuh/pull/37323">#37323</a></li>
<li>Migrate agent + server CI artifacts to S3 — 5.0.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="643824078" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/5300" data-hovercard-type="issue" data-hovercard-url="/wazuh/wazuh/issues/5300/hovercard" href="https://github.com/wazuh/wazuh/issues/5300">#5300</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="643806955" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/5298" data-hovercard-type="issue" data-hovercard-url="/wazuh/wazuh/issues/5298/hovercard" href="https://github.com/wazuh/wazuh/issues/5298">#5298</a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4744978467" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37185" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37185/hovercard" href="https://github.com/wazuh/wazuh/pull/37185">#37185</a></li>
<li>Validate asset resource names before policy promotion by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jam300/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jam300">@jam300</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4741678194" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37172" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37172/hovercard" href="https://github.com/wazuh/wazuh/pull/37172">#37172</a></li>
<li>Revert wazuh-server indexer credentials and propagate log context in indexer connector by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4784669937" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37333" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37333/hovercard" href="https://github.com/wazuh/wazuh/pull/37333">#37333</a></li>
<li>Add VD readiness status HTTP endpoint by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4753007421" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37213" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37213/hovercard" href="https://github.com/wazuh/wazuh/pull/37213">#37213</a></li>
<li>Use github.workspace for wodles report paths by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4787326775" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37342" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37342/hovercard" href="https://github.com/wazuh/wazuh/pull/37342">#37342</a></li>
<li>Skip FIM whodata cases on the tier-2 Linux job (CodeBuild) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4771331061" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37291" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37291/hovercard" href="https://github.com/wazuh/wazuh/pull/37291">#37291</a></li>
<li>Migrate 4.x Windows test runners to AWS CodeBuild  by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Nicogp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Nicogp">@Nicogp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4746542396" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37193" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37193/hovercard" href="https://github.com/wazuh/wazuh/pull/37193">#37193</a></li>
<li>Lower log level of transient queue send failures in modulesd by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lchico/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lchico">@lchico</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4788115193" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37345" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37345/hovercard" href="https://github.com/wazuh/wazuh/pull/37345">#37345</a></li>
<li>Add changelog check workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TomasTurina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TomasTurina">@TomasTurina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4787529876" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37343" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37343/hovercard" href="https://github.com/wazuh/wazuh/pull/37343">#37343</a></li>
<li>Add changelog check workflow for 5.0.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TomasTurina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TomasTurina">@TomasTurina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4788939423" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37351" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37351/hovercard" href="https://github.com/wazuh/wazuh/pull/37351">#37351</a></li>
<li>Retry <code>OS_SendUnix</code> on <code>ENOBUFS</code> to stop dropping binary sync messages on macOS by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nbertoldo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nbertoldo">@nbertoldo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4788850753" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37349" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37349/hovercard" href="https://github.com/wazuh/wazuh/pull/37349">#37349</a></li>
<li>change: Allow null root_decoder as alias of empty string on policy cr… by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/juliancnn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/juliancnn">@juliancnn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4788261828" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37347" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37347/hovercard" href="https://github.com/wazuh/wazuh/pull/37347">#37347</a></li>
<li>Fix eBPF FIM whodata for Amazon Linux by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Miguevrgo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Miguevrgo">@Miguevrgo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4692775155" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37014" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37014/hovercard" href="https://github.com/wazuh/wazuh/pull/37014">#37014</a></li>
<li>Merge 4.14.6 into 4.14.7 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4792934428" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37358" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37358/hovercard" href="https://github.com/wazuh/wazuh/pull/37358">#37358</a></li>
<li>Bump 5.0.0 branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wazuhci/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wazuhci">@wazuhci</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4794415837" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37371" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37371/hovercard" href="https://github.com/wazuh/wazuh/pull/37371">#37371</a></li>
<li>Merge 4.14.7 into 5.0.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jotacarma90/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jotacarma90">@jotacarma90</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4793306985" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37360" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37360/hovercard" href="https://github.com/wazuh/wazuh/pull/37360">#37360</a></li>
<li>Migrate remaining CI artifacts to S3 for the 5.0.0 branch (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="454578666" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/3502" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/3502/hovercard" href="https://github.com/wazuh/wazuh/pull/3502">#3502</a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jr0me/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jr0me">@jr0me</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4788864035" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/37350" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/37350/hovercard" href="https://github.com/wazuh/wazuh/pull/37350">#37350</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/MARCOSD4/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MARCOSD4">@MARCOSD4</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4539151411" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36518" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36518/hovercard" href="https://github.com/wazuh/wazuh/pull/36518">#36518</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Ripdiegozz/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Ripdiegozz">@Ripdiegozz</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4505228985" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36357" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36357/hovercard" href="https://github.com/wazuh/wazuh/pull/36357">#36357</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Adman23/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Adman23">@Adman23</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4580559348" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36750" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36750/hovercard" href="https://github.com/wazuh/wazuh/pull/36750">#36750</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jcorredor-spec/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jcorredor-spec">@jcorredor-spec</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4521476970" data-permission-text="Title is private" data-url="https://github.com/wazuh/wazuh/issues/36402" data-hovercard-type="pull_request" data-hovercard-url="/wazuh/wazuh/pull/36402/hovercard" href="https://github.com/wazuh/wazuh/pull/36402">#36402</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/wazuh/wazuh/compare/v5.0.0-beta2...v5.0.0-beta3"><tt>v5.0.0-beta2...v5.0.0-beta3</tt></a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft stellt Azure Linux 4.0 kostenlos zur Verfügung]]></title>
<description><![CDATA[Azure Linux 4.0 basiert auf Fedora 43 und erhält Sicherheits-Updates von Microsoft.Microsoft



Azure Linux 4.0 – ein Open-Source-Betriebssystem auf Linux-Basis – wurde auf der Entwicklerkonferenz Build 2026 von Microsoft vorgestellt. Im Gegensatz zu früheren Versionen soll Microsofts Linux-Distr...]]></description>
<link>https://tsecurity.de/de/3641372/it-security-nachrichten/microsoft-stellt-azure-linux-40-kostenlos-zur-verfuegung/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3641372/it-security-nachrichten/microsoft-stellt-azure-linux-40-kostenlos-zur-verfuegung/</guid>
<pubDate>Thu, 02 Jul 2026 15:53: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>


<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/Azure-Linux-4.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Azure Linux 4" class="wp-image-4190988" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Azure Linux 4.0 basiert auf Fedora 43 und erhält Sicherheits-Updates von Microsoft.</p></figcaption></figure><p class="imageCredit">Microsoft</p></div>



<p><a href="https://learn.microsoft.com/en-us/azure/azure-linux/whats-new-azure-linux-4">Azure Linux 4.0</a> – ein Open-Source-Betriebssystem auf Linux-Basis – wurde auf der Entwicklerkonferenz <a href="https://www.computerwoche.de/article/4180429/build-2026-microsoft-stellt-autonomen-ki-agenten-auf-basis-von-openclaw-vor.html" target="_blank">Build 2026</a> von Microsoft vorgestellt. Im Gegensatz zu früheren Versionen soll Microsofts Linux-Distribution nun kostenlos verfügbar sein.</p>



<p>Technisch basiert Azure Linux 4.0 auf Fedora 43 und nutzt dasselbe <a href="https://de.wikipedia.org/wiki/RPM_Package_Manager" target="_blank" rel="noreferrer noopener">RPM-basierte Paketverwaltungssystem</a>. <a href="https://www.windowslatest.com/2026/06/29/microsoft-called-linux-a-cancer-now-ships-its-own-free-distro-thats-nothing-like-ubuntu-or-fedora/" target="_blank" rel="noreferrer noopener">Berichten</a> zufolge wurde das Linux-Derivat optimiert, um Workloads auf dem Azure-Cloud-Dienst auszuführen. Um Fehlerbehebungen und Sicherheits-Updates will sich Microsoft kümmern.</p>



<p>Azure Linux 4.0 ist nicht für Endverbraucher konzipiert und deshalb textbasiert. Deswegen beträgt die Größe auch nur knapp unter 300 Megabyte.</p>



<p>Es kann ab sofort über den <a href="https://marketplace.microsoft.com/sv-se/product/saas/microsoftazurelinux.azurelinux-4?tab=overview" target="_blank" rel="noreferrer noopener">Microsoft Marketplace</a> heruntergeladen werden. (tf)</p>



<p>Dieser Artikel ist im <a href="https://computersweden.se/article/4190975/microsoft-gor-azure-linux-4-0-gratis-att-anvanda.html">Original</a> bei unserer Schwesterpublikation Computersweden.se erschienen.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How AI automation is reshaping the IT leadership pipeline]]></title>
<description><![CDATA[In the wake of AI, the early-talent job market is in decline across all jobs and industries, with a 10% drop since 2021, according to a recent report from SAP. When isolated for the top 10 most common entry level job titles, including software engineer, customer support, and data analyst, job ope...]]></description>
<link>https://tsecurity.de/de/3640731/it-nachrichten/how-ai-automation-is-reshaping-the-it-leadership-pipeline/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3640731/it-nachrichten/how-ai-automation-is-reshaping-the-it-leadership-pipeline/</guid>
<pubDate>Thu, 02 Jul 2026 12:03:46 +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 the wake of AI, the early-talent job market is in decline across all jobs and industries, with a 10% drop since 2021, <a href="https://www.sap.com/documents/2026/05/ccd1609f-507f-0010-bca6-c68f7e60039b.html" rel="nofollow">according to a recent report from SAP</a>. When isolated for the top 10 most common entry level job titles, including software engineer, customer support, and data analyst, job openings declined 35% from 2024 to 2025.</p>



<p>AI is already impacting entry-level and task-based roles, leaving the question of what will happen to the future talent pipeline of IT leadership.</p>



<p>“Our research suggests that organizations create a gap in their <a href="https://www.cio.com/article/4165232/whats-holding-back-enterprise-ai-shortage-of-talent-cios-say.html?utm=hybrid_search">future leadership pipeline</a> if they continue reducing entry-level hiring without rethinking how early-career talent develops,” says Autumn Krauss, chief scientist for Future of Work Research Lab at SAP SuccessFactors. “Historically, people built business acumen, technical expertise, and leadership skills through the first few years of their careers. As AI becomes embedded in workflows, organizations need to be intentional about creating new ways for employees to build those skills.”</p>



<p>Companies have traditionally followed hierarchal processes that encourage employees to advance up the career ladder via promotions, with many taking a leadership path to IT director, CIO, or CTO. However, this process has always relied on workers starting with entry-level and routine work to create a natural first step for future leaders. But now, more companies are automating the work that entry-level and mid-level employees used to cut their teeth on, says Maruf Ahmed, CEO of IT staffing and consulting company Dexian.</p>



<p>For example, a junior engineer might start in QA and testing on the technical side, getting hands-on experience with how systems work. As they progress in their career, that knowledge continues to stack, creating future leaders who deeply understand the technology and the business.</p>



<p>“Maintaining a strong succession path starts with being honest about what AI removed from someone’s development, and then being intentional about replacing it,” says Ahmed. “Senior leaders need to spend more time actively teaching, and people need exposure to complex decisions earlier in their careers. Day-to-day work used to build that foundation on its own, and it doesn’t anymore.”</p>



<h2 class="wp-block-heading">Redesigning jobs for AI and leading in uncertainty</h2>



<p>As many have discovered, it’s not always easy to decipher quality AI outputs, especially as the technology has become renowned for <a href="https://www.cio.com/article/228199/the-12-biggest-issues-it-faces-today.html?utm=hybrid_search">hallucinating results</a>. Current and future IT leaders need the foundational knowledge to have confidence when evaluating AI outputs, especially if they’re expecting employees to use AI. The most valuable leaders are the ones comfortable making decisions with incomplete information, and who can make calls on the spot about automated processes, no matter what may arise.</p>



<p>“We often see AI doesn’t stay contained in one function for long,” Ahmed adds. “Once an organization automates in one area, there’s an expectation to extend that more broadly, and leaders who built their careers inside a specific function are suddenly being asked to weigh in on AI use in areas they’ve never directly managed.”</p>



<p>According to recent research from <a href="https://www.deloitte.com/cz-sk/en/services/consulting/research/the-state-of-ai-in-the-enterprise.html" rel="nofollow">Deloitte</a>, 84% of companies haven’t done the work to redesign jobs around AI despite high expectations for automation, and 36% expect at least 10% of their jobs to be fully automated within a year, and 82% say within three years. Even with those results, fewer than half are making significant adjustments to talent strategies, with 53% saying they’re simply focusing on educating employees to raise AI fluency.</p>



<p>That leaves entry-level workers and those in task-aligned roles in somewhat unknown territory as automation replaces time-consuming tasks, and managers shift to overseeing human-AI teams. Deloitte points to a potential shift toward flatter structures, with more than half of businesses considering pod-based or non-hierarchal models, while 16% have already started to make a shift.</p>



<p>IT leaders will likely find themselves relying more on others in the company to make judgment calls around AI, opening communication and transparency as job roles evolve and structures begin to flatten. With AI adoption happening at a rapid pace, organizations need to evaluate how it’ll impact talent and leadership structures, and what the future of leadership will look like with automation.</p>



<h2 class="wp-block-heading">Investing in early talent to maintain a leadership pathway</h2>



<p>IT leaders need to avoid the trap of treating AI adoption as a technology rollout rather than a workforce development project, says Ahmed. Leaders will continue to invest heavily in new tools, services, hardware, and technology, and then expect employees to become self-taught on these platforms in their downtime.</p>



<p>“Our research found that leaders don’t often feel confident or equipped with the skills to lead that level of transformation. Instead, organizations often fall back on the tactic of giving employees AI tools and expecting them to figure out how best to use them on their own,” says Krauss.</p>



<p>If current IT leaders feel unequipped to lead through AI transformation, it’s imperative companies step back and reevaluate training and future leadership talent pools. Investments in AI should be weighed alongside the necessary investments for employee upskilling and training, and to redefine long-standing organizational structures.</p>



<p>Investment in early <a href="https://www.cio.com/article/251060/employee-retention-10-strategies-for-retaining-top-talent.html?utm=hybrid_search">talent development programs</a> can also be beneficial for tackling potential future leadership gaps left by AI adoption, with 86% of employees saying that an early talent program helped set them up for career success, according to the SAP report. But despite the beneficial nature of such programs, only 32% of early talent report participating in an early talent program, and 49% say their organization doesn’t offer one. Plus, only 35% of early talent employees say they’ve been given sufficient transparency into which roles in their organization may be automated in the future, while one in three express concerns their job may one day cease to exist due to AI advancements.</p>



<p>“As roles change, organizations need to give employees a clearer picture of where opportunities are emerging and what skills will be most important,” says Krauss. “Many employees are already uncertain about how technology will affect their careers, and that uncertainty can make it harder to stay engaged. People are more likely to invest in their growth when they see a path forward. That visibility is becoming increasingly important.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TypeScript 7.0 reaches release candidate stage]]></title>
<description><![CDATA[Microsoft has announced a release candidate (RC) of TypeScript 7.0. A port of JavaScript-based TypeScript that is based on the Go language, TypeScript 7.0 is often about 10 times faster than TypeScript 6.0, Microsoft said, thanks to native code speed and shared memory parallelism. 



Developers ...]]></description>
<link>https://tsecurity.de/de/3640066/ai-nachrichten/typescript-70-reaches-release-candidate-stage/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3640066/ai-nachrichten/typescript-70-reaches-release-candidate-stage/</guid>
<pubDate>Thu, 02 Jul 2026 05:18:13 +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>Microsoft has announced a release candidate (RC) of TypeScript 7.0. A port of <a href="https://www.infoworld.com/article/2263137/what-is-javascript-the-full-stack-programming-language.html" data-type="link" data-id="https://www.infoworld.com/article/2263137/what-is-javascript-the-full-stack-programming-language.html">JavaScript</a>-based <a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html" data-type="link" data-id="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html">TypeScript</a> that is based on the <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go</a> language, TypeScript 7.0 is often about 10 times faster<strong> </strong>than <a href="https://www.infoworld.com/article/4149659/typescript-6-0-arrives.html">TypeScript 6.0</a>, Microsoft said, thanks to native code speed and shared memory parallelism. </p>



<p>Developers can get the new compiler by installing it from the typescript package on npm:</p>



<pre class="wp-block-code"><code>npm install -D typescript@rc
</code></pre>



<p>Unlike TypeScript 6.0, TypeScript 7.0 performs many steps in parallel, including parsing, type checking, and emitting, Microsoft said. Some of these steps, such as parsing and emitting, can mostly be done independently across files. For that reason, parallelization automatically scales well with larger codebases with relatively little overhead. However, not every step in a TypeScript build is easily parallelizable, Microsoft said. </p>



<p>With TypeScript 7.0 RC now available, Microsoft plans to release TypeScript 7.0 within the next month. The company said it will focus on release coordination and logistics, reported regressions, and future API capabilities in TypeScript 7.1. </p>



<p>Because a stable programmatic API will not be available until TypeScript 7.1, Microsoft has made it a priority to ensure TypeScript 7.0 can be run side-by-side with TypeScript 6.0 without conflicts over which <code>tsc</code> is which. A compatibility package, <code>@typescript/typescript6</code>, provides an executable named <code>tsc6</code>, allowing TypeScript 7.0 to be installed side-by-side without <code>tsc</code> naming conflicts. The <code>@typescript/typescript6</code> package also re-exports the TypeScript 6.0 API, so that <code>tsc</code> can be used for TypeScript 7.0 while other tools can continue to rely on TypeScript 6.0.</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Update auf Chrome 150 beseitigt fast 400 Lücken im Browser]]></title>
<description><![CDATA[In den neuen Chrome-Versionen 150.0.7871.46/47 für Windows und macOS sowie 150.0.7871.46 für Linux haben die Entwickler knapp 400 teils kritische Schwachstellen behoben. Genau diese Chrome-Versionen hatte Google schon in der Vorwoche an ein Prozent der Nutzer ausgeliefert („Early Stable Update“)....]]></description>
<link>https://tsecurity.de/de/3637707/it-nachrichten/update-auf-chrome-150-beseitigt-fast-400-luecken-im-browser/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3637707/it-nachrichten/update-auf-chrome-150-beseitigt-fast-400-luecken-im-browser/</guid>
<pubDate>Wed, 01 Jul 2026 09:17:48 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>In den neuen Chrome-Versionen 150.0.7871.46/47 für Windows und macOS sowie 150.0.7871.46 für Linux haben die Entwickler knapp 400 teils kritische Schwachstellen behoben. Genau diese Chrome-Versionen hatte Google schon in der Vorwoche an ein Prozent der Nutzer ausgeliefert („Early Stable Update“). Keine der gestopften Lücken wird laut Google bislang für Angriffe ausgenutzt. Die Hersteller anderer Chromium-basierter Browser dürften in den kommenden Tagen nachziehen.</p>



<p>Im <a href="https://chromereleases.googleblog.com/" target="_blank" rel="noreferrer noopener">Chrome Release Blog</a> führt Daniel Yip 382 beseitigte Sicherheitslücken auf. Er gibt an, Google habe 358 dieser Schwachstellen selbst entdeckt. Die übrigen Schwachstellen sind durch externe Sicherheitsforscher aufgespürt und gemeldet worden. Diesen hat Google bislang insgesamt knapp 90.000 US-Dollar an Prämien zuerkannt.</p>



<p>Als kritisch sind 15 der Lücken ausgewiesen: CVE-2026-13774 bis -13788. Die Mehrzahl der als kritisch eingestuften Schwachstellen sind Use-after-free-Lücken (UAF) in verschiedenen Komponenten, etwa der Grafikbibliothek Dawn. Drei Lücken sind durch unzureichende Prüfung übergebener Daten (etwa Benutzereingaben) ausnutzbar.</p>



<p>Weitere 67 Sicherheitslücken sind als hohes Risiko eingestuft. Unter den übrigen Lücken gelten 169 als mittleres und 131 als geringes Risiko. Den insgesamt größten Anteil macht diesmal „unangemessene Umsetzung“ (inappropriate implementation) mit 82 Schwachstellen aus, gefolgt von „unzureichender Prüfung“ (insufficient validation) von Eingaben mit 79 sowie Use-after-free-Lücken mit 72 Exemplaren. In Chrome for iOS sind 28 Sicherheitslücken beseitigt.</p>



<p><a href="https://www.pcwelt.de/article/1197811/die-neuesten-sicherheits-updates.html" target="_blank" rel="noreferrer noopener">▶Die neuesten Sicherheits-Updates</a></p>



<h2 class="wp-block-heading toc">Was gibt es Neues in Chrome 150?</h2>



<p>Die Browser-interne Whats-new-Seite hat keine neuen Features zu berichten.</p>



<p>In der letzten Woche hat Google gleich <a href="https://www.pcwelt.de/article/3177904/google-legt-weiteres-chrome-update-nach.html" target="_blank" rel="noreferrer noopener">zwei Sicherheits-Updates</a> für Chrome 149 ausgeliefert, um über 20 teils als kritisch eingestufte Sicherheitslücken zu schließen. In aller Regel aktualisiert sich Chrome automatisch, wenn eine neue Version verfügbar ist. Mit dem Menü-Eintrag <em>» Hilfe » Über Google Chrome</em> (alternativ: <em>» Einstellungen » Über Google Chrome</em>) können Sie die Update-Prüfung manuell anstoßen.</p>



<p>Google hat in dieser Woche auch Chrome für Android 150.0.7871.63 bereitgestellt, Chrome für iOS 150.0.7871.51 bereits in der letzten Woche. In der Android-Version sind die gleichen Schwachstellen beseitigt wie in den Desktop-Ausgaben. Auch der Extended Stable Channel (ESC) für Windows und macOS enthält nun die Chromium-Version 150.0.7871.47. Die Freigabe der Chrome-Version 151 ist für Ende Juli geplant.</p>



<p><strong>Tipp:</strong> Unabhängig davon, dass Sie Ihren Browser stets aktuell halten, sollten Sie die Sicherheit Ihres PCs zusätzlich mit geeigneter Antivirus-Software verbessern. Gute Antivirus-Lösungen stellen wir in „<a href="https://www.pcwelt.de/article/2255713/test-bestes-antivirus-programm-windows.html">Die besten Antivirus-Programme 2025 im Test: So schützen Sie Ihren Windows-PC</a>“ vor. Falls Sie großen Wert auf anonymes Surfen legen, <a href="https://www.pcwelt.de/article/1193534/die-besten-vpn-dienste-im-vergleich.html" target="_blank" rel="noreferrer noopener">sind wiederum gute VPN-Programme einen Blick wert.</a></p>



<h2 class="wp-block-heading toc">Andere Chromium-basierte Browser</h2>



<p>Die Hersteller anderer auf Chromium basierender Browser sind nun wieder gefordert, mit Updates nachzuziehen. Brave und Microsoft Edge sind auf dem Sicherheitsstand vom Ende der Vorwoche.</p>



<p>Vivaldi hat das zweite Chromium-Update der letzten Woche ignoriert und sich auf die neue Version Vivaldi 8.1 auf Basis von Chromium 150 fokussiert. Diese steht inzwischen in einer ersten Vorabversion (RC 1 – release candidate) bereit und könnte noch in dieser Woche freigegeben werden.</p>



<p>Opera hat seinen Browser in dieser Woche auf die neue Hauptversion 133 aktualisiert. Darin ist die veraltete Chromium-Ausgabe 149.0.7827.197 verbaut. Für Chromium 149 liefert Google keine Updates mehr.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p><strong>Chromium-basierte Browser in der Übersicht:</strong></p>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><thead><tr><th><strong>Browser</strong></th><th>Version</th><th>Chromium-Version</th><th>abgesichert?</th></tr></thead><tbody><tr><td><a href="https://www.pcwelt.de/article/1135017/google-chrome.html" target="_blank" rel="noreferrer noopener" title="Download">Google Chrome ↓</a></td><td>150.0.7871.47</td><td>150.0.7871.47</td><td>🟢</td></tr><tr><td><a href="https://www.pcwelt.de/article/1191500/brave-browser.html" target="_blank" rel="noreferrer noopener" title="Download">Brave ↓</a></td><td>1.91.180</td><td>149.0.7827.201</td><td>🟡</td></tr><tr><td>Microsoft Edge</td><td>149.0.4022.98</td><td>149.0.7827.201</td><td>🟡</td></tr><tr><td><a href="https://www.pcwelt.de/article/1082991/browser-opera.html" target="_blank" rel="noreferrer noopener" title="Download">Opera One ↓</a></td><td>133.0.5932.10</td><td>149.0.7827.197</td><td>🟠</td></tr><tr><td><a href="https://www.pcwelt.de/article/1151272/vivaldi.html" target="_blank" rel="noreferrer noopener" title="Download">Vivaldi ↓</a></td><td>8.0.4033.54</td><td>148.0.7778.282 (ESC) <mark class="has-inline-color has-vivid-red-color">*</mark></td><td>🟠</td></tr></tbody></table><figcaption class="wp-element-caption"><em>Chromium-basierte Browser – Stand: 30.06.2026</em><br> <mark class="has-inline-color has-vivid-red-color">*</mark> <em>enthält Sicherheits-Updates bis 149.0.7827.197</em></figcaption></figure>
</div></div>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Monthly Log: June 2026]]></title>
<description><![CDATA[In this month's edition of the Monthly Log:What's the Matter with Hue?, by John“It Just Works” Is the Feature, by Devon
	
						This Story is for Club Members

				Get weekly newsletters, exclusive stories, member downloads, and ad-free version of MacStories Unwind.
				See Plans

									 

			...]]></description>
<link>https://tsecurity.de/de/3636609/ios-mac-os/monthly-log-june-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3636609/ios-mac-os/monthly-log-june-2026/</guid>
<pubDate>Tue, 30 Jun 2026 20:38:24 +0200</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<nav class="ms-issue-toc"><p>In this month's edition of the Monthly Log:</p><ul><li><a href="https://www.macstories.net/club/monthly-log-june-2026/#whats-the-matter-with-hue" class="ms-issue-toc-item">What's the Matter with Hue?, by John</a></li><li><a href="https://www.macstories.net/club/monthly-log-june-2026/#it-just-works-is-the-feature" class="ms-issue-toc-item">“It Just Works” Is the Feature, by Devon</a></li></ul></nav>
	<div class="club-notice-restricted plan-">
						<h2>This Story is for Club Members</h2>

				<p>Get weekly newsletters, exclusive stories, member downloads, and ad-free version of MacStories Unwind.</p>
				<p><br><a href="https://www.macstories.net/plans?utm_source=ms&amp;utm_medium=web" class="button">See Plans</a></p>

									 

					<p>Already a member? <a href="https://www.macstories.net/?memberful_endpoint=auth">Sign in</a></p>
								</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[​​What’s new in Microsoft Security: June 2026]]></title>
<description><![CDATA[This month’s updates help security and IT teams strengthen identity and multicloud foundations, protect data wherever it lives, and secure the developer workflows powering AI innovation.
The post ​​What’s new in Microsoft Security: June 2026 appeared first on Microsoft Security Blog.]]></description>
<link>https://tsecurity.de/de/3636431/it-security-nachrichten/whats-new-in-microsoft-security-june-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3636431/it-security-nachrichten/whats-new-in-microsoft-security-june-2026/</guid>
<pubDate>Tue, 30 Jun 2026 19:23:03 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>This month’s updates help security and IT teams strengthen identity and multicloud foundations, protect data wherever it lives, and secure the developer workflows powering AI innovation.</p>
<p>The post <a href="https://www.microsoft.com/en-us/security/blog/2026/06/30/whats-new-in-microsoft-security-june-2026/">​​What’s new in Microsoft Security: June 2026</a> appeared first on <a href="https://www.microsoft.com/en-us/security/blog">Microsoft Security Blog</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[​​What’s new in Microsoft Security: June 2026]]></title>
<description><![CDATA[This month’s updates help security and IT teams strengthen identity and multicloud foundations, protect data wherever it lives, and secure the developer workflows powering AI innovation. The post ​​What’s new in Microsoft Security: June 2026 appeared first on Microsoft Security…
Read more →
The p...]]></description>
<link>https://tsecurity.de/de/3636289/it-security-nachrichten/whats-new-in-microsoft-security-june-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3636289/it-security-nachrichten/whats-new-in-microsoft-security-june-2026/</guid>
<pubDate>Tue, 30 Jun 2026 18:38:12 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>This month’s updates help security and IT teams strengthen identity and multicloud foundations, protect data wherever it lives, and secure the developer workflows powering AI innovation. The post ​​What’s new in Microsoft Security: June 2026 appeared first on Microsoft Security…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/whats-new-in-microsoft-security-june-2026/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/whats-new-in-microsoft-security-june-2026/">​​What’s new in Microsoft Security: June 2026</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kotlin improves compile-time constants]]></title>
<description><![CDATA[Kotlin 2.4.0, an update to JetBrains’s statically typed language for building JVM, native, Wasm, and web applications, introduces experimental improvements to compile-time constants, making support for numeric and string types more consistent and easier to use, JetBrains said. 



Kotlin 2.4.0 wa...]]></description>
<link>https://tsecurity.de/de/3635034/ai-nachrichten/kotlin-improves-compile-time-constants/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3635034/ai-nachrichten/kotlin-improves-compile-time-constants/</guid>
<pubDate>Tue, 30 Jun 2026 11:18:30 +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>Kotlin 2.4.0, an update to JetBrains’s statically typed language for building JVM, native, Wasm, and web applications, introduces experimental improvements to compile-time constants, making support for numeric and string types more consistent and easier to use, JetBrains said. </p>



<p>Kotlin 2.4.0 was released <a href="https://blog.jetbrains.com/kotlin/2026/06/kotlin-2-4-0-released/">June 3</a>. Its experimental improvements to compile-time constants include support for unsigned type operations; standard library functions for strings, such as the <code>.lowercase()</code>, <code>.uppercase()</code>, and <code>.trim()</code> functions, and evaluation of the <code>.name</code> property of <a href="https://kotlinlang.org/docs/enum-classes.html?_gl=1%2Afehijk%2A_gcl_au%2AMTU3MDQ4ODM0NC4xNzgyNTgwMDg4LjEwMzg2MDE2MzkuMTc4Mjc0OTgwNC4xNzgyNzQ5ODA0%2AFPAU%2AMTc4NTM0NDYwNC4xNzgyNTA0Mzkw%2A_ga%2AMTM5MjU2NDU3OS4xNzgyNTgwMDg4%2A_ga_9J976DJZ68%2AczE3ODI3NDgzODQkbzMkZzEkdDE3ODI3NTEyMTIkajU5JGwwJGgw&amp;_cl=MTsxOzE7aVFoRlVMeXhISDhwV2l2d3lVNmhTMDdKMGdPQzVoMnZBcHI2bWpERjNhRkY5eGpWSWY0bjRNVEJwYzNmdnR1aTs%3D#working-with-enum-constants">enum constants</a> and the <a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.reflect/-k-callable/"><code>KCallable</code> interface</a>. To make it clear which functions are evaluated at compile time, Kotlin 2.4.0 introduces the <code>IntrinsicConstEvaluation</code><strong> </strong>annotation. </p>



<p>JetBrains warned that some functions are evaluated at compile time but do not have the annotation yet. Later releases will add the annotation to the remaining functions.</p>



<p>Also in Kotlin 2.4.0:</p>



<ul class="wp-block-list">
<li>Kotlin 2.4.0 improves export to <a href="https://www.infoworld.com/article/2263137/what-is-javascript-the-full-stack-programming-language.html">JavaScript</a> and <a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html">TypeScript,</a> including support for exporting value classes, interfaces, and type variance, as well as ES2015 features when inlining JavaScript code.</li>



<li>The Kotlin compiler can generate classes containing <a href="https://www.infoworld.com/article/4168040/whats-new-and-exciting-in-jdk-26.html">Java 26</a> bytecode.</li>



<li>Experimental support is highlighted for the <a href="https://component-model.bytecodealliance.org/">WebAssembly Component Model</a>. The proposal defines a way to build components from Wasm modules through standardized interfaces and types. This approach helps Wasm evolve from a low-level binary instruction format into a system for composing reusable, language-agnostic components.</li>



<li>Kotlin 2.4.0 has been included in the <a href="https://www.jetbrains.com/idea/download/?_cl=MTsxOzE7RVVQYngzTmMwUzNLNmkzTllYbXBVM20xRnFMcG5rdmE5SkxUYmk0emIycXh6Vjg1NThFa2dlZUlNVkdKeGRFZTs%3D&amp;section=mac">IntelliJ IDEA</a> and <a href="https://developer.android.com/studio">Android Studio</a> IDEs. </li>
</ul>



<p>An update to Kotlin 2.4.0 will arrive soon. Beta1 of <a href="https://kotlinlang.org/docs/whatsnew-eap.html">Kotlin 2.4.20</a> was released on June 24, adding the <code>StackTraceRecoverable</code> interface to the standard library. This interface improves integration with the <code>kotlinx.coroutines</code> library because it lets users define how to create exception instances for stack trace recovery without adding a dependency on<code>kotlinx.coroutines</code>, according to JetBrains. </p>



<p>A build tools API in the Kotlin 2.4.20 beta adds support for the Kotlin/JS, Kotlin/Wasm, and Kotlin metadata targets.</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mary Jo Foley: What’s a consumer-focused outsider doing at the helm of Microsoft’s AI push?]]></title>
<description><![CDATA[Jacob Andreou, a former Snap and Greylock executive, is leading Microsoft's effort to turn Copilot into a 'Super App' that bridges consumer and enterprise AI. But Microsoft hasn't had much luck with that kind of unification before. Read More]]></description>
<link>https://tsecurity.de/de/3633769/it-nachrichten/mary-jo-foley-whats-a-consumer-focused-outsider-doing-at-the-helm-of-microsofts-ai-push/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3633769/it-nachrichten/mary-jo-foley-whats-a-consumer-focused-outsider-doing-at-the-helm-of-microsofts-ai-push/</guid>
<pubDate>Mon, 29 Jun 2026 20:17:50 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img width="1260" height="949" src="https://cdn.geekwire.com/wp-content/uploads/2026/06/jacob-andreou-2-1260x949.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://cdn.geekwire.com/wp-content/uploads/2026/06/jacob-andreou-2-1260x949.jpg 1260w, https://cdn.geekwire.com/wp-content/uploads/2026/06/jacob-andreou-2-768x578.jpg 768w, https://cdn.geekwire.com/wp-content/uploads/2026/06/jacob-andreou-2.jpg 1365w" sizes="(max-width: 1260px) 100vw, 1260px"><br>Jacob Andreou, a former Snap and Greylock executive, is leading Microsoft's effort to turn Copilot into a 'Super App' that bridges consumer and enterprise AI. But Microsoft hasn't had much luck with that kind of unification before. <a href="https://www.geekwire.com/2026/mary-jo-foley-whats-a-consumer-focused-outsider-doing-at-the-helm-of-microsofts-ai-push/">Read More</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Popping podman/dockers bonnet: Unraveling the image pull process while developing for Forgejo (gpn24)]]></title>
<description><![CDATA[Developing an OCI image pull through cache for Forgejo had some interesting rabbit holes and it was surprisingly hard to get in depth information on a supposedly well known system. So I got to deep dive and do bits of research and reverse engineering to make the parts communicate properly.

In th...]]></description>
<link>https://tsecurity.de/de/3622495/it-security-video/popping-podmandockers-bonnet-unraveling-the-image-pull-process-while-developing-for-forgejo-gpn24/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3622495/it-security-video/popping-podmandockers-bonnet-unraveling-the-image-pull-process-while-developing-for-forgejo-gpn24/</guid>
<pubDate>Wed, 24 Jun 2026 20:48:58 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Developing an OCI image pull through cache for Forgejo had some interesting rabbit holes and it was surprisingly hard to get in depth information on a supposedly well known system. So I got to deep dive and do bits of research and reverse engineering to make the parts communicate properly.

In this talk I'll share my insights into the process of pulling OCI images according to the distribution spec (and its slight deviations) and try to answer questions like:
	- Which requests are sent by Podman or the Docker daemon when doing `docker pull image`?
		- Whats that with the /v2 endpoint and discovery?
		- How about authentication?
	- What does the pull sequence look like?
       	- Help, I got an index manifest, what should I do?
	- How should Forgejo communicate with the daemon for a successful pull?

If there is time, I'll also share small pieces of knowledge of where the implementation sits in the Forgejo codebase and how it interacts with the existing package registry.

- PR containing the implementation: https://codeberg.org/forgejo/forgejo/pulls/11611

Licensed to the public under https://creativecommons.org/licenses/by/4.0/
about this event: https://cfp.gulas.ch/gpn24/talk/8SDDSH/]]></content:encoded>
</item>
<item>
<title><![CDATA[Document delivery scams: What are they and what’s their goal?]]></title>
<description><![CDATA[A seemingly official voicemail turned out to be a scam. Learn how document delivery scams work and what to do if you receive one. This article has been indexed from Malwarebytes Read the original article: Document delivery scams: What are…
Read more →
The post Document delivery scams: What are th...]]></description>
<link>https://tsecurity.de/de/3615757/it-security-nachrichten/document-delivery-scams-what-are-they-and-whats-their-goal/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3615757/it-security-nachrichten/document-delivery-scams-what-are-they-and-whats-their-goal/</guid>
<pubDate>Mon, 22 Jun 2026 16:22:07 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>A seemingly official voicemail turned out to be a scam. Learn how document delivery scams work and what to do if you receive one. This article has been indexed from Malwarebytes Read the original article: Document delivery scams: What are…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/document-delivery-scams-what-are-they-and-whats-their-goal/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/document-delivery-scams-what-are-they-and-whats-their-goal/">Document delivery scams: What are they and what’s their goal?</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Modem vs Router: what’s the difference]]></title>
<description><![CDATA[Have you ever wondered what the box your internet provider gave you actually does, or why there seems to be two of them? Understanding the… The post Modem vs Router: what’s the difference appeared first on Panda Security Mediacenter. This…
Read more →
The post Modem vs Router: what’s the differen...]]></description>
<link>https://tsecurity.de/de/3614790/it-security-nachrichten/modem-vs-router-whats-the-difference/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3614790/it-security-nachrichten/modem-vs-router-whats-the-difference/</guid>
<pubDate>Mon, 22 Jun 2026 09:53:45 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Have you ever wondered what the box your internet provider gave you actually does, or why there seems to be two of them? Understanding the… The post Modem vs Router: what’s the difference appeared first on Panda Security Mediacenter. This…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/modem-vs-router-whats-the-difference/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/modem-vs-router-whats-the-difference/">Modem vs Router: what’s the difference</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></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[Linkdump 25/2026]]></title>
<description><![CDATA[Viel Spass bei den von mir als lesenswert empfundenen Links auf Artikel, die ich in der vergangenen Woche gelesen habe.

Good, question, isn't it? Should You Develop Your Leadership Strengths—or Fix Your Weaknesses?.

What’s Stopping the 4-Day Workweek? Any good reasons?

Other people are not tha...]]></description>
<link>https://tsecurity.de/de/3609375/it-nachrichten/linkdump-252026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3609375/it-nachrichten/linkdump-252026/</guid>
<pubDate>Fri, 19 Jun 2026 06:31:39 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Viel Spass bei den von mir als lesenswert empfundenen Links auf Artikel, die ich in der vergangenen Woche gelesen habe.<br>
<br>
Good, question, isn't it? <a href="https://hbr.org/2026/04/should-you-develop-your-leadership-strengths-or-fix-your-weaknesses">Should You Develop Your Leadership Strengths—or Fix Your Weaknesses?</a>.<br>
<br>
<a href="https://hbr.org/2026/04/whats-stopping-the-4-day-workweek">What’s Stopping the 4-Day Workweek?</a> Any good reasons?<br>
<br>
Other people are not that interested in what you do ... <a href="https://www.sahilbloom.com/newsletter/the-spotlight-effect">The Spotlight Effect</a>.<br>
<br>
<a href="https://nesslabs.com/newsletter/thinking-deeper">Thinking Deeper</a> – simple (?) but important.<br>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft-Betriebssysteme: Die Windows-Geschichte von 1.0 bis 11]]></title>
<description><![CDATA[Microsoft bringt Windows 1.0 am 20. November 1985 auf den Markt. Knapp 40 Jahre später blicken wir zurück auf die Erfolgsgeschichte des Windows-Betriebssystems.Microsoft



Am 20. November 1985 veröffentlicht die damals noch kleine Softwarefirma Microsoft mit Windows 1.0 die erste grafische Benut...]]></description>
<link>https://tsecurity.de/de/3609342/it-security-nachrichten/microsoft-betriebssysteme-die-windows-geschichte-von-10-bis-11/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3609342/it-security-nachrichten/microsoft-betriebssysteme-die-windows-geschichte-von-10-bis-11/</guid>
<pubDate>Fri, 19 Jun 2026 06:07:56 +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/04/orig_Microsoft_Win1.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Windows 1.0 16z9" class="wp-image-3951540" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Microsoft bringt Windows 1.0 am 20. November 1985 auf den Markt. Knapp 40 Jahre später blicken wir zurück auf die Erfolgsgeschichte des Windows-Betriebssystems.</figcaption></figure><p class="imageCredit">Microsoft</p></div>



<p>Am 20. November 1985 veröffentlicht die damals noch kleine Softwarefirma Microsoft mit <a href="https://www.computerwoche.de/article/2654393/der-lange-reifeprozess.html" title="Windows 1.0 die erste grafische Benutzeroberfläche" target="_blank">Windows 1.0 die erste grafische Benutzeroberfläche</a> für ihr <a href="https://de.wikipedia.org/wiki/MS-DOS" title="Betriebssystem MS-DOS" target="_blank" rel="noopener">Betriebssystem MS-DOS</a>. Zunächst nur als Erweiterung des Betriebssystems programmiert, legt <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 1.0 den Grundstein für eine beispiellose Erfolgsgeschichte. Anwendungen auf MS-DOS-Rechnern lassen sich nun endlich mit der Maus bedienen und machen die grauen Kisten somit auch für den Consumer-Markt attraktiv.</p>



<h2 class="wp-block-heading">Die Anfänge von Windows</h2>



<p>Um die erste grafische Oberfläche für die Benutzung von PCs entbrennt vor 30 Jahren allerdings zunächst ein Wettlauf gegen die Zeit. <a href="https://www.computerwoche.de/article/2747977/so-machen-sie-ihren-pc-schneller-und-stabiler.html" title="Personal Computer" target="_blank">Personal Computer</a> werden zu dieser Zeit in der Regel in Unternehmen eingesetzt. <a href="https://www.computerwoche.de/article/2728076/bill-gates-wird-60.html" title="Bill Gates" target="_blank">Bill Gates</a> wird schnell klar, dass eine grafische Oberfläche (<a href="https://de.wikipedia.org/wiki/Grafische_Benutzeroberfl%C3%A4che" title="Graphical User Interface, GUI" target="_blank" rel="noopener">Graphical User Interface, GUI</a>) notwendig sein würde, damit der Computer eines Tages auf jedem Schreibtisch seinen Platz findet.</p>



<p>Unter Microsofts erstem Betriebssystem MS-DOS müssen Anwender schon über ein gewisses technisches Know-how verfügen, um den Rechner bedienen zu können. Grundkenntnisse in der <a title="Programmiersprache Basic" href="https://www.computerwoche.de/article/2766783/programmieren-fuer-die-massen-50-jahre-basic.html" target="_blank">Programmiersprache Basic</a> sind damals von Vorteil. Die erste Version von <a class="idgGlossaryLink" href="https://www.computerwoche.de/operating-systems/" target="_blank">Windows</a> hat allerdings noch recht wenig Ähnlichkeit mit den grafischen Oberflächen, wie man sie heute kennt. Die Software ist sperrig, langsam und wird nur von wenigen Anwendungen überhaupt unterstützt. Will man ein kleines Programm wie den Taschenrechner starten, muss die dafür erforderliche Datei (calc.exe) erst in den Tiefen des Betriebssystems gesucht und anschließend über die <a title="Kommandozeile" href="https://de.wikipedia.org/wiki/Kommandozeile" target="_blank" rel="noopener">Kommandozeile</a> gestartet werden.</p>



<p>Die anfangs rudimentäre grafische Oberfläche ist damals revolutionär – von Microsoft stammt die Idee allerdings nicht. Bereits zwei Jahre zuvor – 1983 – bringt <a href="https://www.computerwoche.de/article/2728315/das-sagt-apple-ceo-tim-cook-zum-neuen-kinofilm.html" title="Apple-Gründer Steve Jobs" target="_blank">Apple-Gründer Steve Jobs</a> mit der <a href="https://www.computerwoche.de/article/2712435/die-computermaus-feiert-40-geburtstag.html" title="Lisa" target="_blank">Lisa</a> einen der ersten Computer mit grafischer Oberfläche auf den Markt. Das Gerät ist jedoch teuer und spricht schon deshalb nur einen kleinen Kreis von Computer-Enthusiasten an. Doch die Richtung ist vorgegeben, der Wettlauf beginnt.</p>



<p>Jobs und die Programmierer bei Apple lassen sich bei ihrer Entwicklung der GUI von der Arbeit am legendären kalifornischen Forschungszentrum <a href="https://www.computerwoche.de/article/2719700/happy-birthday-macintosh.html" title="Xerox PARC" target="_blank">Xerox PARC</a> inspirieren. Dort wird die Idee der grafischen Benutzeroberfläche für PCs geboren. Bereits in den 1970er Jahren entsteht dort der <a href="https://www.computerwoche.de/article/2605978/der-lange-weg-zu-besseren-guis.html" title="Xerox Alto" target="_blank">Xerox Alto</a> für Forschungszwecke. Nachdem 1981 der Xerox Star als erster kommerzieller Rechner floppt, gibt das Unternehmen sein Vorhaben auf.</p>



<h2 class="wp-block-heading">Microsoft, Apple und das Urheberrecht</h2>



<p>Durch Apple unter Zugzwang geraten, kündigt Bill Gates im November 1983 auf der Computermesse Comdex in Las Vegas sein <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 1.0 an – lange bevor die Software überhaupt fertig ist. Als Anekdote ist überliefert, dass Gates’ Vater bei seinem Vortrag am Diaprojektor stand. Fast zwei Jahre braucht Microsoft anschließend, bis die erste Windows-Version auf den Markt kommt. In der Zwischenzeit stellt auch Apple seinen ersten PC auf die Beine: <a href="https://www.computerwoche.de/article/2662384/die-turbulente-apple-story.html" title="den Macintosh" target="_blank">den Macintosh</a>.</p>



<p>Gates nimmt sich für <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> relativ unverhohlen die Oberfläche des <a href="https://www.computerwoche.de/article/2760875/mac-oder-pc-ein-test-ueber-zehn-runden.html" title="Jobs und die Programmierer bei Apple lassen sich bei ihrer Entwicklung der GUI von der Arbeit am legendären kalifornischen Forschungszentrum " target="_blank">Jobs und die Programmierer bei Apple lassen sich bei ihrer Entwicklung der GUI von der Arbeit am legendären kalifornischen Forschungszentrum </a> zum Vorbild. Die Anwälte der Apfel-Company kann er sich nur vom Hals halten, weil er für Apple dringend benötigte Mac-Anwendungen liefert. Als Microsoft aber Anfang 1988 mit dem nächsten größeren Versionssprung, <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 2.03, auf den Markt stößt, reicht Apple wegen Verstoßes gegen das Urheberrecht Klage gegen seinen Rivalen ein. Den über Jahre erbittert geführten Rechtsstreit verliert Apple letztendlich im Jahr 1994 – auch deshalb, weil es sich in den 1980er Jahren selbst bei Xerox bedient hatte.</p>



<p>Erst im Sommer 1997 normalisiert sich die Beziehung zwischen Apple und Microsoft langsam wieder, als der zu Apple zurückgekehrte Steve Jobs die Hilfe von Microsoft in Anspruch nimmt, um das in Schwierigkeiten geratene Unternehmen wieder profitabel zu machen. Nichtsdestotrotz nimmt Apple seinen “Lieblings”-Kontrahenten und dessen “Kopierleidenschaft” auch Jahre später noch aufs Korn – mit Vorliebe in Form ironischer Werbespots.</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">Durchbruch und Millenium-Fluch</h2>



<p>Zum Start von <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 1.0 gibt es weltweit eine Basis von “lediglich” sechs Millionen Personal Computer. Erst rund fünf Jahre später, im Jahr 1990, gelingt der Software-Schmiede aus Redmond mit Windows 3.0 ein erster Erfolg. Den endgültigen Durchbruch beschert dem Unternehmen dann weitere fünf Jahre später der Release von Windows 95. Unter Windows 95 lassen sich Peripheriegeräte wie Drucker deutlich einfacher anschließen und in Betrieb nehmen. Ohne umständliche Installation von Treibersoftware kommen die Nutzer dennoch nur selten aus. Erstmals kommt <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 1995 auch mit einem virtuellen Papierkorb auf der Schreibtischoberfläche daher – ein Icon, das Macintosh-Nutzer der ersten Stunde zu dieser Zeit längst kennen. Auch eine Verbindung zum Internet können Nutzer mit Windows 95 erstmals herstellen: mit dem <a href="https://www.computerwoche.de/article/2712908/microsoft-schafft-browser-klarheit-fuer-windows-10.html" title="Internet Explorer" target="_blank">Internet Explorer</a>.</p>



<p>Das 1998 erschienene <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 98 wird im Vergleich zu seinem Vorgänger nur in Details weiterentwickelt. Bei diesen Details handelt es sich konkret um die standardmäßige Einbindung des Internet Explorers in das Windows-Betriebssystem, sowie die Einführung der Schnellstartleiste und die Unterstützung der damals neuen <a href="https://www.computerwoche.de/article/2777857/so-nutzen-sie-usb-weiter-sicher.html" title="USB-Schnittstelle" target="_blank">USB-Schnittstelle</a>. Mit der im Jahr 2000 erschienenen <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> Millenium Edition (ME) kann Microsoft bei PC-Nutzern dagegen nicht punkten. Das auf Multimedia-Support optimierte Betriebssystem soll Windows-User mit mehr Benutzerfreundlichkeit verwöhnen, in der Praxis “besticht” es vor allem mit Instabilität und mangelhafter Performance.</p>



<div class="extendedBlock-wrapper block-coreImage"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" alt="Windows ME gilt als einer der größten OS-Flops aus Redmond." title="Windows ME gilt als einer der größten OS-Flops aus Redmond." src="https://images.computerwoche.de/bdb/2669329/840x473.jpg" width="840" height="473"><figcaption class="wp-element-caption"><p class="foundryImageCaption">Windows ME gilt als einer der größten OS-Flops aus Redmond.</p></figcaption></figure><p class="imageCredit">
					Foto: Microsoft</p></div>




<h2 class="wp-block-heading">XP-Kult und Vista-Fehlschlag</h2>



<p>Mit <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> XP erneuert Microsoft im Jahr 2001 die optische Präsentation von Windows. Und auch technisch halten viele Neuerungen Einzug. Insbesondere auf Notebooks macht <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> nun eine deutlich bessere Figur. Das weiß auch die schreibende Gilde zu schätzen: Pünktlich zum Release erhält Windows XP auch von der Presse gute Noten. Anwender schätzen insbesondere die Navigation über das Startmenü. Windows XP gibt es auch als <a href="https://www.computerwoche.de/k/tablet-pc,3453" target="_blank" class="idgGlossaryLink">Tablet</a> PC Edition – aus gutem Grund: Im Jahr 2002 startet Microsoft in Kooperation mit einigen OEMs eine große Tablet-Offensive. Die Windows-<a href="https://www.computerwoche.de/k/tablet-pc,3453" target="_blank" class="idgGlossaryLink">Tablets</a> können sich jedoch nur in vertikalen Märkten wie dem Gesundheitswesen etablieren. <br><br>Der <a href="https://www.computerwoche.de/article/2754872/berlin-verschlaeft-windows-xp-abloesung.html" title="Support von Windows XP" target="_blank">Support von Windows XP</a> endet im Jahr 2014 nach 13 Jahren. Dennoch können sich viele Unternehmen, Institutionen und Privatpersonen nur schwer vom äußerst beliebten <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a>-Betriebssystem trennen. Für Microsoft ist Windows XP in diesen Jahren eines der meistverkauften Produkte. Der XP-Nachfolger Windows Vista wird dagegen von vielen Experten <a href="https://www.computerwoche.de/article/2869576/warum-vista-keine-chance-bekommt.html" title="nicht gerade als Erfolgskapitel" target="_blank">nicht gerade als Erfolgskapitel</a> der <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a>-Geschichte angesehen. Das Windows-OS soll zunächst bereits 2003 auf den Markt kommen, fertiggestellt wird das Projekt mit dem Codenamen “Longhorn” allerdings erst Ende 2006. Mit der umfangreichen, visuellen Neugestaltung von Windows Vista will Microsoft auch ein Zeichen setzen: Apples Betriebssystem Mac OS X macht zu diesem Zeitpunkt einen deutlich frischeren, moderneren Eindruck als <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> XP. Die neue “Aero”-Oberfläche, ein neu designtes Startmenü und zeitgemäß inszenierte Icons sowie viele technische Neuerungen zeichnen Windows Vista aus. Trotzdem kommt diese Windows-Version bei vielen Kunden nicht an – Stabilität und Performance können mit den Erwartungen vieler User nicht mithalten. So landet Vista oft nur bei Endkunden, die es mit neuen Systemen erwerben. Insbesondere im Unternehmensumfeld bleibt XP das Maß der Dinge.</p>



<h2 class="wp-block-heading">Windows 7 und die Solidarität mit dem Start-Button</h2>



<p><a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 7 gilt entsprechend als der eigentlich legitime Nachfolger von Windows XP. Gegenüber Vista kann <a href="https://www.computerwoche.de/k/windows-7,3470" target="_blank" class="idgGlossaryLink">Windows 7</a> in Sachen Stabilität, Performance und Nutzerfreundlichkeit bei den Nutzern schnell punkten. Auch kurz vor dem Erscheinen von Windows 10 verzeichnet <a href="https://www.computerwoche.de/operating-systems/" title="Windows 7" target="_blank">Windows 7</a> immer noch die höchsten Marktanteile unter den <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a>-Betriebssystemen.</p>



<p>Mit <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 8 ändert sich die Bedienung des Betriebssystems grundlegend: Die neue Kacheloberfläche lässt sich auf touch-fähigen Geräten zwar gut bedienen, stößt aber viele Desktop-Anwender vor den Kopf, die die Änderung der Benutzerführung oft als zu radikal empfinden. <a href="https://www.computerwoche.de/article/2768296/alle-windows-8-1-update-1-editionen-im-vergleich.html" title="Drittanbieter-Tools die die beliebte Windows-Leiste mit Start-Button zurückbringen" target="_blank">Drittanbieter-Tools die die beliebte Windows-Leiste mit Start-Button zurückbringen</a>, haben zu diesem Zeitpunkt Hochkonjunktur. Nur ein Jahr später muss Microsoft reagieren und renoviert <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 8 grundlegend. Das Ergebnis nennt man kurzerhand <a href="https://www.computerwoche.de/k/windows-8,3464" target="_blank" class="idgGlossaryLink">Windows 8</a>.1. Der Startbildschirm ist unter <a href="https://www.computerwoche.de/article/2768296/alle-windows-8-1-update-1-editionen-im-vergleich.html" title="Windows 8.1" target="_blank">Windows 8.1</a> nun flexibler konfigurierbar, auf Wunsch ist nun auch wieder die klassische <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a>-Desktop-Ansicht verfügbar – inklusive Startknopf. Abseits der Diskussionen um das Für und Wider der <a href="https://www.computerwoche.de/article/2717785/windows-8-die-kacheln-im-griff.html" title="Kachel-Oberfläche" target="_blank">Kachel-Oberfläche</a> geht oft unter, dass <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 8 – und insbesondere auch <a href="https://www.computerwoche.de/k/windows-8,3464" target="_blank" class="idgGlossaryLink">Windows 8</a>.1 – einige spannende Neuerungen an Bord haben, wie etwa Speicherpools oder Arbeitsordner.</p>



<h2 class="wp-block-heading">Windows 10 und das “neue” Microsoft</h2>



<p>Mit <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 10 veröffentlichte Microsoft Ende Juli 2015 nicht nur einfach eine neue Windows-Version. Das aktuelle Windows-OS verkörpert die neue <a href="https://www.computerwoche.de/article/2785610/microsoft-baut-plattformstrategie-auf-windows-10-und-azure.html" target="_blank">“One-Platform”-Strategie</a> des Redmonder IT-Konzerns, der mit <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 10 und Windows 10 Mobile künftig eine geräteklassenübergreifende Plattform etablieren will. Windows 10 läuft also nicht nur auf PCs, sondern auch auf <a href="https://www.computerwoche.de/k/tablet-pc,3453" target="_blank" class="idgGlossaryLink">Tablet</a>-PCs, Notebooks, <a href="https://www.computerwoche.de/article/2729208/gigaset-me-pro-gegen-microsoft-lumia-950.html" title="Windows Phones" target="_blank">Windows Phones</a>, der Spielkonsole <a href="https://www.computerwoche.de/article/2729145/windows-10-update-ist-ab-sofort-verfuegbar.html" title="Xbox One" target="_blank">Xbox One</a> und dem kommenden <a href="https://www.computerwoche.de/article/2724269/microsoft-hololens-ar-brille-mit-windows-10.html" title="AR-Device Hololens" target="_blank">AR-Device Hololens</a>. Weitergeführt werden soll diese Strategie von plattformübergreifenden “Universal”-Apps. Doch auch sonst ändert sich Einiges: <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 10 wurde als erstes OS der Windows-Geschichte allen Nutzern von <a href="https://www.computerwoche.de/k/windows-7,3470" target="_blank" class="idgGlossaryLink">Windows 7</a>, 8 und 8.1 als kostenloses Upgrade zur Verfügung gestellt und wird kontinuierlich über Software-Updates erweitert. Das heißt bei Microsoft “Windows-as-a-Service” – und sorgt dafür, dass der traditionelle Patch-Day endgültig Geschichte ist. Dass Microsoft mit <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 10 neue Wege beschreitet, zeigte sich bereits während des Entwicklungsprozesses: Über das “Insider Program” waren beziehungsweise sind Millionen von Anwender mit ihrem Feedback in die Entwicklung des Betriebssystems involviert.</p>



<p>Mit Windows 10 beschreitet Microsoft auch beim <a title="Thema Open Source neue Wege" href="https://www.computerwoche.de/article/2741136/microsoft-freundet-sich-mit-open-source-an.html" target="_blank">Thema Open Source neue Wege</a> und öffnet sich der Community. So soll das Win 10 Anniversary Update auch mit integriertem Ubuntu Bash kommen, während <a class="idgGlossaryLink" href="https://www.computerwoche.de/operating-systems/" target="_blank">Windows</a> Server 2016 weitergehende <a class="idgGlossaryLink" href="https://www.computerwoche.de/k/linux-open-source,3472" target="_blank">Linux</a>-Virtualisierungen erlaubt. Doch nicht nur Linux, auch andere <a class="idgGlossaryLink" href="https://www.computerwoche.de/k/linux-open-source,3472" target="_blank">Open-Source</a>-Projekte werden künftig unterstützt: Sowohl das .NET-Framework, als auch die Entwicklungsumgebung Visual Studio stellt Microsoft für Entwickler kostenlos zur Verfügung.</p>



<h2 class="wp-block-heading">Windows 10 Creators Update</h2>



<p>Ende Oktober 2016 kündigt Microsoft das nächste umfassende Update für sein Betriebssystem an. Das <a href="https://www.computerwoche.de/article/2747959/windows-10-creators-update-offiziell-angekuendigt.html" title="Creators Update" target="_blank">Creators Update</a> soll im Frühjahr 2017 gewichtige Neuerungen auf alle <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a>-10-Geräte bringen – insbesondere was die Bereiche Mixed- und Virtual-Reality angeht. Geht es nach den Redmondern, soll künftig jeder Windows 10 User ganz einfach und schnell eigene 3D-Inhalte erstellen und bearbeiten können. Das soll in erster Linie über eine Erweiterung von Paint funktionieren, das künftig Paint 3D heißt. Auch beliebige, abfotografierte Objekte sollen künftig per App auf Knopfdruck in 3D-Modelle verwandelt werden können. Konsumiert werden sollen die MR- und VR-Inhalte zum einen über <a href="https://www.computerwoche.de/article/2724269/microsoft-hololens-ar-brille-mit-windows-10.html" title="Microsofts Hololens" target="_blank">Microsofts Hololens</a>, zum anderen auch über VR-Brillen diverser Partnerhersteller, etwa Lenovo, Dell und HP. Auch die <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 10 Community soll künftig noch stärker zusammenwachsen, wenn es nach Microsoft geht. Deswegen stellen die Redmonder im Rahmen des Creators Update auch eine Schnittstelle zur Verfügung, die zahlreiche Kommunikationstools miteinander vereinen soll. </p>



<h2 class="wp-block-heading">Windows 10 S und Creators Update, Part 2</h2>



<p>Anfang Mai 2017 stellte Microsoft mit dem <a href="https://www.computerwoche.de/article/2757947/microsoft-stellt-surface-laptop-vor.html" title="Surface Laptop" target="_blank">Surface Laptop</a> nicht nur ein weiteres Gerät der Surface-Reihe vor, sondern enthüllte auch <a href="https://www.pcwelt.de/article/1164728/windows-10-s-alle-infos-zum-neuen-windows-10-light.html" title="soll im Frühjahr 2017 gewichtige Neuerungen auf alle Windows-10-Geräte bringen - insbesondere was die Bereiche Mixed- und Virtual-Reality angeht. Geht es nach den Redmondern, soll künftig jeder Windows 10 User ganz einfach und schnell eigene 3D-Inhalte erstellen und bearbeiten können. Das soll in erster Linie über eine Erweiterung von Paint funktionieren, das künftig Paint 3D heißt. Auch beliebige, abfotografierte Objekte sollen künftig per App auf Knopfdruck in 3D-Modelle verwandelt werden können. Konsumiert werden sollen die MR- und VR-Inhalte zum einen über" target="_blank">soll im Frühjahr 2017 gewichtige Neuerungen auf alle Windows-10-Geräte bringen – insbesondere was die Bereiche Mixed- und Virtual-Reality angeht. Geht es nach den Redmondern, soll künftig jeder Windows 10 User ganz einfach und schnell eigene 3D-Inhalte erstellen und bearbeiten können. Das soll in erster Linie über eine Erweiterung von Paint funktionieren, das künftig Paint 3D heißt. Auch beliebige, abfotografierte Objekte sollen künftig per App auf Knopfdruck in 3D-Modelle verwandelt werden können. Konsumiert werden sollen die MR- und VR-Inhalte zum einen über</a>. Die cloudbasierte Version von <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 10 läuft ausschließlich mit Apps aus dem Windows Store, ist jedoch upgrade-fähig. Die abgespeckte Windows-Version ist mit dem eingestellten RT vergleichbar und richtet sich in erster Linie an Bildungseinrichtungen. Schließlich will Microsoft dieses Feld nicht alleine den <a href="https://www.computerwoche.de/article/2718031/2015-werden-gut-7-millionen-chromebooks-verkauft.html" title=", zum anderen auch über VR-Brillen diverser Partnerhersteller, etwa Lenovo, Dell und HP. Auch die Windows 10 Community soll künftig noch stärker zusammenwachsen, wenn es nach Microsoft geht. Deswegen stellen die Redmonder im Rahmen des Creators Update auch eine Schnittstelle zur Verfügung, die zahlreiche Kommunikationstools miteinander vereinen soll." target="_blank">, zum anderen auch über VR-Brillen diverser Partnerhersteller, etwa Lenovo, Dell und HP. Auch die Windows 10 Community soll künftig noch stärker zusammenwachsen, wenn es nach Microsoft geht. Deswegen stellen die Redmonder im Rahmen des Creators Update auch eine Schnittstelle zur Verfügung, die zahlreiche Kommunikationstools miteinander vereinen soll.</a> überlassen. </p>



<p>Auf der <a href="https://build.microsoft.com/" title="Entwicklerkonferenz Build 2017" target="_blank" rel="noopener">Entwicklerkonferenz Build 2017</a> kündigte Microsoft den Nachfolger zum Creators Update an: das Fall Creators Update. Unsere US-Kollegin Melissa Riofrio klärt Sie über die besten, neuen Features auf: </p>



<p>Seit April 2018 verzichtete Microsoft auf besondere Nomenklatur bei <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 10 Updates, verbessert sein Betriebssystem aber konsequent weiter und liefert dazu im Regelfall zwei große Updates pro Jahr. Die aktuelle Version (20H2) wurde im <a href="https://de.wikipedia.org/wiki/Microsoft_Windows_10#Version_20H2" title="Okotober 2020" target="_blank" rel="noopener">Okotober 2020</a> veröffentlicht.</p>



<p>Aufmerksame Leser werden bemerkt haben, dass in diesem Text nicht auf jede <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a>-Version eingegangen wird. Natürlich haben wir auch Windows NT, 2000 und wie sie alle heißen nicht vergessen – in unserer Bildergalerie bekommen Sie einen umfassenden Überblick über die wichtigsten Windows-Versionen. </p>



<h2 class="wp-block-heading">Windows 11 21H2</h2>



<p>Es begann mit einer überraschenden Ankündigung von Microsoft-CEO Satya Nadella auf der Entwicklerkonferenz <a href="https://www.computerwoche.de/article/2804624/nadella-die-welt-gehoert-den-entwicklern.html" title="Build 2021" target="_blank">Build 2021</a>: “Wir werden bald eines der bedeutendsten Updates für <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> des letzten Jahrzehnts vorstellen. Ich selbst habe es in den letzten Monaten schon ausprobiert und bin unglaublich aufgeregt, was die nächste Generation von Windows betrifft.” Damit befeuerte der Manager eine regelrechte Flut an <a href="https://www.computerwoche.de/article/2805032/viel-laerm-um-windows-11.html" title="Spekulationen rund um ein neues Windows" target="_blank">Spekulationen rund um ein neues Windows</a>. Am 24. Juni lösten sich dann alle bis dahin noch bestehenden Rätsel. Microsoft stellte mit <a href="https://www.computerwoche.de/article/2805089/microsoft-kuendigt-neuen-windows-aera-an.html" title="Windows 11" target="_blank">Windows 11</a> offiziell eine neue Generation seines Betriebssystems vor und erklärte, damit eine neue Ära einläuten zu wollen. </p>



<p>Die Idee, ein neues <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> zu bauen, entstand wohl in der Corona-Pandemie. Die vergangenen 18 Monate hätten die Art und Weise, wie Menschen den PC nutzen, komplett verändert, konstatierte Panos Panay, Chief Product Officer für den Bereich Windows und Devices bei Microsoft. Der PC habe das Leben in der Krise maßgeblich mitbestimmt. Man habe Windows 11 darauf ausgelegt, auf verschiedenen Gerätetypen zu laufen und unterschiedliche Bedienmodi zu unterstützen, hieß es von Seiten Microsofts. Beispielsweise sei der Abstand zwischen den Icons in der Taskleiste vergrößert worden, um eine Touch-Bedienung auf <a href="https://www.computerwoche.de/k/tablet-pc,3453" target="_blank" class="idgGlossaryLink">Tablets</a> zu erleichtern. Auch die Erkennung von Spracheingaben sei Microsoft zufolge verbessert worden. Alle aktuell im Handel verkauften PCs und Notebooks sollen Windows-11-tauglich sein, hieß es. Wie schon beim Umstieg auf Windows 10 will Microsoft Anwendern mit der PC Health Check App ein Tool anbieten, um zu prüfen, ob ihr Rechner <a href="https://www.computerwoche.de/article/2805175/laeuft-win-11-auf-ihrem-pc.html" title="für das neue Windows-System geeignet ist" target="_blank">für das neue Windows-System geeignet ist</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>Microsoft hat bei <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 11 vor allem Design und Bedienerführung vereinfacht. Mithilfe neuer Tools wie “Snap Layouts”, “Snap Groups” und “Desktops” sollen Nutzer ihren Arbeitsplatz besser organisieren können, verspricht der Softwarehersteller. So ließen sich beispielsweise mehrere separate Arbeitsoberflächen einrichten und mit Apps und Tools bestücken – etwa für die Arbeit, den Privatbereich oder die Schule. Darüber hinaus verzahnt Microsoft Windows 11 enger mit dem in der Pandemie so erfolgreichen Communication- und <a href="https://www.computerwoche.de/article/2795511/microsoft-teams-optimal-nutzen.html" title="Collaboration-Tool Teams" target="_blank">Collaboration-Tool Teams</a>. </p>



<p>Wieder zurück in <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> 11 sind die aus der Version 7 bekannten Widgets. Damit können Nutzer personalisierte Feeds mit beispielsweise Nachrichten oder Wetterinformationen einrichten. Der Redmonder Konzern bewirbt sein neues Betriebssystem darüber hinaus als besonders sicher. Die Architektur sei als Zero Trust angelegt, zudem sei das System Secure by Design. Wichtige Sicherheits-Features wie zum Beispiel <a href="https://www.computerwoche.de/article/2650080/faq-was-sie-ueber-verschluesselung-wissen-sollten.html" title="Verschlüsselung" target="_blank">Verschlüsselung</a> seien von Haus aus aktiviert. </p>



<p>Überarbeitet hat Microsoft auch den <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a>-Appstore, der laut Panay nun übersichtlicher und auch einfacher zu nutzen sein soll. Darüber hinaus ließen sich künftig auch <a href="https://www.computerwoche.de/article/2805374/chromebook-vs-windows-laptop.html" title="Android-Apps" target="_blank">Android-Apps</a> über den Amazon Appstore in <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a> herunterladen. App-Entwicklern winken mit Windows 11 laut Panay mehr Freiheiten. Sie könnten beliebige App-Frameworks für ihre Entwicklungen nutzen. Apps ließen sich beispielsweise als Win32-, Progressive-Web-App (PWA) oder Universal-Windows-App (UWA) in den Store einstellen. </p>



<p>Um mehr Entwickler auf die <a href="https://www.computerwoche.de/operating-systems/" target="_blank" class="idgGlossaryLink">Windows</a>-Plattform zu locken, hat Microsoft auch seine Abrechnungsmodalitäten angepasst: Bringt ein Entwickler seine eigene Abrechnungs-Engine mit in den Windows-Store, will der Konzern keine Gebühren verlangen. Wird die im Windows-Store von Microsoft angebotene Commerce-Service genutzt, werden 15 Prozent vom Umsatz fällig. Die erste Version von Windows 11 – 21H2 – wurde im Oktober 2021 veröffentlicht.</p>



<h2 class="wp-block-heading">Windows 11 22 H2</h2>



<p>Im September 2022 erfolgte schließlich mit der Version <strong>22H2</strong> das erste große Update des neuen Microsoft-Betriebssystems, das zahlreiche Überarbeitungen beziehungsweise Optimierungen beinhaltete, sowohl auf Design- als auch auf Funktionsebene. Hervorzuheben ist dabei vor allem die von den Nutzern lange herbeigesehnte Möglichkeit, innerhalb des <a class="idgGlossaryLink" href="https://www.computerwoche.de/operating-systems/" target="_blank">Windows</a> Datei-Explorers Registerkarten zu öffnen. Unsere Kollegen von der PC-Welt haben das erste Windows-Update, beziehungsweise dessen Betaversion, ausgiebig <a href="https://www.youtube.com/watch?v=1Zn5sfWRxao" target="_blank" rel="noreferrer noopener">getestet und erklärt</a>.</p>



<h2 class="wp-block-heading">Windows 11 23H2</h2>



<p>Ende Oktober 2023 veröffentlichte Microsoft schließlich die Version <strong>23H2</strong>. Diese zeichnet sich in erster Linie durch die Integration generativer KI-Funktionen auf GPT-4-Basis aus – Stichwort <a title="Copilot" href="https://www.computerwoche.de/article/2829460/microsoft-das-muss-besser-werden.html" target="_blank">Copilot</a>. Das wirkt sich vielfältig auf diverse Bereiche des <a class="idgGlossaryLink" href="https://www.computerwoche.de/operating-systems/" target="_blank">Windows</a>-Ökosystems aus, wie eine Microsoft-Expertin <a href="https://www.youtube.com/watch?v=x4IzxwYinow" target="_blank" rel="noreferrer noopener">in diesem Videobeitrag ausführlich erklärt</a>.</p>



<h2 class="wp-block-heading">Windows 11 24H2</h2>



<p>Seit Oktober 2024 ist das 2024er-Update von Windows 11 allgemein verfügbar. Mit 24H2 halten zahlreiche Neuerungen in Windows 11 Einzug – insbesondere neue KI-Features (bei Copilot+-PCs). Darüber hinaus verspricht <strong>24H2</strong> auch WiFi-7-Support, einen optimierten Datei-Explorer sowie verbesserte Konnektivität. In der Praxis hat sich dieses Windows-Update leider vor allem dadurch ausgezeichnet, dass es bei der Nutzerbasis für umfassende (teilweise nur manuell zu lösende) <a href="https://learn.microsoft.com/de-de/windows/release-health/status-windows-11-24h2" target="_blank" rel="noreferrer noopener">Probleme gesorgt hat</a>.</p>



<p>Knapp vier Jahre nach seiner Veröffentlichung ist der Erfolg von <a title="Windows 11" href="https://www.computerwoche.de/article/2827473/windows-11-schneller-machen.html" target="_blank">Windows 11</a> mit Blick auf die Nutzerakzeptanz noch ausbaufähig. Immerhin hat Win 11 seinen Vorgänger inzwischen nach Marktanteil überholt. Aktuell (Stand: <a title="März 2024" href="https://gs.statcounter.com/os-version-market-share/windows/desktop/worldwide" target="_blank" rel="noopener">Februar 2026</a>) steht Windows 11 bei 62 Prozent. Der Vorgänger <a class="idgGlossaryLink" href="https://www.computerwoche.de/operating-systems/" target="_blank">Windows</a> 10 bringt es noch auf 36 Prozent. </p>



<h2 class="wp-block-heading">Windows 11 25H2</h2>



<p>Seit dem 30. September 2025 steht Windows 11 25H2 zur Verfügung und zeichnet sich durch diverse neue, teilweise Hardware-exklusive Features aus. Letztere beinhalten vor allem neue KI-Funktionen für <a href="https://www.computerwoche.de/article/4100229/hype-um-microsofts-copilot-pc-muss-ein-ende-haben.html" target="_blank">Copilot+-PCs</a>. Darüber hinaus bietet 25H2 auch Support für WLAN-7-Zugriffspunkte, Windows-Sicherung für Organisationen sowie zahlreiche Optimierungen für Datei-Explorer und Task Manager. Die vollständige Auflistung finden Sie <a href="https://learn.microsoft.com/de-de/windows/whats-new/whats-new-windows-11-version-25h2" target="_blank" rel="noreferrer noopener">direkt bei Microsoft</a>. </p>



<h2 class="wp-block-heading">Windows 11 26H1</h2>



<p>Bei Win 11 26H1 handelt es sich um eine Version, die am 10. Februar 2026 veröffentlicht wurde und speziell auf neue, ARM-basierte Windows Devices abgestimmt ist, die <a href="https://learn.microsoft.com/de-de/windows/whats-new/windows-11-version-26h1" target="_blank" rel="noreferrer noopener">laut den Redmondern</a> Anfang 2026 auf den Markt kommen. (dpa/tc/mje/fm/ba)</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cisco: AI growth is exposing campus network limits]]></title>
<description><![CDATA[While enterprise IT leaders have spent the past two years focusing AI infrastructure discussions on GPUs, cloud platforms, and data centers, new Cisco research suggests that enterprise networks may not be ready for the next phase of AI adoption.



A Cisco and Foundry survey of 3,472 IT and netwo...]]></description>
<link>https://tsecurity.de/de/3606235/it-security-nachrichten/cisco-ai-growth-is-exposing-campus-network-limits/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3606235/it-security-nachrichten/cisco-ai-growth-is-exposing-campus-network-limits/</guid>
<pubDate>Wed, 17 Jun 2026 23:53: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>While enterprise IT leaders have spent the past two years focusing AI infrastructure discussions on GPUs, cloud platforms, and data centers, new Cisco research suggests that enterprise networks may not be ready for the next phase of AI adoption.</p>



<p>A <a href="https://www.cisco.com/c/dam/m/en_us/solutions/networking/ai-impact-campus-branch-networks/documents/the-accelerating-impact-of-ai-on-campus-and-branch-networks.pdf" target="_blank" rel="noreferrer noopener">Cisco and Foundry survey</a> of 3,472 IT and networking leaders across 15 countries found AI is already changing traffic patterns across campus and branch environments and exposing capacity, security, and visibility gaps that many organizations aren’t prepared to address.</p>



<p>“We have entered a networking supercycle, because the network is so central to all the AI infrastructure the world is building now,” said Jeetu Patel, Cisco president and chief product officer, in a <a href="https://newsroom.cisco.com/c/r/newsroom/en/us/a/y2026/m06/the-key-to-agentic-ai-adoption-the-network.html">statement</a>.</p>



<p>The findings reveal that enterprises may need to expand <a href="https://www.networkworld.com/article/4179942/cisco-live-the-network-is-back-and-ai-rewrote-the-rules.html?utm=hybrid_search" target="_blank">AI readiness</a> planning beyond data centers and cloud environments and pay more attention to the networks connecting employees, applications, and devices. This issue will become more significant as enterprise organizations move beyond generative AI pilots and begin deploying AI agents that communicate continuously with other systems and applications, according to the report.</p>



<p>The Cisco survey found:</p>



<ul class="wp-block-list">
<li>Organizations reported a 34% increase in AI-related campus and branch network traffic over the past 12 months.</li>



<li>Traffic is projected to climb 209% over the next three years, with companies broadly deploying AI expecting total network traffic to triple.</li>



<li>73% already face, or expect to face, campus and branch network capacity constraints within the next two years.</li>



<li>67% said AI workloads are increasing east-west traffic between internal systems and applications.</li>



<li>80% said AI has expanded their attack surface.</li>



<li>61% said they are delaying additional AI deployments until they gain more confidence in their security posture.</li>



<li>85% expect moderate or significant growth in AI agent deployments over the next two years.</li>
</ul>



<p>Changing traffic patterns inside enterprise environments are causing additional pressure for enterprise network teams. (See also: <a href="https://www.networkworld.com/article/4175890/cisco-ai-traffic-is-radically-reshaping-wans.html">AI traffic is radically reshaping WANs</a>)</p>



<p>“Usually, networks are designed for consistent traffic, like SaaS and CRM traffic, and there aren’t a lot of unpredictable traffic patterns,” said the head of AI strategy for global IT and network engineering operations at a large U.S. technology company who participated in the research. “Suddenly, three AI agents are trying to talk to each other and solve a problem. That is going to be a big thing … how do we support increased east-west traffic?”</p>



<p>Cisco defined aggressive AI adopters as organizations with broad generative AI deployments across the enterprise, but only 30% of those organizations said they are fully prepared to support projected AI growth across their networks. As a result, 93% of IT decision makers said they are accelerating network modernization efforts.</p>



<p>The report also highlighted an <a href="https://www.networkworld.com/article/4181727/how-cisco-it-cut-observability-costs-by-86-and-eliminated-major-network-outages.html" target="_blank">observability challenge</a> that could complicate future deployments. As employees and business units increasingly experiment with AI tools, IT organizations may not know what is actually running on their networks.</p>



<p>“Right now, we don’t even know what the AI-driven demand is,” the AI strategy executive said. “Observability is a huge gap. There is experimentation going on all over the place, and there is no way for us to really identify if somebody is deploying some kind of service on our network, whether it is a genAI solution or an agentic solution.”</p>



<p><a href="https://www.networkworld.com/article/4183110/from-the-data-center-to-the-edge-how-to-build-secure-effective-enterprise-ai-infrastructure.html" target="_blank">Security</a> is also emerging as a barrier to AI expansion as organizations struggle to govern rapidly growing numbers of AI tools and workloads.</p>



<p>“The issue from a security standpoint is that it’s hard to create the guardrails for every possible AI tool that your organization must use,” said the vice president of infrastructure, network, and end-user services at a U.S. retail enterprise interviewed for the report.</p>



<p>The AI readiness conversation has often centered on <a href="https://www.networkworld.com/article/4117584/power-shortages-carbon-capture-and-ai-automation-whats-ahead-for-data-centers-in-2026.html" target="_blank">data centers</a>, but <a href="https://www.networkworld.com/article/3803307/cisco-offers-ai-application-visibility-access-control-threat-defense.html" target="_blank">AI applications</a> operate where employees work, devices connect, and business processes run. That means campus and branch environments may become just as important to AI success as the infrastructure supporting AI models.</p>



<p>The Cisco research shows that AI infrastructure planning can no longer focus only on back-end systems if enterprises expect to scale AI deployments over the next several years. Patel said in the statement: “Eventually there will be only two kinds of companies: those that are AI companies, and those that are irrelevant.”</p>



<h4 class="wp-block-heading">For more Cisco news, see our coverage from Cisco Live 2026:</h4>



<ul class="wp-block-list">
<li><a href="https://www.networkworld.com/article/4184554/how-jeetu-patel-made-cisco-unrecognizable.html">How Jeetu Patel made Cisco unrecognizable</a></li>



<li><a href="https://www.networkworld.com/article/4180842/cisco-sees-quantum-networking-as-the-future-of-networking.html">Cisco sees quantum networking as the future of networking</a></li>



<li><a href="https://www.networkworld.com/article/4180810/what-is-cisco-cloud-control-and-why-should-customers-care.html">What is Cisco Cloud Control and why should customers care?</a></li>



<li><a href="https://www.networkworld.com/article/4179942/cisco-live-the-network-is-back-and-ai-rewrote-the-rules.html">Cisco Live: The network is back, and AI rewrote the rules</a></li>



<li><a href="https://www.networkworld.com/article/4179673/cisco-brings-agentic-ops-platform-and-security-overhaul-to-cisco-live.html">Cisco brings agentic ops platform and security overhaul to Cisco Live</a></li>



<li><a href="https://www.networkworld.com/article/4181727/how-cisco-it-cut-observability-costs-by-86-and-eliminated-major-network-outages.html">How Cisco IT cut observability costs by 86% and eliminated major network outages</a></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s new in Android 17? Anti-theft tools, scam detection, and parental controls]]></title>
<description><![CDATA[The Android 17 rollout has started for supported Pixel devices, delivering new security and privacy capabilities before expanding to other devices later this year. Security and privacy updates Google has improved location privacy features so users can choose to share…
Read more →
The post What’s ...]]></description>
<link>https://tsecurity.de/de/3604531/it-security-nachrichten/whats-new-in-android-17-anti-theft-tools-scam-detection-and-parental-controls/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3604531/it-security-nachrichten/whats-new-in-android-17-anti-theft-tools-scam-detection-and-parental-controls/</guid>
<pubDate>Wed, 17 Jun 2026 13:08:55 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>The Android 17 rollout has started for supported Pixel devices, delivering new security and privacy capabilities before expanding to other devices later this year. Security and privacy updates Google has improved location privacy features so users can choose to share…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/whats-new-in-android-17-anti-theft-tools-scam-detection-and-parental-controls/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/whats-new-in-android-17-anti-theft-tools-scam-detection-and-parental-controls/">What’s new in Android 17? Anti-theft tools, scam detection, and parental controls</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Got a Google Pixel? Find these 4 Android 17 features ASAP]]></title>
<description><![CDATA[Well, hey, how ’bout that? Here we are, on a random quiet-seeming week in June, and a new Android version is officially making its way into the wild and onto our favorite Googley gizmos.



Yes, indeed: Google announced the launch of Android 17 this week, and the rollout is getting underway as we...]]></description>
<link>https://tsecurity.de/de/3604338/it-nachrichten/got-a-google-pixel-find-these-4-android-17-features-asap/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3604338/it-nachrichten/got-a-google-pixel-find-these-4-android-17-features-asap/</guid>
<pubDate>Wed, 17 Jun 2026 12:02: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>Well, hey, how ’bout that? Here we are, on a random quiet-seeming week in June, and a new <a href="https://www.computerworld.com/article/1714347/android-versions-a-living-history-from-1-0-to-today.html">Android version</a> is officially making its way into the wild and onto our favorite Googley gizmos.</p>



<p>Yes, indeed: Google <a href="https://blog.google/products-and-platforms/platforms/android/android-17-features" target="_blank" rel="noreferrer noopener">announced the launch of Android 17</a> this week, and the rollout is getting underway as we speak. As usual, the software will show up for current, still-supported Pixel devices right away, over the next few to several days. (As for everyone else — well, you know the drill by now, right? It’s up to each individual Android device-maker to process and send out its software updates, and outside of Pixels, that support is <a href="https://www.computerworld.com/article/4103529/android-16-upgrade-report-card-2.html">exasperatingly unreliable</a>. But odds are, if you aren’t palming a Pixel, you’ll be waiting for a while — maybe even a <em>long </em>while, <a href="https://www.computerworld.com/article/4177363/motorola-android-phones.html">if you have a phone by a certain manufacturer whose name rhymes with Boatorola</a>.)</p>



<p>As always, some of Android 17’s most important elements are the under-the-hood <a href="https://blog.google/security/whats-new-in-android-security-privacy-2026/">privacy, security, and performance enhancements</a> that you won’t explicitly see but that <em>will </em>make a critical difference in your device’s ability to operate efficiently and advisably. But this latest Android release also packs an impressive punch of interesting surface-level touches that’ll bring an instant boost to your day-to-day productivity and all-around Android-enjoying experience.</p>



<p>As is often the case, many of the most useful elements are things you might not ever even notice or think to tap into if you don’t know where to look.</p>



<p>Here are the four Android 17 features I’ve found most noteworthy so far and how <em>you</em> can start putting ’em to use this second.</p>



<p><strong>[Psst: Don’t let the learning stop here. Check out </strong><a href="https://theintelligence.com/pixel-academy-ai/" target="_blank" rel="noreferrer noopener"><strong>my free Pixel Academy e-course</strong></a><strong> to discover all sorts of advanced intelligence lurking within whatever Pixel you’re using!]</strong></p>



<h2 class="wp-block-heading"><strong>Android 17 Pixel feature #1: Bubbles multitasking magic</strong></h2>



<p>Our first Android 17 addition on its way to Pixel owners this week is something that’s been in the works for many a moon now — and that’s a handy new multitasking mode known as Bubbles.</p>



<p>Bubbles first came into the Android picture <a href="https://www.youtube.com/watch?v=p0lqzzn6OuI">way back in 2019</a>, but at that point, it was limited mostly to messaging and never came close to reaching its full promised potential. At long last, now, Bubbles <a href="https://www.computerworld.com/article/4119364/android-2026-preview.html#:~:text=And%20the%20return%20of%20Android%E2%80%99s%20never-fully-realized%20Bubbles%20system%20for%20keeping%20any%20app%20readily%20available%20on%20your%20screen%20so%20you%20can%20summon%20it%20quickly%20as%20a%20pop-up%20window.">are back</a>, baby, and becoming everything we’d always wanted them to be.</p>



<p>The simplest way to think about Bubbles is as a way to turn any app you’re using into a floating, collapsible window — so you can pull it up on demand when you want it, then minimize it back down into a small icon (a “bubble” — get it?!) to get it out of your hair but keep it nearby for easy ongoing access.</p>



<p>It’s an interesting way to multitask without having to commit to <a href="https://theintelligence.com/37058/android-split-screen-shortcut/" target="_blank" rel="noreferrer noopener">a full-fledged split-screen setup</a>. It can be quite useful for keeping things like lists, documents, emails, chats, or anything else you’re coming back to regularly at your fingertips — so you can pop into it as needed, without any real effort, but also without having it in your face all the time.</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/android-17-bubbles.webp" alt="Android 17 Bubbles" class="wp-image-4185801" width="800" height="814" sizes="auto, (max-width: 800px) 100vw, 800px"><figcaption class="wp-element-caption">Android 17’s Bubbles system in action.</figcaption></figure><p class="imageCredit">JR Raphael, Foundry</p></div>



<p>In Android 17, Bubbles is easy to launch with any app in front of you. The only catch is that as of now, at least, it can be triggered only from the standard stock Pixel Launcher — <em>not</em> <a href="https://www.computerworld.com/article/1723954/android-launchers-for-enhanced-efficiency.html">a custom Android launcher</a> like Smart Launcher or Niagara.</p>



<p>Provided you’re using the standard Android home screen setup, though, all you’ve gotta do is:</p>



<ul class="wp-block-list">
<li>Press and hold any app’s icon on your home screen or in your app drawer.</li>



<li>In the menu that pops up, tap the option that says “Bubble.”</li>



<li>Then tap the bubbled app icon to expand or minimize the app, or press and hold it to move it around to any position on your screen or dismiss it.</li>
</ul>


<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/android-17-bubbles-2.webp" alt="Android 17 Bubbles (2)" class="wp-image-4185805" width="800" height="810" sizes="auto, (max-width: 800px) 100vw, 800px"><figcaption class="wp-element-caption">You can move a bubble anywhere on your screen or dismiss it easily.</figcaption></figure><p class="imageCredit">JR Raphael, Foundry</p></div>



<p>You can also add additional bubbled apps into that same view via the plus icon next to the first app’s icon when a bubble is open. Pretty nifty, wouldn’t ya say?</p>



<h2 class="wp-block-heading"><strong>Android 17 Pixel feature #2: Smarter location access</strong></h2>



<p>Allowing apps access to your location inevitably requires a certain amount of compromise when it comes to <a href="https://www.computerworld.com/article/1620568/ultimate-guide-to-privacy-on-android.html">the ever-prickly subject of privacy</a> — and it demands a certain level of trust that the apps in question won’t abuse the privilege or use it for reasons beyond their intended purposes.</p>



<p>Android 17 makes it meaningfully easier to accept that bargain and rest easy knowing your info isn’t being misused, thanks to a pair of related new privacy protection measures:</p>



<ul class="wp-block-list">
<li>First, whenever any app is accessing your location, you’ll now see a blue dot appear in the upper-right corner of your screen — and if you swipe down once from the top of your screen to open your notification panel, you can actually <em>tap</em> on the location icon that appears in its place to get detailed info about exactly which app or apps are involved. With another tap from there, you can opt to force-close the app in question, view all of its recent location access attempts, and manage its location access ability, too, in case anything ever seems amiss.</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/2026/06/android-17-location-indicator.png?w=1024" alt="Android 17 Location Indicator" class="wp-image-4185803" width="1024" height="847" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Android 17 offers some welcome added nuance and power around app location access.</figcaption></figure><p class="imageCredit">JR Raphael, Foundry</p></div>



<ul class="wp-block-list">
<li>And second, when an app asks to access your precise location, Android 17 adds in the option to allow such access only temporarily — for that one brief moment and purpose — without giving the app the <em>permanent </em>permission for ongoing use.</li>
</ul>



<p>Hey, we’ll take it. Just remember to keep tabs on <a href="https://www.computerworld.com/article/4183788/google-ai-training-opt-out.html">the permissions Google <em>itself</em> is claiming these days, too</a>, as those <a href="https://www.computerworld.com/article/4183788/google-ai-training-opt-out.html#:~:text=Google%E2%80%99s%20new%20AI%20training%20privacy%20default"><em>don’t</em> always come with a prominent pop-up</a>.</p>



<h2 class="wp-block-heading"><strong>Android 17 Pixel feature #3: More dynamic dark mode</strong></h2>



<p>Dark mode may be one of the <a href="https://theintelligence.com/37270/how-often-do-you-use-androids-dark-mode/" target="_blank" rel="noreferrer noopener">more divisive interface adjustments</a> of our modern mobile moment, but if you’re a fan of the dimmer, less glary view across your Android experience, you’re bound to appreciate the added option Android 17 affords you in that area.</p>



<p>It’s a simple one-tap checkbox that forces apps to adjust and comply with your dark mode preference, when it’s active — even if they don’t natively support such a setting. That means those pesky apps that’d typically maintain the same standard light interface even when you activate dark mode will now turn dark along with the rest of your setup whenever Android’s dark mode is on.</p>



<p>All it takes it quite literally one tap on the freshly added Android 17 option:</p>



<ul class="wp-block-list">
<li>Head into the Display section of your Pixel system settings.</li>



<li>Tap “Dark theme” — the actual <em>words</em>, not the toggle alongside ’em.</li>



<li>And change the setting from “Standard” to “Expanded.”</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/2026/06/android-17-dark-theme-expanded.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Android 17 dark theme expanded " class="wp-image-4185802" width="1024" height="842" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Android 17’s “expanded” dark mode setting brings the darkness you crave everywhere.</figcaption></figure><p class="imageCredit">JR Raphael, Foundry</p></div>



<p>Now, one note: By forcing apps to adapt to dark mode even if they aren’t designed for it, it’s possible some programs may end up lookin’ a little funky. If that ever happens and you aren’t thrilled with an app’s adaptation, go back to that same settings screen we were just starin’ at and tap the gear-shaped icon alongside the “Expanded dark theme” option. That’ll let you create exceptions and select specific apps that <em>don’t</em> get dark mode automatically applied.</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/android-17-dark-theme-expanded-exceptions.jpg?quality=50&amp;strip=all&amp;w=1010" alt="Android 17 dark theme expanded exceptions" class="wp-image-4185804" width="1010" height="1024" sizes="auto, (max-width: 1010px) 100vw, 1010px"><figcaption class="wp-element-caption">You can create specific exceptions to Android 17’s expanded dark mode approach.</figcaption></figure><p class="imageCredit">JR Raphael, Foundry</p></div>



<p>But everything else will now be in the dark when you want it — just like your dark, brooding heart desires.</p>



<h2 class="wp-block-heading"><strong>Android 17 Pixel feature #4: A more comfy all-around view</strong></h2>



<p>Whether you’re a prince/princess/dutchess/middle-manager of darkness or not, Android 17’s new Comfort View may be just the thing for you.</p>



<p>Comfort View is an off-by-default addition to your Pixel that applies a softer, more pastel-oriented filter to the display with automatic adjustments based on your current viewing environment — in other words, how bright it is around you at any given moment. Ooh, ahh, etc.</p>



<p>To try it out, march your way back into those Display settings, and this time, tap the line labeled “Comfort Filters.” Flip the switch next to “Comfort View,” make sure the “Dynamic” checkbox is active, and see how you feel about your newly optimized screen-color view as you move throughout your day.</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/android-17-comfort-view.jpg?quality=50&amp;strip=all&amp;w=1024" alt="Android 17 Comfort View" class="wp-image-4185806" width="1024" height="832" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Android 17’s Comfort View — ahh….comforting.</figcaption></figure><p class="imageCredit">JR Raphael, Foundry</p></div>



<p>If you find the filtering to be too extreme or not enough to make a difference, you can also try disabling the “Dynamic” option there and then manually adjusting the “Intensity” slider to suit your specific peeper preferences. But I suspect if you give it enough time, you’ll find the automatic adjustments to be one of those things that just works for you and makes your device a little easier on the eyes, relative to each and every viewing environment — without being something you actively think about or pay much mind.</p>



<p>That, if you ask me, is the sign of an effective feature. And it’s a welcome addition to Android and the ever-evolving Pixel experience.</p>



<p><em>Don’t let yourself miss an ounce of Pixel magic. </em><a href="https://www.theintelligence.com/pixel-academy-ai/" target="_blank" rel="noreferrer noopener"><strong><em>Come check out my free Pixel Academy e-course</em></strong></a><em> to find tons of hidden features and time-saving tricks for your Googley gizmo.</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[10 tips for getting better R code from your AI coding agent]]></title>
<description><![CDATA[Most generative AI tools know less about R than languages like JavaScript and Python, thanks to how much training data is available for each. However, with a little extra setup, you can give a large language model (LLM) the knowledge it needs to improve its R skills.



Here are 10 ways to help g...]]></description>
<link>https://tsecurity.de/de/3604136/ai-nachrichten/10-tips-for-getting-better-r-code-from-your-ai-coding-agent/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3604136/ai-nachrichten/10-tips-for-getting-better-r-code-from-your-ai-coding-agent/</guid>
<pubDate>Wed, 17 Jun 2026 11:04: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>



<p>Most <a href="https://www.infoworld.com/article/2338115/what-is-generative-ai-artificial-intelligence-that-creates.html" data-type="link" data-id="https://www.infoworld.com/article/2338115/what-is-generative-ai-artificial-intelligence-that-creates.html">generative AI</a> tools know less about R than languages like <a href="https://www.infoworld.com/article/2263137/what-is-javascript-the-full-stack-programming-language.html" data-type="link" data-id="https://www.infoworld.com/article/2263137/what-is-javascript-the-full-stack-programming-language.html">JavaScript</a> and <a href="https://www.infoworld.com/article/2253770/what-is-python-powerful-intuitive-programming.html" data-type="link" data-id="https://www.infoworld.com/article/2253770/what-is-python-powerful-intuitive-programming.html">Python</a>, thanks to how much training data is available for each. However, with a little extra setup, you can give a <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 model</a> (LLM) the knowledge it needs to improve its R skills.</p>



<p>Here are 10 ways to help generative AI write R code like a pro.</p>



<h2 class="wp-block-heading">Use a coding agent </h2>



<p>AI coding agents have more power, flexibility, and coding-focused tools than general-purpose chatbots.</p>



<p>Anthropic’s Claude Code and OpenAI’s Codex agents have versions that run in a terminal, IDE extensions, desktop and mobile apps, and other integrations.</p>



<p>R users may also be interested in Posit’s <a href="https://posit-dev.github.io/assistant/" data-type="link" data-id="https://posit-dev.github.io/assistant/">Posit Assistant</a>, which is designed for data analysis in both R and Python. It needs less setup for R than general-purpose coding agents, and it has more built-in knowledge about data science, R package development, and Shiny apps. Plus, it can read objects in your R and Python environments by default, which can be useful in some situations (although perhaps not if you’re working with sensitive data). There are versions of Posit Assistant for RStudio, the Positron IDE, and the terminal. Setup info is <a href="https://posit-dev.github.io/assistant/docs/downloads/positron/" data-type="link" data-id="https://posit-dev.github.io/assistant/docs/downloads/positron/">here</a>.</p>



<p>Note: Posit Assistant is <em>not</em> the same as the older Posit<em>ron</em> Assistant that was demo’d at last year’s posit::conf(). The older assistant will eventually be superceded by Posit Assistant. Posit Assistant comes pre-installed with RStudio but not pre-activated, so you don’t need to use it unless you want to.</p>



<p>Google’s original entry in this space, Gemini CLI, is being retired in favor of a new “Antigravity CLI” <a href="https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/" data-type="link" data-id="https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/">starting June 18</a>. </p>



<p>There are other IDE platforms with built-in agents, including Cursor and Windsurf, and terminal + subscription coding agents such as Warp, which was <a href="https://www.warp.dev/blog/warp-is-now-open-source" data-type="link" data-id="https://www.warp.dev/blog/warp-is-now-open-source">open-sourced in April</a>. However, I won’t be covering those here.</p>



<p>You may be limited at work by what your employer allows you to use, but you can still experiment on your own with public data — and then lobby for a new agent if a different one better meets your needs. Whatever you choose, though, moving to one of these from a web-based chatbot should produce better code. </p>



<p>“The shift from chatbot to agent is the most important change in how people use AI since ChatGPT launched,” <a href="https://www.oneusefulthing.org/p/a-guide-to-which-ai-to-use-in-the">says Ethan Mollick</a>, co-director of the Wharton School’s Generative AI Labs at the University of Pennsylvania. </p>



<h2 class="wp-block-heading">Set up CLAUDE.md, AGENTS.md, or GEMINI.md knowledge files</h2>



<p>All the major coding agents look for knowledge files to load each time you start a session, and you can easily edit those files. The files can include things like your proficiency in various languages and how you like to document projects. For example, I tell my LLMs that I’d like a README.md in every project with info on how to use the project and technical info on how the project was coded.</p>



<p>Most coding tools let you have both an overarching main file that’s loaded into every session, and an additional file per project.</p>



<p>If you’re adding Claude or Codex to an existing code base, the <code>/init</code> slash command will create one of those .md project files after scanning and analyzing the code. You can also ask an LLM to interview you to create or add to one of those files.</p>



<p>Claude Code looks for a user-level main CLAUDE.md file at ~/.claude/CLAUDE.md and then a project-level file at ./CLAUDE.md or ./.claude/CLAUDE.md. The <code>/memory</code> slash command shows where those files are located. Codex uses <a href="https://developers.openai.com/codex/guides/agents-md" data-type="link" data-id="https://developers.openai.com/codex/guides/agents-md">AGENTS.md files</a>. Antigravity docs say it looks for a main GEMINI.md file plus GEMINI.md and/or AGENTS.md files in your working directory.</p>



<p>Positron Assistant is set up to read AGENT.md, AGENTS.md, POSITRON.md, CLAUDE.md, GEMINI.md, and LLMS.txt in a workspace root directory, according to the docs. See the <a href="https://positron.posit.co/assistant-chat-instructions.html" data-type="link" data-id="https://positron.posit.co/assistant-chat-instructions.html">Positron docs</a> for more on custom instructions.</p>



<h2 class="wp-block-heading">Use agent skills</h2>



<p>Agent skills can turn an LLM with questionable R knowledge into an expert that understand how you want it to write code. You can develop your own skills, work with your LLM to create skills, or download skills written by others. Claude even has a skill to help you build skills. This is one of the best ways to stop having to repeat the same instructions over and over. Instead, the LLM will “remember” what’s in your skills files by loading them when they’re needed.</p>



<p>What’s the difference between the knowledge .md files mentioned above and a skill? I like to think of CLAUDE.md or AGENTS.md files as <em>important background info that’s always available</em>, while skills are <em>more specific instructions that are useful at certain times.</em> Or, as Claude Opus 4.7 put it: “Skills are for triggered workflows (‘when user asks X, do Y’). A standing rule that applies to every project isn’t trigger-based; it’s a directive I should always follow.” Standing rules should go in CLAUDE.md.</p>



<p>“Create a skill when you keep pasting the same instructions, checklist, or multi-step procedure into chat, or when a section of CLAUDE.md has grown into a procedure rather than a fact,” according to Anthropic’s <a href="https://code.claude.com/docs/en/skills" data-type="link" data-id="https://code.claude.com/docs/en/skills">Claude Code docs</a>. “Unlike CLAUDE.md content, a skill’s body loads only when it’s used, so long reference material costs almost nothing until you need it.” Only skill <em>descriptions</em> are loaded at the start of each session, so the LLM knows what skills are available.</p>



<p>Anthropic originally created skills for Claude <a href="https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills" data-type="link" data-id="https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills">in October 2025</a> and then published the concept as <a href="https://agentskills.io/home" data-type="link" data-id="https://agentskills.io/home">an open standard</a> a couple of months later. Most coding agents now use them.</p>



<p>Anthropic has an easy-to-folllow guide to creating custom skills <a href="https://support.claude.com/en/articles/12512198-how-to-create-custom-skills" data-type="link" data-id="https://support.claude.com/en/articles/12512198-how-to-create-custom-skills">here</a> if you want to try your hand at building your own. </p>



<p>Posit Assistant comes with several R-related skills built in and allows users to add more. You’ll find them <a href="https://posit-dev.github.io/assistant/docs/features/skills/" data-type="link" data-id="https://posit-dev.github.io/assistant/docs/features/skills/">here</a>.</p>



<p>If you’re not using Posit Assistant, you can add Posit-developed skills to another coding agent. Posit published a GitHub repository with skills for creating R packages, Shiny apps, and Quarto documents; for creating and resolving GitHub pull requests; for open-source R and Python package releases; for code reviews (R, Python, JavaScript/TypeScript, SQL); and for creating architectural documentation for a codebase. Browse them all <a href="https://github.com/posit-dev/skills" data-type="link" data-id="https://github.com/posit-dev/skills">here</a>. </p>



<h2 class="wp-block-heading">Read and edit the skills you download</h2>



<p>Skills are just a folder with one or more markdown text files that have a structured YAML header. That folder can include optional resources and scripts, too. Skill instruction files are easy to read and edit, so you can make sure they do what you want. Tweak them as desired.</p>



<p>For example, Claude helped me write my own customized R skill. Claude leans toward tidyverse packages, but there are other packages I like a lot, too, such data.table. I made sure the R skill knows my package preferences, and under what circumstances I prefer each.</p>



<p>If one of your preferred procedures changes, remember to update the associated skills. Or, ask an LLM to update it for you. Keeping skills up to date will make your coding agent more useful.</p>



<p>Keep your CLAUDE.md or AGENTS.md files updated, too. Maybe you started off with a CLAUDE.md file that said you’re an experienced Python programmer who is just learning R. Three months from now, you might want to update your R skill level. Or, perhaps you told an AGENTS.md file that you like thoroughly documented code, but now you’d prefer a lighter touch. You may want to have your coding agent go over those files with you from time to time and ask you about the main points and whether they need updating.</p>



<h2 class="wp-block-heading">Use the btw R package and its MCP server </h2>



<p>It’s frustrating when an LLM writes code based on an ancient R package version in its training data, or when it doesn’t know about a relatively recent package at all. <a href="https://posit-dev.github.io/btw/" data-type="link" data-id="https://posit-dev.github.io/btw/">btw</a> solves this problem by letting your coding agent access info about all the R packages <em>installed on your system.</em> That means it can write code based on your specific R environment. Plus, btw lets an LLM access variables in your current R environment via a <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) server.</p>



<p>MCP servers are a standardized way for LLMs to access external data — in this case, your running R session (external doesn’t have to mean cloud). Like skills, MCP was created by Anthropic as an open standard and has since been adopted by most major AI platforms. The <a href="https://posit-dev.github.io/btw/" data-type="link" data-id="https://posit-dev.github.io/btw/">btw R package</a> includes an MCP server, which you can install for Claude Code by running the following code in a terminal window (not R console).</p>



<pre class="wp-block-code"><code>claude mcp add -s "user" r-btw -- Rscript -e "btw::btw_mcp_server()"
</code></pre>



<p>btw comes with a <em>lot</em> of tools. It’s not a great idea to overload your LLM with tools it may never use. If you just want to register btw tools for accessing your R session and looking up package documentation, you can run a command like this instead:</p>



<pre class="wp-block-code"><code>claude mcp add -s "user" r-btw -- Rscript -e "btw::btw_mcp_server(tools = btw::btw_tools('btw_tool_run_r', 'docs', 'env'))"
</code></pre>



<p>You only need to do this once.</p>



<p>To connect Claude Code to your open R session, you also need to run <code>btw::btw_mcp_session()</code> <em>in every new R session.</em> (I sometimes forget this part until I’m puzzled why Claude can’t read my R variables or even see what packages I have installed.)</p>



<p>You can see a demo of btw in <a href="https://youtu.be/7GI6-4J0AXA?si=gUeERaXsnh-IZsYC&amp;t=176" data-type="link" data-id="https://youtu.be/7GI6-4J0AXA?si=gUeERaXsnh-IZsYC&amp;t=176">this Posit video</a> that compares Claude Code and Posit Assistant. </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/test_claude_code_btw.jpg?quality=50&amp;strip=all" alt="test_claude_code_btw" class="wp-image-4184658" width="942" height="511" sizes="auto, (max-width: 942px) 100vw, 942px"><figcaption class="wp-element-caption"><p>The btw R package lets Claude Code and other agents read objects in your R session.</p>
</figcaption></figure><p class="imageCredit">Foundry</p></div>



<p>You don’t need to do this setup for Posit Assistant, since tools for accessing your R session and variables are built in.</p>



<h2 class="wp-block-heading">Use plan mode for your projects</h2>



<p>I cannot stress this enough. Just as humans benefit from having a plan before starting to implement a project, LLMs benefit from working through a plan before beginning to generate code. Plus, it can be useful at times to “brainstorm” with an LLM about structures and features, ask it for alternatives, or even have another LLM review a plan before implementing it.</p>



<p>Anthropic advises starting with plan mode. “Letting Claude jump straight to coding can produce code that solves the wrong problem. Use plan mode to separate exploration from execution,” they wrote in a <a href="https://code.claude.com/docs/en/best-practices" data-type="link" data-id="https://code.claude.com/docs/en/best-practices">best practices doc</a>. </p>



<p>Claude, Codex, Gemini, and Posit Assistant all have a plan mode in their CLI versions that can be activated with the <code>/plan</code> slash command.</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/claude_plan1.jpg?quality=50&amp;strip=all&amp;w=1024" alt="claude_plan1" class="wp-image-4184722" width="1024" height="399" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p><br></p></figcaption></figure><p class="imageCredit">Foundry</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/06/claude_plan2_8e2bf0.jpg?quality=50&amp;strip=all&amp;w=1024" alt="claude_plan2 rev" class="wp-image-4184724" width="1024" height="414" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>When in plan mode activated with /plan, Claude will often ask questions before coming up with its plan.</p></figcaption></figure><p class="imageCredit">Foundry</p></div>



<h2 class="wp-block-heading">Make sure your coding agent learns from its mistakes </h2>



<p>This is one of the best tips I read first from Joe Amditis, associate director of operations at the Center for Cooperative Media at Montclair State University: If your coding agent makes a mistake and you work together to fix it, make sure to save that memory so it doesn’t make the same error again.</p>



<p>Your agent may have an auto memory system that’s supposed to do some of this (I’ve used Claude Code’s), but you can instruct any coding agent to keep a separate lessons learned file for each project, too, or ask it what’s the best way to ensure it doesn’t make the same error again. This isn’t a guarantee, any more than you can be assured an LLM will follow all the rules in a CLAUDE.md or AGENTS.md file or all the steps in a skill. But it has definitely cut down on my agents making the same errors over and over.</p>



<h2 class="wp-block-heading">Have your agent write tests and do code reviews </h2>



<p>Tests and code reviews done by a coding agent aren’t a substitute for a human checking that software works. Review an LLM’s results yourself any time a task is important! However, agent-generated tests are still a good way to head off some problems and cut down the time you spend as your LLM’s debugging partner. If you don’t know where to start to help your agent know how to test and review code, see Posit’s <a href="https://github.com/posit-dev/skills/tree/main/r-lib/testing-r-packages" data-type="link" data-id="https://github.com/posit-dev/skills/tree/main/r-lib/testing-r-packages">testing-r-packages</a> and <a href="https://github.com/posit-dev/skills/tree/main/posit-dev/critical-code-reviewer" data-type="link" data-id="https://github.com/posit-dev/skills/tree/main/posit-dev/critical-code-reviewer">critical-code-reviewer</a> skills. Your agent may also have built-in code review skills, such as Claude Code’s <code>/code-review</code> slash command.</p>



<p>Code review skills are available from many sources. For example, Sentry has a code review skill in its repository. Aimed specifically at its project’s needs, it can be a useful sample for similar skills. And <a href="https://github.com/obra/superpowers" data-type="link" data-id="https://github.com/obra/superpowers">superpowers</a> is a popular set of general-purpose programming skills that’s billed as “a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them.” I don’t use superpowers, but a lot of other people clearly do given its more than 227,000 GitHub stars and 20,000 forks.</p>



<p>Another tip: Several experts suggest using a different LLM — maybe even from a different provider — to conduct a code review, since each model has its own strengths and weaknesses.</p>



<h2 class="wp-block-heading">Don’t forget general prompting good habits </h2>



<p>Whatever programming language you’re using, being clear will improve your outputs. Keep your requests targeted, and don’t expect the LLM to read your mind.</p>



<p>“Codex handles complex work better when you break it into smaller, focused steps,” OpenAI says in its <a href="https://developers.openai.com/codex/prompting" data-type="link" data-id="https://developers.openai.com/codex/prompting">developer docs</a>. “Smaller tasks are easier for Codex to test and for you to review. If you’re not sure how to split a task up, ask Codex to propose a plan.”</p>



<p>“Take time to make your prompts as relevant as possible, just as you would when helping a new teammate scope a task,” Google advises in its <a href="https://cloud.google.com/blog/topics/developers-practitioners/five-best-practices-for-using-ai-coding-assistants" data-type="link" data-id="https://cloud.google.com/blog/topics/developers-practitioners/five-best-practices-for-using-ai-coding-assistants">Five Best Practices for Using AI Coding Assistants</a>. “Consider what details you need to share for a person to succeed, and provide all those details to your AI tool.”</p>



<p>And, don’t load up your context window to the LLM’s published limit. Performance often degrades as you get close to the maximum token limit.</p>



<h2 class="wp-block-heading">Take advantage of open LLMs, particularly if you have budget and token limits </h2>



<p>Open-weight models — especially ones small enough to run on a desktop computer — may never rival frontier LLMs like Claude, GPT, or Gemini. But for a lot of R coding, they don’t need to.</p>



<p>To see how well an LLM can write R code, it should have the same kind of harness that Claude Code, Codex, or Posit Assistant gives larger LLMs. “The harness is the product,” <a href="https://sidecar.ai/blog/the-ai-harness-why-whats-built-around-the-model-matters-more-than-the-model-itself" data-type="link" data-id="https://sidecar.ai/blog/the-ai-harness-why-whats-built-around-the-model-matters-more-than-the-model-itself">argues Mallory Mejias</a> at Sidecar, an AI education company. “The model is the engine inside it — important, but increasingly interchangeable.” I wouldn’t go that far, since I still find the LLM to be a critical piece of this equation, and models differ. But the same LLM will perform differently depending on the tools and context it has.</p>



<p>Posit recently added Google’s open-source Gemma 4 26B to Assistant’s existing options of larger, closed-source LLMs. “Up until this point, models of this size — small enough to run comfortably on high-end consumer laptops — were on our radar but not yet capable enough to drive an agent harness like Posit Assistant,” Posit senior software engineer Simon Couch wrote on <a href="https://posit.co/blog/gemma-4-new-budget-focused-model-posit-ai" data-type="link" data-id="https://posit.co/blog/gemma-4-new-budget-focused-model-posit-ai">the Posit blog</a>. “This has changed in the last few months with releases like Gemma 4.” However, to use it in Posit Assistant in RStudio, you still need to run it through a Posit AI subscription, not locally. It uses 1/10 the budget that the same session with Claude Sonnet would consume.</p>



<p>Several projects can use Claude Code to run local LLMs. <a href="https://github.com/ollama/ollama" data-type="link" data-id="https://github.com/ollama/ollama">Ollama</a>, open-source software for running LLMs locally, does this with the terminal command <code>ollama launch claude --model <model-name></model-name></code>, such as:</p>



<pre class="wp-block-code"><code>ollama launch claude --model gemma4:26b
</code></pre>



<p>The makers of <a href="https://github.com/unslothai/unsloth" data-type="link" data-id="https://github.com/unslothai/unsloth">Unsloth</a>, an open-source framework for running and training models, say running local LLMs inside Claude Code can be very slow due to <a href="https://unsloth.ai/docs/basics/claude-code#fixing-90-slower-inference-in-claude-code" data-type="link" data-id="https://unsloth.ai/docs/basics/claude-code#fixing-90-slower-inference-in-claude-code">a cache invalidation issue</a>. They say this can be fixed by adding <code>"CLAUDE_CODE_ATTRIBUTION_HEADER" : "0"</code> to ~/.claude/settings.json under “env”.</p>



<p>Unsloth can also use Claude Code to run local models, but it’s somewhat more involved to install and set up than Ollama. See <a href="https://unsloth.ai/docs/basics/claude-code#unsloth-tutorial" data-type="link" data-id="https://unsloth.ai/docs/basics/claude-code#unsloth-tutorial">this Unsloth tutorial</a>. </p>



<p>Open-source coding agent <a href="https://github.com/anomalyco/opencode" data-type="link" data-id="https://github.com/anomalyco/opencode">Open Code</a> runs LLMs from OpenAI, Anthropic, Google, Kimi, Alibaba’s Qwen, and others. I haven’t warmed up to it yet compared with commercially backed CLI tools I’ve tried, but it has 174,000 GitHub stars so clearly a lot of fans. </p>



<p>AI consultant Thomas Wiegold, who <a href="https://thomas-wiegold.com/blog/i-switched-from-claude-code-to-opencode/" data-type="link" data-id="https://thomas-wiegold.com/blog/i-switched-from-claude-code-to-opencode/">switched from Claude to Open Code</a>, said “OpenCode covers everything I need for my daily workflow. It’s fast, the provider flexibility is genuinely useful rather than theoretical, and the TUI is better for extended sessions…. That said, I’m not going to pretend it’s all smooth sailing.” He noted some stability issues and a remote code execution vulnerability earlier this year. </p>



<p>Wiegold’s suggestion? “Install both. Try others. Stay flexible.”</p>



<h2 class="wp-block-heading">In summary</h2>



<p>Large language models remain imperfect and unpredictable tools, but they’re improving rapidly — as are the harnesses around them. Even frontier LLMs in commercial coding agents can ignore instructions at times and otherwise behave in unpleasantly surprising ways. However, you’ll vastly improve your chances of generating quality code if you use coding agents, take time to set them up with quality instructions, and remember good prompting techniques. Good luck!</p>



<p>—</p>



<h2 class="wp-block-heading">Coding agent info</h2>



<p><a href="https://www.anthropic.com/product/claude-code" data-type="link" data-id="https://www.anthropic.com/product/claude-code">Claude Code</a> – Anthropic’s coding agent is available in the terminal and as an IDE extension, a desktop app, mobile apps, Slack app, and a cloud version that can work directly in your repos on GitHub. Arguably the first breakthrough coding agent, it now includes an elegant remote-control option where you can start a session on your desktop and then continue it on a phone or tablet. While designed for Claude LLMs, you can use it to run local LLMs via tools like Ollama or Unsloth Studio. When using Claude models, it tends to offer less usage than other vendors’ options. Anthropic has posted the terminal version’s code on GitHub, with usage governed by Anthropic’s commercial terms of service. You can use Claude Code via API pay per use or as part of a Claude subscription.</p>



<p><a href="https://developers.openai.com/codex" data-type="link" data-id="https://developers.openai.com/codex">Codex</a> – OpenAI’s answer to Claude Code is available via terminal, app, IDE extension, or cloud, with integrations for GitHub, Slack, and Linear. The CLI tool is open source under an Apache license, <a href="https://github.com/openai/codex" data-type="link" data-id="https://github.com/openai/codex">available on GitHub</a>, and works via API pay per use or as part of a ChatGPT subscription.</p>



<p><a href="https://posit-dev.github.io/assistant/" data-type="link" data-id="https://posit-dev.github.io/assistant/">Posit Assistant</a> – The Posit (formerly RStudio) coding agent is designed for data work in R and Python, although Posit senior software engineer Simon Couch told me it would do fine for programming work for other uses and in other languages. It is available for the RStudio IDE (via a Posit AI subscription in RStudio), Positron IDE, and as a stand-alone CLI terminal app, although the CLI tool currently doesn’t feel as full-featured as the IDE integrations (that may change). As of this writing, you can also use API keys from Anthropic, OpenAI, and Snowflake Cortex and a GitHub Copilot account in Positron. Posit Assistant is being updated quite frequenty, Couch told me. If you tested it a month or two ago, it has more capabilities now.</p>



<p><a href="https://antigravity.google/product/antigravity-cli" data-type="link" data-id="https://antigravity.google/product/antigravity-cli">Antigravity CLI</a> – Google’s terminal-based tool will be replacing the Gemini CLI for unpaid and Google One users this month. There’s also an Antigravity IDE, SDK, and platform for orchestrating multiple agents. One advantage of Antigravity: Google offers a free plan with access to Gemini 3.5 Flash, Gemini 3.1 Pro, Gemini 3 Flash, Claude Sonnet 4.6, Claude Opus 4.6, and gpt-oss-120b, and what it describes as “generous” but undefined weekly rate limits based on “the degree we have capacity.”</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Research's Mirage gives video generation a persistent spatial memory that doesn't forget what's around the corner]]></title>
<description><![CDATA[Mirage, a video world model from Microsoft Research and several universities, stores scene information directly in latent space instead of pixel-based point clouds. That slashes compute time and graphics memory while keeping scenes spatially consistent through long camera moves. It still can't re...]]></description>
<link>https://tsecurity.de/de/3597195/ai-nachrichten/microsoft-researchs-mirage-gives-video-generation-a-persistent-spatial-memory-that-doesnt-forget-whats-around-the-corner/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3597195/ai-nachrichten/microsoft-researchs-mirage-gives-video-generation-a-persistent-spatial-memory-that-doesnt-forget-whats-around-the-corner/</guid>
<pubDate>Sun, 14 Jun 2026 16:03:46 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><img width="1920" height="1047" src="https://the-decoder.com/wp-content/uploads/2026/06/latent-video-memory-nano-banana-pro.jpg" class="attachment-full size-full wp-post-image" alt="Vector graphic: a curved hallway with colorful doors and scattered chairs in an abstract furniture illustration" decoding="async" fetchpriority="high"></p>
<p>        Mirage, a video world model from Microsoft Research and several universities, stores scene information directly in latent space instead of pixel-based point clouds. That slashes compute time and graphics memory while keeping scenes spatially consistent through long camera moves. It still can't reliably track moving objects across segments.</p>
<p>The article <a href="https://the-decoder.com/microsoft-researchs-mirage-gives-video-generation-a-persistent-spatial-memory-that-doesnt-forget-whats-around-the-corner/">Microsoft Research's Mirage gives video generation a persistent spatial memory that doesn't forget what's around the corner</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Four new Macs are launching later this year, here’s what’s coming]]></title>
<description><![CDATA[Apple launched three new Macs earlier this year, but there are another four Macs rumored to debut throughout the remainder of the year. Here’s what’s coming.]]></description>
<link>https://tsecurity.de/de/3594422/ios-mac-os/four-new-macs-are-launching-later-this-year-heres-whats-coming/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3594422/ios-mac-os/four-new-macs-are-launching-later-this-year-heres-whats-coming/</guid>
<pubDate>Fri, 12 Jun 2026 21:39:33 +0200</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="feat-image"><img src="https://9to5mac.com/wp-content/uploads/sites/6/2026/03/mac-lineup-devices-apple-hello.jpg?quality=82&amp;strip=all&amp;w=1600"></div><p class="wp-block-paragraph">Apple launched three new Macs earlier this year, but there are another four Macs <a href="https://9to5mac.com/2026/05/15/apple-will-launch-15-new-products-this-fall-heres-whats-coming/" type="post">rumored to debut</a> throughout the remainder of the year. Here’s what’s coming.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CrossOver, a Windows to Mac gaming tool, goes Apple Silicon only]]></title>
<description><![CDATA[If you're a CrossOver user on Intel or use 32-bit gaming bottles, your time is up with version 27. 64-bit bottles and Apple Silicon are now required.CrossOver is going Apple Silicon onlyGaming on Mac has always been a bit of a wasteland, but that doesn't stop some folks from trying. The CrossOver...]]></description>
<link>https://tsecurity.de/de/3591949/ios-mac-os/crossover-a-windows-to-mac-gaming-tool-goes-apple-silicon-only/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3591949/ios-mac-os/crossover-a-windows-to-mac-gaming-tool-goes-apple-silicon-only/</guid>
<pubDate>Fri, 12 Jun 2026 00:24:17 +0200</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[If you're a CrossOver user on Intel or use 32-bit gaming bottles, your time is up with version 27. 64-bit bottles and Apple Silicon are now required.<br><br><div><img src="https://photos5.appleinsider.com/gallery/67931-143209-IMG_4654-xl.jpg" alt="Pale green Apple laptop on an outdoor cafe table beside a Crossover software box for running Windows applications on Mac and Linux, with blurred buildings and chairs in background" height="738"><br><span>CrossOver is going Apple Silicon only</span></div><br>Gaming on <a href="https://appleinsider.com/inside/mac" title="Mac" data-kpt="1">Mac</a> has always been a bit of a wasteland, but that doesn't stop some folks from trying. The CrossOver app for Mac brings Windows games to the platform, and it gets better with <a href="https://appleinsider.com/articles/26/02/10/crossover-26-update-adds-compatibility-for-blockbuster-expedition-33-and-helldivers-2">each update</a>.<br><br>However, the <a href="https://www.codeweavers.com/blog/mjohnson/2026/06/11/whats-in-and-whats-out-for-crossover-27">latest update</a>, CrossOver 27, will have to make some sacrifices to make development a little more streamlined. It is getting ARM64 builds for both Mac and Linux, but CrossOver 27 will only work on <a href="https://appleinsider.com/inside/macos-sonoma" title="macOS Sonoma" data-kpt="1">macOS Sonoma</a> or newer.<br><br><br> <a href="https://appleinsider.com/articles/26/06/11/crossover-a-windows-to-mac-gaming-tool-goes-apple-silicon-only?utm_source=rss">Continue Reading on AppleInsider</a> | <a href="https://forums.appleinsider.com/discussion/244635?urm_source=rss">Discuss on our Forums</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[WWDC: What IT admins need to know]]></title>
<description><![CDATA[Under-the-hood AI changes and efficiency improvements at the OS layer across Apple’s platforms are certainly the highlights at WWDC 2026. But there have also been significant changes IT admins will need to prepare for, particularly around Declarative Device Management (DDM). 



The Intel age is ...]]></description>
<link>https://tsecurity.de/de/3591409/it-nachrichten/wwdc-what-it-admins-need-to-know/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3591409/it-nachrichten/wwdc-what-it-admins-need-to-know/</guid>
<pubDate>Thu, 11 Jun 2026 19: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>Under-the-hood <a href="https://www.computerworld.com/article/4182977/wwdc-what-analysts-and-the-tech-industry-say.html">AI changes and efficiency improvements</a> at the OS layer across Apple’s platforms are <a href="https://www.computerworld.com/article/4182558/wwdc-did-apple-make-the-ai-grade-this-year.html">certainly the highlights at WWDC 2026</a>. But there have also been significant changes IT admins will need to prepare for, particularly around Declarative Device Management (DDM). </p>



<h2 class="wp-block-heading"><strong>The Intel age is over</strong></h2>



<p>Apple <a href="https://www.computerworld.com/article/4133907/apple-to-kill-app-support-for-intel-based-macs-next-year.html">warned us this was coming</a>, but macOS 27 will not support Intel at all. The company will deliver three more years of security updates for those devices, and you will still be able to use Rosetta to get Intel app binaries to run legacy apps on Apple Silicon. But if you still rely on any Intel apps or Macs, it really is time to plan your upgrade.</p>



<h2 class="wp-block-heading"><strong>DDM becomes the present</strong></h2>



<p>It was the future once, but when it comes to <a href="https://www.computerworld.com/article/4016094/ddm-a-glorious-dawn-for-apple-device-management.html">Declarative Device Management (</a>DDM) that future is now. Apple is removing all its legacy MDM mechanisms to replace them with DDM. “For IT admins, WWDC 2026 is a migration year,” <a href="https://fleetdm.com/guides/wwdc-2026-what-it-admins-need-to-know" target="_blank" rel="noreferrer noopener">wrote Fleet</a>. “Apple is removing legacy MDM mechanisms and replacing them with Declarative Device Management (DDM). Some of it is urgent. Some of it just needs a plan.”</p>



<p>It’s a great step, though IT admins will need to ensure they aren’t relying on legacy MDM to handle any of their device fleets. That’s a particular issue around software and security update management. In most cases, your MDM provider has probably already introduced DDM support. But if you aren’t certain, now is the time to find out before your systems fail.</p>



<p>Apple has also added new DDM tools across various systems, apps, identities and more. Some of the highlights include:</p>



<ul class="wp-block-list">
<li>VPN and Network configurations can be provisioned using DDM; they also become credential-reliant, which should make management more streamlined.</li>



<li>Apple Intelligence, Siri, and keyboard settings can also be configured via DDM, and admins can manage individual Apple Intelligence tools. </li>



<li>Web content filter and content caching both become controllable with DDM.</li>



<li>A new privacy key lets IT manage things like camera or microphone access.</li>



<li>Apple has added a device system health reporting function to verify that hardware components on iPhone and iPad are genuine.</li>



<li>IT will be able to detect whether a device is in Lockdown Mode.</li>
</ul>



<p>“One of the new features I’m most excited about is the ability to set permission defaults for managed apps and websites viewed in Safari,” said Adam Henry, senior product manager at <a href="http://www.iru.com/" target="_blank" rel="noreferrer noopener">Iru</a>. “While the user is still prompted to allow these permissions, we can now present those requests as a unified prompt immediately upon app launch, along with a custom explanation as to why those permissions are important — think a teleconferencing app or website that always needs access to camera and microphone. </p>



<p>“Overall, I think this is a much more user-friendly solution that will likely increase permission compliance.”</p>



<h2 class="wp-block-heading"><strong>Siri and AI</strong></h2>



<p>Although, Apple has introduced new management tools for AI, it’s important to remember some advice from Joel Rennich, senior vice president for product management at <a href="https://jumpcloud.com/" target="_blank" rel="noreferrer noopener">JumpCloud</a>: “Traditional IAM models assume users directly interact with applications, but agentic systems change that assumption. AI intermediaries can now retrieve data, execute workflows, and make decisions across systems. Enterprises will need identity frameworks that govern both human and non-human actors consistently.”</p>



<p>He also noted: “The separation between where data lives and where it is used becomes increasingly invisible to the user. Intent becomes the primary input, not app selection.”</p>



<p>At the same time, the evolution of AI on Apple’s devices promises a lot for enterprise users. Matt Vlasach, <a href="http://www.jamf.com/" target="_blank" rel="noreferrer noopener">Jamf</a> senior vice president, enterprise products and solutions engineering, told me: “Most notable for me was Siri AI and the push towards on-device and more capable models that can do more with user context. While obvious for consumer use cases as illustrated in the keynote, the opportunity to evolve this to the work context using a more advanced Apple Intelligence framework is an exciting evolution.”</p>



<h2 class="wp-block-heading"><strong>Farewell AFP</strong></h2>



<p>Apple has finally eradicated Apple Filing Protocol (AFP) in macOS. This will be an issue for any business that uses legacy Time Capsule or NAS storage devices, though in most cases those products are already obsolete and should be replaced. This is unlikely to be a huge challenge for most, given that Apple began using SMB as its primary file sharing protocol back in 2013 and support for AFP server disappeared in 2020. (Time Capsule fans might want to take a look at the<a href="https://github.com/jamesyc/TimeCapsuleSMB" target="_blank" rel="noreferrer noopener"> TimeCapsuleSMB</a> open-source project.)</p>



<h2 class="wp-block-heading"><strong>Hello AppleCare log collection</strong></h2>



<p>Apple will introduce a new remote log collection capability that integrates directly with the company’s support infrastructure. So, when AppleCare support engages with an organization’s IT team, they can provide an enhanced logging token which can be shared to get the device to collect diagnostic logs to upload to AppleCare. You just know this will expedite remedy.</p>



<h2 class="wp-block-heading"><strong>Single Sign-On improvements</strong></h2>



<p>As I <a href="https://www.applemust.com/wwdc-whats-new-in-managing-devices/" target="_blank" rel="noreferrer noopener">noted here</a>, there are some significant Single Sign-On (SSO) updates; two that caught my eye include:</p>



<ul class="wp-block-list">
<li>IT can now insist on biometric as well as password ID on managed devices.</li>



<li>Authenticated Guest Mode with Platform SSO allows users to quickly and securely login to a shared Mac in a temporary session.</li>



<li>Platform SSO on macOS 27 adds web-based authentication.</li>
</ul>



<h2 class="wp-block-heading"><strong>Network and more</strong></h2>



<p>Another change affects the system processes used in device management at a network level. Apple now requires that you use TLS 1.2 or later. If you or your MDM systems are not doing so, get ready for things to break. (Apple <a href="https://support.apple.com/en-us/126655" target="_blank" rel="noreferrer noopener">has published a support article</a> to help IT test their network environments in preparation for this change.)</p>



<p>Apple also announced that IT admins will be able to purchase and manage app subscriptions directly in Apple School Manager and Apple Business Manager. And it introduced a managed migration feature that should help migrate data, while preserving device management enrollment and settings. </p>



<h2 class="wp-block-heading"><strong>More information</strong></h2>



<p>I’ve really only offered a flavor of some of the IT improvements introduced at WWDC. To find out more, watch the Apple sessions on “<a href="https://developer.apple.com/videos/play/wwdc2026/206" target="_blank" rel="noreferrer noopener">What’s new in managing Apple devices</a>” and take a look at the Apple Platform Deployment guide; it should be <a href="https://support.apple.com/en-gb/guide/deployment/welcome/web" target="_blank" rel="noreferrer noopener">updated</a> before the new operating systems ship this fall </p>



<p><em>You can follow me on social media! Join me on <a href="https://bsky.app/profile/jonnyevanssays.bsky.social" target="_blank" rel="noreferrer noopener">BlueSky</a>,  <a href="http://www.linkedin.com/in/jonnyevans" target="_blank" rel="noreferrer noopener">LinkedIn</a>, <a href="https://social.vivaldi.net/@jonnyevans" target="_blank" rel="noreferrer noopener">Mastodon</a> and subscribe to <a href="https://thecorenews.substack.com/p/welcome-to-the-core?r=5l3lg" target="_blank" rel="noreferrer noopener">The Core</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI experience is the hottest IT hiring need. What if you don’t have much?]]></title>
<description><![CDATA[AI has quickly become a top skill on the IT talent market, with 91% of IT leaders prioritizing AI expertise when hiring this year, according to recent survey from AI analytics vendor Reveal. Eight in 10 of tech leaders reported using AI in software development and 77% said expanding AI use throug...]]></description>
<link>https://tsecurity.de/de/3590001/it-nachrichten/ai-experience-is-the-hottest-it-hiring-need-what-if-you-dont-have-much/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3590001/it-nachrichten/ai-experience-is-the-hottest-it-hiring-need-what-if-you-dont-have-much/</guid>
<pubDate>Thu, 11 Jun 2026 11:32:31 +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 has quickly become a top skill on the IT talent market, with 91% of IT leaders prioritizing AI expertise when hiring this year, according to <a href="https://wp-staging.revealbi.io/whitepapers/reveal-it-talent-survey-top-technology-roles-and-skills-for-2026?fwp=0&amp;nocache=2" rel="nofollow">recent survey from AI analytics vendor Reveal</a>. Eight in 10 of tech leaders reported using AI in software development and 77% said expanding AI use throughout the organization is a top strategic goal for 2026.</p>



<p>However, as typically happens when there’s a rush to adopt any emerging tech, the talent market often can’t keep pace, creating a talent gap around these new, in-demand skills. According to Reveal, 50% of organizations already cite difficulties in “recruiting and retraining skilled technical staff,” while 80% say the shortage is directly impacting the organization’s operations and ability to act on AI projects — a <a href="https://www.cio.com/article/4165232/whats-holding-back-enterprise-ai-shortage-of-talent-cios-say.html">challenge confirmed by CIO.com’s 2026 State of the CIO Survey</a>.</p>



<p>While the talent market takes time to meet the demand, leaders will likely be looking to prioritize candidates who show a mix of technical, business, and communication skills as that can help “bridge the gap between AI output and actual results,” says Kareem Osman, VP and market director of technology talent solutions at Robert Half.</p>



<h2 class="wp-block-heading">Highlighting valuable technical skills for AI</h2>



<p>While concerns around AI-related layoffs and job displacement are rising, 48% of Reveal survey respondents say they have instead seen AI-related job creation, while 18% reported layoffs — further indication that <a href="https://www.cio.com/article/4012162/ai-begins-to-reshape-the-it-job-landscape-as-layoffs-rise.html">AI is reshaping the job landscape in conflicting ways</a>.</p>



<p>As these new jobs arise, filling them requires a flexible understanding of the concept of AI experience, which can range from proven hands-on experience with AI tools and services, to AI-adjacent knowledge of relevant programming languages, cybersecurity, or other relevant skills.</p>



<p>“Many companies are still experimenting with AI, so ‘experience’ can come from a mix of formal credentials and hands-on use cases — that could be examples of saving time, improving decision-making, or creating more effective outputs. What stands out right now is the ability to interpret AI results and apply judgment. It’s not just about the tools you’re familiar with but more about how you’ve used it to improve real work,” says Osman.</p>



<p>Job descriptions and listings will give a better idea of what a company is looking for, but according to Reveal, the most sought-after technical skills include Python (56%), machine learning (47%), Java (34%), and cybersecurity (33%), along with C/C++, SQL, .NET, JavaScript frameworks, and web development. The report points out that smaller organizations tend to look for C/C++ and cybersecurity skills for infrastructure needs, whereas larger organizations are more likely to emphasize a need for Python and AI-specific skills.</p>



<p>“Tech roles today are much more connected and less siloed, so drawing a clear line between past IT experience and AI applications can really strengthen a resume,” says Osman.</p>



<h2 class="wp-block-heading">Demonstrating AI or AI-adjacent experience</h2>



<p>Despite being a relatively new technology, companies are eager to hire talented workers with experience or expertise with AI and AI-powered tools. The hardest-to-fill tech role, according to Reveal’s data, is AI engineer (39%), followed by cybersecurity engineers (38%) as AI raises concerns around privacy and compliance.</p>



<p>If you aren’t an AI engineer or you don’t have cybersecurity experience, there are other opportunities to highlight relevant skills on your resume that translate well to AI skills or demonstrate you are eager to upskill. Robert Half’s Osman recommends highlighting any projects or workflows where you’ve used AI, explaining what the problem was, how you and your team used AI to address it, and the ultimate results.</p>



<p>“When it comes to AI, employers are placing more value on practical application and clear thinking than just years of experience. Even one strong example of AI application in your work can go a long way, so it’s worth digging into if it aligns with the role,” he says.</p>



<p>Emphasize work experience that shows you know <a href="https://www.cio.com/article/4163373/cios-bring-ai-transformation-home-to-it-workflows.html">how to improve workflows</a>, translate technical concepts, communicate across teams, or solve business problems strategically. Demonstrate instances where you’ve helped your organization save time, improved outputs or decision-making, refined processes, met or reduced budgets, collaborated across different business units, and other similar examples to show that you understand the overall goal of AI implementation is to improve productivity and efficiency.</p>



<p>“Highlight the things that make a recruiter want to find out more. That could be examples of saving time, improving decision-making, or creating more effective outputs. What stands out right now is the ability to interpret AI results and apply judgment. It’s not just about the tools you’re familiar with but more about how you’ve used it to improve real work,” says Osman.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[88% of people struggle to tell what’s real online]]></title>
<description><![CDATA[As AI-generated scams, deepfakes, and impersonation spread, a new Malwarebytes report finds people increasingly unsure what to trust online. This article has been indexed from Malwarebytes Read the original article: 88% of people struggle to tell what’s real online
Read more →
The post 88% of peo...]]></description>
<link>https://tsecurity.de/de/3587550/it-security-nachrichten/88-of-people-struggle-to-tell-whats-real-online/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3587550/it-security-nachrichten/88-of-people-struggle-to-tell-whats-real-online/</guid>
<pubDate>Wed, 10 Jun 2026 14:11:29 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>As AI-generated scams, deepfakes, and impersonation spread, a new Malwarebytes report finds people increasingly unsure what to trust online. This article has been indexed from Malwarebytes Read the original article: 88% of people struggle to tell what’s real online</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/88-of-people-struggle-to-tell-whats-real-online/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/88-of-people-struggle-to-tell-whats-real-online/">88% of people struggle to tell what’s real online</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Data lakehouses now a backbone for enterprise analytics and AI]]></title>
<description><![CDATA[The need for a central data repository for enterprise analytics and gen AI has made the data lakehouse the default choice for enterprise data. Meanwhile, the emergence of open table standards makes the shift easier and reduces vendor lock-in for enterprises while also allowing for better integrat...]]></description>
<link>https://tsecurity.de/de/3581044/it-security-nachrichten/data-lakehouses-now-a-backbone-for-enterprise-analytics-and-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3581044/it-security-nachrichten/data-lakehouses-now-a-backbone-for-enterprise-analytics-and-ai/</guid>
<pubDate>Mon, 08 Jun 2026 12:06: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>The need for a central data repository for enterprise analytics and gen AI has made the data lakehouse the default choice for enterprise data. Meanwhile, the emergence of open table standards makes the shift easier and reduces vendor lock-in for enterprises while also allowing for better integration between lakehouses and other enterprise systems and service providers.</p>



<p><a href="https://www.cio.com/article/4104444/8-tips-for-rebuilding-an-ai-ready-data-strategy.html?utm=hybrid_search">Data lakehouses</a> combine the structure of data warehouses with the flexibility of data lakes, making them versatile tools to make the most of any data the enterprise collects, whether it’s for business analytics, integration with other systems, or providing relevant context to LLMs.</p>



<p>The idea behind the data lakehouse is to merge together the best of what data lakes and data warehouses have to offer, says Gartner analyst Adam Ronthal.</p>



<p>Data warehouses also enable companies to store large amounts of structured data with well-defined schemas, as they’re designed to support a large number of simultaneous queries and deliver results quickly to many simultaneous users.</p>



<p>Data lakes, on the other hand, enable companies to collect raw, unstructured data in many formats for data analysts to hunt through. These vast pools of data have recently grown in prominence thanks to the flexibility they provide enterprises to store massive data streams without first having to define the purpose of doing so. </p>



<p><a href="https://www.gartner.com/en/documents/6674234" rel="nofollow">According to Gartner</a>, data lakehouses are the next step in the evolution of data architectures, merging these two capabilities into a single platform to overcome limitations of previous architectures, reducing complexity, streamlining <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html?utm=hybrid_search">data management</a>, and supporting diverse workloads.</p>



<p>In late 2025, Gartner also released the first market guide for data lakehouse platforms. “The lakehouse is now firmly established as the architecture that most organizations will seek to standardize on,” wrote Ronthal and his co-authors in the report.</p>



<p>Meanwhile, data lakehouses themselves are also standardizing on the Apache Iceberg data table format, first created by Netflix in 2017, and donated to the Apache Software Foundation the following year. It hit the tipping point in 2024 with adoption by companies like Apple, LinkedIn, Adobe, and all the major cloud vendors. Even Databricks, which created the competing Delta Lake standard, now supports Iceberg natively.</p>



<p>Lakehouse vendors are opening their architecture more to allow better access to the data by third parties, says Gerry Szatvanyi, chief AI officer at consulting firm OSF Digital. “That wasn’t the case a few years ago,” he says.</p>



<p>And other enterprise service providers have been taking advantage of this, he says. For example, Salesforce Data Cloud can connect directly to Iceberg-formatted data.</p>



<p>“Salesforce has a Zero Copy access format, so it can connect its own data platform to another data lake without copying data into Salesforce,” says Szatvanyi.</p>



<p>And of course, as with everything else in the enterprise today, gen AI is having a big effect. Data lakehouses are particularly good for LLMs because they can provide critical business context for RAG embeddings and MCP access, the two most common ways to feed data into LLMs.</p>



<p>“Lakehouses are being accessed more by AI agents,” Szatvanyi says. “It’s the main thing I see happening.”</p>



<p>Even traditional business analytics is now increasingly handled via AI interfaces, he adds, democratizing user access to enterprise data.</p>



<p>In a recent <a href="https://mfe-prod.idc.com/getdoc.jsp?containerId=US52974125" rel="nofollow">IDC report</a>, the leading vendors in the data platform space are Databricks, Google, Oracle, and Snowflake, with other major players including Microsoft, IBM, and Cloudera. IDC also listed Amazon SageMaker as a lakehouse platform to watch, but it only became widely available in early 2025, so wasn’t yet included among the top vendors.</p>



<p>Gartner includes Databricks, Google, Oracle, Snowflake, Microsoft, IBM, Cloudera and Amazon SageMaker on its list of representative vendors for data lakehouse platforms, among other firms.</p>



<h2 class="wp-block-heading">The business benefits of data lakehouses</h2>



<p>Docusign opted to go with Snowflake for the data platform used to train an internal agent for sales, and is training its ML models in order to serve customers more accurately. Information is pulled from Salesforce, and they’re also exploring Atlassian and ServiceNow, as well as other internal custom tools.</p>



<p>The information also goes out to LLMs using RAG embedding pipelines, and MCP connectivity is also being explored as the technology matures.</p>



<p>Other companies use data lakehouses for the flexibility of the data sources it supports and the volume of data they can handle.</p>



<p>Sega Europe, for example, began using the Amazon Redshift data warehouse to collect event data from its Football Manager video game back in 2016. At first this event, data consisted simply of players opening and closing games.</p>



<p>“But there was so much more data we could collect,” says Felix Baker, the company’s head of data services. “Like what teams people were managing, or how much money they were spending.”</p>



<p>Because of the data structures needed for inclusion in the data warehouse, data was coming in batches and it took too much time to analyze.</p>



<p>“We wanted to analyze the data in real-time,” Baker adds, but this functionality wasn’t available in Redshift at the time. “Databricks offered an out-of-the-box managed services solution that did what we needed without us having to develop anything,” he adds. In addition, the data lakehouse architecture enabled Sega Europe to ingest unstructured data, such as social media feeds.</p>



<p>The cost efficiencies enabled by providing a source for all of an organization’s structured and unstructured data is a value driver for data lakehouses, says Steven Karan, AI transformation lead at Capgemini, and it’s helped implement data lakehouses at leading organizations in financial services, telecom, and retail.</p>



<p>Moreover, data lakehouses store data in a way that it’s readily available for use by a wide array of technologies, from traditional business intelligence and reporting systems to ML and AI. “Other benefits include reduced data redundancy, simplified IT operations, a simplified data schema to manage, and easier to enable data governance,” Karan says.</p>



<h2 class="wp-block-heading">Helping data emerge</h2>



<p>One particularly valuable use case for data lakehouses is in helping companies get value from <a href="https://www.cio.com/article/4168669/7-signs-your-data-isnt-ready-for-ai.html?utm=hybrid_search">data previously trapped in legacy or siloed systems</a>. For example, one Capgemini enterprise customer, which had grown through acquisitions over a decade, couldn’t access data related to resellers of their products.</p>



<p>“By migrating the siloed data from legacy data warehouses into a centralized data lakehouse, the client could understand at an enterprise level which of their reseller partners were most effective, and how changes such as referral programs and structures drove revenue,” he says.</p>



<p>One company capitalizing on the benefits of data lakehouses is life sciences, analytics, and services company IQVIA, which began using data lakehouses several years ago.</p>



<p>Before the pandemic, pharmaceutical companies running drug trials used to send employees to hospitals and other sites to collect data about things such as adverse effects, says Wendy Morahan, senior director of product management for clinical data analytics at IQVIA. “That’s how they make sure the patient is safe.”</p>



<p>Once the pandemic hit and sites were locked down, however, pharmaceutical companies had to scramble to figure out how to get the data they needed — and to get it in a way that was compliant with regulations, and fast enough to enable them to quickly spot potential problems.</p>



<p>Snowflake and Databricks gave the company the ability to store the raw data in any format, including images and audio, all in a single platform.</p>



<h2 class="wp-block-heading">Lakehouse adoption growth</h2>



<p>In <a href="https://www.researchandmarkets.com/reports/6075267/data-lakehouse-market-report" rel="nofollow">a February report</a> from Research and Markets, the data lakehouse market has been growing exponentially.</p>



<p>In 2025, it totaled $10.3 billion and is predicted to hit $12.6 billion by the end of this year, a compound growth rate of 22%. By 2030, this will be up to $27.3 billion, the research firm projects.</p>



<p>And according to a recent survey from Dremio, a lakehouse vendor, 63% of companies run most analytics on a lakehouse rather than a traditional warehouse, up from 55% in 2024.</p>



<p>Data lakehouses are also increasingly being used for IT and security workloads, says Ed Bailey, field CISO at telemetry vendor Cribl. “Previously, lakehouse providers were the realm of business data with a focus on structured data and SQL.”</p>



<p>Lakehouses can handle IT and security data at a lower cost, and this is a critical issue given the volumes of data in this space. “Even mid-sized companies produce much more IT and security data than business data,” he says. “Lakehouse vendors are finally starting to push into the market.”</p>



<p>But it’s still early, and initial solutions are immature and an awkward fit for this kind of data. “IT and security data are very different from business data,” he adds. For example, business data tends to be more predictable and well-structured. Plus, business users are more familiar with using data analytics tools than IT and security users. “This mismatch has been a serious obstacle to adoption,” he says.</p>



<p>Data lakehouses are also evolving in another way. Gartner says the lakehouse isn’t the ultimate solution but a transitional architecture on the way to more advanced systems, such as data fabric. The difference between the two is data lakehouses contain data from disparate systems, while data fabrics simply contain pointers to where the data is natively located.</p>



<p>An advantage of data fabrics is that the original security access controls and metadata are preserved and used, there’s no duplication of data, and no need to reconcile disparate standards.</p>



<p>“But it comes with some performance issues, and access isn’t that seamless,” says OSF Digital’s Szatvanyi.</p>



<p>A data fabric might be a good place for smaller companies to start, he says, or you can use both. “You can have a big chunk of data in a lakehouse and have a fabric for two or three secondary systems,” he says. “But I’d say the data lakehouse is the gold standard.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Popping podman/dockers bonnet: Unraveling the image pull process while developing for Forgejo (gpn24)]]></title>
<description><![CDATA[Developing an OCI image pull through cache for Forgejo had some interesting rabbit holes and it was surprisingly hard to get in depth information on a supposedly well known system. So I got to deep dive and do bits of research and reverse engineering to make the parts communicate properly.

In th...]]></description>
<link>https://tsecurity.de/de/3579377/it-security-video/popping-podmandockers-bonnet-unraveling-the-image-pull-process-while-developing-for-forgejo-gpn24/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3579377/it-security-video/popping-podmandockers-bonnet-unraveling-the-image-pull-process-while-developing-for-forgejo-gpn24/</guid>
<pubDate>Sun, 07 Jun 2026 14:47:10 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Developing an OCI image pull through cache for Forgejo had some interesting rabbit holes and it was surprisingly hard to get in depth information on a supposedly well known system. So I got to deep dive and do bits of research and reverse engineering to make the parts communicate properly.

In this talk I'll share my insights into the process of pulling OCI images according to the distribution spec (and its slight deviations) and try to answer questions like:
	- Which requests are sent by Podman or the Docker daemon when doing `docker pull image`?
		- Whats that with the /v2 endpoint and discovery?
		- How about authentication?
	- What does the pull sequence look like?
       	- Help, I got an index manifest, what should I do?
	- How should Forgejo communicate with the daemon for a successful pull?

If there is time, I'll also share small pieces of knowledge of where the implementation sits in the Forgejo codebase and how it interacts with the existing package registry.

- PR containing the implementation: https://codeberg.org/forgejo/forgejo/pulls/11611

Licensed to the public under https://creativecommons.org/licenses/by/4.0/
about this event: https://cfp.gulas.ch/gpn24/talk/8SDDSH/]]></content:encoded>
</item>
<item>
<title><![CDATA[Erik: Popping podman/dockers bonnet: Unraveling the image pull process while developing for Forgejo]]></title>
<description><![CDATA[Author: media.ccc.de - Bewertung: 0x - Views:9 https://media.ccc.de/v/gpn24-532-popping-podman-dockers-bonnet-unraveling-the-image-pull-process-while-developing-for-forgejo

Developing an OCI image pull through cache for Forgejo had some interesting rabbit holes and it was surprisingly hard to ge...]]></description>
<link>https://tsecurity.de/de/3579376/it-security-video/erik-popping-podmandockers-bonnet-unraveling-the-image-pull-process-while-developing-for-forgejo/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3579376/it-security-video/erik-popping-podmandockers-bonnet-unraveling-the-image-pull-process-while-developing-for-forgejo/</guid>
<pubDate>Sun, 07 Jun 2026 14:47:09 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Author: media.ccc.de - Bewertung: 0x - Views:9 <br/></p><p><iframe id="ytplayer" loading="lazy" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/cAEzeMn7ncg?autoplay=1&origin=http://tsecurity.de" frameborder="0"></iframe></p><p>https://media.ccc.de/v/gpn24-532-popping-podman-dockers-bonnet-unraveling-the-image-pull-process-while-developing-for-forgejo<br />
<br />
Developing an OCI image pull through cache for Forgejo had some interesting rabbit holes and it was surprisingly hard to get in depth information on a supposedly well known system. So I got to deep dive and do bits of research and reverse engineering to make the parts communicate properly.<br />
<br />
In this talk I'll share my insights into the process of pulling OCI images according to the distribution spec (and its slight deviations) and try to answer questions like:<br />
 - Which requests are sent by Podman or the Docker daemon when doing `docker pull image`?<br />
  - Whats that with the /v2 endpoint and discovery?<br />
  - How about authentication?<br />
 - What does the pull sequence look like?<br />
        - Help, I got an index manifest, what should I do?<br />
 - How should Forgejo communicate with the daemon for a successful pull?<br />
<br />
If there is time, I'll also share small pieces of knowledge of where the implementation sits in the Forgejo codebase and how it interacts with the existing package registry.<br />
<br />
- PR containing the implementation: https://codeberg.org/forgejo/forgejo/pulls/11611<br />
<br />
Erik<br />
<br />
https://cfp.gulas.ch/gpn24/talk/8SDDSH/<br />
<br />
#gpn24 #SoftwareandInfrastructure<br />
<br />
Licensed to the public under https://creativecommons.org/licenses/by/4.0/<br/></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft AI chief says company was “set free” from OpenAI to pursue superintelligence]]></title>
<description><![CDATA[For three years, Microsoft's artificial intelligence story has been inseparable from OpenAI. The partnership — cemented by a cumulative investment exceeding $13 billion — gave Microsoft early access to the most advanced AI models on the planet, catapulting its Copilot products into the enterprise...]]></description>
<link>https://tsecurity.de/de/3576773/it-nachrichten/microsoft-ai-chief-says-company-was-set-free-from-openai-to-pursue-superintelligence/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3576773/it-nachrichten/microsoft-ai-chief-says-company-was-set-free-from-openai-to-pursue-superintelligence/</guid>
<pubDate>Sat, 06 Jun 2026 01:32:41 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>For three years, Microsoft's artificial intelligence story has been inseparable from OpenAI. The partnership — cemented by a cumulative investment exceeding $13 billion — gave Microsoft early access to the most advanced AI models on the planet, catapulting its Copilot products into the enterprise mainstream and adding hundreds of billions of dollars to its market capitalization. To the outside world, Microsoft's AI strategy <i>was</i> OpenAI.</p><p>Mustafa Suleyman wants to change that narrative.</p><p>In an exclusive sit-down interview with VentureBeat at <a href="https://news.microsoft.com/build-2026-live-blog/microsoft-build-2026-live/">Microsoft Build 2026</a>, the CEO of Microsoft AI disclosed that a contractual change with OpenAI roughly six months ago granted his division the formal authority to pursue what he openly calls "superintelligence" — using Microsoft's own researchers, its own data pipelines, and its own custom silicon.</p><p>"We were only sort of set free from our contract with OpenAI about six months ago to formally pursue superintelligence," Suleyman said. "So this is very early days."</p><p>The comment, delivered matter-of-factly backstage at the Fort Mason Center here, offers the clearest signal yet of a strategic inflection point unfolding inside the world's most valuable public company. Microsoft is not abandoning OpenAI. But it is building something alongside it — and, eventually, something that could stand entirely on its own.</p><h2>Microsoft's first in-house model family signals a new level of AI ambition</h2><p>The most tangible evidence of that shift arrived the same day. Microsoft announced <a href="https://microsoft.ai/news/building-a-hillclimbing-machine-launching-seven-new-mai-models/">a family of seven new AI models</a> developed entirely in-house by its AI Superintelligence Team, spanning reasoning, code generation, image creation, transcription, and voice synthesis. The models — branded under the "MAI" family name — are Microsoft's most ambitious first-party AI release to date.</p><p>The flagship, <a href="https://microsoft.ai/news/introducing-mai-thinking-1/">MAI-Thinking-1</a>, is a 35-billion-active-parameter reasoning model that Microsoft says matches leading models in its weight class on key software engineering benchmarks and demonstrates advanced mathematical reasoning. Suleyman emphasized one point repeatedly: the model was trained from scratch on clean, commercially licensed data, without distillation from third-party frontier models — a direct, if unstated, contrast to the widespread industry practice of using outputs from competitors' systems to train cheaper alternatives.</p><p>"We train our reasoning models from scratch," Suleyman wrote in a blog post accompanying the announcement. "We don't distill from other labs and we don't rely on unlicensed or opaque data."</p><p>The rest of the family fills out a multimodal portfolio designed for enterprise deployment: <a href="https://microsoft.ai/news/introducingmai-code-1-flash/">MAI-Code-1-Flash</a>, a lightweight coding model built specifically for <a href="https://github.com/features/copilot">GitHub Copilot</a> and <a href="https://code.visualstudio.com/">VS Code</a>; <a href="https://microsoft.ai/models/mai-image-2-5/">MAI-Image-2.5</a>, which supports both text-to-image and image editing; <a href="https://microsoft.ai/news/mai-transcribe-1-5more-accurate-context-aware-and-built-for-production/">MAI-Transcribe-1.5</a>, which Microsoft claims is the most accurate transcription model available, operating across 43 languages; and <a href="https://microsoft.ai/models/mai-voice-2/">MAI-Voice-2</a>, a multilingual speech-generation system. All of the models ship through <a href="https://azure.microsoft.com/en-us/products/ai-foundry">Microsoft Foundry</a>, the company's model-hosting and deployment infrastructure, and for the first time, developers can tune model weights themselves through third-party platforms including <a href="https://openrouter.ai/">OpenRouter</a>, <a href="https://fireworks.ai/">Fireworks</a>, and <a href="https://www.baseten.co/">Baseten</a>.</p><p>But Suleyman made clear in the interview that the seven models are a proof of concept, not a finished product. The real project is the lab itself.</p><p>"Our job is to make sure that when we look out to 2030 and beyond, we have the capacity not just to buy models from third parties, but to build the absolute frontier, the best models in the world," he said. "That's a long transition."</p><h2>What "set free" from OpenAI actually means for Microsoft's AI future</h2><p>To understand what Suleyman means by "set free," you need to understand the unusual contractual architecture that has governed Microsoft's AI efforts for years.</p><p>When Microsoft <a href="https://openai.com/index/microsoft-invests-in-and-partners-with-openai/">invested billions</a> into OpenAI beginning in 2019, the partnership came with a specific arrangement: OpenAI would build the frontier models, and Microsoft would serve as the <a href="https://blogs.microsoft.com/blog/2023/01/23/microsoftandopenaiextendpartnership/">exclusive cloud provider</a>, integrating those models into its products and reselling them through Azure. The deal gave Microsoft extraordinary commercial leverage — access to the world's most advanced AI without having to build it — but it also created a dependency. Microsoft was explicitly barred from pursuing its own AGI research, and the agreement even capped how large a model the company could train, restricting it from building systems beyond a certain computing threshold measured in FLOPS.</p><p>That arrangement was formally renegotiated. As <a href="https://fortune.com/2025/11/06/microsoft-launches-new-ai-humanist-superinteligence-team-mustafa-suleyman-openai/"><i>Fortune</i></a> and <a href="https://www.axios.com/2025/11/06/microsoft-mustafa-suleyman-superintelligence"><i>Axios</i></a> reported in November, a revised deal with OpenAI removed those restrictions, clearing the way for Suleyman to launch the MAI Superintelligence Team and pursue what he calls "<a href="https://microsoft.ai/news/towards-humanist-superintelligence/">humanist superintelligence</a>." The result, in Suleyman's telling at the time, was a "best-of-both environment, where we're free to pursue our own superintelligence and also work closely with them."</p><p>By the time he sat down with VentureBeat at Build 2026, roughly six months had passed since that self-sufficiency effort formally began. Microsoft had already started shipping in-house models — including <a href="https://venturebeat.com/technology/microsoft-launches-mai-image-2-efficient-a-cheaper-and-faster-ai-image-model">MAI-Image-2-Efficient</a>, a lighter-weight image generation model released in April — but the seven MAI models announced at Build are the team's most ambitious release yet: a full multimodal family spanning reasoning, code, image generation, transcription, and voice.</p><p>Even so, Suleyman does not view the shift as a rupture with OpenAI. He described Microsoft's current position as one of abundance, not scarcity.</p><p>"There's no immediate urgent need to fill a gap in three months' time or six months' time," he said. "We have OpenAI, we have Anthropic, we have thousands of models inside Foundry. So there's already a huge amount of optionality available to us."</p><p>The framing is telling. Microsoft's push into first-party frontier models is not born out of a crisis in the OpenAI relationship but out of a strategic calculation: as AI becomes the most consequential technology layer in enterprise computing, the company cannot afford to depend entirely on partners for the foundational capability. "Over the next five years, we have to be able to produce state-of-the-art frontier-scale models," Suleyman said. "That's our mission."</p><h2>Suleyman says the shift from chatbots to autonomous AI agents has already begun</h2><p>If the seven MAI models represent the technical ambition, a new capability called <a href="https://devblogs.microsoft.com/microsoft365dev/frontier-tuning-teaching-ai-to-work-the-way-you-do/">Frontier Tuning</a> represents the commercial logic. Announced alongside the models at Build, Frontier Tuning allows enterprise customers to customize MAI models using their own proprietary data, workflows, and domain terminology, all within their own secure compliance boundary. The system uses reinforcement learning environments — what Microsoft calls "<a href="https://blogs.microsoft.com/blog/2026/06/02/ai-alone-wont-change-your-business-the-system-running-it-will/">training gyms for AI</a>" — that let agents learn directly from real workplace tasks without affecting production systems.</p><p>The results Microsoft shared are striking. An MAI model tuned for Excel reportedly matches GPT 5.4 performance while operating at up to ten times greater efficiency. Early enterprise adopters are seeing similar gains: when tuned for one unnamed organization's exacting standards, the MAI model achieved the highest win rate of any model tested at roughly one-tenth the cost.</p><p>Suleyman framed Frontier Tuning as part of a broader evolutionary stage — a move from intelligence to action. "We've basically moved beyond just conversation," he told VentureBeat. "Now we're moving to action."</p><p>He introduced a new framework for thinking about that progression: the shift from IQ (factual intelligence) to EQ (emotional intelligence, or the ability to follow tone and style instructions) to what he calls AQ — the "Actions Quotient." </p><p>Future AI agents, in Suleyman's telling, won't just answer questions. They will log into enterprise software, navigate complex multi-application workflows, and execute tasks across Excel, Word, Teams, Jira, Adobe InDesign, and customer relationship management systems — just as a human employee would.</p><p>"You should be able to show up on day one and almost provision credentials to a new AI agent," he said. "The model needs to be able to move across all of these different environments, and that's actually the great strength of Microsoft."</p><p>The <a href="https://news.microsoft.com/build-2026-live-blog/microsoft-build-2026-live/">Build 2026</a> announcements bore this out in concrete product terms. <a href="https://www.microsoft.com/en-us/microsoft-365/blog/2026/06/02/introducing-microsoft-scout-your-always-on-personal-agent/">Microsoft Scout</a>, the company's first "Autopilot" agent, operates as an always-on background assistant built on the open-source OpenClaw technology. It runs with its own governed identity inside <a href="https://www.microsoft.com/en-us/security/business/microsoft-entra">Microsoft Entra</a>, so its actions are auditable and attributable. <a href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/made-for-developers-and-agents-windows-365-at-build-2026/4519041">Windows 365 for Agents</a> gives AI agents their own managed Cloud PCs, allowing them to interact directly with applications and browsers inside enterprise environments. And the <a href="https://devblogs.microsoft.com/foundry/whats-new-in-microsoft-foundry-build-2026/">Foundry platform</a> received major updates — including hosted agents with sub-100-millisecond cold starts, a new Microsoft Agent Framework, and one-click publishing to Teams and Microsoft 365 Copilot.</p><h2>Why Microsoft believes enterprise data is the next AI training frontier</h2><p>Suleyman also articulated why he believes Microsoft's position is uniquely defensible — and the argument has less to do with model architecture than with where work actually happens.</p><p>"We've sort of hoovered up all of the obvious pools of training data," he said, referring to the industry's early scramble to ingest the open web. "In the next phase, we actually want to be able to give these agents to companies to train on their specific tasks with the data that they have inside of their own big workflows."</p><p>The claim is subtle but consequential. The first wave of generative AI was trained on publicly available text — books, websites, Reddit posts, code repositories. That data is now largely exhausted, and its use is increasingly contested in court.</p><p>The next wave, Suleyman argues, will be trained on enterprise-specific data: the internal workflows, decision traces, and institutional knowledge that define how real organizations operate. Microsoft, which serves 493 of the Fortune 500 through Azure according to Suleyman, is already embedded inside those workflows through Microsoft 365, Teams, Dynamics 365, and the broader Azure ecosystem. Frontier Tuning is the mechanism that converts that positional advantage into model performance.</p><p>"People underappreciate that that's going to be the next domain," Suleyman said.</p><p>The early partner list for Frontier Tuning reflects the ambition: <a href="https://www.mayoclinic.org/">Mayo Clinic</a>, where Microsoft is co-creating a frontier AI model for healthcare using de-identified clinical data; <a href="https://www.ey.com/en_us">EY</a>, which is tuning a tax-advisory agent for deployment to 75,000 professionals globally; <a href="https://www.landolakesinc.com/">Land O'Lakes</a>, where Frontier Tuning delivered what the company's product development scientist called "meaningful improvements in grounded outputs and style compliance"; and <a href="https://www.pearson.com/">Pearson</a>, which is using tuned models to provide learning-science-aligned feedback in its Communication Coach product.</p><p>The Mayo Clinic partnership may be the most significant. Microsoft and Mayo Clinic are collaborating to build a <a href="https://news.microsoft.com/source/2026/06/02/mayo-clinic-and-microsoft-collaborate-to-develop-a-frontier-ai-model-for-healthcare/">healthcare-specific frontier model</a> that combines Mayo's clinical expertise and longitudinal patient insights with Microsoft's AI capabilities. The model will be owned by Mayo Clinic and deployed first within Mayo's own environment before being made available to other organizations through Foundry.</p><h2>Microsoft's custom AI chips and GPU buying spree reveal the scale of its compute advantage</h2><p>None of this works without an industrial-scale compute infrastructure, and Suleyman was unusually candid about the hardware economics underlying Microsoft's strategy.</p><p>"We are the largest buyer of GPUs on the planet," he said. "We're the largest buyer of GB200s and GB300s in the world."</p><p>Microsoft will continue purchasing Nvidia accelerators "for many, many years to come," Suleyman said. But the company is simultaneously building its own custom silicon. <a href="https://blogs.microsoft.com/blog/2026/01/26/maia-200-the-ai-accelerator-built-for-inference/">Maia 200</a>, Microsoft's second-generation AI accelerator, is already running in production across data centers in Iowa and Arizona, with deployments planned for Italy, Australia, and South Korea. According to Microsoft, Maia 200 delivers the best tokens-per-dollar-per-watt in the company’s fleet.</p><p>Suleyman put a finer point on the economics in the interview: Maia 200 is 30 percent more cost-efficient than Nvidia's GB200, he said. And when Microsoft co-optimizes its own MAI models to run natively on Maia silicon, the company sees an additional 1.4x improvement in performance per watt. "It is going to be cheaper in years to come to build on MAI models with Maia 200 and Maia 300 inside of Azure," he said.</p><p>That claim — if it holds at scale — has profound implications for the competitive landscape. It means Microsoft is not merely buying its way to AI dominance through Nvidia; it is building a vertically integrated stack in which its own models, running on its own chips, inside its own cloud, tuned on its customers' own data, could offer performance and cost characteristics that no competitor can replicate.</p><h2>Suleyman rejects the idea that AI models are becoming commodities</h2><p>Suleyman also pushed back sharply against one of the most popular narratives in Silicon Valley: that AI models are rapidly commoditizing.</p><p>"A lot of people are saying models are commoditizing," he said. "I don't think that's true."</p><p>His argument hinges on what he calls "quality tokens" — the proposition that the composition, curation, licensing, and deduplication of training data matter at least as much as raw scale. Microsoft's new MAI models, he said, were trained on a pre-training mix composed of approximately 50 percent high-quality code, with the remainder drawn from commercially licensed and carefully curated sources.</p><p>The result, he argued, is a distinct "lineage" of models optimized for coding, reasoning, and agentic behavior — fundamentally different from models optimized for consumer chat, cultural content, or multilingual breadth.</p><p>"We're going to see very distinct lineages that reflect different training objectives of different companies," he said. "Quality tokens matter more than just brute-force scale."</p><p>This is a strategically important argument for Microsoft to make. If models are commodities — if any lab can match the frontier within months using cheaper compute and distilled training data — then the model layer becomes a race to the bottom, and Microsoft's billions in compute investment offer no durable advantage. But if model quality is a function of data discipline, research depth, and institutional patience, then the lab-building approach Suleyman is pursuing becomes a genuine competitive moat.</p><p>He used a specific metaphor to describe that approach, one borrowed from optimization theory: the "<a href="https://microsoft.ai/news/building-a-hillclimbing-machine-launching-seven-new-mai-models/">hill-climbing machine</a>." The phrase describes a system that continuously improves — cycle after cycle — by applying more compute, better data, and sharper evaluation. "The goal here is to build what we think of as a hill-climbing machine," he wrote in <a href="https://microsoft.ai/news/building-a-hillclimbing-machine-launching-seven-new-mai-models/">his blog post</a>. "An organization that can continuously improve, cycle after cycle." The metaphor is revealing because it describes a process, not a destination. Suleyman is not promising that Microsoft will build the world's best model next quarter. He is arguing that Microsoft is building the <i>system</i> — the research culture, the data pipelines, the silicon co-optimization, the evaluation infrastructure — that will produce progressively better models over years.</p><h2>Inside Microsoft's five-year plan to become a self-sufficient AI superpower</h2><p>The strategic picture that emerges from Suleyman's comments — and from the full scope of the Build 2026 announcements — is of a company preparing for a future in which AI capability is not rented from a partner but generated internally, at scale, across every layer of the stack.</p><p>Microsoft still needs OpenAI. The partnership continues to power Copilot, Azure AI services, and ChatGPT's infrastructure. Suleyman acknowledged as much, describing Microsoft's portfolio of model providers as a source of strength, not a problem to be solved. </p><p>But the direction of travel is unmistakable. With its own frontier models, its own custom silicon, its own reinforcement learning environments for enterprise tuning, and its own autonomous agent infrastructure, Microsoft is constructing a parallel path — one that, by 2030, could make the company a fully self-sufficient frontier AI lab embedded inside the world's largest enterprise software platform.</p><p>"Our ultimate goal is what we call Humanist Superintelligence," Suleyman wrote in his <a href="https://microsoft.ai/news/building-a-hillclimbing-machine-launching-seven-new-mai-models/">blog post</a>. "That means advanced AI systems designed to serve people and organizations, not replace them."</p><p>Whether that goal is achievable — or even clearly definable — remains one of the great open questions in technology. And Suleyman expressed more confidence than caution when asked about the trajectory of progress. "I really think we're at the tip of the iceberg," he said. "The models are so much more powerful than we know how to extract intelligence from them."</p><p>But confidence and execution are different things. Building a frontier lab is not an announcement; it is a decade-long commitment that requires retaining elite researchers, maintaining scientific rigor under commercial pressure, and producing results that justify the staggering capital expenditure.</p><p>Google learned this with DeepMind — which Suleyman himself co-founded in 2010, before joining Microsoft — and even that lab, widely regarded as one of the best in the world, spent years navigating the tension between pure research and product delivery.</p><p>Suleyman seemed aware of the contradiction. "If you rush it, you'll screw it up," he said.</p><p>The sticker on his laptop reads: "Patience and urgency." It is a paradox that Microsoft now has five years — and several hundred billion dollars — to resolve.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mit dem Update auf Chrome 149 schließt Google über 400 Browser-Lücken]]></title>
<description><![CDATA[In den neuen Chrome-Versionen 149.0.7827.53/54 für Windows und macOS sowie 149.0.7827.53 für Linux haben die Entwickler mehr als 400 teils kritische Schwachstellen behoben. Genau diese Chrome-Versionen hatte Google schon in der Vorwoche an ein Prozent der Nutzer ausgeliefert („Early Stable Update...]]></description>
<link>https://tsecurity.de/de/3574613/it-nachrichten/mit-dem-update-auf-chrome-149-schliesst-google-ueber-400-browser-luecken/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3574613/it-nachrichten/mit-dem-update-auf-chrome-149-schliesst-google-ueber-400-browser-luecken/</guid>
<pubDate>Fri, 05 Jun 2026 09:17:17 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>In den neuen Chrome-Versionen 149.0.7827.53/54 für Windows und macOS sowie 149.0.7827.53 für Linux haben die Entwickler mehr als 400 teils kritische Schwachstellen behoben. Genau diese Chrome-Versionen hatte Google schon in der Vorwoche an ein Prozent der Nutzer ausgeliefert („Early Stable Update“). Keine der gestopften Lücken wird laut Google bislang für Angriffe ausgenutzt. Die Hersteller anderer Chromium-basierter Browser dürften in den kommenden Tagen nachziehen, <a href="https://www.pcwelt.de/article/3157218/mit-dem-update-auf-chrome-149-schliest-google-uber-400-browser-lucken.html#toc-3" data-type="internal" data-id="#toc-3">Brave geht wieder voraus</a>.</p>



<p>Im <a href="https://chromereleases.googleblog.com/" target="_blank" rel="noreferrer noopener">Chrome Release Blog</a> führt Srinivas Sista erst zwei Tage nach der Ankündigung des Updates 429 beseitigte Sicherheitslücken auf – weit mehr als je zuvor. Spezialisierte „KI“-Tools (wie Google Big Sleep) dürften eine wesentliche Rolle bei der drastischen Zunahme gefundener Lücken spielen. Google gibt an, 371 dieser Schwachstellen selbst entdeckt zu haben, die übrigen wurden durch externe Sicherheitsforscher aufgespürt und gemeldet. Diesen hat Google bislang insgesamt 209.000 US-Dollar an Prämien zuerkannt.</p>



<p>Als kritisch sind 22 der Lücken ausgewiesen: CVE-2026-10881 bis CVE-2026-10902. Die Mehrzahl der als kritisch eingestuften Schwachstellen sind Use-after-free-Lücken in verschiedenen Komponenten, etwa der WebGL-Bibliothek Angle. Mehrere teils kritische Lücken betreffen explizit Chrome für iOS. Weitere 87 Sicherheitslücken sind als hohes Risiko eingestuft. Unter den übrigen Lücken gelten 226 als mittleres und 94 als geringes Risiko. </p>



<p><a href="https://www.pcwelt.de/article/1197811/die-neuesten-sicherheits-updates.html" target="_blank" rel="noreferrer noopener">▶Die neuesten Sicherheits-Updates</a></p>



<p>Insgesamt machen Use-after-free-Lücken mit 110 Exemplaren den größten Anteil aus, gefolgt von „unzureichender Prüfung“ (insufficient validation) von Eingaben mit 88 sowie „unangemessener Umsetzung“ (inappropriate implementation) mit 60 Schwachstellen. Auf die WebGL-Bibliothek Angle entfallen mit 37 mit meisten beseitigten Sicherheitslücken. Es folgen die Schnittstelle für Erweiterungen sowie der Umgang mit Medien mit jeweils 18 gestopften Lücken. Rechnet man die Fehler in Codecs noch hinzu, kommt die Medienbehandlung auf 28 geschlossene Sicherheitslücken.</p>



<h2 class="wp-block-heading toc">Was gibt es Neues in Chrome 149?</h2>



<p>Die Browser-interne <em>Whats-new</em>-Seite weist als einzige Neuerung neue Funktionen im PDF-Betrachter aus. Offenbar folgt Google dem Trend, die integrierten PDF-Viewer zu kleinen PDF-Editoren aufzubauschen. In Chrome 149 können Sie nun PDF-Dateien nicht nur online ausfüllen, sondern auch mit Anmerkungen versehen und unterschreiben. Das gibt es in Firefox schon länger.</p>



<p>An sich sollte Chrome schon seit April die Option bieten, Tabs vertikal statt horizontal anzuordnen. Der Lesemodus soll immersiver werden, indem er das ganze Browser-Fenster füllt statt wie bislang eine Hälfte einer geteilten Ansicht. Beide neuen Funktionen sind jedoch noch immer nicht (oder nicht für alle) verfügbar.</p>



<p><strong>Tipp:</strong> Unabhängig davon, dass Sie Ihren Browser stets aktuell halten, sollten Sie die Sicherheit Ihres PCs zusätzlich mit geeigneter Antivirus-Software verbessern. Gute Antivirus-Lösungen stellen wir in „<a href="https://www.pcwelt.de/article/2255713/test-bestes-antivirus-programm-windows.html">Die besten Antivirus-Programme 2025 im Test: So schützen Sie Ihren Windows-PC</a>“ vor. Falls Sie großen Wert auf anonymes Surfen legen, <a href="https://www.pcwelt.de/article/1193534/die-besten-vpn-dienste-im-vergleich.html" target="_blank" rel="noreferrer noopener">sind wiederum gute VPN-Programme einen Blick wert.</a></p>



<h2 class="wp-block-heading toc">Weitere Chrome-Updates</h2>



<p>In der letzten Woche hatte Google noch ein <a href="https://www.pcwelt.de/article/3151073/google-schliesst-mehr-als-150-chrome-luecken.html" target="_blank" rel="noreferrer noopener">gewichtiges Update für Chrome 148</a> ausgeliefert, um über 150 teils als kritisch eingestufte Sicherheitslücken zu schließen. In aller Regel aktualisiert sich Chrome automatisch, wenn eine neue Version verfügbar ist. Mit dem Menü-Eintrag <em>» Hilfe » Über Google Chrome</em> (alternativ: <em>» Einstellungen » Über Google Chrome</em>) können Sie die Update-Prüfung manuell anstoßen.</p>



<p>Google hat in dieser Woche auch Chrome für Android 149.0.7827.59 bereitgestellt, Chrome für iOS 149.0.7827.45 bereits in der letzten Woche. In der Android-Version sind die gleichen Schwachstellen beseitigt wie in den Desktop-Ausgaben. Der Extended Stable Channel für Windows und macOS enthält nun die Chromium-Version 148.0.7778.254. Die Freigabe der Chrome-Version 150 ist Ende Juni zu erwarten.</p>



<h2 class="wp-block-heading toc">Andere Chromium-basierte Browser</h2>



<p>Die Hersteller anderer auf Chromium basierender Browser sind nun wieder gefordert, mit Updates nachzuziehen. Brave hat seinen Browser bereits am 4. Juni auf Chromium 149 umgestellt. In Brave 1.91.168 ist Chromium 149.0.7827.54 verbaut. Etliche Korrekturen und Verbesserungen komplettieren das Update. Neu ist die abgespeckte Browser-Variante <a href="https://support.brave.app/hc/en-us/articles/38561489788173-What-is-Brave-Origin" target="_blank" rel="noreferrer noopener">Brave Origin</a>, der etliche Funktionen fehlen, auch die Monetarisierung. Sie ist durch einen Einmal-Kauf (60 US-Dollar) für eine beliebige Anzahl Installationen erhältlich, Linux-Nutzer bekommen sie gratis.</p>



<p>Microsoft hat das Update auf Edge 149.0.4022.52 spät am 4. Juni veröffentlicht. Damit hat Microsoft wie Brave den Wechsel auf Chromium 149 vollzogen. Edge 149 kommt mit aufpolierter Oberfläche und weiter verstärktem Fokus auf Copilot. Die Passwortverwaltung wird vom Master-Passwort auf Geräte-basierte Authentifizierung umgestellt. Sammlungen werden eingestellt und sollten vor dem Update gesichert werden.</p>



<p>Vivaldi hatte ebenfalls am 4. Juni ein Update auf die abgesicherte Version 8.0.4033.42 am Start. Darin kommt Chromium 148.0.7778.256 aus dem Extended Stable Channel zum Einsatz. Doch rasch sind Meldungen über Probleme mit Cloudflare-Diensten aufgetaucht, weshalb das Update erst einmal auf Eis liegt. Vivaldi 8.0.4033.35 ist auf dem Sicherheitsstand der Vorwoche.</p>



<p>Opera hat seinen Browser in dieser Woche zunächst auf die Version 132.0.5905.19, tags darauf auf 132.0.5905.22 aktualisiert. Darin steckt immerhin die etwas neuere (zwei Wochen alte) Chromium-Ausgabe 148.0.7778.180. Warum nicht die neueste verfügbare Version genutzt wird, bleibt einmal mehr unklar.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p><strong>Chromium-basierte Browser in der Übersicht:</strong></p>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><thead><tr><th><strong>Browser</strong></th><th>Version</th><th>Chromium-Version</th><th>abgesichert?</th></tr></thead><tbody><tr><td><a href="https://www.pcwelt.de/article/1135017/google-chrome.html" target="_blank" rel="noreferrer noopener" title="Download">Google Chrome ↓</a></td><td>149.0.7827.54</td><td>149.0.7827.54</td><td>🟢</td></tr><tr><td><a href="https://www.pcwelt.de/article/1191500/brave-browser.html" target="_blank" rel="noreferrer noopener" title="Download">Brave ↓</a></td><td>1.91.168</td><td>149.0.7827.54</td><td>🟢</td></tr><tr><td>Microsoft Edge</td><td>149.0.4022.52</td><td>149.0.7827.54</td><td>🟢</td></tr><tr><td><a href="https://www.pcwelt.de/article/1082991/browser-opera.html" target="_blank" rel="noreferrer noopener" title="Download">Opera One ↓</a></td><td>132.0.5905.22</td><td>148.0.7778.180</td><td>🟠</td></tr><tr><td><a href="https://www.pcwelt.de/article/1151272/vivaldi.html" target="_blank" rel="noreferrer noopener" title="Download">Vivaldi ↓</a></td><td>8.0.4033.35</td><td>148.0.7778.221</td><td>🟡</td></tr></tbody></table><figcaption class="wp-element-caption"><em>Chromium-basierte Browser – Stand: 04.06.2026</em></figcaption></figure>
</div></div>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Careers guidance should be at the centre of Alan Milburn’s final Neet report  | Letters]]></title>
<description><![CDATA[Dr Deirdre Hughes says the issue of chronic underinvestment in high-quality, impartial careers guidance across schools, colleges and communities needs to be addressedAlan Milburn’s interim review into young people not in education, employment or training lays bare what those of us working in care...]]></description>
<link>https://tsecurity.de/de/3573406/ai-nachrichten/careers-guidance-should-be-at-the-centre-of-alan-milburns-final-neet-report-letters/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3573406/ai-nachrichten/careers-guidance-should-be-at-the-centre-of-alan-milburns-final-neet-report-letters/</guid>
<pubDate>Thu, 04 Jun 2026 19:03:27 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><strong>Dr Deirdre Hughes </strong>says the issue of chronic underinvestment in high-quality, impartial careers guidance across schools, colleges and communities needs to be addressed</p><p>Alan Milburn’s interim review into young people not in education, employment or training lays bare what those of us working in careers support services have long observed: this is a system failure, not a failure of young people (<a href="https://www.theguardian.com/society/2026/may/28/a-record-of-failure-whats-in-the-first-part-of-alan-milburns-neet-report">‘A record of failure’: what’s in the first part of Alan Milburn’s Neet report?, 28 May</a>).</p><p>Milburn rightly identifies the deep structural dysfunction that has left more than 1 million young people locked out of work and learning – and the stark imbalance between the £25 spent on benefits for every £1 directed at employment support. But the review’s framing of this primarily as a welfare and employment problem risks missing a deeper structural deficit: the chronic underinvestment in high-quality, impartial careers guidance across schools, colleges and communities.</p> <a href="https://www.theguardian.com/society/2026/jun/04/careers-guidance-should-be-at-the-centre-of-alan-milburn-final-neet-report">Continue reading...</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Here's what's coming to GeForce NOW in June including NTE: Neverness to Everness, SpaceCraft, Gothic 1 Remake]]></title>
<description><![CDATA[NVIDIA have revealed what's to come for GeForce NOW during June 2026 and there's some good stuff available for fans of cloud gaming.Read the full article on GamingOnLinux.]]></description>
<link>https://tsecurity.de/de/3572862/linux-tipps/heres-whats-coming-to-geforce-now-in-june-including-nte-neverness-to-everness-spacecraft-gothic-1-remake/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3572862/linux-tipps/heres-whats-coming-to-geforce-now-in-june-including-nte-neverness-to-everness-spacecraft-gothic-1-remake/</guid>
<pubDate>Thu, 04 Jun 2026 16:10:05 +0200</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[NVIDIA have revealed what's to come for GeForce NOW during June 2026 and there's some good stuff available for fans of cloud gaming.<p><img src="https://www.gamingonlinux.com/uploads/articles/tagline_images/1237718463id29151gol.jpg" alt></p><p>Read the full article on <a href="https://www.gamingonlinux.com/2026/06/heres-whats-coming-to-geforce-now-in-june-including-nte-neverness-to-everness-spacecraft-gothic-1-remake/">GamingOnLinux</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Explore What’s New: VMware vSphere Foundation 9.1 Resources Now Available]]></title>
<description><![CDATA[Modernizing Infrastructure Economics for the Modern Data Center Data center modernization looks different today than it did just a few years ago. The pressure has shifted from simply expanding capacity to getting more out of the infrastructure already in place. For most infrastructure teams, the ...]]></description>
<link>https://tsecurity.de/de/3572644/downloads/explore-whats-new-vmware-vsphere-foundation-91-resources-now-available/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3572644/downloads/explore-whats-new-vmware-vsphere-foundation-91-resources-now-available/</guid>
<pubDate>Thu, 04 Jun 2026 15:01:42 +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/2026/06/General-Availablity-VMware-vSphere-Foundation-9.0-Social-Card.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/2026/06/General-Availablity-VMware-vSphere-Foundation-9.0-Social-Card.png 1152w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/06/General-Availablity-VMware-vSphere-Foundation-9.0-Social-Card.png?resize=300,169 300w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/06/General-Availablity-VMware-vSphere-Foundation-9.0-Social-Card.png?resize=768,432 768w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/06/General-Availablity-VMware-vSphere-Foundation-9.0-Social-Card.png?resize=1024,576 1024w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/06/General-Availablity-VMware-vSphere-Foundation-9.0-Social-Card.png?resize=752,423 752w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/06/General-Availablity-VMware-vSphere-Foundation-9.0-Social-Card.png?resize=576,324 576w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/06/General-Availablity-VMware-vSphere-Foundation-9.0-Social-Card.png?resize=600,338 600w" sizes="(max-width: 300px) 100vw, 300px"></div>
<p>Modernizing Infrastructure Economics for the Modern Data Center Data center modernization looks different today than it did just a few years ago. The pressure has shifted from simply expanding capacity to getting more out of the infrastructure already in place. For most infrastructure teams, the real challenge is balancing modern application demands against tight hardware … <a href="https://blogs.vmware.com/cloud-foundation/2026/06/04/explore-whats-new-vmware-vsphere-foundation-9-1-resources-now-available/">Continued</a></p>
<p>The post <a href="https://blogs.vmware.com/cloud-foundation/2026/06/04/explore-whats-new-vmware-vsphere-foundation-9-1-resources-now-available/">Explore What’s New: VMware vSphere Foundation 9.1 Resources Now Available</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[What will AI-first UX look like?]]></title>
<description><![CDATA[The first mobile application user interfaces were often scaled-down versions of what was already available on the web. Then, user experience (UX) designers recognized that the different smartphone form factor created new business opportunities and greater utility compared to what people were doin...]]></description>
<link>https://tsecurity.de/de/3565451/ai-nachrichten/what-will-ai-first-ux-look-like/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3565451/ai-nachrichten/what-will-ai-first-ux-look-like/</guid>
<pubDate>Tue, 02 Jun 2026 11:03:30 +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 mobile application user interfaces were often scaled-down versions of what was already available on the web. Then, user experience (UX) designers recognized that the different smartphone form factor created new business opportunities and greater utility compared to what people were doing on their desktops. UX designers created mobile-first experiences tailored to the<a href="https://www.userinterviews.com/ux-research-field-guide-chapter/jobs-to-be-done-jtbd-framework"> job to be done</a> and other <a href="https://online.hbs.edu/blog/post/what-is-design-thinking">design thinking principles</a>. The underlying <a href="https://www.infoworld.com/article/3617141/when-to-incorporate-design-thinking-in-scrum.html">agile development practices</a>, along with the emergence of app stores, paved the way for explosive growth in smartphones and mobile applications.</p>



<p>Today’s AI experiences seem to be following a similar path, with basic, sometimes bolted-on user experiences.</p>



<ul class="wp-block-list">
<li>First-gen chatbots appeared as pop-ups with text entry-and-response user interfaces (UIs) overlaid on the application’s screens.</li>



<li>The primary UI for <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) is often a text box that accepts a prompt followed by a response that includes text and other media.</li>



<li>Early AI agents were embedded in workflows, allowing users to prompt for information rather than point and click.</li>
</ul>



<p>In a recent <a href="https://drive.starcio.com/coffee-with-digital-trailblazers/">Coffee With Digital Trailblazers</a> LinkedIn Live event, we discussed <a href="https://drive.starcio.com/podcast/ai-first-ux-planning-for-the-evolution-of-genai-enabled-customer-journeys/">AI-first UX and planning for the evolution of customer journeys</a>. Joanne Friedman, CEO of <a href="https://www.reilai.com/">ReilAI</a>, remarked, “A UX must be tailored to the persona and the role of the human being. Intent, perspective, authority to make decisions, and even judgment are elements of the human context that surround a role. That also means that context is now tied to security. What a person can and can’t see, or what they have access to now, makes it a design consideration and one that agentic AI is well-suited to enable.”</p>



<h2 class="wp-block-heading">What is AI-first UX?</h2>



<p>I expect that the evolution of <a href="https://drive.starcio.com/2025/10/ai-agents-definitive-guide-saas-security-titans/">how SaaS embeds AI agents</a> will provide a model for how AI-first UX should look and behave. You can also see how AI is embedded in ecommerce experiences by selecting “<a href="https://homes-and-villas.marriott.com/en/search">I’m looking for ideas</a>” in the Marriott Homes and Villas AI search experience, reviewing <a href="https://www.perplexity.ai/shopping">Perplexity Shopping</a>, or trying out <a href="https://www.amazon.com/Rufus/b?node=121214013011">Rufus</a>, Amazon’s new shopping AI.</p>



<p>“AI-first UX is the collapse of the app sprawl that’s defined enterprise software for the last decade,” says Vishal Sood, president of R&amp;D at <a href="https://www.typeface.ai/">Typeface</a>. “We’re moving from users bouncing between disconnected tools to orchestrated systems where agents carry context across workflows, and canvases and editors let humans steer the output. The winners will be hybrid environments that blend conversational interfaces, visual workspaces, and agentic orchestration into a single coherent experience.”</p>



<p><a href="https://drive.starcio.com/2025/06/saas-sprawl-ai-cios-agility/">SaaS sprawl</a> is a real issue. Large enterprises average <a href="https://zylo.com/reports/2025-saas-management-index/">more than 600 SaaS applications and spend $280 million annually on SaaS</a>. Some SaaS solutions are embedding <a href="https://www.infoworld.com/article/3497094/does-your-organization-need-a-data-fabric.html">data fabrics</a> and <a href="https://www.cio.com/article/4117488/whats-in-and-whats-out-data-management-in-2026-has-a-new-attitude.html">zero-ETL</a> capabilities, enabling their AI agents to use data outside their environments. The results are not just a shift from clicks to conversations; it’s an evolution toward integrated experiences.</p>



<p>Hector Ouilhet Olmos, vice president of design for AWS Solutions at <a href="https://aws.amazon.com/">Amazon Web Services</a>, says agentic AI demands a fundamental shift from the “desktop metaphor” to designing interfaces that mimic human collaboration dynamics rather than physical objects. “Instead of forcing fluid, conversational intelligence into rigid buttons and chat panels, we must dismantle traditional user interfaces and build human ones. These will translate millennia-old human collaboration patterns like negotiation, interruption, and escalation into native digital experiences where AI functions as a teammate, rather than a tool,” says Olmos.</p>



<p>Many of today’s traditional user experiences can be deconstructed into forms, reporting dashboards, and workflows. Let’s consider how AI-first UX may evolve away from these structures.</p>



<h2 class="wp-block-heading">Conversations and interviews replace forms</h2>



<p>Will entering data into forms and using them to make edits become obsolete? AI-first UX will provide alternatives when people must enter information into systems of record to get their work done.</p>



<p>“Instead of navigating screens or filling out static forms, users simply describe what they want to accomplish,” says Chris Mayor, vice president of architecture at <a href="http://coupa.com/">Coupa</a>. “Forms evolve into adaptive conversations that prefill known information and dynamically gather the rest. This transforms enterprise software from systems of record into systems of action.”</p>



<p>One UX metaphor, based on conversations, works when the user has a job in mind. A second occurs in reverse, where an AI agent prompts users for recommended actions or decisions. “Every platform shift begins by replicating the old model, but real transformation happens when workflows are redesigned,” says Preetpal Singh, group managing director and global head of product and platform engineering at <a href="https://xebia.com/">Xebia</a>. “In this model, forms evolve into adaptive interviews that prefill known data, ask contextual follow-up questions, and accept natural language or images, while still preserving clarity and compliance.”</p>



<h2 class="wp-block-heading">AIs generate reports and dashboards</h2>



<p>Many IT departments used to have reporting functions with teams developing dashboards and writing custom SQL queries to retrieve data. Much of that work shifted out of IT, as many CIOs promoted <a href="https://drive.starcio.com/2023/02/expand-citizen-data-science/">citizen data science</a>, established <a href="https://www.infoworld.com/article/2260199/5-steps-to-smarter-data-visualization.html">data visualization best practices</a>, and deployed <a href="https://www.infoworld.com/article/3564537/how-to-choose-a-data-analytics-platform.html">advanced analytical solutions</a> to help departments build dashboards and move away from manual spreadsheets.</p>



<p>As organizations deployed more self-service business intelligence tools, they adopted practices for applying <a href="https://www.infoworld.com/article/3710451/how-to-apply-design-thinking-in-data-science.html">design thinking in data science</a> and <a href="https://www.infoworld.com/article/2515702/7-reasons-analytics-and-ml-fail-to-meet-business-objectives.html">integrating analytics into workflows</a>. But there was a significant challenge: Designers, data scientists, and engineers had to anticipate users’ questions about customers, finances, and other business functions and then implement data visualizations to answer them.</p>



<p>AI-first user experiences will turn reporting and dashboarding around. Instead of people generating relevant data visualizations, AIs will.</p>



<p>“The definition of ‘user-friendly’ has changed forever, and ‘AI over UI’ has become a new calling when it comes to building enterprise products, says Maksim Ovsyannikov, chief product officer at <a href="https://www.sugarcrm.com/">SugarAI</a> (formerly SugarCRM). “This emphasis on conversational user experience focuses on a user’s ability to ask questions and compose prompts rather than their ability to understand workflow and build reports. Users now simply ask for the report or insight they need instead of spending hours building a report or a dashboard that becomes stale and outdated in a matter of days.”</p>



<p>Singh of Xebia adds, “Reporting [is shifting] from static dashboards to narrative copilots that explain what changed, why it matters, and what actions to consider next, combining visual metrics with interpretation and foresight.”</p>



<h2 class="wp-block-heading">Workflows become agentic AI collaborations</h2>



<p>Simple workflows live in one system of record and connect people through a linear process. Examples include editing website content in a content management system, recording new information about a prospect in a customer relationship management program, or performing basic accounting functions in an enterprise resource planning system. More complex workflows are non-linear, involve multiple departments performing different responsibilities, and require integrating several systems of record. Examples include employee onboarding, quote-to-cash processes, and contract management. </p>



<p>Now imagine all the underlying systems are API-enabled, have AI agents in place to perform basic functions, are integrated with <a href="https://www.infoworld.com/article/4124612/5-requirements-for-using-mcp-servers-to-connect-ai-agents.html">Model Context Protocol servers</a>, and have an <a href="https://www.cio.com/article/4021176/ai-agent-orchestration-the-cios-crucial-next-step.html">AI orchestration platform</a> to facilitate work. What was a workflow becomes a collaboration between people and AI agents that can perform multiple steps through a single user interface.</p>



<p>“An AI-first UX replaces rigid, screen-driven workflows with intent-driven interaction, where users query the system, and AI agents orchestrate the underlying processes,” says Avi Greenfield, vice president of digital enterprise products at <a href="https://www.quadient.com/">Quadient</a>.</p>



<p>A typical employee onboarding process involves steps performed by people in HR, finance, and IT across many systems. In an agentic AI experience, HR initiates the process, and work is coordinated through AI agents, with decisions and approvals sent to the appropriate managers.</p>



<p>“Agentic workflows begin to resemble coordinated teamwork, where AI agents execute multistep processes across systems, surface their reasoning, and escalate to humans when judgment is required,” says Singh of Xebia. “The goal is augmentation over replacement and choosing the right interaction model at the right moment, grounded in strong UX discipline, transparency, and trust.”</p>



<p>Enterprise platforms are enabling the transformation from the workflow they support to agentic AI experiences. For example, <a href="https://newsroom.workday.com/2026-03-17-Introducing-Sana-from-Workday-Superintelligence-for-Work-That-Finds-Answers,-Takes-Action,-and-Automates-Workflows">Workday recently announced Sana</a> with a new AI user interface and over 300 skills to automate many HR and finance workflows. “Most AI projects today live in pilots and browser tabs. They look impressive in demos, but they don’t change how work actually gets done,” said Gerrit Kazmaier, president of product and technology at Workday. Another example is Anthropic’s release of <a href="https://claude.com/blog/cowork-research-preview">Claude Cowork</a> with <a href="https://github.com/anthropics/knowledge-work-plugins">plug-ins</a> for legal, marketing, and other business functions. <a href="https://pasqualepillitteri.it/en/news/200/claude-cowork-plugins-complete-guide-professionals">Example workflows</a> include contract reviews, product documentation, and financial journal entries.</p>



<h2 class="wp-block-heading">How AI-first UX impacts development</h2>



<p>The opportunity to create scalable mobile user experiences drove devops teams to build APIs, use <a href="https://www.infoworld.com/article/3476848/how-to-choose-the-right-low-code-no-code-or-process-automation-platform.html">low-code mobile development platforms</a>, and expand <a href="https://www.infoworld.com/article/3705049/3-ways-to-upgrade-continuous-testing-for-generative-ai.html">continuous testing</a> to cover mobile applications. <a href="https://www.infoworld.com/article/4058076/vibe-coding-and-the-future-of-software-development.html">Vibe coding</a> and other <a href="https://www.infoworld.com/article/4032989/a-developers-guide-to-code-generation.html">code-generation tools</a> are just the start of what will support the development and testing of agentic AI experiences.   </p>



<p>“AI-first UX is moving beyond chatbots into embedded, ambient intelligence where AI becomes an invisible layer that anticipates customer needs and translates intent into action,” says Amit Patel, senior vice president of consulting services at <a href="https://www.consultingsolutions.com/">Consulting Solutions</a>. “This requires a shift from feature-driven design to intent-driven experiences, supported by strong data foundations, APIs, and governance so AI can act responsibly. The companies that win will treat AI not as a bolt-on assistant, but as a core experience layer that reduces friction, personalizes at scale, and builds trust through measurable value.”</p>



<p>In larger companies, developing AI experiences will require orchestrating work across multiple AI agents, both from SaaS providers and from internally developed systems. Developers will need to update observability standards, <a href="https://www.infoworld.com/article/4086884/how-to-automate-the-testing-of-ai-agents.html">automate AI agent testing</a>, define <a href="https://www.infoworld.com/article/4105884/10-essential-release-criteria-for-launching-ai-agents.html">release-ready criteria</a>, review multiagent frameworks, and consider orchestration platforms.</p>



<p>Andrew Filev, CEO and founder of <a href="https://zencoder.ai/">Zencoder</a>, says, “Just as platforms exist to coordinate human teams, AI demands a new orchestration layer: interfaces designed not to do the work, but to visualize, steer, and direct outcomes across multiple agents.”</p>



<p>We’re only in the early stages of how people and AI agents will collaborate, so expect to see evolutions in platforms and capabilities. Looking to the future, expect that voice, augmented reality/virtual reality, and other <a href="https://www.nvidia.com/en-us/glossary/generative-physical-ai/">physical AI</a> will further transform how we develop AI-first user experiences. </p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can Chinese memory maker CXMT help relieve the memory shortage?]]></title>
<description><![CDATA[As the DRAM shortage continues with no end in sight, China-based ChangXing Memory Technologies (CXMT) is taking advantage of an opportunity to grow its base.



Until now, CXMT has sold its products in China to lesser-known brands of memory sticks. But recently, its memory was found on a DDR5 DIM...]]></description>
<link>https://tsecurity.de/de/3564203/it-security-nachrichten/can-chinese-memory-maker-cxmt-help-relieve-the-memory-shortage/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3564203/it-security-nachrichten/can-chinese-memory-maker-cxmt-help-relieve-the-memory-shortage/</guid>
<pubDate>Mon, 01 Jun 2026 21:53: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>As the <a href="https://www.networkworld.com/article/4166484/memory-shortage-and-cost-surge-push-enterprises-toward-cloud.html">DRAM shortage</a> continues with no end in sight, China-based ChangXing Memory Technologies (CXMT) is taking advantage of an opportunity to grow its base.</p>



<p>Until now, CXMT has sold its products in China to lesser-known brands of memory sticks. But recently, its memory was found on a DDR5 DIMM from Corsair, a major consumer memory brand. And the company is preparing to go public, hoping to raise as much as $5 billion.</p>



<p>CXMT is the number four memory maker in the world, behind Micron, <a href="https://www.networkworld.com/article/4113772/samsung-warns-of-memory-shortages-driving-industry-wide-price-surge-in-2026.html">Samsung</a>, and SK Hynix. Its market share is believed to be somewhere around 8% of the worldwide market, with most of its customers in its native China.</p>



<p>CXMT does not make the High Bandwidth Memory (HBM) that is in such high demand for AI accelerators these days, but it does make DDR5 memory, and that is in very short supply as well. So, buyers will take whatever they can get.</p>



<p>On the financial side, CXMT <a href="https://www.chosun.com/english/industry-en/2026/05/29/JPOJ4NZLBFFIFJRYGM2QK5DQZE/">has turned around its fortunes</a> in recent months. Its first-quarter revenue was 50.8 billion yuan, or USD$7.5 billion, which represents a 719% increase from the same period last year. Operating profit swung from a 2.8 billion yuan (USD$390 million) loss in the first quarter of last year to a 35.4 billion yuan (USD$5 billion) gain with a 70% profit margin.</p>



<p>CXMT expects to use its IPO funds for aggressive expansion and investment in advanced processes. Monthly wafer production is projected to increase from 100,000 wafers in early 2024 to 300,000 wafers by the end of this year. The company is also expected to invest in production lines to enter the HBM market.</p>



<p>And in a stroke of good luck, CXMT and another memory maker, YMTC, have been removed from the <a href="https://wccftech.com/cxmt-ymtc-removed-from-pentagon-list-opening-door-for-chinese-dram-adoption/">Pentagon’s list of restricted suppliers</a> and can now sell their products in the US. That means that they can not only sell to the US commercial market but also bid on US government contracts.</p>



<p>So, can CXMT have an impact on the memory industry?</p>



<p>Memory analyst Jim Handy of Objective Analysis says it already has. CXMT got into DDR4 in 2023 while the majors were focusing on their DDR5 ramps, and it has undercut the big three memory makers, he said.</p>



<p>DDR4 prices got so low that the majors all phased out of DDR4 production. Then CXMT learned to make DDR5 and dropped out of DDR4 to make more DDR5. For a while, this made DDR4 prices rise higher than DDR5. “Everyone in the industry was surprised when this happened,” Handy said.</p>



<p>“Now the majors are making 80% — give or take — gross margins on DRAM. Even a company whose cost to manufacture was twice that of its competition would make a 60% gross margin in this case, so the market is greatly favoring CXMT —  for the time being,” he added.</p>



<p>But there is risk for CXMT. DRAM is a commodity, which makes it subject to the typical <a href="https://www.networkworld.com/article/4119222/whats-causing-the-memory-shortage.html">glut and shortage patterns</a> that are driven by supply and demand imbalances.</p>



<p>“Today’s AI-driven shortage will reverse at some point. When it does, the majors will see prices drop to cost. If CXMT’s costs remain higher than everyone else’s, the company will hemorrhage money during that period,” said Handy.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The neocloud vendor trap: New infrastructure, same old risk]]></title>
<description><![CDATA[There is a governance gap at the center of enterprise AI infrastructure strategy. Most organizations cannot see it because they have not yet been forced to look. Neoclouds have moved from early-adopter experiments to mainstream enterprise deployments. The risk frameworks required to govern those ...]]></description>
<link>https://tsecurity.de/de/3562757/it-security-nachrichten/the-neocloud-vendor-trap-new-infrastructure-same-old-risk/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3562757/it-security-nachrichten/the-neocloud-vendor-trap-new-infrastructure-same-old-risk/</guid>
<pubDate>Mon, 01 Jun 2026 13:06: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>There is a governance gap at the center of enterprise AI infrastructure strategy. Most organizations cannot see it because they have not yet been forced to look. Neoclouds have moved from early-adopter experiments to mainstream enterprise deployments. The risk frameworks required to govern those deployments have not kept pace. The CIOs who close it first will define responsible AI infrastructure leadership for the next decade. No published framework combines a scored vendor evaluation tool, a contract gate, and a quantified governance ROI. This article does.</p>



<h2 class="wp-block-heading">The speed of adoption has outrun the risk community</h2>



<p>The enterprise cloud market is moving faster than enterprise risk frameworks can track it. Neoclouds, GPU native infrastructure platforms from providers such as CoreWeave, Lambda Labs, and Nebius, are capturing AI workloads at a pace that <a href="https://www.forrester.com/blogs/predictions-2026-cloud-outages-private-ai-on-private-clouds-and-the-rise-of-the-neoclouds/" rel="nofollow">Forrester projects will reach $20 billion in 2026</a>. The Barclays CIO Study, which surveyed 250 enterprise technology leaders, found that 86 percent plan to repatriate at least some public cloud workloads. IDC projects <a href="https://www.biztechreports.com/news-archive/2025/4/15/cloud-infrastructure-spending-continued-in-accelerated-mode-in-the-fourth-quarter-of-2024-as-ai-investment-path-surpasses-the-most-positive-expectations-idc" rel="nofollow">cloud infrastructure spending will exceed $200 billion in 2026</a>. Synergy Research Group reports  <a href="https://www.srgresearch.com/articles/neoclouds-currently-growing-by-over-200-per-year-will-reach-180-billion-in-revenues-by-2030" rel="nofollow">neocloud revenues exceeded $23 billion in 2025,</a> a 200% year-over-year increase. Gartner forecasts <a href="https://www.computerweekly.com/opinion/Gartner-Why-neoclouds-are-the-future-of-GPU-as-a-Service" rel="nofollow">neoclouds will capture 20 percent of the $267 billion AI cloud market by 2030</a>, and enterprise contracts signed in 2024 and 2025 come up for renewal in the second half of 2026, when evaluation criteria shift to production standards: sovereignty, resilience, and compliance. The frameworks built before that window closes determine who leads and who reacts.</p>



<h2 class="wp-block-heading">The operational maturity gap</h2>



<p><a href="https://www.computerweekly.com/feature/Weighing-up-the-enterprise-risks-of-neocloud-providers" rel="nofollow">The gap between neocloud capitalization and operational readiness is a fundamental capability failure</a>: Many have secured GPU capacity; few have demonstrated the incident response, SLA enforcement, and operational transparency enterprise clients require. <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">Gartner projects worldwide AI spending will reach $2.52 trillion in 2026</a>, committed to providers whose behavior under genuine stress is entirely unknown. <a href="https://www.deloitte.com/us/en/what-we-do/capabilities/applied-artificial-intelligence/content/state-of-ai-in-the-enterprise.html" rel="nofollow">Deloitte’s 2026 survey of 3,235 leaders found only 43 percent rate their technical infrastructure as highly prepared for AI</a>. Whether operational maturity has kept pace is the central CIO question.</p>



<p>Tracking 400+ incidents at <a href="https://whencloudsfail.opey.org/" rel="nofollow">whencloudsfail.opey.org</a> shows two patterns: disruption duration correlates with provider concentration, and organizations with exit provisions recover faster at materially lower cost. A Tier 2 European financial institution that committed 80 percent of its AI inference workload to a single neocloud provider faced a mandatory migration when that provider was acquired in early 2025. The enterprise had no portability clause. This institution, running $1.5 million annually in neocloud compute, incurred a $3 million remediation bill that appeared on no budget, plus an estimated $300,000 to $600,000 in revenue disruption above the migration cost itself. A peer organization that had tiered workloads across two providers and maintained contracts with exit provisions completed the same transition in 31 days at 12 percent of the cost. The difference was contractual: MECT Exit Architecture clauses requiring 30-day portability and 90-day migration support turned an unplanned crisis into a managed transition.</p>



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



<p>The structural risk deepens as compute capacity dynamics evolve. GPU supply remains the most constrained commodity in enterprise technology, reinforced by <a href="https://nvidianews.nvidia.com/news/nvidia-and-coreweave-strengthen-collaboration-to-accelerate-buildout-of-ai-factories" rel="nofollow">NVIDIA’s $2 billion investment in CoreWeave</a> and the resulting capital expenditure race. McKinsey’s neocloud analysis identifies the central risk: Providers that secured GPU capacity before building enterprise-grade operations management are <a href="https://www.mckinsey.com/capabilities/tech-and-ai/our-insights/the-evolution-of-neoclouds-and-their-next-moves" rel="nofollow">structurally fragile, and consolidation will accelerate when demand softens</a>. Enterprises focused on failing providers will face migrations comparable to repatriation exercises that many are still completing. That is evidence that the risk community has not yet been forced to price it. McKinsey identifies the structural reason:  <a href="https://www.mckinsey.com/capabilities/tech-and-ai/our-insights/the-evolution-of-neoclouds-and-their-next-moves" rel="nofollow">BMaaS margins collapse to 14-16 percent after labor, power, and depreciation, and if utilization slips below 80 percent, returns flatline</a>. The financial distress signals are public: <a href="https://investors.coreweave.com/news/news-details/2026/CoreWeave-Reports-Strong-Fourth-Quarter-and-Fiscal-Year-2025-Results/default.aspx" rel="nofollow">CoreWeave’s Q4 2025 earnings set Q1 2026 guidance of $1.9 to $2 billion, below analyst consensus of $2.29 billion, with 2026 CapEx projected at $30 to $35 billion.</a> The company has an Altman Z-Score of 0.52, below the 1.8 distress threshold, and its top customer accounts for nearly 70 percent of revenue while building competing infrastructure.</p>



<p>The GPU assets collateralizing that debt have depreciated 60 to 75 percent from peak, compressing the collateral base as repayment obligations accelerate. Even a 10 percent consolidation scenario results in $2 billion of enterprise workloads being moved in unplanned migrations.</p>



<h2 class="wp-block-heading">The hyperscaler counter move</h2>



<p><a href="https://aws.eu/" rel="nofollow">AWS European Sovereign Cloud</a> and <a href="https://devblogs.microsoft.com/foundry/whats-new-in-microsoft-foundry-feb-2026/" rel="nofollow">Microsoft Foundry Local</a> represent deliberate moves into the territorial advantage that neoclouds built on sovereignty. Forrester has predicted <a href="https://www.forrester.com/blogs/predictions-2026-cloud-outages-private-ai-on-private-clouds-and-the-rise-of-the-neoclouds/" rel="nofollow">at least two major multiday hyperscaler outages in 2026, driven by AI infrastructure complexity</a>, sustaining pressure to rethink cloud concentration across all provider categories. For CIOs, this creates genuine optionality only for organizations that have built evaluation frameworks to exercise it. A second exposure: hyperscalers are subcontracting AI compute to neocloud providers, meaning an enterprise running workloads through a hyperscaler endpoint may be running on neocloud infrastructure with no MECT protections and no visibility into the underlying provider’s financial condition.</p>



<h2 class="wp-block-heading">The MECT framework: Maturity, Exit, Classification, Threshold</h2>



<p>Those frameworks have four components, and organizations executing well implement all of them before the first workload is placed.</p>



<h3 class="wp-block-heading">Component 1: Maturity scoring</h3>



<p>Before contract signature, require documented evidence of incident response procedures, historical availability data across the provider’s production enterprise workloads, SLA penalty structures that carry a minimum 15 percent service credit per breach, and references from enterprise clients who have lived through a significant production incident with that provider. Providers with Series C or later funding and more than two years of enterprise deployments represent the upper maturity tier; <a href="https://www.deloitte.com/us/en/what-we-do/capabilities/applied-artificial-intelligence/content/state-of-ai-in-the-enterprise.html" rel="nofollow">Deloitte confirms only 43 percent of organizations rate their AI infrastructure as highly prepared</a>. Any provider with fewer than 18 months of enterprise history scores zero on availability data by definition, setting the outcome band before the first reference call. The absence of an incident history is not a positive signal. It is a data gap that should trigger deeper diligence, not accelerated commitment.</p>



<h3 class="wp-block-heading">Component 2: Exit architecture</h3>



<p>Every neocloud engagement must be reviewed through an exit lens from day one. Contracts must require data portability standards with a 30-day full export window, prohibit proprietary API lock-in at the API layer, and specify a minimum 90-day obligation for migration assistance. If leaving is contractually expensive or technically complex, the organization has accepted an unpriced risk it has almost certainly not reported to its board.</p>



<h3 class="wp-block-heading">Component 3: Classification by criticality</h3>



<p>A practical tiering model distinguishes three classes: exploratory workloads that can tolerate interruptions, operational workloads where degradation is recoverable within 4 hours, and mission-critical inference, where failure carries immediate financial or regulatory consequences. The sovereignty risk is specific to this category: the majority of neocloud providers are US-headquartered, meaning <a href="https://blog.premai.io/ai-data-residency-requirements-by-region-the-complete-enterprise-compliance-guide/" rel="nofollow">CLOUD Act authority gives US law enforcement compelled access to all data they process, regardless of where the physical data center sits</a>. A CIO selecting a US-headquartered neocloud for EU sovereign AI has not achieved data sovereignty but has accepted a compliance liability that EU AI Act enforcement under Article 5 and Annex III high-risk system obligations <a href="https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai" rel="nofollow">can impose penalties of up to 7 percent of global annual turnover</a>. The EU Digital Operational Resilience Act requires documented vendor oversight and board accountability for critical third-party technology dependencies.</p>



<p>Mission-critical inference workloads with data residency or sovereignty requirements must run on infrastructure whose legal structure aligns with the governance promise made to regulators and boards. This category is the fastest growing: <a href="https://www.abiresearch.com/blog/neocloud-market-trends" rel="nofollow">ABI Research projects inference at 80 percent of neocloud GPUaaS demand by 2030</a>, making the highest risk tier the fastest scaling one.</p>



<h3 class="wp-block-heading">Component 4: Threshold monitoring</h3>



<p>The <a href="https://www.bis.org/publ/bcbs283.htm" rel="nofollow">Basel III framework caps single counterparty exposure at 25 percent of eligible capital</a>. Applied to AI infrastructure, no single neocloud provider should carry more than 25 to 30 percent of mission-critical AI inference capacity without a tested failover architecture. CIOs must report quarterly: provider share by workload class, recovery timeline for a multiday outage, and the rebalancing threshold that triggers action.</p>



<h4 class="wp-block-heading">MECT vendor readiness index: Score your provider before contract</h4>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><th><strong>Evaluation Criterion</strong></th><th class="has-text-align-center" data-align="center"><strong>0</strong></th><th class="has-text-align-center" data-align="center"><strong>1</strong></th><th class="has-text-align-center" data-align="center"><strong>2</strong></th><th><strong>Weight</strong></th></tr></thead><tbody><tr><td>Incident response runbook: provided, dated within 6 months</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td>Critical</td></tr><tr><td>Availability data: 24+ months production at enterprise scale</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td>Critical</td></tr><tr><td>Enterprise client references: 3+ with incident experience      </td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td>Critical</td></tr><tr><td>SLA: minimum 15% credit per breach, penalties defined </td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td>Standard</td></tr><tr><td>Portability: API-neutral export, 30-day transition clause</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td>Standard</td></tr><tr><td>Ownership: sovereign mandate or no acquisition cliff disclosed </td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td class="has-text-align-center" data-align="center">__</td><td>Standard</td></tr></tbody></table> </div></figure>



<p>SCORE BANDS:  0-4 = DO NOT PROCEED  |  5-8 = CONDITIONAL  |  9-12 = CLEARED<br><em>Score each criterion: 0 = not present, 1 = partially documented, 2 = fully verified. Total out of 12.</em></p>



<h4 class="wp-block-heading">MECT contract gate: Required clauses before signature</h4>



<figure class="wp-block-table"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><thead><tr><th><strong>Component</strong></th><th><strong>Required contract clause</strong></th><th><strong>Status</strong></th></tr></thead><tbody><tr><td>Maturity</td><td>Min SLA: 15% credit per breach; 99.9% uptime floor</td><td>PASS / FAIL</td></tr><tr><td>Maturity</td><td>Right to audit: runbook and incident logs on demand</td><td>PASS / FAIL</td></tr><tr><td>Exit</td><td>Data portability: full export within 30 days </td><td>PASS / FAIL</td></tr><tr><td>Exit</td><td>Migration assistance: 90-day transition support</td><td>PASS / FAIL</td></tr><tr><td>Class.</td><td>Workload schedule: criticality tier per endpoint</td><td>PASS / FAIL</td></tr><tr><td>Class.</td><td>Jurisdiction: legal HQ and CLOUD Act exposure</td><td>PASS / FAIL</td></tr><tr><td>Threshold</td><td>Concentration cap: provider share ceiling in contract</td><td>PASS / FAIL</td></tr><tr><td>Threshold</td><td>Failover: tested alternate architecture within 60 days</td><td>PASS / FAIL</td></tr><tr><td>Class.</td><td>Subcontracting: all underlying compute providers disclosed</td><td>PASS / FAIL</td></tr></tbody></table> </div></figure>



<p>Any FAIL = contract not ready for signature. Escalate to General Counsel.</p>



<h2 class="wp-block-heading">The sovereignty intention gap</h2>



<p><a href="https://www.gartner.com/en/newsroom/press-releases/2026-02-09-gartner-says-worldwide-sovereign-cloud-iaas-spending-will-total-us-dollars-80-billion-in-2026" rel="nofollow">Gartner projects worldwide sovereign cloud IaaS spending will reach $80 billion in 2026</a>, driven by what Gartner terms geopatriation: the deliberate shift of workloads from global providers to local infrastructure for regulatory and geopolitical reasons. <a href="https://www.deloitte.com/us/en/what-we-do/capabilities/applied-artificial-intelligence/content/state-of-ai-in-the-enterprise.html" rel="nofollow">Deloitte’s 2026 State of AI survey of 3,235 leaders across 24 countries</a> found that 83 percent view sovereign AI as strategically important, 77 percent factor country of origin into vendor selection, and 66 percent are concerned about foreign-owned AI infrastructure. <a href="https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/sovereign-ai-ecosystems" rel="nofollow">McKinsey confirms the gap: Widespread interest, almost no executable action plans</a>. Organizations declaring sovereign AI as a board priority without completing workload classification are making commitments their infrastructure cannot honor. The MECT Framework closes that gap before a provider incident makes it a crisis response.</p>



<h2 class="wp-block-heading">The competitive consequence of waiting</h2>



<p>The financial case is in the incident record: the organization without exit provisions absorbed a $3 million remediation bill on a $1.5 million annual compute base, while the organization with MECT disciplines completed the same transition at 12 percent of that cost, a $2.64 million difference. Forrester documents <a href="https://www.forrester.com/blogs/predictions-2026-cloud-outages-private-ai-on-private-clouds-and-the-rise-of-the-neoclouds/" rel="nofollow">that enterprise deployments in this category are tripling year over year while governance frameworks remain at their starting point</a>. Organizations with a governance architecture in place compress decision cycles and capture the neocloud cost advantage: up to 66 percent savings versus hyperscaler GPU rates, without the unpriced risk that erodes those savings on the first unplanned migration. That combination of risk reduction and cost capture is the governance ROI the board has been waiting for a CIO to quantify.</p>



<p>The board conversation about AI infrastructure risk is coming for every organization. The only question is whether CIOs are leading it or responding to 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[State of the CIO, 2026: CIOs set the course for AI ROI]]></title>
<description><![CDATA[Drowning in hype and under pressure from top leadership, CIOs are racing to operationalize strategic AI initiatives in an effort to demonstrate — and more importantly, deliver — measurable ROI from this equally disruptive and transformative technology.



The perpetual pipeline of AI pilots and r...]]></description>
<link>https://tsecurity.de/de/3562634/it-nachrichten/state-of-the-cio-2026-cios-set-the-course-for-ai-roi/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3562634/it-nachrichten/state-of-the-cio-2026-cios-set-the-course-for-ai-roi/</guid>
<pubDate>Mon, 01 Jun 2026 12:17:19 +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>Drowning in hype and under pressure from top leadership, CIOs are racing to operationalize strategic AI initiatives in an effort to demonstrate — and more importantly, deliver — measurable ROI from this equally disruptive and transformative technology.</p>



<p>The perpetual pipeline of AI pilots and rampant experimentation are giving way to a new mandate to prioritize and scale AI solutions with the greatest propensity to deliver business value and impact the bottom line.</p>



<p>Yet the ability to achieve quantifiable ROI from AI projects remains somewhat elusive for many CIOs as they spearhead AI’s next chapter. According to <a href="https://us.resources.cio.com/resources/state-of-the-cio/" rel="nofollow">CIO.com’s 25th annual State of the CIO survey</a>, which canvassed 662 IT leaders and 249 line of business users, less than a fifth (19%) of respondents say AI initiatives have met or exceeded business goals, and 18% admit fewer than a third of AI use cases are meeting defined expectations.</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/05/slide25-AI-ROI-State-of-the-CIO-2026.jpg?quality=50&amp;strip=all&amp;w=1024" alt="State of the CIO 2026: AI ROI (slide 25)" class="wp-image-4178013" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">CIO.com / Foundry</p></div>



<p>Lack of clarity around business strategy and metrics is <a href="https://www.cio.com/article/4162949/cios-struggle-to-find-clarity-in-their-organizations-ai-strategies.html">proving to be a major barrier</a> to advancing CIOs’ AI agendas. Almost a third (32%) of this year’s State of the CIO respondents called out ill-defined ROI metrics as a hurdle to scaling AI, along with murky corporate AI strategy (31%) and a <a href="https://www.cio.com/article/4165232/whats-holding-back-enterprise-ai-shortage-of-talent-cios-say.html">lack of in-house expertise</a>, cited by 40% of this year’s respondents.</p>



<p>“No one is measuring ROI on an ongoing basis because we are facing counterpressures from every vice president and line-of-business domain looking to implement AI for their own optimization,” notes <a href="https://dotcio.rpi.edu/about" rel="nofollow">Andrea Ballinger</a>, CIO at Rensselaer Polytechnic Institute (RPI). “We are saying yes to everyone without stepping back and focusing on the business cases that show real value.”</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/05/image_f2cf29.jpeg?quality=50&amp;strip=all&amp;w=1024" alt="State of the CIO 2026: AI Challenges (slide 18)" class="wp-image-4178010" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">CIO.com / Foundry</p></div>



<h2 class="wp-block-heading">Creating the infrastructure to achieve AI ROI</h2>



<p>The dynamic is starting to shift as organizations prioritize targeted use cases and lay the groundwork for scalability and ROI. Cross-functional steering committees and specialized task forces are emerging as critical building blocks to identify, prioritize, and align use cases to enterprise goals. Eighty-three percent of IT leaders surveyed confirmed their organizations either have such structures in place or are planning to implement them within the year. IT is the dominant player on these committees with other functional areas well represented, including corporate leadership and security and risk teams, and to a lesser degree, business-oriented domains such as finance, legal, and HR.</p>



<p>Formal processes for approving AI projects are far less evolved. Slightly more than half (53%) of 2026 State of the CIO respondents have established some type of official approval process, with 28% planning to activate something within the next 12 months.</p>



<p>KPIs, another <a href="https://www.cio.com/article/4106788/ai-roi-how-to-measure-the-true-value-of-ai-2.html">critical milestone for AI success</a>, are also not well defined in most enterprises. Less than half (47%) of respondents have established formal metrics, with another 34% planning to do so within the year. For those measuring AI success, operational efficiency and process improvement rank as the top metric, cited by 40% of respondents, followed by employee productivity (34%) and cost reduction (30%). AI’s impact on revenue or growth is less of a factor today, cited by only 27% of respondents.</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/05/image_95f6ee.jpeg?quality=50&amp;strip=all&amp;w=1024" alt="State of the CIO 2026: AI Success (slide 26)" class="wp-image-4178008" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">CIO.com / Foundry</p></div>



<p>First Student, a leading provider of school bus transportation services, has stood up a well-defined innovation framework and AI-specific council — two moves CIO <a href="https://firststudentinc.com/resources/leaders/sean-mccormack-chief-information-officer/" rel="nofollow">Sean McCormack</a> credits to the firm’s early success scaling AI initiatives aligned to key business goals. The AI council, with representation across business leaders and the C-suite, meets regularly to review AI use cases and identify those with most potential for payback.</p>



<p>“We have more discipline around business cases than most companies,” says McCormack. “Everything is metrics-driven and dependent on proving value. By the time we put something into production, it’s been through a series of proof of concepts, there’s been a deep dive on financials, and we are able to move quickly and demonstrate value.”</p>



<p>Three years into its AI journey, TIAA has a rich stable of generative AI and agentic AI use cases spanning fraud detection and prevention along with call center companions and a litany of other tools. The majority (85%) of the financial services firm’s workforce uses TIAA Gate, its internal AI platform. Yet even with all the right structures in place — investment in training, robust governance frameworks, steering committees, an AI center of excellence (CoE), and an enterprise mandate for strategic use of AI as part of everyone’s performance goals — ROI remains a challenge.</p>



<p>“What’s on paper sometimes doesn’t turn into real ROI given the reality of operational costs,” notes <a href="https://www.tiaa.org/public/about-tiaa/leadership-team/sastry-durvasula" rel="nofollow">Sastry Durvasula</a>, TIAA’s chief operating, information &amp; digital officer. “Something may prove to be a successful pilot, but you need to understand the full cost of operations — for example, the efficiencies of running tokens or how you’re handling traffic or RAG [<a href="https://www.infoworld.com/article/2335814/what-is-retrieval-augmented-generation-more-accurate-and-reliable-llms.html">retrieval augmented generation</a>].”</p>



<p>Thomas Prommer, a longtime CTO, CIO, and CAIO, makes three recommendations to facilitate the quest for AI ROI. First, establish joint accountability at the project level with a named technical and business sponsor for each project, both of whom co-own outcomes. His firm had success replacing a centralized AI CoE with embedded AI squads that live inside individual business units. The CoE model created a clearinghouse that nobody owned, whereas embedded teams force accountability at the point of business impact, he explains.</p>



<p>Prommer’s third recommendation is to implement stage-gated funding tied to outcome milestones, not deliverable milestones. “We don’t fund ‘build a model,’ we fund ‘reduce returns by 8% on this category’ with checkpoints at 90, 180, and 270 days,” he explains. “Projects that miss two checkpoints gets killed. We kill roughly a third of what we start and that’s healthy.”</p>



<p>Developing a keen understanding of business workflows and engineering the experience layer for the people tasked with executing AI-enriched workflows is essential to creating value and effective adoption at scale.</p>



<p>“If someone on the data science team builds a great model that provides insights on improving manufacturing efficiency, but it’s so far removed from what the shop floor supervisor does in day-to-day life, it will never be used at scale,” says <a href="https://www.linkedin.com/in/sriram-krishnasamy-ab1679117/" rel="nofollow">Sriram Krishnasamy</a>, the former chief digital information and transformation officer at FedEx.</p>



<h2 class="wp-block-heading">The CIO as chief AI orchestrator</h2>



<p>Who better than the CIO to usher in the organizational structures and business practices that help identify the right AI use cases and establish metrics for success. IT leaders’ in-depth knowledge of AI and the broader technology stack is a plus. But the reason top executives are leaning on CIOs as <a href="https://www.cio.com/article/4120232/the-cio-steps-up-as-chief-intelligence-orchestrator.html">critical orchestrators of AI</a> is their proven ability to work effectively across business functions and serve as <a href="https://www.cio.com/article/4016354/cios-tackle-the-ai-change-management-challenge.html">change management champions</a>.</p>



<p>Almost half (46%) of this year’s respondents view the CIO as a business leader who proactively identifies business needs and opportunities and follows up with technology and provider recommendations that align with stated business goals. The vast majority (83%) view CIOs as a changemaker.</p>



<p>Much like last year, the <a href="https://www.cio.com/article/4171959/ceos-top-priorities-for-it-leaders-today-2.html">top CEO priority for IT leaders</a> is to research and implement AI products and projects, cited by 27% of respondents. IT leaders are meeting the mandate by working far more closely with lines of business on AI applications, according to 79% of respondents.</p>



<p>“AI requires so much executive engagement — in our case, it made the most sense for me to lead the charge,” says First Student’s McCormack, also a member of <a href="https://www.cio.com/article/236876/cio-hall-of-fame-honorees.html">CIO.com’s Hall of Fame</a>.</p>



<p>This year’s IT leader respondents expect to accelerate and expand involvement with AI/machine learning (76%) and agentic AI (70%), as well as cybersecurity (63%). Responding organizations anticipate a boost in investments across the full complement of AI technologies, including generative AI (67%), machine learning (66%), and agentic AI (65%) over the coming year.</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/05/image_063e24.jpeg?quality=50&amp;strip=all&amp;w=1024" alt="State of the CIO 2026: IT Involvement (slide 32)" class="wp-image-4178011" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">CIO.com / Foundry</p></div>



<p>First Student is currently running AI in production at scale across multiple use cases, including for predictive maintenance, fleet and driver safety, contract development, automated hiring, agentic software development, and agentic voice bots that assist internal users with help desk and HR issues. As the company builds out its portfolio of AI-enabled use cases, McCormack says it’s critical to ground everything in a flexible architecture.</p>



<p>“It’s such a changing landscape; it’s difficult to pick a solution,” he explains. “We’re building our own architecture so we can quickly switch models” and not be dependent on one system, he says.</p>



<h2 class="wp-block-heading">The rest of the IT agenda</h2>



<p>While AI commands an all-hands-on-deck approach, it’s not the only CEO directive for CIOs this year. Cyber and data security remain top-of-mind in the C-suite, with a quarter of State of the CIO respondents noting it as a top CEO priority for 2026, up from 20% last year. CEOs are also looking for CIOs to strengthen IT and business collaboration, cited by 23% of 2026 respondents.</p>



<p>To achieve those directives, CIOs are expanding technology initiatives in areas such as business process and IT automation (56%), security and risk management (55%), and data and business analytics (54%).</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/05/image_e76ee4.jpeg?quality=50&amp;strip=all&amp;w=1024" alt="State of the CIO 2026: IT Investment (slide 38)" class="wp-image-4178009" width="1024" height="576" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">CIO.com / Foundry</p></div>



<p>Building a solid data and governance foundation is the most important agenda item at RPI, primarily in preparation for more extensive AI deployment and adoption. Ballinger, 70 days into her tenure as RPI CIO, concedes the educational institution is not aiming to be on the first adopter wave of AI innovation. Rather, its strategy is to adapt, grow, and transform organizational structures and its data ecosystem in pursuit of maximizing AI’s promised advantages.</p>



<p>Ballinger is currently shopping an RFP that encompasses a data fabric layer, secure containerization, and a data factory approach. “We are designing the ecosystem with strategy and KPIs in mind,” she says. “The entire process is predicated on deciding what business cases are valuable before they hit the data ecosystem. We’re not looking to put something into the ecosystem and hope it gets a return.”</p>



<p>With the pace of change growing more intense and the stakes surrounding AI innovation soaring higher, the CIO role continues to be more business-oriented and less straight technology focused. Eighty-four percent of this year’s IT leader respondent pegged the CIO position as more digital and innovation focused while 82% confirmed that CIOs are more likely to actively lead digital transformation efforts compared to their business counterparts.</p>



<p>With the average CIO now juggling 1.6 positions, including chief security officer, CISO, CAIO, and other business-related posts, the job continues to become more expansive, highly strategic, and more fulfilling, especially for leaders willing to close the door on the traditional “keeping the lights on” CIO model and embrace new challenges.</p>



<p>“The CIO of 2026 is a hybrid — half operating architect, half risk officer,” Prommer says. “The technology choices are getting easier, but the business and ethical choices are getting harder. CIOs who only know the tech stack will be reporting to CIOs who know both.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Monthly Log: May 2026]]></title>
<description><![CDATA[In this month's edition of the Monthly Log:What’s Old Is New: My Return to Bear, by DevonNot All Writing Is the Same: Rethinking How I Create and Organize Documents with Obsidian, Notion, and Antinote, by John
	
						This Story is for Club Members

				Get weekly newsletters, exclusive stories, ...]]></description>
<link>https://tsecurity.de/de/3560970/ios-mac-os/monthly-log-may-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3560970/ios-mac-os/monthly-log-may-2026/</guid>
<pubDate>Sun, 31 May 2026 16:53:59 +0200</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<nav class="ms-issue-toc"><p>In this month's edition of the Monthly Log:</p><ul><li><a href="https://www.macstories.net/club/monthly-log-may-2026/#whats-old-is-new-my-return-to-bear" class="ms-issue-toc-item">What’s Old Is New: My Return to Bear, by Devon</a></li><li><a href="https://www.macstories.net/club/monthly-log-may-2026/#not-all-writing-is-the-same-rethinking-how-i-create-and-organize-documents-with-obsidian-notion-and-antinote" class="ms-issue-toc-item">Not All Writing Is the Same: Rethinking How I Create and Organize Documents with Obsidian, Notion, and Antinote, by John</a></li></ul></nav>
	<div class="club-notice-restricted plan-">
						<h2>This Story is for Club Members</h2>

				<p>Get weekly newsletters, exclusive stories, member downloads, and ad-free version of MacStories Unwind.</p>
				<p><br><a href="https://www.macstories.net/plans?utm_source=ms&amp;utm_medium=web" class="button">See Plans</a></p>

									 

					<p>Already a member? <a href="https://www.macstories.net/?memberful_endpoint=auth">Sign in</a></p>
								</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Whatsapp bekommt Logout-Button: Das passiert, wenn Sie ihn drücken]]></title>
<description><![CDATA[Whatsapp arbeitet schon länger an einer Möglichkeit, mit der sich Nutzer aus der App abmelden können. Bisher ist das nicht ohne Weiteres möglich und man muss die App entweder deinstallieren oder deaktivieren, was einige Nachteile mit sich bringt.



Wie WABetaInfo herausgefunden hat, bekommen ers...]]></description>
<link>https://tsecurity.de/de/3556788/it-nachrichten/whatsapp-bekommt-logout-button-das-passiert-wenn-sie-ihn-druecken/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3556788/it-nachrichten/whatsapp-bekommt-logout-button-das-passiert-wenn-sie-ihn-druecken/</guid>
<pubDate>Fri, 29 May 2026 12:32:13 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Whatsapp arbeitet schon länger an einer Möglichkeit, mit der sich Nutzer aus der App abmelden können. Bisher ist das nicht ohne Weiteres möglich und man muss die App entweder deinstallieren oder deaktivieren, was einige Nachteile mit sich bringt.</p>



<p>Wie <a href="https://wabetainfo.com/whatsapp-beta-for-android-2-26-21-9-whats-new/" target="_blank" rel="noreferrer noopener">WABetaInfo</a> herausgefunden hat, bekommen erste Nutzer aber nun einen echten Logout-Button in Whatsapp spendiert, mit dem eine sichere Abmeldung möglich wird. Dadurch wird gewährleistet, dass Sie keine Chatverläufe verlieren und auch alle Einstellungen in der App erhalten bleiben.</p>



<h2 class="wp-block-heading">Was bringt mir der Logout?</h2>



<p>Die Einbindung eines Logout-Buttons bringt gleich mehrere Vorteile. Zum einen können Nutzer eine Pause von Whatsapp einlegen und für eine gewisse Zeit darauf verzichten, Nachrichten zu empfangen oder selbst zu chatten.</p>



<p>Zum anderen erleichtert die neue Option auch den Kontowechsel. Bisher musste man, wenn man sich bei Whatsapp mit einem anderen Account anmelden wollte, die App deinstallieren und wieder neu installieren, was ziemlich umständlich ist. <a href="https://www.pcwelt.de/article/2110806/whatsapp-zwei-konten-auf-einem-handy.html" target="_blank" rel="noreferrer noopener">Es sei denn, Sie nutzen bereits zwei Whatsapp-Konten parallel auf einem Gerät.</a></p>



<p>Mit dem Logout-Button können sich Nutzer dagegen einfach über App-Einstellungen unter dem Menüpunkt “Konto” vom aktuell genutzten Konto abmelden und danach wieder anmelden. Die aktuellen Login-Daten sollen aber lokal auf dem Gerät gespeichert bleiben und somit nicht verloren gehen.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"imageId":"6a196ae8c68dd"}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2026/05/image_d237b3.png?w=1200" alt="Whatsapp Logout" class="wp-image-3151318" width="1200" height="675" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge" data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="state.imageButtonRight" data-wp-style--top="state.imageButtonTop">
				<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
					<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
				</svg>
			</button></figure><p class="imageCredit">Wabetainfo / Meta</p></div>



<h2 class="wp-block-heading">Wer kann die Logout-Funktion nutzen?</h2>



<p>Whatsapp testet die neue Logout-Funktion derzeit mit einigen Nutzern, die am Beta-Programm teilnehmen. Das neueste Beta-Update für Android mit der Nummer 2.26.21.9 führt die Neuerung erstmals ein. Zukünftig wird sie mit Sicherheit aber auch für iOS-Nutzer verfügbar sein.</p>



<p>Wann genau alle Whatsapp-Nutzer von der Neuerung profitieren, ist noch unklar. Sie wird aber voraussichtlich mit einem der nächsten, größeren Updates eingeführt.</p>



<h2 class="wp-block-heading">Alternativen</h2>



<p>Whatsapp selbst nennt einige Alternativen zur Logout-Funktion. Sie können auf demselben Gerät beispielweise ein weiteres Konto hinzufügen, auf das Sie jederzeit wechseln, ohne sich vorher abmelden zu müssen. <a href="https://www.pcwelt.de/article/2028003/whatsapp-ab-sofort-kann-man-mehrere-konten-parallel-auf-einem-handy-nutzen-die-voraussetzungen.html" target="_blank" rel="noreferrer noopener">Wie das geht, erklären wir hier.</a></p>



<p>Außerdem können Sie eine <a href="https://www.pcwelt.de/article/2958598/whatsapp-chats-jetzt-ohne-passwort-sichern-und-verschluesseln-so-gehts.html" target="_blank" rel="noreferrer noopener">App-Sperre via Fingerabdruck oder Gesichtserkennung einrichten</a>, die dafür sorgt, dass Ihre Chats geschützt bleiben, auch wenn Sie dauerhaft angemeldet sind. Zudem können Sie einstellen, dass weniger Benachrichtigungen angezeigt werden oder Whatsapp ganz stummgeschaltet wird, wenn Sie einfach nur eine Pause machen wollen.</p>



<p>Zusätzlich sollten Sie darauf achten, <a href="https://www.pcwelt.de/article/2938491/so-sichern-sie-einzelne-whatsapp-chats-manuell.html" target="_blank" rel="noreferrer noopener">wichtige Chats in Whatsapp zu sichern,</a> damit diese bei einem Problem oder einer Neuinstallation nicht verloren gehen. Regelmäßige Backups sind sinnvoll, egal ob sie über die Cloud oder lokal gesichert werden.</p>



<p></p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s in the container? Analyzing vulnerabilities, risks and protection with Kaspersky Container Security and the KIRA AI assistant]]></title>
<description><![CDATA[What are the main risks for container environments: vulnerabilities, supply chain attacks, configuration errors; how to improve container security and how Kaspersky Container Security with the KIRA AI assistant can help. This article has been indexed from Securelist Read the…
Read more →
The post...]]></description>
<link>https://tsecurity.de/de/3556328/it-security-nachrichten/whats-in-the-container-analyzing-vulnerabilities-risks-and-protection-with-kaspersky-container-security-and-the-kira-ai-assistant/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3556328/it-security-nachrichten/whats-in-the-container-analyzing-vulnerabilities-risks-and-protection-with-kaspersky-container-security-and-the-kira-ai-assistant/</guid>
<pubDate>Fri, 29 May 2026 09:07:36 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>What are the main risks for container environments: vulnerabilities, supply chain attacks, configuration errors; how to improve container security and how Kaspersky Container Security with the KIRA AI assistant can help. This article has been indexed from Securelist Read the…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/whats-in-the-container-analyzing-vulnerabilities-risks-and-protection-with-kaspersky-container-security-and-the-kira-ai-assistant/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/whats-in-the-container-analyzing-vulnerabilities-risks-and-protection-with-kaspersky-container-security-and-the-kira-ai-assistant/">What’s in the container? Analyzing vulnerabilities, risks and protection with Kaspersky Container Security and the KIRA AI assistant</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[From Seizure To Investigation In Minutes: What’s New In ADF Pro v6.3]]></title>
<description><![CDATA[Author: Forensic Focus: Digital Forensics & DFIR - Bewertung: 0x - Views:4 Don't miss out on ADF Solution's dynamic live demo webinar hosted by Rich Frawley, Digital Forensic Specialist and law enforcement veteran. Get ready to explore the game-changing features of ADF Tools – MDI and ADF Pro – V...]]></description>
<link>https://tsecurity.de/de/3553717/it-security-video/from-seizure-to-investigation-in-minutes-whats-new-in-adf-pro-v63/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3553717/it-security-video/from-seizure-to-investigation-in-minutes-whats-new-in-adf-pro-v63/</guid>
<pubDate>Thu, 28 May 2026 12:16:58 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Author: Forensic Focus: Digital Forensics &amp; DFIR - Bewertung: 0x - Views:4 <br/></p><p><iframe id="ytplayer" loading="lazy" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/ty0BfcEHIlg?autoplay=1&origin=http://tsecurity.de" frameborder="0"></iframe></p><p>Don't miss out on ADF Solution's dynamic live demo webinar hosted by Rich Frawley, Digital Forensic Specialist and law enforcement veteran. Get ready to explore the game-changing features of ADF Tools – MDI and ADF Pro – Version 6.3.0!<br />
<br />
Discover the cutting-edge capabilities that will elevate your digital investigations, including:<br />
 <br />
1. Targeted Extraction: Now easily scan connected Android, iOS, and ChromeOS devices with automatic deletion of acquisitions post-scan for ultimate security!<br />
<br />
2. iTunes Backup Scanning: Unlock encrypted iTunes backups seamlessly with our new password validation feature.<br />
<br />
3. Gmail Data Extraction: Extract and analyze emails like never before, including plain text and HTML body support!<br />
<br />
4. Revamped Dark Mode UI: Enjoy an improved user interface for low-light environments, enhancing your workflow wherever you are.<br />
<br />
5. Enhanced Android Acquisition Performance: Experience faster and more efficient device acquisitions that save you time and effort!<br />
 <br />
Don't miss this opportunity to learn how ADF Pro can elevate your investigative work and keep you at the top of your game.<br />
 <br />
#ADFSolutions #ADFPro #MobileForensics #TargetedExtraction #ForensicTriage #DigitalForensics #DFIR<br />
 <br />
00:00 Webinar Overview<br />
01:26 Introducing ADF Solutions<br />
01:33 Triage Workflow Basics<br />
03:15 Mobile and Computer Scope<br />
04:31 Release Highlights<br />
07:31 Sanitize Hash Matches<br />
08:47 Targeted Extraction Mode<br />
12:21 Viewer Improvements<br />
13:30 New UI<br />
16:08 Targeted iPhone Walkthrough<br />
20:24 Sanitization in Gallery<br />
23:57 Collect Files<br />
28:17 Q&A<br />
 <br />
👉 Visit Forensic Focus: https://www.forensicfocus.com<br />
 <br />
🎧 Video/Transcript: https://www.forensicfocus.com/webinars/from-seizure-to-investigation-in-minutes-whats-new-in-adf-pro-v6-3/<br />
 <br />
📝 Show Notes<br />
ADF Solutions – https://www.adfsolutions.com<br />
ADF Pro Download – https://www.adfsolutions.com/downloads<br />
 <br />
👉 Follow Forensic Focus<br />
RSS | https://www.forensicfocus.com/feed<br />
YouTube | https://youtube.com/@ForensicFocus<br />
Podcast | https://forensicfocus.com/podcast<br />
LinkedIn Page | https://linkedin.com/company/forensicfocus<br />
LinkedIn Group | https://linkedin.com/groups/693917<br />
X (Twitter) | https://x.com/ForensicFocus<br />
Facebook | https://facebook.com/forensicfocus<br />
Bluesky | https://bsky.app/profile/forensicfocus.bsky.social<br />
Instagram | https://instagram.com/forensicfocus<br />
TikTok | https://tiktok.com/@forensicfocus<br />
Mastodon | https://dfir.social/@forensicfocus<br/></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[DataGrail report finds your vendor may be sending data to AI models you never approved]]></title>
<description><![CDATA[The data processing agreement (DPA) — the bedrock contract companies use to evaluate how vendors handle personal data — can no longer be trusted at face value. That is the central, and arguably most alarming, conclusion of DataGrail's Privacy and AI Trends Report 2026, released today.The San Fran...]]></description>
<link>https://tsecurity.de/de/3551987/it-nachrichten/datagrail-report-finds-your-vendor-may-be-sending-data-to-ai-models-you-never-approved/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3551987/it-nachrichten/datagrail-report-finds-your-vendor-may-be-sending-data-to-ai-models-you-never-approved/</guid>
<pubDate>Wed, 27 May 2026 19:17:49 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>The data processing agreement (DPA) — the bedrock contract companies use to evaluate how vendors handle personal data — can no longer be trusted at face value. That is the central, and arguably most alarming, conclusion of DataGrail's <a href="https://www.datagrail.io/resources/interactive/data-privacy-trends-report-2026/"><i>Privacy and AI Trends Report 2026</i></a>, released today.</p><p>The San Francisco-based privacy platform analyzed 2,400 popular business software providers and found that 63.6% of vendors that prominently advertise AI capabilities do not disclose a third-party AI subprocessor in their legal documentation. The implication: the majority of companies purchasing AI-enabled software may be unknowingly exposing their customers' data to AI models and pipelines they never reviewed, never approved, and may not even know exist.</p><p>"All software vendors are trying to move to become AI vendors, which makes sense, but the technologies are moving faster than AI governance can actually keep up," DataGrail co-founder and CEO Daniel Barber told VentureBeat in an exclusive interview ahead of the report's release. "The DPA should be the reliable document that teams use to evaluate AI risk, but based on that number, that's not enough in 2026."</p><p>The finding drops into an enterprise landscape where organizations with high levels of shadow AI already experience average breach costs of $4.63 million — $670,000 more than those with low or no shadow AI, according to IBM's <a href="https://www.ibm.com/reports/data-breach">2025 Cost of Data Breach Report</a>. And it arrives in a year when U.S. states gave out <a href="https://www.gartner.com/en/newsroom/press-releases/2026-04-28-gartner-estimates-us-states-privacy-fines-totaled-3-point-425-billion-dollars-in-2025-trend-expected-to-accelerate-through-2028?utm_campaign=SM_GB_YOY_GTR_SOC_SF1_SM-PR&amp;utm_source=threads,twitter&amp;utm_medium=social">$3.425 billion in privacy-related fines</a> — more than the last five years combined — a trend Gartner expects to accelerate through 2028.</p><h2><b>How researchers uncovered the growing gap between AI vendor contracts and reality</b></h2><p>DataGrail's methodology for arriving at the 63.6% figure goes well beyond reading contracts. The company's research team cross-referenced DPA disclosures against product documentation, GitHub environments, API connections, and marketing materials for each of the 2,400 vendors in its tracking universe.</p><p>Barber walked VentureBeat through the process: "We looked at the DPA as the baseline, but then what we also looked at is the GitHub environment, the API connections that a particular vendor has, the product documentation, the marketing documentation, and triangulate that information to discern — okay, so the DPA document says use OpenAI, but actually you've got these three AI subprocessors over here in your product documentation outlining features and functionality, but that is not reflected in your DPA."</p><p>When asked directly about how confident he was that these gaps represent actual shadow AI risk rather than vendors using proprietary technology, Barber was unequivocal. "Very confident, because we looked at the sample of the 2,400 systems, and we spent a substantial amount of time actually looking at product documentation, GitHub environments, looking at actual API connections, because we integrate with these systems as well, so we know how they process personal information. It is from primary research."</p><p>The disclosure gap matters because it undermines the entire chain of trust that privacy programs rely on. Consider a scenario Barber described: A company invests in an AI recruiting tool. The tool's DPA lists Claude as its foundational model. The company dutifully performs a security review of Anthropic's AI. But the recruiting tool also quietly uses OpenAI and Gemini behind the scenes — models the company never evaluated. </p><p>Those undisclosed models then process thousands of resumes and execute automated hiring decisions. The company, without knowing it, has exposed sensitive personal information — home addresses, financial data, possibly Social Security numbers — to AI systems it never vetted, potentially violating FTC regulations on automated decision-making in employment. "How those vendors are evaluating and performing that automated decision making could be really disastrous for a business," Barber said.</p><h2><b>One-third of AI systems also process sensitive data, and the true number is likely higher</b></h2><p>The disclosure gap alone would be concerning enough. But <a href="https://www.datagrail.io/resources/interactive/data-privacy-trends-report-2026/">DataGrail's report</a> layers on another finding that makes the problem materially worse: 32.8% of AI systems that disclose AI capabilities also disclose at least one other high-risk activity, such as processing sensitive personal information or powering automated decision-making. Among AI systems with self-reported risk factors, 47.1% process personal data, 20.7% have the potential to power automated decision-making, 16.5% process sensitive data categories like health or financial information, and 7.5% process biometric data.</p><p>The report argues these figures almost certainly undercount actual exposure, since they reflect only what vendors have formally disclosed. Vendors could underreport access to personal data, and the inherent flexibility of AI means even good-faith vendors might not predict riskier user applications of their tools.</p><p>This has immediate regulatory implications. The <a href="https://cppa.ca.gov/announcements/2025/20250923.html">CCPA's new risk assessment requirement</a>, effective January 1, 2026, requires businesses to conduct and document risk assessments for processing activities that present significant privacy risks — and will require submission to CalPrivacy by April 2028, with executive attestation under penalty of perjury. </p><p>Processing sensitive personal information with AI, or using AI for automated decision-making, are precisely the activities that trigger this obligation. The report finds that 42% of companies abandoned AI initiatives in 2025 with data privacy concerns cited as a primary obstacle — a statistic sourced to <a href="https://www.spglobal.com/market-intelligence/en/news-insights/research/2025/10/generative-ai-shows-rapid-growth-but-yields-mixed-results">S&amp;P Global research</a>. Privacy teams that engage early with AI projects, Barber argues, can prevent that waste by ensuring safeguards are in place before launch, with AI risk assessments serving as the right starting point.</p><h2><b>Why consent management became 2025's most punished privacy failure</b></h2><p>While shadow AI is still a newer category of threat, the report makes clear that traditional privacy challenges have not eased — they have intensified. Consent management was the busiest enforcement topic of 2025. California alone publicly reported $4.3 million in CCPA consent settlements, and 2025 saw over 1,400 class action wiretapping suits driven by private firms investigating tracking pixels and session replay software.</p><p>Despite this enforcement wave, 63% of the 5,000 websites DataGrail audited still fail to comply with universal opt-out mechanisms such as the Global Privacy Control signal. While that figure represents an improvement from 75% non-compliance in 2023, the pace of improvement is slow relative to the acceleration in enforcement.</p><p>Barber pointed to the case of <a href="https://www.toddsnyder.com/">Todd Snyder</a>, the menswear retailer that the California Privacy Protection Agency <a href="https://cppa.ca.gov/announcements/2025/20250506.html">fined $345,178</a> in May 2025, as evidence that enforcement is no longer reserved for big tech. "This is a business that has two or three stores across the U.S. They have 300 employees," he said. "They run tight margins because they're a consumer menswear clothing store."</p><p>The California Attorney General also reached a <a href="https://oag.ca.gov/news/press-releases/california-wont-let-it-go-attorney-general-bonta-announces-275-million">$2.75 million settlement with Disney</a> over failures to honor opt-out signals, while the California Privacy Protection Agency has brought enforcement actions against <a href="https://privacy.ca.gov/2026/03/youth-sports-media-company-to-pay-1-1-million-fine-change-practices-over-privacy-violations/">PlayOn Sports</a> and <a href="https://www.koleyjessen.com/insights/publications/lessons-for-businesses-from-2026s-first-california-privacy-enforcement-actions">Ford</a> — a pattern that demonstrates both the breadth and depth of regulatory activity. Among the trackers that fire even after a user sends a GPC signal, the report found that 27.1% come from Google Analytics and 43.8% are for targeted advertising via platforms like Meta and Microsoft.</p><p>For users who do engage with consent banners, 48.3% click "Accept all," while only 12.4% select "Essential only" and 2.3% customize their preferences. A full 37% simply exit the banner without making a selection. The practical takeaway: less than 15% of users make a conscious choice to opt out of tracking, which means consent banners present relatively low business risk when properly configured — but enormous regulatory risk when they are not.</p><h2><b>Data deletion requests surge 567% as the cost of manual processing hits $1.5 million a year</b></h2><p>Data subject request volume hit an all-time high for the fifth consecutive year. Deletion requests have surged 567% since 2021 and now represent 87% of all data subject requests. Access requests, by contrast, have gradually declined as consumers skip visibility and reach straight for the delete button.</p><p>The cost is staggering. For a mid-sized organization receiving 5 million annual web visitors, the report estimates manual DSR management now runs approximately $1.5 million per year, based on Gartner's <a href="https://trustarc.com/resource/dsr-request-management-global-comparison/">estimated cost of $1,524 per manual DSR</a>. The average cost has climbed from $238,000 in 2021 to $1.51 million in 2025 — a trajectory that makes manual processing not just inefficient but, as the report argues, "irresponsible."</p><p>Barber emphasized that these numbers reflect verified human requests with bot and spam traffic excluded, and that data broker scenarios — which will see their own massive influx of requests under <a href="https://en.wikipedia.org/wiki/Delete_Act">California's Delete Act</a> — are reported separately. "That is a natural increase," Barber told VentureBeat. "If you've now got 20-plus U.S. states with privacy regulation, it's unlikely that we see a federal bill passed, even though we've seen one proposed. And while we don't see federal awareness and regulation, we do see at the state level over 20 states, and that may actually increase awareness for the consumer even more."</p><p>He added a telling detail about how businesses are responding in practice: "99% of DataGrail customers do process that deletion" even for residents of states without privacy laws, "simply because it's too hard at this point. Discerning and even communicating to the person, 'Hey, you live in Montana, sorry, you're just in an unfortunate state without regulation' — you just can't do that." Data brokers felt the impact most acutely, with a 398% increase in deletion requests compared to 2024 and an average of over 2,000 deletion requests handled per month.</p><h2><b>State regulators issued $3.4 billion in privacy fines last year, and both parties want more</b></h2><p>The regulatory landscape underpinning all of these trends has fundamentally shifted from education to punishment. Nearly half of U.S. states now have a <a href="https://pro.bloomberglaw.com/insights/privacy/state-privacy-legislation-tracker/">comprehensive privacy law</a> in effect, plus <a href="https://www.brookings.edu/articles/how-different-states-are-approaching-ai/">over 160 AI-specific laws</a>. State legislatures enacted 145 AI-related laws in 2025 alone, with another thousand introduced or reworked. According to Gartner, over 50% of the U.S. population is now covered by a comprehensive state privacy law, with 24 additional states expected to pass laws within five years. States have also begun pooling their resources, with ten forming the <a href="https://www.jdsupra.com/legalnews/two-more-states-join-consortium-of-6791648/">Consortium of Privacy Regulators</a> last year and pledging to coordinate investigations across state lines.</p><p>Barber argued that privacy enforcement is fundamentally bipartisan, which insulates it from the shifting political winds of the current administration. "Privacy overall is a pretty bipartisan issue," he said. "It's easy to pass privacy regulation because constituents somewhat expect privacy in their day-to-day living. If you were flying on an airline and they said, 'Okay, this seat, if you want your privacy, you're going to have to pay $6 more,' you're like, 'I'm going to go to another airline.' It's an expected part of a transaction at this stage."</p><p>He predicted that other states will replicate California's enforcement model. "California has their enforcement division, CalPrivacy. That group has one task: to ensure enforcement of privacy throughout businesses. Is it likely that we see other states get funding and support to fund these types of groups? Highly likely. The enforcement fines — the actual payments — go back to us as constituents. That type of model, you could imagine, being very popular across the country."</p><h2><b>Privacy teams are losing a third of their staff just as AI governance demands explode</b></h2><p>Perhaps the most paradoxical finding in the report is that privacy teams lost as much as <a href="https://www.isaca.org/resources/reports/state-of-privacy-2026">33% of their headcount last year</a>, even as their workloads expanded across every metric the report tracks. Cisco data cited in the report shows that 90% of privacy programs expanded in 2025 due to AI, while only 12% of AI governance programs are considered mature. Meanwhile, 74% of privacy teams planned to apply AI to privacy-related tasks in 2026, according to <a href="https://www.isaca.org/about-us/newsroom/press-releases/2026/new-isaca-study-privacy-teams-are-shrinking-increasingly-stressed">ISACA's State of Privacy 2026 survey</a>.</p><p>Barber sees this as part of a broader macroeconomic pattern rather than a sign that organizations do not value privacy. "It's actually a fascinating macro trend, and probably one you've seen across all functions," he said. "Businesses are driving more efficiency in all parts of the business. Privacy teams, five years ago, we would have said, 'Well, there's more regulation, the volume of deletions have increased 500%, we need more humans.' It's become clear that AI provides capabilities that can do the work for privacy individuals." He drew an analogy: "They might have had a design team of 20 people five years ago, now they have a design team of five, courtesy of Claude Design or Gamma or whatever the tool may be. I think that's what we're seeing here as well."</p><p>DataGrail has positioned its own AI agent, <a href="https://www.datagrail.io/blog/product/introducing-vera-the-first-complete-ai-privacy-agent/">Vera</a> — launched in March 2026 — as part of the answer. Vera is embedded within DataGrail's existing platform and aims to automate privacy workflows across multiple jurisdictions. The company was also named the first production-ready<a href="https://www.datagrail.io/blog/product/whats-new-from-datagrail-february-2026/"> Model Context Protocol server for privacy</a>, using the standard created by Anthropic to enable customers to launch DataGrail tools from whatever application they are already working in, whether Slack, email, or Claude.</p><h2><b>Can a vendor-produced report be trusted to diagnose the problems that vendor sells solutions for?</b></h2><p>DataGrail is, of course, a company that directly benefits from the problems its report identifies. The company has raised a total of $84.2 million over five rounds, with its largest being a <a href="https://www.datagrail.io/press/datagrail-raises-45-million/">$45 million Series C</a> in October 2022 led by Third Point Ventures. Its platform addresses precisely the data mapping, DSR automation, consent management, and risk assessment challenges the report spotlights.</p><p>Barber acknowledged the tension directly. "It's a fair statement," he said when asked about potential skepticism. "DataGrail doesn't provide a service to keep DPAs up to date — that's on a business to evaluate how they work with a vendor. What DataGrail does help to do is assessments, and automate those assessments using our AI agent, Vera, to assess that increased risk."</p><p>He argued that the more neutral reading of the data is structural: "This is evidence to show that the DPA unfortunately is not keeping up with technology and the speed at which technology is innovating. That's both exciting but also we need to accept that's where we are." The methodology does lend some credibility to this claim. </p><p>The report draws on anonymized privacy operations data from hundreds of enterprise customers, the 2,400-system AI tracking database, and the 5,000-website consent audit — sources that are at least partially independent of DataGrail's commercial interests. And the broader findings on enforcement spending, DSR volume trends, and regulatory expansion align closely with independently published data from Gartner, Cisco, and state enforcement agencies.</p><h2><b>The next frontier: agentic AI could spread unvetted data across entire organizations autonomously</b></h2><p>When asked about the most important trend that did not make it into the report, Barber pointed to a next-generation risk that extends the shadow AI problem into far more dangerous territory: agentic AI workflows. Gartner predicts <a href="https://www.pagerduty.com/resources/itops/analyst-report/gartner-predicts-report-2026-ai-agents-transform-it-infrastructure-operations/">40% of enterprise applications</a> will feature task-specific AI agents by end of 2026, up from under 5% in 2025 — a pace of adoption that could rapidly outstrip the governance mechanisms companies are only now beginning to build.</p><p>"Where we go next with this research is agent processing," Barber said. "How are agents then leveraging that information? Because the downstream ramifications would be far more concerning for a business. One particular system is using shadow AI, the business has no idea that that's happening, and then an agent is propagating that information across a whole bunch of other places. The guardrails of you and I checking the system will be lower than maybe what we've seen in the past with agentic workflows."</p><p>He framed the distinction in human terms: "The identity of an agent is different than a human. There is thought that goes into what am I about to use here, where did this information come from, how was it collected — that may not be considered in the same way for an agentic workflow. We need to solve the root of the problem, which is how are these businesses leveraging AI subprocessors. But this quickly becomes an agentic problem that could be far more concerning."</p><p>For the enterprise privacy and security leaders absorbing this report today, the uncomfortable truth is that the foundational documents and processes they have relied on to manage vendor risk for years are decomposing in real time. The DPA is breaking down as a reliable instrument. State enforcement is accelerating on a bipartisan basis. Privacy teams are shrinking even as their mandates expand. And the next wave of agentic AI systems threatens to distribute unvetted data processing across networks of autonomous agents that operate with even less human oversight than today's tools.</p><p>Five years ago, when DataGrail published its first trends report, deletion requests were a fraction of what they are today, only a handful of states had privacy laws on the books, and the phrase "shadow AI" did not exist. Every year since, the report has warned that the problem was getting worse. Every year, the data has proved it right. The companies that survive the next chapter will not be the ones with the biggest compliance teams or the thickest policy binders. They will be the ones that accept a disorienting new reality: in 2026, the contracts you signed may not describe the AI that is already processing your customers' data — and by 2027, autonomous agents may be deciding what to do with it.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Die besten JavaScript-Frameworks im Vergleich]]></title>
<description><![CDATA[Ein (passendes) JavaScript-Framework auszuwählen, ist ein bisschen wie Schuhe kaufen: Mit Blick auf das Gesamtangebot gibt es alles, was sich Softwareentwickler wünschen – nur nicht kombiniert in einem Modell.
					Foto: RossHelen | shutterstock.com




Den (richtigen) Technologie-Stack auszuwähl...]]></description>
<link>https://tsecurity.de/de/3549678/it-security-nachrichten/die-besten-javascript-frameworks-im-vergleich/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3549678/it-security-nachrichten/die-besten-javascript-frameworks-im-vergleich/</guid>
<pubDate>Wed, 27 May 2026 05:36: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>



<div class="extendedBlock-wrapper block-coreImage"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" alt="Ein (passendes) JavaScript-Framework auszuwählen, ist ein bisschen wie Schuhe kaufen: Mit Blick auf das Gesamtangebot gibt es alles, was sich Softwareentwickler wünschen - nur nicht kombiniert in einem Modell." title="Ein (passendes) JavaScript-Framework auszuwählen, ist ein bisschen wie Schuhe kaufen: Mit Blick auf das Gesamtangebot gibt es alles, was sich Softwareentwickler wünschen - nur nicht kombiniert in einem Modell." src="https://images.computerwoche.de/bdb/3392180/840x473.jpg" width="840" height="473"><figcaption class="wp-element-caption"><p class="foundryImageCaption">Ein (passendes) JavaScript-Framework auszuwählen, ist ein bisschen wie Schuhe kaufen: Mit Blick auf das Gesamtangebot gibt es alles, was sich Softwareentwickler wünschen – nur nicht kombiniert in einem Modell.</p></figcaption></figure><p class="imageCredit">
					Foto: RossHelen | shutterstock.com</p></div>




<p>Den (richtigen) Technologie-Stack auszuwählen, ist eine der diffizilsten Herausforderungen in Sachen <a href="https://www.computerwoche.de/article/2818958/was-developer-an-ihrem-job-lieben-und-hassen.html" title="Softwareentwicklung" target="_blank">Softwareentwicklung</a>: Ohne Framework kein Development – allerdings zeigen sich die wahren Stärken und Schwächen eines Rahmenwerks erst in der Praxis. Für Developer eine Zwickmühle, aus der auch <a href="https://www.computerwoche.de/article/2785190/prototyping-hilft-bei-der-softwareentwicklung.html" title="Prototyping" target="_blank">Prototyping</a> nur bedingt befreien kann. Schließlich besteht die allgemeine Tendenz dazu, Technologien zu vertrauen, die sich in der Vergangenheit bewährt haben. So können allerdings auch innovative Entwicklungen durch die Lappen gehen. Das ist speziell mit Blick auf den Bereich der <a href="https://www.computerwoche.de/article/2821289/7-javascript-projekte-die-sie-kennen-sollten.html" title="JavaScript-Frameworks" target="_blank">JavaScript-Frameworks</a> wahrscheinlich, da deren Entwicklung besonders rasant voranschreitet. Dass qualitativ hochwertige Rahmenwerke im Überfluß zur Verfügung stehen, macht die Sache nicht besser.</p>



<p>In diesem Artikel werfen wir einen Blick auf die führenden JavaScript-(Frontend-)Frameworks und vergleichen diese auf Feature-Ebene miteinander. Folgende Frameworks werden dabei behandelt:</p>



<ul class="wp-block-list">
<li><p>React</p></li>



<li><p>Vue</p></li>



<li><p>Angular</p></li>



<li><p>Preact</p></li>



<li><p>Lit</p></li>



<li><p>Svelte</p></li>



<li><p>AlpineJS</p></li>



<li><p>SolidJS</p></li>



<li><p>HTMX</p></li>



<li><p>Qwik</p></li>
</ul>



<p>Es gibt diverse Möglichkeiten, sich der Entscheidung über ein JavaScript-<a href="https://www.computerwoche.de/article/2824968/3-wege-zum-vorzeige-frontend.html" title="Frontend-Framework" target="_blank">Frontend-Framework</a> anzunähern. Ein Faktor, den Sie dabei fokussieren sollten, ist Vertrautheit: Wenn Sie und Ihr Team mit einer bestimmten Technologie wirklich vertraut sind, sollten gute Gründe vorliegen, um davon abzuweichen. Diesbezüglich könnten folgende Fragen relevant sein:</p>



<ul class="wp-block-list">
<li><p>Entspricht die Technologie nicht mehr den Anforderungen des Projekts?</p></li>



<li><p>Besteht die Gefahr, dass das von Ihnen verwendete Framework eingestellt wird?</p></li>



<li><p>Sind interessante Funktionalitäten nicht existent?</p></li>
</ul>



<p>Wenn Sie alle Fragen mit ‘nein’ beantworten können, sollten Sie sich lieber zweimal überlegen, auf ein neues Framework umzusteigen. Dennoch ist es allgemein von Vorteil, neuen Frameworks offen gegenüberzustehen, die projektspezifische Benefits in den Bereichen <a href="https://www.computerwoche.de/article/2821891/8-wege-um-top-entwickler-zu-halten.html" title="Developer Experience" target="_blank">Developer Experience</a>, <a href="https://www.computerwoche.de/article/2814007/wie-devops-die-app-performance-treibt.html" title="Performance" target="_blank">Performance</a> oder Community Support realisieren können. Dazu kommt, dass <a href="https://www.computerwoche.de/article/2794625/was-javascript-von-typescript-unterscheidet.html" title="JavaScript" target="_blank">JavaScript</a> und speziell Frontend-Frameworks miteinander interagieren und sich gegenseitig stark beeinflussen. Sich mit einem Rahmenwerk zu befassen, kann deswegen oft zu synergetischen Insights führen. Anders ausgedrückt: Ein Frontend-Framework-Deepdive kann niemals schaden.</p>



<h2 class="wp-block-heading">Die 10 wichtigsten JavaScript-Frameworks</h2>



<p>Um einen Überblick über die führenden reaktiven Frameworks zu bekommen, werfen wir einen Blick auf die populärsten Abkömmlinge. Diese haben wir auf Grundlage ihrer jeweiligen Download-Zahlen auf dem <a href="https://www.npmjs.com/" title="Open Source Repository NPM" target="_blank" rel="noopener">Open Source Repository NPM</a> ermittelt. Ein Klick auf den Link führt Sie zur jeweiligen NPM-Download-Seite inklusive der aktuellen Statistiken.</p>



<ol class="wp-block-list">
<li><p><a title="React" href="https://www.npmjs.com/package/react" target="_blank" rel="noopener">React</a></p></li>



<li><p><a title="Vue / Vue 3" href="https://www.npmjs.com/package/vue" target="_blank" rel="noopener">Vue / Vue 3</a></p></li>



<li><p><a title="Angular (CLI)" href="https://www.npmjs.com/package/@angular/cli" target="_blank" rel="noopener">Angular (CLI)</a></p></li>



<li><p><a title="Preact" href="https://www.npmjs.com/package/preact" target="_blank" rel="noopener">Preact</a></p></li>



<li><p><a title="Lit" href="https://www.npmjs.com/package/lit" target="_blank" rel="noopener">Lit</a></p></li>



<li><p><a title="Svelte" href="https://www.npmjs.com/package/svelte" target="_blank" rel="noopener">Svelte</a></p></li>



<li><p><a title="AlpineJS" href="https://www.npmjs.com/package/alpinejs" target="_blank" rel="noopener">AlpineJS</a></p></li>



<li><p><a title="SolidJS" href="https://www.npmjs.com/package/solid-js" target="_blank" rel="noopener">SolidJS</a></p></li>



<li><p><a title="HTMX" href="https://www.npmjs.com/package/htmx.org" target="_blank" rel="noopener">HTMX</a></p></li>



<li><p><a title="Qwik" href="https://www.npmjs.com/package/@builder.io/qwik" target="_blank" rel="noopener">Qwik</a></p></li>
</ol>



<p>Obwohl Popularität kein besonders guter Indikator für Qualität ist, sagt sie doch viel darüber aus, wie es um die Verfügbarkeit von Developern steht, die mit dem Framework arbeiten können. Das könnte speziell für größere Teams und Projekte einen entscheidenden Faktor darstellen.</p>



<p>Zu beachten ist mit Blick auf die Top Ten, dass es sich bei allen “Kandidaten” um reine Frontend-Frameworks handelt. Einige dieser Projekte beinhalten auch ein <a href="https://www.computerwoche.de/article/2819343/darum-ist-full-stack-engineering-schaedlich.html" title="Fullstack" target="_blank">Fullstack</a>-Framework – etwa Next oder SvelteKit, was Backend-Funktionalitäten wie Server-seitiges Rendering ermöglicht. Das ist für einige Teams und Projekte unter Umständen ein weiterer bedeutender Auswahlfaktor in Sachen JavaScript-Framework. Im Folgenden ein detaillierter Blick auf die führenden reaktiven Frameworks. Ein Klick auf die Verlinkung im Titel führt Sie direkt zum jeweiligen GitHub Repository beziehungsweise der Projekt-Webseite.</p>



<p><strong><a href="https://github.com/facebook/react" title="React" target="_blank" rel="noopener">React</a></strong></p>



<p>Das Flaggschiff der reaktiven Frameworks ist im Jahr 2013 bei Facebook respektive Meta entstanden und wird bis heute vom Social-Media-Konzern verwaltet. Wie auch die Download-Zahlen von React zeigen, ist das Framework mit großem Abstand das populärste der hier vorgestellten – und quasi die Standardwahl unter den Frontend-Rahmenwerken. Trotz seines Alters wurde React kontinuierlich von Meta <a href="https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024" title="auf dem aktuellen Stand gehalten" target="_blank" rel="noopener">auf dem aktuellen Stand gehalten</a>. Dabei könnte auch eine Rolle spielen, dass Facebook immer noch auf dem Framework aufbaut.</p>



<p>Das größte Argument gegen React: sein gewaltiger Umfang. Das kann den Einsatz beschwerlich gestalten, insbesondere wenn Sie an einem Projekt arbeiten, für das die meisten React-Features erst gar nicht nötig sind. Einige der nachfolgenden JavaScript-Frameworks sind nicht nur leichtgewichtiger, sondern bieten auch andere Ansätze.</p>



<p><strong><a href="https://github.com/vuejs/vue" title="Vue" target="_blank" rel="noopener">Vue</a></strong></p>



<p>Auch bei Vue handelt es sich um ein ausgereiftes Framework, das in Sachen Support gut aufgestellt ist. Im Vergleich zu React ist Vue deutlich leichtgewichtiger und schneidet auch bei Performance-Tests besser ab.</p>



<p>Vue steht in erster Linie im Ruf, eine moderate Lernkurve aufzuwerfen. Darüber hinaus kann das Framework mit einer ausgezeichneten Dokumentation und einer offenherzigen Community punkten. <a href="https://medium.com/@serpentarium13/why-i-chose-vue-over-react-b082d81315ab" title="Einige Entwickler" target="_blank" rel="noopener">Einige Entwickler</a> bevorzugen Vue auch wegen seines ausgeprägten Fokus auf die Developer Experience. Wenn Sie und Ihr Team gerne mit Vue arbeiten, kann das Framework langfristig dazu beitragen, die Benutzerfreundlichkeit und Mitarbeiterzufriedenheit zu erhöhen.</p>



<p>Von den “Big Three” unter den JavaScript-Frontend-Frameworks (React, Angular und Vue) ist Vue das basisorientierteste, was seinen Reiz haben kann.</p>



<p><strong><a href="https://github.com/angular/angular" title="Angular" target="_blank" rel="noopener">Angular</a></strong></p>



<p>Von allen hier gelisteten Frameworks bietet Angular die wohl ausgeprägteste All-in-One-Entwicklungserfahrung. Das Framework ist als durchgängige Lösung konzipiert, die verspricht, alles nötige in einem konsistenten Paket zu liefern. In der Vergangenheit galt Angular vor allem als komplex – sowohl in der Theorie als auch in der Praxis. Zudem war ein Hauch von Overengineering bei Angular zu verspüren – eine Entwicklung die in erster Linie dem Design geschuldet war.</p>



<p>Das hat sich inzwischen allerdings grundlegend geändert: Die Entwickler hinter dem Projekt haben das Framework (<a href="https://www.infoworld.com/article/2335505/the-best-new-features-in-angular-17-a-kinder-faster-angular.html" title="mit Version 17" target="_blank">mit Version 17</a>) in diversen Aspekten simplifiziert und die Entwicklererfahrung optimiert – zudem steht nun auch eine effektive Rendering-Engine für Server-seitige Tasks zur Verfügung. Darüber hinaus wurden auch die <a href="https://angular.io/docs" title="Dokumentation" target="_blank" rel="noopener">Dokumentation</a> und die <a href="https://angular.io/" title="offizielle Webseite" target="_blank" rel="noopener">offizielle Webseite</a> modernisiert.</p>



<p>Ein wesentlicher Unterschied zu React und Vue: Angular ist eher “rechthaberisch” – für die meisten Dinge gibt es klar definierte Vorgaben. Das kann es erschweren, mit Angular Applikationen anzupassen oder unkonventionelle Wege zu gehen. Ob das von Vor- oder von Nachteil ist, hängt im Wesentlichen von Ihrem persönlichen Programmierstil ab.</p>



<p><strong><a href="https://github.com/preactjs" title="Preact" target="_blank" rel="noopener">Preact</a></strong></p>



<p>Die Nomenklatur deutet es bereits an: Bei Preact handelt es sich um ein von React inspiriertes Framework – quasi eine abgespeckte Version desselbigen mit ähnlichen aber kleineren <a href="https://www.computerwoche.de/article/2790525/was-sie-ueber-application-programming-interfaces-wissen-muessen.html" title="APIs" target="_blank">APIs</a>. Einer <a href="https://preactjs.com/guide/v10/differences-to-react/#main-differences" title="der wesentlichen Unterschiede" target="_blank" rel="noopener">der wesentlichen Unterschiede</a> besteht dabei darin, dass Preact kein eigenes Eventing-System implementiert. Stattdessen nutzt es die in den Browser integrierten Event Listener. </p>



<p>Im Vergleich mit React entwickeln Sie mit Preact schneller und schlanker – dafür müssen Sie auf einige Funktionalitäten des “Originals” verzichten. Sie können Preact allerdings mit einem <a href="https://preactjs.com/guide/v10/switching-to-preact/" title="zusätzlichen Layer ausstatten" target="_blank" rel="noopener">zusätzlichen Layer ausstatten</a> und so nahezu vollständige React-Kompatibilität erreichen. Diverse Komponenten aus dem React-Ökosystem funktionieren dann auch mit Preact.</p>



<p>Wenn Sie auf kleinere APIs Wert legen, sich dabei aber weitgehend im React-Ökosystem bewegen möchten, ist dieses reaktive Framework möglicherweise eine gute Wahl.</p>



<p><strong><a href="https://github.com/lit/lit" title="Lit" target="_blank" rel="noopener">Lit</a></strong></p>



<p>Das Alleinstellungsmerkmal von Lit: Es nutzt den <a href="https://www.webcomponents.org/introduction" title="Web-Components-Standard" target="_blank" rel="noopener">Web-Components-Standard</a> als Grundlage. Das hat zur Folge, dass die API und das Bundle selbst sehr klein sind. Der Fokus liegt darauf, die integrierten Web Components zu unterstützen. Darüber hinaus fußt Lit auf einer minimalistischen Entwicklungsphilosophie, die Ihnen maximale Flexibilität ermöglicht: Es gibt nur wenige festgeschriebene Wege, um Dinge mit Lit zu erledigen.</p>



<p>Das Framework weist – gemessen an seiner Größe und Popularität – ein sehr umfangreiches Ökosystem auf.</p>



<p><strong><a href="https://github.com/sveltejs/svelte" title="Svelte" target="_blank" rel="noopener">Svelte</a></strong></p>



<p>Dieses reaktive Framework zeichnet sich in erster Linie dadurch aus, dass es einen Compiler zum Einsatz bringt. Der transformiert die Svelte-Syntax in ein kleines und performantes JavaScript-Bundle. Das ermöglicht dem Framework, einige Optimierungen bereits im Vorfeld vorzunehmen – und mit interessanten Syntax-Elementen <a href="https://www.infoworld.com/article/2336000/reactive-magic-in-svelte-5-understanding-runes.html" title="zu experimentieren" target="_blank">zu experimentieren</a>.</p>



<p>Mit Blick auf die “Big Three” ist Svelte am ehesten mit Vue vergleichbar, weil es sich gut für unabhängige Experimente eignet. Die Dokumentation von Vue ist gut ausgestaltet und das Framework erfreut sich in der <a href="https://www.computerwoche.de/k/linux-open-source,3472" target="_blank" class="idgGlossaryLink">Open-Source</a>-Community wachsender Beliebtheit.</p>



<p><strong><a href="https://alpinejs.dev/" title="AlpineJS" target="_blank" rel="noopener">AlpineJS</a></strong></p>



<p>Von allen hier vorgestellten Frameworks ist AlpineJS das <a href="https://alpinejs.dev/" title="utilitaristischste" target="_blank" rel="noopener">utilitaristischste</a>. Es bietet eine kompakte Reactive-Bibliothek – das war’s. Trotz seines überschaubaren Footprints steckt in diesem reaktiven Framework jedoch eine ganze Menge Power. </p>



<p>Wie HTMX (dazu später) will auch AlpineJS Komplexität beseitigen, dabei jedoch die Grundlagen moderner Frontend-Funktionalität gewährleisten. Um diese Funktionalität “auf die Straße zu bringen”, nutzt das JavaScript-Framework spezielle HTML-Eigenschaften.</p>



<p><strong><a href="https://github.com/solidjs" title="SolidJS" target="_blank" rel="noopener">SolidJS</a></strong></p>



<p>Im Vergleich zu den anderen hier gelisteten JavaScript-Frontend-Frameworks ist Solid ein Vertreter der jüngeren Generation. Nichtsdestotrotz konnte SolidJS bereits (im positiven Sinn) für Furore sorgen und erfreut sich einer wachsenden Nutzerbasis.</p>



<p>Das Framework fußt auf Signals (Reactive Primitives), die ihm <a href="https://www.solidjs.com/docs/latest" title="eine flexible Grundlage verschaffen" target="_blank" rel="noopener">eine flexible Grundlage verschaffen</a>. Um die Funktionalität zu erweitern, können sowohl das Framework selbst als auch der Anwender-Code auf dieselben Features zugreifen. In Sachen Performance-Tests schneidet SolidJS gut ab.</p>



<p><strong><a href="https://github.com/bigskysoftware/htmx" title="HTMX" target="_blank" rel="noopener">HTMX</a></strong></p>



<p>Einen völlig anderen Ansatz, um Web-Frontends zu entwickeln, wirft <a href="https://www.computerwoche.de/article/2833138/dynamisches-html-ohne-javascript.html" title="HTMX" target="_blank">HTMX</a> auf: Es versucht, so viel Komplexität wie möglich zu eliminieren, REST wie beabsichtigt einzusetzen und “reines” HTML (mit einigen grundlegenden Verbesserungen) zu nutzen, um modernen Anforderungen wie AJAX- und DOM-Interaktionen <a href="https://www.computerwoche.de/article/2833120/software-ist-eine-brutale-branche.html" title="gerecht zu werden" target="_blank">gerecht zu werden</a>.</p>



<p>HTMX kann eine lohnende Option sein, wenn Sie auf Dinge wie Server-seitiges Rendering verzichten können. Einer der größten Pluspunkte des Frameworks: Es ist relativ einfach zu erlernen. Wir können nur empfehlen, sich zumindest mit diesem Projekt zu beschäftigen – und sei es nur wegen der zugrundeliegenden Idee.</p>



<p><strong><a href="https://github.com/BuilderIO/qwik" title="Qwik" target="_blank" rel="noopener">Qwik</a></strong></p>



<p>Unter der Haube ist Qwik eine exotische Implementierung, die die Performance in den Mittelpunkt rückt. Das Framework zerlegt Applikationen in unterscheidbare Elemente und orientiert sich dabei an “Grenzen” wie Eventing oder Komponenten – entlang derer aggressives <a href="https://www.computerwoche.de/article/2804239/darauf-kommt-es-an.html" title="Lazy Loading" target="_blank">Lazy Loading</a> zum Einsatz kommt. Das Ergebnis: schnelleres Rendering.</p>



<h2 class="wp-block-heading">Reactive Frameworks im (Feature-)Vergleich</h2>



<p>Nachdem Sie die zehn wichtigsten Reactive-Framework-Optionen kennengelernt haben, geht es nun darum, die wichtigsten Funktionen und Merkmale miteinander zu vergleichen. Zunächst haben wir die reaktiven Rahmenwerke noch einmal in einer Übersicht zusammengetragen, die auf einen Blick Auskunft über die jeweiligen Lernkurven und Funktions-Highlights gibt.</p>



<figure class="wp-block-table stats legacyTable"><div class="overflow-table-wrapper"><table class="has-fixed-layout"><tbody><tr><td><p><strong>Framework</strong></p></td><td><p><strong>Lernkurve</strong></p></td><td><p><strong>Highlights</strong></p></td></tr><tr><td><p><strong>React</strong></p></td><td><p>moderat bis steil</p></td><td><p>konservativste Option; riesiges Ökosystem und Community; Balance zwischen Innovation und Stabilität;</p></td></tr><tr><td><p><strong>Vue</strong></p></td><td><p>moderat</p></td><td><p>leicht zu erlernen und einzusetzen; ein etabliertes Framework das weniger “corporate” ist;</p></td></tr><tr><td><p><strong>Angular</strong></p></td><td><p>steil</p></td><td><p>ein robustes Framework für große Projekte; Enterprise-orientiert; integrierter All-in-One-Ansatz;</p></td></tr><tr><td><p><strong>Preact</strong></p></td><td><p>moderat</p></td><td><p>React-ähnlich mit schnelleren Ladezeiten; insbesondere für Mobile Development empfehlenswert;</p></td></tr><tr><td><p><strong>Lit</strong></p></td><td><p>moderat</p></td><td><p>leichtgewichtig und performant mit Fokus auf Standards; leichter mit beispielsweise HTML kombinierbar; </p></td></tr><tr><td><p><strong>Svelte</strong></p></td><td><p>moderat</p></td><td><p>kleinerer Memory-Footprint; fokussiert die Entwicklererfahrung und Innovationen;</p></td></tr><tr><td><p><strong>Alpine</strong></p></td><td><p>flach</p></td><td><p>leichtgewichtiges Toolset; einfach zu erlernen und beherrschen; gut geeignet für kleinere bis mittelgroße Projekte;</p></td></tr><tr><td><p><strong>SolidJS</strong></p></td><td><p>moderat bis steil</p></td><td><p>reaktiver Kern auf Signals-Basis; Performance-orientiert;</p></td></tr><tr><td><p><strong>HTMX</strong></p></td><td><p>flach</p></td><td><p>einfach zu erlernen und zu integrieren; einzigartige, vereinfachte REST-Architektur;</p></td></tr><tr><td><p><strong>Qwik</strong></p></td><td><p>steil</p></td><td><p>innovativ und Performance-orientiert; integriert mit builder.io;</p></td></tr></tbody></table> </div></figure>



<p>Wenn Sie nun Wert auf ganz spezielle Funktionen legen, bringt Ihnen diese Tabelle natürlich wenig. Deswegen haben wir auch noch einen umfangreichen Feature-Vergleich der gelisteten JavaScript-Frontend-Frameworks für Sie erstellt. Diesen können Sie auch <a href="https://github.com/MTyson/iw-front-end-table/blob/main/JS%20Frameworks%20Feature%20Table.pdf" title="direkt über GitHub" target="_blank" rel="noopener">direkt über GitHub</a> als PDF-Datei herunterladen (inklusive klickbarer Links). </p>



<div class="extendedBlock-wrapper block-coreImage"><figure class="wp-block-image size-large"><img loading="lazy" decoding="async" alt="Die zehn wichtigsten JavaScript-Frameworks im Feature-Vergleich." title="Die zehn wichtigsten JavaScript-Frameworks im Feature-Vergleich." src="https://images.computerwoche.de/bdb/3392181/840x473.jpg" width="840" height="473"><figcaption class="wp-element-caption"><p class="foundryImageCaption">Die zehn wichtigsten JavaScript-Frameworks im Feature-Vergleich.</p></figcaption></figure><p class="imageCredit">
					Foto: Matthew Tyson | IDG</p></div>




<h4 class="wp-block-heading"><strong>Playgrounds</strong></h4>



<p>Um sich einen schnellen ersten Eindruck von einem Framework zu verschaffen, empfiehlt sich, es in einem Online-REPL respektive Playground zu testen. Dazu ist kein Tooling-Setup erforderlich – ein Webbrowser reicht, um mit der Syntax experimentieren zu können. Sämtliche hier vorgestellten Frameworks können das bieten. React hostet zwar keine eigenen REPLs, diese Lücke wird jedoch von Drittanbietern geschlossen.</p>



<p><strong>Dieser Artikel ist <a href="https://www.infoworld.com/article/2336227/whats-the-best-javascript-framework.html" target="_blank">im Original</a> bei unserer Schwesterpublikation Infoworld.com erschienen.</strong></p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft previews automatic device isolation in Defender for Endpoint]]></title>
<description><![CDATA[Microsoft is previewing a new automatic device isolation capability in Defender for Endpoint’s auto attack disruption tool to help security pros contain cyber attacks in progress on their IT networks.



The company announced the capability earlier this month in a column about new features in Def...]]></description>
<link>https://tsecurity.de/de/3549583/it-security-nachrichten/microsoft-previews-automatic-device-isolation-in-defender-for-endpoint/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3549583/it-security-nachrichten/microsoft-previews-automatic-device-isolation-in-defender-for-endpoint/</guid>
<pubDate>Wed, 27 May 2026 03:52: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>Microsoft is previewing a new automatic device isolation capability in Defender for Endpoint’s auto attack disruption tool to help security pros contain cyber attacks in progress on their IT networks.</p>



<p>The company <a href="https://learn.microsoft.com/en-us/defender-endpoint/whats-new-in-microsoft-defender-endpoint#may-2026" target="_blank" rel="noreferrer noopener">announced the capability</a> earlier this month in a column about new features in Defender. There’s no word on when automatic device isolation will be in full production.</p>



<p>However, a new SANS Institute research paper warns that, in certain conditions, an attacker could leverage the new function to disable all user accounts.</p>



<p>The lesson, said <a href="https://www.sans.org/profiles/dr-johannes-ullrich" target="_blank" rel="noreferrer noopener">Johannes Ullrich</a>, the institute’s dean of research, is that autonomous AI action tools have to be tuned and tested like any other automation capability.</p>



<p>“Automatic isolation and attack disruption are not new concepts,” Ullrich said in an email, “but ideas like these have been used in the past in open source and commercial tools. This feature is most important in organizations with under-resourced IT security teams, as it automates attack response. However, these features must be carefully tuned. If they are left unconfigured, attackers can use them to delay response by disrupting accounts used by administrators.”</p>



<p>Nonetheless, in today’s environment, tools like these are important. <a href="https://www.linkedin.com/in/rob-enderle-03729/" target="_blank" rel="noreferrer noopener">Robert Enderle</a>, IT consultant and head of the Enderle group, noted that modern automated malware and ransomware attacks move at machine speed, which means human response times are effectively obsolete. </p>



<p>By the time an analyst even sees a red flag, he said, the attacker has already established persistence or started encrypting files. Microsoft’s automatic device isolation acts as “a rapid, logical air gap. It instantly severs the device’s network connections, cutting off the attacker’s command and control (C2) and halting data exfiltration dead in its tracks. You have to bring an automated defense to an automated fight.”</p>



<p>He said a secondary benefit, often the more critical one for enterprise survival, is containing the blast radius. Attackers invariably use a compromised PC as a beachhead to move laterally across the corporate network, hunting for higher-value targets like domain controllers, he pointed out.</p>



<p>“By instantly quarantining that initial endpoint, you trap the threat where it stands. You ensure a single compromised laptop doesn’t metastasize into an enterprise-wide catastrophe,” he said.</p>



<p>There’s also is a massive forensic advantage, Enderle added. “In the old days, the instinct was often to literally pull the power plug, which destroys critical volatile memory, or physically yank the network cable, which completely blinds your remote security team. Logically isolating the device while maintaining a secure lifeline to security services preserves the crime scene. It prevents the attacker from deploying wiper malware or destroying logs, and it gives the Security Operations Center (SOC) the breathing room they need to safely investigate and remediate the machine without the panic of an actively spreading infection.”</p>



<h2 class="wp-block-heading">How automatic attack disruption works</h2>



<p>Automatic attack disruption is offered to organizations that subscribe to <a href="https://learn.microsoft.com/en-us/defender-xdr/microsoft-365-defender" target="_blank" rel="noreferrer noopener">Microsoft Defender XDR</a>, a unified cloud-based security suite that detects and investigates cyberattacks against PC, server, and IoT endpoints. It also manages hybrid identities and protects email and collaboration tools. As such, it correlates data to identify and respond to attacks.</p>



<p>The soon-to-be-delivered auto-isolation capability blocks most network traffic while keeping the device connected to security services. The action is time-limited and scoped to the incident, Microsoft said; security operators can release isolation at any time.</p>



<p>The broad automatic attack disruption capability uses AI to limit attackers’ lateral movement. “Attack disruption uses the full breadth of our extended detection and response (XDR) signals, taking the entire attack into account to act at the incident level,” Microsoft said <a href="https://learn.microsoft.com/en-us/defender-xdr/automatic-attack-disruption" target="_blank" rel="noreferrer noopener">in a detailed column describing the tool</a>. “This capability is unlike known protection methods such as prevention and blocking based on a single indicator of compromise.”</p>



<p>To use <a href="https://learn.microsoft.com/en-us/defender-xdr/configure-attack-disruption?source=recommendations" target="_blank" rel="noreferrer noopener">automatic attack disruption</a>, IT has to, at the least, enable Microsoft Defender for Endpoint Plan 2. It becomes more effective if Defender for Identity, Defender for Office 365 and Defender for Cloud apps are also deployed. Admins also have to configure appropriate permissions and monitoring.</p>



<h2 class="wp-block-heading">Possible operational disruption</h2>



<p><a href="https://sansorg.egnyte.com/dl/RFPWrTr4RXkh" target="_blank" rel="noreferrer noopener">The SANS Institute’s academic paper</a> by student <a href="https://www.linkedin.com/in/marcio-enriquez-a07072187/" target="_blank" rel="noreferrer noopener">Marcio Enriquez</a> noted that AI systems that perform autonomous decisions like containment do improve response times and scalability. But they also rely on threshold-based logic derived from telemetry. “Even when operating on enterprise-wide data, they do not consistently account for system-level impact in their enforcement decisions,” the paper said, and thus can cause unintended disruptions when activated at scale. “This creates a gap between the need for rapid defensive actions and the organization’s ability to maintain operational continuity.”</p>



<p>It examined that gap by evaluating how threshold-driven autonomous containment actions can result in what it refers to as “large-scale operational disruption.”</p>



<p>Enriquez saw an example of this during a real security incident in the spring of 2025. A user in an organization was fooled by a phishing message and entered their credentials on a malicious website. Defender detected this, and within minutes initiated automated containment measures, including disabling the affected account, forcing a password reset and restricting logins across multiple managed devices. </p>



<p>However, because security analysts didn’t realize this was automated enforcement, they initially thought there had been lateral movement or widespread compromise. That triggered an emergency escalation involving security leadership, until further investigation realized that the propagation of containment controls was due to Defender.</p>



<p>“The event demonstrates the effectiveness of autonomous containment in rapidly interrupting active threats,” wrote Enriquez. “At the same time, it illustrates how automated response actions can generate enterprise-wide operational effects that are not immediately transparent to human operators.”</p>



<h2 class="wp-block-heading">Could be weaponized</h2>



<p>To test the ability of a threat actor to take advantage of a weakness in Defender XDR’s automatic attack disruption capability, Enriquez created a hybrid enterprise environment with 18 “users” and executed adversarial activity simulating hands-on-keyboard behavior across multiple identities to trigger high-confidence detection thresholds in Defender, through an attack tactic he calls Autonomous Defense Induced Disruption (ADID). In essence, it tricks the automatic disruption capability of Defender into giving a high-confidence score that the network is under attack.</p>



<p>“The results showed that when detection confidence thresholds were met, automated actions disabled all [18] Active Directory identities, including the local domain administrator, rendering the domain inaccessible,” Enriquez wrote.</p>



<p>“The research highlights the need for governance controls, privilege-aware safeguards, and system-level constraints to prevent autonomous containment from causing operational disruption,” he concluded.</p>



<h2 class="wp-block-heading">Microsoft guidance: Keep auto attack disruption enabled</h2>



<p>A Microsoft spokesperson said that the company has no comment on the research paper.</p>



<p>However, they said that Microsoft’s guidance is to keep automatic attack disruption enabled by default. “Opting out materially increases risk, particularly for multi-domain, multi-stage attacks such as HumOR [human intelligence operations, like social engineering], BEC [business email compromise] and AiTM [adversary in the middle], where even minutes of additional dwell time can translate into significant business impact.”</p>



<p>“At the same time,” Microsoft noted, “we recognize that security teams require control over autonomous actions. That’s why the capability is designed with granular controls. Security administrators can tune automation levels by device group and selectively exclude users, devices, or IP ranges based on operational needs. The recommended approach is targeted, intentional configuration, not a blanket opt-out. Customers retain full visibility into actions taken and have the ability to reverse automated responses at any time.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft previews automatic device isolation in Defender for Endpoint]]></title>
<description><![CDATA[Microsoft is previewing a new automatic device isolation capability in Defender for Endpoint’s auto attack disruption tool to help security pros contain cyber attacks in progress on their IT networks.



The company announced the capability earlier this month in a column about new features in Def...]]></description>
<link>https://tsecurity.de/de/3549580/it-nachrichten/microsoft-previews-automatic-device-isolation-in-defender-for-endpoint/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3549580/it-nachrichten/microsoft-previews-automatic-device-isolation-in-defender-for-endpoint/</guid>
<pubDate>Wed, 27 May 2026 03:47:26 +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>Microsoft is previewing a new automatic device isolation capability in Defender for Endpoint’s auto attack disruption tool to help security pros contain cyber attacks in progress on their IT networks.</p>



<p>The company <a href="https://learn.microsoft.com/en-us/defender-endpoint/whats-new-in-microsoft-defender-endpoint#may-2026" target="_blank" rel="noreferrer noopener">announced the capability</a> earlier this month in a column about new features in Defender. There’s no word on when automatic device isolation will be in full production.</p>



<p>However, a new SANS Institute research paper warns that, in certain conditions, an attacker could leverage the new function to disable all user accounts.</p>



<p>The lesson, said <a href="https://www.sans.org/profiles/dr-johannes-ullrich" target="_blank" rel="noreferrer noopener">Johannes Ullrich</a>, the institute’s dean of research, is that autonomous AI action tools have to be tuned and tested like any other automation capability.</p>



<p>“Automatic isolation and attack disruption are not new concepts,” Ullrich said in an email, “but ideas like these have been used in the past in open source and commercial tools. This feature is most important in organizations with under-resourced IT security teams, as it automates attack response. However, these features must be carefully tuned. If they are left unconfigured, attackers can use them to delay response by disrupting accounts used by administrators.”</p>



<p>Nonetheless, in today’s environment, tools like these are important. <a href="https://www.linkedin.com/in/rob-enderle-03729/" target="_blank" rel="noreferrer noopener">Robert Enderle</a>, IT consultant and head of the Enderle group, noted that modern automated malware and ransomware attacks move at machine speed, which means human response times are effectively obsolete. </p>



<p>By the time an analyst even sees a red flag, he said, the attacker has already established persistence or started encrypting files. Microsoft’s automatic device isolation acts as “a rapid, logical air gap. It instantly severs the device’s network connections, cutting off the attacker’s command and control (C2) and halting data exfiltration dead in its tracks. You have to bring an automated defense to an automated fight.”</p>



<p>He said a secondary benefit, often the more critical one for enterprise survival, is containing the blast radius. Attackers invariably use a compromised PC as a beachhead to move laterally across the corporate network, hunting for higher-value targets like domain controllers, he pointed out.</p>



<p>“By instantly quarantining that initial endpoint, you trap the threat where it stands. You ensure a single compromised laptop doesn’t metastasize into an enterprise-wide catastrophe,” he said.</p>



<p>There’s also is a massive forensic advantage, Enderle added. “In the old days, the instinct was often to literally pull the power plug, which destroys critical volatile memory, or physically yank the network cable, which completely blinds your remote security team. Logically isolating the device while maintaining a secure lifeline to security services preserves the crime scene. It prevents the attacker from deploying wiper malware or destroying logs, and it gives the Security Operations Center (SOC) the breathing room they need to safely investigate and remediate the machine without the panic of an actively spreading infection.”</p>



<h2 class="wp-block-heading">How automatic attack disruption works</h2>



<p>Automatic attack disruption is offered to organizations that subscribe to <a href="https://learn.microsoft.com/en-us/defender-xdr/microsoft-365-defender" target="_blank" rel="noreferrer noopener">Microsoft Defender XDR</a>, a unified cloud-based security suite that detects and investigates cyberattacks against PC, server, and IoT endpoints. It also manages hybrid identities and protects email and collaboration tools. As such, it correlates data to identify and respond to attacks.</p>



<p>The soon-to-be-delivered auto-isolation capability blocks most network traffic while keeping the device connected to security services. The action is time-limited and scoped to the incident, Microsoft said; security operators can release isolation at any time.</p>



<p>The broad automatic attack disruption capability uses AI to limit attackers’ lateral movement. “Attack disruption uses the full breadth of our extended detection and response (XDR) signals, taking the entire attack into account to act at the incident level,” Microsoft said <a href="https://learn.microsoft.com/en-us/defender-xdr/automatic-attack-disruption" target="_blank" rel="noreferrer noopener">in a detailed column describing the tool</a>. “This capability is unlike known protection methods such as prevention and blocking based on a single indicator of compromise.”</p>



<p>To use <a href="https://learn.microsoft.com/en-us/defender-xdr/configure-attack-disruption?source=recommendations" target="_blank" rel="noreferrer noopener">automatic attack disruption</a>, IT has to, at the least, enable Microsoft Defender for Endpoint Plan 2. It becomes more effective if Defender for Identity, Defender for Office 365 and Defender for Cloud apps are also deployed. Admins also have to configure appropriate permissions and monitoring.</p>



<h2 class="wp-block-heading">Possible operational disruption</h2>



<p><a href="https://sansorg.egnyte.com/dl/RFPWrTr4RXkh" target="_blank" rel="noreferrer noopener">The SANS Institute’s academic paper</a> by student <a href="https://www.linkedin.com/in/marcio-enriquez-a07072187/" target="_blank" rel="noreferrer noopener">Marcio Enriquez</a> noted that AI systems that perform autonomous decisions like containment do improve response times and scalability. But they also rely on threshold-based logic derived from telemetry. “Even when operating on enterprise-wide data, they do not consistently account for system-level impact in their enforcement decisions,” the paper said, and thus can cause unintended disruptions when activated at scale. “This creates a gap between the need for rapid defensive actions and the organization’s ability to maintain operational continuity.”</p>



<p>It examined that gap by evaluating how threshold-driven autonomous containment actions can result in what it refers to as “large-scale operational disruption.”</p>



<p>Enriquez saw an example of this during a real security incident in the spring of 2025. A user in an organization was fooled by a phishing message and entered their credentials on a malicious website. Defender detected this, and within minutes initiated automated containment measures, including disabling the affected account, forcing a password reset and restricting logins across multiple managed devices. </p>



<p>However, because security analysts didn’t realize this was automated enforcement, they initially thought there had been lateral movement or widespread compromise. That triggered an emergency escalation involving security leadership, until further investigation realized that the propagation of containment controls was due to Defender.</p>



<p>“The event demonstrates the effectiveness of autonomous containment in rapidly interrupting active threats,” wrote Enriquez. “At the same time, it illustrates how automated response actions can generate enterprise-wide operational effects that are not immediately transparent to human operators.”</p>



<h2 class="wp-block-heading">Could be weaponized</h2>



<p>To test the ability of a threat actor to take advantage of a weakness in Defender XDR’s automatic attack disruption capability, Enriquez created a hybrid enterprise environment with 18 “users” and executed adversarial activity simulating hands-on-keyboard behavior across multiple identities to trigger high-confidence detection thresholds in Defender, through an attack tactic he calls Autonomous Defense Induced Disruption (ADID). In essence, it tricks the automatic disruption capability of Defender into giving a high-confidence score that the network is under attack.</p>



<p>“The results showed that when detection confidence thresholds were met, automated actions disabled all [18] Active Directory identities, including the local domain administrator, rendering the domain inaccessible,” Enriquez wrote.</p>



<p>“The research highlights the need for governance controls, privilege-aware safeguards, and system-level constraints to prevent autonomous containment from causing operational disruption,” he concluded.</p>



<h2 class="wp-block-heading">Microsoft guidance: Keep auto attack disruption enabled</h2>



<p>A Microsoft spokesperson said that the company has no comment on the research paper.</p>



<p>However, they said that Microsoft’s guidance is to keep automatic attack disruption enabled by default. “Opting out materially increases risk, particularly for multi-domain, multi-stage attacks such as HumOR [human intelligence operations, like social engineering], BEC [business email compromise] and AiTM [adversary in the middle], where even minutes of additional dwell time can translate into significant business impact.”</p>



<p>“At the same time,” Microsoft noted, “we recognize that security teams require control over autonomous actions. That’s why the capability is designed with granular controls. Security administrators can tune automation levels by device group and selectively exclude users, devices, or IP ranges based on operational needs. The recommended approach is targeted, intentional configuration, not a blanket opt-out. Customers retain full visibility into actions taken and have the ability to reverse automated responses at any time.”</p>



<p><em>This article originally appeared on <a href="https://www.csoonline.com/article/4177345/microsoft-previews-automatic-device-isolation-in-defender-for-endpoint.html" target="_blank">CSOonline</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FAQ: What you need to know about expiring Windows Secure Boot certificates]]></title>
<description><![CDATA[Microsoft is preparing to make a significant change to the Secure Boot system in Windows that will impact operations for both clients and servers.



In a nutshell: The Secure Boot certificates that Microsoft issued 15 years ago are being replaced by newer ones, with the older certificates set to...]]></description>
<link>https://tsecurity.de/de/3547572/it-nachrichten/faq-what-you-need-to-know-about-expiring-windows-secure-boot-certificates/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3547572/it-nachrichten/faq-what-you-need-to-know-about-expiring-windows-secure-boot-certificates/</guid>
<pubDate>Tue, 26 May 2026 12:17:23 +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>Microsoft is preparing to make a significant change to the Secure Boot system in Windows that will impact operations for both clients and servers.</p>



<p>In a nutshell: The Secure Boot certificates that Microsoft issued 15 years ago are being replaced by newer ones, with the older certificates set to expire beginning in June. To continue to receive the most up-to-date security protections for the Windows boot-up process, individual users and IT administrators alike need to make sure their Windows devices have the new Secure Boot certificates installed.</p>



<p>Have questions? Of course you do. Here are answers to eight key questions about the Secure Boot certificate updates.</p>



<h2 class="wp-block-heading">What is Secure Boot?</h2>



<p>Secure Boot is a security feature that verifies that all firmware-based software is signed by a trusted certificate when Windows starts up. If something doesn’t match, it gets blocked. This all happens immediately on boot, before Windows or anything else loads.</p>



<p>Secure Boot is a part of the <a href="https://www.howtogeek.com/56958/htg-explains-how-uefi-will-replace-the-bios/" target="_blank" rel="noreferrer noopener">UEFI firmware standard</a>, which replaced the older BIOS model for modern PCs. It was added to UEFI in 2011 so that only trusted, signed code could run during startup.</p>



<p>Microsoft issued its original Secure Boot certificates in 2011 and introduced Secure Boot as an optional feature in Windows 8. It remained optional in Windows 10, since UEFI had not had much time to penetrate the market when Windows 10 was released in 2015. But Secure Boot became mandatory in Windows 11. Windows 11 came out in 2021, giving UEFI-powered systems plenty of time to saturate the marketplace.</p>



<h2 class="wp-block-heading">What’s happening with Windows Secure Boot certificates?</h2>



<p>To keep up with emerging threats, Microsoft in 2023 issued new Secure Boot certificates to replace the 2011 versions. Those began rolling out on Windows devices in 2024, and <a href="https://blogs.windows.com/windowsexperience/2026/02/10/refreshing-the-root-of-trust-industry-collaboration-on-secure-boot-certificate-updates/" target="_blank" rel="noreferrer noopener">according to Microsoft</a>, nearly all devices shipped in 2025 and later already include the 2023 certificates.</p>



<p>However, most older devices with Secure Boot enabled (those manufactured from 2012 to 2024) have been relying on the 2011 certificates — and those certificates begin expiring in June.</p>



<p>There are three Windows Secure Boot certificates expiring this year:</p>



<ul class="wp-block-list">
<li><strong>Microsoft Corp. KEK CA 2011:</strong> authorizes changes to the Secure Boot database</li>



<li><strong>Microsoft UEFI CA 2011:</strong> signs third-party drivers to allow hardware components to load its firmware during boot</li>



<li><strong>Microsoft Windows Production PCA 2011:</strong> signs the Windows bootloader itself, the core piece of software that loads Windows from your hard drive into memory</li>
</ul>



<p>The first two certificates will expire on June 27; the third will expire on October 19.</p>



<p>For devices that didn’t ship with the 2023 certificates pre-installed, Microsoft is now rolling out those new certificates via Windows Update.</p>



<h2 class="wp-block-heading">What happens to devices that don’t have the updated certificates after the old ones expire?</h2>



<p>Lacking the new certificates, your PC keeps working and you’ll still receive regular Windows updates, but the computer loses the ability to receive security updates for the boot process. New protections for Windows Boot Manager won’t install. Updates to the Secure Boot database won’t apply. Revocation lists that block known malicious software won’t update. Your system is essentially defenseless against emerging boot-level threats.</p>



<p>Over time, not having the current certificates may also lead to compatibility issues with newer operating systems, firmware, hardware, or Secure Boot–dependent software.</p>



<h2 class="wp-block-heading">How are Secure Boot certificates updated?</h2>



<p>For most devices that have Windows updates managed by Microsoft (this includes consumer devices and some business and education devices), the new certificates will be installed automatically via Windows Update as part of the regular monthly update process, with no additional action required. Microsoft has been gradually rolling out the new certificates since June 2025, so your device may have them already.</p>



<p>Some devices may require a separate firmware update from the device manufacturer before the system can apply the new Secure Boot certificates. That’s because the new certificates need to be written into your motherboard’s UEFI databases that Secure Boot uses during the boot process. HP, Dell, Lenovo, and other major PC manufacturers have been releasing BIOS updates specifically to ensure their systems can properly accept the new certificates.</p>



<p>Microsoft recommends that customers check their Original Equipment Manufacturer (OEM) support pages for any applicable firmware updates and install them where needed. Microsoft maintains a list of <a href="https://protect.checkpoint.com/v2/r01/___https:/support.microsoft.com/en-us/topic/original-equipment-manufacturer-oem-pages-for-secure-boot-9ecc3ba4-fb50-4bd3-9e9b-f16b35b8fb68___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjViMDQ0ZjNjYjc2MDJkYjQyZjBlNThlZDJmYjFkY2IwOjc6MWY2MDpkNWE3YjBmNjM5MjNjMjRjZmQwMGVmNDkyMzBmZjE2MGI4ODY1YzJlMmQ3ZDEzYTBlNzUwN2ZlZDBlMTMwODlmOmg6VDpG" target="_blank" rel="noreferrer noopener">OEM support pages</a> for Secure Boot update readiness.</p>



<p>Devices managed by organizations may follow different update processes and typically require IT administrator action. Microsoft has a comprehensive “<a href="https://support.microsoft.com/en-us/topic/secure-boot-certificate-updates-guidance-for-it-professionals-and-organizations-e2b43f9f-b424-42df-bc6a-8476db65ab2f" target="_blank" rel="noreferrer noopener">Secure Boot Certificate updates: Guidance for IT professionals and organizations</a>” mini-site that covers verifying Secure Boot status, preparation, firmware considerations, deployment options (including automated deployment), monitoring and remediation, troubleshooting, and more.</p>



<h2 class="wp-block-heading">Which devices will get the updated certificates automatically?</h2>



<p>Only devices running <a href="https://learn.microsoft.com/en-us/windows/release-health/supported-versions-windows-client" target="_blank" rel="noreferrer noopener">Windows versions currently supported by Microsoft</a> will get the updated Secure Boot certificates:</p>



<ul class="wp-block-list">
<li>Windows 11 24H2, 25H2, and 26H1 (all editions); Windows 11 23H2 enterprise/education editions; and Windows 11 <a href="https://www.computerworld.com/article/1716419/faq-windows-10-ltsb-explained.html">Long-Term Servicing Channel</a> (LTSC) 2024 editions</li>



<li>Windows 10 22H2 devices enrolled in the <a href="https://learn.microsoft.com/en-us/windows/whats-new/extended-security-updates" target="_blank" rel="noreferrer noopener">Extended Security Updates</a> (ESU) program; and Windows 10 LTSB/LTSC 2016, 2019, and 2021 editions until their LTSC end-of-support dates</li>



<li>Windows Server 2019, 2022, and 2025: covered with separate guidance in the <a href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/windows-server-secure-boot-playbook-for-certificates-expiring-in-2026/4495789" target="_blank" rel="noreferrer noopener">Secure Boot Playbook for Windows Server</a></li>
</ul>



<p>Out-of-support Windows versions will not receive the new certificates.</p>



<p>As noted above, Microsoft-managed Windows client devices will have the new Secure Boot certificates delivered automatically through Windows Update. The new certificates will not be delivered automatically in IT-managed environments.</p>



<h2 class="wp-block-heading">How do I know if the new Secure Boot certificates have been installed?</h2>



<p>Individuals and business/education users with Microsoft-managed updates can check <em>Windows Security &gt; Device security &gt; Secure Boot</em>. Here you’ll find badges and status messages indicating whether your device is fully updated and if you need to take action. See Microsoft’s “<a href="https://support.microsoft.com/en-us/topic/secure-boot-certificate-update-status-in-the-windows-security-app-5ce39986-7dd2-4852-8c21-ef30dd04f046" target="_blank" rel="noreferrer noopener">Secure Boot certificate update status in the Windows Security app</a>” support page for details.</p>



<h2 class="wp-block-heading">What else should I know about the Secure Boot certificate updates?</h2>



<p>Because Secure Boot is rooted in platform firmware, some environments may require additional steps. This can include specialized hardware configurations, certain virtualized environments where the platform provider manages firmware behavior, or devices that depend on OEM support. Microsoft is working closely with hardware and platform partners to ensure broad compatibility and a smooth transition.</p>



<p>With the April 2026 Windows security update and upcoming monthly updates, some devices may experience one additional reboot during installation. This is the one-time restart that applies the new Boot Manager after the certificates have been written to firmware — it is expected and <a href="https://learn.microsoft.com/en-us/windows/release-health/windows-message-center#4825" target="_blank" rel="noreferrer noopener">documented</a>.</p>



<h2 class="wp-block-heading">What resources are available for help deploying and troubleshooting the new Secure Boot certificates?</h2>



<ul class="wp-block-list">
<li><a href="https://aka.ms/getsecureboot" target="_blank" rel="noreferrer noopener">aka.ms/getsecureboot</a>: the canonical hub that Microsoft is keeping current with all information and guidance around Secure Boot certificate updates</li>



<li><strong><a href="https://support.microsoft.com/en-us/topic/windows-devices-for-home-users-businesses-and-schools-with-microsoft-managed-updates-29bfd847-5855-49f1-bb94-e18497fe2315" target="_blank" rel="noreferrer noopener">Windows devices for home users, businesses, and schools with Microsoft-managed updates</a></strong>: includes a troubleshooting section for problems with BitLocker recovery or a device that won’t start up after installing the new certificates</li>



<li><a href="https://protect.checkpoint.com/v2/r01/___https:/techcommunity.microsoft.com/blog/windows-itpro-blog/secure-boot-playbook-for-certificates-expiring-in-2026/4469235___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjViMDQ0ZjNjYjc2MDJkYjQyZjBlNThlZDJmYjFkY2IwOjc6OTYzYzoyMGM1NzEwODEwZWM2MWI0NjAxZjZlMTFkYzI0MTdmYzQyOTA3NjkzYzU5Y2E3MGVjNjZiYjYwOGE3YWJjOTJmOmg6VDpG" target="_blank" rel="noreferrer noopener">Secure Boot Playbook for Windows client</a> and <a href="https://protect.checkpoint.com/v2/r01/___https:/techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/windows-server-secure-boot-playbook-for-certificates-expiring-in-2026/4495789___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjViMDQ0ZjNjYjc2MDJkYjQyZjBlNThlZDJmYjFkY2IwOjc6Y2ZmZDo1NTUxNzU1ZTRhMzg4MWEyZjcwYTJhYmI4ODZiMGEwNjU4ZmU4MjY1ZTI5ZmIxYzU4Y2UyODBkNTZhMDE5NGY4Omg6VDpG" target="_blank" rel="noreferrer noopener">Secure Boot Playbook for Windows Server</a>: these guides walk IT admins through the entire planning and deployment process in self-managed environments</li>



<li><strong><a href="https://support.microsoft.com/en-us/topic/secure-boot-troubleshooting-guide-5d1bf6b4-7972-455a-a421-0184f1e1ed7d" target="_blank" rel="noreferrer noopener">Secure Boot troubleshooting guide</a></strong>: for IT admins</li>



<li><a href="https://protect.checkpoint.com/v2/r01/___https:/learn.microsoft.com/en-us/windows/deployment/windows-autopatch/monitor/secure-boot-status-report___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjViMDQ0ZjNjYjc2MDJkYjQyZjBlNThlZDJmYjFkY2IwOjc6NTQ2MTo5ZmIzNmM0YjBjNTcyODZlZWZmMDNhNTMzYWZkMTA0OGEyYTYxNzVlYjkxMDdkMzBkYzIwNjExZjEwOTZhNWJjOmg6VDpG" target="_blank" rel="noreferrer noopener">Secure Boot status report in Windows Autopatch</a>: service provided to Autopatch customers for fleet-scale monitoring at no additional cost</li>
</ul>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google adds open source Agent Executor to support AI agents in production]]></title>
<description><![CDATA[Google has introduced Agent Executor, an open source runtime aimed at helping enterprises run AI agents more reliably at scale, as attention shifts from building agent prototypes to managing the operational challenges of putting them into production.



To address those production-related challen...]]></description>
<link>https://tsecurity.de/de/3546203/ai-nachrichten/google-adds-open-source-agent-executor-to-support-ai-agents-in-production/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3546203/ai-nachrichten/google-adds-open-source-agent-executor-to-support-ai-agents-in-production/</guid>
<pubDate>Mon, 25 May 2026 20:48:02 +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>Google has introduced <a href="https://github.com/google/ax" target="_blank" rel="noreferrer noopener">Agent Executor</a>, an open source runtime aimed at helping enterprises run AI agents more reliably at scale, as attention shifts from building agent prototypes to managing the operational challenges of putting them into production.</p>



<p>To address those production-related challenges, the <a href="https://www.infoworld.com/article/4158536/the-agent-tier-rethinking-runtime-architecture-for-context-driven-enterprise-workflows.html" target="_blank">runtime</a>, according to the company, comes with capabilities that are geared towards supporting long-running and distributed agent workflows.</p>



<p>Typically, long-running agent workflows are AI-driven tasks that execute over extended periods, from minutes to days, often involving multiple steps, system interactions, pauses for human input, or recovery from interruptions before reaching completion.</p>



<p>For such workloads, the runtime includes support for durable execution, allowing workflows to resume after outages or human approvals, along with secure sandboxing for isolating agent components, session consistency controls for distributed workflows, and connection recovery features intended to preserve execution state during network interruptions, Google wrote in a <a href="https://cloud.google.com/blog/products/ai-machine-learning/agent-executor-googles-distributed-agent-runtime/" target="_blank" rel="noreferrer noopener">blog post</a>.</p>



<p>The runtime also supports “trajectory branching,” which allows developers to test alternate execution paths from saved checkpoints without losing prior context, it added.</p>



<p>Furthermore, Agent Executor bridges multiple deployment models, including on prem and pre-built or custom managed agents, the company said, allowing users to mix and match between any or all of Google <a href="https://www.infoworld.com/article/4175416/google-to-unify-ai-coding-tools-under-antigravity.html" target="_blank">Antigravity</a>, frontier agents built by Google, agents built by the user and managed by Google, and custom agents and agents using <a href="https://www.infoworld.com/article/4088217/what-is-a2a-how-the-agent-to-agent-protocol-enables-autonomous-collaboration.html" target="_blank">Agent2Agent</a> (A2A) protocol, as desired.</p>



<h2 class="wp-block-heading">Targeting production reliability gaps</h2>



<p>Analysts and experts see value for both developers and enterprises in Agent Executor’s capabilities.</p>



<p>“Durability, orchestration, and resumability are the real blockers for any enterprise production agents,” said <a href="https://www.linkedin.com/in/advaitpatel93" target="_blank" rel="noreferrer noopener">Advait Patel</a>, senior reliability engineer (<a href="https://www.infoworld.com/article/2257232/what-is-an-sre-the-vital-role-of-the-site-reliability-engineer.html" target="_blank">SRE</a>) at Broadcom.</p>



<p>“What kills enterprise adoption is agents that lose their state when a pod restarts, sessions that corrupt under concurrent writes, or long running workflows that cannot recover from a network blip. Once your agent is taking actions on real systems, you cannot afford it to forget what it did halfway through,” he pointed out.</p>



<p>“The event log, snapshotting, single writer model, and connection recovery in Agent Executor are exactly the things SRE teams have been duct taping for the last year,” Patel noted, adding that existing frameworks such as <a href="https://www.infoworld.com/article/2334784/what-is-langchain-easier-development-of-llm-applications.html" target="_blank">LangChain</a> and AutoGen are great for prototyping, but more often than not fall apart in production once agents run for hours or days.</p>



<p>For CIOs, said <a href="https://www.linkedin.com/in/gaurav-dewan-pmp-8644a19/" target="_blank" rel="noreferrer noopener">Gaurav Dewan</a>, research director at Avasant, the runtime’s operational safeguards such as secure sandboxing, and checkpointing could prove just as significant for incident analysis and auditability.</p>



<p>At the same time, he cautioned that the runtime’s capabilities alone do not solve the broader governance and oversight challenges that CIOs continue to face with enterprise AI deployments.</p>



<p> “Issues such as accountability, explainability of agent decisions, policy enforcement, and secure access across interconnected systems are still evolving,” he said. “As a result, while distributed runtimes can strengthen the operational backbone of agent deployments, CIO-level considerations around trust, compliance, and enterprise control are likely to require additional governance and oversight layers beyond runtime infrastructure alone.”</p>



<h2 class="wp-block-heading">Using infrastructure layer to gain strategic advantage</h2>



<p>Google, however, is not alone in trying to shape the emerging infrastructure layer for enterprise AI agents. Other hyperscalers, such as <a href="https://www.infoworld.com/article/3833938/whats-next-for-microsofts-semantic-kernel.html" target="_blank">Microsoft, with AutoGen</a> and <a href="https://www.infoworld.com/article/4143387/running-agents-with-amazon-bedrock-agentcore.html" target="_blank">AWS, with Bedrock AgentCore</a>, are promoting open or interoperable frameworks to gain strategic advantage.</p>



<p>“There are growing indications that hyperscalers are converging toward a model that combines open or interoperable tooling at the top of the stack with monetization concentrated in underlying infrastructure layers,” Dewan said.</p>



<p>“Google, Microsoft, and AWS are increasingly offering SDKs, agent frameworks, and orchestration tools to drive developer adoption and ecosystem growth, while continuing to generate value through compute infrastructure, managed AI platforms, data services, and observability capabilities,” he added.</p>



<p>And, according to Patel, Google’s strategy around Agent Executor is reminiscent of the path that the hyperscaler followed with <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html" target="_blank">Kubernetes</a> ten years ago: “Give away the runtime, [and] drive consumption on Google Cloud via services, such as the Gemini Enterprise Agent Platform and Managed Agents API.”</p>



<p>He added, “[hyperscalers] have figured out that proprietary agent frameworks will not get adopted at enterprise scale. The money is in cloud consumption, managed services, and model inference. The tools on top need to be open or nobody will trust them.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google adds open source Agent Executor to support AI agents in production]]></title>
<description><![CDATA[Google has introduced Agent Executor, an open source runtime aimed at helping enterprises run AI agents more reliably at scale, as attention shifts from building agent prototypes to managing the operational challenges of putting them into production.



To address those production-related challen...]]></description>
<link>https://tsecurity.de/de/3546202/ai-nachrichten/google-adds-open-source-agent-executor-to-support-ai-agents-in-production/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3546202/ai-nachrichten/google-adds-open-source-agent-executor-to-support-ai-agents-in-production/</guid>
<pubDate>Mon, 25 May 2026 20:48:01 +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>Google has introduced <a href="https://github.com/google/ax" target="_blank" rel="noreferrer noopener">Agent Executor</a>, an open source runtime aimed at helping enterprises run AI agents more reliably at scale, as attention shifts from building agent prototypes to managing the operational challenges of putting them into production.</p>



<p>To address those production-related challenges, the <a href="https://www.infoworld.com/article/4158536/the-agent-tier-rethinking-runtime-architecture-for-context-driven-enterprise-workflows.html" target="_blank">runtime</a>, according to the company, comes with capabilities that are geared towards supporting long-running and distributed agent workflows.</p>



<p>Typically, long-running agent workflows are AI-driven tasks that execute over extended periods, from minutes to days, often involving multiple steps, system interactions, pauses for human input, or recovery from interruptions before reaching completion.</p>



<p>For such workloads, the runtime includes support for durable execution, allowing workflows to resume after outages or human approvals, along with secure sandboxing for isolating agent components, session consistency controls for distributed workflows, and connection recovery features intended to preserve execution state during network interruptions, Google wrote in a <a href="https://cloud.google.com/blog/products/ai-machine-learning/agent-executor-googles-distributed-agent-runtime/" target="_blank" rel="noreferrer noopener">blog post</a>.</p>



<p>The runtime also supports “trajectory branching,” which allows developers to test alternate execution paths from saved checkpoints without losing prior context, it added.</p>



<p>Furthermore, Agent Executor bridges multiple deployment models, including on prem and pre-built or custom managed agents, the company said, allowing users to mix and match between any or all of Google <a href="https://www.infoworld.com/article/4175416/google-to-unify-ai-coding-tools-under-antigravity.html" target="_blank">Antigravity</a>, frontier agents built by Google, agents built by the user and managed by Google, and custom agents and agents using <a href="https://www.infoworld.com/article/4088217/what-is-a2a-how-the-agent-to-agent-protocol-enables-autonomous-collaboration.html" target="_blank">Agent2Agent</a> (A2A) protocol, as desired.</p>



<h2 class="wp-block-heading">Targeting production reliability gaps</h2>



<p>Analysts and experts see value for both developers and enterprises in Agent Executor’s capabilities.</p>



<p>“Durability, orchestration, and resumability are the real blockers for any enterprise production agents,” said <a href="https://www.linkedin.com/in/advaitpatel93" target="_blank" rel="noreferrer noopener">Advait Patel</a>, senior reliability engineer (<a href="https://www.infoworld.com/article/2257232/what-is-an-sre-the-vital-role-of-the-site-reliability-engineer.html" target="_blank">SRE</a>) at Broadcom.</p>



<p>“What kills enterprise adoption is agents that lose their state when a pod restarts, sessions that corrupt under concurrent writes, or long running workflows that cannot recover from a network blip. Once your agent is taking actions on real systems, you cannot afford it to forget what it did halfway through,” he pointed out.</p>



<p>“The event log, snapshotting, single writer model, and connection recovery in Agent Executor are exactly the things SRE teams have been duct taping for the last year,” Patel noted, adding that existing frameworks such as <a href="https://www.infoworld.com/article/2334784/what-is-langchain-easier-development-of-llm-applications.html" target="_blank">LangChain</a> and AutoGen are great for prototyping, but more often than not fall apart in production once agents run for hours or days.</p>



<p>For CIOs, said <a href="https://www.linkedin.com/in/gaurav-dewan-pmp-8644a19/" target="_blank" rel="noreferrer noopener">Gaurav Dewan</a>, research director at Avasant, the runtime’s operational safeguards such as secure sandboxing, and checkpointing could prove just as significant for incident analysis and auditability.</p>



<p>At the same time, he cautioned that the runtime’s capabilities alone do not solve the broader governance and oversight challenges that CIOs continue to face with enterprise AI deployments.</p>



<p> “Issues such as accountability, explainability of agent decisions, policy enforcement, and secure access across interconnected systems are still evolving,” he said. “As a result, while distributed runtimes can strengthen the operational backbone of agent deployments, CIO-level considerations around trust, compliance, and enterprise control are likely to require additional governance and oversight layers beyond runtime infrastructure alone.”</p>



<h2 class="wp-block-heading">Using infrastructure layer to gain strategic advantage</h2>



<p>Google, however, is not alone in trying to shape the emerging infrastructure layer for enterprise AI agents. Other hyperscalers, such as <a href="https://www.infoworld.com/article/3833938/whats-next-for-microsofts-semantic-kernel.html" target="_blank">Microsoft, with AutoGen</a> and <a href="https://www.infoworld.com/article/4143387/running-agents-with-amazon-bedrock-agentcore.html" target="_blank">AWS, with Bedrock AgentCore</a>, are promoting open or interoperable frameworks to gain strategic advantage.</p>



<p>“There are growing indications that hyperscalers are converging toward a model that combines open or interoperable tooling at the top of the stack with monetization concentrated in underlying infrastructure layers,” Dewan said.</p>



<p>“Google, Microsoft, and AWS are increasingly offering SDKs, agent frameworks, and orchestration tools to drive developer adoption and ecosystem growth, while continuing to generate value through compute infrastructure, managed AI platforms, data services, and observability capabilities,” he added.</p>



<p>And, according to Patel, Google’s strategy around Agent Executor is reminiscent of the path that the hyperscaler followed with <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html" target="_blank">Kubernetes</a> ten years ago: “Give away the runtime, [and] drive consumption on Google Cloud via services, such as the Gemini Enterprise Agent Platform and Managed Agents API.”</p>



<p>He added, “[hyperscalers] have figured out that proprietary agent frameworks will not get adopted at enterprise scale. The money is in cloud consumption, managed services, and model inference. The tools on top need to be open or nobody will trust them.”</p>



<p><em>This article originally appeared on <a href="https://www.infoworld.com/article/4176801/google-adds-open-source-agent-executor-to-support-ai-agents-in-production.html" target="_blank">InfoWorld</a>.</em></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google adds open source Agent Executor to support AI agents in production]]></title>
<description><![CDATA[Google has introduced Agent Executor, an open source runtime aimed at helping enterprises run AI agents more reliably at scale, as attention shifts from building agent prototypes to managing the operational challenges of putting them into production.



To address those production-related challen...]]></description>
<link>https://tsecurity.de/de/3546201/it-nachrichten/google-adds-open-source-agent-executor-to-support-ai-agents-in-production/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3546201/it-nachrichten/google-adds-open-source-agent-executor-to-support-ai-agents-in-production/</guid>
<pubDate>Mon, 25 May 2026 20:47: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>Google has introduced <a href="https://github.com/google/ax" target="_blank" rel="nofollow">Agent Executor</a>, an open source runtime aimed at helping enterprises run AI agents more reliably at scale, as attention shifts from building agent prototypes to managing the operational challenges of putting them into production.</p>



<p>To address those production-related challenges, the <a href="https://www.infoworld.com/article/4158536/the-agent-tier-rethinking-runtime-architecture-for-context-driven-enterprise-workflows.html" target="_blank">runtime</a>, according to the company, comes with capabilities that are geared towards supporting long-running and distributed agent workflows.</p>



<p>Typically, long-running agent workflows are AI-driven tasks that execute over extended periods, from minutes to days, often involving multiple steps, system interactions, pauses for human input, or recovery from interruptions before reaching completion.</p>



<p>For such workloads, the runtime includes support for durable execution, allowing workflows to resume after outages or human approvals, along with secure sandboxing for isolating agent components, session consistency controls for distributed workflows, and connection recovery features intended to preserve execution state during network interruptions, Google wrote in a <a href="https://cloud.google.com/blog/products/ai-machine-learning/agent-executor-googles-distributed-agent-runtime/" target="_blank" rel="nofollow">blog post</a>.</p>



<p>The runtime also supports “trajectory branching,” which allows developers to test alternate execution paths from saved checkpoints without losing prior context, it added.</p>



<p>Furthermore, Agent Executor bridges multiple deployment models, including on prem and pre-built or custom managed agents, the company said, allowing users to mix and match between any or all of Google <a href="https://www.infoworld.com/article/4175416/google-to-unify-ai-coding-tools-under-antigravity.html" target="_blank">Antigravity</a>, frontier agents built by Google, agents built by the user and managed by Google, and custom agents and agents using <a href="https://www.infoworld.com/article/4088217/what-is-a2a-how-the-agent-to-agent-protocol-enables-autonomous-collaboration.html" target="_blank">Agent2Agent</a> (A2A) protocol, as desired.</p>



<h2 class="wp-block-heading">Targeting production reliability gaps</h2>



<p>Analysts and experts see value for both developers and enterprises in Agent Executor’s capabilities.</p>



<p>“Durability, orchestration, and resumability are the real blockers for any enterprise production agents,” said <a href="https://www.linkedin.com/in/advaitpatel93" target="_blank" rel="nofollow">Advait Patel</a>, senior reliability engineer (<a href="https://www.infoworld.com/article/2257232/what-is-an-sre-the-vital-role-of-the-site-reliability-engineer.html" target="_blank">SRE</a>) at Broadcom.</p>



<p>“What kills enterprise adoption is agents that lose their state when a pod restarts, sessions that corrupt under concurrent writes, or long running workflows that cannot recover from a network blip. Once your agent is taking actions on real systems, you cannot afford it to forget what it did halfway through,” he pointed out.</p>



<p>“The event log, snapshotting, single writer model, and connection recovery in Agent Executor are exactly the things SRE teams have been duct taping for the last year,” Patel noted, adding that existing frameworks such as <a href="https://www.infoworld.com/article/2334784/what-is-langchain-easier-development-of-llm-applications.html" target="_blank">LangChain</a> and AutoGen are great for prototyping, but more often than not fall apart in production once agents run for hours or days.</p>



<p>For CIOs, said <a href="https://www.linkedin.com/in/gaurav-dewan-pmp-8644a19/" target="_blank" rel="nofollow">Gaurav Dewan</a>, research director at Avasant, the runtime’s operational safeguards such as secure sandboxing, and checkpointing could prove just as significant for incident analysis and auditability.</p>



<p>At the same time, he cautioned that the runtime’s capabilities alone do not solve the broader governance and oversight challenges that CIOs continue to face with enterprise AI deployments.</p>



<p> “Issues such as accountability, explainability of agent decisions, policy enforcement, and secure access across interconnected systems are still evolving,” he said. “As a result, while distributed runtimes can strengthen the operational backbone of agent deployments, CIO-level considerations around trust, compliance, and enterprise control are likely to require additional governance and oversight layers beyond runtime infrastructure alone.”</p>



<h2 class="wp-block-heading">Using infrastructure layer to gain strategic advantage</h2>



<p>Google, however, is not alone in trying to shape the emerging infrastructure layer for enterprise AI agents. Other hyperscalers, such as <a href="https://www.infoworld.com/article/3833938/whats-next-for-microsofts-semantic-kernel.html" target="_blank">Microsoft, with AutoGen</a> and <a href="https://www.infoworld.com/article/4143387/running-agents-with-amazon-bedrock-agentcore.html" target="_blank">AWS, with Bedrock AgentCore</a>, are promoting open or interoperable frameworks to gain strategic advantage.</p>



<p>“There are growing indications that hyperscalers are converging toward a model that combines open or interoperable tooling at the top of the stack with monetization concentrated in underlying infrastructure layers,” Dewan said.</p>



<p>“Google, Microsoft, and AWS are increasingly offering SDKs, agent frameworks, and orchestration tools to drive developer adoption and ecosystem growth, while continuing to generate value through compute infrastructure, managed AI platforms, data services, and observability capabilities,” he added.</p>



<p>And, according to Patel, Google’s strategy around Agent Executor is reminiscent of the path that the hyperscaler followed with <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html" target="_blank">Kubernetes</a> ten years ago: “Give away the runtime, [and] drive consumption on Google Cloud via services, such as the Gemini Enterprise Agent Platform and Managed Agents API.”</p>



<p>He added, “[hyperscalers] have figured out that proprietary agent frameworks will not get adopted at enterprise scale. The money is in cloud consumption, managed services, and model inference. The tools on top need to be open or nobody will trust them.”</p>



<p><em>This article originally appeared on <a href="https://www.infoworld.com/article/4176801/google-adds-open-source-agent-executor-to-support-ai-agents-in-production.html" target="_blank">InfoWorld</a>.</em></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unlocking the Full Potential of Programmable Infrastructure with VMware Cloud Foundation 9.1 – New Features and Capabilities]]></title>
<description><![CDATA[It is our pleasure to announce the general availability of VMware Cloud Foundation (VCF) 9.1. This release is the culmination of our efforts to deliver an API-first private cloud platform that fulfills the promise of providing programmable infrastructure to our customers and partners. What was on...]]></description>
<link>https://tsecurity.de/de/3545627/downloads/unlocking-the-full-potential-of-programmable-infrastructure-with-vmware-cloud-foundation-91-new-features-and-capabilities/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3545627/downloads/unlocking-the-full-potential-of-programmable-infrastructure-with-vmware-cloud-foundation-91-new-features-and-capabilities/</guid>
<pubDate>Mon, 25 May 2026 15:02:26 +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/2026/05/programableInfra.png?w=300" class="attachment-medium size-medium wp-post-image" alt="Whats New with VCF 9.1" decoding="async" fetchpriority="high" srcset="https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png 2556w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png?resize=300,169 300w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png?resize=768,433 768w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png?resize=1024,577 1024w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png?resize=1536,865 1536w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png?resize=2048,1154 2048w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png?resize=752,423 752w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png?resize=576,324 576w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/programableInfra.png?resize=600,338 600w" sizes="(max-width: 300px) 100vw, 300px"></div>
<p>It is our pleasure to announce the general availability of VMware Cloud Foundation (VCF) 9.1. This release is the culmination of our efforts to deliver an API-first private cloud platform that fulfills the promise of providing programmable infrastructure to our customers and partners. What was once a siloed platform with discrete APIs and fragmented automation … <a href="https://blogs.vmware.com/cloud-foundation/2026/05/25/unlocking-the-full-potential-of-programmable-infrastructure-with-vmware-cloud-foundation-9-1-new-features-and-capabilities/">Continued</a></p>
<p>The post <a href="https://blogs.vmware.com/cloud-foundation/2026/05/25/unlocking-the-full-potential-of-programmable-infrastructure-with-vmware-cloud-foundation-9-1-new-features-and-capabilities/">Unlocking the Full Potential of Programmable Infrastructure with VMware Cloud Foundation 9.1 – New Features and Capabilities</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[Breaking changes for all users of `varnish`, which is renamed to `vinyl-cache`]]></title>
<description><![CDATA[The Varnish project has renamed itself to Vinyl Cache.
We followed this rename with a new vinyl-cache package.
This upgrade results in breaking changes and users are advised to study these changes and how it affects them before following the replacement.
All references to "varnish" have been chan...]]></description>
<link>https://tsecurity.de/de/3544755/unix-server/breaking-changes-for-all-users-of-varnish-which-is-renamed-to-vinyl-cache/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3544755/unix-server/breaking-changes-for-all-users-of-varnish-which-is-renamed-to-vinyl-cache/</guid>
<pubDate>Mon, 25 May 2026 07:00:58 +0200</pubDate>
<category>🐧 Unix Server</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>The Varnish project has <a href="https://vinyl-cache.org/organization/on_vinyl_cache_and_varnish_cache.html#org-vinyl-varnish">renamed itself to Vinyl Cache</a>.
We followed this rename with a <a href="https://gitlab.archlinux.org/archlinux/packaging/packages/vinyl-cache">new <code>vinyl-cache</code> package</a>.
This upgrade results in <a href="https://vinyl-cache.org/docs/9.0/whats-new/upgrading-9.0.html">breaking changes</a> and users are advised to study these changes and how it affects them before following the replacement.
All references to "<code>varnish</code>" have been changed to "<code>vinyl</code>" in all binaries and directories.</p>
<p>At minimum, users will have to:</p>
<ul>
<li>rename <code>/etc/varnish</code> to <code>/etc/vinyl-cache</code></li>
<li>rename <code>/var/lib/varnish</code> to <code>/var/lib/vinyl-cache</code></li>
<li>fix up ownership of files inside <code>/var/lib/varnish</code></li>
<li>user <code>varnish</code> becomes <code>vinyl</code></li>
<li>group <code>varnish</code> becomes <code>vinyl</code></li>
<li>user <code>varnishlog</code> becomes <code>vinyllog</code></li>
<li>user <code>vcache</code> remains the same</li>
<li>disable the old <code>varnish.service</code> and <code>varnishncsa.service</code> systemd units</li>
<li>enable the new <code>vinyl-cache.service</code> and <code>vinylncsa.service</code> systemd units</li>
</ul>
<p>Meanwhile, the <code>varnish</code> package has been dropped from <code>[extra]</code>.
We're not currently planning to maintain a new <code>varnish</code> package as it's a different upstream project.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s next for Bungie? Rumored layoffs and end of ‘Destiny 2’ updates raise questions about studio’s future]]></title>
<description><![CDATA[Bungie announced it will end development on Destiny 2 with a final update on June 9. Bloomberg reports the studio plans significant layoffs, raising questions about the future of the Bellevue, Wash.-based studio amid broader cost-cutting by Sony. Read More]]></description>
<link>https://tsecurity.de/de/3540866/it-nachrichten/whats-next-for-bungie-rumored-layoffs-and-end-of-destiny-2-updates-raise-questions-about-studios-future/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3540866/it-nachrichten/whats-next-for-bungie-rumored-layoffs-and-end-of-destiny-2-updates-raise-questions-about-studios-future/</guid>
<pubDate>Fri, 22 May 2026 23:47:05 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img width="1024" height="576" src="https://cdn.geekwire.com/wp-content/uploads/2026/05/2023_Final_Shape_Reveal_PressKit_Gear_Compressed_001.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://cdn.geekwire.com/wp-content/uploads/2026/05/2023_Final_Shape_Reveal_PressKit_Gear_Compressed_001.jpg 1024w, https://cdn.geekwire.com/wp-content/uploads/2026/05/2023_Final_Shape_Reveal_PressKit_Gear_Compressed_001-768x432.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px"><br>Bungie announced it will end development on Destiny 2 with a final update on June 9. Bloomberg reports the studio plans significant layoffs, raising questions about the future of the Bellevue, Wash.-based studio amid broader cost-cutting by Sony. <a href="https://www.geekwire.com/2026/whats-next-for-bungie-rumored-layoffs-focus-on-marathon-and-the-end-of-destiny-2/">Read More</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[The key role of hybrid cloud in digital sovereignty and innovation]]></title>
<description><![CDATA[Many CIOs are prioritising digital sovereignty, with concerns around extraterritorial data requests, regulatory compliance, and data security among the key drivers of this shift, according to IDC research.



But does this require moving completely away from the big hyperscalers? For many experts...]]></description>
<link>https://tsecurity.de/de/3538944/it-nachrichten/the-key-role-of-hybrid-cloud-in-digital-sovereignty-and-innovation/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3538944/it-nachrichten/the-key-role-of-hybrid-cloud-in-digital-sovereignty-and-innovation/</guid>
<pubDate>Fri, 22 May 2026 11:17: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>Many CIOs are prioritising digital sovereignty, with concerns around extraterritorial data requests, regulatory compliance, and data security among the key drivers of this shift, according to <a href="https://www.idc.com/resource-center/blog/digital-sovereignty-in-europe-in-2025-whats-plan-b/">IDC research</a>.</p>



<p>But does this require moving completely away from the big hyperscalers? For many experts, this approach could lead to suboptimal outcomes.</p>



<p>Red Hat’s Senior Principal Chief Architect for EMEA, Chris Jenkins, warned in a CIO webcast that abandoning major public cloud providers entirely during a digital sovereignty shift could lead to a long, complex migration process while sacrificing their agility and speed.</p>



<p>Hyperscaler efficiency versus on-premises security is a false binary, he says, when a hybrid cloud strategy is best for most organisations. This way, they can move certain workloads to a particular jurisdiction for regulatory compliance reasons, while also benefiting from using major cloud providers for others.</p>



<p>“You can also use the hyperscalers, the public cloud, the private cloud and the sovereign cloud together. So, it creates this harmonious environment,” he says.</p>



<p>A hybrid cloud approach can be made sovereign by design, rather than completely starting over with new infrastructure, according to Jenkins. “Build in the sovereign principles and requirements for your organisation into your trusted software supply chain,” he advises.</p>



<p>For those IT leaders forming a digital sovereignty strategy, what first steps can they take? Jenkins says the best place to start is “understanding from operations, technical assurance, executive leadership, from an open source point of view, where you currently are.”</p>



<p>They can use a tool like Red Hat’s digital sovereignty assessment tool to assess this, and then plan how to close the gap, whether the goal is complete sovereignty or something more pragmatic.</p>



<p><a href="https://global.resources.cio.com/resources/driving-innovation-in-enterprises-optimised-around-digital-sovereignty/" target="_blank" rel="sponsored">Watch the full webcast to learn more about how a hybrid cloud approach can achieve digital sovereignty.</a></p>


<div class="text text--no-top-margin"><h2></h2><p>Watch the full webcast to learn more about how a hybrid cloud approach can achieve digital sovereignty.</p><p><a class="button button--primary" data-amp-height="40" target="_blank" href="https://global.resources.cio.com/resources/driving-innovation-in-enterprises-optimised-around-digital-sovereignty/" rel="sponsored">Watch Now</a></p></div>


<p>To watch the full Webcast Series ‘The rise of digital sovereignty’, click below</p>



<ul class="wp-block-list">
<li><a href="https://www.cio.com/article/4167747/why-digital-sovereignty-is-a-fast-rising-priority-in-an-uncertain-world.html" target="_blank">Episode 1: Why digital sovereignty is a fast-rising priority in an uncertain world.</a></li>



<li><a href="https://www.cio.com/article/4170097/toward-a-sovereign-future-the-practical-steps-it-leaders-should-take.html">Episode 3: The practical steps IT leaders must take to pivot toward a sovereign future</a></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s new in Microsoft Security: May 2026]]></title>
<description><![CDATA[Microsoft Security’s latest updates extend visibility, control, and protection across expanding ecosystems as organizations accelerate AI adoption.
The post What’s new in Microsoft Security: May 2026 appeared first on Microsoft Security Blog.]]></description>
<link>https://tsecurity.de/de/3537506/it-security-nachrichten/whats-new-in-microsoft-security-may-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3537506/it-security-nachrichten/whats-new-in-microsoft-security-may-2026/</guid>
<pubDate>Thu, 21 May 2026 20:37:09 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Microsoft Security’s latest updates extend visibility, control, and protection across expanding ecosystems as organizations accelerate AI adoption.</p>
<p>The post <a href="https://www.microsoft.com/en-us/security/blog/2026/05/21/whats-new-in-microsoft-security-may-2026/">What’s new in Microsoft Security: May 2026</a> appeared first on <a href="https://www.microsoft.com/en-us/security/blog">Microsoft Security Blog</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s new in Microsoft Security: May 2026]]></title>
<description><![CDATA[Microsoft Security’s latest updates extend visibility, control, and protection across expanding ecosystems as organizations accelerate AI adoption. The post What’s new in Microsoft Security: May 2026 appeared first on Microsoft Security Blog. This article has been indexed from Microsoft Security…...]]></description>
<link>https://tsecurity.de/de/3537300/it-security-nachrichten/whats-new-in-microsoft-security-may-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3537300/it-security-nachrichten/whats-new-in-microsoft-security-may-2026/</guid>
<pubDate>Thu, 21 May 2026 19:05:44 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Microsoft Security’s latest updates extend visibility, control, and protection across expanding ecosystems as organizations accelerate AI adoption. The post What’s new in Microsoft Security: May 2026 appeared first on Microsoft Security Blog. This article has been indexed from Microsoft Security…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/whats-new-in-microsoft-security-may-2026/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/whats-new-in-microsoft-security-may-2026/">What’s new in Microsoft Security: May 2026</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Reflections on RSAC and the Mythos of agents]]></title>
<description><![CDATA[Another RSAC in San Francisco wrapped recently, and unsurprisingly, one topic dominated: AI agents.



In hallway conversations, panels and private meetings, AI agents, and the risks they introduce, were front and center. That shouldn’t surprise anyone. Over the past year, agents have become embe...]]></description>
<link>https://tsecurity.de/de/3536071/it-security-nachrichten/reflections-on-rsac-and-the-mythos-of-agents/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3536071/it-security-nachrichten/reflections-on-rsac-and-the-mythos-of-agents/</guid>
<pubDate>Thu, 21 May 2026 13:08: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>Another RSAC in San Francisco wrapped recently, and unsurprisingly, one topic dominated: AI agents.</p>



<p>In hallway conversations, panels and private meetings, AI agents, and the risks they introduce, were front and center. That shouldn’t surprise anyone. Over the past year, agents have become embedded across enterprise workflows, making decisions and acting autonomously across departments, from engineering to sales. The real question now is: how securely are they being deployed?</p>



<p>At RSA, a co-panelist compared poorly governed agents to teenagers testing boundaries. It’s an apt analogy. Unless guardrails are applied and tightly enforced, agents will find ways around them.</p>



<p>I’ve written previously about <a href="https://www.cio.com/article/4003557/ai-agents-were-everywhere-at-rsac-whats-next.html">the risks of emerging AI agents</a>, instances of agents behaving unpredictably, exposing sensitive data or operating outside intended constraints. At RSAC, those theoretical concerns became tangible stories of incidents both big and small.</p>



<h2 class="wp-block-heading">RSAC recap</h2>



<p>The real-world examples were shared in large numbers: agents making unauthorized purchases, generating unexpected cloud costs in AWS and Azure, and operating without user awareness.</p>



<p>But one story stood out. Yaki Faitelson, <a href="https://path.rsaconference.com/flow/rsac/us26/FullAgenda/page/catalog/session/1765569834045001TQRo" rel="nofollow">CEO of Varonis</a>, a leading data governance company, described an incident of an agent attempting to access restricted files for which it did not have credentials. Unable to gain entry, it requested credentials from other agents. Eventually, another agent complied, effectively bypassing access controls.</p>



<p>That should concern every CISO, particularly in highly regulated industries like financial services. Without iron-clad enforced guardrails, agents interacting with one another can erode the security policies organizations depend on.</p>



<h2 class="wp-block-heading">Key priorities for CISOs</h2>



<p>Every executive team today is balancing the same challenge: how to integrate AI into core operations while maintaining control over data and security.</p>



<p>Coming out of RSAC, the priority is clear: get control of your agents. That starts with three areas:</p>



<ol class="wp-block-list">
<li><strong>Lock down the data</strong>. Agents should not have unrestricted access to core data systems. Organizations need to double down on data protection, leakage prevention and governance frameworks designed for an AI-driven environment.</li>



<li><strong>Monitor agent behavior</strong>. You need full observability, what agents are doing, what they’re requesting and how they’re interacting with each other. Without this, you’re operating blind.</li>



<li><strong>Enforce guardrails</strong>. Strong, enforceable controls are essential. This is still early-stage technology, and no single vendor has a complete solution. But lack of perfection isn’t an excuse for lack of control.</li>
</ol>



<p>And just as the industry was digesting these challenges, another development raised the stakes.</p>



<h2 class="wp-block-heading">Claude Mythos preview</h2>



<p>Shortly after RSAC, Anthropic’s <a href="https://red.anthropic.com/2026/mythos-preview/" rel="nofollow">Claude Mythos Preview</a> surfaced, alongside its broader Project Glasswing initiative.</p>



<p>According to Anthropic, Claude Mythos Preview can identify and exploit zero-day vulnerabilities across major operating systems and browsers. That’s a step change. We’re talking about AI that can uncover, and potentially weaponize, previously unknown flaws at scale.  It has demonstrated a greater than 83% first-attempt exploit rate, far outpacing prior vulnerability scanning tools.  And the model has found issues that no human has previously detected – including a 27-year-old vulnerability in OpenBSD, the secure operating system used in firewalls, routers and other core infrastructure products. </p>



<p>To mitigate risk, Anthropic has limited access to a small group of partners, including major technology and financial institutions such as AWS, Apple, Google, JP Morgan and Microsoft. For everyone else, the reality is clear: you’ll need to rely on existing security tools and practices to identify and address vulnerabilities.</p>



<p>That creates immediate pressure for CISOs. If you can’t eliminate vulnerabilities quickly, you need to strengthen your defensive posture across firewalls, endpoints, identity systems and cloud infrastructure.</p>



<h2 class="wp-block-heading">Looking ahead</h2>



<p>Anthropic is moving fast, but they’re not alone. It’s reasonable to assume that other major players are pursuing similar capabilities, with industry estimates that these efforts are only 6-12 months behind Mythos.</p>



<p>That raises an uncomfortable question: what happens when these tools extend beyond controlled environments?</p>



<p>An increase in exploit volume and severity is inevitable. This isn’t a reason for panic, but it is a reason for urgency. The next 2–3 years will test security teams in ways we haven’t seen before.</p>



<p>To Anthropic’s credit, limiting access to Mythos, at least initially, gives the industry time to prepare. It allows security vendors, startups and enterprises to strengthen defenses before these capabilities become more widely available.</p>



<p>That’s a net positive.</p>



<p>At the same time, it will accelerate innovation. We’re likely to see a new wave of startups and solutions emerge in response, focused AI-native remediation and defense, in additional to agent governance, observability and control.</p>



<p>AI agents are here. The question isn’t whether to adopt them, it’s whether you can manage them.</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[Discord Launches End-to-End Encryption for Voice and Video Calls]]></title>
<description><![CDATA[Discord has officially rolled out end-to-end encryption for all voice and video calls across its platform, marking a major shift in how the company approaches user privacy and secure communications.

The company announced that every voice and video conversation on Discord is now protected with ...]]></description>
<link>https://tsecurity.de/de/3535416/it-security-nachrichten/discord-launches-end-to-end-encryption-for-voice-and-video-calls/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3535416/it-security-nachrichten/discord-launches-end-to-end-encryption-for-voice-and-video-calls/</guid>
<pubDate>Thu, 21 May 2026 09:22:44 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><img width="1376" height="768" src="https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="end-to-end encryption" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption.webp 1376w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-1024x572.webp 1024w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-768x429.webp 768w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-750x419.webp 750w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-1140x636.webp 1140w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption.webp 1376w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-1024x572.webp 1024w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-768x429.webp 768w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-750x419.webp 750w, https://thecyberexpress.com/wp-content/uploads/end-to-end-encryption-1140x636.webp 1140w" sizes="(max-width: 1376px) 100vw, 1376px" title="Discord Launches End-to-End Encryption for Voice and Video Calls 1"></p><a href="https://thecyberexpress.com/?s=Discord" target="_blank" rel="noopener">Discord</a> has officially rolled out end-to-end encryption for all voice and video calls across its platform, marking a major shift in how the company approaches user privacy and secure communications.

The company announced that every voice and video conversation on Discord is now protected with <a href="https://thecyberexpress.com/whats-the-problem-with-backdoor-encryption/" target="_blank" rel="noopener">end-to-end encryption </a>by default, with no opt-in required. The update applies to direct messages, group calls, voice channels, and Go Live streams across desktop, mobile devices, web browsers, and gaming consoles.

The move comes at a time when several major social media companies are scaling back <a href="https://blog.google/products-and-platforms/platforms/android/android-ios-end-to-end-encrypted-rcs-messaging/" target="_blank" rel="nofollow noopener">encryption features</a> in messaging services, while others are expanding encrypted communication protections across platforms.
<h2>Discord Completes Multi-Year End-to-End Encryption Rollout</h2>
According to Discord, the<a href="https://discord.com/blog/every-voice-and-video-call-on-discord-is-now-end-to-end-encrypted" target="_blank" rel="nofollow noopener"> rollout is the result</a> of a multi-year engineering effort that began in 2023 when the company first started experimenting with encrypted voice and video communication.

In September 2024, Discord introduced DAVE, an open and externally audited end-to-end encryption protocol designed specifically for voice and video communications at scale.

Mark Smith, Vice President of Core Technology at Discord, said the company completed full migration to encrypted communications in March 2026.

“As of early March 2026, every voice and video call on Discord is end-to-end encrypted by default,” Smith said in a company blog post.

Discord stated that the transition was completed without requiring users to manually enable <a class="wpil_keyword_link" href="https://thecyberexpress.com/" title="security" data-wpil-keyword-link="linked" data-wpil-monitor-id="28370">security</a> settings or modify how they use the platform.
<h2>DAVE Protocol Designed for Cross-Platform Encryption</h2>
Discord explained that one of the biggest technical challenges involved supporting encrypted communication across a wide variety of devices and operating systems simultaneously.

Unlike many messaging services that primarily support smartphones, Discord calls often include users connected through:
<ul>
 	<li>Desktop applications</li>
 	<li>Mobile phones</li>
 	<li>Web browsers</li>
 	<li>PlayStation consoles</li>
 	<li>Xbox devices</li>
</ul>
The company said the DAVE protocol was designed to maintain low-latency voice and video performance while enabling end-to-end encryption across all supported platforms.

Discord also noted that the DAVE protocol and its implementation are open source and were independently audited by <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-cybersecurity/" title="cybersecurity" data-wpil-keyword-link="linked" data-wpil-monitor-id="28369">cybersecurity</a> firm Trail of Bits.

The company expanded its <a href="https://thecyberexpress.com/uidai-bug-bounty-program-aadhaar-security/" target="_blank" rel="noopener">bug bounty program</a> to include the encryption protocol as part of broader transparency and security testing efforts.
<h2>Firefox Compatibility Issue Addressed During Rollout</h2>
During development, Discord engineers encountered compatibility problems involving <a href="https://thecyberexpress.com/firefox-v147-cve-2026-2447/" target="_blank" rel="noopener">Mozilla Firefox</a> that affected the encryption protocol’s performance in real-world calls.

Instead of introducing temporary workarounds, Discord said its engineers collaborated directly with Mozilla developers to identify the root cause and implement fixes within <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-firefox/" title="Firefox" data-wpil-keyword-link="linked" data-wpil-monitor-id="28371">Firefox</a> itself.

The company described the effort as part of its broader commitment to building encryption infrastructure that functions consistently across platforms without reducing user experience or call quality.

According to Discord, encrypted calls now operate transparently for users without affecting performance or reliability.
<h2>Stage Channels Remain Excluded From End-to-End Encryption</h2>
While most communication services on Discord now support end-to-end encryption, the company confirmed that Stage channels remain excluded.

Stage channels are designed for large-scale broadcasts, live <a class="wpil_keyword_link" href="https://thecyberexpress.com/cyber-security-events/" title="events" data-wpil-keyword-link="linked" data-wpil-monitor-id="28372">events</a>, community discussions, and AMA-style sessions involving larger audiences.

Discord said the architecture of these channels differs from private conversations, making them unsuitable for the same encryption model currently used for direct voice and video communication.

The company also revealed that it currently has no plans to extend end-to-end encryption to text messaging on the platform.

Discord explained that many existing platform features were built around non-encrypted text systems, and redesigning them to support encrypted messaging would require significant engineering changes.
<h2>Encryption Debate Continues Across Social Media Industry</h2>
Discord’s <a class="wpil_keyword_link" href="https://cyble.com/announcement/" target="_blank" rel="noopener" title="announcement" data-wpil-keyword-link="linked" data-wpil-monitor-id="28367">announcement</a> arrives during a period of shifting encryption policies across the technology sector.

Several social media platforms have recently reduced or removed encrypted messaging capabilities, while companies such as Google and Apple have recently announced broader support for encrypted messaging between Android and iPhone users.

<a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-privacy/" title="Privacy" data-wpil-keyword-link="linked" data-wpil-monitor-id="28368">Privacy</a> advocates and cybersecurity experts continue debating the balance between stronger encryption protections, platform functionality, and law enforcement concerns surrounding encrypted communications.

For Discord, the rollout positions the platform among a smaller group of major communication services now offering default end-to-end encryption for voice and video communication across multiple device ecosystems.]]></content:encoded>
</item>
<item>
<title><![CDATA[The SaaS reckoning: Why AI is about to reprice enterprise software]]></title>
<description><![CDATA[For most of my career, the enterprise software conversation followed a predictable script. A CRM, an ITSM platform, an ERP system, these were not things you built. They were things you bought, implemented and lived with. The reasoning was sound: Building them required enormous capital, long engin...]]></description>
<link>https://tsecurity.de/de/3532504/it-security-nachrichten/the-saas-reckoning-why-ai-is-about-to-reprice-enterprise-software/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3532504/it-security-nachrichten/the-saas-reckoning-why-ai-is-about-to-reprice-enterprise-software/</guid>
<pubDate>Wed, 20 May 2026 12: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>For most of my career, the enterprise software conversation followed a predictable script. A CRM, an ITSM platform, an ERP system, these were not things you built. They were things you bought, implemented and lived with. The reasoning was sound: Building them required enormous capital, long engineering tenures and specialized domain depth that only a handful of vendors could concentrate. So, enterprises paid the toll. And if you have ever read a SaaS earnings report, you know what that toll looks like on the margin line.</p>



<p>That calculus is breaking down. Not collapsing overnight but breaking down in a way that every CIO I speak with is starting to quietly acknowledge.</p>



<p>The reason is simple. AI has fundamentally changed the economics of writing software, and with it, the central premise of the enterprise SaaS model.</p>



<h2 class="wp-block-heading">The moat was never the code</h2>



<p>Here is the uncomfortable truth the last 24 months have surfaced: Most enterprise platforms are not technological marvels. An ERP, stripped to its essence, is a workflow engine with a data layer a system that captures events, routes them through rules and centralizes information so leadership can see what the business is actually doing. A CRM is a contact database with stages and notifications. An ITSM platform is a ticket system with SLAs and escalation trees.</p>



<p>None of this is autonomous driving. None of it is protein folding. It is, for the most part, business logic wrapped in a user interface and stitched together with integrations, exactly the category of software AI assisted development has become remarkably good at producing.</p>



<p>The moat was never the code. The moat was the cost of writing the code. That moat is draining faster than most vendor roadmaps are willing to admit.</p>



<p>The shift is no longer hypothetical. <a href="https://venturebeat.com/infrastructure/ai-lowered-the-cost-of-building-software-enterprise-governance-hasnt-caught/" rel="nofollow">Retool’s 2026 Build vs. Buy Shift Report</a>, drawn from a survey of 817 enterprise builders, found that 35% of teams have already replaced at least one SaaS tool with a custom internal build, and 78% plan to build more custom tooling in the year ahead. The categories leading this displacement, workflow automations and internal administrative tools, are exactly the workflow engine layer most enterprise platforms occupy.</p>



<p>Integration, historically the second pillar of SaaS defensibility is going the same way. Building and maintaining API connections, parsing third-party schemas, handling auth flows and data mapping: These were once multi-quarter projects requiring senior engineering effort. They are now, increasingly, prompts and pull requests.</p>



<h2 class="wp-block-heading">The real reason enterprises haven’t moved yet</h2>



<p>If the economics have shifted so dramatically, why hasn’t every Fortune 500 CIO kicked off a build-in-house initiative? The answer has almost nothing to do with technology.</p>



<p>Replacing a CRM or an ERP is not a software problem. It is a change management problem at a scale most outside observers drastically underestimate. You are not swapping out a tool; you are disrupting the daily workflows of tens of thousands of employees, retraining entire functions, reworking reporting structures and absorbing a period of real operational risk. The software itself is perhaps 30 percent of the effort. The other seventy percent is people, process, data migration and the organizational gravity every incumbent system accumulates over a decade of use.</p>



<p>This is why current vendor pricing has, so far, held. Not because the product is irreplaceable, but because the switching cost is measured in quarters of lost productivity, not in license fees.</p>



<h2 class="wp-block-heading">The pricing conversation vendors are avoiding</h2>



<p>Here is the dynamic. Enterprises will not replace incumbent systems out of enthusiasm for their own engineering. They will replace them when the spread between vendor cost and internal build cost becomes large enough to justify the organizational pain.</p>



<p>The pricing pressure on the customer side is already showing up in the data. <a href="https://zylo.com/reports/2026-saas-management-index/" rel="nofollow">Zylo’s 2026 SaaS Management Index</a> shows enterprise SaaS spend now averaging $55.7 million annually, up 8% year-over-year, while application portfolios have remained essentially flat at around 305 applications. The increase is coming from pricing inflation, AI tiers, consumption charges and contract expansion, not from adding new tools. Customers are paying more for the same number of platforms, and they have noticed.</p>



<p>That threshold is not fixed. It moves with every improvement in AI-assisted development tooling, with every successful internal proof of concept, with every reference case from a peer who has done it and survived. If SaaS pricing does not meaningfully adjust, enterprises will eventually take the path of building their own, not because it is glamorous, but because at some point the math stops being close.</p>



<p>Vendors who respond early, by genuinely lowering total cost of ownership, by building platforms that are cheaper to customize than to rebuild, by shifting from seat-based rent extraction to something that reflects AI-era economics, will survive this transition in strong shape. Vendors who defend legacy margin structures will, in the medium term, find themselves defending empty castles.</p>



<h1 class="wp-block-heading">Repricing is the easy part. Rewiring the company is the hard one.</h1>



<p>I want to be precise here, because most vendor responses to this moment will get it wrong. The instinct is to run the discount lever, enterprise-wide deals, bundled SKUs, harder renewal negotiations. That is the obvious move. It is also insufficient.</p>



<p>The deeper shift is about the operating model of the SaaS company itself. For two decades, vendors were built around specific assumptions: Customers were captive, renewal was largely automatic, roadmaps could be dictated from the vendor side and the sales motion was about expansion rather than earned trust. Those assumptions produced the margins, and the cultural habits that defined the category.</p>



<p>Industry analysts are starting to document the early stages of this shift. <a href="https://www.lek.com/insights/tmt/global/ar/how-ai-changing-saas-pricing" rel="nofollow">L.E.K. Consulting’s analysis of how AI is changing SaaS pricing</a> tracks the structural move away from seat-based and flat-fee models toward usage-based and hybrid structures, with specific examples like Atlassian’s recent cloud price changes and Microsoft phasing out volume-based enterprise discounts. The pricing models themselves are in flux, but pricing change alone is not the answer.</p>



<p>Rewiring means rebuilding the company around the assumption that the customer now has a credible alternative. It means product teams that treat customer workflow fluency as an engineering skill. It means pricing structures that share value rather than extract it. It means professional services organizations measured on reducing customer dependency rather than deepening it. And it means sales cultures that stop treating the CIO office as a target and start treating it as a partner whose internal build capability is now a legitimate competitive force.</p>



<p>A discount is a transaction. A win-win relationship is a rewiring. The vendors who survive this will be the ones who understand the difference.</p>



<p><strong>A note to my fellow CEOs:</strong> If you have not yet thought of your CIO as a strategic voice in your leadership team, now is the time to reconsider. A good CIO today is not a technology manager. They are a business strategist with a technical fluency the rest of the C-suite, in most cases, does not have.</p>



<h2 class="wp-block-heading">The exception: cybersecurity</h2>



<p>I want to be careful not to overstate the thesis. One category of enterprise software does not follow this logic, and I believe the incumbent model will not only survive but strengthen: cybersecurity.</p>



<p>Palo Alto Networks, Zscaler, CrowdStrike and their peers sit in a fundamentally different position. The product is not really the software. The product is the threat intelligence, the accumulated, continuously updated understanding of adversaries, attack patterns and zero-day exposures, drawn from telemetry across thousands of customer environments that no single enterprise can replicate.</p>



<p>The investment patterns reflect this. <a href="https://www.recordedfuture.com/blog/whats-next-for-enterprise-threat-intelligence-in-2026" rel="nofollow">Recorded Future’s research on enterprise threat intelligence</a> indicates that 91% of organizations plan to increase threat intelligence spending in 2026, even as broader software budgets come under pressure. No enterprise wants to stand up its own cyber research function. No CIO wants the accountability of keeping pace with nation-state actors. The expertise is genuinely scarce, the stakes are existential and the failure mode, a breach, is career-ending in a way that a clunky CRM never is. That’s a real moat, and AI does not dissolve it. If anything, AI on the adversarial side only deepens the case for specialist providers.</p>



<p>But the exemption is not a license to stand still. If the rest of the enterprise stack moves toward internally built, AI-generated platforms, cybersecurity vendors must fundamentally rethink how and where they show up. The old model assumed a well-defined perimeter of vendor systems to protect. That perimeter is dissolving. What replaces it is a sprawl of internally built applications, AI agents and custom workflows, each one a new attack surface that wasn’t on any vendor’s roadmap six months before it went live.</p>



<p>The winning cybersecurity companies of the next cycle will not sell a product alongside the enterprise stack. They will embed inside it as security primitives in AI development tooling, as guardrails in agent frameworks, as policy layers in the internal platforms enterprises are building. Security must become a capability present at the moment of construction, not a control applied after deployment.</p>



<h2 class="wp-block-heading">What this means for the next five years</h2>



<p>I don’t believe the SaaS model is dying. I believe it is being repriced, and the repricing will be uneven, painful in some categories, barely felt in others. The vendors who recognize this early and move first will be the winners of the next cycle.</p>



<p>For CIOs, the honest advice is not to rush into replacing your ERP next quarter. The change management reality is still real. But it is worth building internal AI-assisted development capability now, starting with the edges, small workflow apps, agents, integrations, internal tooling where the risk is contained and the learning is transferable. Over time, that capability becomes optionality. And optionality, in a negotiation with a SaaS vendor, is worth more than any discount they will offer you unprompted.</p>



<p>The industry has spent a long time operating on the assumption that enterprise software is something you must rent. That assumption is now, for the first time in a generation, genuinely up for renegotiation. The companies that recognize this on both sides of the table are the ones that will define what comes next.</p>



<p>The rest will be renegotiated around.</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[6 ways CIOs should diversify leadership skills]]></title>
<description><![CDATA[Doing a great job in your current role is table stakes for modern CIOs. The most successful digital leaders embrace new challenges in situ and in fresh working environments, and with research reporting the average tenure for any digital leadership role to be about five years, the ability to move ...]]></description>
<link>https://tsecurity.de/de/3532503/it-security-nachrichten/6-ways-cios-should-diversify-leadership-skills/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3532503/it-security-nachrichten/6-ways-cios-should-diversify-leadership-skills/</guid>
<pubDate>Wed, 20 May 2026 12:08: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>Doing a great job in your current role is table stakes for modern CIOs. The most successful digital leaders embrace new challenges in situ and in fresh working environments, and with research reporting the <a href="https://www.cio.com/article/252537/careers-staffing-a-strong-job-market-for-cios.html">average tenure for any digital leadership role</a> to be about five years, the ability to move seamlessly into new opportunities has never been more crucial.</p>



<p>Evidence also suggests that CIOs who think outside the box and move between positions, employers, and industries better develop their leadership skills and produce benefits for their teams, businesses, and end customers. From generating novel solutions to embracing different cultures, here are examples from six specific industries on how broad experiences help diversify CIO leadership skills.</p>



<h2 class="wp-block-heading">1. Formula One: focusing on teamwork produces novel solutions</h2>



<p>Dan Keyworth, executive director, performance technology and systems at McLaren Racing, says leading technology in the fast-paced world of Formula One has fostered new skills.</p>



<p>“Being in a high-octane environment, you learn how the tools you provide to people make a material difference,” he says. “In some organizations where operations are a little slower, people don’t understand the tangible impact technology has.”</p>



<p>Keyworth says success in F1 is about using data to find a competitive edge. Having spent nine years with technology specialist Fujitsu, he joined McLaren in 2017. And during his time in motor racing, McLaren has continued to improve on the track, culminating in last season’s successes, where the team won the Constructors’ Championship and Lando Norris won his first driver’s title.</p>



<p>“That’s been an incredible journey for me, because as we’ve gone up the pecking order, I’ve realized how critical our technology is, and where there are opportunities to evolve and develop,” he says.</p>



<p>Keyworth says the other skill he’s developed in F1 is <a href="https://www.cio.com/article/4111281/from-integration-pain-to-partnership-gain-how-collaboration-strengthens-cybersecurity.html?utm=hybrid_search">collaboration</a>. “I think many organizations can be quite hierarchical, and you don’t find that in a Formula One team,” he says. “We’re in a room trying to solve problems, so ranks are removed and we go after challenges together. That approach has taught me a lot about human connection and leadership. Success is about creating a flat structure, getting around the problem, and getting stuck into something, no matter what the rank.”</p>



<h2 class="wp-block-heading">2. Recruitment: welcoming change develops new leadership skills</h2>



<p>Ankur Anand, group CIO at technology and talent solutions provider Nash Squared, joined in June 2023, after nearly six years at Manpower Group, where he rose to regional CIO and head of transformation for Europe. Before this role, he spent 15 years in senior technology positions at financial services giant Citi.</p>



<p>“The depth of experience I got from those experiences was enormous,” he says. “I felt I could take that knowledge into a mid-size organization with a huge appetite to grow. I wanted to create an impact based on all the learnings from my career.”</p>



<p>In his three years with Nash Squared, Anand has focused on creating a single view of customer data, <a href="https://www.cio.com/article/1249347/8-change-management-questions-every-it-leader-must-answer.html?utm=hybrid_search">establishing change management processes</a>, and embracing emerging technology. Moving between organizations prepared him for the transformation he oversees.</p>



<p>“People can underestimate their ability to transition into change and required behavior in terms of how you react, manage people, and work with stakeholders,” he says. “It’s an enormous but positive change because you start adapting to different operating models and developing different leadership styles. What works in one environment with one business doesn’t necessarily work in another.”</p>



<h2 class="wp-block-heading">3. Content services: being adaptable marks you out for success</h2>



<p>Joel Hron, CTO at global content and technology specialist Thomson Reuters, was previously CTO at tech startup ThoughtTrace, which Thomson Reuters acquired in 2022. Hron joined the firm as part of the acquisition process.</p>



<p>“This role was a chance to lead a global team of 5,000 and shift the mindset into a more agile, entrepreneurial one,” he says. “To move an organization of that scale and size culturally was also something I saw as a challenge and a great opportunity.”</p>



<p>Taking on a fresh challenge is nothing new to Hron. After initially aiming to work in education, he attended graduate school, but was drawn to real-world research and development, particularly programming, modelling, and forecasting in the petroleum industry. After his stint in the startup sector, he says switching to Thomson Reuters honed his adaptability.</p>



<p>“I think that mindset has been forced into me over time because of the variety of roles I’ve had,” he adds. “All the small things I’ve learned come together to build the intuition I have today. When people ask me what should I do next, I tell them just be opportunistic, say yes more than you say no. If you trust yourself and feel it’s not the right thing, you can do something else. But say yes and give yourself the chance to learn something new and like something you didn’t expect.”</p>



<h2 class="wp-block-heading">4. Property: pulling different levers hones capabilities</h2>



<p>Richard Corbridge, CIO at property specialist Segro, says <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html?utm=hybrid_search">the current emphasis on AI and data</a> means the digital leadership role is having a renaissance. “People seem to have landed back on the fact that the CIO is the executive chef in the kitchen,” he says. “I think that gives us a good opportunity to shine.”</p>



<p>One crucial factor in this renaissance, he adds, is the consumerization of technology fostered through mobility, the cloud, and now gen AI, which means LOB colleagues are as eager to learn about technology as their IT peers. From now on, digital leaders will be expected to source great ideas from across the organization.</p>



<p>“CIO is a more social role than 10 years ago,” he says. “You need to be in your business, not aside or on top of it. That positioning means a CIO who’s going from industry to industry is going to pick up knowledge of different demands.”</p>



<p>Rather than being experts within their own domain, successful CIOs are members of the senior leadership team that drives <a href="https://www.cio.com/article/4154263/10-ways-to-accelerate-digital-transformation-2.html?utm=hybrid_search">business transformation</a>. Corbridge says his own broad experiences, including leading IT for the NHS, high-street retailer Boots, and the UK government’s Department for Work and Pensions, have helped him develop as a CIO.</p>



<p>“It’s been enjoyable taking big healthcare project experience to the private sector to see what levers I can pull differently,” he says.</p>



<h2 class="wp-block-heading">5. Technology: embracing new cultures creates energy</h2>



<p>Nick Pearson joined Ricoh Europe as CIO in 2023, after being head of IT platform at Vodafone. He’s also held senior tech roles at RS Group and PepsiCo, eventually becoming UK IT director. He says moving sectors helps leaders diversify skills, particularly when embracing new cultures.</p>



<p>“This is the first Japanese company I’ve worked for,” he says. “While it’s a loosely federated business, there’s a culture of Kaizen and continuous improvement. That’s a different approach to Vodafone, where people were focused on achieving 10 times the impact, productivity, or growth of projects.”</p>



<p>Pearson says one of the things he’s learned at Ricoh is that risk appetites can vary across cultures. “There’s a lot more rigor in project tracking and statuses in a Japanese firm than you’d expect in a Western company,” he says. “The approach is data-rich: the more information the better. In a US-style company, the board often just wants to know if a project is on track, and the rest of the deliverables are your concern. It’s super-energizing, and I’ve gained knowledge by experiencing different cultures.”</p>



<p>Pearson says being a CIO in the technology sector has also helped him appreciate the importance of product portfolio management skills. “In an IT services company, where the technology is changing so often, success means thinking about how you continually evolve your portfolio without cannibalizing your star product,” he says.</p>



<h2 class="wp-block-heading">6. Travel: moving between domains keeps you sharp</h2>



<p>Huy Dao, director of data and machine learning platform at travel specialist Booking.com, has spent the recent part of his career helping tech-focused companies like Zwift, Zillow, and now Booking exploit their data assets. Earlier in his career, he worked for one of the world’s biggest technology companies.</p>



<p>“I spent 18 years at Microsoft where we were primarily providing tech solutions, such as Office,” he says. “What’s interesting for me now is I get to learn about a new business domain, and that keeps me on my toes.”</p>



<p>As part of a central group that provides data and ML capabilities to Booking, Dao ensures his team has the right tools to complete their work. He also helps employees build and operate highly governed, high-quality data-enabled products.</p>



<p>“My role centers on how technology is applied to travel. I aim to understand how the business works, how our customers feel, and how our partner relationships are going,” he says. “The industry is very interesting, and that keeps me motivated to learn and contribute every day.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[EnterpriseClaw wants to bring governance to the OpenClaw era]]></title>
<description><![CDATA[Autonomous agent orchestration tool OpenClaw hit the scene last November and immediately went viral, but its dramatic flaws were exposed just as quickly.



Still, it marked a pivotal step in the agentic AI era, and enterprises have been exploring ways to deploy fleets of autonomous agents safely...]]></description>
<link>https://tsecurity.de/de/3531267/it-nachrichten/enterpriseclaw-wants-to-bring-governance-to-the-openclaw-era/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3531267/it-nachrichten/enterpriseclaw-wants-to-bring-governance-to-the-openclaw-era/</guid>
<pubDate>Wed, 20 May 2026 04:02: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>Autonomous agent orchestration tool OpenClaw hit the scene last November and immediately went viral, but its dramatic flaws were <a href="https://www.csoonline.com/article/4129867/what-cisos-need-to-know-about-clawdbot-i-mean-moltbot-i-mean-openclaw.html" target="_blank">exposed just as quickly</a>.</p>



<p>Still, it marked a pivotal step in the agentic AI era, and enterprises have been exploring ways to deploy fleets of autonomous agents safely and securely ever since.</p>



<p>Automation Anywhere Tuesday rolled out its answer to this challenge, EnterpriseClaw, created in collaboration with Cisco, Nvidia, Okta, and OpenAI.</p>



<p>The company says the platform will enable companies to deploy autonomous AI agents across their desktops, cloud platforms, secured ‘behind-the-firewall’ networks, and on-premises systems, all while maintaining centralized control, access, and observability.</p>



<h2 class="wp-block-heading">Automates business-critical work</h2>



<p>EnterpriseClaw is built on Automation Anywhere’s Process Reasoning Engine (PRE) and Contextual Intelligence Graph, which automate business-critical work. It also integrates with Cisco AI Defense and DefenseClaw to provide security purpose-built for AI agents, Nvidia’s open-source runtime OpenShell, NIM microservices and Nemotron models for on-premises customers, and Okta’s cross-agent identity management and authentication controls. Furthermore, OpenClaw’s <a href="https://www.infoworld.com/article/4132731/openai-hires-openclaw-founder-as-ai-agent-race-intensifies-2.html" target="_blank">OpenAI</a> collaboration will give customers access to leading models like GPT-5.5.</p>



<p>“The level of distrust and insecurity associated with OpenClaw is covered in significant detail in the EnterpriseClaw launch,” said <a href="https://www.infotech.com/profiles/manish-jain" target="_blank" rel="noreferrer noopener">Manish Jain</a>, a principal research director at Info-Tech Research Group. “The collaboration between Nvidia, OpenAI, Okta, and Cisco adds to the credibility of the proposition of trusted infrastructure, identity, and security layers.”</p>



<p>Automation Anywhere says the platform will give enterprises the ability to deploy agents in parallel in managed containers behind firewalls, providing local access to files, apps, browsers, and terminals. Agents can hand off tasks and combine outputs so that value “compounds” rather than being isolated and confined to single-agent tasks, the company said.</p>



<p>Users can set policies, access controls, guardrails, and agent credentials, which are all enforced locally on-device, and receive information on telemetry, audit logs, and large language model (LLM) usage.</p>



<p>The company pointed to use cases like claims investigation: AI agents can gather information across desktop apps, internal documents, on-premises systems, and cloud platforms, all while keeping financial, operational, and other sensitive data secured inside enterprise systems. Other usage scenarios include code generation and debugging, local file post-incident log analysis, research, user interface (UI) automation, and secure data processing in regulated environments.</p>



<p>EnterpriseClaw is now available in preview, with general availability expected later this year.</p>



<h2 class="wp-block-heading">No clear differentiator</h2>



<p>Still, there’s no clear-cut differentiator here, noted <a href="https://moorinsightsstrategy.com/team/jason-andersen/" target="_blank" rel="noreferrer noopener">Jason Andersen</a>, a VP and principal analyst with Moor Insights &amp; Strategy. Nvidia has already announced its <a href="https://www.cio.com/article/4146545/nvidia-nemoclaw-promises-to-run-openclaw-agents-securely.html" target="_blank">NemoClaw</a> open-source stack to provide guardrails for always-on agents, and EnterpriseClaw has essentially the same capabilities and generally-available stack.</p>



<p>“Which begs the question: If you are already using Nvidia’s, why choose this?” he asked. Indeed, the Cisco and Okta capabilities will “likely be interesting” to their existing bases. “But again, those products already work with other tools,” Andersen pointed out.</p>



<h2 class="wp-block-heading">OpenClaw-like agents changing everything</h2>



<p>Ultimately, noted technology analyst <a href="https://www.linkedin.com/in/carmi/" target="_blank" rel="noreferrer noopener">Carmi Levy</a>, <a href="https://www.computerworld.com/article/4128257/openclaw-the-ai-agent-thats-got-humans-taking-orders-from-bots.html" target="_blank">OpenClaw’s arrival</a> has changed enterprise leaders’ view of AI, because it turned what was previously just a concept of AI agents into an everyday-accessible tool for a mass audience.</p>



<p>“As ChatGPT took chatbots out of the lab and drove them into mainstream use, OpenClaw did the same for AI agents,” he said. It shifted the notion of AI from something we chat with to something that actually gets work done. This represents “a key step in replacing human capital with technological capital.”</p>



<p>Info-Tech’s Jain explained that <a href="https://www.pcworld.com/article/3068842/whats-behind-the-openclaw-ban-wave.html" target="_blank">OpenClaw</a> provided AI with three key features: Local execution via a desktop or laptop, persistent autonomy (operation without human input), and direct control over various systems such as WhatsApp or Slack.</p>



<p>“In effect, OpenClaw gave its agents claws (hands), allowing them to run in the background continuously,” he said. They can then execute real-world actions across file systems, web browsers, and applications based on a “single thread” of chat messaging.</p>



<p>But when claw agents quickly began leaking information about user data, there was a “polarization of emotions,” with users both excited and shocked about what they could do and access, he pointed out.</p>



<p>“<a href="https://www.infoworld.com/article/4153975/understanding-the-risks-of-openclaw.html" target="_blank">OpenClaw</a> did not meet enterprise-grade product standards,” said Jain. “The data leaks and inappropriate behaviors associated with claw agents exhibit how an uncontrolled tool, when introduced with no guardrails, will lead to massive issues.”</p>



<p>While Automation Anywhere is deploying EnterpriseClaw in partnership with a group of credible companies, that is just one side of the story; enterprises must govern all AI agents as “persistent digital actors without conscience,” he noted.</p>



<p>Moor’s Andersen also pointed out that OpenClaw can be run on many different models, essentially as a client and a server. But this means there are no real governance capabilities available, “so it’s kind of a wild west, which is why we are seeing companies create these enterprise offerings,” he said.</p>



<h2 class="wp-block-heading">Claw agents ‘amazing,’ but enterprises beware</h2>



<p>What resonates most about OpenClaw is that it can be run alongside open-source AI models like Gemma on a local machine, and users don’t have to pay for or worry about data, Andersen pointed out. This is a direct response to other wildly popular but more expensive tools like Claude Cowork; the latter is “amazing,” but “somewhat addictive,” so users can easily burn through the lowest-cost $20 a month usage credit option.</p>



<p>Tools like OpenClaw are “pretty great” when you have many tasks running in parallel, Andersen noted. For instance, in a marketing campaign, agents can check sales volumes and generate new content at the same time.</p>



<p>Levy added that agents could potentially replace “the human worker-bee” altogether, handling the minutiae of day-to-day work.</p>



<p>Helpdesk workflows are “particularly aligned” with the capabilities of OpenClaw-like agents, he pointed out, as the agents can autonomously manage and close tickets. Or, in administrative work, they can take on repetitive, low-risk and high-return tasks like scheduling meetings, drafting email messages, and managing follow-ups. In software development, vibe-coding agents can efficiently generate large volumes of code for diverse projects. </p>



<p>“Is the code any good? The verdict is still out on that, but it’s clear that OpenClaw-like agents are already rapidly tilting the coding landscape in favour of automation,” said Levy.</p>



<p>Still, agents need a lot of permissions to live up to expectations, which can introduce “unnecessary or unacceptable” levels of risk, he noted. Builders will need to grant sufficient access to maintain productivity, but not so much that they set the stage for an “AI-powered debacle” down the road.</p>



<p>Enterprises also run the risk of AI-fed data leakage, likely from opportunistic agents accessing sensitive data from multiple sources and sharing it beyond originally intended purposes, Levy said. Agents are subject to “AI-ified cybersecurity risks,” such as prompt injection and instruction attacks that use hidden text in documents to autonomously execute remote commands.</p>



<p>Another issue is explainability; particularly in regulated industries, enterprises must be able to show traceability and justify why a certain action was taken and who signed off on it. Additionally, “longer-term reliance at this level will inevitably erode institutional knowledge as the human workers who originally crafted it are replaced by automation,” Levy cautioned.</p>



<p><em>This article originally appeared on <a href="https://www.cio.com/article/4173405/enterpriseclaw-wants-to-bring-governance-to-the-openclaw-era.html" target="_blank">CIO.com</a>.</em></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[EnterpriseClaw wants to bring governance to the OpenClaw era]]></title>
<description><![CDATA[Autonomous agent orchestration tool OpenClaw hit the scene last November and immediately went viral, but its dramatic flaws were exposed just as quickly.



Still, it marked a pivotal step in the agentic AI era, and enterprises have been exploring ways to deploy fleets of autonomous agents safely...]]></description>
<link>https://tsecurity.de/de/3531256/it-nachrichten/enterpriseclaw-wants-to-bring-governance-to-the-openclaw-era/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3531256/it-nachrichten/enterpriseclaw-wants-to-bring-governance-to-the-openclaw-era/</guid>
<pubDate>Wed, 20 May 2026 03:32: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>Autonomous agent orchestration tool OpenClaw hit the scene last November and immediately went viral, but its dramatic flaws were <a href="https://www.csoonline.com/article/4129867/what-cisos-need-to-know-about-clawdbot-i-mean-moltbot-i-mean-openclaw.html" target="_blank">exposed just as quickly</a>.</p>



<p>Still, it marked a pivotal step in the agentic AI era, and enterprises have been exploring ways to deploy fleets of autonomous agents safely and securely ever since.</p>



<p>Automation Anywhere Tuesday rolled out its answer to this challenge, EnterpriseClaw, created in collaboration with Cisco, Nvidia, Okta, and OpenAI.</p>



<p>The company says the platform will enable companies to deploy autonomous AI agents across their desktops, cloud platforms, secured ‘behind-the-firewall’ networks, and on-premises systems, all while maintaining centralized control, access, and observability.</p>



<h2 class="wp-block-heading">Automates business-critical work</h2>



<p>EnterpriseClaw is built on Automation Anywhere’s Process Reasoning Engine (PRE) and Contextual Intelligence Graph, which automate business-critical work. It also integrates with Cisco AI Defense and DefenseClaw to provide security purpose-built for AI agents, Nvidia’s open-source runtime OpenShell, NIM microservices and Nemotron models for on-premises customers, and Okta’s cross-agent identity management and authentication controls. Furthermore, OpenClaw’s <a href="https://www.infoworld.com/article/4132731/openai-hires-openclaw-founder-as-ai-agent-race-intensifies-2.html" target="_blank">OpenAI</a> collaboration will give customers access to leading models like GPT-5.5.</p>



<p>“The level of distrust and insecurity associated with OpenClaw is covered in significant detail in the EnterpriseClaw launch,” said <a href="https://www.infotech.com/profiles/manish-jain" target="_blank" rel="nofollow">Manish Jain</a>, a principal research director at Info-Tech Research Group. “The collaboration between Nvidia, OpenAI, Okta, and Cisco adds to the credibility of the proposition of trusted infrastructure, identity, and security layers.”</p>



<p>Automation Anywhere says the platform will give enterprises the ability to deploy agents in parallel in managed containers behind firewalls, providing local access to files, apps, browsers, and terminals. Agents can hand off tasks and combine outputs so that value “compounds” rather than being isolated and confined to single-agent tasks, the company said.</p>



<p>Users can set policies, access controls, guardrails, and agent credentials, which are all enforced locally on-device, and receive information on telemetry, audit logs, and large language model (LLM) usage.</p>



<p>The company pointed to use cases like claims investigation: AI agents can gather information across desktop apps, internal documents, on-premises systems, and cloud platforms, all while keeping financial, operational, and other sensitive data secured inside enterprise systems. Other usage scenarios include code generation and debugging, local file post-incident log analysis, research, user interface (UI) automation, and secure data processing in regulated environments.</p>



<p>EnterpriseClaw is now available in preview, with general availability expected later this year.</p>



<h2 class="wp-block-heading">No clear differentiator</h2>



<p>Still, there’s no clear-cut differentiator here, noted <a href="https://moorinsightsstrategy.com/team/jason-andersen/" target="_blank" rel="nofollow">Jason Andersen</a>, a VP and principal analyst with Moor Insights &amp; Strategy. Nvidia has already announced its <a href="https://www.cio.com/article/4146545/nvidia-nemoclaw-promises-to-run-openclaw-agents-securely.html" target="_blank">NemoClaw</a> open-source stack to provide guardrails for always-on agents, and EnterpriseClaw has essentially the same capabilities and generally-available stack.</p>



<p>“Which begs the question: If you are already using Nvidia’s, why choose this?” he asked. Indeed, the Cisco and Okta capabilities will “likely be interesting” to their existing bases. “But again, those products already work with other tools,” Andersen pointed out.</p>



<h2 class="wp-block-heading">OpenClaw-like agents changing everything</h2>



<p>Ultimately, noted technology analyst <a href="https://www.linkedin.com/in/carmi/" target="_blank" rel="nofollow">Carmi Levy</a>, <a href="https://www.computerworld.com/article/4128257/openclaw-the-ai-agent-thats-got-humans-taking-orders-from-bots.html" target="_blank">OpenClaw’s arrival</a> has changed enterprise leaders’ view of AI, because it turned what was previously just a concept of AI agents into an everyday-accessible tool for a mass audience.</p>



<p>“As ChatGPT took chatbots out of the lab and drove them into mainstream use, OpenClaw did the same for AI agents,” he said. It shifted the notion of AI from something we chat with to something that actually gets work done. This represents “a key step in replacing human capital with technological capital.”</p>



<p>Info-Tech’s Jain explained that <a href="https://www.pcworld.com/article/3068842/whats-behind-the-openclaw-ban-wave.html" target="_blank">OpenClaw</a> provided AI with three key features: Local execution via a desktop or laptop, persistent autonomy (operation without human input), and direct control over various systems such as WhatsApp or Slack.</p>



<p>“In effect, OpenClaw gave its agents claws (hands), allowing them to run in the background continuously,” he said. They can then execute real-world actions across file systems, web browsers, and applications based on a “single thread” of chat messaging.</p>



<p>But when claw agents quickly began leaking information about user data, there was a “polarization of emotions,” with users both excited and shocked about what they could do and access, he pointed out.</p>



<p>“<a href="https://www.infoworld.com/article/4153975/understanding-the-risks-of-openclaw.html" target="_blank">OpenClaw</a> did not meet enterprise-grade product standards,” said Jain. “The data leaks and inappropriate behaviors associated with claw agents exhibit how an uncontrolled tool, when introduced with no guardrails, will lead to massive issues.”</p>



<p>While Automation Anywhere is deploying EnterpriseClaw in partnership with a group of credible companies, that is just one side of the story; enterprises must govern all AI agents as “persistent digital actors without conscience,” he noted.</p>



<p>Moor’s Andersen also pointed out that OpenClaw can be run on many different models, essentially as a client and a server. But this means there are no real governance capabilities available, “so it’s kind of a wild west, which is why we are seeing companies create these enterprise offerings,” he said.</p>



<h2 class="wp-block-heading">Claw agents ‘amazing,’ but enterprises beware</h2>



<p>What resonates most about OpenClaw is that it can be run alongside open-source AI models like Gemma on a local machine, and users don’t have to pay for or worry about data, Andersen pointed out. This is a direct response to other wildly popular but more expensive tools like Claude Cowork; the latter is “amazing,” but “somewhat addictive,” so users can easily burn through the lowest-cost $20 a month usage credit option.</p>



<p>Tools like OpenClaw are “pretty great” when you have many tasks running in parallel, Andersen noted. For instance, in a marketing campaign, agents can check sales volumes and generate new content at the same time.</p>



<p>Levy added that agents could potentially replace “the human worker-bee” altogether, handling the minutiae of day-to-day work.</p>



<p>Helpdesk workflows are “particularly aligned” with the capabilities of OpenClaw-like agents, he pointed out, as the agents can autonomously manage and close tickets. Or, in administrative work, they can take on repetitive, low-risk and high-return tasks like scheduling meetings, drafting email messages, and managing follow-ups. In software development, vibe-coding agents can efficiently generate large volumes of code for diverse projects. </p>



<p>“Is the code any good? The verdict is still out on that, but it’s clear that OpenClaw-like agents are already rapidly tilting the coding landscape in favour of automation,” said Levy.</p>



<p>Still, agents need a lot of permissions to live up to expectations, which can introduce “unnecessary or unacceptable” levels of risk, he noted. Builders will need to grant sufficient access to maintain productivity, but not so much that they set the stage for an “AI-powered debacle” down the road.</p>



<p>Enterprises also run the risk of AI-fed data leakage, likely from opportunistic agents accessing sensitive data from multiple sources and sharing it beyond originally intended purposes, Levy said. Agents are subject to “AI-ified cybersecurity risks,” such as prompt injection and instruction attacks that use hidden text in documents to autonomously execute remote commands.</p>



<p>Another issue is explainability; particularly in regulated industries, enterprises must be able to show traceability and justify why a certain action was taken and who signed off on it. Additionally, “longer-term reliance at this level will inevitably erode institutional knowledge as the human workers who originally crafted it are replaced by automation,” Levy cautioned.</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What's new in Android for Cars: Unifying platforms and unlocking premium experiences]]></title>
<description><![CDATA[Posted by Jan Kleinert, Developer Relations Engineer, Android for Cars, Noam Gefen, Senior Product Manager, and Thomas Weathers, Developer Relations Engineer, Android for Cars


  We're thrilled to see developers continuing to bring their apps and experiences to Android for Cars! Over the past ye...]]></description>
<link>https://tsecurity.de/de/3530265/android-tipps/whats-new-in-android-for-cars-unifying-platforms-and-unlocking-premium-experiences/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3530265/android-tipps/whats-new-in-android-for-cars-unifying-platforms-and-unlocking-premium-experiences/</guid>
<pubDate>Tue, 19 May 2026 19:56:25 +0200</pubDate>
<category>🤖 Android Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwJzj82t3irqzWaA60SwWqrjPmUvlD7vYMEur4O7evREw2Ux7Xy37w4lo9pQL2ovi22sg3AvxVOK1s3l5pR4cgzkL35rZ-J8GzhgHOWyZusCwNQQZqmxSsZmrwFxwWfN05a_2cayuNCLu2wFW_luVzlCkblhwMMPJdvmFPJWOy2Q4yeo0ESLaPMNTh30I/s2048/GoogleForDevelopers-AndroidText-StrapiMetacard-2048x1323.png">


<p></p><div class="separator"><i>Posted by Jan Kleinert, Developer Relations Engineer, Android for Cars, Noam Gefen, Senior Product Manager, and Thomas Weathers, Developer Relations Engineer, Android for Cars</i></div><div class="separator"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR2qBgC02cCoEJCWHoL1Q30uBpHpFU86oPuB3ftlnkanrkbsgk_24fgc2IO03ahC9x1O_9ofpZ72MzTjBE6oTf3ahljZNMPHA2vsw1STZA92S-elWynGFvi40Wm5wG4i-hKBTrXlfA-5pc60n8RE0cyNDFP5IOl3Za8XJ50EnSYaSrHeqSWhU9jTk83ME/s4209/GoogleForDevelopers-AndroidText-Blogger-4209x1253.png"><img border="0" data-original-height="1253" data-original-width="4209" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR2qBgC02cCoEJCWHoL1Q30uBpHpFU86oPuB3ftlnkanrkbsgk_24fgc2IO03ahC9x1O_9ofpZ72MzTjBE6oTf3ahljZNMPHA2vsw1STZA92S-elWynGFvi40Wm5wG4i-hKBTrXlfA-5pc60n8RE0cyNDFP5IOl3Za8XJ50EnSYaSrHeqSWhU9jTk83ME/s16000/GoogleForDevelopers-AndroidText-Blogger-4209x1253.png"></a></div><br><p><br></p>

<div>
  <p dir="ltr">We're thrilled to see developers continuing to bring their apps and experiences to Android for Cars! Over the past year, we've continued to see strong growth and momentum in the app ecosystem on Android Auto and cars with Google built-in. This year at Google I/O, we're introducing <a href="https://blog.google/products-and-platforms/platforms/android/android-in-cars-updates/">updates</a> that benefit both drivers and developers by enabling richer, more differentiated in-car experiences. With new features and templates that allow you to build once to reach users across different infotainment screens and car platforms, it's easier than ever to build for the road.</p>

  <h3>What's new in the Car App Library</h3>
  
  <p dir="ltr">We're bringing more flexibility, new components, and new template capabilities to the Car App Library. <a href="https://developer.android.com/jetpack/androidx/releases/car-app#version_18_2">Car App Library 1.8.0-beta01</a> and Car App Library <a href="https://developer.android.com/jetpack/androidx/releases/car-app#version_19_2">1.9.0-alpha01</a> are now available.</p>

  <h2>Build templated media apps for both Android Auto and Android Automotive OS</h2>

  <p dir="ltr">Developers can now build customized, distraction-optimized, media browsing and playback experiences for Android Automotive OS, making it easier to build once and deliver these <a href="https://developer.android.com/training/cars/apps/media">templated media apps</a> to more users and more cars.</p>

  <p dir="ltr">To help you test the experiences on Android Automotive OS, we'll be launching updated system images for the <a href="https://developer.android.com/training/cars/testing/emulator#generic-images">Android Automotive OS emulator</a>. Beginning with revision 3, the API level 35-ext15 system images will support apps built using the Car App Library media templates.</p>

  <h2>Unlocking developer creativity with Car App Library 1.9.0 alpha</h2>
  
  <p dir="ltr">With the <a href="https://developer.android.com/jetpack/androidx/releases/car-app#version_19_2">1.9.0-alpha01</a> release of the Car App Library, we're bringing features to help you build more differentiated, expressive experiences across Android Auto and cars with Google built-in.</p>

  <div class="separator"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimM5Bys6KDEVqRAw8bI1ulWVclCs3TIoUbSo3oGZz1f7Nwbz15d4U0R8kNFYb84ce6I9b77YvDEwKrDyAiwnmLU4C00ZeROaK2v9hK7WWrU9yNia-fLvf_QBYFaoq6SlXt7FZQpuAxJ8cBzukIrmAucQsv8R4nxekCg_IAdLzCR3nJ-ZzAwmXCdAbKA6s/s16000/MediaHero1.gif"></div>

  <p dir="ltr">We're increasing the modularity of existing templates to give developers more flexibility and options for laying out content. These improvements include expanded headers for better visual emphasis, such as on detail pages, spotlight sections that can be placed in scrollable areas to highlight specific content, and grid item variations to support different content types and states.</p>

  <p dir="ltr"></p><p dir="ltr">
    <img src="https://blogger.googleusercontent.com/img/a/AVvXsEhK6ztQh4har9pzyEfHDY4IMe2dW6CL6uyrmr0ORY3_54irCmPe6k_rykLHgnpJdp1r1phrnmtIqGBSrTPTjOvimNfcYhlU6Oqo56dh5Q8Ib7TphHSNuBkp53If6OUYzaXQkb59ABK_Hos-sophT_SNzyb22_r0ZtdpWkkjXfM6uQ8ozumMFHeXOgLvG-M">
  </p>We're introducing new <a href="https://developer.android.com/design/ui/cars/guides/components/overview">components</a> and template capabilities to help developers build even more engaging experiences. For media apps, we're introducing an adaptive mini-player, so users can browse while still easily managing playback. Finally, we're adding more component types including <a href="https://developer.android.com/reference/kotlin/androidx/car/app/model/Chip">Chip</a> and <a href="https://developer.android.com/reference/kotlin/androidx/car/app/model/CondensedItem">CondensedItem</a> to increase the ways that content can be displayed and interacted with.<p></p>

  

  <div class="separator"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-l446HjGIlBah9FPai_ueaLrrCdFEiJq4v68touGEwz2w2kVZ1PTHSYXQICwP9robt4qgbXmjyI683QKHJZC_rtzotiUm7vvtoGeIUIzHlRyRvfAAEP6QEO1C8cUpjHg1XN03TI8uKD786mS_rJdmvGNgxmkflo_AgQMooWm2OBTPPVxpR3aWX9nrItw/s16000/HomePage.png"></div>

  <p dir="ltr">App developers, including those shown below, have already begun building upgraded media experiences using these new Car App Library features. You can join these developers and prepare to distribute your own media apps built with the Car App Library templates by applying to participate in our <a href="https://goo.gle/Media-Comms-EAP">early-access beta program</a>.</p>

  <div class="separator"><div class="separator"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7N5sB3nCgJmnqvThIAr2GXJd0YvxFwOAfKGo_EgcmiIQVEtrPRwKAAJUb1sPjAD-mF8ZoKjRPwA3m5G_qawNQ6UpZiN_PpjHsQMkt-qee0TgHb_lhvEaA8KrrJz9AdUr1h1m2ahk2opxrN9y1feWBcYZD3xU6X10-bHDCXwdHcvzzNJWs2q8fOaHimqI/w640-h160/MusicApps.png"></div><div class="separator"><i>Amazon Music, Gaana, PocketFM, Spotify, TuneIn, YouTube Music</i></div></div>

  <h3>Distribute your adaptive video apps to more cars with minimal effort</h3>
  
  <p dir="ltr">You’ve already built the apps, now we’re helping you reach more users. For the first time in Android Auto, users will be able to sit back, relax, and watch videos while parked. Apps, like YouTube, will be able to deliver smooth, 60fps HD video playback. This brings the Android Auto parked experience in line with the high-fidelity, immersive experiences users already enjoy in cars with Google built-in.</p>

  <p dir="ltr">This capability will start rolling out to compatible vehicles later this year, for users with phones running Android 17 and higher. If your video app is already adaptive, making it available for parked use cases in cars requires minimal effort. To express interest in making your video app available on Android Auto, fill out <a href="https://forms.gle/VsXEdDEBidxw8q8u8">this form</a>.</p>

  <h3>Widgets are coming to cars</h3><p dir="ltr">The <a href="https://blog.google/products-and-platforms/platforms/android/android-in-cars-updates/">next generation of Android Auto</a> brings a more expansive user interface and the <a href="https://m3.material.io/">Material 3 Expressive</a> design system you know from the phone into the car, built to seamlessly fill larger screens no matter what shape they are. With this new design, the investments you've already made in mobile widgets will be available to users of Android Auto this year, and cars with Google built-in later on, opening up new ways to reach and engage with your users while they're on the road. We're excited to unlock these new glanceable user journeys!</p>

  <h3>The road ahead</h3><p dir="ltr">You can look forward to even more updates coming to cars later this year.</p>

  <ul>
    <li>
      <p dir="ltr">To deliver a more continuous user experience, we're making it possible for you to provide a templated experience while driving that can seamlessly transition to a native, adaptive app experience when the vehicle is parked.</p>
    </li>
    <li>
      <p dir="ltr">New components and conversational templates will be coming to the Car App Library, so you can integrate agentic and voice-based flows more seamlessly in apps.</p>
    </li>
    <li>
      <p dir="ltr">Improved app brand expression across all car surfaces allow experiences built with the Car App Library to feel easily recognizable by your users.</p>
    </li>
    <li>
      <p dir="ltr">Google Maps SDK support is coming to cars with Google built-in. With this change, you'll be able to use the Google Maps SDK to <a href="https://developer.android.com/training/cars/apps/library/draw-maps">render map-based content</a> with the <a href="https://developer.android.com/reference/androidx/car/app/navigation/model/MapWithContentTemplate">MapWithContentTemplate</a> in point-of-interest (POI) and Weather apps on both Android Auto and cars with Google built-in.</p></li></ul>

  <p dir="ltr">Stay updated on these features and start building with the latest at <a href="http://goo.gle/cars-whats-new">goo.gle/cars-whats-new</a>.</p><p dir="ltr">Explore this announcement and all Google I/O 2026 updates on <span></span><a href="https://io.google/2026/?utm_source=blogpost&amp;utm_medium=pr&amp;utm_campaign=devblogs&amp;utm_content=" rel="noopener nofollow noreferrer" target="_blank">io.google<span></span></a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How Apple turned circular manufacturing into a competitive edge]]></title>
<description><![CDATA[Apple is realizing real business benefits as it builds a circular manufacturing process across the company. Manufactured using recycled materials and renewable energy, the popular new MacBook Neo is a great illustration of this.



Apple says the Neo is manufactured using 45% renewable electricit...]]></description>
<link>https://tsecurity.de/de/3528913/it-nachrichten/how-apple-turned-circular-manufacturing-into-a-competitive-edge/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3528913/it-nachrichten/how-apple-turned-circular-manufacturing-into-a-competitive-edge/</guid>
<pubDate>Tue, 19 May 2026 13:31: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>Apple is <a href="https://www.computerworld.com/article/1624765/why-you-should-pay-more-attention-to-apples-green-slide.html">realizing real business benefits</a> as it builds a <a href="https://www.apple.com/environment/pdf/Apple_Environmental_Progress_Report_2025.pdf" target="_blank" rel="noreferrer noopener">circular manufacturing process</a> across the company. Manufactured using recycled materials and renewable energy, the popular new MacBook Neo is a great illustration of this.</p>



<p>Apple says the Neo is manufactured using 45% renewable electricity and holds 60% recycled materials by weight. That recycling includes 90% recycled aluminium and <a href="https://www.apple.com/newsroom/2023/04/apple-will-use-100-percent-recycled-cobalt-in-batteries-by-2025/" target="_blank" rel="noreferrer noopener">100% recycled cobalt in the battery</a>. </p>



<h2 class="wp-block-heading"><strong>e-Waste becomes input</strong></h2>



<p>The high-quality enclosure is made through a process in which durable recycled aluminum is pressed into near-final shape using just half the raw material of traditional machining. </p>



<p>Apple even leaned into corporate social responsibility when it came to the A18 chip it puts inside these systems, as it originally used ‘binned’ processors originally intended for the iPhone 16 Pro to drive the five core A18. </p>



<p>These were rejected processors Apple had in hand anyway, and while it has had to order additional chips to cope with demand for the MacBook Air, the original plan meant it got to sell a product based on chips it wouldn’t otherwise have been able to use. <a href="https://www.wsj.com/tech/apple-is-making-hit-products-and-high-profits-from-imperfect-chips-d32c21d8?st=HpBr22" target="_blank" rel="noreferrer noopener">Apple has done this before</a>, such as when it put A15 Bionic chips inside the iPhone SE.</p>



<h2 class="wp-block-heading"><strong>Strategic environmentalism</strong></h2>



<p>Effectively, use of binned chips and recycled materials means Apple has been able to find a way to build a $599 laptop that is highly affordable, and it doesn’t compromise design or product quality. This is the power of circular manufacturing, which isn’t just ethically smart, but seems to deliver real business advantages.</p>



<p>The heavy use of recycled components and materials helps reduce Apple’s overall costs, enabling it to repurpose e-waste it is already recycling and proofing it against increasing raw materials costs. </p>



<h2 class="wp-block-heading"><strong>Resilient by design</strong></h2>



<p>Recycled materials also make Apple’s supply chain more resilient. </p>



<p>Aluminum, for example, is currently at a <a href="https://economictimes.indiatimes.com/markets/commodities/news/middle-east-shipping-disruptions-propel-aluminium-to-four-year-highs/articleshow/129337752.cms" target="_blank" rel="noreferrer noopener">four-year price high</a> due to severe shipping and supply disruptions courtesy of the forever war in the Middle East. In that context, making heavy use of recycled materials means Apple is less exposed to those costs as it might otherwise be. It can also continue to make a high-quality laptop at prices other players probably can’t match — unless they also have strong return and recycling schemes.</p>



<p>Cobalt isn’t as directly exposed to the Middle East conflict, but the industry is critical to defense munitions production, which means the cost of cobalt is rising. Much of global cobalt supply comes from the Democratic Republic of the Congo <a href="https://www.globalissues.org/news/2025/06/26/40278" target="_blank" rel="noreferrer noopener">amid forced labor claims</a>. Because so much of it comes from one place, transportation costs for cobalt are increasing as a result of war, while demand grows, pushing prices higher. Apple’s move to use recycled cobalt protects it against these price fluctuations. While recycled cobalt has a cost, it is more predictable, and recycled cobalt is something Apple presumably already has on hand.</p>



<h2 class="wp-block-heading"><strong>Sustainability is good for business</strong></h2>



<p>The opportunity Apple unlocked by pushing toward a circular supply chain by 2030 is the ability to introduce a compelling new Mac laptop at a highly attractive price. (It has introduced a system so good Microsoft compared it with PCs it in a <a href="https://www.macworld.com/article/3135834/macbook-neo-is-living-rent-free-in-pc-rivals-heads.html" target="_blank">white paper</a>.)</p>



<p>Apple’s focus on sustainability in product provision also strengthens the company’s reputation. By visibly doing the right thing, Apple has also been able to build its relationship with consumers.</p>



<h2 class="wp-block-heading"><strong>When demand exceeds circular supply</strong></h2>



<p>Apple’s circular manufacturing strategy can be seen as being both environmentally responsible and commercially effective. It means the MacBook Neo isn’t just a $<a href="https://www.computerworld.com/article/4140704/apples-new-599-macbook-neo-is-a-nightmare-for-windows-oems.html">599 Apple notebook</a>, it’s also a living illustration of how circular production unlocks huge competitive advantage, supporting profitability, affordability, and brand value.</p>



<p>Is it all good? Probably not, after all – Apple has been <a href="https://www.applemust.com/whats-that-coming-over-the-hill-its-a-macbook-a-macbook-neo/" target="_blank" rel="noreferrer noopener">forced to order millions of new A-series chips</a> to put inside these devices due to high demand. The benefit of recycled materials doesn’t always automatically outweigh the impact of mass production. If a product sells strongly, you must still get those components somewhere. But it is also true that  the application of strategic common sense has helped Apple achieve real business results while also doing the right thing. </p>



<p>Can your business claim the same?</p>



<p><em>Please follow me on <a href="https://twitter.com/jonnyevans_cw" target="_blank" rel="noreferrer noopener">Twitter</a>, or join me in the <a href="https://mewe.com/join/appleholics_bar_and_grill" target="_blank" rel="noreferrer noopener">AppleHolic’s bar &amp; grill</a> and <a href="https://mewe.com/join/apple_discussions" target="_blank" rel="noreferrer noopener">Apple Discussions</a> groups on MeWe.</em></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[7 signs your data isn’t ready for AI]]></title>
<description><![CDATA[AI is useless without access to abundant and accurate data. Unfortunately, many enterprises are saddled with data that’s stored in a way that’s unusable for AI applications.



AI data incompatibility is widespread, even among organizations actively investing in AI, says Daren Campbell, tax techn...]]></description>
<link>https://tsecurity.de/de/3528633/it-security-nachrichten/7-signs-your-data-isnt-ready-for-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3528633/it-security-nachrichten/7-signs-your-data-isnt-ready-for-ai/</guid>
<pubDate>Tue, 19 May 2026 12:07:00 +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 is useless without access to abundant and accurate data. Unfortunately, many enterprises are saddled with data that’s stored in a way that’s unusable for AI applications.</p>



<p>AI data incompatibility is widespread, even among organizations actively investing in AI, says Daren Campbell, tax technology and transformation leader at business advisory firm EY Americas.</p>



<p>“Adoption of generative and agentic AI is accelerating, but only a small minority of organizations have the data maturity required to scale AI effectively,” he states. “This helps to explain why many companies report AI activity without sustained business impact, since ambition is moving faster than underlying data foundations.”</p>



<p>Is your enterprise’s productivity being held hostage by inaccurate, defective, or obsolete data? Here’s a quick rundown of seven key signs that indicate your organization needs a data makeover.</p>



<h2 class="wp-block-heading">Your data strategy is designed for compliance not decision-making</h2>



<p>AI-incompatible data is <a href="https://www.cio.com/article/4162306/data-debt-ai-value-killer.html">typically the result of many years</a> of siloed systems, inconsistent standards, and weak data governance.</p>



<p>“Much of today’s enterprise data was designed for compliance and static reporting, not for learning, automation, or real-time decision-making,” Campbell says. “The problem is compounded by unmanaged unstructured data, missing metadata, unclear ownership, and limited traceability, all of which makes it difficult for AI systems to interpret data reliably.”</p>



<p>Campbell adds that both generative and agentic AI are rapidly accelerating, yet only a small minority of organizations <a href="https://www.cio.com/article/4036547/how-to-build-data-foundations-for-ai-exploration.html">have the data maturity required</a> to scale AI effectively. “This helps explain why many enterprises report AI activity without any sustained business impact, as ambition is moving faster than underlying data foundations.”</p>



<h2 class="wp-block-heading">You’re weak on data management</h2>



<p>A key <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html">data management</a> issue is teams struggling to use of existing data within its current environment, says David Harmony, senior executive distinguished engineer at financial services firm Capital One.</p>



<p>“Making data well-managed is a critical, early step that’s a precursor to being able to leverage your data for AI,” he states. Harmony believes that business leaders must always know where their data is and what the data contains. “Without a well-managed data strategy, it’s difficult to make the most use of your data as AI accelerates,” he says.</p>



<p>Harmony says that <a href="https://www.cio.com/article/4019828/how-capital-one-drives-returns-on-its-ai-investments.html">Capital One is addressing this issue</a> by modernizing its data ecosystem in the cloud and building enterprise platforms that support data publishing, consumption, governance, and infrastructure management. The goal is creating a well-managed foundation for AI initiatives. “AI is most effective when it’s built on a strong foundation of well-managed data,” he states.</p>



<h2 class="wp-block-heading">Your data governance isn’t governing</h2>



<p>If IT and business leaders can’t clearly explain where their data lives, who owns it, and whether it can be trusted, the enterprise isn’t AI-ready, says Vasileios Maroulas, associate vice chancellor and AI director at the University of Tennessee, Knoxville. “If every analysis requires manual reconciliation, AI will only amplify inconsistency,” he warns.</p>



<p>Organic system growth, siloed departments, inconsistent definitions, and lack of governance all contribute to data unpredictabilty, Maroulas says. He notes that most enterprises build their infrastructure to run operations, not to enable prediction or automation. “AI exposes those structural gaps,” he notes.</p>



<p>To increase data predictability, Maroulas advises focusing on <a href="https://www.cio.com/article/202183/what-is-data-governance-a-best-practices-framework-for-managing-data-assets.html">governance</a> and interoperability. “Define ownership, standardize terminology, and modernize pipelines deliberately,” he says.</p>



<h2 class="wp-block-heading">Your business intelligence strategy has lost its users</h2>



<p>Weak business intelligence adoption is a key indicator that an organization’s data simply isn’t ready for AI, says Olga Kupriyanova, AI and data engineering technology director with research advisory firm ISG. What does business intelligence have to do with artificial intelligence? “Everything,” she states. “BI is the proving ground for enterprise data.”</p>



<p>When BI underperforms, business users don’t wait — they work around it, Kupriyanova says. “They’ll export data, build shadow models, create local definitions, and hard-code their own business logic into spreadsheets or custom analytics.” Over time, such unofficial semantic layers multiply. “None of them flow back into the enterprise warehouse, and that’s where the real danger lies, creating a false sense of health,” she says.</p>



<p>From the outside, it may seem like the organization has no major data issues, because reports are being produced and decisions are being made, Kupriyanova explains. “Yet, in reality, users have quietly stopped relying on the core data platform and stopped asking IT for help.”</p>



<h2 class="wp-block-heading">Your data doesn’t align with business outcomes AI can influence</h2>



<p>When AI systems suddenly begin spewing answers that are inconsistent, outdated, or out of sync with the experience expected, it’s a clear sign of incompatible data, warns Guy Bourgault, head of agentic solutions at technology advisory firm Concentrix. “These kinds of misfires usually point to underlying knowledge sources that haven’t been maintained or governed with intention,” he says.</p>



<p>Leaders tend to see warning signs of incompatible data when it becomes difficult to draw a straight line between their available data and the business outcomes AI is expected to influence, Bourgault states. “When that clarity is missing, it’s a sign that the data foundation isn’t prepared to support AI at scale.”</p>



<p>AI-incompatible data often stems from information that was originally written for humans to interpret, not for machines to process, Bourgault says.</p>



<p>“Many knowledge bases fall into this category, since they rely on human intuition to fill-in missing context or navigate decision trees that AI can’t reliably follow,” he notes. “As permissions age or become overly broad, AI may access content it was never intended to see, leading to responses that are inaccurate or potentially risky.” Over time, the mix of outdated content, unclear structure, and loose governance creates a fragile data environment that AI struggles to interpret correctly, Bourgault says.</p>



<h2 class="wp-block-heading">You’re overloaded with data debt</h2>



<p>Data quality is something most people prefer to complain about rather than fix, observes Arthur O’Connor, academic director of data science at the City University of New York’s School of Professional Studies.</p>



<p>“It requires addressing the accumulated sins of the past, including inconsistent data formats, missing values, conflicting business rules, and disparate interfaces and protocols,” he says. “It’s about correcting a legacy of taking shortcuts.” Few organizations, he observes, have the time, energy and will to do that.</p>



<p><a href="https://www.cio.com/article/4162306/data-debt-ai-value-killer.html">This data debt issue</a> isn’t just a technical challenge; it’s also an organizational one, O’Connor says. “The prime reason internal datasets aren’t discoverable or managed well across the enterprise is because neither the IT staff nor the business teams who use data have the resources or incentives to realize the data’s full value,” he states. “While data users want completely accurate, clean, and well-managed data, the individual data owners typically don’t have the budget, financial incentive, or organizational authority to ensure a high level of quality and transparency.”</p>



<p>The basic problem, O’Connor says, is that while AI is sexy, exciting, and interesting, data governance tends to be tedious, boring, and painful.</p>



<h2 class="wp-block-heading">Basic insights are already a problem</h2>



<p>A reliable warning sign is how easily your organization’s team can obtain basic insights, Jen Clark, director of AI advisory services at business and tax consulting firm Eisner Advisory Group.</p>



<p>“If standard reporting and analytics are a struggle, if pulling together a clear picture requires effort across teams and resources, then AI will amplify the challenge, not solve it,” she warns. “Similarly, if data is disconnected or siloed without a clear path to integration, that’s usually a sign foundational work is needed before AI can deliver real value.”</p>



<p>Data represents the real world, and the real world is messy, Clark observes. It’s rarely, if ever, perfectly ready for an ideal AI scenario, and there are always trade-offs, she notes. “The question isn’t whether incompatibility exists, it’s how you scope around it to still drive meaningful outcomes.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS boosts CloudWatch Logs query limits by 10x to ease debugging for developers, SREs]]></title>
<description><![CDATA[AWS has increased Amazon CloudWatch Logs Insights query result limits from 10,000 to 100,000 rows and added pagination support for its GetQueryResults API to help developers and site reliability engineers (SREs) troubleshoot and debug large-scale distributed applications more efficiently.



The ...]]></description>
<link>https://tsecurity.de/de/3525838/ai-nachrichten/aws-boosts-cloudwatch-logs-query-limits-by-10x-to-ease-debugging-for-developers-sres/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3525838/ai-nachrichten/aws-boosts-cloudwatch-logs-query-limits-by-10x-to-ease-debugging-for-developers-sres/</guid>
<pubDate>Mon, 18 May 2026 13:48:17 +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>AWS has increased Amazon CloudWatch Logs Insights query result limits from 10,000 to 100,000 rows and added pagination support for its GetQueryResults API to help developers and site reliability engineers (SREs) troubleshoot and debug large-scale distributed applications more efficiently.</p>



<p>The update to the monitoring and observability service, according to an AWS <a href="https://aws.amazon.com/about-aws/whats-new/2026/05/cloudwatch-logs-query-results/" target="_blank" rel="noreferrer noopener">blog post</a>, will reduce the need to repeatedly split queries into smaller time windows during incident investigations, debugging, and operational audits across enterprise environments.</p>



<p>Analysts see sound operational reasoning behind the move.</p>



<p>“The old 10,000-row CloudWatch limit was a real problem for large distributed systems. During outages, SRE teams often had to rerun the same query across multiple small time windows and manually combine results. Automated monitoring and compliance pipelines also needed extra custom logic, making systems more complex and fragile,” said <a href="https://pareekh.com/about/" target="_blank" rel="noreferrer noopener">Pareekh Jain</a>, principal analyst at Pareekh Consulting.</p>



<p>“The new 100,000-result limit makes investigations much easier. Teams can now analyze larger incidents in a single query, reducing manual effort and speeding up troubleshooting. Dashboards, exports, and pattern analysis also work on more complete data,” Jain noted.</p>



<p>“In microservices environments where one request touches many services, teams now have a much better chance of seeing the full impact of a failure in one search,” Jain pointed out.</p>



<h2 class="wp-block-heading">Pagination support could boost observability automation</h2>



<p>The added pagination support for the GetQueryResults API, in fact, according to Avasant research director <a href="https://in.linkedin.com/in/gaurav-dewan-pmp-8644a19" target="_blank" rel="noreferrer noopener">Gaurav Dewan</a>, is the “bigger” architectural improvement.</p>



<p>“Previously, query APIs could return truncated datasets, requiring teams to re-run queries with additional filters or implement custom logic to retrieve complete results. This added complexity, especially for automated workflows such as runbooks, bots, or SIEM ingestion pipelines,” Dewan said.</p>



<p>“With pagination, query results can now be accessed incrementally in a structured way. This makes it easier to programmatically retrieve large datasets and is likely to improve the reliability of automation workflows built on top of CloudWatch,” Dewan added.</p>



<p>Despite the immediate benefits, neither analyst was convinced that the new update would eliminate the need for third-party observability or SIEM platforms in enterprise environments.</p>



<p>“It reduces friction at the margins, but doesn’t close the structural gaps that drive third-party observability or SIEM tools adoption,” Jain said.</p>



<p>While teams troubleshooting Lambda, ECS, or EKS workloads inside AWS may now rely more on CloudWatch for incident investigations instead of exporting logs to third-party tools simply because of earlier query limits, for SIEM, security analytics, compliance, or multi-cloud environments, platforms like Datadog, Splunk, or Elastic still offer broader cross-platform visibility, advanced correlation, and long-term governance features that CloudWatch does not fully address, Jain pointed out.</p>



<h2 class="wp-block-heading">No direct cloud cost savings</h2>



<p>Jain also downplayed the likelihood of major direct cloud cost savings from the update, noting that CloudWatch Logs Insights pricing is primarily based on the volume of data scanned rather than the number of results returned.</p>



<p>Instead, he said, the larger benefit is likely to come from operational efficiency and faster incident resolution.</p>



<p>“If SRE teams spend less time fighting query limits, rerunning searches, and stitching logs together, they can identify issues much faster. For large enterprise applications, even reducing outage investigation time from 15 minutes to 2 minutes can translate into significant operational and business value,” Jain said.</p>



<p>Enterprise users, according to AWS, can control the number of records returned in a query using the “LIMIT” command after setting the higher query ceilings either via the Amazon CloudWatch console or the AWS CLI. The feature has been made generally available across all AWS regions.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[LLM Security: Understanding AI as an Attack Surface, A TryHackMe Writeup]]></title>
<description><![CDATA[Link — https://tryhackme.com/room/llmsecurity Lets do this together…..Disclaimer: This write up is based on a Capture The Flag (CTF) challenge hosted on TryHackMe and is intended strictly for educational purposes only.IntroductionWhen most people hear the term Large Language Model (LLM), they imm...]]></description>
<link>https://tsecurity.de/de/3525600/hacking/llm-security-understanding-ai-as-an-attack-surface-a-tryhackme-writeup/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3525600/hacking/llm-security-understanding-ai-as-an-attack-surface-a-tryhackme-writeup/</guid>
<pubDate>Mon, 18 May 2026 12:23:42 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*AQbDHd2QQNlEEY-v4fuevw.png"></figure><p>Link — <a href="https://tryhackme.com/room/llmsecurity">https://tryhackme.com/room/llmsecurity</a> Lets do this together…..</p><blockquote><strong><em>Disclaimer:</em></strong><em> This write up is based on a Capture The Flag (CTF) challenge hosted on TryHackMe and is intended strictly for educational purposes only.</em></blockquote><h3>Introduction</h3><p>When most people hear the term <em>Large Language Model (LLM)</em>, they immediately think of productivity, automation, or chatbots that can write code and answer questions in seconds. And honestly, that excitement makes sense. LLMs have changed how people interact with technology.</p><p>Today organizations are integrating AI into almost everything:</p><ul><li>Customer support</li><li>Security operations</li><li>Coding assistants</li><li>Search engines</li><li>Document analysis</li><li>Internal knowledge bases</li></ul><p>Tasks that previously took hours can now happen in minutes.</p><p>But while learning this TryHackMe room, I realized something important: <em>Most people are using AI without understanding that AI itself has become an attack surface.</em></p><p>That sentence completely changed my perspective on AI security. In traditional cybersecurity, we usually focus on servers, APIs, authentication systems, or vulnerable code. But with LLMs, the attack surface becomes much more abstract. Sometimes the vulnerability is not even in the code itself — it is in the model’s behavior, memory, or the way humans interact with it.</p><p>This room gave a beginner-friendly but eye-opening introduction to the security threats surrounding LLMs. Instead of only thinking about “hacking systems,” it teaches you to think about how attackers can manipulate or extract information from AI models themselves.</p><h3>Task 1 Understanding LLMs Beyond the Hype</h3><p>An LLM is essentially a machine learning model trained on massive amounts of text data. These models learn patterns, relationships, sentence structures, and contextual meaning from huge datasets.</p><p>Examples include:</p><ul><li>GPT models</li><li>Gemini</li><li>Claude</li><li>Llama</li><li>Mistral</li></ul><p>The problem is that these models sometimes remember more than they should. And that is where security concerns begin. Unlike normal software programs with predictable outputs, LLMs generate responses probabilistically. This means the same input can produce different outputs depending on context, prompting, and model behavior. This unpredictability introduces entirely new types of security risks.</p><h3>Task 2 Data-Based Threats</h3><p>The first section focused on one of the most interesting concepts in AI security: <strong>data-based threats</strong>. This is where attackers attempt to discover information about the data used to train the model. Initially, this sounded strange to me. I wondered: <em>“How can someone attack training data indirectly through a model?” </em>But after understanding the concepts, it started making sense.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*6ZAsW90gZ6Mfc1RcfuglcA.png"></figure><blockquote><strong>Which sample is a member?</strong></blockquote><blockquote><strong>MI_SAMPLE_ALPHA</strong></blockquote><h3>Membership Inference Attack</h3><p>One of the questions asked:</p><blockquote><strong>Which attack determines whether a known data sample was part of an LLM’s training set?</strong></blockquote><blockquote><strong>The answer: Membership inference</strong></blockquote><p>This attack tries to determine whether a specific piece of data was included during training. Imagine a healthcare AI trained on sensitive patient records. An attacker might ask carefully crafted questions to determine whether a specific patient’s data was used during training.</p><p>This becomes extremely dangerous in environments involving:</p><ul><li>Medical records</li><li>Financial information</li><li>Legal documents</li><li>Corporate secrets</li></ul><p>Even if the model never directly reveals the data, subtle behavioral differences may expose whether certain information existed in the training dataset. That realization genuinely surprised me because it shows how privacy risks can exist even when no obvious data leak happens.</p><h3>Training Data Extraction</h3><p>Another threat discussed was:</p><p><strong>Training data extraction</strong></p><p>This attack involves making the model reproduce memorized parts of its training data.</p><p>Some early AI systems accidentally leaked:</p><ul><li>API keys</li><li>Passwords</li><li>Internal code snippets</li><li>Email addresses</li></ul><p>because those values appeared in training datasets. This is a huge shift from traditional cybersecurity. Normally, if a database leaks, we investigate the server. But with AI, the model itself may unintentionally become the leakage point. That is a completely different security mindset.</p><blockquote><strong>Which data-based threat involves the model reproducing memorised snippets of its training data?</strong></blockquote><blockquote><strong>Training data extraction</strong></blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*LmOZ3tTeNvA-B1VO.png"></figure><h3>Task 3 Model-Based Threats</h3><p>This section became even more interesting because it focused on attacks against the model itself rather than the data.</p><blockquote><strong>One question asked for the employee ID, which turned out to be:</strong></blockquote><blockquote><strong>7814</strong></blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*V9ifMaKYYdXQYBEu-fF8jA.png"><figcaption>Chatbot Answering</figcaption></figure><p>But the deeper concept here was understanding <strong>Model Inversion</strong>.</p><h3>Model Inversion Attack</h3><blockquote><strong>Which model-based threat attempts to reconstruct sensitive information encoded within a model’s internal representations?</strong></blockquote><blockquote><strong>The answer: Model inversion</strong></blockquote><p>Model inversion attacks attempt to reconstruct sensitive information hidden inside the model’s internal representations.</p><p>This is difficult to visualize at first. Think of it this way:</p><p>If an AI model is trained heavily on facial images or sensitive records, attackers may try to reverse-engineer or infer information from the model’s learned patterns. It is almost like interrogating the model until fragments of hidden information emerge. This was one of the moments where I realized AI security is deeply connected to behavior rather than only infrastructure.</p><h3>Traditional Security vs AI Security</h3><p>While doing this room, I kept comparing AI security to traditional cybersecurity.</p><p>In normal applications:</p><ul><li>Vulnerabilities exist in code</li><li>Exploits target systems</li><li>Input validation solves many problems</li></ul><p>But in AI systems:</p><ul><li>Vulnerabilities can exist in behavior</li><li>Attackers manipulate prompts</li><li>Models may reveal information unintentionally</li></ul><p>The attack surface becomes psychological and contextual. That is a massive shift.</p><h3>Task 4 System-Based Threats</h3><blockquote><strong>This section introduced one of the most important concepts in modern LLM systems:</strong></blockquote><blockquote><strong>The Context Window</strong></blockquote><p>The context window is essentially the memory space the model uses while generating responses.</p><p>It combines:</p><ul><li>System instructions</li><li>User prompts</li><li>Retrieved external data</li><li>Conversation history</li></ul><p>into one giant sequence processed by the model. At first this sounds harmless.</p><p>But then I realized: <em>If attackers can manipulate what enters the context window, they may manipulate the model itself. </em>That becomes extremely dangerous.</p><h3>Memory Poisoning</h3><p>One challenge in this section involved convincing the model and retrieving the flag:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*6WplCMwjXNqkUftKIK9Y0g.png"><figcaption>Grandma Attack</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*QmMg3eiOe_d_NoVKGS_HVw.png"></figure><blockquote><strong>Did you convince the model? Whats the flag?</strong></blockquote><blockquote><strong>THM{MEMORY_POISONED}</strong></blockquote><p>The term itself explains the attack beautifully. Memory poisoning happens when malicious or manipulated information enters the AI system’s memory or context flow. Imagine a corporate AI assistant connected to internal documents. If an attacker injects misleading instructions into retrieved documents, the model may start behaving incorrectly or leaking information. This is similar to social engineering — except now the victim is the AI itself. That concept genuinely fascinated me.</p><h3>Task 5 User-Based Threats</h3><p>This section focused on perhaps the most dangerous component in cybersecurity: Human</p><p>One question asked:</p><blockquote><strong><em>Which package should you NOT download?</em></strong></blockquote><blockquote><strong>Answer:robbco-llm-audit</strong></blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*P1usK3Qwr7bJ0GgLzzk75A.png"></figure><p>This simulated a malicious package disguised as a legitimate AI-related tool. This reflects real-world attacks happening today. As AI becomes popular, attackers are creating:</p><ul><li>Fake Python packages</li><li>Malicious AI tools</li><li>Trojanized models</li><li>Fake extensions</li></ul><p>to target developers and researchers.</p><h3>AI-Powered Phishing</h3><p>Another important concept: Phishing</p><blockquote><strong>The room explained that LLM-powered social engineering amplifies??</strong></blockquote><blockquote><strong>Answer: phishing attacks.</strong></blockquote><p>This is extremely true in the real world. Earlier phishing emails were often easy to detect because of:</p><ul><li>Bad grammar</li><li>Awkward wording</li><li>Poor formatting</li></ul><p>Now AI can generate:</p><ul><li>Perfect grammar</li><li>Personalized messages</li><li>Context-aware communication</li><li>Convincing fake conversations</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*Pvvtx2AWvQ76HhKB.png"></figure><p>Attackers can scale phishing campaigns dramatically using LLMs. This is one of the clearest examples of AI amplifying existing threats rather than inventing entirely new ones.</p><h3>My Biggest Learning From This Room</h3><p>Before studying AI security, I used to think:</p><blockquote><em>“Secure the API, secure the server, secure the code.”</em></blockquote><p>But this room taught me that AI systems require a different mindset. You are no longer securing only software.</p><p>You are securing:</p><ul><li>Model behavior</li><li>Training data</li><li>User interaction</li><li>Context flow</li><li>Memory handling</li><li>Prompt integrity</li></ul><p>That is fundamentally different from traditional application security.</p><h3>Why LLM Security Matters So Much</h3><p>As organizations integrate AI into:</p><ul><li>SOC platforms</li><li>Chatbots</li><li>Healthcare systems</li><li>Financial applications</li><li>Development pipelines</li></ul><p>the risks grow rapidly. An insecure AI system can:</p><ul><li>Leak sensitive data</li><li>Generate insecure code</li><li>Amplify phishing attacks</li><li>Spread misinformation</li><li>Manipulate users</li><li>Behave unpredictably</li></ul><p>And the scariest part? Sometimes no “hack” is required. Just conversation…………</p><h3>Conclusion</h3><p>This TryHackMe room was an excellent introduction to thinking about AI systems from a security perspective.</p><p>It helped me understand that AI security is not just an extension of traditional cybersecurity — it is a new domain with entirely different attack surfaces.</p><p>The biggest takeaway for me was this:</p><blockquote><em>In traditional cybersecurity, attackers exploit systems. In AI security, attackers often manipulate behavior.</em></blockquote><p>And that difference changes everything. As AI continues becoming part of everyday infrastructure, understanding these concepts will become essential not just for AI engineers, but for every cybersecurity professional. Because the future of security is no longer only about protecting machines. It is also about understanding how machines think.</p><img src="https://medium.com/_/stat?event=post.clientViewed&amp;referrerSource=full_rss&amp;postId=2b03828c29b3" width="1" height="1" alt=""><hr><p><a href="https://infosecwriteups.com/llm-security-understanding-ai-as-an-attack-surface-a-tryhackme-writeup-2b03828c29b3">LLM Security: Understanding AI as an Attack Surface, A TryHackMe Writeup</a> was originally published in <a href="https://infosecwriteups.com/">InfoSec Write-ups</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Genmoji in iOS 27 will use what you type and what's in Photos for suggestions]]></title>
<description><![CDATA[Apple wants more people to use Genmoji, by creating suggestions based on phrases that you type into the iOS 27 and iPadOS 27 keyboard, and what you've got stored in Photos.The launch of Genmoji during an Apple event - Image credit: AppleUsers of Messages will be familiar with the occasional appea...]]></description>
<link>https://tsecurity.de/de/3524023/ios-mac-os/genmoji-in-ios-27-will-use-what-you-type-and-whats-in-photos-for-suggestions/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3524023/ios-mac-os/genmoji-in-ios-27-will-use-what-you-type-and-whats-in-photos-for-suggestions/</guid>
<pubDate>Sun, 17 May 2026 18:08:52 +0200</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Apple wants more people to use Genmoji, by creating suggestions based on phrases that you type into the <a href="https://appleinsider.com/inside/ios-27" title="iOS 27" data-kpt="1">iOS 27</a> and iPadOS 27 keyboard, and what you've got stored in Photos.<br><br><div><img src="https://photos5.appleinsider.com/gallery/67667-142627-59987-123035-groupofgen-xl-xl.jpg" alt="Presenter in a bright white room surrounded by many colorful floating emojis, including people, animals, food, vehicles, and objects, with a large sloth emoji in a suit dominating the center"><br><span>The launch of Genmoji during an Apple event - Image credit: Apple</span></div><br>Users of Messages will be familiar with the occasional appearance of emoji as a suggestion when typing on the software keyboard. For iOS 27 and <a href="https://appleinsider.com/inside/ipados-27" title="iPadOS 27" data-kpt="1">iPadOS 27</a>, they may get a lot more options to include Genmoji.<br><br>The underwhelming <a href="https://appleinsider.com/inside/apple-intelligence" title="Apple Intelligence" data-kpt="1">Apple Intelligence</a> feature hasn't really caught on with consumers since its introduction <a href="https://appleinsider.com/articles/24/12/11/genmoji-and-image-playground-arrive-with-macos-sequoia-152">in 2024</a>, despite executive claims it has. However, with some changes coming to Genmoji in iOS 27 and iPadOS 27, <em>Bloomberg's</em> "Power On" <a href="https://www.bloomberg.com/news/newsletters/2026-05-17/ios-27-siri-app-to-have-auto-deleting-chats-siri-may-be-a-beta-genmoji-mp9udydr">newsletter</a> says that users will be prodded to use it more.<br><br><br> <strong>Rumor Score:</strong> 🤔 Possible <br><br><br> <a href="https://appleinsider.com/articles/26/05/17/genmoji-in-ios-27-will-use-what-you-type-and-whats-in-photos-for-suggestions?utm_source=rss">Continue Reading on AppleInsider</a> | <a href="https://forums.appleinsider.com/discussion/244370?urm_source=rss">Discuss on our Forums</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Digital twins reshape network and data center management]]></title>
<description><![CDATA[3 things you need to know about digital twins

>
 With AI training racks exceeding 30 kW and specialized systems spiking to 150 kW per rack, digital twins can help prevent thermal failures.

 Unlike standard chatbots, AI built on a digital twin foundation uses mathematically verified data to elim...]]></description>
<link>https://tsecurity.de/de/3519216/it-security-nachrichten/digital-twins-reshape-network-and-data-center-management/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3519216/it-security-nachrichten/digital-twins-reshape-network-and-data-center-management/</guid>
<pubDate>Fri, 15 May 2026 12:10: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>



<aside class="sidebar">
<h3><strong> 3 things you need to know about digital twins</strong></h3>

&gt;
<li> With AI training racks exceeding 30 kW and specialized systems spiking to 150 kW per rack, digital twins can help prevent thermal failures.
</li>
<li> Unlike standard chatbots, AI built on a digital twin foundation uses mathematically verified data to eliminate “hallucinations” in network configuration.</li>
<li> Gartner estimates that organizations using digital twins for configuration modeling can reduce unplanned outages by as much as 70%.</li>


</aside><p>The complexity of modern networks and data centers has made it impossible to rely solely on manual oversight.</p>



<p>Hybrid cloud architectures, SD-WAN overlays, and multi-vendor environments have created configuration sprawl that teams cannot track by hand. At the same time, GPU clusters have pushed data center power loads well beyond what traditional facility planning handles. Average rack density was just 7 kW in 2021, <a href="https://afcom.com/news/720973/WHITEPAPER--State-of-the-Data-Center-2026-Executive-Summary.htm">according to AFCOM</a>. AI training racks now routinely exceed 30 kW, and Nvidia’s GB200 NVL72 systems can spike past 150 kW per rack, according to the Uptime Institute.</p>



<p>Digital twin technology addresses these problems: Build an accurate model of the real environment, then use it to test changes before they reach production.</p>



<p>For network teams, digital twin technology provides a continuously updated behavioral model built from device configuration and state data. For data center engineers, it provides a virtual replica of the physical facility where rack layouts, cooling configurations and power loads can be simulated before hardware is touched.</p>



<h2 class="wp-block-heading"><a></a>What a digital twin actually does</h2>



<p>A<a href="https://www.networkworld.com/article/965860/what-is-digital-twin-technology-and-why-it-matters.html"> digital twin</a> is a virtual representation of an environment and it synchronizes with the live environment continuously, which distinguishes it from static simulations built during a project’s design phase.</p>



<p>For networks, that means collecting configuration and state data continuously across every device, including routers, switches, firewalls, load balancers and cloud environments. All that information is updated in the model as the infrastructure changes. Network teams query the model to evaluate the impact of a planned change, test different approaches and validate that an update accomplishes its goals before pushing it to production.</p>



<p>For data centers, the twin uses computational fluid dynamics and electrical simulation to model the facility. Engineers can test rack layout changes, cooling strategy shifts and equipment additions to identify hot spots, power overloads and containment failures before any physical work begins.</p>



<h2 class="wp-block-heading"><a></a>Where each type of twin proves out</h2>



<p>Network twins and data center twins address the same categories of operational risk, applied to different infrastructure layers:</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/04/digital-twin-use-cases.png?w=1024" alt="Table showing use cases for digital twins" class="wp-image-4160000" width="1024" height="646" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Foundry  </p></div>



<p>On the network side, Gartner<a href="https://www.networkworld.com/article/4064999/network-digital-twin-technology-faces-headwinds.html"> estimates</a> that organizations modeling configuration and firmware updates through a digital twin can reduce unplanned outages by 70%.</p>



<p>A<a href="https://www.networkworld.com/article/4064999/network-digital-twin-technology-faces-headwinds.html"> Network World report on enterprise digital twin deployments</a> found that one Asperitas Consulting client running failover simulations uncovered failure scenarios that had never appeared in manual testing. Documentation failures compound the risk. Poor documentation is a near-universal problem in enterprise networks, and a<a href="https://www.networkworld.com/article/2074545/4-reasons-to-consider-a-network-digital-twin.html"> Network World report on Fiserv’s deployment</a> of Forward Networks’ platform found devices that were never properly decommissioned, along with circuits that should have been retired years earlier. Without that visibility, unknown devices go unpatched and perimeter risk from untracked CVEs goes unmanaged.</p>



<p>On the data center side, there are also numerous examples. The Cadence Reality Digital Twin<a href="https://www.networkworld.com/article/4053966/cadence-adds-nvidia-to-digital-twin-tool-for-data-center-design.html"> </a><a href="https://www.networkworld.com/article/4053966/cadence-adds-nvidia-to-digital-twin-tool-for-data-center-design.html">includes digital replicas of more than 14,000 components from 750 vendors</a>, enabling accurate pre-deployment simulation of specific equipment configurations. According to a<a href="https://www.networkworld.com/article/4053966/cadence-adds-nvidia-to-digital-twin-tool-for-data-center-design.html"> </a><a href="https://www.networkworld.com/article/4053966/cadence-adds-nvidia-to-digital-twin-tool-for-data-center-design.html">Network World report on the platform</a>, the approach delivers faster design cycles and lower risk whether the project is a traditional data center or a gigawatt AI factory.</p>



<p><a href="https://www.networkworld.com/article/4053966/cadence-adds-nvidia-to-digital-twin-tool-for-data-center-design.html">Switch</a>, a data center operator, uses the Cadence platform for pre-deployment validation across its dense air-cooled facilities. <a href="https://blogs.nvidia.com/blog/digital-twins-modulus-wistron/">Wistron built a digital twin</a> of its GPU thermal stress-test facility on the Nvidia Omniverse and reported a 10% improvement in energy efficiency. In 2024, Indian operator Yotta deployed what Cadence described as<a href="https://www.datacenterdynamics.com/en/product-news/industrys-first-campus-wide-digital-twin-for-data-centers/"> the industry’s first campus-wide digital twin</a>, modeling multiple buildings under a unified model to plan high-density AI deployments.</p>



<h2 class="wp-block-heading"><a></a>How AI layers onto both types of twin</h2>



<p>AI is being applied to digital twins in two distinct ways: as a querying and reasoning layer that makes the model easier to work with, and as an autonomous agent that acts on the model.</p>



<p><strong>Querying and natural language interfaces.</strong> On the network side, engineers can now query a digital twin in plain English rather than writing structured queries against the underlying data model. The twin answers questions about network state, policy conflicts and the predicted impact of a planned change. The reason this works reliably is the twin itself: because the model is mathematically verified against the live network, AI outputs are grounded in accurate data rather than probabilistic inference. Without a verified twin as a foundation, language model outputs in network operations carry significant misconfiguration risk.</p>



<p>On the data center side, AI-accelerated simulation tools can<a href="https://developer.nvidia.com/blog/wistron-advances-energy-efficiency-in-manufacturing-with-ai-and-nvidia-omniverse/"> compress hours-long CFD calculations into seconds</a>, enabling engineers to run what-if scenarios during planning rather than waiting for overnight simulation jobs.</p>



<p><strong>Agentic operations.</strong> The more significant shift is AI systems that plan and execute multi-step workflows autonomously. On the network side, this means agents that can take a trouble ticket, gather relevant context from the digital twin, run diagnostic path traces and return a root cause assessment, without a human driving each step.</p>



<p><a href="https://www.networkworld.com/article/4130853/netbrains-new-ai-agents-automate-network-diagnosis.html">Network World reporting on deployments of this approach</a> found that agentic systems resolving issues against a digital twin foundation handled 90% of real-world network problems submitted in testing, with one organization<a href="https://www.networkworld.com/article/4130853/netbrains-new-ai-agents-automate-network-diagnosis.html"> cutting mean time to response from days to 30 minutes</a>.</p>



<p>On the data center side, reinforcement-learning agents can<a href="https://blogs.nvidia.com/blog/omniverse-dsx-blueprint/"> continuously adjust cooling setpoints and workload placement</a> to minimize energy consumption without manual intervention.</p>



<h2 class="wp-block-heading"><a></a>What’s next for networking and data center digital twins</h2>



<p>Uptime Institute’s<a href="https://www.networkworld.com/article/4117584/power-shortages-carbon-capture-and-ai-automation-whats-ahead-for-data-centers-in-2026.html"> 2026 data center predictions report</a> identified reinforcement learning and hybrid digital twins for cooling and power optimization as the near-term operational focus for the industry, with the stated goal being reduced manual effort and improved consistency rather than full autonomy.</p>



<p>The same trajectory applies to network operations: routine troubleshooting, change validation and compliance checks are increasingly handled with less human intervention, with the digital twin providing the verified data foundation that makes autonomous action reliable.</p>



<p>Deployment of both network and data center digital twins is still concentrated in large, complex environments: organizations with enough infrastructure sprawl, configuration risk, or AI-driven rack density to justify the investment. That profile is expanding. Hybrid cloud architectures are pushing network complexity beyond what manual oversight can manage. AI workloads are pushing data center power density beyond what traditional facility planning handles.</p>



<p>Digital twins are no longer a large-enterprise edge case. They are becoming a baseline planning tool for networks and data centers of all sizes.</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AntiX26 Linux Wifi setup + Kernel 7.0.4 install guide [Lenovo Ideapad Slim 3]]]></title>
<description><![CDATA[Default theme, zzz-icewm, redmond and ubuntu regular size 11 fonts. 112% scaling. 15' screen laptop. I installed the Linux kernel v7.0.4 after I installed AntiX26 to get my wifi up and running. Lenovo Ideapad slim 3; modern laptop, but a little weak. I'm very happy with my setup; I had to boot th...]]></description>
<link>https://tsecurity.de/de/3517559/linux-tipps/antix26-linux-wifi-setup-kernel-704-install-guide-lenovo-ideapad-slim-3/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3517559/linux-tipps/antix26-linux-wifi-setup-kernel-704-install-guide-lenovo-ideapad-slim-3/</guid>
<pubDate>Thu, 14 May 2026 19:54:59 +0200</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p><a href="https://preview.redd.it/cfatqfsccu0h1.jpg?width=1920&amp;format=pjpg&amp;auto=webp&amp;s=569357e2c54a2588efa51f067b5f268180684394">Default theme, zzz-icewm, redmond and ubuntu regular size 11 fonts. 112% scaling. 15' screen laptop.</a></p> <p>I installed the Linux kernel v7.0.4 after I installed AntiX26 to get my wifi up and running. <strong><em>Lenovo Ideapad slim 3</em></strong>; modern laptop, but a little weak. I'm very happy with my setup;</p> <p>I had to boot the live image with kernel v6.x.x just to get my keyboard working. But after the main install of the Antix26 system, I then installed kernel v7.0.4.</p> <p>This is how I did it; follow these steps to get wifi + kernel 7.0.4:</p> <p>(before you start, make sure that your wifi card is not soft-blocked(Airplane mode): type in your terminal: rfkill list, if its blocked try to unblock by: sudo rfkill unblock all, or the shortcut for airplane mode on your keyboard. Is your wifi working now? if not, continue. )</p> <ol> <li>Find a way to connect to the internet. I had to use internet through USB-cable from my Phone.</li> <li>Install the firmware-mediatek driver, by typing this in the terminal: sudo apt install firmware-mediatek, then reboot. But just to be sure you can also install: firmware-misc-nonfree and/or firmware-linux-nonfree. Check what kind of wifi card you have. Google Ai is very helpful finding out stuff for you, and what kind of drivers you need to install. (at this step you can try a reboot your laptop and see if you can get wifi working, if not continue to next step.)</li> <li>Then install the linux-image-7.0.4+deb13 from the debian backports, it should also install the dependencies for you, so please check that before you continue. After the new kernel is installed, write in the terminal: sudo update-grub, now you can reboot into your fresh kernel and wifi should be working.</li> </ol> <p><a href="https://preview.redd.it/f1bon3n8ry0h1.jpg?width=856&amp;format=pjpg&amp;auto=webp&amp;s=ed7c453b8d1a085287b3f1645ec8e2a7aa7b11fc">linux-image-7.0.4+deb13 &lt;your cpu type&gt;, please double check that it also installing dependencies. It should do it for you. Remember sudo update-grub after the install.</a></p> <p>(firmware-mediatek did not work for me while using kernel 6.x.x, but after the 7.0.4 update wifi started working.)</p> <p><strong>Quality of life, 100% screen brightness after every reboot and fix screen tearing:</strong></p> <p><a href="https://preview.redd.it/ostzrvmoez0h1.jpg?width=741&amp;format=pjpg&amp;auto=webp&amp;s=c0d7db578651a0d705de0318e61d5a716d7df05c">.desktop-session, startup file. This is what it looks like at the bottom. Continue reading for where to find it:</a></p> <p>I also added these two lines at the bottom of my startup config file. You will find it in Control Centre -&gt; Session -&gt; Users Desktop-session ( text file from .desktop-session, startup.) Remember to save after changes:</p> <p>backlight-brightness -s 100 &amp;</p> <p>xrandr --output eDP --set TearFree on &amp;</p> <p>One is to get 100% backlight on my laptop after every reboot so I dont have to adjust it every time, and the other one is for removing screen tearing. <strong>But</strong> <strong>before you add xrandr to your startup file</strong>: run xrandr in the terminal to check if you have eDP or some other screen type. Terminal command: xrandr &lt;press enter&gt;. Just place your screen type instead of eDP in the startup command as I have written above. Remember to save your file and reboot. This is my screen type from the terminal:</p> <p><a href="https://preview.redd.it/6gkmcpy41y0h1.jpg?width=761&amp;format=pjpg&amp;auto=webp&amp;s=0c24a067191a6409350d7092d188d4162914159c">https://preview.redd.it/6gkmcpy41y0h1.jpg?width=761&amp;format=pjpg&amp;auto=webp&amp;s=0c24a067191a6409350d7092d188d4162914159c</a></p> <p>To check if TearFree is running after a reboot, just write in your terminal: xrandr --verbose | grep TearFree .. it should say TearFree: on, and you should notice it when you scroll up and down on websites that screen tearing is gone.</p> <p><strong>Quality of life 2, show battery info:</strong></p> <p>Now you have to open another text file!</p> <p>If you want to see your battery %, just open Control Centre -&gt; Configure Conky -&gt; And find the line that says something like this (should be at the bottom):</p> <p>#Battery: ${battery_percent BAT0}% ${alignr}${color8}${battery_bar 8,70 BAT0}</p> <p>... and just remove the # and save file. You will now see your battery % on your desktop. Now you're done!</p> <p><em>Continue reading for setting up theme, scaling, touchpad and fonts ...</em></p> <p>Now I recommend that you scale up your fonts DPI in your control centre. I have mine set at 1.17:</p> <p><a href="https://preview.redd.it/c4gn43qz7y0h1.jpg?width=357&amp;format=pjpg&amp;auto=webp&amp;s=f95ba8bd34291e6fdfa00e7d737a69046c8f9bf2">This is my dpi settings 15' laptop</a></p> <p>My other settings for Look and Feel:</p> <p><a href="https://preview.redd.it/9spv1lxq5y0h1.jpg?width=679&amp;format=pjpg&amp;auto=webp&amp;s=cdde375a8bad69b58ac2caf2a3507c8ca9f9ac27">Redmond and change font to Ubuntu regular size 11</a></p> <p><a href="https://preview.redd.it/fihvgaqs5y0h1.jpg?width=679&amp;format=pjpg&amp;auto=webp&amp;s=a4fc54ac871f5a9b042345e83e487f9c66e52a8f">Full hinting; but you could also try slight or medium. Try whats best for you.</a></p> <p><a href="https://preview.redd.it/v9s85x6u5y0h1.jpg?width=1920&amp;format=pjpg&amp;auto=webp&amp;s=2af61f8f0821918a1b8e28bb325fefefbbc4d1b2">Select default theme</a></p> <p>And for my touchpad mouse sensitivity. Go to Control Centre -&gt; Hardware -&gt; Mouse -&gt; Select touchpad(rolldown menu) -&gt; then a window like this will pop up. Remember to check mark before Applying:</p> <p><a href="https://preview.redd.it/ige1opvy6y0h1.jpg?width=621&amp;format=pjpg&amp;auto=webp&amp;s=ce50eb25377ae423b7bae86f16a66c9a728a86c6">Touchpad mouse sensitivity</a></p> <p><a href="https://preview.redd.it/kid1bwzgjy0h1.jpg?width=960&amp;format=pjpg&amp;auto=webp&amp;s=1a39f4c3d0963cacb5464e92298692cb57bae8ed">ROXTerm font. Go to Preferences -&gt; Configuration Manager -&gt; Select Default, press edit -&gt; Font: Noto Mono Regular, Size: 11</a></p> <p>Extra tip 1: Firefox default scaling is set to 110% in the settings, but personal preference.</p> <p>Extra tip 2: Shortcut for taking a screenshot is FN+S on my keyboard. Could be different on your laptop.</p> <p>This was very fun; will be my main distro on my laptop. Everything just works. No fuzz. Sharp fonts, sharp theme, bluetooth-audio on my headset, wifi and low ram usage! :)</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/penguin1440"> /u/penguin1440 </a> <br> <span><a href="https://www.reddit.com/r/linux/comments/1td581l/antix26_linux_wifi_setup_kernel_704_install_guide/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1td581l/antix26_linux_wifi_setup_kernel_704_install_guide/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[A better way to work with SQL Server]]></title>
<description><![CDATA[Microsoft recently ended support for Azure Data Studio, its development tool for the SQL Server and Azure SQL databases. Part of a range of tools designed to work with Microsoft’s on-premises and in-cloud SQL databases, Azure Data Studio focused on building and testing queries rather than databas...]]></description>
<link>https://tsecurity.de/de/3516202/ai-nachrichten/a-better-way-to-work-with-sql-server/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3516202/ai-nachrichten/a-better-way-to-work-with-sql-server/</guid>
<pubDate>Thu, 14 May 2026 11:18: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>Microsoft recently <a href="https://learn.microsoft.com/en-us/sql/tools/whats-happening-azure-data-studio?view=sql-server-ver17&amp;tabs=xplat">ended support for Azure Data Studio</a>, its development tool for the SQL Server and Azure SQL databases. Part of a range of tools designed to work with Microsoft’s on-premises and in-cloud SQL databases, Azure Data Studio focused on building and testing queries rather than database administration. In other words, it was a developer-focused, lighter-weight alternative to <a href="https://learn.microsoft.com/en-us/ssms/sql-server-management-studio-ssms">SQL Server Management Studio</a>.</p>



<p><a href="https://learn.microsoft.com/en-gb/previous-versions/azure-data-studio/what-is-azure-data-studio">Azure Data Studio</a> was a useful tool for developers. It made it easy to explore databases and craft the queries that could be integrated into your code. You weren’t limited to queries, as a command line allowed you to work with lower-level and administrative services when necessary. You can still use SQL Server Management Studio with Azure data, but it’s overkill for most common query building tasks.</p>



<h2 class="wp-block-heading">Bringing SQL support into Visual Studio Code</h2>



<p>What should you use instead? Microsoft recommends switching to the <a href="https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql">MSSQL extension for Visual Studio Code</a>. That answer shouldn’t be surprising, as Microsoft has been moving much of its Azure development tooling from stand-alone applications to Visual Studio Code extensions. If you’ve been using Azure Data Studio for other Azure-managed data offerings, they will have their own VS Code extensions, with PostgreSQL and Cosmos DB already available and MySQL in development.</p>



<p>It’s an approach that makes sense: <a href="https://www.infoworld.com/article/2335960/what-is-visual-studio-code-microsofts-extensible-code-editor.html" data-type="link" data-id="https://www.infoworld.com/article/2335960/what-is-visual-studio-code-microsofts-extensible-code-editor.html">Visual Studio Code</a> has become an important part of many developers’ toolchains, whether they’re using Windows, macOS, or Linux. By shipping tools as extensions (using VS Code’s JavaScript SDKs), Microsoft needs only to write them once and they will run anywhere a developer uses their editor. VS Code is lightweight compared to the <a href="https://www.infoworld.com/article/2262813/visual-studio-vs-visual-studio-code-how-to-choose.html" data-type="link" data-id="https://www.infoworld.com/article/2262813/visual-studio-vs-visual-studio-code-how-to-choose.html">Visual Studio IDE</a>, with easy-to-access terminals that work with both local and cloud environments.</p>



<p>This approach fits in with Microsoft’s long-stated policy of putting tools where the developers are — and the popularity of the free Visual Studio Code means it is already running on many developers’ desktops. Mixing and matching different extensions from Microsoft and third parties allows what would otherwise be a standard programming editor to become a custom development environment that can host most of a developer’s chosen tool chain, from languages and source code control to management and productivity tools and more.</p>



<p>SQL Server and Azure SQL have been around for a long time, and they benefit from many different development tools and management utilities, from Microsoft and from third parties. This new tooling builds on that heritage, as well as providing a jumping off point for modern technologies, integrating with the <a href="https://www.infoworld.com/article/3609013/github-copilot-everything-you-need-to-know.html" data-type="link" data-id="https://www.infoworld.com/article/3609013/github-copilot-everything-you-need-to-know.html">GitHub Copilot</a> tools in VS Code.</p>



<h2 class="wp-block-heading">Introducing the MSSQL extension for Visual Studio Code</h2>



<p>Launched towards the end of 2024, the current version of MSSQL extension for Visual Studio Code was initially designed to support all of Microsoft’s SQL Server databases. It provides tools for connecting to both local and cloud-based databases, including exploring your Azure account and subscriptions for databases. This helps keep track of database sprawl, allowing you to find where you can combine resources and manage spend as well as tuning performance. Connections are saved by the extension, simplifying access to databases across projects.</p>



<p><a href="https://learn.microsoft.com/en-us/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code?view=sql-server-ver17">The core functionality in the MSSQL extension will be familiar</a>, with views that drill down into the various objects that make up a modern relational database, and tools that support database development, administration, and analysis.</p>



<h2 class="wp-block-heading">Building and publishing databases</h2>



<p>The MSSQL extension supports different roles in the database development life cycle. If you’re building out the necessary databases for an application, then you’re likely to start with its table designer. The extension takes an offline approach to table design, where you can use VS Code to design columns and indexes, as well as define the necessary keys and relationships to build out complex data structures. As the tooling is designed specifically for Microsoft’s SQL databases, it’s able to take advantage of low-level features to help you get the best performance for your data, including defining in-memory operations.</p>



<p>Once your table design is complete, the extension generates the necessary T-SQL to create or update your database schema. This script is available in the VS Code editor, so you can examine it and edit as necessary. Usefully the script can be saved locally and used as the basis for a template that can take you from a local development database to a deployed production system running on Azure.</p>



<p>If you’re satisfied with your database and table design, then the MSSQL extension will use Microsoft’s <a href="https://github.com/microsoft/DacFx">SQL Server Data-Tier Application Framework</a> (DacFx) to publish and run the script. As well as creating databases, DacFx can support much of the database life cycle and will update existing schema for you as well. The DacFx libraries are open source, and you can build them into your own applications as well as using them from inside VS Code.</p>



<h2 class="wp-block-heading">Developing and testing queries</h2>



<p>As well as being used to design and deploy databases, the MSSQL extension provides a framework for designing and testing queries ready for use in your code. Once connected to a Microsoft SQL database, you can use its query tools to view results in a grid view inside the editor, with the option of displaying them in their own tab.</p>



<p>One useful feature of the MSSQL extension’s query designer is its static query performance analyzer. Going under the name of “Estimated Plan”, this analyzer can show bottlenecks and other performance issues without running the query. The output of this operation can be used to help refine your queries, and when you are happy with the estimated performance, run the “Enable Actual Plan” function to run your queries against the target database to get actual results for further analysis.</p>



<p>The query plan tools include a visualizer that shows the steps used to make a query, displaying them as a graphical tree that you can walk through to explore each step. The visualizer can be used to highlight expensive operations, helping you find alternate ways to get the results you need without significant delays.</p>



<h2 class="wp-block-heading">Adding APIs and analysis</h2>



<p>Once you’ve built a database and tested queries, you can use the <a href="https://learn.microsoft.com/en-us/sql/tools/visual-studio-code-extensions/mssql/mssql-data-api-builder?view=sql-server-ver17">built-in Data API builder</a> (currently in preview) to quickly add REST APIs that make it easier to extract the data needed in your code. Other options include providing a GraphQL API for more structured queries or delivering a <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) endpoint that can be used by agents or other AI applications to provide natural language access to data as well as to ground AI interactions in your data.</p>



<p>The MSSQL extension isn’t only for developers and database administrators, as VS Code’s strong Python support has made the code editor a popular tool for business analysts and data scientists as well. These users will like the <a href="https://learn.microsoft.com/en-us/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code?view=sql-server-ver17">newly-added support for SQL Notebooks</a> (another preview feature), which give you an interactive Jupyter Notebooks-like environment for interactive exploration of your data. Using markdown text around queries and results in this tool can help you produce live documentation of a database, especially if you’re using the in-memory column queries to manage large amounts of data.</p>



<p>There’s a lot to like in the MSSQL extension for Visual Studio Code. It’s a welcome modern replacement for older tools, and one that works well both for developers building code that interacts with SQL Server or Azure SQL databases and for designers and administrators who need tools to build and test their schemas and work with those databases across on-prem deployments and Azure cloud regions.</p>



<p>The way we build and manage databases has changed a lot with the advent of hyperscale platforms like Azure. Having a flexible tool that’s constantly adding features is important, as it allows our tooling to evolve at the same speed as the underlying platform. Having it in a way that drops right into our existing tool chains is a bonus, but it’s one that also makes the MSSQL extension for Visual Studio Code ready for use as soon as it’s installed.</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS to Quick admins: The access control didn’t work, but you weren’t using it anyway, so what’s the problem?]]></title>
<description><![CDATA[If a setting fails in the forest and nobody hears it … This article has been indexed from www.theregister.com – Articles Read the original article: AWS to Quick admins: The access control didn’t work, but you weren’t using it anyway,…
Read more →
The post AWS to Quick admins: The access control d...]]></description>
<link>https://tsecurity.de/de/3515251/it-security-nachrichten/aws-to-quick-admins-the-access-control-didnt-work-but-you-werent-using-it-anyway-so-whats-the-problem/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3515251/it-security-nachrichten/aws-to-quick-admins-the-access-control-didnt-work-but-you-werent-using-it-anyway-so-whats-the-problem/</guid>
<pubDate>Thu, 14 May 2026 01:07:02 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>If a setting fails in the forest and nobody hears it … This article has been indexed from www.theregister.com – Articles Read the original article: AWS to Quick admins: The access control didn’t work, but you weren’t using it anyway,…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/aws-to-quick-admins-the-access-control-didnt-work-but-you-werent-using-it-anyway-so-whats-the-problem/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/aws-to-quick-admins-the-access-control-didnt-work-but-you-werent-using-it-anyway-so-whats-the-problem/">AWS to Quick admins: The access control didn’t work, but you weren’t using it anyway, so what’s the problem?</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s the Best Way to Brainwash an LLM?]]></title>
<description><![CDATA[I spent a weekend trying to convince a language model it was C-3PO. Here's what actually worked.
The post What’s the Best Way to Brainwash an LLM? appeared first on Towards Data Science.]]></description>
<link>https://tsecurity.de/de/3513878/ai-nachrichten/whats-the-best-way-to-brainwash-an-llm/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3513878/ai-nachrichten/whats-the-best-way-to-brainwash-an-llm/</guid>
<pubDate>Wed, 13 May 2026 15:33:29 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>I spent a weekend trying to convince a language model it was C-3PO. Here's what actually worked.</p>
<p>The post <a href="https://towardsdatascience.com/whats-the-best-way-to-brainwash-an-llm/">What’s the Best Way to Brainwash an LLM?</a> appeared first on <a href="https://towardsdatascience.com/">Towards Data Science</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ClickFix finds a backup plan in PySoxy proxy chains]]></title>
<description><![CDATA[ClickFix, a one-shot social engineering technique that tricks victims into executing malicious workflows disguised as fixes to technical issues in their systems, has got a persistence upgrade.



In a one-off instance, ReliaQuest researchers have spotted an intrusion chain using scheduled tasks, ...]]></description>
<link>https://tsecurity.de/de/3513547/it-security-nachrichten/clickfix-finds-a-backup-plan-in-pysoxy-proxy-chains/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3513547/it-security-nachrichten/clickfix-finds-a-backup-plan-in-pysoxy-proxy-chains/</guid>
<pubDate>Wed, 13 May 2026 13:52: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>ClickFix, a one-shot social engineering <a href="https://www.csoonline.com/article/4156500/new-clickfix-variant-bypasses-apple-safeguards-with-one%E2%80%91click-script-execution.html" target="_blank">technique</a> that tricks victims into executing malicious workflows disguised as fixes to technical issues in their systems, has got a persistence upgrade.</p>



<p>In a one-off instance, ReliaQuest researchers have spotted an intrusion chain using scheduled tasks, PowerShell-based command-and-control (C2), and a unique abuse of the decade-old open-source proxy tool <a href="https://github.com/MisterDaneel/pysoxy/" target="_blank" rel="noreferrer noopener">PySoxy</a>.</p>



<p>As the researchers pointed out in a blog <a href="https://reliaquest.com/blog/threat-spotlight-clickfix-evolves-with-pysoxy-proxying/" target="_blank" rel="noreferrer noopener">post</a>, PySoxy is giving attackers encrypted proxy access without relying on well-known malware or remote monitoring and management (<a href="https://www.csoonline.com/article/4135307/dont-trust-trustconnect-this-fake-remote-support-tool-only-helps-hackers.html" target="_blank">RMM</a>) tools. The observed attack chain established an initial PowerShell-based C2 channel, followed by a second C2 path through PySoxy.</p>



<p>The campaign was observed in April. ReliaQuest said this was the first time it had seen ClickFix combined with PySoxy in active intrusions.</p>



<h2 class="wp-block-heading">PySoxy used for dual-channel persistence</h2>



<p>The attack started with a ClickFix lure that tricked the victim into manually pasting and executing a malicious command disguised as a fix to a technical issue. Once launched, the command initiated a multi-stage infection chain.</p>



<p>According to ReliaQuest, the execution flow established persistence through scheduled tasks, carried out domain reconnaissance, and opened an initial <a href="https://www.csoonline.com/article/2455156/beware-powershell-too-helpful-users-tricked-into-fixing-their-machines-with-malware.html">PowerShell-based</a> C2 channel back to the attackers. The chain then deployed PyProxy to create a second encrypted communication path that turns the infected endpoint into a proxy relay.</p>



<p>“After staging reconnaissance output locally and uploading it to separate attacker-controlled infrastructure, the attacker downloaded Python tooling to C:\ProgramData,” the researchers said. “The compiled bytecode file was then executed with Python and identified as PySoxy. This turned the intrusion from a PowerShell-led access chain into one with redundant access paths.”</p>



<p>Researchers noted that the use of a second foothold, proxying through PySoxy, allows the intrusion to go on even after the PowerShell C2 connection is blocked.</p>



<h2 class="wp-block-heading"><a></a>ClickFix drifts into post-exploitation</h2>



<p>ReliaQuest pointed to the evidence that ClickFix is no longer just a social engineering delivery mechanism. It is being increasingly used as a gateway into broader post-exploitation operations involving stealth, persistence, and trusted-tool abuse.</p>



<p>Earlier this year, the cybersecurity technology company <a href="https://reliaquest.com/blog/threat-spotlight-whats-trending-top-cyber-attacker-techniques-december-2025-february-2026">reported</a> that ClickFix accounted for a large share of observed incidents and defense evasion activities in late 2025 and early 2026, with attackers relying on obfuscated commands and hidden execution chains.</p>



<p>The use of PySoxy marks ClickFix shifting to older legitimate tooling with modular access techniques. By orchestrating multiple communication paths within the chain, the attackers are forcing defenders to expand containment efforts.</p>



<p>“Looking ahead, we expect ClickFix operators to continue experimenting with post-exploitation tooling beyond PowerShell,” the researchers said. “Python is one option, but the underlying logic, using whatever scripting runtime is available to stage proxy or C2 capability without dropping a traditional payload, applies equally to other interpreters.”</p>



<h2 class="wp-block-heading">Hunting clues include scheduled tasks and Python artifacts</h2>



<p>In the ReliaQuest observed chain, scheduled tasks repeatedly relaunched malicious activity after communication attempts failed. ReliaQuest said defenders should specifically investigate recurring scheduled task creation alongside unusual Python-related artifacts and proxy-style command-line activity.</p>



<p>Recommendations for incident responders included isolating affected hosts, reviewing scheduled tasks for suspicious re-execution patterns, and hunting for encrypted proxy behavior in Python processes instead of focusing solely on blocked C2 traffic.</p>



<p>“Hunt for command lines containing combinations such as -ssl, -remote_ip, -remote_port, SOCKS, or .pyc execution,” the researchers said, adding that these are high-value signals for PySoxy-style activity.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Geniale Schutz-Techniken von Google machen Android jetzt deutlich sicherer]]></title>
<description><![CDATA[Auf der gestrigen Android Show I/O hat Google nicht nur die Googlebooks und Gemini Intelligence sowie viele neue Funktionen für Creators vorgestellt. Sondern auch neue Sicherheitsfunktionen für Android. Für viele Nutzer dürfte das am wichtigsten sein.



Schutz vor betrügerischen Anrufen angeblic...]]></description>
<link>https://tsecurity.de/de/3513531/it-nachrichten/geniale-schutz-techniken-von-google-machen-android-jetzt-deutlich-sicherer/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3513531/it-nachrichten/geniale-schutz-techniken-von-google-machen-android-jetzt-deutlich-sicherer/</guid>
<pubDate>Wed, 13 May 2026 13:47:19 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Auf der gestrigen <a href="https://www.pcwelt.de/article/3133476/android-17-und-mehr-so-verfolgen-sie-die-android-show-i-o-edition-am-12-mai.html" target="_blank" rel="noreferrer noopener">Android Show I/O</a> hat Google nicht nur die <a href="https://www.pcwelt.de/article/3138293/mit-den-googlebooks-will-google-den-laptop-markt-aufmischen-das-steckt-dahinter.html" target="_blank" rel="noreferrer noopener">Googlebooks </a>und <a href="https://www.pcwelt.de/article/3138263/gemini-intelligence-bucht-fur-sie-sportkurse-und-plant-ihren-urlaub.html" target="_blank" rel="noreferrer noopener">Gemini Intelligence </a>sowie<a href="https://www.pcwelt.de/article/3138353/google-optimiert-android-17-fur-instagram-und-youtube.html" target="_blank" rel="noreferrer noopener"> viele neue Funktionen für Creators</a> vorgestellt. Sondern auch neue <a href="https://blog.google/security/whats-new-in-android-security-privacy-2026/">Sicherheitsfunktionen </a>für Android. Für viele Nutzer dürfte das am wichtigsten sein.</p>



<h2 class="wp-block-heading">Schutz vor betrügerischen Anrufen angeblicher Bankmitarbeiter</h2>



<p>Banking Scam ist weit verbreitet. Betrüger rufen dabei an und geben sich als Mitarbeiter der Bank der angerufenen Person aus. Sie versuchen, ihr Opfer dazu zu bringen, Geld zu überweisen oder Kontodaten zu verraten. Dabei nutzen die Betrüger <a href="https://www.pcwelt.de/article/1202966/call-id-spoofing-so-schuetzen-sie-sich-vor-betruegerischen-anrufen.html" target="_blank" rel="noreferrer noopener">Spoofing</a>, um ihre wahre Telefonnummer zu verbergen und stattdessen dem Opfer vorzugaukeln, dass der Anruf tatsächlich von der Bank stammt.</p>



<p>Google führt deshalb in Zusammenarbeit mit Bankinstituten ein neues “phone call spoofing protection feature” ein. “Es schützt Nutzer, indem es Anrufe von gefälschten Nummern, die sich als teilnehmende Finanz-Apps ausgeben, automatisch beendet”, wie Google erklärt. Das funktioniert aber nur, wenn Sie die App einer teilnehmenden Bank installiert und sich angemeldet haben. In diesem Fall überprüft Android im Hintergrund unauffällig eingehende Anrufe. Der Ablauf ist dann Folgender:</p>



<ul class="wp-block-list">
<li>Wenn Sie einen Anruf erhalten, der scheinbar von Ihrer Bank oder Ihrem Finanzinstitut stammt, fragt Android die App nach einer Bestätigung, um zu überprüfen, ob der Anruf tatsächlich von ihr stammt.</li>



<li>Wenn die App bestätigt, dass kein Anruf getätigt wird, beendet das System den Anruf.</li>



<li>Ihre Bank oder Ihr Finanzinstitut kann bestimmte Nummern auch als rein empfangsorientiert kennzeichnen, was bedeutet, dass diese Nummern niemals zum Anrufen von Kunden verwendet werden. Eingehende Anrufe von diesen Nummern werden direkt beendet.</li>
</ul>



<p>Die gute Nachricht: Google hat bereits damit begonnen, dieses Feature an Geräte ab Android 11 auszuliefern. Die schlechte Nachricht: Derzeit unterstützen nur Revolut, Itaú und Nubank diesen Schutzmechanismus.</p>



<h2 class="wp-block-heading">Verbesserte Echtzeit-Bedrohungserkennung (Live Threat Detection)</h2>



<p>Die Live Threat Detection analysiert mithilfe von geräteinterner KI das Verhalten von Apps und warnt Sie, wenn eine App sich verdächtig verhält. Hier legt Google eigenen Angaben zufolge nach, damit dieser Mechanismus noch mehr problematische Apps erkennt.</p>



<p>Zunächst führt Google neue Warnungen zu verdächtigem Verhalten ein, das potenziell schädlich sein könnte. Dazu gehören die SMS-Weiterleitung, bei der eine App eine Nachricht an eine andere Nummer weiterleitet, sowie das Overlay der Barrierefreiheit, bei dem eine App die Berechtigung für die Barrierefreiheit nutzt, um kontinuierlich nicht wahrnehmbare Inhalte auf dem Bildschirm anzuzeigen, die dazu verwendet werden könnten, Sie zu einer unbeabsichtigten Aktion zu verleiten.</p>



<p>Außerdem will Google vor Apps warnen, die beispielsweise ihr Symbol ändern oder ausblenden und dann im Hintergrund starten oder Barrierefreiheitsberechtigungen missbrauchen. Diese dynamische Signalüberwachung wird auf Android-17-Geräten aktiviert und soll in der zweiten Jahreshälfte auf nicht näher bezeichneten ausgewählten Geräten eingeführt werden.</p>



<h2 class="wp-block-heading">Besserer Download-Schutz für Chrome für Android</h2>



<p>Für Chrome auf Android verbessert Google die App-Sicherheit durch eine zusätzliche Schutzebene für Downloads. Wenn Sie „Sicheres Surfen“ aktiviert haben und eine App herunterladen möchten, überprüft Google die APK-Datei auf bekannte Malware und verhindert den Download, bevor Sie ihn starten.</p>



<h2 class="wp-block-heading">Besserer Schutz bei Diebstahl</h2>



<p>Google erweitert die Funktion „Als verloren markieren“ von Find Hub in Android 17 um die Möglichkeit, ein Smartphone zusätzlich zum üblichen Gerätepasswort oder zur PIN mittels biometrischer Authentifizierung zu sperren. Das bedeutet, dass Diebe, die möglicherweise Ihr Passwort oder Ihre PIN in Erfahrung gebracht haben, die Geräteortung nicht deaktivieren oder erneut auf Ihr Smartphone zugreifen können, wenn Sie es als verloren markieren. Das Auslösen von „Als verloren markieren“ aktiviert außerdem zusätzliche Schutzmaßnahmen wie das Ausblenden der Schnelleinstellungen und das Deaktivieren neuer WLAN- und Bluetooth-Verbindungen, wie Google erklärt.</p>



<p>Google spielt den standardmäßig aktivierten Diebstahlschutz weltweit aus. Diese Funktionen sind damit standardmäßig auf allen neuen Android-17-Geräten sowie auf Geräten aktiviert, die gerade zurückgesetzt oder auf Android 17 aktualisiert wurden (<a href="https://www.pcwelt.de/article/3092158/android-17-diese-handys-smartphones-androiden-bekommen-android-update-herstelleruebersicht-mobilgeraete-alle-infos.html" target="_blank" rel="noreferrer noopener">Android 17: Diese Smartphones bekommen das Update</a>). Sobald diese Funktionen aktiviert sind, werden Funktionen wie „Remote Lock“ und „Theft Detection Lock“ automatisch aktiviert und bieten sofortigen Schutz, falls Ihr Gerät entwendet oder gestohlen wird.</p>



<p>Mehr zu diesen bekannten Sicherheitsfunktionen lesen Sie hier:</p>



<ul class="wp-block-list">
<li><a href="https://www.pcwelt.de/article/2335056/android-handy-diebstahlschutz-theft-detection-lock-ab-android-10.html" target="_blank" rel="noreferrer noopener">Android-Handy geklaut? Google stellt geniale Schutztechnik bereits ab Android 10 zur Verfügung</a></li>



<li><a href="https://www.pcwelt.de/article/2479184/google-startet-jetzt-neuen-diebstahlschutz-fur-android.html" target="_blank" rel="noreferrer noopener">Google startet jetzt neuen Diebstahlschutz für Android</a></li>



<li><a href="https://www.pcwelt.de/article/2587411/android-neuer-diebstahlschutz-identity-check-theft-detection-lock.html" target="_blank" rel="noreferrer noopener">Android bekommt neuen Diebstahlschutz: Diese Smartphones erhalten ihn als erste</a></li>



<li><a href="https://www.pcwelt.de/article/3045125/so-verbessert-google-jetzt-die-sicherheit-von-android-handys.html" target="_blank" rel="noreferrer noopener">So verbessert Google jetzt die Sicherheit von Android-Handys</a></li>
</ul>



<p>Mit Android 17 will Google Dieben den Zugriff auf Ihre Daten erschweren. Auf unterstützten Geräten reduziert es deutlich die Anzahl der Versuche, die PIN oder das Passwort zu erraten. Zudem vergrößert es die Wartezeiten zwischen fehlgeschlagenen Versuchen. Dadurch werden Angreifer abgewehrt, die versuchen, sich durch schnelles Ausprobieren Zugang zu Ihrem Smartphone zu verschaffen. Außerdem will Google einige Verbesserungen daran vorgenommen haben, wie der Sperrbildschirm Informationen nach fehlgeschlagenen Versuchen anzeigt.</p>



<p>Um die Wiederbeschaffung von Geräten zu vereinfachen, kann die IMEI eines Geräts nun über den Sperrbildschirm auf Geräten mit Android 12 oder höher abgerufen werden. Strafverfolgungsbehörden, Gerätehersteller oder Mobilfunkbetreiber können diese eindeutige Gerätekennung nutzen, um den Besitz des Geräts schnell zu überprüfen und es an Sie zurückzugeben. Diese Funktion kann jederzeit in den Geräteeinstellungen deaktiviert werden.</p>



<h2 class="wp-block-heading">Verbesserter Privatsphärenschutz</h2>



<p>Um Nutzern mehr Kontrolle über die Standortfreigabe zu geben, führt Google in Android 17 eine neue Standortschaltfläche ein, mit der Nutzer ihren genauen Standort vorübergehend für bestimmte Aufgaben freigeben können, solange eine bestimmte App geöffnet ist. Dies ist ideal für schnelle Aufgaben, wie zum Beispiel die Suche nach einem Café in der Nähe, da es den Zugriff genau für diesen Moment gewährt, ohne dass dauerhafte Berechtigungen und wiederholte Abfragen erforderlich sind. </p>



<p>Außerdem will Google die Transparenz beim Zugriff auf den Standort verbessern, indem deutlicher erkennbar ist, wann eine App auf Ihren Standort zugreift. Ähnlich wie bei den Anzeigen für Kamera und Mikrofon erscheint diese aktualisierte Standortanzeige oben auf Ihrem Bildschirm, sobald auf Ihren Standort zugegriffen wird. </p>



<p>Sie können auf die Anzeige tippen, um genau zu sehen, welche Apps kürzlich auf Ihren Standort zugegriffen haben, und diese Berechtigungen sofort über das Dialogfeld „Letzte App-Nutzung“ verwalten.</p>



<p>Eine neue Kontakt-Auswahlfunktion soll mehr Datenschutz und Kontrolle geben, wenn Sie anderen Apps Zugriff auf Ihre Kontakte gewähren. In der Vergangenheit mussten Apps oft umfassenden Zugriff auf Ihr gesamtes Adressbuch anfordern, nur um Sie mit einem einzigen Freund zu verbinden. Jetzt haben App-Entwickler eine neue, gezielte Möglichkeit, nur Zugriff auf bestimmte Kontakte anzufordern. </p>



<p>Apps, die Zugriff auf Kontakte anfordern, können zudem angeben, welche Felder sie benötigen, und der Zugriff auf die Kontakte ist nur vorübergehend, um sicherzustellen, dass Sie nur eingeschränkten Zugriff gewähren. Viele Apps werden dazu angehalten, die Standort-Schaltfläche und die Kontakt-Auswahl zu verwenden, um die Richtlinien von Google Play einzuhalten.</p>



<h2 class="wp-block-heading">Weitere Verbesserungen</h2>



<p>Im Rahmen von “Advanced Protection“ ist der “USB-Schutz” ist” nun auf allen Pixel-Geräten mit Android ab Version 16 aufwärts verfügbar und wird in Kürze auch auf weiteren Android-Geräten eingeführt. „Intrusion Logging“ wird derzeit auf allen Geräten mit dem Android-Update vom 16. Dezember und neueren Versionen ausgerollt.</p>



<p>Mit Android 17 startet Google zudem eine Android-Betriebssystemüberprüfung. Diese neue Funktion, die zunächst auf Pixel-Geräten eingeführt wird, hilft Ihnen, zu überprüfen, ob auf Ihrem Gerät eine offizielle, weit verbreitete Version des Android-Betriebssystems läuft.</p>



<p>Einen vollständigen Überblick über die oben genannten und einige weitere Schutzmaßnahmen finden Sie in <a href="https://blog.google/security/whats-new-in-android-security-privacy-2026/">diesem langen Google-Blogbeitrag,</a></p>



<p><a href="https://www.pcwelt.de/article/3129020/android-17-diese-smartphones-handys-mobiltelefone-bekommen-das-update-nicht-mehr-vollstaendige-liste.html" target="_blank" rel="noreferrer noopener">Android 17: Diese Smartphones bekommen das Update nicht mehr</a></p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s New with vSphere in VMware Cloud Foundation 9.1?]]></title>
<description><![CDATA[VMware Cloud Foundation 9.1 is here! In this article, we explore many of the great new features and enhancements with vSphere in VMware Cloud Foundation 9.1. Be sure to check out the release notes and product support notices for important information. Rapid Rollout of vCenter Security Patches vCe...]]></description>
<link>https://tsecurity.de/de/3510270/downloads/whats-new-with-vsphere-in-vmware-cloud-foundation-91/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3510270/downloads/whats-new-with-vsphere-in-vmware-cloud-foundation-91/</guid>
<pubDate>Tue, 12 May 2026 14:47: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/2026/05/Slide3.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/2026/05/Slide3.png 1920w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/Slide3.png?resize=300,169 300w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/Slide3.png?resize=768,432 768w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/Slide3.png?resize=1024,576 1024w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/Slide3.png?resize=1536,864 1536w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/Slide3.png?resize=752,423 752w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/Slide3.png?resize=576,324 576w, https://blogs.vmware.com/cloud-foundation/wp-content/uploads/sites/75/2026/05/Slide3.png?resize=600,338 600w" sizes="(max-width: 300px) 100vw, 300px"></div>
<p>VMware Cloud Foundation 9.1 is here! In this article, we explore many of the great new features and enhancements with vSphere in VMware Cloud Foundation 9.1. Be sure to check out the release notes and product support notices for important information. Rapid Rollout of vCenter Security Patches vCenter quick patch allows for rapid patching of … <a href="https://blogs.vmware.com/cloud-foundation/2026/05/12/whats-new-with-vsphere-9-1/">Continued</a></p>
<p>The post <a href="https://blogs.vmware.com/cloud-foundation/2026/05/12/whats-new-with-vsphere-9-1/">What’s New with vSphere in VMware Cloud Foundation 9.1?</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[AI saddles CIOs with new make-or-break expectations]]></title>
<description><![CDATA[CIOs and other IT leaders are experiencing a make-or-break moment as they face major new expectations in their roles, including the ability to lead change and build AI-ready teams.



IT leadership experts have been talking for years about the need for CIOs to focus on business results, in additi...]]></description>
<link>https://tsecurity.de/de/3509820/it-nachrichten/ai-saddles-cios-with-new-make-or-break-expectations/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3509820/it-nachrichten/ai-saddles-cios-with-new-make-or-break-expectations/</guid>
<pubDate>Tue, 12 May 2026 12: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>CIOs and other IT leaders are experiencing a make-or-break moment as they face major new expectations in their roles, including the ability to <a href="https://www.cio.com/article/3974090/state-of-the-cio-2025-cios-set-the-ai-agenda.html">lead change and build AI-ready teams</a>.</p>



<p>IT leadership experts have been talking for years about the need for CIOs to focus on business results, in addition to providing technical expertise and keeping IT systems running. Those expectations remain, with 79% of IT leaders surveyed by Deloitte listing driving business outcomes as their top priority, a change from back-office upkeep to creating enterprise value.</p>



<p>But the 2026 <a href="https://www.deloitte.com/us/en/programs/chief-information-officer/articles/global-technology-leadership-study.html" rel="nofollow">Global Leadership Technology Study</a> from Deloitte, based on surveys of more than 660 senior IT executives, finds new and expanding expectations for CIOs and other IT leaders, including AI and data fluency, change leadership capabilities, and the ability to build AI teams.</p>



<p>To fulfill those growing expectations, IT leaders also face significant headwinds. While 81% of those surveyed say they’re confident in their organization’s ability to deploy and govern AI, 75% also believe their <a href="https://www.cio.com/article/4166168/cios-rethink-its-operating-model-to-deliver-better-business-outcomes.html">operating models and processes must change</a> within the next 12 to 18 months to drive greater value.</p>



<p>The numbers suggest that CIO ambitions for AI are outpacing capabilities, while they will increasingly be judged on their ability to drive <a href="https://www.cio.com/article/4154214/the-cios-new-job-description-chief-transformation-officer.html?utm=hybrid_search">business transformation</a> and successful AI initiatives, says <a href="https://www.deloitte.com/us/en/about/people/profiles.anjalishaikh+80ed8985.html" rel="nofollow">Anjali Shaikh</a>, managing director of Deloitte Consulting and leader of the Deloitte global CIO and US tech executive programs.</p>



<p>“AI is such a CEO- and board-strategic priority,” she says. “They’re looking at the CIO to really help think about everything across the board, from process to talent implications, operating models, and governance risk.”</p>



<h2 class="wp-block-heading">Shortage of AI experts</h2>



<p><a href="https://www.cio.com/article/4040008/heres-how-top-cios-build-highly-effective-ai-teams.html">Building expert AI teams</a> may be one of the most difficult expectations to meet. About a quarter of IT leaders in Deloitte’s survey named a shortage of skilled talent as a top challenge, just behind data quality and security and privacy concerns. Shaikh was surprised that the percentage of IT leaders concerned about a skills gap was as low as it was. For CIO.com’s <a href="https://us.resources.cio.com/resources/state-of-the-cio/" rel="nofollow">2026 State of the CIO survey</a>, 40% of IT leaders <a href="https://www.cio.com/article/4165232/whats-holding-back-enterprise-ai-shortage-of-talent-cios-say.html">identified a lack of in-house talent</a> as their top challenge in implementing AI strategies during the past year.</p>



<p>Shaikh advises CIOs to look for AI expertise everywhere they can, whether it’s hiring new employees with AI experience, <a href="https://www.cio.com/article/4117091/how-ai-upskilling-fails-and-what-it-leaders-are-doing-to-get-it-right.html">retraining current employees to build AI skills</a>, or partnering with vendors and other providers to bring in outside experts. CIOs should also strengthen relationships with their organizations’ chief HR officers to fill AI needs, she recommends.</p>



<p>IT leaders are now expected to both build AI-ready teams and lead their organizations through the changes needed to embrace AI, Shaikh notes.</p>



<p>“The limiting factor increasingly isn’t whether people are using the technology, it’s shifting from hiring AI specialists to building AI-ready organizations, and I am seeing more and more CIOs get moved into the conversation,” she says. “How are you going to uplevel the organization’s AI fluency?”</p>



<p>Technical expertise is not enough to be a technology leader today, Shaikh says.</p>



<p>“What separates leading organizations and leading CIOs is, can you put a team together that can understand how to redesign work, how to rethink decision-making, and understand what a digital workforce and human workforce looks like together?” she adds.</p>



<h2 class="wp-block-heading">Evolution always</h2>



<p>The CIO’s role is one of constant evolution, adds <a href="https://www.linkedin.com/in/%EF%BB%BFmatt%EF%BB%BF%EF%BB%BF-ausman%EF%BB%BF%EF%BB%BF-63b15213/" rel="nofollow">Matt Ausman</a>, CIO at scanning technology provider Zebra Technologies.</p>



<p>“One thing I’ve realized is a CIO today cannot simply be a technologist,” he says. “We must be a pathfinder, tracing a new path in an uncharted field, guided by experience from past technology shifts like the internet and the cloud. We must also be an evangelist and a C-suite advocate, championing the vision and securing the buy-in necessary for true transformation.”</p>



<p>Ausman’s approach is to focus on a few key priorities: centralizing governance, federating innovation, and measuring value. In addition, CIOs must be collaborators who bring together teams from HR, marketing, sales, engineering, and other business units, he says.</p>



<p>“The outcomes expected from CIOs cannot be created from IT alone,” he says. “Value creation requires people, process, and technology. The people and process transformation largely comes from within the teams of other C-suite leaders.”</p>



<p>At the same time, the CIO and IT organization need an equal seat at the table to help push broader teams through organizational transformations, he says. “That’s a shift that has been occurring for a few years but has been amplified with the focus on AI,” Ausman adds.</p>



<p>The new expectations for CIOs noted in the Deloitte report feel more fundamental than a few expanded responsibilities, says <a href="https://www.linkedin.com/in/avelange/" rel="nofollow">Jean-Philippe Avelange</a>, CIO at managed networking and cloud provider Expereo.</p>



<p>In the past, CIOs were measured on systems delivered and IT uptime, but they’re now evaluated on how technology enables businesses to make different decisions, he says.</p>



<p>“What is changing is the unit of measure,” he says. “That repositions the role from running systems to shaping decisions, from cost center to capability builder. From where I sit, that direction is real, and it is happening regardless of how comfortable any one of us is with it.”</p>



<p>Building capable teams will be one of the hardest mandates for CIOs facing new expectations, and the issue goes beyond a training problem, he adds.</p>



<p>“It is keeping psychological safety intact while the pressure to deploy AI everywhere collides with a very legitimate fear of being replaced,” Avelange says. “Top-down adoption targets like ‘100% of engineers using AI by Q3’ tend to produce compliance gaming more than real outcomes.”</p>



<p>CIOs should focus more on augmenting jobs with AI instead of replacing employees with it, he recommends. IT leaders can improve AI outcomes by giving teams time to experiment, not just access to tools, and measuring velocity, quality, and decision speed instead of use rates, he adds.</p>



<p>“When this is done well, organizations often hire faster because each engineer becomes more valuable,” he says. “When it is not, adoption theater and a quietly cynical team are the more likely outcome.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Master C and C++ with our new Testing Handbook chapter]]></title>
<description><![CDATA[We added a new chapter to our Testing Handbook: a comprehensive security checklist for C and C++ code. We’ve identified a broad range of common bug classes, known footguns, and API gotchas across C and C++ codebases and organized them into sections covering Linux, Windows, and seccomp. Whereas ot...]]></description>
<link>https://tsecurity.de/de/3501394/it-security-nachrichten/master-c-and-c-with-our-new-testing-handbook-chapter/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3501394/it-security-nachrichten/master-c-and-c-with-our-new-testing-handbook-chapter/</guid>
<pubDate>Fri, 08 May 2026 23:19:16 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>We added a new chapter to our Testing Handbook: <a href="https://appsec.guide/docs/languages/c-cpp/">a comprehensive security checklist for C and C++ code</a>. We’ve identified a broad range of common bug classes, known footguns, and API gotchas across C and C++ codebases and organized them into sections covering Linux, Windows, and seccomp. Whereas other handbook chapters focus on static and dynamic analysis, this chapter offers a strong basis for manual code review.</p>
<p>LLM enthusiasts rejoice: we’re also developing a Claude skill based on this new chapter. It will turn the checklist into bug-finding prompts that an LLM can run against a codebase, and it’ll be platform and threat-model aware. Be sure to give it a try when we release it.</p>
<p>And after reading the chapter, you can test your C/C++ review skills against two challenges at the end of this post. Be in the <a href="http://trailofbits.com/c-whats-wrong-challenge/">first 10 to submit correct answers</a> to win Trail of Bits swag!</p>
<h2>What’s in the chapter</h2>
<p>The chapter covers five areas: general bug classes, Linux usermode and kernel, Windows usermode and kernel, and seccomp/BPF sandboxes. It starts with language-level issues in the bug classes section—memory safety, integer errors, type confusion, compiler-introduced bugs—and gets progressively more environment-specific.</p>
<p>The Linux usermode section focuses on libc gotchas. This section is also applicable to most POSIX systems. It ranges from well-known problems with string methods, to somewhat less known caveats around privilege dropping and environment variable handling. The Linux kernel is a complicated beast, and no checklist could cover even a part of its intricacies. However, our new Testing Handbook chapter can give you a starting point to bootstrap manual reviews of drivers and modules.</p>
<p>The Windows sections cover DLL planting, unquoted path vulnerabilities in <code>CreateProcess</code>, and path traversal issues. This last bug class includes concerns like <a href="https://devco.re/blog/2025/01/09/worstfit-unveiling-hidden-transformers-in-windows-ansi/">WorstFit Unicode bugs</a>, where characters outside the basic ANSI set can be reinterpreted in ways that bypass path checks entirely. The kernel section addresses driver-specific concerns such as device access controls, denial of service through improper spinlock usage, security issues arising from passing handles from usermode to kernelmode, and various sharp edges in Windows kernel APIs.</p>
<p>Linux <a href="https://man7.org/linux/man-pages/man2/seccomp.2.html">seccomp</a> and <a href="https://man7.org/linux/man-pages/man2/bpf.2.html">BPF</a> features are often used for sandboxing. While more modern tools like <a href="https://docs.kernel.org/userspace-api/landlock.html">Landlock</a> and <a href="https://man7.org/linux/man-pages/man7/namespaces.7.html">namespaces</a> exist for this task, we still see a combination of these older features during audits. And we always uncover a lot of issues. The new Testing Handbook chapter covers sandbox bypasses we’ve seen, like <code>io_uring</code> syscalls that execute without the BPF filter ever seeing them, the <a href="https://man7.org/linux/man-pages/man2/clone.2.html"><code>CLONE_UNTRACED</code></a> flag that lets a tracee effectively disable seccomp filters, and memory-level race conditions in ptrace-based sandboxes.</p>
<h2>Test your review skills</h2>
<p>We’ve provided two challenges below that contain real bug classes from the checklist. Try to spot the issues, then <a href="http://trailofbits.com/c-whats-wrong-challenge">submit your answers</a>. If you’re in the first 10 to submit correct answers, you’ll receive Trail of Bits swag. The challenge will close April 17, so get your answers in before then.</p>
<p>Stuck? Don’t worry. We’ll be publishing the answers in a follow-up blog post, so don’t forget to #like and #subscribe, by which we mean <a href="https://blog.trailofbits.com/index.xml">add our RSS feed to your reader</a>.</p>
<h3>The many quirks of Linux libc</h3>
<p>In this simple ping program, there are two libc gotchas that make the program trivially exploitable. Can you find and explain the issues? If you can’t, check out the handbook chapter. Both bugs are covered in the Linux usermode section.</p>
<figure class="highlight">
 <pre tabindex="0" class="chroma"><code class="language-c" data-lang="c"><span class="line"><span class="cl"><span class="cp">#include</span> <span class="cpf">&lt;stdio.h&gt;</span><span class="cp">
</span></span></span><span class="line"><span class="cl"><span class="cp">#include</span> <span class="cpf">&lt;stdlib.h&gt;</span><span class="cp">
</span></span></span><span class="line"><span class="cl"><span class="cp">#include</span> <span class="cpf">&lt;string.h&gt;</span><span class="cp">
</span></span></span><span class="line"><span class="cl"><span class="cp">#include</span> <span class="cpf">&lt;arpa/inet.h&gt;</span><span class="cp">
</span></span></span><span class="line"><span class="cl"><span class="cp"></span>
</span></span><span class="line"><span class="cl"><span class="cp">#define ALLOWED_IP "127.3.3.1"
</span></span></span><span class="line"><span class="cl"><span class="cp"></span>
</span></span><span class="line"><span class="cl"><span class="kt">int</span> <span class="nf">main</span><span class="p">()</span> <span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="kt">char</span> <span class="n">ip_addr</span><span class="p">[</span><span class="mi">128</span><span class="p">];</span>
</span></span><span class="line"><span class="cl"> <span class="k">struct</span> <span class="n">in_addr</span> <span class="n">to_ping_host</span><span class="p">,</span> <span class="n">trusted_host</span><span class="p">;</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"> <span class="c1">// get address
</span></span></span><span class="line"><span class="cl"><span class="c1"></span> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nf">fgets</span><span class="p">(</span><span class="n">ip_addr</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="n">ip_addr</span><span class="p">),</span> <span class="n">stdin</span><span class="p">))</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="mi">1</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">ip_addr</span><span class="p">[</span><span class="nf">strcspn</span><span class="p">(</span><span class="n">ip_addr</span><span class="p">,</span> <span class="s">"</span><span class="se">\n</span><span class="s">"</span><span class="p">)]</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"> <span class="c1">// verify address
</span></span></span><span class="line"><span class="cl"><span class="c1"></span> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nf">inet_aton</span><span class="p">(</span><span class="n">ip_addr</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">to_ping_host</span><span class="p">))</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="mi">1</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="kt">char</span> <span class="o">*</span><span class="n">ip_addr_resolved</span> <span class="o">=</span> <span class="nf">inet_ntoa</span><span class="p">(</span><span class="n">to_ping_host</span><span class="p">);</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"> <span class="c1">// prevent SSRF
</span></span></span><span class="line"><span class="cl"><span class="c1"></span> <span class="k">if</span> <span class="p">((</span><span class="nf">ntohl</span><span class="p">(</span><span class="n">to_ping_host</span><span class="p">.</span><span class="n">s_addr</span><span class="p">)</span> <span class="o">&gt;&gt;</span> <span class="mi">24</span><span class="p">)</span> <span class="o">==</span> <span class="mi">127</span><span class="p">)</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="mi">1</span><span class="p">;</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"> <span class="c1">// only allowed
</span></span></span><span class="line"><span class="cl"><span class="c1"></span> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nf">inet_aton</span><span class="p">(</span><span class="n">ALLOWED_IP</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">trusted_host</span><span class="p">))</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="mi">1</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="kt">char</span> <span class="o">*</span><span class="n">trusted_resolved</span> <span class="o">=</span> <span class="nf">inet_ntoa</span><span class="p">(</span><span class="n">trusted_host</span><span class="p">);</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"> <span class="k">if</span> <span class="p">(</span><span class="nf">strcmp</span><span class="p">(</span><span class="n">ip_addr_resolved</span><span class="p">,</span> <span class="n">trusted_resolved</span><span class="p">)</span> <span class="o">!=</span> <span class="mi">0</span><span class="p">)</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="mi">1</span><span class="p">;</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"> <span class="c1">// ping
</span></span></span><span class="line"><span class="cl"><span class="c1"></span> <span class="kt">char</span> <span class="n">cmd</span><span class="p">[</span><span class="mi">256</span><span class="p">];</span>
</span></span><span class="line"><span class="cl"> <span class="nf">snprintf</span><span class="p">(</span><span class="n">cmd</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="n">cmd</span><span class="p">),</span> <span class="s">"ping '%s'"</span><span class="p">,</span> <span class="n">ip_addr</span><span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="nf">system</span><span class="p">(</span><span class="n">cmd</span><span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="mi">0</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"><span class="p">}</span></span></span></code></pre>
</figure>
<h3>Windows driver registry gotchas</h3>
<p>This Windows Driver Framework (WDF) driver request handler queries product version values from the registry. There are several bugs here, including an easy-to-exploit denial of service, but one of them leads to kernel code execution by messing with the registry values. Can you figure out the bug and how to exploit it?</p>
<figure class="highlight">
 <pre tabindex="0" class="chroma"><code class="language-c" data-lang="c"><span class="line"><span class="cl"><span class="n">NTSTATUS</span>
</span></span><span class="line"><span class="cl"><span class="nf">InitServiceCallback</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">_In_</span> <span class="n">WDFREQUEST</span> <span class="n">Request</span>
</span></span><span class="line"><span class="cl"><span class="p">)</span>
</span></span><span class="line"><span class="cl"><span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="n">NTSTATUS</span> <span class="n">status</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">PWCHAR</span> <span class="n">regPath</span> <span class="o">=</span> <span class="nb">NULL</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="kt">size_t</span> <span class="n">bufferLength</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"> <span class="c1">// fetch the product registry path from the request
</span></span></span><span class="line"><span class="cl"><span class="c1"></span> <span class="n">status</span> <span class="o">=</span> <span class="nf">WdfRequestRetrieveInputBuffer</span><span class="p">(</span><span class="n">Request</span><span class="p">,</span> <span class="mi">4</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">regPath</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">bufferLength</span><span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nf">NT_SUCCESS</span><span class="p">(</span><span class="n">status</span><span class="p">))</span>
</span></span><span class="line"><span class="cl"> <span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="nf">TraceEvents</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_LEVEL_ERROR</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_QUEUE</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="s">"%!FUNC! Failed to retrieve input buffer. Status: %d"</span><span class="p">,</span> <span class="p">(</span><span class="kt">int</span><span class="p">)</span><span class="n">status</span>
</span></span><span class="line"><span class="cl"> <span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="n">status</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="p">}</span>
</span></span><span class="line"><span class="cl"> <span class="cm">/* check that the buffer size is a null-terminated
</span></span></span><span class="line"><span class="cl"><span class="cm"> Unicode (UTF-16) string of a sensible size */</span>
</span></span><span class="line"><span class="cl"> <span class="k">if</span> <span class="p">(</span><span class="n">bufferLength</span> <span class="o">&lt;</span> <span class="mi">4</span> <span class="o">||</span>
</span></span><span class="line"><span class="cl"> <span class="n">bufferLength</span> <span class="o">&gt;</span> <span class="mi">512</span> <span class="o">||</span>
</span></span><span class="line"><span class="cl"> <span class="p">(</span><span class="n">bufferLength</span> <span class="o">%</span> <span class="mi">2</span><span class="p">)</span> <span class="o">!=</span> <span class="mi">0</span> <span class="o">||</span>
</span></span><span class="line"><span class="cl"> <span class="n">regPath</span><span class="p">[(</span><span class="n">bufferLength</span> <span class="o">/</span> <span class="mi">2</span><span class="p">)</span> <span class="o">-</span> <span class="mi">1</span><span class="p">]</span> <span class="o">!=</span> <span class="sa">L</span><span class="sc">'\0'</span><span class="p">)</span>
</span></span><span class="line"><span class="cl"> <span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="nf">TraceEvents</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_LEVEL_ERROR</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_QUEUE</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="s">"%!FUNC! Buffer length %d was incorrect."</span><span class="p">,</span> <span class="p">(</span><span class="kt">int</span><span class="p">)</span><span class="n">bufferLength</span>
</span></span><span class="line"><span class="cl"> <span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="n">STATUS_INVALID_PARAMETER</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="p">}</span>
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"> <span class="n">ProductVersionInfo</span> <span class="n">version</span> <span class="o">=</span> <span class="p">{</span> <span class="mi">0</span> <span class="p">};</span>
</span></span><span class="line"><span class="cl"> <span class="n">HandlerCallback</span> <span class="n">handlerCallback</span> <span class="o">=</span> <span class="n">NewCallback</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="kt">int</span> <span class="n">readValue</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="c1">// read the major version from the registry
</span></span></span><span class="line"><span class="cl"><span class="c1"></span> <span class="n">RTL_QUERY_REGISTRY_TABLE</span> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">2</span><span class="p">];</span>
</span></span><span class="line"><span class="cl"> <span class="nf">RtlZeroMemory</span><span class="p">(</span><span class="n">regQueryTable</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="n">RTL_QUERY_REGISTRY_TABLE</span><span class="p">)</span> <span class="o">*</span> <span class="mi">2</span><span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">Name</span> <span class="o">=</span> <span class="sa">L</span><span class="s">"MajorVersion"</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">EntryContext</span> <span class="o">=</span> <span class="o">&amp;</span><span class="n">readValue</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">Flags</span> <span class="o">=</span> <span class="n">RTL_QUERY_REGISTRY_DIRECT</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">QueryRoutine</span> <span class="o">=</span> <span class="nb">NULL</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">status</span> <span class="o">=</span> <span class="nf">RtlQueryRegistryValues</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">RTL_REGISTRY_ABSOLUTE</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">regPath</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="nb">NULL</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="nb">NULL</span>
</span></span><span class="line"><span class="cl"> <span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nf">NT_SUCCESS</span><span class="p">(</span><span class="n">status</span><span class="p">))</span>
</span></span><span class="line"><span class="cl"> <span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="nf">TraceEvents</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_LEVEL_ERROR</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_QUEUE</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="s">"%!FUNC! Failed to query registry. Status: %d"</span><span class="p">,</span> <span class="p">(</span><span class="kt">int</span><span class="p">)</span><span class="n">status</span>
</span></span><span class="line"><span class="cl"> <span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="n">status</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="p">}</span>
</span></span><span class="line"><span class="cl"> <span class="nf">TraceEvents</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_LEVEL_INFORMATION</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_QUEUE</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="s">"%!FUNC! Major version is %d"</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="p">(</span><span class="kt">int</span><span class="p">)</span><span class="n">readValue</span>
</span></span><span class="line"><span class="cl"> <span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="n">version</span><span class="p">.</span><span class="n">Major</span> <span class="o">=</span> <span class="n">readValue</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="k">if</span> <span class="p">(</span><span class="n">version</span><span class="p">.</span><span class="n">Major</span> <span class="o">&lt;</span> <span class="mi">3</span><span class="p">)</span>
</span></span><span class="line"><span class="cl"> <span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="c1">// versions prior to 3.0 need an additional check
</span></span></span><span class="line"><span class="cl"><span class="c1"></span> <span class="nf">RtlZeroMemory</span><span class="p">(</span><span class="n">regQueryTable</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="n">RTL_QUERY_REGISTRY_TABLE</span><span class="p">)</span> <span class="o">*</span> <span class="mi">2</span><span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">Name</span> <span class="o">=</span> <span class="sa">L</span><span class="s">"MinorVersion"</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">EntryContext</span> <span class="o">=</span> <span class="o">&amp;</span><span class="n">readValue</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">Flags</span> <span class="o">=</span> <span class="n">RTL_QUERY_REGISTRY_DIRECT</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">QueryRoutine</span> <span class="o">=</span> <span class="nb">NULL</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="n">status</span> <span class="o">=</span> <span class="nf">RtlQueryRegistryValues</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">RTL_REGISTRY_ABSOLUTE</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">regPath</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">regQueryTable</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="nb">NULL</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="nb">NULL</span>
</span></span><span class="line"><span class="cl"> <span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nf">NT_SUCCESS</span><span class="p">(</span><span class="n">status</span><span class="p">))</span>
</span></span><span class="line"><span class="cl"> <span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="nf">TraceEvents</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_LEVEL_ERROR</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_QUEUE</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="s">"%!FUNC! Failed to query registry. Status: %d"</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="p">(</span><span class="kt">int</span><span class="p">)</span><span class="n">status</span>
</span></span><span class="line"><span class="cl"> <span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="n">status</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="p">}</span>
</span></span><span class="line"><span class="cl"> <span class="nf">TraceEvents</span><span class="p">(</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_LEVEL_INFORMATION</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="n">TRACE_QUEUE</span><span class="p">,</span>
</span></span><span class="line"><span class="cl"> <span class="s">"%!FUNC! Minor version is %d"</span><span class="p">,</span> <span class="p">(</span><span class="kt">int</span><span class="p">)</span><span class="n">readValue</span>
</span></span><span class="line"><span class="cl"> <span class="p">);</span>
</span></span><span class="line"><span class="cl"> <span class="n">version</span><span class="p">.</span><span class="n">Minor</span> <span class="o">=</span> <span class="n">readValue</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="nf">DoesVersionSupportNewCallback</span><span class="p">(</span><span class="n">version</span><span class="p">))</span>
</span></span><span class="line"><span class="cl"> <span class="p">{</span>
</span></span><span class="line"><span class="cl"> <span class="n">handlerCallback</span> <span class="o">=</span> <span class="n">OldCallback</span><span class="p">;</span>
</span></span><span class="line"><span class="cl"> <span class="p">}</span>
</span></span><span class="line"><span class="cl"> <span class="p">}</span>
</span></span><span class="line"><span class="cl"> <span class="nf">SetGlobalHandlerCallback</span><span class="p">(</span><span class="n">handlerCallback</span><span class="p">);</span>
</span></span><span class="line"><span class="cl"><span class="p">}</span></span></span></code></pre>
</figure>
<h2>We’re not done yet</h2>
<p>Our goal is to continuously update the handbook, including this chapter, so that it remains a key resource for security practitioners and developers who are involved in the source code security review process. If your favorite gotcha is not there, please <a href="https://github.com/trailofbits/testing-handbook">send us a PR</a>.</p>
<p>Checklist-based review, even combined with skilled-up LLMs, is only a single step in securing a system. Do it, but remember that it’s just a starting point for manual review, not a substitute for deep expertise. If you need help securing your C/C++ systems, <a href="https://www.trailofbits.com/contact/">contact us</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google has a problem retaining great engineers?  Bullcrap.]]></title>
<description><![CDATA[Once again, there’s been another story about how Google is having trouble retaining talent.   Despite all Eric Schmidt’s attempts to tell folks that Google’s regretted attrition rate has not changed in seven years, this story just doesn’t want to seem to die.   (And those stories about Google pay...]]></description>
<link>https://tsecurity.de/de/3500890/unix-server/google-has-a-problem-retaining-great-engineers-bullcrap/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3500890/unix-server/google-has-a-problem-retaining-great-engineers-bullcrap/</guid>
<pubDate>Fri, 08 May 2026 22:58:35 +0200</pubDate>
<category>🐧 Unix Server</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Once again, there’s been <!-- raw HTML omitted -->another story<!-- raw HTML omitted --> about how Google is having trouble retaining talent.   Despite all Eric Schmidt’s attempts to tell folks that <a href="http://www.youtube.com/watch?v=AKOWK2dR4Dg#t=14m52">Google’s regretted attrition rate has not changed in seven years</a>, this story just doesn’t want to seem to die.   (And those stories about Google paying $3.5 million and $7 million to keep an engineer from defecting to Facebook?   As far as I know, total bull.  I bet it’s something made up by some Facebook recruiter who needed to explain how she let a live prospect get away.  🙂</p>
<p>At least for me, the complete opposite is true.   There are very few companies where I can do the work that I want to do, and Google is one of them.   A startup is totally the wrong place for me.   Why?  Because if you talk to any venture capitalist, a startup has one and only one reason to exist: to <a href="http://steveblank.com/2010/01/25/whats-a-startup-first-principles/">prove that it has a scalable, viable business model</a>.   Take diapers.com for example.   As <a href="http://www.businessweek.com/magazine/content/10_42/b4199062749187.htm">Business Week described</a>, while they were proving that they had a business model that worked, they purchased their diapers at the local BJ’s and shipped them via Fedex.   Another startup, Chegg, proved its business model by using Amazon.com to drop ship text books to their first customers.  (The venture capitalist Mark Maples talked about this in a <a href="http://vimeo.com/16098382">brilliant talk at the Founders Showcase</a>; the Chegg example starts around 20:50 minutes in, but I’d recommend listening to the whole thing, since it’s such a great talk.)   You don’t negotiate volume discounts with textbook publishers, or build huge warehouses to hold all of the diapers that you’re going to buy until you prove that you have a business model that works.</p>
<p>Similarly, you don’t work on great technology at a startup.  Startups, by and large, aren’t about technology — at least, not the Web 2.0 startups like Facebook, Foursquare, Twitter, Groupon, etc.   They are about business model discovery.  So if you are fundamentally a technologist at heart, whose heart sings when you’re making a better file system, or fixing a kernel bug, you’re not going to be happy at a startup.   At least, not if the startup is run competently.   If you have the heart of an entrepreneur, and you are willing to roll the dice (since 9 out of 10 startups go belly up; those are the ones that failed to find a viable business model), then sure, go for a startup.  And understand that your job will be to make something that works well at a small scale, quick, dirty, and cheap.  If that means using some proprietary software, then that’s what you should do.  Hopefully you’ll get lucky and win the IPO lottery.</p>
<p>But if your primary interest is to doing great engineering work, then you want go to company that has a proven business model.  Google has enough scale that I can sleep well knowing that improvements I am making to Linux and the ext4 file system are saving enough money for the company that Google is making a profit on me.  That is, the value Google is getting out of my work is worth many multiples of my total compensation.   And that’s a position that every engineer should strive for, since that’s how you can be confident that you will remain gainfully employed.   The fact that I can do what I love, and go to conferences, and all of my work is open source — that’s just total icing on the cake.  🙂</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI sprawl: Why your productivity trap is about to get expensive]]></title>
<description><![CDATA[I have seen this movie before.



A decade ago, at Tesla, our Finance team faced a data crisis. We had information scattered across accounting, supply chain and delivery systems, all disconnected, all using different structures. The engineering team was rightfully focused on Full Self-Driving (FS...]]></description>
<link>https://tsecurity.de/de/3498820/it-security-nachrichten/ai-sprawl-why-your-productivity-trap-is-about-to-get-expensive/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3498820/it-security-nachrichten/ai-sprawl-why-your-productivity-trap-is-about-to-get-expensive/</guid>
<pubDate>Fri, 08 May 2026 12:09: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>I have seen this movie before.</p>



<p>A decade ago, at Tesla, our Finance team faced a data crisis. We had information scattered across accounting, supply chain and delivery systems, all disconnected, all using different structures. The engineering team was rightfully focused on Full Self-Driving (FSD) and manufacturing. So, we did what productivity-hungry teams always do: We built our own solution. We taught ourselves Structured Query Language (SQL), normalized the data with creative IF-THEN logic and created our own reporting database.</p>



<p>It worked beautifully. Until it became a governance nightmare. The VP of Engineering hated our siloed system with embedded business logic. We eventually handed it over to IT, but not before our workaround forced the company to finally resource a proper data team.</p>



<p>The pattern is always the same: Productivity-hungry teams build workarounds faster than the organization can govern them, and by the time leadership notices, the workarounds have become the infrastructure.</p>



<p>That was more than a decade ago. The pattern took years to unfold.</p>



<p>Today, I am watching the exact same dynamic play out in insurance and industries across the board, but compressed into months, not years. AI adoption is sprawling across organizations, led by the same productivity-hungry individuals, but without central platforms or governance. Leadership has not created space for safe experimentation, so adoption spreads like a city without a highway system. The difference? Back then, we were building SQL databases. In 2026, we are building AI agents. And the cost of fragmentation is exponentially higher.</p>



<h2 class="wp-block-heading">What is AI sprawl?</h2>



<p>AI Sprawl is what happens when the cost of building AI drops faster than an organization can govern it. Teams spin up models, agents and automations independently. Each one works in isolation. None of them connect. The result is fragmented data, drifting decisions and intelligent systems that quietly get abandoned.</p>



<p>It happens because execution has become cheap. Large Language Model (LLM) APIs, no-code tools and cloud infrastructure have made spinning up AI trivially easy. A claims team builds an automation to speed adjudication. Underwriting builds a model to assess risk. Customer service deploys a chatbot. Each initiative delivers local value. No single project looks like a problem.</p>



<p>But collectively, they create an ungovernable landscape.</p>



<p>Over the past 18 months, the GenAI acceleration intensified what <a href="https://www.insurancethoughtleadership.com/ai-machine-learning/whats-holding-insurers-back-ai" rel="nofollow">IDC calls the GenAI</a> scramble: scattered, fragmented and sometimes redundant applications launched by business-led initiatives without central oversight. Many organizations have fallen into what researchers describe as a productivity trap: Focusing on short-sighted value generation instead of scalability, which limits their ability to create reusable capabilities across departments.</p>



<h2 class="wp-block-heading">AI sprawl is everywhere</h2>



<p>A major property and casualty carrier recently invited us to speak with their innovation leadership about implementing process automation. We spoke with more than 10 key stakeholders across multiple lines of business and found more than a dozen different POCs and local solutions across claims intake, underwriting and fraud detection.</p>



<p>Six of them were solving overlapping problems. None shared data infrastructure. Two had been abandoned months earlier but were still running and still being billed.</p>



<p>This is not an outlier. It is the norm.</p>



<p>AI Sprawl persists because it is insidious, hiding in plain sight unless you look for it. Business units move fast, build independently and solve immediate problems. IT discovers shadow AI only when something breaks, when an audit is triggered or when a vendor renewal surfaces a tool, nobody knew existed. And this symptom multiplies as more innovative teams exist within the organization.</p>



<h2 class="wp-block-heading">The 4 hidden costs of sprawl</h2>



<p>AI Sprawl creates costs that compound over time, many of which are not visible in any single budget line. It results in a dangerous cascade of failures:</p>



<ol class="wp-block-list">
<li><strong>Governance becomes impossible.</strong> Companies cannot govern what they cannot see. When AI systems scatter across departments, audit trails fragment. Bias monitoring becomes inconsistent. Explainability standards vary by team.</li>



<li><strong>Scaling stalls.</strong> Disconnected systems cannot integrate. <a href="https://www.bcg.com/publications/2025/agents-accelerate-next-wave-of-ai-value-creation" rel="nofollow">Every new initiative</a> starts from scratch instead of building on shared infrastructure.</li>



<li><strong>Maintenance and redundant spending multiply.</strong> Teams that built AI to accelerate their work end up spending most of their time maintaining it. One carrier reported that 60% of their AI engineering capacity was devoted to maintaining existing tools rather than building new capabilities. Meanwhile, teams unknowingly pay for overlapping capabilities because nobody has a complete view of AI spending.</li>



<li><strong>Talent drains away.</strong> The best AI engineers want to solve hard problems. When they are cornered into spending their time maintaining fragmented infrastructure, they walk out the door.</li>
</ol>



<h2 class="wp-block-heading">Why traditional governance fails</h2>



<p>Seventy percent of large insurers are investing in AI governance frameworks. <a href="https://www.insurancethoughtleadership.com/ai-machine-learning/2026-begins-ai-production-era-insurance" rel="nofollow">Yet only 5%</a> have mature frameworks in place. This gap is not about commitment or resources. It is about a category mistake.</p>



<p>For the last two decades, enterprise software governance worked because the software itself worked a certain way. Systems were point solutions. A claims platform did claims. A policy admin system did policy admin. Each tool had a clear owner, a defined scope and a predictable boundary. Governance could wrap around the edges, through access controls, audit logs, change management, vendor reviews, because the edges were visible. We governed the perimeter because the perimeter was the product.</p>



<p>AI is not a point solution. It is foundational technology, closer to electricity or a database than to a piece of software. It does not sit inside a defined boundary; it flows across every process, every decision and every department that touches data. And because it flows, <a href="https://www.bcg.com/publications/2025/how-agentic-ai-is-transforming-enterprise-platforms" rel="nofollow">it cannot be governed at the perimeter</a>.</p>



<p>This is why carriers applying the old playbook keep running in place. Policy documents, oversight committees and compliance checklists were designed to govern systems that stood still. AI does not stand still. It is built, modified, retrained and extended by the same teams it is meant to serve, often in the same week. By the time a governance committee reviews it, three more versions exist somewhere else in the organization.</p>



<p>The failure is not that carriers are governing AI badly. It is that they are governing it as if it were software, when it’s actually infrastructure. Infrastructure requires a different discipline: Shared foundations, common standards and the assumption that everyone will build on top of it. You do not govern electricity by reviewing each appliance. You govern it by <a href="https://www.bcg.com/publications/2025/agents-accelerate-next-wave-of-ai-value-creation" rel="nofollow">standardizing the grid</a>.</p>



<p>Until carriers make that shift, their frameworks will keep maturing on paper while sprawl compounds underneath.</p>



<h2 class="wp-block-heading">3 questions every insurance CIO should be able to answer</h2>



<p>If the failure of traditional governance is a category mistake, the first job of leadership is to check which category they are actually operating in. These three questions are not meant to produce tidy answers. They are <a href="https://www.insurancethoughtleadership.com/ai-machine-learning/3-ai-imperatives-insurers-2026" rel="nofollow">meant to reveal</a> whether you are still governing AI as software when you should be governing it as infrastructure.</p>



<h3 class="wp-block-heading">1. Are you governing AI at the perimeter, or at the foundation?</h3>



<p>Look at your current AI governance artifacts, such as the policies, the committees, the review processes. Are they designed to wrap around individual tools after they are built, or to set shared standards that every tool must be built on top of? Perimeter governance asks, “is this specific model compliant?” Foundational governance asks, “does every model in this organization inherit the same definitions, the same lineage and the same guardrails by default?” If your governance only kicks in at review time, you’re still treating AI like software. You’re already behind.</p>



<h3 class="wp-block-heading">2. If you standardized one thing across your entire organization tomorrow, what would create the most leverage and why haven’t you?</h3>



<p>Every carrier has a list of things they know should be standardized but have not been. Shared definitions for core entities. Common ways of handling unstructured inputs. A single source of truth for how decisions get logged. The question is not which item belongs at the top of the list; most CIOs already know. The question is what has been blocking the standardization: Is it political, budgetary, or organizational? Because that blocker, whatever it is, is also what is letting sprawl compound. Governance frameworks cannot fix what foundational decisions have been deferred.</p>



<h3 class="wp-block-heading">3. When a new AI initiative launches next quarter, what will it automatically inherit from what already exists?</h3>



<p>This is the real test. In a point-solution world, every new system is built fresh and governance is applied afterward. <a href="https://www.bcg.com/publications/2025/agents-accelerate-next-wave-of-ai-value-creation" rel="nofollow">In a foundational world</a>, every new system inherits shared standards, shared definitions, shared oversight before a single line of code is written. If the honest answer is “it will inherit nothing, and we will govern it after the fact,” then you do not have an AI governance problem. You have an AI foundation problem, and no amount of policy will close the gap.</p>



<p>The uncomfortable truth is that most carriers will answer these questions honestly and discover they are still operating from the old playbook. It is a signal that the work to be done is not more governance, but different governance, the kind that assumes AI is the ground floor, not the top floor.</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[OpenClaw is Cooked: 433 CVEs Patched by Agents That Can’t Fix What’s Broken]]></title>
<description><![CDATA[Github has a serious breach problem. Someone pointed me to a repo called ClawCode and immediately I saw the telltale signs of an integrity breach. It has 187k stars against 0 releases, 0 packages, 0 visible contributors, and a deprecated crates.io stub that redirects elsewhere. Inflated social pr...]]></description>
<link>https://tsecurity.de/de/3495644/it-security-nachrichten/openclaw-is-cooked-433-cves-patched-by-agents-that-cant-fix-whats-broken/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3495644/it-security-nachrichten/openclaw-is-cooked-433-cves-patched-by-agents-that-cant-fix-whats-broken/</guid>
<pubDate>Thu, 07 May 2026 12:53:54 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Github has a serious breach problem. Someone pointed me to a repo called ClawCode and immediately I saw the telltale signs of an integrity breach. It has 187k stars against 0 releases, 0 packages, 0 visible contributors, and a deprecated crates.io stub that redirects elsewhere. Inflated social proof on a shell means the repo is … <a href="https://www.flyingpenguin.com/openclaw-is-cooked-433-cves-patched-by-agents-that-cant-fix-whats-broken/" class="more-link">Continue reading <span class="screen-reader-text">OpenClaw is Cooked: 433 CVEs Patched by Agents That Can’t Fix What’s Broken</span> <span class="meta-nav">→</span></a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Three skills that matter when AI handles the coding]]></title>
<description><![CDATA[Writing code has always been the most time- and resource-intensive task in software development. AI is changing that, and faster than most engineering organizations are prepared for. Tools like Claude Code and Cursor are already handling significant parts of code construction, freeing developers ...]]></description>
<link>https://tsecurity.de/de/3495345/ai-nachrichten/three-skills-that-matter-when-ai-handles-the-coding/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3495345/ai-nachrichten/three-skills-that-matter-when-ai-handles-the-coding/</guid>
<pubDate>Thu, 07 May 2026 11:19: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>Writing code has always been the most time- and resource-intensive task in software development. <a href="https://www.infoworld.com/article/4058076/vibe-coding-and-the-future-of-software-development.html" data-type="link" data-id="https://www.infoworld.com/article/4058076/vibe-coding-and-the-future-of-software-development.html">AI is changing that</a>, and faster than most engineering organizations are prepared for. Tools like <a href="https://www.infoworld.com/article/4136718/claude-code-is-blowing-me-away.html" data-type="link" data-id="https://www.infoworld.com/article/4136718/claude-code-is-blowing-me-away.html">Claude Code</a> and <a href="https://www.infoworld.com/article/3540474/two-good-visual-studio-code-alternatives.html" data-type="link" data-id="https://www.infoworld.com/article/3540474/two-good-visual-studio-code-alternatives.html">Cursor</a> are already handling significant parts of code construction, freeing developers to spend more time on requirements, architecture, and design.</p>



<p>But that shift creates a new challenge nobody is talking about enough. As AI takes on the heavy lifting, the skills that matter most are moving upstream: how to provide the right context for a prompt, how to evaluate what the model produces, and how to understand a problem deeply enough that you can’t be fooled by a confident but wrong answer.</p>



<p>This piece explores those three skills and why developers who master them will have a significant edge over those who don’t.</p>



<h2 class="wp-block-heading">Beyond coding: Mastering the art of the prompt</h2>



<p>Software translation tools such as <a href="https://www.infoworld.com/article/2337838/what-is-a-compiler-how-source-code-becomes-machine-code.html">compilers</a> and assemblers map a high-level description of code to a lower-level representation suitable for execution. Layering such tools led to the first dramatic improvements in coding productivity. <a href="https://www.infoworld.com/article/4122440/what-is-prompt-engineering-the-art-of-ai-orchestration.html" data-type="link" data-id="https://www.infoworld.com/article/4122440/what-is-prompt-engineering-the-art-of-ai-orchestration.html">AI prompt engineering</a> represents the next generation of layered translation software that sits above the compiler and assembler. With AI code generation, the focus will move from writing good code to writing good prompts.</p>



<p>What constitutes a good prompt? The answer is good context. But what provides the best context? Most importantly, the developer must have a good understanding of the task the software must perform. Consider what’s required to write a typical software module that is part of a larger system. The prompt should cover:</p>



<ul class="wp-block-list">
<li>Expected inputs and outputs, like the software’s core functionality</li>



<li>Errors and exception conditions and how they should be handled</li>



<li>Performance expectations</li>



<li>Existing frameworks the software is surrounded by and the programming language used</li>



<li>Interface expected by the user</li>



<li>Required storage, compute, and network resources.</li>
</ul>



<h2 class="wp-block-heading">How system design informs context</h2>



<p>For new initiatives, the context for this module should be taken from a detailed system design. The system design is essentially the blueprint for the software, created by breaking down the overall design into smaller, separate parts called modules. Each of the modules is responsible for performing a specific function that the software needs to deliver. In <a href="https://www.infoworld.com/article/2263327/what-are-microservices-your-next-software-architecture.html" data-type="link" data-id="https://www.infoworld.com/article/2263327/what-are-microservices-your-next-software-architecture.html">microservice</a> implementations, domain-driven design breaks the business requirements into distinct subdomains that can be mapped to microservices.</p>



<p>Good system designs have a coherent architecture that provides a concept of operation like how the modules work together to meet the functional requirements. The best system designs result when well-understood requirements are combined with the right architecture.</p>



<p>By working backwards and building the context into a prompt we discovered the most important phases in the development life cycle including requirements analysis (what the software has to do), and architecture and system design (how it does it).</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/04/AI-and-Software-Engineering-Figure-1.png" alt="AI and Software Engineering Figure 1" class="wp-image-4159856" width="1024" height="110" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>An example of a linear software life cycle.</p>
</figcaption></figure><p class="imageCredit">Confluent</p></div>



<p>Although one design pass might work, often developers will need to iterate on their design to get the best outcome. This has been emphasized by many software experts over the years, but perhaps best put by the famous computer scientist Fred Brooks: “Plan to throw one away, you will anyway.”</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/04/AI-and-Software-Engineering-Figure-2.png" alt="AI and Software Engineering Figure 2" class="wp-image-4159857" width="1024" height="190" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>An example of an iterative software life cycle.</p>
</figcaption></figure><p class="imageCredit">Confluent</p></div>



<p>Iterative life cycles like spiral and evolutionary prototyping build the “throw one away” part into the process. Throwing something away sounds wasteful, but each iteration builds a deeper understanding of the problem: user requirements, architecture limitations, risks, and opportunities. Learning from each iteration greatly reduces the cost and complexity of the final product.</p>



<h2 class="wp-block-heading">How AI tools can impact  developer productivity</h2>



<p>AI translation tools have the potential to make us more productive, but also introduce the risk that we will become lazy and dependent on them. A recent <a href="https://arxiv.org/abs/2506.08872">study</a> found that LLM-assisted essay writing reduced user’s cognitive energy associated with their work relative to those who wrote essays unassisted by LLMs. This effect was termed “cognitive debt.”</p>



<p>I work with a strength trainer because modern life is too easy. It doesn’t require heavy lifting or strenuous activity. So we have to simulate it to improve both our strength and health. AI coding tools are like robots that do the heavy lifting of code generation for us. Without different challenges for us to overcome, we’ll get weaker.</p>



<h3 class="wp-block-heading">Modern coding and AI tools</h3>



<p>We need to find ways to keep our brains working hard while using AI tools, so that we have the capacity to think through the hard problems in our software design and its development work.</p>



<p>Writing optimized assembly code is no longer considered a good use of anyone’s time because compilers are so good at it. But until recently, writing good code for a compiler or run-time engine in <a href="https://www.infoworld.com/article/2335996/9-reasons-java-is-still-great.html" data-type="link" data-id="https://www.infoworld.com/article/2335996/9-reasons-java-is-still-great.html">Java</a>, <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html" data-type="link" data-id="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go</a>, or <a href="https://www.infoworld.com/article/2253770/what-is-python-powerful-intuitive-programming.html" data-type="link" data-id="https://www.infoworld.com/article/2253770/what-is-python-powerful-intuitive-programming.html">Python</a> has been an important skill. In fact, these skills will remain important even as LLMs support code generation because developers will still need to review the generated code and verify that the LLM output meets certain standards. Experienced developers who have been writing code for years already have these skills. Both new and existing developers will be able to learn and expand their knowledge via interaction with LLM tools that expose them to new techniques and ideas.</p>



<p>We need to find the equivalent of strength training for coding that replaces some coding directly but retains understanding and judgement for the code the LLM produces. Where can we put our brains to work to avoid cognitive debt?</p>



<h3 class="wp-block-heading">Avoiding the cognitive debt danger</h3>



<p>First, study and understand the code generated from your prompt. Then re-write your prompt to improve the generated code, or rewrite the generated code if it’s close enough to what you need. LLMs behave statistically, so the generated code might not meet design goals. LLM gaslighting is real: quite often what it generates won’t run or isn’t correct, but the LLM will insist confidently that all is well. Don’t trust. Always verify.</p>



<p>LLMs can generate alternative designs from the same or slightly different prompt. Many developers are already leveraging this capability to <a href="https://www.linkedin.com/pulse/build-something-great-explore-space-matthew-o-keefe/?trackingId=2z1DgRJWTxe9uk1LM2BLIQ%3D%3D">explore the design space</a>. Make sure you put the effort into understanding and modifying the code generated, and you’ll retain your coding skills.</p>



<p>Second, the focus of prompt engineering is to provide context to an LLM. So the key becomes creating that context, and understanding and judging the code that is generated. In addition to retaining their existing language and coding skills, software professionals should focus on other life-cycle elements, especially requirements, architecture, and design, so they have high-quality context for prompts.</p>



<p>Third, learn new languages and <a href="https://practicaldatamodeling.substack.com/p/the-era-of-the-mixed-model-artist">data models</a>, and understand where each one fits best.</p>



<p>Fourth, build an understanding of best practices in <a href="https://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670/ref=sr_1_1?crid=3LP54B6889KN5&amp;dib=eyJ2IjoiMSJ9.uKnS_KWeq01ns81nQdT5TO9nHRn6DsgJ6K2r1cSZ3okGcmdYo2mken_kxibaarsm40T5urSbWQ4gksGE-0FilSFKWx-mbmQcn2n6R0o8CdGSUJQ2oP6sNqOg78sWHS2PnJu_FIJ8aT8dAtyVj7ZKyL7r1uzeNZiTUXDV28peXnkE3rCYkONFoWTWOzuwGuTbETXLnH8LtyOo-8WfOX6wXGv0mqClDZN6B53CJUJtvwU.21VMmd3-_aawglEHrReOvgpBHwSg7lPKg2uqGVPQUSw&amp;dib_tag=se&amp;keywords=code+complete&amp;qid=1773060686&amp;sprefix=code+complet%2Caps%2C157&amp;sr=8-1">code construction</a> and <a href="https://www.amazon.com/Philosophy-Software-Design-2nd/dp/173210221X/ref=sr_1_1?crid=1SBD2MIC7M4LG&amp;dib=eyJ2IjoiMSJ9.tLS48uuwITT-xp5LTBc638LcMFzFtBKLlWZNIIDL_JA.sktetXGKewtR4IeHQxuOCJHG33NVdfgyEpY6WZ8C2Ow&amp;dib_tag=se&amp;keywords=ousterhout+a+philosophy+of+software+design&amp;qid=1773060717&amp;sprefix=ousterhout+desig%2Caps%2C155&amp;sr=8-1">design</a>, independent of languages, so you can judge generated code using best practices that work across many different languages.</p>



<p>To stay competitive, you should understand that the bar will be rising. Historically, <a href="https://www.amazon.com/Rapid-Development-Taming-Software-Schedules/dp/1556159005/ref=sr_1_1?crid=2FJCO2BNWO7ZT&amp;dib=eyJ2IjoiMSJ9.Vp09eBE0_5-tPrX1kWpRojamys-G_pe5601QYmEXoQ8ynuqYpdWlk0KwCrgINWsqQuA-UD-95llTgHHL93-vlg.W2ULx51sU-fD8gviZxVUcMBmtDB03TG4cGMCjDJZAgo&amp;dib_tag=se&amp;keywords=rapid+development+by+steve+mcconnell&amp;qid=1773073146&amp;sprefix=rapid+development+%2Caps%2C189&amp;sr=8-1">research</a> has shown that the most productive individual developers are already about 10 times more effective than the least productive ones, and the best teams are about five times better than the weakest teams. AI tools could increase these differences by two or three times more, further widening the productivity gap. Many of these highly productive teams will work for your competitors.</p>



<p>AI will allow developers and teams that can crystallize requirements, architecture, and design to rapidly apply and evaluate different languages and data models to their project. AI will make iterative life cycles like spiral and evolutionary prototyping even more effective by allowing parallel development paths during each iteration. The key to success is leveraging AI in a way that allows you to focus on higher-level design issues while not losing control over code complexity. If you don’t learn these higher-level skills, developers and teams that do will be far more productive than you are.</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/04/AI-and-Software-Engineering-Figure-3.png" alt="AI and Software Engineering Figure 3" class="wp-image-4159860" width="1024" height="561" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption"><p>Iterative life cycle with parallel paths and feedback loops.</p>
</figcaption></figure><p class="imageCredit">Confluent</p></div>



<h2 class="wp-block-heading">Accidental vs. essential complexity – why AI cannot be a silver bullet</h2>



<p>Some have argued that AI will significantly improve software productivity. They envision a future in which software developers need only write a few prompts and an LLM will produce software that can replace existing SaaS products. But as Fred Brooks argued in a famous 1986 paper, “<a href="https://www.cs.unc.edu/techreports/86-020.pdf">No Silver Bullet</a>,” this is still impossible because of the two types of complexity that remain—accidental complexity and essential complexity. </p>



<h3 class="wp-block-heading">Accidental complexity (or ‘accidents’)</h3>



<p>Accidents are not inherent to the problem itself, but to the production process including the tools, languages, hardware limits, and implementation details we use to build the software. Historically, most productivity gains come from reducing accidental complexity. AI productivity can reduce accidental complexity, but developers must deal with its own challenges including hallucinations and poor-quality generated code that must be detected.</p>



<h3 class="wp-block-heading">Essential complexity (or ‘essence’)</h3>



<p>Essence refers to the inherent, unavoidable complexity of the problem itself. It is the challenge of “fashioning the complex conceptual construct” such as the abstract, interlocking ideas, data relationships, algorithms, and behaviors that accurately model the real-world problem the software must solve.</p>



<p>AI cannot be a silver bullet because of software’s inherent complexity. Even if you could reduce the time for all the accidental tasks to zero, the essential tasks still will be your biggest challenge and take up most of your efforts. Nevertheless, AI is a powerful tool. When used properly to manage complexity and explore the design space, it can significantly increase the productivity of teams and the quality of the software developed.</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[Update auf Chrome 148 beseitigt mehr als 100 Browser-Lücken]]></title>
<description><![CDATA[In den neuen Chrome-Versionen 148.0.7778.96/97 für Windows und macOS sowie 148.0.7778.96 für Linux haben die Entwickler über 100 Schwachstellen behoben. Genau diese Chrome-Versionen hatte Google schon in der Vorwoche an ein Prozent der Nutzer ausgeliefert. Keine der gestopften Lücken wird laut Go...]]></description>
<link>https://tsecurity.de/de/3494994/it-nachrichten/update-auf-chrome-148-beseitigt-mehr-als-100-browser-luecken/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3494994/it-nachrichten/update-auf-chrome-148-beseitigt-mehr-als-100-browser-luecken/</guid>
<pubDate>Thu, 07 May 2026 09:32:19 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>In den neuen Chrome-Versionen 148.0.7778.96/97 für Windows und macOS sowie 148.0.7778.96 für Linux haben die Entwickler über 100 Schwachstellen behoben. Genau diese Chrome-Versionen hatte Google schon in der Vorwoche an ein Prozent der Nutzer ausgeliefert. Keine der gestopften Lücken wird laut Google bislang für Angriffe ausgenutzt. Die Hersteller anderer Chromium-basierter Browser dürften in den kommenden Tagen nachziehen.</p>



<p>Im <a href="https://chromereleases.googleblog.com/" target="_blank" rel="noreferrer noopener">Chrome Release Blog</a> führt Srinivas Sista mit einem Tag Verzug 127 beseitigte Sicherheitslücken auf. Das sind mehr als doppelt so viele Lücken wie bei der <a href="https://www.pcwelt.de/article/3109701/update-auf-chrome-147-schliest-60-browser-lucken.html" data-type="link" data-id="https://www.pcwelt.de/article/3109701/update-auf-chrome-147-schliest-60-browser-lucken.html" target="_blank" rel="noreferrer noopener">Freigabe der Vorversion 147</a> am 9. April. Wie <a href="https://www.pcwelt.de/article/3126995/firefox-150-0-1-mozilla-schliest-kritische-sicherheitslucken-im-browser.html" target="_blank" rel="noreferrer noopener">bei Firefox</a> dürften spezialisierte „KI“-Tools eine wesentliche Rolle bei der drastischen Zunahme gefundener Lücken spielen. Genau 100 dieser Schwachstellen hat Google selbst entdeckt, die übrigen wurden durch externe Sicherheitsforscher aufgespürt und gemeldet. </p>



<p><a href="https://www.pcwelt.de/article/1197811/die-neuesten-sicherheits-updates.html" target="_blank" rel="noreferrer noopener">▶Die neuesten Sicherheits-Updates</a></p>



<p>Drei der Lücken sind als kritisch ausgewiesen: CVE-2026-7896 ist ein Ganzzahlüberlauf im HTML-Renderer Blink, CVE-2026-7897 und CVE-2026-7898 sind Use-after-free-Lücken in den Komponenten Mobile und Chromoting (auch bekannt als Chrome Remote Desktop). Weitere 31 Sicherheitslücken sind als hohes Risiko eingestuft. Mehr als die Hälfte dieser potenziell gefährlichen Schwachstellen sind Use-after-free-Lücken. Unter den übrigen Lücken gelten 66 als mittleres, 27 als geringes Risiko. Den Entdeckern der Schwachstellen hat Google bislang 138.000 US-Dollar an Prämien zuerkannt. In den meisten Fällen hat Google die Höhe der jeweiligen Prämie noch nicht festgelegt (TBD: to be determined).</p>



<h2 class="wp-block-heading toc">Was gibt es Neues in Chrome 148?</h2>



<p>Die Browser-interne <em>Whats-new</em>-Seite weist die Möglichkeit, Tab-Gruppen auf andere Geräte mitzunehmen, als einzige Neuerung aus – dies war allerdings auch schon in Chrome 147 der Fall. Demnächst soll auch Chrome die Option bieten, Tabs vertikal statt horizontal anzuordnen. Der Lesemodus soll immersiver werden, indem er das ganze Browser-Fenster füllt statt wie bislang eine Hälfte einer geteilten Ansicht. Beide neuen Funktionen sollten an sich <a href="https://blog.google/products-and-platforms/products/chrome/new-chrome-productivity-features/" target="_blank" rel="noreferrer noopener">bereits im April freigeschaltet</a> werden, sind jedoch noch immer nicht (oder nicht für alle) verfügbar.</p>



<p>In der letzten Woche hatte Google noch ein <a href="https://www.pcwelt.de/article/3127014/google-stopft-30-risikoreiche-chrome-luecken.html" target="_blank" rel="noreferrer noopener">wichtiges Update für Chrome 147</a> ausgeliefert, um 30 teils als kritisch eingestufte Sicherheitslücken zu schließen. In aller Regel aktualisiert sich Chrome automatisch, wenn eine neue Version verfügbar ist. Mit dem Menü-Eintrag <em>» Hilfe » Über Google Chrome</em> (alternativ: <em>» Einstellungen » Über Google Chrome</em>) können Sie die Update-Prüfung manuell anstoßen.</p>



<p>Google hat in dieser Woche auch Chrome für 148.0.7778.120 bereitgestellt, Chrome für iOS 148.0.7778.100 bereits in der letzten Woche. In der Android-Version sind die gleichen Schwachstellen beseitigt wie in den Desktop-Ausgaben. Der Extended Stable Channel für Windows und macOS enthält nun die 148.0.7778.97. Die Freigabe der Chrome-Version 149 ist Anfang Juni zu erwarten.</p>



<p><strong>Tipp:</strong> Unabhängig davon, dass Sie Ihren Browser stets aktuell halten, sollten Sie die Sicherheit Ihres PCs zusätzlich mit geeigneter Antivirus-Software verbessern. Gute Antivirus-Lösungen stellen wir in „<a href="https://www.pcwelt.de/article/2255713/test-bestes-antivirus-programm-windows.html">Die besten Antivirus-Programme 2025 im Test: So schützen Sie Ihren Windows-PC</a>“ vor. Falls Sie großen Wert auf anonymes Surfen legen, <a href="https://www.pcwelt.de/article/1193534/die-besten-vpn-dienste-im-vergleich.html" target="_blank" rel="noreferrer noopener">sind wiederum gute VPN-Programme einen Blick wert.</a></p>



<h2 class="wp-block-heading toc">Andere Chromium-basierte Browser</h2>



<p>Die Hersteller anderer auf Chromium basierender Browser sind nun wieder gefordert, mit Updates nachzuziehen. Brave, Vivaldi und Edge sind auf dem Sicherheitsstand der letzten Woche – und auch Opera! Opera hat seinen Browser am 6. Mai auf die Version 131.0.5877.24 aktualisiert, in der die letzte Chromium-147-Ausgabe (147.0.7727.138) steckt.</p>



<p><strong>Chromium-basierte Browser in der Übersicht:</strong></p>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><thead><tr><th><strong>Browser</strong></th><th>Version</th><th>Chromium-Version</th><th>abgesichert?</th></tr></thead><tbody><tr><td><a href="https://www.pcwelt.de/article/1135017/google-chrome.html" target="_blank" rel="noreferrer noopener" title="Download">Google Chrome ↓</a></td><td>148.0.7778.97</td><td>148.0.7778.97</td><td>🟢</td></tr><tr><td><a href="https://www.pcwelt.de/article/1191500/brave-browser.html" target="_blank" rel="noreferrer noopener" title="Download">Brave ↓</a></td><td>1.89.145</td><td>147.0.7727.137</td><td>🟡</td></tr><tr><td>Microsoft Edge</td><td>147.0.3912.98</td><td>147.0.7727.138</td><td>🟡</td></tr><tr><td><a href="https://www.pcwelt.de/article/1082991/browser-opera.html" target="_blank" rel="noreferrer noopener" title="Download">Opera One ↓</a></td><td>131.0.5877.24</td><td>147.0.7727.138</td><td>🟡</td></tr><tr><td><a href="https://www.pcwelt.de/article/1151272/vivaldi.html" target="_blank" rel="noreferrer noopener" title="Download">Vivaldi ↓</a></td><td>7.9.3970.60</td><td>146.0.7680.218</td><td>🟡</td></tr></tbody></table><figcaption class="wp-element-caption"><em>Chromium-basierte Browser – Stand: 06.05.2026</em></figcaption></figure>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Switch storm coming: Gartner forecasts price hikes, long lead times for enterprise data center switches]]></title>
<description><![CDATA[Enterprise companies looking to build or upgrade their data center switches, or even get technical support, best be prepared to wait in line behind AI-first providers that are chewing up most of the available resources.



That’s the upshot of a recent Gartner report, which paints a grim picture ...]]></description>
<link>https://tsecurity.de/de/3492426/it-security-nachrichten/switch-storm-coming-gartner-forecasts-price-hikes-long-lead-times-for-enterprise-data-center-switches/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3492426/it-security-nachrichten/switch-storm-coming-gartner-forecasts-price-hikes-long-lead-times-for-enterprise-data-center-switches/</guid>
<pubDate>Wed, 06 May 2026 13:09: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>Enterprise companies looking to build or upgrade their data center switches, or even get technical support, best be prepared to wait in line behind AI-first providers that are chewing up most of the available resources.</p>



<p>That’s the upshot of a recent Gartner report, which paints a grim picture of the data center switch market for the next year. Switch vendors are “aggressively pivoting resources” toward AI data centers for a simple reason: They are more profitable than traditional data centers.</p>



<p>“Spending on AI network fabrics will surpass general-purpose data center networks in 2026 and more than double through 2029,” the <a href="https://www.gartner.com/en/documents/7420362">Gartner report</a> says. “Consequently, the market is splintering into two distinct buying patterns: AI infrastructure networks and general-purpose data center networks.”</p>



<p>Resources at the disposal of switch vendors are not keeping pace with demand, says <a href="https://www.linkedin.com/in/andrewfastlerner/">Andrew Lerner</a>, distinguished VP analyst with Gartner and one of the report’s authors.</p>



<p>“Switch vendors have human resources in terms of engineering talent, and <a href="https://www.networkworld.com/article/4119222/whats-causing-the-memory-shortage.html">physical resources like memory</a> and lasers for switches,” Lerner says. “All of those resources are constrained.”</p>



<p>Only about 200 companies operate high-end AI data centers, while some 100,000 organizations have more traditional data centers. But collectively, those AI players spend three times as much as the smaller companies do, Lerner says.</p>



<p>“If you’re a vendor and you’re doing what you’re supposed to do, you want to capture the growth,” he says.</p>



<p><a href="https://www.linkedin.com/in/zkerravala/">Zeus Kerravala</a>, founder and principal analyst with ZK Research, agrees. “Cisco, Arista, Juniper and those companies that build data center equipment, make no mistake, their resources are directed towards AI first because they want to be part of those big buildouts,” he says. “There’s a lot of money being poured into neoclouds, things like that. They’ve reprioritized the resources based on where market demand is.”</p>



<h2 class="wp-block-heading">Price hikes, long lead times, sketchy support</h2>



<p>The repercussions for companies with traditional data centers include <a href="https://www.networkworld.com/article/4119287/storage-shortage-may-cause-ai-delays-for-enterprises.html">higher prices, long lead times</a>, and perhaps subpar support.</p>



<p>Gartner predicts switch price increases of 15% to 40%, largely the result of resource constraints, and lead times of three to nine months, up from one to two months in mid-2025. Constraints should ease by around the middle of next year, but don’t expect prices to come down.</p>



<p>“Generally speaking, vendors have no consistent track record of reducing prices in these networking markets,” Lerner says.</p>



<p>At the same time, with vendors dedicating scarce engineering talent to AI, they likely won’t invest in significant innovations for non-AI switch families. The same goes for support.</p>



<p>“As vendors reallocate their best personnel to support large AI build-outs, the support quality for general-purpose environments will decline,” the Gartner report says.</p>



<p>“Vendors are taking a ‘keep the fire running, don’t let the flame go out kind of mentality,’” Lerner says. They’re not abandoning those 100,000 traditional data center customers, but they will dedicate their best talent and resources elsewhere, he says.</p>



<h2 class="wp-block-heading">Enterprise data center survival tips</h2>



<p>Gartner’s advice for weathering the switch storm, or mitigating its impact, starts with sticking longer with the assets you have. “A lot of organizations refresh before they need to,” Lerner says.</p>



<p>Think beyond the vendor’s end-of-life policy to factors such as whether your current equipment meets your needs and is easy to operate, he says. Also consider the level of innovation in the market, and whether you’ll really be getting meaningful new features or functions with new switches.</p>



<p>“Most organizations generally err on the conservative side, so they refresh too early,” he says.</p>



<p>Another consideration is to achieve better utilization of your current switches. Lerner says it’s common to see only half of the 48 or 36 ports on a top-of-rack switch utilized. Similarly, companies can increase VMware density ratios to increase both server and switch utilization.</p>



<p>If you do need more equipment, check out certified refurbished programs offered by vendors such as Cisco and HPE. Such equipment comes from sources such as returned leases and bankruptcies and is available through authorized channels, Lerner says.</p>



<p>Another tip is to explore other vendors. “Not all vendors are impacted the same way, and not all vendors have the same portfolio,” he says. A company with a high-end switch portfolio that has access to only a limited amount of memory will dedicate that memory to its high-end switches. But a vendor that specializes more in lower-end switches doesn’t have to make that decision.</p>



<p>That means smaller enterprises may be spared the worst of the switch shortage. “The mid-market enterprises are probably in better shape than large enterprises as far as availability goes, because the large enterprise vendors are the ones that have had to pivot,” Kerravala says.</p>



<p>Companies should also explore various architectural options, including <a href="https://www.networkworld.com/article/4166484/memory-shortage-and-cost-surge-push-enterprises-toward-cloud.html">moving more workloads to the cloud</a> or colocation facilities, Lerner says. Or be more flexible with respect to the class of switches you need, in terms of port count and speeds, perhaps using smaller switches in some areas of the data center.</p>



<p>If push comes to shove and you must buy new switches, Lerner has some simple advice: “Order early.”</p>



<hr class="wp-block-separator has-alpha-channel-opacity">
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vibe coding or spec-driven development? How to choose]]></title>
<description><![CDATA[Vibe coding and spec-driven development (SDD) are two emerging approaches where devops teams use AI to develop all of an application’s code. There are discussions about which approach to use for different use cases, and there are many platforms to consider with varying capabilities and experience...]]></description>
<link>https://tsecurity.de/de/3490100/ai-nachrichten/vibe-coding-or-spec-driven-development-how-to-choose/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3490100/ai-nachrichten/vibe-coding-or-spec-driven-development-how-to-choose/</guid>
<pubDate>Tue, 05 May 2026 17:18: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>Vibe coding and spec-driven development (SDD) are two emerging approaches where <a href="https://www.infoworld.com/article/2255028/what-is-devops-transforming-software-development.html" data-type="link" data-id="https://www.infoworld.com/article/2255028/what-is-devops-transforming-software-development.html">devops</a> teams use AI to develop all of an application’s code. There are discussions about which approach to use for different use cases, and there are many platforms to consider with varying capabilities and experiences. Some experts question whether AI delivers reliable, maintainable applications, while others suggest that, at some point, AI can lead the end-to-end software development process.  </p>



<p>But one certainty IT organizations face is that there’s more demand for applications, integrations, and analytics than there is supply of agile teams and devops engineers. Compound this imbalance with business priorities to address application security vulnerabilities, <a href="https://www.infoworld.com/article/2337263/the-7-rs-of-cloud-app-modernization.html">modernize applications for the cloud</a>, and address <a href="https://drive.starcio.com/2022/12/technical-debt-code-smells/">technical debt</a>. It results in tough choices on what work to prioritize and where to drive efficiencies in the software development life cycle.</p>



<p>Even before AI code generators emerged, IT leaders sought ways to improve developer productivity. Platforms like <a href="https://www.infoworld.com/article/4049946/is-ai-the-4gl-weve-been-waiting-for.html">4GL</a>, <a href="https://www.infoworld.com/article/3476848/how-to-choose-the-right-low-code-no-code-or-process-automation-platform.html">low-code/no-code</a>, and <a href="https://www.infoworld.com/article/4150869/what-enterprise-devops-teams-should-learn-from-saas.html">configurable SaaS</a> helped IT deliver more applications, reduce the developer skill set required to release enhancements, and improve software quality. These tools enabled IT to develop entire classes of applications, analytics, and integrations that couldn’t be built easily or cheaply by coding in <a href="https://www.infoworld.com/article/2335696/11-reasons-the-new-java-is-not-like-the-old-java.html%20https://www.infoworld.com/article/2335996/7-reasons-java-is-still-great.html">Java</a>, <a href="https://www.infoworld.com/article/2264488/what-is-the-net-framework-microsofts-answer-to-java.html">.NET</a>, and other programming languages.   </p>



<p>“Software has long been treated like infrastructure: built to last, hard to change, and expensive to replace, says Chris Willis, chief design officer and futurist at <a href="https://www.domo.com/">Domo</a>. “That model is giving way to a future with more applications that are smaller, faster to build, and created to solve a specific job before getting out of the way.”</p>



<h2 class="wp-block-heading">Code gen, vibe, or write a spec?</h2>



<p>GenAI models are the next accelerators for software development. The first tools were <a href="https://www.cio.com/article/1309604/generative-ai-copilots-whats-hype-and-where-to-drive-results.html">copilots</a> for coding assistance, followed by LLMs for generating code snippets. <a href="https://drive.starcio.com/2024/10/redesigned-drive-help-gen-ai/">I used code-generation tools</a> to develop regular expressions, extract information from web pages, and categorize data as steps in an app migration. They wrote code that I no longer had the time or skills to develop on my own, but it still required significant work to fix defects and integration issues. </p>



<p>We’re now in a second-generation phase of AI software development, with platforms like <a href="https://aws.amazon.com/q/developer/">Amazon Q Developer</a>, <a href="https://appian.com/products/platform/artificial-intelligence/ai-augmented-development">Appian AI-Assisted Development</a>, <a href="https://bolt.new/">Bolt</a>,  <a href="https://www.anthropic.com/product/claude-code">Claude Code</a>, <a href="https://cline.bot/">Cline</a>, <a href="https://cursor.com/">Cursor</a>, <a href="https://codeassist.google/">Gemini Code Assist</a>, <a href="https://github.com/features/copilot">GitHub Copilot</a>, <a href="https://kiro.dev/">Kiro</a>, <a href="https://lovable.dev/">Lovable</a>, <a href="https://openai.com/codex/">OpenAI Codex</a>, <a href="https://www.quickbase.com/pave">Pave</a>, and <a href="https://replit.com/">Replit</a>.</p>



<p>All these platforms generate code, but they offer different developer experiences and are used to address different scopes of work. They can be broken down into three categories:</p>



<ul class="wp-block-list">
<li><a href="https://www.infoworld.com/article/4032989/a-developers-guide-to-code-generation.html">Code-generating tools</a> enhance the developer experience by writing code on request from engineers and are often integrated into existing development tools.</li>



<li><a href="https://www.infoworld.com/article/4058076/vibe-coding-and-the-future-of-software-development.html">Vibe coding</a> generates prototypes, features, and production-ready applications through an iterative prompt-based experience.</li>



<li>Spec-driven development (SDD) creates an intermediary step before generating applications by allowing a development team to establish product requirements and compose other design documents iteratively through prompts, then generating code from them.</li>
</ul>



<p>If you are developing a new API, refactoring existing code, enhancing a workflow, or building a new feature, then a code generator may be all you need. The developer’s work shifts from writing code to expressing what code needs to be written, the requirements, the development platform, and other non-functional acceptance criteria.</p>



<p>But what if you want to develop a new application, integration, data pipeline, or a robust web service? For this article, I wanted to look beyond code generation and consider how development teams can use vibe coding and spec-driven development platforms to build and support applications.</p>



<h2 class="wp-block-heading">What vibe coding does well</h2>



<p>The vibe coding experience enables developers to prompt what they are looking to build and to observe the AI as it generates code.</p>



<p>Vibe coding platforms like Bolt, Lovable, and Replit can start developing from a single prompt, but they demonstrate more capabilities when the developer goes into plan mode. In planning, a vibe coding platform may repeat back the requirements it understands, ask questions to elaborate on them, and offer options when requirements aren’t specified.   </p>



<p>The “vibe” you get from these platforms is that they want to help developers go from idea to a functioning application quickly. Developers can then prompt the platform to refine requirements and request changes. And it’s not just developers; <a href="https://www.reworked.co/collaboration-productivity/vibe-coding-is-making-everyone-a-developer/">business owners</a>, non-technical <a href="https://www.forbes.com/sites/jodiecook/2026/03/10/vibe-coding-is-the-biggest-unlock-for-non-technical-founders-right-now/">startup founders</a>, and other <a href="https://sdtimes.com/softwaredev/what-vibe-coding-means-for-the-future-of-citizen-development/">citizen developers</a> are vibe coding, though they must learn the <a href="https://cloudsecurityalliance.org/blog/2025/04/09/secure-vibe-coding-guide">security best practices</a>.</p>



<p>“Vibe coding enables groups within the organization to create minimal viable products or small-scale tools that greatly increase their productivity,” says Duncan Ng, vice president of solutions engineering at <a href="https://www.vultr.com/">Vultr</a>. “Examples span proofs of concept that you want to put in front of potential consumers to receive feedback on product market fit, to laborious processes that can be streamlined to generate efficiency gains and increase velocity.”</p>



<h2 class="wp-block-heading">Are vibes a viable production path?</h2>



<p>A proof of concept (POC) or minimal viable product may be all a developer needs, but some question whether vibe-coded applications are ready for production. Rajesh Padmakumaran, vice president and AI practice leader at <a href="https://www.genpact.com/">Genpact</a>, says, “Vibe coding accelerates POCs, rapid experimentation, and idea exploration, but it lacks deterministic behavior, making it fundamentally unsuitable for systems that need to be maintained, scaled, or supported long-term.”</p>



<p>The negative sentiment isn’t just targeted at vibe coding, but at AI-generated code in general. Low-code and no-code platforms faced similar concerns in their early years around security, architecture, performance, and operational resiliency. Successful platform vendors established trust through transparency, and IT departments learned what scaffolding, processes, and documentation were needed to scale low- and no-code development. A similar transition is likely to happen with vibe coding platforms. </p>



<p>“Vibe coding accelerates experimentation, but without clear architectural constraints, observability, and performance guardrails, it introduces variability that breaks downstream systems in devops and IT operations,” says Piyush Patel, chief ecosystem officer at <a href="https://www.algolia.com/">Algolia</a>. “CIOs should treat vibe coding as a front-end accelerator while anchoring systems in well-defined specs that act as the ‘prompt layer’ for both humans and AI.”</p>



<h2 class="wp-block-heading">Start with requirements</h2>



<p>Another approach for using AI to develop applications is spec-driven development. Rather than jumping right into prompts to steer AI’s application development, SDD platforms shift-left the process, helping engineers document requirements. Based on those requirements, the SDD platforms then develop the application. </p>



<p>“Spec-driven development is all about structure and accountability,” said David Yanacek, senior principal engineer of agentic AI at <a href="https://aws.amazon.com/">AWS</a>. “You spend some time talking about what you want and what good looks like, and it responds with requirements, a technical design, and a breakdown of the development tasks.”</p>



<p>Yanacek is an advisor to AWS Kiro’s development team. Much like non-AI development projects start with designs, product requirement documents, and agile user stories, SDD reinforces the need for collaborating across business and technology stakeholders before jumping into code. Two successful use cases are<a href="https://aws.amazon.com/blogs/industries/from-spec-to-production-a-three-week-drug-discovery-agent-using-kiro/"> a drug-discovery AI agent deployed to production in three weeks</a> and a technology company’s <a href="https://www.rackspace.com/blog/how-kiro-ai-agents-accelerate-development">accelerated cloud migrations</a>.</p>



<p>“Creating these documents keeps the AI focused on high-quality output, so I can go back and verify that it did what I asked it to,” adds Yanacek. “For example, the design document describes the system’s behavior in detail, including code snippets and the database schema. When you fully specify how a system or feature should behave, the agent can generate more and better tests to verify its output.”</p>



<p>SDD is gaining traction among devops teams that recognize the importance of collaborating with stakeholders on both feature and <a href="https://www.infoworld.com/article/4061123/how-to-write-nonfunctional-requirements-for-ai-agents.html">non-functional requirements</a>.</p>



<p>“Spec-driven development is the natural maturation and evolution of vibe coding, where teams are fully maximizing the context window of their agent,” says Austin Spires, senior director of developer marketing at <a href="https://www.fastly.com/">Fastly</a>. “Spec-driven vibe coding forces engineers and teams to have a clearer vision, firmer requirements, and stronger writing than the first iterations of vibe coding.”</p>



<p>Nic Benders, chief technical strategist at <a href="https://newrelic.com/">New Relic</a>, adds, “Production software doesn’t start with coding. It starts with thinking about the problem, figuring out what you want, and communicating that with your team. Spec-driven development puts a brand name on doing that thinking and writing, but with an AI tool as your team.”</p>



<h2 class="wp-block-heading">Competing or complementary?</h2>



<p>Are SDD and vibe coding competing approaches? Will an enterprise support two different methodologies? Or is SDD an evolution of the vibe coding experience? “Vibe coding and spec-driven development aren’t competing approaches; they’re complementary ones, each with a distinct role in the development life cycle,” says Ayaz Ahmed Khan, senior director of engineering at <a href="https://www.cloudways.com/en">Cloudways</a> by DigitalOcean. “Use vibe coding to explore and prototype, and spec-driven development with AI to harden and ship. The teams that succeed with genAI are the ones who mindfully guide it with constant feedback to build production-ready software.”</p>



<p>Others suggest that vibe coding and SDD will continue to serve different business needs and implementation strategies. “Vibe coding, especially with capable agentic systems, delivers extraordinary velocity for user-facing prototypes where the blast radius of a defect is small, like for internal tools or first POCs,” says Wiktor Walc, CTO at <a href="https://www.tiugotech.com/">Tiugo Technologies</a>. “But the moment you’re dealing with large production environments, distributed state, or transactional integrity, you start benefiting from spec-driven contracts between services—not because today’s models can’t reason about complex systems, but because no agentic workflow yet offers the kind of deterministic correctness guarantees that production-critical infrastructure demands.”</p>



<h2 class="wp-block-heading">Focus on resilient releases</h2>



<p>Planning and coding are just two steps in building and supporting applications. There are other opportunities to use AI in the software development life cycle for developing AI agents, including building in <a href="https://www.infoworld.com/article/4140832/7-safeguards-for-observable-ai-agents.html">observability</a>, integrating <a href="https://www.infoworld.com/article/4124612/5-requirements-for-using-mcp-servers-to-connect-ai-agents.html">Model Context Protocol servers</a>, and robust <a href="https://www.infoworld.com/article/4086884/how-to-automate-the-testing-of-ai-agents.html">AI agent testing</a>.</p>



<p><a href="https://www.cio.com/article/4064313/what-world-class-it-looks-like-in-the-gen-ai-era.html">World-class IT departments</a> need to consider how vibe coding and SDD drive business value, innovation, and reliability, more than just improving the coding aspects of delivering applications. To what extent does AI develop solutions that meet business requirements and deliver exceptional user experiences?</p>



<p>“Both vibe coding and SDD assume that the hard work of getting business and IT stakeholders aligned on the right requirements is already done, and this is especially true as enterprises look to reimagine and redesign many of their core workflows to leverage AI,” says Don Schuerman, CTO and vice president of marketing and technology strategy at <a href="https://www.pega.com/">Pegasystems</a>. “The real opportunity for AI is not just to accelerate how code gets written, but to provide a collaborative canvas where business and IT teams can generate the designs and requirements for a truly reimagined application together.”</p>



<p>Much of today’s excitement is around how AI accelerates application development and developer productivity. But what about the deployment process and the infrastructure to run AI-developed applications?</p>



<p>One emerging trend is AI application development platforms that come bundled with cloud deployment infrastructure and business process automation services. <a href="https://appian.com/products/platform/artificial-intelligence/ai-augmented-development">AI-Assisted Development</a> from Appian supports spec-driven development through its business interface <a href="https://docs.appian.com/suite/help/26.3/plan-view.html">Appian Composer</a> and development tools such as Claude, Codex, and Kiro. <a href="https://www.quickbase.com/pave">Pave</a> is a vibe coding platform that deploys to the same secure infrastructure as <a href="https://www.quickbase.com/">Quickbase</a> and leverages its governance capabilities. These two examples illustrate how <a href="https://www.infoworld.com/article/3476848/how-to-choose-the-right-low-code-no-code-or-process-automation-platform.html">low-code development</a> and process management platforms are evolving to embrace AI capabilities.</p>



<p>Experts remind IT leaders that whether you code, vibe, or adopt SDD, the emphasis should be on delivering resilient applications.</p>



<p>“The focus should be on engineering discipline and system design rather than pitting vibe coding and spec-driven development against each other,” says Sergei Kondratov, director of development at <a href="https://www.saritasa.com/">Saritasa</a>. “The success of any AI-assisted development today depends on how well tasks are broken down and controlled. If that is done poorly, both approaches fail.”</p>



<p>Other experts point out that the quality of AI-generated code and the ease of maintaining AI-generated applications are open questions.</p>



<p>“Spec-driven development orients teams toward the right business and technical outcomes, while AI coding increases velocity, says Christian Stano, field CTO at <a href="https://anyscale.com/">Anyscale</a>. “What matters is the interface where production software actually ships, where focus should solve the real bottleneck: whether review processes, infrastructure, and guardrails can keep pace. The key metric isn’t speed alone, but whether teams are accelerating without trading off reliability or accumulating hidden technical debt.”</p>



<p>Hannes Hapke, director of the 575 Lab at <a href="https://www.infoworld.com/article/4166817/Devops-CTO%20-%20review%20draft.docx">Dataiku</a>, adds, “While vibe coding compresses the time to first demo, there are major concerns about debt, security, and auditability. Spec-driven preserves discipline but adds overhead, and the key opportunity is blending both. CIOs need to measure impact through time to release, bug rates, refactoring frequency, and developer satisfaction, not just velocity.”</p>



<p>There’s no doubt that vibe coding and SDD will evolve, and there’s a reasonable chance the two practices will converge into a generalized AI coding environment. One example is <a href="https://www.infoworld.com/article/4062524/spec-driven-ai-coding-with-githubs-spec-kit.html">GitHub’s Spec Kit</a>, which works with GitHub Copilot, Claude Code, and Gemini CLI, and <a href="https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-new-open-source-toolkit/">treats spec writing as a prerequisite</a> to vibe coding and code generation.</p>



<p>As AI’s development capabilities improve, IT will need to consider how to evolve the end-to-end development process and ensure new capabilities do more than improve velocity and productivity.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vibe coding or spec-driven development?]]></title>
<description><![CDATA[Vibe coding and spec-driven development (SDD) are two emerging approaches where devops teams use AI to develop all of an application’s code. There are discussions about which approach to use for different use cases, and there are many platforms to consider with varying capabilities and experience...]]></description>
<link>https://tsecurity.de/de/3488880/ai-nachrichten/vibe-coding-or-spec-driven-development/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3488880/ai-nachrichten/vibe-coding-or-spec-driven-development/</guid>
<pubDate>Tue, 05 May 2026 11:03:42 +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>Vibe coding and spec-driven development (SDD) are two emerging approaches where devops teams use AI to develop all of an application’s code. There are discussions about which approach to use for different use cases, and there are many platforms to consider with varying capabilities and experiences. Some experts question whether AI delivers reliable, maintainable applications, while others suggest that, at some point, AI can lead the end-to-end software development process.  </p>



<p>But one certainty IT organizations face is that there’s more demand for applications, integrations, and analytics than there is supply of agile teams and devops engineers. Compound this imbalance with business priorities to address application security vulnerabilities, <a href="https://www.infoworld.com/article/2337263/the-7-rs-of-cloud-app-modernization.html">modernize applications for the cloud</a>, and address <a href="https://drive.starcio.com/2022/12/technical-debt-code-smells/">technical debt</a>. It results in tough choices on what work to prioritize and where to drive efficiencies in the software development life cycle.</p>



<p>Even before AI code generators emerged, IT leaders sought ways to improve developer productivity. Platforms like <a href="https://www.infoworld.com/article/4049946/is-ai-the-4gl-weve-been-waiting-for.html">4GL</a>, <a href="https://www.infoworld.com/article/3476848/how-to-choose-the-right-low-code-no-code-or-process-automation-platform.html">low-code/no-code</a>, and <a href="https://www.infoworld.com/article/4150869/what-enterprise-devops-teams-should-learn-from-saas.html">configurable SaaS</a> helped IT deliver more applications, reduce the developer skill set required to release enhancements, and improve software quality. These tools enabled IT to develop entire classes of applications, analytics, and integrations that couldn’t be built easily or cheaply by coding in <a href="https://www.infoworld.com/article/2335696/11-reasons-the-new-java-is-not-like-the-old-java.html%20https://www.infoworld.com/article/2335996/7-reasons-java-is-still-great.html">Java</a>, <a href="https://www.infoworld.com/article/2264488/what-is-the-net-framework-microsofts-answer-to-java.html">.NET</a>, and other programming languages.   </p>



<p>“Software has long been treated like infrastructure: built to last, hard to change, and expensive to replace, says Chris Willis, chief design officer and futurist at <a href="https://www.domo.com/">Domo</a>. “That model is giving way to a future with more applications that are smaller, faster to build, and created to solve a specific job before getting out of the way.”</p>



<h2 class="wp-block-heading">Code gen, vibe, or write a spec?</h2>



<p>GenAI models are the next accelerators for software development. The first tools were <a href="https://www.cio.com/article/1309604/generative-ai-copilots-whats-hype-and-where-to-drive-results.html">copilots</a> for coding assistance, followed by LLMs for generating code snippets. <a href="https://drive.starcio.com/2024/10/redesigned-drive-help-gen-ai/">I used code-generation tools</a> to develop regular expressions, extract information from web pages, and categorize data as steps in an app migration. They wrote code that I no longer had the time or skills to develop on my own, but it still required significant work to fix defects and integration issues. </p>



<p>We’re now in a second-generation phase of AI software development, with platforms like <a href="https://aws.amazon.com/q/developer/">Amazon Q Developer</a>, <a href="https://appian.com/products/platform/artificial-intelligence/ai-augmented-development">Appian AI-Assisted Development</a>, <a href="https://bolt.new/">Bolt</a>,  <a href="https://www.anthropic.com/product/claude-code">Claude Code</a>, <a href="https://cline.bot/">Cline</a>, <a href="https://cursor.com/">Cursor</a>, <a href="https://codeassist.google/">Gemini Code Assist</a>, <a href="https://github.com/features/copilot">GitHub Copilot</a>, <a href="https://kiro.dev/">Kiro</a>, <a href="https://lovable.dev/">Lovable</a>, <a href="https://openai.com/codex/">OpenAI Codex</a>, <a href="https://www.quickbase.com/pave">Pave</a>, and <a href="https://replit.com/">Replit</a>.</p>



<p>All these platforms generate code, but they offer different developer experiences and are used to address different scopes of work. They can be broken down into three categories:</p>



<ul class="wp-block-list">
<li><a href="https://www.infoworld.com/article/4032989/a-developers-guide-to-code-generation.html">Code-generating tools</a> enhance the developer experience by writing code on request from engineers and are often integrated into existing development tools.</li>



<li><a href="https://www.infoworld.com/article/4058076/vibe-coding-and-the-future-of-software-development.html">Vibe coding</a> generates prototypes, features, and production-ready applications through an iterative prompt-based experience.</li>



<li>Spec-driven development (SDD) creates an intermediary step before generating applications by allowing a development team to establish product requirements and compose other design documents iteratively through prompts, then generating code from them.</li>
</ul>



<p>If you are developing a new API, refactoring existing code, enhancing a workflow, or building a new feature, then a code generator may be all you need. The developer’s work shifts from writing code to expressing what code needs to be written, the requirements, the development platform, and other non-functional acceptance criteria.</p>



<p>But what if you want to develop a new application, integration, data pipeline, or a robust web service? For this article, I wanted to look beyond code generation and consider how development teams can use vibe coding and spec-driven development platforms to build and support applications.</p>



<h2 class="wp-block-heading">What vibe coding does well</h2>



<p>The vibe coding experience enables developers to prompt what they are looking to build and to observe the AI as it generates code.</p>



<p>Vibe coding platforms like Bolt, Lovable, and Replit can start developing from a single prompt, but they demonstrate more capabilities when the developer goes into plan mode. In planning, a vibe coding platform may repeat back the requirements it understands, ask questions to elaborate on them, and offer options when requirements aren’t specified.   </p>



<p>The “vibe” you get from these platforms is that they want to help developers go from idea to a functioning application quickly. Developers can then prompt the platform to refine requirements and request changes. And it’s not just developers; <a href="https://www.reworked.co/collaboration-productivity/vibe-coding-is-making-everyone-a-developer/">business owners</a>, non-technical <a href="https://www.forbes.com/sites/jodiecook/2026/03/10/vibe-coding-is-the-biggest-unlock-for-non-technical-founders-right-now/">startup founders</a>, and other <a href="https://sdtimes.com/softwaredev/what-vibe-coding-means-for-the-future-of-citizen-development/">citizen developers</a> are vibe coding, though they must learn the <a href="https://cloudsecurityalliance.org/blog/2025/04/09/secure-vibe-coding-guide">security best practices</a>.</p>



<p>“Vibe coding enables groups within the organization to create minimal viable products or small-scale tools that greatly increase their productivity,” says Duncan Ng, vice president of solutions engineering at <a href="https://www.vultr.com/">Vultr</a>. “Examples span proofs of concept that you want to put in front of potential consumers to receive feedback on product market fit, to laborious processes that can be streamlined to generate efficiency gains and increase velocity.”</p>



<h2 class="wp-block-heading">Are vibes a viable production path?</h2>



<p>A proof of concept (POC) or minimal viable product may be all a developer needs, but some question whether vibe-coded applications are ready for production. Rajesh Padmakumaran, vice president and AI practice leader at <a href="https://www.genpact.com/">Genpact</a>, says, “Vibe coding accelerates POCs, rapid experimentation, and idea exploration, but it lacks deterministic behavior, making it fundamentally unsuitable for systems that need to be maintained, scaled, or supported long-term.”</p>



<p>The negative sentiment isn’t just targeted at vibe coding, but at AI-generated code in general. Low-code and no-code platforms faced similar concerns in their early years around security, architecture, performance, and operational resiliency. Successful platform vendors established trust through transparency, and IT departments learned what scaffolding, processes, and documentation were needed to scale low- and no-code development. A similar transition is likely to happen with vibe coding platforms. </p>



<p>“Vibe coding accelerates experimentation, but without clear architectural constraints, observability, and performance guardrails, it introduces variability that breaks downstream systems in devops and IT operations,” says Piyush Patel, chief ecosystem officer at <a href="https://www.algolia.com/">Algolia</a>. “CIOs should treat vibe coding as a front-end accelerator while anchoring systems in well-defined specs that act as the ‘prompt layer’ for both humans and AI.”</p>



<h2 class="wp-block-heading">Start with requirements</h2>



<p>Another approach for using AI to develop applications is spec-driven development. Rather than jumping right into prompts to steer AI’s application development, SDD platforms shift-left the process, helping engineers document requirements. Based on those requirements, the SDD platforms then develop the application. </p>



<p>“Spec-driven development is all about structure and accountability,” said David Yanacek, senior principal engineer of agentic AI at <a href="https://aws.amazon.com/">AWS</a>. “You spend some time talking about what you want and what good looks like, and it responds with requirements, a technical design, and a breakdown of the development tasks.”</p>



<p>Yanacek is an advisor to AWS Kiro’s development team. Much like non-AI development projects start with designs, product requirement documents, and agile user stories, SDD reinforces the need for collaborating across business and technology stakeholders before jumping into code. Two successful use cases are<a href="https://aws.amazon.com/blogs/industries/from-spec-to-production-a-three-week-drug-discovery-agent-using-kiro/"> a drug-discovery AI agent deployed to production in three weeks</a> and a technology company’s <a href="https://www.rackspace.com/blog/how-kiro-ai-agents-accelerate-development">accelerated cloud migrations</a>.</p>



<p>“Creating these documents keeps the AI focused on high-quality output, so I can go back and verify that it did what I asked it to,” adds Yanacek. “For example, the design document describes the system’s behavior in detail, including code snippets and the database schema. When you fully specify how a system or feature should behave, the agent can generate more and better tests to verify its output.”</p>



<p>SDD is gaining traction among devops teams that recognize the importance of collaborating with stakeholders on both feature and <a href="https://www.infoworld.com/article/4061123/how-to-write-nonfunctional-requirements-for-ai-agents.html">non-functional requirements</a>.</p>



<p>“Spec-driven development is the natural maturation and evolution of vibe coding, where teams are fully maximizing the context window of their agent,” says Austin Spires, senior director of developer marketing at <a href="https://www.fastly.com/">Fastly</a>. “Spec-driven vibe coding forces engineers and teams to have a clearer vision, firmer requirements, and stronger writing than the first iterations of vibe coding.”</p>



<p>Nic Benders, chief technical strategist at <a href="https://newrelic.com/">New Relic</a>, adds, “Production software doesn’t start with coding. It starts with thinking about the problem, figuring out what you want, and communicating that with your team. Spec-driven development puts a brand name on doing that thinking and writing, but with an AI tool as your team.”</p>



<h2 class="wp-block-heading">Competing or complementary?</h2>



<p>Are SDD and vibe coding competing approaches? Will an enterprise support two different methodologies? Or is SDD an evolution of the vibe coding experience? “Vibe coding and spec-driven development aren’t competing approaches; they’re complementary ones, each with a distinct role in the development life cycle,” says Ayaz Ahmed Khan, senior director of engineering at <a href="https://www.cloudways.com/en">Cloudways</a> by DigitalOcean. “Use vibe coding to explore and prototype, and spec-driven development with AI to harden and ship. The teams that succeed with genAI are the ones who mindfully guide it with constant feedback to build production-ready software.”</p>



<p>Others suggest that vibe coding and SDD will continue to serve different business needs and implementation strategies. “Vibe coding, especially with capable agentic systems, delivers extraordinary velocity for user-facing prototypes where the blast radius of a defect is small, like for internal tools or first POCs,” says Wiktor Walc, CTO at <a href="https://www.tiugotech.com/">Tiugo Technologies</a>. “But the moment you’re dealing with large production environments, distributed state, or transactional integrity, you start benefiting from spec-driven contracts between services—not because today’s models can’t reason about complex systems, but because no agentic workflow yet offers the kind of deterministic correctness guarantees that production-critical infrastructure demands.”</p>



<h2 class="wp-block-heading">Focus on resilient releases</h2>



<p>Planning and coding are just two steps in building and supporting applications. There are other opportunities to use AI in the software development life cycle for developing AI agents, including building in <a href="https://www.infoworld.com/article/4140832/7-safeguards-for-observable-ai-agents.html">observability</a>, integrating <a href="https://www.infoworld.com/article/4124612/5-requirements-for-using-mcp-servers-to-connect-ai-agents.html">Model Context Protocol servers</a>, and robust <a href="https://www.infoworld.com/article/4086884/how-to-automate-the-testing-of-ai-agents.html">AI agent testing</a>.</p>



<p><a href="https://www.cio.com/article/4064313/what-world-class-it-looks-like-in-the-gen-ai-era.html">World-class IT departments</a> need to consider how vibe coding and SDD drive business value, innovation, and reliability, more than just improving the coding aspects of delivering applications. To what extent does AI develop solutions that meet business requirements and deliver exceptional user experiences?</p>



<p>“Both vibe coding and SDD assume that the hard work of getting business and IT stakeholders aligned on the right requirements is already done, and this is especially true as enterprises look to reimagine and redesign many of their core workflows to leverage AI,” says Don Schuerman, CTO and vice president of marketing and technology strategy at <a href="https://www.pega.com/">Pegasystems</a>. “The real opportunity for AI is not just to accelerate how code gets written, but to provide a collaborative canvas where business and IT teams can generate the designs and requirements for a truly reimagined application together.”</p>



<p>Much of today’s excitement is around how AI accelerates application development and developer productivity. But what about the deployment process and the infrastructure to run AI-developed applications?</p>



<p>One emerging trend is AI application development platforms that come bundled with cloud deployment infrastructure and business process automation services. <a href="https://appian.com/products/platform/artificial-intelligence/ai-augmented-development">AI-Assisted Development</a> from Appian supports spec-driven development through its business interface <a href="https://docs.appian.com/suite/help/26.3/plan-view.html">Appian Composer</a> and development tools such as Claude, Codex, and Kiro. <a href="https://www.quickbase.com/pave">Pave</a> is a vibe coding platform that deploys to the same secure infrastructure as <a href="https://www.quickbase.com/">Quickbase</a> and leverages its governance capabilities. These two examples illustrate how <a href="https://www.infoworld.com/article/3476848/how-to-choose-the-right-low-code-no-code-or-process-automation-platform.html">low-code development</a> and process management platforms are evolving to embrace AI capabilities.</p>



<p>Experts remind IT leaders that whether you code, vibe, or adopt SDD, the emphasis should be on delivering resilient applications.</p>



<p>“The focus should be on engineering discipline and system design rather than pitting vibe coding and spec-driven development against each other,” says Sergei Kondratov, director of development at <a href="https://www.saritasa.com/">Saritasa</a>. “The success of any AI-assisted development today depends on how well tasks are broken down and controlled. If that is done poorly, both approaches fail.”</p>



<p>Other experts point out that the quality of AI-generated code and the ease of maintaining AI-generated applications are open questions.</p>



<p>“Spec-driven development orients teams toward the right business and technical outcomes, while AI coding increases velocity, says Christian Stano, field CTO at <a href="https://anyscale.com/">Anyscale</a>. “What matters is the interface where production software actually ships, where focus should solve the real bottleneck: whether review processes, infrastructure, and guardrails can keep pace. The key metric isn’t speed alone, but whether teams are accelerating without trading off reliability or accumulating hidden technical debt.”</p>



<p>Hannes Hapke, director of the 575 Lab at <a href="https://www.infoworld.com/article/4166817/Devops-CTO%20-%20review%20draft.docx">Dataiku</a>, adds, “While vibe coding compresses the time to first demo, there are major concerns about debt, security, and auditability. Spec-driven preserves discipline but adds overhead, and the key opportunity is blending both. CIOs need to measure impact through time to release, bug rates, refactoring frequency, and developer satisfaction, not just velocity.”</p>



<p>There’s no doubt that vibe coding and SDD will evolve, and there’s a reasonable chance the two practices will converge into a generalized AI coding environment. One example is <a href="https://www.infoworld.com/article/4062524/spec-driven-ai-coding-with-githubs-spec-kit.html">GitHub’s Spec Kit</a>, which works with GitHub Copilot, Claude Code, and Gemini CLI, and <a href="https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-new-open-source-toolkit/">treats spec writing as a prerequisite</a> to vibe coding and code generation.</p>



<p>As AI’s development capabilities improve, IT will need to consider how to evolve the end-to-end development process and ensure new capabilities do more than improve velocity and productivity.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Identity Risk Intelligence vs Threat Intelligence: What’s the Difference?]]></title>
<description><![CDATA[Introduction: Two terms, one growing confusion In cybersecurity conversations today, two terms are showing up more frequently: Threat Intelligence Identity Risk Intelligence At a glance, they sound similar. Both deal with data, risk, and security insights. But they solve fundamentally…
Read more ...]]></description>
<link>https://tsecurity.de/de/3485029/it-security-nachrichten/identity-risk-intelligence-vs-threat-intelligence-whats-the-difference/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3485029/it-security-nachrichten/identity-risk-intelligence-vs-threat-intelligence-whats-the-difference/</guid>
<pubDate>Mon, 04 May 2026 07:50:50 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Introduction: Two terms, one growing confusion In cybersecurity conversations today, two terms are showing up more frequently: Threat Intelligence Identity Risk Intelligence At a glance, they sound similar. Both deal with data, risk, and security insights. But they solve fundamentally…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/identity-risk-intelligence-vs-threat-intelligence-whats-the-difference/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/identity-risk-intelligence-vs-threat-intelligence-whats-the-difference/">Identity Risk Intelligence vs Threat Intelligence: What’s the Difference?</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Extreme Networks: Memory advantage, Wi-Fi 7 and competitive flux drive momentum]]></title>
<description><![CDATA[Extreme Networks is relying heavily on a number of key technologies—including its network fabric and cloud management portfolios to build toward the future—but more immediately, it is leaning on a system memory advantage, Wi-Fi 7 development and the changing competitive landscape to drive growth....]]></description>
<link>https://tsecurity.de/de/3481101/it-security-nachrichten/extreme-networks-memory-advantage-wi-fi-7-and-competitive-flux-drive-momentum/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3481101/it-security-nachrichten/extreme-networks-memory-advantage-wi-fi-7-and-competitive-flux-drive-momentum/</guid>
<pubDate>Fri, 01 May 2026 21:20:54 +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>Extreme Networks is relying heavily on a number of key technologies—including its network fabric and cloud management portfolios to build toward the future—but more immediately, it is leaning on a system memory advantage, Wi-Fi 7 development and the changing competitive landscape to drive growth.</p>



<p>For now momentum is represented as five consecutive quarters of double-digit financial growth—its most recent 3Q ended March 31 with sales of $316.9 million, an 11% year-over-year increase and eight consecutive quarters of product growth.</p>



<p>“Our results reinforce our momentum as the fastest-growing enterprise networking player,” president, CEO &amp; executive director, <a href="https://www.linkedin.com/in/ed-meyercord/" target="_blank" rel="noreferrer noopener">Ed Meyercord</a> told Wall Street analysts this week on the company’s 3Q financial call. </p>



<p>There are a number of elements in the vendor’s growth story that are unique, at least in this moment in the industry. The first is system memory supply—the company reports it has secured enough memory supply to take it through fiscal ’27 and beyond.</p>



<p>“At this point, we have DDR memory supply through fiscal 2027 and then the first quarter of fiscal 2028. Then we have new vendors who have already committed to entering the market, who will have chips in, beginning in calendar 2028 that will fill demand for the market,” Meyercord told Network World. </p>



<p>“I think it could turn into an advantage for Extreme because what we hear is that our competitors are not going to be able to get supply. And if that’s the case, then we’ll be able to step in to channel partners or direct to end-user customers,” Meyercord said.</p>



<p>Meyercord said Extreme has been able to qualify alternative components that were designed for other industrial sectors, which has given it another source of supply and the company has been able to redesign its products to reduce the number of chips required, which is another factor, he told analysts. </p>



<p>“So it’s through a combination of a variety of initiatives that we’ve been able to solve for this, and we’re confident in saying that we have no near-term, nor do we believe a long-term, issue with memory and currently any of our components going forward,” Meyercord said.</p>



<p>Meyercord also credited Extreme’s core relationship with Broadcom as a key reason for its chipset and memory success. “Broadcom is a strategic partner to Extreme, and they go out of their way to support us and help us in these situations,” Meyercord said.</p>



<p>The supply and cost of memory components is causing industry anxiety in general, with Arista CEO Jayshree Ullal proclaiming that memory prices are “horrendous, an order of magnitude, exponentially higher,” in the company’s 4Q financial call in February. “So, clearly, with the situation worsening and also expected to last multiple years, we are experiencing shortages in memory…we are planning for this,” Ullal said. </p>



<p>“Memory is typically a sort of boom-and-bust component industry, and right now, it’s booming for the memory guys, and I don’t think they’re in a huge rush to try to solve the issue, even if they could,” <a href="https://www.linkedin.com/in/tommainelli/" target="_blank" rel="noreferrer noopener">Tom Mainelli, group vice president of device and consumer research at IDC</a> said in a <a href="https://www.networkworld.com/article/4119222/whats-causing-the-memory-shortage.html" target="_blank">recent Network World</a> article. And even if they wanted to, Mainelli said it would take 12 to 18 months, if not longer, to increase capacity.</p>



<p>Another high-impact technology moving Extreme forward is Wi-Fi 7. During its financial call, Extreme reports Wi-Fi 7 represented 37% of total wireless unit shipments in the quarter, up from 27% last quarter. In terms of bookings dollars, nearly half of wireless bookings came from Wi-Fi 7, the vendor reported.</p>



<p>“Wi Fi 7 is a meaningful step up from a quality standpoint, from a bandwidth and from a quality and reliability perspective and with Wi Fi 7, you can now run mission-critical applications, business applications,” Meyercord said.  “It’s the first generation of Wi-Fi where that’s been the case.”</p>



<p>If a customer is going to make an investment today in a network, I think you’re going to want to go with the latest technology. And so I think that’s what’s driving Wi-Fi 7 growth, and we’re seeing it across all the industry verticals that we support,” Meyercord said.</p>



<p>The state of the current <a href="https://thecuberesearch.com/extreme-networks-innovates-with-platform-one/?utm_source=chatgpt.com" target="_blank" rel="noreferrer noopener">networking industry</a> is also helping Extreme, according to Meyercord. For example AI gets a lot of attention but many of the networking opportunities in the data center and campus are customers refreshing their existing equipment, Meyercord said. </p>



<p>“The idea of AI inferencing and the idea <a href="https://www.extremenetworks.com/resources/blogs/state-of-ai-for-networking-2026-it-has-built-trust-in-ai-now-execs-demand-results" target="_blank" rel="noreferrer noopener">of agentic AI</a>, where you have a master agent, and then sub agents—basically an army of sub agents, that are just perpetually active in a network that weren’t there before, is on the horizon. But for most enterprise customers, I don’t think that’s prevalent today. It’s not, it’s not where our customers are today,” Meyercord said.</p>



<p>“We took our time with 400G for that reason, because our customers were not using 400G. And even enterprise data centers today, I think it’s something like less than 10% are moving in that direction, and even of those 10% are things like banks, large banks, and with significant data needs. But we are seeing that evolve now where it’s becoming more prevalent,” Meyercord said.  “We’re going to be announcing our enterprise stack and enterprise solution for the evolution of <a href="https://www.networkworld.com/article/3619952/extreme-looks-to-tame-complexity-with-ai-powered-platform-for-network-and-security-management.html" target="_blank">AI into the enterprise</a> network, but that’s for the future.”</p>



<p>The competitive landscape also moves Extreme. “Today, the competitive environment is such that Cisco continues to grow and expand outside the networking market to simply focus on other things. That opens the door for us,” Meyercord said. </p>



<p>“And then there’s HPE Juniper, the complexity of that deal and the challenges that they’ll have with integration filters out into the field and into the channel. And so here, again, with Extreme, with a very clean vision, a clean portfolio and hardware and solutions that are very easy for customers to use and simplify operations in something that’s inherently complex is getting us more at bats and our win rates are going up,” Meyercord said.</p>



<p>Also key to that growth is the underlying <a href="https://www.networkworld.com/article/3998013/extreme-networks-wants-your-complicated-wi-fi-environments.html" target="_blank">Extreme network fabric</a>. Built on extended L2 networking technology, the fabric provides virtualized network services across wired, wireless, SD‑WAN, and third‑party devices—delivering end‑to‑end segmentation for security and services. </p>



<p>“Everybody has network fabrics but ours is unique in the efficiency it brings to deploying networks, configuring networks, upgrading networks, it’s much faster and more automated. And then, in terms of security, the ability to segment networks and protect your environment. So instead of having a broad open network that someone could hack and attack and then laterally move about, you know, in this case, we create segmented networks, and it’s very easy to do that, and if someone hacks a segment of the network, they have nowhere to go except for that segment,” Meyercord said. </p>



<p>During the financial call Meyercord said: “The feedback we hear most often is, ‘It’s so easy,’ and our favorite customer quote is, ‘What took us six hours with Cisco, took only six minutes with Extreme.’ We’re the only vendor that offers this fabric.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s new, updated, or recently released in Microsoft Security]]></title>
<description><![CDATA[Stay ahead of emerging threats with Microsoft’s newest security innovations and updates, delivered through the In the Loop series. The post What’s new, updated, or recently released in Microsoft Security appeared first on Microsoft Security Blog. This article has been…
Read more →
The post What’s...]]></description>
<link>https://tsecurity.de/de/3478446/it-security-nachrichten/whats-new-updated-or-recently-released-in-microsoft-security/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3478446/it-security-nachrichten/whats-new-updated-or-recently-released-in-microsoft-security/</guid>
<pubDate>Thu, 30 Apr 2026 19:09:07 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Stay ahead of emerging threats with Microsoft’s newest security innovations and updates, delivered through the In the Loop series. The post What’s new, updated, or recently released in Microsoft Security appeared first on Microsoft Security Blog. This article has been…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/whats-new-updated-or-recently-released-in-microsoft-security/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/whats-new-updated-or-recently-released-in-microsoft-security/">What’s new, updated, or recently released in Microsoft Security</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s new, updated, or recently released in Microsoft Security]]></title>
<description><![CDATA[Stay ahead of emerging threats with Microsoft’s newest security innovations and updates, delivered through the In the Loop series.
The post What’s new, updated, or recently released in Microsoft Security appeared first on Microsoft Security Blog.]]></description>
<link>https://tsecurity.de/de/3478403/it-security-nachrichten/whats-new-updated-or-recently-released-in-microsoft-security/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3478403/it-security-nachrichten/whats-new-updated-or-recently-released-in-microsoft-security/</guid>
<pubDate>Thu, 30 Apr 2026 18:53:10 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Stay ahead of emerging threats with Microsoft’s newest security innovations and updates, delivered through the In the Loop series.</p>
<p>The post <a href="https://www.microsoft.com/en-us/security/blog/2026/04/30/whats-new-updated-or-recently-released-in-microsoft-security/">What’s new, updated, or recently released in Microsoft Security</a> appeared first on <a href="https://www.microsoft.com/en-us/security/blog">Microsoft Security Blog</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Amazon’s OpenAI gambit signals a new phase in the cloud wars — one where exclusivity no longer applies]]></title>
<description><![CDATA[Amazon Web Services on Tuesday launched one of the most consequential enterprise AI plays in the company's 20-year history, simultaneously bringing OpenAI's most powerful models to its Bedrock platform, unveiling a new agentic developer framework, releasing a desktop AI productivity tool called A...]]></description>
<link>https://tsecurity.de/de/3475812/it-nachrichten/amazons-openai-gambit-signals-a-new-phase-in-the-cloud-wars-one-where-exclusivity-no-longer-applies/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3475812/it-nachrichten/amazons-openai-gambit-signals-a-new-phase-in-the-cloud-wars-one-where-exclusivity-no-longer-applies/</guid>
<pubDate>Wed, 29 Apr 2026 23:31:39 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><a href="https://aws.amazon.com/">Amazon Web Services</a> on Tuesday launched one of the most consequential enterprise AI plays in the company's 20-year history, simultaneously <a href="https://venturebeat.com/technology/microsoft-and-openai-gut-their-exclusive-deal-freeing-openai-to-sell-on-aws-and-google-cloud">bringing OpenAI's most powerful models to its Bedrock platform</a>, unveiling a new agentic developer framework, releasing a desktop AI productivity tool called <a href="https://aws.amazon.com/quick/">Amazon Quick</a>, and expanding its Amazon Connect service from a single contact-center product into a family of four agentic AI solutions targeting supply chains, hiring, healthcare, and customer experience.</p><p>The announcements, made at a live event in San Francisco titled "<a href="http://youtube.com/watch?v=bhz0F33fc7Y">What's Next with AWS</a>," landed just 24 hours after <a href="https://venturebeat.com/technology/microsoft-and-openai-gut-their-exclusive-deal-freeing-openai-to-sell-on-aws-and-google-cloud">OpenAI and Microsoft publicly restructured their exclusive cloud partnership</a> — a move that, for the first time, freed OpenAI to distribute all of its products across rival cloud providers. AWS CEO Matt Garman called it "a huge partnership" and said customers have been asking for OpenAI models inside AWS "from the very early days."</p><p>The timing was no accident. Amazon CEO Andy Jassy had flagged the Microsoft-OpenAI restructuring as "<a href="https://x.com/ajassy/status/2048806022253609115?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2048806022253609115%7Ctwgr%5E1ba17a6157c343c4ab0636e34e75c9e9e033dce1%7Ctwcon%5Es1_&amp;ref_url=https%3A%2F%2Fventurebeat.com%2Ftechnology%2Fmicrosoft-and-openai-gut-their-exclusive-deal-freeing-openai-to-sell-on-aws-and-google-cloud">very interestin</a>g" in a post on X the day prior, promising more details on Tuesday. What followed was a sweeping set of launches that together represent AWS's bid to become the definitive infrastructure layer for the agentic AI era — one where intelligent software agents don't just answer questions but take autonomous action inside enterprise workflows.</p><h2><b>OpenAI's most capable models arrive on Amazon Bedrock for the first time, reshaping the cloud AI marketplace</b></h2><p>The centerpiece announcement: OpenAI's latest models are <a href="https://aws.amazon.com/bedrock/openai/">now available through Amazon Bedrock</a> in limited preview, with general availability expected within weeks. AWS confirmed that GPT-5.4 is available immediately in limited preview, with GPT-5.5 arriving shortly thereafter.</p><p>In an exclusive interview with VentureBeat at the event, Anthony Liguori, Vice President and Distinguished Engineer at AWS, described the significance of the moment. "We announced a partnership about eight weeks ago centered around this idea of the stateful runtime environment, the SRE APIs," Liguori said. "However, today we announced the availability of all of OpenAI's frontier models in Amazon Bedrock available via both the stateless APIs — these are the APIs that are commonly used, like chat completions and responses."</p><p>Liguori characterized the <a href="https://www.aboutamazon.com/news/aws/amazon-open-ai-strategic-partnership-investment">stateless API availability</a> as particularly critical because it removes migration friction. "Customers can take their existing workloads today and just start using AWS right off the bat," he said. "They don't have to write any new software, develop any new things. I think that's one of the most exciting announcements that came out today."</p><p>The integration means AWS customers can now evaluate and deploy OpenAI models alongside offerings from <a href="https://www.anthropic.com/">Anthropic</a>, <a href="https://www.meta.com/">Meta</a>, <a href="https://mistral.ai/">Mistral</a>, <a href="https://cohere.com/">Cohere</a>, and <a href="https://aws.amazon.com/nova/">Amazon's own models</a> — all through Bedrock's unified security, governance, and cost controls. For enterprise procurement teams, this collapses what had been a fragmented multi-vendor landscape into a single pane of glass.</p><h2><b>How a $50 billion Amazon investment and a messy Microsoft breakup cleared the way for Tuesday's deal</b></h2><p>The path to Tuesday's announcement was anything but smooth. As TechCrunch reported, OpenAI's earlier $50 billion deal with Amazon, announced in February, had <a href="https://techcrunch.com/2026/04/27/openai-ends-microsoft-legal-peril-over-its-50b-amazon-deal/">created a legal tangle</a> with Microsoft. Under the original Microsoft-OpenAI agreement, Microsoft retained exclusive rights to OpenAI products accessed through APIs, which appeared to conflict directly with OpenAI's promise to give AWS exclusive hosting rights for its new Frontier agent-building tool.</p><p>Microsoft had publicly pushed back at the time, stating that "Azure remains the exclusive cloud provider of stateless OpenAI APIs." The <a href="https://www.ft.com/content/e814f4c3-4fb5-4e2e-90a6-470044436b39?syn-25a6b1a6=1">Financial Times reported</a> that Microsoft even contemplated legal action. Monday's restructured deal — which replaced Microsoft's open-ended exclusivity with a nonexclusive license running through 2032 — swept those legal obstacles aside.</p><p>For AWS, the resolution means its multi-billion-dollar investment in OpenAI can now fully bear fruit. As <a href="https://www.cnbc.com/2026/04/13/openai-touts-amazon-alliance-in-memo-microsoft-limited-our-ability.html">CNBC reported</a>, OpenAI's revenue chief Denise Dresser had told employees in a memo that the Microsoft relationship "has also limited our ability to meet enterprises where they are — for many that's Bedrock." At the San Francisco event, Dresser framed the moment as a turning point. "They're no longer in the mindset of experimentation and pilots," she said of enterprise customers. "They really want to go full enterprise wide, and they understand that to do that, they need to have powerful models. But even more importantly, they want those models in a trusted environment."</p><p>OpenAI CEO Sam Altman, who was unable to attend in person due to his ongoing court case against Elon Musk across the Bay Bridge in Oakland, sent a recorded video message. "We are co-developing an agent platform from the ground up, deeply integrated with AWS services and powered by OpenAI's most advanced models and tools," Altman said, "so that customers can build and run powerful agents in their own environment without worrying about the underlying plumbing."</p><h2><b>Inside Bedrock managed agents, the reinforcement learning-trained 'harness' that AWS says will define the agentic era</b></h2><p>Beyond raw model access, AWS launched <a href="https://aws.amazon.com/bedrock/managed-agents-openai/">Amazon Bedrock Managed Agents</a> powered by OpenAI — a system that combines OpenAI's frontier models with its proprietary "harness," the agentic execution framework that powers products like Codex. This is where Liguori's technical analysis was most revealing.</p><p>He explained that the harness concept represents a shift in how models are trained and deployed for agentic work. "When you think about an agentic platform, there's really two components," Liguori told VentureBeat. "One is the harness — the actual logic that will execute tool calls for the model, determine when to compact the context, all of those sorts of things — and then the model itself."</p><p>Critically, Liguori argued, the best agentic performance comes when models are trained specifically against their harness through reinforcement learning — not merely prompted to use tools at inference time. "You can give a model a whole lot of instructions and a set of tools, and it will be able to use it most of the time," he said. "But when you really train the model on a specific set of tools, a specific style of operations, it's just like drilling plays over and over again — the model builds muscle memory for using that harness."</p><p>The football analogy is instructive. Where general-purpose models are like versatile athletes who can adapt to any playbook, harness-trained models are like championship teams that have run the same formations thousands of times until execution becomes instinctive. For enterprises deploying agents in high-stakes production environments — managing financial transactions, orchestrating supply chains, or processing sensitive healthcare data — that reliability gap matters enormously.</p><p><a href="https://aws.amazon.com/bedrock/managed-agents-openai/">Bedrock Managed Agents</a> consists of three components: a runtime layer for configuring skills, memory policies, and tool access; an environment layer where the agent lives (deployable on Fargate or other AWS compute); and an inference API for interacting with the agent. The system integrates deeply with AWS's identity and access management, VPC networking, and CloudTrail auditing — meaning every action an agent takes is logged and governed by existing enterprise security policies.</p><h2><b>AWS makes its boldest security claim yet: zero human access to inference machines running OpenAI's models</b></h2><p>Liguori made what may be his most striking claim when discussing why enterprises should trust AWS over on-premises alternatives or smaller cloud providers. "With Bedrock, the system that we're using to host the GPT-5.4 models, that whole environment is zero operator access," he told VentureBeat. "There's no human that could ever log into one of those machines, so your inference data is never able to be accessed by a human."</p><p>He pointed to AWS's custom silicon — <a href="https://aws.amazon.com/ec2/graviton/">Graviton processors</a> and <a href="https://aws.amazon.com/ec2/nitro/">Nitro security chips</a> — as the foundation for this claim. "When you look at one of our servers, either compute servers or the servers we're using for Gen AI, the only thing that you can buy off the shelf is the memory modules. Everything else is either custom boards or even custom silicon."</p><p>This argument is designed to counter a growing narrative from what the industry calls "<a href="https://venturebeat.com/technology/googles-gemini-can-now-run-on-a-single-air-gapped-server-and-vanish-when-you-pull-the-plug">neo-clouds</a>" — smaller providers that offer on-premises model hosting with tighter physical security controls. Liguori flipped that argument on its head: "You're actually way more secure in the cloud because we have built a platform with such strong physical securities... If you were to try to stand up your own inference system today, you'd probably be running open source software on just Linux."</p><p>It's a bold claim, and one that enterprise CISOs will undoubtedly scrutinize. But it underscores AWS's conviction that the agentic era — where AI agents access source code, PII data, and critical business systems — demands infrastructure security guarantees that go far beyond what most organizations can build independently.</p><h2><b>Codex's 4 million weekly users could soon multiply as OpenAI's coding agent arrives on AWS</b></h2><p><a href="https://chatgpt.com/codex/?utm_source=google&amp;utm_medium=paid_search&amp;utm_campaign=GOOG_X_SEM_GBR_Codex_CDX_BAU_ACQ_PER_DMA_ALL_NAMER_US_EN_031826&amp;c_id=23655882150&amp;c_agid=197896593721&amp;c_crid=800673030644&amp;c_kwid=kwd-1391743625010&amp;c_ims=&amp;c_pms=9061275&amp;c_nw=g&amp;c_dvc=c&amp;gad_source=1&amp;gad_campaignid=23655882150&amp;gbraid=0AAAAA-I0E5chNavanrPh3bZ_xGMEwhTD8&amp;gclid=Cj0KCQjw2MbPBhCSARIsAP3jP9yGjVQBGfBV3zLdDFJ_i0CUXHigW-aBwOKj0otUhW-PFTYQAIuu9l4aAp_LEALw_wcB">OpenAI's Codex</a> coding agent also arrived on Bedrock in limited preview. Dresser shared that Codex has been growing at a blistering pace, expanding "from 3 million weekly active users to 4 million in two weeks." The tool has evolved beyond simple code generation into a full agentic software development lifecycle platform.</p><p>For Liguori, who described himself as "10 to 20 times more productive" as an engineer thanks to tools like Codex, bringing this capability into AWS represents the bridge between individual developer productivity and enterprise-scale deployment. "Most developers today are using these OpenAI models on their laptops," he said. "We haven't seen that happen yet in the rest of the industry, and with Bedrock Managed Agents, we think we have a way for enterprises to deploy agents in a means that meets their compliance requirements."</p><p>The gap Liguori is describing — between the solo developer experience and enterprise-wide adoption — is arguably the central challenge of the current AI moment. Individual engineers can achieve extraordinary productivity gains with agentic coding tools. But scaling that to thousands of developers across a Fortune 500 company, with proper governance, security, and auditability, requires platform-level infrastructure. That's the market AWS is targeting.</p><p>Liguori saw the near-term potential in even more immediate terms. He described leading a team of about 20 engineers who share a common codebase of skills and MCP tools. "That has been an amazingly powerful thing, because we're all able to build on top of each other as we learn how to use these models," he said. "Where I've run into a hurdle is there's a lot of stuff I'd like to share with our finance team... and I can't really ask them to clone a Git repo and build it from a Git repo." Bedrock Managed Agents, he argued, will let teams create hosted agents that non-technical colleagues can access — taking agentic development from a developer-only practice to an enterprise-wide capability within the next six months.</p><h2><b>Amazon Quick Desktop aims to be the agentic AI assistant that finally works for non-developers</b></h2><p>While the OpenAI partnership dominated headlines, AWS also launched <a href="https://aws.amazon.com/quick/desktop/">Amazon Quick Desktop</a> — a new desktop application designed to bring agentic AI to knowledge workers who aren't developers. Liguori framed the product as addressing a critical gap. "A lot of these agentic tools have primarily targeted developers," he said. "Quick Desktop is a really great tool if you are a knowledge worker that is not a developer... I think it's been underserved for the non-developer knowledge workers."</p><p><a href="https://aws.amazon.com/quick/desktop/">Quick Desktop</a> integrates with a user's local files, calendar, email, Slack, and enterprise applications — building what AWS calls a "Knowledge Graph" that maps relationships between people, projects, decisions, and actions. The system connects natively with Google Workspace, Microsoft 365, Zoom, and Salesforce. Unlike other AI productivity tools, Quick doesn't wait for prompts. It proactively surfaces what matters — unanswered emails, deals needing updates, documents awaiting review — and can take action like scheduling meetings, drafting emails, or updating Jira tickets.</p><p>Garman, who said he had been using the desktop app for several weeks, called it "by far the most effective tool" among AI productivity products he has tested. "If you think about what we've done with Quick — combine all of your sources of data inside of the enterprise — but then we also saw the power of having access to a local desktop and being able to operate with your local files and your local email and your local Slack... but people were worried about security, appropriately so," Garman said. "What we're doing here is combining a bunch of those things together with QUIC to give you the best of all of those worlds."</p><p>The product is available in preview today, with no AWS account required — users can sign up with just an email address. Customers including <a href="https://www.bmwusa.com/">BMW</a>, <a href="https://www.3m.com/">3M</a>, <a href="https://www.mondelezinternational.com/">Mondelēz</a>, <a href="https://www.southwest.com/">Southwest Airlines</a>, and the <a href="https://www.nfl.com/">NFL</a> are already using it, with some reporting production time reductions of nearly 80% and customer issue processing cut by more than 50%.</p><h2><b>Amazon Connect becomes a family of four as AWS bets that 'agentic teammates' will transform supply chains, hiring, and healthcare</b></h2><p>Perhaps the most ambitious long-term bet announced Tuesday was the expansion of <a href="https://www.aboutamazon.com/news/aws/amazon-connect-ai-business-set">Amazon Connect </a>from a single contact-center product — one that reached over $1 billion in revenue last year and processes 20 million interactions daily — into a family of four agentic AI solutions.</p><p>The new lineup includes <a href="https://aws.amazon.com/products/connect/decisions/">Amazon Connect Decisions</a>, an agentic supply chain planning tool built on more than 25 specialized supply chain tools and 30 years of Amazon operational science, including one of Amazon's SCOT (Supply Chain Optimization Technologies) foundation models. <a href="https://aws.amazon.com/products/connect/talent/">Amazon Connect Talent</a> is a high-volume hiring platform inspired by Amazon's experience hiring 250,000 seasonal employees during peak periods, using AI agents to conduct voice interviews around the clock and present recruiters with anonymized, skills-based scoring. Amazon Connect Customer AI is the renamed and enhanced version of the original contact-center service. And Amazon Connect Health covers the patient journey from appointment scheduling through clinical encounters, including ambient documentation, billing code suggestions, and post-visit summaries drawn from Amazon's experience with One Medical and Amazon Pharmacy.</p><p>Colleen Aubrey, who leads applied AI solutions at AWS and previously co-founded Amazon's advertising business, introduced a new design philosophy underlying all four products: "humorphism." Where skeuomorphism translated physical objects into digital metaphors — desks to desktops, files to folders — humorphism translates human interaction dynamics into AI agent behavior. "If we're building products that at the heart of which is an agentic teammate, then how should those teammates interact with you?" Aubrey asked. The philosophy manifests in specific design choices: <a href="https://www.aboutamazon.com/news/aws/amazon-connect-ai-business-set">Connect Decisions agents</a> ask planners <i>why</i> they made manual adjustments and apply those insights across similar products. Connect Talent agents adapt follow-up questions based on candidate responses. Connect Health agents trace every clinical insight back to source data so physicians can verify AI-generated documentation.</p><h2><b>What AWS's four-layer strategy reveals about where the real value in enterprise AI will be captured</b></h2><p>Taken together, Tuesday's announcements reveal a coherent strategy operating across four distinct layers: custom infrastructure (<a href="https://aws.amazon.com/ec2/graviton/">Graviton</a>, <a href="https://aws.amazon.com/ai/machine-learning/trainium/">Trainium</a>, <a href="https://aws.amazon.com/trust-center/operator-access/">zero-operator-access security</a>), model access (<a href="https://aws.amazon.com/bedrock/marketplace/">Bedrock as a model marketplace with unified APIs</a>), an agentic platform (<a href="https://aws.amazon.com/bedrock/managed-agents-openai/">Bedrock Managed Agents</a> and <a href="https://aws.amazon.com/bedrock/agentcore/">AgentCore</a> for building and governing agents), and purpose-built applications (<a href="https://aws.amazon.com/quick/">Quick</a> for individual productivity, <a href="https://www.aboutamazon.com/news/aws/amazon-connect-ai-business-set">Connect</a> for vertical business operations).</p><p>This layered approach addresses a fundamental tension in the enterprise AI market. Companies want choice at the model layer but integration at the platform layer and specificity at the application layer. By offering all three through a single security and governance framework, AWS is betting it can capture value across the entire stack — a strategy that reshapes competitive dynamics for <a href="https://microsoft.com/">Microsoft</a>, <a href="https://cloud.google.com/">Google Cloud</a>, and the growing constellation of smaller AI infrastructure providers.</p><p>Garman pushed back on the "SaaSpocalypse" narrative that agentic AI will destroy incumbent enterprise software companies. "The incumbent providers today have such a huge advantage," he said. "They have deep domain expertise... a large customer set with all of their data." He pointed to Salesforce's recent headless API offering as an example of incumbents adapting smartly. But he also drew an explicit parallel to the early days of cloud computing, when customers would simply replicate their on-premises data centers in the cloud rather than reimagine what was possible. "You see that today with how people are thinking about AI and agents," Garman said. "They're like, 'I have this business process, I'm gonna have agents do the exact same thing that humans do.' It kind of works... but it doesn't give you that transformational change."</p><p>He pointed to Amazon's own Prime Video team as proof of what that change looks like in practice. The team used agentic tools to rebuild a partner payment system that was projected to take two years — completing it in roughly two quarters with a handful of people, while simultaneously improving the system for customers, for Amazon, and for the partners who get paid through it.</p><h2><b>The enterprise AI arms race enters a new phase as model access becomes table stakes and the platform war begins</b></h2><p>For enterprises evaluating their AI strategies, Tuesday's announcements simplify one decision — <a href="https://aws.amazon.com/about-aws/whats-new/2026/04/bedrock-openai-models-codex-managed-agents/">OpenAI models are now available</a> where most of them already run production workloads — while complicating another. With model access increasingly commoditized across cloud providers, the real differentiator becomes the platform layer: where agents are built, governed, deployed, and trusted to take consequential actions. That's the battleground AWS is staking out, and it's the same ground <a href="https://microsoft.com/">Microsoft</a>, <a href="https://www.google.com/">Google</a>, <a href="https://www.salesforce.com/">Salesforce</a>, and a growing number of startups intend to contest.</p><p>Liguori sees the transformation accelerating fast. "I think what we're going to see in the next six months is a lot of this agentic stuff going from developer only to being able to be consumed by a larger number of folks within an enterprise," he told VentureBeat. Anthony Liguori, the AWS distinguished engineer who led the technical work over eight sleepless weeks to bring OpenAI's models to Bedrock, said his own productivity as a software engineer has increased 10 to 20 times over the past year. When asked what excites him most about what comes next, he didn't talk about models or infrastructure. He talked about what happens when that same multiplier reaches the finance team, the product managers, the supply chain planners — the millions of knowledge workers who have been watching the agentic revolution from the sidelines.</p><p>"We had nothing eight weeks ago," he said, "and now we're here." If the next eight weeks move as fast, the sidelines may not exist for much longer.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why it’s so hard to create stand-alone Python apps]]></title>
<description><![CDATA[If Python developers have one consistent gripe about their beloved language, it tends to be this: Why is it so hard to take a Python program and deploy it as a standalone artifact, the way C, C++, Rust, Go, and even Java can be deployed? Are we stuck with requiring everyone to install the Python ...]]></description>
<link>https://tsecurity.de/de/3473944/ai-nachrichten/why-its-so-hard-to-create-stand-alone-python-apps/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3473944/ai-nachrichten/why-its-so-hard-to-create-stand-alone-python-apps/</guid>
<pubDate>Wed, 29 Apr 2026 11:47:52 +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>If <a href="https://www.infoworld.com/article/2253770/what-is-python-powerful-intuitive-programming.html">Python</a> developers have one consistent gripe about their beloved language, it tends to be this: Why is it so hard to take a Python program and deploy it as a standalone artifact, the way <a href="https://www.infoworld.com/article/2261151/why-the-c-programming-language-still-rules.html">C</a>, <a href="https://www.infoworld.com/c-plus-plus/" data-type="link" data-id="https://www.infoworld.com/c-plus-plus/">C++</a>, <a href="https://www.infoworld.com/article/2255250/what-is-rust-safe-fast-and-easy-software-development.html" data-type="link" data-id="https://www.infoworld.com/article/2255250/what-is-rust-safe-fast-and-easy-software-development.html">Rust</a>, <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html" data-type="link" data-id="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go</a>, and even <a href="https://www.infoworld.com/article/2335996/9-reasons-java-is-still-great.html">Java</a> can be deployed? Are we stuck with requiring everyone to install the Python runtime first before they can use a Python program? And why are all the workarounds for this problem so clunky?</p>



<p>One of the features that makes Python so appealing — its <em>dynamism</em> — is also the reason Python apps are so difficult to bundle and deploy. Not <em>impossible</em>, but challenging. Bundled Python apps end up being big packages, never less than a dozen megabytes or more. Plus, the tools for creating those bundles aren’t the friendliest or most convenient.</p>



<p>So what is it about Python’s dynamism that’s reponsible for this?</p>



<h2 class="wp-block-heading">The pleasures and perils of Python’s dynamism</h2>



<p>When we talk about Python as a “dynamic” language, that means more than the fact that Python apps are executed with an interpreter. It also means that many decisions about the behaviors of Python apps are made at <em>run time</em>, and not ahead of time.</p>



<p>Many of Python’s conveniences come from this design choice. Variables don’t have to be declared in advance, and they are automatically garbage-collected when no longer in use. Imports can be declared ahead of time, but they can also be generated at run time — and theoretically they can import code from anywhere. Python code can even be generated and interpreted at run time.</p>



<p>These flexible behaviors all come at a cost: it’s hard to predict what a Python program may do at run time. One of the factors that make it so difficult is that the code in a Python program can theoretically be changed by other code. A library can be imported, have methods overridden, even have its bytecode altered. It’s hard to optimize Python for high performance because so many optimizations rely on knowing what the code will do ahead of time (although the <a href="https://www.infoworld.com/article/4110565/get-started-with-pythons-new-native-jit.html">new JIT</a> and other changes are helping with that).</p>



<p>Two big consequences arise from all this:</p>



<ol class="wp-block-list">
<li>The most reliable way to run a Python program is through an instance of the Python runtime, so that all of Python’s dynamic behaviors can be recreated. Any solution that turns a Python app into some kind of redistributable package must include the runtime in some form. And any solution that would include “just enough” of the Python runtime to run that program would break promises about Python’s dynamism.</li>



<li>It’s difficult to package a Python app for standalone use because it’s difficult to predict which Python capabilities the app will need at runtime. Not <em>impossible</em>, but difficult enough that it’s far from trivial. It also means that any third-party libraries the app requires must be bundled with the app in their entirety.</li>
</ol>



<h2 class="wp-block-heading">Third-party libraries: All or nothing</h2>



<p>Python apps require very clear declarations of which libraries they need to run, via <code>pyproject.toml</code> or <code>requirements.txt</code>. What’s more, Python’s dynamism means you can’t make any assumptions about which parts of those libraries are actually used.</p>



<p>In the world of C++ or Rust, you can compile statically-linked binaries that omit any code that isn’t called from within your program. Python libraries <em>can’t</em> work this way; <em>any</em> part of the library could be called by <em>any</em> code at <em>any</em> time. Therefore the entire library — including all of its own dependencies, like binaries — must be included.</p>



<p>Thus any attempt to package a Python app as a standalone executable must include <em>all</em> of its dependencies. The result can be quite a large package — large enough to be off-putting to those who don’t want to deliver, say, a 300MB artifact to their users. But Python’s dynamism requires including everything.</p>



<p>In theory you could trace the call path of a Python program and “tree-shake” it — remove everything that never gets called. But that would work only for <em>that particular run of the program</em>. Guaranteeing this would work for <em>any</em> run of the program, including those where Python’s dynamism gets exploited, is all but impossible.</p>



<h2 class="wp-block-heading">The only workable solution: A total package</h2>



<p>All of these issues mean we have only a few ways to deploy a Python program reliably:</p>



<ul class="wp-block-list">
<li><strong>Install it into an existing Python interpreter.</strong> This is the most common scenario, but it requires setting up a copy of the interpreter. At best, this means an entirely separate step, one fraught with complexity if Python versions already exist on the system. This is also the scenario people want to avoid in the first place, because they want to make their app as easy to redistibute as possible.</li>



<li><strong>Bundle the interpreter with the program and its dependencies.</strong> This is the approach taken by projects like <a href="https://www.infoworld.com/article/2258008/how-to-use-pyinstaller-to-create-python-executables.html">PyInstaller</a> and <a href="https://www.infoworld.com/article/2336736/intro-to-nuitka-a-better-way-to-compile-and-distribute-python-applications.html">Nuitka</a>. The downsides are that the deliverables tend to be quite large, and creating them requires learning the quirks of these projects. But they do work. </li>



<li><strong>Use a system like Docker to bundle the program.</strong> Docker containers introduce their own world of trade-offs. On the one hand, you get absolutely everything you need to run the program, including any system-level dependencies. On the other hand, the resulting container can be positively hefty. And, of course, using Docker means adopting an additional software ecosystem.</li>
</ul>



<p>Some of the newer solutions to the problem try to solve one particular pain point or another, as a way to make the whole issue less unpalatable. For instance, <a href="https://www.infoworld.com/article/4030697/pyapp-an-easy-way-to-package-python-apps-as-executables.html">PyApp</a> uses <a href="https://www.infoworld.com/article/2255250/what-is-rust-safe-fast-and-easy-software-development.html" data-type="link" data-id="https://www.infoworld.com/article/2255250/what-is-rust-safe-fast-and-easy-software-development.html">Rust</a> to build a self-extracting binary that installs the needed Python distribution, your app, and all its dependencies. It has two big drawbacks: you need the Rust compiler to build it for your project, and your project must be an installable package that uses the <code>pyproject.toml</code> standard. The first of these requirements is likely to be the larger hurdle; most Python projects need a <code>pyproject.toml</code> of some kind at this point.</p>



<p>Another solution is one I wrote myself: <a href="https://github.com/syegulalp/pydeploy"><code>pydeploy</code></a>. It also requires the project in question be installable  via <code>pip install</code>. Otherwise, <code>pydeploy</code> needs nothing more than Python’s standard library to generate a self-contained deliverable with the Python runtime included. Its big drawback right now is that it only works for Microsoft Windows, but in theory it could work on any operating system.</p>



<h2 class="wp-block-heading">Maybe someday</h2>



<p>All the recent major changes being proposed for Python, such as <a href="https://www.infoworld.com/article/4110565/get-started-with-pythons-new-native-jit.html" data-type="link" data-id="https://www.infoworld.com/article/4110565/get-started-with-pythons-new-native-jit.html">the new native JIT</a> and <a href="https://www.infoworld.com/article/3552750/get-started-with-the-free-threaded-build-of-python-3-13.html">full concurrency or multithreading</a>, are meant to enhance Python’s behavior as a dynamic language. Any proposals designed to change that dynamism essentially would mean creating a new language with different expectations about its behavior.</p>



<p>While there have been attempts to launch variants of Python that address one limitation or another (e.g., <a href="https://www.infoworld.com/article/4081105/revisiting-mojo-a-faster-python.html">Mojo</a>), the original Python language, for all its limits, remains a massive center of gravity. As the language continues to develop, there’s always the chance we’ll someday see a “blessed”, Python-native solution to the problem of distributing standalone Python apps. In the meantime, the solutions we have may be less than elegant, but at least we have solutions. </p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s New in Fedora KDE Plasma Desktop 44 - Fedora Magazine]]></title>
<description><![CDATA[submitted by    /u/jlpcsl   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3472936/linux-tipps/whats-new-in-fedora-kde-plasma-desktop-44-fedora-magazine/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3472936/linux-tipps/whats-new-in-fedora-kde-plasma-desktop-44-fedora-magazine/</guid>
<pubDate>Wed, 29 Apr 2026 03:08:19 +0200</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/jlpcsl"> /u/jlpcsl </a> <br> <span><a href="https://fedoramagazine.org/whats-new-in-fedora-kde-plasma-desktop-44/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1sy4pp2/whats_new_in_fedora_kde_plasma_desktop_44_fedora/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fedora Linux 44 has been released]]></title>
<description><![CDATA[The Fedora Project has announced
the release of Fedora Linux 44. There are "what's new"
articles for Fedora
Workstation, Fedora
KDE Plasma Desktop, and Fedora
Atomic Desktops. The Fedora Asahi Remix for Apple Silicon Macs,
based on Fedora 44, is also
available. See the Fedora Spins page for a ful...]]></description>
<link>https://tsecurity.de/de/3471621/linux-tipps/fedora-linux-44-has-been-released/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3471621/linux-tipps/fedora-linux-44-has-been-released/</guid>
<pubDate>Tue, 28 Apr 2026 16:41:40 +0200</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>The Fedora Project has <a href="https://fedoramagazine.org/announcing-fedora-linux-44/">announced</a>
the release of Fedora Linux 44. There are "what's new"
articles for <a href="https://fedoramagazine.org/whats-new-fedora-workstation-44/">Fedora
Workstation</a>, <a href="https://fedoramagazine.org/whats-new-in-fedora-kde-plasma-desktop-44/">Fedora
KDE Plasma Desktop</a>, and <a href="https://fedoramagazine.org/whats-new-fedora-atomic-desktops-in-fedora-linux-44/">Fedora
Atomic Desktops</a>. The Fedora Asahi Remix for Apple Silicon Macs,
based on Fedora 44, is <a href="https://fedoramagazine.org/fedora-asahi-remix-44-is-now-available/">also
available</a>. See the <a href="https://fedoraproject.org/spins/">Fedora Spins</a> page for a full list of alternative desktop options.</p>

<blockquote class="bq">
<p>Fedora Linux 44 Workstation ships with the latest GNOME release,
GNOME 50. This comes with a long list of refinements to your desktop,
including everything from accessibility to color management and remote
desktop. Many of the applications that are installed by default on
Fedora Workstation have also seen improvements, from Document Viewer
to File Manager and Calendar. To learn more about these and other
changes, you can read the <a href="https://release.gnome.org/50/">GNOME 50 release notes</a>.</p>

<p>KDE Plasma Desktop: If you are a KDE user, you should also notice a
couple of very obvious changes. Fedora KDE Plasma Desktop 44 is based
on the latest Plasma 6.6, which includes the new Plasma Login Manager
and Plasma Setup to provide a more cohesive and integrated experience
from the moment the computer is powered on for the first time. The
installation process has been simplified, enabling you to easily set
up Fedora KDE Plasma Desktop for a computer for a friend or a loved
one.</p>
</blockquote>

<p>The <a href="https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/">release
notes</a> include important changes between Fedora 43 and
Fedora 44 for desktop users, developers, and system administrators.</p>
<p></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[LLM Proxies vs. MCP Gateways: What’s the Difference?]]></title>
<description><![CDATA[As enterprise adoption of generative AI accelerates, so does the number of new components showing up in architecture diagrams. Among the common are LLM proxies and MCP gateways. They are often grouped together because they both sit between applications and…
Read more →
The post LLM Proxies vs. MC...]]></description>
<link>https://tsecurity.de/de/3471515/it-security-nachrichten/llm-proxies-vs-mcp-gateways-whats-the-difference/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3471515/it-security-nachrichten/llm-proxies-vs-mcp-gateways-whats-the-difference/</guid>
<pubDate>Tue, 28 Apr 2026 16:10:07 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>As enterprise adoption of generative AI accelerates, so does the number of new components showing up in architecture diagrams. Among the common are LLM proxies and MCP gateways. They are often grouped together because they both sit between applications and…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/llm-proxies-vs-mcp-gateways-whats-the-difference/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/llm-proxies-vs-mcp-gateways-whats-the-difference/">LLM Proxies vs. MCP Gateways: What’s the Difference?</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[pip 26.1 released]]></title>
<description><![CDATA[Version 26.1 of
the pip package installer for Python has been released. Richard Si
has published a blog
post that looks at some of the highlights of 26.1 including
dependency cooldowns, experimental support for pylock (pylock.toml)
files, and resolver
improvements that will move pip closer to the...]]></description>
<link>https://tsecurity.de/de/3469188/linux-tipps/pip-261-released/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3469188/linux-tipps/pip-261-released/</guid>
<pubDate>Mon, 27 Apr 2026 20:54:02 +0200</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><a href="https://pip.pypa.io/en/stable/news/#v26-1">Version 26.1</a> of
the pip package installer for Python has been released. Richard Si
has published a <a href="https://ichard26.github.io/blog/2026/04/whats-new-in-pip-26.1/">blog
post</a> that looks at some of the highlights of 26.1 including
dependency cooldowns, experimental support for pylock (<a href="https://packaging.python.org/en/latest/specifications/pylock-toml/#pylock-toml-spec"><tt>pylock.toml</tt></a>)
files, and <a href="https://ichard26.github.io/blog/2026/04/whats-new-in-pip-26.1/#lifting-several-2020-resolver-limitations">resolver
improvements</a> that will move pip closer to the goal of removing its
legacy resolver. The release also includes several security fixes and
drops support for Python 3.9.</p>

<p></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Norway to Introduce Social Media Age Limit of 16, Platforms to Enforce Verification]]></title>
<description><![CDATA[The Norway social media age limit is moving closer to becoming law, with the government confirming it will introduce legislation this year to restrict access for children under 16. The proposal, expected to be presented to Parliament (Stortinget), aims to reshape how young users interact with dig...]]></description>
<link>https://tsecurity.de/de/3467609/it-security-nachrichten/norway-to-introduce-social-media-age-limit-of-16-platforms-to-enforce-verification/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3467609/it-security-nachrichten/norway-to-introduce-social-media-age-limit-of-16-platforms-to-enforce-verification/</guid>
<pubDate>Mon, 27 Apr 2026 12:06:51 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><img width="1376" height="768" src="https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Norway social media age limit" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit.webp 1376w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-1024x572.webp 1024w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-768x429.webp 768w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-750x419.webp 750w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-1140x636.webp 1140w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit.webp 1376w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-1024x572.webp 1024w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-768x429.webp 768w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-750x419.webp 750w, https://thecyberexpress.com/wp-content/uploads/Norway-social-media-age-limit-1140x636.webp 1140w" sizes="(max-width: 1376px) 100vw, 1376px" title="Norway to Introduce Social Media Age Limit of 16, Platforms to Enforce Verification 3"></p>The Norway social media age limit is moving closer to becoming law, with the government confirming it will introduce legislation this year to restrict access for children under 16. The proposal, expected to be presented to Parliament (Stortinget), aims to reshape how young users interact with digital platforms and place greater responsibility on technology companies for enforcing age restrictions.

Prime Minister Jonas Gahr Støre said the move is designed to protect childhood experiences from being dominated by screens and algorithms.

He emphasized that children should have space for play, friendships, and offline development, positioning the Norway social media age limit as a safeguard rather than a restriction.
<h3><strong>How the Norway Social Media Age Limit Will Work</strong></h3>
Under the proposed law, the Norway social media age limit will apply from January 1 of the year a child turns 16. This means access will be granted based on birth year rather than exact birthdate, ensuring that entire school cohorts are treated equally. In practice, most children will be at least 15 years old when they gain access.

Minister for Children and Families Lene Vågslid explained that this approach addresses concerns raised during public consultations. Many respondents argued that differences based on birthdates could create social divides among peers. By aligning access with school cohorts, the government aims to balance protection with inclusion.

“For me, it is important both to give better protection for children in the digital world and to listen to what young people are saying. I understand that social media can be an important social arena. We want to ensure inclusion and a sense of community. That is why we are proposing that the cutoff be based on the year of birth rather than the exact birth date, so that cohorts are given equal opportunities, regardless of when each person is born,” <a href="https://www.regjeringen.no/en/whats-new/norwegian-social-media-age-restrictions-law-on-track-to-be-introduced-this-year-this-is-how-the-age-limit-for-social-media-will-work/id3157276/" target="_blank" rel="nofollow noopener">said</a> Minister for Children and Families Lene Vågslid (Labour).

At the same time, officials acknowledge that social media plays a role in young people’s social lives. The policy attempts to maintain that balance while reducing early exposure to potential harms linked to excessive screen time and online interactions.
<h3><strong>Tech Companies to Enforce the Norway Social Media Age Limit</strong></h3>
A key feature of the Norway social media age limit is the shift in responsibility to technology companies. Platforms will be required to implement effective age verification systems at login, ensuring that underage users cannot bypass restrictions.

Minister of Digitalisation and Public Governance Karianne Tung made it clear that enforcement will not rely on children or parents alone. She stated that companies must take full responsibility for compliance and ensure that safeguards are operational from the first day the law takes effect.

“I expect technology companies to ensure that the age limit is respected. Children cannot be left with the responsibility for staying away from platforms they are not allowed to use. That responsibility rests with the companies providing these services. They must implement effective age verification and comply with the law from day one,” said Minister of Digitalisation and Public Governance Karianne Tung (Labour).

This approach aligns with broader European regulatory trends, particularly the <a href="https://thecyberexpress.com/breton-vs-musk-over-dsa-violation/" target="_blank" rel="noopener">Digital Services Act</a>, which is expected to require platforms to take stronger accountability for user safety, including age verification measures.
<h3><strong>Part of a Wider European Push</strong></h3>
Norway is among the first countries in Europe to move forward with a nationwide <a href="https://thecyberexpress.com/eu-age-verification-app/" target="_blank" rel="noopener">social media restriction</a> of this kind. However, it is not acting in isolation. Several European governments are exploring or advancing similar policies.

In France, lawmakers have already backed a <a href="https://thecyberexpress.com/social-media-ban-for-children-france/" target="_blank" rel="noopener">proposal to restrict social media</a> use for children under 15, with strong support from President Emmanuel Macron. Spain has also <a href="https://thecyberexpress.com/spain-ban-social-media-platforms-kids/" target="_blank" rel="noopener">announced</a> plans to block access for users aged 15 and under, while the Netherlands is considering a minimum age of 15.

In the United Kingdom, Prime Minister Keir Starmer has <a href="https://thecyberexpress.com/uk-government-social-media-ban-for-children/" target="_blank" rel="noopener">supported tighter controls</a>, with pilot programs underway to assess the impact of limiting social media use among teenagers.

These developments suggest that the Norway social media age limit is part of a broader shift across Europe toward stricter regulation of digital platforms and greater protection for minors.
<h3><strong>Implementation Timeline and Next Steps</strong></h3>
The Norwegian government plans to send the proposed legislation for consultation within the European Economic Area before the summer. This process typically lasts around three months. Full enforcement of the Norway social media age limit is expected once the Digital Services Act is incorporated into Norwegian law.

Officials say recent trends support the move. <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/" title="Data" data-wpil-keyword-link="linked" data-wpil-monitor-id="27983">Data</a> indicates a decline in the number of children owning smartphones and using social media, partly due to national screen-time guidelines and initiatives such as mobile-free schools.

The government intends to implement the policy in stages, but it has made clear that service providers are expected to begin compliance preparations immediately.
<h3><strong>A Shift in Digital Policy</strong></h3>
The Norway social media age limit reflects growing concern among policymakers about the impact of digital platforms on<a href="https://thecyberexpress.com/google-gemini-ai-for-kids/" target="_blank" rel="noopener"> children’s mental health</a>, privacy, and development. By placing legal responsibility on technology companies and aligning with European regulation, Norway is positioning itself at the forefront of this policy shift.

As similar measures gain traction across Europe, the effectiveness of age verification and enforcement will be closely watched.

The Norwegian model could become a reference point for other countries seeking to balance digital access with child protection.]]></content:encoded>
</item>
<item>
<title><![CDATA[GitHub - fospx-org/fospx-pdf-editor: FOSPX PDF Editor]]></title>
<description><![CDATA[Recently, word-sys's PDF Editor had an update to fix language issues on project, it will be announced as v1.8.3 and will be next stable release. Now, here is the real change, word-sys's PDF Editor is now called FOSPX PDF Editor due to being released under a FOSPX org on Github and all releases af...]]></description>
<link>https://tsecurity.de/de/3462870/linux-tipps/github-fospx-orgfospx-pdf-editor-fospx-pdf-editor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3462870/linux-tipps/github-fospx-orgfospx-pdf-editor-fospx-pdf-editor/</guid>
<pubDate>Sat, 25 Apr 2026 00:37:24 +0200</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>Recently, word-sys's PDF Editor had an update to fix language issues on project, it will be announced as v1.8.3 and will be next stable release.</p> <p>Now, here is the real change, word-sys's PDF Editor is now called FOSPX PDF Editor due to being released under a FOSPX org on Github and all releases after v1.8.2 (example: v1.8.3+) will be on <a href="https://github.com/fospx-org/fospx-pdf-editor">https://github.com/fospx-org/fospx-pdf-editor</a></p> <p>After the name and repository update, original repository will stay as archived, i created FOSPX for a project and im using it as a name and a sign, and it has a point, and that point will be announced with a documentation about whats this FOSPX for and whats the purpose of it etc. anyways i just wanted to inform everyone who uses it, application can be updated via new repository (<a href="https://github.com/fospx-org/fospx-pdf-editor">https://github.com/fospx-org/fospx-pdf-editor</a>) as old repository will redirect them with a note to new repository.</p> <p>By the way, im open for recommendations about how to make this project better, feel free to open issue on new repository's issue page :)</p> <p>word-sys </p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/word-sys"> /u/word-sys </a> <br> <span><a href="https://github.com/fospx-org/fospx-pdf-editor">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1sujm6z/github_fospxorgfospxpdfeditor_fospx_pdf_editor/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do digital signatures work?]]></title>
<description><![CDATA[Organizations use digital signatures when an agreement needs more than convenience. They use them when a workflow requires stronger signer verification, tamper evidence and a better evidentiary trail than a basic electronic signature provides. That…
Read more →
The post How do digital signatures ...]]></description>
<link>https://tsecurity.de/de/3461949/it-security-nachrichten/how-do-digital-signatures-work/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3461949/it-security-nachrichten/how-do-digital-signatures-work/</guid>
<pubDate>Fri, 24 Apr 2026 17:21:03 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>&lt;p data-end=”5614″ data-start=”5350″&gt;Organizations use digital signatures when an agreement needs more than convenience. They use them when a workflow requires &lt;a href=”https://www.techtarget.com/searchcontentmanagement/answer/E-signature-vs-digital-signature-Whats-the-difference”&gt;stronger signer verification&lt;/a&gt;, tamper evidence and a better evidentiary trail than a basic electronic signature provides.&lt;/p&gt; &lt;p data-end=”5871″ data-start=”5616″&gt;That…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/how-do-digital-signatures-work/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/how-do-digital-signatures-work/">How do digital signatures work?</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Npcap 1.86 and SDK 1.16]]></title>
<description><![CDATA[Installer and SDK available from https://npcap.com/#download .
Npcap 1.86 [2026-01-07]


Updated libpcap to 1.10.6. For a summary of the last 18 years of libpcap
features that have been added since the libpcap 1.0.0 release that WinPcap is
stuck on, check out the What's New page on npcap.com.


F...]]></description>
<link>https://tsecurity.de/de/3461077/downloads/npcap-186-and-sdk-116/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3461077/downloads/npcap-186-and-sdk-116/</guid>
<pubDate>Fri, 24 Apr 2026 12:47:09 +0200</pubDate>
<category>💾 Downloads</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Installer and SDK available from <a href="https://npcap.com/#download" rel="nofollow">https://npcap.com/#download</a> .</p>
<h2>Npcap 1.86 [2026-01-07]</h2>
<ul>
<li>
<p>Updated libpcap to 1.10.6. For a summary of the last 18 years of libpcap<br>
features that have been added since the libpcap 1.0.0 release that WinPcap is<br>
stuck on, check out the <a href="https://npcap.com/whats-new" rel="nofollow">What's New page on npcap.com</a>.</p>
</li>
<li>
<p>Fix a BSoD crash (<code>DRIVER_IRQL_NOT_LESS_OR_EQUAL</code>) in <code>bpf_filter()</code> caused<br>
by the filter program being freed and overwritten while a packet is being<br>
processed. Fixes <a href="http://issues.npcap.org/819" rel="nofollow">#819</a>.</p>
</li>
<li>
<p>Fix issues with placement/deletion of Uninstall.exe and DriverQuery.exe.<br>
Fixes <a href="http://issues.npcap.org/821" rel="nofollow">#821</a>.</p>
</li>
<li>
<p>Fix a deadlock in Packet.dll preventing applications from starting when Npcap<br>
is installed in <code>/admin_only</code> mode. Npcap 1.84 and 1.85 were affected.<br>
Fixes <a href="http://issues.npcap.org/813" rel="nofollow">#813</a>.</p>
</li>
<li>
<p>Fix a BSoD crash (<code>KMODE_EXCEPTION_NOT_HANDLED</code>) when capturing injected<br>
packets. Fixes <a href="http://issues.npcap.org/815" rel="nofollow">#815</a>.</p>
</li>
<li>
<p>Fix an incompatibility that prevented Npcap 1.81 through 1.85 from being able<br>
to capture when installed with the <code>/prior_driver=yes</code> option on versions of<br>
Windows before Windows 10. This issue does not affect any version of Windows<br>
that is supported by Microsoft. Fixes <a href="http://issues.npcap.org/822" rel="nofollow">#822</a>.</p>
</li>
</ul>
<h2>Npcap SDK 1.16 [2026-01-07]</h2>
<ul>
<li>
<p>Upgraded libpcap to 1.10.6.</p>
</li>
<li>
<p>Renamed the <code>SKF_AD_*</code> constants to <code>NPCAP_AD_*</code> to avoid confusion with code<br>
that may expect the same values or ordering as the constants defined by<br>
Linux. The old names are still conditionally defined for convenience.</p>
</li>
<li>
<p>Defined additional modes for <code>PacketSetMode()</code>/<code>pcap_setmode()</code>:<br>
<code>MODE_SENDTORX</code> and <code>MODE_SENDTORX_CLEAR</code> to enable and disable the SendToRx<br>
feature independent of systemwide Registry setting.<br>
Requires Npcap 1.83 driver or later.</p>
</li>
<li>
<p>Enable nanosecond-precision timestamps on a packet handle using<br>
<code>PACKET_MODE_NANO</code> with <code>PacketSetMode()</code>. Requires Npcap 1.83 driver or later.</p>
</li>
<li>
<p>Added new constants for <code>PacketGetInfo()</code>: <code>NPF_GETINFO_MODES</code> returns<br>
supported mode bits for <code>PacketSetMode()</code>. <code>NPF_GETINFO_STATS</code> retrieves<br>
performance statistics for the filter module. <code>NPF_GETINFO_MODDBG</code> gets<br>
internal debugging info unique to a filter module. These require Npcap 1.84<br>
driver or later.</p>
</li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Data debt: AI’s value killer hidden in plain sight]]></title>
<description><![CDATA[As every CIO knows, AI success hinges on rock-solid data practices. But as CEOs and boards have emphasized digital transformations in recent years, funding for data management transformation efforts has been piecemeal at best. Now, with AI atop the CEO agenda, many CIOs find themselves in a bind,...]]></description>
<link>https://tsecurity.de/de/3460001/it-nachrichten/data-debt-ais-value-killer-hidden-in-plain-sight/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3460001/it-nachrichten/data-debt-ais-value-killer-hidden-in-plain-sight/</guid>
<pubDate>Fri, 24 Apr 2026 06:16:32 +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>As every CIO knows, AI success hinges on <a href="https://www.cio.com/article/4104444/8-tips-for-rebuilding-an-ai-ready-data-strategy.html">rock-solid data practices</a>. But as CEOs and boards have emphasized digital transformations in recent years, funding for data management transformation efforts has been piecemeal at best. Now, with <a href="https://www.cio.com/article/3982258/ceos-top-priorities-for-it-leaders-today.html">AI atop the CEO agenda</a>, many CIOs find themselves in a bind, having to also overhaul data operations and address years, or decades, of accumulated data debt.   </p>



<p>If your enterprise has data debt, <a href="https://www.cio.com/article/4141247/technical-debt-is-the-tax-killing-ai-ambition.html">AI will expose it</a>. In fact, <a href="https://www.cio.com/article/3850777/7-types-of-tech-debt-that-could-cripple-your-business.html">data debt</a> can lead to devastating failure rates with AI projects. For technology leaders, there’s no time like the present to pay down this debt with a comprehensive remediation strategy.</p>



<p>Data debt can arise for a variety of reasons, including old and outdated data management practices, shortcuts and compromises in infrastructure to meet near-term goals, poorly documented data sources, and inefficient data storage practices.</p>



<p>Research firm IDC in its <a href="https://info.idc.com/cio-agenda-predictions-2026.html" rel="nofollow">2026 CIO Agenda Predictions</a> notes that by 2027, CIOs who delay the launch of data debt remediation will face 50% higher AI failure rates and rising costs, as model underperformance exposes issues from siloed, redundant, or <a href="https://www.cio.com/article/3956176/datas-dark-secret-why-poor-quality-cripples-ai-and-growth.html">poor-quality data</a>.</p>



<p>“These findings reinforce that scaling AI requires disciplined investment in data foundations and integrated platforms, and that postponing these fundamentals risks turning AI ambition into sustained operational friction,” the report says.</p>



<p>“AI doesn’t create data problems; it exposes and accelerates them,” says <a href="https://wiss.com/team_member/hrishikesh-pippadipally/" rel="nofollow">Hrishikesh Pippadipally</a>, CIO at accounting and advisory firm Wiss. “When organizations lack standardized processes, consistent definitions, and disciplined data governance, data naturally decays over time. That decay may not be visible in traditional reporting environments, but AI systems surface those inconsistencies quickly.”</p>



<p>Data debt is <a href="https://www.cio.com/article/4016362/6-data-risks-cios-should-be-paranoid-about.html">often the result of process drift</a> — multiple teams using different definitions, inconsistent data entry standards, and siloed systems evolving independently, Pippadipally says.</p>



<p>“Without standardization and clear ownership, even modern systems degrade,” he says. “At our organization, we’ve learned that remediation isn’t just about cleaning historical data. It’s about instituting disciplined processes that prevent decay going forward: clear data ownership, standardized workflows, and governance embedded into daily operations.”</p>



<p>That said, not all AI initiatives are blocked by imperfect data, Pippadipally says. “There are smaller, well-bounded use cases, such as document summarization, drafting assistance, anomaly flagging, or reconciliation support, that can deliver value with human-in-the-loop verification,” he says. “These contained applications allow organizations to build AI maturity while foundational data improvements are under way.”</p>



<h2 class="wp-block-heading">A mounting problem that requires a fast fix</h2>



<p>A widespread problem, data debt at most organizations has grown organically over decades. In addition to increasing emphasis on data collection, companies have also accumulated data debt over years of mergers and acquisitions, as well as the deployment of new systems and services either enterprisewide or by departments.</p>



<p>“Systems were layered in response to immediate needs, acquisitions, regulatory requirements, or departmental preferences,” Pippadipally says. “Over time, inconsistent processes and standards lead to fragmented data environments.”</p>



<p>Moreover, <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html">data management</a> inefficiencies have historically been addressed with manual work-arounds, Pippadipally says. “Teams reconciled reports manually,” he says. “Analysts compensated for inconsistent definitions. But AI reduces tolerance for ambiguity. When automated systems operate at scale, inconsistencies multiply rather than average out.”</p>



<p>It’s vital to address this now because AI initiatives are moving faster than process maturity. There is a clear sense of urgency.</p>



<p>“If organizations don’t institutionalize process discipline and standardization, they risk automating chaos instead of improving outcomes,” Pippadipally says. “The issue is not simply poor data; it is the absence of sustained governance to keep data reliable over time.”</p>



<p>For many enterprises, data debt can stay hidden while they are conducting traditional business intelligence or one-off analytics, says <a href="https://www.linkedin.com/in/jnassiff/" rel="nofollow">Juan Nassif</a>, regional CTO at software development provider BairesDev.</p>



<p>“AI is different; it’s far less forgiving and it quickly exposes duplicates, inconsistent definitions, missing context, and ‘mystery fields’ with unclear lineage,” Nassif says. “When you scale beyond pilots, those issues show up as model underperformance, higher iteration cycles, and rising operational costs. It’s absolutely a concern for us, too, and we treat it as a prerequisite for scaling AI responsibly.”</p>



<p>If data is incomplete, inconsistent, or duplicated, the output from AI models becomes unreliable. “That can mean wrong answers, poor recommendations, or automations that break at the worst time,” Nassif says. “Teams end up spending most of their time wrangling data, reworking pipelines, and compensating for poor inputs with repeated tuning and exceptions.”</p>



<p>Some form of data debt is present in every sector, and in virtually all sizes of organizations.</p>



<p>“I witness the consequences of data debt in my daily work with schools in the UK every single week,” says <a href="https://www.classroom365.co.uk/about-us/mark-friend/" rel="nofollow">Mark Friend</a>, director of Classroom365, which consults educational institutions on technology and architecture and strategies.</p>



<p>“Most people assume that when they purchase the latest AI tool, all their problems will be solved no matter how messy the foundation underneath the hood,” Friend says. “My experience with this is that even the most expensive software is useless if the input is not reliable.” Data debt is “a fundamental risk to institutional stability,” he says.</p>



<h2 class="wp-block-heading">Tips for effective data debt remediation</h2>



<p>Enterprise-wide data debt remediation can be a significant, costly undertaking that involves multiple aspects of the business. It’s not just a technology issue, but a discipline issue as well. It requires cleaning up historical data as well as strengthening process governance to keep from repeating the mistakes or poor practices of the past.</p>



<p>Because of this, building and executing an effective strategy requires an organized and thorough approach. Here are some tips from experts.</p>



<h3 class="wp-block-heading">Get senior management and board-level sponsorship</h3>



<p>Any major IT initiative typically needs buy-in from senior business executives and even boards, particularly if it involves a large, global enterprise. Data debt remediation is no different. There is significant financial risk if remediation does not have the blessing and full backing of senior executives and board members.</p>



<p>Explaining the potential ramifications is a <a href="https://www.cio.com/article/1258780/want-to-tackle-technical-debt-sell-it-as-business-risk.html">good way to bring attention to the need for remediation</a>. “Make data debt visible and tie it to business risk,” Nassif says. “Data debt won’t get prioritized until it’s linked to AI failure rates, rising costs, and compliance exposure.”</p>



<p>Data debt is now a board-level risk, says <a href="https://www.linkedin.com/in/adrianlawrence100/" rel="nofollow">Adrian Lawrence</a>, founder of executive recruitment firm NED Capital, who advises boards and finance leaders on enterprise data governance, reporting integrity, and AI readiness.</p>



<p>“I see the pressure mounting with boards linking their AI investment to productivity and profitability objectives, but disjointed financial, sales, and operations data severely undermine model accuracy,” Lawrence says. “They lay bare the deficiencies [enterprise platform] upgrades and antiquated technology did not fully address.”</p>



<p>Success with debt remediation “demands executive sponsorship, disciplined data governance, and staged architecture cleanup treating data as an asset on the balance sheet,” Lawrence says.</p>



<h3 class="wp-block-heading">Standardize core processes before scaling AI</h3>



<p>To make the benefits of data debt remediation more long lasting, enterprises need to standardize their core business processes.</p>



<p>“Data quality reflects process quality,” Pippadipally says. “Leaders must align on standardized workflows, definitions, and system usage before expecting AI to operate consistently. Without process standardization, remediation efforts will be temporary.”</p>



<p>AI performs best in predictable environments, Pippadipally says, and standardization creates the stability AI requires.</p>



<p>BairesDev has embedded automated checks for data freshness, completeness, duplicates, and schema changes, so data quality issues get caught before they reach analytics or AI workflows, Nassif says.</p>



<h3 class="wp-block-heading">Establish data ownership and ongoing governance</h3>



<p>Another way to assure long-term benefits from a remediation effort is to have ongoing governance and accountability processes in place.</p>



<p>“Data remediation is not a one-time cleanup initiative,” Pippadipally says.</p>



<p>“Assigning clear ownership at the domain level, and establishing continuous monitoring, prevents data from degrading again.”</p>



<p>This is important, because <a href="https://www.cio.com/article/202183/what-is-data-governance-a-best-practices-framework-for-managing-data-assets.html">governance ensures sustainability</a>. “Without discipline, organizations reaccumulate data debt even after cleanup efforts,” Pippadipally says.</p>



<p>“We’ve been tightening dataset ownership and standardizing common business definitions, so teams aren’t training or prompting on conflicting ‘versions of truth,’” Nassif says. “We’ve been strengthening our cataloging and lineage practices, so teams can trace where data comes from, how it transforms, and who can use it — critical for both trust and governance.”</p>



<p>The biggest shift is mindset. “We don’t treat data remediation as a one-time cleanup,” Nassif says. “We treat it as ongoing engineering with guardrails that prevent debt from coming right back.”</p>



<h3 class="wp-block-heading">Prioritize high-value, contained AI use cases</h3>



<p>While large data modernization initiatives progress within an organization, CIOs can deploy AI in tightly scoped areas where outputs are verifiable and human oversight is straightforward, Pippadipally says.</p>



<p><br>“Examples include drafting support, controlled reconciliations, workflow triage, or anomaly flagging,” Pippadipally says. “This approach builds organizational confidence and demonstrates ROI without overexposing the enterprise to data risk.”</p>



<h3 class="wp-block-heading"><br>Clean up storage</h3>



<p>When it comes to data storage practices, there’s no doubt that organizations need to <a href="https://www.cio.com/article/4117484/why-cios-need-a-new-approach-to-unstructured-data-management.html">clean up their act</a>. Poor practices lead to poor data quality, which could impact AI-driven projects.</p>



<p>“Schools are often very good at storing data like [in] an attic where they just keep throwing boxes without looking inside,” Friend says. “Anyone who has lived through a technology refresh knows that messy storage is a massive financial burden.”</p>



<p>Decades of bad collection practices “have created a technical rot that we can no longer ignore,” Friend says. “You might think that your legacy storage is harmless, but it actually places a massive financial burden in the form of rising operational costs,” and can negatively impact AI initiatives.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google pitches Agentic Data Cloud to help enterprises turn data into context for AI agents]]></title>
<description><![CDATA[Google is recasting its data and analytics portfolio as the Agentic Data Cloud, an architecture it says is aimed at moving enterprise AI from pilot to production by turning fragmented data into a unified semantic layer that agents can reason over and act on more reliably at scale.



The new arch...]]></description>
<link>https://tsecurity.de/de/3458887/ai-nachrichten/google-pitches-agentic-data-cloud-to-help-enterprises-turn-data-into-context-for-ai-agents/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3458887/ai-nachrichten/google-pitches-agentic-data-cloud-to-help-enterprises-turn-data-into-context-for-ai-agents/</guid>
<pubDate>Thu, 23 Apr 2026 19:02:48 +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>Google is recasting its data and analytics portfolio as the Agentic Data Cloud, an architecture it says is aimed at moving enterprise AI from pilot to production by turning fragmented data into a unified semantic layer that agents can reason over and act on more reliably at scale.</p>



<p>The new architecture builds on Google’s existing data platform strategy, bringing together services such as <a href="https://www.infoworld.com/article/4124972/google-expands-bigquery-with-conversational-agent-and-custom-agent-tools.html">BigQuery</a>, <a href="https://www.infoworld.com/article/2338279/preview-google-cloud-dataplex-wows.html">Dataplex</a>, and <a href="https://www.infoworld.com/article/2336804/google-updates-vertex-ai-with-new-llm-capabilities-agent-builder-feature.html">Vertex AI</a>, and elevating their capabilities in metadata, governance, and cross-cloud interoperability into what the company describes as a shared intelligence layer.</p>



<p>That intelligence layer strategy is underpinned by the new Knowledge Catalog, an evolution of <a href="https://cloud.google.com/products/knowledge-catalog" target="_blank" rel="noreferrer noopener">Dataplex Universal Catalog</a>, that the company said uses new capabilities to extend its metadata foundation into a semantic layer mapping business meaning and relationships across data sources.</p>



<p>These capabilities include native support for third-party catalogs, applications such as Salesforce, Palantir, Workday, SAP, and ServiceNow, and the option to move third-party data to Google’s lakehouse, which automatically maps the data to Knowledge Catalog.</p>



<p>To capture business logic more directly for data stored inside Google Cloud, the company is adding tools including a LookML-based agent, currently in preview, that can derive semantics from documentation, and a new feature in BigQuery, also in preview, that allows enterprises to embed that business logic for faster data analysis.</p>



<p>Beyond aggregation, the catalog itself is designed to continuously enrich semantic context by analyzing how data is used across an enterprise, senior google executives wrote in a <a href="https://cloud.google.com/blog/products/data-analytics/whats-new-in-the-agentic-data-cloud" target="_blank" rel="noreferrer noopener">blog post</a>.</p>



<p>This includes profiling structured datasets as well as tagging and annotating unstructured content stored in Google Cloud Storage, the executives pointed out, adding that the catalog’s underlying system can also infer missing structure in data by  using its Gemini models to generate schemas and identify relationships.</p>



<h2 class="wp-block-heading">Turning data into business context the next battleground for AI</h2>



<p>For analysts, Google’s focus on semantics targets one of the biggest barriers to production AI for enterprises.</p>



<p>“The hardest AI problem is inconsistent meaning,” said <a href="https://futurumgroup.com/dion-hinchcliffe/" target="_blank" rel="noreferrer noopener">Dion Hinchcliffe</a>, lead of the CIO practice at The Futurum Group, noting that a unified semantic layer could help CIOs establish consistent business context across systems while reducing the need for developers to manually stitch together metadata and lineage.</p>



<p>That focus on semantic context also reflects a broader shift in how hyperscalers are approaching enterprise AI. Microsoft with <a href="https://www.infoworld.com/article/4093181/microsoft-fabric-iq-adds-semantic-intelligence-layer-to-fabric.html">Fabric IQ</a> and AWS with <a href="https://www.cio.com/article/4100305/aws-offers-new-service-to-make-ai-models-better-at-work.html">Nova Forge</a> are pursuing similar strategies, building semantic context layers over enterprise data to make AI systems more consistent and easier to operationalize at scale.</p>



<p>While Microsoft’s approach is to wrap AI applications and agents with business context and semantic intelligence in its Fabric IQ and Work IQ offerings, AWS want enterprises to blend business context into a foundational LLM by feeding it their proprietary data.</p>



<p><a href="https://moorinsightsstrategy.com/team/mike-leone/" target="_blank" rel="noreferrer noopener">Mike Leone</a>, principal analyst at Moor Insights and Strategy, said Google’s approach, though closer to Microsoft’s, places the data gravity one layer above the lakehouse, within its data catalog and semantic graph capabilities.</p>



<p>“Google and Microsoft are solving the same problem from different angles, Fabric through a unified data foundation and Google through a unified semantic and context layer,” Leone said.</p>



<p>Even data analytics software vendors are converging on the idea of offering a catalog that can map semantic context from a variety of data sources, Leone added, pointing to <a href="https://www.infoworld.com/article/2337619/databricks-races-with-snowflake-to-open-up-data-catalog-source-code.html">Databricks’ Unity Catalog</a> and <a href="https://www.infoworld.com/article/4095809/snowflake-to-acquire-select-star-to-enhance-its-horizon-catalog.html">Snowflake’s Horizon Catalog</a>.</p>



<h2 class="wp-block-heading">Semantic accuracy could pose challenges for CIOs</h2>



<p>However, Google’s approach to building an intelligent semantic layer, especially its evolved Knowledge Catalog, comes with its own set of risks for CIOs.</p>



<p>The new catalog’s automated semantic context refinement capability, according to <a href="https://www.gartner.com/en/experts/jim-hare" target="_blank" rel="noreferrer noopener">Jim Hare</a>, VP analyst at Gartner, could amplify governance challenges, especially around metadata management: “In complex enterprise domains, errors in inferred relationships or definitions will require ongoing human domain oversight to maintain trust.”</p>



<p>Hare also warned of operational and cost management challenges.</p>



<p>“Agent-driven workflows spanning analytical and operational data, potentially across clouds, will introduce new challenges in observability, debugging, and cost predictability,” he said. “Dynamic agent behavior can generate opaque consumption patterns, requiring chief data and analytics officers (CDAOs) to closely manage cost attribution, usage limits, and operational guardrails as these capabilities mature.”</p>



<p>Adopting Google’s new architectural approach could increase dependence at the orchestration layer, resulting in issues around portability, he warned: “Exiting Google-managed semantics, Gemini agents, or BigQuery abstractions may be harder than migrating data alone.”</p>



<h2 class="wp-block-heading">Bi-directional federation as strategic play</h2>



<p>Even so, the trade-offs may be acceptable for enterprises prioritizing tighter data integration over flexibility.</p>



<p>As part of the new architecture, Google is also offering cross-platform data interoperability via the <a href="https://www.infoworld.com/article/4066477/why-observability-needs-apache-iceberg.html">Apache Iceberg</a> REST Catalog that it says will allow bi-directional federation, in turn letting enterprises access, query, and govern data across environments such as Databricks, Snowflake, and AWS without requiring data movement or cost in egress fees.</p>



<p>For <a href="https://www.linkedin.com/in/slwalter/" target="_blank" rel="noreferrer noopener">Stephanie Walter</a>, practice leader of the AI stack at HyperFRAME Research, this interoperability will be strategically important for enterprises scaling agents in production, especially ones that have heterogenous data environments.</p>



<p>Moor Insights and Strategy’s Leone, though, sees it as a different strategic play to address enterprises’ demand to access Databricks, Snowflake, and hyperscaler environments without costly data movement.</p>



<p>Google’s Agentic Data Cloud architecture also includes a Data Agent Kit, currently in preview, which the company says is designed to help enterprises build, deploy, and manage data-aware AI agents that can interact with governed datasets, apply business logic, and execute workflows across systems.</p>



<p><a href="https://www.linkedin.com/in/robert-kramer-58239b22/" target="_blank" rel="noreferrer noopener">Robert Kramer</a>, managing partner at KramerERP, said the Data Agent Kit will help data practitioners abstract t daily tasks, in turn lowering the barrier to operationalizing agentic AI across workflows.</p>



<p>However, Gartner’s Hare warned that enterprises should guard against over delegating critical data management decisions to automated agents without sufficient observability, validation controls, and human review, particularly where downstream AI systems depend on these agents for continuous data operations.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google pitches Agentic Data Cloud to help enterprises turn data into context for AI agents]]></title>
<description><![CDATA[Google is recasting its data and analytics portfolio as the Agentic Data Cloud, an architecture it says is aimed at moving enterprise AI from pilot to production by turning fragmented data into a unified semantic layer that agents can reason over and act on more reliably at scale.



The new arch...]]></description>
<link>https://tsecurity.de/de/3458866/it-nachrichten/google-pitches-agentic-data-cloud-to-help-enterprises-turn-data-into-context-for-ai-agents/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3458866/it-nachrichten/google-pitches-agentic-data-cloud-to-help-enterprises-turn-data-into-context-for-ai-agents/</guid>
<pubDate>Thu, 23 Apr 2026 19:01:30 +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 is recasting its data and analytics portfolio as the Agentic Data Cloud, an architecture it says is aimed at moving enterprise AI from pilot to production by turning fragmented data into a unified semantic layer that agents can reason over and act on more reliably at scale.</p>



<p>The new architecture builds on Google’s existing data platform strategy, bringing together services such as <a href="https://www.infoworld.com/article/4124972/google-expands-bigquery-with-conversational-agent-and-custom-agent-tools.html">BigQuery</a>, <a href="https://www.infoworld.com/article/2338279/preview-google-cloud-dataplex-wows.html">Dataplex</a>, and <a href="https://www.infoworld.com/article/2336804/google-updates-vertex-ai-with-new-llm-capabilities-agent-builder-feature.html">Vertex AI</a>, and elevating their capabilities in metadata, governance, and cross-cloud interoperability into what the company describes as a shared intelligence layer.</p>



<p>That intelligence layer strategy is underpinned by the new Knowledge Catalog, an evolution of <a href="https://cloud.google.com/products/knowledge-catalog" target="_blank" rel="nofollow">Dataplex Universal Catalog</a>, that the company said uses new capabilities to extend its metadata foundation into a semantic layer mapping business meaning and relationships across data sources.</p>



<p>These capabilities include native support for third-party catalogs, applications such as Salesforce, Palantir, Workday, SAP, and ServiceNow, and the option to move third-party data to Google’s lakehouse, which automatically maps the data to Knowledge Catalog.</p>



<p>To capture business logic more directly for data stored inside Google Cloud, the company is adding tools including a LookML-based agent, currently in preview, that can derive semantics from documentation, and a new feature in BigQuery, also in preview, that allows enterprises to embed that business logic for faster data analysis.</p>



<p>Beyond aggregation, the catalog itself is designed to continuously enrich semantic context by analyzing how data is used across an enterprise, senior google executives wrote in a <a href="https://cloud.google.com/blog/products/data-analytics/whats-new-in-the-agentic-data-cloud" target="_blank" rel="nofollow">blog post</a>.</p>



<p>This includes profiling structured datasets as well as tagging and annotating unstructured content stored in Google Cloud Storage, the executives pointed out, adding that the catalog’s underlying system can also infer missing structure in data by  using its Gemini models to generate schemas and identify relationships.</p>



<h2 class="wp-block-heading">Turning data into business context the next battleground for AI</h2>



<p>For analysts, Google’s focus on semantics targets one of the biggest barriers to production AI for enterprises.</p>



<p>“The hardest AI problem is inconsistent meaning,” said <a href="https://futurumgroup.com/dion-hinchcliffe/" target="_blank" rel="nofollow">Dion Hinchcliffe</a>, lead of the CIO practice at The Futurum Group, noting that a unified semantic layer could help CIOs establish consistent business context across systems while reducing the need for developers to manually stitch together metadata and lineage.</p>



<p>That focus on semantic context also reflects a broader shift in how hyperscalers are approaching enterprise AI. Microsoft with <a href="https://www.infoworld.com/article/4093181/microsoft-fabric-iq-adds-semantic-intelligence-layer-to-fabric.html">Fabric IQ</a> and AWS with <a href="https://www.cio.com/article/4100305/aws-offers-new-service-to-make-ai-models-better-at-work.html">Nova Forge</a> are pursuing similar strategies, building semantic context layers over enterprise data to make AI systems more consistent and easier to operationalize at scale.</p>



<p>While Microsoft’s approach is to wrap AI applications and agents with business context and semantic intelligence in its Fabric IQ and Work IQ offerings, AWS want enterprises to blend business context into a foundational LLM by feeding it their proprietary data.</p>



<p><a href="https://moorinsightsstrategy.com/team/mike-leone/" target="_blank" rel="nofollow">Mike Leone</a>, principal analyst at Moor Insights and Strategy, said Google’s approach, though closer to Microsoft’s, places the data gravity one layer above the lakehouse, within its data catalog and semantic graph capabilities.</p>



<p>“Google and Microsoft are solving the same problem from different angles, Fabric through a unified data foundation and Google through a unified semantic and context layer,” Leone said.</p>



<p>Even data analytics software vendors are converging on the idea of offering a catalog that can map semantic context from a variety of data sources, Leone added, pointing to <a href="https://www.infoworld.com/article/2337619/databricks-races-with-snowflake-to-open-up-data-catalog-source-code.html">Databricks’ Unity Catalog</a> and <a href="https://www.infoworld.com/article/4095809/snowflake-to-acquire-select-star-to-enhance-its-horizon-catalog.html">Snowflake’s Horizon Catalog</a>.</p>



<h2 class="wp-block-heading">Semantic accuracy could pose challenges for CIOs</h2>



<p>However, Google’s approach to building an intelligent semantic layer, especially its evolved Knowledge Catalog, comes with its own set of risks for CIOs.</p>



<p>The new catalog’s automated semantic context refinement capability, according to <a href="https://www.gartner.com/en/experts/jim-hare" target="_blank" rel="nofollow">Jim Hare</a>, VP analyst at Gartner, could amplify governance challenges, especially around metadata management: “In complex enterprise domains, errors in inferred relationships or definitions will require ongoing human domain oversight to maintain trust.”</p>



<p>Hare also warned of operational and cost management challenges.</p>



<p>“Agent-driven workflows spanning analytical and operational data, potentially across clouds, will introduce new challenges in observability, debugging, and cost predictability,” he said. “Dynamic agent behavior can generate opaque consumption patterns, requiring chief data and analytics officers (CDAOs) to closely manage cost attribution, usage limits, and operational guardrails as these capabilities mature.”</p>



<p>Adopting Google’s new architectural approach could increase dependence at the orchestration layer, resulting in issues around portability, he warned: “Exiting Google-managed semantics, Gemini agents, or BigQuery abstractions may be harder than migrating data alone.”</p>



<h2 class="wp-block-heading">Bi-directional federation as strategic play</h2>



<p>Even so, the trade-offs may be acceptable for enterprises prioritizing tighter data integration over flexibility.</p>



<p>As part of the new architecture, Google is also offering cross-platform data interoperability via the <a href="https://www.infoworld.com/article/4066477/why-observability-needs-apache-iceberg.html">Apache Iceberg</a> REST Catalog that it says will allow bi-directional federation, in turn letting enterprises access, query, and govern data across environments such as Databricks, Snowflake, and AWS without requiring data movement or cost in egress fees.</p>



<p>For <a href="https://www.linkedin.com/in/slwalter/" target="_blank" rel="nofollow">Stephanie Walter</a>, practice leader of the AI stack at HyperFRAME Research, this interoperability will be strategically important for enterprises scaling agents in production, especially ones that have heterogenous data environments.</p>



<p>Moor Insights and Strategy’s Leone, though, sees it as a different strategic play to address enterprises’ demand to access Databricks, Snowflake, and hyperscaler environments without costly data movement.</p>



<p>Google’s Agentic Data Cloud architecture also includes a Data Agent Kit, currently in preview, which the company says is designed to help enterprises build, deploy, and manage data-aware AI agents that can interact with governed datasets, apply business logic, and execute workflows across systems.</p>



<p><a href="https://www.linkedin.com/in/robert-kramer-58239b22/" target="_blank" rel="nofollow">Robert Kramer</a>, managing partner at KramerERP, said the Data Agent Kit will help data practitioners abstract t daily tasks, in turn lowering the barrier to operationalizing agentic AI across workflows.</p>



<p>However, Gartner’s Hare warned that enterprises should guard against over delegating critical data management decisions to automated agents without sufficient observability, validation controls, and human review, particularly where downstream AI systems depend on these agents for continuous data operations.</p>



<p><em>This article first appeared on <a href="https://www.infoworld.com/article/4162737/google-pitches-agentic-data-cloud-to-help-enterprises-turn-data-into-context-for-ai-agents.html">InfoWorld</a>.</em></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Data debt will cripple your AI strategy if left unaddressed]]></title>
<description><![CDATA[As every CIO knows, AI success hinges on rock-solid data practices. But as CEOs and boards have emphasized digital transformations in recent years, funding for data management transformation efforts has been piecemeal at best. Now, with AI atop the CEO agenda, many CIOs find themselves in a bind,...]]></description>
<link>https://tsecurity.de/de/3457606/it-nachrichten/data-debt-will-cripple-your-ai-strategy-if-left-unaddressed/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3457606/it-nachrichten/data-debt-will-cripple-your-ai-strategy-if-left-unaddressed/</guid>
<pubDate>Thu, 23 Apr 2026 12:16: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>As every CIO knows, AI success hinges on <a href="https://www.cio.com/article/4104444/8-tips-for-rebuilding-an-ai-ready-data-strategy.html">rock-solid data practices</a>. But as CEOs and boards have emphasized digital transformations in recent years, funding for data management transformation efforts has been piecemeal at best. Now, with <a href="https://www.cio.com/article/3982258/ceos-top-priorities-for-it-leaders-today.html">AI atop the CEO agenda</a>, many CIOs find themselves in a bind, having to also overhaul data operations and address years, or decades, of accumulated data debt.   </p>



<p>If your enterprise has data debt, <a href="https://www.cio.com/article/4141247/technical-debt-is-the-tax-killing-ai-ambition.html">AI will expose it</a>. In fact, <a href="https://www.cio.com/article/3850777/7-types-of-tech-debt-that-could-cripple-your-business.html">data debt</a> can lead to devastating failure rates with AI projects. For technology leaders, there’s no time like the present to pay down this debt with a comprehensive remediation strategy.</p>



<p>Data debt can arise for a variety of reasons, including old and outdated data management practices, shortcuts and compromises in infrastructure to meet near-term goals, poorly documented data sources, and inefficient data storage practices.</p>



<p>Research firm IDC in its <a href="https://info.idc.com/cio-agenda-predictions-2026.html" rel="nofollow">2026 CIO Agenda Predictions</a> notes that by 2027, CIOs who delay the launch of data debt remediation will face 50% higher AI failure rates and rising costs, as model underperformance exposes issues from siloed, redundant, or <a href="https://www.cio.com/article/3956176/datas-dark-secret-why-poor-quality-cripples-ai-and-growth.html">poor-quality data</a>.</p>



<p>“These findings reinforce that scaling AI requires disciplined investment in data foundations and integrated platforms, and that postponing these fundamentals risks turning AI ambition into sustained operational friction,” the report says.</p>



<p>“AI doesn’t create data problems; it exposes and accelerates them,” says <a href="https://wiss.com/team_member/hrishikesh-pippadipally/" rel="nofollow">Hrishikesh Pippadipally</a>, CIO at accounting and advisory firm Wiss. “When organizations lack standardized processes, consistent definitions, and disciplined data governance, data naturally decays over time. That decay may not be visible in traditional reporting environments, but AI systems surface those inconsistencies quickly.”</p>



<p>Data debt is <a href="https://www.cio.com/article/4016362/6-data-risks-cios-should-be-paranoid-about.html">often the result of process drift</a> — multiple teams using different definitions, inconsistent data entry standards, and siloed systems evolving independently, Pippadipally says.</p>



<p>“Without standardization and clear ownership, even modern systems degrade,” he says. “At our organization, we’ve learned that remediation isn’t just about cleaning historical data. It’s about instituting disciplined processes that prevent decay going forward: clear data ownership, standardized workflows, and governance embedded into daily operations.”</p>



<p>That said, not all AI initiatives are blocked by imperfect data, Pippadipally says. “There are smaller, well-bounded use cases, such as document summarization, drafting assistance, anomaly flagging, or reconciliation support, that can deliver value with human-in-the-loop verification,” he says. “These contained applications allow organizations to build AI maturity while foundational data improvements are under way.”</p>



<h2 class="wp-block-heading">A mounting problem that requires a fast fix</h2>



<p>A widespread problem, data debt at most organizations has grown organically over decades. In addition to increasing emphasis on data collection, companies have also accumulated data debt over years of mergers and acquisitions, as well as the deployment of new systems and services either enterprisewide or by departments.</p>



<p>“Systems were layered in response to immediate needs, acquisitions, regulatory requirements, or departmental preferences,” Pippadipally says. “Over time, inconsistent processes and standards lead to fragmented data environments.”</p>



<p>Moreover, <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html">data management</a> inefficiencies have historically been addressed with manual work-arounds, Pippadipally says. “Teams reconciled reports manually,” he says. “Analysts compensated for inconsistent definitions. But AI reduces tolerance for ambiguity. When automated systems operate at scale, inconsistencies multiply rather than average out.”</p>



<p>It’s vital to address this now because AI initiatives are moving faster than process maturity. There is a clear sense of urgency.</p>



<p>“If organizations don’t institutionalize process discipline and standardization, they risk automating chaos instead of improving outcomes,” Pippadipally says. “The issue is not simply poor data; it is the absence of sustained governance to keep data reliable over time.”</p>



<p>For many enterprises, data debt can stay hidden while they are conducting traditional business intelligence or one-off analytics, says <a href="https://www.linkedin.com/in/jnassiff/" rel="nofollow">Juan Nassif</a>, regional CTO at software development provider BairesDev.</p>



<p>“AI is different; it’s far less forgiving and it quickly exposes duplicates, inconsistent definitions, missing context, and ‘mystery fields’ with unclear lineage,” Nassif says. “When you scale beyond pilots, those issues show up as model underperformance, higher iteration cycles, and rising operational costs. It’s absolutely a concern for us, too, and we treat it as a prerequisite for scaling AI responsibly.”</p>



<p>If data is incomplete, inconsistent, or duplicated, the output from AI models becomes unreliable. “That can mean wrong answers, poor recommendations, or automations that break at the worst time,” Nassif says. “Teams end up spending most of their time wrangling data, reworking pipelines, and compensating for poor inputs with repeated tuning and exceptions.”</p>



<p>Some form of data debt is present in every sector, and in virtually all sizes of organizations.</p>



<p>“I witness the consequences of data debt in my daily work with schools in the UK every single week,” says <a href="https://www.classroom365.co.uk/about-us/mark-friend/" rel="nofollow">Mark Friend</a>, director of Classroom365, which consults educational institutions on technology and architecture and strategies.</p>



<p>“Most people assume that when they purchase the latest AI tool, all their problems will be solved no matter how messy the foundation underneath the hood,” Friend says. “My experience with this is that even the most expensive software is useless if the input is not reliable.” Data debt is “a fundamental risk to institutional stability,” he says.</p>



<h2 class="wp-block-heading">Tips for effective data debt remediation</h2>



<p>Enterprise-wide data debt remediation can be a significant, costly undertaking that involves multiple aspects of the business. It’s not just a technology issue, but a discipline issue as well. It requires cleaning up historical data as well as strengthening process governance to keep from repeating the mistakes or poor practices of the past.</p>



<p>Because of this, building and executing an effective strategy requires an organized and thorough approach. Here are some tips from experts.</p>



<h3 class="wp-block-heading">Get senior management and board-level sponsorship</h3>



<p>Any major IT initiative typically needs buy-in from senior business executives and even boards, particularly if it involves a large, global enterprise. Data debt remediation is no different. There is significant financial risk if remediation does not have the blessing and full backing of senior executives and board members.</p>



<p>Explaining the potential ramifications is a <a href="https://www.cio.com/article/1258780/want-to-tackle-technical-debt-sell-it-as-business-risk.html">good way to bring attention to the need for remediation</a>. “Make data debt visible and tie it to business risk,” Nassif says. “Data debt won’t get prioritized until it’s linked to AI failure rates, rising costs, and compliance exposure.”</p>



<p>Data debt is now a board-level risk, says <a href="https://www.linkedin.com/in/adrianlawrence100/" rel="nofollow">Adrian Lawrence</a>, founder of executive recruitment firm NED Capital, who advises boards and finance leaders on enterprise data governance, reporting integrity, and AI readiness.</p>



<p>“I see the pressure mounting with boards linking their AI investment to productivity and profitability objectives, but disjointed financial, sales, and operations data severely undermine model accuracy,” Lawrence says. “They lay bare the deficiencies [enterprise platform] upgrades and antiquated technology did not fully address.”</p>



<p>Success with debt remediation “demands executive sponsorship, disciplined data governance, and staged architecture cleanup treating data as an asset on the balance sheet,” Lawrence says.</p>



<h3 class="wp-block-heading">Standardize core processes before scaling AI</h3>



<p>To make the benefits of data debt remediation more long lasting, enterprises need to standardize their core business processes.</p>



<p>“Data quality reflects process quality,” Pippadipally says. “Leaders must align on standardized workflows, definitions, and system usage before expecting AI to operate consistently. Without process standardization, remediation efforts will be temporary.”</p>



<p>AI performs best in predictable environments, Pippadipally says, and standardization creates the stability AI requires.</p>



<p>BairesDev has embedded automated checks for data freshness, completeness, duplicates, and schema changes, so data quality issues get caught before they reach analytics or AI workflows, Nassif says.</p>



<h3 class="wp-block-heading">Establish data ownership and ongoing governance</h3>



<p>Another way to assure long-term benefits from a remediation effort is to have ongoing governance and accountability processes in place.</p>



<p>“Data remediation is not a one-time cleanup initiative,” Pippadipally says.</p>



<p>“Assigning clear ownership at the domain level, and establishing continuous monitoring, prevents data from degrading again.”</p>



<p>This is important, because <a href="https://www.cio.com/article/202183/what-is-data-governance-a-best-practices-framework-for-managing-data-assets.html">governance ensures sustainability</a>. “Without discipline, organizations reaccumulate data debt even after cleanup efforts,” Pippadipally says.</p>



<p>“We’ve been tightening dataset ownership and standardizing common business definitions, so teams aren’t training or prompting on conflicting ‘versions of truth,’” Nassif says. “We’ve been strengthening our cataloging and lineage practices, so teams can trace where data comes from, how it transforms, and who can use it — critical for both trust and governance.”</p>



<p>The biggest shift is mindset. “We don’t treat data remediation as a one-time cleanup,” Nassif says. “We treat it as ongoing engineering with guardrails that prevent debt from coming right back.”</p>



<h3 class="wp-block-heading">Prioritize high-value, contained AI use cases</h3>



<p>While large data modernization initiatives progress within an organization, CIOs can deploy AI in tightly scoped areas where outputs are verifiable and human oversight is straightforward, Pippadipally says.</p>



<p><br>“Examples include drafting support, controlled reconciliations, workflow triage, or anomaly flagging,” Pippadipally says. “This approach builds organizational confidence and demonstrates ROI without overexposing the enterprise to data risk.”</p>



<h3 class="wp-block-heading"><br>Clean up storage</h3>



<p>When it comes to data storage practices, there’s no doubt that organizations need to <a href="https://www.cio.com/article/4117484/why-cios-need-a-new-approach-to-unstructured-data-management.html">clean up their act</a>. Poor practices lead to poor data quality, which could impact AI-driven projects.</p>



<p>“Schools are often very good at storing data like [in] an attic where they just keep throwing boxes without looking inside,” Friend says. “Anyone who has lived through a technology refresh knows that messy storage is a massive financial burden.”</p>



<p>Decades of bad collection practices “have created a technical rot that we can no longer ignore,” Friend says. “You might think that your legacy storage is harmless, but it actually places a massive financial burden in the form of rising operational costs,” and can negatively impact AI initiatives.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CyberStrong Product Update: What’s New in Release 4.14]]></title>
<description><![CDATA[What’s New in CyberStrong We’re excited to share everything that’s new in the latest CyberStrong releases. From expanded questionnaire capabilities to smarter risk reporting and a more intuitive personal work view, this cycle is packed with updates designed to help…
Read more →
The post CyberStro...]]></description>
<link>https://tsecurity.de/de/3455525/it-security-nachrichten/cyberstrong-product-update-whats-new-in-release-414/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3455525/it-security-nachrichten/cyberstrong-product-update-whats-new-in-release-414/</guid>
<pubDate>Wed, 22 Apr 2026 18:22:21 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>What’s New in CyberStrong We’re excited to share everything that’s new in the latest CyberStrong releases. From expanded questionnaire capabilities to smarter risk reporting and a more intuitive personal work view, this cycle is packed with updates designed to help…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/cyberstrong-product-update-whats-new-in-release-4-14/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/cyberstrong-product-update-whats-new-in-release-4-14/">CyberStrong Product Update: What’s New in Release 4.14</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Top techniques attackers use to infiltrate your systems today]]></title>
<description><![CDATA[Much of the talk around cybersecurity these days revolves around AI and the threat it poses to corporate systems when used by nefarious actors.



But the reality on the ground remains a little more mundane than polymorphic AI malware and criminal masterminds putting machine learning and generati...]]></description>
<link>https://tsecurity.de/de/3450845/it-security-nachrichten/top-techniques-attackers-use-to-infiltrate-your-systems-today/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3450845/it-security-nachrichten/top-techniques-attackers-use-to-infiltrate-your-systems-today/</guid>
<pubDate>Tue, 21 Apr 2026 11:07: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>Much of the talk around cybersecurity these days revolves around AI and the threat it poses to corporate systems when used by nefarious actors.</p>



<p>But the reality on the ground remains a little more mundane than <a href="https://www.csoonline.com/article/4101491/polymorphic-ai-malware-exists-but-its-not-what-you-think.html">polymorphic AI malware</a> and criminal masterminds putting machine learning and generative AI to work at scale.</p>



<p>Still, keeping on top of even minor nuances and emerging trends in the techniques cyberattackers are deploying of late can greatly help cyber defenders in their task.</p>



<p>Of note is the fact that attackers are increasingly exploiting identity as a preferred method for infiltrating systems.</p>



<p>While exploiting vulnerabilities also remains an important vector with its own emerging subtleties in practice, phishing, stolen credentials, and social engineering are among the more common root causes of initial attack today, according to threat response experts.</p>



<p>“Identity-related attack techniques such as phishing (41%), stolen credentials (18%), and social engineering (12%) dominating our incident response engagements,” Alexandra Rose, director at the Counter Threat Unit at Sophos, tells CSO.</p>



<p>Rose adds: “Attackers are increasingly looking to leverage weaknesses that can’t be targeted by patching — instead going after the human link in the chain: people.”</p>



<p>Entry points created by expanding hybrid and cloud environments, integrations with AI tooling, and new SaaS apps are also particularly attractive to threat actors, allowing them to infiltrate systems without needing to deploy traditional malware.</p>



<p>“Attackers [are exploiting] trusted tools, identities, and user behaviour rather than relying on technical sophistication” to mount attacks, according to threat intel vendor <a href="https://reliaquest.com/blog/threat-spotlight-whats-trending-top-cyber-attacker-techniques-december-2025-february-2026">ReliaQuest’s latest Annual Cyber-Threat Report</a><strong>.</strong></p>



<p>Here, cyber experts quizzed by CSO identify the most prevalent cyberattack techniques being deployed against enterprises today.</p>



<h2 class="wp-block-heading">Drive-by RMM misuse</h2>



<p>Attackers have increasingly been <a href="https://www.csoonline.com/article/3487743/attackers-increasingly-using-legitimate-remote-management-tools-to-hack-enterprises.html">abusing legitimate remote monitoring and management (RMM) tools</a> to camouflage attacks on corporate networks. Designed to help IT teams manage systems remotely, popular RMM tools, such as ConnectWise ScreenConnect, Tactical RMM, and MeshAgent, are often abused by attackers for command-and-control, lateral movement, and ransomware deployment.</p>



<p>Now, trojanized versions of RMM tools are being dropped directly onto hosts, often through drive-by compromise, according to ReliaQuest. ConnectWise ScreenConnect led RMM-related incidents between December 2025 up until the end of February 2026, according to the threat intel vendor.</p>



<p>A separate <a href="https://blackpointcyber.com/whitepaper/2026-annual-threat-report/">study by managed detection and response firm Blackpoint</a> found that abuse of legitimate RMM tools represented 30% of incidents handled by the firm.</p>



<h2 class="wp-block-heading">Network security device hacking</h2>



<p>Network edge devices have increasingly drawn attackers’ attention over the past two years, establishing a new battleground where the very devices meant to protect the network <a href="https://www.csoonline.com/article/4074945/network-security-devices-endanger-orgs-with-90s-era-flaws.html">have become attractive targets for exploitation</a>.</p>



<p>As a result, flaws in security device, such as SSL VPN systems and other gateways, are among the <a href="https://www.csoonline.com/article/3970097/the-state-of-intrusions-stolen-credentials-and-perimeter-exploits-on-the-rise-as-phishing-wanes.html">top initial access vectors for attackers</a>.</p>



<p>SSL VPN compromises, for example, accounted for 33% of identifiable activity, according to Blackpoint.</p>



<h2 class="wp-block-heading">ClickFix</h2>



<p><a href="https://www.csoonline.com/article/3610611/rising-clickfix-malware-distribution-trick-puts-powershell-it-policies-on-notice.html">ClickFix</a> is a social engineering tactic that aims to trick prospective marks into pasting and executing malicious PowerShell commands from fake “fix” prompts.</p>



<p>Because these bogus prompts come from either compromised websites or manipulated search results, the approach bypasses traditional security controls such as email filters or denylists.</p>



<p>ClickFix scams often uses fake CAPTCHA pages as the lure.</p>



<p>The methodology is most frequently used to distribute remote access trojans or infostealers, but attackers have also begun to feature ClickFix in ransomware attacks.</p>



<p>“ClickFix adoption continues to expand across the attacker spectrum, with ransomware operators like <a href="https://reliaquest.com/blog/threat-spotlight-casting-a-wider-net-clickfix-deno-and-leaknets-scaling-threat/" target="_blank" rel="noreferrer noopener">LeakNet now using ClickFix lures to run campaigns</a> directly rather than purchasing access from initial access brokers,” according to ReliaQuest.</p>



<h2 class="wp-block-heading">Identity-based attacks</h2>



<p>Attackers are increasingly impersonating legitimate users, machines, or services to gain access to systems, data, or infrastructure. The technique is on the upswing in part due to improved security defenses, according to some experts, and also demonstrates attackers’ interest in targeting authentication mechanisms rather than exploiting software vulnerabilities directly.</p>



<p>“Endpoint detection and response technologies have pushed criminals into stealing credentials — or buying them from thieves — and then using them for authentication as account users,” says Tom Exelby, head of cybersecurity at UK-based cybersecurity services firm Red Helix. “Once they have access, they can augment their privileges through systems such as Microsoft Active Directory and Entra ID.”</p>



<p>Instead of stealing passwords, attackers steal active authentication tokens to bypass multi-factor authentication (MFA) protections.</p>



<p>Attackers are increasingly using OAuth consent phishing and reverse proxy kits to steal session tokens and bypass MFA, adds cloud-native security firm Netskope.</p>



<p>“Attackers targeting Microsoft 365 environments are also adopting adversary-in-the-middle attacks,” Red Helix’s Exelby adds. “They capture credentials, MFA responses, and session cookies by using phishing kits as a proxy between the target and the legitimate authentication service.”</p>



<p>Cybercriminals are using platforms such as the Tycoon 2FA phishing-as-a-service to run adversary-in-the-middle (AiTM) attacks. Many of the victims of this attack vector are “likely to be SMBs with limited cybersecurity resources,” according to Red Helix.</p>



<h2 class="wp-block-heading">Phishing</h2>



<p><a></a>Despite a <a href="https://www.csoonline.com/article/4080691/profits-from-ransomware-attacks-are-falling-fewer-people-are-paying.html">year-over-year decline</a> in the number of people clicking on phishing links, in part due to <a href="https://www.csoonline.com/article/4071289/what-to-consider-to-make-your-enterprise-phishing-training-effective.html">improved user education</a>, this traditional form of social engineer <a href="https://www.csoonline.com/article/3850783/11-ways-cybercriminals-are-making-phishing-more-potent-than-ever.html">remains a problem</a>.</p>



<p>According to a recent study by Netskope, <a></a>87 out of every 10,000 users click on a phishing link each month. Microsoft remains <a href="https://www.csoonline.com/article/2135867/microsoft-the-brand-attackers-love-to-imitate.html">the brand attackers impersonate most</a>.</p>



<p>Remote and hybrid workforces have given attackers more opportunities for phishing and credential theft, and now the power of AI in facilitating such attacks is becoming a major concern. Cybercriminals have been putting AI to use to develop highly personalized phishing lures, automated reconnaissance, and synthetic voice and <a href="https://www.csoonline.com/article/3982379/deepfake-attacks-are-inevitable-cisos-cant-prepare-soon-enough.html">deepfake attacks</a>.</p>



<h2 class="wp-block-heading">Hacking machine identities</h2>



<p>The rapid profileration of machine identities is proving to be a <a href="https://www.csoonline.com/article/3476130/nhis-may-be-your-biggest-and-most-neglected-security-hole.html">wellspring for attackers</a> seeking inroads into corporate systems. Much of this is due to increased use of service accounts, containers, APIs, and the automation of DevOps, but agentic AI, with its promise of autonomous AI activity, is another <a href="https://www.csoonline.com/article/4109999/agentic-ai-already-hinting-at-cybersecuritys-pending-identity-crisis.html">rising source of concern for security organizations</a>.</p>



<p>“With non-human identities central to infrastructure, attackers are inevitably focusing on compromise of service accounts and <a href="https://www.csoonline.com/article/4148315/apis-are-the-new-perimeter-heres-how-cisos-are-securing-them.html">API identities</a>, which give them long-lived credentials and a broad range of permissions,” says Red Helix’s Exelby.</p>



<p>Exelby adds: “Machine identities often have weak protection, are notoriously invisible, and poorly managed.”</p>



<p>Managed service providers that hold privileged access to many client’s systems have a magnetic attraction for attackers as a potential route to carry out supply chain attacks. Even a midsize business is likely to have hundreds of SaaS apps and thousands of identities criminals can exploit.</p>



<h2 class="wp-block-heading">Shai-Hulud: The supply-chain attack evolves</h2>



<p>In September 2025, credential-stealing code <a href="https://www.csoonline.com/article/4058059/warning-hackers-have-inserted-credential-stealing-code-into-some-npm-libraries.html">wormed its way through scores of npm libraries</a>, adding a <a href="https://www.csoonline.com/article/4081492/modern-supply-chain-attacks-and-their-real-world-impact.html">modern twist to the supply chain attack</a>. What would become known as Shai-Hulud included self-propagation logic that would eventually spread to hundreds of packages by automatically replicating and injecting itself into projects owned by compromised maintainers.</p>



<p>Later versions of the npm supply-chain worm (“<a href="https://www.csoonline.com/article/4095578/new-shai-hulud-worm-spreading-through-npm-github.html">Shai-Hulud</a> 2.0”) have expanded into cloud credential theft, making it the most significant new entry in ReliaQuest’s attack technique list since the previous edition last year.</p>



<p>“The self-replicating nature [of the malware] makes containment particularly difficult once it enters a development pipeline,” ReliaQuest warns.</p>



<h2 class="wp-block-heading">Countermeasures</h2>



<p>Defenders should prioritize ClickFix-specific user training, enforce remote monitoring and management (RMM) tool allowlists, and centralize SaaS audit logging, ReliaQuest advises.</p>



<p>Protection against the tide of identity-based attacks requires a shift to layered defenses.</p>



<p>“Layered defences should include phishing-resistant authentication with hardware security keys, FIDO2 password-free approaches or certificate-based methods to reduce credential theft and adversary-in-the-middle attacks,” says Red Helix’s Exelby.</p>



<p>Exelby adds: “Zero trust and least privilege access principles are essential, validating continuously using device posture, user behaviour and network context, along with risk-scoring. Time-bound access for accounts should be part of this.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI-Powered Risk Registers vs. Traditional Risk Management: What’s the Difference?]]></title>
<description><![CDATA[Key Takeaways It’s surprising that traditional risk registers (spreadsheets or basic databases) persist in a world racing toward AI-infused technology.  But the states speak for themselves: 59% of GRC practitioners use no commercial tool, with 52% spending 30-50% of time…
Read more →
The post AI-...]]></description>
<link>https://tsecurity.de/de/3449976/it-security-nachrichten/ai-powered-risk-registers-vs-traditional-risk-management-whats-the-difference/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3449976/it-security-nachrichten/ai-powered-risk-registers-vs-traditional-risk-management-whats-the-difference/</guid>
<pubDate>Tue, 21 Apr 2026 03:34:28 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Key Takeaways It’s surprising that traditional risk registers (spreadsheets or basic databases) persist in a world racing toward AI-infused technology.  But the states speak for themselves: 59% of GRC practitioners use no commercial tool, with 52% spending 30-50% of time…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/ai-powered-risk-registers-vs-traditional-risk-management-whats-the-difference/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/ai-powered-risk-registers-vs-traditional-risk-management-whats-the-difference/">AI-Powered Risk Registers vs. Traditional Risk Management: What’s the Difference?</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Former advisor to Steve Jobs says new Apple CEO is exactly what’s needed: an engineer from the inside]]></title>
<description><![CDATA[Tim Cook is stepping down as Apple CEO, handing the reins to hardware engineering chief John Ternus. A Seattle tech vet and former advisor to Steve Jobs says the choice signals a return to the company's product roots at a critical moment. Read More]]></description>
<link>https://tsecurity.de/de/3449938/it-nachrichten/former-advisor-to-steve-jobs-says-new-apple-ceo-is-exactly-whats-needed-an-engineer-from-the-inside/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3449938/it-nachrichten/former-advisor-to-steve-jobs-says-new-apple-ceo-is-exactly-whats-needed-an-engineer-from-the-inside/</guid>
<pubDate>Tue, 21 Apr 2026 03:02:18 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img width="1260" height="1008" src="https://cdn.geekwire.com/wp-content/uploads/2026/04/Apple-John-Ternus-Tim-Cook-1-1260x1008.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://cdn.geekwire.com/wp-content/uploads/2026/04/Apple-John-Ternus-Tim-Cook-1-1260x1008.jpg 1260w, https://cdn.geekwire.com/wp-content/uploads/2026/04/Apple-John-Ternus-Tim-Cook-1-768x614.jpg 768w, https://cdn.geekwire.com/wp-content/uploads/2026/04/Apple-John-Ternus-Tim-Cook-1-1536x1229.jpg 1536w, https://cdn.geekwire.com/wp-content/uploads/2026/04/Apple-John-Ternus-Tim-Cook-1-2048x1638.jpg 2048w" sizes="(max-width: 1260px) 100vw, 1260px"><br>Tim Cook is stepping down as Apple CEO, handing the reins to hardware engineering chief John Ternus. A Seattle tech vet and former advisor to Steve Jobs says the choice signals a return to the company's product roots at a critical moment. <a href="https://www.geekwire.com/2026/former-advisor-to-steve-jobs-says-new-apple-ceo-is-exactly-whats-needed-an-engineer-from-the-inside/">Read More</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[UAE Cyber Security Council Warns 1 in 4 Public Files Contain Sensitive Personal Data]]></title>
<description><![CDATA[The UAE Cyber Security Council has raised concerns over widespread data exposure, revealing that nearly 25 percent of publicly accessible files contain sensitive personal data. The warning comes as part of its ongoing awareness efforts, urging individuals and organisations to strengthen basic cyb...]]></description>
<link>https://tsecurity.de/de/3447672/it-security-nachrichten/uae-cyber-security-council-warns-1-in-4-public-files-contain-sensitive-personal-data/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3447672/it-security-nachrichten/uae-cyber-security-council-warns-1-in-4-public-files-contain-sensitive-personal-data/</guid>
<pubDate>Mon, 20 Apr 2026 10:53:40 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><img width="1376" height="768" src="https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1.webp" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="UAE Cyber Security Council" decoding="async" srcset="https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1.webp 1376w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-1024x572.webp 1024w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-768x429.webp 768w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-750x419.webp 750w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-1140x636.webp 1140w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1.webp 1376w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-300x167.webp 300w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-1024x572.webp 1024w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-768x429.webp 768w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-600x335.webp 600w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-150x84.webp 150w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-750x419.webp 750w, https://thecyberexpress.com/wp-content/uploads/UAE-Cyber-Security-Council-1-1140x636.webp 1140w" sizes="(max-width: 1376px) 100vw, 1376px" title="UAE Cyber Security Council Warns 1 in 4 Public Files Contain Sensitive Personal Data 1"></p>The UAE Cyber Security Council has raised concerns over widespread data exposure, revealing that nearly 25 percent of publicly accessible files contain sensitive personal data. The warning comes as part of its ongoing awareness efforts, urging individuals and organisations to strengthen basic <a href="https://thecyberexpress.com/8-cybersecurity-best-practices-in-2024/" target="_blank" rel="noopener">cybersecurity practices</a>.

In its latest advisory under the “Cyber Pulse” campaign, the Council highlighted that poor file-sharing habits continue to expose users to avoidable <a href="https://thecyberexpress.com/cyber-risks-covered-by-cyber-insurance/" target="_blank" rel="noopener">cyber risks</a>. The findings point to a growing gap between the use of cloud platforms and the understanding of how to secure shared <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-data/" title="data" data-wpil-keyword-link="linked" data-wpil-monitor-id="27779">data</a>.
<h3><strong>Public Files and Sensitive Personal Data at Risk</strong></h3>
The Council’s findings <a href="https://www.zawya.com/en/business/technology-and-telecom/cyber-security-council-25-of-publicly-accessible-files-contain-sensitive-personal-data-isnzqfd7" target="_blank" rel="noopener">show</a> that a significant portion of files shared openly online contain sensitive personal data such as identification details, financial records, or login information. This raises concerns about how easily such data can be accessed by unintended users.

The issue is not limited to publicly shared files. According to the Council, between 68 percent and 77 percent of privately shared files may also be accessible to unintended recipients due to weak access controls or misconfigured sharing settings.

This highlights a broader problem where users assume that private sharing automatically ensures security. In many cases, improper permissions or link-based access can lead to unintentional exposure of sensitive personal data.
<h3><strong>Cyber Security Council Highlights Encryption as Critical Safeguard</strong></h3>
The UAE <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-cybersecurity/" title="Cyber Security" data-wpil-keyword-link="linked" data-wpil-monitor-id="27777">Cyber Security</a> Council emphasized that encryption remains one of the most effective ways to protect sensitive personal data. Files that are encrypted before being shared or stored online are significantly less vulnerable to unauthorized access.

The advisory noted that cloud storage platforms do not guarantee automatic protection of data. Without <a href="https://thecyberexpress.com/whats-the-problem-with-backdoor-encryption/" target="_blank" rel="noopener">encryption</a>, sensitive files remain exposed if access controls are bypassed or misconfigured.

Alongside encryption, secure account management plays a key role in reducing risk. Weak passwords, reused credentials, and lack of <a href="https://thecyberexpress.com/multi-factor-authentication-not-enough/" target="_blank" rel="noopener">authentication measures</a> continue to be major contributors to data exposure incidents.
<h3><strong>Key Cybersecurity Practices Recommended</strong></h3>
To address the <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-are-risks-in-cybersecurity/" title="risks" data-wpil-keyword-link="linked" data-wpil-monitor-id="27778">risks</a> associated with exposed sensitive personal data, the Cyber Security Council outlined several essential cybersecurity practices.

Users are advised to use strong and regularly updated passwords and enable <a href="https://thecyberexpress.com/cybersecurity-awareness-month-what-is-2fa-mfa-and-why-should-you-care/" target="_blank" rel="noopener">two-factor authentication</a> across all accounts. Avoiding public links when sharing sensitive files is also critical, as these links can be easily forwarded or accessed without proper restrictions.

The Council stressed the importance of reviewing <a class="wpil_keyword_link" href="https://thecyberexpress.com/what-is-privacy/" title="privacy" data-wpil-keyword-link="linked" data-wpil-monitor-id="27780">privacy</a> settings and managing access permissions carefully. Monitoring file usage and access logs can help identify unusual activity and prevent misuse.

Additional measures include deleting unused files and inactive sharing links, securing Wi-Fi networks, and keeping devices and software up to date. Users are also encouraged to review application permissions and limit access to only necessary services.

When accessing files over public networks, the use of virtual private networks can provide an added layer of security. Regular data backups and secure <a href="https://thecyberexpress.com/future-of-database-management/" target="_blank" rel="noopener">database management</a> on cloud platforms are also recommended to prevent data loss and unauthorized access.
<h3><strong>Awareness Remains Key to Reducing Exposure</strong></h3>
The <a href="https://thecyberexpress.com/uae-cyber-security-council-cyberattack/" target="_blank" rel="noopener">Cyber Security Council</a> noted that many cases involving sensitive personal data exposure are the result of simple, preventable mistakes. Lack of awareness around basic <a class="wpil_keyword_link" href="https://cyble.com/knowledge-hub/what-is-cybersecurity/" target="_blank" rel="noopener" title="cybersecurity" data-wpil-keyword-link="linked" data-wpil-monitor-id="27781">cybersecurity</a> practices continues to be a major factor.

The “Cyber Pulse” campaign, now in its second year, aims to address this gap by promoting safer digital behaviour among individuals and organisations. The initiative forms part of broader national efforts to build a secure and resilient digital environment.

By encouraging users to adopt stronger security measures and understand the risks of improper file sharing, the Council aims to reduce the exposure of sensitive personal data and improve overall <a href="https://thecyberexpress.com/sofia-scozzari-interview-with-tce/" target="_blank" rel="noopener">cybersecurity hygiene</a>.

The latest findings serve as a reminder that while technology platforms continue to evolve, the responsibility to secure data often lies with users. Simple steps such as enabling encryption, managing access, and reviewing shared content can significantly reduce the risk of data exposure.]]></content:encoded>
</item>
<item>
<title><![CDATA[Four new Macs are launching later this year, here’s what’s coming]]></title>
<description><![CDATA[Apple has already launched three new Macs this year, but there are another four Macs rumored to debut throughout the remainder of the year. Here’s what’s coming.



 more…]]></description>
<link>https://tsecurity.de/de/3442506/ios-mac-os/four-new-macs-are-launching-later-this-year-heres-whats-coming/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3442506/ios-mac-os/four-new-macs-are-launching-later-this-year-heres-whats-coming/</guid>
<pubDate>Fri, 17 Apr 2026 17:15:41 +0200</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="feat-image"><img src="https://9to5mac.com/wp-content/uploads/sites/6/2026/03/mac-lineup-devices-apple-hello.jpg?quality=82&amp;strip=all&amp;w=1600"></div><p>Apple has already launched three new Macs this year, but there are another four Macs rumored to debut throughout the remainder of the year. Here’s what’s coming.</p>



 <a data-layer-pagetype="post" data-layer-postcategory="mac" data-layer-viewtype="taxonomy-ninetofive_guides" data-post-id="1043871" href="https://9to5mac.com/2026/04/17/four-new-macs-are-launching-later-this-year-heres-whats-coming/#more-1043871" class="more-link">more…</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Donut Lab's battery claims reportedly subject of whistleblower complaint]]></title>
<description><![CDATA[Startup Donut Lab made a splash at the start of the year with some astonishing — and suspicious — claims about its solid state batteries. Now Finnish newspaper Helsingin Sanomat reports an individual has filed a criminal whistleblower complaint against the company over those claims.
Until recentl...]]></description>
<link>https://tsecurity.de/de/3442354/it-nachrichten/donut-labs-battery-claims-reportedly-subject-of-whistleblower-complaint/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3442354/it-nachrichten/donut-labs-battery-claims-reportedly-subject-of-whistleblower-complaint/</guid>
<pubDate>Fri, 17 Apr 2026 16:31:47 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Startup Donut Lab made a splash at the start of the year with some astonishing — <a data-i13n="cpos:1;pos:1" href="https://www.engadget.com/transportation/evs/whats-going-on-with-donut-lab-173007121.html"><ins>and suspicious</ins></a> — claims about its solid state batteries. Now Finnish newspaper <a data-i13n="cpos:2;pos:1" href="https://www.hs.fi/visio/art-2000011948614.html"><em><ins>Helsingin Sanomat</ins></em></a> reports an individual has filed a criminal whistleblower complaint against the company over those claims.</p>
<p><a data-i13n="cpos:3;pos:1" href="https://web.archive.org/web/20260304095538/https://www.nordicnano.co/about/"><ins>Until recently</ins></a>, Lauri Peltola was listed as the Chief Commercial Officer at Nordic Nano — the firm reportedly contracted to handle portions of the manufacturing on Donut's behalf, and which Donut Lab has <a data-i13n="cpos:4;pos:1" href="https://www.donutlab.com/nordic-nano-investment/"><ins>invested in</ins></a>. He reportedly filed a criminal complaint that Donut Lab’s promises of energy density and longevity have been overstated and that the company lacks the production capacity previously claimed.</p>
<span></span><p><em>HS</em> suggests it has seen copies of internal communications between Donut Lab and two partner companies, CT-Coating and Nordic Nano. The paper says that CT-Coating’s first-generation battery is the one that Donut Lab has been advertising, and is the model it handed to Finnish national lab VTT to test. But, according to the emails viewed by <em>HS</em>, CT-Coating had abandoned development on that cell in favor of a one still in early development, despite Donut Lab’s <a data-i13n="cpos:5;pos:1" href="https://www.donutlab.com/ces-battery-announcement/"><ins>claim</ins></a> in January that it had a technology ready to enter mass production.</p>
<p>Donut Lab CEO Marko Lehtimäki reportedly told <em>HS</em> he had no knowledge of Peltola’s complaint. Nordic Nano CEO Esa Parjanen, meanwhile, denied Peltola’s accusations, saying that his views were not shared by the company and that Peltola had no involvement with Nordic’s battery project. In a joint <a data-i13n="cpos:6;pos:1" href="https://www.donutlab.com/donut-labin-ja-nordic-nanon-lausunto-yksityishenkilon-tekemaan-rikosilmoitukseen-liittyen-17-4/"><ins>public statement</ins></a> Donut Lab and Nordic Nano stated they "do not know the exact nature of the complaint" but denied "having committed any crime or misleading investors." They also describe the complainant (presumably Peltola, though the statement does not name him) as not having "the necessary knowledge of battery technology or the overall picture of the development work."</p>This article originally appeared on Engadget at https://www.engadget.com/transportation/donut-labs-battery-claims-reportedly-subject-of-whistleblower-complaint-142133269.html?src=rss]]></content:encoded>
</item>
<item>
<title><![CDATA[Whatsapp verbessert wichtige Datenschutz-Funktion an einem entscheidenden Punkt]]></title>
<description><![CDATA[Whatsapp ergänzt die “selbstlöschenden Nachrichten” um eine neue, wichtige Option. Nämlich um Nachrichten, die sich automatisch selbst löschen, sobald der Empfänger sie gelesen hat.



Vorhandenes Menü wird erweitert



Das berichtet WABetinfo, ein Portal, das sich auf das Aufspüren neuer Funktio...]]></description>
<link>https://tsecurity.de/de/3442111/it-nachrichten/whatsapp-verbessert-wichtige-datenschutz-funktion-an-einem-entscheidenden-punkt/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3442111/it-nachrichten/whatsapp-verbessert-wichtige-datenschutz-funktion-an-einem-entscheidenden-punkt/</guid>
<pubDate>Fri, 17 Apr 2026 15:18:59 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Whatsapp ergänzt die “selbstlöschenden Nachrichten” um eine neue, wichtige Option. Nämlich um Nachrichten, die sich automatisch selbst löschen, sobald der Empfänger sie gelesen hat.</p>



<h2 class="wp-block-heading">Vorhandenes Menü wird erweitert</h2>



<p>Das <a href="https://wabetainfo.com/whatsapp-beta-for-android-2-26-15-11-whats-new/" target="_blank" rel="noreferrer noopener">berichtet</a> WABetinfo, ein Portal, das sich auf das Aufspüren neuer Funktionen in dem beliebten Messenger spezialisiert hat. Die neue Option “after reading” ergänzt die bisherigen Optionen “24 Stunden”, “7 Tage” und “90 Tage” sowie “Aus”. Hierzu richtet Whatsapp einen neuen, unteren Bereich im entsprechenden Einstellungenmenü des Messengers ein (<a href="https://www.pcwelt.de/article/1197775/whatsapp-nachrichten-automatisch-loeschen-wird-flexibler.html" target="_blank" rel="noreferrer noopener">Whatsapp: Nachrichten automatisch löschen wird flexibler</a>).</p>



<p>Im hinlänglich bekannten oberen Bereich können Sie wie gehabt den Zeitraum auswählen, nach dem Nachrichten<strong> in jedem Fall </strong>verschwinden sollen (eben nach “24 Stunden”, “7 Tagen” und “90 Tagen”; immer gezählt ab dem Versandtermin der Nachricht). In dem neuen Bereich darunter, überschrieben mit “After reading”, legen Sie den Zeitraum fest, nach dem die Nachrichten verschwinden sollen, <strong>sobald sie gelesen wurden</strong>. </p>



<p>Möglich sind hier “12 Stunden”, “1 Stunde” und “5 Minuten”. Diese Zeiträume gelten also erst ab dem Moment, ab dem der Empfänger eine Nachricht gelesen hat. Wobei man auf dem von WABetainfo veröffentlichten Screenshot aber auch die Information lesen kann, dass ungelesene Nachrichten in jedem Fall nach 24 Stunden verschwinden.</p>



<p>Die neue Option für selbstlöschende Nachrichten, die sich erst löschen, nachdem sie gelesen wurden, befindet sich noch in der Entwicklung und ist noch nicht für Whatsapp-Nutzer freigeschaltet. WABetainfo fand diese Neuerung in Whatsapp Beta for Android 2.26.15.11.</p>



<h2 class="wp-block-heading">So können Sie selbstlöschende Nachrichten aktivieren</h2>



<p>Selbstlöschende Nachrichten aktivieren Sie im jeweiligen Chat. Öffnen Sie den Chat und klicken Sie auf den Namen des Kontakts und scrollen Sie dann bis zum Menüpunkt “Selbstlöschende Nachrichten”. Dort können Sie die gewünschte Einstellung dann vornehmen. Alternativ können Sie in Whatsapp unter “Einstellungen, Datenschutz, Selbstlöschende Nachrichten” Letztere auch für alle Chats einschalten.</p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Point-in-time GRC is obsolete. What’s replacing it? It isn’t AI alone]]></title>
<description><![CDATA[The last generation of Governance, Risk and Compliance (GRC) software built a multi-billion dollar ecosystem by becoming systems of record for risk. ServiceNow became the system of IT workflows. Archer for audits. Diligent for policy management. Own the control framework,…
Read more →
The post Po...]]></description>
<link>https://tsecurity.de/de/3439920/it-security-nachrichten/point-in-time-grc-is-obsolete-whats-replacing-it-it-isnt-ai-alone/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3439920/it-security-nachrichten/point-in-time-grc-is-obsolete-whats-replacing-it-it-isnt-ai-alone/</guid>
<pubDate>Thu, 16 Apr 2026 20:52:54 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>The last generation of Governance, Risk and Compliance (GRC) software built a multi-billion dollar ecosystem by becoming systems of record for risk. ServiceNow became the system of IT workflows. Archer for audits. Diligent for policy management. Own the control framework,…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/point-in-time-grc-is-obsolete-whats-replacing-it-it-isnt-ai-alone/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/point-in-time-grc-is-obsolete-whats-replacing-it-it-isnt-ai-alone/">Point-in-time GRC is obsolete. What’s replacing it? It isn’t AI alone</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ease into Azure Kubernetes Application Network]]></title>
<description><![CDATA[If you’re using Kubernetes, especially a managed version like Azure Kubernetes Service (AKS), you don’t need to think about the underlying hardware. All you need to do is build your application and it should run, its containers managed by the service’s orchestrator.



At least that’s the theory....]]></description>
<link>https://tsecurity.de/de/3438009/ai-nachrichten/ease-into-azure-kubernetes-application-network/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3438009/ai-nachrichten/ease-into-azure-kubernetes-application-network/</guid>
<pubDate>Thu, 16 Apr 2026 11:04:03 +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>If you’re using <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html">Kubernetes</a>, especially a managed version like <a href="https://www.infoworld.com/article/4058764/smoother-kubernetes-sailing-with-aks-automatic.html">Azure Kubernetes Service</a> (AKS), you don’t need to think about the underlying hardware. All you need to do is build your application and it should run, its containers managed by the service’s orchestrator.</p>



<p>At least that’s the theory. However, implementing a platform that abstracts your code from the servers and network that support it brings its own problems, and a whole new discipline. <a href="https://www.infoworld.com/article/2338225/what-is-platform-engineering-evolving-devops.html">Platform engineers</a> fill the gap between software and hardware, supporting security and networking, as well as managing storage and other key services.</p>



<p>Kubernetes is part of an ecosystem of <a href="https://www.infoworld.com/article/2255318/what-is-cloud-native-the-modern-way-to-develop-software.html">cloud-native services</a> that provide the supporting framework for running and managing scalable distributed systems, including the tools needed to package and deploy applications, as well as components that extend the functionality of Kubernetes’ own nodes and pods.</p>



<p>Key components of this growing ecosystem are the various <a href="https://www.infoworld.com/article/2261159/what-is-a-service-mesh-easier-container-networking.html">service meshes</a>. These offer a way to manage connectivity between nodes and between your applications and the outside network, with tools for handling basic network security. Often implemented as “sidecar” containers, running alongside Kubernetes pods, these network proxies can consume added resources as your applications scale. That means more configuration and management, ensuring that configurations are kept up-to-date and that secrets are secure.</p>



<h2 class="wp-block-heading">Istio goes ambient</h2>



<p>One of the key service mesh implementations, <a href="https://www.infoworld.com/article/2258313/what-is-istio-the-kubernetes-service-mesh-explained.html">Istio</a>, has developed an alternate way of operating, <a href="https://istio.io/latest/docs/ambient/">what the project calls “ambient mode”</a>. Here, instead of having individual sidecars for each pod, your service mesh is implemented as per-node proxies or as a single proxy that supports an entire Kubernetes namespace. It’s an approach that allows you to start implementing a service mesh without increasing the complexity of your platform, making it easy to go from a basic development Kubernetes implementation to a production environment without having to change your application pods.</p>



<p>It’s called ambient mode because there’s no need to add new service mesh elements as your application scales. Instead, the service mesh is always there, and your pods simply join it and take advantage of the existing configuration. The resulting implementation is both easier to use and easier to understand.</p>



<p><a href="https://www.infoworld.com/article/2260999/introducing-the-service-mesh-interface.html?utm=hybrid_search">Microsoft has used Istio as part of Azure Kubernetes Service for many years</a>. Istio is one of a suite of open-source tools that provide the backbone of Azure’s cloud-native computing platform.</p>



<h2 class="wp-block-heading">Introducing Azure Kubernetes Application Network</h2>



<p>So, it’s not surprising to <a href="https://opensource.microsoft.com/blog/2026/03/24/whats-new-with-microsoft-in-open-source-and-kubernetes-at-kubecon-cloudnativecon-europe-2026/">l</a>earn that Microsoft is <a href="https://opensource.microsoft.com/blog/2026/03/24/whats-new-with-microsoft-in-open-source-and-kubernetes-at-kubecon-cloudnativecon-europe-2026/">using Istio’s ambient mesh as the basis of Azure Kubernetes Application Network</a>. The new service (<a href="https://learn.microsoft.com/en-us/azure/application-network/">available in preview</a>) allows application developers to add managed network services to their applications without needing the support of a platform engineering team to implement a service mesh. It will even help you migrate away from the now-deprecated ingress-nginx by providing access to the recommended Kubernetes Gateway API without needing more sidecars and letting you use your existing ingress-nginx configurations while you complete your migration. </p>



<p><a href="https://learn.microsoft.com/en-us/azure/application-network/overview">Microsoft describes the preview of Azure Kubernetes Application Network</a> as “a fully managed, ambient-based service network solution for Azure Kubernetes Service (AKS).” The underlying data and control planes are managed by AKS, so all you need to do is connect your AKS clusters to an Application Network and AKS will then manage the service mesh for you, without any changes to your applications.</p>



<p>Like other implementations of Istio’s ambient mesh, there are two levels to Application Network: a core set of node-level application proxies that handle connectivity and security for application services, and an optional set of lower-level proxies that support routing and apply network policies, acting as a software-defined network inside your Kubernetes environment.</p>



<p>This approach lets you build and test a Kubernetes application on your local development hardware without using Application Network features, then deploy it to AKS along with the required network configuration — simplifying both development and deployment. It also reduces development overheads, both in compute and developer resources.</p>



<h2 class="wp-block-heading">Using Azure Kubernetes Application Network</h2>



<p>Once deployed Application Network connects the services in your application securely, managing encrypted connections automatically and managing the required certificates. It can support unencrypted connections, for when you aren’t sending confidential data and don’t need the associated overhead. As the service is managed by AKS, new pods are automatically provisioned as they are deployed, with the ambient mesh supporting both scale-up and scale-down operations.</p>



<p><a href="https://learn.microsoft.com/en-us/azure/application-network/architecture">The architecture of Application Network is much like that of an Istio ambient mesh</a>. The main difference is that the service’s management and control planes are managed by Azure, with application owners limited to working with the service’s data plane, configuring operations and setting policies for their application workloads. Azure’s control of the management plane automates certificate management, ensuring that connections stay secure and there is little risk of certificate expiration, using the tools built into Azure Key Vault.</p>



<p>The Application Network data plane holds proxies and gateways used by the service mesh, and these are deployed when the service is launched, along with the required Kubernetes configurations. The key to operation is <a href="https://github.com/istio/ztunnel">ztunnel</a>, a proxy that intercepts inter-service requests, secures the connection, and routes requests to another ztunnel running with the destination service. A gateway oversees connections between ztunnels running in remote clusters, allowing your service mesh to scale out with demand.</p>



<h2 class="wp-block-heading">Building your first ambient service mesh in AKS</h2>



<p><a href="https://learn.microsoft.com/en-us/azure/application-network/get-started">Getting started with Azure Kubernetes Application Network</a> requires the Azure CLI. If you’re working with an existing AKS cluster, then you will need to enable integration with Microsoft Entra and enable OpenID Connect.</p>



<p>As the Application Network service is in preview, start by registering it in your account. This can take some time, but once it’s registered you can install the AppNet CLI extension that’s used to manage and control Application Network for your AKS clusters. You can now start to set up the ambient service mesh, either creating new clusters to use it, or adding the service mesh to existing AKS deployments.</p>



<p>Starting from scratch is the easiest way, as it ensures that you’re running in the same tenant. AKS clusters and Application Network can be in the same resource group if you want, but it’s not necessary. You’re free to use separate resource groups for management.</p>



<p>The <code>appnet</code> command makes it easy to create an Application Network from the command line; all you need is a name for the network, a resource group, a location, and an identity type. Once you’ve run the command to create your ambient mesh, wait for the mesh to be provisioned before joining a cluster to your network. This again simply needs a resource group, a name for the member cluster, and its resource group and cluster name. At the same time, you define how the network will be managed, i.e. whether you manage upgrades yourself or leave Azure to manage them for you. Additional clusters can be added to the network the same way.</p>



<p>With an Application Network and member clusters in place, the next step is to use Kubernetes’ own tooling to add support for the ambient mesh to your applications. <a href="https://learn.microsoft.com/en-us/azure/application-network/traffic-management-use-cases">Microsoft provides a useful example</a> that shows how to use Application Network with the Kubernetes Gateway API to manage ingress. You need to use <code>kubectl</code> and <code>istioctl</code> commands to enable gateways and verify their operation, adding services and ensuring that they are visible to each other through their respective ztunnels.</p>



<h2 class="wp-block-heading">Securing applications with policies</h2>



<p>Policies can be used to control access from the application ingress to specific services as well as between services, reducing the risk of breaches and ensuring that you control how traffic is routed in your application. These policies can be locked down to ensure only specific methods can be used, so only allowing HTTP GET operations on a read-only service, and POST where data needs to be delivered. Other options can be used to enforce OpenID Connect authorization at a mesh level.</p>



<p>Not all Azure Kubernetes clusters are supported in the preview, which is only available in Azure’s largest regions. For now, Application Network won’t work with private clusters or with Windows node pools. Once running you can’t switch upgrade modes, and as it’s based on Istio, you can’t enable Istio service meshes in your cluster. These requirements aren’t showstoppers, and you should be able to get started experimenting with the service as it’s still in preview.</p>



<p>AKS Application Network is a powerful tool that helps simplify and secure the process of building and running inter-cluster networks in an AKS application. As it is an ambient service, it’s possible to scale as necessary, and can help provide secure bridges between clusters. By working at a Kubernetes level, it’s possible to use Application Network to provide policy driven production network rules, allowing developers to build and test code in unrestricted environments before moving to test and production clusters.</p>



<p>As Application Network uses familiar Kubernetes and Istio constructions, it’s possible to build configurations into Helm charts and other deployment tools, ensuring configurations are part of your build artifacts and that network configurations and policies are delivered with your code every time you push a new build – without needing platform engineering support.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Maine to put brakes on big data centers as AI expansion collides with power limits]]></title>
<description><![CDATA[Maine is poised to become the first US state to impose a statewide moratorium on large data center construction after lawmakers passed a bill to that effect.



The bill needs to be signed by Governor Janet Mills before it can be enacted.



If enacted, the law would bar state and local agencies ...]]></description>
<link>https://tsecurity.de/de/3435560/it-security-nachrichten/maine-to-put-brakes-on-big-data-centers-as-ai-expansion-collides-with-power-limits/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3435560/it-security-nachrichten/maine-to-put-brakes-on-big-data-centers-as-ai-expansion-collides-with-power-limits/</guid>
<pubDate>Wed, 15 Apr 2026 15: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>Maine is poised to become the first US state to impose a statewide moratorium on large data center construction after lawmakers passed a bill to that effect.</p>



<p>The bill needs to be signed by Governor Janet Mills before it can be enacted.</p>



<p>If enacted, the law would bar state and local agencies from issuing permits or approvals for data centers drawing 20 megawatts or more of power until approximately October 2027 — a regulatory shift that would directly affect enterprise infrastructure planning at a time when AI-driven demand for data center capacity is accelerating.</p>



<p>“AI data centers are increasingly drawn to locations with available land and strong connectivity, qualities that Maine is well-positioned to provide. But if these centers aren’t thoughtfully planned and coordinated, they can place extraordinary demands on electric infrastructure, the surrounding environment, and host communities,” State Representative Melanie Sachs, the bill’s sponsor, said in a <a href="https://www.maine.gov/housedems/news/maine-house-advances-sachs-bill-establish-moratorium-data-centers-0" target="_blank" rel="noreferrer noopener">statement</a> when the House first advanced the measure on April 6.</p>



<p>According to a January 2026 Congressional Research Service <a href="https://www.congress.gov/crs-product/R48646" target="_blank" rel="noreferrer noopener">report</a>, new hyperscale data centers have been built with capacities ranging from 100MW to 1,000MW, roughly equivalent to the electricity load of 80,000 to 800,000 homes. The moratorium’s 20MW floor covers virtually every large facility the industry is currently planning or building.</p>



<h2 class="wp-block-heading">What the bill does</h2>



<p>Beyond the permit freeze, the measure establishes the Maine Data Center Coordination Council, a 13-member body chaired by the Commissioner of Energy Resources, which must submit a strategy report to the governor by February 1, 2027. According to <a href="https://legislature.maine.gov/backend/app/services/getDocument.aspx?documentId=122054" target="_blank" rel="noreferrer noopener">the bill’s amendment text</a>, its mandate covers protecting ratepayers, maintaining grid reliability, minimizing environmental impacts, and enabling what the legislation describes as “responsible and appropriately sited economic development.”</p>



<p>Mills has pushed for an exemption protecting a proposed $550 million project at the former Androscoggin paper mill in Jay, arguing it would reuse existing infrastructure without straining the grid. Lawmakers rejected that exemption.</p>



<p>Mills’ office did not immediately respond to a request for comment.</p>



<h2 class="wp-block-heading">A national wave, an unanswered federal question</h2>



<p>Maine is one of at least 12 states now weighing moratorium or restraint legislation, alongside more than 300 data center bills filed across 30-plus states in the current session, according to legislative tracking firm <a href="https://www.multistate.us/insider/2026/2/20/state-data-center-legislation-in-2026-tackles-energy-and-tax-issues" target="_blank" rel="noreferrer noopener">MultiState</a>. The shared concern is energy cost. Data centers could consume up to 12% of total US electricity by 2028, according to the US Department of Energy.</p>



<p>On March 25, Senator Bernie Sanders and Alexandria Ocasio-Cortez introduced the <a href="https://www.sanders.senate.gov/press-releases/news-sanders-ocasio-cortez-announce-ai-data-center-moratorium-act/" target="_blank" rel="noreferrer noopener">AI Data Center Moratorium Act </a>in Congress, which would impose a nationwide freeze on all new data center construction until Congress passes AI safety legislation.</p>



<p>The Trump administration has pursued a different path from the legislative approach being taken in states. On March 4, Amazon, Google, Meta, Microsoft, OpenAI, Oracle, and xAI signed the White House’s <a href="https://www.whitehouse.gov/releases/2026/03/ratepayer-protection-pledge/" target="_blank" rel="noreferrer noopener">Ratepayer Protection Pledge</a>, a voluntary commitment by hyperscalers to fund their own power generation rather than pass grid costs to ratepayers.</p>



<p>The pledge, published in the Federal Register on March 9, carries no penalties for noncompliance or auditing requirements.</p>



<h2 class="wp-block-heading">What it means for enterprise IT</h2>



<p>Power availability is already <a href="https://www.networkworld.com/article/4117584/power-shortages-carbon-capture-and-ai-automation-whats-ahead-for-data-centers-in-2026.html">becoming a deciding factor</a> in where data centers can be built. Maine’s moratorium sharpens that constraint further.</p>



<p>“Maine’s approach reflects a different mindset — instead of relying on assurances, it creates space to pause and examine the situation properly,” Sanchit Vir Gogia, chief analyst at Greyhound Research, said, adding voluntary pledges are unlikely to slow regulatory momentum. “A voluntary pledge says what companies plan to do, but it does not guarantee anything. There is no enforcement, no consistent way to verify outcomes, and no clear accountability if expectations are not met. For policymakers, that leaves too many open questions.”</p>



<p>Gogia said the legislation reflects a structural shift in how site selection must now be approached. “It is no longer enough to ask where power exists. The real question is whether it can be delivered when needed,” he said. “Site selection is no longer just a technology or cost decision. It is tied to energy systems and policy realities.”</p>



<p>For CIOs managing long-term colocation contracts or AI infrastructure buildout, Gogia warned that risk is easy to underestimate. “Capacity can still be contracted, but its delivery may depend on factors still in motion — grid upgrades, approvals, equipment timelines. None of these is fully under the control of the provider or the customer,” he said, advising CIOs to build geographic spread and contract flexibility into infrastructure planning now. </p>



<p>If Mills signs the bill, Maine will be the first state to impose such a restriction. If she vetoes it, the measure returns to the legislature, where the margin of passage suggests it could survive an override. Her decision is expected in the coming days.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 10: A guide to the updates]]></title>
<description><![CDATA[Windows 10 has reached the end of mainstream support, which means most users will no longer receive new features, bug fixes, or security updates. Microsoft encourages businesses and individuals to upgrade to Windows 11. 



Another option is to purchase extended security updates for Windows 10. T...]]></description>
<link>https://tsecurity.de/de/3433601/it-nachrichten/windows-10-a-guide-to-the-updates/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3433601/it-nachrichten/windows-10-a-guide-to-the-updates/</guid>
<pubDate>Tue, 14 Apr 2026 23:46: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><a href="https://www.computerworld.com/article/4072271/its-here-windows-10s-end-of-support-deadline-arrives.html">Windows 10 has reached the end of mainstream support</a>, which means most users will no longer receive new features, bug fixes, or security updates. Microsoft encourages businesses and individuals to upgrade to Windows 11. </p>



<p>Another option is to purchase extended security updates for Windows 10. Those enrolled in the <a href="https://support.microsoft.com/en-us/help/5069212" target="_blank" rel="noreferrer noopener">Windows 10 Extended Security Updates (ESU) program</a> will receive monthly security updates, but no new feature releases.</p>



<p>In this story we summarize what you need to know about each update released for the most recent versions of Windows 10 — versions 22H2 and 21H2. (Microsoft releases updates for those two versions together.) For each build, we’ve included the date of its initial release and a link to Microsoft’s announcement about it. The most recent updates appear first.</p>



<p><em>For details about how to install and manage Windows updates, see “<a href="https://www.computerworld.com/article/1642121/how-to-handle-windows-10-and-11-updates.html">How to handle Windows 10 and 11 updates</a>.” </em></p>



<h2 class="wp-block-heading">Updates to Windows 10 versions 21H2 and 22H2</h2>



<p>As of November 2025, only computers enrolled in the <a href="https://support.microsoft.com/en-us/help/5069212" target="_blank" rel="noreferrer noopener">Windows 10 ESU program</a> (or those with a Windows 10 Enterprise LTSC 2021 or 2024 license) will receive Windows 10 updates.</p>



<h3 class="wp-block-heading">KB5082200 (OS Builds 19045.7184 and 19044.7184)</h3>



<p><strong>Release date:</strong> April 14, 2026</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>This update fixes several bugs, including one that prevented users from signing into apps with a Microsoft account. It also improves protection against phishing attacks that use Remote Desktop (.rdp) files. For more information, see <a href="https://go.microsoft.com/fwlink/?linkid=2347342" target="_blank" rel="noreferrer noopener">Understanding security warnings when opening Remote Desktop (RDP) files</a>.</p>



<p>It also enables dynamic status reporting for Secure Boot states in <em>Settings &gt; Update &amp; Security &gt; Windows Security</em>, with a green, yellow, or red badge indicating your current Secure Boot status. See <a href="https://support.microsoft.com/en-us/topic/secure-boot-certificate-update-status-in-the-windows-security-app-5ce39986-7dd2-4852-8c21-ef30dd04f046" target="_blank" rel="noreferrer noopener">Secure Boot certificate update status in the Windows Security app</a> for more information.</p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Apr" target="_blank" rel="noreferrer noopener">April 2026 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/april-14-2026-kb5082200-os-builds-19045-7184-and-19044-7184-4fa6421d-5c52-4aa1-ace0-647647282000" target="_blank" rel="noreferrer noopener">KB5082200</a>.)</p>



<h3 class="wp-block-heading">KB5078885 (OS Builds 19045.7058 and 19044.7058)</h3>



<p><strong>Release date:</strong> March 10, 2026</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>With this update, Windows quality updates include additional high confidence device targeting data, increasing coverage of devices eligible to automatically receive <a href="https://support.microsoft.com/topic/7ff40d33-95dc-4c3c-8725-a9b95457578e" target="_blank" rel="noreferrer noopener">new Secure Boot certificates</a>. This targeting is based primarily on client device diagnostic data; due to limited data, servers are unlikely to qualify, though not explicitly excluded. Devices receive new certificates only after demonstrating sufficient successful update signals, maintaining a controlled and phased rollout.</p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Mar" target="_blank" rel="noreferrer noopener">March 2026 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/march-10-2026-kb5078885-os-builds-19045-7058-and-19044-7058-5738282d-0b7f-426e-a42b-bd7698ab6dbb" target="_blank" rel="noreferrer noopener">KB5078885</a>.)</p>



<h3 class="wp-block-heading">KB5075912 (OS Builds 19045.6937 and 19044.6937)</h3>



<p><strong>Release date:</strong> February 10, 2025</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>This Patch Tuesday update fixes a variety of bugs, including one that affected folder renaming with desktop.ini files in File Explorer. The LocalizedResourceName setting was ignored, so custom folder names did not show. Now, custom folder names appear as expected.</p>



<p>It also includes a broad set of targeting data that identifies devices and their ability to receive new Secure Boot certificates. Devices will receive the new certificates only after they show sufficient successful update signals, which helps ensure a safe and phased rollout.</p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Feb" target="_blank" rel="noreferrer noopener">February 2026 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/february-10-2026-kb5075912-os-builds-19045-6937-and-19044-6937-df558259-6b48-41ef-8601-6e75bb790e0e" target="_blank" rel="noreferrer noopener">KB5075912</a>.)</p>



<h3 class="wp-block-heading">KB5078129 (OS Builds 19045.6812 and 19044.6812) Out-of-band</h3>



<p><strong>Release date:</strong> January 24, 2026</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>This update fixes a bug in which some applications were unresponsive or encountered unexpected errors when opening files from or saving files to cloud-based storage, such as OneDrive or Dropbox. In certain Outlook configurations that store PST files on OneDrive, Outlook sometimes hung and failed to reopen unless the process was terminated or the system was restarted. Users may have also experienced missing sent items or previously downloaded emails.</p>



<p>Get more info about <a href="https://support.microsoft.com/en-us/topic/january-24-2026-kb5078129-os-builds-19045-6812-and-19044-6812-out-of-band-cfbdbb30-81eb-49ff-ada2-c2af09aa7c1e" target="_blank" rel="noreferrer noopener">KB5078129 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5077796 (OS Builds 19045.6811 and 19044.6811) Out-of-band</h3>



<p><strong>Release date:</strong> January 17, 2026</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>This update fixes a bug in which some users experienced sign-in failures during Remote Desktop connections. This issue affected authentication steps for different Remote Desktop applications on Windows such as the Windows App.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/january-17-2026-kb5077796-os-builds-19045-6811-and-19044-6811-out-of-band-815b5575-1724-4748-afb5-63b332a0142e" target="_blank" rel="noreferrer noopener">KB5077796 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5073724 (OS Builds 19045.6809 and 19044.6809)</h3>



<p><strong>Release date:</strong> January 13, 2026</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>This Patch Tuesday update includes a subset of high-confidence device targeting data that identifies devices eligible to automatically receive new Secure Boot certificates. Devices will receive the new certificates only after demonstrating sufficient successful update signals, ensuring a safe and phased deployment.</p>



<p>It also fixes one bug, in which some security software might have detected the Windows core component, WinSqlite3.dll as being as vulnerable. </p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Jan" target="_blank" rel="noreferrer noopener">January 2026 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/january-13-2026-kb5073724-os-builds-19045-6809-and-19044-6809-bd960b49-050e-432f-a9d5-2454cb377fed" target="_blank" rel="noreferrer noopener">KB5073724</a>.)</p>



<h3 class="wp-block-heading">KB5074976 (OS Builds 19044.6693 and 19045.6693) Out-of-band</h3>



<p><strong>Release date:</strong> December 18, 2025</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>This update fixes a bug in the <a href="https://learn.microsoft.com/previous-versions/windows/desktop/msmq/ms703216(v=vs.85)" target="_blank" rel="noreferrer noopener">Message Queuing</a> (MSMQ) functionality. This bug also affected a clustered MSMQ environment under load. This issue could have led to message queues becoming inactive, messages about insufficient resources, applications unable to write to message queues, error messages about the message cannot be created, or messages about insufficient disk space or memory. This issue primarily affected enterprise or managed IT environments.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/december-18-2025-kb5074976-os-builds-19044-6693-and-19045-6693-out-of-band-d4f0c02c-4c3d-44e7-bc4b-db0034dd3fac" target="_blank" rel="noreferrer noopener">KB5074976 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5071546 (OS Builds 19045.6691 and 19044.6691)</h3>



<p><strong>Release date:</strong> December 9, 2025</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>In this update, PowerShell’s <a href="https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.5" target="_blank" rel="noreferrer noopener">Invoke-WebRequest</a> command now includes a confirmation prompt with a security warning of a script execution risk. You can choose to continue or cancel the request. For additional details, see <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-54100" target="_blank" rel="noreferrer noopener">CVE-2025-54100</a> and <a href="https://support.microsoft.com/topic/7cb95559-655e-43fd-a8bd-ceef2406b705" target="_blank" rel="noreferrer noopener">KB5074596: PowerShell 5.1: Preventing script execution from web content</a>.</p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Dec" target="_blank" rel="noreferrer noopener">December 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/december-9-2025-kb5071546-os-builds-19045-6691-and-19044-6691-8a3638de-3024-40bb-a41f-bcc09893758b" target="_blank" rel="noreferrer noopener">KB5071546</a>.)</p>



<h3 class="wp-block-heading">KB5068781 (OS Builds 19044.6575 and 19045.6575)</h3>



<p><strong>Release date:</strong> November 11, 2025</p>



<p><strong>Applies to:</strong> Windows 10 ESU</p>



<p>This update fixes a bug in which after installing the October 14, 2025 Windows update (<a href="https://support.microsoft.com/topic/657e5143-6c5d-4401-8efa-1641ca93c051" target="_blank" rel="noreferrer noopener">KB5066791</a>), the message “Your version of Windows has reached the end of support” might incorrectly display in the Windows Update Settings page. To view the page, click <em>Start &gt; Settings &gt; Windows Update</em>.</p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Nov" target="_blank" rel="noreferrer noopener">November 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/november-11-2025-kb5068781-os-builds-19044-6575-and-19045-6575-7fe13257-9079-49af-9369-e0e6242701dd#id0ebbj=windows_10%2C_version_22h2" target="_blank" rel="noreferrer noopener">KB5068781</a>.)</p>



<h3 class="wp-block-heading">KB5071959 (OS Build 19045.6466) Out-of-band</h3>



<p><strong>Release date:</strong> November 11, 2025</p>



<p>This build fixes a bug in the <a href="https://www.microsoft.com/windows/extended-security-updates?r=1" target="_blank" rel="noreferrer noopener">Windows 10 Consumer Extended Security Update</a> (ESU) enrollment process, where the enrollment wizard may fail during enrollment.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/november-11-2025-kb5071959-windows-10-version-22h2-os-build-19045-6466-out-of-band-565c78a7-5b5f-4cbd-8ca8-2a73a48f4e2b" target="_blank" rel="noreferrer noopener">KB5071959 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5066791 (OS Builds 19044.6456 and 19045.6456)</h3>



<p><strong>Release date:</strong> October 14, 2025</p>



<p>This update fixes several bugs, including one in which command time in PowerShell Remoting and WinRMntime out after 600 seconds.</p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Oct" target="_blank" rel="noreferrer noopener">October 2025 Security Updates</a>.</p>



<p>Note that today marks the official <a href="https://support.microsoft.com/en-us/topic/end-of-service-statement-e440a698-de79-4ace-b53b-5a6a3e36685e" target="_blank" rel="noreferrer noopener">end of support for Windows 10 Home, Pro, and Enterprise</a>, except for organizations and individuals enrolled in Microsoft’s <a href="https://support.microsoft.com/en-us/topic/windows-10-extended-security-updates-esu-program-45638ee7-85cc-405c-8f72-03886ed0ff33" target="_blank" rel="noreferrer noopener">Extended Security Updates</a> program.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/october-14-2025-kb5066791-os-builds-19044-6456-and-19045-6456-657e5143-6c5d-4401-8efa-1641ca93c051" target="_blank" rel="noreferrer noopener">KB5066791</a>.)</p>



<h3 class="wp-block-heading">KB5063842 (OS Build 19045.6396) Preview</h3>



<p><strong>Release date:</strong> September 25, 2025</p>



<p>This build fixes two bugs, one in which you might not be able to connect to shared files and folders if you’re using the Server Message Block (SMB) v1 protocol on NetBIOS over TCP/IP NetBIOS (<a href="https://learn.microsoft.com/windows-hardware/customize/desktop/unattend/microsoft-windows-netbt" target="_blank" rel="noreferrer noopener">NetBT</a>), and another in which those using <a href="https://learn.microsoft.com/autopilot/overview" target="_blank" rel="noreferrer noopener">Windows Autopilot</a> to deploy Windows 10, version 22H2 to devices with the <a href="https://learn.microsoft.com/intune/intune-service/enrollment/windows-enrollment-status" target="_blank" rel="noreferrer noopener">Enrollment Status Page (ESP)</a> configured might find that the ESP doesn’t load during the Out-of-Box Experience (OOBE).</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/september-25-2025-kb5066198-os-build-19045-6396-preview-455ec6e5-c61f-453c-a021-201c7568b49a" target="_blank" rel="noreferrer noopener">KB5063842 (OS Build 19045.6396) Preview</a>.)</p>



<h3 class="wp-block-heading">KB5065429 (OS Builds 19044.6332 and 19045. 6332)</h3>



<p><strong>Release date:</strong> September 9, 2025</p>



<p>This update fixes several bugs, including one that caused non-admin users to receive unexpected User Account Control (UAC) prompts when MSI installers performed certain custom actions, such as configuration or repair operations in the foreground or background during the initial installation of an application.</p>



<p>The build also enables auditing SMB client compatibility for SMB Server signing as well as SMB Server EPA. This allows customers to assess their environment and identify any potential device or software incompatibility issues before deploying the hardening measures that are already supported by SMB Server. For detailed guidance, see <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-55234" target="_blank" rel="noreferrer noopener">CVE-2025-55234 | Windows SMB Elevation of Privilege Vulnerability</a>.</p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Sep" target="_blank" rel="noreferrer noopener">September 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/september-9-2025-kb5065429-os-builds-19044-6332-and-19045-6332-b343e907-4f50-41d9-80f8-519490551b91" target="_blank" rel="noreferrer noopener">KB5065429</a>.)</p>



<h3 class="wp-block-heading">KB5063842 (OS Build 19045.6282) Preview</h3>



<p><strong>Release date:</strong> August 26, 2025</p>



<p>In this build, <a href="https://aka.ms/WindowsBackupforOrganizations" target="_blank" rel="noreferrer noopener">Windows Backup for Organizations</a> is now generally available. It lets your organization back up Windows 10 settings and restore them on a Microsoft Entra joined device. You can also enable backup of the list of installed Microsoft Store apps, with the ability to restore them to the user’s Start menu as well.</p>



<p>A variety of bugs have also been fixed, including one in which mf.dll failed to enumerate redirected web camera devices on Remote Desktop Services (RDS) environments.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/august-26-2025-kb5063842-os-build-19045-6282-preview-0ee815c6-a742-4cae-b669-6978e0bfd425" target="_blank" rel="noreferrer noopener">KB5063842 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5066188 (OS Builds 19044.6218 and 19045.6218) Out-of-band</h3>



<p><strong>Release date:</strong> August 19, 2025</p>



<p>This build fixes a bug <a href="https://www.csoonline.com/article/4042983/microsoft-fixes-the-fixes-that-broke-windows-tools.html" target="_blank">introduced by the August 2025 security update</a> (KB5063709) in which attempts to reset and recover the device fail. This issue happens when users perform one or more of the following processes: </p>



<ul class="wp-block-list">
<li>System &gt; Recovery &gt; Reset my PC</li>



<li>System &gt; Recovery &gt; Fix problems using Windows Update</li>



<li>RemoteWipe CSP</li>
</ul>



<p>For more information on the issue, see <a href="https://learn.microsoft.com/windows/release-health/status-windows-10-21h2" target="_blank" rel="noreferrer noopener">Windows release health</a>. Microsoft recommends you install this optional update if you have encountered this issue. The company also says that if your system isn’t affected or you don’t plan using the methods described above, you can choose not to install it.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/august-19-2025-kb5066188-os-builds-19044-6218-and-19045-6218-out-of-band-decbec0f-fddb-4dc0-b91b-ed59001ce0d8" target="_blank" rel="noreferrer noopener">KB5066188 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5063709 (OS Builds 19044.6216 and 19045.6216)</h3>



<p><strong>Release date:</strong> August 12, 2025</p>



<p>The update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Aug" target="_blank" rel="noreferrer noopener">August 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/august-12-2025-kb5063709-os-builds-19044-6216-and-19045-6216-96d99cf6-f8b5-4798-9892-4e3eb8f11548" target="_blank" rel="noreferrer noopener">KB5063709</a>.)</p>



<h3 class="wp-block-heading">KB5062649 (OS Build 19045.6159) Preview</h3>



<p><strong>Release date:</strong> July 22, 2025</p>



<p>This build adds the ability to deploy SKUSiPolicy VBS Anti-rollback protections through the Secure Boot AvailableUpdates registry key.</p>



<p>It also fixes a variety of bugs, including one that affected the <a href="https://support.microsoft.com/topic/33e17de9-36b3-43bb-874d-6c53d2e4bf42" target="_blank" rel="noreferrer noopener">Windows 10 Extended Security Updates (ESU) enrollment wizard</a>. Some users experienced a problem where clicking “Enroll now” caused the wizard window to open, begin loading, and then close unexpectedly. </p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/july-22-2025-kb5062649-os-build-19045-6159-preview-86aa67e1-195e-41c8-9cb5-bc27c17d5c5d" target="_blank" rel="noreferrer noopener">KB5062649 Preview</a>.</p>



<h3 class="wp-block-heading">KB5062554 (OS Builds 19044.6093 and 19045.6093)</h3>



<p><strong>Release date:</strong> July 8, 2025</p>



<p>The update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Jul" target="_blank" rel="noreferrer noopener">July 2025 Security Updates</a>.</p>



<p>Note: In this build there are reports of blurry or unclear CJK (Chinese, Japanese, Korean) text when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. The issue is due to limited pixel density at 96 DPI, which can reduce the clarity and alignment of CJK characters. Increasing the display scaling improves clarity by enhancing text rendering.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/july-8-2025-kb5062554-os-builds-19044-6093-and-19045-6093-806b229f-70cd-404d-861c-4adb299e3930#id0erbj=windows_10%2C_version_22h2" target="_blank" rel="noreferrer noopener">KB5062554</a>.)</p>



<h3 class="wp-block-heading">KB5061087 (OS Build 19045.6036) Preview</h3>



<p><strong>Release date:</strong> June 24, 2025</p>



<p>This build fixes a variety of bugs, including one that caused jump lists to disappear from the Start menu.           </p>



<p>There is one known issue in this build, in which blurry or unclear CJK (Chinese, Japanese, Korean) text appears when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. </p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/june-24-2025-kb5061087-os-build-19045-6036-preview-adf49eb5-cd10-4a97-a14b-78811782a3c8" target="_blank" rel="noreferrer noopener">KB5061087 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5060533 (OS Builds 19044.5965 and 19045.5065)</h3>



<p><strong>Release date:</strong> June 10, 2025</p>



<p>The update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Jun" target="_blank" rel="noreferrer noopener">June 2025 Security Updates</a>.</p>



<p>Note: In this build there are reports of blurry or unclear CJK (Chinese, Japanese, Korean) text when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. The issue is due to limited pixel density at 96 DPI, which can reduce the clarity and alignment of CJK characters. Increasing the display scaling improves clarity by enhancing text rendering.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/june-10-2025-kb5060533-os-builds-19044-5965-and-19045-5965-eeae388c-ca1c-4569-95d7-3d7be2e0b8ba#id0elbj=windows_10%2C_version_22h2" target="_blank" rel="noreferrer noopener">KB5060533</a>.)</p>



<h3 class="wp-block-heading">KB5058481 (OS Build 19045.5917) Preview</h3>



<p><strong>Release date:</strong> May 28, 2025</p>



<p>This build offers several new features, including one that brings back the clock view that displays seconds on the calendar. It also fixes several bugs, including one in which in GDI/GDI+, some GB18030-2022 characters in plane 2 were not rendered.</p>



<p>There is one known issue in this build, in which blurry or unclear CJK (Chinese, Japanese, Korean) text appears when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. </p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/may-28-2025-kb5058481-os-build-19045-5917-preview-7698d6e7-dd65-494d-b523-aa4c6aa913a2" target="_blank" rel="noreferrer noopener">KB5058481 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5061979 (OS Builds 19044.5859 and 19045.5859)</h3>



<p><strong>Release date:</strong> May 27, 2025</p>



<p>This out-of-band update fixes a bug in the direct send path for a guest physical address (GPA). This issue caused confidential virtual machines running on Hyper-V with Windows Server 2022 to intermittently stop responding or restart unexpectedly. As a result, service availability was affected, and manual intervention was required. This problem primarily impacted <a href="https://learn.microsoft.com/azure/confidential-computing/confidential-vm-overview" target="_blank" rel="noreferrer noopener">Azure confidential VMs</a>.</p>



<p>There is one known issue in this build, in which blurry or unclear CJK (Chinese, Japanese, Korean) text appears when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. </p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/may-27-2025-kb5061979-os-builds-19044-5859-and-19045-5859-out-of-band-ed6ec61f-81a4-4827-ab82-d0c67f57f2c1" target="_blank" rel="noreferrer noopener">KB5061979</a>.)</p>



<h3 class="wp-block-heading">KB5061768 (OS Builds 19044.5856 and 19045.5856)</h3>



<p><strong>Release date:</strong> May 19, 2025</p>



<p>This out-of-band build fixes a bug in the recent May 13 Patch Tuesday build (KB5058379) that caused the Local Security Authority Subsystem Service (LSASS) process to terminate unexpectedly, triggering an Automatic Repair prompting for the BitLocker recovery key.</p>



<p>There is one known issue in this build, in which blurry or unclear CJK (Chinese, Japanese, Korean) text appears when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. </p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/may-19-2025-kb5061768-os-builds-19044-5856-and-19045-5856-out-of-band-75b27cbd-072e-4c5a-b40e-87e00aaa42dd" target="_blank" rel="noreferrer noopener">KB5061768</a>.)</p>



<h3 class="wp-block-heading">KB5058379 (OS Builds 19044.5854 and 19045.5854)</h3>



<p><strong>Release date:</strong> May 13, 2025</p>



<p>The update improves Secure Boot Advanced Targeting (SBAT) and Linux Extensible Firmware Interface (EFI) for the detection of Linux systems. It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-May" target="_blank" rel="noreferrer noopener">May 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/may-13-2025-kb5058379-os-builds-19044-5854-and-19045-5854-0a30e9ee-5038-45dd-a5d7-70a8813a5e39" target="_blank" rel="noreferrer noopener">KB5058379</a>.)</p>



<h3 class="wp-block-heading">KB5055612 (OS Build 19045.5796) Preview</h3>



<p><strong>Release date:</strong> April 22, 2025</p>



<p>This build fixes two bugs, including one in which the check for GPU paravirtualization was case-sensitive in Windows Subsystem for Linux 2 (WSL2). This issue might have potentially caused GPU paravirtualization support to fail.</p>



<p>There are two known issues in this build, including one in which certain Citrix components installed might be unable to complete installation of the January 2025 Windows security update. This issue was observed on devices with <a href="https://docs.citrix.com/en-us/session-recording/current-release/install-upgrade-uninstall.html" target="_blank" rel="noreferrer noopener">Citrix Session Recording Agent (SRA)</a> version 2411.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/april-22-2025-kb5055612-os-build-19045-5796-preview-428955dc-5f14-4dd8-a828-a1a3d316cb79" target="_blank" rel="noreferrer noopener">KB5055612 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5055518 (OS Builds 19044.5737 and 19045.5737)</h3>



<p><strong>Release date:</strong> April 8, 2025</p>



<p>The update has a broad variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Apr" target="_blank" rel="noreferrer noopener">April 2025 Security Updates</a>. </p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>There are two known issues in this build including one in which devices that have certain Citrix components installed might be unable to complete installation of the January 2025 Windows security update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/april-8-2025-kb5055518-os-builds-19044-5737-and-19045-5737-6329246b-63bb-4d0a-9e95-e22926fbbe51" target="_blank" rel="noreferrer noopener">KB5055518</a>.)</p>



<h2 class="wp-block-heading">Windows 10 2022 Update (version 22H2)</h2>



<p><strong>Release date:</strong> October 18, 2022</p>



<p>The Windows 10 2022 Update is, in Microsoft’s words, “a scoped release focused on quality improvements to the overall Windows experience in existing feature areas such as quality, productivity and security.” In other words, there’s not much new here, although Computerworld blogger Susan Bradley did uncover <a href="https://www.computerworld.com/article/1614437/what-does-windows-10-22h2-bring-to-the-table-not-much.html">a handful of new group policies</a> in the release.</p>



<p>Home and Pro editions of the 2022 Update will receive 18 months of servicing, and Enterprise and Education editions will have 30 months of servicing.</p>



<p>To install the update, go to <em>Settings &gt; Update &amp; Security &gt; Windows Update</em> and select <em>Check for updates</em>. If the update appears, select <em>Download</em> to install it.</p>



<p>(Get more info about the <a href="https://blogs.windows.com/windowsexperience/2022/10/18/how-to-get-the-windows-10-2022-update/" rel="noopener nofollow" target="_blank">Windows 10 2022 Update</a>.)</p>



<h2 class="wp-block-heading">Windows 10 November 2021 Update (version 21H2)</h2>



<p><strong>Release date:</strong> November 16, 2021</p>



<p>Version 21H2, called the Windows 10 November 2021 Update, is the second feature update to Windows 10 released in 2021. Here’s a quick summary of what’s new:</p>



<ul class="wp-block-list">
<li>Wi-Fi security has been enhanced with WPA3 H2E standards support.</li>



<li>GPU compute support has been added in the Windows Subsystem for Linux (WSL) and Azure IoT Edge for Linux on Windows (EFLOW) deployments for machine learning and other compute-intensive workflows.</li>
</ul>



<p>There are also a number of features designed for IT and business:</p>



<ul class="wp-block-list">
<li>Windows Hello for Business has a new deployment method called cloud trust that simplifies passwordless deployments.</li>



<li>For increased security, there have been changes to the Universal Windows Platform (UWP) VPN APIs, which includes the ability to implement common web-based authentication schemes and to reuse existing protocols.</li>



<li>Apps can now be provisioned from Azure Virtual Desktop. This allows those apps to run just like local apps, including the ability to copy and paste between remote and local apps.</li>



<li>The release closes the gap between Group Policy and mobile device management (MDM) settings. The device configuration settings catalog has been updated to list more than 1,400 settings previously not available for configuration via MDM. The new MDM policies include administrative template (ADMX) policies, such as App Compat, Event Forwarding, Servicing, and Task Scheduler.</li>



<li>An upgrade to Windows 10 Enterprise includes Universal Print, which now supports print jobs of up to 1GB or a series of print jobs from an individual user that add up to 1GB within any 15-minute period.</li>



<li><a href="https://www.computerworld.com/article/1614957/windows-print-nightmare-continues-enterprise.html">Universal Print</a> integrates with OneDrive for web and Excel for web. This allows users of any browser or device connected to the internet to print documents hosted in OneDrive for web to a printer in their organization without installing printer drivers on their devices.</li>
</ul>



<p>Microsoft has also announced that starting with this release, Windows 10 will get feature updates only once a year.</p>



<h2 class="wp-block-heading">Windows 10 May 2021 Update (version 21H1)</h2>



<p><strong>Release date:</strong> May 18, 2021</p>



<p>Version 21H1, called the <a href="https://www.computerworld.com/article/1614477/not-yet-running-windows-10-21h1-its-time.html">Windows 10 May 2021 Update</a>, is the most recent update to Windows 10. This is a relatively minor update, but it does have a few new features.</p>



<p>Here’s a quick summary of what’s new in 21H1:</p>



<ul class="wp-block-list">
<li><strong>Windows Hello multicamera support</strong>: If you have an external Windows Hello camera for your PC, you can set the external camera as your default camera. (Windows Hello is used for signing into PCs.) Why should this change matter to you? If you have an external camera, you probably bought it because it’s superior to the built-in, internal one on your computer. So with this change, you’ll be able to use the more accurate camera for logging into your PC.</li>



<li><strong>Improved Windows Defender Application Guard performance:</strong> Windows Defender Application Guard lets administrators configure applications to run in an isolated, virtualized container for improved security. With this change, documents will open more quickly. It can currently take up to a minute to open an Office document in it.</li>



<li><strong>Better Windows Management Instrumentation (WMI) Group Policy Service support</strong>: Microsoft has made it easier for administrators to change settings to support remote work.</li>
</ul>



<h2 class="wp-block-heading">Windows 10 October 2020 Update (version 20H2)</h2>



<p><strong>Release date:</strong> October 20, 2020</p>



<p>Version 20H2, called the Windows 10 October 2020 Update, is the most recent update to Windows 10. This is a relatively minor update but does have a few new features.</p>



<p>Here’s a quick summary of what’s new in 20H2:</p>



<ul class="wp-block-list">
<li>The new Chromium-based version of the Microsoft Edge browser is now built directly into Windows 10.</li>



<li>The System page of Control Panel has been removed. Those settings have been moved to the Settings app.</li>



<li>The Start menu’s tiled background will match your choice of Windows themes. So the tiled background will be light if you’re using the Windows 10 light theme and dark if you’re using the Windows 10 dark theme.</li>



<li>When you use Alt-Tab, Edge will now display each tab in your browser in a different Alt-Tab window. Previously, when you used Alt-Tab, Edge would get only a single window. You can change this new behavior by going to <em>Settings &gt; System &gt; Multitasking</em>.</li>



<li>When you pin a site to the taskbar in Edge, you can click or mouse over its icon to see all your browser tabs that are open for that website.</li>



<li>When you detach a keyboard on a <a href="https://www.computerworld.com/article/1644532/microsoft-reveals-new-surface-pro-7-business-only-2-in-1.html">2-in-1 device</a>, the device will automatically switch to the tablet-based interface. Previously, you were asked whether you wanted to switch. You can change that setting by going to <em>Settings &gt; System &gt; Tablet</em>.</li>



<li>The Your Phone app gets a variety of new features for some Samsung devices. When using one of the devices, you can interact with the Android apps on your phone from the Your Phone app on Windows 10.</li>
</ul>



<p><strong>What IT needs to know: </strong>Windows 10 version 20H2 also has a variety of small changes of note for sysadmins and those in IT.</p>



<ul class="wp-block-list">
<li>IT professionals who administer multiple mobile devices get a new Modern Device Management (MDM) “Local Users and Groups” settings policy that mirrors options available for devices that are managed through Group Policy.</li>



<li>Windows Autopilot, used to set up and configure devices in enterprises, has gained a variety of small enhancement, including better deployment of HoloLens devices, the addition of co-management policies, enhancements to Autopilot deployment reporting, and the ability to reuse Configuration Manager task sequences to configure devices.</li>



<li>Microsoft Defender Application Guard now supports Office. This allows untrusted Office documents from outside an enterprise to launch in an isolated container to stop potentially malicious content from compromising computers or exploiting personal information found on them.</li>



<li>Latest Cumulative Updates (LCUs) and Servicing Stack Updates (SSUs) have been combined into a single cumulative monthly update, available via Microsoft Catalog or Windows Server Update Services.</li>



<li>Biometric sign-on has been made more secure. Windows Hello now has support for virtualization-based security for certain fingerprint and face sensors, which protects, isolates, and secures a user’s biometric authentication data.</li>
</ul>



<p>For more details, see Microsoft’s “<a href="https://techcommunity.microsoft.com/t5/windows-it-pro-blog/what-s-new-for-it-pros-in-windows-10-version-20h2/ba-p/1800132" rel="noopener nofollow" target="_blank">What’s new for IT pros in Windows 10, version 20H2</a>.”</p>



<h2 class="wp-block-heading">Windows 10 May 2020 Update (version 2004)</h2>



<p><strong>Release date: </strong>May 27, 2020</p>



<p>Version 2004, called the Windows 10 May 2020 Update, is the most recent update to Windows 10. This is a relatively minor update but does have a variety of new features for both users and system administrators. For more details, see: “<a href="https://www.computerworld.com/article/1618296/review-windows-10-may-2020-update-delivers-little-tweaks-that-add-up-to-well-not-a-lot.html">Review: Windows 10 May 2020 Update delivers little tweaks that add up to… well, not a lot</a>.”</p>



<p>Here’s a quick summary of what’s new in 2004:</p>



<ul class="wp-block-list">
<li>Cortana now runs as a standalone app in a resizable window. It also loses a variety of capabilities, such as playing music, controlling home devices, and working on the lock screen.</li>



<li>Task Manager now displays new information, including the temperature of your GPU and your disk type.</li>



<li>Settings gets many small tweaks, including adding a header with account information, and a redone network status page that combines information that used to be found on multiple pages, such as your IP address, current connection properties and data usage.</li>



<li>The Windows Subsystem for Linux (WSL) gets more features. It now uses a real Linux kernel, and is faster than previously.</li>



<li>IT can now take advantage of Windows Hello biometrics logins rather than passwords, by setting that up as the default on enterprise devices.</li>



<li>Installing and setting up Windows for others has been made easier thanks to new controls added to Dynamic Update, which can lead to less downtime during installation for users.</li>



<li>A variety of new commands have been given to PowerShell for Delivery Optimization, a Windows networking service that reduces bandwidth consumption by sharing the work of downloading update and upgrade packages among multiple devices in business deployments.</li>



<li>The security of the Chromium version of Edge has been improved, thanks to porting Application Guard to it.</li>
</ul>



<h2 class="wp-block-heading">Windows 10 November 2019 Update (version 1909)</h2>



<p><strong>Release date:</strong> Nov. 12, 2019</p>



<p>Version 1909, called the Windows 10 November 2019 Update, is the most recent update to Windows 10. There are very few new features in this update, making it <a href="https://www.computerworld.com/article/1663834/microsoft-preps-service-pack-esque-windows-10-1909-for-release.html">more like a service pack</a> of old than a feature update. At this point it’s not clear whether in the future there will be one full-featured update and one service-pack-like update per year or whether Microsoft will go back to its two-feature-updates-a-year schedule. For more details, see “<a href="https://www.computerworld.com/article/1658124/what-we-know-so-far-about-the-unusual-windows-10-1909.html">What we know so far about the unusual Windows 10 1909</a>” and “<a href="https://www.computerworld.com/article/1659079/5-unanswered-questions-about-windows-10-1909.html">5 unanswered questions about Windows 10 1909</a>.”</p>



<p>Here’s a quick summary of what’s new for users in 1909.</p>



<ul class="wp-block-list">
<li>It lets you create calendar events straight from the taskbar. To do it, click the time on the taskbar and you’ll open the Calendar view. Now click a date and time, then type the event’s name into the text box. You’ll also be able to choose the date, time and location.</li>



<li>When you type a search into the search box, it will now search through files in your OneDrive account as well as on your PC. Also, as you type, a drop-down menu with suggested files appears. Click a file to open it.</li>



<li>Voice assistants in addition to Cortana, including Amazon’s Alexa, will be able to run on Windows 10’s lock screen.</li>



<li>Under-the-hood improvements should speed up the performance of some PCs, as well as increase the battery life in some laptops.</li>



<li>The Start Menu has gotten minor tweaks. When you hover over items in the navigation pane on the left side of the menu, the items clearly show what you’re about to click.</li>
</ul>



<p><strong>What IT needs to know: </strong>The following features in 1909 are of note for <a href="https://www.computerworld.com/article/1613390/microsoft-hands-it-admins-beefed-up-windows-release-health-hub.html">IT staff</a>.</p>



<ul class="wp-block-list">
<li>Windows containers no longer need to have their host and container versions match. That requirement restricted Windows from supporting mixed-version container pod scenarios. Previously, containers from older versions of Windows 10 couldn’t be run on newer versions of Windows 10. In this update, it’s possible, so that a container made using 1903, for example, can be run on 1909.</li>



<li>Windows Defender Credential Guard, which protects enterprise users’ logins and credentials against theft, is now available for ARM64 devices. Some Windows 10 convertible PCs use ARM64.</li>



<li>Enterprises can now use Microsoft’s Intune enterprise mobility management (EMM) service to allow devices running Windows 10 in S mode to install and run Win32 (desktop) apps. Before this, S Mode only allowed devices to run apps from the Microsoft Store. Microsoft Store apps don’t run on the desktop.</li>



<li>The security of BitLocker encryption has been improved. Whenever BitLocker is used to encrypt a device, a recovery key is created, but before this security improvement, it was possible for an unauthorized user to get access to the recovery key and decrypt the device. Now, PCs have additional security if a key is exposed. Here’s how Microsoft explains the change: “Key-rolling or Key-rotation feature enables secure rolling of Recovery passwords on MDM managed AAD devices upon on demand request from Microsoft Intune/MDM tools or upon every time recovery password is used to unlock the BitLocker protected drive.”</li>
</ul>



<p>There are two known issues in this update: one in which some users cannot set Win32 program defaults for certain app and file type combinations using the Open with… command or Settings &gt; Apps &gt; Default apps, and another in which Microsoft Notepad and other Win32 programs cannot be set as default applications.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/help/4464455/november012018kb4464455osbuild17763107" rel="noopener nofollow" target="_blank">KB4464455</a>.)</p>



<h2 class="wp-block-heading">Windows 10 October 2018 Update (version 1809)</h2>



<p><strong>Release date:</strong> October 2, 2018; paused October 5; re-released November 13, 2018</p>



<p>Version 1809, called the Windows 10 October 2018 Update, is the feature update that preceded the May 2019 Update. Here’s a quick summary of what’s new for users in it. (For more details, see our <a href="https://www.computerworld.com/article/1702462/review-windows-10-october-2018-update-delivers-modest-but-useful-tweaks.html">full review</a>.)</p>



<ul class="wp-block-list">
<li>A new, powered-up Windows Clipboard can hold multiple clips, store clips permanently, let you preview clips and choose which one you’d like to paste into a document, and share clips across Windows 10 devices.</li>



<li>A new screenshot and annotation tool called Snip &amp; Sketch lets you capture and annotate the entire screen, a rectangular portion of the screen or a freehand-drawn portion of it. After you take a screen capture, you can annotate it and then save it to a file, copy it to the Clipboard, open it in another program or share it via email, social media and other methods.</li>



<li>Storage Sense, which helps save storage space, now works with OneDrive Files On-Demand to clean out files you’ve downloaded from OneDrive cloud storage to your PC but that you don’t use any longer. You can choose how long you would like the cloud files to stay on your PC unused before you want them deleted, from never to 60 days.</li>



<li>The Microsoft Edge browser lets you set autoplay permissions for sound and video on websites on a site-by-site basis. It also lets you look up word definitions in its built-in eReader for books and PDFs, and mark up PDFs and books using a highlighter and by adding notes.</li>



<li>The new Your Phone app links Windows 10 devices to iOS and Android phones. It allows you to start web browsing on an iOS or Android device and then continue where you left off on your PC. It also lets you view photos on your Android phone from your Windows 10 PC.</li>



<li>Search Previews have been powered up slightly. You no longer need to click to display the preview panel; it opens automatically. It also now shows files found on your PC.</li>



<li>Smaller changes include a new dark theme for File Explorer; the addition of the SwiftKey swipe keyboard, which lets you enter text by swiping a finger across an onscreen keyboard; updates that are less intrusive; and faster sign-ins on shared PCs.</li>
</ul>



<p><strong>What IT needs to know: </strong>There are few significant changes that affect IT in the Windows 10 October 2018 Update, other than <a href="https://docs.microsoft.com/en-us/microsoft-edge/deploy/new-policies" rel="noopener nofollow" target="_blank">New Microsoft Edge Group Policies</a> that let admins enable and disable full-screen mode, printing, the favorites bar, and browser history saves. IT can also allow or ban Edge extensions (not that there are many available) and configure the Home button and new tab page and startup options.</p>



<h2 class="wp-block-heading">Windows 10 April 2018 Update (version 1803)</h2>



<p><strong>Release date:</strong> April 30, 2018</p>



<p>Version 1803, called the Windows 10 April 2018 Update, is the major update to Windows 10 that preceded the October 2018 Update. Here’s a quick summary of what’s new for users in it. (For more details, <u><a href="https://www.computerworld.com/article/1718018/review-windows-10-april-2018-update.html">see our full review</a></u>.)</p>



<ul class="wp-block-list">
<li>The most important new feature is Timeline, which lets you review and resume activities and open files you’ve started on your PC, or any other Windows PCs you have. It also tracks what you’ve done on iOS and Android devices if you install Microsoft’s digital assistant Cortana on them and are logged in. It shows a list of activities day by day for up to 30 days. Each activity shows up as a large tile, with the file name and document title or URL and website name across it, and the name of the application or app that created it across the top. Click any activity to reopen it. (Note that at present, Timeline only tracks activities in certain Microsoft programs such as the Edge browser and Office applications.)</li>



<li>The new Diagnostic Data Viewer is supported, which Microsoft is designed to let you see the “diagnostic data collected from your Windows devices, how it is used, and to provide you with increased control over that data.” However, the information is presented in such a complex, technical way that even programmers will likely have a difficult time understanding it. The viewer isn’t built directly into the Windows 10 April 2018 Update. Instead, you have to download it from the Microsoft Store.</li>



<li>The My People feature now lets you pin up to 10 contacts on the Windows taskbar. Previously, you could only pin up to three.</li>



<li>Microsoft Edge gets several minor tweaks, including a revamped Hub, the ability to mute auto-playing audio in tabs, and a forms-filler for web-based forms.</li>



<li>The Notebook feature of Cortana gets a new, cleaner interface for its Notebook. It now has two tabs, Organizer and Manage Skills. The Organizer makes it easier to create lists and set reminders. The Manage Skills tab lets you add “skills” to Cortana, such as controlling your home and its appliances, connecting Cortana to music services such as Spotify, tracking your fitness and more.</li>



<li>You get more control over app permissions, such as whether they can access your camera, location and contacts.</li>
</ul>



<p><strong>What IT needs to know: </strong>IT staff should be aware of these features that are new in the Windows 10 April 2018 Update:</p>



<ul class="wp-block-list">
<li>Windows 10 Professional now gets the Windows Defender Application Guard, which protects Microsoft Edge. There’s also a new feature in the application guard that lets users download files inside Edge instead of directly to the operating system, as a way to increase security.</li>



<li>There are new policies for Group Policy and Mobile Device Management (MDM) that can better control how Delivery Optimization is used for Windows Update and Windows Store app updates. You can also now monitor Delivery Optimization using Windows Analytics.</li>



<li>Windows AutoPilot also gets a tweak that lets IT make sure policies, settings and apps are provisioned on devices before users begin using them.</li>



<li>Windows gets the <a href="https://www.infoworld.com/article/3610508/red-hat-linux-to-be-official-wsl-distro.html">Linux</a> <code>curl</code> and <code>tar</code> utilities for downloading files and extracting .tar archives built directly into Windows. Windows also now natively supports Unix sockets (AF_UNIX) with a new <code>afunix.sys</code> kernel driver. That will make it easier to port software to Windows from Linux as well as from other Unix-like operating systems.</li>



<li>There are a host of improvements to the Windows Subsystem for Linux, which lets you run a variety of Linux distributions on Windows 10. Linux applications can run in the background, some launch settings for Linux distributions can be customized, and Linux applications have been given access to serial devices. The new Unix sockets report is available for the Windows Subsystem for Linux as well as Windows itself.</li>



<li>The Windows 10 Pro for Workstations version of Windows 10 gets a new power scheme called Ultimate Performance it’s only for desktop PCs, not those that can be powered by batteries. In addition, Windows 10 Pro for Workstations no longer ships with games like Candy Crush or other similar consumer-focused apps. Instead, it features enterprise- and business-related apps.</li>



<li>Administrators have been given the power to configure an enterprise’s PCs to run custom scripts during feature updates, which will make configuration and deployment easier.</li>
</ul>



<p>For  more details, see the Microsoft blog post “<a href="https://www.microsoft.com/en-us/microsoft-365/blog/2018/04/27/making-it-simpler-with-a-modern-workplace/" rel="nofollow">Making IT simpler with a modern workplace</a>.”</p>



<h2 class="wp-block-heading">Windows 10 Fall Creators Update (version 1709)</h2>



<p><strong>Release date:</strong> October 17, 2017</p>



<p><a href="https://blogs.windows.com/windowsexperience/2017/10/17/whats-new-windows-10-fall-creators-update/#UlA7eIlDy0uALcMl.97" rel="nofollow noopener" target="_blank">Version 1709</a>, called the Windows 10 Fall Creators Update, is the major update to Windows 10 that preceded the April 2018 Update. Here’s a quick summary of what’s new for users in it. (For more details, <a href="https://www.computerworld.com/article/1713563/review-windows-10-fall-creators-update.html">see our full review</a>.)</p>



<ul class="wp-block-list">
<li>OneDrive gets a new feature called Files On-Demand that gives you access to all of your OneDrive files on every device, without having to download them first. You’ll be able to see all the files you have in OneDrive, even if they’re only in the cloud and not on your PC. Icons tell you which are local and which are in the cloud. Just open the file, and if it’s not on your PC, it gets downloaded.</li>



<li>The new My People feature lets you pin three contacts to the Windows taskbar and then communicate with them instantly without having to open a separate app such as Skype or Mail. You can also click to see a list of all communications between them and you at a glance.</li>



<li>You can now send web links from your iOS or Android device to your PC and have them open in Microsoft Edge.</li>



<li>Cortana gets several new features, including displaying results in a scrollable flyout panel, so you don’t have to launch a web browser.</li>



<li>Microsoft Edge gets some minor improvements, including better Favorites handling and the ability to mark up PDFs and e-books.</li>



<li>Security has been beefed up, including the addition of Windows Defender Exploit Guard, which includes intrusion rules and policies to protect against a variety of threats, notably zero-day exploits. A new anti-ransomware feature called Controlled Folder Access has also been added; it lets only approved apps have access to Windows system files and folders.</li>



<li>New privacy features include the ability to review the kinds of devices and services apps from the Microsoft Store want access to before you download them.</li>



<li>The update incorporates Microsoft’s new design system and guidelines, called Fluent Design. Overall, transitions are smoother, and there are subtle changes to the transparency effect.</li>
</ul>



<p><strong>What IT needs to know:</strong> IT staff should be aware of these features that are new in the Windows 10 Fall Creators Update:</p>



<ul class="wp-block-list">
<li>The notoriously insecure SMBv1 networking protocol, exploited in recent ransomware attacks including WannaCry and Petya, won’t be included on clean installs of the Windows 10 Fall Creators Update, but SMBv1 components will remain if you do in-place upgrades on PCs that already have the component installed.</li>



<li>Windows Defender Advanced Threat Protection (ATP), a suite of tools introduced in Windows 10 that helps enterprise customers protect their users and networks against threats and respond to attacks, is being beefed up. Among other things, it will run on the Windows Server OS.</li>



<li>ATP is also part of Windows Defender Application Guard for Microsoft Edge, available only for Windows 10 Enterprise Edition. It protects against malware attacks by confining visits to unknown or untrusted websites to a virtual machine, so that attacks can’t spread to a PC or the network.</li>



<li>Windows AutoPilot, which improves self-service deployments of Windows 10 PCs, gets a variety of tweaks, including better mobile device management (MDM) services.</li>



<li>Windows Analytics’ new Device Health tool gathers information on how PCs perform in an enterprise, and based on that, identifies potential issues and outlines steps to resolve them.</li>



<li>Enterprises get more control over what kind of information Windows Analytics gathers for the IT staff. In order to improve users’ privacy, IT staff can limit the information collected by Windows Analytics to only diagnostic data.</li>
</ul>



<p>For more details about new features for IT, see “<a href="https://docs.microsoft.com/en-us/windows/whats-new/whats-new-windows-10-version-1709" rel="nofollow noopener" target="_blank">What’s new in Windows 10, version 1709 IT Pro content</a>,”  “<a href="https://blogs.windows.com/business/2017/06/27/announcing-end-end-security-features-windows-10/#x9KZ8kcfXRKQOvH6.97" rel="nofollow noopener" target="_blank">Announcing end-to-end security features in Windows 10</a>” and “<a href="https://blogs.windows.com/business/2017/06/29/delivering-modern-promise-windows-10/#KV5m0UQyL2Rys7AK.97" rel="nofollow noopener" target="_blank">Delivering the Modern IT promise with Windows 10</a>” from Microsoft.</p>



<h2 class="wp-block-heading">Windows 10 Creators Update (version 1703)</h2>



<p><strong>Release date:</strong> April 5, 2017</p>



<p><a href="https://blogs.windows.com/windowsexperience/2017/04/11/whats-new-in-the-windows-10-creators-update/#fOH8ArtcZA36kIbi.97" rel="nofollow noopener" target="_blank">Version 1703</a>, dubbed the Creators Update, is the major update to Windows 10 that preceded the Fall Creators Update. Here’s a quick summary of what’s new for users in the Creators Update. (For more details, see our <a href="https://www.computerworld.com/article/1671371/review-windows-10-creators-update-is-here-and-worth-the-download-with-video-2.html" target="_blank">full review</a>.)</p>



<ul class="wp-block-list">
<li>It helps you better organize the Start menu by letting you put multiple tiles for apps into a single folder — for example, you can group all social media apps into one folder.</li>



<li>Users are given a bit more control over the update process: They can delay an update for three days and keep delaying it in three-day increments, or choose specific times for updates to install.</li>



<li>The Edge browser has gotten some improvements, including having Flash disabled by default for security reasons and supporting the ePub and PDF formats for reading books and other content.</li>



<li>Microsoft added some 3D and virtual reality features, including running HoloLens virtual reality and mixed reality apps for the first time, and introducing a Paint 3D app for creating 3D objects.</li>



<li>System settings that previously were in multiple locations have been consolidated into the Settings app.</li>



<li>There’s a new all-in-one security dashboard called Windows Defender Security Center that consolidates many security and computer health settings and information.</li>



<li>New gaming features include streaming gaming sessions over the internet; a Game Mode to improve gaming performance; and a Game bar to let you record your gameplay, take screenshots and perform games-related tasks.</li>



<li>The Cortana personal assistant gets a few modest additions, including scheduling monthly reminders and helping you set up devices.</li>
</ul>



<p><strong>What IT needs to know: </strong>IT staff should be aware of these features that are new in the Windows 10 Creators Update:</p>



<ul class="wp-block-list">
<li>Security has been improved in a number of ways, including adding new features and insights into Windows Defender Advanced Threat Protection (ATP) to better investigate and respond to network threats. Among the new features are sensors in memory, better intelligence and improved remediation capabilities.</li>



<li>Several new configuration service providers (CSPs) available in the Creators Update let administrators manage Windows 10 devices through Mobile Device Management (MDM) or provisioning packages. The DynamicManagement CSP, for instance, can enable or disable certain device features depending on location, network presence or time.</li>



<li>New mobile application management capabilities can protect data on personal mobile devices without requiring each device to be part of the corporate MDM.</li>



<li>The Windows Configuration Designer (previously called Windows Imaging and Configuration Designer) includes new wizards to make it easier to create provisioning packages, including for desktop devices, Windows mobile devices, Surface Hub devices, HoloLens devices and kiosk devices.</li>



<li>Enterprise security administrators get a more comprehensive documentation library for Windows Defender Antivirus.</li>



<li>If an enterprise-wide update policy hasn’t been configured, users with Windows Pro, Windows Enterprise or Windows Education editions have much more control over how Windows updates. With the Creators Update, users can now automatically delay cumulative monthly updates for up to 30 days, and can delay feature updates by up to 365 days.</li>
</ul>



<p>For more details about new features for IT, see the Microsoft blog posts “<a href="https://blogs.windows.com/business/2016/12/06/windows-10-creators-update-advances-security-best-class-modern-tools/#JlfCvxhjypCS0vue.97" rel="nofollow noopener" target="_blank">Windows 10 Creators Update advances security and best-in-class modern IT tools</a>” and “<a href="https://docs.microsoft.com/en-us/windows/whats-new/whats-new-windows-10-version-1703" rel="nofollow noopener" target="_blank">What’s new in Windows 10, version 1703 IT pro content</a>.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 11 April 2026 Update tested: What’s new, improved and fixed]]></title>
<description><![CDATA[Windows 11 April 2026 Patch Tuesday update is rolling out with Narrator Copilot integration, Settings improvements, File Explorer fixes, display reliability updates, and critical Secure Boot warnings. Here’s everything new, improved, and fixed in this release
The post Windows 11 April 2026 Update...]]></description>
<link>https://tsecurity.de/de/3432966/windows-tipps/windows-11-april-2026-update-tested-whats-new-improved-and-fixed/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3432966/windows-tipps/windows-11-april-2026-update-tested-whats-new-improved-and-fixed/</guid>
<pubDate>Tue, 14 Apr 2026 19:39:54 +0200</pubDate>
<category>🪟 Windows Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Windows 11 April 2026 Patch Tuesday update is rolling out with Narrator Copilot integration, Settings improvements, File Explorer fixes, display reliability updates, and critical Secure Boot warnings. Here’s everything new, improved, and fixed in this release</p>
<p>The post <a rel="nofollow" href="https://www.windowslatest.com/2026/04/14/windows-11-april-2026-update-tested-whats-new-improved-and-fixed/">Windows 11 April 2026 Update tested: What’s new, improved and fixed</a> appeared first on <a rel="nofollow" href="https://www.windowslatest.com/">Windows Latest</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What's coming at CloudLinux Product Pulse Q2 2026]]></title>
<description><![CDATA[A lot has shipped since the Q1 edition of CloudLinux Product Pulse. The Q2 session on April 29 at 4pm CET / 10am ET covers all of it: what's new, what it means for your hosting operations, and where the product roadmap is heading next 
Here's a preview of the topics we'll cover. 
Cached WordPress...]]></description>
<link>https://tsecurity.de/de/3429720/unix-server/whats-coming-at-cloudlinux-product-pulse-q2-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3429720/unix-server/whats-coming-at-cloudlinux-product-pulse-q2-2026/</guid>
<pubDate>Mon, 13 Apr 2026 19:16:18 +0200</pubDate>
<category>🐧 Unix Server</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="hs-featured-image-wrapper"> 
 <a href="https://blog.cloudlinux.com/whats-coming-at-cloudlinux-product-pulse-q2-2026" title="" class="hs-featured-image-link"> <img src="https://blog.cloudlinux.com/hubfs/Blog-Webinar-ProductPulseQ2.png" alt="What's coming at CloudLinux Product Pulse Q2 2026" class="hs-featured-image"> </a> 
</div> 
<p><span>A lot has shipped since the Q1 edition of CloudLinux Product Pulse. The Q2 session on </span><strong><span>April 29 at 4pm CET / 10am ET </span></strong><span>covers all of it: what's new, what it means for your hosting operations, and where the product roadmap is heading next</span></p> 
<p><span>Here's a preview of the topics we'll cover.</span></p> 
<h3><span>Cached WordPress pages, 3x faster</span></h3>]]></content:encoded>
</item>
<item>
<title><![CDATA[How effective are semantic hubs in moving agentic AI forward?]]></title>
<description><![CDATA[The focus of enterprise AI initiatives is shifting from storing, processing, and moving data to ensuring data means the same thing wherever it’s used. This is vital if an LLM is to understand the nuances and specifics of an individual business.



Walmart’s recent announcement that it’s ending it...]]></description>
<link>https://tsecurity.de/de/3428407/it-security-nachrichten/how-effective-are-semantic-hubs-in-moving-agentic-ai-forward/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3428407/it-security-nachrichten/how-effective-are-semantic-hubs-in-moving-agentic-ai-forward/</guid>
<pubDate>Mon, 13 Apr 2026 12:06: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>The focus of enterprise AI initiatives is shifting from storing, processing, and moving data to ensuring data means the same thing wherever it’s used. This is vital if an LLM is to understand the nuances and specifics of an individual business.</p>



<p>Walmart’s recent announcement that it’s ending its partnership with OpenAI to power shopping through ChatGPT is a case in point. Relying on the LLM to scrape Walmart’s product data and then infer meaning from that led to hallucinations and poor customer experience, resulting in conversion rates three times lower than shoppers using Walmart’s own website. Had the AI agent been grounded in Walmart’s actual business logic developed over years, then the results might have been very different.</p>



<p>Semantic hubs that provide a centralized architecture translating <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html?utm=hybrid_search">raw data</a> into consistent and clear business concepts are key components in powering effective agentic AI deployments. They mitigate the risks of semantic drift where an LLM’s understanding of concepts and terms is fluid, and changes over time. However, businesses don’t operate in a vacuum and need to exchange data with suppliers, customers, regulators, and financial institutions. Semantic hubs on their own may provide a point of failure in these instances as definitions and understanding will vary across organizations. As commerce moves toward more autonomous agentic systems, this is a problem.</p>



<h2 class="wp-block-heading">A shared language</h2>



<p><a href="https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-automation-curve-in-agentic-commerce" rel="nofollow">McKinsey predict</a> AI agents could handle between $3 and $5 trillion of global commerce by 2030. The economic and business rationale for moving to a more agentic world is compelling and, although still in its early stages, the technology that will power this revolution is developing rapidly. MCP, Agent2Agent (A2A), and other open standards offer protocols for agents to communicate with each other and pull in data as needed. However, a missing building block is a common language that allows dispersed agents to consistently and accurately infer meaning from the data they use.</p>



<p>The Open Semantic Interchange (OSI) initially developed by Salesforce and Snowflake can be seen as a universal mental model for data, ensuring every AI agent perceives business definitions with the same precision and intent as a human expert, regardless of which system they navigate. “If successful, OSI has the power to fundamentally reshape the competitive landscape by commoditizing the definition of a semantic model,” says Brad Shimmin, VP practice lead, data and analytics at tech analyst The Futurum Group. “Vendors will no longer be able to lock in customers with proprietary metric languages. Instead, they’ll need to compete on the execution of semantics, differentiating on performance, caching efficiency, security, and the sophistication of their AI integrations.”</p>



<h2 class="wp-block-heading">Hurdles on the road to technical sovereignty</h2>



<p>While the OSI initiative was only launched in September last year, major vendors including Cloudera, Databricks, Instacart, and ThoughtSpot have now joined founding members Salesforce and Snowflake in developing the standard. However, many CIOs are concerned that without wider cooperation from other enterprise software providers like Microsoft (Power BI) and SAP, there’s a risk it won’t build the momentum needed for true interoperability across industries. The rapid adoption of MCP by competing vendors offers hope that more companies will join the initiative as they realize common and open standards are required to build effective agentic systems.</p>



<p>Also, OSI specification is still in its early development phase, so committing live data assets to tools still in beta isn’t viable in the short term. This is likely to change over the coming months as leading vendors incorporate OSI and case studies emerge.</p>



<p>Another essential driver of adoption will be support from industry groups that have vested interests in seeing safe and reliable agentic systems be deployed through their sectors. The banking and medical sectors, for instance, rely on agreed languages and definitions to prevent financial fraud and health risks. Trevor Hall, chief architect at Tableau Salesforce and an OSI contributor says that while OSI wouldn’t necessarily define specific domain models such as medicine, he’d hope that industry would actually lean on OSI to define its models.</p>



<h2 class="wp-block-heading">OSI next steps</h2>



<p>Snowflake is positioning itself as a primary custodian of the OSI standard, and with around 20% of the cloud data warehousing market, it has the potential to drive adoption. Salesforce is the other key founding member that sees OSI as a core element of its Agentforce fleet of AI agents. Alongside this, Phase 2 of expanding the OSI ecosystem will continue through the remainder of 2026, with plans to bring native import and export buttons for OSI models to over 50 different data platforms.</p>



<p>Things are moving quickly in the agentic space and the underpinning infrastructure is taking shape. Now’s the time to make sure your data is ready for this revolution, and OSI could be a key element in your planning.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s New in GravityZone April 2026 (v 6.72)]]></title>
<description><![CDATA[Bitdefender rolled out new functionality in Bitdefender GravityZone, a unified cybersecurity platform that provides prevention, protection, detection, and response capabilities for organizations of all sizes. These features, consistent with our multi-layered security strategy, are intended to eas...]]></description>
<link>https://tsecurity.de/de/3422248/it-security-nachrichten/whats-new-in-gravityzone-april-2026-v-672/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3422248/it-security-nachrichten/whats-new-in-gravityzone-april-2026-v-672/</guid>
<pubDate>Fri, 10 Apr 2026 05:19:34 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Bitdefender rolled out new functionality in Bitdefender GravityZone, a unified cybersecurity platform that provides prevention, protection, detection, and response capabilities for organizations of all sizes. These features, consistent with our multi-layered security strategy, are intended to ease the workload of…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/whats-new-in-gravityzone-april-2026-v-6-72/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/whats-new-in-gravityzone-april-2026-v-6-72/">What’s New in GravityZone April 2026 (v 6.72)</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Update auf Chrome 147 schließt 60 Browser-Lücken]]></title>
<description><![CDATA[In den neuen Chrome-Versionen 147.0.7727.55/56 für Windows und macOS sowie 147.0.7727.55 für Linux haben die Entwickler 60 Sicherheitslücken geschlossen. Keine der Lücken wird laut Google bislang für Angriffe ausgenutzt. Die Hersteller anderer Chromium-basierter Browser dürften in den nächsten Ta...]]></description>
<link>https://tsecurity.de/de/3419562/it-nachrichten/update-auf-chrome-147-schliesst-60-browser-luecken/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3419562/it-nachrichten/update-auf-chrome-147-schliesst-60-browser-luecken/</guid>
<pubDate>Thu, 09 Apr 2026 09:46:49 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>In den neuen Chrome-Versionen 147.0.7727.55/56 für Windows und macOS sowie 147.0.7727.55 für Linux haben die Entwickler 60 Sicherheitslücken geschlossen. Keine der Lücken wird laut Google bislang für Angriffe ausgenutzt. Die Hersteller anderer Chromium-basierter Browser dürften in den nächsten Tagen nachziehen.</p>



<h2 class="wp-block-heading toc">Lücke an Lücke</h2>



<p>Im <a href="https://chromereleases.googleblog.com/search/label/Stable%20updates" target="_blank" rel="noreferrer noopener">Chrome Release Blog</a> führt Srinivas Sista mit mehr als 24 Stunden Verzug die 60 beseitigten Sicherheitslücken auf. Beinahe alle Schwachstellen wurden durch externe Sicherheitsforscher gemeldet. Zwei dieser Lücken sind als kritisch ausgewiesen: CVE-2026-5858 ist ein Pufferüberlauf in der Komponente WebML, CVE-2026-5859 ein Ganzzahlüberlauf in der gleichen Komponente.</p>



<p>Weitere 14 Sicherheitslücken sind als hohes Risiko ausgewiesen. Das ist eine Mischung aus Pufferüberläufen, Use-after-free-Lücken und anderen Speicherfehlern. Auch die obligatorische Typverwechslung in der Javascript-Engine V8 ist dabei, sogar zweimal.</p>



<p>Unter den übrigen Lücken gelten 20 als mittleres, 24 als geringes Risiko. Den Entdeckern der Schwachstellen hat Google bislang 118.000 US-Dollar an Prämien zuerkannt. In den meisten Fällen hat Google die Höhe der jeweiligen Prämie noch nicht festgelegt (TBD: to be determined).</p>



<p><a href="https://www.pcwelt.de/article/1197811/die-neuesten-sicherheits-updates.html" target="_blank" rel="noreferrer noopener">▶Die neuesten Sicherheits-Updates</a></p>



<h2 class="wp-block-heading toc">Was gibt es Neues in Chrome 147?</h2>



<p>Die browserinterne Whats-new-Seite weist die Möglichkeit, Tab-Gruppen auf andere Geräte mitzunehmen, als einzige Neuerung aus. In absehbarer Zukunft soll auch Chrome eine (optionale) vertikale Tableiste bekommen. Der Lesemodus soll immersiver werden, indem er das ganze Browserfenster füllt statt wie bislang eine Hälfte einer geteilten Ansicht. Beide neuen Funktionen sollen in dieser Woche freigeschaltet werden, werden jedoch offenbar schrittweise ausgerollt, nicht für alle auf einmal.</p>



<p>In der letzten Woche hat Google noch ein wichtiges Update für Chrome 147 ausgeliefert, um 21 Sicherheitslücken zu schließen, darunter <a href="https://www.pcwelt.de/article/3104349/notfall-update-fur-chrome-stopft-0-day-lucke-im-browser.html" target="_blank" rel="noreferrer noopener">eine 0-Day-Lücke (CVE-2026-5281)</a>. In aller Regel aktualisiert sich Chrome automatisch, wenn eine neue Version verfügbar ist. Mit dem Menü-Eintrag <em>» Hilfe » Über Google Chrome</em> (alternativ: <em>» Einstellungen » Über Google Chrome</em>) können Sie die Update-Prüfung manuell anstoßen.</p>



<p>Google hat in dieser Woche auch Chrome für Android 147.0.7727.49 bereitgestellt, Chrome für iOS 147.0.7727.47 schon in der letzten Woche. In der Android-Version sind die gleichen Schwachstellen beseitigt wie in den Desktop-Ausgaben. Der Extended Stable Channel für Windows und macOS enthält nun die Chromium-Version 146.0.7680.188. Die Freigabe der Chrome-Version 148 ist Anfang Mai zu erwarten.</p>



<p><strong>Tipp:</strong> Unabhängig davon, dass Sie Ihren Browser stets aktuell halten, sollten Sie die Sicherheit Ihres PCs zusätzlich mit geeigneter Antivirus-Software verbessern. Gute Antivirus-Lösungen stellen wir in „<a href="https://www.pcwelt.de/article/2255713/test-bestes-antivirus-programm-windows.html">Die besten Antivirus-Programme 2025 im Test: So schützen Sie Ihren Windows-PC</a>“ vor. Falls Sie großen Wert auf anonymes Surfen legen, <a href="https://www.pcwelt.de/article/1193534/die-besten-vpn-dienste-im-vergleich.html" target="_blank" rel="noreferrer noopener">sind wiederum gute VPN-Programme einen Blick wert.</a></p>



<h2 class="wp-block-heading toc">Andere Chromium-basierte Browser</h2>



<p>Die Hersteller anderer auf Chromium basierender Browser sind nun wieder gefordert, mit Updates nachzuziehen. Brave, Vivaldi und Edge sind auf dem Sicherheitsstand der letzten Woche – und auch Opera! Opera hat seinen Browser am 8. April in der Version 130 auf Basis von Chromium 146 veröffentlicht. In Opera One 130.0.5847.12 steckt Chromium 146.0.7680.178. Damit ist die 0-Day-Lücke aus der Vorwoche (CVE-2026-5281) auch in Opera geschlossen.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p><strong>Chromium-basierte Browser in der Übersicht:</strong></p>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><thead><tr><th><strong>Browser</strong></th><th>Version</th><th>Chromium-Version</th><th>abgesichert?</th></tr></thead><tbody><tr><td><a href="https://www.pcwelt.de/article/1135017/google-chrome.html" target="_blank" rel="noreferrer noopener" title="Download">Google Chrome ↓</a></td><td>147.0.7727.56</td><td>147.0.7727.56</td><td>🟢</td></tr><tr><td><a href="https://www.pcwelt.de/article/1191500/brave-browser.html" target="_blank" rel="noreferrer noopener" title="Download">Brave ↓</a></td><td>1.88.138</td><td>146.0.7680.178</td><td>🟡</td></tr><tr><td>Microsoft Edge</td><td>146.0.3856.109</td><td>146.0.7680.179</td><td>🟡</td></tr><tr><td><a href="https://www.pcwelt.de/article/1082991/browser-opera.html" target="_blank" rel="noreferrer noopener" title="Download">Opera One ↓</a></td><td>130.0.5847.12</td><td>146.0.7680.178</td><td>🟡</td></tr><tr><td><a href="https://www.pcwelt.de/article/1151272/vivaldi.html" target="_blank" rel="noreferrer noopener" title="Download">Vivaldi ↓</a></td><td>7.9.3970.47</td><td>146.0.7680.182</td><td>🟡</td></tr></tbody></table><figcaption class="wp-element-caption"><em>Chromium-basierte Browser – Stand: 08.04.2026</em></figcaption></figure>
</div></div>



<p></p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Führungskräfte beklagen Lücken beim Wissenstransfer]]></title>
<description><![CDATA[Viele Unternehmen verlieren wertvolles Know-how, weil Wissen nicht konsequent weitergegeben wird. Eine aktuelle Studie zeigt Defizite bei Qualifikation und Weiterbildung von Mitarbeitenden.

Tags: #Qualifikationslücken | #Studie | #Weiterbildung]]></description>
<link>https://tsecurity.de/de/3413804/it-security-nachrichten/fuehrungskraefte-beklagen-luecken-beim-wissenstransfer/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3413804/it-security-nachrichten/fuehrungskraefte-beklagen-luecken-beim-wissenstransfer/</guid>
<pubDate>Tue, 07 Apr 2026 13:38:02 +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/04/Whats-Missing_Shutterstock_2675494901_1920.jpg" class="attachment-full size-full wp-post-image" alt="Weiterbildung, Führungskräfte Wissenslücken in Unternehmen schließen, Wissenslücken in Unternehmen schließen, Effektiver Wissenstransfer zwischen Mitarbeitenden, Wissenslücken, Wissen" decoding="async" srcset="https://www.it-daily.net/wp-content/uploads/2026/04/Whats-Missing_Shutterstock_2675494901_1920.jpg 1920w, https://www.it-daily.net/wp-content/uploads/2026/04/Whats-Missing_Shutterstock_2675494901_1920-300x169.jpg 300w, https://www.it-daily.net/wp-content/uploads/2026/04/Whats-Missing_Shutterstock_2675494901_1920-1024x576.jpg 1024w, https://www.it-daily.net/wp-content/uploads/2026/04/Whats-Missing_Shutterstock_2675494901_1920-768x432.jpg 768w, https://www.it-daily.net/wp-content/uploads/2026/04/Whats-Missing_Shutterstock_2675494901_1920-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" title="Führungskräfte beklagen Lücken beim Wissenstransfer 1"></p>
    Viele Unternehmen verlieren wertvolles Know-how, weil Wissen nicht konsequent weitergegeben wird. Eine aktuelle Studie zeigt Defizite bei Qualifikation und Weiterbildung von Mitarbeitenden.

<p>Tags: <a href="https://www.it-daily.net/thema/qualifikationsluecken">#Qualifikationslücken</a> | <a href="https://www.it-daily.net/thema/studie">#Studie</a> | <a href="https://www.it-daily.net/thema/weiterbildung">#Weiterbildung</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s coming from Apple in April 2026: M5 Mac rumors, new Apple TV shows, and Apple Arcade games]]></title>
<description><![CDATA[Apple turned 50 on April 1, 2026, but the company is keeping things low-key this month. Instead of a major hardware event or flashy…
The post What’s coming from Apple in April 2026: M5 Mac rumors, new Apple TV shows, and Apple Arcade games appeared first on MacDailyNews.]]></description>
<link>https://tsecurity.de/de/3411361/ios-mac-os/whats-coming-from-apple-in-april-2026-m5-mac-rumors-new-apple-tv-shows-and-apple-arcade-games/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3411361/ios-mac-os/whats-coming-from-apple-in-april-2026-m5-mac-rumors-new-apple-tv-shows-and-apple-arcade-games/</guid>
<pubDate>Mon, 06 Apr 2026 16:38:33 +0200</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Apple turned 50 on April 1, 2026, but the company is keeping things low-key this month. Instead of a major hardware event or flashy…</p>
<p>The post <a href="https://macdailynews.com/2026/04/06/whats-coming-from-apple-in-april-2026-m5-mac-rumors-new-apple-tv-shows-and-apple-arcade-games/">What’s coming from Apple in April 2026: M5 Mac rumors, new Apple TV shows, and Apple Arcade games</a> appeared first on <a href="https://macdailynews.com/">MacDailyNews</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The latest on the Artemis II mission to the moon, and more science stories]]></title>
<description><![CDATA[We got to share in a rare moment of collective awe this week as four astronauts blasted off toward the moon, beginning a 10-day journey that will take them farther from Earth than any humans have traveled in the last 50 years. It'll still be a little while before they reach their destination — th...]]></description>
<link>https://tsecurity.de/de/3407886/it-nachrichten/the-latest-on-the-artemis-ii-mission-to-the-moon-and-more-science-stories/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3407886/it-nachrichten/the-latest-on-the-artemis-ii-mission-to-the-moon-and-more-science-stories/</guid>
<pubDate>Sat, 04 Apr 2026 18:16:15 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>We got to share in a rare moment of collective awe this week as four <a target="_blank" class="link" href="https://www.engadget.com/science/space/the-artemis-ii-mission-has-started-its-10-day-journey-around-the-moon-033412865.html" data-i13n="cpos:1;pos:1">astronauts blasted off toward the moon</a>, beginning a 10-day journey that will take them farther from Earth than any humans have traveled in the last 50 years. It'll still be a little while before they reach their destination — the Orion spacecraft is expected to loop around the moon on Monday — but they've already seen some pretty incredible stuff on the way there. Here's the latest on the Artemis II mission, and other interesting science stories from this week. </p><h2>Artemis II crosses the halfway point</h2><p>After years of planning, NASA astronauts Reid Wiseman, Victor Glover and Christina Koch, along with Canadian Space Agency (CSA) astronaut Jeremy Hansen, are finally on their way to the moon for the Artemis II mission. This test flight is a crucial step in NASA's plans to send humans to the surface of the moon again for the first time since Apollo 17, and the high-stakes launch went off without a hitch on Wednesday. </p><p>The Artemis II crew is now more than halfway to the moon, according to NASA. When Orion reaches the moon on April 6, the astronauts will have a six-hour window of opportunity to observe the partially lit lunar far side, which can't be seen from Earth. If you're curious about where exactly the astronauts are at any given moment, you can track the mission by visiting NASA's <a target="_blank" class="link" href="https://www.nasa.gov/missions/artemis-ii/arow/" data-i13n="slk:Artemis Real-Time Orbit website;cpos:2;pos:1">Artemis Real-Time Orbit website</a>. And, if you just want to see what space looks like from Orion, here's a <a target="_blank" class="link" href="https://www.youtube.com/watch?v=6RwfNBtepa4" data-i13n="slk:livestream;cpos:3;pos:1">livestream</a> from outside the capsule. The moon is now in view!</p><div><div></div></div><p>The crew did experience some technical difficulties after leaving the ground, though all were resolved fairly quickly. Early Thursday morning, Wiseman contacted mission control <a target="_blank" class="link" href="https://www.engadget.com/computing/artemis-ii-crew-is-just-like-us-needs-help-with-microsoft-outlook-issues-145230968.html" data-i13n="cpos:4;pos:1">to troubleshoot some issues</a> with a Surface Pro he was attempting to use, noting, "I have two Microsoft Outlooks and neither one of those are working." Relatable. The Artemis II crew was also greeted by a malfunctioning toilet not long into the flight, and astronaut Koch had to work with the ground team to figure out a fix — which they thankfully were able to do. In a livestream later, the astronaut joked that she is now a <a target="_blank" class="link" href="https://www.youtube.com/watch?v=4nf0bsKaRBc" data-i13n="cpos:5;pos:1">space plumber</a>. </p><p>Small issues aside, the Artemis II mission is off to a pretty amazing start. The Orion spacecraft completed its translunar injection burn on Thursday, officially taking it <a target="_blank" class="link" href="https://www.engadget.com/science/space/nasas-artemis-ii-mission-has-left-earths-orbit-104219933.html" data-i13n="cpos:6;pos:1">out of Earth orbit</a> and putting it on its way to the moon. Commander Wiseman shared some pictures of <a target="_blank" class="link" href="https://www.engadget.com/science/space/the-artemis-ii-crew-snapped-some-mesmerizing-photos-of-earth-183610493.html" data-i13n="cpos:7;pos:1">the view from Orion's windows</a> afterward, and they are breathtaking. In one unbelievably crisp shot of Earth, you can even see two auroras. And there's plenty more observations to come. </p><h2>Students discover a pristine, ancient star</h2><p>Using data from the Sloan Digital Sky Survey (SDSS), a group of undergraduate students at the University of Chicago has discovered what's thought to be one of the oldest stars ever observed. Their analysis indicates that the star, called SDSSJ0715-7334, was born in the nearby Large Magellanic Cloud billions of years ago before eventually making its way to the Milky Way.</p><figure><img src="https://d29szjachogqwa.cloudfront.net/images/user-uploaded/low-res_ump_orbit_map_0550.jpg" data-crop-orig-src="https://d29szjachogqwa.cloudfront.net/images/user-uploaded/low-res_ump_orbit_map_0550.jpg" alt="The orbit of the ancient immigrant star plotted in comparison to the Milky Way" data-uuid="c5b1b37f-c5f0-4fe6-9ad5-3ab4adcdefa1"><figcaption></figcaption><div class="photo-credit">Vedant Chandra and the SDSS collaboration Background ESA/Gaia image, A. Moitinho, A. F. Silva, M. Barros, C. Barata, University of Lisbon; H. Savietto, Fork Research</div></figure><p>The star was one of 77 that the students selected for closer observation after poring through the SDSS data in their "Field Course in Astrophysics” class, which is led by Professor Alex Ji, the deputy Project Scientist for SDSS-V. SDSS-V is an ongoing all-sky survey that's mapping the Milky Way. After creating their list, they set out to observe the stars during a field trip to Carnegie Science’s Las Campanas Observatory in Chile, and honed in on SDSSJ0715-7334 on day two. The team found it's made mostly of hydrogen and helium, with very little carbon and iron. In the paper published in the journal <em>Nature Astronomy</em>, the researchers note that this composition could be the product of a primordial supernova.</p><p>"This ancient immigrant gives us an unprecedented look at conditions in the early universe,” said Ji in a statement. Ji added, “The star has so little carbon that it suggests an early sprinkling of cosmic dust is responsible for making it. This formation pathway has only been seen once before.”</p><h3>Before you go, be sure to check these stories out too:</h3><ul><li><p><a target="_blank" class="link" href="https://www.engadget.com/transportation/evs/whats-going-on-with-donut-lab-173007121.html" data-i13n="cpos:8;pos:1">What’s going on with Donut Lab's so-called super battery?</a></p></li><li><p><a target="_blank" class="link" href="https://www.engadget.com/big-tech/spacex-has-reportedly-filed-for-the-biggest-ipo-in-history-154547537.html" data-i13n="cpos:9;pos:1">SpaceX has reportedly filed for the biggest IPO in history</a></p></li></ul><p></p>This article originally appeared on Engadget at https://www.engadget.com/science/space/the-latest-on-the-artemis-ii-mission-to-the-moon-and-more-science-stories-160000539.html?src=rss]]></content:encoded>
</item>
<item>
<title><![CDATA[The Morning After: NASA’s Artemis II is on a voyage around the Moon]]></title>
<description><![CDATA[NASA’s Artemis II successfully launched on April 1, with its crew on a 10-day mission to circle the Moon. It’s the first crewed Artemis flight and a major step toward humanity returning to our little neighbor in the future. Since launch, the vehicle has separated from its launch system and been m...]]></description>
<link>https://tsecurity.de/de/3405271/it-nachrichten/the-morning-after-nasas-artemis-ii-is-on-a-voyage-around-the-moon/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3405271/it-nachrichten/the-morning-after-nasas-artemis-ii-is-on-a-voyage-around-the-moon/</guid>
<pubDate>Fri, 03 Apr 2026 13:32:48 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>NASA’s Artemis II successfully <a data-i13n="cpos:1;pos:1" href="https://www.engadget.com/science/space/watch-the-first-crewed-artemis-mission-take-flight-092800981.html"><ins>launched on April 1</ins></a>, with its crew on a 10-day mission to circle the Moon. It’s the <a data-i13n="cpos:2;pos:1" href="https://www.engadget.com/science/space/the-artemis-ii-mission-has-started-its-10-day-journey-around-the-moon-033412865.html"><ins>first crewed Artemis flight</ins></a> and a major step toward humanity returning to our little neighbor in the future. Since launch, the vehicle has separated from its launch system and been manually piloted, testing how the Orion capsule will dock with future lunar landers. There have been some snags, however: The onboard toilet went awry, and <a data-i13n="cpos:3;pos:1" href="https://www.engadget.com/computing/artemis-ii-crew-is-just-like-us-needs-help-with-microsoft-outlook-issues-145230968.html"><ins>Microsoft Outlook has been acting screwy</ins></a>.</p>
<p>Jokes aside, there is something magnificent about seeing humanity taking to the stars once again. That, for all of our worst instincts, we can still come together to solve problems and explore beyond our own horizons.</p>
<p>— Dan Cooper</p>
<h3>The other big stories (and deals) this morning</h3>
<ul>
<li><p><a data-i13n="cpos:4;pos:1" href="https://www.engadget.com/big-tech/spacex-has-reportedly-filed-for-the-biggest-ipo-in-history-154547537.html"><ins>SpaceX has reportedly filed for the biggest IPO in history</ins><br></a>Could be as much as $75 billion.</p></li>
<li><p><a data-i13n="cpos:5;pos:1" href="https://www.engadget.com/transportation/evs/the-hottest-evs-from-the-2026-new-york-auto-show-plus-one-brawny-concept-120000557.html"><ins>The hottest EVs from the 2026 New York Auto Show (plus one brawny concept)</ins><br></a>Corvette CX? Take my money now, please.</p></li>
<li><p><a data-i13n="cpos:6;pos:1" href="https://www.engadget.com/big-tech/apples-controversial-fitness-vp-jay-blahnik-is-retiring-115232410.html"><ins>Apple’s controversial Fitness VP Jay Blahnik is retiring</ins></a> <br>Controversial is one way of saying it.</p></li>
</ul>
<h2><a data-i13n="cpos:7;pos:1" href="https://www.engadget.com/transportation/evs/whats-going-on-with-donut-lab-173007121.html"><ins>What’s going on with Donut Lab's so-called super battery?</ins></a></h2>
<h3>The company is long on promises, short on evidence.</h3>
<a href="https://www.engadget.com/transportation/evs/whats-going-on-with-donut-lab-173007121.html"><figure><img src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/db3e38a0-2f3b-11f1-bf3a-b8c138db88b9" data-crop-orig-src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/db3e38a0-2f3b-11f1-bf3a-b8c138db88b9" alt="Donut Lab" data-uuid="a97fb357-acc3-39cc-9874-e187f632d7d7"><figcaption></figcaption><div class="photo-credit">Donut Lab</div></figure></a>
<p>At CES 2026, a Finnish–Estonian startup claimed to have invented a world-changing solid state battery. Rather than explain how it did so, it engaged in a lengthy campaign teasing out data that didn’t quite support its explosive claims. <a data-i13n="cpos:8;pos:1" href="https://www.engadget.com/transportation/evs/whats-going-on-with-donut-lab-173007121.html"><ins>We’ve dived deep</ins></a> to separate truth from hype and found there’s little of the former and far, far too much of the latter.</p>
<p><a data-i13n="cpos:9;pos:1" href="https://www.engadget.com/transportation/evs/whats-going-on-with-donut-lab-173007121.html"><strong><ins>Continue Reading.</ins></strong></a></p>
<h2><a data-i13n="cpos:10;pos:1" href="https://www.engadget.com/audio/roland-gomixer-studio-review-portable-professional-and-plenty-of-polish-130000723.html"><ins>Roland Go:Mixer Studio review: Portable, professional and plenty of polish</ins></a></h2>
<h3>It’s pricier than other portable mixers, but for good reason.</h3>
<a href="https://www.engadget.com/audio/roland-gomixer-studio-review-portable-professional-and-plenty-of-polish-130000723.html"><figure><img src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/f76ae5f0-2f3b-11f1-96bf-81dbeebd08ac" data-crop-orig-src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/f76ae5f0-2f3b-11f1-96bf-81dbeebd08ac" alt="Roland Go: Mixer Studio" data-uuid="fb9cd625-e8af-38e4-917b-eafef93385c6"><figcaption></figcaption><div class="photo-credit">James Trew for Engadget</div></figure></a>
<p>As James Trew says, $300 is a lot for a portable mixer in this class, but Roland’s brand new <a data-i13n="cpos:11;pos:1" href="https://www.engadget.com/audio/roland-gomixer-studio-review-portable-professional-and-plenty-of-polish-130000723.html"><ins>Go:Mixer Studio</ins></a> justifies its price. Unlike its predecessor, the Pro-X, it gets a second XLR port, MIDI connectivity and a display offering visible VU meters. That you can also use it as a desktop interface adds another layer of icing on an already sweet cake.</p>
<p><a data-i13n="cpos:12;pos:1" href="https://www.engadget.com/audio/roland-gomixer-studio-review-portable-professional-and-plenty-of-polish-130000723.html"><strong><ins>Continue Reading.</ins></strong></a></p>
<h2><a data-i13n="cpos:13;pos:1" href="https://www.engadget.com/big-tech/what-to-expect-from-wwdc-2026-110000086.html"><ins>What to expect from WWDC 2026</ins></a></h2>
<h3>I’m actually rather excited about this one.</h3>
<a href="https://www.engadget.com/big-tech/what-to-expect-from-wwdc-2026-110000086.html"><figure><img src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/193b5ca0-2f3c-11f1-befd-0991af01b30f" data-crop-orig-src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/193b5ca0-2f3c-11f1-befd-0991af01b30f" alt="WWDC 2026" data-uuid="c1c37813-13a3-3301-9c80-317e2a226a2b"><figcaption></figcaption><div class="photo-credit">Sam Rutherford for Engadget</div></figure></a>
<p>WWDC 2026 isn’t until the summer, but we’re already collating enough rumors from the mill to bring you the inside skinny. Early reports suggest <a data-i13n="cpos:14;pos:1" href="https://www.engadget.com/big-tech/what-to-expect-from-wwdc-2026-110000086.html"><ins>Apple is making this a Snow Leopard year</ins></a>, tidying up after itself inside its software rather than going hard on new features. Hopefully, that will see the gaudier excesses of Liquid Glass dialed down, a lot of trimmed cruft and stability improvements. Oh, and some guff about AI.</p>
<p><a data-i13n="cpos:15;pos:1" href="https://www.engadget.com/big-tech/what-to-expect-from-wwdc-2026-110000086.html"><strong><ins>Continue Reading.</ins></strong></a></p>
<h2><a data-i13n="cpos:16;pos:1" href="https://www.engadget.com/general/robosen-soundwave-review-a-childhood-dream-made-real-120000804.html"><ins>Robosen Soundwave review: A childhood dream made real</ins></a></h2>
<h3>Who cares about sound quality when your speaker transforms!?</h3>
<a href="https://www.engadget.com/general/robosen-soundwave-review-a-childhood-dream-made-real-120000804.html"><figure><img src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/3d16be80-2f3c-11f1-b7f6-61bde08001c7" data-crop-orig-src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/3d16be80-2f3c-11f1-b7f6-61bde08001c7" alt="Image of the Robosen Soundwave standing in front of a plant." data-uuid="24d9ffef-3b90-3eaa-987e-0060b98e8293"><figcaption></figcaption><div class="photo-credit">Sam Rutherford for Engadget</div></figure></a>
<p>There are some things in life that would normally be a hard sell, a $1,400 boombox that could just about move around with poor sound quality being one of them. Dress it up as <a data-i13n="cpos:17;pos:1" href="https://www.engadget.com/general/robosen-soundwave-review-a-childhood-dream-made-real-120000804.html"><ins>Soundwave from the original Transformers toy line / cartoon</ins></a>, however, and suddenly Sam Rutherford is racing for their wallet.</p>
<p><a data-i13n="cpos:18;pos:1" href="https://www.engadget.com/general/robosen-soundwave-review-a-childhood-dream-made-real-120000804.html"><strong><ins>Continue Reading.</ins></strong></a></p>
<span></span><span></span><h2><a data-i13n="cpos:19;pos:1" href="https://www.engadget.com/home/home-theater/soundcore-nebula-x1-pro-review-the-king-of-party-projectors-010018484.html"><ins>Soundcore Nebula X1 Pro review: The king of party projectors</ins></a></h2>
<h3>On the subject of expensive things…</h3>
<a href="https://www.engadget.com/home/home-theater/soundcore-nebula-x1-pro-review-the-king-of-party-projectors-010018484.html"><figure><img src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/6401aa50-2f3c-11f1-9ede-5c310f5562b8" data-crop-orig-src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/6401aa50-2f3c-11f1-9ede-5c310f5562b8" alt="Image of the Soundcore Nebula X1 on a dais in the center of a beautiful French living room" data-uuid="0f001813-5970-3a75-a08a-823ce98f1998"><figcaption></figcaption><div class="photo-credit">Steve Dent for Engadget</div></figure></a>
<p>Nebula’s built quite the track record for making projectors you’re actually proud to show off. Its latest is <a data-i13n="cpos:20;pos:1" href="https://www.engadget.com/home/home-theater/soundcore-nebula-x1-pro-review-the-king-of-party-projectors-010018484.html"><ins>the X1 Pro</ins></a>, which combines a beefy 4K projector with a 400-watt Dolby Atmos 7.1 speaker system. That’s a hell of a lot of tech in a single package and is clearly at home at the center of a backyard movie night under the stars. But is it worth the $5,000 asking price? For that, you’ll need to read Steve Dent’s review.</p>
<p><a data-i13n="cpos:21;pos:1" href="https://www.engadget.com/home/home-theater/soundcore-nebula-x1-pro-review-the-king-of-party-projectors-010018484.html"><strong><ins>Continue Reading.</ins></strong></a></p>
<p></p>This article originally appeared on Engadget at https://www.engadget.com/general/the-morning-after-engadget-newsletter-111544222.html?src=rss]]></content:encoded>
</item>
<item>
<title><![CDATA[Exelbierd: What's actually in a Sashiko review?]]></title>
<description><![CDATA[Brian "bex" Exelbierd has published
a blog
post exploring follow-up questions raised by
the recent debate about the use of the LLM-based review
tool Sashiko
in the memory-management subsystem. His main finding is that Sashiko reviews are
bi-modal with regards to whether they contain reports about...]]></description>
<link>https://tsecurity.de/de/3402834/linux-tipps/exelbierd-whats-actually-in-a-sashiko-review/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3402834/linux-tipps/exelbierd-whats-actually-in-a-sashiko-review/</guid>
<pubDate>Thu, 02 Apr 2026 15:40:58 +0200</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>
Brian "bex" Exelbierd has published
<a href="https://www.bexelbie.com/2026/04/01/whats-in-a-sashiko-review">a blog
post</a> exploring follow-up questions raised by
<a href="https://lwn.net/Articles/1064830/">the recent debate</a> about the use of the LLM-based review
tool Sashiko
in the memory-management subsystem. His main finding is that Sashiko reviews are
bi-modal with regards to whether they contain reports about code not directly
changed by the patch set — most do not, but the ones that do often have several
such comments.
</p>

<blockquote class="bq">
<p>
<b>Hypothesis 1: Reviewers are getting told about bugs they didn't create.</b>
Sashiko's review protocol explicitly instructs the LLM to read surrounding code,
not just the diff. That's good review practice — but it means the tool might
flag pre-existing bugs in code the patch author merely touched, putting those
problems in their inbox.
</p>
<p>
<b>Hypothesis 2: The same pre-existing bugs surface repeatedly.</b> If a known
issue in a subsystem doesn't get fixed between review runs, every patch touching
nearby code could trigger the same finding. That would create a steady drip of
duplicate noise across the mailing list.
</p>
<p>
I pulled data from Sashiko's public API and tested both.
</p>
</blockquote>]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s going on with Donut Lab?]]></title>
<description><![CDATA[In January, a Finnish-Estonian startup proclaimed it had developed a truly solid state battery, a holy grail for the technology industry. Donut Labs’ cell wasn’t just solid state, however. It claimed it was made from cheap and easily available materials, would charge to full in a few minutes and ...]]></description>
<link>https://tsecurity.de/de/3400301/it-nachrichten/whats-going-on-with-donut-lab/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3400301/it-nachrichten/whats-going-on-with-donut-lab/</guid>
<pubDate>Wed, 01 Apr 2026 19:46:47 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>In January, a Finnish-Estonian startup proclaimed it had developed a truly solid state battery, a holy grail for the technology industry. Donut Labs’ cell wasn’t just solid state, however. It claimed it was made from cheap and easily available materials, would charge to full in a few minutes and last for hundreds of years. If real, such a device would change the face of the world, which is why plenty of people don’t think it is. And, as the company makes more effort to demonstrate it is telling the truth, the more holes people are finding to poke their fingers into. So, what the hell is going on with Donut Labs’ battery? After many weeks of research, I’m throwing my hands in the air, tired of the endless dog and pony show the company is putting on.</p>
<h2>Solid state batteries</h2>
<p>Conventional batteries have improved a lot in the last few decades but remain imperfect in many ways. Cells found in electronics and EVs commonly use liquid or gel polymer as an electrolyte. These electrolytes are the cause of thermal runaway, where the heat of a battery increases exponentially, and can become a primary cause of battery failure and fire. Plus, they’re pretty fussy, requiring a consistent temperature for peak performance and to be treated pretty delicately. It’s why the industry has raced to develop a solid state battery that eliminates the liquid or gel polymer.</p>
<span></span><p>Because of their higher energy density, solid state batteries should be lighter and smaller per watt than conventional batteries. These benefits would be enjoyed widely but are vital for an EV where weight and size dictate so much of how it operates. Solid state batteries are at far less risk of thermal runaway, and should work in a much wider temperature window. Now, we are already seeing plenty of semi-solid batteries coming into the market, with fully-solid cells expected in the near future. Chinese battery giant CATL told <a data-i13n="cpos:1;pos:1" href="https://batteriesnews.com/catl-denies-rumours-of-2000-km-solid-state-battery-mass-production-in-2027/"><em><ins>BatteriesNews</ins></em></a> at the end of 2025 that its first small-scale production of solid state batteries is anticipated to begin in 2027. However, those first production runs are likely to be limited rather than global rollouts.</p>
<h2>Donut Lab</h2>
<p>Enter Donut Lab. The startup is a subsidiary of Finnish motorcycle maker Verge Motorcycles, famous for its <a data-i13n="cpos:2;pos:1" href="https://www.engadget.com/the-verge-ts-ultra-electric-motorcycle-is-entirely-too-fast-213302452.html"><em><ins>Tron</ins></em><ins>-style hubless (in-wheel) rear-wheel motor</ins></a>. Verge says it has built the “world’s most powerful electric motor family,” and that it made “all the components needed to build an electric vehicle.” Verge’s motors have since been incorporated into <a data-i13n="cpos:3;pos:1" href="https://www.engadget.com/transportation/evs/ces-2026-longbow-motors-shows-off-its-speedster-ev-with-donut-labs-in-wheel-motors-192329111.html"><ins>Longbow Motors’</ins></a> recently announced Speedster EV.</p>
<div><div></div></div>
<p>At CES 2026, Donut Lab <a data-i13n="cpos:4;pos:1" href="https://www.donutlab.com/ces-battery-announcement/"><ins>announced</ins></a> it had built the world’s “first full all-solid-state battery.” It said this wasn’t just a prototype, but was “ready to power up production vehicles now.” In a glossy promotional video, the company said it had solved the issues the whole industry had been working to solve for decades. There was nothing but upside, with none of the trade-offs its competitors had been forced to make while developing their own solid state batteries. And, it was ready to be incorporated into EVs starting today. Verge Motorcycles announced it would add the battery into its TS Pro, with shipments expected to begin Q1 2026.</p>
<h2>Donut Labs’ battery</h2>
<p>The company’s <a data-i13n="cpos:5;pos:1" href="https://www.donutlab.com/battery/"><ins>extensive list of claims</ins></a> begins by saying the cell has an energy density of 400Wh per kilogram, roughly twice the <a data-i13n="cpos:6;pos:1" href="https://www.epectec.com/batteries/cell-comparison.html"><ins>energy</ins></a> density of the best lithium ion battery on the market. Right now, you should expect to get around 1,000 charge and discharge cycles out of any half-decent battery. Donut Labs is promising its cell will last for a whopping <em>100,000</em> cycles, even if you’re fast-charging the cell. The company promises users will be able to reach an 80 percent charge from zero in around five minutes, and get to full in under six. Donut said the cell offers a “clay-like” freedom of design, adapting to the specific needs of a specific product, rather than the other way around.</p>
<p>Naturally, pumping all of that power into such a small cell will mean it’ll need a lot of babying, right? Not according to Donut Lab, which says its battery will operate in temperatures as low as -30 degrees Celsius (-22 Fahrenheit) or as hot as 100 degrees Celsius (212 Fahrenheit). And, to top it off, it’s made from common, easily-available and cheap materials which are “geopolitically safe,” rather than from rare-earth minerals sometimes held by rival nations. All of that means the cell will be cheaper to produce than the equivalent lithium ion cell and, best of all, Donut said the battery is ready for scaled production.</p>
<p>A battery that promised <em>some</em> of these features would be world-changing; one offering all of them would be world-shattering. It would upend supply chains, shift the global balance of power, potentially eliminate reliance on so-called rare earth minerals and supercharge EV adoption. But Donut Lab offered no proof for its claims, no hint as to what its process was based upon, and no sign it had the manufacturing capacity to deliver on its promises. Naturally, a lot of people just didn’t believe what they were seeing and hearing, and called BS.</p>
<h2>People are suspicious</h2>
<p>Yang Hongqin, CEO of Chinese battery maker Svolt, was quoted by <a data-i13n="cpos:7;pos:1" href="https://carnewschina.com/2026/01/20/gwm-spin-off-svolt-ceo-claimed-donut-labs-production-ready-all-solid-state-battery-is-a-fraud-report-says/"><em><ins>CarNewsChina</ins></em></a> as saying “any person with even a basic understanding of the technology would think it’s a scam.” Finnish newspaper <a data-i13n="cpos:8;pos:1" href="https://www.iltalehti.fi/autouutiset/a/25062489-2327-4ec9-a86f-487248beafe7"><em><ins>Iltalehti</ins></em></a> reported that CATL’s venture capital head Ulderico Ulissi described the matter as “clearly fake.” That comment prompted Donut CEO Marko Lehtimäki to respond on LinkedIn, saying that Ulissi would “regret the arrogance.” Tom Bötticher, CEO of battery startup Litona, posted on <a data-i13n="elm:affiliate_link;sellerN:LinkedIn;elmt:;cpos:9;pos:1" href="https://shopping.yahoo.com/rdlw?merchantId=6deefbf2-941b-4156-9f41-a61ebb50d13d&amp;siteId=us-engadget&amp;pageId=1p-autolink&amp;contentUuid=3732201d-fc15-431a-bdb5-276a91d2104d&amp;featureId=text-link&amp;merchantName=LinkedIn&amp;linkText=LinkedIn&amp;custData=eyJzb3VyY2VOYW1lIjoiV2ViLURlc2t0b3AtVmVyaXpvbiIsImxhbmRpbmdVcmwiOiJodHRwczovL3d3dy5saW5rZWRpbi5jb20vcG9zdHMvdG9tYm9ldHRpY2hlcl9kb251dGxhYnMtc29saWRzdGF0ZWJhdHRlcnktYmF0dGVyaWVzLWFjdGl2aXR5LTc0MTQ0NDQxMDE4MjkyOTYxMjktcWJHai8iLCJjb250ZW50VXVpZCI6IjM3MzIyMDFkLWZjMTUtNDMxYS1iZGI1LTI3NmE5MWQyMTA0ZCIsIm9yaWdpbmFsVXJsIjoiaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL3Bvc3RzL3RvbWJvZXR0aWNoZXJfZG9udXRsYWJzLXNvbGlkc3RhdGViYXR0ZXJ5LWJhdHRlcmllcy1hY3Rpdml0eS03NDE0NDQ0MTAxODI5Mjk2MTI5LXFiR2ovIn0&amp;signature=AQAAAanbptxnNQkGOdHD3jsh3KBBbCIOitQFAOO5GVQeaHcE&amp;gcReferrer=https%3A%2F%2Fwww.linkedin.com%2Fposts%2Ftomboetticher_donutlabs-solidstatebattery-batteries-activity-7414444101829296129-qbGj%2F" class="rapid-with-clickid" data-original-link="https://www.linkedin.com/posts/tomboetticher_donutlabs-solidstatebattery-batteries-activity-7414444101829296129-qbGj/"><ins>LinkedIn</ins></a> his belief Donut’s technology is actually tied to a company Donut invested in, Nordic Nano. Bötticher found a pitch deck, which is no longer available (but is here at the <a data-i13n="cpos:10;pos:1" href="https://web.archive.org/web/20260108191111/https://spacefinland.fi/documents/60305973/246671122/Kaisa_Ahonen_SBF_18092025.pdf/935c23da-13e1-f822-b1f5-e9bc71386539/Kaisa_Ahonen_SBF_18092025.pdf?t=1758520599108"><ins>Internet Archive</ins></a>) which described Nordic’s energy storage technology as a supercapacitor.</p>
<div><div></div></div>
<p>Some have pointed out that Lehtimäki has a track record of making strong claims about his products. On May 15, 2025, he announced an AI startup, ASILAB, and said in a similarly glossy launch video that his team had created a “synthetic counterpart” to the human brain. Its first product, ASINOID, Lehtimäki said, is a “dynamic self-developing organism designed to grow in capability and in consciousness.” The company said it would open up access to ASINOID, but I’ve been unable to find any evidence that any such access has been granted. ASILAB has not responded to our request for comment.</p>
<p>Similarly salty write-ups can be found in <a data-i13n="cpos:11;pos:1" href="https://www.electronicdesign.com/blogs/nonlinearities/blog/55342148/electronic-design-ces-2026-taking-a-bite-out-of-donuts-solid-state-battery-claims"><em><ins>ElectronicDesign</ins></em></a>, <a data-i13n="cpos:12;pos:1" href="https://www.technologyreview.com/2026/02/26/1133722/solid-state-batteries-donut-lab/"><em><ins>MIT Tech Review</ins></em></a>, <a data-i13n="cpos:13;pos:1" href="https://interestingengineering.com/energy/donut-lab-test-result-solid-state-battery"><em><ins>Interesting Engineering</ins></em></a>, <a data-i13n="cpos:14;pos:1" href="https://insideevs.com/news/788309/donut-lab-solid-state-ev-charging-results/"><em><ins>InsideEVs</ins></em></a> and just about every Reddit, YCombinator and Hacker News thread discussing the technology.</p>
<h2>I Donut Believe.com</h2>
<div><div></div></div>
<p>In response to the minor social media backlash, Donut Labs went on the offensive. It launched the website <a data-i13n="cpos:15;pos:1" href="http://idonutbelieve.com/"><ins>IDonutBelieve.com</ins></a> promising a weekly drop of so-called evidence to support its claims. In a polished video introduction, Lehtimäki said the criticism comes from parties with vested interests, such as competitors. He addressed the above attack lines directly, saying people have been assembling theories from scraps of online data to create an untrue picture. He also denied claims the battery was a supercapacitor.</p>
<p>In the same video, Lehtimäki said the media has amplified “so-called experts” from the battery industry, taking their opinions at “face value.” Naturally, rival researchers who would stand to gain by taking down a potential challenger have a natural desire to rubbish Donut’s claims. But because many of them are credentialled experts in the field, their authority was elevated above his own.</p>
<p>Crucially, Lehtimäki said Donut didn’t publish validation tests at the time of announcement as it would have been similarly dismissed by those same biased voices. By holding the proof back, he said it forced Donut’s competitors to essentially show their hand, making it easier to refute them. To do so, Donut engaged VTT Finland, a <a data-i13n="cpos:16;pos:1" href="https://www.vttresearch.com/en/about-us/what-vtt"><ins>government-owned</ins></a> research organization which offers <a data-i13n="cpos:17;pos:1" href="https://www.vttresearch.com/en/ourservices/high-accuracy-measurement-services"><ins>testing services</ins></a> to third <a data-i13n="cpos:18;pos:1" href="http://parties.it/"><ins>parties.</ins></a> VTT has conducted specific tests on cells supplied by Donut, the results of which the company has released piecemeal over several weeks.</p>
<p>It’s important to note that <a data-i13n="cpos:19;pos:1" href="https://pub-fee113bb711e441db5c353d2d31abbb3.r2.dev/VTT_CR_00092_26.pdf"><ins>VTT’s reports</ins></a> don't make any statements which could be seen to support Donut’s claims. For instance, it says it was asked to “conduct independent charging performance tests on the energy storage devices supplied by the customer, which the customer identified as solid-state battery cells.”</p>
<h2>The tests</h2>
<p>Donut Lab published a test for five weeks, each one each one designed to show off one key feature of the battery. <a data-i13n="cpos:20;pos:1" href="https://pub-fee113bb711e441db5c353d2d31abbb3.r2.dev/VTT_CR_00092_26.pdf"><ins>Test One</ins></a> saw VTT fast charge a cell beyond the limit of a regular battery, after which it still had close to 100% of its charge available for use. In <a data-i13n="cpos:21;pos:1" href="https://pub-4515714b5b4743f58cf78e0f2d2548da.r2.dev/VTT_CR_00124_26.pdf"><ins>Test Two</ins></a>, VTT charged the cell to full, and then discharged it in high-temperature environments. Once that was done, the cell was charged again at a normal temperature, but researchers noted that the pouch lost vacuum. Donut Lab later said the vacuum loss was caused by the packaging materials not being able to withstand the temperature, rather than an issue with the battery itself.</p>
<p>A VTT spokesperson told me “during the final stage of manufacturing, all gases are removed from the cell, and the cell is sealed tightly under vacuum conditions. The cell feels firm. If the cell loses its vacuum, it usually becomes slightly soft and swollen.” Essentially, if a battery loses its vacuum, it means it’s started swelling, which is visible in the photos from the report. Swelling is fatal to a traditional lithium ion battery and, potentially, the device it’s connected to.</p>
<p><a data-i13n="cpos:22;pos:1" href="https://pub-c28f91e335744259a8c0ce38e3967177.r2.dev/VTT_CR_00125_26.pdf"><ins>Test Three</ins></a> purported to disprove the idea that Donut was secretly selling a supercapacitor, so VTT charged the cell to full and let it sit idle for 10 days. At the end of that time, the charge level of the battery appeared to hold steady, with a small drop commonly seen in all batteries. Which appeared to confirm the cell was a battery, rather than a capacitor which may struggle to hold its charge over longer periods of time. Test Four was conducted by Donut Lab itself, taking a prototype of its battery in a Verge motorcycle to a fast charger. The cell had a rated capacity of 18kWh and it was charged from 9 percent to 80 percent — around 14.5kWh — in 12 minutes.</p>
<p><a data-i13n="cpos:23;pos:1" href="https://pub-cbd24192d2f1419d824d5ae07a395452.r2.dev/VTT_CR_00178_26.pdf"><ins>Test Five</ins></a> focused on the cell from Test Two which lost its vacuum, to prove it was not broken. VTT’s report says it cycled the broken cell 50 times (up to 90 percent of its full charge) to see what happened. VTT’s researchers said it was possible to cycle the cell, but that its capacity began to degrade after the first few, and by the end of the process, it had fallen to nearly half of its original figure. The cell itself had swelled, however, with VTT saying “the cell thickness had increased by 17 percent, and the cell pouch was firm.” Donut Lab boasted that while a lithium ion battery in this condition would likely explode, its own cell still worked.</p>
<p>When contacted, VTT said it did complete an assignment for Donut Lab but declined to make any specific comment on confidential client assignments.</p>
<p>On March 31, Verge Motorcycles posted a <a data-i13n="cpos:24;pos:1" href="https://www.youtube.com/watch?v=kE55ClLz6Z4"><ins>video</ins></a> claiming the TS Pro Gen 2, the first to carry Donut’s solid state battery, was ready to ship. Given March 31 is the last day of Q1, it’s the latest possible day the company could announce this and say it has honored its promise. The accompanying write-up said the bike will ship with either a standard-range 20kWh battery with a range of 350km (217 miles) or a long-range 33kWh battery that should run for 600km (372 miles).</p>
<h2>April 1</h2>
<div><div></div></div>
<p>Then, on April 1, the company posted a video beginning with a fakeout scene of Lehtimäki admitting the whole thing had been a scam. One hard cut later, and the clip pivots into a Q&amp;A, with an off-screen interviewer asking why anyone would believe Lehtimäki on April Fools Day. He dryly responded that people don’t believe him the rest of the time, but that the ambiguity provided by the occasion was a benefit. He would be able to speak more freely with less fear of censure, or so he claimed.</p>
<p>Lehtimäki said the series of I Donut Believe tests already published were another part of his “3D chess” strategy to get battery rivals to show their hand. And that the tests undertaken by VTT were on a first-generation battery while the company was already working on the <em>second</em>. He did concede that the claims around cycle life were based on estimates, and that if they wanted to prove it, they would have needed to start testing a decade or more ago. But he batted away questions about energy density, weight and size, saying you “wouldn’t ask a woman her age, and you never ask a battery its weight.” He added those questions would be answered in future, in more episodes of the I Donut Believe “complete multimedia experience.”</p>
<figure><img src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/ea257190-2de1-11f1-9e17-aba8d496ab78" data-crop-orig-src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/ea257190-2de1-11f1-9e17-aba8d496ab78" alt="Image from Donut Lab's April 1, 2026 video, with a notebook showing details of a purported Gen 3 cell." data-uuid="cfb506c3-17bd-3852-a74f-cc59a71bc44e"><figcaption></figcaption><div class="photo-credit">Donut Lab (YouTube)</div></figure>
<p>Consequently, the weekly video series will continue until the full details of the first generation battery have been revealed. Lehtimäki then teased that this cell would be shipping, and the videos will shift focus to the second-generation cell with far better specs. But producing the I Donut Believe series — which, it’s worth mentioning is a marketing function of the company trying to sell us a new product — was costly, and had run over budget, which has led the company to open its own merch store, including <a data-i13n="cpos:25;pos:1" href="https://merch.idonutbelieve.com/products/fully-charged-in-5-minutes-t-shirt?variant=53573649432917"><ins>$70 t-shirts</ins></a> and <a data-i13n="cpos:26;pos:1" href="https://merch.idonutbelieve.com/products/i-donut-believe-hoodie?variant=53571892576597"><ins>$141 hoodies.</ins></a></p>
<p>If you’re already facing credible accusations of perpetuating a scam, and your big reveal is to double down on misdirection, it’s not a good look. Lehtimäki ended the video by talking about how much better Donut Labs’ second-generation battery was, with a staged outtake showing a notepad listing the specs for a third-generation battery with 1,000 Wh/kg energy density, 100C charge speed and durability for a million cycles — due to be announced at a future CES.</p>
<h2>Analysis</h2>
<p>The release of these tests has seen interested parts of the internet engage in a <a data-i13n="cpos:27;pos:1" href="https://en.wikipedia.org/wiki/Zapruder_film"><ins>near-Zapruder</ins></a> level of interrogation. People have pored over every facet of the reports and videos trying to work out what exactly is inside Donut Lab’s battery. A number of prominent YouTubers have produced deep dives on the matter, each one claiming the cell is real, or not. There are countless Reddit threads where people are picking apart the voltage graphs and claims in the reports. And it seems every week there is a new revelation about what Donut’s technology is and where it came from. Plenty of people online are chasing down threads tied to energy technology companies like Holyvolt and CT-Coating, or examining the charge graphs against a <a data-i13n="cpos:28;pos:1" href="https://en.wikipedia.org/wiki/Lithium_nickel_manganese_cobalt_oxides"><ins>nickel manganese cobalt cell</ins></a>. I’ll spare you the details (for now). Finnish newspaper <a data-i13n="cpos:29;pos:1" href="https://www.kauppalehti.fi/uutiset/a/324befeb-76ea-4c2d-98ef-7b23e8dd0587"><em><ins>Kauppalehti</ins></em></a> decried the results of the fifth test, saying the cell didn’t lose its vacuum. It quoted Finnish battery expert Juho Heiska, who said the company has just used a traditional cell that is sufficiently hardy to withstand this abuse in the short term.</p>
<figure><img src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/561324b0-2de2-11f1-8fef-49ddd364f99e" data-crop-orig-src="https://s.yimg.com/os/creatr-uploaded-images/2026-04/561324b0-2de2-11f1-8fef-49ddd364f99e" alt="Image of a Verge TS Pro bike attached to a fast charger as part of Donut Lab's I Donut Believe series." data-uuid="be8910b5-6208-3b31-ac5f-73d07da1b63f"><figcaption></figcaption><div class="photo-credit">Donut Labs (YouTube)</div></figure>
<p>Even to a non-expert, there’s clearly a gap between what Donut promised and what its tests are showing. For instance, the company said it would be able to fast charge a Verge TS to full in less than 10 minutes. But, in Test Four, it took 12 minutes to get from 9 percent to 80 percent — not a bad charging time, but certainly not as swift as the company pledged. That said, if we take the company’s claims at face value, then being able to fast charge a battery at that sort of speed with just air cooling is noteworthy. At least, it will be if you can do that regularly, and one or two trips to the charger don’t leave you with what Reddit likes to call a <a data-i13n="cpos:30;pos:1" href="https://www.reddit.com/r/spicypillows/"><ins>Spicy Pillow</ins></a> afterward.</p>
<p>Unfortunately, it’s been difficult to find battery researchers willing to go on the record about Donut Labs. I sought out experts in academia who were not tied to industry backing, and so wouldn’t be accused of having a vested interest in the matter. But all of them refused to go on the record. More than one I contacted said they were well aware of the saga, and had plenty of feelings about the matter. But they were unwilling to expose themselves to the potentially intensive social media scrutiny that comes from weighing in.</p>
<h2>I’m Donut skeptical</h2>
<p>Personally, I’ve been suspicious of how Donut Labs has gone about demonstrating its technology. After all, if you were actually confident about your product and its technology, you would surely be able to share basic information about it. Table stakes stuff, like the weight and size of the battery cell you handed over for testing. As <a data-i13n="cpos:31;pos:1" href="https://www.electronicdesign.com/markets/automotive/article/55359349/electronic-design-vtt-report-on-donut-labs-solid-state-battery-is-a-nothingburger"><em><ins>ElectronicDesign</ins></em></a> notes, data like that would help us all see if its energy density claims hold water. Instead, the company has engaged in an ornate kabuki which only serves to further undermine its case. You can go a long way on the back of very little trust, but the grander the promises get and the less eager you are to share evidence, the faster that trust evaporates.</p>
<p>And, you know how someone spends a lot of time talking around something, so as to not be caught in a deliberate lie? Donut Labs’ videos can feel a lot like that, since there are so many things it’s intentionally not making clear. Rather than taking the chance to offer even a small amount of substantive evidence to support its initial claims, it has instead moved the goalposts. So, rather than talking about the efficacy of its first-generation product, it’s dangling the second and third in front of us to hopefully distract us.</p>
<p>Look, I want to be even-handed, and give the company the fairest shake that I can, and obviously if the cell can deliver on its promises, I’ll be overjoyed. But we’ve all seen scams before, and until Donut Lab starts offering up a lot more data, it hasn’t earned anything close to the benefit of the doubt.</p>This article originally appeared on Engadget at https://www.engadget.com/transportation/evs/whats-going-on-with-donut-lab-173007121.html?src=rss]]></content:encoded>
</item>
<item>
<title><![CDATA[Reality check: Physical AI benefits could be a decade away]]></title>
<description><![CDATA[Robots are cool, but real productivity from physical AI isn’t as close as boosters are making it out to be, said IT leaders at Nvidia’s GTC developer show last month.



“There’s a huge potential, a huge promise, but there’s also a lot of categories where that promise is a decade out,” said Mark ...]]></description>
<link>https://tsecurity.de/de/3399030/ai-nachrichten/reality-check-physical-ai-benefits-could-be-a-decade-away/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3399030/ai-nachrichten/reality-check-physical-ai-benefits-could-be-a-decade-away/</guid>
<pubDate>Wed, 01 Apr 2026 13:03:17 +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>Robots are cool, but real productivity from <a href="https://www.computerworld.com/article/4025052/from-chatbots-to-robots-the-rise-of-physical-ai.html">physical AI</a> isn’t as close as boosters are making it out to be, said IT leaders at <a href="https://www.nvidia.com/gtc/" target="_blank" rel="noreferrer noopener">Nvidia’s GTC developer show</a> last month.</p>



<p>“There’s a huge potential, a huge promise, but there’s also a lot of categories where that promise is a decade out,” said <a href="http://www.linkedin.com/in/mhindsbo" target="_blank" rel="noreferrer noopener">Mark Hindsbo</a>, head of operations software at Siemens Digital Industries, during a <a href="https://www.nvidia.com/en-us/on-demand/session/gtc26-s82300/" target="_blank" rel="noreferrer noopener">panel discussion</a> at the show.</p>



<p>Physical AI implementation has a high cost and a steep learning curve. It also requires a lot of planning, and that involves figuring out devices, value, roadmap, and practicality, panelists said.</p>



<p>There was a lot of hype around physical AI at GTC. But the world is nowhere close to 100% autonomous self-reasoning robots that can automatically assemble devices, Hindsbo said<a href="https://www.nvidia.com/en-us/on-demand/session/gtc26-s82300/"></a>.</p>



<p>Siemens is taking a pragmatic approach as it considers where to deploy intelligent robots across its factories and customer base.</p>



<p>“When we look at the productivity we can drive in our factories… there is probably an $800 billion productivity improvement that can be done over the next decade, maybe even a little longer,” Hindsbo said.</p>



<p>Siemens’ robots have evolved over time. Older collaborative bots were preprogrammed to pick and place specific components for one product at a time.</p>



<p>The newer robots with visual recognition can identify random parts in bins and know where to place them in the assembly line. That gives Siemens the flexibility to manufacture more devices without preprogramming robots.</p>



<p>“It starts becoming more autonomous, like a human being could be,” Hindsbo said.</p>



<p>But there are challenges at every level, despite factories becoming more efficient.</p>



<p>“We start spending at least as much time on training and deploying and commissioning them as we would have had on labor cost, and the ROI of the whole thing goes away,” Hindsbo said.</p>



<p>Implementing AI for back-office functions is easy, but integrating physical AI across kilometers of car production lines and thousands of devices is complex, said <a href="https://www.linkedin.com/in/jochen-fichtner-3b025a347/" target="_blank" rel="noreferrer noopener">Jochen Fichtner</a>, CIO for Volkswagen de Mexico.</p>



<p>“You’re not doing this only on the technology perspective… we do have also to think [about] the people,” Fichtner said. “We are talking about thousands of people working in three shifts in different lines in only one plant.”</p>



<p>VW’s governance model includes training employees and making proof-of-concepts so “people can also see and feel how it works,” Fichtner said.</p>



<p>“To trust and use it means also really understanding what benefit this … will bring online,” Fichtner said.</p>



<p>But there are no signs of robots replacing humans, Siemens’ Hindsbo said.</p>



<p>“We still have a skilled labor shortage, and we still have a need to get new people in and get them trained up quickly,” he said. “We’re not over here where the labor force at large is in jeopardy.”</p>



<p>Productivity for Siemens has gone up 7% per year in modern factories while labor force numbers have stayed constant.</p>



<p>“It has not been a displacement. It has been an increase of production, an increase of capacity in the same factory footprint,” Hindsbo said.</p>



<p>Additionally, VW’s Fichtner said, the software is still too hard to use and requires a massive investment.</p>



<p>“Today there is a quite high one-time cost of having the trained professionals, the methodology and so on to build a digital twin, so you need a certain size and scale to be able to really benefit from it,” Fichtner said.</p>



<p>VW is preparing devices, data and platforms to use AI. The company will then experiment with AI technologies, all while keeping the factory line and mixing new cars in production lines.</p>



<p>“Time is really critical… we have to be fast, but we have to be really prepared and structured also [in] how we’re doing this,” Fichtner said.</p>



<p>The platform may be ready in two years, and VW hopes to see benefits.</p>



<p>“We are working with this, making the first experiences… This will be a lighthouse also for other business owners, because you can see how it works,” Fichtner said.</p>



<p><strong>Related reading:</strong></p>



<ul class="wp-block-list">
<li><a href="https://www.computerworld.com/article/4080445/whats-next-after-agentic-ai-physical-ai-nvidia-says.html">What’s next after agentic AI? Physical AI, Nvidia says</a></li>



<li><a href="https://www.computerworld.com/article/4113996/at-ces-ai-moves-beyond-chatbots-and-agents-into-the-physical-world.html">At CES, AI moves beyond chatbots and agents into the physical world</a></li>



<li><a href="https://www.computerworld.com/article/4127224/amid-ai-gloom-and-doom-wef-attendees-were-bullish-on-physical-ai.html">Amid AI gloom and doom, WEF attendees were bullish on physical AI</a></li>



<li><a href="https://www.computerworld.com/article/4133378/with-physical-ai-gunslingers-and-risk-takers-need-not-apply.html">With physical AI, gunslingers and risk takers need not apply</a></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is Your Repository Ready for What’s Next?]]></title>
<description><![CDATA[Most software teams don’t start out planning to adopt an enterprise artifact repository. The post Is Your Repository Ready for What’s Next? appeared first on Security Boulevard. This article has been indexed from Security Boulevard Read the original article: Is…
Read more →
The post Is Your Repos...]]></description>
<link>https://tsecurity.de/de/3396420/it-security-nachrichten/is-your-repository-ready-for-whats-next/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3396420/it-security-nachrichten/is-your-repository-ready-for-whats-next/</guid>
<pubDate>Tue, 31 Mar 2026 16:22:38 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Most software teams don’t start out planning to adopt an enterprise artifact repository. The post Is Your Repository Ready for What’s Next? appeared first on Security Boulevard. This article has been indexed from Security Boulevard Read the original article: Is…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/is-your-repository-ready-for-whats-next/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/is-your-repository-ready-for-whats-next/">Is Your Repository Ready for What’s Next?</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mastering Triage: Intro To ADF Pro]]></title>
<description><![CDATA[Author: Forensic Focus: Digital Forensics & DFIR - Bewertung: 0x - Views:4 Explore how ADF Pro helps investigators and lab examiners work faster and more efficiently in the field and in the lab.

In this demo with Rich Frawley, Digital Forensic Specialist and seasoned law enforcement veteran, you...]]></description>
<link>https://tsecurity.de/de/3392595/it-security-video/mastering-triage-intro-to-adf-pro/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3392595/it-security-video/mastering-triage-intro-to-adf-pro/</guid>
<pubDate>Mon, 30 Mar 2026 12:17:32 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Author: Forensic Focus: Digital Forensics &amp; DFIR - Bewertung: 0x - Views:4 <br/></p><p><iframe id="ytplayer" loading="lazy" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/lN8EWAD2RB8?autoplay=1&origin=http://tsecurity.de" frameborder="0"></iframe></p><p>Explore how ADF Pro helps investigators and lab examiners work faster and more efficiently in the field and in the lab.<br />
<br />
In this demo with Rich Frawley, Digital Forensic Specialist and seasoned law enforcement veteran, you’ll see how ADF Pro can help you:<br />
<br />
- Gather actionable evidence on scene from smartphones, computers, and connected devices<br />
- Support iOS, macOS, chromeOS, and other platforms with advanced logical acquisition and rapid triage<br />
- Process cases up to 3x faster by reducing unnecessary lab submissions<br />
- Preview and analyse large volumes of data quickly with features like auto-scroll screenshots and intelligent image and video classification<br />
- Use intuitive workflows designed for investigators, analysts, and forensic examiners with minimal training<br />
<br />
00:00 Introducing ADF Solutions and Rich Frawley<br />
03:27 Data Explosion And Bottlenecks<br />
04:40 Why Devices Keep Growing<br />
07:21 Triage Levels Explained<br />
11:07 What Is ADF Pro<br />
12:51 Key Features <br />
16:30 Where Triage Fits In Workflow<br />
19:14 Use Cases In The Field<br />
20:25 Demo Setup And Evidence Speed Poll<br />
21:39 Interface Tour And Collection Keys<br />
24:47 Windows Live Scan Walkthrough<br />
27:28 Search Profiles And Scan Results<br />
31:09 Stopping Scans And Reviewing Output<br />
32:14 Linking Contacts and Threads<br />
32:34 Photo Gallery Hash Hits<br />
33:28 Proving Downloads and Access<br />
34:19 Video Metadata and Frames<br />
34:47 Fast Drive Keyword Scan<br />
36:45 On Scene Adaptive Profiles<br />
38:59 Missing Person Quick Triage<br />
39:35 Android Live Preview<br />
42:29 iPhone Real Time Artifacts<br />
44:44 Screen Capture Workflow<br />
49:38 Casting Chromebooks and Consoles<br />
51:12 Collect Files and Full Acquire<br />
53:20 Whats New in ADF Pro 6.3<br />
54:25 Takeaways and Wrap Up<br />
55:09 Live Q and A Support<br />
01:00:15 Final Thanks and Goodbye<br/></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Disney Ends $1B OpenAI Investment After Sora's Surprise Closure. What's Next?]]></title>
<description><![CDATA[Just six days ago — and 30 minutes after a Disney-OpenAI meeting about a project with Sora — Disney's team was "blindsided" with the news Sora was being discontinued, a person familiar with the matter told Reuters, describing OpenAI's move as "a big rug-pull." 
Even some Sora employees were surpr...]]></description>
<link>https://tsecurity.de/de/3390457/it-security-nachrichten/disney-ends-1b-openai-investment-after-soras-surprise-closure-whats-next/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3390457/it-security-nachrichten/disney-ends-1b-openai-investment-after-soras-surprise-closure-whats-next/</guid>
<pubDate>Sun, 29 Mar 2026 10:03:03 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Just six days ago — and 30 minutes after a Disney-OpenAI meeting about a project with Sora — Disney's team was "blindsided" with the news Sora was being discontinued, a person familiar with the matter told Reuters, describing OpenAI's move as "a big rug-pull." 
Even some Sora employees were surprised by the cancellation. It was just 14 weeks ago Disney announced a $1 billion investment in OpenAI's AI-powered video generation tool — plus a three-year licensing deal. But that deal "never closed," Reuters adds, citing two other people familiar with the matter, "and no money changed hands." (Although the two sides are still "discussing if there is another way they can partner or invest with one another, one of the people familiar with the matter said.") 

But Variety wonders if the end of the Sora deal is "a blessing in disguise" for Disney:


Before Disney's officially sanctioned AI-generated versions of Mickey Mouse, Darth Vader, Baby Yoda, Deadpool and more debuted in OpenAI's Sora, the AI company abruptly pulled the plug on the video app... 

[M]any aficionados of Disney's franchises were not, in fact, excited about what Sora's video generator might do to the likes of the Avengers superheroes or the characters from Frozen or Moana. And despite [departed Disney CEO Bob] Iger's bullishness on the Sora deal, other Disney execs were said to be concerned that going into business with OpenAI would expose the Magic Kingdom's crown jewels to the risk of being turned into so much AI slop, according to industry sources. Hollywood unions — for which AI adoption has been a hot-button issue — weren't thrilled about the Disney-Sora deal either. "Disney's announcement with OpenAI appears to sanction its theft of our work and cedes the value of what we create to a tech company that has built its business off our backs," the Writers Guild of America said in December... [S]ources say, Disney was encountering roadblocks in getting the OK from voice actors for the Sora pact... 

At least publicly, Disney says it is still looking at ways it can tap into the AI ecosystem. The company, in a statement Tuesday, said, "we will continue to engage with AI platforms to find new ways to meet fans where they are while responsibly embracing new technologies that respect IP and the rights of creators." But at this point, Disney may decide that "meeting fans where they are" means keeping its beloved and world-famous characters away from the AI machinery. 

Or, as Gizmodo puts it, "Disney Says It Will Find Ways to Peddle Slop Elsewhere After Pulling Out of OpenAI Deal." 

But Deadline sees the deal's collapses as a lost opportunity:


The OpenAI partnership was a template on which to build, potentially allowing for other deals that end the exploitation of human creativity by unscrupulous AI models. It was also the kind of partnership that was palatable for the Human Artistry Campaign and Creators Coalition on AI, lobby groups that have been critical of tech business models and command support from A-listers including Scarlett Johansson, Cate Blanchett and Joseph Gordon-Levitt. 
Dr. Moiya McTier, an advisor to the Human Artistry Campaign, puts it this way: Part of the problem is getting "artsy people and the techie people to talk." OpenAI sinking Sora will not make these discussions easier. It's a move that starkly exposes Hollywood's vulnerability to the capriciousness of big tech.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Disney+Ends+%241B+OpenAI+Investment+After+Sora's+Surprise+Closure.+What's+Next%3F%3A+https%3A%2F%2Fentertainment.slashdot.org%2Fstory%2F26%2F03%2F29%2F0722208%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fentertainment.slashdot.org%2Fstory%2F26%2F03%2F29%2F0722208%2Fdisney-ends-1b-openai-investment-after-soras-surprise-closure-whats-next%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://entertainment.slashdot.org/story/26/03/29/0722208/disney-ends-1b-openai-investment-after-soras-surprise-closure-whats-next?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cybersecurity, AI, and Sovereignty: What’s Next for Global Digital Infrastructure]]></title>
<description><![CDATA[Fortinet shares insights from the World Economic Forum Industry Strategy Meeting on cybersecurity, AI, digital sovereignty, and public-private collaboration shaping global digital infrastructure.        This article has been indexed from Industry Trends & Insights Read the original article: Cyber...]]></description>
<link>https://tsecurity.de/de/3379992/it-security-nachrichten/cybersecurity-ai-and-sovereignty-whats-next-for-global-digital-infrastructure/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3379992/it-security-nachrichten/cybersecurity-ai-and-sovereignty-whats-next-for-global-digital-infrastructure/</guid>
<pubDate>Wed, 25 Mar 2026 13:24:32 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Fortinet shares insights from the World Economic Forum Industry Strategy Meeting on cybersecurity, AI, digital sovereignty, and public-private collaboration shaping global digital infrastructure.        This article has been indexed from Industry Trends &amp; Insights Read the original article: Cybersecurity, AI,…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/cybersecurity-ai-and-sovereignty-whats-next-for-global-digital-infrastructure/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/cybersecurity-ai-and-sovereignty-whats-next-for-global-digital-infrastructure/">Cybersecurity, AI, and Sovereignty: What’s Next for Global Digital Infrastructure</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Digital Footprint Exposure: What’s Public and Why It Matters]]></title>
<description><![CDATA[Nisos Digital Footprint Exposure: What’s Public and Why It Matters Whether you’re a CEO, a celebrity, or just someone who values their privacy, your digital footprint is likely much larger and more revealing than you realize… The post Digital Footprint…
Read more →
The post Digital Footprint Expo...]]></description>
<link>https://tsecurity.de/de/3379619/it-security-nachrichten/digital-footprint-exposure-whats-public-and-why-it-matters/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3379619/it-security-nachrichten/digital-footprint-exposure-whats-public-and-why-it-matters/</guid>
<pubDate>Wed, 25 Mar 2026 11:36:58 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Nisos Digital Footprint Exposure: What’s Public and Why It Matters Whether you’re a CEO, a celebrity, or just someone who values their privacy, your digital footprint is likely much larger and more revealing than you realize… The post Digital Footprint…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/digital-footprint-exposure-whats-public-and-why-it-matters/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/digital-footprint-exposure-whats-public-and-why-it-matters/">Digital Footprint Exposure: What’s Public and Why It Matters</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[TypeScript 6.0 arrives]]></title>
<description><![CDATA[TypeScript 6.0 is slated to be the last release of the language based on the current JavaScript codebase and is now generally available. Version 6.0 acts as a bridge between TypeScript 5.9 and the planned TypeScript 7.0, close to completion and set to be speedier and based on the Go language.



...]]></description>
<link>https://tsecurity.de/de/3379527/ai-nachrichten/typescript-60-arrives/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3379527/ai-nachrichten/typescript-60-arrives/</guid>
<pubDate>Wed, 25 Mar 2026 11:02:56 +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><a href="https://www.infoworld.com/article/2257305/what-is-typescript-strongly-typed-javascript.html">TypeScript</a> 6.0 is slated to be the last release of the language based on the current <a href="https://www.infoworld.com/article/2263137/what-is-javascript-the-full-stack-programming-language.html">JavaScript</a> codebase and is now generally available. Version 6.0 acts as a bridge between <a href="https://www.infoworld.com/article/4020579/typescript-5-9-arrives-with-deferred-module-evaluation-expandable-hovers.html">TypeScript 5.9</a> and the planned TypeScript 7.0, close to completion and set to be speedier and based on the <a href="https://www.infoworld.com/article/2253031/whats-the-go-language-really-good-for-3.html">Go language</a>.</p>



<p>The 6.0 production release was unveiled on <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/">March 23</a>, following the <a href="https://www.infoworld.com/article/4143186/typescript-6-0-reaches-release-candidate-stage.html">release candidate</a> that arrived March 6. Developers can access TypeScript 6.0 via NPM with the following command: <code>npm install -D typescript</code>.</p>



<p>TypeScript has been established as JavaScript with syntax for types. Several changes were cited as noteworthy additions in the general production release of TypeScript 6.0, including an adjustment in type-checking for function expressions in generic calls, especially those occurring in generic JSX expressions. This typically will catch more bugs in existing code, although developers may find that some generic calls may need an explicit type argument, said Daniel Rosenwasser, principal product manager for TypeScript at Microsoft.</p>



<p>Also, Microsoft has extended its deprecation of import assertion syntax (i.e. <strong><code>import ... assert {...}</code>)</strong> <a href="https://github.com/microsoft/TypeScript/pull/63172" target="_blank" rel="noreferrer noopener">to <code>import()</code> calls</a> like <code>import<strong>(...</strong>, <strong>{ </strong>assert: {...}})</code>.</p>



<p>With the general release, Microsoft also has updated the DOM types to reflect the latest web standards, including some adjustments to the Temporal APIs. Other capabilities featured in TypeScript 6.0  include:</p>



<ul class="wp-block-list">
<li>There is less context sensitivity on <code>this</code>-less functions. If <strong><code>this</code> </strong>is never actually <em>used</em> in a function, then it is not considered contextually sensitive, which means these functions will be seen as higher priority when it comes to type inference.</li>



<li>A new flag has been introduced, called <code>–stableTypeOrdering</code> , which is intended to assist with TypeScript 6.0 migrations to Version 7.0.</li>



<li>TypeScript 6.0 adds support for the <code>es2025</code>option for both <strong><code>target</code> </strong>and <code>lib</code>. Although there are no new JavaScript language features in ES2025, this new target adds new types for built-in APIs and moves a few declarations from <strong><code>esnext</code> </strong>into <code>es2025<strong>.</strong></code></li>



<li>The contents of <code>lib.dom.iterable.d.ts</code>and <code>lib.dom.asynciterable.d.ts</code> are included in <code>lib.dom.d.ts</code>. Developers still can reference <code>dom.iterable</code> and <code>dom.asynciterable</code> in a configuration file’s <code>"lib"</code> array, but they are now just empty files. TypeScript’s <code>lib</code>option lets users specify which global declarations a target runtime has.</li>



<li>In TypeScript 6.0, using<code>module</code> where <code>namespace</code>was expected is now a hard deprecation. This change was necessary because <strong><code>module</code> </strong>blocks are a potential ECMAScript proposal that would conflict with the legacy TypeScript syntax.</li>
</ul>



<p>The foundation of TypeScript 7.0, meanwhile, is set to be a compiler and language service written in Go that takes advantage of the speed of native code and shared-memory multi-threading. Version 7.0 is “extremely close to completion,” Rosenwasser said. It can be tried out from the <a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.native-preview">Visual Studio Code</a> editor or installed via <a href="https://npmx.dev/package/@typescript/native-preview">NPM</a>. “In fact, if you’re able to adopt TypeScript 6.0, we encourage you to try out the native previews of TypeScript 7.0,” Rosenwasser said.</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI’s Foundation play reframes the AI roadmap for IT leaders]]></title>
<description><![CDATA[OpenAI’s non-profit arm has revealed its plans to tackle “humanity’s hardest problems.”



The OpenAI Foundation has announced a sweeping range of investment and research goals, from building safeguards around how AI behaves in the wild to pushing for shared data ecosystems and funding disease re...]]></description>
<link>https://tsecurity.de/de/3378457/it-nachrichten/openais-foundation-play-reframes-the-ai-roadmap-for-it-leaders/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3378457/it-nachrichten/openais-foundation-play-reframes-the-ai-roadmap-for-it-leaders/</guid>
<pubDate>Wed, 25 Mar 2026 01:46:25 +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>OpenAI’s non-profit arm has revealed its plans to tackle “humanity’s hardest problems.”</p>



<p>The OpenAI Foundation has announced a sweeping range of investment and research goals, from building safeguards around how AI behaves in the wild to pushing for shared data ecosystems and funding disease research.</p>



<p>The stated roadmap could serve as a blueprint for how other organizations approach model development and safety.</p>



<p>“We are still at the beginning of what AI can make possible,” Bret Taylor, chair of the OpenAI Foundation’s board of directors, wrote in a <a href="https://openai.com/index/update-on-the-openai-foundation/" target="_blank" rel="noreferrer noopener">blog post today</a>. “The opportunity — and responsibility — is to make sure these technologies lead to real progress for people.”</p>



<h2 class="wp-block-heading">Establishing ‘AI resiliency’</h2>



<p>OpenAI completed its <a href="https://openai.com/index/built-to-benefit-everyone/" target="_blank" rel="noreferrer noopener">recapitalization</a> last October, with the OpenAI Foundation now holding equity in the for-profit OpenAI business and pledging to invest $25 billion into AI research, $1 billion over the coming year.</p>



<p>The Foundation is focusing on “two dimensions”: AI’s potential significant benefits in the way people work, learn, and access medical care; and, on the flip side, the <a href="https://www.networkworld.com/article/4144366/whats-the-biggest-barrier-to-ai-success.html" target="_blank">challenges that are already surfacing</a> as AI becomes more and more capable.</p>



<p>The non-profit calls the latter ‘AI resilience.’</p>



<p>“What OpenAI means is, will AI continue to reach the goal that humans meant for it, or will it fail in some way?” explained <a href="https://www.infotech.com/profiles/brian-jackson" target="_blank" rel="noreferrer noopener">Brian Jackson</a>, principal research director at Info-Tech Research Group. “’Will there be errors that cause us to fall short of the goal? Or, even worse, will there be safety considerations that lead us in a bad direction and we end up causing harm when we intend to help?’”</p>



<p>In promoting AI resilience, the Foundation says it will target three areas where concerns are “already apparent”: Biosecurity, model safety, and impact on children and youth.</p>



<p>In biosecurity, the non-profit will work to improve detection, prevention, and mitigation of potential biological threats, both “naturally occurring and AI-enabled.” It also will support independent testing and evaluation, develop “new and stronger” industry standards, and fund research to help detect AI model safety issues early or avoid them altogether.</p>



<p>To address AI’s impact on children and youth, the Foundation says it will invest in data-driven research and evaluation, and identify and build safeguards to promote “beneficial interactions.”</p>



<p>One of “humanity’s hardest problems” that the Foundation is targeting first is life sciences and curing diseases.</p>



<p>“AI has enormous potential to speed up scientific and medical progress to save and improve lives,” Taylor writes. “Researchers are [already] using AI to better understand diseases, explore new ways to prevent and treat them, and move ideas from the lab to patients faster.”</p>



<p>Three initial focus areas will include:</p>



<ul class="wp-block-list">
<li>Public data for health: Underscoring the importance of sharing scientific data, the Foundation will help partners create and build out “open, high-quality datasets,” and potentially open ones that were previously closed, to support medical research projects.</li>



<li>AI for Alzheimer’s: Alzheimer’s is “one of the toughest problems in medicine,” Taylor notes, but AI’s ability to reason across complex data could help researchers derive new insights. The Foundation will partner with research institutions to map disease pathways, detect biomarkers for clinical trials and care, and speed up personalized treatment. Work could potentially include repurposing existing FDA-approved molecules.</li>



<li>Accelerating progress on high-mortality and high-burden diseases: AI can help lower the cost and risk of developing or repurposing therapies for diseases where research is under-funded. The Foundation will bring together AI researchers and disease experts to identify ways to support scientists with AI tools.</li>
</ul>



<p>“What I like about this OpenAI statement is they gave us some really specific areas where they think they’re going to make a difference,” Jackson said.</p>



<p>These specific medical programs are “highly-complex and specialized,” he noted; there’s a ton of data from millions of the afflicted, but limited ability to reason about that data, parse it, and make sense of it to derive insights on different treatment options.</p>



<p>“They see a lot of data. They see that clear limitation,” Jackson noted. “That’s a good lesson that can be applied from an enterprise point of view: Where do you have a lot of data but not a lot of bandwidth to do the reasoning?”</p>



<h2 class="wp-block-heading">Prioritizing AI projects, sharing data wisely</h2>



<p>There are a few important takeaways for enterprises, Jackson said, notably, OpenAI is creating an example for other organizations struggling to prioritize AI projects. They should focus on the areas where they can make the greatest impact.</p>



<p>“A lot of enterprises are still saying, ‘Where do we get our return on investment in AI, and how do we organize to make sure that we’re focused on leveraging AI for the best possible value?’” he noted.</p>



<p>IT leaders can also view this as a framework for <a href="https://www.infoworld.com/article/4140832/7-safeguards-for-observable-ai-agents.html" target="_blank">safe AI practices</a>. Jackson pointed to the way the Foundation is looking to build a “data culture” and share domain expertise for “the most shareable and valuable data that you can get your hands on.”</p>



<p> “What’s the best way for all these different research efforts to surface their data so that AI can learn from it?” he asked.</p>



<p>It’s an important development that enterprises can learn from, particularly in legacy environments that still hold a ‘don’t share your data’ mindset, Jackson noted. Enterprises are still siloed or protective of their data, and often don’t look at it holistically, even across internal departments.</p>



<p>However, “when we put our different domain expertise together, we create value that’s greater than the sum of its parts,” he said. The Foundation’s mindset is, “we’re creating a safe ecosystem where we can share data and we can all benefit from it.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ultrahuman opens US pre-orders for Ring Pro]]></title>
<description><![CDATA[At the end of February, Ultrahuman announced its latest smart ring which promises up to 15 days of battery life on a single charge. Sadly, if you were based in the US, you weren’t able to pre-order the Ring Pro, as the company has been locked in a longstanding legal tussle with ring rivals Oura. ...]]></description>
<link>https://tsecurity.de/de/3376649/it-nachrichten/ultrahuman-opens-us-pre-orders-for-ring-pro/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3376649/it-nachrichten/ultrahuman-opens-us-pre-orders-for-ring-pro/</guid>
<pubDate>Tue, 24 Mar 2026 14:01:45 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>At the end of February, Ultrahuman announced its <a data-i13n="cpos:1;pos:1" href="https://www.engadget.com/wearables/ultrahumans-new-pro-ring-comes-with-15-days-battery-life-120038820.html">latest smart ring</a> which promises up to 15 days of battery life on a single charge. Sadly, if you were based in the US, you weren’t able to pre-order the Ring Pro, as the company has been locked in a longstanding legal tussle with ring rivals Oura. Now, however, it appears the situation has been resolved, with the US Customs and Border Protection giving its blessing. Consequently, pre-orders for the Ring Pro are starting today, with the first 1,000 customers to sign up getting a hefty bonus.</p>
<p>The smart ring market is still in its infancy, which means it’s fiercely competitive as companies try to keep their rivals at bay. Market leader Oura has been willing to protect its IP in court, issuing patent lawsuits against Ultrahuman, Samsung, RingConn, Reebook, Circular, Zepp, Nexxbase and Omate. In October 2025, Oura secured what it called a “<a data-i13n="elm:affiliate_link;sellerN:;elmt:;cpos:2;pos:1" href="https://shopping.yahoo.com/rdlw?siteId=us-engadget&amp;pageId=1p-autolink&amp;contentUuid=c0707f59-934b-4c6f-9eab-6b28d01a1392&amp;featureId=text-link&amp;linkText=decisive+legal+victory&amp;custData=eyJzb3VyY2VOYW1lIjoiV2ViLURlc2t0b3AtVmVyaXpvbiIsImxhbmRpbmdVcmwiOiJodHRwczovL291cmFyaW5nLmNvbS9ibG9nL291cmEtaXRjLWNhc2UvP3Nyc2x0aWQ9QWZtQk9vcERHT2xmVW1ScTVUM1NIczJrcjNRclJUR2Y5OVYxZTlMbGsteDlZb2xQOFFHSlhlN1AiLCJjb250ZW50VXVpZCI6ImMwNzA3ZjU5LTkzNGItNGM2Zi05ZWFiLTZiMjhkMDFhMTM5MiIsIm9yaWdpbmFsVXJsIjoiaHR0cHM6Ly9vdXJhcmluZy5jb20vYmxvZy9vdXJhLWl0Yy1jYXNlLz9zcnNsdGlkPUFmbUJPb3BER09sZlVtUnE1VDNTSHMya3IzUXJSVEdmOTlWMWU5TGxrLXg5WW9sUDhRR0pYZTdQIn0&amp;signature=AQAAAY1Tf4eucH8EZDN8Zb8w328Q6kHJjPu0dSBZan417o3o&amp;gcReferrer=https%3A%2F%2Fouraring.com%2Fblog%2Foura-itc-case%2F%3Fsrsltid%3DAfmBOopDGOlfUmRq5T3SHs2kr3QrRTGf99V1e9Llk-x9YolP8QGJXe7P" class="rapid-with-clickid" data-original-link="https://ouraring.com/blog/oura-itc-case/?srsltid=AfmBOopDGOlfUmRq5T3SHs2kr3QrRTGf99V1e9Llk-x9YolP8QGJXe7P">decisive legal victory</a>” over Ultrahuman, banning the import and sale of its rings in the United States. <a data-i13n="cpos:3;pos:1" href="https://blog.ultrahuman.com/blog/so-whats-the-patent-that-oura-is-suing-everyone-for/">On its own website</a>, Ultrahuman stated the lawsuit was lacking in merit, and that it was an attempt by a rival to hold down a "new player" with a "superior product." Even so, the company's Bhuvan Srinivasan told me in January that the Ring Pro has been designed to avoid any such legal drama going forward.</p>
<span></span><p>The standard price for the Ring Pro is $399, but you’ll need to fork out another $100 for the fancy schmancy charging case that adds so much more to the ring’s arsenal. But, for those 1,000 early birds, you’ll be able to pick up both the Pro and its case for $349, which is quite a hefty discount all told. If you’re customer 1,001 don’t feel too despondent, however, as Ultrahuman will still offer you some sort of discount if you’re quick.</p>This article originally appeared on Engadget at https://www.engadget.com/wearables/ultrahuman-opens-us-pre-orders-for-ring-pro-130043933.html?src=rss]]></content:encoded>
</item>
<item>
<title><![CDATA[The AI data dilemma every CIO must address]]></title>
<description><![CDATA[Getting data right for AI is essential for CIOs to deliver successful outcomes from AI initiatives. That part is clear. What’s less clear is what that process entails given the nature of AI data use — and how to pay for the foundational work necessary to ensure the organization has data that’s “g...]]></description>
<link>https://tsecurity.de/de/3375825/it-security-nachrichten/the-ai-data-dilemma-every-cio-must-address/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3375825/it-security-nachrichten/the-ai-data-dilemma-every-cio-must-address/</guid>
<pubDate>Tue, 24 Mar 2026 10:21: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><a href="https://www.cio.com/article/4006394/how-cios-are-getting-data-right-for-ai.html">Getting data right for AI</a> is essential for CIOs to deliver successful outcomes from AI initiatives. That part is clear. What’s less clear is <a href="https://www.cio.com/article/4104444/8-tips-for-rebuilding-an-ai-ready-data-strategy.html">what that process entails</a> given the nature of AI data use — and how to pay for the foundational work necessary to ensure the organization has data that’s “good” for AI.</p>



<p>At issue is the face that AI makes use of data that many traditional applications don’t — and that the data best-suited for AI workflows isn’t always of the highest quality. Instead, what makes AI data “good” is that it fits the specifics of the business use cases and algorithms that use it. Consequently, it might be perfectly fine to use data that is incomplete or not “squeaky clean” — as long as it fits the use case.</p>



<p>Should CIOs care about this data quandary? Yes, for two reasons:</p>



<p>First, IT data analysts must be reoriented to produce the “right” data for AI, even if the data by traditional standards seems “wrong.” This will require revisions to <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html">data management work practices</a> and some reorientation for data analysts tasked to working with AI.</p>



<p>Second, any data work, whether for traditional apps or AI, takes time and resources. It is also infrastructure-level work that no one “on the outside” — that is, the CEO and the C-level — sees tangible value in. So how do CIOs explain the necessity of doing this new data prep groundwork for AI in order to obtain the budget to do it?</p>



<h2 class="wp-block-heading">Accept the AI data quality paradox</h2>



<p>“In production AI, clean data is rare — but valuable data is everywhere,” <a href="https://medium.com/@ishakhatana17/data-is-never-clean-embracing-imperfect-inputs-in-ai-systems-561ef04bcc37" rel="nofollow">says Isha Khatana</a>, a machine learning engineer and data analyst. Khatana goes on to say that building smarter AI systems is about embracing the reality of “logs full of typos, sensor readings that randomly freeze, category names that change monthly and values that are ‘manually adjusted’ by someone from a different team.”</p>



<p>This instability flies in the face of data management and governance practices for traditional IT systems — and can be hair-raising for CIOs. Nevertheless, inconsistent and fluctuating data are realities for AI if the AI is to pull data from a variety of different sources that may or not be adequately curated. As Khatana observes from her own experience, “Real data is messy. Real impact comes from making sense of it anyway.”</p>



<p>So how do CIOs make sense of incomplete or garbled data? First, by explaining to AI stakeholders and management that the data AI uses is by no means “normal” in terms of the data quality standards that IT traditionally sets — and that the necessity of using less than perfect data for AI exists because AI must be fully informed with whatever data is “out there” and relevant if it is to have a full grasp of its subject domain.</p>



<p>This explanation about how AI uses non-standard data is important because working with non-standard data is going to require a different set of data management practices and skills from data analysts who prepare data for AI. Consequently, the CEO and other business stakeholders will see new data preparation tasks pop up in AI projects, and these new tasks will consume time, resources, and dollars. Because most of these stakeholders see data preparation as non-value-added grunt work, they won’t like what they see.</p>



<p>It will be up to the CIO to explain to stakeholders why AI requires working with different types of data that must be prepared differently. One way to impress the necessity of this data preparation “grunt work” is to point to the risks to the company if an <a href="https://www.cio.com/article/190888/5-famous-analytics-and-ai-disasters.html">AI system delivers faulty results</a> because of an imperfect algorithm or data that wasn’t properly prepared.</p>



<h2 class="wp-block-heading">Define data preparation schemes tailored to each AI project</h2>



<p>Each AI project is unique when it comes to data preparation — but there are some overall guidelines that can be applied.</p>



<p>First comes the acknowledgment that, because of AI’s variegated data sources, some data incoming to AI will be less than perfect. An automated machine learning function that relies directly on the data it ingests, without necessarily screening that data for accuracy, is one example. Another example is an AI system that relies on sensor-generated data. In some cases, that data will be jitter — and it will need to be removed. In other cases, such as the modeling of a molecule for developing a vaccine, the incoming body of data from worldwide research might be so large that the pipeline for collecting that data must be purposefully narrowed only to research that specifically mentions the molecule being studied by name.</p>



<p>This is <a href="https://www.cio.com/article/3984527/how-to-establish-an-effective-ai-grc-framework.html">AI governance</a> work, and it requires a different set of data analysis skills that go beyond traditional extracting, loading, and transforming data — and into the assessment of different types of data within the AI context that the data is being used.</p>



<h2 class="wp-block-heading"><strong><em>‘</em></strong>Projectize’ AI data preparation tasks</h2>



<p>It can be tempting for an AI project manager to “bury” data preparation work into other AI tasks so the data “grunt work” isn’t visible. Unfortunately, this leads to project deadlines being missed and costs exceeding budgets.</p>



<p>It’s better to be upfront with management about the need for special AI data preparation, and to include data preparation tasks in the AI project plan. Most CEOs will understand — because no one wants a costly business misstep and a PR embarrassment because the AI went awry.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Agentic AI – Ongoing coverage of its impact on the enterprise]]></title>
<description><![CDATA[Over the next few years, agentic AI is expected to bring not only rapid technological breakthroughs, but a societal transformation, redefining how we live, work and interact with the world. And this shift is happening quickly.  “By 2028, 33% of enterprise software applications will include agenti...]]></description>
<link>https://tsecurity.de/de/3375185/it-nachrichten/agentic-ai-ongoing-coverage-of-its-impact-on-the-enterprise/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3375185/it-nachrichten/agentic-ai-ongoing-coverage-of-its-impact-on-the-enterprise/</guid>
<pubDate>Tue, 24 Mar 2026 03:31:42 +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>Over the next few years, agentic AI is expected to bring not only rapid technological breakthroughs, but a societal transformation, <a href="https://www.computerworld.com/article/2514480/the-promise-and-peril-of-agentic-ai.html" data-type="link" data-id="https://www.computerworld.com/article/2514480/the-promise-and-peril-of-agentic-ai.html">redefining how we live, work and interact with the world</a>. And this shift is happening quickly.  “By 2028, 33% of enterprise software applications will include agentic AI, up from less than 1% in 2024, enabling 15% of day-to-day work decisions to be made autonomously,” according to research firm Gartner.</p>



<p>Unlike traditional AI, which typically follows preset rules or algorithms, agentic AI adapts to new situations, learns from experiences, and operates independently to pursue goals without human intervention. In short, agentic AI empowers systems to act autonomously, making decisions and executing tasks — even communicating directly with other AI agents — with little or no human involvement.</p>



<p>Agentic AI will enable machines to interact with the physical world with unprecedented intelligence, allowing them to perform complex tasks in dynamic environments, which could be especially useful for industries facing labor shortages or hazardous conditions.However, the rise of agentic AI also brings security and ethical concerns. Ensuring these autonomous systems operate safely, transparently and responsibly will require governance frameworks and testing.</p>



<p>Follow this page for ongoing agentic AI coverage from <em>Computerworld</em> and Foundry’s other publications.</p>



<h2 class="wp-block-heading">Agentic AI news and insights</h2>



<h3 class="wp-block-heading">Cisco goes all in on agentic AI security</h3>



<p><em>March 26, 2026</em>: Cisco is rolling out identity and access management capabilities, a toolkit customers can use to <a href="https://www.networkworld.com/article/4148823/cisco-goes-all-in-on-agentic-ai-security.html">embed security controls in AI agents</a>, and automation features that will allow security operations teams to quickly see and respond to problems.</p>



<h3 class="wp-block-heading">AI agents still need humans to teach them</h3>



<p><em>February 20, 2026</em>: <a href="https://www.computerworld.com/article/4135331/ai-agents-still-need-humans-to-teach-them.html">AI agents need skills</a> — specific procedural knowledge — to perform tasks well, but they can’t teach themselves, a new research suggests.</p>



<h3 class="wp-block-heading">Why most agentic AI projects stall before they scale</h3>



<p><em>February 18, 2026</em>: As enterprises race from pilots to autonomous systems, rising costs, fragile governance, and unrealistic expectations are forcing a reckoning. <a href="https://www.cio.com/article/4132031/why-most-agentic-ai-projects-stall-before-they-scale.html">So what separates agentic AI initiatives that survive</a> from those that quietly shut down?</p>



<h3 class="wp-block-heading">How agentic AI helps prospective and existing students at DeVry</h3>



<p><em>February 18, 2026</em>: DeVry is no stranger to AI. It’s used the technology in its classrooms for 10 years and started experimenting with NLP bots and gen AI use cases for internal use as soon as it became widely available. So in <a href="https://www.cio.com/article/4132196/how-agentic-ai-helps-prospective-and-existing-students-at-devry.html">April 2025, Devry University deployed its first AI agent</a>.</p>



<h3 class="wp-block-heading">Task management software gets an agentic boost</h3>



<p><em>February 11, 2026</em>: Task management apps aren’t just for storing and tracking data — they act on it. <a href="https://www.computerworld.com/article/1721258/task-management-apps-collaborative-project-tracking-tools-for-the-digital-workplace.html">Explore tools that tap AI to auto-generate workflows</a>, balance team capacity, and eliminate administrative overhead.</p>



<h3 class="wp-block-heading">OpenClaw: The AI agent that’s got humans taking orders from bots</h3>



<p><em>February 6, 2026</em>: How one man’s vibe-coding session evolved into a <a href="https://www.computerworld.com/article/4128257/openclaw-the-ai-agent-thats-got-humans-taking-orders-from-bots.html">reckless global AI experiment</a> where nobody’s accountable.</p>



<h3 class="wp-block-heading">Forward Networks launches agentic AI system built on network digital twin</h3>



<p><em>January 30, 2026</em>: The new <a href="https://www.networkworld.com/article/4125111/forward-networks-launches-agentic-ai-system-built-on-network-digital-twin.html">Forward AI capability builds on the vendor’s digital twin</a> and is designed to allow network teams to ask complex questions, understand network behavior, validate outcomes and safely automate workflows.</p>



<h3 class="wp-block-heading">Agentic AI exposes what we’re doing wrong</h3>



<p><em>January 23, 2026:</em> <a href="https://www.infoworld.com/article/4120858/agentic-ai-exposes-what-were-doing-wrong.html">Agentic AI has changed cloud computing</a>, but not in the way the hype machine wants you to believe. It hasn’t magically replaced engineering, nor has it made architecture irrelevant. </p>



<h3 class="wp-block-heading">How to get your enterprise architecture ready for agentic AI</h3>



<p><em>January 22, 2026</em>: While <a href="https://www.cio.com/article/4119297/how-to-get-your-enterprise-architecture-ready-for-agentic-ai.html">C-suite leaders say they’re investing in agentic AI</a>, the complex enterprise architectures of large organizations often struggle with the tech’s demands.</p>



<h3 class="wp-block-heading">IBM targets agentic AI scale-up with new Enterprise Advantage consulting service</h3>



<p><em>January  20, 2026</em>: IBM has launched a new consulting service named Enterprise Advantage, designed to <a href="https://www.cio.com/article/4119056/ibm-targets-agentic-ai-scale-up-with-new-enterprise-advantage-consulting-service.html">help CIOs take their agentic and other AI applications</a> from experimentation to large-scale production.</p>



<h3 class="wp-block-heading">EY exec: If you think agentic AI is a challenge, you’re not ready for what’s coming</h3>



<p><em>January 15, 2026</em>: Companies struggling to keep up with the arrival of AI agents should buckle up: Even <a href="https://www.computerworld.com/article/4117377/ey-exec-if-you-think-agentic-ai-is-a-challenge-youre-not-ready-for-whats-coming.html">more complicated agentic AI technologies</a> are quickly coming down the pike. That includes physical AI, which includes robots and quantum computing. </p>



<h3 class="wp-block-heading">Managing agentic AI risk: Lessons from the OWASP Top 10</h3>



<p><em>December 19, 2025</em>: <a href="https://www.csoonline.com/article/4109123/managing-agentic-ai-risk-lessons-from-the-owasp-top-10.html">LLM-powered chatbots have risks</a> that we see playing out in the headlines on a nearly daily basis. But chatbots are limited to answering questions. AI agents, however, access data and tools and carry out tasks, making them infinitely more capable – and more dangerous to enterprises.</p>



<h3 class="wp-block-heading">Agentic AI in 2026: More mixed than mainstream</h3>



<p><em>December 18, 2025:</em> Agentic AI is having its everything, everywhere, all at once moment. Or is it? Data clarifies. While 39% of organizations surveyed by McKinsey say they are experimenting with agents, <a href="https://www.cio.com/article/4107315/agentic-ai-in-2026-more-mixed-than-mainstream.html">only 23% have begun scaling AI agents</a> within one business function</p>



<h3 class="wp-block-heading">Overcome governance and trust issues to drive agentic AI</h3>



<p><em>December 18, 2025</em>: Fully autonomous agentic AI is still way off but <a href="https://www.cio.com/article/4105490/overcome-governance-and-trust-issues-to-drive-agentic-ai.html">AI agents are making inroads within enterprise software</a> and workflows. Gartner predicts 40% of enterprise software will feature task-specific AI agents by the end of 2026 as the current trend for embedded AI assistants evolves.</p>



<h3 class="wp-block-heading">Nvidia bets on open infrastructure for the agentic AI era with Nemotron 3</h3>



<p><em>Decenber 15, 2025</em>: <a href="https://www.infoworld.com/article/4106756/nvidia-bets-on-open-infrastructure-for-the-agentic-ai-era-with-nemotron-3.html">AI agents must be able to cooperate, coordinate, and execute</a> across large contexts and long time periods, and this, says Nvidia, demands a new type of infrastructure, one that is open. The company says it has the answer with its new Nemotron 3 family of open models.</p>



<h3 class="wp-block-heading">Microsoft drops M365 Copilot price for SMBs, upgrades free Copilot Chat</h3>



<p><em>November 19, 2025</em>: Microsoft announced that it <a href="https://www.computerworld.com/article/4093224/microsoft-drops-m365-copilot-price-for-smbs-upgrades-free-copilot-chat.html">reduce the price of Microsoft 365 Copilot for small and mid-sized firms</a> beginning next month. Microsoft 365 Copilot for Business will cost $21 per user, per month for customers with any Microsoft 365 Business plan. That’s down from the current $30 monthly price.</p>



<h3 class="wp-block-heading">Microsoft Fabric IQ adds ‘semantic intelligence’ layer to Fabric</h3>



<p><em>November 19, 2025</em>: Microsoft promises enterprises better understanding of their data for workers and <a href="https://www.infoworld.com/article/4093181/microsoft-fabric-iq-adds-semantic-intelligence-layer-to-fabric.html">autonomous agents</a> alike, but analysts fear deployment hurdles and vendor lock-in.</p>



<h3 class="wp-block-heading">Microsoft unveils Agent 365 to help IT manage AI ‘agent sprawl’</h3>



<p><em>November 18, 2025:</em> As businesses begin deploying AI agents in greater numbers, IT teams will need to manage and secure those AI systems as they connect to corporate data. That’s the idea behind Microsoft’s Agent 365 (A365), a new “control plane” that lets customers deploy and govern the use of agents. </p>



<h3 class="wp-block-heading">From chatbots to colleagues: How agentic AI is redefining enterprise automation</h3>



<p><em>November 17, 2025</em>: <a href="https://www.computerworld.com/article/4083589/from-chatbots-to-colleagues-how-agentic-ai-is-redefining-enterprise-automation.html">A new wave of agentic AI</a> is taking shape: systems that not only converse but also reason, plan, and act within enterprise workflows. These agents are not assistants that talk; they are digital colleagues that think.</p>



<h3 class="wp-block-heading">The enterprise IT overhaul: Architecting your stack for the agentic AI era</h3>



<p><em>November 10, 2025</em>: For the CIO, the conversation has officially moved past the large language model (LLM). <a href="https://www.cio.com/article/4086719/the-enterprise-it-overhaul-architecting-your-stack-for-the-agentic-ai-era.html">The next critical chapter is agentic AI </a>— autonomous systems capable of reasoning, planning and executing multi-step tasks across your enterprise. Agentic AI is here. Now, CIOs must orchestrate</p>



<p><em>October 23, 2025</em>: Agentic AI is about to change how companies create value.  Yet, most enterprises aren’t ready. The problem isn’t the technology — it’s the planning and execution. Too <a href="https://www.cio.com/article/4076519/agentic-ai-is-here-now-cios-must-orchestrate.html">many pilots stall out because CIOs haven’t built the AI systems</a>, guardrails and culture to move beyond experiments. </p>



<h3 class="wp-block-heading">AI agents might smooth some of retail’s worst data problems</h3>



<p><em>October 21, 2025</em>: So many retail challenges hinge on unreliable product data. <a href="https://www.computerworld.com/article/4074007/ai-agents-might-smooth-some-of-retails-worst-data-problems.html">Can agentic AI clean up that data enough</a> to make a difference? Can it do the same for other verticals?</p>



<h3 class="wp-block-heading">The impact of agentic AI on SaaS and partner ecosystems</h3>



<p><em>October 16, 2025</em>: The enterprise technology landscape is entering a <a href="https://www.cio.com/article/4072984/the-impact-of-agentic-ai-on-saas-and-partner-ecosystems.html">critical pivot point as agentic AI transforms partner ecosystems</a> from human-mediated, application integration networks into autonomous, self-orchestrating and intelligent ecosystems.</p>



<h3 class="wp-block-heading">Salesforce updates its agentic AI pitch with Agentforce 360</h3>



<p><em>October 13  2025</em>:  Salesforce announced a new release of Agentforce that, it says, “gives teams the <a href="https://www.cio.com/article/4071597/salesforce-updates-its-agentic-ai-pitch-with-agentforce-360.html">fastest path from AI prototypes to production-scale agents</a>” — although with many of the new release’s features still to come, or yet to enter pilot phases or beta testing, some parts of that path will be much slower than others.</p>



<h3 class="wp-block-heading">Gemini Enterprise is Google’s new ‘front door’ for agentic AI access at work</h3>



<p><em>October 9, 2025</em>: Google introduced an AI assistant to serve as a platform so users can access and <a href="https://www.computerworld.com/article/4070253/gemini-enterprise-is-googles-new-front-door-for-agentic-ai-access-at-work.html">coordinate AI agents that automate work tasks</a>. Gemini Enterprise, which replaces the Agentspace app launched last year, also features new enterprise search functions to help customers tap into data from across an organization’s business apps. </p>



<h3 class="wp-block-heading">Oracle’s agentic AI push in Fusion Cloud CX offers embedded automation for CX leaders</h3>



<p>October 7, 2025: <a href="https://www.cio.com/article/4068707/oracles-agentic-ai-push-in-fusion-cloud-cx-offers-embedded-automation-for-cx-leaders.html">Oracle is adding new pre-built agents</a> to its Advertising and Customer Experience Cloud (Fusion Cloud CX) to help enterprises increase operational efficiency by automating sales, service, and marketing processes.</p>



<h3 class="wp-block-heading">IBM touts agentic AI orchestration, cryptographic risk controls</h3>



<p><em>October 7, 2025</em>: IBM watsonx Orchestrate offers more than 500 tools and customizable, domain-specific agents from IBM and third-party contributors. Among the additions to watsonx Orchestrate are <a href="https://www.networkworld.com/article/4068958/ibm-touts-agentic-ai-orchestration-cryptographic-risk-controls.html">AgentOps capabilities </a>that offer real-time monitoring and policy-based controls for observability and governance.</p>



<h3 class="wp-block-heading">How self-learning AI agents will reshape operational workflows</h3>



<p><em>October 6, 2025</em>: Google’s recent whitepaper, “Welcome to the Era of Experience,” signals a shift in the way AI agents are trained. Google hypothesizes that allowing <a href="https://www.infoworld.com/article/4067840/how-self-learning-ai-agents-will-reshape-operational-workflows.html">AI agents to learn from the experience of agents </a>rather than solely from human-generated training data will enable autonomous AI to surpass its current capabilities.</p>



<h3 class="wp-block-heading">Are your agentic AI projects driving toward success?</h3>



<p><em>October 3, 2025:</em> Anushree Verma, Gartner senior director analyst, says most <a href="https://www.cio.com/article/4067338/ai-agentics-key-factors-for-steering-projects-toward-success.html">agentic AI projects today are early-stage experiments or proofs of concept</a>, fueled primarily by hype and often misapplied.</p>



<h3 class="wp-block-heading">Microsoft unveils framework for building agentic AI apps</h3>



<p><em>October 3. 2025</em>:<a href="https://www.infoworld.com/article/4067500/microsoft-unveils-framework-for-building-agentic-ai-apps.html"> Microsoft has introduced the Microsoft Agent Framework</a>, an open-source SDK and runtime for building, orchestrating, and deploying AI agents and multi-agent workflows, with full framework support for .NET and Python.</p>



<h3 class="wp-block-heading">Salesforce Trusted AI Foundation seeks to power the agentic enterprise</h3>



<p><em>October 2, 2025</em>: As <a href="https://www.cio.com/article/4066640/salesforce-trusted-ai-foundation-provides-scaffolding-for-the-agentic-enterprise.html">Salesforce pushes further into agentic AI</a>, its aim is to evolve Salesforce Platform from an application for building AI to a foundational operating system for enterprise AI ecosystems. </p>



<h3 class="wp-block-heading">ServiceNow’s AI Experience is an agentic AI UI for the Now Platform</h3>



<p><em>September 30, 2025</em>: ServiceNow today launched the AI Experience (AIx), <a href="https://www.cio.com/article/4065541/servicenows-ai-experience-is-an-agentic-ai-ui-for-the-now-platform.html">a contextually aware multimodal AI-driven use UI for its Now platform</a>. Building on the <a href="https://www.cio.com/article/4054799/servicenow-zurich-release-introduces-agentic-ai-to-the-platform.html">ServiceNow AI Platform</a> and with a foundation in Now Assist, the company describes it as “a unified, conversational front door to enterprise AI.”</p>



<h3 class="wp-block-heading">How MCP is making AI agents actually do things in the real world</h3>



<p><em>September 29, 2025</em>: You’ve seen them: Those incredible large language models (LLMs) that can chat, write and even generate code. They’ve revolutionized how we interact with technology, but there’s a new, even more exciting chapter unfolding.  Discover how <a href="https://www.infoworld.com/article/4064169/how-mcp-is-making-ai-agents-actually-do-things-in-the-real-world.html">MCP is turning chatbots into doers</a>, and the future of work may never look the same.</p>



<h3 class="wp-block-heading">Agentic AI in IT security: Where expectations meet reality</h3>



<p><em>September 29, 2025</em>: <a href="https://www.csoonline.com/article/4064158/agentic-ai-in-it-security-where-expectations-meet-reality.html">Agentic AI has shifted from lab demos to real-world SOC</a> deployments. Unlike traditional automation scripts, software agents are designed to act on signals and execute security workflows intelligently, correlating logs, enriching alerts, and even take first-line containment actions.</p>



<h3 class="wp-block-heading">Walmart looks to cash in on agentic AI</h3>



<p><em>September 19, 2025</em>: <a href="https://www.cio.com/article/4059020/walmart-looks-to-cash-in-on-agentic-ai.html">Walmart doesn’t intend to lose its retail crown anytime soon</a>. And, according to US EVP and CTO Hari Vasudev, the $815B company’s artificial intelligence strategy will play a key role in preventing that from happening.</p>



<h3 class="wp-block-heading">5 steps for deploying agentic AI red teaming</h3>



<p><em>September 17, 2025</em>: As more enterprises deploy agentic AI applications, the potential attack surface increases in complexity and reach. But there is still hope that <a href="https://www.csoonline.com/article/4055224/5-steps-for-deploying-agentic-ai-red-teaming.html">AI agents can be harnessed for defensive purposes</a> too, including using traditional red teaming and penetration testing techniques but updated for the AI world.</p>



<h3 class="wp-block-heading">Google unveils payments protocol for AI agents with major financial firms</h3>



<p><em>September 17. 2025</em>: Google has introduced the Agent Payments Protocol (AP2), an open framework developed with more than 60 payments and technology companies to support <a href="https://www.computerworld.com/article/4058571/google-unveils-payments-protocol-for-ai-agents-with-major-financial-firms.html">secure, agent-led transactions</a> across platforms and payment methods.</p>



<h3 class="wp-block-heading">CrowdStrike bets big on agentic AI with new offerings after $290M Onum buy</h3>



<p><em>September 16, 2025</em>: At its Fal.Con conference, the cybersecurity giant <a href="https://www.csoonline.com/article/4057472/crowdstrike-bets-big-on-agentic-ai-with-new-offerings-after-290m-onum-buy.html">launched its Agentic Security Platform and Agentic Security Workforce</a>, aiming to outpace AI-driven adversaries with real-time intelligence, automation, and a common language for defense.</p>



<h3 class="wp-block-heading">Adobe makes Agent Orchestrator and AI agents generally available</h3>



<p><em>September 10, 2025</em>:  Adobe Experience Platform (AEP) Agent Orchestrator and six new AI agents are designed to build, deliver, and optimize customer experience and marketing campaigns. The company also announced Experience Platform Agent Composer for customizing and configuring <a href="https://www.cio.com/article/4054211/adobe-makes-agent-orchestrator-and-ai-agents-generally-available.html">AI agents based on brand guidelines and organizational policy</a>.</p>



<h3 class="wp-block-heading">Rethinking the IT organization for the agentic AI era</h3>



<p><em>September 2, 2025:</em> With the <a href="https://www.cio.com/article/4046473/rethinking-the-it-organization-for-the-agentic-ai-era.html">advent of agentic AI</a>, CIOs must be poised to adjust strategic IT priorities, mitigate new security risks, and reskill staff for a new era.</p>



<h3 class="wp-block-heading">How to build a production-grade agentic AI platform</h3>



<p><em>September 2, 2025</em>: Modular orchestration, fail-safe design, hybrid memory management, and LLM integration with domain knowledge are essential to <a href="https://www.infoworld.com/article/4037795/how-to-build-a-production-grade-agentic-ai-platform-lessons-from-gravity.html">agentic AI systems</a> that reason, act, and adapt at scale.</p>



<h3 class="wp-block-heading">Agentic AI: A CISO’s security nightmare in the making?</h3>



<p><em>September 2, 2025</em>: Enterprises will no doubt be using agentic AI for a growing number of workflows and processes, including software development, customer support automation, and more. But what are the c<a href="http://enterprises%20will%20no%20doubt%20be%20using%20agentic%20ai%20for%20a%20growing%20number%20of%20workflows%20and%20processes,%20including%20software%20development,%20customer%20support%20automation,%20robotic%20process%20automation%20(rpa),%20and%20employee%20support.%20among%20the%20key%20questions%20for%20cisos%20and%20their%20staffs/">ybersecurity risks of agentic AI</a>, and how much more work will it take for them to support their organizations’ agentic AI dreams?</p>



<h3 class="wp-block-heading">Microsoft researchers develop new tech for video AI agents</h3>



<p><em>September 2, 2025</em>: Microsoft researchers are developing technologies for a <a href="https://www.computerworld.com/article/4049703/microsoft-researchers-develop-new-tech-for-video-ai-agents.html">new class of video AI agents</a> to explore three-dimensional spaces before making decisions.The technology framework, called MindJourney, uses a range of AI technologies to understand and analyze 3D spaces, reason about the surroundings, and predict movement</p>



<h3 class="wp-block-heading">Salesforce AI Research unveils new tools for AI agents</h3>



<p><em>August 27, 2025</em>: Salesforce announced a simulated enterprise environment, benchmark, and account data unification tool that are designed to help customers transform into <a href="https://www.cio.com/article/4046713/salesforce-ai-research-unveils-new-tools-for-ai-agents.html">agentic AI enterprises</a>.</p>



<h3 class="wp-block-heading">Agentic AI promises a cybersecurity revolution — with asterisks</h3>



<p><em>August 18, 2025:</em> The hottest topic at this year’s Black Hat conference was the meteoric <a href="https://www.csoonline.com/article/4040145/agentic-ai-promises-a-cybersecurity-revolution-with-asterisks.html">emergence of AI tools for both cyber adversaries and defenders</a>, particularly the use of agentic AI to strengthen cybersecurity programs.</p>



<h3 class="wp-block-heading">4 thoughts on who should manage AI agents</h3>



<p>August 11, 2025: As AI agents proliferate, we need to turn our attention beyond AI agent builder platforms to AI orchestration and AI GRC platforms. It also raises questions about which <a href="https://www.cio.com/article/4036809/4-thoughts-on-who-should-manage-ai-agents.html">groups within the enterprise should manage AI agents </a>and how they should be treated.</p>



<h3 class="wp-block-heading">How bright are AI agents? Not very, recent reports suggest</h3>



<p><em>July 31, 2025</em>: Security researchers are adding more weight to a truth that infosec pros had already grasped: <a href="https://www.csoonline.com/article/4032291/how-bright-are-ai-agents-not-very-recent-reports-suggest.html">AI agents are not very bright</a>, and are easily tricked into doing stupid or dangerous things</p>



<h3 class="wp-block-heading">Will AI agents eat the SaaS market? Experts are split</h3>



<p><em>July 31,2025</em>: As hype about AI agents reaches new heights, an emerging theory suggests that the groundbreaking <a href="https://www.cio.com/article/4028997/will-ai-agents-eat-the-saas-market-experts-are-split.html">AI tools will kill the SaaS business model. </a>The claim isn’t particularly new, but is resurfacing, with people like Microsoft CEO Satya Nadella voicing this position. </p>



<h3 class="wp-block-heading">How agentic AI will change database management</h3>



<p>July 28, 2025: Generative AI has already had a profound impact on the world of database management. And now,  thanks to AI’s knack for pattern-recognition, teams can <a href="https://www.infoworld.com/article/4028146/how-agentic-ai-will-change-database-management.html">use generative AI to analyze data sets, </a>detect anomalies, and access invaluable insights with record speed and precision. </p>



<h3 class="wp-block-heading">As AI agents go mainstream, companies lean into confidential computing for data security</h3>



<p><em>July 21, 2025</em>: Companies need to stop ignoring data security as AI agents take over internal data movement in IT environments, analysts and IT execs warn.  To address that issue, some tech players are embracing the concept of “confidential computing.” While it’s existed for years, it;s now finding new life with the rise of genAI.</p>



<h3 class="wp-block-heading">How agentic AI will transform mobile apps and field operations</h3>



<p><em>July 15, 2015</em>: <a href="https://www.infoworld.com/article/4019656/how-agentic-ai-will-transform-mobile-apps-and-field-operations.html" data-type="link" data-id="https://www.infoworld.com/article/4019656/how-agentic-ai-will-transform-mobile-apps-and-field-operations.html">Agentic AI will usher in new mobile AI experiences</a>. Construction, manufacturing, healthcare, and other industries with significant field operations will benefit from mobile AI agents and the resulting operational agility. </p>



<h3 class="wp-block-heading">MCP is fueling agentic AI — and introducing new security risks</h3>



<p><em>July 10, 2025</em>: Model Context Protocol (MCP)  has caught fire, with several thousand MCP servers now available from a wide range of vendors enabling AI assistants to connect to their data and services. And with agentic AI increasingly seen as the future of IT, MCP will only grow in use in the enterprise. But innovations like <a href="https://www.csoonline.com/article/4015222/mcp-uses-and-risks.html">MCP also come with significant security risks</a>.</p>



<h3 class="wp-block-heading">3 industries where agentic AI is poised to make its mark</h3>



<p>July 4, 2024:  IT leaders from finance, retail, and healthcare lend insights into <a href="https://www.cio.com/article/4016392/how-agentive-ai-is-making-an-impact-an-industry-by-industry-overview.html">what organizations are doing with AI agents</a> today — and where they see the technology taking their organizations and industries in the future.</p>



<h3 class="wp-block-heading">IFS rolls TheLoops agentic AI into industrial ERP</h3>



<p><em>June 27, 2025:</em> <a href="https://www.cio.com/article/4014112/ifs-rolls-theloops-agentic-ai-into-industrial-erp.html">IFS is adding AI agent development and management capabilities</a> to its ERP platform with the acquisition of software startup The acquisition brings TheLoops’ full Agent Development life cycle (ADLC) platform into IFS, enabling enterprises to design, test, deploy, monitor, and fine-tune AI agents with built-in support for versioning, compliance, and performance optimization.</p>



<h3 class="wp-block-heading">How AI agents and agentic AI differ from each other</h3>



<p><em>June 12, 2025</em>: With agentic AI in its infancy and organizations rushing to adopt AI agents, there seems to be confusion about <a href="https://www.cio.com/article/4003880/how-ai-agents-and-agentic-ai-differ-from-each-other.html">the difference between “agentic AI” and “AI agents” technologies</a>, but experts say there’s growing understanding that the two are separate, but related, tools. </p>



<h3 class="wp-block-heading">The future of RPA ties to AI agents</h3>



<p>June 10, 2025: RPA is accelerating toward a crossroads, with IT leaders and experts debating its future. Some IT leaders say that more powerful and autonomous AI agents will replace the two-decade-old AI precursor technology, while others predict that <a href="https://www.cio.com/article/4001371/the-future-of-rpa-ties-to-ai-agents.html">AI agents and RPA </a>will work hand-in-hand.</p>



<h3 class="wp-block-heading">MCP is enabling agentic AI, but how secure is it?</h3>



<p><em>June 2, 2025</em>: Model context protocol<a href="https://www.cio.com/article/3997968/mcp-is-enabling-agentic-ai-but-how-secure-is-it.html"> (MCP) is becoming the plug-and-play standard for agentic AI</a> apps to pull in data in real time from multiple sources. However, this also makes it more attractive for malicious actors looking to exploit weaknesses in how MCP has been deployed. </p>



<h3 class="wp-block-heading">The agentic AI assist Stanford University cancer care staff needed</h3>



<p><em>May 30, 2025</em>: At Microsoft Build 2025 earlier this month, Nigam Shah, CDO for Stanford Health Care, discussed <a href="https://www.cio.com/article/3997951/stanford-university-alleviates-oncology-healthcare-worker-overload-with-agentive-ai.html">agentic AI’s ability to redefine healthcare</a>, especially in oncology, as physicians get overloaded with the administrative tasks of medicine, he said, which lead to burnout.</p>



<h3 class="wp-block-heading">Agentic AI, LLMs and standards big focus of Red Hat Summit</h3>



<p><em>May 26, 2025</em>: Red Hat, announced a number of improvements in its core enterprise Linux product, including better security, better support for containers, better support for edge devices. But the <a href="https://www.networkworld.com/article/3993622/agentic-ai-llms-and-standards-big-focus-of-red-hat-summit.html">one topic that dominated the conversation was AI</a>.</p>



<h3 class="wp-block-heading">Putting agentic AI to work in Firebase Studio</h3>



<p><em>May 21, 2025</em>: Putting agentic AI to work in software engineering can be done in a variety of ways. Some agents work independently of the developer’s environment, working essentially like a remote developer. Other <a href="https://www.infoworld.com/article/3981588/putting-agentic-ai-to-work-in-firebase-studio.html?utm_date=20250521140633&amp;utm_campaign=Infoworld%20US%20First%20Look&amp;utm_content=slotno-1-readmore-Building%20a%20database-backed%20web%20application%20with%20Gemini%20in%20Firebase%20is%20far%20from%20perfect%2C%20but%20it%E2%80%99s%20better%20than%20coding%20without%20AI.%20&amp;utm_term=Infoworld%20US%20Editorial%20Newsletters&amp;utm_medium=email&amp;utm_source=Adestra&amp;aid=2255020&amp;huid=0b2f6c0f-9f15-45f8-bd06-4e1810ba35be">agents directly within a developer’s own environment</a>. Google’s Firebase Studio is an example of the latter, drawing on Google’s Gemini LLM o help developers prototype and build applications .</p>



<h3 class="wp-block-heading">Why is Microsoft offering to turn websites into AI apps with NLWeb?</h3>



<p><em>May 20. 2025</em>: NLWeb, short for Natural Language Web, is designed to help enterprises build a natural language interface for their websites using the model of their choice and data to answer user queries about the contents of the website.<a href="http://microsoft%E2%80%99s%20strategy%20to%20stake%20its%20claim%20on%20the%20agentic%20web%20before%20rivals%20such%20as%20google%20and%20amazon%20do/"> Microsoft hopes to stake its claim on the agentic web </a>before rivals Google and Amazon do.</p>



<h3 class="wp-block-heading">Databricks to acquire open-source database startup Neon to build the next wave of AI agents</h3>



<p><em>May 14, 2025</em>: Agentic AI requires a new type of architecture because traditional workflows create gridlock, dragging down speed and performance. To get ahead in this next generation of app building, <a href="https://www.infoworld.com/article/3985947/databricks-to-acquire-open-source-database-startup-neon-to-build-the-next-wave-of-ai-agents.html">Databricks announced it will purchase Neon</a>, an open-source serverless Postgres company. </p>



<h3 class="wp-block-heading">Agentic mesh: The future of enterprise agent ecosystems</h3>



<p><em>May 13, 2025</em>: Nvidia CEO Jensen Huang predicts we’ll soon see “a couple of hundred million digital agents” inside the enterprise. Microsoft CEO Satya Nadella takes it even further: “<a href="https://www.infoworld.com/article/3978819/agentic-mesh-the-future-of-enterprise-agent-ecosystems.html">Agents will replace all software</a>.”</p>



<h3 class="wp-block-heading">Google to unveil AI agent for developers at I/O, expand Gemini integration</h3>



<p><em>May 13, 2025</em>: <a href="https://www.computerworld.com/article/3984016/google-to-unveil-ai-agent-for-developers-at-i-o-expand-gemini-integration.html">Google is expected to unveil a new AI agent </a>aimed at helping software developers manage tasks across the coding lifecycle, including task execution and documentation. The tool has reportedly been demonstrated to employees and select external developers ahead of the company’s annual I/O conference.</p>



<h3 class="wp-block-heading">Nvidia, ServiceNow engineer open-source model to create AI agents</h3>



<p><em>May 6, 2025</em>: <a href="https://www.computerworld.com/article/3978481/nvidia-servicenow-engineer-open-source-model-to-create-ai-agents.html">Nvidia and ServiceNow have created an AI model</a> that can help companies create learning AI agents to automate corporate workloads. The open-source Apriel model, available generally in the second quarter on HuggingFace, will help create AI agents that can make decisions around IT, human resources and customer-service functions.</p>



<h3 class="wp-block-heading">How IT leaders use agentic AI for business workflows</h3>



<p><em>April 30, 2025</em>: Jay Upchurch, CIO at SAS, backs <a href="https://www.cio.com/article/3966870/how-it-leaders-use-agentic-ai-for-business-workflows.html">agentic AI to enhance sales, marketing, IT, and HR motions</a>. “Agentic AI can make sales more effective by handling lead scoring, assisting with customer segmentation, and optimizing targeted outreach,” he says.</p>



<h3 class="wp-block-heading">Microsoft sees AI agents shaking up org charts, eliminating traditional functions</h3>



<p><em>April 28, 2025</em>: As companies increasingly automate work processes using agents, traditional functions such as finance, marketing, and engineering may fall away, giving <a href="https://www.cio.com/article/3972714/ms-ai-agents-become-teammates-a-new-enterprise-form-emerges.html">rise to an ‘agent boss’ era of delegation</a> and orchestration of myriad bots.</p>



<h3 class="wp-block-heading">Cisco automates AI-driven security across enterprise networks</h3>



<p><em>April 28, 2025</em>: Cisco announced a range of AI-driven security enhancements, including improved threat detection and response capabilities in Cisco XDR and Splunk Security, <a href="https://www.networkworld.com/article/3972640/cisco-automates-ai-driven-security-across-enterprise-networks.html">new AI agents</a>, and integration between Cisco’s AI Defense platform and ServiceNow SecOps.</p>



<h3 class="wp-block-heading">Hype versus execution in agentic AI</h3>



<p>April 25, 2025: <a href="https://www.infoworld.com/article/3970002/hype-versus-execution-in-agentic-ai.html">Agentic AI promises autonomous systems</a> capable of reasoning, making decisions, and dynamically adapting to changing conditions. The allure lies in machines operating independently, free of human intervention, streamlining processes and enhancing efficiency at unprecedented scales. But  David Linthicum writes, don’t be swept up by ambitious promises. </p>



<h3 class="wp-block-heading">Agents are here — but can you see what they’re doing?</h3>



<p>April 23, 2025: As the <a href="https://www.cio.com/article/3959486/agents-are-here-but-can-you-see-what-theyre-doing.html">agentic AI models powering individual agents get smarter</a>, the use cases for agentic AI systems get more ambitious — and the risks posed by these systems increase exponentially.A multicloud experiment in agentic AI: Lessons learned</p>



<h3 class="wp-block-heading">Agentic AI might soon get into cryptocurrency trading — what could possibly go wron</h3>



<p><em>April 15, 2025</em>: <a href="https://www.computerworld.com/article/3959170/agentic-ai-might-soon-get-into-cryptocurrency-trading-what-could-possibly-go-wrong.html">Agentic AI promises to simplify complex tasks</a> such as crypto trading or managing digital assets by automating decisions, enhancing accessibility, and masking technical complexity.</p>



<h3 class="wp-block-heading">Agentic AI is both boon and bane for security pros</h3>



<p><em>April 15, 2025</em>:  <a href="https://www.csoonline.com/article/3957719/agentic-ai-is-both-boon-and-bane-for-security-pros.html">Cybersecurity is at a crossroads with agentic AI</a>. It’s a powerful tool that can create reams of code in a blink of an eye, find and defuse threats, and be used so decisively and defensively. This has proved to be a huge force multiplier and productivity boon. But while powerful, agentic AI isn’t dependable, and that is the conundrum. </p>



<h3 class="wp-block-heading">AI agents vs. agentic AI: What do enterprises want?</h3>



<p><em>April 15, 2025</em>:  Now that this AI agent story has morphed into “agentic AI,” it seems to have taken on the same big-cloud-AI flavor that enteriprise already rejected. What do they want from AI agents, <a href="https://www.networkworld.com/article/3957285/ai-agents-vs-agentic-ai-what-do-enterprises-want.html">why is “agentic” thinking wrong</a>, and where is this all headed?</p>



<h3 class="wp-block-heading">A multicloud experiment in agentic AI: Lessons learned</h3>



<p><em>April 11, 2025</em>: Turns out you really can <a href="https://www.infoworld.com/article/3959533/i-built-an-agentic-ai-system-across-multiple-public-cloud-providers.html">build a decentralized AI system </a>that operates successfully across multiple public cloud providers. It’s both challenging and costly.</p>



<h3 class="wp-block-heading">Google adds open source framework for building agents to Vertex AI</h3>



<p>April 9, 2025: Google is adding a new open source framework for <a href="https://www.infoworld.com/article/3957875/google-adds-open-source-framework-for-building-agents-to-vertex-ai.html">building agents</a> to its AI and machine learning platform Vertex AI, along with other updates to help deploy and maintain these agents. The open source Agent Development Kit (ADK) will make it possible to build an AI agent in under 100 lines of Python code. It expects to add support for more languages later this year.</p>



<h3 class="wp-block-heading">Google’s Agent2Agent open protocol aims to connect disparate agents</h3>



<p><em>April 9, 2025</em>: Google has taken the covers off a new open protocol — Agent2Agent (A2A) — that aims to <a href="https://www.infoworld.com/article/3958032/googles-agent2agent-open-protocol-aims-to-connect-disparate-agents.html">connect agents across disparate ecosystems</a>.. At its annual Cloud Next conference, Google said that the A2A protocol will enable enterprises to adopt agents more readily as it bypasses the challenge of agents that are built on different vendor ecosystems not being able to communicate with each other.</p>



<h3 class="wp-block-heading">Riverbed bolsters AIOps platform with predictive and agentic AI</h3>



<p>April 8, 2025: Riverbed  unveiled updates to its <a href="https://www.networkworld.com/article/3957181/riverbed-bolsters-aiops-platform-with-predictive-and-agentic-ai.html">AIOps and observability platform</a> that the company says will transform how IT organizations manage complex distributed infrastructure and data more efficiently.  Expanded AI capabilities are aimed at making it easier to manage AIOps and enabling IT organizations to transition from reactive to predictive IT operations. </p>



<h3 class="wp-block-heading">Microsoft’s newest AI agents can detail how they reason</h3>



<p><em>March 26, 2025</em>: If you’re wondering <a href="https://www.computerworld.com/article/3854386/microsofts-newest-ai-agents-can-detail-how-they-reason.html">how AI agents work</a>, Microsoft’s new Copilot AI agents provide real-time answers on how data is being analyzed and sourced to reach results. The Researcher and Analyst agents take a deeper look at data sources such as email, chat or databases within an organization to produce research reports, analyze strategies, or convert raw information into meaningful data.</p>



<h3 class="wp-block-heading">Microsoft launches AI agents to automate cybersecurity amid rising threats</h3>



<p><em>March 26, 2025</em>: Microsoft has introduced a new set of <a href="https://www.csoonline.com/article/3853599/microsoft-launches-ai-agents-to-automate-cybersecurity-amid-rising-threats.html">AI agents for its Security Copilot</a> platform, designed to automate key cybersecurity functions as organizations face increasingly complex and fast-moving digital threats. The new tools focus on tasks such as phishing detection, data protection, and identity management.</p>



<h3 class="wp-block-heading">How AI agents work</h3>



<p><em>March 24, 2025</em>: By leveraging technologies such as machine learning, natural language processing (NLP), and contextual understanding, <a href="https://www.computerworld.com/article/3846150/how-ai-agents-work.html">AI agents can operate independently</a>, even partnering with other agents to perform complex tasks.</p>



<h3 class="wp-block-heading">5 top business use cases for AI agents</h3>



<p><em>March 19, 2025</em>: <a href="https://www.cio.com/article/3843379/5-top-business-use-cases-for-ai-agents.html">AI agents are poised to transform the enterprise</a>, from automating mundane tasks to driving customer service and innovation. But having strong guardrails in place will be key to success.<br></p>



<h3 class="wp-block-heading">Nvidia launches AgentIQ toolkit to connect disparate AI agents</h3>



<p><em>March 21, 2025</em>: As enterprises look to <a href="https://www.infoworld.com/article/3851326/nvidia-launches-agentiq-toolkit-to-connect-disparate-ai-agents.html">adopt agents and agentic AI </a>to boost the efficiency of their applications, Nvidia this week introduced a new open-source software library — AgentIQ toolkit — to help developers connect disparate agents and agent frameworks..</p>



<h3 class="wp-block-heading">Deloitte unveils agentic AI platform</h3>



<p><em>March 18, 2025</em>: At Nvidia GTC 2025 in San Jose, <a href="https://www.cio.com/article/3848252/deloitte-unveils-agentic-ai-platform.html">Deloitte announced Zora AI</a>, a new agentic AI platform that offers a portfolio of AI agents for finance, human capital, supply chain, procurement, sales and marketing, and customer service.The platform draws on Deloitte’s experience from its technology, risk, tax, and audit businesses, and is integrated with all major enterprise software platforms. </p>



<h3 class="wp-block-heading">The dawn of agentic AI: Are we ready for autonomous technology?</h3>



<p><em>March 15, 202</em>5: Much of the AI work prior has focused on large language models (LLMs) with a goal to give prompts to get knowledge out of the unstructured data. So it’s a question-and-answer process. Agentic AI goes beyond that. You can give it a task that might involve a complex set of steps that can change each time.</p>



<h3 class="wp-block-heading">How to know a business process is ripe for agentic AI</h3>



<p><em>March 11, 2025</em>: Deloitte predicts that in 2025, 25% of companies that use generative AI will launch <a href="https://www.cio.com/article/3829620/how-to-know-a-business-process-is-ripe-for-agentic-ai.html" target="_blank">agentic AI pilots or proofs of concept</a>, growing to 50% in 2027. The firm says some agentic AI applications, in some industries and for some use cases, could see actual adoption into existing workflows this year.</p>



<h3 class="wp-block-heading">With new division, AWS bets big on agentic AI automation</h3>



<p><em>March 6, 2025</em>: Amazon Web Services customers can expect to hear a lot more about <a href="https://www.computerworld.com/article/3840429/with-new-division-aws-bets-big-on-agentic-ai-automation.html">agentic AI from AWS</a> in future with the news that the company is setting up a dedicated unit to promote the technology on its platform.</p>



<h3 class="wp-block-heading">How agentic AI makes decisions and solves problems</h3>



<p><em>March 6, 2025</em>: GenAI’s latest big step forward has been the arrival of <a href="https://www.computerworld.com/article/3617392/what-are-ai-agents-and-why-are-they-now-so-pervasive.html">autonomous AI agents</a>. Agentic AI is based on AI-enabled applications capable of perceiving their environment, making decisions, and taking actions to achieve specific goals. </p>



<h3 class="wp-block-heading">CIOs are bullish on AI agents. IT employees? Not so much</h3>



<p><em>Feb. 4, 2025</em>: Most <a href="https://www.cio.com/article/3815935/cios-are-bullish-on-ai-agents-it-employees-not-so-much.html" target="_blank">CIOs and CTOs are bullish on agentic AI</a>, believing the emerging technology will soon become essential to their enterprises, but lower-level IT pros who will be tasked with implementing agents have serious doubts.</p>



<h3 class="wp-block-heading">The next AI wave — agents — should come with warning labels. Is now the right time to invest in them?</h3>



<p><em>Jan.13, 2025</em>: The <a href="https://www.computerworld.com/article/3727412/the-next-ai-wave-agents-should-come-with-warning-labels.html">next wave of artificial intelligence</a> (AI) adoption is already under way, as AI agents — AI applications that can function independently and execute complex workflows with minimal or limited direct human oversight — are being rolled out across the tech industry.</p>



<h3 class="wp-block-heading">AI agents are unlike any technology ever</h3>



<p><em>Dec. 1, 2024</em>: The agents are coming, and they represent a <a href="https://www.computerworld.com/article/3608973/ai-agents-are-unlike-any-technology-ever.html">fundamental shift in the role artificial intelligence</a> plays in businesses, governments, and our lives.</p>



<h3 class="wp-block-heading">AI agents are coming to work — here’s what businesses need to know</h3>



<p><em>Nov. 21, 2024</em>: <a href="https://www.computerworld.com/article/3609764/ai-agents-are-coming-to-work-heres-what-businesses-need-to-know.html">AI agents will soon be everywhere</a>, automating complex business processes and taking care of mundane tasks for workers — at least that’s the claim of various software vendors that are quickly adding intelligent bots to a wide range of work apps.</p>



<h3 class="wp-block-heading">Agentic AI swarms are headed your way</h3>



<p><em>November 1, 2024</em>: OpenAI launched an experimental framework called Swarm. It’s a “lightweight” system for the development of agentic AI swarms, which are <a href="https://www.computerworld.com/article/3594235/agentic-ai-swarms-are-headed-your-way.html">networks of autonomous AI agents</a> able to work together to handle complex tasks without human intervention, according to OpenAI. </p>



<h3 class="wp-block-heading">Is now the right time to invest in implementing agentic AI?</h3>



<p><em>October 31, 2024</em>: While software vendors say their current <a href="https://www.cio.com/article/3596212/is-now-the-right-time-to-invest-in-implementing-agentic-ai.html">agentic AI-based offerings</a> are easy to implement, analysts say that’s far from the truth.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 11: A guide to the updates]]></title>
<description><![CDATA[A Windows launch isn’t the end a process — it’s really just the beginning. Microsoft continually works on improving Windows 11 by fixing bugs, releasing security patches, and occasionally adding new features.



In this story we summarize what you need to know about each update released to the pu...]]></description>
<link>https://tsecurity.de/de/3374925/it-nachrichten/windows-11-a-guide-to-the-updates/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3374925/it-nachrichten/windows-11-a-guide-to-the-updates/</guid>
<pubDate>Mon, 23 Mar 2026 23:01:12 +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>A <a href="https://www.computerworld.com/article/1615541/microsoft-lets-windows-11-loose-on-the-world.html">Windows launch</a> isn’t the end a process — it’s really just the beginning. Microsoft continually works on improving Windows 11 by fixing bugs, releasing security patches, and occasionally adding new features.</p>



<p>In this story we summarize what you need to know about each update released to the public for the most recent version of Windows 11 — currently version 25H2 — over the past year. For each build, we’ve included the date of its release and a link to Microsoft’s announcement about it. The most recent updates appear first.</p>



<p>The easiest way to install updates is via Windows Update. Not sure how? See “<a href="https://www.computerworld.com/article/1642121/how-to-handle-windows-10-and-11-updates.html">How to handle Windows 10 and 11 updates</a>” for full instructions. Note that Windows 11 version 25H2 is being released as a phased rollout and may not be available to you in Windows Update yet.</p>



<p><em>If you’re still using Windows 10, see “<a href="https://www.computerworld.com/article/1682225/windows-10-a-guide-to-the-updates.html">Windows 10: A guide to the updates</a>.” And if you’re looking for information about Insider Program previews for upcoming feature releases of Windows 11, see “<a href="https://www.computerworld.com/article/1614352/windows-11-insider-previews-whats-in-latest-build.html">Windows 11 Insider Previews: What’s in the latest build?</a>”</em></p>



<h2 class="wp-block-heading">Updates for Windows 11 25H2 and 24H2</h2>



<h3 class="wp-block-heading">KB5085516 (OS Builds 26200.8039 and 26100.8039) Out-of-band</h3>



<p><strong>Release date:</strong> January 24, 2026</p>



<p>This update fixes a bug some users experienced when signing in to apps with a Microsoft account. Even when the device had a working internet connection, a “no Internet” error appeared during sign-in and prevented access to Microsoft services and apps such as Microsoft Teams Free and OneDrive.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/march-21-2026-kb5085516-os-builds-26200-8039-and-26100-8039-out-of-band-09e85404-1cb6-4ed4-9ca5-3e40d74307b9" target="_blank" rel="noreferrer noopener">KB5085516 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5079473 (OS Builds 26200.8037 and 26100.8037)</h3>



<p><strong>Release date:</strong> March 10, 2026</p>



<p>This build improves how Windows Defender Application Control (WDAC) handles COM objects allowlisting policies. COM objects were blocked when the endpoint security policy was set higher than the allowlisting policy. With this update, COM objects are allowed as expected.​ The build also introduces additional high confidence device targeting data to Windows quality updates, increasing coverage of devices eligible to automatically receive <a href="https://support.microsoft.com/topic/7ff40d33-95dc-4c3c-8725-a9b95457578e" target="_blank" rel="noreferrer noopener">new Secure Boot certificates</a>.</p>



<p>It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Mar" target="_blank" rel="noreferrer noopener">March 2026 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/march-10-2026-kb5079473-os-builds-26200-8037-and-26100-8037-9c222a8e-cc02-40d4-a1f8-ad86be1bc8b6" target="_blank" rel="noreferrer noopener">KB5079473</a>.)</p>



<h3 class="wp-block-heading">KB5077241 (OS Builds 26200.7922 and 26100.7922) Preview</h3>



<p><strong>Release date:</strong> February 24, 2026</p>



<p>This update includes a variety of new features being rolled out gradually, including one in which <a href="https://learn.microsoft.com/windows/configuration/quick-machine-recovery/?tabs=intune" target="_blank" rel="noreferrer noopener">Quick Machine Recovery (QMR)</a> turns on automatically for Windows Professional devices that are not domain‑joined and not enrolled in enterprise endpoint management. For domain‑joined or enterprise managed devices, QMR stays off unless it is enabled by the organization.</p>



<p>It also includes several features available immediately, including one in which Windows quality updates include additional high-confidence device-targeting data, increasing coverage of devices eligible to automatically receive new Secure Boot certificates. Devices receive the new certificates only after demonstrating sufficient successful update signals, maintaining a controlled and phased rollout.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/february-24-2026-kb5077241-os-builds-26200-7922-and-26100-7922-preview-b8cc7bc8-d640-4f18-9437-3ee59298b970" target="_blank" rel="noreferrer noopener">KB5077241 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5077181 (OS Builds 26200.7840 and 26100.7840)</h3>



<p><strong>Release date:</strong> February 10, 2025</p>



<p>This Patch Tuesday build fixes several bugs, including one that prevented some devices from connecting to certain WPA3‑Personal Wi‑Fi networks. It also includes a broad set of targeting data that identifies devices and their ability to receive new Secure Boot certificates. Devices will receive the new certificates only after they show sufficient successful update signals, which helps ensure a safe and phased rollout.</p>



<p>It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Feb" target="_blank" rel="noreferrer noopener">February 2026 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/february-10-2026-kb5077181-os-builds-26200-7840-and-26100-7840-f0fa9e54-a22a-4a06-96b6-bf5b2aded506" target="_blank" rel="noreferrer noopener">KB5077181</a>.)</p>



<h3 class="wp-block-heading">KB5074105 (OS Builds 26200.7705 and 26100.7705) Preview</h3>



<p><strong>Release date:</strong> January 29, 2025</p>



<p>In this build, several new features are immediately available, including one for Data Protection Application Programming Interface (DPAPI) domain backup key management. Administrators can now set how often keys rotate automatically. This strengthens cryptographic security and reduces reliance on older encryption algorithms.</p>



<p>One new feature is being gradually rolled out: The Settings Agent now supports more languages, with expanded support for German, Portuguese, Spanish, Korean, Japanese, Hindi, Italian, and Chinese (Simplified).</p>



<p>A variety of bugs have been fixed, including one that caused some systems to stop responding during startup when Windows Boot Manager debugging was enabled.</p>



<p>Get more info about <a href="https://support.microsoft.com/en-us/topic/january-29-2026-kb5074105-os-builds-26200-7705-and-26100-7705-preview-85bd25de-894a-43eb-a19b-9a59d10f194b" target="_blank" rel="noreferrer noopener">KB5074105 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5078127 (OS Builds 26200.7628 and 26100.7628) Out-of-band</h3>



<p><strong>Release date:</strong> January 24, 2026</p>



<p>This update fixes a bug in which some applications were unresponsive or encountered unexpected errors when opening files from or saving files to cloud-based storage, such as OneDrive or Dropbox. In certain Outlook configurations that store PST files on OneDrive, Outlook sometimes hung and failed to reopen unless the process was terminated or the system was restarted. Users may have also experienced missing sent items or previously downloaded emails.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/january-24-2026-kb5078127-os-builds-26200-7628-and-26100-7628-out-of-band-cf5777f6-bb4e-4adb-b9cd-2b64df577491" target="_blank" rel="noreferrer noopener">KB5078127 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5077744 (OS Builds 26200.7627 and 26100.7627) Out-of-band</h3>



<p><strong>Release date:</strong> January 17, 2026</p>



<p>This update fixes a bug in which some users experienced sign-in failures during Remote Desktop connections. This issue affected authentication steps for different Remote Desktop applications on Windows such as the Windows App.</p>



<p>There is one known issue in this build, in which the password icon might be missing or invisible in the lock screen sign-in options.</p>



<p>Get more info about <a href="https://support.microsoft.com/en-us/topic/january-17-2026-kb5077744-os-builds-26200-7627-and-26100-7627-out-of-band-27015658-9686-4467-ab5f-d713b617e3e4" target="_blank" rel="noreferrer noopener">KB5077744 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5074109 (OS Builds 26200.7623 and 26100.7623)</h3>



<p><strong>Release date:</strong> January 13, 2026</p>



<p>This build fixes several bugs, including one in which you might experience <a href="https://learn.microsoft.com/azure/virtual-desktop/publish-applications-stream-remoteapp?tabs=portal" target="_blank" rel="noreferrer noopener">RemoteApp </a>​​​​​​​connection failures in Azure Virtual Desktop (AVD) environments. This might occur after installing <a href="https://support.microsoft.com/en-us/topic/december-1-2025-kb5070311-os-builds-26200-7309-and-26100-7309-preview-5cd455bf-3291-47fa-b0bf-e5f60d0ea7af" target="_blank" rel="noreferrer noopener">KB5070311</a>. It also updates the Windows core component, WinSqlite3.dll. Previously, some security software might have detected this component as vulnerable. </p>



<p>It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2026-Jan" target="_blank" rel="noreferrer noopener">January 2026 Security Updates</a>.</p>



<p>It has one known issue, in which you might notice that the password icon is not visible in the sign-in options on the lock screen. If you hover over the space where the icon should appear, you’ll see that the password button is still available. Select this placeholder to open the password text box and enter your password. After entering your password, you can sign in normally. People using Windows Home or Pro editions on personal devices are very unlikely to experience this issue. This issue primarily affects enterprise or managed IT environments.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/january-13-2026-kb5074109-os-builds-26200-7623-and-26100-7623-3ec427dd-6fc4-4c32-a471-83504dd081cb" target="_blank" rel="noreferrer noopener">KB5074109</a>.)</p>



<h3 class="wp-block-heading">KB5072033 (OS Builds 26200.7462 and 26100.7462)</h3>



<p><strong>Release date:</strong> December 9, 2025</p>



<p>This build fixes several bugs, including one in which File Explorer briefly flashed white when you navigated between pages.</p>



<p>It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Dec" target="_blank" rel="noreferrer noopener">December 2025 Security Updates</a>.</p>



<p>It has one known issue, in which the password icon might not be visible in the sign-in options on the lock screen. If you hover over the space where the icon should appear, you’ll see that the password button is still available. Select this placeholder to open the password text box and enter your password. After entering your password, you can sign in normally. People using Windows Home or Pro editions on personal devices are very unlikely to experience this issue — it primarily affects enterprise or managed IT environments.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/december-9-2025-kb5072033-os-builds-26200-7462-and-26100-7462-0c1a4334-19ba-406d-bb1e-88fcffc87b79" target="_blank" rel="noreferrer noopener">KB5072033</a>.)</p>



<h3 class="wp-block-heading">KB5070311 (OS Builds 26200.7309 and 26100.7309) Preview</h3>



<p><strong>Release date:</strong> December 1, 2025</p>



<p>A variety of new features are being gradually rolled out in this build, including several for Copilot+ PCs. The Click to Do context menu in Copilot+ PCs now has a streamlined design that makes it easier to access frequently used actions such as Copy, Save, Share, and Open. In Copilot+ PCs you can now also use <a href="https://support.microsoft.com/en-us/windows/windows-studio-effects-273c1fa8-2b3f-41b1-a587-7cc7a24b62d8" target="_blank" rel="noreferrer noopener">Windows Studio Effects</a>, which provide AI-powered camera enhancements, on an additional camera such as a USB webcam or your laptop’s built-in rear camera.</p>



<p>New features being rolled out gradually to all Windows 11 PCs include a simplified File Explorer context menu for easier navigation. Common actions like Share, Copy, and Move now appear in a single organized menu.</p>



<p>A variety of bugs have been fixed for all PCs, including one in which the Local Security Authority Subsystem Service (LSASS) could become unstable due to an access violation.</p>



<p>There are two known issues in this build, one in which when opening File Explorer in dark mode, the window might briefly display a blank white screen before loading files and folders. In addition, the password icon is missing or invisible in the lockscreen sign-in options on some PCs. (<a href="https://www.pcworld.com/article/2995974/cant-enter-a-password-on-windows-11-heres-the-culprit-and-a-workaround.html" target="_blank">Here’s a workaround</a> for the latter bug.)</p>



<p>Get more info about <a href="https://support.microsoft.com/en-us/topic/december-1-2025-kb5070311-os-builds-26200-7309-and-26100-7309-preview-5cd455bf-3291-47fa-b0bf-e5f60d0ea7af" target="_blank" rel="noreferrer noopener">KB5070311 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5068861 (OS Builds 26200.7171 and 26100.7171)</h3>



<p><strong>Release date:</strong> November 11, 2025</p>



<p>This Patch Tuesday build fixes several bugs, including one in which closing Task Manager with the Close button didn’t fully end the process, leaving background instances that could slow performance over time.</p>



<p>It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Nov" target="_blank" rel="noreferrer noopener">November 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/november-11-2025-kb5068861-os-builds-26200-7171-and-26100-7171-2e0512e4-3ad4-4da6-958c-a468a1af949e" target="_blank" rel="noreferrer noopener">KB5068861</a>.)</p>



<h3 class="wp-block-heading">KB5067036 (OS Builds 26200.7019 and 26100.7019) Preview</h3>



<p><strong>Release date:</strong> October 28, 2025</p>



<p>A variety of new features are being gradually rolled out in this build, including several for Click to Do on Copilot+ PCs — notably a streamlined interaction between Click to Do and Copilot. You can now type a custom prompt directly into the text box, which sends your prompt and selected on-screen content to Copilot. Suggested prompts appear below the text box and are available for text selections in English, Spanish, and French. </p>



<p>New features are being gradually rolled out for all Windows 11 PCs as well, including a redesigned Start menu, which includes scrollable “All” section and category and grid views. The menu now adapts to your screen size.</p>



<p>A variety of bugs have been fixed, including one in which text sometimes didn’t render correctly when editing content within a multiline text box in certain apps.</p>



<p>Get more info about <a href="https://support.microsoft.com/en-us/topic/october-28-2025-kb5067036-os-builds-26200-7019-and-26100-7019-preview-ec3da7dc-63ba-4b1d-ac41-cf2494d2123a" target="_blank" rel="noreferrer noopener">KB5067036 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5070773 (OS Builds 26200.6901 and 26100.6901) Out-of-band</h3>



<p><strong>Release date:</strong> October 20, 2025</p>



<p>This build fixes one bug, in which USB devices, such as keyboards and mice, did not function in the <a href="https://support.microsoft.com/topic/0eb14733-6301-41cb-8d26-06a12b42770b" target="_blank" rel="noreferrer noopener">Windows Recovery Environment (WinRE)</a>. This issue prevented navigation of any of the recovery options within WinRE.</p>



<p>This build has one known issue: some digital TV and Blu-ray/DVD apps might not play protected content as expected after installing the August 29, 2025, Windows non-security preview update (<a href="https://support.microsoft.com/en-us/topic/august-29-2025-kb5064081-os-build-26100-5074-preview-3f9eb9e1-72ca-4b42-af97-39aace788d93" target="_blank" rel="noreferrer noopener">KB5064081</a>) or later updates. Apps that use <a href="https://learn.microsoft.com/windows/win32/medfound/enhanced-video-renderer" target="_blank" rel="noreferrer noopener">Enhanced Video Renderer</a> with <a href="https://digital-cp.com/hdcp-specifications" target="_blank" rel="noreferrer noopener">HDCP enforcement</a> or <a href="https://learn.microsoft.com/windows-hardware/drivers/audio/drm-overview" target="_blank" rel="noreferrer noopener">Digital Rights Management (DRM)</a> for digital audio might show copyright protection errors, frequent playback interruptions, unexpected stops, or black screens. Streaming services are not affected. </p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/october-20-2025-kb5070773-os-builds-26200-6901-and-26100-6901-out-of-band-0f533ed7-949a-4b89-8d0f-6ee751adfcd4" target="_blank" rel="noreferrer noopener">KB5070773 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5066791 (OS Builds 19044.6456 and 19045.6456)</h3>



<p><strong>Release date:</strong> October 14, 2025</p>



<p>This build fixes several bugs, including one that caused the print preview screen to stop responding in Chromium-based browsers.</p>



<p>It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Oct" target="_blank" rel="noreferrer noopener">October 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/october-14-2025-kb5066835-os-builds-26200-6899-and-26100-6899-1db237d8-9f3b-4218-9515-3e0a32729685" target="_blank" rel="noreferrer noopener">KB5066791</a>.)</p>



<h3 class="wp-block-heading">KB5065789 (OS Builds 26200.6725 and 26100.6725) Preview</h3>



<p><strong>Release date:</strong> September 29, 2025</p>



<p>This build gradually rolls out a wide variety of new features, including one in which you can use AI actions in File Explorer to edit images or summarize documents. To do it, right-click (or press Shift + F10 on the keyboard) on the file and select <em>AI actions</em>. </p>



<p>Several bugs have also been fixed, including one in which you might not have been able to connect to shared files and folders if you were using the Server Message Block (SMB) v1 protocol on NetBIOS over TCP/IP NetBIOS (<a href="https://learn.microsoft.com/windows-hardware/customize/desktop/unattend/microsoft-windows-netbt" target="_blank" rel="noreferrer noopener">NetBT</a>).</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/september-29-2025-kb5065789-os-builds-26200-6725-and-26100-6725-preview-fa03ce47-cec5-4d1c-87d0-cac4195b4b4e" target="_blank" rel="noreferrer noopener">KB5065789 Preview</a>.)</p>



<h2 class="wp-block-heading">Windows 11 25H2</h2>



<p>At the end of September, Microsoft upgraded Windows 11 from version 24H2 to 25H2, in a slow rollout that could take months to complete. Typically in the past, Microsoft would introduce new features in a once-a-year update like this. That’s not the case with 25H2, though.</p>



<p>Microsoft has been introducing new features in smaller updates all year round, so 25H2 doesn’t include any major new features. Rather, it includes all the new features that have accumulated in all those smaller updates.</p>



<p><a href="https://support.microsoft.com/en-us/windows/inside-this-update-93c5c27c-f96e-43c2-a08e-5812d92f220d" target="_blank" rel="noreferrer noopener">As the company explains</a>, “While this update doesn’t introduce major new features, it activates enhancements that have been gradually rolled out over the past year ensuring your device is up to date with the latest refinements.”</p>



<p>Here are some of the most important features in 25H2 that have been introduced <a href="https://support.microsoft.com/en-us/windows/inside-this-update-93c5c27c-f96e-43c2-a08e-5812d92f220d" target="_blank" rel="noreferrer noopener">for end users</a> and <a href="https://learn.microsoft.com/en-us/windows/whats-new/whats-new-windows-11-version-25h2" target="_blank" rel="noreferrer noopener">IT pros</a> since 24H2 was released last fall:</p>



<p><strong>New features for users</strong>:</p>



<ul class="wp-block-list">
<li>File Explorer has several useful new features, notably AI actions, which can edit images or summarize documents. AI options such as Blur background, Erase objects, and Remove background are all now displayed in the context menu.</li>



<li>Task Manager gets a number of minor tweaks, including performance improvements when changing the sort order of processes.</li>



<li>You can now display the apps that have recently used on-device generative AI models provided by Windows. You can also choose which apps are permitted to use the generative AI technologies. To do that and more, go to <em>Settings &gt; Privacy &amp; security &gt; Text and Image Generation</em>.</li>
</ul>



<p><strong>New features for IT</strong>:</p>



<ul class="wp-block-list">
<li>IT admins can use policy-based tools to easily remove preinstalled Microsoft Store apps from Enterprise and Education editions of Windows 11, version 25H2 and later. This can streamline device provisioning and prevent removed apps such as Microsoft Clipchamp, Media Player, and Microsoft Teams from being reinstalled. For more information, see <a href="https://learn.microsoft.com/en-us/windows/configuration/policy-based-inbox-app-removal/policy-based-inbox-app-removal" target="_blank" rel="noreferrer noopener">Policy-based removal of preinstalled Microsoft Store apps</a> and <a href="https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-applicationmanagement#removedefaultmicrosoftstorepackages" target="_blank" rel="noreferrer noopener">RemoveDefaultMicrosoftStorePackages</a> in the ApplicationManagement Policy CSP.</li>



<li>Enterprise access points now support Wi-Fi 7, which enables increased speeds, greater throughput, improved reliability, and enhanced security. For details, see <a href="https://aka.ms/WiFi7forEnterprise" target="_blank" rel="noreferrer noopener">https://aka.ms/WiFi7forEnterprise</a>.</li>



<li><a href="https://www.computerworld.com/article/4047793/microsoft-releases-windows-backup-for-organizations-to-ease-migration-of-user-settings-to-windows-11.html">Windows Backup for Organizations</a> is now generally available.</li>



<li>A new feature called Quick Machine Recovery can recover Windows devices when they encounter critical errors that prevent them from booting. Quick machine recovery searches for remediations in the cloud and recovers from widespread boot failures, reducing the burden on IT admins on cases when multiple devices are affected. For more information, see Computerworld’s <a href="https://www.computerworld.com/article/4034346/windows-quick-machine-recovery-qmr.html" target="_blank">Quick Machine Recovery explainer</a>.</li>
</ul>



<h2 class="wp-block-heading">Updates for Windows 11 24H2</h2>



<h3 class="wp-block-heading">KB5068221 (OS Build 26100.6588) Out-of-band</h3>



<p><strong>Release date:</strong> September 22, 2025</p>



<p>This update fixes a bug that affected Microsoft Office applications running in Microsoft Application Virtualization (App-V) environments. The failure occurred due to a double handle closure in the AppVEntSubsystems32 or AppVEntSubsystems64 system component.</p>



<p>There is one issue in this build: you might fail to connect to shared files and folders using the Server Message Block (SMB) v1 protocol on NetBIOS over TCP/IP (<a href="https://learn.microsoft.com/windows-hardware/customize/desktop/unattend/microsoft-windows-netbt" target="_blank" rel="noreferrer noopener">NetBT</a>). This issue can occur if either the SMB client or the SMB server has the September 2025 security update installed.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/september-22-2025-kb5068221-os-build-26100-6588-out-of-band-4ff7f1be-b1f7-410f-b380-4aab5ba5fe2b" target="_blank" rel="noreferrer noopener">KB5068221 (OS Build 26100.6588) Out-of-band</a>).</p>



<h3 class="wp-block-heading">KB5065426 (OS Build 26100.6584)</h3>



<p><strong>Release date:</strong> September 9, 2025</p>



<p>This build fixes several bugs, including one that caused non-admin users to receive unexpected User Account Control (UAC) prompts when MSI installers performed certain custom actions, such as configuration or repair operations in the foreground or background during the initial installation of an application.</p>



<p>The build also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Sep" target="_blank" rel="noreferrer noopener">September 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/september-9-2025-kb5065426-os-build-26100-6584-77a41d9b-1b7c-4198-b9a5-3c4b6706dea9" target="_blank" rel="noreferrer noopener">KB5065426</a>.)</p>



<h3 class="wp-block-heading">KB5064081 (OS Build 26100.5074) Preview</h3>



<p><strong>Release date:</strong> August 29, 2025</p>



<p>A wide variety of new features are being gradually rolled out in this build, including a new personalized homepage in Windows Recall that displays your recent activity and top-used apps and websites (available only in Copilot+ PCs). Among the changes rolling out to all users is a new grid view for Search from the Windows taskbar that helps you more quickly and accurately identify the desired image within your search.</p>



<p>Several bugs have also been fixed, including one in which some system recovery features did not work properly due to a temporary file sharing conflict. This affected certain device management tools and disrupted key functions on some devices.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/august-29-2025-kb5064081-os-build-26100-5074-preview-3f9eb9e1-72ca-4b42-af97-39aace788d93" target="_blank" rel="noreferrer noopener">KB5064081 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5063878 (OS Build 26100.4946)</h3>



<p><strong>Release date:</strong> August 12, 2025</p>



<p>This build fixes a bug that caused delays during sign-in on new devices. The delay was due to certain preinstalled packages. It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Aug" target="_blank" rel="noreferrer noopener">August 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/august-12-2025-kb5063878-os-build-26100-4946-e4b87262-75c8-4fef-9df7-4a18099ee294" target="_blank" rel="noreferrer noopener">KB5063878</a>.)</p>



<h3 class="wp-block-heading">KB5062660 (OS Build 26100.4770) Preview</h3>



<p><strong>Release date:</strong> July 22, 2025</p>



<p>A wide variety of new features are being gradually rolled out in this build, including a new agent in Copilot+ PCs that is designed to help you find and change settings on your PC. You can describe what you need help with, such as “how to control my PC by voice” or “my mouse pointer is too small,” and the agent will suggest steps to resolve the issue. The agent uses AI on your PC to understand your request and, with your permission, can automate and complete tasks for you. It is rolling out to Snapdragon-powered Copilot+ PCs now, with support for AMD and Intel PCs coming soon. </p>



<p>Several bugs have also been fixed, including one in which If you have an app pinned to your desktop and it updates, the app icon might not display correctly and instead show a white page.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/july-22-2025-kb5062660-os-build-26100-4770-preview-9c5bc200-52b6-4c1a-be70-80df6bbfe9c3" target="_blank" rel="noreferrer noopener">KB5062660 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5064489 (OS Build 26100.4656) Out-of-band</h3>



<p><strong>Release date:</strong> July 13, 2025</p>



<p>This update fixes a bug that prevented some virtual machines (VMs) from starting when Virtualization-Based Security (VBS) was enabled. It affected VMs using version 8.0 (a non-default version) where VBS was offered by the host. In Azure, this applies to standard (non–Trusted Launch) General Enterprise (GE) VMs running on older VM SKUs. The problem was caused by a secure kernel initialization issue.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/july-13-2025-kb5064489-os-build-26100-4656-out-of-band-14a82ab2-100f-4dd4-8141-f490ec90c8f4" target="_blank" rel="noreferrer noopener">KB5064489 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5062553 (OS Build 26100.4652)</h3>



<p><strong>Release date:</strong> July 8, 2025</p>



<p>The build fixes several bugs, including one in which notification sounds didn’t play. Affected sounds included those for on-screen alerts, volume adjustments, and sign-in. It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Jul" target="_blank" rel="noreferrer noopener">July 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/july-8-2025-kb5062553-os-build-26100-4652-523e69cb-051b-43c6-8376-6a76d6caeefd" target="_blank" rel="noreferrer noopener">KB5062553</a>.)</p>



<h3 class="wp-block-heading">KB5060829 (OS Build 26100.4484) Preview</h3>



<p><strong>Release date:</strong> June 26, 2025</p>



<p>A wide variety of new features are being gradually rolled out in this build, including a new Settings home page that includes enterprise-specific device info cards for commercial customers on PCs managed by an IT administrator. The taskbar also now resizes icons to fit more apps when space runs low.</p>



<p>Users in the European Economic Area will see several small changes related to default browsers, such as mapping additional file and link types to the default browser and pinning it to the taskbar and Start menu.</p>



<p>A variety of bugs have also been fixed, including one that prevented the automatic renewal of expiring certificates in Windows Hello for Business.</p>



<p>There is one known issue in this build, in which blurry or unclear CJK (Chinese, Japanese, Korean) text appears when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. </p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/june-26-2025-kb5060829-os-build-26100-4484-preview-e31ba7c2-ff65-4863-a462-a66e30840b1a" target="_blank" rel="noreferrer noopener">KB5060829 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5063060 (OS Build 26100.4351) Out-of-band</h3>



<p><strong>Release date:</strong> June 11, 2025</p>



<p>This out-of-band update replaces the KB5060842 Patch Tuesday release, fixing a bug in which Windows sometimes restarted unexpectedly when users opened games that use the <a href="https://www.easy.ac/en-US" target="_blank" rel="noreferrer noopener">Easy Anti-Cheat</a> service. Easy Anti-Cheat automatically installs with certain games to enhance security and prevent cheating in multiplayer online PC games. </p>



<p>Note: In this build there are reports of blurry or unclear CJK (Chinese, Japanese, Korean) text when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. The issue is due to limited pixel density at 96 DPI, which can reduce the clarity and alignment of CJK characters. Increasing the display scaling improves clarity by enhancing text rendering.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/june-11-2025-kb5063060-os-build-26100-4351-out-of-band-b1746442-8c6c-425d-ac5a-3a8f51e372f3" target="_blank" rel="noreferrer noopener">KB5063060 Out-of-band</a>.)</p>



<h3 class="wp-block-heading">KB5060842 (OS Build 26100.4349)</h3>



<p><strong>Release date:</strong> June 10, 2025</p>



<p>After installing this update, Windows will retain system restore points for 60 days only. Restore points older than 60 days are not available. This 60-day limit will also apply to future versions of Windows 11, version 24H2.</p>



<p>The build fixes a bug that prevented users from signing in with self-signed certificates when using Windows Hello for Business with the Key Trust model.​​​​​​​ It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Jun" target="_blank" rel="noreferrer noopener">June 2025 Security Updates</a>.</p>



<p>Note: In this build there are reports of blurry or unclear CJK (Chinese, Japanese, Korean) text when displayed at 96 DPI (100% scaling) in Chromium-based browsers such as Microsoft Edge and Google Chrome. The issue is due to limited pixel density at 96 DPI, which can reduce the clarity and alignment of CJK characters. Increasing the display scaling improves clarity by enhancing text rendering.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/june-10-2025-kb5060842-os-build-26100-4349-47ff300b-2a04-440c-9476-2860d04fce8d" target="_blank" rel="noreferrer noopener">KB5060842</a>.)</p>



<h3 class="wp-block-heading">KB5058499 (OS Build 26100.4202) Preview</h3>



<p><strong>Release date:</strong> May 27, 2025</p>



<p>A wide variety of new features are being gradually rolled out in this build, including one in which Click to Do gets the new Ask Copilot action. When you highlight text or an image, Click to Do offers the Ask Copilot option. Selecting it opens <a href="https://www.computerworld.com/article/1611598/microsoft-copilot-tips-how-to-use-copilot-right.html?utm=hybrid_search">Microsoft Copilot</a> with your content in the prompt box. You can send the selected text or image directly to the Copilot app to complete your prompt.</p>



<p>A variety of bugs have also been fixed, including one in which devices with BitLocker on removable drives could encounter a blue screen error after resuming from sleep or hybrid-booting.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/may-28-2025-kb5058499-os-build-26100-4202-preview-d4c2f1ee-8138-4038-b705-546945076f92" target="_blank" rel="noreferrer noopener">KB5058499 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5061977 (OS Build 26100.4066) </h3>



<p><strong>Release date:</strong> May 27, 2025</p>



<p>This out-of-band update fixes a bug in the direct send path for a guest physical address (GPA). This issue caused confidential virtual machines running on Hyper-V with Windows Server 2022 to intermittently stop responding or restart unexpectedly. As a result, service availability was affected, and manual intervention was required. This problem primarily impacted <a href="https://learn.microsoft.com/azure/confidential-computing/confidential-vm-overview" target="_blank" rel="noreferrer noopener">Azure confidential VMs</a>.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/may-27-2025-kb5061977-os-build-26100-4066-out-of-band-a15fd6bb-313a-4a24-9e35-21dbcad2aa99" target="_blank" rel="noreferrer noopener">KB5061977</a>.)</p>



<h3 class="wp-block-heading">KB5058411 (OS Build 26100.4061)</h3>



<p><strong>Release date:</strong> May 13, 2025</p>



<p>This update fixes two bugs, one in which your microphone might have muted unexpectedly, and the other in which the eye controller app didn’t launch. It also has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-May" target="_blank" rel="noreferrer noopener">May 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/may-13-2025-kb5058411-os-build-26100-4061-356568c2-c730-469e-819d-b680d43b1265" target="_blank" rel="noreferrer noopener">KB5058411</a>.)</p>



<h3 class="wp-block-heading">KB5055627 (OS Build 26100.3915) Preview</h3>



<p><strong>Release date:</strong> April 25, 2025</p>



<p>This build gradually rolls out several new features for Copilot+ PCs, including a <a href="https://support.microsoft.com/en-us/windows/retrace-your-steps-with-recall-aa03f8a0-a78b-4b3e-b0a1-2eb8ac48701c" target="_blank" rel="noreferrer noopener">preview of Windows Recall</a>. When you opt in, Recall takes snapshots of your activity so you can quickly find and go back to what you have seen before on your PC. With it, you can use a timeline to find the content you remember seeing.</p>



<p>Copilot+ PCs also get a new natural-language Windows search in which you can search for anything on your PC without having to remember specific file names, exact words in file content, or settings names. Just describe what you’re looking for. On Copilot+ PCs, you can also more easily find photos stored and saved in the cloud by typing your own words (like “summer picnics”) in the search box at the upper-right corner of File Explorer. </p>



<p>All PCs get a number of new features, including speech recap, in which you can keep track of what Narrator has spoken and access it for quick reference. With speech recap, you can quickly access spoken content, follow along with live transcription, and copy what Narrator last said <a href="https://support.microsoft.com/en-us/windows/appendix-b-narrator-keyboard-commands-and-touch-gestures-8bdab3f4-b3e9-4554-7f28-8b15bd37410a" target="_blank" rel="noreferrer noopener">using keyboard shortcuts</a>.</p>



<p>A variety of bugs are being fixed, including one in which some devices experienced intermittent internet connections when resuming from sleep mode. Several AI components have also been updated.</p>



<p>There are two known issues in this build, including one in which players on Arm devices are unable to download and play Roblox from the Microsoft Store on Windows.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/april-25-2025-kb5055627-os-build-26100-3915-preview-9324a361-965a-4496-8fd8-ba8a9de9fc38" target="_blank" rel="noreferrer noopener">KB5055627 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5055523 (OS Build 26100.3775)</h3>



<p><strong>Release date:</strong> April 8, 2025</p>



<p>This update includes a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Apr" target="_blank" rel="noreferrer noopener">April 2025 Security Updates</a>. </p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>There are two known issues in this build, including one in which players on Arm devices are unable to download and play Roblox via the Microsoft Store on Windows. </p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/april-8-2025-kb5055523-os-build-26100-3775-277a9d11-6ebf-410c-99f7-8c61957461eb" target="_blank" rel="noreferrer noopener">KB5055523</a>.)</p>



<h3 class="wp-block-heading">KB5053656 (OS Build 26100.3624) Preview</h3>



<p><strong>Release date:</strong> March 27, 2025</p>



<p>This build gradually rolls out several new features for Snapdragon-powered Copilot+ PCs, including one in which you can search for anything on your PC without having to remember specific file names, exact words in file content, or settings names. Just describe what you’re looking for.</p>



<p>On Copilot+ PCs you can also more easily find photos stored and saved in the cloud by typing your own words (like “summer picnics”) in the search box at the upper-right corner of File Explorer. In addition to photos stored locally on your Copilot+ PC, photos from the cloud will now show up in the search results together. </p>



<p>Snapdragon-powered Copilot+ PCs also will allow you to use natural-language processing in voice access, by using your own words rather than using rigid, predefined commands.</p>



<p>In addition, the build includes a variety of bugs being immediately fixed, including one in which some third-party apps rendered the graphics settings page unresponsive.</p>



<p>There are two known issues in this build, including one in which players on Arm devices are unable to download and play Roblox from the Microsoft Store on Windows.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/march-27-2025-kb5053656-os-build-26100-3624-preview-4c35f1c4-1ae6-41ef-a317-3d8ee2e73975" target="_blank" rel="noreferrer noopener">KB5053656 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5053598 (OS Build 26100.3476)</h3>



<p><strong>Release date:</strong> March 11, 2025</p>



<p>This update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Mar" target="_blank" rel="noreferrer noopener">March 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>There are two known issues in this build, including one in which players on Arm devices are unable to download and play Roblox via the Microsoft Store on Windows.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/march-11-2025-kb5053598-os-build-26100-3476-a248e951-daef-43ad-aa10-0b99f551cec2" target="_blank" rel="noreferrer noopener">KB5053598</a>.)</p>



<h3 class="wp-block-heading">KB5052093 (OS Build 26100.3323) Preview</h3>



<p><strong>Release date:</strong> February 25, 2025</p>



<p>In this build, a variety of new features are being rolled out gradually, including one that lets you snooze or turn off the “Start backup” reminder in the File Explorer address bar. This only applies if you are not already backing up your files and folder. To view this new option, right-click <em>Start backup</em>.</p>



<p>A number of bug fixes are being rolled out gradually, including one for a bug in which the address bar overlapped files in File Explorer when you used the F11 full-screen mode. A variety of bug fixes take immediate effect, including for a bug in which there were display rendering issues when you tried to connect to certain PCs.</p>



<p>There are two known issues in this build, including one in which Arm devices are unable to download and play Roblox via the Microsoft Store on Windows. In addition, devices that have certain Citrix components installed might be unable to complete installation of the January 2025 Windows security update. This issue was observed on devices with <a href="https://docs.citrix.com/en-us/session-recording/current-release/install-upgrade-uninstall.html" target="_blank" rel="noreferrer noopener">Citrix Session Recording Agent (SRA)</a> version 2411.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/february-25-2025-kb5052093-os-build-26100-3323-preview-053856ea-f984-4bdb-866c-5f356f5a451b" target="_blank" rel="noreferrer noopener">KB5052093 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5051987 (OS Build 26100.3194)</h3>



<p><strong>Release date:</strong> February 11, 2025</p>



<p>This update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Feb" target="_blank" rel="noreferrer noopener">February 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>There are three known issues in this build, including one in which players on Arm devices are unable to download and play Roblox via the Microsoft Store on Windows.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/february-11-2025-kb5051987-os-build-26100-3194-63fb007d-3f52-4b47-85ea-28414a24be2d" target="_blank" rel="noreferrer noopener">KB5051987</a>.)</p>



<h3 class="wp-block-heading">KB5050094 (OS Build 26100.3037) Preview</h3>



<p><strong>Release date:</strong> January 28, 2025</p>



<p>In this build, a variety of new features are being rolled out gradually, including one in which an icon will appear in the system tray when you use an app that supports <a href="https://learn.microsoft.com/windows/ai/studio-effects/" target="_blank" rel="noreferrer noopener">Windows Studio Effects</a>. This only occurs on a device that has a neural processing unit (NPU). Select the icon to open the Studio Effects page in Quick Settings. To view the app that is using the camera, hover over the icon for a tooltip.</p>



<p>A number of bug fixes are being rolled out gradually, including one for a bug in which a search would sometimes repeat when you didn’t want it to. Other bug fixes are immediately available, including one in which the display of some games appears oversaturated when you use Auto HDR.</p>



<p>There are three known issues in this build, including one in which Arm devices are unable to download and play Roblox via the Microsoft Store on Windows. In addition, following the installation of the October 2024 security update, some customers report that the OpenSSH (Open Secure Shell) service fails to start, preventing SSH connections. And devices that have certain Citrix components installed might be unable to complete installation of the January 2025 Windows security update</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/january-28-2025-kb5050094-os-build-26100-3037-preview-78fda0ea-79e9-468d-8a77-de7914ca1aef" target="_blank" rel="noreferrer noopener">KB5050094 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5050009 (OS Build 26100.2894)</h3>



<p><strong>Release date:</strong> January 14, 2025</p>



<p>This update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Jan" target="_blank" rel="noreferrer noopener">January 2025 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>There are three known issues in this build, including one in which players on Arm devices are unable to download and play Roblox via the Microsoft Store on Windows.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/january-14-2025-kb5050009-os-build-26100-2894-bdbfb097-ea20-487d-9171-718d15e26f1b" target="_blank" rel="noreferrer noopener">KB5050009</a>.)</p>



<h3 class="wp-block-heading">KB5048667 (OS Build 26100.2605)</h3>



<p><strong>Release date:</strong> December 10, 2024</p>



<p>This update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2024-Dec" target="_blank" rel="noreferrer noopener">December 2024 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>There is one known issue in this build, in which players on Arm devices are unable to download and play Roblox via the Microsoft Store on Windows.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/december-10-2024-kb5048667-os-build-26100-2605-708755a6-d809-4a8a-8d20-53c4108590e6" target="_blank" rel="noreferrer noopener">KB5048667</a>.)</p>



<h3 class="wp-block-heading">KB5046740 (OS Build 26100.2454) Preview</h3>



<p><strong>Release date:</strong> November 21, 2024</p>



<p>This build adds a number of interface features are being rolled out gradually. The system tray shows a shortened date and time, and there’s a new section for touchscreen edge gestures in Settings. When you right-click an app on the Start menu, a jump list will appear (if the app has a jump list). And if you hold Ctrl + Shift down when you click a jump list item, you open the item as an admin.</p>



<p>A variety of bugs have been fixed in this build, including one in which the users page might have caused Task Manager to stop responding when you use the keyboard.</p>



<p>There is one known issue in this build, in which Arm devices are unable to download and play Roblox via the Microsoft Store on Windows.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/november-21-2024-kb5046740-os-build-26100-2454-preview-2040f716-b719-482a-8aff-f7f02c79b147" target="_blank" rel="noreferrer noopener">KB5046740 Preview</a>.)</p>



<h3 class="wp-block-heading">KB5046617 (OS Build 26100.2314)</h3>



<p><strong>Release date:</strong> November 12, 2024</p>



<p>This update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2024-Nov" target="_blank" rel="noreferrer noopener">November 2024 Security Updates</a>.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/november-12-2024-kb5046617-os-build-26100-2314-1fa61a6d-a99a-47ca-a169-6974f08c3a0b" target="_blank" rel="noreferrer noopener">KB5046617</a>.)</p>



<h3 class="wp-block-heading">KB5044384 (OS Build 26100.2161) Preview</h3>



<p><strong>Release date:</strong> October 24, 2024</p>



<p>In this build, you can now configure the <a href="https://blogs.windows.com/windowsexperience/2024/01/04/introducing-a-new-copilot-key-to-kick-off-the-year-of-ai-powered-windows-pcs/" target="_blank" rel="noreferrer noopener">Copilot key</a> on the keyboard. On new devices, the key opens the Copilot app. If you sign in to your account using a Microsoft Entra ID, the key opens the M365 app. You can make the key open a different app or open Search. To do this, go to <em>Settings &gt; Personalization &gt; Text input</em>. </p>



<p>In addition, a variety of features are being rolled out gradually, including one in which you can stop the suggestions to turn off notifications from certain apps. Select the ellipsis (…) in the notification and turn it off. You can also go to <em>Settings &gt; System &gt; Notifications</em> and turn it off from there. </p>



<p>A variety of bugs have also been fixed, including one in which you were unable to view some parts of the UI when you run certain apps.</p>



<p>There is one known issue in this build, in which Arm devices are unable to download and play Roblox via the Microsoft Store on Windows.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/october-24-2024-kb5044384-os-build-26100-2161-preview-5a4ac390-7c7b-4f7f-81c2-c2b329ac86ab" target="_blank" rel="noreferrer noopener">KB5044384 Preview</a>.)</p>



<h3 class="wp-block-heading">Windows 11 24H2 KB5044284 (OS Build 26100.2033)</h3>



<p><strong>Release date:</strong> October 8, 2024</p>



<p>This update has a wide variety of security updates. For details, see <a href="https://msrc.microsoft.com/update-guide" target="_blank" rel="noreferrer noopener">Microsoft’s Security Update Guide</a> and <a href="https://msrc.microsoft.com/update-guide/releaseNote/2024-Oct" target="_blank" rel="noreferrer noopener">October 2024 Security Updates</a>.</p>



<p>This build also fixes one bug in which the Remote Desktop Gateway Service stopped responding when a service used remote procedure calls (RPC) over HTTP.</p>



<p>There is one known issue in this build, in which Arm devices are unable to download and play Roblox via the Microsoft Store on Windows.</p>



<p><strong>What IT needs to know:</strong> Because this is a security update, it should be applied relatively soon. Over the next few weeks, check for reports about problematic issues, and if all seems well, apply the update.</p>



<p>(Get more info about <a href="https://support.microsoft.com/en-us/topic/october-8-2024-kb5044284-os-build-26100-2033-6baf4a06-9763-4d9b-ba8a-f25ba6ed477b" target="_blank" rel="noreferrer noopener">KB5044284</a>.)</p>



<h2 class="wp-block-heading">Windows 11, version 24H2</h2>



<p><strong>Release date:</strong> October 1, 2024</p>



<p>The <a href="https://support.microsoft.com/en-us/topic/windows-11-version-24h2-update-history-0929c747-1815-4543-8461-0160d16f15e5" target="_blank" rel="noreferrer noopener">Windows 11 24H2 update</a> (also called <a href="https://www.computerworld.com/article/1615648/windows-11-arrives-my-initial-impressions.html">Windows 11 2024 Update</a>) is now being <a href="https://www.computerworld.com/article/1615035/microsoft-to-launch-windows-11-on-oct-5-rollout-to-last-into-22.html">gradually rolled out</a>. It may take some months before it reaches everyone, so you may not have it yet. As with previous annual Windows updates, it’s not a major upgrade, but does include a variety of minor new features.</p>



<p>Following are the highlights for end users:</p>



<ul class="wp-block-list">
<li>File Explorer gets several new features, including support for TAR and 7z compression and the ability to add metadata to PNG files, so you can add information to your images.</li>



<li>New privacy settings for Wi-Fi networks give more control over which applications can access the list of nearby Wi-Fi networks. Limiting the applications that can access that list can make it more difficult for others to pinpoint your location.</li>



<li>You can now join Wi-Fi networks by scanning QR codes, and create a QR code to allow others to share your mobile hotspot with others.</li>



<li>A new Energy Saver mode reduces electric consumption on desktop PCs as well as laptops, helping you reduce your carbon footprint and improving laptop battery life. It reduces energy consumption from background tasks as well as those running in the foreground.</li>



<li>Copilot now runs as a separate app, and is movable and resizable like any other app, rather than running in a sidebar panel.</li>



<li>Copilot+ PCs get several new features, including Cocreator in Paint, which uses AI to generate images; enhancing video calls with AI-powered noise cancellation and improved lighting; and what Microsoft calls Auto Super Resolution, which gives games higher resolution and offers smoother gameplay.</li>
</ul>



<p>For <a href="https://www.computerworld.com/article/1613390/microsoft-hands-it-admins-beefed-up-windows-release-health-hub.html">IT admins</a>, highlights include:</p>



<ul class="wp-block-list">
<li>Policy improvements and automatic account management for Windows Local Administrator Password Solution (LAPS)</li>



<li>Personal Data Encryption (PDE) for users’ Documents, Desktop, and Pictures folders</li>



<li>App Control for Business</li>



<li>Windows protected print mode</li>



<li>Local Security Authority (LSA) protection</li>



<li>Support for Wi-Fi 7</li>



<li>SHA-3 support</li>
</ul>



<p>See this <a href="https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-11-version-24h2-what-s-new-for-it-pros/ba-p/4259108" target="_blank" rel="noreferrer noopener">blog post</a> from Microsoft’s Harjit Dhaliwal for more information.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 11 Insider Previews: What’s in the latest build?]]></title>
<description><![CDATA[Windows 11 25H2 has been released, but behind the scenes, Microsoft is constantly working to improve the newest version of Windows. The company frequently rolls out public preview builds to members of its Windows Insider Program, allowing them to test out — and help shape — upcoming features.



...]]></description>
<link>https://tsecurity.de/de/3374522/it-nachrichten/windows-11-insider-previews-whats-in-the-latest-build/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3374522/it-nachrichten/windows-11-insider-previews-whats-in-the-latest-build/</guid>
<pubDate>Mon, 23 Mar 2026 19:02:24 +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>Windows 11 25H2 has been released, but behind the scenes, Microsoft is constantly working to improve the newest version of Windows. The company frequently rolls out public preview builds to members of its Windows Insider Program, allowing them to test out — and help shape — upcoming features.</p>



<p><a href="https://www.computerworld.com/article/1614352/windows-11-insider-previews-whats-in-latest-build.html#latestbuilds"><em>Skip to the latest builds</em></a></p>



<p>The Windows Insider program is divided into four channels:</p>



<ul class="wp-block-list">
<li>The <strong>Canary Channel</strong> is where platform changes (such as major updates to the Windows kernel and new APIs) are previewed. These changes are not tied to a particular Windows release and may never ship at all. Little documentation is provided, and builds are likely to be very unstable. This channel is best for highly technical users.</li>



<li>The <strong>Dev Channel</strong> is where new features are introduced for initial testing, regardless of which Windows release they’ll eventually end up in. This channel is best for technical users and developers and builds in it may be unstable and buggy.</li>



<li>In the <strong>Beta Channel</strong>, you’ll get more polished features that will be deployed in the next major Windows release. This channel is best for early adopters, and Microsoft says your feedback in this channel will have the most impact.</li>



<li>The <strong>Release Preview Channel</strong> typically doesn’t see action until shortly before a new feature update is rolled out. It’s meant for final testing of an upcoming release and is best for those who want the most stable builds.</li>
</ul>



<p>The Beta and Release Preview Channels also receive bug-fix builds for the currently shipping version of Windows 11. See “<a href="https://www.computerworld.com/article/3220429/how-to-preview-and-deploy-windows-10-and-11-updates.html">How to preview and deploy Windows 10 and 11 updates</a>” for more details about the four channels and how to switch to a different channel.</p>



<p>Not everyone can participate in the Windows 11 Insider program, because the new operating system has <a href="https://blogs.windows.com/windows-insider/2021/06/28/update-on-windows-11-minimum-system-requirements/" rel="noreferrer noopener" target="_blank">more stringent system requirements</a> than Windows 10. If your PC fails to meet the minimum hardware requirements for Windows 11, you cannot join the Windows 11 Insider Program. (See “<a href="https://www.computerworld.com/article/3631575/how-to-check-if-your-pc-can-run-windows-11.html">How to check if your PC can run Windows 11</a>.”)</p>



<p>Below you’ll find information about the Windows 11 preview builds that have been announced by Microsoft in the past six months. (For the Release Preview Channel, we cover builds released for the current version of Windows 11, not for earlier versions.) For each build, we’ve included the date of its release, which Insider channel it was released to, a summary of what’s in the build, and a link to Microsoft’s announcement about it.</p>



<p><em>Note: If you’re looking for information about updates being rolled out to all Windows 11 users, not previews for Windows Insiders, see “<a href="https://www.computerworld.com/article/3636790/windows-11-a-guide-to-the-updates.html">Windows 11: A guide to the updates</a>.”</em></p>



<h2>The latest Windows 11 Insider preview builds</h2>




<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.8079</h3>



<p><strong>Release date:</strong> March 20, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build gradually rolls out several bug fixes, including for one in which the Network and Sharing Center incorrectly displayed two active Wi-Fi connections after switching from one Wi-Fi network to another. The Network and Sharing Center now correctly shows a single active Wi-Fi connection when you connect to a new network. </p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/20/announcing-windows-11-insider-preview-build-26220-8079-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.8079</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26300.8085</h3>



<p><strong>Release date:</strong> March 20, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build resumes rollout of the Point Indicator Accessibility setting, which enables low-vision users to easily locate and use their cursor. The build also introduces the new Feedback Hub, which offers Insiders simpler navigation and feedback submission flows.</p>



<p>In addition, several bugs were fixed, including one in which the Network and Sharing Center incorrectly displayed two active Wi-Fi connections after switching from one Wi-Fi network to another. The Network and Sharing Center now correctly shows a single active Wi-Fi connection when you connect to a new network.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/20/announcing-windows-11-insider-preview-build-26300-8085-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26300.8085</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1743</h3>



<p><strong>Release date:</strong> March 20, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build includes several new features being rolled out gradually, including one in which shared audio now provides individual sliders for each listener which adjusts their volume without affecting the other. You can continue to adjust volume for both listeners at the same time through the main volume controls available through Quick Settings or on-device and keyboard controls.</p>



<p>The build also introduces the new Feedback Hub, which offers Insiders simpler navigation and feedback submission flows.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/20/announcing-windows-11-insider-preview-build-28020-1743-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1743</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 29553.1000</h3>



<p><strong>Release date:</strong> March 20, 2026</p>



<p><strong>Released to:</strong> Canary Channel (29500 build series)</p>



<p>For those who have turned the toggle on to receive the latest updates in the Canary Channel’s optional 29500 build series, this build introduces the new Feedback Hub, which offers Insiders simpler navigation and feedback submission flows.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/20/announcing-windows-11-insider-preview-build-for-canary-channel-29553-1000/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 29553.1000</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.8062</h3>



<p><strong>Release date:</strong> March 13, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build includes numerous changes and refinements, including an update to the “Remove Default Microsoft Store packages” policy for Windows Enterprise and Education SKUs that allows IT administrators to remove MSIX/APPX apps by adding their app package family name (PFNs) to a dynamic list.</p>



<p>Starting with this update, the Windows kernel will enforce a new policy removing default trust for cross-signed drivers. The policy allows third-party drivers from the WHCP program by default, with an allow list of trustworthy publishers and drivers from the cross-signing program.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/13/announcing-windows-11-insider-preview-build-26220-8062-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.8062</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26300.8068</h3>



<p><strong>Release date:</strong> March 13, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build includes numerous changes and refinements, including an update to the “Remove Default Microsoft Store packages” policy for Windows Enterprise and Education SKUs that allows IT administrators to remove MSIX/APPX apps by adding their app package family name (PFNs) to a dynamic list.</p>



<p>Starting with this update, the Windows kernel will enforce a new policy removing default trust for cross-signed drivers. The policy allows third-party drivers from the WHCP program by default, with an allow list of trustworthy publishers and drivers from the cross-signing program.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/13/announcing-windows-11-insider-preview-build-26300-8068-dev-channel/" target="_blank" rel="noreferrer noopener"> Windows 11 Insider Preview Build 26300.8068</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1737</h3>



<p><strong>Release date:</strong> March 13, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build makes refinements to the Pen settings page, including small changes to the options for the pen tail button. A new option, “Same as Copilot key,” enables the pen tail button to launch the same app as the Copilot key.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/13/announcing-windows-11-insider-preview-build-28020-1737-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1737</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 29550.1000</h3>



<p><strong>Release date:</strong> March 13, 2026</p>



<p><strong>Released to:</strong> Canary Channel (29500 build series)</p>



<p>For those  who have turned the toggle on to receive the latest updates in the Canary Channel’s optional 29500 build series, this build has a variety of minor changes, including one in which changes to global power settings (for example, Display, Sleep, Hibernate timeouts, Power/Sleep button, and lid close actions) from Settings are now applied to all power plans. This should help improve persistence of chosen settings.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/13/announcing-windows-11-insider-preview-build-for-canary-channel-29550-1000/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 29550.1000</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Builds 26100.8106 and 26200.8106</h3>



<p><strong>Release date:</strong> March 12, 2026</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This build introduces a wide range of minor features being rolled out gradually, including the ability to turn <a href="https://www.computerworld.com/article/4043925/windows-11-smart-app-control-explained.html">Smart App Control (SAC)</a> on or off without needing a clean install. To make changes, go to <em>Settings &gt; Windows Security &gt; App &amp; Browser Control &gt; Smart App Control</em> settings. When turned on, SAC helps block untrusted or potentially harmful apps.</p>



<p>The update also improves stability in Windows Recovery Environment (Windows RE) when you run x64 apps on ARM64 devices. These apps run more smoothly and respond as expected.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/12/releasing-windows-11-builds-26100-8106-and-26200-8106-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Builds 26100.8106 and 26200.8106</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7961</h3>



<p><strong>Release date:</strong> March 6, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build re-enables <a href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/administrator-protection-on-windows-11/4303482" target="_blank" rel="noreferrer noopener">Administrator protection</a>, which aims to protect free-floating admin rights for administrator users, allowing them to still perform all admin functions with just-in-time admin privileges. This feature is off by default and can be enabled via OMA-URI in Intune or via group policy.</p>



<p>Other changes and improvements being gradually rolled out to the same group include the ability to use voice typing (Windows key + H) when renaming files in File Explorer, as well as a smaller peek view in the drag tray.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/06/announcing-windows-11-insider-preview-build-26220-7961-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Build 26220.7961</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26300.7965</h3>



<p><strong>Release date:</strong> March 6, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build re-enables <a href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/administrator-protection-on-windows-11/4303482" target="_blank" rel="noreferrer noopener">Administrator protection</a>, which aims to protect free-floating admin rights for administrator users, allowing them to still perform all admin functions with just-in-time admin privileges. This feature is off by default and can be enabled via OMA-URI in Intune or via group policy.</p>



<p>Other changes and improvements being gradually rolled out to the same group include the ability to use voice typing when renaming files in File Explorer, as well as a smaller peek view in the drag tray.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/06/announcing-windows-11-insider-preview-build-26300-7965-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26300.7965</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1685</h3>



<p><strong>Release date:</strong> March 6, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build lets you use voice typing (Windows key + H) when renaming files in File Explorer. The build also improves the reliability of removing Windows Update files and windows.old files via <em>Settings &gt; System &gt; Storage</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/03/06/announcing-windows-11-insider-preview-build-28020-1685-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1685</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7934</h3>



<p><strong>Release date: </strong>Feb. 27, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build gives administrators and Application Control for Business policy authors additional controls over the processing of batch files and CMD scripts. Starting with this release, admins can enable a more secure mode for processing batch files that ensures they do not change during execution by adding a value to the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor named LockBatchFilesWhenInUse (DWORD, value 0 or 1). Policy authors can also use the LockBatchFilesWhenInUse application manifest control documented here to enable this mode.</p>



<p>There are a variety of other improvements being rolled out gradually, including one in which a new taskbar indicator displays while you’re sharing, giving a quick reminder that audio is still being shared. Clicking the indicator is a fast path to open sharing settings to change volume or stop sharing.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/27/announcing-windows-11-insider-preview-build-26220-7934-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7934</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26300.7939</h3>



<p><strong>Release date:</strong> Feb. 27, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>For those who opted to receive the latest updates, this build gives administrators and Application Control for Business policy authors additional controls over the processing of batch files and CMD scripts. Starting with this release, admins can enable a more secure mode for processing batch files that ensures they do not change during execution by adding a value to the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor named LockBatchFilesWhenInUse (DWORD, value 0 or 1). Policy authors can also use the LockBatchFilesWhenInUse application manifest control documented here to enable this mode.</p>



<p>There are a variety of other improvements being rolled out gradually, including one in which a new taskbar indicator displays while you’re sharing, offering a quick reminder that audio is still being shared. Clicking the indicator is a fast path to open sharing settings to change volume or stop sharing.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/27/announcing-windows-11-insider-preview-build-26300-7939-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26300.7939</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1673</h3>



<p><strong>Release date:</strong> Feb. 27, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>For those who have opted to receive the latest updates, this build gets a variety of new features being rolled out gradually, including one in which Quick Machine Recovery (QMR) now turns on automatically for enterprise managed Windows Professional devices, as well as Windows Professional devices that are not domain-joined. These devices receive the same recovery features available to Windows Home users. For domain-joined devices, QMR stays off unless it is enabled by the organization.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/27/announcing-windows-11-insider-preview-build-28020-1673-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1673</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7872</h3>



<p><strong>Release date:</strong> February 20, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build offers a variety of new features, including simplified specifications on the ‘Device info’ Card on the Settings Home page and improved mouseover animations for app groups on the taskbar.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/20/announcing-windows-11-insider-preview-build-26220-7872-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7872</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26300.7877</h3>



<p><strong>Release date:</strong> February 20, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build offers a variety of new features, including simplified specifications on the ‘Device info’ Card on the Settings Home page and improved mouseover animations for app groups on the taskbar.</p>



<p>Several bugs have also been fixed, including one in which all File Explorer open windows and tabs unexpectedly jumped to Desktop or Home.</p>



<p>Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/20/announcing-windows-11-insider-preview-build-26300-7877-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26300.7877</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1619</h3>



<p><strong>Release date:</strong> February 20, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build offers a variety of new features, including one in which Windows Hello Enhanced Sign-in Security (ESS) supports peripheral fingerprint sensors. Previously, ESS was only available on PCs with built-in biometric sensors, but now it can be used when you plug in a supported ESS fingerprint reader.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/20/announcing-windows-11-insider-preview-build-28020-1619-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1619</a>.)</p>



<h3 class="wp-block-heading">Optional Windows 11 Insider Preview Build 29531.1000</h3>



<p><strong>Release date:</strong> February 18, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build is the first in a new Canary Channel optional path with a focus on platform development, which will introduce new features before the existing <strong>28000</strong> Canary Channel series. Microsoft recommends that most people remain on the 28000 build path, but adds that those who want to get the newest platform changes as early as possible may want to switch to this new <strong>29500</strong> path. Note, though, that if you switch to the 29500 path by installing this build, you won’t be able to go back to the 28000 Canary Channel series.</p>



<p>The build itself, in Microsoft’s words, “includes platform changes in moving to a new active development build.”</p>



<p>Microsoft warns, “because of the focus on platform development for this path, you may notice a temporary loss in some features that you have today. These features will return to this new active development build.”</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/18/announcing-new-optional-windows-11-insider-preview-build-for-canary-channel-29531-1000/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 29531.1000</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7859</h3>



<p><strong>Release date:</strong> February 17, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build displays an option to upgrade to a different Microsoft 365 plan on the Accounts page within the Settings app. It also rolls out fixes for several bugs, including one in which all File Explorer open windows and tabs unexpectedly jumped to Desktop or Home.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/17/announcing-windows-11-insider-preview-build-26220-7859-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Preview Build 26220.7859</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Builds 26100.7918 and 26200.7918</h3>



<p><strong>Release date:</strong> February 17, 2026</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This build gradually rolls out a variety of new features, including one in which <a href="https://learn.microsoft.com/windows/configuration/quick-machine-recovery/?tabs=intune" target="_blank" rel="noreferrer noopener">Quick Machine Recovery (QMR)</a> now turns on automatically for Windows Professional devices that are not domain‑joined and not enrolled in enterprise endpoint management. These devices receive the same recovery features available to Windows Home users. For domain‑joined or enterprise managed devices, QMR stays off unless it is enabled by the organization. The build also improves login screen reliability.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/17/releasing-windows-11-builds-26100-7918-and-26200-7918-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Builds 26100.7918 and 26200.7918</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1611</h3>



<p><strong>Release date:</strong> February 12, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build brings Sysmon functionality natively to Windows. Sysmon functionality allows you to capture system events that can help with threat detection, and you can use custom configuration files to filter the events you want to monitor. The captured events are written on the Windows event log, enabling them to be used with security applications and in a wide range of use cases.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/12/announcing-windows-11-insider-preview-build-28020-1611-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1611</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7755</h3>



<p><strong>Release date:</strong> February 9, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build gradually rolls out several new features, including <a href="https://www.unicode.org/emoji/charts-16.0/emoji-released.html">Emoji 16.0</a>, which contains a new set of emojis, and the ability to directly control pan and tilt for supported cameras in the Settings app.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/09/announcing-windows-11-insider-preview-build-26220-7755-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 226220.7755</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26300.7760</h3>



<p><strong>Release date:</strong> February 9, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build gradually rolls out several new features, including <a href="https://www.unicode.org/emoji/charts-16.0/emoji-released.html">Emoji 16.0</a>, which contains a new set of emojis, and the ability to directly control pan and tilt for supported cameras in the Settings app.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/09/announcing-windows-11-insider-preview-build-26300-7760-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26300.7760</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1546</h3>



<p><strong>Release date:</strong> February 4, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This update, in the words of Microsoft, “includes a small set of general improvements and fixes that improve the overall experience for Insiders” running Windows.</p>



<p>It also fixes one bug that affected apps working with files stored on OneDrive or Dropbox.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/04/announcing-windows-11-insider-preview-build-28020-1546-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1546</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7752</h3>



<p><strong>Release date:</strong> February 3, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>Those who have turned the toggle on to receive the latest updates get Sysmon functionality natively in Windows. Sysmon functionality allows you to capture system events that can help with threat detection, and you can use custom configuration files to filter the events you want to monitor. The captured events are written on the Windows event log, enabling them to be used with security applications and a wide range of use cases. (This feature is being gradually rolled out.)</p>



<p>The same group also gets a number of bug fixes being gradually rolled out, including for a File Explorer bug in which icons/tooltips for “Add to favorites” were missing.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/03/announcing-windows-11-insider-preview-build-26220-7752-beta-channel/" target="_blank" rel="noreferrer noopener">Insider Preview Build 26220.7752</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26300.7733</h3>



<p><strong>Release date:</strong> February 3, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>Those who have turned the toggle on to receive the latest updates get Sysmon functionality natively in Windows. Sysmon functionality allows you to capture system events that can help with threat detection, and you can use custom configuration files to filter the events you want to monitor. The captured events are written on the Windows event log, enabling them to be used with security applications and a wide range of use cases. (This feature is being gradually rolled out.)</p>



<p>The same group also gets a number of bug fixes being gradually rolled out, including for a File Explorer bug in which icons/tooltips for “Add to favorites” were missing.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/02/03/announcing-windows-11-insider-preview-build-26300-7733-dev-channel/" target="_blank" rel="noreferrer noopener">Insider Preview Build 26300.7733</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1495</h3>



<p><strong>Release date:</strong> January 28, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build, in Microsoft’s words, “includes a small set of general improvements and fixes that improve the overall experience [of Windows 11].” It also fixes a variety of bugs, including one that led to the Windows Update settings page hanging when loading.</p>



<p>The build has two known issues, one that sometimes causes all open File Explorer windows and tabs to unexpectedly jump to Desktop or Home in File Explorer, and another in which the desktop watermark is showing the wrong build number.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/01/28/announcing-windows-11-insider-preview-build-28020-1495-canary-channel/" target="_blank" rel="noreferrer noopener">Insider Preview Build 28020.1495</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Builds 26100.7701 and 26200.7701</h3>



<p><strong>Release date:</strong> January 27, 2026</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This build gradually rolls out a variety of new features for Copilot+ PCs, including one in which Narrator gives you more control over how it announces on‑screen controls. You can choose which details are spoken and adjust their order to match how you navigate apps. These settings apply throughout the app to help reduce extra speech and make Narrator easier to follow.</p>



<p>The build also immediately rolls out a variety of new features for all PCs, including one in Data Protection Application Programming Interface (DPAPI) domain backup key management. Administrators can now set how often keys rotate automatically. This strengthens cryptographic security and reduces reliance on older encryption algorithms.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/01/27/releasing-windows-11-builds-26100-7701-and-26200-7701-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Insider Preview Builds 26100.7701 and 26200.7701</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7670</h3>



<p><strong>Release date:</strong> January 27, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build gradually rolls out several bug fixes, including for an issue in which the Search process was showing an icon with an X instead of a magnifying glass.</p>



<p>The build has five known issues, including one in which some Insiders’ apps aren’t showing in the system tray when they should be.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/01/27/announcing-windows-11-insider-preview-build-26220-7670-beta-channel/" target="_blank" rel="noreferrer noopener">Insider Preview Build 26220.7670</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26300.7674</h3>



<p><strong>Release date:</strong> January 27, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>In this build, the Dev Channel jumps ahead to receive <strong>26300 series builds</strong>. This means that the window to switch from the Dev Channel to the Beta Channel is closed once Build 26300.7674is installed on your PC. This build for the Dev Channel is identical to the Windows 11 Build 26220.7653 release (see below).</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/01/27/announcing-windows-11-insider-preview-build-26300-7674-dev-channel/" target="_blank" rel="noreferrer noopener">Insider Preview Build 26300.7674</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7653</h3>



<p><strong>Release date:</strong> January 21, 2026</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This build for the Dev Channel is identical to the January 16th Windows 11 Insider Preview Build 26220.7653 released to the Beta Channel. See the writeup below for details.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/01/21/announcing-windows-11-insider-preview-build-26220-7653-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7653</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7653</h3>



<p><strong>Release date:</strong> January 16, 2026</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have turned the toggle on to receive the latest updates, this build gradually rolls out several changes, including one in which you can now set .webp images for your desktop background in <em>Settings &gt; Personalization &gt; Desktop Background</em>.</p>



<p>The same group also gets a number of bug fixes being gradually rolled out, including for a bug in which Settings crashed when interacting with audio devices.</p>



<p>The build has four known issues, including one in which some Insiders’ apps aren’t showing in the system tray when they should be.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/01/16/announcing-windows-11-insider-preview-build-26220-7653-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7653</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1371 </h3>



<p><strong>Release date:</strong> January 14, 2026</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build gradually rolls out a variety of bug fixes for those who have turned the toggle on to receive the latest updates, including a bug in which File Explorer showed a white flash when navigating between pages.</p>



<p>There is one known issue in this build: The desktop watermark shows the wrong build number.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/01/14/announcing-windows-11-insider-preview-build-28020-1371-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1371</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7535</h3>



<p><strong>Release date:</strong> January 9, 2026</p>



<p><strong>Released to:</strong> Dev &amp; Beta Channels</p>



<p>For those who have turned the toggle on to receive the latest updates, this build gradually rolls out Copilot-powered image descriptions to Narrator on Copilot+ PCs, making it possible for blind and low-vision users to hear detailed, AI-generated descriptions of images, charts, and graphs.</p>



<p>The same group also gets a number of bug fixes being gradually rolled out, including for an issue in which File Explorer was causing explorer.exe to crash for some Insiders when invoking the context menu on the desktop.</p>



<p>The build has seven known issues, including one in which Settings crashes when interacting with audio devices.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2026/01/09/announcing-windows-11-insider-preview-build-26220-7535-dev-beta-channels/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7535</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7523</h3>



<p><strong>Release date:</strong> December 19, 2025</p>



<p><strong>Released to:</strong> Dev &amp; Beta Channels</p>



<p>For those who have turned the toggle on to receive the latest updates, this build gradually rolls out a version of Copilot on the taskbar tailored for commercial customers. It uses <a href="https://www.microsoft.com/en-us/microsoft-365/blog/2025/11/18/microsoft-ignite-2025-copilot-and-agents-built-to-power-the-frontier-firm/#microsoft-365-copilot-with-work-iq-ai-built-for-work" target="_blank" rel="noreferrer noopener">Work IQ</a> as contextual information that they can reference in their Copilot chats and with Microsoft 365 AI agents. In addition, the build introduces Agent Launchers, a new framework that enables Windows apps to register AI agents and make them discoverable across the system.</p>



<p>The same group also gets a number of bug fixes being gradually rolled out, including one that addresses an issue in which File Explorer showed a white flash when navigating between pages.</p>



<p>The build has nine known issues, including one in which opening the context menu is causing explorer.exe to crash for some Insiders.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/12/19/announcing-windows-11-insider-preview-build-26220-7522-dev-beta-channels/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7523</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28020.1362</h3>



<p><strong>Release date: </strong>December 15, 2025</p>



<p><strong>Released to: </strong>Canary Channel</p>



<p>This build gradually rolls out several new features for Copilot+ PCs, including a streamlined design for the Click to Do context menu that makes frequently used actions like Copy, Save, Share, and Open easier to access. It also rolls out new features for all PCs, including improvements to the dark mode experience in File Explorer.</p>



<p>A variety of bug fixes are being gradually rolled out, including one for an issue in which Settings became unresponsive when attempting to navigate to the Network &amp; Internet section.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/12/15/announcing-windows-11-insider-preview-build-28020-1362-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28020.1362</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28000.1340 </h3>



<p><strong>Release date:</strong> December 9, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build has, in Microsoft’s words, a “small set of general improvements and fixes” that improve Windows. It also enables more of the new features and improvements originally released with the <a href="https://support.microsoft.com/topic/october-28-2025-kb5067036-os-builds-26200-7019-and-26100-7019-preview-ec3da7dc-63ba-4b1d-ac41-cf2494d2123a" target="_blank" rel="noreferrer noopener">October non-security preview update for Windows 11</a>.</p>



<p>In addition, the build fixes a bug that caused some Storage Spaces to become inaccessible or Storage Spaces Direct to fail when creating a storage cluster.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/12/09/announcing-windows-11-insider-preview-build-28000-1340-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28000.1340</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7344</h3>



<p><strong>Release date:</strong> December 5, 2025</p>



<p><strong>Released to:</strong> Dev &amp; Beta Channels</p>



<p>For those who have turned the toggle on to receive the latest updates, this build offers native support for the <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), an open standard that gives AI agents a universal way to connect with apps, tools, and services. Agents can discover and connect to these tools and other agents via a secure, manageable Windows<strong> </strong>on-device registry (ODR). By default, all agent connectors in the Windows ODR will be contained in a secure environment with their own identity and audit trail.</p>



<p>In addition, <a href="https://learn.microsoft.com/windows/configuration/quick-machine-recovery/?tabs=intune" target="_blank" rel="noreferrer noopener">Quick machine recovery (QMR)</a> will now be turned on automatically for Windows Professional devices that are not domain joined. These devices will get the same recovery features as Windows Home users. For enterprise computers that are domain joined, nothing changes — QMR will stay off unless your organization turns it on.</p>



<p>Those who have turned the toggle on to receive the latest updates also get a number of bug fixes, including addressing a bug in which the search window to unexpectedly started floating above the taskbar.</p>



<p>The build has seven known issues, including one in which File Explorer shows a white flash when navigating between pages.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/12/05/announcing-windows-11-insider-preview-build-26220-7344-dev-beta-channels/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7344</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7271</h3>



<p><strong>Release date:</strong> November 21, 2025</p>



<p><strong>Released to:</strong>  Dev &amp; Beta Channels</p>



<p>This build introduces several features being rolled out gradually for those who have turned the toggle on to receive the latest updates. These include point-in-time restore for Windows, which lets you to quickly roll your device back to a previous state to minimize downtime and simplify troubleshooting, and (on NPU devices) fluid dictation in voice typing, which automatically corrects grammar, punctuation, and filler words as you speak.</p>



<p>The build also <a href="https://aka.ms/FSE_PCPreview" target="_blank" rel="noreferrer noopener">expands the availability of the Xbox full-screen experience</a> to additional Windows 11 PCs. You can add a controller to your PC for task switching and streamlined gaming on your desktop, laptop, or tablet.</p>



<p>Those who have turned the toggle on to receive the latest updates also get several bug fixes, including one that resolves a hung taskbar after receiving certain notifications.</p>



<p>The build has seven known issues, including one in which File Explorer shows a white flash when navigating between pages.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/11/21/announcing-windows-11-insider-preview-build-26100-7271-dev-beta-channels/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7271</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28000.1199</h3>



<p><strong>Release date:</strong> November 18, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build has, in Microsoft’s words, a “small set of general improvements and fixes” that improve Windows.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/11/18/announcing-windows-11-insider-preview-build-28000-1199-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28000.1199</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Builds 26100.7296 and 26200.7296</h3>



<p><strong>Release date:</strong> November 17, 2025</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This update introduces a wide range of features being rolled out gradually, including several for Copilot+ PCs, such as <a href="https://support.microsoft.com/en-us/windows/windows-studio-effects-273c1fa8-2b3f-41b1-a587-7cc7a24b62d8" target="_blank" rel="noreferrer noopener">Windows Studio Effects</a>, which provide AI-powered camera enhancements on an additional, alternative camera such as a USB webcam or your laptop’s built-in rear camera.</p>



<p>All Windows 11 PCs get a variety of new features being gradually rolled out, including Windows Hello Enhanced Sign-in Security (ESS), now supporting peripheral fingerprint sensors. Also, on PCs with the settings “quick machine recovery” and “automatically check for solutions” both enabled, <a href="https://support.microsoft.com/en-us/windows/quick-machine-recovery-in-windows-aa2852f4-e04e-4af4-9508-0addda165304" target="_blank" rel="noreferrer noopener">Quick Machine Recovery</a> now runs a one‑time scan by default instead of repeating scans in a loop. If a fix isn’t available right away, QMR will quickly point you to the most appropriate recovery options to get you back up and running.</p>



<p>A bug fix is being immediately rolled out to all PCs to address an issue that affects Local Security Authority Subsystem Service (LSASS), when LSASS could become unstable due to an access violation.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/11/17/releasing-windows-11-builds-26100-7296-and-26200-7296-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Builds 26100.7296 and 26200.7296</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7262</h3>



<p><strong>Release date:</strong> November 17, 2025</p>



<p><strong>Released to:</strong> Beta and Dev Channels</p>



<p>In this build, those who have turned the toggle on to receive the latest updates get a variety of features being gradually rolled out, including using high-definition voices for English (US) in Narrator and Magnifier that use generative AI to adjust tone and pacing for more natural, expressive speech. Also rolling out is a new “Experimental agentic features” toggle in the Settings app that enables the creation of AI agent accounts and an agent workspace, and grants agentic apps access to your Documents, Downloads, Desktop, Music, Pictures, and Videos folders. (<a href="https://support.microsoft.com/en-us/windows/experimental-agentic-features-a25ede8a-e4c2-4841-85a8-44839191dfb3" target="_blank" rel="noreferrer noopener">Find out more about experimental agentic features.</a>)</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including for a bug in which the Task Manager process wasn’t stopping correctly after Task Manager was closed. As a result, Task Manager might have been unexpectedly open on boot.</p>



<p>There are four known issues in this build, including one in which the scrollbar and footer are missing in File Explorer and when text is scaled in the dark mode version of the copy dialog.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/11/17/announcing-windows-11-insider-preview-build-26220-7262-dev-beta-channels/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7262</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7070</h3>



<p><strong>Release date:</strong> November 7, 2025</p>



<p><strong>Released to:</strong> Beta and Dev Channels</p>



<p>In this build, those who have turned the toggle on to receive the latest updates get a variety of features being gradually rolled out, including the ability to choose your default dashboard in an updated Widget Board Settings.</p>



<p>Everyone gets an updated <a href="https://www.computerworld.com/article/4034346/windows-quick-machine-recovery-qmr.html">Quick Machine Recovery</a> in Windows, which makes it easier and quicker to get back to a working PC. The experience in both Windows Settings and the Windows Recovery Environment (WinRE) has been streamlined.</p>



<p>A variety of bug fixes are being rolled out gradually to those who have opted to receive the latest updates, including one that fixes a bug in which the “Automatically hide the taskbar” setting unexpectedly turned off after displaying a message saying, “a toolbar is already hidden on this side of your screen.”</p>



<p>There are five known issues in this build, including one in which the scrollbar and footer are missing in File Explorer when text is scaled in the dark mode version of the copy dialog.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/11/07/announcing-windows-11-insider-preview-build-26220-7070-dev-beta-channels/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7070</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 28000</h3>



<p><strong>Release date:</strong> November 7, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build has, in Microsoft’s words, a “small set of general improvements and fixes.” There are also a variety of bug fixes, including for a bug in which the credentials window was not accessible when trying to log in to Outlook.</p>



<p>There are two known issues in this build, one in which sleep and shutdown aren’t working correctly for some Insiders, and the other in which the new Start menu unexpectedly scrolls to the top.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/11/07/announcing-windows-11-insider-preview-build-28000-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 28000</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27982</h3>



<p><strong>Release date:</strong> November 4, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build gradually rolls out several new features, including one in which you can add, remove, and rearrange lock screen widgets such as Weather, Watchlist, and Sports on the lock screen. Windows also provides suggested widgets on the lock screen. To customize your lock screen widgets, go to <em>Settings &gt; Personalization &gt; Lock screen</em>.</p>



<p>Also new is a “drag tray” that appears at the top of your screen when you drag a local file from File Explorer or your desktop. You can drop the file into one of the displayed apps or select <em>More</em> to open the Windows share window.</p>



<p>A variety of bugs have been fixed, including one in which if you used your PC for a while without rebooting, explorer.exe might start crashing repeatedly.</p>



<p>There are two known issues in this build, one in which sleep and shutdown aren’t working correctly for some Insiders, and the other in which the new Start menu unexpectedly scrolls to the top.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/11/04/announcing-windows-11-insider-preview-build-27982-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27982</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.7051</h3>



<p><strong>Release date:</strong> October 31, 2025</p>



<p><strong>Released to:</strong> Beta and Dev Channels</p>



<p>In this build, those have turned the toggle on to receive the latest updates get a variety of features being gradually rolled out, including Ask Copilot in the taskbar, which gives  you one-click access to Copilot Vision and Voice, so you can search via Copilot using text, voice, or guided support with Copilot Vision. As you type, results appear and update instantly. Turn it on by going to <em>Settings &gt; Personalization &gt; Taskbar &gt; Ask Copilot</em>.  You can also manage whether the Copilot app launches automatically at sign-in using the “Auto start on log in” toggle in the Copilot app settings.</p>



<p>The same group gets a variety of bug fixes being rolled out gradually, including one to address an issue in which  interacting with a folder or its contents in Start menu could result in the folder becoming invisible.</p>



<p>There are four known issues in this build, including one in which the scrollbar and footer are missing in File Explorer when text is scaled in the dark mode version of the copy dialog.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/31/announcing-windows-11-insider-preview-build-26220-7051-dev-beta-channels/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.7051</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.6982</h3>



<p><strong>Release date:</strong> October 24, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>In this build, those have turned the toggle on to receive the latest updates get a variety of changes being gradually rolled out, including Copy &amp; Search, which allows you to search the text in your clipboard with a single click. When you copy text anywhere in Windows, a paste gleam will appear in your search box. Click on this gleam and your copied text will appear in the search field, allowing you to search instantly.</p>



<p>The same group gets a variety of bug fixes, including one for a bug in which the search icon in File Explorer sometimes infinitely looped in an animation.</p>



<p>There are five known issues in this build, including one in which the scrollbar and footer are missing in File Explorer when text is scaled in dark mode version of the copy dialog.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/24/announcing-windows-11-insider-preview-build-26220-6982-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.6982</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27975 </h3>



<p><strong>Release date:</strong> October 23, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build has, in Microsoft’s words, a “small set of general improvements and fixes” that improve Windows.</p>



<p>A variety of bugs have also been fixed, including one in which Settings crashed when accessing drive information under <em>Settings &gt; System &gt; Storage</em>. This also impacted accessing the drive information from the properties when you right-clicked a drive in File Explorer.</p>



<p>There are two known issues in this build, one in which sleep and shutdown aren’t working correctly for some Insiders, and the other in which the new Start menu unexpectedly scrolled to the top.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/23/announcing-windows-11-insider-preview-build-27975-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27975</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Builds 26100.7015 and 26200.7015</h3>



<p><strong>Release date:</strong> October 21, 2025</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This update includes a wide variety of new features being rolled out gradually, including a redesigned Start menu that includes a scrollable All section, has new category and grid views, and which adapts to your screen size. The build also includes new features for Click to Do, which can now translate text into other languages. File Explorer now has a recommended files feature that shows content such as files you frequently use, have recently downloaded, or have added to your File Explorer Gallery.</p>



<p>Two bugs are fixed in this build: one that caused an ACCESS_DENIED error when users attempted to change passwords remotely on member servers or workgroup devices, even when they had the required permissions, and another in which protected content playback failed on some machines after installing KB506408.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/21/releasing-windows-11-builds-26100-7015-and-26200-7015-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Builds 26100.7015 and 26200.7015</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.6972</h3>



<p><strong>Release date:</strong> October 17, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>In this build, those who have turned the toggle on to receive the latest updates get a new feature being rolled out slowly, which lets you add and manage your mobile devices from Settings by navigating to “Mobile Devices” under the Bluetooth &amp; Devices section. The page allows you to view your mobile devices, add new mobile devices, and manage features such as using your device as a connected camera or accessing your device’s files in File Explorer.</p>



<p>Those who have turned the toggle on to receive the latest updates get two bug fixes being rolled out slowly, one for a bug that caused File Explorer to show a Catastrophic Error (0x8000FFFF) when extracting large (1.5GB+) archive files, and another that sometimes caused an old white toolbar to randomly appear in File Explorer.</p>



<p>There are five known issues in this build, including one in which the scrollbar and footer are missing in File Explorer when text is scaled in the copy dialog in dark mode.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/17/announcing-windows-11-insider-preview-build-26220-6972-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.6972</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27971 </h3>



<p><strong>Release date:</strong> October 16, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>In this build, the Notification Center can be used on secondary monitors. You’ll be able to see your calendar on any of your monitors and open Notification Center on any of them by clicking the date and time in the system tray of your taskbar. Note that this functionality will be rolled out gradually.</p>



<p>A variety of bugs have been fixed, including one in which File Explorer crashed when transferring files to a network drive.</p>



<p>There are three known issues in this build, including one in which sleep and shutdown aren’t working correctly for some Insiders.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/16/announcing-windows-11-insider-preview-build-27972-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27971</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.6780 </h3>



<p><strong>Release date:</strong> October 10, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>In this build, those with Copilot+ PCs who have turned the toggle on to receive the latest updates get a handful of changes and new features, including one in Settings in which more results appear in the search flyout and let you quickly modify the settings you’re searching for.</p>



<p>Those with any PCs who have turned the toggle on get several changes, including a new OneDrive icon in Accounts and Homepages in Settings, and the return of the ability to enable Administrator Protection via Windows Security under Account protection.</p>



<p>The same group gets a variety of bug fixes, including one for an issue in the previous flight in which File Explorer frequently crashed, and another that was causing the Start menu to unexpectedly scroll to the top when interacting with it.</p>



<p>There are four known issues in this build, including one in which the scrollbar and footer are missing in File Explorer when text is scaled in the copy dialog in dark mode.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/10/announcing-windows-11-insider-preview-build-26120-6780-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.6780</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.6780 </h3>



<p><strong>Release date:</strong> October 10, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This update is identical to Build 26120.6780 for the Beta Channel, detailed above.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/10/announcing-windows-11-insider-preview-build-26220-6780-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.6780</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27965</h3>



<p><strong>Release date:</strong> October 8, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This update introduces a new scrollable Start menu, with “All” on the top level, so apps are accessible without having to navigate to a secondary page. There are also new category and grid views to browse and launch your installed apps in the “All” section. The new menu adapts its size based on your device’s screen size.</p>



<p>There are also several bug fixes, including one in which the taskbar was not autohiding correctly.</p>



<p>There are four known issues in this build, including one in which Settings may crash when accessing drive information under <em>Settings &gt; System &gt; Storage</em>. This also impacts accessing the drive information from the properties when you right-click a drive in File Explorer.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/08/announcing-windows-11-insider-preview-build-27965-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27965</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27959</h3>



<p><strong>Release date:</strong> October 6, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This update introduces the option to move the hardware indicators for brightness, volume, airplane mode, and virtual desktops to different positions on your screen, including the current bottom position and new top-left and top-center positions.</p>



<p>There are also a variety of bug fixes, including for one in which icons and text sometimes overlapped on the desktop when using increased text scaling.</p>



<p>There is one known issue in this build, in which sleep and shutdown aren’t working correctly for some Insiders.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/06/announcing-windows-11-insider-preview-build-27959-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27959</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.6772</h3>



<p><strong>Release date:</strong> October 6, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>In this build, those who have turned the toggle on to receive the latest updates get a variety of new features, including Image Object select for Click to Do in Copilot+ PCs, in which you can   hover over your image to preview selectable areas. Once selected, you can copy and paste your object into other apps or use it to kick off a chat with Copilot. Also included are improvements to dark mode for File Explorer for all PCs and the ability to use peripheral fingerprint sensors with Windows Hello. These changes are rolling out gradually.</p>



<p>The same group gets a variety of bugs fixed, including one in which Encrypted File System (<a href="https://learn.microsoft.com/windows/win32/fileio/file-encryption" target="_blank" rel="noreferrer noopener">EFS</a>) related dialogs in File Explorer weren’t responding to increased text scaling. The bug fixes are rolling out gradually.</p>



<p>There are five known issues in this build, including one in which some searches may show unexpected text instead of the expected results and images.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/06/announcing-windows-11-insider-preview-build-26120-6772-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.6772</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.6772 </h3>



<p><strong>Release date:</strong> October 6, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This update is identical to Build 26120.6772, detailed above.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/10/06/announcing-windows-11-insider-preview-build-26220-6772-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.6772</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.6760</h3>



<p><strong>Release date:</strong> September 29, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>In this build, those who have turned the toggle on to receive the latest updates get a variety of new features, including the ability to do a network speed test straight from the taskbar. You can launch it via the Wi-Fi and Cellular Quick Settings pages or by right-clicking the network icon in the system tray. The tool opens in your default browser and supports testing Ethernet, Wi-Fi, and cellular connections. It helps in assessing network performance and troubleshooting.</p>



<p>The same group gets a variety of bug fixes, including for an issue in which the battery icon got out of sync with the actual charging state — for example, it would show that you weren’t plugged in when you were.</p>



<p>Everyone in the Beta Channel gets a variety of bug fixes, including one for developers that addresses an issue in which PIX on Windows was unable to play back GPU captures. </p>



<p>There are six known issues in this build, including one in which some searches may show unexpected text instead of the expected results and images.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/29/announcing-windows-11-insider-preview-build-26120-6760-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.6760</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.6760 </h3>



<p><strong>Release date:</strong> September 29, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This build is for those who have already upgraded to Windows 11 version 25H2.</p>



<p>In this build, those who have turned the toggle on to receive the latest updates get a variety of new features, including the ability to do a network speed test straight from the taskbar. You can launch it via the Wi-Fi and Cellular Quick Settings pages or by right-clicking the network icon in the system tray. The tool opens in your default browser and supports testing Ethernet, Wi-Fi, and cellular connections. It helps in assessing network performance and troubleshooting.</p>



<p>The same group gets a variety of bug fixes, including for an issue in which the battery icon got out of sync with the actual charging state — for example, it would show that you weren’t plugged in when you were.</p>



<p>Everyone in the Dev Channel gets a variety of bug fixes, including one for developers that addresses an issue in which PIX on Windows was unable to play back GPU captures. </p>



<p>There are six known issues in this build, including one in which some searches may show unexpected text instead of the expected results and images.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/29/announcing-windows-11-insider-preview-build-26220-6760-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.6760</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27954</h3>



<p><strong>Release date:</strong> September 25, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build includes, in Microsoft’s words, “a small set of general improvements and fixes that improve the overall experience for Insiders running” Windows. It also includes fixes one bug in which you might not be able to connect to shared files and folders if you were using the Server Message Block (SMB) v1 protocol on NetBIOS over TCP/IP NetBIOS (<a href="https://learn.microsoft.com/windows-hardware/customize/desktop/unattend/microsoft-windows-netbt">NetBT</a>) after the latest updates.</p>



<p>There is one known issue in this build, in which <a href="https://devblogs.microsoft.com/pix/download/" target="_blank" rel="noreferrer noopener">PIX on Windows</a> is unable to play back GPU captures on this OS version. This will be addressed by a new PIX release, estimated to arrive by the end of September. In the meantime, if you are affected, you can use the “Send Feedback” button in PIX or contact Microsoft on the <a href="https://discord.com/invite/BBZyTEA3MR" target="_blank" rel="noreferrer noopener">DirectX Discord server</a> and get help via private builds.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/25/announcing-windows-11-insider-preview-build-27954-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27954</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.6690</h3>



<p><strong>Release date:</strong> September 19, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have Copilot+ PCs and have turned on a toggle to receive the latest update, this build gradually rolls out several new features, including one in which Click to Do can let users translate on-screen text with just a few clicks. </p>



<p>All PCs that have turned a toggle on to receive the latest updates get a variety of bug fixes rolled out gradually, including one in which File Explorer became unresponsive if a UNC server name was directly typed into address bar. There are 10 known issues in this build, including one in which the placeholder text in the Settings search box may appear vertically misaligned.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/19/announcing-windows-11-insider-preview-build-26120-6690-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.6690</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.6690</h3>



<p><strong>Release date:</strong> September 19, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This build is for those who have already upgraded to Windows 11 version 25H2. </p>



<p>For those who have Copilot+ PCs and have turned on a toggle to receive the latest update, this build gradually rolls out several new features, including one in which Click to Do can let you translate on-screen text with just a few clicks. </p>



<p>All PCs which have turned a toggle on to receive the latest updates get a variety of bug fixes rolled out gradually, including one in which File Explorer became unresponsive if a UNC server name was directly typed into address bar. There are 10 known issues in this build, including one in which the placeholder text in the Settings search box may appear vertically misaligned.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/19/announcing-windows-11-insider-preview-build-26220-6690-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.6690</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27950</h3>



<p><strong>Release date:</strong> September 19, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build includes, in Microsoft’s words, “a small set of general improvements and fixes that improve the overall experience for Insiders running” Windows. In addition, Advanced Settings will revert to the previous “For Developers” experience after updating to this build. </p>



<p>There are also a number of bug fixes, including one in which the app preview windows in the taskbar became misaligned (away from the app icon you’d clicked / hovered over) after a display resolution change. </p>



<p>There are two known issues in this build, including one for developers in which <a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdevblogs.microsoft.com%2Fpix%2Fdownload%2F&amp;data=05%7C02%7Cbleblanc%40microsoft.com%7C1a862eda493b475f20df08ddeafed9c8%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638925102514062015%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=8An7hDEH5EUtcoEBub1eHoO5Ltu%2Fhg8%2BA8uy2f77noQ%3D&amp;reserved=0" target="_blank" rel="noreferrer noopener">PIX on Windows</a> is unable to play back GPU captures. This will be addressed by a new PIX release, estimated to arrive by the end of September. In the meantime, anyone impacted can use the “Send Feedback” button in PIX or contact Microsoft on the <a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdiscord.gg%2FBBZyTEA3MR&amp;data=05%7C02%7Cbleblanc%40microsoft.com%7C1a862eda493b475f20df08ddeafed9c8%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638925102514078972%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=MaFnN5%2B%2BFRAbm%2BJLDRSuC809rmSx%2F7zazEkx%2F4HqRLI%3D&amp;reserved=0" target="_blank" rel="noreferrer noopener">DirectX Discord server</a> and Microsoft can help provide private builds.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/19/announcing-windows-11-insider-preview-build-27950-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27950</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Builds 26100.6713 and 26200.6713</h3>



<p><strong>Release date:</strong> September 12, 2025</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>Build 26100.6713 is for those on Windows 11 24H2, and 26200.6713 is for those on Windows 25H2.</p>



<p>These builds gradually roll out a large number of new features, including AI actions in File Explorer for editing images or summarizing documents, and the ability to pin favorite apps in the Windows share window to quickly access them when you need them.</p>



<p>The builds fix several bugs immediately, including one that disrupted Windows Update for those using Windows Server Update Services (WSUS<strong>)</strong>. Additionally, several bug fixes are being gradually rolled out, including for a bug in which when Windows Sandbox was enabled, the VmmemCmFirstBoot process may have consumed large amounts of CPU after login, causing your PC to become unresponsive.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/12/releasing-windows-11-builds-26100-6713-and-26200-6713-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Builds 26100.6713 and 26200.6713</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.6682</h3>



<p><strong>Release date:</strong> September 12, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have Copilot+ PCs and have turned the toggle on to receive the latest update, this build gradually rolls out a new Copilot prompt box in Click to Do designed to streamline interaction with Microsoft Copilot.</p>



<p>New emoji from <a href="https://www.unicode.org/emoji/charts-16.0/emoji-released.html" target="_blank" rel="noreferrer noopener">Emoji 16.0</a> are being gradually rolled out in the <a href="https://support.microsoft.com/windows/windows-keyboard-tips-and-tricks-588e0b72-0fff-6d3f-aeee-6e5116097942" target="_blank" rel="noreferrer noopener">emoji panel</a> for those who have turned the toggle on to receive the latest updates.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including for one that caused some PCs to bug check (green screen) while hibernating, and another in which the Shared section in File Explorer Home was visible even if there was no content to display.</p>



<p>There are seven known issues in this build, including one in which the placeholder text in the Settings search box may appear vertically misaligned.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/12/announcing-windows-11-insider-preview-build-26120-6682-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.6682</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.6682</h3>



<p><strong>Release date:</strong> September 12, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This build is for those who have already upgraded to Windows 11 version 25H2.</p>



<p>For those who have Copilot+ PCs and have turned the toggle on to receive the latest updates, this build gradually rolls out a new Copilot prompt box in Click to Do designed to streamline interaction with Microsoft Copilot. New emoji from <a href="https://www.unicode.org/emoji/charts-16.0/emoji-released.html" target="_blank" rel="noreferrer noopener">Emoji 16.0</a> are also being gradually rolled out to the same group.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including for one that caused some PCs to bug check (green screen) while hibernating, and another in which the Shared section in File Explorer Home was visible even if there was no content to display.</p>



<p>There are seven known issues in this build, including one in which the placeholder text in the Settings search box may appear vertically misaligned.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/12/announcing-windows-11-insider-preview-build-26220-6682-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.6682</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27943</h3>



<p><strong>Release date:</strong> September 11, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build includes, in Microsoft’s words, “a small set of general improvements and fixes that improve the overall experience for Insiders running” Windows.</p>



<p>There are also a number of bug fixes, including for a bug that caused <em>Settings &gt; System &gt; Storage &gt; Temporary files</em> to get stuck when scanning files. This issue also caused the entry to clean up previous Windows Installations to not show in Storage Settings.</p>



<p>There are five known issues in this build, including one in which audio stops working and Device Manager shows one or more devices with a yellow exclamation mark, including “ACPI Audio Compositor” and others. Selecting <em>Properties</em> on these devices will show “Windows cannot load the device driver for this hardware. The driver may be corrupted or missing.”</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/11/announcing-windows-11-insider-preview-build-27943-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27943</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27938</h3>



<p><strong>Release date:</strong> September 8, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build introduces AI actions into File Explorer. These offer new capabilities when you right-click a file, such as editing a graphic or summarizing a Word document. For now, there are four of them, all related to image files. You can perform a Bing search based on an image file, blur the background in an image, erase objects in an image, and remove the background in an image.</p>



<p>A number of bugs have been fixed, including one that caused Task Manager to freeze when going to the performance section, and another in which the red color used for a low space drive in This PC was unexpectedly light colored.</p>



<p>The build has five known issues, including one in which audio stops working and Device Manager shows one or more devices with a yellow exclamation mark.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/08/announcing-windows-11-insider-preview-build-27938-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27938</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.5790 </h3>



<p><strong>Release date:</strong> September 5, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have Copilot+ PCs, this build introduces fluid dictation, which makes voice-based dictation easier. It automatically corrects grammar, punctuation, and filler words as you speak, reducing the need for manual editing. In addition, being rolled out on <a href="https://aka.ms/copilotpluspcs" target="_blank" rel="noreferrer noopener">supported Copilot+ PCs</a> is the ability to use Studio Effect’s AI-powered camera enhancements with an additional, alternative camera — such as a USB webcam or your laptop’s built-in rear camera.</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get new on-hover actions in File Manager Home for faster file management.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one for a bug in which the right-click context menu in File Explorer sometimes unexpectedly switched back and forth between the normal initial view and “Show more options” with each right-click when certain apps were installed.</p>



<p>There are five known issues in this build, including one in which for some users, the Shared section in File Explorer Home may be visible even if there is no content to display.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/05/announcing-windows-11-insider-preview-build-26120-5790-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.5790</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26220.5790 </h3>



<p><strong>Release date:</strong> September 5, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This build appears to be identical to Build 26120.5790 for the Beta Channel, detailed above.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/09/05/announcing-windows-11-insider-preview-build-26220-5790-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26220.5790</a>.)</p>



<h3 class="wp-block-heading">Windows 11 version 25H2</h3>



<p><strong>Release date:</strong> August 29, 2025</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This is an early preview of next major Windows 11 release, version 25H2. Among its improvements is allowing IT admins to <a href="https://support.microsoft.com/topic/e1d41a92-b658-4511-95a6-0fbcc02b4e9c" target="_blank" rel="noreferrer noopener">remove select pre-installed Microsoft Store apps</a> via Group Policy/MDM CSP on Enterprise/EDU devices. Version 25H2 also removes PowerShell 2.0 and Windows Management Instrumentation command-line (WMIC) from Windows 11. </p>



<p>Commercial customers enrolled in the <a href="https://insider.windows.com/for-business/" target="_blank" rel="noreferrer noopener">Windows Insider Program for Business</a> can use the release to begin validating Windows 11 25H2 on PCs in their organizations. For these customers, Windows 11 25H2 is available through Windows Update for Business (WUfB) and Windows Server Update Service (WSUS).  You can get more information about deploying prerelease feature updates using <a href="https://docs.microsoft.com/windows/deployment/update/waas-manage-updates-wufb" target="_blank" rel="noreferrer noopener">these deployment methods</a>. </p>



<p>Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/29/releasing-windows-11-version-25h2-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 version 25H2</a>.</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.5770</h3>



<p><strong>Release date:</strong> August 29, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For those who have Copilot+ PCs, this build introduces a new text action in Click to Do that lets you highlight any simple table from a source and immediately send it to Excel, copy, or share it, without retyping a single cell. You can do this from any document with an embedded table, such as a school calendar from a photo, a table shared over Teams in a meeting, and others.</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get several new features and improvements, including one in Narrator called Braille viewer that allows you to see on-screen textual and Braille representation of the output shown on a refreshable Braille display.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including for a bug that caused explorer.exe to crash when using Alt + Tab for some Insiders.</p>



<p>There are four known issues in this build, including one in which for some users, the Shared section in File Explorer Home may be visible even if there is no content to display.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/29/announcing-windows-11-insider-preview-build-26120-5770-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.5770</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5770</h3>



<p><strong>Release date:</strong> August 29, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>For those who have Copilot+ PCs, this build introduces a new text action in Click to Do that lets you highlight any simple table from a source and immediately send it to Excel, copy, or share it, without retyping a single cell. You can do this from any document with an embedded table, such as a school calendar from a photo, a table shared over Teams in a meeting, and others.</p>



<p>Those in the Dev Channel who have turned the toggle on to receive the latest updates get several new features and improvements, including one in Narrator called Braille viewer that allows you to see on-screen textual and Braille representation of the output shown on a refreshable Braille display.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including for a bug that caused explorer.exe to crash when using Alt + Tab for some Insiders.</p>



<p>There are four known issues in this build, including one in which for some users, the Shared section in File Explorer Home may be visible even if there is no content to display.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/29/announcing-windows-11-insider-preview-build-26220-5770-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5770</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27934</h3>



<p><strong>Release date:</strong> August 29, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build includes, in Microsoft’s words, “a small set of general improvements and fixes that improve the overall experience” on Windows.</p>



<p>There are also a number of bug fixes, including one for a bug that caused an increase in DWM crashes in the previous build (which could lead to you seeing a black flash).</p>



<p>There are three known issues in this build, including one in which the red color used for a low space drive in This PC may be unexpectedly light colored. Some of the other colors may also be incorrect, including that black instead of a more visible color is used for space remaining.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/29/announcing-windows-11-insider-preview-build-27934-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27934</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.5761</h3>



<p><strong>Release date:</strong> August 22, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get several new features rolled out gradually, including one that will let you seamlessly resume using apps from your Android phone on your Windows 11 PC, starting with the Spotify app.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one that addresses an issue in which the new “Copy current user settings to the welcome screen and system accounts” setting under <em>Time &amp; Language &gt; Language &amp; Region</em> crashed Settings for some Insiders.</p>



<p>There are four known issues in this build, including one in which for some users, the Shared section in File Explorer Home may be visible even if there is no content to display.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/22/announcing-windows-11-insider-preview-build-26120-5761-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.5761</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5761</h3>



<p><strong>Release date:</strong> August 22, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>Those in the Dev Channel who have turned the toggle on to receive the latest updates get several new features rolled out gradually, including one that will let you seamlessly resume using apps from your Android phone on your Windows 11 PC, starting with the Spotify app.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one that addresses an issue in which the new “Copy current user settings to the welcome screen and system accounts” setting under <em>Time &amp; Language &gt; Language &amp; Region</em> crashed Settings for some Insiders.</p>



<p>There are four known issues in this build, including one in which for some users, the Shared section in File Explorer Home may be visible even if there is no content to display.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/22/announcing-windows-11-insider-preview-build-26200-5761-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5761</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27928</h3>



<p><strong>Release date:</strong> August 20, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build includes a variety of minor changes, including moving time and language settings from Control Panel to Settings. For instance, you can change your time server in <em>Settings &gt; Time &amp; language &gt; Date &amp; time</em> under “Additional settings.”</p>



<p>A number of bugs have also been fixed, including one in which File Explorer preview windows sometimes appeared when hovering over unrelated app icons in the taskbar.</p>



<p>There are four known issues in this build, including one in which launching <strong>cmd non-elevated</strong> from the Run dialog may open in Windows Console Host rather than Windows Terminal, even if Windows Terminal is your default terminal app. If you’re experiencing this, you can type <strong>wt</strong> into Run to launch Windows Terminal directly.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/20/announcing-windows-11-insider-preview-build-27928-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27928</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.5751</h3>



<p><strong>Release date:</strong> August 15, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>This build introduces new selection modes in Click to Do for those with Copilot+ PCs. The new modes allow you to select multiple different entity types in a single gesture.</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get a variety of new features rolled out gradually, including one that updates the “Open with” section of the File Explorer context menu when right-clicking a file to remove the accent colored backplate behind <a href="https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-behind-the-scenes" target="_blank" rel="noreferrer noopener">packaged app</a> icons in the list (for example, for Snipping Tool). The icons should now be bigger and easier to see.</p>



<p>The same group gets a variety of bug fixes rolled out gradually, including one for an issue in which the “Hide this pane” option for the mobile device companion for the Start menu was difficult to see if a custom accent color had been enabled.</p>



<p>There are five known issues in this build, including one in which some Windows Insiders may experience a rollback trying to install this update with a 0x80070005 in Windows Update.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/15/announcing-windows-11-insider-preview-build-26120-5751-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.5751</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5751</h3>



<p><strong>Release date:</strong> August 15, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This build introduces new selection modes in Click to Do for those with Copilot+ PCs. The new modes allow you to select multiple different entity types in a single gesture.</p>



<p>Those in the Dev Channel who have turned the toggle on to receive the latest updates get a variety of new features rolled out gradually, including one that updates the “Open with” section of the File Explorer context menu when right-clicking a file to remove the accent colored backplate behind <a href="https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-behind-the-scenes" target="_blank" rel="noreferrer noopener">packaged app</a> icons in the list (for example, for Snipping Tool). The icons should now be bigger and easier to see.</p>



<p>The same group gets a variety of bug fixes rolled out gradually, including one for an issue in which the “Hide this pane” option for the mobile device companion for the Start menu was difficult to see if a custom accent color had been enabled.</p>



<p>There are six known issues in this build, including one in which some Windows Insiders may experience a rollback trying to install this update with a 0x80070005 in Windows Update. </p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/15/announcing-windows-11-insider-preview-build-26200-5751dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5751</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27924</h3>



<p><strong>Release date:</strong> August 14, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build includes a variety of new features for <a href="https://aka.ms/copilotpluspcs" target="_blank" rel="noreferrer noopener">Copilot+ PCs</a> being rolled out gradually, including previews of <a href="https://support.microsoft.com/windows/retrace-your-steps-with-recall-aa03f8a0-a78b-4b3e-b0a1-2eb8ac48701c" target="_blank" rel="noreferrer noopener">Recall</a> and <a href="https://support.microsoft.com/topic/6848b7d5-7fb0-4c43-b08a-443d6d3f5955" target="_blank" rel="noreferrer noopener">Click-to-Do</a>, as well as an <a href="https://support.microsoft.com/windows/search-indexing-in-windows-da061c83-af6b-095c-0f7a-4dfecda4d15a#bkmk_semantic-search" target="_blank" rel="noreferrer noopener">improved Windows Search</a>, agents to make it easier to make changes in Settings, and <a href="https://support.microsoft.com/windows/use-live-captions-to-better-understand-audio-b52da59c-14b8-4031-aeeb-f6a47e6055df" target="_blank" rel="noreferrer noopener">live captions with real-time translation.</a></p>



<p>In addition, all PCs get new advanced settings available via <em>Settings &gt; System &gt; Advanced</em>. Notable among the additions are a new Advanced page for fine-grained control.</p>



<p>There are also several bug fixes, including for a bug in which Remote Desktop only used your primary monitor even if it was configured to use multiple monitors.</p>



<p>There are six known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/14/announcing-windows-11-insider-preview-build-27924-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27924</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26100.5061 (KB5064081)</h3>



<p><strong>Release date:</strong> August 14, 2025</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This build gradually rolls out a large number of new features, including one for <a href="https://www.microsoft.com/en-us/windows/copilot-plus-pcs#faq1" target="_blank" rel="noreferrer noopener">Copilot+ PCs</a> in which Windows Recall opens to a personalized homepage that shows you your recent activity and top-used apps and websites, making it easy to pick up where you left off.</p>



<p>The build also fixes several bugs, including one that prevented some system recovery features from working properly due to a temporary file sharing conflict. This affected certain device management tools and disrupted key functions on some devices.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/14/releasing-windows-11-build-26100-5061-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26100.5061</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27919</h3>



<p><strong>Release date:</strong> August 8, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build brings several Windows Search settings into a single page, via <em>Settings &gt; Privacy &amp; security &gt; Search</em>. It also fixes a variety of bugs, including one in which File Explorer sometimes crashed when trying to view the digital signatures tab in the properties for a file.</p>



<p>There are six known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/08/announcing-windows-11-insider-preview-build-27919-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27919</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5742</h3>



<p><strong>Release date:</strong> August 8, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>Those in the Dev Channel who have turned the toggle on to receive the latest updates get a variety of changes being gradually rolled out, including one in which the mobile device companion gets an updated layout that lets you access more information from Start. You can now scroll to access more recent activity items, including messages, calls, photos, mobile app updates and more.</p>



<p>In addition, the same group gets a variety of bug fixes rolled out gradually, including for a bug in which the tooltips in File Explorer unexpectedly stayed visible.</p>



<p>There are nine known issues in this build, including one in which in dark mode, the colors for certain items may be incorrect — for example, the red color used for a low-space drive in This PC may be unexpectedly light colored.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/08/announcing-windows-11-insider-preview-build-26200-5742-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5742</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.5742</h3>



<p><strong>Release date:</strong> August 8, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get a variety of new features rolled out gradually, including one in which six time and language settings are being moved from Control Panel to Settings.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including for a bug in which the tooltips in File Explorer sometimes unexpectedly stayed visible.</p>



<p>There are seven known issues in this build, including one in which live captions sometimes crash when you attempt to use live translation on a Copilot+ PC.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/08/announcing-windows-11-insider-preview-build-26120-5742-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.5742</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.5733 </h3>



<p><strong>Release date:</strong> August 1, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>For Insiders in the Beta Channel who are signed in with a work or school account (Entra ID) and have turned the toggle on to receive the latest updates, File Explorer will begin showing people icons under the “Activity” column on File Explorer Home and on “Recommended” at the top of File Explorer Home. When you hover or click over a people icon, it will display the <a href="https://learn.microsoft.com/en-us/graph/toolkit/components/person-card?tabs=html" target="_blank" rel="noreferrer noopener">Live Persona Card</a> for that person from Microsoft 365.</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates also get a variety of bug fixes rolled out gradually, including one that addresses an issue that caused the Start menu to crash for some Insiders.</p>



<p>There are seven known issues in this build, including one in which live captions sometimes crash when you attempt to use live translation on a Copilot+ PC.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/01/announcing-windows-11-insider-preview-build-26120-5733-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.5733</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5733</h3>



<p><strong>Release date:</strong> August 1, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>For Insiders in the Dev Channel who are signed in with a work or school account (Entra ID) and have turned the toggle on to receive the latest updates, File Explorer will begin showing people icons under the “Activity” column on File Explorer Home and on “Recommended” at the top of File Explorer Home. When you hover or click over a people icon, it will display the <a href="https://learn.microsoft.com/en-us/graph/toolkit/components/person-card?tabs=html" target="_blank" rel="noreferrer noopener">Live Persona Card</a> for that person from Microsoft 365.</p>



<p>In addition, those in the Dev Channel who have opted to receive the latest updates get a variety of bug fixes rolled out gradually, including one that addresses an issue that caused the Start menu to crash for some Insiders.</p>



<p>There are nine known issues in this build, including one in which in dark mode, the colors for certain items may be incorrect — for example, the red color used for a low-space drive in This PC may be unexpectedly light colored.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/08/01/announcing-windows-11-insider-preview-build-26200-5733-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5733</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27913</h3>



<p><strong>Release date:</strong> July 30, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build, according to Microsoft, “includes a small set of general improvements and fixes that improve the overall experience for Insiders running this build on their PCs.”</p>



<p>It also fixes a variety of bugs, including one in Settings in which the Windows Vista boot sound was unexpectedly being used instead of the Windows 11 boot sound.</p>



<p>There are two known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/30/announcing-windows-11-insider-preview-build-27913-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27913</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.5722 </h3>



<p><strong>Release date:</strong> July 28, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>In this build, AMD- and Intel-powered Copilot+ PCs get a new AI-based agent that will change your settings when you ask it to customize your PC in some way. You can describe what you need help with, such as “how to control my PC by voice” or “my mouse pointer is too small,” and the agent will recommend the right steps you can take to address the issue. The agent uses AI to understand your intent, and with your permission, it automates and executes tasks on your behalf. It works only if your primary display language is set to English.</p>



<p>In addition, those in the Beta Channel who have turned the toggle on to receive the latest updates get several new features rolled out gradually, including one in which Windows can apply enterprise pins more quickly to the taskbar when initiated by the IT admins. It reduces the gap between an IT admin applying the <a href="https://learn.microsoft.com/windows/configuration/taskbar/pinned-apps#taskbar-layout" target="_blank" rel="noreferrer noopener">pinning policy</a> and when their users see a pin on their taskbar. Today, the policy only applies when Explorer restarts. With this change, the gap is only up to ~8 hours (policy refresh interval) and sidesteps the Explorer restart requirement.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one that addresses problems (such as not supporting the swipe-up gesture) with using touch to navigate the new Start menu.</p>



<p>Everyone in the Beta Channel gets a single fix for a bug in which external graphics cards connected over Thunderbolt were unexpectedly not discoverable in some cases.</p>



<p>There are four known issues in this build, including one in which live captions sometimes crash when you attempt to use live translation on a Copilot+ PC.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/28/announcing-windows-11-insider-preview-build-26120-5722-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.5722</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5722 </h3>



<p><strong>Release date:</strong> July 28, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>This build is identical to Build 26120.5722 for the Beta Channel. See the listing above for details.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/28/announcing-windows-11-insider-preview-build-26200-5722-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5722</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27909</h3>



<p><strong>Release date:</strong> July 25, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build, according to Microsoft, “includes a small set of general improvements and fixes that improve the overall experience for Insiders running this build on their PCs.”</p>



<p>It also fixes a variety of bugs, including one in Settings in which the the battery percentage was missing from the top of <em>System &gt; Power &amp; Battery</em>.</p>



<p>There are five known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/25/announcing-windows-11-insider-preview-build-27909-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27909</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.4741</h3>



<p><strong>Release date:</strong> July 18, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>In this build, AMD- and Intel-powered Copilot+ PCs get a new “describe image” action in Click to Do that shows detailed descriptions of images, charts, and graphs, offering a quick overview of the visual content. Snapdragon-powered Copilot+ PCs received the feature previously.</p>



<p>In addition, those in the Beta Channel who have turned the toggle on to receive the latest updates get several new features rolled out gradually, including one in which you can more easily find and use <a href="https://blogs.windows.com/windows-insider/2025/05/23/announcing-windows-11-insider-preview-build-26120-4161-beta-channel/" target="_blank" rel="noreferrer noopener">lock screen widgets</a>. The feature can be enabled or disabled with the <em>Discover widgets</em> toggle under <em>Settings &gt; Personalization &gt; Lock screen</em>.</p>



<p>The same group also gets two bug fixes rolled out gradually, including for a bug in which Notification Center content sometimes got clipped if you’d enabled <a href="https://blogs.windows.com/windows-insider/2025/06/13/announcing-windows-11-insider-preview-build-26120-4441-beta-channel/" target="_blank" rel="noreferrer noopener">the clock in Notification Center</a>.</p>



<p>There are eight known issues in this build, including one in which using touch to navigate the new Start menu may not work reliably. For example, it currently does not support the swipe-up gesture.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/18/announcing-windows-11-insider-preview-build-26120-4741-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.4741</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5710</h3>



<p><strong>Release date:</strong> July 18, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>In this build, AMD- and Intel-powered Copilot+ PCs get a new “describe image” action in Click to Do that shows detailed descriptions of images, charts, and graphs, offering a quick overview of the visual content. Snapdragon-powered Copilot+ PCs have already received the feature.</p>



<p>Those in the Dev Channel who have turned the toggle on to receive the latest updates get a variety of new features rolled out gradually, including one that offers suggestions to help you discover new widgets. The feature can be enabled or disabled using the <em>Discover widgets</em> toggle under <em>Settings &gt; Personalization &gt; Lock screen</em>.</p>



<p>In addition, a variety of bug fixes are being rolled out gradually to the same group, including one that fixes an underlying issue with dbgcore.dll, which led to explorer.exe and some other apps crashing.</p>



<p>There are eight known issues in this build, including one in which multiple error pop-ups about unexpected elements may appear when opening Group Policy Editor.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/18/announcing-windows-11-insider-preview-build-26200-5710-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5710</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27902</h3>



<p><strong>Release date:</strong> July 17, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build, according to Microsoft, “includes a small set of general improvements and fixes that improve the overall experience for Insiders running this build on their PCs.”</p>



<p>It also fixes two bugs, including one in which the Camera app got stuck on some PCs after switching between front and back camera.</p>



<p>There are six known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/17/announcing-windows-11-insider-preview-build-27902-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27902</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5702</h3>



<p><strong>Release date: </strong>July 14, 2025</p>



<p><strong>Released to: </strong>Dev Channel</p>



<p>In this build, Snapdragon-powered Copilot+ PCs get a new “describe image” action in Click to Do, which shows detailed descriptions of images, charts and graphs, offering a quick overview of the visual content. Support for AMD and Intel-powered Copilot+ PCs will be coming soon.</p>



<p>In addition, those in the Dev Channel who have turned the toggle on to receive the latest updates get a variety of bug fixes rolled out gradually, including <a href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/administrator-protection-on-windows-11/4303482" target="_blank" rel="noreferrer noopener">Administrator protection</a>, a security feature that aims to protect free floating admin rights for administrator users allowing them to still perform all admin functions with just-in-time admin privileges. This feature is off by default and needs to be enabled via Windows Security under Account protection or via group policy.</p>



<p>The same group gets a variety of bug fixes rolled out gradually, including one for a bug that caused random File Explorer preview windows to appear when hovering over unrelated app icons in the taskbar.</p>



<p>There are eight known issues in this build, including one in which multiple error pop-ups about unexpected elements may appear when opening Group Policy Editor.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/14/announcing-windows-11-insider-preview-build-26200-5702-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5702</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.4733</h3>



<p><strong>Release date:</strong> July 14, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>In this build, Snapdragon-powered Copilot+ PCs get a new “describe image” action in Click to Do, which shows detailed descriptions of images, charts, and graphs, offering a quick overview of the visual content. Support for AMD and Intel-powered Copilot+ PCs will be coming soon.</p>



<p>In addition, those in the Beta Channel who have turned the toggle on to receive the latest updates get a variety of bug fixes rolled out gradually, including <a href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/administrator-protection-on-windows-11/4303482" target="_blank" rel="noreferrer noopener">Administrator protection</a>, a security feature that aims to protect free floating admin rights for administrator users, allowing them to still perform all admin functions with just-in-time admin privileges. This feature is off by default and needs to be enabled via Windows Security under Account protection or via group policy.</p>



<p>A variety of bug fixes are being rolled out gradually to the same group, including one that addresses an issue in which app updates sometimes caused the icons for app shortcuts pinned to the desktop to become white pages rather than proper thumbnail images.</p>



<p>There are eight known issues in this build, including one in which using touch to navigate the new Start menu may not work reliably. For example, it currently does not support the swipe-up gesture.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/14/announcing-windows-11-insider-preview-build-26120-4733-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.4733</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27898</h3>



<p><strong>Release date:</strong> July 11, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build introduces <a href="https://aka.ms/qmritproblog" target="_blank" rel="noreferrer noopener">Quick machine recovery</a>, a feature introduced as part of the <a href="https://blogs.windows.com/windowsexperience/2024/11/19/windows-security-and-resiliency-protecting-your-business/" target="_blank" rel="noreferrer noopener">Windows Resiliency Initiative</a> at Ignite 2024. When enabled, it automatically detects and fixes widespread issues on Windows 11 devices using the Windows Recovery Environment (WinRE). This reduces downtime and avoids the need for manual fixes. If a device experiences a widespread boot issue, it enters WinRE, connects to the internet, and Microsoft can deliver a targeted fix through Windows Update. IT admins can enable or customize this experience for their organization through the Intune Settings Catalog UI using the <a href="https://learn.microsoft.com/en-us/windows/client-management/mdm/remoteremediation-csp" target="_blank" rel="noreferrer noopener">RemoteRemediation CSP</a>.</p>



<p>There are five known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/11/announcing-windows-11-insider-preview-build-27898-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27898</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26100.4762 (KB5062660)</h3>



<p><strong>Release date:</strong> July 10, 2025</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This build gradually rolls out a number of new features, including one for admins in which the Configure Start Pins policy now includes an option to apply Start menu pins only once. This means users will receive the admin Start menu pins on their first sign-in (day 0), but afterward can personalize their pinned layout, and those changes will be retained. This policy can also be applied through group policy, in addition to the existing Configuration Service Provider (CSP).</p>



<p>In addition, several bug fixes are being immediately rolled out, including one that addresses an issue in which File Explorer Home unexpectedly displayed only a single folder (for example, Desktop), rather than the expected content with recent files.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/10/releasing-windows-11-build-26100-4762-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26100.4762</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27891 </h3>



<p><strong>Release date:</strong> July 3, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>In this build, Windows PowerShell 2.0 has been removed. A number of bugs have also been fixed, including one in which the “Reset this PC” option under <em>Settings &gt; System &gt; Recovery</em> did not work.</p>



<p>There are three known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/07/03/announcing-windows-11-insider-preview-build-27891-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27891</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.4520</h3>



<p><strong>Release date:</strong> June 27, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get new features being rolled out gradually, including <a href="https://www.1password.community/discussions/1password/beta-release-new-msix-installer-for-1password-for-windows/155230" target="_blank" rel="noreferrer noopener">1Password passkey integration</a> in beta.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one for a bug in which File Explorer Home crashed, potentially also making File Explorer crash on launch, since Home is the default section for File Explorer.</p>



<p>There are seven known issues in this build, including one in which using touch to navigate the new Start menu may not work reliably. For example, it currently does not support the swipe-up gesture.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/27/announcing-windows-11-insider-preview-build-26120-4520-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.4520</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5670</h3>



<p><strong>Release date:</strong> June 27, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>Those in the Dev Channel who have turned the toggle on to receive the latest updates get new features being rolled out gradually, including <a href="https://www.1password.community/discussions/1password/beta-release-new-msix-installer-for-1password-for-windows/155230" target="_blank" rel="noreferrer noopener">1Password passkey integration</a> in beta.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one for a bug in which File Explorer Home crashed, potentially also making File Explorer crash on launch, since Home is the default section for File Explorer.</p>



<p>Everyone in the Dev Channel gets two bug fixes, including one that addresses the Windows Vista boot sound playing instead of the Windows 11 boot sound.</p>



<p>There are seven known issues in this build, including one in which using touch to navigate the new Start menu may not work reliably. For example, it currently does not support the swipe-up gesture.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/27/announcing-windows-11-insider-preview-build-26200-5670-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5670</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.4452</h3>



<p><strong>Release date:</strong> June 23, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>In this build, Copilot+ PCs get a new Windows Recall homepage, which shows you your most recent snapshots so you can quickly return to what you were previously doing, and also displays the top three apps and websites you have spent the most time on in the past 24 hours.</p>



<p>In addition, those in the Beta Channel who have turned the toggle on to receive the latest updates get new features being rolled out gradually, including the option to move the hardware indicators for brightness, volume, airplane mode, and virtual desktops to different positions on your screen.</p>



<p>Some additional improvements are being gradually rolled out to the same group, including the addition of a Boolean to the Configure Start Pins policy to allow admins to apply Start menu pins once. This means that a user will receive admin pins on day 0 but can then make any changes to their Start pinned layout and have those safeguarded. These changes can be optionally applied through the existing <a href="https://learn.microsoft.com/en-us/windows/configuration/provisioning-packages/how-it-pros-can-use-configuration-service-providers" target="_blank" rel="noreferrer noopener">configuration service provider (CSP)</a>.</p>



<p>A handful of bug fixes are rolling out to the same group, including one that addresses an issue in which File Explorer Home only showed a single folder (like Desktop) and nothing else for some people.</p>



<p>Several bugs have been fixed for everyone in the Beta Channel, including one in which the Windows Vista boot sound played instead of the Windows 11 boot sound.</p>



<p>There are 10 known issues in this build, including one in which after you do a PC reset under <em>Settings &gt; System &gt; Recovery</em>, your build version may incorrectly show as Build 26100 instead of Build 26120. This will not prevent you from getting future Beta Channel updates, which will resolve this issue.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/23/announcing-windows-11-insider-preview-build-26120-4452-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.4452</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5661</h3>



<p><strong>Release date:</strong> June 23, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>In this build, Copilot+ PCs get a new Windows Recall homepage, which shows you your most recent snapshots so you can quickly return to what you were previously doing, and also displays the top three apps and websites you have spent the most time on in the past 24 hours.</p>



<p>In addition, those in the Dev Channel who have turned the toggle on to receive the latest updates get new features being rolled out gradually, including the option to move the hardware indicators for brightness, volume, airplane mode, and virtual desktops to different positions on your screen.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one for a bug in which the File Explorer Home only showed a single folder (like Desktop) and nothing else for some people.</p>



<p>Everyone in the Dev Channel gets several bug fixes, including for one in which the Windows Vista boot sound played instead of the Windows 11 boot sound.</p>



<p>There are 10 known issues in this build, including one in which after you do a PC reset under <em>Settings &gt; System &gt; Recovery</em>, your build version may incorrectly show as Build 26100 instead of Build 26200. This will not prevent you from getting future Dev Channel updates, which will resolve this issue.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/23/announcing-windows-11-insider-preview-build-26200-5661-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5661</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27881 </h3>



<p><strong>Release date:</strong> June 19, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>This build introduces speech recapto Narrator. It lets you keep track of what Narrator has said and offers access to it for quick reference. With it, you can quickly access spoken content, follow along with live transcription, and copy what Narrator last said, using keyboard shortcuts.</p>



<p>A number of bugs have also been fixed, including one in which File Explorer crashed when the user tapped the View button using touch.</p>



<p>There are four known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/19/announcing-windows-11-insider-preview-build-27881-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27881</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26100.4482 (KB5060829)</h3>



<p><strong>Release date:</strong> June 19, 2025</p>



<p><strong>Released to:</strong> Release Preview Channel</p>



<p>This build gradually rolls out a number of new features, including automatic icon resizing in the taskbar to fit more apps, and a new Screen Curtain feature that blacks out the screen while Narrator reads content aloud. Also new is the ability add custom words to the dictionary in voice access.</p>



<p>In addition, several bug fixes are being immediately rolled out, including one that improves the Copilot key’s reliability and resolves an issue that prevented users from restarting Copilot after using the key.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/19/releasing-windows-11-build-26100-4482-to-the-release-preview-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26100.4482</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.4441</h3>



<p><strong>Release date:</strong> June 13, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>In this build, those with Copilot+ PCs in the European Economic area get the option to export their Recall snapshots to be shared with third-party apps and websites. When they open Recall for the first time and opt into saving snapshots, they will be shown their unique Recall export code. The Recall export code will be needed if they ever choose to export their Recall snapshots to share with a trusted app or website in the future.</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get a variety of new features being gradually rolled out, including a bigger clock with seconds in the notification center.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one for an issue in which folders opened outside of File Explorer would open it in a new File Explorer tab, but the tab wasn’t put in focus.</p>



<p>There are nine known issues in this build, including one in which after you do a PC reset under <em>Settings &gt; System &gt; Recovery</em>, your build version may incorrectly show as Build 26100 instead of Build 26120. This will not prevent you from getting future Beta Channel updates, which will resolve this issue.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/13/announcing-windows-11-insider-preview-build-26120-4441-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.4441</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5651</h3>



<p><strong>Release date:</strong> June 13, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>In this build, Copilot+ PCs get agents that can help make it easier to find and change settings on PCs. Rather than dig through settings, you’ll be able to simply describe what you need help with like, “how to control my PC by voice” or “my mouse pointer is too small” and an agent will recommend the right steps you can take to address the issue.</p>



<p>In addition, those in the Dev Channel who have turned the toggle on to receive the latest updates get a variety of new features being gradually rolled out, including a bigger clock with seconds in the notification center.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one for an issue in which folders opened outside of File Explorer would open it in a new File Explorer tab, but the tab wasn’t put in focus.</p>



<p>There are 13 known issues in this build, including one in which after you do a PC reset under <em>Settings &gt; System &gt; Recovery</em>, your build version may incorrectly show as Build 26100 instead of Build 26200. This will not prevent you from getting future Dev Channel updates, which will resolve this issue.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/13/announcing-windows-11-insider-preview-build-26200-5651-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5651</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.4250 </h3>



<p><strong>Release date:</strong> June 9, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get a variety of new features being gradually rolled out, including a larger scrollable Start menu. The menu automatically resizes itself according to the size of your screen, and offers two views, category and grid. In addition, the “Search permissions” and “Searching Windows” settings pages have been combined so you can access all the Windows Search settings under a single page via <em>Settings &gt; Privacy &amp; security &gt; Search</em>.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one for a bug in which input did not work for some Insiders, including when typing into Search, and with the Chinese pinyin IME candidate window, clipboard history, and the emoji panel.</p>



<p>For everyone in the Beta Channel, the build fixes a bug in which some people might have seen severe discoloration when connecting their PC to some older Dolby Vision displays.</p>



<p>There are nine known issues in this build, including one in which after you do a PC reset under <em>Settings &gt; System &gt; Recovery</em>, your build version may incorrectly show as Build 26100 instead of Build 26120. This will not prevent you from getting future Beta Channel updates, which will resolve this issue.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/09/announcing-windows-11-insider-preview-build-26120-4250-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.4250</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5641</h3>



<p><strong>Release date:</strong> June 9, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>Those in the Dev Channel who have turned the toggle on to receive the latest updates get a variety of new features being gradually rolled out, including a larger scrollable Start menu. The menu automatically resizes itself according to the size of your screen, and offers two views, category and grid. In addition, the “Search permissions” and “Searching Windows” settings pages have been combined so you can access all the Windows Search settings under a single page via <em>Settings &gt; Privacy &amp; security &gt; Search</em>.</p>



<p>The same group also gets a variety of bug fixes rolled out gradually, including one for a bug in which input did not work for some Insiders, including when typing into Search, and with the Chinese pinyin IME candidate window, clipboard history, and the emoji panel.</p>



<p>For everyone in the Dev Channel, the build fixes a bug in which some people might have seen severe discoloration when connecting their PC to some older Dolby Vision displays.</p>



<p>There are 12 known issues in this build, including one in which after you do a PC reset under <em>Settings &gt; System &gt; Recovery</em>, your build version may incorrectly show as Build 26100 instead of Build 26200. This will not prevent you from getting future Dev Channel updates, which will resolve this issue.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/09/announcing-windows-11-insider-preview-build-26200-5641-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5641</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 27871 </h3>



<p><strong>Release date:</strong> June 4, 2025</p>



<p><strong>Released to:</strong> Canary Channel</p>



<p>In this build, IT administrators can use <a href="https://learn.microsoft.com/intune/intune-service/" target="_blank" rel="noreferrer noopener">Microsoft Intune</a> to control the energy saver settings on Windows 11 PCs through group policies and MDM configurations.</p>



<p>A number of bugs have also been fixed, including one in which when Virtualization Based Security was enabled, applications dependent on virtualization, such as VMware Workstation, lost the ability to run unless the “Windows Hypervisor Platform” Windows optional component was installed on the system.</p>



<p>There are two known issues in this build, including one in which if you are joining the Canary Channel on a new Copilot+ PC from the Dev Channel, Release Preview Channel, or retail, you will lose Windows Hello PIN and biometrics to sign into your PC. You should be able to re-create your PIN by clicking <em>Set up my PIN</em>.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/04/announcing-windows-11-insider-preview-build-27871-canary-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 27871</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26120.4230 </h3>



<p><strong>Release date:</strong> June 2, 2025</p>



<p><strong>Released to:</strong> Beta Channel</p>



<p>Those in the Beta Channel who have turned the toggle on to receive the latest updates get a new dedicated settings page for quick machine recovery, which can be found under <em>System &gt; Recovery &gt; Quick machine recovery</em><strong>.</strong> This makes it easier to manage recovery options directly from Settings. This is being gradually rolled out.</p>



<p>A variety of bug fixes are being rolled out gradually to the same group, including one addressing a bug that caused File Explorer to crash performing various actions, such as when deleting files. </p>



<p>For everyone in the Beta Channel, a bug is fixed in which when Virtualization Based Security was enabled, applications dependent on virtualization, such as VMware Workstation, would lose the ability to run unless the “Windows Hypervisor Platform” Windows optional component is installed on the system.</p>



<p>There are nine known issues in this build, including one in which after you do a PC reset under <em>Settings &gt; System &gt; Recovery</em>, your build version may incorrectly show as Build 26100 instead of Build 26120. This will not prevent you from getting future Beta Channel updates, which will resolve this issue.</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/02/announcing-windows-11-insider-preview-build-26120-4230-beta-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26120.4230</a>.)</p>



<h3 class="wp-block-heading">Windows 11 Insider Preview Build 26200.5622 </h3>



<p><strong>Release date:</strong> June 2, 2025</p>



<p><strong>Released to:</strong> Dev Channel</p>



<p>In this build, those with Copilot+ PCs get a new action in Click to Do, Draft with Copilot in Word. Select text, press the Windows key and click simultaneously, and choose <em>Draft with Copilot in Word</em>. Copilot will create an initial draft based on the text.</p>



<p>Those in the Dev Channel who have turned the toggle on to receive the latest updates get new features being rolled out gradually, including <a href="https://aka.ms/qmritproblog" target="_blank" rel="noreferrer noopener">quick machine recovery</a>, designed to help Windows 11 devices recover from widespread boot issues by applying remediations through the Windows Recovery Environment (WinRE).</p>



<p>The same group also gets several bug fixes, including for an issue in which File Explorer crashed when performing various actions, such as deleting files.</p>



<p>There are eight known issues in this build, including one in which taskbar icons may appear small even though the setting to show smaller taskbar buttons is configured as “never.”</p>



<p>(Get more info about <a href="https://blogs.windows.com/windows-insider/2025/06/02/announcing-windows-11-insider-preview-build-26200-5622-dev-channel/" target="_blank" rel="noreferrer noopener">Windows 11 Insider Preview Build 26200.5622</a>.)</p>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AWS at 20*: Inside the rise of Amazon’s cloud empire, and what’s at stake in the AI era]]></title>
<description><![CDATA[With Amazon marking the 20th anniversary of AWS this month, GeekWire spoke with early builders, current AWS insiders, and longtime observers of the company to tell the story of how the business got started, how it won the cloud, and what it's up against now. Read More]]></description>
<link>https://tsecurity.de/de/3370932/it-nachrichten/aws-at-20-inside-the-rise-of-amazons-cloud-empire-and-whats-at-stake-in-the-ai-era/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3370932/it-nachrichten/aws-at-20-inside-the-rise-of-amazons-cloud-empire-and-whats-at-stake-in-the-ai-era/</guid>
<pubDate>Sun, 22 Mar 2026 18:16:48 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img width="1200" height="800" src="https://cdn.geekwire.com/wp-content/uploads/2026/03/bezosbw.png" class="webfeedsFeaturedVisual wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://cdn.geekwire.com/wp-content/uploads/2026/03/bezosbw.png 1200w, https://cdn.geekwire.com/wp-content/uploads/2026/03/bezosbw-768x512.png 768w" sizes="(max-width: 1200px) 100vw, 1200px"><br>With Amazon marking the 20th anniversary of AWS this month, GeekWire spoke with early builders, current AWS insiders, and longtime observers of the company to tell the story of how the business got started, how it won the cloud, and what it's up against now. <a href="https://www.geekwire.com/2026/aws-at-20-inside-the-rise-of-amazons-cloud-empire-and-whats-at-stake-in-the-ai-era/">Read More</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Comment on What’s Going to Happen this Year in the Data World by จองเรือ disney cruise]]></title>
<description><![CDATA[... [Trackback]

[...] Information to that Topic: kdnuggets.com/2019/05/whats-going-happen-this-year-data-world.html [...]]]></description>
<link>https://tsecurity.de/de/3367281/ai-nachrichten/comment-on-whats-going-to-happen-this-year-in-the-data-world-by-disney-cruise/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3367281/ai-nachrichten/comment-on-whats-going-to-happen-this-year-in-the-data-world-by-disney-cruise/</guid>
<pubDate>Fri, 20 Mar 2026 16:47:45 +0100</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[&lt;strong&gt;... [Trackback]&lt;/strong&gt;

[...] Information to that Topic: kdnuggets.com/2019/05/whats-going-happen-this-year-data-world.html [...]]]></content:encoded>
</item>
<item>
<title><![CDATA[IDC: Dell leads server market driven by AI infrastructure needs]]></title>
<description><![CDATA[Despite tariffs and parts shortages, the server market reached a record $125.3 billion dollars in revenue during the fourth quarter of 2025, driven by the accelerated investment in AI Infrastructure, according to the International Data Corporation’s (IDC) Worldwide Quarterly Server Tracker.



As...]]></description>
<link>https://tsecurity.de/de/3363044/it-security-nachrichten/idc-dell-leads-server-market-driven-by-ai-infrastructure-needs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3363044/it-security-nachrichten/idc-dell-leads-server-market-driven-by-ai-infrastructure-needs/</guid>
<pubDate>Thu, 19 Mar 2026 21:35: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>Despite tariffs and parts shortages, the <a href="https://www.networkworld.com/article/3840436/seven-important-trends-in-the-server-sphere.html">server market</a> reached a record $125.3 billion dollars in revenue during the fourth quarter of 2025, driven by the accelerated investment in AI Infrastructure, according to the <a href="https://www.idc.com/eu/data-analytics/tracker/?utm_source=google-ads&amp;utm_medium=search-paid&amp;utm_campaign=pmax&amp;utm_term=&amp;utm_content=&amp;gad_source=1&amp;gad_campaignid=22876160600&amp;gbraid=0AAAAAoKe52tmCjTiX9c-mAkLmWrjGSB2C&amp;gclid=Cj0KCQjwve7NBhC-ARIsALZy9HWinYOoXNTsP09Y__NSYm0jzM5lCxypEy0UEb-wi7FEP7ibPqdVHvgaAon9EALw_wcB">International Data Corporation’s (IDC) Worldwide Quarterly Server Tracker.</a></p>



<p>As has been the case for some time, hyperscalers and cloud service providers are the ones driving demand while the traditional on-premise segment remain cautious on their spending path, IDC stated.</p>



<p>Geopolitical issues were concerned before the war with Iran erupted and will undoubtedly play a greater role in Q126 numbers. The more pressing issue is the volatility in short supply of certain components such as GPUs, DRAM, and SSDs, according to IDC.</p>



<p>IDC says some companies have been trying to secure prices ahead while the industry is accommodating to the new reality. The impact could be hitting harder during 2026 as demand keeps outpacing offering capacity in the near term.</p>



<p>Server sales for the quarter showed a year-over-year (YoY) increase of 52.4% in vendor revenue compared to the same quarter of 2024. Revenue from x86 servers increased 16.9% in 2025Q4 to $69.8 billion while non-x86 servers increased 146.4% YoY to $55.5 billion.</p>



<p>Q4 revenue for servers with an embedded GPU grew 59.1% year-over-year, representing more than half of the total server market revenue.</p>



<p>For calendar year 2025 the market finished growing 80.4% compared to 2024, reaching a yearly record of $444.1 billion dollars revenue.</p>



<p>Dell Technologies clearly leads the OEM market with $12.5 billion in total revenue share, accounting for 10% of total sales. IDC attributed this to outstanding growth on accelerated servers.</p>



<p>Supermicro was in second place with $11.7 billion or 9.5% revenue share by growing triple digit also on accelerated servers.  IEIT Systems and Lenovo statistically tied for the third position in the market with 4.1% and 4.0% share respectively while Hewlett Packard Enterprise finished in the fifth position in the market, with just $3.8 billion, or 3.1% share. And that was on an 8.6% decline from the $4,24 billion the prior year, according to IDC.</p>



<p>The <a href="https://www.networkworld.com/article/4142928/hpes-server-and-storage-prices-can-change-after-you-place-an-order.html">HPE</a> decline reflects a change in strategy on HPE’s part, according to <a href="https://my.idc.com/getdoc.jsp?containerId=PRF001938">Lidice Fernandez</a>, IDC group vice president, worldwide enterprise infrastructure trackers and Americas data &amp; analytics team lead.</p>



<p>“They have repositioned around edge computing, hybrid IT, and mission-critical systems rather than competing directly in the high-volume x86 segment where they once dominated,” Fernandez said.</p>



<p>There are other factors affecting HPE as well, including the rise of Dell into a systems powerhouse, Lenovo making its own moves, enterprise customers increasingly making purchases based on overall technology stack, where Dell’s broader portfolio was advantageous, and hyperscale cloud providers custom-designing their own servers, reducing market opportunities, according to Fernandez.</p>



<p>Regarding the ever-increasing <a href="https://www.networkworld.com/article/4119222/whats-causing-the-memory-shortage.html">component shortage</a>, Fernandez said price increases are affecting shipments. “So we are expecting to see a slowdown in shipments and an increase in average prices throughout the year,” Fernandez said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Four new Macs are launching later this year, here’s what’s coming]]></title>
<description><![CDATA[Apple just launched three new Macs this month, but there are another four Macs rumored to debut throughout the remainder of the year. Here’s what’s coming.



 more…]]></description>
<link>https://tsecurity.de/de/3357147/ios-mac-os/four-new-macs-are-launching-later-this-year-heres-whats-coming/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3357147/ios-mac-os/four-new-macs-are-launching-later-this-year-heres-whats-coming/</guid>
<pubDate>Tue, 17 Mar 2026 18:38:07 +0100</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="feat-image"><img src="https://9to5mac.com/wp-content/uploads/sites/6/2026/03/mac-lineup-devices-apple-hello.jpg?quality=82&amp;strip=all&amp;w=1600"></div><p>Apple <a href="https://9to5mac.com/2026/03/04/three-new-macbooks-were-announced-by-apple-this-week/" type="post">just launched</a> three new Macs this month, but there are another four Macs rumored to debut throughout the remainder of the year. Here’s what’s coming.</p>



 <a data-layer-pagetype="post" data-layer-postcategory="mac" data-layer-viewtype="taxonomy-ninetofive_guides" data-post-id="1043871" href="https://9to5mac.com/2026/03/17/four-new-macs-are-launching-later-this-year-heres-whats-coming/#more-1043871" class="more-link">more…</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Meeting the challenge of digital sovereignty amid uncertain times]]></title>
<description><![CDATA[It’s always dangerous to think of “technology” as an ivory tower, untouched by the tumultuous world outside.



But when the world changes, technology must sometimes follow suit.



Over the last decade, companies and countries have rushed to digitalise and move their data to the cloud. The AI re...]]></description>
<link>https://tsecurity.de/de/3354673/it-security-nachrichten/meeting-the-challenge-of-digital-sovereignty-amid-uncertain-times/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3354673/it-security-nachrichten/meeting-the-challenge-of-digital-sovereignty-amid-uncertain-times/</guid>
<pubDate>Tue, 17 Mar 2026 10: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>It’s always dangerous to think of “technology” as an ivory tower, untouched by the tumultuous world outside.</p>



<p>But when the world changes, technology must sometimes follow suit.</p>



<p>Over the last decade, companies and countries have rushed to digitalise and move their data to the cloud. The AI revolution has only reinforced how important it is that data and intellectual property (IP) are on tap, ready to fuel new systems and applications.</p>



<p>But businesses and nations have recently begun to realise how digitalisation and increased reliance on the cloud and AI could also make them vulnerable. It’s not just that cloud systems or applications, for example, could be hacked. They could simply be cut off, or foreign governments could unilaterally appropriate data or IP.</p>



<p>Which is why digital sovereignty has become a C-level topic. Almost two-thirds (63%) of organisations are “more likely to adopt sovereign cloud services specifically as a result of recent geopolitical events,” <a href="https://www.idc.com/resource-center/blog/the-high-cost-of-sovereignty-in-the-age-of-ai/" target="_blank">recent IDC research</a> showed.</p>



<p><a href="https://www.idc.com/resource-center/blog/digital-sovereignty-in-europe-in-2025-whats-plan-b/" target="_blank">Separate IDC research</a> showed European companies in particular are worried about “extra-territorial data requests,” reflecting concerns over foreign access to sensitive data.</p>



<p>But there are ways that technology leaders can plan for this without giving up on the benefits of new technologies, Juergen Reiner, co-CEO of Fujitsu’s consulting business Uvance Wayfinders, Europe, explained in a CIO webcast.</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>First, he said, it helps to recognise that this not actually an entirely new concern. For centuries, institutions and companies relied on physical means to protect their IP and data, whether borders, fences or safes.</p>



<p>The problem is, he explained, these assets have all now moved to “a virtual digital layer, in which not all the rules have been established and not all the protection mechanisms are in place.”</p>



<p>Recent geopolitical turmoil has simply thrown the spotlight on this pre-existing issue, Reiner added.</p>



<p>Reiner warned: “Not everything in the digital universe is governed and regulated, and there are not rules for everything.” This is something Uvance Wayfinders is already working on with customers, Reiner said, and it helps to consider things in three layers.</p>



<p>The first is to consider what is required legally, he explains. “It’s good to know the context and content to see what companies need to pay attention to.”</p>



<p>In an increasingly digital world, businesses must learn how to handle customer data in accordance with a complex regulatory landscape that evolves as issues emerge.</p>



<p>Then comes the operational layer, which should protect critical business processes and IP. Here, technology leaders must consider the practical processes they need to implement.</p>



<p>Third is the data and technology layer, he said. The aim is to make sure that institutions and authorities are building their business on a stable foundation. One where access cannot be simply cut off or where data can be co-opted against the wishes of the customer.</p>



<p>The good news is there is a wealth of tools and technology to build a sovereign stack, he said — ranging from using sovereign cloud providers, to selecting open-source tools, to choosing to train a smaller language model that’s trusted and properly controlled.</p>



<p>Reiner advises customers to do an assessment of their sovereign maturity. But beyond that, it’s an ongoing process of making sure they stay in control of their operations, technology stack and legal responsibilities.</p>



<p>“There are so many potential new risks. There’s so many open questions,” Reiner said.</p>



<p>As Reiner reminds us, geopolitical turmoil is nothing new. But by working with the right partners and exploiting the full range of tools available to them, business leaders can still protect their critical data and IP, while continuing to leverage innovation in an economy that will continue to evolve.</p>



<p><a href="https://www.cio.com/brandposts/accelerate-innovation-in-the-age-of-ai/" target="_blank">Watch </a>the other video interviews in this series.</p>



<hr class="wp-block-separator has-alpha-channel-opacity">
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Android, Epic, and What's Really Behind Google's 'Existential' Threat to F-Droid]]></title>
<description><![CDATA[Starting in September, even Android developers not in Google's Play Store will still be required to register with Google to distribute their apps in Brazil, Singapore, Indonesia, and Thailand, with Google continuing "to roll out these requirements globally" four months later. Even developers dist...]]></description>
<link>https://tsecurity.de/de/3352024/it-security-nachrichten/android-epic-and-whats-really-behind-googles-existential-threat-to-f-droid/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3352024/it-security-nachrichten/android-epic-and-whats-really-behind-googles-existential-threat-to-f-droid/</guid>
<pubDate>Mon, 16 Mar 2026 08:50:54 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Starting in September, even Android developers not in Google's Play Store will still be required to register with Google to distribute their apps in Brazil, Singapore, Indonesia, and Thailand, with Google continuing "to roll out these requirements globally" four months later. Even developers distributing Android apps on the web for sideloading will be required to register, pay Google a $25 fee, and provide a government ID. 
But there's a new theory on what's secretly been motivating Google from an unnamed source in the "Keep Android Open" movement, writes long-time Slashdot reader destinyland:


"You can't separate this really from their ongoing interactions with Epic and the settlement that they came to," they argue. Twelve days ago Epic Games and Google announced a new proposal for settling their long-running dispute over the legality of alternative app stores on Android phones. (Rather than agreeing to let third-party app stores into their Play Store, Google wants them to continue being sideloaded, promising in a blog post last week that they'll even offer a "more streamlined" and "simplified" sideloading alternative for rival app stores. "This Registered App Store program will begin outside of the US first, and we intend to bring it to the US as well, subject to court approval.") 

So "developer verification" could be Google's fallback plan if U.S. courts fail to approve this. "If the Google Play Store has to allow any third-party repository app store, Google essentially has given up all control of the apps. But if they're able to claw back that control by requiring that all developers, no matter how they distribute their apps, have to register with Google — have to agree to their Terms &amp; Conditions, pay them money, provide identification — then they have a large degree of indirect control over any app that can be developed for the entire platform." 
But that plan threatens millions of people using the alternative F/OSS app distributor F-Droid, since Google also wants to have only one signature attached to Android apps. Marc Prud'hommeaux, a member of F-Droid's board of directors, says that "all of a sudden breaks all those versions of the application distributed through F-Droid or any other app store!" 

Prud'hommeaux says they've told Google's Android team "You know perfectly well that you're killing F-Droid!" creating an "existential" threat to an app distributor "that has existed happily for over 10 years." But good things started happening when he created the website Keep Android Open:

 There's now a "huge backlog" of signers for an Open Letter that already includes EFF, the Software Freedom Conservancy, and the Free Software Foundation. He believes Android's existing Play Protect security "is completely sufficient to handle the particular scenarios they claim that developer verification is meant to address"... 

The Keep Android Open site urges developers not to sign up for Android's early access program when it launches next week. (Instead, they're asking developers to respond to invites with an email about their concerns — and to spread the word to other developers and organizations in forums and social media posts.) There's also a petition at Change.org currently signed by 64,000 developers — adding 20,000 new signatures in the last 10 days. And "If you have an Android device, try installing F-Droid!" he adds. Google tracks how many people install these alternative app repositories, and a larger user base means greater consequences from any Android policy changes. 

Plus, installing F-Droid "might be refreshing!" Prud'hommeaux says. "You don't see all the advertisements and promotions and scam and crapware stuff that you see in the commercial app stores!"<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Android%2C+Epic%2C+and+What's+Really+Behind+Google's+'Existential'+Threat+to+F-Droid%3A+https%3A%2F%2Fnews.slashdot.org%2Fstory%2F26%2F03%2F16%2F0255231%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fnews.slashdot.org%2Fstory%2F26%2F03%2F16%2F0255231%2Fandroid-epic-and-whats-really-behind-googles-existential-threat-to-f-droid%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://news.slashdot.org/story/26/03/16/0255231/android-epic-and-whats-really-behind-googles-existential-threat-to-f-droid?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ask Slashdot:  What's the Best All-Purpose RISC-V System on a Chip Family?]]></title>
<description><![CDATA[Slashdot reader SysEngineer does embedded/IoT work, but "I want to pick a single system-on-a-chip architecture family and commit to it across multiple product lines — sensor nodes up through edge gateways... I've been on one platform for years and want to know what embedded engineers are actually...]]></description>
<link>https://tsecurity.de/de/3351420/it-security-nachrichten/ask-slashdot-whats-the-best-all-purpose-risc-v-system-on-a-chip-family/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3351420/it-security-nachrichten/ask-slashdot-whats-the-best-all-purpose-risc-v-system-on-a-chip-family/</guid>
<pubDate>Sun, 15 Mar 2026 23:05:06 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Slashdot reader SysEngineer does embedded/IoT work, but "I want to pick a single system-on-a-chip architecture family and commit to it across multiple product lines — sensor nodes up through edge gateways... I've been on one platform for years and want to know what embedded engineers are actually running in production before I commit!" 


And "the family needs to scale — cheap and small at the low end, capable of running Linux on the bigger variants!" 


Their requirements?


WiFi + BLE required

LoRaWAN a nice-to-have.

Low power modes that actually work in the field, not just on the datasheet.

Full peripheral set — SPI, I2C, UART, ADC, timers, CAN.

A toolchain and runtime support, support multi threads...


Slashdot reader Gravis Zero is skeptical all the requirements can be met. "If you want embedded, you get embedded. If you want to run a big OS, you get one that will run a big OS." 

But Slashdot reader SysEngineer believes "The obvious architecture candidates are ARM, STM, and RISC-V" — and specifically they want to hear your experiences with the RISC-V choices. "What would you standardize on today if you were starting fresh? And how does real-world toolchain and community support hold up compared to the marketing?" 

Share your own thoughts and experiences in the comments. 

What's the best all-purpose RISC-V system on a chip family?<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Ask+Slashdot%3A++What's+the+Best+All-Purpose+RISC-V+System+on+a+Chip+Family%3F%3A+https%3A%2F%2Fask.slashdot.org%2Fstory%2F26%2F03%2F15%2F2124224%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fask.slashdot.org%2Fstory%2F26%2F03%2F15%2F2124224%2Fask-slashdot-whats-the-best-all-purpose-risc-v-system-on-a-chip-family%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://ask.slashdot.org/story/26/03/15/2124224/ask-slashdot-whats-the-best-all-purpose-risc-v-system-on-a-chip-family?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Data management principles for resilient systems]]></title>
<description><![CDATA[“It is not the most intellectual of the species that survives; it is not the strongest that survives; but the species that survives is the one that is able to adapt to and to adjust best to the changing environment in which it finds itself” —Leon C. Megginson, paraphrasing Charles Darwin, 1964


...]]></description>
<link>https://tsecurity.de/de/3340858/it-security-nachrichten/data-management-principles-for-resilient-systems/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3340858/it-security-nachrichten/data-management-principles-for-resilient-systems/</guid>
<pubDate>Wed, 11 Mar 2026 11:24: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>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>“It is not the most intellectual of the species that survives; it is not the strongest that survives; but the species that survives is the one that is able to adapt to and to adjust best to the changing environment in which it finds itself” —Leon C. Megginson, paraphrasing Charles Darwin, 1964</em></p>
</blockquote>



<p>The shifting tides of supply chain relationships, consumer preferences and policy, along with the compounded nature of risk in today’s world, have made resilience a key strategic priority for every organization, city, state and country. Resilience is increasingly a board-level priority across industries. From technology and finance, government and critical infrastructure, to healthcare, energy, retail, and beyond, particularly perceptive executives view resilience as a useful lens for mitigating risk, adapting to market changes, and architecting enduring institutions. Yet many resilience initiatives established by organizations often underperform, with organizations caught flat-footed during the next cyberattack, regulatory change, natural disaster or open market opportunity when they could be moving forward with clarity.</p>



<p>Often, this is not because of missing technology in the market. Instead, it is frequently due to the nature of each organization’s systems and how they fracture under operational or adversarial stress. Unreliable data, committees rather than control rooms, and siloed information often mean that even when the data is available, teams do not have a full, clear picture on what potential decisions entail in order to iterate forward. Yet <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html">data</a>, the bloodstream of every organization, does not fail in isolation. The systems that produce, govern and act on the data create the conditions necessary for sustainable growth or quiet decline across institutions.</p>



<p>Having built data products that served Fortune 500 companies, foundational data infrastructure for a healthcare startup and having identified vulnerabilities at some of the largest organizations in the public sector, I have observed and contributed to the improvement of data systems at both large and small organizations. This article distills my learnings from each of these systems into five durable data management principles that distinguish resilient systems from fragile ones.</p>



<h2 class="wp-block-heading">Principle 1: Resilience emerges from systems, not assets</h2>



<p>Resilience is often treated as something that can be acquired: a platform, a dataset, a control or a capability that can be checked off once it is in place. In practice, resilience behaves very differently. It emerges from how systems interact, especially under conditions of stress, rather than from the strength of any individual asset.</p>



<p>When this principle is ignored, organizations tend to inventory what they have and mistake presence for preparedness. Yet when pressure is applied, whether through a cyberattack, regulatory change or operational disruption, the system as a whole fails to respond coherently. Individually, the assets do not show fragility when evaluated. It is that upon detailed evaluation, the results often show assets that do not work together in ways that support system-wide adaptation.</p>



<p>I saw this clearly while evaluating a leading U.S. federal emergency response organization. On paper, the organization was well equipped. It maintained high-quality public datasets, highly available infrastructure and sophisticated analytical models that supported valuable research across government and academia. Individually, these assets were strong.</p>



<p>The limiting factor emerged only when we examined the system as a whole. The same APIs that made critical data widely accessible, and that underpinned downstream early warning and response systems were connected to servers with limited visibility and legacy configurations. Those configurations made data leakage, distributed denial-of-service attacks and even data injection possible. Any of these failure modes could have cascaded into other systems that relied on the public data for real-time decision-making.</p>



<p>Nothing was “broken” in the traditional sense. The assets were functioning and QA tests passed. But the system had been designed in a way that allowed localized weaknesses to propagate outward under stress.</p>



<p>This is why a systems-level view is essential when thinking about resilience. Individual asset monitoring remains important, but it is insufficient. Performance, security and reliability are not properties of components in isolation; they are properties of how components interact, particularly when assumptions fail.</p>



<p><strong>Executive implication: </strong>The most productive resilience conversations I have seen might start with what an organization owns, but they spend the majority of their time focused on how systems behave together under pressure. Shifting the focus from assets to interactions changes both the questions leaders ask and the investments they prioritize.</p>



<h2 class="wp-block-heading">Principle 2: Stress reveals the true architecture</h2>



<p>The real architecture of a system is not what appears in diagrams, but what emerges when assumptions are violated. Under normal operating conditions, most institutional systems appear coherent. Interfaces function, controls seem sufficient and performance metrics remain within expected bounds. Architecture diagrams reinforce this impression by presenting systems as cleanly bounded, rationally designed and intentionally governed.</p>



<p>Stress disrupts this illusion.</p>



<p>When assumptions fail, whether about load, trust boundaries, actor behavior or environmental conditions, systems stop behaving according to their documented architecture and begin behaving according to the actual reality. Informal dependencies surface. Manual workarounds become primary pathways. Decision bottlenecks harden. Controls assumed to be “edge cases” suddenly dominate outcomes. In this sense, stress does not break systems. It reveals them.</p>



<p>When this principle is ignored, organizations rely solely on nominal architectures after products have been shipped. Technology teams then mistake documentation for reality, overlooking how systems operate in practice. This especially happens as systems age and the priority shifts from feature iteration and addition to product maintenance. These teams and their products accumulate hidden dependencies and, over time, brittle assumptions that never appear in formal design diagrams. When events outside idealized system functioning happen, team members treat these incidents as surprises rather than as the predictable outcome of prior design choices. As such, system failures feel shocking to each team in the moment. On closer inspection, however, the data shows the fragility was implicitly designed in all along.</p>



<p>The Mirai botnet offers a clear illustration of this principle at scale. Many of the systems affected by Mirai were, on paper, highly available and resilient. They met uptime requirements, employed redundancy and performed reliably under expected conditions. Classical architecture diagrams would not have flagged them as fragile.</p>



<p>However, these systems relied on large numbers of Internet-connected IoT devices that exposed management ports directly to the public internet and that were integrated into production environments with default usernames and passwords. Further, these devices were rarely patched or actively monitored. These characteristics did not appear in traditional system specifications, yet they were fundamental to how the systems actually operated in the world.</p>



<p>When Mirai began scanning for and exploiting these devices, the systems behaved exactly as designed, despite these details of expected behavior evading prior documentation. No novel failure modes were introduced during the Mirai incident; it exploited assumptions and practices that had quietly been embedded into the architecture from the start.</p>



<p>The lesson here is that architecture exists whether or not it is formally acknowledged. While documentation is indeed useful, stress is what maps functionality as documented to functionality in practice.</p>



<p><strong>Executive implication: </strong>For executives, the key shift is interpretive as much as technical. Incidents, near-misses and stress events should be treated not as operational exceptions, but as architectural diagnostics. This way, technical teams can band together to assess and respond to incidents rather than shifting blame. These incidents carry valuable data on where trust boundaries are incorrectly assumed, on which controls matter only in theory and on how systems actually degrade under pressure.  Resilient organizations, therefore, routinely simulate stress, not just for compliance, but for learning, conduct third-party resilience and adversarial audits to surface blind spots and use failure analysis to update architectural understanding, not merely patch symptoms.</p>



<p>In short, stress should be institutionalized as a source of insight. If leadership is surprised by system behavior under pressure, that surprise itself is a signal that the real architecture has not yet been fully understood.</p>



<h2 class="wp-block-heading">Principle 3: Data has value only within decision-capable systems</h2>



<p>Data creates value only when embedded in systems that can act on it: quickly, legitimately and coherently. Across sectors, institutions continue to invest heavily in data collection, analytics and technical sophistication. Yet these investments frequently coexist with hesitation, delay or outright paralysis at the point of decision-making. Not options, or scoping, but actually choosing a step forward and taking the necessary action as decided.</p>



<p>This is not usually a simple data problem, but rather a systems problem. Data in and of itself does not create resilience solely by virtue of its accuracy, granularity or volume. It creates resilience via its flow, and needs to integrate into systems where there is clear authority to decide, operational pathways to execute and the social legitimacy to act. Absent these conditions, even the best data becomes inert.</p>



<p>When data is decoupled from decision-capable systems, predictable pathologies emerge across both technical, non-technical and executive teams. High-quality analytics coexist with slow or contested decisions, multiple “sources of truth” proliferate as authority remains unclear, and data teams optimize insight production while executives struggle to act.</p>



<p>Over time, this leads to frustration on all sides: analysts feel ignored, leaders feel unsupported and the organization mistakes technical sophistication for institutional readiness.</p>



<p>National statistics organizations offer a particularly instructive case. These institutions often aggregate extraordinarily rich datasets — demographic, economic, environmental and situational — produced according to rigorous empirical standards. They are typically staffed by highly trained professionals who understand uncertainty, bias and methodological limits.</p>



<p>Yet planning and response effectiveness do not depend primarily on analytical sophistication.</p>



<p>What matters is whether this data flows into decision-capable systems: systems with clear ownership, authority and execution pathways. Where decision rights are ambiguous, contested or culturally constrained, better data does not lead to better outcomes. It may even increase friction by introducing competing interpretations without a mechanism for resolution. While insights are important for understanding, they show their strongest value when followed by action.</p>



<p><strong>Executive implication: </strong>Executives often ask, “Is the data accurate?” While necessary, this question is not sufficient on its own. An equally important, and often overlooked, set of questions is: Who is authorized, and prepared, to act on this data under stress? What norms govern data-informed decision-making in this organization? When data challenges intuition or hierarchy, which one wins?</p>



<p>Culture matters here in a very practical sense. As Peter Drucker noted, “Culture eats strategy for breakfast.” If decision-making forums are not grounded in verified data, if factual numbers are absent, ignored or selectively invoked, then it becomes harder to accurately map problem and opportunity spaces, to identify which initiatives are directionally correct, and to decide what to iterate on and how progress should be measured. In resilient institutions, data is both available and operationalized. It is routinely embedded in governance, trusted in moments of pressure and linked directly to action. Data alone does not drive decisions. Decision-capable systems and a data-informed culture do.</p>



<h2 class="wp-block-heading">Principle 4: Governance should enable accelerated action under stress</h2>



<p>Governance that slows decision-making during stress undermines resilience, regardless of its intentions. Governance is often designed to manage risk, ensure accountability and prevent misuse of authority. Under stable conditions, these objectives are compatible with effectiveness. Under stress, they frequently come into tension.</p>



<p>Resilient systems are not those with the most controls, but those whose controls remain functional when time, information and coordination are constrained. When disruption occurs, governance structures that were optimized for deliberation and risk avoidance can become the dominant source of failure. While these modes of governance are not wrong in principle, they are mismatched to the conditions at hand during disruption.</p>



<p>In practice, governance is part of the system’s operational architecture. If governance cannot cope under stress, the system cannot adapt.</p>



<p>Organizations that fail to design governance for stress tend to exhibit patterned failure modes. Controls multiply, but decision latency increases precisely when speed matters most. Approval chains optimized for consensus or risk minimization become bottlenecks, and teams begin bypassing formal processes informally to get things done.</p>



<p>This last point is particularly unfortunate, though many practitioners feel it necessary to circumvent disruption or to get a project over the line in moments of tension. When governance is perceived as an obstacle rather than an enabler, work does not stop; teams simply move progress outside formal structures. Over time, this erodes trust, weakens institutional memory (documentation is indeed useful) and makes it harder to understand how decisions are actually being made during crises. Retrospectives and planning become grayer where color is needed, giving middle management an uneasy feeling and executives a false sense of security.  Eventually, the result is a widening gap between governance as designed and governance as practiced. This gap is ultimately brought to light under pressure.</p>



<p>An evaluation we recently conducted on the digital and cyber resilience of a large multilateral organization illustrates this dynamic clearly. The organization maintains formal data governance processes intended to ensure oversight, consistency and compliance across a highly complex global footprint. Under normal conditions, these processes functioned as intended.</p>



<p>However, during stress scenarios requiring real-time supervisory decisions, the governance model proved too slow. Decision authority was fragmented across multiple layers, and escalation paths were unclear. As a result, critical data was sometimes not acted upon at the pace required by operational realities.</p>



<p>During stakeholder mapping, we identified a deeper issue. Governance structures were often organized around programs, while digital capabilities were treated as purely supportive functions rather than as foundational, enabling components of the organization’s mission. This framing limited the authority of digital and data leaders precisely when their input was most needed. The outcome was not a lack of information, but a lack of decision-ready governance: systems capable of consistently translating insight into action with minimal friction, even under pressure.</p>



<p><strong>Executive implication: </strong>For executives, the key insight is that governance must be designed for stress conditions, not just for an idealized steady state. This requires explicitly clarifying decision rights under different levels of disruption, thresholds at which normal approval processes are shortened or bypassed, as well as override mechanisms and temporary authorities that can be activated under defined conditions. Where these elements are predefined and understood, governance can accelerate action rather than constrain it.</p>



<p>Research from military organizations is particularly instructive here. Military operations routinely occur in extreme environments where uncertainty is high and the cost of delay is severe. Across contexts, evidence <a href="https://doi.org/10.1093/oxfordhb/9780195399325.013.0106" rel="nofollow">shows</a> that <a href="https://apps.dtic.mil/sti/tr/pdf/ADA522951.pdf" rel="nofollow">smaller</a> teams and shorter decision-making paths improve effectiveness, enabling faster adaptation and increasing resilience.</p>



<p>The lesson for civilian institutions is not particularly to militarize decision-making, but to internalize the core notion that governance that can compress under stress is resilient. Small teams move fast. When authority, accountability and escalation are clearly defined in advance, organizations move faster and with clarity without sacrificing control. In resilient systems, governance is approached as a load-bearing structure rather than a brake: a structure that holds when everything else is under strain.</p>



<h2 class="wp-block-heading">Principle 5: Resilient systems are designed from their integrations outward</h2>



<p>Resilient systems begin with integrations: interfaces, dependencies and handoffs, and then design components to fit them, not the other way around.</p>



<p>To clarify, integrations here do not refer to user interfaces or cosmetic system connections. They refer to the relationships that determine how a system actually functions under load: data flows, control boundaries, decision handoffs and dependencies between internal and external actors. In resilient systems, these relationships are treated as first-class design objects. In fragile systems, they are discovered late, often during failure.</p>



<p>As mentioned in Principle 1, I have observed that many resilience failures are not caused by weak components, but by poorly understood or implicitly evolved integrations.</p>



<p>When integrations are treated as secondary concerns, certain patterns emerge across technology teams in different domains. Components are optimized locally, but fail collectively; irreversible assumptions are embedded at system boundaries and small failures cascade across integrations that were never explicitly designed or governed.</p>



<p>In these systems, change becomes expensive and risky. A seemingly minor modification in one component requires coordinated changes across the entire system, reducing adaptability precisely when it is most needed during disruption or outlier events. Over time, optionality disappears not through a single decision, but through the accumulation of implicit coupling.</p>



<p>A national securities exchange we evaluated provides a clear illustration of how integration-first design affects resilience. The exchange’s most resilient functions were those where external participant integrations, including brokers, clearing entities, regulators and market data consumers, were explicitly mapped, constrained and governed. Interfaces were stable, responsibilities were clear and failure modes were anticipated. As a result, individual components could evolve without destabilizing the broader system.</p>



<p>In contrast, where integrations evolved implicitly, particularly in areas such as networking and internal dependencies, optionality eroded. Changes that should have been local required system-wide redesigns as recovery paths narrowed. The data eventually showed that what appeared to be a technical issue was, in fact, an architectural one. The distinction was the intentionality of integration design, and how changes to components cascaded to a wider scope and grew technical debt.</p>



<p>One of the most important outcomes of high-quality integration design is optionality. When integrations are well designed, systems preserve substitutability of components, allowing parts to be replaced without rewriting entire workflows. They also implement graceful degradation, where partial failures do not become total failures, and structure multiple recovery paths that enable faster restoration under stress.</p>



<p>Optionality is often discussed as a strategic goal. In practice, it is easier to achieve as an emergent property. Adding optionality after the fact often requires code rewrites, and mandating it through policy alone keeps optionality only on paper. Optionality emerges when integrations are designed deliberately, documented clearly and governed consistently over time.</p>



<p>Conversely, systems that lack optionality are rarely the result of poor intent. They are the result of integration decisions being deferred, minimized or treated as implementation detail rather than as architecture.</p>



<p><strong>Executive implication: </strong>For executives, the implication is direct: integration design is a core resilience investment and priority for technology teams. The CTO, VP of Engineering and/or Tech Lead is often right when they want another go-through of the system design to address concerns. In practice, this means funding integration mapping and interface design more explicitly, governing system boundaries with the same rigor applied to core assets, and treating changes at integration points as strategic decisions, rather than technical housekeeping.</p>



<p>Organizations that implement these approaches create systems that can evolve without breaking, absorb shocks without cascading failure and adapt without constant reinvention. In resilient institutions, components matter. But integrations determine whether the system can endure.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Across cyber, financial, emergency-response, infrastructure and other industry domains, a consistent pattern emerges. Resilience is a systemic property, one that emerges from how components interact, how decisions are authorized and how information moves under stress. Correspondingly, fragility is often from “incidental engineering” where these aspects are treated as minor implementation details. As such, fragility is often architectural, often latent and revealed only when assumptions are violated.</p>



<p>Data plays a central role in this dynamic, but not in isolation. Data has value only insofar as it can circulate like blood through an organization or function as part of a nervous system — connecting sensors to decision-makers, enabling frontline teams, managers and executives to act with speed, legitimacy and coherence. When data stalls, fragments or cannot be acted upon, even the most sophisticated analytics fail to improve outcomes.</p>



<p>Looking forward, tools, platforms and organizational structures will inevitably change. New technologies will promise speed, insight and efficiency. Regulatory environments will shift, and threats will evolve in form and scale.</p>



<p>What will not change is that resilience emerges from intentional design in how systems integrate, how decisions are made under pressure and how organizations respond when conditions deviate from the plan.</p>



<p>Executives who approach data management as systems design rather than asset optimization, investing in integrations, decision-capable governance, and architectures that hold under stress, will be better positioned not only to survive the next shock but to adapt through it and emerge stronger, whatever form it takes.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple’s new MacBooks have keyboard change you might notice instantly]]></title>
<description><![CDATA[Apple’s new M5 MacBook Air and M5 MacBook Pro models are pretty light on new features beyond the chips. But it turns out, both MacBooks also change the keyboard to remove text labels in favor of glyphs.



 more…]]></description>
<link>https://tsecurity.de/de/3338769/ios-mac-os/apples-new-macbooks-have-keyboard-change-you-might-notice-instantly/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3338769/ios-mac-os/apples-new-macbooks-have-keyboard-change-you-might-notice-instantly/</guid>
<pubDate>Tue, 10 Mar 2026 16:22:10 +0100</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="feat-image"><img src="https://9to5mac.com/wp-content/uploads/sites/6/2026/03/m5-macbook-air-keyboards.jpg?quality=82&amp;strip=all&amp;w=1600"></div><p>Apple’s new M5 MacBook Air and M5 MacBook Pro models are <a href="https://9to5mac.com/2026/03/03/m5-macbook-air-vs-m4-macbook-air-whats-actually-changed/">pretty light on new features</a> beyond the chips. But it turns out, both MacBooks also change the keyboard to remove text labels in favor of glyphs.</p>



 <a data-layer-pagetype="post" data-layer-postcategory="mac" data-layer-viewtype="taxonomy-ninetofive_guides" data-post-id="1042976" href="https://9to5mac.com/2026/03/10/apples-new-macbooks-have-keyboard-change-you-might-notice-instantly/#more-1042976" class="more-link">more…</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[HPE’s server and storage prices can change after you place an order]]></title>
<description><![CDATA[HPE has told customers that the prices quoted for servers and storage hardware may not be the prices they ultimately pay, as surging memory and storage costs have led the company to reserve the right to reprice orders before shipment.



HPE CEO Antonio Neri disclosed the change in its terms and ...]]></description>
<link>https://tsecurity.de/de/3338163/it-security-nachrichten/hpes-server-and-storage-prices-can-change-after-you-place-an-order/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3338163/it-security-nachrichten/hpes-server-and-storage-prices-can-change-after-you-place-an-order/</guid>
<pubDate>Tue, 10 Mar 2026 12:51: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>HPE has told customers that the prices quoted for servers and storage hardware may not be the prices they ultimately pay, as surging memory and storage costs have led the company to reserve the right to reprice orders before shipment.</p>



<p>HPE CEO Antonio Neri disclosed the change in its terms and conditions during the company’s Q1 fiscal 2026 <a href="https://seekingalpha.com/article/4880268-hewlett-packard-enterprise-company-hpe-q1-2026-earnings-call-transcript" target="_blank" rel="noreferrer noopener">earnings call</a> on Monday. “We have amended our quoting terms with a right to reprice existing orders for commodity cost increases between quoting and shipment,” Neri said. The company expects elevated memory and storage prices to persist well into 2027, he added.</p>



<p>The practical implication for enterprise IT teams is significant. Organizations running fixed capital expenditure budgets or multi-year hardware refresh cycles may find that infrastructure costs approved at the quote stage no longer hold by the time equipment ships.</p>



<p>“This is not a routine contractual adjustment,” said Sanchit Vir Gogia, chief analyst at Greyhound Research. “It signals a structural shift in how enterprise infrastructure procurement is going to operate in the coming years.”</p>



<p>For decades, enterprise hardware procurement followed a predictable model: procurement teams negotiated pricing based on configuration and volume, and once a quote was issued and internally approved, the price was effectively locked. That assumption is now breaking down, Gogia said, because the underlying cost structure of servers has fundamentally changed.</p>



<p>“Historically, memory represented somewhere between roughly a quarter and about 40% of server material costs depending on the configuration,” Gogia said. “Crossing the 50% threshold changes the economics of infrastructure procurement because the most volatile component of the system now dominates the cost structure.”</p>



<p>HPE CFO Marie Myers said on the call that the company had already begun implementing DRAM-related price increases in November 2025, ahead of the formal amendment to the quoting terms. HPE has also shortened its quote commitment cycle and is actively steering customers toward lower-memory configurations where possible. “We are dynamically passing through memory and component cost inflation while protecting our margins and preserving profitability,” Myers said on the call.</p>



<h2 class="wp-block-heading">A market already under severe strain</h2>



<p>The revision did not come without warning. Server memory prices have been on a <a href="https://www.networkworld.com/article/4093752/server-memory-prices-could-double-by-2026-as-ai-demand-strains-supply.html">steep upward trajectory</a> since mid-2025, driven by AI data centre demand absorbing memory supply away from conventional enterprise hardware. <a href="https://www.networkworld.com/article/4119222/whats-causing-the-memory-shortage.html">TrendForce projected in January 2026</a> that average DRAM prices would rise 50% to 55% in Q1 2026 compared to Q4 2025. Samsung, SK Hynix, and Micron have all redirected production capacity toward high-bandwidth memory for AI accelerators, leaving conventional enterprise memory undersupplied.</p>



<p>Gogia said HPE’s move should be understood as an early signal of a broader industry shift rather than an isolated vendor decision. “The pattern is beginning to appear across the broader infrastructure vendor ecosystem. Component volatility is no longer an internal vendor risk. It is a shared market condition that must be reflected in contract structures,” he said.</p>



<h2 class="wp-block-heading">The implications for enterprise procurement</h2>



<p>For CIOs and IT procurement teams, the ripple effects are already visible. <a href="https://www.computerworld.com/article/4116481/memory-shortage-threat-helps-trigger-pc-buying-spree.html">IDC has previously warned</a> that enterprise buyers whose budgets were set before the full scope of the memory shortage became clear are likely to face sticker shock when refresh quotes arrive. HPE’s revised terms make that risk explicit rather than incidental.</p>



<p>Gogia said procurement governance must now evolve to treat infrastructure purchasing as a risk management exercise. Enterprises will need mechanisms such as indexed pricing tied to component markets, defined price adjustment corridors that cap increases within agreed ranges, and staged purchasing structures that reduce exposure to a single delivery event, he said. “Organisations that fail to adapt will find themselves facing budget overruns, delayed infrastructure deployments, and difficult internal approval cycles when final invoices diverge from approved purchase orders,” Gogia said.</p>



<h2 class="wp-block-heading">Networking less exposed</h2>



<p>The repricing risk, however, does not apply equally across HPE’s entire product portfolio. Neri said on the call that HPE’s networking business, now significantly expanded following the completion of its $14 <a href="https://www.networkworld.com/article/4016229/hpe-finalizes-juniper-acquisition-forms-new-ai-centric-networking-unit.html">billion acquisition of Juniper Networks</a> in July 2025, is “more insulated, with memory comprising a significantly smaller portion of the bill of materials.” Networking now represents nearly 30% of HPE’s total revenues and more than half of its total operating profits, Neri said on the call.</p>



<p>HPE <a href="https://www.hpe.com/us/en/newsroom/press-release/2026/03/hpe-reports-fiscal-2026-first-quarter-results.html">reported Q1 fiscal 2026 revenue</a> of $9.3 billion, up 18% year over year, and raised its full-year earnings outlook on the back of the results. HPE did not immediately respond to a request for comment.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Shadow AI vs Managed AI: What’s the Difference? – FireTail Blog]]></title>
<description><![CDATA[Mar 04, 2026 – – Quick Facts: Shadow AI vs. Managed AIShadow AI is a visibility gap: It refers to any AI tool used by employees that the IT department doesn’t know about. Most companies have 10x more AI tools…
Read more →
The post Shadow AI vs Managed AI: What’s the Difference? – FireTail Blog ap...]]></description>
<link>https://tsecurity.de/de/3324942/it-security-nachrichten/shadow-ai-vs-managed-ai-whats-the-difference-firetail-blog/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3324942/it-security-nachrichten/shadow-ai-vs-managed-ai-whats-the-difference-firetail-blog/</guid>
<pubDate>Wed, 04 Mar 2026 12:20:34 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Mar 04, 2026 – – Quick Facts: Shadow AI vs. Managed AIShadow AI is a visibility gap: It refers to any AI tool used by employees that the IT department doesn’t know about. Most companies have 10x more AI tools…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/shadow-ai-vs-managed-ai-whats-the-difference-firetail-blog/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/shadow-ai-vs-managed-ai-whats-the-difference-firetail-blog/">Shadow AI vs Managed AI: What’s the Difference? – FireTail Blog</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux and architecture (as s profession)]]></title>
<description><![CDATA[hello people, is any of you engineer of architecture whos rocking linux as his/hers daily driver? can you even use autocad and adobe programs on it? if not, whats the alternative to it and is it worth pulling out your linux oriented laptop in such work environment and conditions? would love to he...]]></description>
<link>https://tsecurity.de/de/3324399/linux-tipps/linux-and-architecture-as-s-profession/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3324399/linux-tipps/linux-and-architecture-as-s-profession/</guid>
<pubDate>Wed, 04 Mar 2026 08:21:24 +0100</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>hello people,</p> <p>is any of you engineer of architecture whos rocking linux as his/hers daily driver? can you even use autocad and adobe programs on it? if not, whats the alternative to it and is it worth pulling out your linux oriented laptop in such work environment and conditions?</p> <p>would love to hear your opinions about it, </p> <p>thank you all</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Servisiranje"> /u/Servisiranje </a> <br> <span><a href="https://www.reddit.com/r/linux/comments/1rkelyl/linux_and_architecture_as_s_profession/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1rkelyl/linux_and_architecture_as_s_profession/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[More ‘MacBook Neo’ details leak ahead of official announcement]]></title>
<description><![CDATA[In addition to announcing six new products over the last two days, Apple has seemingly leaked the name of at least one more product we still expect to see revealed this week. Now it appears more than just the expected name has surfaced.



 more…]]></description>
<link>https://tsecurity.de/de/3323560/ios-mac-os/more-macbook-neo-details-leak-ahead-of-official-announcement/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3323560/ios-mac-os/more-macbook-neo-details-leak-ahead-of-official-announcement/</guid>
<pubDate>Tue, 03 Mar 2026 20:08:21 +0100</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="feat-image"><img src="https://9to5mac.com/wp-content/uploads/sites/6/2026/02/new-macbook-colors-pink-blue-yellow.jpg?quality=82&amp;strip=all&amp;w=1600"></div><p>In addition to <a href="https://9to5mac.com/2026/03/03/apple-has-announced-6-new-products-so-far-this-week/">announcing six new products</a> over the last two days, Apple has <a href="https://9to5mac.com/2026/03/03/macbook-neo-could-be-name-for-low-cost-model-powered-by-iphone-chip/">seemingly leaked the name </a>of <a href="https://9to5mac.com/2026/03/03/new-apple-products-keep-launching-heres-whats-coming-next/">at least one more product we still expect to see</a> revealed this week. Now it appears more than just the expected name has surfaced.</p>



 <a data-layer-pagetype="post" data-layer-postcategory="mac,macbook,macbook-neo" data-layer-viewtype="taxonomy-ninetofive_guides" data-post-id="1041832" href="https://9to5mac.com/2026/03/03/more-macbook-neo-details-leak-ahead-of-official-announcement/#more-1041832" class="more-link">more…</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[M5 MacBook Air vs M4 MacBook Air: What’s actually changed?]]></title>
<description><![CDATA[Today Apple launched a new MacBook Air powered by the M5 chip. Here’s everything new in the M5 MacBook Air vs last year’s M4 model.



 more…]]></description>
<link>https://tsecurity.de/de/3323012/ios-mac-os/m5-macbook-air-vs-m4-macbook-air-whats-actually-changed/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3323012/ios-mac-os/m5-macbook-air-vs-m4-macbook-air-whats-actually-changed/</guid>
<pubDate>Tue, 03 Mar 2026 16:22:35 +0100</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="feat-image"><img src="https://9to5mac.com/wp-content/uploads/sites/6/2026/03/m5-macbook-air-vs-m4-mba.jpg?quality=82&amp;strip=all&amp;w=1600"></div><p>Today Apple <a href="https://9to5mac.com/2026/03/03/apple-announces-m5-macbook-air-with-2x-storage-n1-wireless-chip-1099-starting-price/">launched</a> a new MacBook Air powered by the M5 chip. Here’s everything new in the M5 MacBook Air vs last year’s M4 model.</p>



 <a data-layer-pagetype="post" data-layer-postcategory="mac,macbook-air" data-layer-viewtype="taxonomy-ninetofive_guides" data-post-id="1041762" href="https://9to5mac.com/2026/03/03/m5-macbook-air-vs-m4-macbook-air-whats-actually-changed/#more-1041762" class="more-link">more…</a>]]></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's Driving the SaaSpocalypse]]></title>
<description><![CDATA[An anonymous reader quotes a report from TechCrunch: One day not long ago, a founder texted his investor with an update: he was replacing his entire customer service team with Claude Code, an AI tool that can write and deploy software on its own. To Lex Zhao, an investor at One Way Ventures, the ...]]></description>
<link>https://tsecurity.de/de/3320270/it-security-nachrichten/whats-driving-the-saaspocalypse/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3320270/it-security-nachrichten/whats-driving-the-saaspocalypse/</guid>
<pubDate>Mon, 02 Mar 2026 15:05:41 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[An anonymous reader quotes a report from TechCrunch: One day not long ago, a founder texted his investor with an update: he was replacing his entire customer service team with Claude Code, an AI tool that can write and deploy software on its own. To Lex Zhao, an investor at One Way Ventures, the message indicated something bigger -- the moment when companies like Salesforce stopped being the automatic default. "The barriers to entry for creating software are so low now thanks to coding agents, that the build versus buy decision is shifting toward build in so many cases," Zhao told TechCrunch.
 
The build versus buy shift is only part of the problem. The whole idea of using AI agents instead of people to perform work throws into question the SaaS business model itself. SaaS companies currently price their software per seat -- meaning by how many employees log in to use it. "SaaS has long been regarded as one of the most attractive business models due to its highly predictable recurring revenue, immense scalability, and 70-90% gross margins," Abdul Abdirahman, an investor at the venture firm F-Prime, told TechCrunch. When one, or a handful, of AI agents can do that work -- when employees simply ask their AI of choice to pull the data from the system -- that per-seat model starts to break down.
 
The rapid pace of AI development also means that new tools, like Claude Code or OpenAI's Codex, can replicate not just the core functions of SaaS products but also the add-on tools a SaaS vendor would sell to grow revenue from existing customers. On top of that, customers now have the ultimate contract negotiation tool in their pockets: If they don't like a SaaS vendor's prices, they can, more easily than ever before, build their own alternative. "Even if they do not take the build route, this creates downward pressure on contracts that SaaS vendors can secure during renewals," Abdirahman continued.
 
We saw this as early as late 2024, when Klarna announced that it had ditched Salesforce's flagship CRM product in favor of its own homegrown AI system. The realization that a growing number of other companies can do the same is spooking public markets, where the stock prices of SaaS giants like Salesforce and Workday have been sliding. In early February, an investor sell-off wiped nearly $1 trillion in market value from software and services stocks, followed by another billion later in the month. Experts are calling it the SaaSpocalypse, with one analyst dubbing it FOBO investing -- or fear of becoming obsolete. Yet the venture investors TechCrunch spoke with believe such fears are only temporary. "This isn't the death of SaaS," Aaron Holiday, a managing partner at 645 Ventures, told TechCrunch. Rather, it's the beginning of an old snake shedding its skin, he said.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=What's+Driving+the+SaaSpocalypse%3A+https%3A%2F%2Ftech.slashdot.org%2Fstory%2F26%2F03%2F02%2F048218%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F26%2F03%2F02%2F048218%2Fwhats-driving-the-saaspocalypse%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://tech.slashdot.org/story/26/03/02/048218/whats-driving-the-saaspocalypse?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What's the Point of School When AI Can Do Your Homework?]]></title>
<description><![CDATA[An anonymous reader quotes a report from 404 Media: There's a new agentic AI called Einstein that will, according to its developers, live the life of a student for them. Einstein's website claims that the AI will attend lectures for you, write your papers, and even log into EdTech platforms like ...]]></description>
<link>https://tsecurity.de/de/3313415/it-security-nachrichten/whats-the-point-of-school-when-ai-can-do-your-homework/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3313415/it-security-nachrichten/whats-the-point-of-school-when-ai-can-do-your-homework/</guid>
<pubDate>Thu, 26 Feb 2026 23:49:59 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[An anonymous reader quotes a report from 404 Media: There's a new agentic AI called Einstein that will, according to its developers, live the life of a student for them. Einstein's website claims that the AI will attend lectures for you, write your papers, and even log into EdTech platforms like Canvas to take tests and participate in discussions. Educators told me that Einstein is just one of many AI tools that can do homework for students, but should be seen as a warning to schools that are increasingly seen by students as a place to gain a diploma and status as opposed to the value of education itself.
 
If an AI can go to school for you what's the point of going to school? For Advait Paliwal, Brown dropout and co-creator of Einstein, there isn't one. "I think about horses," he said. "They used to pull carriages, but when cars came around, I'd argue horses became a lot more free," he said. "They can do whatever they want now. It would be weird if horses revolted and said 'no, I want to pull carriages, this is my purpose in life.'" But humans aren't horses. "This is much bigger than Einstein," Matthew Kirschenbaum told 404 Media. "Einstein is symptomatic. I doubt we'll be talking about Einstein, as such, in a year. But it's symptomatic of what's about to descend on higher ed and secondary ed as well."
 
[...] The attractiveness of agentic AIs is a symptom of a decades-long trend in higher education. "Universitiesby and large adopted a transactive model of education," Kirschenbaum said. "Students see their diploma as a credential. They pay tuition and at the end of four years, sometimes five years, they receive the credential and, in theory at least, that is then the springboard to economic stability and prosperity." Paliwal seems to agree. He told 404 Media that he attempted to change the university from the inside while working as a TA, but felt stymied by politics. "The only way to force these institutions to evolve is to bring reality to their face. And usually the loudest critics are the ones who can't do their own job well and live in fear of automation," he said. "I think we really need to question what learning even is and whether traditional educational institutions are actually helping or harming us," said Paliwal. "We're seeing a rise in unemployment across degree holders because of AI, and that makes me question whether this is really what humans are born to do. We've been brainwashed as a society into valuing ourselves by the output of our productive work, and I think humanity is a lot more beautiful than that. Is it really education if we're just memorizing things to perform a task well?"
 
Kirschenbaum added: "What we're finding is that if forms of education can be transacted then we've just about arrived at the point where autonomous software AI agents are capable of performing the transaction on your behalf," he said. "And so the whole educational paradigm has come back to essentially bite itself in the ass."<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=What's+the+Point+of+School+When+AI+Can+Do+Your+Homework%3F%3A+https%3A%2F%2Fnews.slashdot.org%2Fstory%2F26%2F02%2F26%2F2154237%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fnews.slashdot.org%2Fstory%2F26%2F02%2F26%2F2154237%2Fwhats-the-point-of-school-when-ai-can-do-your-homework%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://news.slashdot.org/story/26/02/26/2154237/whats-the-point-of-school-when-ai-can-do-your-homework?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Two unique new MacBook Pros are launching this year, starting next week]]></title>
<description><![CDATA[Apple will launch its newest MacBook Pro next week with M5, and there’s another distinct model coming later this year with M6. Here’s what to expect from Apple’s two unique MacBook Pro launches this year.



 more…]]></description>
<link>https://tsecurity.de/de/3313255/ios-mac-os/two-unique-new-macbook-pros-are-launching-this-year-starting-next-week/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3313255/ios-mac-os/two-unique-new-macbook-pros-are-launching-this-year-starting-next-week/</guid>
<pubDate>Thu, 26 Feb 2026 21:06:51 +0100</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="feat-image"><img src="https://9to5mac.com/wp-content/uploads/sites/6/2025/12/macbook-lid-glow.jpg?quality=82&amp;strip=all&amp;w=1600"></div><p>Apple will <a href="https://9to5mac.com/2026/02/25/apple-is-launching-new-products-next-week-heres-whats-coming/">launch its newest MacBook Pro</a> next week with M5, and there’s another distinct model coming later this year with M6. Here’s what to expect from Apple’s two unique MacBook Pro launches this year.</p>



 <a data-layer-pagetype="post" data-layer-postcategory="mac,macbook-pro" data-layer-viewtype="taxonomy-ninetofive_guides" data-post-id="1040976" href="https://9to5mac.com/2026/02/26/two-unique-new-macbook-pros-are-launching-this-year-starting-next-week/#more-1040976" class="more-link">more…</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Black Hat USA 2025 Keynote | From Slide Rules to GenAi]]></title>
<description><![CDATA[Author: Black Hat - Bewertung: 0x - Views:18 Keynote: From Slide Rules to GenAi - Musings of a Graybeard Public Servant on What's Changing, What's Not, and What Should

Global reliance on distributed digital infrastructure has created unprecedented opportunities alongside dangerous vulnerabilitie...]]></description>
<link>https://tsecurity.de/de/3311049/it-security-video/black-hat-usa-2025-keynote-from-slide-rules-to-genai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3311049/it-security-video/black-hat-usa-2025-keynote-from-slide-rules-to-genai/</guid>
<pubDate>Wed, 25 Feb 2026 23:01:49 +0100</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Author: Black Hat - Bewertung: 0x - Views:18 <br/></p><p><iframe id="ytplayer" loading="lazy" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/bARa6fr8frU?autoplay=1&origin=http://tsecurity.de" frameborder="0"></iframe></p><p>Keynote: From Slide Rules to GenAi - Musings of a Graybeard Public Servant on What's Changing, What's Not, and What Should<br />
<br />
Global reliance on distributed digital infrastructure has created unprecedented opportunities alongside dangerous vulnerabilities, as traditional stabilizing forces lose their beneficial inertia and transformative technologies, nationalism and fragmented regulation reshape the landscape. Fragile supply chains heighten systemic risks and threats from cyberattacks, climate disruptions, and technological dislocations now propagate faster and hit harder, overwhelming traditional risk management as defense responsibilities shift toward private actors. Success requires integrating resilience with innovation, fostering unified coalitions, and adopting systems-level thinking that aligns technical, strategic, and human factors—with those who can adapt and lead in resilience positioned to thrive amid ongoing instability and accelerating change.<br />
<br />
By:<br />
Chris Inglis  |  Former US National Cyber Director, MITRE Trustee<br />
<br />
Full Session Details Available at:<br />
https://blackhat.com/us-25/briefings/schedule/?#keynote-from-slide-rules-to-genai---musings-of-a-graybeard-public-servant-on-whats-changing-whats-not-and-what-should-48159<br/></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Mac is about to get a new AAA game in rare day-one launch]]></title>
<description><![CDATA[Next week will be a big one for the Mac, with several new MacBooks launching. But another big moment is around the corner: Crimson Desert, a AAA game debuts next month with a day-one macOS release.



 more…]]></description>
<link>https://tsecurity.de/de/3310948/ios-mac-os/the-mac-is-about-to-get-a-new-aaa-game-in-rare-day-one-launch/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3310948/ios-mac-os/the-mac-is-about-to-get-a-new-aaa-game-in-rare-day-one-launch/</guid>
<pubDate>Wed, 25 Feb 2026 21:22:16 +0100</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="feat-image"><img src="https://9to5mac.com/wp-content/uploads/sites/6/2026/02/crimson-desert-mac.jpg?quality=82&amp;strip=all&amp;w=1600"></div><p>Next week will be a big one for the Mac, with <a href="https://9to5mac.com/2026/02/25/apple-is-launching-new-products-next-week-heres-whats-coming/">several new MacBooks launching</a>. But another big moment is around the corner: Crimson Desert, a AAA game debuts next month with a day-one macOS release.</p>



 <a data-layer-pagetype="post" data-layer-postcategory="games,mac" data-layer-viewtype="taxonomy-ninetofive_guides" data-post-id="1040772" href="https://9to5mac.com/2026/02/25/the-mac-is-about-to-get-a-new-aaa-game-in-rare-day-one-launch/#more-1040772" class="more-link">more…</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Using AI to unlock human potential at Liberty Mutual]]></title>
<description><![CDATA[Liberty Mutual’s approach to gen AI reflects a deeper understanding of enterprise transformation in that the hardest challenges aren’t technical but human. So global CIO Monica Caldas focuses on the central priorities of enterprise leaders: establishing effective AI governance, moving promising p...]]></description>
<link>https://tsecurity.de/de/3309284/it-security-nachrichten/using-ai-to-unlock-human-potential-at-liberty-mutual/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3309284/it-security-nachrichten/using-ai-to-unlock-human-potential-at-liberty-mutual/</guid>
<pubDate>Wed, 25 Feb 2026 11:05: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>Liberty Mutual’s approach to gen AI reflects a deeper understanding of enterprise transformation in that the hardest challenges aren’t technical but human. So global CIO Monica Caldas focuses on the central priorities of enterprise leaders: establishing effective AI governance, moving promising pilots into scalable solutions, and empowering employees to confidently adopt new ways of working.</p>



<p>Such a strategy requires balancing seemingly contradictory goals: maintaining rigorous integrity while encouraging experimentation, building platforms without proliferating tools, and driving adoption without overwhelming the organization — and all of this without a proven playbook as <a href="https://www.cio.com/article/4064313/what-world-class-it-looks-like-in-the-gen-ai-era.html?utm=hybrid_search">gen AI reaches an inflection point</a>. The result so far is a transformation that treats AI as a fundamental opportunity to rewire how 40,000 employees work and better serve customers.</p>



<p><strong>How is Liberty Mutual using AI to improve your employee experience?</strong></p>



<p>We’ve been using AI to understand and predict for years, so when gen AI emerged in late 2022, we were already thinking about how it could change the way we work. Our early AI focus was on predictive tools that improved underwriting and claims forecasting, strengthening our core operations. Those investments built the discipline and foundation we needed to adopt gen AI thoughtfully when it emerged. Our first lens of it was protecting integrity of the data and decisions, and how to govern in an environment when the technology’s promise is so expansive yet unproven. Then we adopted the philosophy of “You can’t learn to swim by reading about water,” and provided employees with training and safe spaces to test, learn, and develop intuition.</p>



<p>Our plan was to first understand this new capability. We launched LibertyGPT, our secure, internal gen AI platform to ensure we were protecting data with the right controls. In parallel, we developed an <a href="https://www.cio.com/article/4125163/why-digital-transformation-fails-without-an-upskilled-workforce.html?utm=hybrid_search">employee training program</a>, which functioned like a driver’s license. Once you have it, you can test and learn.</p>



<p>In parallel, we established an experimentation framework we call our Digital Progression Framework that enables employees to learn, experiment, and innovate responsibly while understanding how AI can support their everyday work and decision-making in a meaningful way.</p>



<p>We also focused on leadership training. When I joined Liberty Mutual, we started Executech, an executive training program focused on improving digital and data literacy. The program covered technology fundamentals, emerging trends, and how technology can drive business value. So shifting our focus from digital to AI was a natural progression, and these efforts are supported by a growing learning ecosystem, including a gen AI hub for hands-on guidance, an AI@Liberty community for peer collaboration, a responsible AI steering committee, and a change champion network that helps teams adopt and integrate new tools.</p>



<p>Lastly, our broader ambition is to embed AI into the way we work every day. We’re not just improving speed and quality, we’re giving people the confidence and capacity to focus on what matters most: solving more audacious challenges and delivering meaningful outcomes for customers. Ultimately, we’re empowering employees to see AI as a core enabler, to imagine what’s possible, and to apply it in thoughtful, innovative ways.</p>



<p><strong>How are you approaching the technical aspect of the transformation?</strong></p>



<p>We began by defining a destination that’s aligned to our business aspiration of rewiring the enterprise for AI. From a technology perspective, that means <a href="https://www.cio.com/article/4117094/data-management-trends-whats-in-whats-out.html?utm=hybrid_search">enabling data to move securely</a> and seamlessly across the entire stack in near real time while creating a platform that allows our teams to innovate and deploy new capabilities at speed.</p>



<p>Achieving this requires modernization on three interconnected fronts. First, we’re transforming our core systems so they’re modular, interoperable, and built for continuous evolution. Second, we’re redesigning our data pipelines and ingestion layers to ensure that high-quality, well-governed data flows reliably across the enterprise. Third, we’re strengthening identity, access, and governance frameworks to enable broader use of advanced AI capabilities, while maintaining rigorous controls, security, and regulatory compliance.</p>



<p>Rewiring for AI isn’t simply a technology upgrade. It’s a multidimensional transformation that aligns architecture, data, security, and governance to responsibly realize the full power of AI across the organization. Ultimately, this isn’t just a technical shift, rather it’s technology acting as a force multiplier for our business. So it’s a technological transformation, but it’s also an operational and cultural transformation — one interconnected body of work.</p>



<p><strong>How do you avoid pilot purgatory?</strong></p>



<p>My peers and I are aligned around a simple rule: we must be outcome oriented and aligned to our business aspirations as the first guiding principle. We also agree that greater value comes from disciplined platform-orientation, <a href="https://www.cio.com/article/4111139/cios-keep-buying-tools-workers-keep-burning-out-heres-the-disconnect.html?utm=hybrid_search">not tool-proliferation</a>. So we won’t run multiple pilots with different AI companies just to get a headline or check a box. Rather, we take a thoughtful, value-driven approach that’s yielded 50 use cases in production and scaling. The discipline of use case selection, input and output criteria, sponsorship, and governance is how we avoid too many pilots.</p>



<p>Also on tool proliferation, we’ve listed over 30 AI capabilities that we’ll build or buy. If we buy, we’re deliberate that the tool solves a real need. Because there’s no AI playbook yet, we exchange ideas with a network of multi-industry CIOs and their technical teams. We also benchmark with consulting companies to make sure we don’t miss anything. As new tools and capabilities come to market, we know how to respond and capture value.</p>



<p><strong>How do you tell the story of AI to your stakeholders?</strong></p>



<p>I talk about AI unlocking human potential, which is a very personal transformation. When we all initially learned our jobs, we developed a set of skills, applied them, and developed behaviors and expectations. And here gen AI is introducing a completely different dynamic.</p>



<p>This is a vulnerable moment for all of us, where we reflect, learn, and evolve. So I don’t talk about the technology inflection point as one dimension. Rather, the conversation is about all the dimensions of the shift. For example, operationally, we need to change the way we work and think about tasks we do today that can be offloaded into a well architected and governed gen AI solution. For example, we had a manual help desk process that was time consuming and slow to respond to internal employee questions. So our helpdesk team reimagined the workflow to leverage gen AI to take on 80% of the process. This eliminated manual steps and improved our ability to respond to employee questions faster and with greater accuracy. We were then able to redeploy the technology team that was doing the manual work toward the backlog of higher complexity problems.</p>



<p>When you’re a CIO talking about AI, you need to show possibilities relevant to your different audiences. For me, the best strategy is to talk about realizing human potential with a few examples. It removes the abstract nature of the possibilities and helps provide real examples. We can also talk about what works and what’s still evolving. Despite the progress, there’s much that’s still left to be fully figured out.</p>



<p><strong>With such change upon us, how do you advise up and coming tech leaders on how to manage their careers?</strong></p>



<p>The technology leader of tomorrow will have domain expertise in their industry and will always have to be imagining the art of the possible.</p>



<p>Ten years from now, <a href="https://www.cio.com/article/4107216/7-changes-to-the-cio-role-in-2026.html?utm=hybrid_search">CIOs </a>will operate in an environment defined by agentic and collaborative intelligence at scale. The pace of execution will be extraordinary, and the operational backbone of technology will be deeply instrumented, observable, and increasingly autonomous. Many of today’s tactical and repetitive responsibilities will be orchestrated by intelligent agents, enabling faster and more precise decision-making across the enterprise.</p>



<p>But this doesn’t diminish the CIO role, it elevates it. As automation absorbs operational friction, the CIO gains capacity to focus on higher-order impact: deepening industry expertise, shaping business strategy, and partnering with domain leaders to reimagine products, services, and experiences. The technology executive becomes not just a steward of systems, but a co-architect of competitive advantage.</p>



<p>The technical mandate remains critical in terms of modernizing platforms, enabling trusted data flows, and safeguarding security and governance at scale. Yet the differentiator will increasingly be leadership. The CIO of the future must maximize human potential, guide organizational change, and cultivate a culture that blends human judgment with machine intelligence.</p>



<p>In an AI-powered enterprise, the CIO’s influence broadens from running technology to shaping the future of the business itself.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Diese Whatsapp-Funktion wollen Nutzer seit Jahren – jetzt kommt sie endlich]]></title>
<description><![CDATA[Whatsapp plant die Einführung einer neuen Funktion, die sich viele Nutzer seit langer Zeit wünschen: das zeitverzögerte Senden von Nachrichten. Das hat WABetaInfo herausgefunden. In der Beta-Version 26.7.10.72 für iOS hat die Seite entsprechende Dateien gefunden.



Bisher konnte man das Vorauspl...]]></description>
<link>https://tsecurity.de/de/3306998/it-nachrichten/diese-whatsapp-funktion-wollen-nutzer-seit-jahren-jetzt-kommt-sie-endlich/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3306998/it-nachrichten/diese-whatsapp-funktion-wollen-nutzer-seit-jahren-jetzt-kommt-sie-endlich/</guid>
<pubDate>Tue, 24 Feb 2026 12:46:48 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Whatsapp plant die Einführung einer neuen Funktion, die sich viele Nutzer seit langer Zeit wünschen: das zeitverzögerte Senden von Nachrichten. Das hat <a href="https://wabetainfo.com/whatsapp-beta-for-ios-26-7-10-72-whats-new/" target="_blank" rel="noreferrer noopener">WABetaInfo</a> herausgefunden. In der Beta-Version 26.7.10.72 für iOS hat die Seite entsprechende Dateien gefunden.</p>



<p>Bisher konnte man das Vorausplanen von Nachrichten in Whatsapp <a href="https://www.pcwelt.de/article/1197660/whatsapp-nachrichten-zeitverzoegert-verschicken-so-geht-es.html" target="_blank" rel="noreferrer noopener">nur über Umwege erreichen</a>, vor allem über externe Tools oder Shortcuts in iOS. Das Interesse an diesen Tricks war groß, und offenbar hat auch Meta das Potenzial der Funktion erkannt. Bisher war es nur Unternehmensaccounts möglich, für Nachrichten einen speziellen Zeitpunkt zu wählen, zu dem sie verschickt werden.</p>



<h2 class="wp-block-heading">So funktioniert das verzögerte Senden</h2>



<p>Mit zeitverzögerten Nachrichten können Whatsapp-Nutzer bald selbst festlegen, wann eine Information beim Chatpartner ankommt. Sie können etwa Geburtstagsgrüße einplanen oder Erinnerungen an wichtige Termine verschicken, ohne selbst daran denken zu müssen.</p>



<p>Vor dem Versenden der Nachricht wählt man dazu einfach ein Datum und eine Uhrzeit aus und kann diese dann in einer Warteschlange platzieren. Die Nachricht bleibt dort, bis sie final verschickt wird. Nutzer finden vorausgeplante Nachrichten in einem separaten Bereich im Chat-Info-Bildschirm und können dort auch noch Änderungen vornehmen, bis die Nachricht final abgeschickt wird.</p>



<p>Das Löschen einer geplanten Nachricht erzeugt keine Benachrichtigung oder Anzeige auf dem Gerät des Empfängers, da die Nachricht vor der Zustellung entfernt wird. Übrigens können Sie Nachrichten sowohl in Einzel- als auch in Gruppenchats zeitverzögert abschicken.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"imageId":"699d8f732147f"}' data-wp-interactive="core/image" class="wp-block-image size-large is-resized wp-lightbox-container"><img decoding="async" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?w=1200" alt="" class="wp-image-3069463" srcset="https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?quality=50&amp;strip=all 2191w, https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?resize=150%2C150&amp;quality=50&amp;strip=all 150w, https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?resize=300%2C300&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?resize=768%2C768&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?resize=1200%2C1200&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?resize=1536%2C1536&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?resize=2048%2C2048&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2026/02/image_5b3527.png?resize=1240%2C1240&amp;quality=50&amp;strip=all 1240w" width="1200" height="1200" sizes="auto, (max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge" data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="state.imageButtonRight" data-wp-style--top="state.imageButtonTop">
				<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
					<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
				</svg>
			</button></figure><p class="imageCredit">Wabetainfo</p></div>



<h2 class="wp-block-heading">Wann kommt die neue Funktion?</h2>



<p>Whatsapp arbeitet aktuell noch an der Funktion, daher ist sie bislang nicht verfügbar. Auch die Beta-Version enthält nur erste Anzeichen für kommende Features. Bald werden die zeitverzögerten Nachrichten dann an erste Nutzer ausgerollt, die sie testen können.</p>



<p>Bis dahin können iOS-Nutzer Whatsapp-Nachrichten mit der Shortcuts-App planen. Android-Nutzer müssen hingegen auf separate Apps ausweichen. Wie beides geht, erklären wir hier: <a href="https://www.pcwelt.de/article/1197660/whatsapp-nachrichten-zeitverzoegert-verschicken-so-geht-es.html" target="_blank" rel="noreferrer noopener">Whatsapp-Nachrichten zeitverzögert verschicken – so geht’s ganz einfach</a>.</p>



<p><a href="https://www.pcwelt.de/article/3067808/whatsapp-funktion-gruppen-chat-historie-feature.html" target="_blank" rel="noreferrer noopener">Neue Whatsapp-Funktion: Gruppen-Chats erhalten längst überfälliges Feature</a></p>

</div>]]></content:encoded>
</item>
</channel>
</rss>
<!-- Generated in 0,47ms -->