Building an open education ecosystem: Our open-source platform equips learners with AI-driven active learning, smart assessments & automated open-ended grading. Earn trustworthy certificates that work both on and off-chain. Quality education, accessible & composable at scale. 🎓
Gutenix: The World University! Where knowledge flows freely from those who have to those who seek
Gutenix is an educational platform that aims for extreme scalability. There are 3 key challenges that we want to tackle.
The Quality of Life Gap affects more than half of the world's population, who are struggling in one way or another. This might be financially, mentally, socially, or in other ways. We believe that access to the right knowledge for each situation might significantly improve these circumstances.
Knowledge Accessibility: We believe that humanity's collective knowledge is vast, but only a fraction is easily accessible. Efficiently digitizing and distributing this knowledge can have a high impact.
The current credentials system is inefficient and limited. For example, the traditional path of obtaining university degrees to apply for jobs is restrictive. We believe a more efficient system would allow for more granular certifications that could be applied to various aspects of daily life.
Our platform design with this key feature
AI assisted learning, a collection of feature that help students to learn more efficiently. Including but not limited to: AI generated quiz where user can get unlimited quiz from the content. AI feedback on open ended question. others features are under development like paraphrasing, summarizing, translation, etc.
Smart assessment, a fully automated assessment system that efficiently create and grade quiz based on the content. This reduce work of hand creafing quiz and grading them. while also make cheating or guessing significantly harder.
Portable & composable certificate, we implment 2 type of certificate. an NFT for on chain verification that also contain metadata that facilitage others on-chain used. we also have example code of gating advance defi feature base on the certificate. the second type is a printable certificate that can be used in real life implemented with Provable Object Datatype (POD) technology.
Open ecosystem, we belive that open ecosystem is the only way to scale massively. our code is open source. and the system is design for easy contribution. e.g. content is markdown + json. in the future we will allow easier way to publish content.
we also run a survey with people in the hackathon and online. The evidence support the idea that people have things to share and people interested in those content. see more in slide
https://docs.google.com/presentation/d/1d5Fju1g9JByqHQ0PYRmCybwEjIcDaKL2Nr9qyCkK7Us/edit?usp=sharing
website is next.js and privy sdk.
Our AI feature is a prompt engineered by hand for each feature. there're some prompt that already work but not integrated yet. can be find under /prompt folder. the LLM in prod is gemini 1.5 but the system work for most mordern LLM.
our smart contract is based on ERC721 with some help of openzepplin lib.
POD is based on pod.org