NVIDIA H200 shipments delayed to Q3  · BREAKING: Microsoft confirms 3GW data centre expansion in Asia-Pacific ·  AWS announces new sovereign cloud regions in India and UAE  · Arm-based servers now 24% of hyperscale deployments ·  EU AI Act enforcement enters phase two  · Global data centre investment hits $612B in 2026 ·  TSMC Arizona yields improve to 68% on 3nm process  · OpenAI valuation reaches $400B after latest funding round ·  NVIDIA H200 shipments delayed to Q3  · BREAKING: Microsoft confirms 3GW data centre expansion in Asia-Pacific ·  AWS announces new sovereign cloud regions in India and UAE  · Arm-based servers now 24% of hyperscale deployments ·  EU AI Act enforcement enters phase two  · Global data centre investment hits $612B in 2026
NVIDIA H200 shipments delayed to Q3  · BREAKING: Microsoft confirms 3GW data centre expansion in Asia-Pacific ·  AWS announces new sovereign cloud regions in India and UAE  · Arm-based servers now 24% of hyperscale deployments ·  EU AI Act enforcement enters phase two  · Global data centre investment hits $612B in 2026 ·  TSMC Arizona yields improve to 68% on 3nm process  · OpenAI valuation reaches $400B after latest funding round ·  NVIDIA H200 shipments delayed to Q3  · BREAKING: Microsoft confirms 3GW data centre expansion in Asia-Pacific ·  AWS announces new sovereign cloud regions in India and UAE  · Arm-based servers now 24% of hyperscale deployments ·  EU AI Act enforcement enters phase two  · Global data centre investment hits $612B in 2026

How Murakkab Could Make AI Agents Faster, Cheaper, and More Energy Efficient

AI’s Next Challenge Is Not Intelligence, But Efficiency Artificial intelligence systems are becoming increasingly capable of handling complex tasks, but

Share
AI Agent Workflow Optimization

AI’s Next Challenge Is Not Intelligence, But Efficiency

Artificial intelligence systems are becoming increasingly capable of handling complex tasks, but their growing sophistication comes with a hidden infrastructure cost. Modern AI applications often rely on agentic workflows, where multiple AI models, tools, databases, and software components collaborate to complete a task. These workflows allow applications to analyze videos, generate software code, process documents, and perform advanced reasoning. However, every additional model and tool introduces new computational demands. As organizations deploy larger AI systems, efficiency is becoming as important as capability itself. The challenge extends beyond raw computing power. Agentic systems frequently operate across multiple cloud services, APIs, and hardware environments, creating a fragmented infrastructure stack. Developers must determine which models to use, how components should interact, and how computational resources should be allocated. Small configuration mistakes can increase latency, energy consumption, and operational costs. As AI workloads continue expanding, inefficient deployment practices could significantly increase the industry’s infrastructure footprint. Optimizing these workflows has therefore become an important engineering priority.

Why Agentic Workflows Are Becoming Critical Infrastructure

Agentic workflows have emerged as one of the most important architectural patterns in modern AI development. Instead of relying on a single large language model, organizations increasingly combine multiple specialized models and tools into coordinated systems. A video analysis application, for example, may use one model to extract frames, another to generate transcripts, and a third to answer user questions. Similar approaches power software development assistants, enterprise automation platforms, and research applications. These systems are becoming the operational backbone of many AI services. The flexibility of agentic workflows also creates complexity. Every component introduces configuration choices involving accuracy, latency, hardware requirements, and operational cost. Developers often make these decisions manually before deployment. Once the workflow is established, modifying it can require substantial redesign and testing. The process becomes even more difficult as new AI models are released at an increasingly rapid pace. Maintaining optimal performance across constantly evolving technologies is becoming a major challenge for both developers and cloud providers.

Murakkab Takes A Different Approach

Researchers from MIT and Microsoft Azure believe much of this complexity can be automated. Their solution, known as Murakkab, is designed to optimize both the design and deployment of agentic workflows. Rather than requiring developers to specify every technical detail, the system allows them to describe their objective in natural language. Murakkab then determines which models, tools, and computational resources should be used to achieve that goal. The platform effectively transforms workflow creation from a manual engineering exercise into an automated optimization problem. The name Murakkab comes from an Urdu word meaning a composition of things, reflecting the system’s ability to assemble multiple technologies into a cohesive workflow. Once a developer specifies an application’s intended outcome, Murakkab evaluates available models and tools before selecting the most suitable combination. It also determines which tasks should run sequentially and which can execute in parallel. This process enables the platform to create workflows that balance speed, cost, and performance more effectively than conventional approaches.

Dynamic Optimization Changes The Equation

One of Murakkab’s most important features is its ability to make decisions dynamically. Traditional workflows are often locked into configurations chosen during development. If a new model becomes available or a new hardware accelerator enters the market, developers may need to redesign substantial portions of their application. Murakkab removes much of that burden by continuously evaluating available technologies and adapting configurations over time. This capability allows applications to evolve alongside the rapidly changing AI ecosystem. The system also extends optimization beyond software architecture. When a cloud provider deploys an application, Murakkab determines how computational resources should be allocated to satisfy user requirements. Some users may prioritize maximum accuracy, while others may value lower costs or faster response times. Murakkab adjusts resource allocation accordingly, identifying the most efficient hardware configuration for each workload. This approach enables cloud providers to operate infrastructure more efficiently while still meeting customer expectations.

Reducing Energy Consumption At Scale

Energy efficiency is becoming one of the defining concerns of AI infrastructure. Large language models and agentic systems require substantial computing resources, increasing electricity consumption across data centers worldwide. Many cloud operators are already facing constraints related to power availability and infrastructure expansion. Technologies that improve computational efficiency therefore offer benefits that extend beyond individual applications. They can directly influence the economics and sustainability of AI deployment. During testing, Murakkab demonstrated significant efficiency improvements across workloads involving video question answering and code generation. The system met user performance requirements while using only about 35 percent of the computation required by traditional methods. Researchers also reported that Murakkab consumed only about 27 per cent as much energy and incurred less than 25 per cent of the operational costs compared with alternative approaches.

These results suggest workflow optimization can deliver substantial infrastructure savings without sacrificing functionality.
The platform also demonstrated the ability to balance tradeoffs between accuracy and efficiency. In one experiment, Murakkab reduced energy consumption by more than an order of magnitude while causing only a small reduction in application accuracy. Such optimization opportunities are often difficult for developers to identify manually because of the enormous number of possible configurations. Automated systems can evaluate combinations at a scale that would be impractical through traditional engineering processes.

Why Cloud Providers Stand To Benefit

Murakkab was designed not only for application developers but also for cloud infrastructure operators. Existing cloud platforms often have limited visibility into the internal structure of agentic workflows. Without that visibility, providers cannot always allocate resources efficiently across multiple applications. Murakkab creates a framework that exposes workflow requirements while preserving operational flexibility. This allows cloud providers to coordinate workloads more effectively and improve overall infrastructure utilization. Better utilization has direct implications for AI economics. Data center operators increasingly face pressure to maximize output from finite computing and power resources. As GPU demand continues to exceed supply in many markets, efficiency improvements can create meaningful competitive advantages. Systems that reduce computational waste help organizations serve more users without expanding infrastructure at the same pace. This dynamic is becoming particularly important as AI adoption accelerates across enterprises and public-sector organizations.

The Emerging Infrastructure Layer For AI Agents

The development of Murakkab reflects a broader shift occurring across the AI ecosystem. During the early stages of the AI boom, innovation focused primarily on model development and training performance. Today, attention is increasingly turning toward infrastructure optimization and operational efficiency. Organizations are recognizing that sustainable AI growth depends on improving how systems are deployed, managed, and scaled. Workflow orchestration platforms may become just as important as the models they support.
Agentic workflows are expected to play a growing role in enterprise AI deployments, software development platforms, digital assistants, and autonomous systems. As those workflows become more complex, the cost of inefficiency will rise. Technologies capable of automating configuration decisions and reducing resource consumption could become a foundational layer of future cloud infrastructure. Murakkab offers an early glimpse into that future, where optimization occurs continuously rather than through periodic manual intervention.

Efficiency May Become AI’s Next Competitive Frontier

The AI industry often measures progress through larger models, faster chips, and more sophisticated capabilities. Yet the next major infrastructure challenge may involve extracting more value from existing resources rather than simply adding new ones. Power availability, operational costs, and sustainability concerns are becoming central constraints for cloud providers and enterprises alike. Solutions that reduce computational waste while maintaining performance will become increasingly valuable. Murakkab demonstrates how intelligent workflow optimization can improve speed, lower costs, and reduce energy consumption simultaneously. The system’s ability to automate configuration decisions, adapt to new technologies, and optimize resource allocation highlights a growing opportunity within AI infrastructure. As agentic applications become more prevalent, efficiency-focused platforms may emerge as a critical component of the broader AI stack. The future of AI will depend not only on what models can do, but also on how efficiently they can do it.

[simple-author-box]

More from AI Infrastructure

A conventional UPS string exists primarily to buy seconds or minutes, not to serve

A facility water connection may look like the obvious boundary between building infrastructure and

AI infrastructure failures do not always begin beside a server rack or inside a

COMPUTE WEEKLY

The briefing that 40,000+ tech leaders read every Monday. Sharp, fast, essential.

Great! We’ve received your information.

Building an AI Startup Without Owning GPUs

Not owning GPUs has become the default, deliberate strategy for building an AI company — not a compromise founders accept reluctantly. H100 rental rates fell 64-75% in fifteen months, a dense ecosystem of neoclouds and inference-as-a-service providers now lets startups skip infrastructure entirely, and credit programs can fund a company’s first year before a founder writes a check
Most Read

Demand is broadening across enterprise workloads APAC’s infrastructure story is changing in ways that

AI infrastructure decisions increasingly influence what enterprises can build, test, and deliver. They also

Why Infrastructure Planning Now Starts With Availability A data center project can have a

A property can look enormous from the site entrance and still offer almost no

As rack power rises toward the megawatt range, the physical footprint of power-delivery equipment

Disruptor Spotlight

Cerebras Systems

The chip that makes Nvidia nervous. Cerebras’ Wafer Scale Engine is rewriting the rules of AI inference at scale.
Faster
0 x
YoY Revenue
0 x
Transistors
0 T
Market Pulse
MSFT
+1.02%
NVDA
+0.66%
AMZN
-0.078%
AMD
-6.95%
TSMC
-2.98%
Indicative only · Not financial advice
Upcoming Events
SEP
The AI Infrastructure Race (India)
WEBINAR · ONLINE
The AI Infrastructure Race: Won on Power, Land and Trust — Not Capital
MAY
0
AI Infrastructure Summit
DUBAI · IN PERSON
MEA’s premier AI infrastructure event.
JUN
0 0
Compute Forecast Summit
SINGAPORE · IN PERSON
Our flagship APAC event. Early bird open.
Latest Moves
Live
ecolab
Ecolab Deepens Cooling Strategy With $4.75B CoolIT Acquisition
Ecolab is making one of its biggest moves yet into AI infrastructure after completing its $4.75 billion acquisition of liquid cooling specialist CoolIT Systems
Pure DC AVK Europe data center microgrid Dublin 110MW AI infrastructure Ireland 2026
Pure DC and AVK Deploy Europe’s First 110 MW Data Center Microgrid in Dublin
The Pure DC Dublin microgrid has made history as Europe’s first large-scale on-site data center microgrid, launched in partnership with power solutions provider AVK at Pure DC’s campus in Ireland.
Pace Digitek
Pace Digitek Partners With MEGMEET to Expand AI Data Center Power Business
India’s AI infrastructure ecosystem continues to mature as domestic technology manufacturers move beyond traditional telecommunications and industrial markets toward high-growth digital infrastructure opportunities
Follow Compute Forecast
11K followers
1200 followers
Companies to Watch
CW
CoreWeave
Neo Cloud · $19B · IPO Watch
CB
Cerebras Systems
AI Hardware · $4.25B · Pre-IPO
G42
G42
Sovereign AI · Abu Dhabi
H
Humain
Saudi AI · $40B Fund
Latest Podcast
AI Capex, Cloud Margins & the Nuclear Bet
48 MIN · 25 APR 2026

How Murakkab Could Make AI Agents Faster, Cheaper, and More Energy Efficient

AI’s Next Challenge Is Not Intelligence, But Efficiency Artificial intelligence systems are becoming increasingly capable of handling complex tasks, but

Share
AI Agent Workflow Optimization
35
847 SHARES

0
SHARES

[simple-author-box]

More from AI Infrastructure

Demand is broadening across enterprise workloads APAC’s infrastructure story is changing in ways that

AI infrastructure decisions increasingly influence what enterprises can build, test, and deliver. They also

Why Infrastructure Planning Now Starts With Availability A data center project can have a

A property can look enormous from the site entrance and still offer almost no

COMPUTE WEEKLY

The briefing that 40,000+ tech leaders read every Monday. Sharp, fast, essential.

Great! We’ve received your information.

Global AI Infrastructure Outlook 2026

The briefing that 40,000+ tech leaders read every Monday. Sharp, fast, essential.
Download Free
Most Read

Demand is broadening across enterprise workloads APAC’s infrastructure story is changing in ways that

AI infrastructure decisions increasingly influence what enterprises can build, test, and deliver. They also

Why Infrastructure Planning Now Starts With Availability A data center project can have a

A property can look enormous from the site entrance and still offer almost no

As rack power rises toward the megawatt range, the physical footprint of power-delivery equipment

Disruptor Spotlight

Cerebras Systems

The chip that makes Nvidia nervous. Cerebras’ Wafer Scale Engine is rewriting the rules of AI inference at scale.
Faster
0 x
YoY Revenue
0 x
Transistors
0 T
Market Pulse
NVDA
$924.60
+2.4%
MSFT
$421.30
+1.1%
AMZN
$192.80
-0.6%
NVDA
$924.60
+2.4%
NVDA
$924.60
+2.4%
Indicative only · Not financial advice
Upcoming Events
MAY
0 0
DCD Global — London
LONDON · IN PERSON
World’s largest DC event. CF is media partner.
MAY
0
AI Infrastructure Summit
DUBAI · IN PERSON
MEA’s premier AI infrastructure event.
JUN
0 0

Compute Forecast Summit

SINGAPORE · IN PERSON
Our flagship APAC event. Early bird open.
Latest Moves
  • Live
Sam Altman
OpenAI appoints new Chief Infrastructure Officer to lead $100B DC programme
27 APR · OPENAI
Sam Altman
OpenAI appoints new Chief Infrastructure Officer to lead $100B DC programme
27 APR · OPENAI
Sam Altman
OpenAI appoints new Chief Infrastructure Officer to lead $100B DC programme
27 APR · OPENAI
Follow Compute Forecast
18.4K followers
12.1K followers
9.3K subscribers
41 episodes
Companies to Watch
CW
CoreWeave
Neo Cloud · $19B · IPO Watch
CB
Cerebras Systems
AI Hardware · $4.25B · Pre-IPO
G42
G42
Sovereign AI · Abu Dhabi
CW
Humain
Saudi AI · $40B Fund
Latest Podcast
AI Capex, Cloud Margins & the Nuclear Bet
48 MIN · 25 APR 2026
Scroll to Top