← Back to Jogg
Jogg Blog

Quiz Yourself About AI — Where It Suits You

How Jogg's 3-Framework Learning System Meets You Exactly Where You Are

by the Jogg Team | MokingBird


There is no single "AI learner."

A grandparent trying to understand why their phone now has an AI button. A product manager who uses ChatGPT every day but suspects they are only scratching the surface. A machine learning engineer who wants to go deep on inference optimization and AI safety.

These are three completely different learners with completely different goals. Most AI learning platforms serve one of them reasonably well and fail the others entirely. Jogg was built to serve all three — not by watering everything down, but by building three distinct learning paths that go deep in the right direction for each person.

That is what the Jogg Learning Framework is: three complete, independent learning paths — each with 9 structured layers, each going from complete beginner to mastery — covering the full landscape of AI knowledge.


Three Frameworks. One App.

┌─────────────────────────────────────────────────────┐
│              JOGG — 3 LEARNING FRAMEWORKS           │
├─────────────────┬───────────────────┬───────────────┤
│  AI DEVELOPMENT │    AI USAGE       │  AI LITERACY  │
│  (Technical)    │  (Power Users)    │  (Everyone)   │
├─────────────────┼───────────────────┼───────────────┤
│ Layer 0         │ Layer 0           │ Layer 0       │
│ ML Foundations  │ First Contact     │ AI Awakening  │
│                 │                   │               │
│ Layer 1         │ Layer 1           │ Layer 1       │
│ Data Sources    │ Prompt Basics     │ Asking AI     │
│                 │                   │               │
│ Layer 2         │ Layer 2           │ Layer 2       │
│ Data Preprocessing│ Advanced Prompts│ Prompt Craft  │
│                 │                   │               │
│ Layer 3         │ Layer 3           │ Layer 3       │
│ Model Training  │ Tools Ecosystem   │ AI Toolbox    │
│                 │                   │               │
│ Layer 4         │ Layer 4           │ Layer 4       │
│ Orchestration   │ Local AI (Ollama) │ Creative Work │
│                 │                   │               │
│ Layer 5         │ Layer 5           │ Layer 5       │
│ Inference       │ Integration       │ AI Literacy   │
│                 │                   │               │
│ Layer 6         │ Layer 6           │ Layer 6       │
│ Integration     │ Agentic AI        │ Safety/Privacy│
│                 │                   │               │
│ Layer 7         │ Layer 7           │ Layer 7       │
│ Applications    │ Claude Code/Vibe  │ Power Secrets │
│                 │                   │               │
│ Layer 8         │ Layer 8           │ Layer 8       │
│ AI Safety       │ AI Mastery        │ Future Forward│
├─────────────────┼───────────────────┼───────────────┤
│ ~68 topics      │ ~108 topics       │ ~120 topics   │
└─────────────────┴───────────────────┴───────────────┘
3 Frameworks | 27 Layers | 3,600+ quiz questions

A developer and a teacher can both be on "Layer 3" — but they are in completely different journeys, asking completely different questions, building completely different capabilities. Neither of them feels lost. Neither feels bored.

This is the core idea: the same learning app serves every kind of AI learner because it has separate, deep paths for each of them.


Framework 1 — AI Development

For builders, engineers, and serious practitioners

AI Development is Jogg's technical framework. It covers the complete AI/ML engineering stack — from mathematical foundations through to production deployment, safety, and governance. This is the framework for people who want to build AI systems, not just use them.

The 9 layers follow the actual structure of an AI/ML engineering workflow, from theory to production:


Layer 0 — ML Foundations

The mathematical and conceptual bedrock that everything else is built on.

Topics:

By the end of this layer, you can: Explain the mathematical principles behind why transformers work. Derive why gradient descent minimizes loss. Describe the architectural differences between CNNs, RNNs, and transformers.


Layer 1 — Data Sources & Acquisition

You cannot train a model without data. This layer covers how data gets from the real world into a pipeline.

Topics:

By the end of this layer, you can: Build a data acquisition pipeline that ingests from multiple source types. Evaluate whether a dataset is fit for purpose. Implement ethical scraping with rate limiting and robots.txt compliance.


Layer 2 — Data Preprocessing & Management

Raw data is never ready for training. This layer covers the art and science of making it so.

Topics:

By the end of this layer, you can: Design a preprocessing pipeline for unstructured text data. Implement chunking strategies for RAG systems. Make informed decisions about embedding models and dimensions.


Layer 3 — Model Selection & Training

The deepest technical layer — where models are chosen, adapted, and made to perform.

Topics:

By the end of this layer, you can: Select the right fine-tuning strategy for a given task and compute budget. Implement LoRA from scratch. Understand the role of RLHF in modern LLM development and its limitations.


Layer 4 — Orchestration & Pipelines

Where AI becomes a system — agents, RAG, multi-step reasoning, and orchestration infrastructure.

Topics:

By the end of this layer, you can: Build a production RAG system with memory and tool use. Design a multi-agent pipeline with defined roles and handoffs. Implement safe and observable AI workflows.


Layer 5 — Inference & Execution

How models run in production — performance, cost, and the engineering of serving at scale.

Topics:

By the end of this layer, you can: Design an inference system that handles burst traffic efficiently. Explain the tradeoffs between KV caching strategies. Deploy a quantized model to an edge device.


Layer 6 — Integration Layer

Connecting AI to the rest of the software world.

Topics:

By the end of this layer, you can: Design a production API for an AI service. Implement webhook-based AI triggers. Design a multi-tenant AI system with proper auth and quota management.


Layer 7 — Application Layer

The user-facing systems that AI infrastructure makes possible.

Topics:

By the end of this layer, you can: Architect a production-grade AI application for a specific domain. Make informed decisions about when to use a chatbot vs. an agent vs. a batch pipeline.


Layer 8 — AI Safety & Governance

The layer that separates practitioners who build responsibly from those who don't think about it.

Topics:

By the end of this layer, you can: Conduct a bias audit on a deployed model. Design a governance framework for an AI product. Explain the EU AI Act implications for a high-risk AI system.


Framework 2 — AI Usage

For power users, professionals, and AI tool enthusiasts

You use AI tools every day. But you have a feeling you are only getting 30% of the value. There are techniques, tools, and workflows that would 3× your output — if you knew they existed.

AI Usage is the framework for exactly that. From understanding how LLMs actually work (not the hype version — the real version) through to building agentic workflows, running local models, and using Claude Code to build real things without a development background.


Layer 0 — First Contact

Before you can use AI well, you need to understand what you are actually working with.

Topics:


Layer 1 — Prompt Fundamentals

Prompting is a skill. Most people are not developing it — they are improvising. This layer changes that.

Topics:


Layer 2 — Advanced Prompting

You know the basics. Now you learn the professional frameworks that expert prompt engineers use.

Topics:


Layer 3 — AI Tools Ecosystem

The right tool for the right job. There are hundreds of AI tools — these are the ones that matter.

Topics:


Layer 4 — Local AI & Ollama

The most underused capability in the AI power user toolkit: running your own models.

Topics:


Layer 5 — AI Integration & Workflows

Connect everything. Automate everything. Build your personal AI stack.

Topics:


Layer 6 — Agentic AI

The shift from AI as a chat tool to AI as an autonomous worker.

Topics:


Layer 7 — Claude Code & Vibe Coding

Build real things without a traditional development background. This is where AI changes what's possible for non-programmers.

Topics:


Layer 8 — AI Mastery

Operating at the frontier: benchmarks, cost optimization, advanced orchestration, and what's next.

Topics:


Framework 3 — AI Literacy

For everyone — no technical background required

AI is changing daily life faster than most institutions are prepared for. Every person who interacts with technology — which is essentially everyone — is already affected by AI, whether they know it or not.

AI Literacy is the framework for understanding what AI is, how it works at a human level, how to use it safely, and how to think about it clearly. This is not a technical course. There is no code. There are no math formulas. Just clear, honest, practical knowledge about one of the most important technologies of our time.


Layer 0 — AI Awakening

Everything starts here. Zero assumed knowledge.

Topics:


Layer 1 — Asking AI

How to have a genuinely useful conversation with AI. Most people never learn this — they just wing it.

Topics:


Layer 2 — Prompt Crafting

You can get dramatically better results from AI — not by changing which app you use, but by changing how you ask.

Topics:


Layer 3 — AI Toolbox

AI is not just one app. There is a whole landscape of specialized tools — and knowing which one to reach for makes all the difference.

Topics:


Layer 4 — Creative & Professional Work

Where AI becomes a genuine tool for getting real work done, faster and better.

Topics:


Layer 5 — Understanding AI

What is AI actually doing? Why does it sometimes lie? When should you not trust it?

Topics:


Layer 6 — Safety & Privacy

Your digital safety in the age of AI. Practical knowledge that everyone needs.

Topics:


Layer 7 — Power Secrets

The features and techniques that most AI users never discover — that dramatically change what's possible.

Topics:


Layer 8 — Future Forward

Understanding where AI is going — so you can navigate it with confidence, not anxiety.

Topics:


How the Framework System Works in Jogg

Your frameworks, your choice

When you first open Jogg, you choose which framework fits you — or choose all three. You can always change your selection later in the app.

If you are a developer and a curious everyday user, you can have AI Development and AI Literacy active at the same time. You switch between them with a single tap on the framework selector in the app.

Independent progress, shared momentum

Each framework tracks your progress independently:

The swipeable XP bar on the home screen lets you glance at where you stand in each framework — and notice where you have not been practicing recently.

Layers without walls

All 9 layers in any framework are accessible. There is no mastery gate between them. You can jump into any layer in any order. The layer structure is a curriculum, not a locked progression.

This is by design. Real learning is not always linear. Sometimes you need to dip into a later layer to understand something in an earlier one. Jogg lets you.

Applied everywhere

The frameworks you select and the layers you configure apply across the whole app:


A Learning Platform That Takes AI Learning Seriously

Most apps that claim to teach AI are teaching brand recognition — you learn what tools exist, not how to think about them.

Jogg is different. Whether you are in AI Development and learning why gradient descent works the way it does, or in AI Usage and mastering CO-STAR prompting, or in AI Literacy and understanding why AI hallucinates — every question is built to test genuine understanding, not surface recall.

3 frameworks. 27 layers. 3,600+ questions. All of them built to take your understanding of AI from where it is now to where it needs to be.

Quiz yourself about AI. Where it suits you.


Suggested Website Use

This article supports:

Public positioning: Jogg offers three complete AI learning paths — AI Development for builders, AI Usage for power users, and AI Literacy for everyone. Each path has 9 structured layers covering the full depth of that learning journey.

URL slug suggestion: /learning-framework


Download Jogg on iOS or Android. Questions? [email protected]

MokingBird — Quiz yourself about AI, where it suits you.