October workshops are openBuild a Search AI Agent

Enroll now
Skip to content

MODERN AI LEARNING. GRADES 9–12.

The school of
Agentic AI for
high schoolers.

Understand how agents plan, use tools, and check their work.
Learn through research-informed lessons, live guidance, and projects you build.

Research into practiceReal code, real projectsBeginner to builder
THE AI LAB IS OPEN18 projects. Find one that feels like you.
Enter AI Lab
THE POSSIBILITIES ARE YOURS.Find your starting point.
100%
8 majors + everyday practiceA map of learning paths

An interactive map of what you can learn. Choose a field to explore its projects.
Free to try. No sign-up or API key needed.

Informed by leading AI research. Taught through code, experiments, and application.

  • OpenAI
  • Anthropic
  • Google DeepMind
  • Hugging Face
  • LangChain

A COMMUNITY OF CURIOUS BUILDERS

Trusted by students across schools.

Modern AI.
Learn it by building it.

Tools. Retrieval. Agent workflows. Evaluation.
Learn the ideas, write the code, and put them to work.

Find your way in
THE AGENTIC AI SCHOLARS PROGRAM

5 weeks.
Your own AI agent.
A project with purpose.

Choose a field you’re curious about. Build, test, and host your own AI agent, with live guidance throughout. Finish with a working project to share and the code in GitHub.

5 weeksLive onlineMajor-aligned project
Explore Agentic AI Program7-day money-back guarantee

CS, healthcare, business & finance, law, or a mentor-scoped idea of your own.

your-project / the-plan

ONE IDEA. 5 WEEKS TO MAKE IT YOURS.

WEEK 1

Make Your First Agent

Explain the difference between a chatbot, a fixed workflow, and an AI agent

Your first tool-using agent, an agent blueprint, and a readable record of what it did.
Live instructor studio+ Mentor lab
ONE WEEKEND
One first build.
How can an agent check its answer?
Plan the searchTurn a question into a task.
Find & compare evidenceCheck approved sources.
Answer with careCite sources. Flag what’s uncertain.
Your Search AI Agent · workshop project
THE AGENTIC AI WEEKEND WORKSHOP

One weekend.
Your first AI agent.
Build it. Run it. Get it.

Start with a question. Build a Search AI Agent that plans, retrieves, compares evidence, and gives an answer you can inspect.

5 live hoursUp to 10 studentsBeginner-friendly
Explore Weekend WorkshopSee upcoming weekends and register

Live instruction, guided coding, and help when you get stuck.

THE FREE AI LAB

Follow a hunch.
Change the code.
See what happens.

Short lessons. Visual agent demos. Code you can run. Explore 18 project journeys across your interests, at your own pace.

Free to exploreBrowser coding lab

Real JavaScript. Simulated model decisions. No account or API key required.

agent.jsGuided simulation

ONE GOAL. A FEW TOOL CALLS.

When does the library close?

Three invented notices. Version 2 is current.
WORKFLOW PREVIEWcall() stops at your budget
const budget = 3;
const ids = call("searchRecords", searchRecords);
const cards = ids && call("readRecords", () => readRecords(ids));
const result = cards && call("checkEvidence", () => checkEvidence(cards));
return result ?? { status: "needs_review" };
Ready when you are0 / 3 steps run

Change the budget. Predict what the workflow can check.

GoalToolsEvidenceReview

Authored practice data · no live model or API calls

FROM HIGH SCHOOL CURIOSITY TO WHAT COMES NEXT

Build skills now.
Give your future more direction.

Explore a field. Build something useful. Learn to explain your thinking.
A project makes those ambitions tangible.

WHY EXPLORE STEM NOW?Build a foundation for fields that are growing.

The U.S. Bureau of Labor Statistics projects faster employment growth in STEM than across all occupations. Start by exploring the work and practicing the skills.

U.S. BLS · Employment projections, 2025–2035. Projections describe occupations, not individual career outcomes.
7.4%STEM occupations3.5%All occupations

YOUR STEM DIRECTION

Explore a major by building in it.

Curious about healthcare, computer science, business, or law? Work on a project in that field and discover which problems you enjoy solving.

A clearer interest. A project to keep exploring.

YOUR FUTURE SKILLS

Learn how to build with AI.

Practice coding, finding reliable information, testing results, and deciding when a person should step in. These are useful habits for further STEM study and technical work.

Code, problem-solving, and judgment in practice.

YOUR COLLEGE APPLICATION STORY

Show the work behind your ambition.

Document a problem you chose, the decisions you made, and what you improved. Your project gives you concrete work to discuss in essays, interviews, or a portfolio where accepted.

An original project story you can explain.

THE SCHOLARS PROGRAM · 5 WEEKS

The work. The code. The recognition.

Clear outcomes you can share and build on.

Hosted Agentic AI Project

A working AI agent aligned to your interests, built with professional practices and hosted as a demonstration you can share, test, and explain.

GitHub Code

Your project code in a GitHub repository, with a README, setup instructions, test cases, and documented design decisions and limitations.

Certificate

The STEMtiq Agentic AI Scholars Certificate, issued after completing all five weeks and the final project. It recognizes completed work, not attendance alone.

Merit-Based Letter of Recommendation

An industry AI mentor may award a letter based on demonstrated project quality, effort, and participation. It is performance-based, not automatic or included simply for enrolling.

A project can help demonstrate your interests and initiative. Selective colleges consider academic preparation and many other factors. STEMtiq does not guarantee admission or award college credit.

A LOOK AT HIGHER EDUCATION

Leading universities are
making AI a priority.

Dedicated degrees. Interdisciplinary institutes. Research into how AI affects people.
See how the field connects to what you might study next.

MIT

AI across disciplines

The Schwarzman College of Computing connects AI and computing with other fields, including the social and ethical questions that come with them.

MIT · Schwarzman College of Computing
Technology + your field

Stanford University

AI centered on people

Launched in 2019, Stanford HAI brings technical research together with the humanities and social sciences to study AI’s effects on people.

Stanford HAI · 2019 launch
Technology + human judgment

Carnegie Mellon University

AI as a field of study

In 2018, Carnegie Mellon introduced the first U.S. bachelor’s degree in AI, combining computing and mathematics with ethics and social responsibility.

Carnegie Mellon News · May 2018
Foundations + responsible practice

Harvard University

Understanding intelligence

Announced in 2021, Harvard’s Kempner Institute connects neuroscience and AI to investigate how intelligence works in brains and machines.

Harvard Gazette · December 2021
Curiosity + scientific research
Start exploring before you choose a major.

Learn the code. Test your ideas. Build a project you can explain.

Explore our AI curriculum

Your starting point.
Your kind of momentum.

Choose the time and support that fit you.

BUILD, TEST, AND HOST YOUR OWN AGENT

Agentic AI
Scholars Program

A major-aligned project with weekly instruction, mentor labs, and time to make it your own.

5 weeksLive online
  • Hosted Agentic AI Project
  • GitHub Code
  • Certificate
  • Merit-Based Letter of Recommendation
Explore the programCertificate on completion. Recommendation based on merit.
BUILD YOUR FIRST AGENT

Agentic AI
Weekend Workshop

A focused first build, with live guidance every step of the way.

5 live hoursOne weekend
  • A live Saturday + Sunday workshop
  • Beginner-friendly Search AI Agent
  • A cohort of up to 10 students
Explore the workshopChoose a weekend on the workshop page.
START WITH YOUR CURIOSITY

Your own
AI Lab

A place to explore a field, learn a concept, and try a small experiment.

Self-pacedIn your browser
  • Short lessons + visual agent demos
  • 18 guided project journeys
  • Real JavaScript practice workspaces
Step into the AI LabNo sign-up. Start whenever you’re ready.

A CLEARER WAY TO CHOOSE

STEMtiq AI vs. others.
Compare what you actually get.

Use these questions when comparing programs.
Support, projects, and policies vary by provider.

What matters
Ask other programs
STEMtiq AIAgentic AI Scholars Program
Live support
Ask other programsCan I ask questions while I build?
STEMtiq AI ScholarsWeekly instructor studios and mentor labs.Live online, with guided independent practice.
A project that fits
Ask other programsCan I build around my interests?
STEMtiq AI ScholarsChoose a major-aligned agent project.CS, healthcare, business, law, or a mentor-scoped idea.
Hands-on depth
Ask other programsWill I write and understand the code?
STEMtiq AI ScholarsBuild the workflow and keep your code in GitHub.Connect sources, test outputs, and explain the decisions.
Responsible AI
Ask other programsWill I learn what happens when AI is wrong?
STEMtiq AI ScholarsPractice citations, failure analysis, and human review.Evaluate difficult cases and document the limitations.
Work to show
Ask other programsWhat will I be able to demonstrate?
STEMtiq AI ScholarsA hosted Agentic AI project you can share.Present the working agent with its tests and limitations.
Recognition
Ask other programsWhat does earning recognition require?
STEMtiq AI ScholarsA completion certificate. A merit-based recommendation.Complete the program and final project for the certificate; the letter depends on assessed quality and effort.
Confidence to start
Ask other programsWhat if the program isn’t the right fit?
STEMtiq AI ScholarsA first-week, full-tuition refund guarantee.Request a full tuition refund within 7 days of your cohort’s first live session. No questions asked.

5 weeks. A project that reflects your interests.See the week-by-week curriculum and how to apply.

Explore Agentic AI Program

FOR PARENTS. BUILT ON CLEAR EXPECTATIONS.

An investment in
what your child can do.

A guided way to explore AI, build useful skills, and finish with work your student can explain. Know the outcome, the support, and the commitment before you choose.

  • Visible progressA blueprint, working code, tests, and a final demo.
  • Live guidanceInstructor studios and mentor labs each week.
  • A clear commitment5 weeks. 5 live hours per week, plus optional 1–2 hours of practice.

THE SCHOLARS PROGRAM PROMISE

Try the first week.
Decide with confidence.

Full tuition refund.
No questions asked.

Request a refund within 7 days of your cohort’s first live session.

See the simple refund policy

Good questions. Clear answers.

Why learn to build with AI in high school?

AI is becoming part of how people write software, analyze information, and conduct research. Starting now gives students time to understand its capabilities and limits through practice. They learn to break a problem into steps, work with code and evidence, and check results—habits they can carry into school projects, further study, and future technical work.

Will this help my child explore STEM and future careers?

Yes: through an educational project, students can try the kinds of questions that interest them before committing to a major. A healthcare project practices source checking and clear explanations; a coding project practices issue triage and testing; a business project practices research and structured analysis. This is early exploration and skill-building, not professional qualification or a job-placement program.

How can the project support college applications?

A project can give a student specific work to discuss: the problem they chose, the code they wrote, what failed, and how they improved it. This can help them explain their curiosity and initiative in essays, interviews, or portfolios where accepted. Selective colleges also consider academic preparation and the rest of the application. STEMtiq does not promise an admissions advantage, acceptance, or college credit.

What will my student have at the end of 5 weeks?

A hosted Agentic AI project they can demonstrate, the project code in GitHub, and a certificate after completing the program and final project. An industry AI mentor may award a merit-based letter of recommendation after assessing project quality, effort, and participation; the letter is not automatic. Their project includes documentation, tests, and an explanation of its limitations.

Does my child need coding or AI experience?

No prior coding or AI experience is required. The learning journey begins with agent foundations and guided practice. Students should be comfortable using a computer and following instructions. The weekend workshop is a beginner-friendly first build, and the free AI Lab introduces code in small, guided steps. Families can share their student's experience in the program application and discuss fit before enrollment.

Should we choose the program or the weekend workshop?

Choose the 5 weeks Scholars Program for a project related to your student's interests, weekly instruction, mentor labs, and time to test and refine the work. Choose the weekend workshop for a focused Search AI Agent build across 5 live hours, with up to 10 students. The workshop is not a prerequisite. The free AI Lab is open for exploration at any time.

How does it fit around school, and who helps?

The program runs over 5 weeks: 10 live sessions and 25 hours in total. Meet every Saturday and Sunday for 2.5 hours each, 8:00–10:30 AM Pacific Time, with optional 1–2 hours of practice each week. Students bring questions to the live sessions and use mentor feedback to improve their projects. Choose a cohort and review every session date before applying; the published schedule includes holiday weekends.

How does the first-week money-back guarantee work?

Request a full tuition refund within 7 days of your cohort’s first live session. No questions asked. Email admissions@stemtiq.org with the student’s name and enrollment email within the 7-day window. No explanation is required. This guarantee applies to the Agentic AI Scholars Program; the weekend workshop has its own cancellation policy.

What can my child try before we enroll?

The free AI Lab has bite-sized lessons, visual agent demos, and code workspaces. No account or API key is needed. Students run real JavaScript; the model decisions and school records are authored simulations. They can explore an interest and get a feel for building before choosing a live program.

Explore together before you decide.

Pick a project in the free AI Lab and see what sparks their interest.

Try a free AI project

YOUR INTERESTS. YOUR IDEAS. YOUR NEXT STEP.

Build something now.
Take it into your future.

Explore a major. Learn to code with AI.
Finish with a project you can demonstrate and explain.

Grades 9–12 · Live online · First-week money-back guarantee on the Scholars Program