Date: 2026-08-28
What are the most important 20 questions? How we can have a scalable, very scalable and very agile system for this idea?
The response identified twenty priority research questions covering the unit of value, quality-at-scale, ambiguity and task decomposition, uncertainty, scheduling, correlated error, verification, threat models, consistency, networking, scheduler decentralization, locality, churn, security/privacy, incentives, governance, protocol evolution, observability, and falsifiability.
The most important architectural conclusion was:
IDKMesh should not be one giant cluster or one giant multi-agent conversation. It should be a federation of autonomous cells, with local scheduling and verification and only compact summaries/overflow work crossing cell boundaries.
This architecture is recorded as Fractal Autonomous Cells in docs/decisions/ADR-0002-fractal-autonomous-cells.md.
Validated Value Throughput (VVT):
VVT = verified useful artifacts / (wall-clock time * normalized cost)
This must be bounded by quality/safety guardrails such as escaped defects, rollback rate, security incidents, reviewer burden, and coordination cost per verified artifact.
Simulate 10, 100, 1,000, 10,000 and 100,000 workers and compare:
The primary success condition for the cell architecture is that coordination cost per task remains approximately bounded as total node count grows.
docs/research/TOP_20_QUESTIONS.mddocs/architecture/SCALABILITY_AND_AGILITY.mddocs/decisions/ADR-0002-fractal-autonomous-cells.mdCurrent primary documentation was checked for architectural lessons from Kubernetes large-cluster/multi-zone design, Ray scheduling/cluster control, libp2p modular peer-to-peer networking, Temporal durable workflows, and NATS messaging. The detailed links and extracted lessons are recorded in docs/architecture/SCALABILITY_AND_AGILITY.md.