Underlying paper - Generative Agents
by Community
Believable proxies of human behavior can empower interactive applications ranging from immersive environments to rehearsal spaces for interpersonal communication to prototyping t
Agents
Underlying paper - Generative Agents
Added 1 June 2026
Overview
This paper introduces generative agents, computational software agents that simulate believable human behavior through an architecture supporting daily routines, memory, reflection, and social interactions. Agents autonomously wake up, cook breakfast, work, form opinions, and initiate conversations, remembering past events to plan future actions.
Best for
Best for
Researchers and developers building human-like social simulations in games, VR, or prototyping tools
Use cases
- Building realistic NPCs for immersive games and virtual worlds
- Prototyping social simulations for interpersonal communication research
- Creating generative personas for role-playing or rehearsal environments
Notes
This paper introduces generative agents, computational software agents that simulate believable human behavior through an architecture supporting daily routines, memory, reflection, and social interactions. Agents autonomously wake up, cook breakfast, work, form opinions, and initiate conversations, remembering past events to plan future actions.
Use cases
- Building realistic NPCs for immersive games and virtual worlds
- Prototyping social simulations for interpersonal communication research
- Creating generative personas for role-playing or rehearsal environments
Pros
- Provides a concrete, published architecture for long-term memory and planning
- Enables emergent social behaviors through agent-to-agent interactions
- Openly available as a research paper with detailed implementation insights
Cons
- A research paper, not a ready-to-use library or SDK
- Requires significant implementation effort to reproduce the system
- Computational cost may be high when simulating many agents concurrently
Indexed from awesome-ai-agents and enriched against its public facts.
Pros
- Provides a concrete, published architecture for long-term memory and planning
- Enables emergent social behaviors through agent-to-agent interactions
- Openly available as a research paper with detailed implementation insights
Cons
- A research paper, not a ready-to-use library or SDK
- Requires significant implementation effort to reproduce the system
- Computational cost may be high when simulating many agents concurrently
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
LLMAgentPapers
Community
Must-read Papers on LLM Agents.
LLM-Agents-Papers
Community
A repo lists papers related to LLM based agent
awesome-llm-agents
Community
A curated list of awesome LLM agents frameworks.
LLM Powered Autonomous Agents
Community
Building agents with LLM (large language model) as its core controller is a cool concept. Several proof-of-concepts demos, such as AutoGPT, GPT-Engineer and BabyAGI, serve as ins
MetaGPT
Community
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
AutoGen
Microsoft
Microsoft's framework for multi-agent conversations. Agents that talk to each other to solve hard problems.