Skip to content

AI Mentorship Certification

Learn the tools. Practice the craft. Help someone else succeed.

Welcome, Future AI Mentors!

Polly waving welcome Great AI mentors do more than know which button to click. They help learners think clearly, experiment safely, and keep ownership of their work. Time to talk to AI—and teach someone else how to talk back!

Program Overview

The AI Mentorship Certification prepares experienced students, educators, and professionals to serve as AI Certified Mentors. Certified mentors help senior-high students, college students, and adult learners use AI coding agents such as Claude Desktop, Claude Code, and Codex to create programs, debug problems, and learn new technical skills.

This certification is designed for a world in which a programming student may ask fewer questions about Python syntax and more questions such as:

  • How do I explain my project to an AI agent?
  • How can I tell whether the generated code is correct?
  • What should I do when the agent gets stuck or changes the wrong file?
  • How much of the solution should I ask the agent to write?
  • How do I learn from AI-generated code instead of merely copying it?

An AI Certified Mentor should be able to answer those questions while keeping the learner in the driver's seat. The mentor's job is not to produce answers on demand. The job is to help learners develop the judgment, communication habits, and verification skills needed to solve problems with an AI partner.

Who This Program Is For

The program welcomes:

  • Senior-high students who already have experience building and debugging programs
  • College students studying programming, data, engineering, design, or related subjects
  • Teachers, tutors, and youth-program volunteers
  • Software professionals and other adults who want to support new AI-assisted creators

Candidates do not need to be expert software engineers. They do need patience, curiosity, dependable communication skills, and enough technical experience to recognize when a learner or an AI agent needs a different approach.

Certification Requirements

To earn the AI Certified Mentor certificate, a candidate must complete all of the following requirements:

  1. Obtain and maintain access to a licensed AI coding tool: Claude or Codex.
  2. Complete the required mentor training activities.
  3. Demonstrate the core competencies in a practical review with an instructor or approved evaluator.
  4. Follow the program's safety, privacy, academic-integrity, and youth-protection rules.
  5. Complete at least 10 hours of approved volunteer mentoring.
  6. Submit a signed volunteer service log and a short reflection on what the mentor learned.

The license is a working requirement, not a trophy. Candidates must have enough access to practice between sessions and to mentor without repeatedly running into free-tier limits.

What an AI Certified Mentor Can Do

By the end of the program, a certified mentor can:

  • Help a learner turn a vague idea into a clear, achievable project
  • Ask diagnostic questions before reaching for a solution
  • Write and refine prompts that include goals, context, constraints, and success criteria
  • Use Claude or Codex to inspect a project, plan changes, generate code, and explain results
  • Help learners read error messages and debug through small, testable steps
  • Review AI-generated code for correctness, security, readability, and fit with the learner's goal
  • Use version control to preserve work and recover from unwanted changes
  • Explain code at the learner's level without taking over the keyboard
  • Recognize hallucinations, uncertainty, and overconfident answers
  • Protect private information and model responsible AI use
  • Document a mentoring session and identify an appropriate next step

The Mentor's Real Superpower

Polly thinking The best mentor is not the person who types the solution fastest. It is the person who asks, “What have you tried, what happened, and what do you think the program should do next?” A useful pause can teach more than a perfect paste.

Training Path

The certification may be offered as a short intensive program or as weekly sessions. Candidates progress through four stages.

Stage 1: Tool Readiness

Candidates set up Claude or Codex and learn how the tool interacts with local files, terminals, editors, and repositories. Each candidate must demonstrate that they can:

  • Sign in and confirm that the licensed tool is available
  • Open an existing project and explain its basic file structure
  • Create a small project with an AI agent
  • Run the program and inspect the result
  • Use Git to save a known-good version before making a risky change
  • Review proposed file changes before accepting them

The goal is not to memorize every command. The goal is to build a reliable workflow in which the candidate always knows what changed, how to test it, and how to recover.

Stage 2: Prompting and Problem Solving

Candidates practice turning real student questions into productive conversations with an agent. They learn a repeatable mentoring loop:

  1. Clarify: What is the learner trying to build or understand?
  2. Inspect: What code, data, error message, or prior attempt already exists?
  3. Plan: What is the smallest useful next step?
  4. Prompt: Give the agent relevant context, constraints, and a definition of success.
  5. Review: Read the response and proposed changes before trusting them.
  6. Test: Run the program or another appropriate check.
  7. Reflect: Ask the learner to explain what changed and why it worked.

A weak prompt might say:

Prompt

Fix my Python game.

A mentor helps the learner provide useful context:

Prompt

I am building a beginner Python guessing game. When the player enters a letter, the program crashes with the error shown below. First explain the error in language appropriate for a high-school student. Then propose the smallest change that handles non-numeric input without rewriting the rest of the game. Show me how to test the fix with three inputs.

Stage 3: Mentoring Practice

Candidates conduct role-play sessions before working independently with learners. Practice scenarios should include:

  • A learner who wants the AI to complete an entire assignment
  • A learner who cannot explain code that the AI generated
  • A program that runs but produces an incorrect result
  • An agent that repeatedly proposes the same failed fix
  • A learner who is frustrated, embarrassed, or afraid to experiment
  • A project containing personal information that should not be sent to an AI service

During these sessions, evaluators look for a balance between assistance and independence. The candidate should use questions, hints, examples, and small demonstrations before taking control of the work.

Stage 4: Supervised Service

Candidates complete at least 10 hours of approved volunteer mentoring. Service may take place in a coding club, classroom, library, community program, online help session, hackathon, or other approved learning environment.

At least some of the service should involve direct interaction with learners using Claude or Codex on authentic tasks. Appropriate tasks include:

  • Planning a small Python, web, data, or creative coding project
  • Debugging code and interpreting error messages
  • Improving a prompt after an incomplete or incorrect answer
  • Reviewing AI-generated code before running it
  • Creating tests and checking results
  • Using Git to save, compare, or restore work
  • Asking an agent to explain unfamiliar code
  • Reflecting on what the learner—not just the AI—understands

Required Practical Demonstration

Before certification is awarded, each candidate completes a practical review. The candidate mentors a learner or evaluator through a short project while an instructor observes.

The demonstration should show that the candidate can:

Area Successful Evidence
Session opening Establish the learner's goal, current skill level, and definition of success
Prompt construction Provide relevant context and constraints without exposing private information
Agent use Ask the agent to inspect, explain, plan, or edit in manageable steps
Technical judgment Review proposed changes and identify at least one risk or assumption
Verification Run the program, test expected behavior, and investigate failures
Teaching Ask the learner to predict, explain, or make a decision
Session closing Summarize progress and agree on a clear next step

A candidate may repeat the demonstration after receiving feedback. This is a certification program, not a dramatic talent show. Iteration is part of the skill being certified.

Responsible Mentoring Standards

AI Certified Mentors agree to follow these standards during training and volunteer service.

Keep the Learner in Control

Whenever possible, the learner should state the goal, approve the plan, type or authorize important prompts, run the program, and explain the result. A mentor may demonstrate a technique, but should return control quickly.

Verify Before Trusting

Generated code can be plausible and still be wrong. Mentors teach learners to inspect changes, run tests, compare results with requirements, and ask for evidence. “The agent sounded confident” is not a test plan.

Protect Privacy

Do not place passwords, API keys, private student records, health information, unpublished organizational data, or other sensitive material into an AI prompt. Use fictional or anonymized examples when practicing. Follow the rules of the school, employer, volunteer site, and AI service.

Respect Academic Integrity

Mentors help learners understand and follow the rules for each course or assignment. If AI assistance is limited, the mentor works within those limits. When disclosure or citation is required, the mentor helps the learner document how AI was used.

Use Age-Appropriate Safeguards

When working with minors, mentors must follow the host organization's supervision, communication, consent, and youth-protection policies. Mentors should use approved accounts, spaces, and communication channels and should never move a student conversation to an unapproved private channel.

Know When to Escalate

Mentors should involve an instructor or program leader when a request involves safety, harassment, self-harm, illegal activity, serious privacy concerns, or a problem beyond the mentor's training. Being certified does not mean handling every situation alone.

Helpful Is Not the Same as Doing It for Them

Polly giving a warning If the learner leaves with working code but cannot explain what it does, the agent finished the task and the mentoring did not. Use your words, then ask the learner to use theirs.

Volunteer Service Approval

Volunteer hours count toward certification when they are:

  • Completed after the candidate begins the certification program
  • Provided without payment as part of an approved educational or community activity
  • Focused on helping learners build AI-assisted problem-solving skills
  • Documented with the date, learner identifier, tasks, duration, and brief notes
  • Confirmed by an instructor, site coordinator, or other approved supervisor

Use first names, initials, or program-assigned identifiers in the log rather than sensitive student information. Hours may be divided across multiple learners and sessions. The total must reach at least 10.0 hours.

Final Submission and Certificate

The candidate submits:

  • The completed volunteer service log
  • Supervisor confirmation of the recorded hours
  • A short reflection describing one mentoring success, one challenge, and one practice the candidate will improve
  • Any required evidence from the practical demonstration

After the program verifies the requirements, the candidate receives an AI Certified Mentor certificate. Programs may also issue a digital badge and record the certification date, tool used, and renewal or continuing-education expectations.

Ten Hours That Multiply

Polly celebrating Ten volunteer hours do more than complete a certificate. Every learner you help becomes more capable of helping the next person. That is how a coding class turns into a community of confident AI problem solvers!

Sample 10-Hour Volunteer Service Log

The sample below shows one way to document the required 10 hours. Replace the sample identifiers and activities with the candidate's actual approved service. Add rows if needed, and use decimal hours such as 1.5 for a 90-minute session.

Date Student Tasks Hours Notes
2026-09-08 Student A Scoped a Python quiz project and created a step-by-step plan with Claude 1.0 Student explained the planned input, output, and success criteria
2026-09-10 Student B Diagnosed a loop error and tested the smallest proposed fix 1.0 Used three test cases; learner explained the off-by-one error
2026-09-15 Student C Improved a vague Codex prompt by adding context and constraints 1.5 Compared the first response with the revised response
2026-09-17 Student D Reviewed AI-generated code for readability and hidden assumptions 1.0 Renamed variables and added comments chosen by the learner
2026-09-22 Student A Added input validation and created a simple test checklist 1.5 Restored a known-good Git version after one failed attempt
2026-09-24 Student E Used an agent to explain unfamiliar functions at the learner's level 1.0 Learner summarized each function without agent assistance
2026-09-29 Student F Planned and debugged a small web application 1.5 Checked browser errors and verified the final behavior
2026-10-01 Student B Reflected on AI use and prepared a project demonstration 1.5 Learner identified which work was theirs and which involved AI
Total volunteer service 10.0 Supervisor verification: ________

Mentor name: _____
Volunteer site or program: _____

Supervisor name: _____
Supervisor signature: _____

Date verified: ______