docs: Update README.md to Version 2.0 — 2026 Edition - #2
Merged
Conversation
Co-authored-by: harrystaley <7409601+harrystaley@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README.md with approved Version 2.0 curriculum
docs: Update README.md to Version 2.0 — 2026 Edition
Aug 4, 2026
harrystaley
approved these changes
Aug 4, 2026
There was a problem hiding this comment.
Pull request overview
This PR modernizes the curriculum README for a “Version 2.0 — 2026 Edition” by elevating LLMs, agentic AI, and LLMOps into first-class curriculum pillars and updating the recommended learning path accordingly.
Changes:
- Adds a “Curriculum Roadmap” section and a version subtitle at the top of the README.
- Restructures the ML content into a dedicated
## Machine Learningsection (with topics/libraries) and introduces new top-level## Large Language Models (LLMs)and## Agentic AI & AI Engineeringsections. - Elevates
## MLOps & LLMOps, expands its topics list, and updates the “Recommended Learning Order” plus a versioned changelog entry.
Suppressed comments (2)
README.md:208
- These course rows use "self-paced" in the "Effort" column, which duplicates "Frequency" and breaks the table’s meaning (Effort is otherwise hours/week or "—"). If weekly effort isn’t known, using "—" for Effort keeps the table consistent.
[OpenAI Agents SDK](https://openai.github.io/openai-agents-python/) | OpenAI | 3-6 hrs | self-paced | self-paced | Python | OpenAI
[Model Context Protocol](https://modelcontextprotocol.io/) | Anthropic | 3-4 hrs | self-paced | self-paced | Python | MCP Documentation
[LangGraph Academy](https://academy.langchain.com/) | LangChain | 8-15 hrs | self-paced | self-paced | Python, LLM basics | LangChain
[CrewAI Documentation](https://docs.crewai.com/) | CrewAI | 4-6 hrs | self-paced | self-paced | Python | CrewAI
[AutoGen Documentation](https://microsoft.github.io/autogen/) | Microsoft | 6-10 hrs | self-paced | self-paced | Python | Microsoft
README.md:269
- This row sets the "Effort" column to "self-paced", which duplicates the "Frequency" column. Using "—" for Effort (or an hours/week estimate) would keep the table consistent.
[Weights & Biases Courses](https://www.wandb.courses/) | Weights & Biases | varies | self-paced | self-paced | Python, ML | W&B
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+154
to
+155
| [LLM Bootcamp](https://fullstackdeeplearning.com/llm-bootcamp/) | Full Stack Deep Learning | 8 hours | self-paced | self-paced | ML basics | FSDL | ||
| [LLM University](https://cohere.com/llmu) | Cohere | ~20 hours | self-paced | self-paced | Python | Cohere |
Comment on lines
+209
to
+210
| [AG2 Documentation](https://docs.ag2.ai/) | AG2 | self-paced | self-paced | self-paced | Python | AG2 | ||
| [OpenHands Documentation](https://docs.openhands.dev/) | OpenHands | 4-8 hrs | self-paced | self-paced | Python | OpenHands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modernizes the curriculum README to reflect the current AI/ML landscape by promoting LLMs and agentic AI from subsections to first-class curriculum pillars.
Changes
Version 2.0 — 2026 Editionsubtitle## Machine Learning(renamed from "Machine Learning and AI"): Drops the LLM subsection; addsTopics CoveredandKey Libraries and Frameworkslists (scikit-learn, PyTorch, XGBoost, etc.)## Large Language Models (LLMs)(new top-level): 5 courses (Hugging Face NLP, Stanford CS324, LLM Bootcamp, LLM University, DeepLearning.AI); topics include RAG, fine-tuning, LoRA/QLoRA, alignment; libraries include Transformers, PEFT, vLLM, Ollama## Agentic AI & AI Engineering(new top-level): 9 courses (OpenAI Agents SDK, LangGraph, CrewAI, AutoGen, AG2, OpenHands, MCP, browser agents); topics cover tool calling, multi-agent systems, MCP, HITL workflows; libraries include LangChain, LlamaIndex, DSPy, PydanticAI; capstone project ideas included## MLOps & LLMOps(elevated from subsection): Expanded topics to cover prompt versioning, LLM/agent evaluation, observability, tracing, and cost monitoring## Changelog: Replaces the old "What Changed" section with a versioned entry