09/02/2026
Gohar Chaudhry, a graduate student in the MIT EECS Department, identified a problem at the heart of modern AI systems. Agentic workflows—complex systems that chain together multiple AI models and tools to tackle complicated tasks—are getting very inefficient. Developers have to hard-code every technical choice upfront, from which models to use to which hardware to run them on. It's nearly impossible to do optimally.
So Chaudhry and his team at MIT and Microsoft developed Murakkab, a system that does the hard work automatically. Developers describe what they want the workflow to do in plain language. Murakkab figures out the best models, tools, and hardware configuration. It even adjusts those configurations in real time based on whether the user prioritizes speed or cost.
"Energy usage is a huge concern, so we need to be very careful about how efficient these workflows are," Chaudhry says. "It is very easy to over-allocate resources, wasting energy and money." When tested on video Q&A and code generation tasks, Murakkab used only 35 percent of the computation of traditional approaches—consuming 27 percent as much energy for 25 percent of the cost.
https://www.eecs.mit.edu/improving-the-speed-and-energy-efficiency-of-ai-agents/