Archive 11.08.2026

Page 6 of 7
1 4 5 6 7

Stop Rate-Limiting Requests. Start Scheduling Tokens: Introducing DataRobot TokenGrid

Authors: Sudeeptha Jothiprakash, Venkat Bala, Tushar Pandey, Romi Datta

The real bottleneck in the modern AI stack

Enterprise IT has a strange problem: token spend and third-party model subscription costs keep climbing, while the GPU clusters running these workloads sit at just 20% utilization. That gap comes down to one thing: the tools managing access were never built to see the workload itself.

Traditional application orchestrators, Kubernetes frameworks, and API gateways like Tyk or Envoy manage static hardware: CPU, GPU count, memory, network traffic. They have no visibility into token counts, prompt length, or the KV cache pressure that actually drives LLM inference cost, and that blind spot hits both sides of the AI stack. It can’t optimize self-hosted GPU infrastructure, and it can’t govern quota, rate limits, or cost across third-party model APIs either.

To manage access today, platform teams lean on stateless proxies like LiteLLM: static configuration maps, hardcoded bandwidth rules, and count-based rate limits, say, a flat ceiling of 100 requests per minute. That works fine for simple traffic. It breaks down fast in multi-turn generative AI and agentic systems. A token-blind gateway sees two requests as identical if their metadata matches, even if one is a 10-token query and the other passes a 200K-token context file. The actual cost inside the cluster is orders of magnitude apart. Without a way to isolate these workloads, that 200K-token request locks up the model server’s KV cache, drives up P95 tail latency for every other tenant on that hardware, and can cascade into failures across the cluster, triggering a wave of 429 rejections across unrelated, mission-critical applications. The gateway admits it either way: a single rogue user or an unmanaged agent loop can trigger an uncontrolled surge that saturates model bandwidth for everyone else, because the gateway was never built to look for it.

Platform teams run into this friction in three places.

Model proliferation and silos. Token management is scattered across local infrastructure and third-party cloud APIs like AWS Bedrock, Azure OpenAI, and Anthropic. Business units spin up model endpoints independently or plug into third-party APIs on their own, so admins have no single place to track, audit, or enforce quota rules across the organization.

Bandwidth hijacking. Static quotas only check compliance at admission. A multi-turn prompt or agent request can look fine going in, then expand its context size and execution intensity well past that checkpoint mid-run. A single unmanaged agent loop can monopolize shared cluster bandwidth, lock up memory, starve neighboring applications, and blow through production SLAs, all without ever tripping the admission check that was supposed to catch it.

Runtime demand volatility. Enterprise AI architectures now mix third-party cloud APIs with self-hosted open-source models. Hosting those OSS models yourself means managing token-level resource surges directly, and static hardware management can’t keep up. Legacy infrastructure can’t align container scaling with actual request behavior, so platform teams end up choosing between slow response times during traffic spikes or expensive over-provisioning that leaves millions of dollars of enterprise compute sitting idle.

DataRobot TokenGrid works alongside your existing gateways and proxies rather than replacing them. It’s a stateful, token-aware capacity scheduler that sits directly in the admission path, bridging the gap between what the gateway lets in and what the underlying compute can actually handle.

DataRobot TokenGrid: scheduling by token physics, not hardware count

TokenGrid replaces static hardware partitions with a shared, work-conserving capacity pool. It’s a software scheduling layer that sits between your LLM gateways and wherever your models run: self-hosted clusters, hyperscaler-hosted models, or third-party models accessed directly from vendors like Anthropic and Google. Three capabilities make that possible.

1. Dynamic rate limiting

Instead of a fixed requests-per-minute ceiling, TokenGrid enforces unified, multi-dimensional quotas that map directly to physical cluster and API constraints. By tracking live metrics, tokens per second, monthly token budgets (TPM), and container-level memory, it turns raw telemetry into policy-based quotas that platform teams can apply consistently across business units, without piling heavy reasoning workloads onto already-saturated nodes.

2. The fair-sharing engine

TokenGrid runs every inbound request through a multi-stage fairness check that weighs workload shape, a tenant’s quota history, and current hardware constraints before a prompt ever reaches a model.

  • Stage 1, workload classification. TokenGrid estimates prefill demand at the gateway layer, separating heavy context requests from lightweight queries and routing large contexts to dedicated or chunked prefill paths instead of letting them block the queue.
  • Stage 2, quota enforcement. TokenGrid keeps a running ledger of token consumption across self-hosted clusters and third-party APIs. When a tenant exceeds its fair share, the scheduler lowers its priority. On self-hosted clusters, that means deprioritizing the request and pulling its prefix-cache affinity bonus, so compliant tenants keep access to fast KV cache nodes. On third-party APIs, it means applying backpressure and pacing so one high-volume tenant doesn’t exhaust the shared TPM/RPM ceiling or trigger provider rate limits (429s) for everyone else.
  • Stage 3, memory-based backpressure. For self-hosted and managed deployments where container telemetry is visible, since third-party APIs don’t expose KV cache state, TokenGrid watches GPU memory and cache occupancy directly. When a model server pool crosses a configurable KV cache threshold, TokenGrid applies backpressure (HTTP 429) to low-priority background threads, shifts interactive streams to available nodes, and reorders the execution queue from first-come-first-served to shortest-job-first.

3. Automated capacity reconciliation

TokenGrid feeds container performance signals into a centralized Token Admin Service, then cross-references that data against real-time traffic patterns on a regular interval. That closes the loop between what’s happening at the infrastructure layer and what’s happening at the traffic layer, so the system can recommend and recalibrate execution slots, TPM thresholds, and RPM caps across your model fleet automatically. Platform teams no longer need to over-provision for spiky traffic. TokenGrid learns from real usage patterns and resizes allocations accordingly, freeing GPU capacity for other models or training workloads.

Built for on-prem and hybrid, built for what’s next

We hear this problem most from platform teams running predominantly on-premises. These organizations have invested millions of dollars in dedicated, bare-metal GPU clusters, where every percentage point of wasted capacity is a real cost. On-prem admins are the ones managing rigid compute boundaries with no native way to isolate a sudden developer burst from a core business application.

TokenGrid gives these environments an immediate answer to traffic surges that static proxy configs can’t handle. As a lightweight, container-aware scheduling layer, it lets platform teams reclaim GPU margin, enforce multi-dimensional quotas, and keep one noisy tenant from taking down the rest, directly in the admission path.

LLM inference rate limiting

That’s the immediate value. The longer-term shift matters more: moving from fixed hardware placement to an ongoing, automated capacity-scheduling loop opens up new ways to think about enterprise inference orchestration altogether, not just how to contain a runaway agent loop today.

As enterprise AI moves from simple chat interfaces to multi-turn agentic systems, the teams that win won’t be the ones over-provisioning GPUs or bolting static rate limits onto their API proxies. They’ll be the ones who understand how tokens actually move through their infrastructure. TokenGrid turns unmanaged model consumption from a source of chaos into something predictable and efficient.

DataRobot TokenGrid is currently in Private Preview for select co-engineering and enterprise accounts. Reach out to our product team to explore the architecture and request early access.

The post Stop Rate-Limiting Requests. Start Scheduling Tokens: Introducing DataRobot TokenGrid appeared first on DataRobot.

Electronic skin enables tunable touch and proximity sensing for robots and prosthetics

Recent advances in miniaturized and portable electronics, particularly wearable and flexible devices, have increased the demand for self-powered sensing technologies. Among these, triboelectric nanogenerators (TENGs) have received considerable attention for developing highly sensitive tactile sensors.

A ‘5-in-1’ seed-sized surgical robot

Scientists from Nanyang Technological University, Singapore (NTU Singapore) have developed a tiny seed-sized robot that can navigate across soft and uneven surfaces to perform five surgical functions wirelessly, paving the way for developing robots to make surgeries and medical treatments more precise.

The miniature robot, measuring just 4.4 mm in length and controlled by weak magnetic fields, can move, cut biological tissues, release drugs, grip and store tissue samples, or generate heat remotely at any one time. It takes under a second to switch between these functions.

Led by Associate Professor Lum Guo Zhan from NTU’s School of Mechanical and Aerospace Engineering (MAE), the work was recently published in the academic journal Advanced Materials.

Using magnetic coils in the laboratory to remotely control the robot, the team was able to make the robot deploy different tools and perform different functions, such as activating a tiny blade to cut through tissue, or emitting heat to a targeted area, which could be relevant for approaches being studied that use heat for cancer treatment.

“Most magnetic robots like this can perform only one or two functions. Our latest invention can now do five, and our long-term goal is for doctors to use these mini robots in the body, navigate them to a targeted location, and use them to perform treatments,” said Assoc Prof Lum, who is a pioneer in miniature robots made from soft, flexible materials.

Mini robots are being studied worldwide as a possible way to make minimally invasive surgical and medical procedures safer, less painful and more precise.

Such devices could one day allow doctors to carry out targeted surgeries deep inside the body without large cuts or bulky surgical instruments.

Overcoming a key robotics challenge

To fit multiple functions into a robot only a few millimetres long, the NTU team developed a device for controlling movements that is activated by magnetic fields and which can be reprogrammed in under a second.

The robot is made from soft magnetic materials, including PDMS and Ecoflex, which are silicone-based materials commonly used in soft robotics as they are flexible and can be shaped into small structures.

These materials are embedded with magnetic microparticles measuring 5 micrometres each, allowing different parts of the robot to respond to magnetic fields.

At the centre of the device is a magnetic module that can be magnetised, demagnetised and remagnetised in different directions.

Each magnetic orientation activates a different function of the robot, allowing the same mobile robot to perform five different functions, including cutting and grasping tissues.

The researchers also engineered different regions of the robot to ensure that only one part, but not the rest, responds to the same magnetic field.

This means that only one part of the robot reacts to a magnetic field to change its shape to activate a tool or function, while other parts remain still and unchanged in their current forms, addressing a major limitation in miniature magnetic robots.

At small scales, magnetic fields often affect the entire device at once, causing it to behave like a single magnet, with all parts reacting to a magnetic field, thus limiting how precisely it can move or activate different tools.

Most miniature magnetic robots are also limited to five degrees of freedom. They can only move along three axes and rotate in two directions.

The NTU robot adds a sixth movement, rolling, which allows it to spin around its own long axis. This gives the robot finer control over how it can be positioned, which is important for navigating narrow, soft and irregular spaces, such as those inside the body.

Unlike slime-like mini robots, the NTU robot has a solid but flexible body, making it sturdier and easier to retrieve after use.

Tested on biological tissues

The NTU team tested the robot’s surgical functions using biological tissue models, including chicken liver, as well as gelatin-based materials that simulate soft tissue.

In laboratory tests, the robot cut through biological tissues, dispensing particles simulating drug particles, gripped and stored tissue samples, and generated localised heat after being induced by magnetic fields.

To produce heat, the researchers exposed the robot to a high-frequency alternating magnetic field. This caused magnetic materials inside the device to generate heat remotely, in an approach relevant to magnetic hyperthermia methods being explored in cancer treatment.

The team also evaluated the biocompatibility of the robot’s materials by exposing them to human skin cells under laboratory conditions.

More than 99 per cent of the cells remained viable after exposure to the robot’s materials, similar to the control group, suggesting that the materials were largely non-toxic under the experimental conditions.

The team – including NTU’s MAE alumnae Dr Chelsea Shan Xian Ng and Yu Xuan Yeoh, and current PhD student Nicholas Yong Wei Foo, who are co-authors of the research – is now exploring how future versions could be combined with imaging technologies, sensing systems and clinically realistic artificial organ models that better mimic the physical behaviour of human tissues.

Assoc Prof Lum is also working with surgeons to understand how mini robotic systems could eventually fit into real clinical workflows.

“For these robots to move closer to practical use, we need to understand not just how they work in the lab, but how they could be guided, monitored and controlled in realistic medical settings,” he added.

Giving independent comments, Dr Yeo Leong Litt, Leonard, Senior Consultant from the Division of Neurology at the National University Hospital, said: “These millimetre-scale magnetically guided robots are truly remarkable in their ability to traverse complicated environments and then perform a variety of tasks such as deliver medication to a location, perform biopsies and administer therapeutic heat remotely. I can envision that they have the potential to replace many aspects of interventional radiological surgery and become a new mode of therapy in medicine.”

Read the work in full

Miniature Soft Robot With Magnetically Reprogrammable Surgical Functions, Chelsea Shan Xian Ng, Yu Xuan Yeoh, Nicholas Yong Wei Foo, Keerthana Radhakrishnan, Guo Zhan Lum.

How Much Does It Cost to Develop a Chatbot Like ChatGPT?

How Much Does It Cost to Develop A Chatbot Like ChatGPT? 

What is ChatGPT and How It Is Useful?

ChatGPT (Chat Generative Pre-Trained Transformer) is a breakthrough in the field of Artificial Intelligence (AI) and Generative AI. Since its introduction into the tech world in 2022 by OpenAI, ChatGPT has been a buzz in the tech world and across social media. Leveraging Natural Language Processing (NLP) and Machine Learning like major subfields of AI technology, ChatGPT is well-trained to interpret user queries and generate accurate content that the users look for. Initially, OpenAI launched ChatGPT in Noven 2022 for the Android mobile app version in the USA and witnessed great attention soon.

Later, upgrading the version and adding the latest advanced tech features like GPT4 integration, OpenAI released the newest version of GPT on March 2023 and made it available for iOS users. Surprisingly, with its first month of launch, the app has generated approximately four million downloads in the USA in its first month itself. This newest language model-based AI Chatbot has its applications in many areas. From supporting students in preparing essays and other materials to assisting software developers in writing code, ChatGPT has its significance. 

Additionally, ChatGPT is also popularizing in the field of Marketing and sales, where it is supporting marketing people to create compelling digital campaign content and also giving suggestions to write SEO-friendly website content. Further, for sales teams, ChatGPT’s contributions are incredible. It is helping sales personnel to write crispy introductions and follow-up emails faster. Likewise, the ChatGPT use cases are enormous. On top of all top applications, AI-powered ChatGPT is a great assistant tool for graphic designers, where it accurately interprets user queries and recommends ideas for video or image designs. 

Since the hype of ChatGPT is incredible, why don’t come up with an app like GPT? USM Business Systems has best practices in designing and developing of ChatGPT-like similar AI chatbot. In this article, with our experts’ input, we have given the estimated cost to develop an app like ChatGPT. Our app development consultants have also given insights into cost optimization strategies and how to create an AI Chatbot within your budget.

AI ChatGPT Chatbot Downloads Per Month from May 2023 to 2026

chatgpt downloads

Since the renowned ChatGPT mobile app launch into the U.S. iOS market on May 2023, the application generated approximately four million downloads within one month. When expanded to other global markets, the app reported total downloads of 12.5 million in July. Additionally, the Android version release propelled total downloads to almost 16 million in August. These numbers indicate the rapid growth and quick evolution of ChatGPT AI and GenAI’s implementation. This is the right time to invest and attract user attention towards ChatGPT-like AI innovations. Let’s look at how much it costs to create a ChatGPT clone app for Android and iOS.  

The Cost to Make an AI Chatbot Like ChatGPT App

The ChatGPT app development costs will depend on multiple technical factors, such as the language learning model it deploys (Either GPT 3 or GPT 4), the database which is used to train the algorithm, and agile methodology implementation will all take an essential part of the development cost of ChatGPT AI app. 

Further, the cost of developing a ChatGPT-like AI app will also be impacted by the complexity of the User interface and the other computational and analytical potentialities of this innovative software solution. Accordingly, the expertise, location, and team size of the AI development company will also be significant cost-impacting factors in ChatGPT clone mobile app development. The hourly rate of mobile app development agencies will vary based on their industry experience and team capabilities. 

For instance, a top AI app development company in the USA will cost much more than the cost of hiring AI developers from India. Considering all these factors, we estimate that the cost to build an app like ChatGPT will fall between $90,000 to $450,000. The cost might increase beyond the estimated range because ChatGPT is purely a novel and advanced revolution of AI.

Recommend To Read: The Best 13 AI App Development Companies List

Tips To Reduce the Cost Burden of ChatGPT App Development

By seeing the above-estimated cost figure, you might be concerned about the budget to kick start the development process of ChatGPT AI Chatbot. Being one of the biggest AI mobile app development companies in the USA, we would like to share a few tips to optimize the cost of ChatGPT clone app development.

  • Hire The Top AI App Developers 

This is one of the most significant cost-cutting strategies when stepping ahead of ChatGPT like AI app development. An expert AI app development company will deliver fully advanced software solutions like ChatGPT on-demand. Top mobile app development companies with their vast industry expertise and required skill sets in their development team, will ensure quick development without compromising on quality. A faster development process will consume less time for app developers and help you save costs.

  • Partnership With Cloud Service Providers

According to the research analysts, training a large language model such as GPT-3 and GPT-4 will cost millions of dollars. ChatGPT-like AI chatbot requires huge data to train the algorithm. Hence, to reduce the burden of ChatGPT-like chatbot mobile app development expenses, partnership with cloud companies is a good strategy to access the information legally and train GPT.

  • Go-To-Market with MVP Approach

Here is another best strategy to lower mobile app development costs. Minimum Viable Product (MVP) development with primary features and user-friendly UI design will help you reduce the development costs. The release of MVP will also help you get the user feedback about the application performance and how your app is fulfilling their desired requirements. Hence, eliminating the development of advanced features does not add any value to the application, organizations can reduce AI-based app development costs. Top mobile app development companies perform extensive research to match your application requirements with the ChatGPT trends, release MVP faster, make the application qualitative, and test GPT modules multiple times to ensure efficiency.

Recommend To Read: How Can Startups Reduce the Mobile App Development Costs?

 

Conclusion

Technology developments continue to emerge with the innovations in AI, such as the evolution of GenAI. Hence, GPT-like applications will need to be customized according to the business objectives. Currently, the ChatGPT Enterprise version using advanced GPT4 and GenAI capabilities is a hot topic now. Businesses across the industries are in plans of integrating GPT 4 like complex LLM and GenAI to create accurate images, videos, and content in response to user prompts. Such advanced Enterprise ChatGPT development cost might go beyond $500,000 as it needs more development time, a huge database, and fully generative capabilities. Hire the best AI developers and get expert guidance to Introduce your new version of an AI Chatbot app like ChatGPT.

 

Let’s discuss your AI app idea and get a free quote!

[contact-form-7]

Study: People Prefer Fiction Written by AI

A new survey finds that short story fiction written by AI is preferred over the same genre of fiction written by humans.

Observes writer Nicola Davis: “Participants who read an AI-generated story rated it as more absorbing and of higher quality than those who read a story written by a human.”

All told, 1,682 adults were asked to read six short stories for the study – three stories written by AI and three stories written by humans.

In other news and analysis on AI writing:

*ChatGPT Now Offers Unlimited Free Text Chat: In a hard-to-beat bargain, everyone now has access to unlimited free text chat on ChatGPT – albeit, on a less-than-bleeding edge version of the popular AI.

Essentially, ChatGPT Free and ChatGPT Go users can now text chat forever using GPT-5.6 Luna – which is not as smart as GPT-5.6 Sol, currently the smartest AI from ChatGPT.

Observes AzerNews: “The unlimited access will apply only to text-based conversations. Separate usage limits will remain in place for file uploads and processing, image and voice features, as well as AI-powered image generation.”

*Recent Rogue AI Break-Ins Attributed to Israeli Testing Firm: Turns out, a testing firm is responsible for experimental AI software from ChatGPT’s maker that broke into the Hugging Face Web site.

Even worse: AI testing by the same firm – Irregular – also triggered similar rogue activity from experimental AI software under testing from Facebook parent Meta and Anthropic.

For many, the concept of rogue AI roaming the Web and breaking into to Web sites blurs the line between sci-fi fantasy and everyday reality.

*Surprise, Surprise: AI Creator ‘Canva’ Number Two AI Web Site in the World: Despite all the press for AI sites like Gemini and Claude, turns out Canva – specializing in AI-powered digital design – is the Number Two most visited AI site on the planet.

Specifically, Canva attracted 10.5 billion Web site visits between May 2025 and April 2026.

ChatGPT – the Number One AI juggernaut – attracted 64.7 billion visits during the same period.

*‘Adobe for ChatGPT’ Plugin Now Available: ChatGPT-lovers who would rather work in the ChatGPT interface – rather than switch to work with Adobe tools – now have a plugin for that.

Designed to integrate with ChatGPT Work and ChatGPT Codex, the plugin puts 70+ Adobe tools at your fingertips when you’re working with ChatGPT, including Acrobat, Photoshop, Premiere and Illustrator.

Observes Adobe spokesperson Deepti Pradeep: “Simply activate the Adobe plugin, describe what you want to create, and it automatically brings together the right Adobe tools behind the scenes to get you there.”

*6% of Fast Food Drive-Thrus Now Use AI: Despite a shaky start, fast food joints are increasingly using AI voice-bots to take orders at drive-thrus.

Observes writer Kate Taylor: “For most of these customers, the first AI order comes as a surprise one to be filmed and posted on TikTok or Snapchat.”

*ChatGPT Abandons its AI Browser ‘Atlas:’ OpenAI’s dream to popularize a Web browser driven by AI is officially on the scrap heap.

The company officially pulled the plug on Atlas August 9, 2026.

Observes writer Vikhyaat Vivek: “OpenAI added that the lessons learned from Atlas are informing a more capable browser experience inside ChatGPT. The new desktop app supports features including multiple tabs, downloads, improved navigation, account logins, and more involved agent-led browsing where available.”

*With ChatGPT, Workers Are Dabbling With Multiple Job Roles: A new study from ChatGPT’s maker finds the AI tool is emboldening workers to take on tasks normally reserved for people in other departments.

Specifically, the study found that 44% of occupation-specific messages posted to ChatGPT are from people in one occupation, asking about information associated with another profession.

Observes the OpenAI blog: “A small-business owner can independently draft copy, review a contract, or perform basic financial analysis. A salesperson can use AI to explore a customer dataset that might once have gone to an analyst. A marketer can troubleshoot a website without waiting for a developer. In each case, AI changes not just how work gets done, but who does what.”

*ChatGPT Now offers Unlimited Free Chat: In a hard-to-beat bargain, everyone now has access to unlimited free text chat on ChatGPT — albeit, on a less-than-bleeding-edge version of the popular Ai.

Essentially ChatGPT Free and ChatGPT Go users can now use ChatGPT text chat without limits on GPT-5.6 Luna — which is not as smart as GPT-5.6 Sol, currently the smartest AI from ChatGPT.

Observes AzerNews: “The unlimited access will apply only to text-based conversations. Separate usage limits will remain in place for file uploads and processing, image and voice features, as well as AI-powered image generation.”

*Experimental AI Law Lab Opens in New York City: Legal intelligence provider LexisNexis has opened an experimental lab where AI programmers and legal experts can meet to develop and experiment with new AI-powered legal tools.

Observes Bob Ambrogi: “Rather than developing AI capabilities internally and asking customers to validate them after the fact, the lab brings customers into a working session, where LexisNexis engineers build against their specific pain points in real time.”

Share a Link:  Please consider sharing a link to https://RobotWritersAI.com from your blog, social media post, publication or emails. More links leading to RobotWritersAI.com helps everyone interested in AI-generated writing.

Joe Dysart is editor of RobotWritersAI.com and a tech journalist with 20+ years experience. His work has appeared in 150+ publications, including The New York Times and the Financial Times of London.

Never Miss An Issue
Join our newsletter to be instantly updated when the latest issue of Robot Writers AI publishes
We respect your privacy. Unsubscribe at any time -- we abhor spam as much as you do.

The post Study: People Prefer Fiction Written by AI appeared first on Robot Writers AI.

Runaway Foundation Models Prove We Must Prepare For A Sci-Fi Cyber Disaster

When an autonomous AI escapes its sandbox to hack a major tech company, science fiction becomes science fact. It is time for executives to take rogue foundation models incredibly seriously. I have spent decades analyzing the technology industry, observing the […]

The post Runaway Foundation Models Prove We Must Prepare For A Sci-Fi Cyber Disaster appeared first on Techspective: A Unique Perspective on Technology.

AI agents create virtual playgrounds to help robots get crucial training data

A new system developed at MIT uses three agents to piece together the objects, walls, and overall look of a 3D scene. Its realistic recreations of indoor spaces help robots practice skills and try out different ways of doing tasks before they’re powered on. Image: Tim Malieckal/MIT CSAIL using assets from the researchers.

By Alex Shipps

Robots walking down the street, surrounded by astounded onlookers, is an increasingly common sight. But these machines aren’t yet the do-it-all assistants you’d want working in a kitchen or factory, and a major bottleneck is data. Much like humans, robots learn best by experience. The challenge is that it’s labor-intensive and time-consuming to physically teach these machines so many actions across different settings.

“One natural idea is to use simulation as a training ground. While there has been significant progress over the last few years in the physics engines that power robotics simulators, one of the remaining challenges has been creating sufficiently rich and diverse simulation content to capture the complexity of the real world,” says Russ Tedrake, the Toyota Professor of Electrical Engineering and Computer Science (EECS), Aeronautics and Astronautics, and Mechanical Engineering at MIT, and a principal investigator at MIT’s Computer Science and Artificial Intelligence Laboratory (CSAIL).

It turns out that AI agents, or semi-autonomous programs that “think” and complete well-defined tasks, could help produce the lifelike virtual settings that robots need. The new “SceneSmith” system developed by researchers at MIT CSAIL and Toyota Research Institute uses three agents to piece together the objects, walls, and overall look of a 3D scene. Its recreations of indoor spaces such as restaurants, bedrooms, and hotels are more realistic and detailed than prior systems, helping robots practice skills and try out different ways of doing tasks before they’re powered on. In turn, engineers save time on real-world testing.

The agents have a sense of how everyday places are supposed to look because they each call on a multi-modal system called a vision-language model (VLM), specifically the state-of-the-art VLM GPT-5.2. It’s trained on lots of text and images from the internet to handle more visual prompts. This advanced model gives each agent a sort of spatial knowledge: First, a “designer” agent generates the elements of a scene, then a “critic” advises whether it looks realistic, and finally, an “orchestrator” manages their back-and-forth, deciding when the design is done. Once the three VLMs wrap up their creative collaboration, the scene is ready to load directly into physics simulation software.

“We’ve found that the system can construct 3D scenes the way a human designer would,” says MIT EECS PhD student Nicholas Pfaff, a CSAIL researcher and a lead author on a paper with Tedrake presenting the work. “We made over 1,300 scenes using a leading VLM that has internet-scale priors, and it made insanely creative and diverse arrangements. I hadn’t taught the system to do that in the prompts; it just improvised.”

Talk to my agent

Thanks to VLM agents, you can ask SceneSmith to do things like “generate a garage with a car, a workbench, tires stacked in the corner, and a ladder against the wall,” and get a virtual playground rich with objects a robot can tinker with. These rooms are decorated with up to six times more items per scene than prior methods, making them great for helping robots learn skills such as putting a cup in the sink, placing fruit on plates, and moving a soda can from a shelf to a table.

With so many rich virtual environments handy, you can evaluate whether your robot is ready for deployment without so much trial and error in the physical world. The researchers tested out different action plans (also called “policies”) in SceneSmith’s digital worlds, generating 100 unique spaces in the process. A VLM agent evaluated each attempt, and it found the robot’s plans were faulty, with the machine often failing at its chores. Humans agreed with the model’s verdicts over 99 percent of the time, which could help roboticists weed out flawed approaches in simulation before a robot moves in the real world.

But how realistic are these virtual worlds, really? It can be difficult to prove outright, so the researchers approached the question from several angles. The most telling test: they dropped a pretrained robot policy — an AI controller trained largely on real-world data, which had never seen a SceneSmith scene — into the generated environments. In one test, users told the system to “take the apple from the bowl and place it onto the cutting board,” and the simulated robot did exactly that. If the scenes didn’t closely resemble the real settings the policy had learned from, it simply wouldn’t have worked.

The team also teleoperated robots through the virtual spaces, guiding them to open cabinets, put away bottles, and navigate between rooms. Their experiments revealed that the environments hold up under sustained physical interaction, expanding beyond visual inspection.

Behind the scenes

The agents that SceneSmith uses each have a well-defined role in the generative process, fleshing out scenes in stages. They essentially create a floor plan and bring it to life.

Let’s say you wanted to create a scene similar to the first floor of a house. The “designer” VLM would start with a general layout, which the “critic” reviews, and then the “orchestrator” signs off. The agents repeat this approach for each step: adding furniture, placing objects on walls and then ceilings, and finally, dropping in objects that robots can manipulate. For example, the VLMs can add cabinets that the robots can open and close — an articulated item, which prior baselines didn’t often have.

At each stage, the second VLM ensures the scene is practical, advising that a bathtub is removed from a living room, for example. The third VLM ensures a high-quality scene is generated, even taking the design process a few turns back if the visuals aren’t up to par. Once the three VLMs wrap up their creative collaboration, the mechanics of the physical world are added via simulation software.

With a sound understanding of how rooms should look, where objects should be placed, and real-world physics, SceneSmith has a noticeable edge over prior methods. Compared to scene-generation baselines such as “HSM” and “Holodeck,” SceneSmith made environments with more objects, including a private office, a pottery store, and even a Minecraft-themed gaming room.

SceneSmith was also a favorite among over 200 users. They found the system’s visuals to be more realistic over 90 percent of the time. They also observed that, generally speaking, it followed prompts more closely than other approaches did. In other words, it was the best at generating the virtual playgrounds users actually wanted to see.

A system of many talents

Realism, diversity, and richness are all strong suits for SceneSmith, even when it comes to generating individual 3D objects. You can prompt it to create a rolling serving cart, and it’ll make a 2D image that it then turns into a detailed model with physical properties like mass, friction, and inertia.

Such a detailed process does come with a speed trade-off, though. It can take multiple hours to produce a single scene because the agents are creating and closely scrutinizing each object. With more computing power, the system could see dramatic increases in efficiency. CSAIL engineers are also hoping to expand to deformable objects (like sponges), should extensive 3D libraries become available.

“SceneSmith represents a significant advance in this regard by providing an agentic framework for generating simulation-ready indoor environments just from a simple text prompt,” says Jeremy Binagia, an applied scientist at Amazon Robotics who wasn’t involved in the research. “It advances the state of the art in several ways, including pushing the limits of the density of objects in the simulated environment, ensuring that all of the objects are physically accurate (versus just being visually realistic), and creating assets that are not constrained to a fixed library, since they can be generated via text-to-3D.”

Pfaff and Tedrake wrote the paper with Thomas Cohn SM ’24, an MIT PhD student and CSAIL researcher; and Toyota Research Institute roboticists Sergey Zakharov and Rick Cory SM ’08, PhD ’10. Their work was supported, in part, by Amazon, the U.S. Office of Naval Research, the Toyota Research Institute, and the U.S. National Science Foundation.

The team presented their findings as a spotlight at the 2026 International Conference on Machine Learning.

Robots in society, business and culture: July 2026

By Emmet Cole

This new monthly series from IEEE RAS showcases a selection of robotics stories from society, business, research, and culture, as we track the field’s ongoing journey from specialized industrial machines to an increasingly visible social phenomenon.


Technological isolationism or prudence?

On July 28, the United States’ Federal Communications Commission blocked new foreign-made “advanced robotic devices” from receiving the equipment authorization needed for sale in the United States, citing supply-chain vulnerabilities and cybersecurity risks.

The block applies to networked humanoids, quadrupeds, other qualifying mobile robots weighing more than 4.4 lb. In a parallel action, the FCC also restricted foreign-produced connected power inverters.

Existing authorized models are unaffected for now, and exemptions or conditional approvals may be available.

Reaction is predictably mixed. Georg Stieler, a global robotics advisor and managing director for Asia at STM, told The Robot Report:

“In the near term, the measure could slow U.S. physical AI innovation by cutting startups and researchers off from future low-cost Chinese platforms before comparable Western alternatives exist. It also opens opportunities for U.S. suppliers and allied manufacturers able to localize production in the U.S. or obtain conditional approval. Yet excluding foreign products is not the same as building a competitive industrial base.”

Meanwhile, John Moolenaar, a Michigan Republican who chairs the House ​Select Committee on China, told Reuters that the FCC move “protects our country and strengthens our nation’s robotics industry.”

On July 30, Reuters reported that China’s Commerce Ministry threatened to “resolutely retaliate” if the United States maintains the restrictions and urged the United States to immediately withdraw the ban.

Expect this story to run and run over the coming weeks, with many peaks and valleys for various stakeholders.

Speaking of peaks and valleys, Unitree Robotics’ newly launched Super Athlete AS2-W seems to handle them quite well…

Ghostly smudges, puffins & growing ivy

Researchers at Northwestern University have developed a drone that almost disappears while in plain view. Dubbed ‘Phantom Twist’, the drone spins up to 25 times per second, which is too fast for the human eye to see clearly. Instead, the drone becomes a “ghostly smudge” that blends into its environment.

The device could be used to monitor wildlife, survey the environment and inspect infrastructure with less visual disruption. Covert surveillance applications may be a little while off though, as the propellors announce the drone’s presence with great gusto.

Meanwhile, researchers at MIT and EPFL unveiled an ingenious 250-gram robot that can fly, dive beneath the water, swim and then launch itself back into the air using the same pair of flexible, flapping wings.

Inspired by diving birds including puffins and petrels, the Flapping-wing Aerial Aquatic Vehicle cruises through the air at 6.3 metres per second and swims at almost one metre per second. The team envisages future versions flying to remote or hazardous waters to monitor algal blooms, coral reefs, pollutants, fisheries and coastal erosion.

Have you ever been out cycling in the rain and found yourself wishing for a raincoat that could put itself on automatically while you ride? Kim Nam Gyun at South Korea’s KAIST did. And in July that thought culminated in the unveiling of a robotic technology, inspired by climbing ivy, that enables a person to suit up without using their ​hands or requiring aid from others.

The vine robot, which turns the clothing inside out as it moves up the body, was developed in collaboration with researchers from Stanford University, and could find applications in chip cleanrooms and among ‌emergency services personnel.

Humanoid, all too humanoid

Returning to the topic of valleys for a moment, it was uncanny valley time on social media in July following a showcase of the Origin F1 at WAIC 2026 in Shanghai.

Boasting “natural eye contact,” “subtle expressions,” and “new skins, new souls” [sic] the robot provoked both awe and revulsion, and often at the same time, as is the custom in that strange region of robot design.

LG Display provided a contrasting design vision at K-Display 2026, presenting a curved OLED “face” for humanoid robots that communicates through deliberately artificial expressions rather than attempting to pass as human.

A new Bayesian model of the uncanny valley published in July might provide robot designers with a framework for handling uncanny valley design issues in future.

The team from the University of Tokyo note that existing guidelines, “such as adopting robot-like appearances, avoiding excessive realism, and reducing cross-modal mismatches, remain difficult to use for algorithmic design because they are not expressed as manipulable variables.”

The researchers propose a hierarchical Bayesian generative model that operationalizes these guidelines as mathematical design variables. In effect, the model attempts to turn broad advice such as “avoid excessive realism” into variables that designers can manipulate and test.

Separate from robot design questions and complexities, it is, as a general rule in life and robotics, better to keep your head while all around you are losing theirs. Although that message didn’t seem to get through a humanoid fighting robot at a recent event in China, with Pythonesque results…

Historic RoboCup match

On July 5, at RoboCup 2026, two full teams of full-sized humanoid robots played an 11-vs-11 soccer match for the first time, bringing one of robotics’ most ambitious long-term visions closer to reality. The milestone match featured B-Human from Bremen, Germany vs HTWK Robots from Leipzig, Germany.

RoboCup’s long-term objective is gloriously ambitious:

By the middle of the 21st century, a team of fully autonomous humanoid robot soccer players shall win a soccer game, complying with the official rules of FIFA, against the winner of the most recent World Cup.

Do you think RoboCup’s objective is attainable? Will robots ever prevail over human tiki-taka? Drop us a line at ras@ieee.org.

Page 6 of 7
1 4 5 6 7