Skip to content
LinkedInX

Learning AI & Machine Learning

AI (Artificial Intelligence) is a field no engineer can ignore in 2026. With generative AI tools like ChatGPT, Claude, and Gemini now part of everyday workflows, understanding what AI is doing and how it works has become a real advantage for engineers.

This section covers everything from AI and machine learning fundamentals to generative AI, RAG, fine-tuning, evaluation, AI agents, and MCP — the protocol that lets AI tools connect to external services — all in a way that builds knowledge step by step.

Learn how AI, machine learning, and deep learning relate to each other, and understand the core concepts behind each.

Learn the foundations needed to use generative AI well: LLMs, reasoning models, prompt engineering, context engineering, and harness engineering.

Learn how RAG lets LLMs search external documents and answer from evidence. This is the foundation for safely connecting AI to internal documents, current information, and specialized sources.

Learn how additional training changes an LLM’s behavior, style, and task performance when prompting or RAG is not enough.

Learn how to measure model and LLM-application quality before production use.

Learn how AI systems use tools, plan work, and complete multi-step tasks.

Learn about MCP — the open standard that lets AI models connect with external tools and data. Understanding MCP explains why tools like Claude Code and Claude Desktop can integrate with so many services.

  • What Is MCP? — An overview of the protocol that bridges AI and external tools
  • Why MCP? — The M×N integration problem and how MCP solves it
  • MCP Architecture — The three-layer structure: Host, Client, and Server
  • MCP Capabilities — Tools, Resources, and Prompts — what they are and when to use each

Learn the decision-making structures, policies, and processes for using AI safely, ethically, and legally. Covers major frameworks including NIST AI RMF, EU AI Act, and ISO/IEC 42001, and explores agile governance approaches for the fast-moving generative AI era.

  • What Is AI Governance? — Core concepts, major frameworks, and the three layers of governance
  • Agile AI Governance — Practical approaches including Living Policy, sprint-based risk management, and continuous compliance

Learn the five core principles — fairness, transparency, explainability, privacy, and accountability — for developing, operating, and using AI ethically and responsibly. Covers major regulations and approaches including EU AI Act, NIST AI RMF, and Constitutional AI.

  • What Is Responsible AI? — The five core principles, types of AI bias, and an overview of EU AI Act and NIST AI RMF

Understand the security risks specific to generative AI and learn systematically from attack techniques through defense frameworks and guardrail implementation. Covers the knowledge developers need when embedding AI into products.

Go beyond AI and ML technical understanding to learn AI adoption at the organizational and business level. Structured across five phases: strategy, readiness, organization building, execution, and sustainment.

  • What Is AI Transformation? — Definition, background, differences from DX, and why 70% of companies stay at “usage” without transforming
  • AI Maturity Model — A five-stage diagnostic synthesis informed by Gartner, IBM, and NIST
  • What Is an AI COE? — Role, structure, and how to launch a Center of Excellence for AI
  • Preventing PoC Stalls — Production-Backward design and countering the five root causes
  • Scaling AI — Overcoming technical and organizational barriers from pilot to enterprise rollout

Starting with AI & machine learning basics

Section titled “Starting with AI & machine learning basics”

Begin with What Is Machine Learning? to get a clear picture of how AI, ML, and deep learning relate before diving into each topic.

  1. What Is Machine Learning? — AI vs. ML, and the three types of learning
  2. What Is Deep Learning? — Neural networks and how LLMs work
  3. Learning Paradigms — Practical techniques like transfer learning and fine-tuning

Start with how LLMs work, then move through model choice, prompts, context, harnesses, and RAG. This path connects chat-based use to practical system design.

  1. What Is Generative AI? — The overall picture
  2. What Is an LLM? — LLM basics
  3. Generative AI Models and Intelligence Metrics — How to choose models
  4. Prompt Engineering — Instruction design
  5. Context Engineering — Supplying needed information
  6. Harness Engineering — Execution and verification design
  7. What Is RAG? — Evidence-grounded generation from external documents
  8. What Is AI Evaluation? — Measuring quality before production use

If you want to get more out of tools like Claude Code, start with What Is MCP?.

  1. What Is MCP? — Core concepts and overview
  2. Why MCP? — The problem it solves
  3. MCP Architecture — How it works under the hood
  4. MCP Capabilities — What you can actually do with it

No advanced math is required. Having a basic sense of functions and probability from high school math will help, but it is not necessary to follow along with the conceptual explanations.

Familiarity with engineering basics (terminal, Git) is helpful but not required. Reading Engineering Basics first will give you a more practical foundation.