{
  "language": "ai+ml",
  "levels": [
    {
      "level": "new",
      "topics": [
        {
          "id": "aiml-new-basics",
          "language": "ai+ml",
          "level": "new",
          "title": "AI + ML Basics",
          "description": "Foundational intuition for AI and ML concepts.",
          "estimatedMinutes": 10,
          "lessons": [
            {
              "title": "What is AI?",
              "body": "AI is a broad field focused on systems that perform tasks requiring intelligence.",
              "image": "img/languages/ai+ml/new-lesson-1.png"
            },
            {
              "title": "What is ML?",
              "body": "ML is a subset of AI where models learn patterns from data.",
              "code": "prediction = model.predict(features)",
              "runnable": false,
              "image": "img/languages/ai+ml/new-lesson-2.png"
            }
          ]
        }
      ]
    }
  ]
}
