Five social entity types, Dunbar layer analysis, cascade prediction, and cultural evolution tracking. From small-group dynamics to civilization-scale social simulation.
Five purpose-built entity types capture the full structure of social systems — from individual agents to the cultural ideas that bind them.
Analyze social networks through the lens of Dunbar's number — the cognitive limits on social group size that structure all human social organization.
POST /v1/social/dunbar-layersPredict how events propagate through social networks. When a key agent changes behavior, which groups are affected and how quickly?
POST /v1/social/cascade-predictionPOST /v1/social/influence-mapTrack group formation, cohesion, fragmentation, and dissolution as emergent properties of agent interactions.
POST /v1/social/fragmentation-riskPOST /v1/social/cooperation-equilibriumTrack how ideas, norms, and practices spread through populations, mutate, compete, and go extinct.
# Track cultural evolution across a population curl -X POST https://api.vectorscaledb.com/v1/social/cultural-evolution \ -H "Content-Type: application/json" \ -d '{ "population_entity_type": "SocialAgent", "time_range": { "start": "2026-01-01T00:00:00Z", "end": "2026-03-13T00:00:00Z" }, "min_adoption_rate": 0.05 }' # Response includes: # - Active memes with adoption percentages # - Meme mutation events and lineage # - Competition scores between rival memes # - Predicted trajectories (growth, plateau, decline)
Social dynamics capabilities serve researchers, game developers, and organizations modeling complex human systems.
See social dynamics running on your simulation data in a live demo.