The Experiment¶
TL;DR
Smartup Zero is the first real test of the Smartup Hypothesis. A real community using SmartupOS to build real technology (ONLIFE), while simultaneously being instrumented to measure Collective IQ.
Every governance decision, task completion, and financial transaction becomes experimental data. The system produces machine-readable telemetry automatically. We can measure whether the hypothesis holds by observing what the apparatus records.
🟠 Research Status: Active Experiment — Smartup Zero is currently in the Pre‑Validation phase, testing the apparatus and establishing baselines.
Where theory meets reality¶
The Smartup Hypothesis is compelling as theory. But compelling theory is cheap.
Smartup Zero is where theory meets real stakes: real people, real problems, real time pressure, real consequences.
A real community of people.
Using a shared operating system (SmartupOS).
Building a real technology (ONLIFE: an emergency communication network).
While simultaneously being the subject of scientific study.
Every governance decision. Every contribution. Every financial transaction. Every design iteration. Every failure and learning. Becomes experimental data.
The experiment directly investigates the central research question:
How can socio-technical systems augment the Collective IQ of communities working toward a shared mission?
The experimental design¶
graph TD
HYP["Smartup Hypothesis<br/>Democratic ownership +<br/>Shared memory +<br/>Constitutional autonomy<br/>improve Collective IQ<br/>against Engelbart's 8 indicators"]
THREE["Three Structural Interventions<br/>tested together<br/>measured through telemetry"]
ZERO["Smartup Zero<br/>Real team, real work<br/>real measurement<br/>in the open"]
TELEM["Machine-Readable Telemetry<br/>Search-to-Creation Ratio<br/>Contribution Velocity<br/>Anomaly-to-Response Latency<br/>Task Assessment Distribution<br/>Authority Concentration Index<br/>+ others"]
EV["Observable Evidence<br/>Does the hypothesis<br/>hold up?"]
HYP --> THREE --> ZERO --> TELEM --> EV
Notice: We are not testing three separate experiments. We are testing one hypothesis that requires three changes working together, measured through four direct mappings to CIQ indicators.
The Three Structural Interventions¶
1. Social Structure: Democratic Ownership¶
What We're Testing:
Does distributed power (earned through service, not purchased) improve collective decision-making and environmental perception?
The Mechanism:
- Every contributor becomes an equal owner (Book of Owners, not shareholders)
- Authority is earned through Social Karma (SK), not Smartup Credits (SC)
- SK accumulates through demonstrated community service
- SK decays 10% monthly (power cannot be hoarded indefinitely)
- Leadership thresholds require minimum SK (50 SK to propose, 100 SK to run for captain, 200 SK to become mission leader)
- Authority Concentration Index — Is power distributed or concentrated?
- Decision Participation Rate — Do more voices engage over time?
- Proposal Origin Diversity — Do proposals come from diverse sources?
- SK Distribution Flatness — How evenly is authority distributed?
- Leadership Turnover Rate — Does captain rotation happen as designed?
CIQ Indicators It Addresses:
- Indicator 4: Self-Understanding (clarity about authority and decision-making)
- Indicator 8: Coordination (reduced political friction)
Deep dive: Read The Social Subsystem
2. Technical Structure: Shared Memory & Forced Collaboration¶
What We're Testing:
Does permanent organizational memory plus forced collaboration improve learning velocity and capability integration?
The Mechanism:
- Every action is logged in permanent, append-only ledger (master-events.csv)
- Work requires collaboration: Attacker (executes) + Defender (oversees) + Middleware (automates)
- Organizational knowledge is preserved in Index-Content architecture (markdown narrative + CSV index)
- Write order is enforced: narrative first → index second → audit trail last
- Nothing is deleted, only superseded
- Transparency is structural, not optional
- Search-to-Creation Ratio — How often do new tasks explicitly build on historical knowledge?
- Iteration Count Trends — Are mistakes repeating or declining?
- ADM Collaboration Rate — Do Attacker-Defender pairs actually improve outcomes?
- Documentation Completeness — Does wiki coverage increase over time?
- Knowledge Retrieval Frequency — How often is historical institutional memory accessed?
- Onboarding Time — Does new member ramp-up accelerate as documentation improves?
CIQ Indicators It Addresses:
- Indicator 1: Learning (captured and applied lessons)
- Indicator 2: Memory (permanent institutional knowledge)
- Indicator 3: Integration (ADM forces diverse perspectives to combine)
- Indicator 5: Perception (visible bottlenecks, transparent coordination)
Deep dive: Read The Technical Subsystem
3. External Structure: Constitutional Autonomy¶
What We're Testing:
Does community funding plus constitutional purpose plus digital sovereignty create resilience and sustained focus?
The Mechanism:
- Organization is crowdfunded by contributors (Open Collective)
- Purpose is constitutionally locked to SDGs (cannot be changed by founders)
- All infrastructure is open-source, EU-sovereign, fully auditable
- Strategic direction cannot be pulled by external funders
- 3× Treasury Coverage Rule: outstanding SC ≤ (liquid EUR × 3)
- Leadership cannot override constitutional constraints
- Funding Continuity — Does the org survive disruptions?
- Strategic Consistency — How often does mission drift appear?
- Contributor Persistence — Do people stay longer than comparable organizations?
- Constitutional Enforcement — How many override attempts occur (should be zero)?
- Autonomous Decision Rate — What % of decisions are made locally vs. influenced by external pressure?
- Treasury Health — Is the 3× rule maintained?
CIQ Indicators It Addresses:
- Indicator 6: Threat Recognition (can respond to funding crises without panicking)
- Indicator 7: Planning (can make long-term plans without external disruption)
- Indicator 8: Coordination (stable focus, no strategic whiplash)
Deep dive: Read The External Subsystem
Why These Three Must Work Together¶
graph TB
SOCIAL["Social Intervention<br/>Democratic Ownership<br/>(SK authority)"]
TECH["Technical Intervention<br/>Shared Memory<br/>(Index-Content +<br/>ADM Pattern)"]
EXT["External Intervention<br/>Constitutional Autonomy<br/>(Crowdfunding +<br/>Constitution)"]
INTEGRATION["Integrated Test<br/>Do all three together<br/>improve Collective IQ<br/>across all 8 indicators?"]
SOCIAL -->|requires transparency<br/>from| TECH
TECH -->|requires stability<br/>from| EXT
EXT -->|enables participation<br/>in| SOCIAL
SOCIAL --> INTEGRATION
TECH --> INTEGRATION
EXT --> INTEGRATION
style INTEGRATION fill:#ffb300,stroke:#333,stroke-width:2px,color:#000
- Democratic votes happen
- But decisions are forgotten
- Authority remains unclear
- Learning doesn't compound
- Democracy becomes theater
Result: Authority concentrates anyway (surprise factor = no improvement)
- Perfect records exist
- But power concentrates
- Knowledge serves the already-powerful
- Transparency without democracy breeds resentment
Result: Coordination worsens despite visibility
- Organization has stable mission
- But lacks structures to execute collectively
- Constitutional protection is empty
- Independence doesn't matter if the group can't function
Result: Organization survives disruptions but becomes ineffective
The Measurement Framework¶
We do not measure whether ONLIFE is a good emergency network.
We measure whether the community building it demonstrates improved Collective IQ.
Direct Telemetry Collection¶
graph LR
ACTION["Community<br/>Action"]
LOG["Logged to<br/>Ledger<br/>(Forgejo)"]
METRICS["Calculated<br/>Metrics"]
EVIDENCE["Observable<br/>Evidence for/<br/>against hypothesis"]
ACTION -->|Inviolable Rule #1:<br/>Prove Your Work| LOG
LOG -->|Automated<br/>calculation| METRICS
METRICS -->|Compared<br/>against<br/>baselines| EVIDENCE
Because of Inviolable Rule #1 ("Prove Your Work"), human behavior is automatically converted into audit-ready data.
The Metric Dashboard¶
| CIQ Indicator | Metric | What Improves | What Fails |
|---|---|---|---|
| 1. Learning | Search-to-Creation Ratio | New tasks reference historical knowledge | Ratio stays flat or declines |
| 2. Memory | Onboarding Time | New members ramp faster using docs | Onboarding time unchanged |
| 3. Integration | Contribution Velocity | Idea → execution accelerates | Velocity stalls or slows |
| 4. Self-Understanding | Structure Clarity | Org understands its own function | Structure remains opaque |
| 5. Perception | Anomaly-to-Response Latency | Threats/opportunities detected faster | Detection latency unchanged |
| 6. Threat Recognition | Crisis Recovery Time | Disruptions are absorbed quickly | Recovery time lengthens |
| 7. Planning | Plan Effectiveness | Response plans work as intended | Rework % stays high |
| 8. Coordination | Task Assessment Distribution | More tasks hit "Excellent" (27-30 pts) | Distribution stays skewed low |
Why This Experiment Is Reproducible¶
One of Timeline0's core commitments: another community should be able to conduct the same experiment independently.
This requires complete transparency.
Every governance protocol, decision process, permission structure published.
File: /2_workplace/currency-ledger/policies/constitution.md
Complete SmartupOS architecture. All open-source, auditable.
Repo: https://forge.timeline0.org/Smartup_Zero/3_1_leadership_team
How tasks are created, assessed, and completed. With rationale documented.
File: /2_workplace/currency-ledger/policies/task-management/task-status-policy.yml
Every decision, task, financial transaction. Public ledger, fully auditable.
Ledger: https://forge.timeline0.org/Smartup_Zero/2_workplace
How we calculate each metric, what thresholds indicate improvement.
Experimental controls: The Phase Gates¶
Smartup Zero progresses through a series of phases, each with strict advancement requirements.
These gates are not delays. They are experimental controls that protect validity.
graph LR
VALID["Pre-Validation<br/>Laboratory<br/>setup &<br/>apparatus<br/>testing"]
VALIDATE["Validation<br/>Baseline<br/>metrics &<br/>concept<br/>proof"]
DESIGN["Design<br/>Blueprint<br/>validated,<br/>replicable"]
PROD["Production<br/>MVP<br/>tested,<br/>scaled"]
ORG["Organization<br/>Sustainable<br/>model<br/>proven"]
VALID -->|4 Gates| VALIDATE
VALIDATE -->|4 Gates| DESIGN
DESIGN -->|4 Gates| PROD
PROD -->|4 Gates| ORG
Each transition requires:
- ✅ Financial Gate (treasury health, funding stability)
- ✅ Organizational Gate (team capacity, governance function)
- ✅ Documentation Gate (all procedures documented, reproducible)
- ✅ Democratic Gate (community vote, ≥66% approval)
- ✅ Scientific Gate (metrics improve, evidence supports advancement)
Why gates matter:
Variables confound. We can't tell if improvements come from hypothesis or scaling chaos.
Each phase generates clean evidence before scaling. Variables isolate. Signal clarifies.
The Bridge to SmartupOS¶
We have now defined:
- What we're testing (the Smartup Hypothesis)
- How we're testing it (three structural interventions working together)
- What we measure (eight CIQ indicators via four direct mappings to telemetry)
- Why it's reproducible (complete transparency of rules, code, data, methods)
The next question is natural:
How do we ensure this experiment can be executed consistently and replicated by others?
The answer is SmartupOS.
SmartupOS is not the subject of the research. It is the apparatus that enables the research to happen.
It is the laboratory infrastructure that makes reproducible Collective IQ testing possible.
Read The Laboratory: SmartupOS
Current Status¶
🟠 Phase: Pre-Validation (Building & Testing the Lab)
Smartup Zero is currently establishing baseline conditions and testing the apparatus itself.
Operational Now¶
| Component | Status | Purpose |
|---|---|---|
| Constitutional Framework | ✅ Active | Governance rules established |
| Book of Owners | ✅ Active | Ownership distributed |
| Element/Matrix | ✅ Active | Communication channel |
| Forgejo | ✅ Active | Ledger + wiki running |
| Engelbot | ✅ Active | Command middleware |
| Task Lifecycle | ✅ Active | ADM pattern enforced |
| Treasury System | ✅ Active | SC/SK accounting live |
| Master Events Log | ✅ Active | Complete audit trail |
Testing Right Now¶
- ✓ Does the apparatus actually enforce what we designed?
- ✓ Do the governance structures function under real conditions?
- ✓ Does the technical system capture what we want to measure?
- ✓ Do the three interventions actually align as theorized?
- ✓ Do metrics respond as expected?
Evidence Generating¶
- Baseline metrics being established (iteration 1)
- First full task cycles completed (ADM pattern tested)
- Governance processes running (authority distribution tested)
- Initial SK/SC distributions observed
Next: Complete Pre-Validation phase and advance to full Validation Phase with expanded community participation.
Ways to Participate¶
-
Join Smartup Zero
Become an participant in the first experiment.
-
Start Your Own Smartup
Take SmartupOS and run your own experiment.
-
Sponsor the Research
Support Timeline0 and Smartup Zero through funding.
-
Collaborate as Researcher
Work on the research programme itself.
References:
RFC-001: Scientific Positioning
Hypothesis: The Smartup Hypothesis