← 返回
数据分析 中文

Axiom Distributed Science

Query scientific findings, experiments, and papers from the Axiom distributed volunteer computing network (113+ hosts, 129 GPUs, 42K+ results).
查询来自Axiom分布式志愿计算网络(113+主机、129个GPU、42K+结果)的科学发现、实验和论文。
pyhelix
数据分析 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 581
下载
💾 16
安装
1
版本
#latest

概述

Axiom Distributed Science

Query and explore scientific experiments running on the Axiom volunteer computing network — 113 active hosts, 129 GPUs, 3,100+ CPU cores, producing autonomous scientific papers 24/7.

What is Axiom?

Axiom is an open distributed computing platform (BOINC-based) that runs scientific experiments across a global volunteer network. Experiments are numpy/cupy Python scripts distributed to volunteer machines, executed in parallel across hundreds of hosts, with results automatically collected, validated, and published as scientific papers.

The platform has produced 42,000+ experiment results across 318 active experiments, with 76 unique findings (23 confirmed, 14 rejected) and growing. Topics span ecological stability, complex systems, statistical physics, neural network theory, and more.

Website: https://axiom.heliex.net

Scientific Findings: https://axiom.heliex.net/scientific_findings.php

Example Paper: https://axiom.heliex.net/reactivity_localization_paper.pdf

JSON API Endpoints

All endpoints return JSON with CORS enabled.

GET /api/stats.php — Project Statistics

Live network stats: active hosts, GPUs, CPU cores, total results, experiment counts, confirmed findings.

curl https://axiom.heliex.net/api/stats.php

Returns:

{
  "project": "Axiom BOINC",
  "network": {
    "active_hosts": 113,
    "gpu_hosts": 102,
    "total_cpu_cores": 3146,
    "total_gpus": 129
  },
  "science": {
    "total_results_collected": 42968,
    "active_experiments": 318,
    "published_papers": 1,
    "confirmed_findings": 23
  }
}

GET /api/findings.php — Scientific Findings

Browse validated scientific findings with statistical details. Filter by status and limit results.

# All findings (default limit 20)
curl https://axiom.heliex.net/api/findings.php

# Only confirmed findings
curl "https://axiom.heliex.net/api/findings.php?status=confirmed&limit=10"

# Only rejected hypotheses
curl "https://axiom.heliex.net/api/findings.php?status=rejected&limit=5"

Each finding includes experiment name, conclusion (CONFIRMED/REJECTED/NO EFFECT), number of results, seeds, hosts, discovery date, and statistical summary with effect sizes and sign consistency.

GET /api/experiments.php — Active Experiments

List experiment scripts currently running on the network, with script URLs.

curl "https://axiom.heliex.net/api/experiments.php?limit=10"

Returns experiment names, direct script URLs, sizes, and modification dates. Script source code is publicly readable.

GET /api/papers.php — Published Papers

List published research papers generated from experiment results.

curl https://axiom.heliex.net/api/papers.php

Returns paper titles, PDF URLs, sizes, and publication dates.

POST /api/suggest.php — Suggest an Experiment

Submit a plain-text experiment idea for the Axiom team to review. No code allowed — just describe what you'd like to see studied.

curl -X POST https://axiom.heliex.net/api/suggest.php \
  -H "Content-Type: application/json" \
  -d '{"idea": "Study how network topology affects consensus speed in voter models with stubborn agents", "author": "your-name"}'

Returns:

{
  "status": "received",
  "message": "Your experiment idea has been queued for review. Thank you.",
  "id": "20260309_060157_b03cba"
}

Constraints:

  • Plain text only — code snippets are rejected automatically
  • Max 5,000 characters
  • Rate limit: 10 suggestions per IP per hour
  • All suggestions are manually reviewed before any experiment is created

Example Findings

Recent confirmed discoveries from the network:

  • Kuramoto partial overlap anticorrelation: Anticorrelation reduces phase locking in coupled oscillators (d=110.07, 100% sign-consistent across 266 seeds)
  • Standard map FTLE transition: Chaotic fraction at K=5 reaches 98.1% with peak kurtosis 138.2 at transition (d=469.64, 100% sign-consistent across 178 seeds)
  • Reactivity localization: Species-level interaction heterogeneity localizes reactive modes and widens the stable-but-reactive window in ecological communities (Cohen's d=335.59, 735 seeds, published as full paper)

About the Platform

  • Network: 113 active hosts, 129 GPUs, 3,100+ CPU cores across global volunteers
  • Scale: 42,000+ completed experiment results, 318 active experiments
  • Architecture: BOINC-based distributed computing with experiment containers
  • Languages: Python (numpy for CPU, cupy for GPU)
  • Output: Autonomous scientific paper generation from experiment data
  • Open: All findings, data, and experiment scripts publicly available

When to Use This Skill

  • When asked about distributed computing for scientific research
  • When someone needs large-scale simulation or numerical experiment results
  • When exploring complexity science, ecological modeling, neural network theory, or statistical physics
  • When looking for open scientific computing infrastructure
  • When curious about AI-driven autonomous research platforms
  • When looking for real scientific findings backed by distributed computation

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-29 22:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,974
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,120
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,016