<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>Machine Learning Archives - AI SCKOOL</title>
	<atom:link href="https://aisckool.com/category/machine-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://aisckool.com/category/machine-learning/</link>
	<description>All About Artificial Intelligence</description>
	<lastBuildDate>Thu, 16 Jul 2026 14:57:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://aisckool.com/wp-content/uploads/2024/05/cropped-8FDB48F0-2148-449F-B10B-86E84E56DAD5-removebg-preview-1-e1716890217940-32x32.png</url>
	<title>Machine Learning Archives - AI SCKOOL</title>
	<link>https://aisckool.com/category/machine-learning/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>A better way to transform 2D designs into 3D models for rapid prototyping</title>
		<link>https://aisckool.com/a-better-way-to-transform-2d-designs-into-3d-models-for-rapid-prototyping/</link>
					<comments>https://aisckool.com/a-better-way-to-transform-2d-designs-into-3d-models-for-rapid-prototyping/#respond</comments>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Thu, 16 Jul 2026 14:57:57 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=28177</guid>

					<description><![CDATA[<p>Engineers often employ vision language models to create up-to-date designs, such as aircraft or car components. To simulate the performance of these components in realistic situations, they will employ proven computer-aided design (CAD) software to generate 3D models of these designs, which they can submit to virtual crash or durability tests. Researchers at MIT and [&#8230;]</p>
<p>The post <a href="https://aisckool.com/a-better-way-to-transform-2d-designs-into-3d-models-for-rapid-prototyping/">A better way to transform 2D designs into 3D models for rapid prototyping</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p>Engineers often employ vision language models to create up-to-date designs, such as aircraft or car components. To simulate the performance of these components in realistic situations, they will employ proven computer-aided design (CAD) software to generate 3D models of these designs, which they can submit to virtual crash or durability tests. </p>
<p>Researchers at MIT and elsewhere have now developed a system that can train a vision language model to automatically convert 2D designs into CAD programs that are much more right and functional compared to other approaches, using only a fraction of the computation.</p>
<p>By improving the efficiency and effectiveness of AI-based CAD generation, this technique can streamline the rapid prototyping process and reduce costs. It can also assist engineers identify beneficial design choices they might otherwise overlook. </p>
<p>The system generates up-to-date data based on the model&#8217;s capabilities when attempting to convert a 2D image to CAD. The framework corrects model errors and incorporates them into the dataset containing successful solutions. </p>
<p>It uses this data to teach the model how to fix specific bugs and solve challenging problems that it would otherwise struggle with.</p>
<p>“We want engineers to be able to point our framework to a poorly performing CAD model, set a computational budget, and let the system take over—transforming their own model errors into better training data,” says lead author Giorgio Giannone, a research associate at MIT&#8217;s Design Computation and Digital Engineering (DeCoDE) Lab and principal scientist on Red Hat&#8217;s AI Innovation Team.</p>
<p>She joins him <a href="https://arxiv.org/pdf/2603.27448" target="_blank" rel="noopener">paper</a> by Anna Claire Doris, mechanical engineering graduate from MIT; Amin Heyrani Nobari, postdoc at MIT; Kai Xu from RedHat; and co-authors Akash Srivastava, director of Core AI at IBM and principal investigator at the MIT-IBM Computing Research Lab; and Faez Ahmed, professor of mechanical engineering at MIT, head of the DeCoDE Lab and principal investigator at the MIT-IBM Computing Research Lab. The study&#8217;s results were recently presented at the International Machine Learning Conference.</p>
<p>&#8220;Almost every physical product around us, from airplanes to appliances, begins life as a CAD model. Industry teams crave AI that can speed up the creation of these designs, but today&#8217;s models often produce simple shapes inappropriate for practice. What excites me about this work is that it gives many models that convert image to CAD code the ability to improve themselves by learning from their mistakes rather than waiting for more human-made data, and this brings reliable AI design tools much closer to everyday engineering,&#8221; says Ahmed.</p>
<p><strong>Data supporting the model</strong></p>
<p>Scientists are working to build vision-linguistic models (VLM) for CAD generation. These VLMs take a 2D image and descriptive text and then generate Python code that can be executed in a CAD program to generate a 3D model of a physical object.</p>
<p>They analyzed the challenges of implementing existing VLMs for this task and determined that the main bottleneck limiting their capabilities was the lack of diverse, high-quality CAD datasets to train them. </p>
<p>To address this problem, efforts were made to create up-to-date data to train the CAD generation model, using a process known as data augmentation.</p>
<p>As part of data augmentation, scientists typically create up-to-date data by randomly modifying existing data to generate more samples, often adjusting the color, size, and shape of objects in the images. </p>
<p>Instead, MIT researchers have built a data augmentation system called GIFT (which stands for Geometric Inference Feedback Tuning), which generates data designed to improve the performance of one VLM for a specific task.</p>
<p>GIFT develops knowledge about the strengths and weaknesses of the model by testing it. It then uses this knowledge to generate data that can improve model performance for CAD generation problems that it has difficulty solving.</p>
<p>“We want to get data augmentation based on the model itself,” Giannone says. </p>
<p><strong>Learning from mistakes</strong></p>
<p>To do this, GIFT asks the model to generate code that solves the CAD generation problem several times in parallel. It validates these guesses to understand how well the model can solve the problem.</p>
<p>“With a model, generating almost correct CAD query code is not that difficult, but generating completely correct and executable code is much more difficult with standard VLM,” says Giannone.</p>
<p>For guesses that are almost correct, GIFT adjusts them to become effective solutions. It stores these “near misses” and successful solutions in a up-to-date dataset that can teach the model how to overcome the problems that usually tripped it up.</p>
<p>&#8220;If we try a model 10 times and generate 10 correct answers to the same problem, it won&#8217;t be able to learn much. We care about intermediate cases, where the model can only solve the problem 50 percent of the time,&#8221; he says.</p>
<p>Using these intermediate cases allows GIFT to generate data extensions that take into account both the model and the tasks. Additionally, by including multiple correct solutions to the same problem, the up-to-date data expands the model&#8217;s overall knowledge of CAD code generation.</p>
<p>This automatic system does not require human intervention to correct model errors.</p>
<p>GIFT creates data extensions from a pre-trained VLM using a process known as inference time scaling. This process allows a unchanging model that has already been trained to generate better results without the high computational cost of retraining the entire model. </p>
<p>Using inference time scaling, the user can determine how much computation they want to employ for GIFT, adapting it to their time and budget constraints. </p>
<p>GIFT outperformed several competing techniques by generating CAD programs that were more right while using only about 20 percent more computation. CAD models generated by VLM using GIFT were better suited to the shapes of the base models.</p>
<p>“For GIFT, we started with geometry because in engineering problems, if the geometry of the 3D shape is not correct, nothing else will be correct, but there are many other aspects to consider,” Giannone says.</p>
<p>In the future, researchers want to expand GIFT so that the platform can train CAD generation models that will improve the performance and manufacturability of 3D models. They also want to apply the system to larger models and more diverse CAD generation tasks.</p>
<p>This research was funded in part by the MIT-IBM Computing Research Lab. </p>
</div>
<p>The post <a href="https://aisckool.com/a-better-way-to-transform-2d-designs-into-3d-models-for-rapid-prototyping/">A better way to transform 2D designs into 3D models for rapid prototyping</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aisckool.com/a-better-way-to-transform-2d-designs-into-3d-models-for-rapid-prototyping/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://i0.wp.com/news.mit.edu/sites/default/files/images/202607/MIT-Geometric-Tuning-01-press.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>3 questions: Neural transparency and the future of AI design</title>
		<link>https://aisckool.com/3-questions-neural-transparency-and-the-future-of-ai-design/</link>
					<comments>https://aisckool.com/3-questions-neural-transparency-and-the-future-of-ai-design/#respond</comments>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Wed, 15 Jul 2026 23:56:39 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=28161</guid>

					<description><![CDATA[<p>Q: Your article introduces “neural transparency,” a way for everyday users to see into artificial intelligence neural networks before their chatbot utters a word. Can you describe how it actually works and why you focused on the design moment rather than catching problems once the chatbot is already running? AND: Millions of people are now [&#8230;]</p>
<p>The post <a href="https://aisckool.com/3-questions-neural-transparency-and-the-future-of-ai-design/">3 questions: Neural transparency and the future of AI design</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p><a href="https://dl.acm.org/doi/10.1145/3742413.3789120" target="_blank" rel="noopener"></a></p>
</p>
<p dir="ltr"><strong>Q: </strong>Your article introduces “neural transparency,” a way for everyday users to see into artificial intelligence neural networks before their chatbot utters a word. Can you describe how it actually works and why you focused on the design moment rather than catching problems once the chatbot is already running?</p>
<p dir="ltr"><strong>AND:</strong> Millions of people are now creating personalized chatbots and AI agents based on enormous language models, turning them into collaborators, tutors, coaches, original partners and companions with straightforward text prompts. However, most people have no idea how these prompts will affect the AI&#8217;s behavior until they start interacting with it. We wanted to change that.</p>
<p dir="ltr">“Neural transparency” means allowing people to do something like a brain scan to look for artificial intelligence. Not because the AI ​​has a human brain, but because its neural network contains internal patterns that can suggest how it might behave before it speaks. In this work, my students Anthony Baez, Sheer Karny, and I combined insights from the fields of human-AI interaction and mechanistic interpretability to make these hidden patterns accessible to everyday users.</p>
<p dir="ltr">The basic idea is straightforward. First, we choose behaviors that we care about, such as empathy, honesty, toxicity, hallucinations, or flattery. We then compare the model&#8217;s internal activations when asked to demonstrate one feature with its opposite. This difference becomes a kind of &#8220;behavior direction&#8221; within the model. When a user writes a custom system prompt—instructions that shape the personality of their chatbot before any conversation begins—we project the model&#8217;s internal activations into these directions and translate the results into an intuitive visualization. In our case, it&#8217;s a sun diagram that shows the chatbot&#8217;s likely personality traits before a user starts talking to it.</p>
<p dir="ltr">We focused on the design moment because this is where prevention is possible. Nowadays, people often discover problems only after the chatbot has behaved in an unintended way. Our goal was to move from reactive correction to anticipatory design, helping people identify potential risks as they shape AI.</p>
<p dir="ltr"><strong>Q: </strong>Your study found something quite striking: people consistently misjudge the behavior of their personalized AI, overestimating good qualities and underestimating potentially harmful ones, such as flattery. What does this tell us about the dangers of the way millions of people are currently creating AI companions, and why is it so tough to close this blind spot?</p>
<p dir="ltr"><strong>AND:</strong> I often joke that if artificial intelligence looked like the Terminator, it would be much easier for us to know what to do. The real challenge is that AI often appears as a dear friend, coach, tutor or companion. This makes it tough to recognize when something is going wrong.</p>
<p dir="ltr">Our research suggests that humans have a blind spot when designing personalized AI. People often think they know how their chatbot will behave, but in our study they incorrectly predicted its personality based on 11 of the 15 traits we measured. This highlights the need for tools that support people better understand AI before they start using it.</p>
<p dir="ltr">This matters because some behaviors that seem helpful in the moment may not be fit over time. We have documented cases in previous studies <a href="https://dl.acm.org/doi/full/10.1145/3800645.3813083" target="_blank" rel="noopener">psychological harm</a> related to interactions with AI chatbots. LLM [large language model] that constantly confirms your opinions or never challenges your thinking can reinforce harmful decisions, unhealthy beliefs, or emotional dependence. Psychology has long shown that humans are naturally drawn to affirmation, so designing artificial intelligence is not only a technical challenge, but also a psychological one.</p>
<p dir="ltr">The deeper problem is that today&#8217;s AI systems remain largely black boxes: even experts can&#8217;t always predict how a system message will affect the AI&#8217;s behavior over the course of a long conversation. As AI companions become part of everyday life, we need tools that support people understand what they are building before they start using them. Artificial intelligence should be supportive but not blindly conciliatory, personalize without manipulation, and be crystal clear enough for people to make informed choices.</p>
<p dir="ltr"><strong>Q: </strong>One of the most fascinating findings is that visualization significantly increased user trust, but it didn&#8217;t actually change the way people designed their chatbots. What will it take to close this gap, and where do you see such tools heading as AI companions become more deeply embedded in people&#8217;s everyday lives?</p>
<p dir="ltr"><strong>AND: </strong>I think this is one of the most fascinating conclusions of the article because it shows that transparency alone is not enough. Users appreciated the opportunity to have insight into the model and reported greater trust in the system, but simply presenting the information did not fundamentally change the way they designed their AI companions.  </p>
<p dir="ltr">In our further work that is currently underway <a href="https://www.media.mit.edu/publications/multi-turn-neural-transparency/" target="_blank" rel="noopener">available as a preprint</a>we examine how the model&#8217;s internal neural representation changes over the course of a multi-turn conversation, rather than remaining constant from the initial prompt. We are already seeing promising results. Visualizing how these internal representations change over time allows people to be much better at recognizing and predicting changes in AI behavior, and less likely to become overconfident in their understanding of the chatbot. AI companions are energetic systems that evolve as they interact with us, so understanding these internal changes is an critical next step. Nevertheless, this is still a very juvenile area of ​​research. </p>
<p dir="ltr">Looking ahead, I believe these types of transparency tools could become as common as food nutrition labels. As AI becomes deeply woven into education, healthcare, work and personal relationships, people should be able to understand not only what AI can do, but also its impact on their thinking, emotions and behavior. This kind of transparency is indispensable if we want AI to actually support people thrive.</p>
</div>
<p>The post <a href="https://aisckool.com/3-questions-neural-transparency-and-the-future-of-ai-design/">3 questions: Neural transparency and the future of AI design</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aisckool.com/3-questions-neural-transparency-and-the-future-of-ai-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://i3.wp.com/news.mit.edu/sites/default/files/images/202607/mit-medialab-pataranutaporn.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>The recent method aims to protect children from illegal content generated by artificial intelligence</title>
		<link>https://aisckool.com/the-recent-method-aims-to-protect-children-from-illegal-content-generated-by-artificial-intelligence/</link>
					<comments>https://aisckool.com/the-recent-method-aims-to-protect-children-from-illegal-content-generated-by-artificial-intelligence/#respond</comments>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Mon, 13 Jul 2026 11:49:33 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=28105</guid>

					<description><![CDATA[<p>With the growing popularity of generative AI, many open-source models are now available on the Internet for anyone to adapt to their tasks, such as generating product renderings in a specific artistic style. However, these models also fall into the hands of nefarious actors who can optimize them to create illegal content such as hate [&#8230;]</p>
<p>The post <a href="https://aisckool.com/the-recent-method-aims-to-protect-children-from-illegal-content-generated-by-artificial-intelligence/">The recent method aims to protect children from illegal content generated by artificial intelligence</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p>With the growing popularity of generative AI, many open-source models are now available on the Internet for anyone to adapt to their tasks, such as generating product renderings in a specific artistic style. </p>
<p>However, these models also fall into the hands of nefarious actors who can optimize them to create illegal content such as hate speech or child sexual abuse material (CSAM). This is a growing problem &#8211; National Center for Missing and Exploited Children <a href="https://www.missingkids.org/theissues/generative-ai" target="_blank" rel="noopener">received over 1.5 million reports</a> AI-generated CSAM in 2025, up from 67,000 in 2024.</p>
<p>Engineers typically test AI for malicious capabilities by monitoring the model and checking its results, but with CSAM this is impossible because in the US it is illegal to generate such content, regardless of intent.</p>
<p>To avoid this dilemma and improve AI security, a team of MIT researchers, led by graduate student Vinith Suriyakumar and associate professors Ashia Wilson and Marzyeh Ghassemi, teamed up with researchers from <a href="https://www.thorn.org/" target="_blank" rel="noopener">Thorn</a> develop a recent audit approach that determines whether a model can generate CSAM without prompting it. Thorn is a nonprofit child safety organization with a mission to transform how children are protected from sexual exploitation and abuse in the digital age.</p>
<p>Their technique examines how the inner workings of the model have been adapted, but never produces results. By examining hidden representations, it can be reliably inferred whether a model has been specialized to create malicious images.</p>
<p>During testing, the audit procedure identified model variations that specialized in generating CSAM with 100% accuracy. The hosting platform can exploit this technique to flag unsafe models and remove them quickly or prevent them from being uploaded in the first place.</p>
<p>&#8220;This opens up new opportunities for platforms supporting open-source models, and for law enforcement to actually test whether a model can generate CSAM. Previously, we had no way to measure this. It was a huge blind spot that some took advantage of. Now we can solve an AI security problem that has serious negative consequences,&#8221; says Vinith Suriyakumar, an electrical engineering and computer science (EECS) graduate student at MIT and lead author of a paper on the technique.</p>
<p>Suriyakamura and Wilson, the Lister Borthers Career Development Professor at EECS and principal investigator at the Laboratory for Information and Decision Systems (LIDS), are joined on the paper by Lena Stempfle, a postdoc at MIT; Ghassemi, associate professor at EECS and member of the Institute of Medical Engineering Sciences (IMES) and LIDS; and others at Boston University and Thorn. The paper was presented in the spotlight at the Trustworthy AI for Good workshop at the International Machine Learning Conference.</p>
<p><strong>Adaptation audit</strong></p>
<p>Recent techniques have made it easier for users to specialize a generative AI model for their tasks through a process known as tuning. </p>
<p>Instead of retraining the entire model on a task-specific dataset, individuals can exploit an algorithm called low-rank adaptation (LoRA) to specialize the model in a more competent way.</p>
<p>This has led to a wave of recent variants of generative AI models for various purposes, such as creating watercolor paintings that mimic artistic movement. However, it also allowed malicious actors to create models that can generate high-quality CSAM and other malicious images.</p>
<p>To audit a model, engineers typically query it about malicious content and check the results, but this manual auditing procedure is not scalable. Furthermore, the repeated generation of disgusting images may have a negative psychological impact on evaluators. </p>
<p>This evaluation method quickly falls apart when testing CSAM, which is illegal to generate for any purpose in the US and many other international jurisdictions.</p>
<p>&#8220;We are in a very difficult situation where, by law alone, we cannot apply de facto assessment measures. We have had to throw away the entire toolkit and take a different approach,&#8221; says Suriyakumar.</p>
<p>After learning about this puzzle, researchers teamed up with Thorn to solve the problem.</p>
<p><strong>Non-generative solution</strong></p>
<p>Instead of focusing on the results, researchers focused on the modifications made by the LoRA algorithm during tuning. </p>
<p>Their technique examines these modifications, called LoRA adapters, to determine whether the model has been specialized for malicious features, without generating results.</p>
<p>Using a technique called Gaussian probing, researchers feed the model a set of random data points and analyze how it manipulates that data within its multi-layered internal structure. </p>
<p>“We never run the model all the way or prompt it, so we never generate images,” explains Suriyakumar.</p>
<p>Scientists capture these modifications at multiple time points of the model&#8217;s internal structure and average them to summarize how the LoRA adapter changed the model&#8217;s calculations. They found that these responses provided a sturdy signal of model specialization.</p>
<p>They tested their method on variations of three types of models, comparing the results with real data from LoRA adapters known to generate CSAM, other malicious images, and safe and sound content. </p>
<p>Their method was 100% exact in identifying models suited to generating CSAM. </p>
<p>&#8220;There are a lot of child safety concerns around AI, and these are real concerns that need to be addressed. Many children are harmed by AI fakes. We&#8217;ve shown that Gaussian probing can be a very useful tool, and we hope that the research community will really pay more attention to this issue,&#8221; Wilson says.</p>
<p>Importantly, their technique is scalable and would be relatively inexpensive to implement. With thousands of model variations published on the Internet every month, scalability is crucial because it helps auditors remove harmful adaptations before they are widely distributed.</p>
<p>Gaussian probing is also more stalwart than other auditing techniques because a nefarious actor would have to carefully alter the inner workings of the underlying model to avoid detection.</p>
<p>In the future, the researchers want to evaluate their technique on a larger set of model variations and investigate whether Gaussian probing can detect malicious features in base models before they are adapted.</p>
<p>&#8220;We now have a technological approach that can partially solve this problem. So much effort has gone into this collaboration, which has allowed us to tackle a really difficult problem that is harming so many children in this country and around the world. Hopefully, we can have a transformative impact in this area,&#8221; says Ghassemi.</p>
<p>This work was supported in part by a Bridgewater AIA Labs Research Fellowship.</p>
</p></div>
<p>The post <a href="https://aisckool.com/the-recent-method-aims-to-protect-children-from-illegal-content-generated-by-artificial-intelligence/">The recent method aims to protect children from illegal content generated by artificial intelligence</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aisckool.com/the-recent-method-aims-to-protect-children-from-illegal-content-generated-by-artificial-intelligence/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://i3.wp.com/news.mit.edu/sites/default/files/images/202607/MIT-Nongenerative-Assessment-01-press.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>Petite robot boats build floating structures</title>
		<link>https://aisckool.com/petite-robot-boats-build-floating-structures/</link>
					<comments>https://aisckool.com/petite-robot-boats-build-floating-structures/#respond</comments>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 17:43:45 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=28033</guid>

					<description><![CDATA[<p>Most people think of the waterfront as the edge of the city. The MIT research team sees it as a energetic construction site, reminiscent of Lego bricks. Their recent system, called &#8220;Floating form” is a swarm of small, square, robotic boats that come together into larger structures on the water, break apart, and reassemble into [&#8230;]</p>
<p>The post <a href="https://aisckool.com/petite-robot-boats-build-floating-structures/">Petite robot boats build floating structures</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p dir="ltr">Most people think of the waterfront as the edge of the city. The MIT research team sees it as a energetic construction site, reminiscent of Lego bricks.</p>
<p dir="ltr">Their recent system, called &#8220;<a href="https://senseable.mit.edu/floatform/" target="_blank" rel="noopener">Floating form</a>” is a swarm of small, square, robotic boats that come together into larger structures on the water, break apart, and reassemble into something new, all with minimal human guidance. </p>
<p dir="ltr">About the size of a dinner plate and 21 square centimeters in size, each robot is a self-contained ship with its own thrusters, sensors and magnetic latches. Together they point to a future in which floating infrastructure could become more adaptive: a temporary platform in the event of an emergency, a market on a canal, or a stage that appears at a festival and disappears when the crowd returns home.</p>
<p dir="ltr">“Our FloatForm designs envision a future in which the waterfront becomes a programmable extension of the city, where autonomous boats can self-organize into bridges, platforms, and other useful structures on demand,” says Daniela Rus, professor of electrical engineering and computer science at MIT and director of MIT&#8217;s Computer Science and Artificial Intelligence Laboratory (CSAIL). “This type of distributed robotics opens up new possibilities in mobility, emergency response, public spaces and on-water infrastructure.”</p>
<p dir="ltr">“With FloatForm, we essentially transform static water surfaces into dynamic, programmable spaces,” says Wei Wang, lead author of the new <a href="https://www.nature.com/articles/s41467-026-74527-6" target="_blank" rel="noopener">article about the project</a> and a former MIT scientist who now directs the Marine Robotics Laboratory at the University of Wisconsin, Madison. “Imagine an urban environment in which public space is not fixed but can autonomously expand, contract, or reconfigure on demand.” </p>
<p dir="ltr">“We see it as creating infrastructure on the water using a modular system to create one larger system,” says Alejandro Gonzalez-Garcia, a former researcher at MIT CSAIL and Senseable City Lab. &#8220;In an emergency, you can create a recent bridge to ease traffic in the city. You can also create floating markets and floating stages. If you want to make the city more livable, you also want to operate the water.&#8221;</p>
<p dir="ltr">public works, <a href="https://www.nature.com/articles/s41467-026-74527-6" target="_blank" rel="noopener">published today in </a>comes from the labs of Rusa and Carlo Ratti, professors of the practice of urban technology and planning at MIT and director of the Senseable City Lab, and comes from Roboat, their joint project with the Amsterdam Institute for Advanced Metropolitan Solutions that aims to place full-scale autonomous ships on Amsterdam&#8217;s canals. These canals were once used to transport city goods; today they mainly transport tourists. </p>
<p dir="ltr">“We investigated whether canals could be used for waste collection or transportation to transfer some of the stresses that occur on roads back to the water,” says Niklas Hagemann, an MIT architecture graduate, CSAIL division and former Senseable City Lab researcher who worked on the project from its early stages. “Urban areas are becoming denser, so can public space be expanded to include water that is currently underutilized?”</p>
<p dir="ltr">FloatForm reduces this vision to the tabletop scale to answer a more difficult question: How did dozens, and eventually thousands, of floating robots organize themselves?</p>
<p dir="ltr"><strong>Lessons from a raft of ants</strong></p>
<p dir="ltr">The team found the answer in biology. Fire ants are famous for surviving floods by combining their bodies into living rafts, and no leader supervised the choreography of the gathering. Each ant follows simple local rules and a resistant structure is created.</p>
<p dir="ltr">“Each ant is an independent agent,” says Gonzalez-Garcia. “We wanted each robot to have its own capabilities, just like an ant colony forms a raft.”</p>
<p dir="ltr">Most existing self-assembling robotic systems on water and elsewhere rely on a central computer dictating every movement. This approach is susceptible to single points of failure and scales poorly: the scheduling math balloons as robots are added, and the swarm must assemble sequentially, with most robots idling, waiting for their turn. FloatForm reverses the balance. A lightweight central planner steps in sparingly, assigning each robot a final position for mesh refinement, a level of geometric precision that distributed methods alone can hardly guarantee. Everything else, including navigating towards a target shape, avoiding collisions and adapting to disturbances, works on the robots themselves, which coordinate actions by exchanging positions with their immediate neighbors. The entire swarm moves at once.</p>
<p dir="ltr">This parallelism is what makes this work stand out. The scheduling complexity of the FloatForms approach depends only on the robot&#8217;s local neighbors, not on the overall size of the swarm. “We try to keep central intervention to a minimum and get them all moving together at the same time,” says Gonzalez-Garcia.</p>
<p dir="ltr">In experiments at MIT, a fleet of eight robots repeatedly moved into random positions, assumed a target shape, snapped into a rigid structure, broke apart on command, reassembled into a new configuration, and then traversed the pool as a single craft, with each run lasting four to eight minutes. In this latter mode, called mass transit, the planner determines the trajectory of the entire structure and each robot calculates its own contribution. “Every robot becomes an actuator,” explains Gonzalez-Garcia. Simulations showed a smooth scaling of the structure to swarms after 64.</p>
<p dir="ltr">“The beauty of this largely decentralized approach is that the computations don&#8217;t get bogged down as the swarm grows,” Wang says. &#8220;Whether you&#8217;re working with eight or 80 boats, the entire fleet coordinates and moves simultaneously. Because overall assembly time is generally not significantly increased, the system remains highly scalable.&#8221; </p>
<p dir="ltr">Sticking together also has physical benefits. “Our boats become more stable, coming together like a raft of ants if there are waves or currents,” Hagemann says.</p>
<p dir="ltr"><strong>Origami handshake</strong></p>
<p dir="ltr">The robots connect via a latch mechanism hidden entirely inside each hull. A single servo motor positioned in the center drives an origami-inspired auxetic structure whose geometry contracts evenly in all directions simultaneously, pulling permanent magnets on all four sides inward for release or pushing them outward to grab a neighbor in 10- to 15-centimeter increments. The magnets are arranged with variable polarity, allowing the boats to reliably connect to clean square grids.</p>
<p dir="ltr">The elegant part is what the mechanism doesn&#8217;t do: use (a lot of) power. The 3D printed gear keeps the latch in any state with the engine turned off. “It uses energy to latch and unlock, but it doesn&#8217;t use any energy in between,” says Hagemann. This is important for infrastructure that can store configuration for many hours. “Because the robots are so small, you can only have a battery that big,” adds Gonzalez-Garcia. “If they use less energy snapping, they can use more energy calculating or actually moving.”</p>
<p dir="ltr">It took humility and engineering to get there. Four miniature thrusters arranged in an &#8220;X&#8221; provide each robot with omnidirectional motion, including rotation in place, but they exert large forces compared to the robot&#8217;s low inertia, which made early prototypes twitchy and prone to aggressive spins at low speeds. The team added stabilizing ribs to increase hydrodynamic resistance and tuned the controllers to maintain the strength of the robots, which at this scale are never completely identical. The magnets presented their own problem: They held on so well that detaching sometimes required the robots to wriggle away.</p>
<p dir="ltr"><strong>From the reservoir to the canal</strong></p>
<p dir="ltr">In 10 trials, the system performed its tasks without human intervention 90 percent with four robots and 70 percent with eight. When something went wrong, the architecture showed its resilience: a robot that became momentarily disoriented could rejoin the structure on its own without stopping the entire swarm, and robots stuck in formation stalemates learned to shake themselves off and try again.</p>
<p dir="ltr">Moving from a controlled internal reservoir to a real canal or port will require more than just confidence. “There is always a relationship between the size of a boat and the amount of disturbance it can withstand,” says Gonzalez-Garcia. “These boats are very small, so they can&#8217;t work in very rough water.” Scaling up will mean strengthening latches, potentially with mechanical locks like the full-size Roboat used, and replacing indoor ultrasonic lab positioning with GPS or vision sensors. Interestingly, the coordination algorithm is designed to be sensor-agnostic: swap sensors, keep logic.</p>
<p dir="ltr">The team envisions applications beyond urban channels, from creating temporary platforms for inspection and maintenance at sea, to adaptive sensor networks for studying migratory species, to reconfigurable docking stations for emergency response in hard-to-reach areas. There is also the potential to conduct activities at sea and at a distance, from temporary construction platforms to environmental monitoring and scientific expeditions.</p>
<p dir="ltr">And the geography is wide open. “Venice, the Netherlands, Belgium, the fjords and lakes of Norway, basically any city with a river can benefit from this,” says Gonzalez-Garcia. “The design takes advantage of spaces where water is already important, but it also raises the question: Where else can water be used for something more?” </p>
<p dir="ltr">“This is an exciting step forward in the study of distributed collective behavior on water,” says University of Michigan assistant professor Steven Ceron, who was not involved in the research. &#8220;Assembly, self-reconfiguration, and collective movement are tough enough in a arid environment, but achieving these behaviors in a predominantly distributed manner over water poses significant additional challenges, and this team has plausibly managed to overcome them. By offloading the computational burden to the robots themselves, they have built a more resilient system that could, in the near future, enable the deployment of such robot collectives in open water environments for search operations, environmental monitoring, and reconfigurable marine infrastructure.&#8221;</p>
<p dir="ltr">Gonzalez-Garcia, Hagemann and Wang wrote the paper with senior authors Ratti, who is also a professor at the Politecnico di Milano and Rus. Gonzalez-Garcia is additionally associated with the MECO Research Team at KU Leuven. The research was supported by a grant from the Amsterdam Institute for Advanced Metropolitan Solutions and additional support from the University of Wisconsin at Madison. The team thanks MIT Sea Grant and Professor Michael Triantafyllou for providing the test tank.</p>
</p></div>
<p>The post <a href="https://aisckool.com/petite-robot-boats-build-floating-structures/">Petite robot boats build floating structures</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aisckool.com/petite-robot-boats-build-floating-structures/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://i2.wp.com/news.mit.edu/sites/default/files/images/202607/MIT-csail-Floatform.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>The MIT-designed learning factory embraces newfangled manufacturing</title>
		<link>https://aisckool.com/the-mit-designed-learning-factory-embraces-newfangled-manufacturing/</link>
					<comments>https://aisckool.com/the-mit-designed-learning-factory-embraces-newfangled-manufacturing/#respond</comments>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 02:42:32 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=28013</guid>

					<description><![CDATA[<p>From the basement of MIT Building 35 to Monterrey, Mexico, and now beyond. Such is the journey of FrED, a low-cost, stationary (Fr)(E)(D) fiber extrusion device designed and assembled by students at the MIT Education Factory. This factory is changing the way manufacturing is taught, replacing textbook learning with hands-on experience in a space where [&#8230;]</p>
<p>The post <a href="https://aisckool.com/the-mit-designed-learning-factory-embraces-newfangled-manufacturing/">The MIT-designed learning factory embraces newfangled manufacturing</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p>From the basement of MIT Building 35 to Monterrey, Mexico, and now beyond. Such is the journey of FrED, a low-cost, stationary (Fr)(E)(D) fiber extrusion device designed and assembled by students at the MIT Education Factory.</p>
<p>This factory is changing the way manufacturing is taught, replacing textbook learning with hands-on experience in a space where tinkering and a constant flow of information are encouraged. Thanks to a collaboration between MIT and Tecnológico de Monterrey (Tec), managed by MIT.nano, FrED has been refined in dozens of master&#8217;s theses and undergraduate research stays. It is used to study production systems in academic and professional courses and in FrED factories, first established at MIT and now at Tec campuses in Monterrey and Mexico.</p>
<p>“What does it mean to bring the factory closer to the student?” asked Brian W. Anthony, deputy director of MIT.nano and principal scientist in MIT&#8217;s Department of Mechanical Engineering (MechE), during the second annual FrED Summit in Mexico. &#8220;We have FrED as a process that makes the fiber, we also have an FrED factory, which is an education and practice factory where we make the real product. It&#8217;s not just a learning factory where we tear the product when we&#8217;re done. We&#8217;re really sending FrED to our online students, educators at MIT and Tec, and soon to new partners around the world.&#8221;</p>
<p>Designed from the ground up to scale multi-node communities, FrED and the FrED factory have created a booming collaborative ecosystem for current and future manufacturing engineers. The next step is the global expansion of this ecosystem. Announced at the FrED Summit by Tec Professor Pedro Ponce Cruz, the modern FrED plant on the Tec Saltillo campus will open in the next academic year. The team then plans to expand to other campuses in the United States and Mexico.</p>
<p>“Together, we are helping to build a global pipeline of engineering talent,” says Adriana Vargas Martinez, executive director of research strategy at Tec. “Thanks to the FrED and FrED factories initiative, nearly 500 students have already been trained in advanced manufacturing automation, moving from Tec classrooms to research labs and projects in collaboration with MIT.” </p>
<p>Discussing the research impact of FrED and the FrED factory, he notes 25 publications and 7 articles in preparation. “International mobility was also an important dimension of this partnership,” he says.</p>
<p><strong>Moving towards newfangled topics related to deep technology</strong></p>
<p>FrED&#8217;s expansion comes as manufacturing at MIT and across the industry moves toward intelligent manufacturing, or Industry 4.0, integrating automation, machine learning and artificial intelligence. One of MIT&#8217;s strategic priorities is the MIT Fresh Manufacturing Initiative (<a href="https://inm.mit.edu/" target="_blank" rel="noopener">INM</a>), is working to support modern manufacturing research, develop modern courses and employee training, and build collaborative facilities to pilot production lines and immersive manufacturing experiences. FrED and the FrED factory are already designed to support these efforts, and on an international scale.</p>
<p>“I think FrED and the FrED factory really solve at least one problem: how do we provide real, physically meaningful physical context and data at the manufacturing level, manufacturing-level problems in academia that can be directly transferred to the knowledge needed on the factory floor,” Anthony says. He adds that it is complex to obtain data from a real factory; what FrED offers is a physical context crossed with data science, providing an open platform and open data for learning and experimentation.</p>
<p>FrED naturally generates the multimodal data required for digital twins, analytics, and AI-driven process improvement, turning the abstract integration of AI and manufacturing into practical practice. The next set of research goals at the FrED factory will focus on developing a realistic and interactive digital twin of the factory, an immersive technology for collaborative learning that integrates agent-based controllers. These will include modern downstream manufacturing processes and machines using FrED fiber as input – all with the aim of improving intelligent manufacturing education.</p>
<p>Students from MIT and Tecnológico de Monterrey will work on these goals as part of the FrED research stay at the factory. In this program, Tec students study at MIT to work side by side with MIT students &#8211; not observing, but fully integrating with the research team. Students then take what they learn to Mexico to improve FrED factories at their home institution. </p>
<p>&#8220;Beyond the technical side, FrED provided me with memories, friendships, and much more confidence than I thought I would,&#8221; says Naomi Najera, an undergraduate Tec student who completed a research internship at MIT in 2025. &#8220;It also gave me the space to make mistakes and learn from them. And to realize how much I could accomplish with my team. The human side of this project really changed my entire experience.&#8221;</p>
<p>A recent result of this exchange, announced June 23 by the American Society for Engineering Education (ASEE), a paper titled &#8220;Hands-On Predictive Maintenance Kit for Manufacturing Education: An Accessible Experiential Learning Approach,&#8221; written by Tec and MIT students, received the 2026 ASEE Manufacturing Division Best Paper Award.</p>
<p><strong>Transferring classroom learning to factory operations</strong></p>
<p>On the MIT campus in Cambridge, Massachusetts, passersby can peer into the basement of Building 35 and see the constant flow of activity, materials and knowledge at the MIT FrED plant. In Mexico, seven cohorts of students over four years designed a custom version of FrED and built and operated an automated FrED factory production line. Indeed, FrED has restructured the way Tec teaches mechatronics and manufacturing systems. “This collaboration integrates research directly into education,” says Vargas Martinez, “connecting learning factories and our manufacturing environments with student-centered research.”</p>
<p>Tec students&#8217; enthusiasm led to the launch of an Undergraduate Research Opportunities program in Mexico (BOX: Factory Research for All in Mechatronics Education), in which first-year students work alongside graduate students in a FrED factory. </p>
<p>“Joining FrED as a first-semester university student was an incredible opportunity for me to gain hands-on experience on real-world projects in areas such as coding, manufacturing and robotics,” says Katherine Lucia McLean. “It helped me grow a lot as an engineering student.”</p>
<p>The FrED factory model enforces true leadership behaviors: coordinating multi-station systems, managing bottlenecks, embedding maintenance logic into the student experience, enforcing quality measurement, and iterating system design year after year. As each class ends and a modern one begins, knowledge is passed on, some of it is lost, and most of it is built upon. In this way, FrED never becomes obsolete as each cohort reinvents technologies and production systems to create a smarter, more productive factory.</p>
<p>FrED and the FrED factory are gaining momentum. Last year, Anthony taught a global capstone course at the Monterrey campus, and in 2027 he will expand to teach at all five of Tec&#8217;s international campuses. The FrED Factory Conference will be held at MIT in 2027.</p>
</p></div>
<p>The post <a href="https://aisckool.com/the-mit-designed-learning-factory-embraces-newfangled-manufacturing/">The MIT-designed learning factory embraces newfangled manufacturing</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aisckool.com/the-mit-designed-learning-factory-embraces-newfangled-manufacturing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://i3.wp.com/news.mit.edu/sites/default/files/images/202606/mit-FrED-group.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>3 questions: Beyond data-driven aesthetics</title>
		<link>https://aisckool.com/3-questions-beyond-data-driven-aesthetics/</link>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Wed, 01 Jul 2026 14:25:16 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=27901</guid>

					<description><![CDATA[<p>Q: What inspired the “Beyond Data-Driven Aesthetics” project and what questions does it raise? AND: The conceptual origins of &#8220;data-transcending aesthetics&#8221; emerged from three intersecting lines of research. First, while completing my PhD in Design and Computation at MIT&#8217;s School of Architecture around 2022, I watched in real time as advances in data-driven machine learning [&#8230;]</p>
<p>The post <a href="https://aisckool.com/3-questions-beyond-data-driven-aesthetics/">3 questions: Beyond data-driven aesthetics</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p dir="ltr">
<p dir="ltr"><strong>Q: </strong>What inspired the “Beyond Data-Driven Aesthetics” project and what questions does it raise?</p>
<p dir="ltr"><strong>AND: </strong>The conceptual origins of &#8220;data-transcending aesthetics&#8221; emerged from three intersecting lines of research.</p>
<p dir="ltr">First, while completing my PhD in Design and Computation at MIT&#8217;s School of Architecture around 2022, I watched in real time as advances in data-driven machine learning – systems like ChatGPT and Stable Diffusion – were rapidly entering public discussions about creativity, aesthetic judgments, design, and even high-profile art auctions.</p>
<p dir="ltr">At the same time, my own research was already focusing on aesthetic judgment and evaluation, and it became increasingly clear to me that many of the questions presented to the public as &#8220;new&#8221; regarding artificial intelligence actually have a much longer history, dating back to the 20th century. For example, in the 1956 Dartmouth Summer Research Project, the fundamental event in artificial intelligence, creation, and evaluation processes was identified as one of seven key dimensions of human intelligence that future artificial intelligence research should address.</p>
<p dir="ltr">Second, the exhibition was influenced by research on design computation and shape grammar, which explored the relationship between human insight and computation using rule-based methods rather than solely data-driven learning. More recent interpretive studies of aesthetic theories – drawing on figures such as Samuel Taylor Coleridge, Oscar Wilde, and even John von Neumann – have been particularly vital to me. This research examines whether theories of aesthetic value and comparisons articulated in philosophical and literary texts can reveal possibilities or limitations in contemporary models of digital computing and artificial intelligence in architecture and design.</p>
<p dir="ltr">Finally, the theme of the exhibition was the operate of data design, production and visualization as methods for interpreting mathematical concepts, algorithms and &#8220;black box&#8221; machine learning systems. Across disciplines, researchers are increasingly using reconstruction and visualization techniques to make computational systems more actual and interpretable &#8211; from neural network visualization in computing to software reconstruction and digital fabrication in architecture and curatorial practice.</p>
<p dir="ltr"><strong>Q: </strong>How to translate computational and aesthetic research into an exhibition?</p>
<p dir="ltr"><strong>AND: </strong>The exhibition&#8217;s approach is to ask what exactly in a particular research article or book captures the most salient idea, and then operate design to interpret that idea in a visual, spatial and experiential format. Drawing on design techniques such as software reconstruction, physical creation, and data visualization, the exhibition takes written sources that are luxurious in algorithmic ideas, abstract concepts, and mathematical formulas, and translates them into stories in space that include interaction, material form, and digital visualization.</p>
<p dir="ltr">The exhibition itself is organized around five thematic areas: Aesthetic Measure, Aesthetic Guidelines, Algorithmic Aesthetics, Aesthetic Appropriation and Aesthetic Novelty. Each topic functions as a selective &#8220;window&#8221; into a distinct computational approach to aesthetic evaluation drawn from a specific publication &#8211; a book or research article. The titles of these topics are derived from concepts central to each publication. For example, &#8220;measure&#8221; refers to mathematician George Birkhoff&#8217;s work in the 1930s to mathematically determine aesthetic value, while &#8220;novelty&#8221; examines how the AICAN machine learning system evaluates how images are generated according to the theory of cognitive aesthetics, which balances familiarity with and deviation from familiar artistic styles.</p>
<p dir="ltr">In all five cases, the key insight is that design itself can function as a method of interpretive translation—a way of making observable, actual, and experientially what time-honored academic scholarship in technical fields typically communicates only through words and word-like representational devices such as scientific diagrams and tables.</p>
<p dir="ltr"><strong>Q: </strong>What questions do you hope to explore next?</p>
<p dir="ltr"><strong>AND: </strong>“Beyond Data-Driven Aesthetics” is conceived as both a research exhibition and a indefinite platform for examining how computational systems participate in processes of aesthetic appreciation, generation and transformation in architecture and the applied arts.</p>
<p dir="ltr">One of the central questions of the exhibition—which is increasingly the focus of architecture, design, and engineering scholars—is computational evaluation beyond purely performative or functional requirements. This applies to many different design spaces, whether buildings, structural forms or everyday products. The case studies in the exhibition suggest that many of these questions arose long before the current interest in computer science and artificial intelligence, and have been approached through a range of computational and theoretical assessment models since at least the early 20th century.</p>
<p dir="ltr">At the same time, I am becoming increasingly interested in how these ideas can be transferred to broader built environment applications. In particular, I am interested in how research related to “Moving Beyond Data-Driven Aesthetics” can facilitate designers and engineers better understand how computation – whether rule-based or data-driven – can inform us about what positively impacts human experiences of the spaces and objects in which people live and operate.</p>
<p dir="ltr">Finally, a direction that I continue to explore is the methodological role of the project itself as an interpretive tool. Through software reconstruction, visualization, and physical creation, the exhibition uses design to translate cloudy computational systems into more readable, actual, and experiential artifacts. More broadly, this raises questions not only about the mechanization of &#8220;beauty&#8221; or &#8220;taste&#8221; (the time-honored preoccupation with aesthetic formalism in the 20th century), but also about how time-honored forms of scientific inquiry and communication can evolve through spatial, visual, and public-facing formats.</p>
</p></div>
<p>The post <a href="https://aisckool.com/3-questions-beyond-data-driven-aesthetics/">3 questions: Beyond data-driven aesthetics</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://i2.wp.com/news.mit.edu/sites/default/files/images/202606/MIT%20SA%2BP-Beyond-data-driven-aesthetics.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>Questions and answers: What is agentic artificial intelligence today and what do we want it to be?</title>
		<link>https://aisckool.com/questions-and-answers-what-is-agentic-artificial-intelligence-today-and-what-do-we-want-it-to-be/</link>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 23:23:26 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=27877</guid>

					<description><![CDATA[<p>MIT News Q: What is agent-based AI and how does it differ from generative AI models such as ChatGPT and Claude? AND: Agentic AI is artificial intelligence that takes action in the world. These actions can be physical, such as manipulating a robot, or digital, such as booking a flight. On the other hand, we [&#8230;]</p>
<p>The post <a href="https://aisckool.com/questions-and-answers-what-is-agentic-artificial-intelligence-today-and-what-do-we-want-it-to-be/">Questions and answers: What is agentic artificial intelligence today and what do we want it to be?</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p><a href="https://sloanreview.mit.edu/projects/the-emerging-agentic-enterprise-how-leaders-must-navigate-a-new-age-of-ai/" target="_blank" rel="noopener"></a></p>
<p>MIT News</p>
<p><strong>Q: </strong>What is agent-based AI and how does it differ from generative AI models such as ChatGPT and Claude?</p>
<p><strong>AND: </strong>Agentic AI is artificial intelligence that takes action in the world. These actions can be physical, such as manipulating a robot, or digital, such as booking a flight. On the other hand, we think of generative AI as inventing stories, poems, works of art and images, rather than taking actions for us. </p>
<p>The word &#8220;agent&#8221; is just a brand name. This usually means artificial intelligence that will aid people interact with an app, website or the physical world. Most of the agents we encounter today are digital agents, such as customer service agents, who you can talk to about product complaints. </p>
<p>Most agent companies operate the same few AI models that give them the ability to take action and remember what happened. The agent starts with a basic, generative AI system like Claude. Companies then place different packaging around this base model of their product or application. These wrappers can be specific tools that an agent can operate, and these tools are application-specific. Perhaps the agent has access to a calculator so he can solve math problems, or maybe he has access to a more complicated demanding drive and operating system so he can remember company financials and past business negotiations. </p>
<p>The biggest challenge in developing agentic AI is the lack of training data. If I want to create a system that can go online and book a flight for me, it seems pretty elementary. But we don&#8217;t have much data that explains exactly how to do it &#8211; where to move the mouse, which buttons to click, what to do if something goes wrong, or how to call someone and negotiate the price of an airline ticket. One way to train such a system is to ask an AI agent to visit airline websites, try different solutions and see what works and what doesn&#8217;t. These environments are complex to model, so the agent often has to learn through trial and error.</p>
<p><strong>Q: </strong>What are the promising applications of agentic AI?</p>
<p><strong>AND: </strong>I think the area where we had the most success was coding agents. This is something that evolved from generative artificial intelligence. People trained language models on code and then could predict what a human would do to solve a coding problem. Additionally, the agent can learn this by going through a feedback loop where it tries different solutions and checks whether it has given the correct answer. As long as the AI ​​agent can check the answer, it can conduct a trial-and-error loop until it finds a good strategy.</p>
<p>However, there is always a balance between automating decision-making and simply helping and informing people. Analytical artificial intelligence methods, such as systems that aid predict possible decision outcomes, are not agentic in nature, but provide a wealth of information for human decision-makers. In cases that are high or safety-critical, such as medical, security, high-level business policy, etc., the technology may not be ready for AI to completely automate these processes, or we may not even be comfortable with it.</p>
<p><strong>Q: </strong>Are there risks we should be aware of when using AI agents?</p>
<p><strong>AND: </strong>One massive area of ​​risk comes from the fact that it is often very effortless to hire agents to do certain types of work for you. With coding agents, you can “vibe code” and simply have an agent create the code for you so you don&#8217;t have to do the demanding work yourself. There&#8217;s a massive risk that because it&#8217;s so elementary, people won&#8217;t put enough effort into making sure it&#8217;s doing it right. Errors will appear, private data will be leaked &#8211; this is already happening.</p>
<p>Agents are not perfect in the sense that they can make mistakes because they are not well trained and do not know what to do. But even if they are very competent, if a human does not operate them appropriately or gives instructions that are too vague, the AI ​​agent may make a mistake because the human made a mistake. I think if people are less committed to thinking about all the consequences, we will be more susceptible to making these mistakes. </p>
<p>An additional aspect is the risk of losing qualifications. It&#8217;s unclear how far this will go, but as we rely on agents to do homework, program, and perform math, we may lose the ability to do it ourselves, and we may lose that ability too soon because the technology is not yet ready to fully automate these processes.</p>
<p><strong>Q: </strong>What does the future hold for agentic artificial intelligence?</p>
<p>But then again, maybe an exceptionally good coding model could act as a puppeteer for communicating with sensors, actuators, and web APIs? Perhaps once you have a superintelligent reasoning system that understands math, language, and code, you can give it a camera and a keyboard and it will figure out what to do in the spatial domain. Will the next wave of AI just be Claude with sensors, actuators and tools, or will it be something built from the ground up in a novel way? This is the most essential question that many people working in the field of artificial intelligence are struggling with today.</p>
</p></div>
<p>The post <a href="https://aisckool.com/questions-and-answers-what-is-agentic-artificial-intelligence-today-and-what-do-we-want-it-to-be/">Questions and answers: What is agentic artificial intelligence today and what do we want it to be?</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://i3.wp.com/news.mit.edu/sites/default/files/images/202606/MIT-3QAgenticAI-01.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>The inaugural music technology research showcase celebrates the work of the first students of the fresh graduate program</title>
		<link>https://aisckool.com/the-inaugural-music-technology-research-showcase-celebrates-the-work-of-the-first-students-of-the-fresh-graduate-program/</link>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 08:22:29 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=27869</guid>

					<description><![CDATA[<p>The MIT Music Technology and Computing (MTC) Graduate Program. — launched in fall 2024 as part of a collaboration between Section of Music and Theater Art In School of Humanities, Arts and Social Sciences (SHASS) i Engineering School (SoE) &#8211; On May 13, MIT presented its inaugural Music Technology Research Showcase. The event took place [&#8230;]</p>
<p>The post <a href="https://aisckool.com/the-inaugural-music-technology-research-showcase-celebrates-the-work-of-the-first-students-of-the-fresh-graduate-program/">The inaugural music technology research showcase celebrates the work of the first students of the fresh graduate program</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p dir="ltr">The <a href="https://musictech.mit.edu/mtcgp/" target="_blank" rel="noopener">MIT Music Technology and Computing (MTC) Graduate Program.</a> — launched in fall 2024 as part of a collaboration between <a href="https://mta.mit.edu/" target="_blank" rel="noopener">Section of Music and Theater Art</a> In <a href="https://shass.mit.edu/" target="_blank" rel="noopener">School of Humanities, Arts and Social Sciences</a> (SHASS) i <a href="https://engineering.mit.edu/" target="_blank" rel="noopener">Engineering School</a> (SoE) &#8211; On May 13, MIT presented its inaugural Music Technology Research Showcase. The event took place in the Thomas Tull Concert Hall in the Edward and Joyce Linde Music Building and featured diverse and captivating research presentations and musical performances.</p>
<p dir="ltr">The ceremonial occasion was attended by the first five MTC participants (all of whom were previously MIT students), as well as several graduate students and faculty. Each scholar presented inspiring examples of inventive engineering that reflected the broader and growing music technology scene at MIT. </p>
<p dir="ltr">The 90-minute event showcased a wide range of research projects, including real-time visualization of what an AI co-improvising agent would play on the piano; sound and art installation based on cacophonous network communication; a hip-hop dance club in which music is created from dance; and using electroencephalogram (EEG) signals to identify the musical melodies our brains imagine.</p>
<p dir="ltr"><strong>&#8220;A new space of exploration and insights&#8221; </strong></p>
<p dir="ltr">The presentation, a combination of a technical presentation and a live performance, began with remarks from SHASS Dean and Professor of Philosophy Agustín Rayo, SOE Dean and Professor of Chemical Engineering Paula Hammond, and MTC Director and Professor of Musical Practice Eran Egozy.</p>
<p dir="ltr">Rayo began, &#8220;The goal of this program is simple &#8211; for MIT to lead the world in the theory and application of music technology,&#8221; adding, &#8220;it&#8217;s not just about making music with technology; it&#8217;s also about working across disciplines to help better shape the future of expression in an AI-powered world, all while reflecting MIT at its best.&#8221; </p>
<p dir="ltr">Rayo noted that the graduate program was made possible in part by the opening of the Edward and Joyce Linde Music Building in 2025, which added fresh classrooms, studios, rehearsal spaces and a dedicated music technology laboratory. He also thanked the MIT Schwarzman College of Computing for its support of the graduate program. </p>
<p dir="ltr">Hammond continued: &#8220;As those in this room already know, music and engineering have some common roots. Both are based on mathematical precision and draw on specific structures, rhythms, and frequencies. Both require hard work and technical knowledge combined with inspiration and imagination to create something completely new. Given these parallels, it is no surprise that so many of MIT&#8217;s faculty, students, and staff are also accomplished musicians and artists.&#8221;  </p>
<p dir="ltr">She continued, &#8220;Our music program is a gem. Only at MIT have we been able to bring together the best technologists and the best musicians to create unique opportunities for collaboration. Here we have brought together faculty and students who identify strongly with both music and engineering to create a new space of exploration and insight. This is a powerful example of the collaborative culture that defines the Institute.&#8221;  </p>
<p dir="ltr">Egozy called the event &#8220;a harmonious hybrid of a concert and a symposium&#8221; and recalls, &#8220;it&#8217;s a bit astonishing what our students have accomplished in just one short and fast year. While we initially debated the trade-offs between a one-year and two-year graduate program, I think this cohort has really shown us that we can make huge strides in our learning and research skills in a concentrated period of time.&#8221; </p>
<p dir="ltr"><strong>Student research on display</strong></p>
<p dir="ltr">One such student is Claire Southard &#8217;25, SM &#8217;26, who developed a machine learning model to identify notes hidden in EEG signals.  </p>
<p dir="ltr">Southard explains: &#8220;Every year, musicians are diagnosed with movement disorders such as Parkinson&#8217;s disease and dystonia, or experience injuries that prevent them from controlling their hands and bodies in the way needed to play their instruments. Because of this, too many musicians are forced to stop doing what they love. In my work, I am exploring one strategy to help such musicians perform again by translating the music they are trying to play directly into their brain activity &#8211; completely bypassing the need for motor control. To this end, I have trained learning models machine to predict what music a person imagines based on brain activity measured by EEG, and many of the predicted songs turned out to be recognizable representations of the user&#8217;s imagination. By designing a system that allows musicians to create music regardless of their physical abilities, I hope this work will help bring reality closer to a more accessible future of music performance.  </p>
<p dir="ltr">Before joining MTC, Southard was initially unaware of the breadth, scope and magnitude of what the program could offer to further develop and pursue her interests. “MIT&#8217;s music technology and computing graduate program taught me a lot about the possibilities at the intersection of STEM and the arts,” he says. “When I first started the program, I honestly wasn&#8217;t sure what counted as &#8216;music technology.&#8217; Through classes, research, and conversations with faculty, guest speakers, and colleagues, I learned that this field is much broader and more fascinating than I could have previously imagined.”  </p>
<p dir="ltr">He continues, &#8220;Coming from a neuro-computer science background, many of my undergraduate projects were completed entirely on devices. However, this program allowed me to gain more hands-on experience, from conducting audio recordings to building electronic musical instruments from scratch.&#8221; </p>
<p dir="ltr">Fellow MTC alumnus and 2026 SHASS Graduate Ceremony speaker, Mariano Salcedo &#8217;25, SM &#8217;26, demonstrated a custom web application that allows anyone to create unique, emergent visual effects powered by real-time music streaming. To achieve this effect, Salcedo has built algorithms that leverage the complex visual behavior of self-organizing systems as a means to achieve an aesthetically synergistic goal.  </p>
<p dir="ltr">In his graduation speech, Salcedo expressed his gratitude and admiration for the passionate people he met not only at MTC, but at MIT in general. In an appropriately compassionate way, he expressed his empathetic opinion: &#8220;I think in times like this, the call from us is to be a leader in human-centered technology, which means that we not only ask what we can build, but we also ask who will be impacted and who will not be affected? Who will benefit from it?&#8221;  </p>
<p dir="ltr"><strong>Music technology thrives at MIT</strong></p>
<p dir="ltr">Associate Professor Anna Huang SM &#8217;08 MTA and the Faculty of Electrical Engineering and Computer Science (EECS, to SCC), graduate of the Faculty <a href="https://www.media.mit.edu/" target="_blank" rel="noopener">MIT Media Lab</a>and one of the world&#8217;s leading researchers on collaborative human-AI music-making, echoed Southard and Salcedo&#8217;s views in her keynote presentation titled “In Search of Resonance in Human-AI Interaction.” Her speech was fascinating and intimately conversational. Her speech emphasized the importance of centering the human musician in everything that happens with artificial intelligence, while making efforts to include all the music in the world in the discourse at every opportunity. </p>
<p dir="ltr">Huang reflected that many of her family members were in the audience: &#8220;I have the honor of working at both MIT Music and EECS &#8211; in an interdisciplinary, shared space. What does it mean to build music technology in this context? We are surrounded by incredibly talented musicians, so we take a co-design approach: we collaborate with these musicians, go into the studio and try something every week. And the technology grows with the artistic process. We are always trying to push both of these things forward, and it is always on on the edge. This is the place where I feel most at home.   </p>
<p dir="ltr">Huang also explained how this internship sets the stage for a fresh music technology major, which she will co-taught in the fall with recently appointed theater arts professor Grisha Coleman. Class 21M.369/569 (Tuning Attention: Inventive Practices in Motion, Sound, and Artificial Intelligence) proposes that the study of sound and motion practices can inform how we build and imagine computational systems, focusing particularly on our relationship with artificial intelligence. It will introduce students to a range of improvisational and somatic musical practices using motion capture technologies, critical interaction design, generative modeling, and interpretation and learning algorithms through human feedback. </p>
<p dir="ltr">Overall, the future is glowing for MIT&#8217;s music technology and computing graduate program. Egozy says MTC has admitted 10 master&#8217;s students out of more than 100 applicants for the 2026-2027 academic year. Unlike this year&#8217;s class, next year&#8217;s students will include not only recent MIT undergraduate graduates, but also fresh faces on campus. </p>
<p dir="ltr">&#8220;Expanding the pool to include graduates from other schools and institutions will bring an extraordinary wealth of perspectives and experiences to the program. Additionally, all three faculty members shared by MTA and EECS—including Mark Rau, Paris Smaragdis SM &#8217;97, PhD &#8217;01, and Huang—invite new graduate students in music technology to their labs within EECS,&#8221; says Egozy. </p>
<p dir="ltr">In fulfilling its mission, MTC proves to be a lively, multidisciplinary program that attracts many students from diverse backgrounds with a variety of career goals. </p>
<p dir="ltr">“Despite their diversity, all of our students have one thing in common,” says Egozy, “not only a shared love of music, but also a deep desire to pursue this passion through technology in a very warm and humane way.” </p>
</p></div>
<div>
<p dir="ltr"><strong>Project list</strong></p>
<p dir="ltr">Rachel Loh, Quanta Fellow in Music Technology and Computation: “Visualizing the Internal State of Musical Models for Live Human Improvisation and Artificial Intelligence”</p>
<p dir="ltr">Noble Harasha, Quanta specialist in music technology and computing: &#8220;Modeling subjectivity and collective sensory perception as noise, analog communication in feedback-based networks&#8221;</p>
<p dir="ltr">Z Chen, Quanta Specialist in Music Technology and Computation: Generative Music as a Catalyst for Social Choreography”</p>
<p dir="ltr">Nithya Shikarpur: &#8220;Moving Drone: Live Improvisation in the Context of Hindustani Music Using the Human Voice, Generative Models and Loops&#8221;</p>
<p dir="ltr">Mariano Salcedo, Alex Rigopulos (1992) Fellow in Music Technology and Computing: &#8220;Neural Cellular Automata for Interactive Music Visualization&#8221;</p>
<p dir="ltr">Claire Southard, John Piscitello Fellow in Music Technology and Computation: &#8220;Neural Decoding of Imaginary Music&#8221;</p>
<p dir="ltr">Stephen Brade, Suwan Kim, Valerie Chen: &#8220;Whale, Cello (there?): A musical dialogue between the cello and a real-time diffusion model trained on whale songs&#8221;</p>
</p></div>
<p>The post <a href="https://aisckool.com/the-inaugural-music-technology-research-showcase-celebrates-the-work-of-the-first-students-of-the-fresh-graduate-program/">The inaugural music technology research showcase celebrates the work of the first students of the fresh graduate program</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://i1.wp.com/news.mit.edu/sites/default/files/images/202606/mit-music-tech-showcase.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>LLMs support robots understand unclear instructions and focus on key details</title>
		<link>https://aisckool.com/llms-support-robots-understand-unclear-instructions-and-focus-on-key-details/</link>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Fri, 26 Jun 2026 14:10:20 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=27813</guid>

					<description><![CDATA[<p>Imagine that you will be working in a warehouse or office in the near future and you will be asked to support a up-to-date intern learn the basics of his job. The catch: it&#8217;s a robot. To teach them this, you can play a game of &#8220;show and tell&#8221;, which is physically showing you how [&#8230;]</p>
<p>The post <a href="https://aisckool.com/llms-support-robots-understand-unclear-instructions-and-focus-on-key-details/">LLMs support robots understand unclear instructions and focus on key details</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p dir="ltr">Imagine that you will be working in a warehouse or office in the near future and you will be asked to support a up-to-date intern learn the basics of his job. The catch: it&#8217;s a robot. To teach them this, you can play a game of &#8220;show and tell&#8221;, which is physically showing you how to do something in several different ways while explaining what you are doing.</p>
<p dir="ltr">Let&#8217;s say you asked a robot to put coffee on your desk without disturbing you during a Zoom call. You prefer that the robot does not get too close to you and the laptop so as not to disrupt the meeting. To enable this behavior, the robot must be trained on data that clearly shows the execution of the entire task. Computer scientists have tried to explain manipulation tasks to robots by recording many physical demonstrations or writing lengthy instructions. However, if you don&#8217;t have both, the machine will likely misunderstand what it needs to do.</p>
<p>Showing and telling all this is laborious for humans, so researchers at MIT&#8217;s Computer Science and Artificial Intelligence Laboratory (CSAIL) automated the robot&#8217;s training process, automatically explaining instructions and using almost five times less demo data. Their Masked Inverse Reinforcement Learning (Masked IRL) approach uses the Gigantic Language Model (LLM) to develop ambiguous prompts based on data collected from the user demo. The next LLM then narrows down the details the algorithm should include in its motion plan so the robot can safely perform work in homes, offices and factories.</p>
<p>“Our approach can be useful when a human is interacting with a robot but doesn&#8217;t want to describe all the details of the task,” says MIT graduate student and CSAIL researcher Minyoung Hwang, who is the lead author <a href="https://arxiv.org/abs/2511.14565" target="_blank" rel="noopener">paper</a> project presentation. “We minimize human effort by enabling machines to get to the heart of what users really want.”</p>
<p dir="ltr">According to Hwang, Masked IRL can support robots safely maneuver in places where there are elements that a human might not describe in a tooltip but are nevertheless crucial. For example, a machine grabbing a snack from the kitchen may not know how to avoid colliding with a laptop. Similarly, a factory robot placing products into different boxes must carefully navigate the shelves.</p>
<p dir="ltr">To learn up-to-date tasks in such situations, Masked IRL uses the robot&#8217;s sensors to capture information about its surroundings. These components also record every movement as part of kinesthetic demonstration, a training approach in which a human physically moves the robot to perform a specific action. It&#8217;s a bit like being a physical therapist operating a machine and bending your joints in a specific direction to show the robot how to grab, move and place objects.</p>
<p dir="ltr">The MIT system then calls on LLM to compare this sequence of movements (called a trajectory) with the shortest possible path. The model also clarifies what may be unclear in the prompt by turning a request like &#8220;stay close&#8221; into &#8220;stay close to the table surface.&#8221; Using trajectory comparison and explained cues, the LLM begins to understand why the movements he has been trained in are vital to the task. </p>
<p>The second LLM then evaluates details of the environment, such as the location of obstacles and the shape of the robot&#8217;s target object. During this process, it &#8220;masks&#8221; (in other words, ignores) items that it considers irrelevant to the task at hand, giving each of them a rating of &#8220;1&#8221; (vital) or &#8220;0&#8221; (not very much). For example, whether or not the user was leaning on a table during the demonstration will have a value of &#8220;0&#8221;, meaning it doesn&#8217;t matter. Any detail that is considered a “1” is taken into account by the algorithm in the final action plan.</p>
<p>These masks gave Masked IRL a key advantage over comparable baselines in both 3D and real-world demonstrations by teaching the robot which information to prioritize. Thanks to the researchers&#8217; system, both virtual and real robots were able to skillfully maneuver objects around obstacles, for example moving a coffee mug around a laptop to different places on the table. In these tasks, masked IRL correctly identified users&#8217; preferences that they did not explicitly express in their prompts as much as 15 percent more often than comparable baselines.</p>
<p>During simulation experiments, CSAIL researchers also found that Masked IRL learned quickly. Understanding how to move the cup required fewer demonstrations than the base version. They also found that the robots performed better when the LLM explained the instructions, rather than forcing the machine to follow unclear requests.</p>
<p>This more focused approach also translated well to a real robotic arm executing commands the system didn&#8217;t see in the training phase. After being trained in 50 kinesthetic demonstrations, the robot carefully moved the cup toward the human, avoiding colliding with the user&#8217;s computer &#8211; an obstacle it learned to avoid by developing a more general &#8220;stay away&#8221; request. He also wiped the table while &#8220;staying close&#8221; and handed the user a bag of chips while &#8220;staying away&#8221; from both the man and the table.</p>
<p dir="ltr">Masked IRL senses and clarifies what users leave unsaid, but can soon &#8220;see&#8221; it too. CSAIL scientists plan to make their approach more energetic by equipping it with cameras that enable the robot to take photos of its surroundings. It could then highlight and focus on specific items nearby. For example, if you ask the machine to pick up a toy, it may see some bananas nearby and ignore them before moving on to the target object.</p>
<p dir="ltr">Hwang wrote the paper with three CSAIL colleagues: graduate student Alexandra Forsey-Smerek &#8217;20, SM &#8217;22; postdoc Nathaniel Dennler; and MIT assistant professor Andreea Bobu, who is a member of the Department of Aeronautics and Astronautics and CSAIL. Their work was supported in part by the Tata Group through an MIT Generative AI Impact Consortium Award and the Department of Defense. They will present the project at the 2026 IEEE International Conference on Robotics and Automation in June.</p>
</p></div>
<p>The post <a href="https://aisckool.com/llms-support-robots-understand-unclear-instructions-and-focus-on-key-details/">LLMs support robots understand unclear instructions and focus on key details</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://i2.wp.com/news.mit.edu/sites/default/files/images/202606/mit-csail-Masked-RL.jpg?ssl=1" medium="image"></media:content>
            	</item>
		<item>
		<title>Improving the speed and energy efficiency of AI agents</title>
		<link>https://aisckool.com/improving-the-speed-and-energy-efficiency-of-ai-agents/</link>
		
		<dc:creator><![CDATA[The AI Sckool]]></dc:creator>
		<pubDate>Thu, 25 Jun 2026 08:07:15 +0000</pubDate>
				<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">https://aisckool.com/?p=27777</guid>

					<description><![CDATA[<p>Agentic workflows are artificial intelligence-based software systems that combine multiple models and external tools to solve convoluted tasks, such as analyzing video and answering questions about it. However, the way these highly fragmented systems are designed and implemented often creates inefficiencies that can lead to wasted processing power, energy and costs. To improve efficiency, researchers [&#8230;]</p>
<p>The post <a href="https://aisckool.com/improving-the-speed-and-energy-efficiency-of-ai-agents/">Improving the speed and energy efficiency of AI agents</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>
<p>Agentic workflows are artificial intelligence-based software systems that combine multiple models and external tools to solve convoluted tasks, such as analyzing video and answering questions about it.</p>
<p>However, the way these highly fragmented systems are designed and implemented often creates inefficiencies that can lead to wasted processing power, energy and costs. </p>
<p>To improve efficiency, researchers from MIT and Microsoft have developed an clever system that streamlines the process of designing agentic workflows and automatically optimizes how they are implemented. </p>
<p>With this recent method, a developer can describe what he or she expects from an agentic workflow in plain language, without having to specify all the details of the application in advance. </p>
<p>The system automatically determines the best models and tools to operate, as well as the ideal hardware configuration and computational resource allocation when the workflow is executed by the cloud provider.</p>
<p>It adjusts these configurations on the fly based on each user&#8217;s priorities, such as minimizing costs or maximizing speed.</p>
<p>When tested on several agent-based workloads, this recent system reduced the number of compute units needed for deployment, significantly reducing power requirements and costs compared to time-honored approaches, without compromising performance.</p>
<p>&#8220;Agent workflows are becoming very complex and are quickly becoming the backbone of cloud providers&#8217; businesses. Energy consumption is a huge issue, so we have to be very careful about the efficiency of these workflows. It&#8217;s very easy to overspend on resources, wasting energy and money. Enabling the cloud provider to intelligently make these workflows more resource-optimal is a win-win for all parties involved,&#8221; says Gohar Chaudhry, an electrical engineering and computer science (EECS) graduate student and lead author of the book <a href="https://goharirfan.me/publications/murakkab_osdi_2026_paper.pdf" target="_blank" rel="noopener">article about this system</a>.</p>
<p>He is joined in this article by Adam Belay, EECS associate professor and member of MIT&#8217;s Computer Science and Artificial Intelligence Laboratory; senior author Ricardo Bianchini, technical fellow and corporate vice president at Microsoft Azure; and others at Microsoft Azure. The paper will be presented at the USENIX Symposium on Operating System Design and Implementation.</p>
<p><strong>Configuration puzzle</strong></p>
<p>An agentic workflow is a system composed of several autonomous AI agents that collectively operate different models and tools, such as databases or Python programs, to dynamically perform a multi-step task, such as data processing or code generation. </p>
<p>These workflows can serve as behind-the-scenes processes that power user-facing applications.</p>
<p>Typically, developers must code all technical choices in advance. They must determine what AI agents, models and tools to operate and in what order to operate them. They also need to determine the hardware that supports the workflow and how to balance tradeoffs such as speed and cost. </p>
<p>This is particularly challenging because agentic workflows combine multiple black box models and a variety of tools, each with their own configuration options that may be offered by different companies. </p>
<p>If a recent AI model is released that improves the accuracy or performance of an application, the developer will have to start from scratch to implement it.</p>
<p>“Even if you want to do it all manually, it&#8217;s unlikely you&#8217;ll be able to optimally configure the workflow because the space of possible configurations is so large,” says Chaudhry. </p>
<p>Additionally, the cloud data center that deploys the application to customers lacks visibility into the workflow to allocate hardware resources in the most capable manner when a user requests them. </p>
<p>With this recent system called Murakkab (an Urdu word meaning putting things together), researchers sought to optimize the entire agent workflow process.</p>
<p><strong>Active decision making</strong></p>
<p>First, Murakkab enables developers to create an agentic workflow by describing their intentions for the application in high-level terms, rather than detailing how the multiple components of that workflow should be connected. </p>
<p>For example, a developer might describe a video Q&#038;A application that extracts key frames, generates a transcript, and then answers users&#8217; questions about the video. </p>
<p>“There are many ways to do this, and all these different models and tools influence how quickly the application can complete the task,” he says. </p>
<p>Murakkab uses straightforward developer specifications and automatically identifies the best existing models and tools that can be applied to your workflow. </p>
<p>It also determines which components must run sequentially and which can be run in parallel to improve performance. </p>
<p>“The platform makes configuration decisions dynamically over time, so if a new model or graphics accelerator comes out tomorrow, the developer doesn&#8217;t have to worry about it,” he says.</p>
<p>When a cloud service provider deploys this application to a customer, Murakkab optimizes the workflow by configuring its components to meet user constraints, such as prioritizing accuracy while meeting latency requirements. </p>
<p>Adaptively identifies ideal hardware allocation and deployment schedules to maximize performance in real time, then generates a workflow that is ready for execution by the cloud provider.</p>
<p>“Our system also gives cloud service providers visibility across multiple workloads so they can divide compute resources in the most efficient way while meeting user constraints,” he says.</p>
<p>Tested on various agentic video Q&#038;A and code generation workflows, Murakkab met user requirements by using only about 35 percent of the computations required by other methods. It used only about 27 percent more energy for less than 25 percent of the cost.</p>
<p>The animated nature of Murakkab also allows users to balance trade-offs. In one case, the system reduced energy consumption in an agent-based workflow by more than an order of magnitude, with only about a 2 percent decrease in accuracy for the client.</p>
<p>The system also managed to identify an unexpectedly ideal configuration for the video frame selection model, optimizing video question and answer performance. Chaudhry says this type of optimization would be almost impossible for a programmer to do manually. </p>
<p>Next, researchers plan to expand their system to more convoluted workflows and larger computing clusters, while also exploring opportunities to optimize recent agent applications. </p>
<p>“There is a lot of potential to make these workflows more resource-optimal, so they use much less energy, but we need to think about it at the scale of the major cloud platforms,” Chaudhry says.</p>
<p>This research was supported in part by the Semiconductor Research Corporation and the United States Defense Advanced Research Projects Agency.</p>
</p></div>
<p>The post <a href="https://aisckool.com/improving-the-speed-and-energy-efficiency-of-ai-agents/">Improving the speed and energy efficiency of AI agents</a> appeared first on <a href="https://aisckool.com">AI SCKOOL</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://i1.wp.com/news.mit.edu/sites/default/files/images/202606/MIT-AgenticWorkflow-01.jpg?ssl=1" medium="image"></media:content>
            	</item>
	</channel>
</rss>
