Degree Programs

Program Overview

The Certificate in AI Agent Development focuses on the rapidly growing field of autonomous AI systems. Students learn to design, build, and deploy agents that use tools, maintain memory, plan multi-step tasks, and collaborate with other agents. The program covers both the conceptual foundations and the practical toolchains: Claude Agent SDK, LangChain/LangGraph, the Model Context Protocol (MCP), and real-world deployment patterns.

What You Will Learn

  • Agent Architecture: ReAct, plan-and-execute, reflection, and tool-use patterns
  • Tool Integration: Function calling, MCP servers, web search, code execution, database access
  • Memory Systems: Short-term context windows, long-term vector stores, episodic memory
  • Multi-Agent Orchestration: Supervisor patterns, handoffs, CrewAI, AutoGen, LangGraph flows
  • Production Deployment: Rate limits, cost management, monitoring, error handling, human-in-the-loop

Industry Focus

This certificate is designed for practicing software engineers and technical product managers who need to add AI agent capabilities to their teams' output. The curriculum emphasizes getting working systems into production quickly, not theoretical foundations. By the end of the program, students will have built and deployed at least three complete agent applications.

Sample Courses

  • AGT-101: Foundations of AI Agents: Tools, Memory, Planning
  • AGT-201: Building with the Claude Agent SDK
  • AGT-202: LangGraph and Complex Agent Workflows
  • AGT-210: Model Context Protocol: Building and Consuming MCP Servers
  • AGT-290: Capstone: Deploy a Production AI Agent

Program Overview

The Certificate in AI for Robotics bridges the gap between AI algorithms and physical systems. Students get hands-on experience with real robots in Meridian AI's Threshold Robotics Lab, learning manipulation, locomotion, navigation, and sensor fusion. The program emphasizes the unique challenges of deploying AI in the physical world: uncertainty, latency, safety, and the sim-to-real gap.

Curriculum Highlights

  • Robotics Foundations: Kinematics, dynamics, coordinate frames, ROS2
  • Perception: Sensor fusion (LiDAR, radar, stereo vision, IMU), SLAM, 3D scene understanding
  • Manipulation: Grasp planning, motion planning (MoveIt2), imitation learning, diffusion policies
  • Locomotion: Legged robots, sim-to-real with Isaac Lab, whole-body control
  • World Models: Learning predictive models for robot planning

Sample Courses

  • ROB-101: Robotics Foundations and ROS2
  • ROB-201: Robot Perception and Sensor Fusion
  • ROB-210: Manipulation and Grasp Planning
  • ROB-220: Legged Locomotion and Physical AI
  • ROB-290: Capstone: End-to-End Robot Task

Program Overview

The Certificate in AI Safety & Alignment provides rigorous technical training in one of the most important challenges of our era: ensuring that increasingly capable AI systems behave as intended and remain beneficial as they scale. The program covers both near-term technical alignment work (RLHF, constitutional AI, interpretability) and longer-horizon considerations.

Curriculum Highlights

  • Alignment Fundamentals: The alignment problem, goal misgeneralization, deceptive alignment, reward hacking
  • Technical Approaches: RLHF, DPO, Constitutional AI (Anthropic), RLAIF, debate, amplification
  • Interpretability: Mechanistic interpretability, probing classifiers, activation patching, circuit analysis
  • Evaluation & Red-Teaming: Safety benchmarks, automated red-teaming, adversarial prompting, model evaluation frameworks
  • Governance Interface: How technical alignment connects to policy, standards, and deployment decisions

Sample Courses

  • SAF-101: Introduction to AI Safety and Alignment
  • SAF-201: Technical Alignment: RLHF, DPO, and Constitutional AI
  • SAF-210: Interpretability Methods and Tools
  • SAF-220: Red-Teaming and Safety Evaluation
  • SAF-290: Capstone: Alignment Research Project

Program Overview

The Certificate in AI-Powered Search & Information Retrieval is designed for developers, content strategists, and product teams who want to dramatically improve how users find information on websites and applications. The program covers the full arc from TF-IDF and BM25 through dense retrieval, hybrid search, and modern AI-enhanced search systems like Scolta.

The Scolta Case Study

Throughout the program, students analyze and extend Scolta — Tag1 Consulting's AI-powered search enhancement that layers query expansion, semantic reranking, and AI-generated overviews onto existing search infrastructure without requiring vector databases or embedding pipelines. Scolta's architecture is used as the primary case study for practical, production-ready AI search.

Curriculum Highlights

  • Classical IR: TF-IDF, BM25, inverted indexes, Pagefind and static site search
  • Neural IR: Dense retrieval (DPR, E5, BGE), bi-encoders vs. cross-encoders, semantic similarity
  • Query Understanding: Query expansion, spell correction, synonym expansion, AI-powered query rewriting
  • Hybrid Search: Combining lexical and semantic signals, reciprocal rank fusion, learned sparse retrieval (SPLADE)
  • AI Overviews & Summarization: Using LLMs to synthesize search results, RAG for search, citation generation
  • Case Studies: Scolta on Drupal, Elasticsearch + LLM, Algolia AI, Typesense

Sample Courses

  • IR-101: Information Retrieval Fundamentals: BM25 to Modern Search
  • IR-201: Neural Retrieval: Embeddings and Dense Search
  • IR-210: Query Expansion and AI-Powered Query Understanding
  • IR-220: Hybrid Search and Reranking
  • IR-230: AI Overviews and Retrieval-Augmented Generation
  • IR-290: Capstone: Deploy an AI-Enhanced Search System

Program Overview

The Certificate in Generative Media is for artists, designers, engineers, and creators who want to master AI-powered image, video, and 3D generation. Students develop both technical understanding and practical workflow skills, building fluency with the latest diffusion models, video generation systems, and 3D asset creation pipelines.

Curriculum Highlights

  • Image Generation: Stable Diffusion ecosystem, FLUX, DALL-E 3; prompt engineering for visual media; ControlNet; LoRA training
  • Video Generation: CogVideoX, Kling, Sora-family models; temporal consistency; upscaling and post-processing
  • 3D Generation: Zero123, Point-E, Shap-E; mesh generation; NeRF from images; integration with Blender and game engines
  • Workflows: ComfyUI, Automatic1111, FLUX pipelines; production batch generation; IP protection and ethics

Sample Courses

  • GEN-101: Diffusion Models: Theory and Practice
  • GEN-102: Prompt Engineering for Visual AI
  • GEN-201: Advanced Image Generation and ControlNet
  • GEN-210: Video Generation Systems
  • GEN-220: 3D Asset Generation
  • GEN-290: Capstone: Generative Media Portfolio

Program Overview

The MS in AI Engineering & MLOps addresses the gap between AI research and production systems. Most AI projects fail not because the models are bad, but because the infrastructure, monitoring, and organizational processes aren't in place to support them. This program trains engineers who can close that gap — building the pipelines, platforms, and practices that turn research prototypes into reliable production AI.

Curriculum Highlights

  • Data Engineering: Feature stores, data versioning (DVC, LakeFS), data quality, streaming data for ML
  • Training Infrastructure: Distributed training, experiment tracking (MLflow, W&B), hyperparameter optimization, compute cost management
  • Model Serving: Triton, vLLM, TGI, BentoML; latency optimization; autoscaling; A/B testing AI features
  • Monitoring & Observability: Data drift detection, model degradation, performance monitoring, alerting
  • Platform Engineering: Kubernetes for ML, Kubeflow, Vertex AI, SageMaker; CI/CD for ML pipelines

Sample Courses

  • MLE-401: ML Systems Design Fundamentals
  • MLE-410: Data Engineering for ML
  • MLE-420: Distributed Training and Compute Optimization
  • MLE-430: Model Serving and Inference Infrastructure
  • MLE-440: ML Monitoring, Observability, and Reliability
  • MLE-450: Platform Engineering for AI: Kubernetes and Cloud
  • MLE-490: Capstone: End-to-End ML Platform

Program Overview

The MS in AI Ethics & Governance prepares professionals to navigate the complex intersection of artificial intelligence, society, and law. The program is deliberately interdisciplinary: students develop both technical literacy (enough to audit AI systems and evaluate technical claims) and deep knowledge of regulatory frameworks, fairness metrics, organizational risk management, and international AI policy.

Curriculum Highlights

  • Technical Literacy: How AI systems work, common failure modes, interpretability tools, bias measurement
  • Ethics & Philosophy: Value alignment, moral philosophy, AI rights and personhood, existential risk
  • Regulation & Policy: EU AI Act, US Executive Orders, NIST AI RMF, sector-specific regulation (healthcare, finance, hiring)
  • Organizational Practice: AI governance frameworks, algorithmic auditing, red-teaming, impact assessments
  • International Dimensions: Comparative AI policy (US, EU, China, UK), standards bodies (ISO, IEEE)

The Tag1 Governance Case Study

The program includes a case study unit on how technology organizations embed AI governance into their operations, drawing on Tag1 Consulting's published work on the Drupal AI Initiative and responsible AI deployment practices.

Sample Courses

  • ETH-401: Foundations of AI Ethics
  • ETH-410: Algorithmic Fairness: Metrics and Mitigation
  • ETH-420: AI Regulation: EU AI Act and Global Frameworks
  • ETH-430: Interpretability and Algorithmic Auditing
  • ETH-440: Organizational AI Governance
  • ETH-450: International AI Policy
  • ETH-490: Capstone: AI Impact Assessment

Program Overview

The MS in Computer Vision & Visual AI trains students to build systems that see and understand the world. The program covers the full arc from classical image processing through deep learning-based detection and segmentation to the latest vision foundation models. Students work with real visual data pipelines and build applications ranging from autonomous driving perception stacks to medical image analysis systems.

Curriculum Highlights

  • Classical Foundations: Image formation, edge detection, optical flow, feature extraction (SIFT, ORB)
  • Deep Learning for Vision: CNNs, ResNets, EfficientNet; object detection (YOLO, DETR); instance segmentation; semantic segmentation
  • Vision Transformers: ViT, DINO, DINOv2, SAM; CLIP and vision-language models
  • Video Understanding: Temporal models, optical flow estimation, activity recognition
  • 3D Vision: NeRF, 3D Gaussian splatting, depth estimation, point clouds
  • Applications: Autonomous driving, medical imaging, augmented reality, robotic perception

Sample Courses

  • CV-401: Image Formation and Classical Computer Vision
  • CV-410: Convolutional Neural Networks for Vision
  • CV-420: Vision Transformers and Foundation Models
  • CV-430: Object Detection and Instance Segmentation
  • CV-440: Video Understanding and Temporal Models
  • CV-450: 3D Vision: NeRF, Point Clouds, and Depth Estimation
  • CV-460: Vision-Language Models and Multimodal AI
  • CV-490: Capstone: Visual AI Application

Program Overview

The MS in Large Language Model Engineering is the flagship program of the School of Language & Reasoning. Students gain deep, hands-on expertise in the full LLM lifecycle: from tokenization and architecture design through pretraining, fine-tuning, alignment, and production deployment. Graduates leave Meridian AI equipped to build and ship language model systems at scale.

What You Will Learn

The curriculum is organized around the LLM engineering stack:

  • Foundations: Tokenization (BPE, WordPiece, SentencePiece), transformer architectures (GPT, BERT, T5 families), attention mechanisms, positional encoding
  • Training: Dataset curation, pretraining at scale, distributed training (FSDP, DeepSpeed), mixed precision, gradient checkpointing
  • Alignment: RLHF, DPO, Constitutional AI, reward modeling, red-teaming
  • Inference: Quantization (GPTQ, AWQ, GGUF), speculative decoding, KV-cache optimization, serving with vLLM and TGI
  • Applications: RAG systems, function calling, multi-agent architectures, MCP integration

Feste Curriculum Thread

A distinctive feature of this program is the Feste thread: a semester-long implementation project using Tag1 Consulting's open-source Rust LLM engine as the primary teaching vehicle. Students work through the Feste blog series (Parts 1–4, published at tag1.com/how-to/) and extend it with their own modifications. This hands-on approach — reading actual production code, not toy examples — is one of the things Meridian AI graduates say most distinguishes their education.

Career Outcomes

Graduates enter roles as ML engineers, LLM platform engineers, applied research scientists, and AI infrastructure leads at technology companies, AI labs, and enterprise organizations. Median starting salary for the MS class of 2025: $178,000.

Sample Courses

  • LLM-401: Transformer Architecture and Attention Mechanisms
  • LLM-402: Tokenization, Vocabulary, and Encoding Schemes
  • LLM-410: Large-Scale Pretraining: Data, Compute, and Infrastructure
  • LLM-420: Fine-Tuning and Parameter-Efficient Adaptation (LoRA, QLoRA)
  • LLM-430: Alignment: RLHF, DPO, and Constitutional AI
  • LLM-440: Inference Optimization and Deployment
  • LLM-450: Agentic Systems and Multi-Agent Orchestration
  • LLM-490: Capstone: Build and Ship an LLM Application

Program Overview

The MS in Mathematical Foundations of AI is designed for students who want to understand AI at its deepest level — not just how to use tools, but why they work (and sometimes don't). The program provides rigorous preparation in the mathematical structures underlying modern machine learning: linear algebra, probability, optimization, information theory, and statistical learning theory.

Curriculum Highlights

  • Core Mathematics: Real analysis, linear algebra (spectral theory, SVD), probability and measure theory
  • Optimization: Convex optimization, first- and second-order methods, stochastic optimization, non-convex landscapes
  • Statistical Learning: PAC learning framework, VC dimension, Rademacher complexity, generalization bounds
  • Information Theory: Entropy, mutual information, channel capacity, rate-distortion; connections to compression and learning
  • Deep Learning Theory: Neural tangent kernel, overparameterization, implicit regularization, double descent

Sample Courses

  • MATH-401: Real Analysis for Machine Learning
  • MATH-410: Advanced Linear Algebra and Matrix Theory
  • MATH-420: Probability and Measure Theory
  • MATH-430: Optimization for Machine Learning
  • MATH-440: Statistical Learning Theory
  • MATH-450: Information Theory and Learning
  • MATH-490: Seminar: Deep Learning Theory

Program Overview

The MS in Reinforcement Learning & Autonomous Systems trains the next generation of researchers and engineers working on sequential decision-making under uncertainty. The program covers the mathematical foundations of RL, state-of-the-art algorithms, and their applications in robotics, game AI, autonomous driving, and industrial control.

Curriculum Highlights

  • Foundations: Markov decision processes, dynamic programming, Monte Carlo methods, temporal difference learning
  • Policy Optimization: Policy gradients (REINFORCE, PPO, SAC), actor-critic methods, trust region methods
  • Model-Based RL: World models, Dyna, MBPO; learning environment models; sim-to-real transfer
  • Deep RL: DQN, Rainbow; deep policy gradients; multi-agent RL; offline RL (IQL, CQL, TD3+BC)
  • Applications: Robotic manipulation, locomotion, autonomous driving, game AI, industrial optimization

Sample Courses

  • RL-401: Markov Decision Processes and Dynamic Programming
  • RL-410: Policy Gradient Methods and Actor-Critic Algorithms
  • RL-420: Deep Reinforcement Learning
  • RL-430: Model-Based RL and World Models
  • RL-440: Multi-Agent RL and Game Theory
  • RL-450: Sim-to-Real Transfer and Physical Systems
  • RL-490: Capstone: Autonomous System Project

Program Overview

The PhD in AI Theory is Meridian AI's most rigorous program, training researchers who advance the mathematical and computational foundations of artificial intelligence. Graduates contribute new theorems, prove generalization bounds, discover algorithmic improvements, and establish theoretical justifications for phenomena observed in practice. Students are admitted only when there is a strong faculty match.

Research Areas

  • Computational learning theory and PAC-Bayes frameworks
  • Algorithmic fairness and causal inference
  • Complexity theory and hardness of learning
  • Deep learning theory: expressivity, generalization, optimization landscapes
  • Information-theoretic limits of learning
  • Online learning and bandits

Program Structure

Year 1–2: coursework and qualifying examination. Year 2–5: dissertation research supervised by faculty advisor and committee. Students are expected to publish at NeurIPS, ICML, ICLR, COLT, or equivalent venues.