Skip to main content

FrootAI โ€” From Root to Fruit

The open glue that binds infrastructure, platform, and application The telescope and the microscope for AI architecture. See the big picture. Master the tiny details. Design with confidence.


Modules: 18 | Duration: 16โ€“22 hours | Level: Beginner โ†’ Expert Audience: Cloud Architects, AI Engineers, Platform Engineers, DevOps, CSAs Scope: Everything AI โ€” from a single token to a production agent fleet Last Updated: March 2026


What is FrootAI?โ€‹

FrootAI = AI Foundations ยท Reasoning ยท Orchestration ยท Operations ยท Transformation

You are a cloud architect. You build platforms that host workloads. But the workloads have changed. Every application is becoming AI-native โ€” language models, retrieval pipelines, autonomous agents, copilot integrations. You need to understand the entire tree, from the roots (how a token becomes a thought) to the fruit (a production agent that serves millions).

FrootAI gives you both lenses:

๐Ÿ”ญ Telescope (Big Picture)๐Ÿ”ฌ Microscope (Tiny Details)
How does an AI Landing Zone fit into enterprise architecture?What is the difference between top_k=40 and top_k=10?
When should I use Semantic Kernel vs Microsoft Agent Framework?How does BPE tokenization split "unbelievable" into sub-tokens?
What hosting pattern works for multi-agent systems?Why does temperature=0.0 still not guarantee determinism?
How do I design a RAG pipeline for 10M documents?What is the cosine similarity threshold for relevant retrieval?

"The soil is the platform. The roots are the fundamentals. The trunk is reasoning. The branches are orchestration. The canopy is operations. The fruit is transformation. You need to understand the entire tree to grow the right solutions."


The FROOT Frameworkโ€‹

FrootAI organizes everything in the GenAI world into five layers โ€” each building on the last, each essential to the whole:


Module Mapโ€‹

๐ŸŒฑ F โ€” Foundations (The Roots)โ€‹

What AI is, how it thinks, the vocabulary you need

#ModuleDurationWhat You'll Master
F1GenAI Foundations60โ€“90 minTransformers, attention, tokenization, inference, parameters (temperature, top-k, top-p), context windows, embeddings
F2LLM Landscape & Model Selection45โ€“60 minGPT, Claude, Llama, Gemini, Phi โ€” benchmarks, open vs proprietary, when to use what
F3AI Glossary Aโ€“ZReference200+ terms defined โ€” from "ablation" to "zero-shot". The dictionary you keep open in another tab

๐Ÿชต R โ€” Reasoning (The Trunk)โ€‹

How to make AI think well โ€” reliably, accurately, without hallucination

#ModuleDurationWhat You'll Master
R1Prompt Engineering & Grounding60โ€“90 minSystem messages, few-shot, chain-of-thought, structured output, guardrails, function calling
R2RAG Architecture & Retrieval90โ€“120 minChunking, embeddings, vector search, Azure AI Search, semantic ranking, reranking, hybrid search
R3Making AI Deterministic & Reliable60โ€“90 minHallucination reduction, grounding techniques, temperature vs top-p tuning, evaluation metrics, guardrails

๐ŸŒฟ O โ€” Orchestration (The Branches)โ€‹

Connecting AI components into intelligent systems โ€” agents, tools, frameworks

#ModuleDurationWhat You'll Master
O1Semantic Kernel & Orchestration60 minPlugins, planners, memory, connectors, comparison with LangChain, when to use SK
O2AI Agents & Microsoft Agent Framework90โ€“120 minAgent concepts, planning, memory, tool use, AutoGen, multi-agent, deterministic agents
O3MCP, Tools & Function Calling60โ€“90 minModel Context Protocol, tool schemas, function calling patterns, A2A, MCP servers, registry

๐Ÿ—๏ธ O โ€” Operations (The Canopy)โ€‹

Running AI in production โ€” platforms, infrastructure, hosting, low-code

#ModuleDurationWhat You'll Master
O4Azure AI Platform & Landing Zones60โ€“90 minAI Foundry, Model Catalog, deployments, endpoints, AI Landing Zone, enterprise patterns
O5AI Infrastructure & Hosting60โ€“90 minGPU compute, Container Apps, AKS, App Service, model serving, scaling, cost optimization
O6Copilot Ecosystem & Low-Code AI45โ€“60 minM365 Copilot, Copilot Studio, Power Platform AI, GitHub Copilot, extensibility

๐ŸŽ T โ€” Transformation (The Fruit)โ€‹

Turning AI into real-world impact โ€” safely, efficiently, at scale

#ModuleDurationWhat You'll Master
T1Fine-Tuning & Model Customization60โ€“90 minWhen to fine-tune vs RAG, LoRA, QLoRA, RLHF, DPO, evaluation, MLOps lifecycle
T2Responsible AI & Safety45โ€“60 minContent safety, red teaming, guardrails, Azure AI Content Safety, evaluation frameworks
T3Production Architecture Patterns60โ€“90 minMulti-agent hosting, API gateway for AI, latency optimization, cost control, monitoring

๐Ÿ“‹ Reference & Assessmentโ€‹

#ModuleDurationPurpose
REFQuick Reference CardsReferenceOne-page cheat sheets for every concept โ€” pin them to your wall
QUIZQuiz & Assessment20 min25 questions covering the full FrootAI curriculum

How the FROOT Layers Connectโ€‹

Every layer builds on the one below it. You can jump to any module โ€” but understanding flows upward from roots to fruit:


Who is This For?โ€‹


Learning Pathsโ€‹

Not sure where to start? Pick your path:

๐Ÿš€ Path 1: "I'm New to AI" (6โ€“8 hours)โ€‹

Start from the roots, build understanding layer by layer

F1 โ†’ F3 โ†’ F2 โ†’ R1 โ†’ R2 โ†’ R3 โ†’ QUIZ

โšก Path 2: "I Need to Build an Agent NOW" (4โ€“5 hours)โ€‹

Fast-track to agent development with just enough foundation

F1 (Sections 1.1โ€“1.5) โ†’ R1 โ†’ O2 โ†’ O3 โ†’ O1 โ†’ T3

๐Ÿ—๏ธ Path 3: "I'm Designing AI Infrastructure" (5โ€“6 hours)โ€‹

Platform and operations focus for infra architects

F1 โ†’ O4 โ†’ O5 โ†’ T3 โ†’ R2 โ†’ T1

๐Ÿ” Path 4: "I Need to Make AI Reliable" (3โ€“4 hours)โ€‹

Determinism, grounding, and safety โ€” for when AI must not fail

R3 โ†’ R1 โ†’ R2 โ†’ T2 โ†’ REF

๐ŸŽฏ Path 5: "The Complete Journey" (16โ€“22 hours)โ€‹

Every module, roots to fruit โ€” become the AI architect

F1 โ†’ F2 โ†’ F3 โ†’ R1 โ†’ R2 โ†’ R3 โ†’ O1 โ†’ O2 โ†’ O3 โ†’ O4 โ†’ O5 โ†’ O6 โ†’ T1 โ†’ T2 โ†’ T3 โ†’ REF โ†’ QUIZ

The FrootAI Promiseโ€‹

By the time you've worked through FrootAI, you will be able to:

โœ… Explain how a transformer turns tokens into intelligence โ€” in 60 seconds, to any audience

โœ… Design RAG pipelines that retrieve the right information with the right relevancy scores

โœ… Choose between Semantic Kernel, Microsoft Agent Framework, LangChain, and direct API calls

โœ… Build deterministic AI systems that minimize hallucination and maximize grounding

โœ… Architect AI Landing Zones with proper networking, security, and cost controls

โœ… Deploy agents on Container Apps, AKS, or serverless โ€” and know the tradeoffs

โœ… Connect AI to external systems via MCP, function calling, and tool orchestration

โœ… Evaluate when to fine-tune vs when to RAG โ€” and how to do both

โœ… Govern AI responsibly with content safety, red teaming, and guardrails

โœ… Scale production AI systems with proper monitoring, cost control, and architecture patterns


Quick Navigationโ€‹

๐ŸŒฑ F

F1: GenAI Foundations F2: LLM Landscape F3: AI Glossary A-Z

๐Ÿชต R

R1: Prompts R2: RAG R3: Determinism

๐ŸŒฟ O

O1: Semantic Kernel O2: AI Agents O3: MCP & Tools

๐Ÿ—๏ธ O

O4: Azure AI O5: Infrastructure O6: Copilot

๐ŸŽ T

T1: Fine-Tuning T2: Responsible AI T3: Production


๐Ÿ”Œ FrootAI MCP Serverโ€‹

FrootAI is not just documentation โ€” it's a programmable knowledge base. Connect it to any MCP-compatible AI agent:

{
"mcpServers": {
"frootai": {
"command": "npx",
"args": ["frootai-mcp"]
}
}
}

16 tools: 6 static (knowledge) + 4 live (Azure docs, MCP registries) + 3 agent chain (build โ†’ review โ†’ tune) + 3 AI ecosystem (model catalog, pricing, compare)

See mcp-server/README.md for full setup.


๐Ÿ–ฅ๏ธ FrootAI VS Code Extensionโ€‹

Standalone engine โ€” works from any workspace, no clone needed:

Ctrl+Shift+X โ†’ Search "FrootAI" โ†’ Install

13 commands: Init DevKit (.github Agentic OS), Init TuneKit, Auto-Chain Agents, MCP Install/Start/Configure, Search Knowledge, Look Up AI Term, and more.

4 sidebar panels: Solution Plays (20) ยท MCP Tools (16) ยท Knowledge Hub (18 modules) ยท AI Glossary (200+ terms)

See VS Code Extension โ†’


FrootAI v2.2 โ€” The open glue for AI architecture. From the roots to the fruits. 18 modules ยท 16 MCP tools ยท 20 solution plays ยท 200+ AI terms Built with ๐ŸŒณ by Pavleen Bali for the Azure community.