projects $ cat nosana.md
Nosana
work2021 — now · Head of Development
Nosana is building a decentralized GPU network that makes AI compute more accessible. Instead of relying entirely on large cloud providers, AI workloads can run across a global network of independent GPU providers, coordinated and paid through the NOS token on Solana.
GPU owners can contribute their hardware and earn by running AI inference workloads, while developers and teams gain access to flexible compute without long-term contracts or complex cloud infrastructure.
As Head of Development, I lead the technical direction across the platform: from the Solana programs that power jobs, staking, and rewards, to the node software that turns GPUs into compute providers and the marketplace that connects supply with demand.
$ cat package.json
{
"name": "nosana",
"version": "1.0.0-active",
"description": "Decentralized GPU compute grid on Solana. Started out as decentralized CI/CD, now powering AI inference workloads worldwide, fueled by the NOS token.",
"category": "work",
"role": "Head of Development",
"keywords": [
"Solana",
"Rust",
"TypeScript",
"Vue"
],
"homepage": "https://nosana.io",
"repository": "https://github.com/nosana-ci"
}