Pitch:

Kickstarter for inference-time compute. Combine an onchain marketplace with open inference platforms + RAG to fund

Democratic access to the “country of geniuses in a datacenter”.

Why now?

Basic Mechanic:

Permissionless specifications of Projects:

struct Project {
    string title;
    string description;
    spec spec;
    string[] tags;
    uint256 deadline;
    uint256 goal;
    uint256 current;
    mapping(address => uint256) contributors;
}

struct JobSpec {
    // todo
}

Users commit funds to projects they like: