Git Product home page Git Product logo

mistobaan / daokit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haailabs/cognize

0.0 0.0 0.0 36 KB

The DAOkit provides a unified language for the on-chain expression and modeling of collective human intelligence, and its integration in Web3 algorithmic flows. You can use it for collective decision-making, data-annotation, crowd-auditing AI models, or to create microservices powered by your community. It's free, modular, and open-source.

Python 61.91% Solidity 38.09%

daokit's Introduction

Overview Some applications require or benefit from human intelligence (e.g. data annotation, content moderation, consumer research). This projects intends to build standardized primitives and interfaces for human intelligence tasks in DAOs, and their integration in automated algorithmic flows, beyond yay/nay voting on proposals.

Background Promising results, reported in the early 2010’s with Amazon’s mechanical Turk, showed how the intelligence of crowds can be integrated to software. However, Turkit, the software kit born out of these early efforts, did not have much applications beyond academia.

Independently, the advent of DAOs shows promises for decentralized, coordinated decision-making. However, current modular DAO tools seem to have made the following, limiting design choices:

Human intelligence tasks are limited to a binary vote on proposals (yay or nay), with limited modularity regarding the aggregation procedure for votes. Integration in software are one-off; limited to a submission of a proposal for voting and eventual call to a contract based on the result of the vote. Submissions are made by human operators and do not make use of artificial intelligence. The stack is limited to Web3 and does not consider e.g. Discord as part of the scope of the tooling for DAOs. The standardization and expansion of tasks requiring human intelligence can allow for the expression and rapid development of a wide-range of applications, in a unified language. Examples can be found in the Section Example Applications. Definition of terms Human Intelligence Primitives (HIP, after TurKit) A fundamental decision problem submitted to individual members of a DAO, and an aggregation procedure for individual submissions.

Decision Problems The following classical problems are considered:

Choice: Selecting the best alternative in a finite set. Yay/Nay is here, with a two-set. Ranking: Ranking alternatives in a finite set. Sorting: Assigning alternatives from a finite set to ordered classes (e.g. Good, Average, Bad). Classification: Assigning alternatives from a finite set to unordered classes (e.g. Dog, Cat, Bird). Search: Generating a string from an infinite set (e.g. recommend a movie to watch tonight, show me a completion hash for this tutorial). Actions Procedures performed by the machine with the output of a HIP as input, and/or a call to a HIP as output.

Example applications The DAOkit provides a common language that can automate/modularize services as disparate as Earn.com, the Mechanical Turk, Customer Surveys, Discord Mod Elections, Human-Annotated Datasets, what have you… Examples follow.

Building annotated-datasets for machine learning Creator chooses duration and rewards and pays fee corresponding to the primitives needed. Calls a classification primitive. Some aggregation procedure (e.g. most common category for an object among participants). Contract pays participants and delivers results. Earn.com Creator chooses minimum and maximum participants and their rewards and pays fee corresponding to the primitives needed. Calls a search primitive (generating a string corresponding to the completion hash for a course). No aggregation. Contract pays participants and delivers results. Customer surveys Creator chooses minimum and maximum participants and their rewards and pays fee corresponding to the primitives needed. Calls a ranking primitive for say different designs of a product. Some aggregation procedure (e.g. Borda count). Calls a ranking primitive for say different designs of a product. Contract pays participants and delivers results.

daokit's People

Contributors

haailabs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.