Axiom Distributed AI: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Al Piskun (talk | contribs)
No edit summary
Al Piskun (talk | contribs)
No edit summary
Line 1: Line 1:
[[File:{{#setmainimage:Axiom-logo.png}}|alt=Axiom Distributed AI|center|frameless]]
[[File:{{#setmainimage:Axiom-logo.png}}|alt=Axiom Distributed AI|center|frameless]]
{{Infobox software


'''Axiom Distributed AI''' is an experimental volunteer distributed computing project built on the [https://boinc.berkeley.edu/ BOINC] platform. The project explores a new approach to artificial intelligence training using distributed, biologically inspired learning techniques rather than conventional centralized AI infrastructure.


Axiom invites volunteers from around the world to donate spare CPU and GPU processing power to help train a massive neural network collaboratively across thousands of computers.
| name                = Axiom Distributed AI
| screenshot          = Axiom-logo.png
| caption              = Logo of the Axiom Distributed AI project


Official website: [https://axiom.pyhelix.com/ Axiom Distributed AI]   
 
| developer            = PyHelix / Axiom Project Team
| released            = 2026-01-23
| discontinued        = Yes (Completed Test / Proof of Concept)
 
 
| repository          = [https://github.com/PyHelix/boinc-Axiom  github.com/PyHelix/boinc-Axiom]
| programming language = Python, C++
| operating system    = Windows, Linux
 
 
| platform            = BOINC
| genre                = Distributed computing, Artificial Intelligence
| license              = Open Source
| website              = [https://axiom.heliex.net/ axiom.heliex.net]
}}
 
'''Axiom Distributed AI''' was an experimental volunteer distributed computing project built on the [https://berkeley.edu BOINC] platform. Launched in early 2026, the project explored an alternative approach to artificial intelligence training by using decentralized, biologically inspired learning techniques rather than conventional centralized AI infrastructure [https://linustechtips.com].
 
The project invited volunteers from around the world to donate spare CPU and NVIDIA GPU processing power to help train a shared neural network collaboratively across thousands of computers. Community analysis and forum data indicate that the project has concluded its run, operating primarily as a short-lived experimental test and proof-of-concept [https://berkeley.eduforum_thread.php?id=15694&postid=118571].
 
Official website: [https://axiom.heliex.net/ Axiom Distributed AI]   
Open source development: [https://github.com/PyHelix/boinc-Axiom GitHub Repository]
Open source development: [https://github.com/PyHelix/boinc-Axiom GitHub Repository]


== Overview ==
== Overview ==
 
Unlike most modern AI systems that rely on centralized datacenters and expensive GPU clusters, Axiom experimented with a decentralized learning architecture inspired by '''Hebbian learning''' — often summarized as:
Unlike most modern AI systems that rely on centralized datacenters and expensive GPU clusters, Axiom experiments with a decentralized learning architecture inspired by '''Hebbian learning''' — often summarized as:


<blockquote>
<blockquote>
Line 16: Line 38:
</blockquote>
</blockquote>


The project distributes training tasks across volunteer computers worldwide using the BOINC infrastructure. Each participant contributes small amounts of computation toward a larger shared neural model.
The project distributed training tasks across volunteer computers worldwide using the BOINC infrastructure. Each participant contributed small amounts of computation toward a larger shared neural model.


Axiom is currently considered a '''proof-of-concept research project''' exploring whether distributed Hebbian learning can scale effectively in a real-world volunteer computing environment.
Axiom is considered a finished '''proof-of-concept research project''' exploring whether distributed Hebbian learning can scale effectively in a real-world volunteer computing environment [https://boincsynergy.ca].  


== Why Axiom Distributed AI? ==
== Why Axiom Distributed AI? ==
Traditional AI systems typically depend on:
Traditional AI systems typically depend on:
* Massive centralized datacenters
* Massive centralized datacenters
* High energy consumption
* High energy consumption
Line 29: Line 49:
* Expensive specialized hardware
* Expensive specialized hardware


Axiom instead investigates whether learning can emerge from:
Axiom instead investigated whether learning could emerge from:
 
* Distributed volunteer computation [https://boincsynergy.ca]
* Distributed volunteer computation
* Correlation-based learning
* Correlation-based learning
* Decentralized pattern recognition
* Decentralized pattern recognition
* Biologically inspired neural adaptation
* Biologically inspired neural adaptation


The long-term vision is to explore alternative methods for building AI systems that are:
The long-term vision was to explore alternative methods for building AI systems that are more decentralized, energy-efficient, community-driven, and resistant to centralized control.
 
* More decentralized
* More energy efficient
* Community driven
* Resistant to centralized control


== Goal ==
== Goal ==
The immediate goal of the project was to demonstrate that:
:<center>'''Distributed Hebbian learning works at scale.'''</center>


The immediate goal of the project is to demonstrate that:
If successful, the research sought to contribute toward new approaches in:
 
'''Distributed Hebbian learning works at scale.'''
 
If successful, the research could contribute toward new approaches in:
 
* Neural network training
* Neural network training
* Decentralized artificial intelligence
* Decentralized artificial intelligence
* Distributed machine learning
* Distributed machine learning
* Collaborative AI infrastructure
* Collaborative AI infrastructure
* Emergent pattern recognition systems
* Emergence-based pattern recognition systems
 
In the long term, models trained on extremely diverse real-world data could potentially become foundational systems for future AI applications.


At present, the project primarily serves as an experimental research platform and proof of concept.
At present, the project's online lifecycle has completed, serving its primary purpose as an experimental research platform and proof concept [https://boincsynergy.ca].


== Methods ==
== Methods ==
 
Axiom trained neural systems to recognize patterns in data using the spare processing power of volunteer computers. Instead of conventional large language model (LLM) training, Axiom focused on learning:
Axiom trains neural systems to recognize patterns in data using the spare processing power of volunteer computers.
* Bit-level compression patterns [https://boincsynergy.ca]
 
* Sequence prediction (e.g., predicting the next bit in a stream)
Instead of conventional language-model training, Axiom currently focuses on learning:
 
* Bit-level compression patterns
* Sequence prediction
* Correlations within data streams
* Correlations within data streams
* Generalized pattern recognition
* Generalized pattern recognition


=== Key Technical Concepts ===
=== Key Technical Concepts ===
# '''Not an LLM'''
# '''Not an LLM'''
#* Axiom is '''not''' currently training a Large Language Model (LLM).
#* Axiom was '''not''' training a Large Language Model (LLM). The system instead attempted to learn predictive patterns at the bit-stream level.
#* The system instead attempts to learn predictive patterns at the bit-stream level.
#
# '''Distributed Learning'''
# '''Distributed Learning'''
#* Training workloads are distributed across volunteers worldwide through BOINC.
#* Training workloads were distributed across volunteers worldwide through BOINC. Each computer contributed partial learning updates to the shared model.
#* Each computer contributes partial learning updates to the shared model.
#
# '''Correlation-Based Credit System'''
# '''Correlation-Based Credit System'''
#* Random or low-quality data naturally contributes less to the model.
#* Random or low-quality data naturally contributed less to the model [https://boincsynergy.ca]. Useful learning signals correlated more strongly with other contributors' gradients. This created a natural weighting system favoring meaningful patterns.
#* Useful learning signals correlate more strongly with other contributors' gradients.
#* This creates a natural weighting system favoring meaningful patterns.
#
# '''Noise Reduction'''
# '''Noise Reduction'''
#* Random noise generally fails to correlate with broader learning patterns.
#* Random noise generally fails to correlate with broader learning patterns. As a result, noisy data contributed less to overall model development.
#* As a result, noisy data contributes less to overall model development.
#
# '''Generalization Through Diversity'''
# '''Generalization Through Diversity'''
#* Diverse datasets may improve the model's ability to generalize across different data types.
#* Diverse datasets were intended to improve the model's ability to generalize across different data types. Text, code, images, documents, and structured data could all contribute useful patterns.
#* Text, code, images, documents, and structured data may all contribute useful patterns.
 
=== AI Principal Investigator Experiment ===
According to documentation from early 2026 deployments, the project uniquely experimented with an automated workflow [https://linustechtips.com]. A large language model served as a "Principal Investigator," autonomously designing experiments, deploying tasks to the volunteer client hardware, reviewing return results, and automatically awarding BOINC credit based on the scientific quality of data returned.


== Monitoring Learning Progress ==
== Monitoring Learning Progress ==
The Axiom website provided live statistics and progress monitoring during its operational window. One key metric tracked was:
:<center>'''Bit loss'''</center>


The Axiom website provides live statistics and progress monitoring.
When bit loss trended downward over time, it suggested the neural model was learning meaningful structures and predictive relationships rather than memorizing random noise [https://boincsynergy.ca].  
 
One key metric is:
 
'''Bit loss'''
 
When bit loss trends downward over time, it suggests the neural model is learning meaningful structures and predictive relationships rather than memorizing random noise.
 
Volunteers can monitor:


Volunteers were able to monitor:
* Model learning progress
* Model learning progress
* Training statistics
* Training statistics
Line 114: Line 106:


== Contributing Data ==
== Contributing Data ==
 
Volunteers were given the option to contribute local files locally to help train the system via unique directory ingestion points on client devices:
Volunteers may optionally contribute local files to help train the system.


=== Windows ===
=== Windows ===
Place files in:
Place files in:
<pre>
<pre>
%USERPROFILE%\Axiom\contribute\
%USERPROFILE%\Axiom\contribute\
Line 126: Line 115:


=== Linux Mint 22.3 ===
=== Linux Mint 22.3 ===
Place files in:
Place files in:
<pre>
<pre>
\boinc\Axiom\contribute\
\boinc\Axiom\contribute\
Line 134: Line 121:


=== Supported Contribution Types ===
=== Supported Contribution Types ===
 
Users were able to contribute many different file types, including:
Users may contribute many different file types, including:
 
* Documents
* Documents
* Images
* Images
Line 145: Line 130:
* Experimental real-time data streams
* Experimental real-time data streams


The project encourages experimentation and creative uses of distributed training data.
== Reception and Project Conclusion ==
Axiom Distributed AI entered the BOINC landscape as an experimental project, drawing notable interest from technical communities like the [https://linustechtips.com Linus Tech Tips Monthly BOINC Logs]. However, it also faced scrutiny on the official [https://berkeley.eduforum_thread.php?id=15694&postid=118571 Berkeley BOINC Forums] regarding the ultimate scientific utility of its distributed outputs, with multiple community members noting that the platform behaved more as a brief conceptual test than a long-term infrastructure project.
 
There are no recorded permanent entries for scientific papers authored by Axiom within the official [https://berkeley.edupubs.php Berkeley BOINC Publications Database]. The software repositories and active work unit generations have since wound down, cementing its status as an early-2026 experimental test.


== Open Source Development ==
== Open Source Development ==
 
Axiom Distributed AI was developed as open-source software. Source code and development logs remain accessible on GitHub:
Axiom Distributed AI is open source software.
* [https://github.com/PyHelix/boinc-Axiom boinc-Axiom GitHub Repository]
 
Source code and development discussions are available on GitHub:
 
[https://github.com/PyHelix/boinc-Axiom boinc-Axiom GitHub Repository]
 
The project welcomes:
 
* Developers
* Testers
* Researchers
* BOINC volunteers
* AI enthusiasts


== Project Team / Sponsors ==
== Project Team / Sponsors ==
* PyHelix
* PyHelix
* Axiom Project
* Axiom Project


== External Links ==
== External Links ==
 
* [https://pyhelix.com Official Axiom Distributed AI Website]
* [https://axiom.pyhelix.com/ Official Axiom Distributed AI Website]
* [https://github.com Axiom GitHub Repository]
* [https://github.com/PyHelix/boinc-Axiom Axiom GitHub Repository]
* [https://boincsynergy.ca Axiom Profile on BOINC Synergy Wiki]

Revision as of 17:02, 18 May 2026

[[File:{{#setmainimage:Axiom-logo.png}}|alt=Axiom Distributed AI|center|frameless]]










Axiom Distributed AI
Logo of the Axiom Distributed AI project
Development
DeveloperPyHelix / Axiom Project Team
Initial release2026-01-23
DiscontinuedYes (Completed Test / Proof of Concept)
Repositorygithub.com/PyHelix/boinc-Axiom
Software
Written inPython, C++
Operating systemWindows, Linux
Metadata
Websiteaxiom.heliex.net
LicenseOpen Source

Axiom Distributed AI was an experimental volunteer distributed computing project built on the BOINC platform. Launched in early 2026, the project explored an alternative approach to artificial intelligence training by using decentralized, biologically inspired learning techniques rather than conventional centralized AI infrastructure [1].

The project invited volunteers from around the world to donate spare CPU and NVIDIA GPU processing power to help train a shared neural network collaboratively across thousands of computers. Community analysis and forum data indicate that the project has concluded its run, operating primarily as a short-lived experimental test and proof-of-concept [2].

Official website: Axiom Distributed AI Open source development: GitHub Repository

Overview

Unlike most modern AI systems that rely on centralized datacenters and expensive GPU clusters, Axiom experimented with a decentralized learning architecture inspired by Hebbian learning — often summarized as:

"Neurons that fire together wire together."

The project distributed training tasks across volunteer computers worldwide using the BOINC infrastructure. Each participant contributed small amounts of computation toward a larger shared neural model.

Axiom is considered a finished proof-of-concept research project exploring whether distributed Hebbian learning can scale effectively in a real-world volunteer computing environment [3].

Why Axiom Distributed AI?

Traditional AI systems typically depend on:

  • Massive centralized datacenters
  • High energy consumption
  • Large-scale backpropagation training
  • Expensive specialized hardware

Axiom instead investigated whether learning could emerge from:

  • Distributed volunteer computation [4]
  • Correlation-based learning
  • Decentralized pattern recognition
  • Biologically inspired neural adaptation

The long-term vision was to explore alternative methods for building AI systems that are more decentralized, energy-efficient, community-driven, and resistant to centralized control.

Goal

The immediate goal of the project was to demonstrate that:

Distributed Hebbian learning works at scale.

If successful, the research sought to contribute toward new approaches in:

  • Neural network training
  • Decentralized artificial intelligence
  • Distributed machine learning
  • Collaborative AI infrastructure
  • Emergence-based pattern recognition systems

At present, the project's online lifecycle has completed, serving its primary purpose as an experimental research platform and proof concept [5].

Methods

Axiom trained neural systems to recognize patterns in data using the spare processing power of volunteer computers. Instead of conventional large language model (LLM) training, Axiom focused on learning:

  • Bit-level compression patterns [6]
  • Sequence prediction (e.g., predicting the next bit in a stream)
  • Correlations within data streams
  • Generalized pattern recognition

Key Technical Concepts

  1. Not an LLM
    • Axiom was not training a Large Language Model (LLM). The system instead attempted to learn predictive patterns at the bit-stream level.
  2. Distributed Learning
    • Training workloads were distributed across volunteers worldwide through BOINC. Each computer contributed partial learning updates to the shared model.
  3. Correlation-Based Credit System
    • Random or low-quality data naturally contributed less to the model [7]. Useful learning signals correlated more strongly with other contributors' gradients. This created a natural weighting system favoring meaningful patterns.
  4. Noise Reduction
    • Random noise generally fails to correlate with broader learning patterns. As a result, noisy data contributed less to overall model development.
  5. Generalization Through Diversity
    • Diverse datasets were intended to improve the model's ability to generalize across different data types. Text, code, images, documents, and structured data could all contribute useful patterns.

AI Principal Investigator Experiment

According to documentation from early 2026 deployments, the project uniquely experimented with an automated workflow [8]. A large language model served as a "Principal Investigator," autonomously designing experiments, deploying tasks to the volunteer client hardware, reviewing return results, and automatically awarding BOINC credit based on the scientific quality of data returned.

Monitoring Learning Progress

The Axiom website provided live statistics and progress monitoring during its operational window. One key metric tracked was:

Bit loss

When bit loss trended downward over time, it suggested the neural model was learning meaningful structures and predictive relationships rather than memorizing random noise [9].

Volunteers were able to monitor:

  • Model learning progress
  • Training statistics
  • Network participation
  • Workunit activity
  • Validation metrics

Contributing Data

Volunteers were given the option to contribute local files locally to help train the system via unique directory ingestion points on client devices:

Windows

Place files in:

%USERPROFILE%\Axiom\contribute\

Linux Mint 22.3

Place files in:

\boinc\Axiom\contribute\

Supported Contribution Types

Users were able to contribute many different file types, including:

  • Documents
  • Images
  • Source code
  • PDFs
  • Logs
  • Structured datasets
  • Experimental real-time data streams

Reception and Project Conclusion

Axiom Distributed AI entered the BOINC landscape as an experimental project, drawing notable interest from technical communities like the Linus Tech Tips Monthly BOINC Logs. However, it also faced scrutiny on the official Berkeley BOINC Forums regarding the ultimate scientific utility of its distributed outputs, with multiple community members noting that the platform behaved more as a brief conceptual test than a long-term infrastructure project.

There are no recorded permanent entries for scientific papers authored by Axiom within the official Berkeley BOINC Publications Database. The software repositories and active work unit generations have since wound down, cementing its status as an early-2026 experimental test.

Open Source Development

Axiom Distributed AI was developed as open-source software. Source code and development logs remain accessible on GitHub:

Project Team / Sponsors

  • PyHelix
  • Axiom Project

External Links