What this is

The AI Path on StackNova has grown to cover the modern AI stack for builders: what a language model actually is and why it invents things, the model family you call and the platforms you call it through, the protocol and the retrieval pattern that connect it to your data, and the developer tools that put all of it in your daily workflow. This page is the map across that library, with a short note on each article - except the agent layer, which has a map of its own.

It is not a tutorial and not an opinionated comparison. It is the page you bookmark, send to a teammate who is catching up, or come back to when you are not sure which article to read next. For the agent layers specifically there is now a dedicated deep map - the Agentic AI stack - which this page links into rather than duplicates.

Pick a layer, read its article, follow the cross-links. The map is the index, the articles are the depth.- how to read this page

Foundations

Before any product: what the engine is, why it invents things, the vocabulary around it, and what its answers are doing to the way people find things.

LAYER 01

Foundations

AI · Fundamentals

Start with what a model is at all - the learned part of the system - then the umbrella term, what generative AI is and how composing differs from looking up, then the engine: what a large language model is and why it is stateless. Then the failure that follows from how it works - why a fluent answer can be false, and what a product does about it. The search piece closes the loop on what LLM-generated answers change about finding information at all.

Models and platforms

The model layer you actually call, the catalog for going deep on it, and the platforms and plans you call it through - the app for people and the API for software are different products.

LAYER 02

Models

AI · Models

Claude is the model family on which most of the StackNova AI surface is built. The article covers the three-tier family (small / mid / large), what each tier is good for, and how to think about pricing, context windows, and the practical differences from other providers. The two learning pieces map the official free course catalog and the Academy that hosts it.

LAYER 03

Platforms and plans

AI · Platforms

Both vendors sell the same two things - an app for people and an API for software - in separate accounts with separate bills. Two articles cover the platforms you build on; three comparisons settle the recurring purchase questions: team plan or API, business chat or platform, and the two vendors side by side.

Protocols and retrieval

Two ways to get your data in front of the model: a protocol that lets the model call your tools itself, or a retrieval step your code runs before every call. Both live here, with the comparison that decides between them.

LAYER 04

Protocols

AI · Protocol

Model Context Protocol (MCP) is the open standard for connecting AI assistants to external tools, data sources, and services. It is the JSON-RPC-based contract Claude Desktop, Claude Code, Copilot, and a growing list of clients all speak. Understanding MCP is what lets you build once and integrate everywhere.

LAYER 05

Retrieval

AI · Retrieval

Retrieval-augmented generation looks the answer up before the model writes it: the 800-page problem, the three-step fix, and what it costs, kept short; the 301 opens the pipeline part by part. The comparison puts it next to MCP - a pattern and a protocol, not rivals - and shows that the real choice is who triggers the search.

Agents: the other map

The agent layer has a map of its own. This page hands off rather than repeats.

LAYER 06

Agents

MAP · Agentic AI

An agent is a model running in a loop with tools, memory, and a goal - the layer where teams now spend most of their engineering time, and the one this page deliberately does not list. The idea, the context window, the extension mechanisms, the architectures past one agent, evaluation, failure modes, cost, and the frameworks all live in one dedicated map, in the order the ideas depend on each other.

Developer tools

The surface most builders interact with daily: editor assistants, terminal agents, a delegated-work app, design helpers, and image generators. Tools on top of the models, packaged for specific jobs.

LAYER 07

Coding tools

AI · Coding

Two AI pair programmers, two different shapes. Claude Code is an agentic session that takes a goal end-to-end; GitHub Copilot lives inside your editor with completions, chat, and agent mode. The three companion pieces compare them - the side-by-side, the temperament essay, and a real migration told screenshot by screenshot. The CLAUDE.md piece covers the one file Claude Code reads at the start of every session.

LAYER 08

Knowledge work

AI · Agent Tools

Claude Cowork is the delegated-work surface built on the same agentic architecture as Claude Code, with no terminal in sight - you hand it files and a goal. The comparison piece settles which of the two agentic surfaces fits which job.

LAYER 09

Design and image tools

AI · Creative

Claude Design is Anthropic's web surface for using Claude as a design partner. For images, two model families from two vendors: Nano Banana (Gemini 2.5 Flash Image), Google's fast, conversational image-generation and editing model, and GPT Image, the models behind image creation in ChatGPT, exposed to developers through the OpenAI Platform.

Four reading orders

The map is sorted by layer, but most readers want a route. Four orders, depending on who you are.

For: developer trying AI for the first time

The shortest way in

  1. What is a model?What is Gen AI?What is an LLM? + why it hallucinates
  2. What is Claude?
  3. What is GitHub Copilot?
  4. GitHub Copilot and Claude Code
  5. Try Copilot inside your editor for a week
For: developer already using AI daily

Broaden the toolkit

  1. What is Claude Code? + CLAUDE.md
  2. Copilot vs Claude Code: engineer vs artist
  3. Claude Code is a Magician
  4. What is Claude Cowork? for the work around the code
  5. Claude Design + Nano Banana
  6. MCP to wire your own tools in
For: agent builder

You want to build the agent, not just use one

  1. What is an LLM? + why it hallucinates
  2. What is Model Context Protocol?
  3. What is RAG?RAG vs MCP
  4. The Claude Platform or the OpenAI Platform
  5. Then the Agentic AI stack map, start to finish
For: depth-first reader

You want the whole stack, in order

  1. The vocabulary + the engine
  2. What is Claude? (the model)
  3. MCP (the wire) + RAG (the lookup)
  4. Then the Agentic AI stack map (the loop)
  5. Then the AI Path index, newest first

The map at a glance

If you read only this section, here is the AI stack from the bottom up: