Tutorials overview

These tutorials are written for experienced developers who want production-style usage, not toy prompts.

Before you start

Complete:

Recommended baseline command:

akmon --version

Learning path

TutorialOutcome
Step-by-stepBuild real projects in Rust, Python, TypeScript, and refactoring flows
Multi-agent automationUse phased workflows and context discipline at scale
Architecture patternsSelect plan/architect/spec patterns by task shape

Suggested order by role

Individual developer

  1. step-by-step,
  2. architecture-patterns,
  3. multi-agent-automation.

Platform/DevOps engineer

  1. step-by-step (one stack),
  2. multi-agent-automation,
  3. headless mode.

Maintainer handling large refactors

  1. architecture-patterns,
  2. step-by-step tutorial 4 (existing codebase refactor),
  3. audit log.

Troubleshooting prerequisites

  • If provider calls fail, verify keys and model names first.
  • If sessions drift, create/update AKMON.md before continuing.
  • If costs rise unexpectedly, use phased workflow and watch /context + /cost.

Related: language guides, plan mode, architect mode, headless mode.