Skip to content

Latest commit

 

History

History

README.md

QRES Documentation Index

Complete reference for the QRES Neural Swarm Operating System platform.


Core Architecture

Start here to understand the system design and key concepts:


Theory & Research

Deep dives into the science and mathematics:


Implementation Guides

Step-by-step guides for specific integration tasks:


Benchmarks & Performance


Process & Workflow

Guidelines for contributing and maintaining the project:


Architecture Decision Records (ADRs)

Decisions that shaped the system:

  • ADR-001: SNN vs ANN — Why we chose spiking neural networks over traditional artificial neural networks.
  • ADR-002: Signature Scheme — Why we use Curve25519 with zero-knowledge proofs instead of threshold cryptography.
  • ADR-003: PRNG Sync — How deterministic pseudo-random number generation ensures cross-platform consensus.

Historical Records


Citation & References


Quick Navigation

First Time Here?

  1. Read ../README.md (root README) for the executive summary
  2. Skim SPEC.md section 1 (Three-Layer Architecture)
  3. Watch the GIF in the root README
  4. Run the simulator: cargo run -p swarm_sim --release

Want to Contribute?

  1. Read CONTRIBUTING.md
  2. Check IMPLEMENTATION_STATUS.md for open tasks
  3. Review relevant ADRs if changing core systems

Deploying to Edge Hardware?

  1. Read P2P_IMPLEMENTATION.md
  2. Consult SECURITY_IMPLEMENTATION_GUIDE.md
  3. Review API_REFERENCE.md for qres_daemon API

Understanding Performance?

  1. Check BENCHMARKS.md for local results
  2. Read CLOUD_BENCHMARK_RESULTS.md for swarm-scale data
  3. Review SNN_ENERGY_ANALYSIS.md for hardware efficiency

Latest Stable Version: v18.0 Status: Stable. The pivot from v17.0 (Deterministic Compression) to v18.0 (Neural Swarm Architecture) is complete and verified in simulation.