← Back to Dashboard
Curriculum Architecture

AI Competency Standards

A mapping of 36 core agentic skills across the 4-day MSS26 intensive (Apr 7–10, 2026). Click any standard to view its definition.

Competency Standard Introduced Reinforced Mastered
I. Foundations of AI & Compute
1. Tokenization Logic
The process of breaking text into atomic units (tokens) for LLM processing. Understanding cost, limits, and how "thinking" is measured in tokens.
Module 0 Day 1: Local Intelligence Day 4: Sprint
2. Context Window Management
Strategies for managing the finite memory of an LLM. Includes sliding windows, RAG, and "compacting" history to prevent data loss.
Module 0.1 Day 3: APIs & Python Lab: Copilot Chat
3. Local Model Deployment
The ability to pull, run, and manage open-source models (Llama, Mistral) offline using tools like Ollama or LM Studio.
Day 1: Local Intelligence Lab: Local Engine
Guide: Terminal
Day 4: Spatial AI
4. Model Selection Strategy
The heuristic process of choosing the right model (speed vs. reasoning vs. cost) for a specific task (e.g., Haiku for docs, Sonnet for code).
Guide: Model Comp Day 3: APIs & Python Lab: Ghost Defense
5. AI Ethics & Bias Recognition
Identifying hallucinations, training data bias, and safety guardrails. Differentiating between "safety refusals" and "inability."
Day 1: Local Intelligence Adversarial Primer Day 4: Spatial AI
6. In-Context Learning (ICL)
Teaching the model new behaviors via prompts and data in the current context window without fine-tuning weights.
Module 0.1 Day 2: Agency & Terminal Day 4: Sprint
II. Technical & CLI Mastery
7. CLI Navigation Basics
Moving through the OS file system using `cd`, `ls/dir`, `pwd`, and understanding relative vs. absolute paths.
Guide: Terminal AI Lab: CLI Mastery
Win Guide
Day 3: APIs & Python
8. Headless File Operations
Creating (`touch`, `mkdir`), moving (`mv`), and deleting (`rm`) files purely via command line interfaces.
Lab: CLI Mastery Guide: Install CLI Day 3: APIs & Python
9. Markdown Documentation
Structuring knowledge in `.md` files (headers, lists, code blocks) for optimal AI ingestion and human readability.
Readiness Guide: Agent Skills Lab: NotebookLM
10. Environment Security
Safely handling API keys using `.env` files and environment variables, ensuring secrets aren't hardcoded or pushed to git.
Setup: AI Keys Guide: Install CLI Day 4: Spatial AI
11. Version Control (Git)
Tracking changes, creating commits, and managing project history. Interacting with GitHub via CLI/Copilot.
Setup: Git Lab: CLI Mastery
Guide: Copilot
Day 4: Sprint
12. IDE Proficiency (VS Code)
Navigating Visual Studio Code, managing extensions, and using the integrated terminal and command palette.
Setup: VS Code Day 3: APIs & Python Guide: Copilot
Lab: Phi Silica LoRA
Lab: HF Fine-Tuning
III. Agentic Architecture & Prompting
13. System Prompting (Memory)
Creating persistent instructions (e.g., `agents.md` or System Messages) that define an agent's long-term behavior and rules.
Day 2: Agency & Terminal Guide: Agent Skills Day 4: Spatial AI
14. Agent Persona Design
Crafting specific roles (e.g., "Ruthless Critic", "Senior Architect") to elicit specialized responses and tones.
Day 2: Agency & Terminal Lab: Ghost Defense Day 4: Spatial AI
15. Chain-of-Thought (CoT)
Prompting techniques that force the AI to explain its reasoning step-by-step before delivering a final answer, reducing error rates.
Day 2: Agency & Terminal Lab: Multi-Tool Day 4: Sprint
16. Tool Use / Function Calling
The architecture allowing LLMs to "break out" of the chat to use calculators, web search, or file system tools.
Day 2: Agency & Terminal Lab: Multi-Tool
Guide: MCP
Lab: Space Build
17. Multi-Agent Orchestration
Coordinating multiple distinct agents (e.g., a "Researcher" and a "Writer") to collaborate on a single complex task.
Guide: Terminal AI Lab: Copilot Chat Day 4: Sprint
18. Plan-Execute-Verify Loops
Using "Plan Mode" to create a specification first, then executing code, then verifying the output against the spec.
Guide: Copilot CLI Day 3: APIs & Python Lab: Space Build
19. Iterative Steering
The skill of guiding an agent through multi-turn corrections using feedback loops rather than expecting perfection in one shot.
Guide: Terminal AI Lab: Copilot Chat Day 4: Sprint
IV. Research, Synthesis & Data
20. Retrieval Augmented Generation (RAG)
Grounding user queries in specific external documents or databases to increase accuracy and reduce hallucination.
Day 4: Demo Day Lab: NotebookLM Day 4: Spatial AI
21. Adversarial Critique
Using AI as a "Red Team" or opponent to critique logic, find fallacies, and strengthen arguments.
Adversarial Primer Lab: Ghost Defense Day 4: Demo Day
22. Unstructured to Structured Data
Using AI to parse messy text/notes into clean formats like Tables, JSON, or CSV for analysis.
Lab: Copilot Chat Day 4: Demo Day Day 4: Sprint
23. Visual Synthesis (Mermaid/Charts)
Generating code to create diagrams, flowcharts, and Gantt charts from textual data descriptions.
Lab: Copilot Chat Day 4: Spatial AI Day 4: Sprint
24. Research Synthesis
Condensing multiple complex sources into cohesive summaries, identifying key technical trends and insights.
Day 4: Demo Day Lab: Copilot Chat Lab: NotebookLM
25. Collaborative AI Writing
Co-authoring with AI where the human directs flow and the AI handles drafting, ensuring the human voice remains dominant.
Day 3: APIs & Python Lab: Copilot Chat Day 4: Sprint
V. Advanced Integration & Frontiers
26. API / MCP Integration
Connecting local AI models to external tools and APIs via the Model Context Protocol (MCP), enabling "skills."
Guide: MCP Integration Primer Day 4: Spatial AI
27. Digital Twin Deployment
Creating a self-sustaining agentic clone containing specific knowledge and personality traits.
Day 4: Spatial AI Guide: Agent Skills Day 4: Sprint
28. Sovereign Agent Operation
Running agents that have full OS-level access to read/write files and execute commands autonomously.
Guide: Terminal AI Guide: Install CLI Day 4: Sprint
29. Python for Automation
Using AI to write and execute Python scripts that automate common file system or data tasks.
Day 3: APIs & Python Lab: CLI Mastery
Lab: Space Build
Day 4: Sprint
30. Multimodal Input Processing
Using models that can "see" and "hear" by providing images or audio as input for analysis.
Guide: Model Comp Lab: NotebookLM Day 4: Spatial AI
31. Satellite/Geospatial Logic
Applying AI agents to geospatial tasks, libraries (Folium, Skyfield), and coordinate systems.
Lab: Space Build Day 4: Sprint Day 4: Spatial AI
32. Personal Data Pipelines
Connecting personalized data streams (Calendar, Email) to local AI agents securely for proactive assistance.
Lab: Calendar Sync Day 3: APIs & Python Day 4: Sprint
VI. Reproducibility & Professional Practice
33. Reproducibility & Environment Management
Structuring projects with clear folder layouts, README files, venv/requirements.txt, and single-command rerun instructions so work is reproducible across machines.
Readiness Lab: CLI Mastery Day 3: APIs & Python
34. Fine-Tuning & Model Specialization
Specializing a foundation model's behavior for a specific domain using LoRA adapters, Trainer APIs, and local fine-tuning pipelines.
Lab: Local Engine Lab: Phi Silica LoRA
Lab: HF Fine-Tuning
Day 4: Spatial AI
35. AI Disclosure & Academic Integrity
Maintaining claim-to-citation discipline, disclosing AI usage in scholarly work, and verifying references to avoid hallucinated citations.
Day 4: Demo Day Adversarial Primer Day 4: Sprint
36. Deployment & Hosting
Publishing AI-powered applications to platforms like HuggingFace Spaces, GitHub Pages, or local servers for live demonstration and sharing.
Lab: Multi-Tool Lab: Space Build Day 4: Sprint
VII. GeoAI & Spatial Intelligence
37. Spatial Reasoning (GeoAI)
The ability to leverage LLM "World Models" for zero-shot geographic classification, land-cover analysis, and spatial troubleshooting.
Day 4: Spatial AI Lab: Space Build Day 4: Sprint
38. Synthetic Geography Diagnostics
Identifying and mitigating risks associated with deepfake satellite imagery, synthetic maps, and geopolitical misinformation.
Day 4: Spatial AI Adversarial Primer Lab: Ghost Defense
39. Interactive Visualization (LeafletJS)
Integrating AI-generated data into interactive map-based stories and dashboards using libraries like LeafletJS and Folium.
Lab: Space Build Day 3: APIs & Python App Showcase/Podium
40. Agentic SOP Construction
Formalizing AI collaboration into "Standard Operating Procedures" within documentation (e.g., agents.md) to ensure reproducibility in agentic workflows.
Guide: Agent Skills Day 3: APIs & Python Day 4: Sprint