Skip to main content

Learn Intuition

Learn Intuition is an interactive course that teaches the Intuition protocol inside Claude Code. It is meant for builders who want guided context before writing production code or asking an AI agent to extend an Intuition app. We'll be extending to support Codex in the future, but this first iteration is focused on running the experience within Claude Code.

What You Learn​

PartLessonsFocus
Understanding the Knowledge Graph00-04Intuition, atoms, triples, signals, staking, conviction, and bonding curves.
Building with the Protocol05-08Protocol setup, testnet connection, creating atoms and triples, GraphQL reads, and vault state.
Building Real Applications09-11Ecosystem navigation, context engineering, and a capstone app built from Intuition templates.

Prerequisites​

  • Claude Code installed locally.
  • Git and a JavaScript runtime available in your terminal.
  • Basic familiarity with TypeScript and wallet-based web apps.

Run the Course​

git clone https://github.com/0xIntuition/learn-intuition.git
cd learn-intuition
claude

Then run the course command inside Claude Code:

/learn

Course Commands​

CommandWhat It Does
/learnShow the course dashboard.
/learn nextStart the next lesson.
/learn progressView your progress stats.
/learn resetReset course progress.
/learn 00 through /learn 11Jump directly to a lesson.

When to Use It​

Use Learn Intuition when you want to:

  • Understand the protocol primitives before building.
  • Have a guided, AI-assisted interactive learning experience.
  • Learn the read path and write path together.
  • Practice with an AI coding agent in a controlled environment.
  • Prepare to fork the basic or advanced template.

Next Steps​