Skip to content

LearnPrompt AI Practice Wiki

LearnPrompt is not a glossary of tool terms, nor a textbook you read cover to cover. It’s a practice-first tutorial series for real projects: you pick a task that’s already happening, then take the shortest path to a result you can actually check.

The problem you’re solving right nowStart hereYour first deliverable
You haven’t had AI actually change your project yetThe minimum agentic coding workflowA small change that includes a plan, a diff, checks, and a retro
You’re already using Claude Code or Codex but aren’t sure which to reach forChoosing between Claude Code and CodexA decision table based on environment, feedback, risk, and async needs
Your agent keeps missing context, overstepping scope, or finishing work you can’t verifyThe five components of a harnessA check across instructions, capabilities, constraints, state, and orchestration
You do the same workflow over and over and want an agent to reuse it reliablyWhat an Agent Skill actually isA clear call: “keep using a prompt” or “upgrade to a Skill”
You want project knowledge to survive across sessions and agentsWhen Markdown counts as agent-handoff memoryA handoff packet a fresh agent can pick up and continue
You’re building on Hermes or OpenClawHermes’s learning loop or The OpenClaw architecture guideAn observable write-approval flow or message-routing diagram

Still not sure where to start? See the AI Practice Map. It turns “I want to learn AI” into an actionable learning path.

An in-depth tutorial never gives you just concepts and screenshots. You’ll find four kinds of evidence:

  1. A concrete reader task: what you’ll be able to do after reading, not just “understand a feature.”
  2. A replayable showcase: valid scenarios alongside counter-examples that get rejected.
  3. Executable verification: commands, exit codes, diffs, receipts, or manual checkpoints.
  4. Real sources with clear limits: primary sources, secondary topic maps, and field experiments, each labeled separately.

verified only means an article has passed the project’s own research, showcase, independent review, diagram, and build gates — it doesn’t mean the tool’s capabilities will never change. For anything involving versions, pricing, permissions, or security, always trace back to the official source linked at the bottom of the article.

Pick one real task
→ Read only the 1–3 articles needed to unblock it
→ Copy the template and adapt it to your own input
→ Run the command or do the manual check
→ Write what failed back into your project rules, memory, or a Skill

If you have 15 minutes, finish the exercise in one tutorial. If you have a week, run the full loop with the 7-Day Practice Path. Don’t mistake “I bookmarked it” for “I can use it.”

Before you let an agent write files, run commands, or reach external systems for the first time, read Safety basics for AI tool setup. When secrets, deletions, releases, paid calls, or real user data are involved, no tutorial can make the authorization call for you.