|
Getting your Trinity Audio player ready...
|
The AI Internet-Meritocracy (AIIM) app consists (1) of the following components:
- Node.js TypeScript backend
- React TypeScript frontend
- PostgreSQL database (on Prisma.io) connected to the backend by Prisma ORM
- OpenAI API connector
The backend and frontend currently run in a single Docker container on a Fly.io host.
Tasks (AI API call and other) are executed by storing a directed graph of task into the DB and executing them by a special algorithm.
The Future Rewriting Plan
In the future, it is planned to rewrite AIIM as a fully-onchain ICP blockchain app to gain a non-custodial wallet and other improved security. For the database it will use used ZenDB. Connection to AI API from ICP can be done using Victor Porton‘s secure Join Proxy.
After this rewrite, the control over the app will be given to an SNS DAO.
Ads:
| Description | Action |
|---|---|
|
A Brief History of Time
A landmark volume in science writing exploring cosmology, black holes, and the nature of the universe in accessible language. |
Check Price |
|
Astrophysics for People in a Hurry
Tyson brings the universe down to Earth clearly, with wit and charm, in chapters you can read anytime, anywhere. |
Check Price |
|
Raspberry Pi Starter Kits
Inexpensive computers designed to promote basic computer science education. Buying kits supports this ecosystem. |
View Options |
|
Free as in Freedom: Richard Stallman's Crusade
A detailed history of the free software movement, essential reading for understanding the philosophy behind open source. |
Check Price |
As an Amazon Associate I earn from qualifying purchases resulting from links on this page.



One thought on “Architecture of AI Internet-Meritocracy”