@@ -64,12 +64,29 @@ extropy results --study-db $DB --segment income
6464
6565## Features
6666
67- | Phase | Capability |
68- | -------| ------------|
69- | ** Population** | Any geography, real distributions with citations, household mode with correlated partners and dependents |
70- | ** Network** | Structural edges (partner/coworker/neighbor), similarity ties, small-world topology |
71- | ** Simulation** | Two-pass reasoning, agent conversations, memory traces, conviction-gated sharing, timeline events |
72- | ** Outcomes** | Categorical, boolean, float, or open-ended — discover categories post-hoc |
67+ | | |
68+ | :--| :--|
69+ | ** Population** | |
70+ | Any geography | US, Japan, India, Brazil — define attributes with your distributions |
71+ | Real grounding | LLM researches actual demographics, cites sources |
72+ | Household mode | Correlated partners, NPC dependents, assortative mating |
73+ | Agent focus | Primary adult, couples, or full families as reasoning agents |
74+ | ** Network** | |
75+ | Structural edges | Partner, household, coworker, neighbor, congregation, school parent |
76+ | Similarity edges | Acquaintances and online contacts from attribute similarity |
77+ | Small-world | Calibrated clustering coefficient and path lengths |
78+ | ** Simulation** | |
79+ | Two-pass reasoning | Role-play first, classify second — eliminates central tendency bias |
80+ | Conversations | Agents talk to each other; both update state independently |
81+ | Memory | Full reasoning history with emotional trajectory |
82+ | Conviction | Affects sharing probability and flip resistance |
83+ | THINK vs SAY | Internal monologue separate from public statement |
84+ | Timeline events | New information injected at specified timesteps |
85+ | ** Outcomes** | |
86+ | Categorical | Known decision space (buy/wait/skip) |
87+ | Boolean | Binary decisions (will share, will switch) |
88+ | Float | Intensity measures (sentiment, likelihood) |
89+ | Open-ended | Free text — discover categories post-hoc |
7390
7491## Development
7592
0 commit comments