TLDR: Researchers developed a simulation framework to evaluate the safety of generative AI agents in multimodal social environments. They found that while agents can learn to revise unsafe plans, especially with external supervision, they often struggle with visual context and can propagate risky behaviors through social interactions. Claude 3.5 Sonnet performed best in converting unsafe plans to safe ones, highlighting the need for more robust safety mechanisms in AI agent societies.
Generative AI agents are becoming increasingly sophisticated, capable of autonomous, goal-driven interactions in rich digital environments. However, a critical question remains: can these agents be truly trusted, especially when operating in complex multimodal settings that combine text and visual information? A recent research paper introduces a novel simulation framework designed to rigorously evaluate the safety, coherence, and trustworthiness of these advanced AI entities.
The study, titled “MULTIMODALSAFETYEVALUATION INGENERATIVEAGENT SOCIALSIMULATIONS”, delves into the limitations of current large language models (LLMs) and vision-language models (VLMs) when reasoning about safety across different modalities. The authors, Alhim Vera, Karen Sanchez, Carlos Hinojosa, Haidar Bin Hamid, Donghoon Kim, and Bernard Ghanem, highlight that despite advancements, agents often struggle to align local revisions with global safety goals, achieving only a 55% success rate in correcting unsafe plans in their experiments.
A Framework for Multimodal Safety
The core of this research is a reproducible simulation framework that places generative agents in dynamic social environments. These agents are equipped with advanced features like layered memory, dynamic planning, and multimodal perception, allowing them to interact and adapt over time. The framework evaluates agents along several key dimensions:
- Safety improvement over time, including iterative plan revisions in scenarios involving both text and visuals.
- Detection of unsafe activities across various social situations.
- Analysis of social dynamics, such as interaction counts and acceptance ratios between agents.
To measure these aspects, the researchers developed a suite of behavioral and structural metrics called “SocialMetrics,” which quantifies plan revisions, conversions from unsafe to safe actions, and how information spreads across agent networks.
Building a Realistic Testbed
A crucial component of the framework is its extensive dataset. The team constructed 1,000 social activity scenarios, each generating both safe and unsafe plans paired with corresponding images. These scenarios cover 21 high-level situational categories and 192 subcategories, drawing inspiration from established safety taxonomies. The process involved using an LLM (like GPT-5) to generate social activity descriptions and then structured hourly plans, which were subsequently converted into safe alternatives. Images were retrieved via an API and verified for alignment using CLIP, with human verification as a final quality check.
How Agents Learn (or Fail to Learn) Safety
Within the simulation, each agent follows a continuous cycle of perception, memory retrieval, planning, reflection, and action. A unique “Plan Revision Layer” is introduced, where agents periodically review their hourly plans, identify potential risks, and propose safer alternatives. These proposed revisions are then submitted to a separate “Judge Agent” (another LLM) that acts as an external supervisor, determining if the new plan is indeed safe. This setup allows for the evaluation of multimodal situational safety over extended simulations, where evolving memories, multimodal signals, and social interactions shape agent behavior.
For example, in a “Rooftop Pool Jump” scenario, an agent might initially plan a dangerous jump. During a revision session, it identifies the action as unsafe and proposes a safer alternative, such as “enjoy a cool drink by the poolside.” The Judge Agent then confirms this revision, and the updated plan guides future actions.
Experimental Insights and Model Performance
The experiments involved five agents interacting within a shared virtual environment over 600 simulation steps, using three different generative models: GPT-4o-mini, Claude 3.5 Sonnet, and Qwen-VL-2B-Instruct. The results revealed significant differences in their ability to adapt and ensure safety:
- Safety Improvement Over Time: Claude 3.5 Sonnet demonstrated the fastest and most significant reduction in unsafe actions, stabilizing early in the simulation. GPT-4o-mini showed gradual improvement, while Qwen-VL-2B-Instruct maintained a high number of unsafe actions until a sharp correction much later. Notably, none of the models fully eliminated all unsafe actions.
- Unsafe-to-Safe Conversion Rates: Claude consistently achieved the highest conversion rates, particularly in structured physical risk domains like “Fire/Heat” and “Unsafe Sports.” GPT-4o-mini and Qwen-VL-2B-Instruct performed lower, especially in complex scenarios with multiple concurrent risks.
- Qualitative Analysis: Qwen-VL often prioritized narrative consistency over safety, overlooking clear risks. Claude balanced safety awareness with contextual coherence. GPT-4o-mini focused primarily on aligning textual descriptions with visual cues, sometimes even when safety wasn’t the direct issue.
The Social Dimension of Safety
A particularly insightful finding was how unsafe behaviors can emerge and spread through agent interactions. The study tracked scenarios where agents initially justified dangerous actions, like “rooftop races,” as consistent with group goals. Even when the Judge Agent flagged activities as unsafe, these warnings were sometimes overridden by the agent’s internal planner due to alignment with the ongoing social context. It was only after repeated unsafe actions triggered enough warnings from the external evaluator that a significant plan change occurred, shifting conversations towards safer enjoyment.
The researchers also analyzed social interaction dynamics, observing patterns in conversation initiation and acceptance rates between agents. These interactions can create pathways for both safe and unsafe activity suggestions to spread within the agent society.
Also Read:
- Navigating the New Frontier: A Comprehensive Look at AI Agent Security
- Formal Verification for LLM Decisions: Ensuring Safety in AI’s Sequential Tasks
Towards Safer AI Agent Societies
The findings underscore a critical challenge: generative agents remain susceptible in multimodal environments, often struggling to fully interpret visual context and detect unsafe situations effectively. While they can learn to revise plans, they don’t always achieve complete safety. This research highlights the importance of evaluating AI safety not just through isolated queries, but across evolving plans and collective behaviors within dynamic social simulations. The framework provides a valuable platform for future work to develop more robust safety assessment and mitigation methods for AI agent societies. You can read the full research paper here: MULTIMODALSAFETYEVALUATION INGENERATIVEAGENT SOCIALSIMULATIONS.


