🎧 FutureTec Global Curriculum Portal
All 12 months of high-level AI education are now detailed below. Select your language to view the academic objectives.
🎯 Ages 5-6: Little Explorers
Sorting Safari — Learning to Classify Like a Computer
Students will learn to sort objects into groups based on shared characteristics (colour, shape, size, texture), understanding that this process of *classification* is the foundational skill that allows computers and AI systems to organise information.
Pattern Parade — Discovering Repeating Sequences Like AI
Students will identify, extend, and create repeating patterns using physical objects and body movements, understanding that *pattern recognition* is how AI systems find meaning in data.
Robot Friends — Giving Instructions Step by Step
Students will learn to give and follow precise, sequential instructions to guide a partner through a simple task, understanding that *algorithms* are step-by-step instructions that tell computers (and robots) exactly what to do.
Memory Magic — How Computers Remember Things
Students will explore how information can be stored and retrieved using physical memory systems (boxes, cards, labels), understanding that computers need *data storage* to function — remembering information so it can be used later.
Guess Who? — Making Predictions from Clues
Students will use clues to make predictions about hidden objects or outcomes, understanding that *prediction* is how AI uses what it already knows to guess what will happen next.
Shape Detectives — Spotting Features Like Computer Eyes
Students will learn to identify specific features (edges, corners, curves, symmetry) of shapes and objects, understanding that *feature detection* is how computer vision systems "see" and recognise images.
Story Builders — Creating Sequences Like AI
Students will arrange story elements in logical order and create simple narratives, understanding that *sequence generation* is how AI systems produce text, speech, and creative content one step at a time.
Colour Codes — Secret Messages and How Computers Talk
Students will learn to represent information using colour codes and simple symbols, understanding that *encoding* is how computers translate human information (letters, pictures, sounds) into a language they can process.
Helpful Robots — Making Choices with If-Then Rules
Students will learn to follow and create simple IF-THEN decision rules, understanding that *decision making* in AI is based on conditions — "if this happens, then do that."
Nature Watchers — Collecting Data Like Scientists and AI
Students will observe, count, and record data about the natural world, understanding that *observation and data collection* are how both scientists and AI systems gather the raw information needed for learning.
Fair Play — Making Rules That Are Fair for Everyone
Students will explore the concept of fairness in rule-making through games and group decisions, understanding that *fairness* is a critical concern when AI makes decisions that affect people.
AI All Around Us — A Year of Discovery
Students will identify examples of AI in their everyday lives and connect them to the concepts learned throughout the year, creating a capstone understanding that artificial intelligence is present, useful, and shaped by human choices.
🎯 Ages 7-9: Junior Coders
Data Detectives — Collecting, Organising, and Understanding Information
Students will learn to collect data through surveys, organise it into tables and charts, and draw simple conclusions, understanding that *data collection and organisation* are the essential first steps in any AI system.
Algorithm Adventures — Writing Precise Procedures
Students will write, test, and debug multi-step algorithms for everyday tasks and grid-based challenges, understanding that *algorithms* are precise, unambiguous procedures that form the basis of all computing and AI.
Branching Out — Making Decisions with Decision Trees
Students will build and traverse decision trees using yes/no questions to classify objects and make decisions, understanding that *decision trees* are a fundamental machine learning model.
Pixel Pictures — How Computers See Images
Students will create and decode pixel art using grids and colour numbers, understanding that *image representation* in computers is based on grids of numbered colour values (pixels).
Search Party — Finding Things Fast with Search Algorithms
Students will compare linear search (checking one by one) and binary search (dividing in half) to find items in sorted lists, understanding that *search algorithms* are fundamental operations that power everything from web search to database queries.
Spam Stoppers — Filtering and Classifying Messages
Students will build a rule-based classifier to sort messages into "spam" and "not spam" categories, understanding that *filtering and classification* are how AI protects email inboxes and content platforms.
Chatbot Challenge — Building Conversations with Rules
Students will design and test rule-based chatbot dialogue systems using keyword matching and pre-scripted responses, understanding that *natural language rules* are the foundation of conversational AI.
Treasure Maps — Finding Paths Through Networks
Students will navigate graph networks to find the shortest paths between nodes, understanding that *graph traversal* algorithms power navigation apps, social networks, and internet routing.
Feedback Loops — Understanding Learning from Mistakes
Students will play iterative guessing games where feedback after each round improves performance, understanding that *learning from mistakes* (feedback loops) is the core mechanism of how AI models improve over time.
Crowd Wisdom — Understanding Ensemble Methods
Students will compare individual guesses with group averages to discover that aggregated answers are often more accurate, understanding that *ensemble methods* combine multiple models for better predictions.
Privacy Shields — Understanding Data Privacy
Students will explore what personal data is, how it can be shared or exposed, and how to protect it, understanding that *data privacy* is a fundamental ethical concern in AI systems.
Smart City Planners — Understanding AI Systems Integration
Students will design a "smart city" using all concepts learned during the year, understanding that *AI systems integration* combines multiple AI components to solve complex real-world problems.
🎯 Ages 10-11: Logic Builders
Binary Brains — Exploring Binary Representation
Students will convert numbers between decimal and binary using physical cards, understanding that binary representation (0s and 1s) is the fundamental language of all computers and the basis of digital data storage.
Sort It Out — Exploring Sorting Algorithms
Students will perform and compare sorting algorithms (bubble sort, selection sort, insertion sort) using physical cards, understanding that sorting algorithms are essential for organising data efficiently.
Network Navigators — Exploring Networks & Graphs
Students will build and analyse network structures, calculate degrees, and identify key nodes, understanding that networks and graphs model relationships in social media, the internet, and biological systems.
Training Day — Exploring Training Data & Bias
Students will experience how biased training data produces biased models by training a classifier on incomplete data, understanding that training data quality determines AI fairness and accuracy.
Compression Quest — Exploring Data Compression
Students will compress text using substitution codes and frequency analysis, understanding that data compression reduces storage and transmission costs while preserving information.
Logic Gates — Exploring Boolean Logic
Students will build physical logic gates (AND, OR, NOT, XOR) using cards and hand signals, understanding that Boolean logic is the computational foundation of all digital circuits and AI decision systems.
Recommendation Engine — Exploring Collaborative Filtering
Students will build a paper-based recommendation system by matching user preferences, understanding that collaborative filtering powers recommendation engines in streaming services, e-commerce, and social platforms.
Error Detectives — Exploring Error Detection & Correction
Students will use parity checks and checksums to detect errors in transmitted data, understanding that error detection and correction systems ensure data integrity in communications and storage.
Optimisation Olympics — Exploring Optimisation Problems
Students will solve constrained optimisation problems (scheduling, packing, routing) using physical materials, understanding that optimisation is central to AI planning, logistics, and resource allocation.
Sentiment Sleuths — Exploring Sentiment Analysis
Students will classify sentences as positive, negative, or neutral by analysing word choice, understanding that sentiment analysis allows AI to gauge opinions in text data at massive scale.
Encryption Station — Exploring Cryptography Basics
Students will encrypt and decrypt messages using Caesar cipher and substitution ciphers, understanding that cryptography protects data confidentiality in digital communications and AI systems.
AI Ethics Court — Exploring Ethical Frameworks for AI
Students will debate real-world AI dilemmas using structured ethical frameworks (consequentialism, deontology, virtue ethics), understanding that ethical reasoning is essential for responsible AI development and deployment.
🎯 Ages 12-13: AI Thinkers
Neural Pathways — Mastering Neural Network Basics
Students will build a paper neural network that takes inputs, applies weights, sums them, and uses a threshold function to produce outputs, understanding that neural networks are interconnected layers of simple mathematical units that form the basis of modern deep learning.
Probability Playground — Mastering Probabilistic Reasoning
Students will calculate probabilities, use Bayes theorem with physical props, and make decisions under uncertainty, understanding that probabilistic reasoning enables AI to handle incomplete information and make informed predictions.
Evolutionary Designs — Mastering Genetic Algorithms
Students will simulate evolution by generating, evaluating, selecting, and mutating solutions to an optimisation problem, understanding that genetic algorithms use principles of natural selection to search for optimal solutions.
Language Machines — Mastering Natural Language Processing
Students will build a text processing pipeline including tokenisation, stop word removal, and bag-of-words representation, understanding that NLP transforms human language into mathematical representations that AI can process.
Vision Quest — Mastering Computer Vision Principles
Students will implement a simplified image classification pipeline using manual feature extraction on printed images, understanding that computer vision systems decompose images into features and use pattern matching for recognition.
Reinforcement Rangers — Mastering Reinforcement Learning
Students will train a "paper agent" through a grid world using reward and punishment signals, understanding that reinforcement learning teaches AI through trial-and-error interaction with an environment.
Clustering Constellations — Mastering Unsupervised Learning
Students will group unlabelled data points into clusters using the k-means algorithm with physical props, understanding that unsupervised learning discovers hidden structure in data without predefined labels.
Turing Test Tournament — Mastering Intelligence & the Turing Test
Students will design and administer Turing Tests, evaluate chatbot conversations, and debate the nature of machine intelligence, understanding the philosophical and practical dimensions of AI intelligence.
Algorithmic Fairness — Mastering Bias Detection & Mitigation
Students will audit a simulated AI system for bias using statistical analysis, identify sources of unfairness, and propose mitigation strategies, understanding that algorithmic fairness requires active, systematic effort.
Autonomous Agents — Mastering Agent-Based Systems
Students will design autonomous agents with perception-decision-action loops for simulated environments, understanding that agent-based AI systems operate independently by sensing, reasoning, and acting.
Generative Worlds — Mastering Generative Models Concepts
Students will explore how generative models create new content by learning patterns from training data, using physical analogy activities for text generation, image variation, and style transfer.
AI Futures Debate — Mastering Societal Impact of AI
Students will conduct structured debates on the societal impact of AI across employment, education, healthcare, creativity, and governance, synthesising the full year of learning into informed positions on AI futures.
🎯 Ages 14-16: Tech Pioneers
Perceptron Power — Single-Layer Neural Networks from Scratch
Students will build, train, and test a paper-based perceptron that learns to classify binary inputs, understanding the mathematical foundation of neural networks: weighted sums, thresholds, activation functions, and iterative weight updates.
Backpropagation by Hand — Gradient Descent & Learning
Students will manually perform forward passes and backward error propagation through a small neural network, computing partial derivatives and weight updates to understand how gradient descent trains multi-layer networks.
Markov Chains — Stochastic Processes & Predictive Modelling
Students will construct and analyse Markov chains using transition matrices and state diagrams, generating text and predicting weather patterns to understand memoryless stochastic processes and their role in AI systems from search engines to language models.
Convolutional Thinking — Feature Extraction in CNNs
Students will manually apply convolution kernels (filters) to grid-based images, compute feature maps, and perform pooling operations to understand how Convolutional Neural Networks extract hierarchical visual features from raw pixel data.
Recurrent Reasoning — Sequence Models (RNNs)
Students will simulate a Recurrent Neural Network by processing sequences one element at a time, maintaining a "hidden state" that carries information forward, understanding how RNNs handle variable-length sequential data and why they struggle with long-range dependencies.
Attention Mechanism — Transformers & Self-Attention
Students will simulate the self-attention mechanism by computing attention scores between words in a sentence, understanding how Transformers process all tokens simultaneously and dynamically focus on relevant context, forming the architectural basis of GPT, BERT, and all modern large language models.
Dimensionality Reduction — PCA & Feature Selection
Students will perform manual Principal Component Analysis on a small dataset by computing means, variances, and covariances, identifying principal components as directions of maximum variance, and understanding why reducing dimensions is essential for visualisation, efficiency, and avoiding the curse of dimensionality.
Game Theory & AI — Strategic Decision Making
Students will analyse strategic interactions using payoff matrices, identify Nash equilibria, simulate iterated games, and connect game theory to multi-agent AI systems, adversarial machine learning, and mechanism design.
Explainable AI — Interpretability & Transparency
Students will compare black-box and interpretable models, simulate feature importance and saliency analysis, construct decision explanations for AI predictions, and critically evaluate the tension between model accuracy and explainability in high-stakes domains.
Federated Learning — Privacy-Preserving AI
Students will simulate federated learning by training local models on private datasets, exchanging only model updates (not data), and aggregating them into a global model, understanding how AI can learn from distributed data without compromising individual privacy.
AI Governance — Policy, Regulation & Standards
Students will analyse existing AI governance frameworks, draft AI policy proposals for specific scenarios, evaluate the tensions between innovation and regulation, and understand the emerging global landscape of AI standards, auditing, and accountability.
Capstone: Design an AI System — System Design & Integration
Students will design a complete AI system proposal for a real-world problem, integrating concepts from all 11 previous modules: neural network architecture, training methodology, data pipeline, feature engineering, ethical considerations, governance compliance, explainability requirements, and privacy protection. This is the culminating assessment of the Architects programme.