🚀 New Guide Drop: Build an AI chatbot with blockchain capabilities on Alith Framework

Thanks for the tag, @priyankg3

Yeah absolutely ! we’re using Alith to power AI agents inside EduVerse, and honestly it’s been impressive so far :rocket:

We’ve got a few core agents running:

  • :robot: TutorChatAgent – our main AI tutor, built with Gemini 2.5 Flash And DeepSeek-R1. It helps users in real-time during courses and quizzes, and also powers our Telegram bot (@aiva_help_bot). The responses are fast (usually ~2–3s :high_voltage:), and it’s designed to give helpful guidance instead of direct answers, making learning more interactive :speech_balloon:
  • :light_bulb: HintAgent – a supporting agent that specifically handles quiz-related hints. When students get stuck, it provides small nudges without revealing the answer, helping them think through the problem :eyes::brain:
  • :link: ProgressTrackerAgent – a backend agent that connects to our smart contract. When someone completes a quiz, this agent verifies it and writes an on-chain credential to the user’s record. So learning isn’t just interactive — it’s verifiable and Web3-native :scroll::white_check_mark:

What really stood out with Alith is the dev-first design :laptop:. You define agent roles and behavior with clean config, routing is built-in, and you don’t need to worry about complex orchestration — agents just work :puzzle_piece:

We’re still in testing, but things are stable — and we’re planning to add more AI agents soon (like progress analyzers and personalized course planners) :hammer_and_wrench::chart_increasing:

3 Likes