AI Engineering From Scratch

v1.0.0Developer Toolsstable

Learn it. Build it. Ship it for others.

agentsaiai-agentsai-engineeringcomputer-vision
Share:
10,949
Stars
0
Downloads
0
Weekly
0/5

What is AI Engineering From Scratch?

AI Engineering From Scratch is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to learn it. build it. ship it for others.

Learn it. Build it. Ship it for others.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Learn it. Build it. Ship it for others.

Use Cases

AI fundamentals course
Model building
Production deployment
rohitg00

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ai-engineering-from-scratch

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use AI Engineering From Scratch

AI Engineering from Scratch is a structured, hands-on curriculum that teaches machine learning and AI engineering by building concepts from the ground up — from linear algebra through transformers, agents, and production deployment. The course ships as composable agent skills compatible with Claude Code, Cursor, Codex, and other LLM clients, letting AI assistants guide learners phase by phase, run quizzes, and validate understanding. Developers who want to deeply understand the foundations of modern AI systems, not just use them, will find this an end-to-end resource covering math, neural nets, generative AI, multi-agent systems, and MCP server construction.

Prerequisites

  • Python 3.10+ installed
  • Node.js (for the npx skills installer)
  • Claude Code, Cursor, Codex, or another agent that supports skills directories
  • API keys for LLM providers (covered in Phase 0, Lesson 04 of the curriculum)
1

Install all curriculum skills via npx

Use the skills CLI to install the full curriculum into your agent's skills directory. The tool auto-detects the correct directory for Claude Code, Cursor, or other agents.

npx skills add rohitg00/ai-engineering-from-scratch
2

Install a single skill or phase (optional)

If you want to target a specific phase or skill rather than the full curriculum, use the --skill or --phase flags.

# Install a single skill
npx skills add rohitg00/ai-engineering-from-scratch --skill agent-loop

# Install one phase only
npx skills add rohitg00/ai-engineering-from-scratch --phase 14
3

Install via Python script (offline/custom targets)

Clone the repo and use the Python installer for custom layouts, filtering by tag, or installing into non-standard skill directories.

git clone https://github.com/rohitg00/ai-engineering-from-scratch.git
cd ai-engineering-from-scratch
python3 scripts/install_skills.py ~/.claude/skills/
4

Find your starting phase

Open your AI assistant and run the /find-your-level skill. It administers a ten-question placement quiz and recommends which phase to start from based on your current knowledge.

5

Work through lessons and check understanding

Complete the lessons in your chosen phase, then run the /check-understanding skill to test what you learned. It gives phase-specific quizzes with feedback and lesson recommendations.

6

Run lesson code locally

Each lesson includes working Python code. Use lesson_run.py to byte-compile and optionally execute lesson scripts to see the concepts in action.

python3 scripts/lesson_run.py phases/01-math-foundations/01-linear-algebra-intuition/code/vectors.py

AI Engineering From Scratch Examples

Client configuration

This curriculum installs as agent skills rather than a traditional MCP server. Add it to your Claude Code skills directory with the npx command.

{
  "mcpServers": {
    "ai-engineering-from-scratch": {
      "command": "npx",
      "args": ["-y", "skills", "add", "rohitg00/ai-engineering-from-scratch"]
    }
  }
}

Prompts to try

Use these skill invocations inside Claude Code or another compatible agent after installing the curriculum.

- "/find-your-level"
- "/check-understanding 3"
- "Explain backpropagation from the Phase 4 materials"
- "Walk me through building a transformer attention layer from scratch"
- "Help me complete the Phase 13 MCP server lesson"

Troubleshooting AI Engineering From Scratch

'npx skills' command not found

Ensure Node.js is installed and npx is available (node --version, npx --version). If missing, install Node.js from nodejs.org, then retry the skills add command.

Skills installed but agent doesn't recognize them

Confirm the install target directory matches your agent's skills directory (e.g., ~/.claude/skills/ for Claude Code). Re-run with an explicit path: python3 scripts/install_skills.py ~/.claude/skills/

Lesson Python scripts fail to run

Check the lesson's requirements. Basic math phases only need Python 3.10+, but Phase 3+ introduces PyTorch. Install torch separately (pip install torch) before running those lessons.

Frequently Asked Questions about AI Engineering From Scratch

What is AI Engineering From Scratch?

AI Engineering From Scratch is a Model Context Protocol (MCP) server that learn it. build it. ship it for others. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install AI Engineering From Scratch?

Follow the installation instructions on the AI Engineering From Scratch GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with AI Engineering From Scratch?

AI Engineering From Scratch works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is AI Engineering From Scratch free to use?

Yes, AI Engineering From Scratch is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "ai-engineering-from-scratch": { "command": "npx", "args": ["-y", "ai-engineering-from-scratch"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use AI Engineering From Scratch?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides