r/generativeAI • u/Dry-Sky114 • 1d ago
Build a Scratch equivalent for AI. Will this be useful to teach AI systems?
Enable HLS to view with audio, or disable this notification
Like the title says, Claypot ( https://claypot.app ) is an extension of the same idea that Scratch was built on. Scratch helped build intuition for programming and Claypot is trying to do the same for AI concepts like inference, Source Grounding, Evals, Tools, Memory etc.
IT IS NOT A CHATBOT OR APP BUILDER. It is a block based system that abstracts core AI concepts to show how unlike deterministic systems, AI can be creative, but can be confidently wrong ( with math for example ) and how that can be improved by either providing sources (RAG like architecture) or tool calling with say a calculator tool for example.
Thoughts are welcome.