Tutorials¶
Hands-on walkthroughs that demonstrate G6's core capabilities.
Available tutorials¶
-
Your First 30 Minutes
Connect G6 to Claude Code, discover components, decompose your first goal, run a pipeline, and see formal verification in action.
-
Build a Research Pipeline
Decompose a research goal, retrieve context from multiple sources, synthesize findings, and verify results with formal methods.
-
Safety-Guarded Goals
Attach declarative guardrails, checkpoints, and breakpoints to a goal so CSF checks modeled risk before execution.
-
Create a Custom Component
Build a G6 extension you drop into
~/.g6/extensions/— a manifest, an AIBlock, and optional MCP tools.
Prerequisites¶
Before starting these tutorials, install G6 and pick how you'll work with it (Choose Your Interface):
- Using G6 — the desktop GUI, or G6 connected to Claude Code via MCP
- Extending G6 — building your own extension components (see Custom Component)
Related resources¶
- Architecture Overview -- system design context
- Component Model -- AIBlock, Result[T], and protocols
- Pipelines -- pipeline execution engine
- API Reference -- component documentation