llm_society: the composed society at LLM scale (C3) — loop, tests, smoke green

E11 re-instantiated in a population of LoRA agents, closing the paper's stated
gap before submission (GG: a weeks-scale experiment a reviewer would demand).
One grounding knob in the evaluation channel (g*verifier + (1-g)*conformity,
exactly E11); inheritance is identical in all arms and deliberately ungrounded
(children distilled from their source's own answers - self-consumption made
literal). Directed sex = complementary pairing + Dirichlet offspring screened
on the arm's own signal (the verifier never enters the no_grounding loop);
QD selection on verifier-free behavioural distance; terminal-degeneration
fallback copies the parent instead of crashing a sweep. Pure operators
unit-tested (155 green); smoke run end-to-end on the local A4000 already
shows the self-consumption signature (conformity up, diversity down in one
generation). Design, falsifiers, cost table: tasks/workorder-llm-society.md.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BkRLcc18rwT2Lysu6PbG7v
This commit is contained in:
Giorgio Gilestro 2026-09-07 11:55:19 +01:00
parent d75c58474a
commit 9b0ca32f51
8 changed files with 531 additions and 1 deletions

View file

@ -401,3 +401,14 @@ E13 exposed to richer-symmetry objection 2606.23607). Full plan: `tasks/workorde
Phases: (1) E13 hardening (scale-aware alignment + emergent-divergence condition), (2) arXiv preprint,
(3) llm_speciation + multi-seed LLM arc, (4) PNAS-format manuscript (5 consolidated figures, dual
audience), (5) submission mechanics (Zenodo DOI, cover letter, editor/reviewer suggestions).
**2026-09-07 — `llm_society` opened: the composed society at LLM scale (C3), pre-submission.** GG
decision: a weeks-scale experiment closing the paper's largest stated gap must be in the submission
("any reviewer would ask to see it"); rent compute if CX3 queues fail. Full design + falsifiers +
schedule: `tasks/workorder-llm-society.md`. E11 re-instantiated in LoRA agents: grounding knob in
the evaluation channel (g·verifier + (1g)·conformity), self-consumption inheritance (children
distilled from their source's own answers), directed sex (complementary pairing + Dirichlet
offspring screened on the arm's own signal), QD selection. `src/llm/society.py` (+4 pure tests,
155 green), `kind: llm_society`, configs `society_smoke.yaml` / `society.yaml`. Stages: smoke
(local, ~15 min) → pilot full vs no_grounding (GG gate) → 4-arm × 3-seed CX3 campaign → figure +
manuscript fold-in.