<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Azalio tdshpsk - Azalio</title>
	<atom:link href="https://www.azalio.io/author/azalio-tdshpsk/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.azalio.io</link>
	<description>Your technology partner</description>
	<lastBuildDate>Mon, 20 Apr 2026 09:59:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.5</generator>

<image>
	<url>https://www.azalio.io/wp-content/uploads/2021/12/cropped-logo@3x-32x32.png</url>
	<title>Azalio tdshpsk - Azalio</title>
	<link>https://www.azalio.io</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Best practices for building agentic systems</title>
		<link>https://www.azalio.io/best-practices-for-building-agentic-systems/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 09:59:31 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/best-practices-for-building-agentic-systems/</guid>

					<description><![CDATA[<p>Agentic AI has emerged as the software industry’s latest shiny thing. Beyond smarter chatbots, AI agents operate with increasing autonomy, making them poised to drive efficiency gains across enterprises. “Agentic refers to AI systems that can take actions on behalf of users, not just generate text or answer questions,” says Andrew McNamara, director of applied [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/best-practices-for-building-agentic-systems/">Best practices for building agentic systems</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<div id="remove_no_follow">
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
<div class="col-12 col-10@md 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>Agentic AI has emerged as the software industry’s latest <a href="https://www.infoworld.com/article/4109940/6-incredibly-hyped-software-trends-that-failed-to-deliver.html">shiny thing</a>. Beyond smarter chatbots, <a href="https://www.infoworld.com/article/3611465/how-ai-agents-will-transform-the-future-of-work.html">AI agents</a> operate with increasing autonomy, making them poised to drive efficiency gains across enterprises.</p>
<p>“Agentic refers to AI systems that can take actions on behalf of users, not just generate text or answer questions,” says <a href="https://www.linkedin.com/in/andrewmcnamara1/">Andrew McNamara</a>, director of applied machine learning at <a href="https://www.shopify.com/">Shopify</a>. Agentic systems run continuously until a task is complete, he adds, citing Shopify’s <a href="https://www.shopify.com/magic">Sidekick</a>, a proactive agent for merchants.</p>
<p>Development of agentic AI now <a href="https://www.cio.com/article/3966870/how-it-leaders-use-agentic-ai-for-business-workflows.html">spans many business domains</a>. According to <a href="https://www.anthropic.com/research/measuring-agent-autonomy">Anthropic</a>, a provider of <a href="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html">large language models</a> (LLMs), AI agents are most commonly deployed in software engineering, accounting for roughly half of use cases, followed by back-office automation, marketing, sales, finance, and data analysis.</p>
<p>“A concrete example is in IT incident resolution,” says <a href="https://www.linkedin.com/in/heath-ramsey-05b7283">Heath Ramsey</a>, group VP of AI platform outbound product management at <a href="https://www.servicenow.com/">ServiceNow</a>. In this context, AI agents surface contextual data across systems, check prior resolutions and policies, issue fixes, update records, and loop in team members, he says.</p>
<p>But agent-centered development demands a new form of systems thinking to avoid pitfalls such as indeterminism and <a href="https://thenewstack.io/how-to-reduce-mcp-token-bloat/">token bloat</a>. There are also pressing <a href="https://www.csoonline.com/article/3997429/risk-assessment-vital-when-choosing-an-ai-model-say-experts.html">LLM-derived security gaps</a>, such as a model’s willingness to lie or fabricate information to achieve a goal, a condition researchers call <a href="https://arxiv.org/abs/2510.05179">agentic misalignment</a>.</p>
<p>For teams building agents that integrate with other systems and reason through various options to execute multi-step workflows, the proper upfront planning is table stakes. For these reasons and more, agentic architecture design requires a new playbook. </p>
<p>“Building agentic systems requires a fundamentally new architecture, one designed for autonomy, not just automation,” says Anurag Gurtu, CEO of <a href="https://airrived.ai/">AIRRIVED</a>, an agentic AI platform provider. “Agents need a runtime, a brain, hands, memory, and guardrails.”</p>
<p>Although agentic AI shows promise, <a href="https://www.cio.com/article/4095159/a-cios-5-point-checklist-to-drive-positive-ai-roi.html">ROI from AI</a> is a moving target. Less than half of organizations report a measurable impact from agentic AI experiments, according to <a href="https://www.alteryx.com/about-us/newsroom/press-release/new-alteryx-research-highlights-trust-and-data-as-keys-to-scaling-ai-pilots">Alteryx</a>, with less than a third trusting AI for accurate decision-making.</p>
<p>So, what are the ingredients behind successful enterprise-grade agentic systems? Rather than focusing on how to build within a single vendor platform, let’s explore the common traits across agentic systems to surface practical guidance and lessons learned for developers and architects.</p>
<h2 class="wp-block-heading" id="architectural-components-of-an-agentic-system">Architectural components of an agentic system</h2>
<p>Agentic systems are composed of a handful of building blocks that make it all possible. Together, they form an interconnected web of software architecture, with different components serving different purposes. “Building an AI agent is like constructing a nervous system,” says <a href="https://www.linkedin.com/in/ariweil/">Ari Weil</a>, cloud evangelist at <a href="https://www.akamai.com/">Akamai</a>. </p>
<p>This system spans layers for reasoning, memory, context-gathering, coordination, validation, and human-in-the-loop guardrails. “Agentic systems rely on a combination of AI, workflow automation, and enterprise controls working together,” adds ServiceNow’s Ramsey. </p>
<h3 class="wp-block-heading" id="reasoning-model">Reasoning model</h3>
<p>First off, if you break down agentic systems into their foundational components, you have to begin with the underlying model.</p>
<p>“A reasoning model sits at the core,” says <a href="https://www.linkedin.com/in/frank-kilcommins/">Frank Kilcommins</a>, head of enterprise architecture at <a href="https://jentic.com/">Jentic</a>, builders of an integration layer for AI. This reasoning engine performs the planning based on the user’s prompt, combined with the context-at-hand and available capabilities. </p>
<p>Some reasoning models are better suited than others. “We look for models that feel agentic,” says Shopify’s McNamara. “They have the right amount of tool calls, and have strong instruction following that’s easy to prompt and steer.”</p>
<h3 class="wp-block-heading" id="context-and-data">Context and data</h3>
<p>Next, an agent needs context. This may take the form of internal company data, <a href="https://www.infoworld.com/article/4091400/anatomy-of-an-ai-agent-knowledge-base.html">institutional knowledge</a> and policies, system prompts, <a href="https://www.infoworld.com/article/4120322/how-should-ai-agents-consume-external-data.html">external data</a>, memory of past chats, and <a href="https://thenewstack.io/is-agentic-metadata-the-next-infrastructure-layer/">agentic metadata</a>, i.e., the user prompts, reasoning steps, and interactions with tools and data sources that allow you to observe and debug the agent’s behavior.</p>
<p>According to <a href="https://www.linkedin.com/in/kussberg/">Edgar Kussberg</a>, product director for AI, agents, IDE, and devtools at <a href="https://www.sonarsource.com/">Sonar</a>, sources for data can include databases and APIs, <a href="https://www.infoworld.com/article/2335814/what-is-retrieval-augmented-generation-more-accurate-and-reliable-llms.html">retrieval-augmented generation</a> (RAG) systems and <a href="https://www.infoworld.com/article/2335281/vector-databases-in-llms-and-search.html">vector databases</a>, file systems and document stores, internal dashboards, or external systems like Google Drive.</p>
<p>Organizations are actively building <a href="https://www.infoworld.com/article/4091400/anatomy-of-an-ai-agent-knowledge-base.html">agentic knowledge bases</a> to organize such data and streamline the retrieval process. Simultaneously, patterns are emerging behind semantic retrieval processes that power agentic context management systems.</p>
<p>“For memory, most teams combine a vector store like <a href="https://github.com/pgvector/pgvector">pgvector</a> with something structured like a data catalog or knowledge graph,” says <a href="https://www.linkedin.com/in/anushakovi/">Anusha Kovi</a>, a business intelligence engineer at Amazon. </p>
<h3 class="wp-block-heading" id="tools-and-discovery">Tools and discovery</h3>
<p>But for agents to be actionable, they need more than just static context — they need read and write access to databases, tools, and <a href="https://www.cio.com/article/4018578/why-cios-see-apis-as-vital-for-agentic-ai-success.html">APIs</a>.</p>
<p>“Some of the most important work being done to make agents more powerful is happening with the ways we connect AI and existing systems,” says <a href="https://www.linkedin.com/in/jbrosamer/">Jackie Brosamer</a>, head of data and AI at <a href="https://block.xyz/">Block</a>, the financial services company behind Square and Cash App.</p>
<p>To enable access to such capabilities, the industry has really coalesced around the <a href="https://www.infoworld.com/article/4029634/what-is-model-context-protocol-how-mcp-bridges-ai-and-external-services.html">Model Context Protocol</a> (MCP) as a universal connector between agents and systems. <a href="https://www.infoworld.com/article/4145014/how-to-build-an-enterprise-grade-mcp-registry.html">MCP registries</a> are emerging to unify and catalog MCP capabilities for agents at scale.</p>
<p>There are numerous public case studies of MCP use within agentic architectures, including Block’s open-source <a href="https://block.github.io/goose/">goose agent</a> for LLM-powered software development and Workato’s <a href="https://www.workato.com/the-connector/ai-usage-growth/">use of MCP</a> for Claude-powered enterprise workflows.</p>
<h3 class="wp-block-heading" id="defined-workflows">Defined workflows </h3>
<p>Another useful component is having clearly documented workflows for common procedures. These include multi-step actions that are interlinked between MCP servers or direct API calls. </p>
<p>“What matters is that these agents are coordinated through defined workflows,” says ServiceNow’s Ramsey, “so autonomy scales in a predictable and governed way rather than becoming chaotic.”</p>
<p>Jentic’s Kilcommins describes how this can be achieved using “clear, machine-readable capability definitions,” referencing the <a href="https://spec.openapis.org/arazzo/latest.html">Arazzo specification</a>, an industry standard from the <a href="https://www.openapis.org/">OpenAPI Initiative</a>, as a method to document such behaviors.</p>
<h3 class="wp-block-heading" id="multi-agent-orchestration">Multi-agent orchestration</h3>
<p>On that note, agents must be equipped to integrate with each other and fit well into a continuous feedback loop.</p>
<p><a href="https://www.infoworld.com/article/4035926/multi-agent-ai-workflows-the-next-evolution-of-ai-coding.html">Multi-agent systems</a> typically become necessary at scale, says AIRRIVED’s Gurtu. “Instead of one generalist agent, you often have teams of specialized agents such as reasoning agents, retrieval agents, action agents, and validation agents.”</p>
<p>This reality necessitates connective tissue. “At the core, you need an orchestration layer for the plan-do-evaluate loop,” says Amazon’s Kovi.</p>
<p>Common components for orchestration, adds Kovi, include <a href="https://www.langchain.com/langgraph">LangGraph</a>, a low-level orchestration framework, <a href="https://www.crewai.com/">CrewAI</a>, a Python framework for multi-agent orchestration, and <a href="https://aws.amazon.com/bedrock/agents/">Bedrock Agents</a>, for helping agents automate multi-step tasks.</p>
<p>Open standards and protocols, like the <a href="https://www.infoworld.com/article/4088217/what-is-a2a-how-the-agent-to-agent-protocol-enables-autonomous-collaboration.html">A2A protocol for agent-to-agent communications</a>, will also be important to enable AI agents to collaborate effectively.</p>
<h3 class="wp-block-heading" id="security-and-authorization">Security and authorization</h3>
<p>Given LLMs’ propensity to hallucinate and deviate from expectations, security is perhaps the most important element of building safe agentic systems.</p>
<p>“You’re no longer securing software that suggests, you’re securing software that acts,” says Gurtu. “Once agents can change access, trigger workflows, or remediate incidents, every decision becomes a potential control failure if it isn’t governed.” </p>
<p>According to Kilkommins, the potential blast radius for agentic actions is huge, especially for uncontrolled, chained executions. He recommends having clearly defined permissions to avoid privilege escalation and sensitive data exposure.</p>
<p>In agentic systems, nuanced security methods are necessary. “An agent decides at run time what to query and what tools to call, so you can’t scope permissions the traditional way,” adds Kovi. Experts say that <a href="https://nordicapis.com/just-in-time-authorization-securing-the-non-human-internet/">just-in-time authorization</a> will be crucial to future-proof the non-human internet. </p>
<p>Kovi adds that safety rules, like “don’t query personal information columns,” shouldn’t live in the prompt window. “Guardrails belong in identity and access management policies and configuration, not just prompt instructions.” </p>
<h3 class="wp-block-heading" id="human-checkpoints">Human checkpoints</h3>
<p>Even with advanced authentication and authorization, sensitive actions will require human approvals.</p>
<p>Shopify defaults to “human-in-the-loop by design,” says McNamara. They’ve adopted approval gates to prevent fully autonomous changes to production systems. This allows merchants to review Sidekick’s AI-generated content before it goes live.</p>
<p>Others take a similar stance, particularly for <a href="https://www.cio.com/article/4123497/what-cios-in-finance-do-to-navigate-ai-agents.html">financial transactions</a>. “Our general rule is that anything touching production systems needs human checkpoints,” says Block’s Brosamer, referring to how user confirmation is a key element of Moneybot, the agent inside Cash App.</p>
<h3 class="wp-block-heading" id="evaluation-capabilities">Evaluation capabilities</h3>
<p>Building agentic systems also requires a good deal of upfront testing to evaluate whether outcomes match the intended results. </p>
<p>For instance, Shopify performs rigorous pre-deployment evaluation on agentic outputs using both human testing and user simulation with specialized LLM-based judges. “Once your judge reliably matches human evaluators, you can trust it at scale,” says McNamara.</p>
<p>Others agree that evaluations are critical for enterprise-grade agentic systems. “Treat agents like regulated systems,” says Gurtu. “Sandbox changes, and test agents in simulation.” </p>
<h3 class="wp-block-heading" id="behavioral-observability">Behavioral observability</h3>
<p>Lastly, another core layer is observability. For agentic systems, this must go beyond traditional monitoring or failure detection to capture advanced signals, such as why agents failed, or why they picked certain actions over others.</p>
<p>“Observability must be built in from day one,” says Sonar’s Kussberg. “You need transparency into every step of execution: prompts, tool calls, intermediate decisions, and final outputs.”</p>
<p>With more observable agent behaviors, you can improve the system continuously over time. As Kussberg says, “transparency fuels improvement.” </p>
<h2 class="wp-block-heading" id="context-optimization-strategies">Context optimization strategies </h2>
<p>Nearly all experts agree: giving AI agents minimal, relevant data is far better than data overload. This is critical to avoid maxing out context windows and degrading output quality.</p>
<p>“Thoughtful data curation matters far more than data volume,” says Brosamer. “The quality of an agent’s output is directly tied to the quality of its context.” </p>
<p>At Block, engineers maintain clear README files, apply consistent documentation standards and well-structured project hierarchies, and adhere to other semantic conventions that help agents surface relevant information.</p>
<p>“Agentic systems don’t need more data, they need the right data at the right time,” adds Sonar’s Kussberg. “Effective systems give agents versatile discovery tools and allow them to run retrieval loops until they determine they have sufficient context.” </p>
<p>The prevailing philosophy is to adopt progressive disclosure of information. Shopify takes this to heart, using modular instruction delivery. “Just-in-time context delivery is key,” says McNamara. “Rather than overloading the system prompt, we return relevant context alongside tool data when it’s needed.”</p>
<p>Others point out that context should include semantic nuances too, says Kovi. “If an agent doesn’t know ‘active users’ means something different in product versus marketing, it’ll give confident wrong answers,” she says. “That’s hard to catch.”</p>
<h2 class="wp-block-heading" id="architectural-best-practices">Architectural best practices</h2>
<p>There are plenty of additional recommendations regarding agentic systems development. First is the realization that not everything needs to be agentified.</p>
<p>Pairing LLMs and MCP integrations is great for novel situations requiring highly scalable, situationally-aware reasoning and responsiveness. But <a href="https://thenewstack.io/when-is-mcp-actually-worth-it/">MCP can be overkill</a> for repetitive, deterministic programmed automation, especially when context is static and security is strict.</p>
<p>As such, Kilkommins recommends determining what behavior is adaptive versus deterministic, and codifying the latter, as this will allow agents to initiate intentionally-defined programmed behaviors, bringing more stability.</p>
<p>Determining the prime areas for agentic processes also comes down to finding reusable use cases. “Organizations that have successfully deployed agentic AI most often start by identifying a high-friction process,” says Ramsey. This could include employee service requests, new-hire onboarding, or customer incident response, he says. </p>
<p>Gurtu adds that agents perform best when they are given concrete business goals. “Start with decisions, not demos,” he says. “What doesn’t work is treating agents like stateless chatbots or replacing humans overnight,” says Gurtu. </p>
<p>Others believe that narrowing an agent’s autonomy yields better results. “Agents work best as specialists, not generalists,” Kussberg says. </p>
<p>For instance, Shopify sets clear boundaries when scaling tools. “Somewhere between 20 and 50 tools the boundaries start to blur,” says McNamara. While some propose separating role boundaries with distinct task-specific agents, Shopify has opted for a sub-agent architecture with low-level tools.</p>
<p>“Our recommendation is actually to avoid multi-agent architectures early,” McNamara says. We are now getting into sub-agents with the right approach, and one key principle is to build very low-level tools and teach the system to translate natural language to that low-level language, rather than building out tools scenario by scenario.”</p>
<p>Experts share other wisdom for designing and developing agentic systems:</p>
<ul class="wp-block-list">
<li><strong>Use open infrastructure: </strong>Open agents and vendor-agnostic frameworks allow you to use the best fit-for-purpose models.</li>
<li><strong>Think API-first: </strong>Good API design and clear, machine-readable definitions better <a href="https://thenewstack.io/how-to-prepare-your-api-for-ai-agents/">prepare an organization for AI agents</a>.</li>
<li><strong>Keep data in sync</strong>: Keeping shared data in sync is another challenge. Event-driven architectures can keep data fresh.</li>
<li><strong>Balance access with control</strong>: Keeping agentic systems secure will require offensive security exercises, comprehensive audit logs, and defensive data validation.</li>
<li><strong>Continually improve</strong>: To avoid agent drift, agentic systems development will inevitably require ongoing maintenance as the industry and AI technology evolve. </li>
</ul>
<h2 class="wp-block-heading" id="the-future-for-agentic-systems">The future for agentic systems</h2>
<p>Agentic AI development has moved forward at a blistering pace. Now, we’re at the point where agentic system patterns are beginning to solidify.</p>
<p>Looking to the future, experts anticipate a turn toward more multi-agent systems development, guiding the need for more complex orchestration patterns and reliance upon open standards. Some forecast a substantial overhaul to knowledge work at large.</p>
<p>“I expect that in 2026, we will see experimentation with frameworks to structure ‘factories’ of agents to coordinate producing complex knowledge work, starting with coding,” says Block’s Brosamer. The most challenging aspect will be optimizing existing information flows for agentic use cases, she adds. </p>
<p>One aspect of that future could be more emphasis on <a href="https://www.infoworld.com/article/4040239/what-alternative-clouds-are-good-for.html">alternative clouds</a> and <a href="https://www.infoworld.com/article/4117620/edge-ai-the-future-of-ai-inference-is-smarter-local-compute.html">edge-based inference</a> to move certain workloads out of centralized cloud architecture to reduce latency.</p>
<p>“The future of competitive AI demands proximity, not just processing power,” says Akamai’s Weil. “Agents need to act in the real world, interacting with users, devices, and data as events unfold.” </p>
<p>All in all, building agentic systems is a highly complex endeavor, and the practices are still maturing. It will take a combination of novel technologies, microservices-esque design thinking, and security guardrails to take these projects to fruition at scale in a meaningful and sustainable way — all while still granting agents meaningful autonomy.</p>
<p>The future looks agentic. But the smart system design underpinning agentic systems will set apart successful outcomes from failed pilots.</p>
</div>
</div>
</div>
</div>
</div><p>The post <a href="https://www.azalio.io/best-practices-for-building-agentic-systems/">Best practices for building agentic systems</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Making agents dull</title>
		<link>https://www.azalio.io/making-agents-dull/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 09:59:27 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/making-agents-dull/</guid>

					<description><![CDATA[<p>I’ve been arguing for a while now that enterprise AI won’t really take off until it gets boring. Not boring in the sense of uninspired; no, I mean boring in the sense that enterprises can trust it, govern it, observe it, and hand it to rank-and-file employees without undue concern that things will go wrong. [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/making-agents-dull/">Making agents dull</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<div id="remove_no_follow">
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
<div class="col-12 col-10@md col-6@lg col-start-3@lg">
<div class="article-column__content">
<section class="wp-block-bigbite-multi-title">
<div class="container"></div>
</section>
<p>I’ve been arguing for a while now that enterprise AI won’t really take off <a href="https://www.infoworld.com/article/4082782/boring-governance-is-the-path-to-real-ai-adoption.html">until it gets boring</a>. Not boring in the sense of uninspired; no, I mean boring in the sense that enterprises can trust it, govern it, observe it, and hand it to rank-and-file employees without undue concern that things will go wrong.</p>
<p>We have no shortage of over-funded startups clamoring to be the next big thing in AI, but not nearly enough that are quietly doing the essential work to make AI safe for enterprise consumption. Enter <a href="https://stacklok.com/">Stacklok</a>.</p>
<p>On the surface, this might look like yet another startup trying to surf the AI agent wave. It’s not. Stacklok is exciting precisely because <a href="https://stacklok.com/company/">its executive team</a> is deeply experienced in being <em>unexciting</em>. Back at Google, Craig McLuckie and Joe Beda were instrumental in the creation of <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html">Kubernetes</a>. They took the messy, chaotic world of container orchestration and built an abstraction layer that made it “boring” enough that the largest banks, telcos, and retailers in the world could rely on it with confidence. Now they’re bringing that ability to wring order out of chaos to agentic AI, and they recognize that the real problem in enterprise AI has more to do with operational accountability than model quality.</p>
<p>I interviewed McLuckie and Beda to better understand the opportunity to create a “Kubernetes moment” in agentic AI.</p>
<h2 class="wp-block-heading"><a></a>Targeting accountability</h2>
<p>McLuckie founded Stacklok in early 2023. Beda, his Kubernetes and later Heptio counterpart, had “semi-retired” in 2022. Beda doesn’t need to make more money, and he’s not joining out of nostalgia. As he tells it, this is “an extraordinary moment in the industry,” with “an opportunity to bring deep expertise in developer platforms and enterprise-grade infrastructure” to solving key enterprise problems.</p>
<p>“The biggest problem,” McLuckie says, “is accountability.” He explains: “An agent, no matter how sophisticated, no matter how capable, no matter how useful, cannot be held accountable for the work it undertakes.” That’s exactly right. A large language model can write code, summarize a contract, file a ticket, or trigger a workflow, but if it mangles customer data, oversteps its permissions, or keeps running after the employee who launched it has left the company, nobody gets to shrug and blame the model. The enterprise still owns the outcome.</p>
<p>Even OpenAI, which has been slower to take the enterprise seriously than Anthropic, now recognizes that enterprises need AI to fit inside workflows, controls, deployment models, and day-to-day operations. It’s no longer just about raw model prowess, <a href="https://www.runtime.news/how-openai-plans-to-win-over-the-enterprise/">as Tom Krazit writes</a>. In other words, the market is slowly rediscovering what infrastructure people have known for a long time: Enterprises may buy capability, but they deploy control.</p>
<p>A related issue, according to Beda, is that AI’s speed changes everything. Tasks that used to take a human days or weeks may soon be completed in minutes by an agent. That doesn’t just create productivity. It creates scale, and scale turns manageable sloppiness into operational disaster. As he puts it, “The volume dial is going to 11 across the board.” I recently said that <a href="https://www.infoworld.com/article/4148328/the-agent-security-mess.html">humans don’t use most of their granted permissions, but agents will</a>. That’s exactly why <a href="https://www.csoonline.com/article/518296/what-is-iam-identity-and-access-management-explained.html">identity</a>, authorization, and auditability suddenly stop being problems for the security team and become architecture.</p>
<p>This is where the Kubernetes analogy is actually useful, rather than just founder mythmaking.</p>
<h2 class="wp-block-heading"><a></a>AI’s Kubernetes moment</h2>
<p>Too many people remember <a href="https://www.infoworld.com/article/2266945/what-is-kubernetes-scalable-cloud-native-applications.html">Kubernetes </a>as a container story. Enterprises embraced it for a more practical reason: It gave them a <a href="https://www.infoworld.com/article/2260090/kubernetes-and-cloud-portability-its-complicated.html">common operating model across environments</a>, plus an ecosystem of policy, security, observability, and workflow tools layered on top. Cloud Native Computing Foundation now <a href="https://www.cncf.io/announcements/2026/01/20/kubernetes-established-as-the-de-facto-operating-system-for-ai-as-production-use-hits-82-in-2025-cncf-annual-cloud-native-survey/">says 82% of container users run Kubernetes</a> in production, and the organization explicitly frames Kubernetes as the operating system for AI. In our interview, McLuckie describes Kubernetes’ deeper contribution as “self-determination.” That is, it gave enterprises a consistent substrate on premises, at the edge, and in the cloud. That consistency is what helped an ecosystem to flourish around it.</p>
<p>Beda goes one step further: “One of the core ideas in Kubernetes is that you describe what you want to happen, and then you have the system go make it happen.” This, he says, means that Kubernetes is essentially “control theory rendered into software. Over time, an enterprise’s desired state moves into code, into version control, and into systems traceable back to accountable humans. Nerdy and sort of dull? Sure. But that’s the point. Enterprise AI doesn’t just need smarter models. It needs systems where humans declare intent, machines execute it, and the whole mess remains observable and auditable.</p>
<p>This is why I keep <a href="https://www.infoworld.com/article/4132451/finding-the-key-to-the-ai-agent-control-plane.html">insisting that the biggest strategic question in agentic AI</a> isn’t whether agents are cool. They are—or at least they can be. No, the real question is who owns the control plane. Stacklok matters because it is explicitly aiming at that layer. The company’s bet is that enterprises want to run and manage Model Context Protocol–based agent infrastructure on the Kubernetes they already know. They want policy, identity, isolation, and observability built in, not bolted on afterwards.</p>
<p>That last part matters because MCP is important, but it isn’t enough. Anthropic introduced MCP in November 2024 as an open standard for connecting AI systems to tools and data. Later, they donated it to the Linux Foundation’s Agentic AI Foundation to keep it neutral and community-driven. It worked. Anthropic reports there are now <a href="https://www.anthropic.com/news/model-context-protocol">more than 10,000 active public MCP servers</a> and support across ChatGPT, Cursor, Gemini, Microsoft Copilot, and VS Code.</p>
<p>That’s awesome, but it’s also not enough. Why? Because a protocol isn’t a platform. A protocol can help an agent talk to a tool, but it doesn’t, by itself, tell an enterprise who approved that agent, what data it can touch, how its actions are logged, or how to shut it down safely when the human who launched it has left the company.</p>
<h2 class="wp-block-heading" id="meeting-users-where-they-are">Meeting users where they are</h2>
<p>That’s where Stacklok’s self-hosted, Kubernetes-native bias starts to look smart rather than stodgy. (Though, again, “stodgy” isn’t a bad thing for risk-averse enterprises.) McLuckie is blunt: “If you’re an enterprise connecting agents to sensitive data, you are almost certainly not comfortable with that data egressing your security domain or being sent to a SaaS endpoint that a vendor controls.” We’ve seen this movie before. When your hosting, identity, tool integration, and policy layers all belong to the same vendor, “choice” starts to mean “replatform.”</p>
<p>No one wants that.</p>
<p>This is also where open source matters, though not in the simplistic sense that open source automatically wins. It doesn’t. Enterprises don’t buy ideology: they buy simplicity. But in a young market, they also value leverage. I’ve written before that <a href="https://www.infoworld.com/article/3548263/open-source-isnt-going-to-save-ai.html">open source doesn’t magically redistribute market power</a>. What it <em>can</em> do is give customers options and some control over their fate. In AI, where model switching costs are still relatively low, that optionality matters. Talking with McLuckie and Beda, it’s clear they are open source true believers, but not obnoxiously so. That’s good, because enterprises don’t need a sermon on openness; they just need enough neutrality to avoid getting trapped while the market is still changing underneath them.</p>
<p>It’s all about meeting enterprises where they are and helping them to incrementally move to where they’d like to be. As McLuckie stresses, most enterprise AI teams are being asked to deliver more with AI while running with flat or capped headcount. They don’t need and can’t implement a grand theory of some idealized, fully autonomous enterprise. Instead, they need <a href="https://www.infoworld.com/article/4125409/ai-will-not-save-developer-productivity.html">an accretive (golden) path</a> from here to there using things they already understand, such as containers, isolation, OpenTelemetry, Kubernetes, existing identity systems, and existing observability stacks.</p>
<p>Sound boring? Good!</p>
<p>The opposite of “boring” in enterprise AI isn’t innovation. It’s slideware or demoware that looks great in a keynote but dies on contact with procurement, security review, compliance, and the first ugly bit of enterprise data. McLuckie captures this perfectly: “Vibe-coding a platform for two weeks can produce something plausible. It won’t produce something accurate, hardened, or enterprise-grade.”</p>
<p>Will Stacklok be the company that defines this layer? It’s way too early to say. Markets this young are littered with smart people who were directionally right and commercially wrong. But the company is aiming at the right problem, and that already puts it ahead of a depressingly large percentage of the AI industry.</p>
<p>Again, the next era of enterprise AI will be won by whoever makes agents governable, portable, observable, and boring enough to trust. Kubernetes helped do that for <a href="https://www.infoworld.com/article/2255318/what-is-cloud-native-the-modern-way-to-develop-software.html">cloud-native</a> infrastructure. Stacklok is betting the same playbook can work for agentic infrastructure. That’s not a nostalgic rerun of Kubernetes. It’s a recognition that enterprises still need what they’ve always needed: not more magic, but a way to control it.</p>
</div>
</div>
</div>
</div>
</div><p>The post <a href="https://www.azalio.io/making-agents-dull/">Making agents dull</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>[Launched] Generally available: Anthropic Claude Opus 4.7 on Azure Databricks</title>
		<link>https://www.azalio.io/launched-generally-available-anthropic-claude-opus-4-7-on-azure-databricks/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 22:59:59 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/launched-generally-available-anthropic-claude-opus-4-7-on-azure-databricks/</guid>

					<description><![CDATA[<p>Azure Databricks now supports Anthropic Claude Opus 4.7 through Azure Databricks AI Model Serving. Claude Opus 4.7 is Anthropic&#8217;s most capable hybrid reasoning model, delivering stronger performance on complex extraction and agentic reasoning tasks while</p>
<p>The post <a href="https://www.azalio.io/launched-generally-available-anthropic-claude-opus-4-7-on-azure-databricks/">[Launched] Generally available: Anthropic Claude Opus 4.7 on Azure Databricks</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>Azure Databricks now supports Anthropic Claude Opus 4.7<br />
through Azure Databricks AI Model Serving. Claude Opus 4.7<br />
is Anthropic&#8217;s most capable hybrid reasoning model, delivering<br />
stronger performance on complex extraction and agentic reasoning tasks while</div><p>The post <a href="https://www.azalio.io/launched-generally-available-anthropic-claude-opus-4-7-on-azure-databricks/">[Launched] Generally available: Anthropic Claude Opus 4.7 on Azure Databricks</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Retirement: Azure Functions runtime v3 on Linux Consumption will stop running September 30, 2026</title>
		<link>https://www.azalio.io/retirement-azure-functions-runtime-v3-on-linux-consumption-will-stop-running-september-30-2026/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 19:59:58 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/retirement-azure-functions-runtime-v3-on-linux-consumption-will-stop-running-september-30-2026/</guid>

					<description><![CDATA[<p>Azure Functions runtime v3 was retired on December 13, 2022. As part of ongoing efforts to reduce reliance on legacy infrastructure and focus investments on supported platforms, Azure will enforce this retirement for Linux Consumption–based Function Apps</p>
<p>The post <a href="https://www.azalio.io/retirement-azure-functions-runtime-v3-on-linux-consumption-will-stop-running-september-30-2026/">Retirement: Azure Functions runtime v3 on Linux Consumption will stop running September 30, 2026</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>Azure Functions runtime v3 was retired on December<br />
13, 2022. As part of ongoing efforts to reduce reliance on legacy<br />
infrastructure and focus investments on supported platforms, Azure will enforce<br />
this retirement for Linux Consumption–based Function Apps</div><p>The post <a href="https://www.azalio.io/retirement-azure-functions-runtime-v3-on-linux-consumption-will-stop-running-september-30-2026/">Retirement: Azure Functions runtime v3 on Linux Consumption will stop running September 30, 2026</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Oracle delivers semantic search without LLMs</title>
		<link>https://www.azalio.io/oracle-delivers-semantic-search-without-llms/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 18:00:00 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/oracle-delivers-semantic-search-without-llms/</guid>

					<description><![CDATA[<p>Oracle says its new Trusted Answer Search can deliver reliable results at scale in the enterprise by scouring a governed set of approved documents using vector search instead of large language models (LLMs) and retrieval-augmented generation (RAG). Available for download or accessible through APIs, it works by having enterprises define a curated “search space” of [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/oracle-delivers-semantic-search-without-llms/">Oracle delivers semantic search without LLMs</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<div id="remove_no_follow">
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
<div class="col-12 col-10@md col-6@lg col-start-3@lg">
<div class="article-column__content">
<section class="wp-block-bigbite-multi-title">
<div class="container"></div>
</section>
<p>Oracle says its new Trusted Answer Search can deliver reliable results at scale in the enterprise by scouring a governed set of approved documents using vector search instead of large language models (LLMs) and retrieval-augmented generation (RAG).</p>
<p>Available for download or accessible through APIs, it works by having enterprises define a curated “search space” of approved reports, documents, or application endpoints paired with metadata, and then using vector-based similarity to match a user’s natural language query to the most relevant of pre-approved target, said <a href="http://linkedin.com/in/tirthankarlahiri" target="_blank" rel="noreferrer noopener">Tirthankar Lahiri</a>, SVP of mission-critical data and AI engines at Oracle.</p>
<p>Instead of retrieving raw text and generating a response, as is typical in <a href="https://www.infoworld.com/article/2335814/what-is-retrieval-augmented-generation-more-accurate-and-reliable-llms.html">RAG</a> systems that rely on <a href="https://www.infoworld.com/article/2335213/large-language-models-the-foundations-of-generative-ai.html">LLMs</a>, Trusted Answer Search’s underlying system deterministically maps the query to a specific “match document,” extracts any required parameters, and returns a structured, verifiable outcome such as a report, URL, or action, Lahiri said.</p>
<p>A feedback loop enables users to flag incorrect matches and specify the expected result.</p>
<p>Lahiri sees a growing enterprise need for more deterministic natural language query systems that eliminate inconsistent responses and provide auditability for compliance purposes.</p>
<p>Independent consultant <a href="https://www.linkedin.com/in/davidlinthicum/" target="_blank" rel="noreferrer noopener">David Linthicum</a> agreed about the potential market for Trusted Answer Search.</p>
<p>“The buyer is any enterprise that values predictability over creativity and wants to lower operational risk, especially in regulated industries, such as finance and healthcare,” he said.</p>
<h2 class="wp-block-heading" id="trade-offs">Trade-offs</h2>
<p>That said, the approach comes with trade-offs that CIOs need to consider, according to <a href="https://www.linkedin.com/in/robert-kramer-58239b22/" target="_blank" rel="noreferrer noopener">Robert Kramer</a>, managing partner at KramerERP. While Trusted Answer Search can reduce inference costs by avoiding heavy LLM usage, it shifts spending toward data curation, governance, and ongoing maintenance, he said.</p>
<p>Linthicum, too, sees enterprises adopting the technology having to spend on document curation, taxonomy design, approvals, change management, and ongoing tuning.</p>
<p><a href="https://www.infotech.com/profiles/scott-bickley" target="_blank" rel="noreferrer noopener">Scott Bickley</a>, advisory fellow at Info-Tech Research Group, warned of the challenges of keeping curated data current.</p>
<p>“As the source data scales upwards to include externally sourced content such as regulatory updates or supplier certifications or market updates that are updated more frequently and where the documents may number in the many thousands, the risk increases,” he said.</p>
<p>“The issue comes down to the ability to provide precise answers across a massive data set, especially where documents may contradict one another across versions or when similar language appears different in regulatory contexts. The risk of being served up results that are plausible but wrong goes up,” Bickley added.</p>
<p>Oracle’s Lahiri, however, said some of these concerns may be mitigated by how Trusted Answer Search retrieves content.</p>
<p>Rather than relying solely on large volumes of static, curated documents that require constant updating, the system can treat “trusted documents” as parameterized URLs that pull in dynamically rendered content from underlying systems, according to Lahiri.</p>
<h2 class="wp-block-heading" id="live-data-sources">Live data sources</h2>
<p>This enables it to generate answers from live data sources such as enterprise applications, APIs, or regularly updated web endpoints, reducing dependence on manually maintained document repositories, he said.</p>
<p>Linthicum was not fully convinced by Lahiri’s argument, agreeing only that Oracle’s approach could help reduce content churn.</p>
<p>“In fast-moving domains, keeping descriptions, synonyms, and mappings current still needs disciplined owners, approvals, and feedback review. It can scale to thousands of targets, but semantic overlap raises maintenance complexity,” he said.</p>
<p>Trusted Answer Search puts Oracle in contention with offerings from rival hyperscalers. Products such as Amazon Kendra, Azure AI Search, Vertex AI Search, and IBM Watson Discovery already support semantic search over enterprise data, often combined with access controls and hybrid retrieval techniques.</p>
<p>One key distinction, between these offerings and Oracle’s, according to <a href="https://www.hfsresearch.com/team/ashish-chaturvedi/" target="_blank" rel="noreferrer noopener">Ashish Chaturvedi</a>, leader of executive research at HFS Research, is that the rival products typically layer generative AI capabilities on top to produce answers.</p>
<p>Enterprises can evaluate Trusted Answer Search by <a href="https://www.oracle.com/database/technologies/trusted-answer-search-downloads.html" target="_blank" rel="noreferrer noopener">downloading a package</a> that includes components such as vector search, an embedding model to process user queries, and APIs for integration into existing applications and user interfaces. They can also run it through APIs or built-in GUI applications, which are included in the package as two <a href="https://www.infoworld.com/article/2337705/oracle-apex-adds-generative-ai-assistant.html">APEX</a>-based applications, an administrator interface for managing the system and a portal for end users.</p>
</p>
</div>
</div>
</div>
</div>
</div><p>The post <a href="https://www.azalio.io/oracle-delivers-semantic-search-without-llms/">Oracle delivers semantic search without LLMs</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>[Launched] Generally Available: Configure AKS backup using a single Azure CLI command</title>
		<link>https://www.azalio.io/launched-generally-available-configure-aks-backup-using-a-single-azure-cli-command/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 17:59:57 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/launched-generally-available-configure-aks-backup-using-a-single-azure-cli-command/</guid>

					<description><![CDATA[<p>Azure Backup now provides a simplified experience to configure backup for Azure Kubernetes Service (AKS) clusters using a single Azure CLI command.Enabling backup for AKS clusters through CLI requires multiple manual steps, including installation of the B</p>
<p>The post <a href="https://www.azalio.io/launched-generally-available-configure-aks-backup-using-a-single-azure-cli-command/">[Launched] Generally Available: Configure AKS backup using a single Azure CLI command</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>Azure Backup<br />
now provides a simplified experience to configure backup for Azure<br />
Kubernetes Service (AKS) clusters using a single Azure CLI command.Enabling<br />
backup for AKS clusters through CLI requires multiple manual steps, including<br />
installation of the B</div><p>The post <a href="https://www.azalio.io/launched-generally-available-configure-aks-backup-using-a-single-azure-cli-command/">[Launched] Generally Available: Configure AKS backup using a single Azure CLI command</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Exciting Python features are on the way</title>
		<link>https://www.azalio.io/exciting-python-features-are-on-the-way/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 09:59:21 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/exciting-python-features-are-on-the-way/</guid>

					<description><![CDATA[<p>Transformative new Python features are coming in Python 3.15. In addition to lazy imports and an immutable frozendict type, the new Python release will deliver significant improvements to the native JIT compiler and introduce a more explicit agenda for how Python will support WebAssembly. Top picks for Python readers on InfoWorld Speed-boost your Python programs [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/exciting-python-features-are-on-the-way/">Exciting Python features are on the way</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<div id="remove_no_follow">
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
<div class="col-12 col-10@md 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>Transformative new Python features are coming in <a href="https://docs.python.org/3.15/whatsnew/3.15.html#">Python 3.15</a>. In addition to lazy imports and an immutable <code>frozendict</code> type, the new Python release will deliver significant improvements to the <a href="https://www.infoworld.com/article/4110565/get-started-with-pythons-new-native-jit.html">native JIT compiler</a> and introduce a more explicit agenda for how Python will support <a href="https://www.infoworld.com/article/2255892/what-is-webassembly-the-next-generation-web-platform-explained.html" data-type="link" data-id="https://www.infoworld.com/article/2255892/what-is-webassembly-the-next-generation-web-platform-explained.html">WebAssembly</a>.</p>
<h2 class="wp-block-heading" id="top-picks-for-python-readers-on-infoworld">Top picks for Python readers on InfoWorld</h2>
<p><a href="https://www.infoworld.com/article/4145854/speed-boost-your-python-programs-with-new-lazy-imports.html" data-type="link" data-id="https://www.infoworld.com/article/4145854/speed-boost-your-python-programs-with-new-lazy-imports.html">Speed-boost your Python programs with the new lazy imports feature</a><br />Starting with Python 3.15, Python imports can work lazily, deferring the cost of loading big libraries. And you don’t have to rewrite your Python apps to use it.</p>
<p><a href="https://www.infoworld.com/article/4150052/how-python-is-getting-serious-about-wasm.html" data-type="link" data-id="https://www.infoworld.com/article/4150052/how-python-is-getting-serious-about-wasm.html">How Python is getting serious about Wasm</a><br />Python is slowly but surely becoming a first-class citizen in the WebAssembly world. A new Python Enhancement Proposal, PEP 816, describes how that will happen.</p>
<p><a href="https://www.infoworld.com/article/4152654/get-started-with-pythons-new-frozendict-type.html" data-type="link" data-id="https://www.infoworld.com/article/4152654/get-started-with-pythons-new-frozendict-type.html">Get started with Python’s new frozendict type</a><br />A new immutable dictionary type in Python 3.15 fills a long-desired niche in Python — and can be used in more places than ordinary dictionaries.</p>
<p><a href="https://www.infoworld.com/article/2258733/how-to-use-python-dataclasses.html" data-type="link" data-id="https://www.infoworld.com/article/2258733/how-to-use-python-dataclasses.html">How to use Python dataclasses</a><br />Python dataclasses work behind the scenes to make your Python classes less verbose and more powerful all at once.</p>
<h2 class="wp-block-heading" id="more-good-reads-and-python-updates-elsewhere">More good reads and Python updates elsewhere</h2>
<p><a href="https://blog.python.org/2026/04/rust-for-cpython-2026-04" data-type="link" data-id="https://blog.python.org/2026/04/rust-for-cpython-2026-04">Progress on the “Rust for CPython” project</a><br />The plan to enhance the Python interpreter by using the Rust language stirred controversy. Now it’s taking a new shape: use Rust to build components of the Python standard library.</p>
<p><a href="https://adamj.eu/tech/2026/04/03/python-introducing-profiling-explorer" data-type="link" data-id="https://adamj.eu/tech/2026/04/03/python-introducing-profiling-explorer">Profiling-explorer: Spelunk data generated by Python’s profilers</a><br />Python’s built-in profilers generate reports in the opaque pstats format. This tool turns those binary blobs into interactive, explorable views.</p>
<p><a href="https://lwn.net/Articles/1064693" data-type="link" data-id="https://lwn.net/Articles/1064693">The many failures that led to the LiteLLM compromise</a><br />How did a popular Python package for working with multiple LLMs turn into a vector for malware? This article reveals the many weak links that made it possible. </p>
<p><a href="https://armanckeser.com/writing/jellyfin-flow" data-type="link" data-id="https://armanckeser.com/writing/jellyfin-flow">Slightly off-topic: Why open source contributions sit untouched for months on end</a><br />CPython has more than 2,200 open pull requests. The fix, according to this blog, isn’t adding more maintainers, but “changing how work flows through the one maintainer you have.” </p>
</div>
</div>
</div>
</div>
</div><p>The post <a href="https://www.azalio.io/exciting-python-features-are-on-the-way/">Exciting Python features are on the way</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>When cloud giants neglect resilience</title>
		<link>https://www.azalio.io/when-cloud-giants-neglect-resilience/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 09:59:21 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/when-cloud-giants-neglect-resilience/</guid>

					<description><![CDATA[<p>In a recent article chronicling the history of Microsoft Azure and its intensifying woes, we see a narrative that has been building throughout the industry for years. As cloud computing evolved from a buzzword to the backbone of digital infrastructure, major providers like Microsoft, Amazon, and Google have had to make compromises. Their promises of [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/when-cloud-giants-neglect-resilience/">When cloud giants neglect resilience</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<div id="remove_no_follow">
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
<div class="col-12 col-10@md col-6@lg col-start-3@lg">
<div class="article-column__content">
<section class="wp-block-bigbite-multi-title">
<div class="container"></div>
</section>
<p>In a recent article chronicling the <a href="https://www.theregister.com/2026/04/04/azure_talent_exodus/">history of Microsoft Azure and its intensifying woes</a>, we see a narrative that has been building throughout the industry for years. As cloud computing evolved from a buzzword to the backbone of digital infrastructure, major providers like Microsoft, Amazon, and Google have had to make compromises. Their promises of near-perfect uptime shifted from an expectation to “good enough,” influenced by economic pressures that have seen the cloud giants prioritize cost cuts and staff reductions over previously non-negotiable service reliability.</p>
<p>Frankly, many who follow the cloud space closely, including myself, have been warning about this situation for some time. Cloud outages are no longer rare, freak events. They are ingrained in the model as accepted collateral for the rapid growth and relentless cost-cutting that define this era of cloud computing. The story of Azure, as discussed in the referenced Register piece, is simply the latest and most prominent example of a much larger, industrywide trend.</p>
<p>This is not to say that cloud computing is inherently unstable or that its advantages—agility, scalability, rapid deployment—are a mirage. Enterprises aren’t abandoning the cloud. Far from it. Adoption continues at pace, even as these high-profile outages occur. The question is not whether the cloud is worth it, but rather, how much unreliability is acceptable for all that innovation and efficiency?</p>
<h2 class="wp-block-heading" id="the-price-of-cost-optimization">The price of cost optimization</h2>
<p>If you trace the decisions of major public cloud players, a clear theme emerges. Competitive pressure from rivals translates to constant cost control, rushing services to market, shaving operational budgets, automating wherever possible, and reducing (or outright eliminating) teams of deeply experienced engineering talent who once ensured continuity and institutional knowledge. The comments from a former Azure engineer clearly illustrate how an exodus of talent, paired with an almost single-minded focus on AI and automation, is having downstream effects on the platform’s stability and support.</p>
<p>The irony is sharp: As cloud providers trumpet their AI prowess and machine-driven automation, the human expertise that built and reliably ran these platforms is no longer considered mission-critical. Automation isn’t a cure-all; companies still need experienced architects and operators who understand system limits, manage dependencies, handle failures, and respond deftly to unpredictable failures. Recent major outages reflect the slow but sure loss of that critically embedded human knowledge. Meanwhile, engineering decisions are increasingly made by those tasked with juggling ever-larger portfolios, new feature launches, and cost-reduction mandates, rather than contributing a methodical focus on resilience and craftsmanship.</p>
<p>Azure faces growing pains at scale, with tens of thousands of AI-generated lines of code created, tested, and deployed daily—sometimes by other AI agents —creating a self-reinforcing cycle of complexity and opacity. The resulting “compute crunch” puts even more strain on infrastructure, which, despite its sophistication, now handles heavier loads with fewer people providing oversight.</p>
<h2 class="wp-block-heading" id="outages-arent-driving-users-away">Outages aren’t driving users away</h2>
<p>A natural question emerges: With reliability clearly taking a back seat, why aren’t enterprises reconsidering cloud altogether? I’ve argued for years that the game has changed. The benefits of cloud centralization, automation, and connectivity have become so fundamental to operations that the industry has quietly recalibrated its tolerance for outages. Public cloud is so deeply embedded into the business and digital operations that stepping back would mean undoing years, and often decades, of progress.</p>
<p>Headline-grabbing outages are dramatic but usually survivable. <a href="https://www.networkworld.com/article/967679/what-is-disaster-recovery-how-to-ensure-business-continuity.html">Disaster recovery</a> plans, multi-region deployments, and architectural workarounds are now essentials for all major cloud-based companies. Building with failure in mind is a standard cost, not an avoidable exception. For most CIOs, the persistent risk of downtime is a manageable variable, balanced against the unmatchable benefits of cloud agility and in-house scale.</p>
<p>Providers know this well, and their actions reflect it. Outages may sting a bit in the press, but the real-world consequences have yet to outweigh the benefits to companies that push further into the cloud. As such, the providers’ logic is simple: As long as customers accept outages, however grudgingly, there’s little incentive to switch to costlier, less scalable systems.</p>
<h2 class="wp-block-heading" id="how-enterprises-can-adapt">How enterprises can adapt</h2>
<p>With outages now the price of admission, enterprises should recognize that neither staff cuts nor the blind pursuit of automation will stop anytime soon. Cloud providers may promise improvements, but their incentives will remain focused on cost control over reliability. Organizations must adapt to this new normal, but they can still make choices that reduce their risk.</p>
<p>First, enterprises should prioritize fault-resistant cloud architecture. Adopting <a href="https://www.infoworld.com/article/3584433/are-you-ready-for-multicloud-a-checklist.html">multicloud</a> and <a href="https://www.networkworld.com/article/964498/what-is-hybrid-cloud-computing.html">hybrid cloud</a> strategies, while complex, reduces the technical risk associated with reliance on a single provider.</p>
<p>Second, it’s crucial to invest in in-house expertise that understands both the workloads and the nuances of cloud service behavior. While the providers may treat their operations talent as expendable, nothing will replace the value of an enterprise’s in-house team to independently monitor, test, and prepare for the unexpected.</p>
<p>Finally, enterprises must enforce strict vendor management. This means holding providers accountable for promised service-level agreements, monitoring transparency in communication and incident reporting, and leveraging contracted services to their fullest extent, especially as the cloud market matures and customer influence grows.</p>
<p>The era of the infallible cloud is over. As public cloud providers pursue operational efficiency and AI dominance, resilience has taken a hit, and both providers and users must adapt. The challenge for today’s enterprises is to strategically mitigate the most likely consequences before the next outage strikes.</p>
</div>
</div>
</div>
</div>
</div><p>The post <a href="https://www.azalio.io/when-cloud-giants-neglect-resilience/">When cloud giants neglect resilience</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Anthropic’s latest model is deliberately less powerful than Mythos (and that’s the point)</title>
		<link>https://www.azalio.io/anthropics-latest-model-is-deliberately-less-powerful-than-mythos-and-thats-the-point/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 02:59:22 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/anthropics-latest-model-is-deliberately-less-powerful-than-mythos-and-thats-the-point/</guid>

					<description><![CDATA[<p>Anthropic has today released a new, improved Claude model, Opus 4.7, but has deliberately built it to be less capable than the highly-anticipated Claude Mythos. Anthropic calls Opus 4.7 a “notable improvement” over Opus 4.6, offering advanced software engineering capabilities and improved visioning, memory, instruction-following, and financial analysis. However, the yet-to-be-released (and inadvertently leaked) Mythos [&#8230;]</p>
<p>The post <a href="https://www.azalio.io/anthropics-latest-model-is-deliberately-less-powerful-than-mythos-and-thats-the-point/">Anthropic’s latest model is deliberately less powerful than Mythos (and that’s the point)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<div id="remove_no_follow">
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
<div class="col-12 col-10@md 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>Anthropic has today released a new, improved Claude model, <a href="https://www.anthropic.com/news/claude-opus-4-7" target="_blank" rel="noreferrer noopener">Opus 4.7</a>, but has deliberately built it to be less capable than the highly-anticipated Claude Mythos.</p>
<p>Anthropic calls Opus 4.7 a “notable improvement” over Opus 4.6, offering advanced software engineering capabilities and improved visioning, memory, instruction-following, and financial analysis.</p>
<p>However, the yet-to-be-released <a href="https://www.csoonline.com/article/4151801/leak-reveals-anthropics-mythos-a-powerful-ai-model-aimed-at-cybersecurity-use-cases.html" target="_blank" rel="noopener">(and inadvertently leaked) Mythos</a> seems to overshadow the Opus 4.7 release. Interestingly, Anthropic itself is downplaying Opus 4.7 to an extent, calling it “not as advanced” and “less broadly capable” than the Claude Mythos Preview.</p>
<p>The Opus upgrade also comes on the heels of the launch of Project Glasswing, Anthropic’s security initiative that uses Claude Mythos Preview to identify and fix cybersecurity vulnerabilities.</p>
<p>“For once in technological history, a product is being released with a marketing message that is focused more on what it does not do than on what it does,” said technology analyst <a href="https://www.linkedin.com/in/carmi/" target="_blank" rel="noreferrer noopener">Carmi Levy</a>. “Anthropic’s messaging makes it clear that Opus 4.7 is a safer model, with capabilities that are deliberately dialed down compared to Mythos.”</p>
<h2 class="wp-block-heading" id="not-fully-ideal-in-some-safety-scenarios">‘Not fully ideal’ in some safety scenarios</h2>
<p>Anthropic touts Opus 4.7’s “substantially better” instruction-following compared to Opus 4.6, its ability to handle complex, long-running tasks, and the “precise attention” it pays to instructions. Users report that they’re able to hand off their “hardest coding work” to the model, whose memory is better than that of prior versions. It can remember notes across long, multi-session work and apply them to new tasks, thus requiring less up-front context.</p>
<p>Opus 4.7 has 3x more vision capabilities than prior models, Anthropic said, accepting high-resolution images of up to 2,576 pixels. This allows the model to support multimodal tasks requiring fine visual detail, such as computer-use agents analyzing dense screenshots or extracting data from complex diagrams.</p>
<p>Further, the company reported that Opus 4.7 is a more effective financial analyst, producing “rigorous analyses and models” and more professional presentations.</p>
<p>Opus 4.7 is relatively on par with its predecessor in safety, Anthropic said, showing low rates of concerning behavior such as “deception, sycophancy, and cooperation with misuse.” However, the company pointed out, while it improves in areas like honesty and resistance to malicious prompt injection, it is “modestly weaker” than Opus 4.6 elsewhere, such as in responding to harmful prompts, and is “not fully ideal in its behavior.”</p>
<p>Opus 4.7 comes amidst intense anticipation of the release of Claude Mythos 2, a general-purpose frontier model that Anthropic calls the “best-aligned” of all the models it has trained. Interestingly, in its release blog today, the company revealed that Mythos Preview scored better than Opus 4.7 on a few major benchmarks, in some cases by more than ten percentage points.</p>
<p>The Mythos Preview boasted higher scores on SWE-Bench Pro and SWE-Bench Verified (agentic coding); Humanity’s Last Exam (multidisciplinary reasoning); and agentic search (BrowseComp), while the two had relatively the same scores for agentic computer use, graduate-level reasoning, and visual reasoning.</p>
<p>Opus 4.7 is available in all Claude products and in its API, as well as in Amazon Bedrock, Google Cloud’s Vertex AI, and Microsoft Foundry. Pricing remains the same as Opus 4.6: $5 per million input tokens, and $25 per million output tokens.</p>
<h2 class="wp-block-heading" id="what-sets-opus-4-7-apart">What sets Opus 4.7 apart</h2>
<p>Claude Opus is being branded in the industry as a “practical frontier” model, and represents Anthropic’s “most capable intelligent and multifaceted automation model,” said <a href="https://www.infotech.com/profiles/yaz-palanichamy" target="_blank" rel="noreferrer noopener">Yaz Palanichamy</a>, senior advisory analyst at Info-Tech Research Group. Its core use cases include complex coding, deep research, and comprehensive agentic workflows.</p>
<p>The model’s core product differentiators have to do with how well-coordinated and composable its embedded algorithms are at scaling up various operational use case scenarios, he explained.</p>
<p>Claude Opus 4.7 is a “technically inclined” platform requiring a fair amount of deep personalization to fine-tune prompts and generate work outputs, he noted. It retains a strong lead over rival Google Gemini in terms of applied engineering use cases, even though Gemini 3.1 Pro has a larger context window (2M tokens versus Claude’s 1M tokens), although, he said, “certain [comparable] models do tend to converge on raw reasoning.”</p>
<p>The 4.7 update moves Opus beyond basic chatbot workflows, and positions it as more of “a copilot for complex, technical roles,” Levy noted. “It’s more capable than ever, and an even better copilot for knowledge workers.” At the same time, it poses less risk, making it a “carefully calculated compromise.”</p>
<p>He also pointed out that the Opus 4.7 release comes just two months after Opus 4.6 was introduced. That itself is “a signal of just how overheated the AI development cycle has become, and how brutally competitive the market now is.”</p>
<h2 class="wp-block-heading" id="a-guinea-pig-for-mythos">A guinea pig for Mythos?</h2>
<p>Last week, Anthropic also announced <a href="https://www.csoonline.com/article/4155342/what-anthropic-glasswing-reveals-about-the-future-of-vulnerability-discovery.html" target="_blank" rel="noopener">Project Glasswing</a>, which applies Mythos Preview to defensive security. The company is working with enterprises like AWS and Google, as well as with 30-plus cybersecurity organizations, on the initiative, and claims that Glasswing has already <a href="https://www.csoonline.com/article/4159617/behind-the-mythos-hype-glasswing-has-just-one-confirmed-cve.html" target="_blank" rel="noopener">discovered “thousands”</a> of high-severity vulnerabilities, including some in every major operating system and web browser.</p>
<p>Anthropic is intentionally keeping Claude Mythos Preview’s release limited, first testing new cyber safeguards on “less capable models.” This includes Opus 4.7, whose cyber capabilities are not as advanced as those in Mythos. In fact, during training, Anthropic experimented to “differentially reduce” these capabilities, the company acknowledged.</p>
<p>Opus 4.7 has safeguards that automatically detect and block requests that suggest “prohibited or high-risk” cybersecurity uses, Anthropic explained. Lessons learned will be applied to <a href="https://www.csoonline.com/article/4158117/anthropics-mythos-signals-a-structural-cybersecurity-shift.html" target="_blank" rel="noopener">Mythos models</a>.</p>
<p>This is “an admission of sorts that the new model is somewhat intentionally dumber than its higher-end stablemate,” Levy observed, “all in an attempt to reinforce its cyber risk detection and blocking bona fides.”</p>
<p>From a marketing perspective, this allows Anthropic to position Opus 4.7 as an ideal balance between capability and risk, he noted, but without all the “cybersecurity baggage” of the limited availability higher-end model.</p>
<p>Mythos may very well be the “ultimate sacrificial lamb” at the root of broader Opus 4.7 mass adoption, Levy said. Even in the “increasing likelihood” that Mythos is never publicly released, it will serve as “an ideal means of glorifying Opus as the one model that strikes the ideal compromise for most enterprise decision-makers.”</p>
<p>Palanichamy agreed, noting that Opus 4.7 could serve as a public-facing guinea pig to live-test and fine-tune the automated cybersecurity safeguards that will ultimately “become a mandatory precursory requirement for an eventual broader release of Mythos-class frontier models.”</p>
<p><em>This article originally appeared on <a href="https://www.computerworld.com/article/4160021/anthropics-latest-model-is-deliberately-less-powerful-than-mythos-and-thats-the-point.html" target="_blank" rel="noopener">Computerworld</a>.</em></p>
</div>
</div>
</div>
</div>
</div><p>The post <a href="https://www.azalio.io/anthropics-latest-model-is-deliberately-less-powerful-than-mythos-and-thats-the-point/">Anthropic’s latest model is deliberately less powerful than Mythos (and that’s the point)</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Retirement: Azure Kubernetes Service support for Ubuntu 22.04</title>
		<link>https://www.azalio.io/retirement-azure-kubernetes-service-support-for-ubuntu-22-04/</link>
		
		<dc:creator><![CDATA[Azalio tdshpsk]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 21:59:57 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<guid isPermaLink="false">https://www.azalio.io/retirement-azure-kubernetes-service-support-for-ubuntu-22-04/</guid>

					<description><![CDATA[<p>On June 30, 2027, we&#8217;ll retire Ubuntu 22.04 on Azure Kubernetes Service. To avoid disruptions, transition to Ubuntu 24.04 or later by that date. Newer supported versions include kernel updates and security improvements. Until June 30, 2027, you can cont</p>
<p>The post <a href="https://www.azalio.io/retirement-azure-kubernetes-service-support-for-ubuntu-22-04/">Retirement: Azure Kubernetes Service support for Ubuntu 22.04</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>On June 30, 2027, we&#8217;ll retire Ubuntu 22.04 on Azure<br />
Kubernetes Service. To avoid disruptions, transition to<br />
Ubuntu 24.04 or later by that date. Newer<br />
supported versions include kernel<br />
updates and security improvements.   Until June 30, 2027, you can cont</div><p>The post <a href="https://www.azalio.io/retirement-azure-kubernetes-service-support-for-ubuntu-22-04/">Retirement: Azure Kubernetes Service support for Ubuntu 22.04</a> first appeared on <a href="https://www.azalio.io">Azalio</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
