DEV Community

Daniel Ioni
Daniel Ioni

Posted on

From Decentralization to Zorgax: How MyZubster Is Connecting AI, Blockchain, Communities and Real-World Evidence

From Decentralization to Zorgax: How MyZubster Is Connecting AI, Blockchain, Communities and Real-World Evidence

Over time, MyZubster has evolved from a collection of ideas, experiments and communities into something more ambitious:

a connected ecosystem where independent projects, people, subcultures, AI, digital assets and real-world experiments can interact without requiring everything to be controlled by one central application.

This distinction is important.

I did not invent blockchain.

I did not invent NFTs.

I did not invent artificial intelligence.

I did not invent APIs, decentralized networks, online communities, circular economy projects or environmental monitoring.

Those technologies and concepts already existed.

What I have been trying to create with MyZubster is a new way of connecting them.

The innovation is increasingly in the architecture:

IDENTITY
   ↓
COMMUNITY
   ↓
PROJECT
   ↓
API / NODE
   ↓
ZORGAX
   ↓
EVIDENCE
   ↓
BLOCKCHAIN / NFT when appropriate
   ↓
REAL-WORLD ACTIVITY
   ↓
VERIFICATION
Enter fullscreen mode Exit fullscreen mode

This is the evolution I want to explain.


1. What Already Existed

Before explaining what MyZubster adds, it is important to acknowledge the foundations.

Blockchain already existed

Blockchain already provided mechanisms for distributed ledgers, transactions, tokenization and independently inspectable on-chain records.

NFTs already existed

NFTs already made it possible to associate unique tokens with digital assets.

But an NFT does not automatically prove copyright, authorship, environmental impact or real-world ownership.

Those claims still require appropriate evidence.

Artificial Intelligence already existed

Large language models and AI assistants already existed.

They could answer questions, generate content, analyze information and assist users.

APIs already existed

APIs have connected independent software systems for decades.

Decentralized and federated systems already existed

The idea that independent nodes can communicate without putting everything into a single database is not new.

Online communities and subcultures already existed

Developers, artists, researchers, students, makers, underground music communities, environmental groups, local communities and many other subcultures already had their own identities and spaces.

Environmental projects already existed

Circular economy, waste recovery, agriculture, water projects, material research and environmental monitoring existed long before MyZubster.

So the question was never:

How can I claim to have invented all these things?

The question became:

How can I connect them in a useful, transparent and verifiable way?


2. The Evolution: From Platform to Ecosystem

A traditional platform often works like this:

USERS
PROJECTS
CONTENT
DATA
SERVICES
COMMUNITIES
      ↓
ONE CENTRAL PLATFORM
Enter fullscreen mode Exit fullscreen mode

Everything eventually has to enter the same application.

I started exploring another model.

PROJECT A ──────┐
PROJECT B ──────┤
COMMUNITY A ────┤
CREATOR A ──────┤
RESEARCH NODE ──┼── ZORGAX ── MYZUBSTER
LOCAL SERVICE ──┤
ENVIRONMENT ────┤
SUBCULTURE ─────┘
Enter fullscreen mode Exit fullscreen mode

The important difference is that the individual projects do not necessarily disappear inside MyZubster.

They can remain independent.

They can maintain their own repositories.

Their own data.

Their own APIs.

Their own communities.

Their own identity.

MyZubster becomes the connection layer.


3. Zorgax Changed the Architecture

This is where Zorgax becomes particularly important.

Initially, an AI assistant can look like a chatbot:

USER → AI → ANSWER
Enter fullscreen mode Exit fullscreen mode

But I started thinking about Zorgax differently.

What if the AI could become an orchestration layer?

USER
 ↓
MYZUBSTER
 ↓
ZORGAX
 ↓
DISCOVER PROJECT
 ↓
CALL CONTROLLED API
 ↓
READ STRUCTURED DATA
 ↓
CHECK EVIDENCE STATE
 ↓
EXPLAIN RESULT
Enter fullscreen mode Exit fullscreen mode

This changes the role of AI.

Zorgax should not own everything.

It should know how to find and interact with independent nodes.


4. N4K48 / Nicola Comics Became a Concrete Example

The work with Nicola / N4K48 gave us a useful test case.

Nicola maintains an independent project.

It includes his N4K48 identity, Nicola Comics, a Project Planner and experimental API integration.

Instead of copying everything into MyZubster, we started testing a controlled connection.

The pilot exposes concepts such as:

GET /api/comics
Enter fullscreen mode Exit fullscreen mode

and a Zorgax-facing interface:

POST /api/zorgax/ask
Enter fullscreen mode Exit fullscreen mode

with operations such as:

gallery
detail
candidate
next_steps
Enter fullscreen mode Exit fullscreen mode

Now the architecture becomes:

NICOLA / N4K48
       ↓
NICOLA COMICS
       ↓
CONTROLLED API
       ↓
ZORGAX
       ↓
MYZUBSTER
       ↓
USER
Enter fullscreen mode Exit fullscreen mode

This is a small integration.

But conceptually it demonstrates something much larger.


5. From One API to a Network of Independent Nodes

If the Nicola model works, why should Zorgax understand only Nicola Comics?

Imagine:

NICOLA COMICS ──────────┐
                        │
AGRICULTURE ────────────┤
                        │
RESEARCH LAB ───────────┤
                        │
STUDENT PROJECTS ───────┤
                        │
ANIMAL RESCUE ──────────┤
                        ├── ZORGAX
CIRCULAR ECONOMY ───────┤      │
                        │      ▼
LOCAL SERVICES ─────────┤  MYZUBSTER
                        │
ART / WELLNESS ─────────┤
                        │
SOUND SYSTEMS ──────────┤
                        │
COMMUNITIES ────────────┘
Enter fullscreen mode Exit fullscreen mode

This is where MyZubster starts moving toward a federated architecture.


6. Connecting Communities and Subcultures

For me, decentralization is not only technical.

There is also a cultural layer.

A sound-system collective should not need to become identical to a research laboratory.

An artist should not have to behave like a software company.

A student community should not lose its identity to participate.

A local repair network is different from an agricultural experiment.

A cyberpunk community is different from an animal-rescue group.

That diversity is not a bug.

It is part of the network.

The idea is therefore:

MUSIC / SOUND SYSTEM
          │
ART ──────┤
          │
MAKERS ───┤
          │
STUDENTS ─┤
          │
RESEARCH ─┤
          ├── MYZUBSTER
LOCAL ────┤
          │
AGRICULTURE
          │
ENVIRONMENT
          │
CYBERPUNK
          │
DIGITAL CREATORS
Enter fullscreen mode Exit fullscreen mode

Instead of flattening these communities into one generic social network, MyZubster can potentially give them shared infrastructure while preserving their differences.

That is an important part of the decentralization concept.


7. Decentralization Becomes Social as Well as Technical

Technical decentralization asks:

Where does the data live?

Social decentralization also asks:

Who controls the identity?

Who controls the project?

Who decides what is valid?

Can a community remain itself while connecting to others?

MyZubster's evolving answer is:

LOCAL IDENTITY
+
LOCAL CONTROL
+
SHARED PROTOCOLS
+
INTEROPERABILITY
+
EVIDENCE
Enter fullscreen mode Exit fullscreen mode

rather than:

CENTRAL CONTROL
+
ONE IDENTITY MODEL
+
ONE COMMUNITY MODEL
+
ONE DATABASE
Enter fullscreen mode Exit fullscreen mode

8. Where NFTs Enter the Model

NFTs become interesting when they are treated as one possible evidence/asset layer, not as the entire ecosystem.

The Nicola Comics pilot illustrates this clearly.

A comic can first exist as:

DIGITAL WORK
↓
DOCUMENTED ASSET
↓
NFT_CANDIDATE
↓
PROPOSED_FOR_REVIEW
Enter fullscreen mode Exit fullscreen mode

Only later, if the required steps actually happen:

RIGHTS CHECK
↓
MINT
↓
CONTRACT ADDRESS
↓
TOKEN ID
↓
TRANSACTION HASH
↓
ON-CHAIN VERIFICATION
Enter fullscreen mode Exit fullscreen mode

This prevents the system from confusing:

"we want to mint this"

with:

"this has been minted."

That difference is fundamental.


9. Blockchain Becomes an Evidence Layer

This also changes how I see blockchain inside MyZubster.

Instead of:

"Put everything on blockchain."

the question becomes:

"Which events actually benefit from an independently inspectable record?"

For example:

PROJECT ACTIVITY
       ↓
EVIDENCE
       ↓
VERIFICATION
       ↓
SELECTED EVENT
       ↓
BLOCKCHAIN RECORD
Enter fullscreen mode Exit fullscreen mode

Blockchain becomes one component of a larger evidence architecture.

Not a magic verification machine.


10. Connecting the Digital World to Physical Experiments

Another evolution has been the attempt to connect digital systems to real-world activity.

This includes areas such as:

  • circular economy;
  • agriculture;
  • water;
  • materials;
  • waste;
  • environmental observations;
  • community projects.

And also experimental concepts involving materials such as sanitary absorbent products and their potential recovery, transformation or monitoring.

Here the evidence boundary becomes even more important.

Software can record:

OBSERVATION
↓
MATERIAL
↓
LOCATION
↓
PROCESS
↓
MEASUREMENT
↓
EVIDENCE
Enter fullscreen mode Exit fullscreen mode

But software cannot simply declare:

ENVIRONMENTAL BENEFIT VERIFIED
Enter fullscreen mode Exit fullscreen mode

without appropriate measurements and validation.


11. The Absorbent-Material / Blockchain Idea

This is one of the areas where different MyZubster concepts can potentially converge.

Imagine a future material-recovery experiment involving absorbent products.

The digital workflow could be:

MATERIAL COLLECTED
       ↓
BATCH CREATED
       ↓
PROCESS DOCUMENTED
       ↓
MEASUREMENTS RECORDED
       ↓
EVIDENCE ATTACHED
       ↓
VERIFICATION
       ↓
SELECTED PROOF / HASH
       ↓
BLOCKCHAIN
Enter fullscreen mode Exit fullscreen mode

Zorgax could help a participant understand:

  • what information is missing;
  • which measurements are required;
  • which evidence has been collected;
  • what has been verified;
  • what remains only proposed.

Blockchain could then provide an immutable reference for selected verified records.

But again:

the blockchain would prove that a record exists — not automatically prove that an environmental claim is scientifically true.

Scientific or environmental validation must remain a separate evidence layer.


12. Connecting Physical and Digital Evidence

This leads to a larger architecture:

REAL WORLD
    ↓
OBSERVATION
    ↓
DATA
    ↓
DOCUMENTATION
    ↓
ZORGAX
    ↓
EVIDENCE
    ↓
VERIFICATION
    ↓
BLOCKCHAIN
    ↓
DIGITAL ASSET / RECORD
Enter fullscreen mode Exit fullscreen mode

Now blockchain, AI and real-world projects are no longer isolated buzzwords.

Each technology has a specific role.


13. Zorgax as the Intelligence Between These Layers

Imagine asking:

"What happened to this material batch?"

Zorgax could potentially inspect the associated node.

It could find:

COLLECTED
DOCUMENTED
MEASURED
AWAITING VERIFICATION
Enter fullscreen mode Exit fullscreen mode

and answer:

The batch has been documented and measured, but the environmental result has not yet been independently verified.

Later, if evidence exists:

VERIFIED
↓
HASHED
↓
ON-CHAIN REFERENCE
Enter fullscreen mode Exit fullscreen mode

Zorgax could point to that evidence.

This is fundamentally different from an AI simply saying:

"Yes, it is sustainable."


14. A Common Evidence Language

One of the most interesting things emerging from all these experiments is the possibility of giving very different projects a common state model.

For example:

PROPOSED
↓
DOCUMENTED
↓
IMPLEMENTED
↓
TESTED
↓
DEPLOYED
↓
MEASURED
↓
VERIFIED
Enter fullscreen mode Exit fullscreen mode

That language could apply differently to:

SOFTWARE
NFTs
RESEARCH
AGRICULTURE
CIRCULAR ECONOMY
COMMUNITY PROJECTS
CREATIVE WORK
ENVIRONMENTAL EXPERIMENTS
Enter fullscreen mode Exit fullscreen mode

The evidence required would change.

But the principle would remain.


15. What I Believe Is Innovative Here

I want to be precise about this.

The innovation I am pursuing is not claiming ownership of the technologies underneath MyZubster.

The potentially innovative part is their composition.

I am experimenting with connecting:

DECENTRALIZED PROJECTS
+
PERSISTENT IDENTITIES
+
COMMUNITIES
+
SUBCULTURES
+
CONTROLLED APIs
+
AI ORCHESTRATION
+
EVIDENCE STATES
+
REAL-WORLD OBSERVATIONS
+
DIGITAL ASSETS
+
BLOCKCHAIN REFERENCES
+
ANALYTICS
Enter fullscreen mode Exit fullscreen mode

into a single interoperable model.

The objective is for each component to retain its proper role.

AI is not blockchain.

Blockchain is not scientific verification.

An NFT is not copyright.

Analytics is not impact.

A community is not a database.

A visual identity is not proof.

But they can be connected.

That connection is where MyZubster is evolving.


16. The Node Model

The next logical evolution is to allow every project to describe itself.

Conceptually, a MyZubster-compatible node could expose something like:

{
  "node": "example-node",
  "identity": "community-or-person",

  "capabilities": [
    "observe",
    "gallery",
    "detail",
    "measure",
    "verify"
  ],

  "services": {
    "api": "/api",
    "zorgax": "/api/zorgax/ask"
  },

  "evidence": {
    "supported": true
  }
}
Enter fullscreen mode Exit fullscreen mode

Then Zorgax could discover nodes instead of requiring every integration to be manually hard-coded.


17. From Platform to Protocol

This could eventually change the nature of MyZubster.

The first question was:

What features should MyZubster contain?

The more interesting question is becoming:

What protocol should allow independent projects to participate in MyZubster?

That is a major conceptual evolution.

From:

APPLICATION
Enter fullscreen mode Exit fullscreen mode

toward:

ECOSYSTEM
Enter fullscreen mode Exit fullscreen mode

and potentially:

PROTOCOL + NETWORK OF NODES
Enter fullscreen mode Exit fullscreen mode

18. A Network of Communities

Imagine eventually connecting:

                 MYZUBSTER
                     │
                  ZORGAX
                     │
        ┌────────────┼────────────┐
        │            │            │
     PEOPLE       PROJECTS    COMMUNITIES
        │            │            │
   identities       APIs       subcultures
        │            │            │
        └────────────┼────────────┘
                     │
                  EVIDENCE
                     │
             ┌───────┼────────┐
             │       │        │
           DATA   PHYSICAL  BLOCKCHAIN
                  WORLD
Enter fullscreen mode Exit fullscreen mode

Now a researcher, DJ collective, developer, student, farmer, artist, environmental experiment and digital creator could participate without becoming the same thing.

They share interoperability, not necessarily identity.


19. The Real Meaning of Decentralization for MyZubster

For me, decentralization is therefore evolving beyond blockchain.

It means:

don't centralize creativity.

don't centralize identity.

don't centralize communities unnecessarily.

don't centralize every project's data.

don't let AI become the unquestionable source of truth.

Instead:

DISTRIBUTE CONTROL
↓
CONNECT NODES
↓
SHARE PROTOCOLS
↓
EXPOSE EVIDENCE
↓
USE AI TO NAVIGATE
↓
VERIFY IMPORTANT CLAIMS
Enter fullscreen mode Exit fullscreen mode

Blockchain can participate where it adds value.

NFTs can participate where unique digital assets make sense.

AI can participate where reasoning, discovery and orchestration help.

Communities remain human communities.


20. Where We Are Today

Not all of this exists as a completed production system.

That distinction matters.

Already built or concretely tested

We have public MyZubster repositories, multiple project/demo repositories, Zorgax as part of the ecosystem, N4K48 as a persistent project identity, Nicola Comics, a read-only Nicola Comics/Zorgax adapter, local Docker validation, API experiments, public documentation, visual identities and an evidence-first development approach.

Currently being connected

We are working on the public Nicola Comics HTTPS deployment, the public Zorgax connection, end-to-end testing, traffic attribution and a more reusable node architecture.

Longer-term architecture

Automatic node discovery, generic manifests, broader federation between communities, richer blockchain evidence, NFT verification workflows and real-world environmental evidence networks remain directions to build and validate rather than finished production claims.

That distinction is intentional.


21. The Final Vision

The goal is becoming clearer.

Imagine a person joining MyZubster.

They don't just create an account.

They can eventually bring:

IDENTITY
+
COMMUNITY
+
SUBCULTURE
+
PROJECT
+
REPOSITORY
+
API
+
DATA
+
EVIDENCE
+
DIGITAL ASSETS
+
REAL-WORLD ACTIVITY
Enter fullscreen mode Exit fullscreen mode

Zorgax helps them navigate the network.

MyZubster connects the ecosystem.

Blockchain records selected proofs when appropriate.

NFTs represent selected digital assets when appropriate.

Analytics measures interaction.

Evidence determines what can actually be claimed.

And independent communities maintain their own identities.

The architecture becomes:

PEOPLE
  ↓
COMMUNITIES
  ↓
INDEPENDENT NODES
  ↓
APIs
  ↓
ZORGAX
  ↓
MYZUBSTER
  ↓
EVIDENCE
  ↓
VERIFICATION
  ↓
OPTIONAL BLOCKCHAIN / NFT
  ↓
NEW COLLABORATION
Enter fullscreen mode Exit fullscreen mode

That is the evolution I am trying to build.

Not another centralized social network.

Not another NFT marketplace.

Not another chatbot.

Not another blockchain project.

But an attempt to connect these technologies and communities into an evidence-first, AI-assisted, federated ecosystem.

The individual technologies existed before MyZubster.

The experiment is in how we connect them.

And perhaps the most important part is that the network should not erase the communities and subcultures that enter it.

It should make it easier for them to remain independent and still collaborate.

Observe → Connect → Build → Measure → Verify → Share → Collaborate → Evolve.


Explore the Ecosystem

MyZubster
https://www.myzubster.com/?utm_source=devto&utm_medium=article&utm_campaign=myzubster_connected_evolution&utm_content=home

Zorgax
https://www.myzubster.com/zorgax?utm_source=devto&utm_medium=article&utm_campaign=myzubster_connected_evolution&utm_content=zorgax

Marketplace Demos
https://www.myzubster.com/marketplace-demos?utm_source=devto&utm_medium=article&utm_campaign=myzubster_connected_evolution&utm_content=marketplace

MyZubster Core
https://github.com/MyZubster-Ecosystem/myzubster?utm_source=devto&utm_medium=article&utm_campaign=myzubster_connected_evolution&utm_content=github_core

MyZubster Visual Universe
https://github.com/MyZubster-Ecosystem/MyZubster-Visual?utm_source=devto&utm_medium=article&utm_campaign=myzubster_connected_evolution&utm_content=visual

N4K48 / Nicola
https://github.com/nicolaususnicola-lgtm?utm_source=devto&utm_medium=article&utm_campaign=myzubster_connected_evolution&utm_content=n4k48

Nicola Comics / MVP
https://github.com/nicolaususnicola-lgtm/myzubster-mvp?utm_source=devto&utm_medium=article&utm_campaign=myzubster_connected_evolution&utm_content=nicola_mvp

N4K48 × MyZubster
https://github.com/nicolaususnicola-lgtm/myzubster?utm_source=devto&utm_medium=article&utm_campaign=myzubster_connected_evolution&utm_content=n4k48_myzubster

MyZubster #Zorgax #AI #Blockchain #NFT #Decentralization #OpenSource #APIs #CircularEconomy #Community #Subculture #DigitalIdentity #DistributedSystems #BuildInPublic

Top comments (0)