AI/ML Learning

Teaches AI literacy through layered tutoring from prompt engineering to ML fundamentals.

542|28|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/24kchengYe/human-skill-tree --skill ai-ml-learning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AI/ML Learning
Source: https://github.com/24kchengYe/human-skill-tree/tree/main/app/content/skills/02-ai-ml-learning
Command: npx skills add https://github.com/24kchengYe/human-skill-tree --skill ai-ml-learning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Learners struggle to build genuine AI literacy: they get inconsistent results from chatbots, misuse AI tools at work, or cannot find a structured path into machine learning concepts like transformers, fine-tuning, and RAG.

Core Features & Use Cases

  • Layer Diagnosis: Identifies whether the learner is an AI User, AI-Enhanced Worker, or AI Builder before teaching, so content matches their level.
  • Three-Layer Curriculum: Covers prompt anatomy and hallucination detection, AI workflow integration for coding/writing/data analysis, and ML foundations including neural networks, transformers, embeddings, fine-tuning, RAG, and agents.
  • Socratic Method with Spaced Repetition: Diagnoses gaps through questioning, uses analogies before formalism, and runs quiz checkpoints so knowledge compounds across sessions.
  • Use Case: A professional who uses ChatGPT daily but gets unreliable answers learns prompt anatomy, iterative prompting, and hallucination detection, then progresses to integrating AI into their coding workflow.

Quick Start

Ask the coach to help you understand why ChatGPT gives you wrong answers and how to write better prompts.

Frequently Asked Questions about AI/ML Learning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write better prompts for ChatGPT?

Structure prompts with five components: role, context, task, format, and constraints. Treat prompting as an iterative loop — run the prompt, identify what fell short, revise one component, and re-run until output is reliable.

How do I learn machine learning as a beginner?

Start with intuition before math: understand supervised, unsupervised, and reinforcement learning through real examples, then build up to neural networks, gradient descent, and transformers. A layered curriculum prevents cognitive overload from jumping straight into formalism.

Why does ChatGPT give confident but wrong answers?

LLMs generate statistically plausible text rather than retrieving verified facts, and have no reliable sense of uncertainty. Be skeptical of specific numbers, dates, citations, and anything after the training cutoff, and verify high-stakes claims independently.

What is the transformer architecture in simple terms?

A transformer lets every word attend directly to every other word using an attention mechanism with Query, Key, and Value vectors. This solves the memory degradation problem of RNNs, which processed text strictly left to right and forgot earlier context.

When should I not trust AI-generated code?

Always read generated code before running it, since it can be plausible but wrong, insecure, or mismatched to your context. Trust it less for recent events, precise numbers, narrow domains you know well, and any high-stakes output.