TLDRocket
Sign in

Multi-Agent Systems

62 summarised stories about Multi-Agent Systems, each linking back to the original source. Browse all topics →

Wednesday, 11 March 2026

Designing AI agents to resist prompt injection

OpenAI Blog 4 months ago

Researchers are developing methods to make AI agents resistant to prompt injection attacks that try to manipulate their behavior. The approach involves constraining which actions agents can take and implementing safeguards around sensitive data access within agent workflows. This reduces the risk that attackers can redirect agents toward unintended tasks through malicious prompts.

From model to agent: Equipping the Responses API with a computer environment

OpenAI Blog 4 months ago

OpenAI built an agent runtime that extends its Responses API with shell tools and hosted containers to enable agents to execute tasks with file access, tool integration, and persistent state. The system uses sandboxed environments that can run code securely while maintaining state across multiple interactions. This allows developers to create agents that perform multi-step operations without rebuilding context for each step.