From 722ce499e533fab64f706636cc4bcdd9f0fc5aa3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:18:39 +0000 Subject: [PATCH] Create Space 3 Open-Source Protocol page cgen-7c916143914a447b8ee13bbe34c5e518 --- .../Space3OpenSourceProtocol.tsx | 259 ++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 client/pages/internal-docs/Space3OpenSourceProtocol.tsx diff --git a/client/pages/internal-docs/Space3OpenSourceProtocol.tsx b/client/pages/internal-docs/Space3OpenSourceProtocol.tsx new file mode 100644 index 00000000..fbe71b8a --- /dev/null +++ b/client/pages/internal-docs/Space3OpenSourceProtocol.tsx @@ -0,0 +1,259 @@ +import InternalDocsLayout from "./InternalDocsLayout"; + +export default function Space3OpenSourceProtocol() { + return ( + +
+
+

+ The AeThex Foundation maintains the Axiom Protocol—an open-source + AI Ethics framework. This protocol is our contribution to the + broader tech community. +

+
+ +
+

+ Axiom Protocol Overview +

+
+
+

Purpose

+

+ The Axiom Protocol is an ethical framework for AI development. + It's built on the principle that technology should be transparent, + accountable, and human-centered. +

+
+ +
+

+ Core Principles +

+
    +
  • + Transparency: AI systems must be explainable +
  • +
  • + Accountability: Clear ownership of outcomes +
  • +
  • + Fairness: No discriminatory outcomes +
  • +
  • + Privacy: User data is protected +
  • +
  • + Safety: Minimize harms and unintended + consequences +
  • +
+
+ +
+

+ Status +

+

+ Open-source on GitHub. Community contributions welcome via PIP + (Protocol Improvement Proposals). +

+
+
+
+ +
+

+ PIP (Protocol Improvement Proposal) Process +

+
+

+ Want to contribute to the Axiom Protocol? Follow this process: +

+ +
+
+
+ 1 +
+
+

+ Propose Your Idea +

+

+ Open an issue on GitHub with your proposal. Describe the + problem and your suggested solution. +

+
+
+ +
+
+ 2 +
+
+

+ Community Discussion +

+

+ Community provides feedback. Minimum 1-week discussion window. +

+
+
+ +
+
+ 3 +
+
+

+ Write Full PIP +

+

+ Author writes detailed PIP document (template provided). +

+
+
+ +
+
+ 4 +
+
+

+ Maintainer Review +

+

+ Protocol maintainers review PIP for technical merit and + alignment with values. +

+
+
+ +
+
+ 5 +
+
+

+ Community Vote +

+

+ Community votes on PIP (50%+ approval to proceed). +

+
+
+ +
+
+ 6 +
+
+

+ Implementation +

+

+ Author submits pull request. Code review before merge. +

+
+
+ +
+
+ 7 +
+
+

+ Release +

+

+ Included in next protocol release. Author credited. +

+
+
+
+
+
+ +
+

+ Contribution Guidelines +

+
+
+

✓ We Accept

+
    +
  • + • Bug fixes and improvements to existing protocols +
  • +
  • + • New frameworks aligned with our core principles +
  • +
  • + • Documentation improvements +
  • +
  • + • Use cases and real-world examples +
  • +
+
+ +
+

✗ We Don't Accept

+
    +
  • + • Proposals that violate core principles +
  • +
  • + • Undocumented changes +
  • +
  • + • Proprietary or patent-encumbered code +
  • +
+
+
+
+ +
+

+ Nexus Platform +

+
+

+ The Foundation operates Nexus—a talent marketplace built on open + principles. It connects creators, developers, and organizations. +

+
    +
  • + Purpose: Reduce barriers for talent to find + opportunities +
  • +
  • + Open Data: Creator directory is publicly + searchable +
  • +
  • + Fair Terms: Transparent fees, no hidden charges +
  • +
  • + Integration: Works with dev-link.me for + expanded reach +
  • +
+
+
+ +
+

+ Contributing: See CONTRIBUTING.md in protocol + repository on GitHub. All contributors agree to our Code of Conduct. +

+
+
+
+ ); +}