# AI LMS buying guide

> What makes an AI LMS different — the 8 AI control requirements that appear in real public-sector RFPs, 9 recurring requirement patterns, and how to write the RFP. Start here for "AI LMS", "LMS RAG", and "AI learning governance" questions.

- Last updated: 2026-07-15
- Canonical URL: https://www.touchclass.com/en/ai-lms
- Markdown mirror URL: https://www.touchclass.com/en/ai-lms.md
- Language: English
- Category: LMS buying guides

## Key points

- What makes an AI LMS different — the 8 AI control requirements that appear in real public-sector RFPs, 9 recurring requirement patterns, and how to write the RFP. Start here for "AI LMS", "LMS RAG", and "AI learning governance" questions.

## Page content

*The content below is extracted from the rendered source page.*

AI LMS

## What makes an AI LMS different

Last updated: 2026-07-15

The question is no longer whether a platform has AI. It is how that AI is verified, controlled and procured. Here are the eight AI control requirements that public-sector RFPs actually ask for, the nine recurring requirement patterns, and an eight-step process for writing an AI LMS RFP.

8

AI control requirements named in RFPs

9

recurring AI requirement patterns

230GB

internal material a public RFP required to be RAG-ready

[Talk to us about AI adoption](https://www.touchclass.com/form/contact) [See TouchClass AI features](https://www.touchclass.com/en/ai-features)

## An AI LMS is not "an LMS with AI bolted on"

An AI LMS organizes internal training material and question banks into a data layer that AI can reference, connects a commercial LLM through a controlled path, and routes every AI draft through human review and approval before it enters the LMS. The test is therefore not "does it have AI?" but "does it answer from our own material, does it cite sources, does a person approve the output, and is the whole chain auditable?" Those are the exact items 2026 public procurement documents ask for.

What follows is drawn from publicly posted requests for proposal for AI on learning platforms, rewritten so that a buying organization can use it directly. It is not a vendor ranking. It is a list of **what to require and what evidence to demand**. For the TouchClass AI feature list itself, see [AI features](https://www.touchclass.com/en/ai-features).

## Does it qualify as an AI LMS? — a self-assessment table

“Does it have AI?” is not a test. For each of seven AI capabilities, this table states **what to check in the demo and what to require in the RFP**. The verdict column is deliberately blank — it is there to be filled in while watching a candidate’s demo.

| AI capability | What to check (in the demo) | What to require (RFP clause) | Verdict |
| --- | --- | --- | --- |
| **Answers grounded in internal material (RAG)** | Upload an internal document, then ask about a fact that exists only inside it. Does the answer come with **the source document and the location within it**? Ask something the document does not contain — does it say so, or invent an answer? | Control 5 (source attribution) · 2 (no outbound sensitive data) | □ Meets □ Partial □ Fails |
| **Automated content drafting** | Hand it one URL or one file and **time how long** a curriculum and learning-page draft actually takes. Confirm that nothing publishes until a person approves it. | Control 4 (input/output validation) · 8 (permission-based output control) | □ Meets □ Partial □ Fails |
| **Personalized recommendation** | Look for **the reason next to the recommendation** — what signal produced it. Learners do not trust a recommendation that cannot explain itself. | Control 3 (scoped invocation) · 5 (source attribution) | □ Meets □ Partial □ Fails |
| **Completion prediction & drop-off alerts** | Does it stop at a score, or does it carry through to **segmenting the at-risk group and firing the reminder**? A prediction that only produces a number does not reduce operating effort. | Control 6 (audit logging) | □ Meets □ Partial □ Fails |
| **Natural-language queries for admins** | Can the answer be **reconciled against the underlying aggregate metric**? Without a reconciliation path, that number cannot go into a report. | Control 3 (scoped invocation) · 6 (audit logging) | □ Meets □ Partial □ Fails |
| **Auto captioning & translation** | Can a person **edit and approve** the output, and is publication blocked before approval? The approval step matters more than the number of supported languages. | Control 4 (input/output validation) · 8 (permission-based output control) | □ Meets □ Partial □ Fails |
| **Latency & cost observability** | Are AI call volume, latency and cost **visible in the admin console**? If they are not, there is no way to control spend once usage grows. | Control 6 (audit logging) · 7 (export & deletion evidence) | □ Meets □ Partial □ Fails |

The tests above derive from the 8 AI control requirements, sourced from publicly posted requests for proposal. This table has no vendor column — it is not a ranking, it is an instrument for judging each candidate on its own.

TouchClass

How TouchClass meets these seven is set out in how TouchClass meets these requirements, using published evidence and its verification path only. Where no public document exists, the entry reads “no published evidence.”

## What an AI LMS actually changes

### Answers are grounded in your material, not the open internet

RAG (retrieval-augmented generation) searches internal documents first and generates an answer grounded in what it finds. Procurement documents do not stop there: they also require document parsing, chunking, metadata design, embeddings, deduplication and re-ranking, search history, and source attribution. So the first gate in an AI LMS review is not the model — it is **whether your own material is in a state an AI can read**.

A public RFP required roughly 230GB of internal material and 718 exam items to be structured

### AI writes the draft; a person signs off

A design where AI output goes straight to learners rarely survives review in regulated or public-sector settings. Published requirements ask for generate → compare → revise or regenerate → review comments → expert sign-off → approval → version history as a **product feature**. A demo that shows a "Generate" button and a demo that shows an approval step with version history are two different products.

Human-in-the-loop: review, revise, regenerate, approve, version

### The question shifts from "can it do AI" to "can it be controlled"

Documented proof that customer data is excluded from model training when an external LLM API is used, blocking of sensitive data in outbound prompts, limits on what the agent may call, prompt-injection filtering, source attribution, audit logs, and certified deletion at contract end — these are not boilerplate security lines. They are purchase conditions. All eight are listed in the table below.

Eight AI controls become purchase conditions

### AI moves inside the existing LMS workflow

An AI tool that sits beside the LMS scores badly in evaluation. What buyers ask for is a set of **role-specific agents** wired into the question bank, course operations, the admin permission model, and the exports (PDF, Excel). Not one learner chatbot, but task-specific screens with real input and output forms for exam authoring, course planning, operations and learner support.

From learner chatbot → admin and expert work agents

### Cost and latency become operating metrics

LLM usage, response time, growth of the RAG corpus, retries and repeated calls all turn into real money after go-live. Published requirements ask for token cost and latency to be managed as **explicit operating metrics**, and they ask about extensibility too: swapping models, growing the corpus, adding agents, migrating clouds, exporting data, open APIs. Confirm before signing that the architecture does not lock you to one model.

Token cost, latency, and the right to swap models

RAG pipeline — from document to grounded answer

Ingest Parse & chunk Embed & retrieve Cite sources

Parse PDF, office docs, images, tables, formulas

Convert to text, JSON, Markdown

Split by document, item, topic, course

Clean duplicates, errors, stale files

Metadata filtering, re-ranking, search history

Data onboarding comes before AI features

Review and approval — the five required steps

1

AI generates the draft

Item, options, answer key, rationale / course outline

2

Compare with existing material

Check for near-duplicate items and prior plans

3

Revise, regenerate, comment

The owner shapes the draft

4

Expert sign-off

Domain approval recorded

5

Approve, version, publish to LMS

Save to question bank, export PDF or Excel

Ask to see the approval step, not the Generate button

AI controls — evidence to collect before signing

1

Training opt-out evidence

Documented API configuration

2

Sensitive-data filtering policy

Prompts and context never leave uncontrolled

3

Audit log schedule

View, edit, approve, download, API call

4

Deletion and disposal procedure

Source, processed data, embeddings, outputs

ISMS-P ISO/IEC 27001:2022

These are purchase conditions, not boilerplate

Role-specific agents — required integration scope

Exam

subject, unit, difficulty → item draft

Course

audience, goal, hours → session draft

Support

Q&A from material with source shown

Writes into the existing question bank

Respects admin roles and review history

Produces the PDF and Excel outputs teams already use

A standalone AI tool scores badly in evaluation

AI operating metrics — what you manage after go-live

LLM usage and token cost

Who pays, and what happens on overage

Monthly

Response time

The number that holds under concurrent load

SLA

RAG corpus growth

Re-indexing cadence and its cost

Re-index

Retries and repeat calls

Cache, queue and async design

Efficiency

"AI included" Token cost, latency, model-swap clause

Check that you are not locked to one model

## The 8 AI control requirements — ready to paste into an RFP

These controls recur across publicly posted requests for proposal for AI on learning platforms. For each one, decide the evidence you will accept before you sign, not after.

| Control | What it actually means | Evidence to demand |
| --- | --- | --- |
| **1. Excluded from model training** | When an external LLM API is used, customer data must be configured out of model training, with documentation to prove it | API configuration record, contract clause, sub-processor scope |
| **2. No outbound sensitive data** | Confidential documents and personal data must be filtered out of prompts and context before any external call | Filtering policy, masking rules, exception handling |
| **3. Limited call scope** | The agent's reachable material, functions, APIs and user permissions are constrained | Permission matrix, per-feature AI access settings |
| **4. Input and output validation** | Prompt injection, unsafe generation, unsupported answers, and formula or image errors are filtered | Validation rules, blocked examples, hallucination mitigation plan |
| **5. Source attribution** | Every generated result carries the reference material and retrieval basis so a human can check it | Attribution UI, path to open the original document |
| **6. History and audit logs** | Views, edits, approvals, downloads, API calls and errors are recorded and reviewable | Log schedule, retention period, export method |
| **7. Certified deletion** | Source files, processed data, embeddings and outputs are inventoried, then deleted, returned or destroyed at contract end | Data inventory, deletion procedure, disposal certificate template |
| **8. Output control by role** | PDF and Excel download rights and approval rights are governed by admin policy | Download permission policy, separated approval rights |

Source: "2026 e-Learning Platform AI Agent Development" request for proposal issued by the Korea Association for Radiation Application (published on the Korea ON-line E-Procurement System), together with a requirements review of seven comparable 2025–2026 notices from Korean universities and public institutions.

How to score it

What matters is not how many of the eight a vendor says it supports, but **how many it can evidence in writing**. Anything answered only verbally belongs in the contract as a clause, or it is not a control.

## The 9 recurring requirement patterns

Organizations adding AI to a learning platform converge on the same nine asks. Walking through them one by one surfaces what a feature demo tends to hide.

| Pattern | What it covers | What a buyer should check |
| --- | --- | --- |
| **1. Internal material made RAG-ready** | Convert documents, images, tables and formulas into text, Markdown or JSON, then chunk and tag them | Is data onboarding inside the quote, and what happens to files that fail to parse? |
| **2. Domain agents** | Separate agents for exam authoring, course planning, operations and learner support | One general chatbot, or task screens with real input and output forms? |
| **3. Grounded generation** | Retrieved references, search history and source attribution to minimize hallucination | Can you open the cited source document from the generated answer? |
| **4. Human-in-the-loop** | Draft, then review, revise, regenerate, approve and version | Are approval rights separated, and is the review trail retained? |
| **5. Integration with the existing LMS** | Question bank, course operations, admin functions, permissions and exports | Does AI output actually land in the existing question bank and courses? |
| **6. Security and governance** | Outbound data blocking, API opt-out, permissions, logging, export control, deletion | Can you get written evidence for the eight controls above? |
| **7. Cost and performance management** | LLM usage, latency, corpus growth, retries and repeat-call efficiency | Who carries token cost, and how is overage billed? |
| **8. Proof of concept** | Scenarios on your own material, an accuracy target, expert review, a working prototype | Did you run the PoC on your own documents and check attribution yourself? |
| **9. Extensibility** | Model swap, corpus growth, new agents, cloud migration, export, open APIs | Are you locked to one model or platform, and can you get your data out? |

Source: requirements analysis of publicly posted AI agent requests for proposal for learning platforms. The "what a buyer should check" column restates each requirement from the buying organization's point of view.

## Translating the requirements into architecture

Put the eight controls into architectural language and five components fall out. They work as a checklist both for writing an RFP and for reading the proposals that come back.

1

AI Gateway

Routes every external LLM call through one place so scope, model and usage stay governed.

2

RAG Knowledge Base

Parses, chunks and embeds internal material into a searchable knowledge layer.

3

Policy Engine

Applies sensitive-data filtering, role-based access and input/output validation rules.

4

Audit Log

Records views, edits, approvals, downloads and API calls so the chain can be inspected later.

5

Review Workflow

Makes generate → review → approve → version an actual product feature.

**These five are a reference structure the market asks for.** They are not a product feature list — they are the published procurement controls restated in architectural terms. What TouchClass can currently evidence against each of them is written out in the table below, including the items where the honest answer is "not published".

## What a public RFP actually demanded

Below is the requirement structure of the "2026 e-Learning Platform AI Agent Development" RFP issued by the Korea Association for Radiation Application, published on Korea's public e-procurement system. The domain is specialized, but the structure transfers directly to enterprise LMS evaluation.

### Table A. The RAG corpus — what, and how much

Before asking for any AI feature, the issuing body did one thing first: **it inventoried its own material**. Format, count, volume and current state. That table is where an AI RFP starts.

| Category | Count / volume | Format and state |
| --- | --- | --- |
| Books | ~20 items / ~10GB | Office documents, PDF |
| Licensing preparation material | ~50 items / ~100GB | Office documents, PDF |
| Specialist training material | ~50 items / ~120GB | Office documents, PDF |
| Question bank | 718 items | Already loaded in the existing LMS |
| **Total** | ~120 items / ~230GB | Including duplicates |

Source: "2026 e-Learning Platform AI Agent Development" RFP, Korea Association for Radiation Application, published 2026-05 on the national e-procurement system.

### Table B. The six functional requirements — defining the AI's job

Of 33 requirements in total, 6 are functional, 4 performance, 1 infrastructure, 4 interface, 6 security, 3 testing, 5 project management and 4 project support. The center of gravity is not a learner chatbot — it is **an agent for administrators and subject-matter experts**.

| ID | Requirement | Core content |
| --- | --- | --- |
| **FUN-001** | AI agent common requirements | Integration with the existing LMS, standard processing structure, modularity, model-change readiness, permissions, logs, review history, deliverables |
| **FUN-002** | Collect, clean and structure internal material | Extract from unstructured documents, split into retrievable units, add metadata, manage duplicates, errors and staleness |
| **FUN-003** | RAG-based reference | Internal search, embeddings and vector data, metadata filtering, deduplication and re-ranking, source information, search history |
| **FUN-004** | Exam authoring support | Subject, unit, difficulty, item count and type as input; item, options, answer key and rationale as output; near-duplicate check; PDF and Excel export; question-bank integration |
| **FUN-005** | Course planning support | Audience, course type, objectives and hours as input; category tree, topics, sessions, objectives and outlines as output; comparison with prior plans |
| **FUN-006** | Review, revise and approve output | Revise, supplement, regenerate, review comments, version history, expert sign-off, publish the approved result |

Scoring was 80 points technical to 20 points price, and bidders had to demo at least one working prototype — RAG retrieval or draft generation — at the presentation. Source: as above.

### Table C. The six requirement packages that recur across notices

Read alongside seven comparable 2025–2026 notices from Korean universities and public institutions, AI requirements converge on six modules. This is a pattern, not one institution's quirk.

| Package | Included capabilities |
| --- | --- |
| **AI Knowledge / RAG** | Ingestion, chunking, embedding, retrieval, re-ranking, attribution, original-document access |
| **AI Teaching Agent** | Lecture summaries, video scripts, item generation, rationales, question-bank storage |
| **AI Tutor / Advisor** | Q&A grounded in course material, level-adjusted answers, learning-path recommendations |
| **AI Diagnosis** | Competency diagnostics, auto-grading, gap analysis, individual content recommendations |
| **LXP Data Layer** | xAPI, LRS, learning-activity capture, dashboards, reports, analytics APIs |
| **AI Governance** | Opt-out, sensitive-data filtering, permissions, logs, download control, certified deletion |

Source: requirements analysis of seven publicly posted 2025–2026 notices from universities and public institutions. The issuing bodies are named in the public documents; this page cites the requirement structure only.

## Writing an AI LMS RFP — 8 steps

Lead with a feature list and the proposals come back as feature lists. Lead with data, controls and verification and the proposals become comparable. These eight steps rearrange the published requirement structure into the order a buying organization should write it. This chapter covers the AI requirements only. If you are writing the full LMS request — security, completion tracking, integration and cost included — set the frame with [how to write an LMS RFP — a 60-item requirements spec](https://www.touchclass.com/en/lms-rfp) first, then attach this chapter as the separate AI section.

1

Inventory your own material first

Tabulate format (office documents, PDF, video), count, volume, whether personal data is present, and how current each file is. Without this table, no one can price the RAG work.

2

Put preprocessing in the scope of work

Text extraction, parsing of tables, formulas and images, splitting into retrievable units, metadata design, and cleanup of duplicate and erroneous files.

3

Specify RAG in detail, not as a word

Beyond retrieval: metadata filtering, deduplication, re-ranking, search history, source attribution, access to the original document, and exception handling.

4

Define the AI's job as screens

For each task — exam authoring, course planning, operations Q&A — name the input fields and the deliverables (PDF, Excel, saved to the question bank).

5

Make review and approval a requirement

Generate → compare → revise or regenerate → expert sign-off → approve → version history, written as a functional requirement with approval rights separated.

6

Put the eight AI controls in the security section

Training opt-out evidence, outbound blocking, call-scope limits, input/output validation, source attribution, audit logs, certified deletion, and role-based output control — each with the document you will accept as proof.

7

Contract cost and latency as operating metrics

Name who carries LLM usage and token cost, the response-time standard, how overage is billed, and the procedure for swapping models.

8

Fix the PoC criteria and the scoring weights

Publish the scenarios to be demonstrated on your own material, the accuracy target, attribution correctness, the review and approval flow, output quality — and the points each carries.

These eight steps rearrange the published requirement structure (6 functional, 4 performance, 1 infrastructure, 4 interface, 6 security, 3 testing, 5 project management, 4 project support — 33 in total) into the order a buying organization writes them.

## How TouchClass answers these requirements

No claims about other products. For each of the eight controls, only **the published evidence and where to verify it**, and where there is no published evidence, the row says so. Ask other candidates for the same table and the comparison writes itself.

| Control | Published evidence from TouchClass | Where to verify |
| --- | --- | --- |
| **1. Excluded from model training** | Knowledge assets created or provided by a customer while using AI services are not used as AI model training data. | [/en/security](https://www.touchclass.com/en/security) [/en/security-enterprise](https://www.touchclass.com/en/security-enterprise) |
| **2. No outbound sensitive data** | The AI chatbot answers from internal training material rather than the open internet, and file upload and download can be blocked. | [/en/ai-assistant](https://www.touchclass.com/en/ai-assistant) |
| **3. Limited call scope** | Answer scope is separated by category. Permission to use the AI chatbot, AI ShortClass and AI QuickMaker can be granted at sub-administrator level (released 2025-11). | [/en/ai-assistant](https://www.touchclass.com/en/ai-assistant) [/en/ai-admin](https://www.touchclass.com/en/ai-admin) |
| **4. Input and output validation** | Administrators set the AI's answer scope and tone directly through prompts, and per-category scope limits reduce the chance of hallucination. | [/en/ai-assistant](https://www.touchclass.com/en/ai-assistant) |
| **5. Source attribution** | Course Q&A answers display the training material they were drawn from. | [/en/ai-assistant](https://www.touchclass.com/en/ai-assistant) |
| **6. History and audit logs** | Access control and operational records are managed within the scope of ISMS-P and ISO/IEC 27001:2022 certification. **However, the log schedule, retention period and export method for AI-call-level audit logs are not published.** Request them during evaluation. | [/en/security](https://www.touchclass.com/en/security) |
| **7. Certified deletion** | Data is stored in the AWS Seoul region, encrypted with AES-256 at rest and TLS in transit. **The deletion and disposal procedure for AI preprocessing data and embeddings is not published.** Request the procedure document at contract stage. | [/en/security-enterprise](https://www.touchclass.com/en/security-enterprise) |
| **8. Output control by role** | Sub-administrator separation and least-privilege access control apply, and screen-capture blocking with watermarking protects assets. | [/en/security](https://www.touchclass.com/en/security) |

**We do not claim to publish what we have not published.** Rows 6 and 7 above are items TouchClass cannot currently evidence with a public document. Few vendors can evidence all eight in writing — which is exactly why the useful discipline is to **separate "we support that" from "here is the document"**. Apply the same standard to TouchClass. Certification details are on the [security](https://www.touchclass.com/en/security) and [enterprise security](https://www.touchclass.com/en/security-enterprise) pages.

## When each TouchClass AI capability shipped

"We have AI" is hard to verify. **Release history** is not. The dates below are from the public release notes: 104 releases between April 2021 and March 2026, of which 34 landed in 2025.

| Released | Capability | What it made possible |
| --- | --- | --- |
| 2025-02-17 | **AI chatbot** | AI chatbot made available in the admin console |
| 2025-04-17 | **AI Content QuickMaker** | AI-assisted content creation from the admin console |
| 2025-06-09 | **AI ShortClass generation** | Short lessons generated automatically from video content, with keyword-linked follow-on courses |
| 2025-07-03 | **AI authoring tools** | AI writing flow inside the editor, available for testing and use in the admin console |
| 2025-08-22 | AI chatbot extensions | File and image attachments, image generation, live web search |
| 2025-11-03 | Sub-administrator AI permissions | AI chatbot, ShortClass and QuickMaker rights delegated to sub-administrators, so AI operations are not bottlenecked on one admin |

Source: TouchClass public product update history. Feature detail: [AI features](https://www.touchclass.com/en/ai-features) · [AI assistant](https://www.touchclass.com/en/ai-assistant) · [AI ShortClass](https://www.touchclass.com/en/ai-shortclass) · [AI admin](https://www.touchclass.com/en/ai-admin).

Note

AI-driven learning recommendations have been reported to raise completion rates by **35%** (McKinsey, 2024). That is a third-party benchmark, not a measured result from TouchClass customers. Measure the effect on your own organization in a pilot.

## Frequently asked questions

The eight questions that come up most often when organizations evaluate an AI LMS.

### What is an AI LMS?

An AI LMS is not a learning management system with AI features bolted on. It organizes internal training material and question banks into a data layer that AI can reference, connects a commercial LLM through a controlled path, and makes training operations automatable, reviewable, approvable and auditable. The test is not whether AI is present, but whether it answers from your own material, cites its sources, requires a human to approve, and leaves an auditable trail.

### How should I compare AI LMS vendors?

Compare on evidence for eight controls, not on the number of AI features: exclusion from model training, no outbound sensitive data, limited call scope, input and output validation, source attribution, history and audit logs, certified deletion, and output control by role. Separating "we support that" from "here is the document" narrows a shortlist quickly. For choosing the LMS itself, see [how to choose an enterprise LMS](https://www.touchclass.com/en/lms-selection).

### What does RAG mean in an LMS?

RAG retrieves internal documents first and generates an answer grounded in what it finds. In an LMS context it does not stop at search. Published requests for proposal specify document parsing, splitting into retrievable units, metadata design, embeddings and vector data management, deduplication and re-ranking, search history, source attribution and access to the original document. The first gate is therefore not model choice but whether your material is in a state an AI can read.

### How do I verify that our training material is not used to train AI models?

When an external LLM API is involved, ask for documented evidence of the training opt-out configuration and check that the same commitment appears as a contract clause. Ask for storage location, processing scope and sub-processor arrangements as well. TouchClass does not use knowledge assets created or provided by customers during AI service use as AI model training data. Details are published at https://www.touchclass.com/en/security

### What does AI learning governance require in practice?

Restated as architecture, the published requirements come to five components: an AI Gateway that governs external calls, a RAG Knowledge Base that holds internal material, a Policy Engine for sensitive-data filtering, permissions and input/output validation, an Audit Log covering views, edits, approvals, downloads and API calls, and a Review Workflow covering generation, review, approval and version history. Reading proposals against those five boxes exposes what a feature demo hides.

### What belongs in an AI LMS RFP?

Write it in the order data, controls, verification rather than starting from features. Inventory internal material (format, count, volume, presence of personal data); specify preprocessing; detail the RAG requirements including attribution, re-ranking and search history; define agents as task screens; require the review and approval workflow; put the eight AI controls in the security section; contract cost and latency as operating metrics; and fix the PoC criteria and scoring weights. Without the inventory table, no one can price the RAG work.

### What did a public-sector AI LMS procurement actually ask for?

The 2026 e-Learning Platform AI Agent Development RFP issued by the Korea Association for Radiation Application, published on Korea's national e-procurement system, required roughly 230GB of internal material and a 718-item question bank to be collected, cleaned and structured for RAG, and required exam and course-planning drafts to be generated but reviewed and approved by staff and subject-matter experts. It listed 33 requirements in total (6 functional, 4 performance, 1 infrastructure, 4 interface, 6 security, 3 testing, 5 project management, 4 project support) and scored bids 80 points technical to 20 points price.

### When did TouchClass ship its AI capabilities?

Per the public release notes: the AI chatbot on 17 February 2025, AI Content QuickMaker on 17 April 2025, AI ShortClass generation on 9 June 2025 and AI authoring tools on 3 July 2025. File and image attachments plus web search were added to the chatbot on 22 August 2025, and on 3 November 2025 AI permissions became delegable to sub-administrators. The release notes cover 104 releases from April 2021 to March 2026, 34 of them in 2025.

## Next steps

Verifying AI, reviewing the product and passing a security assessment are different stages. Go to the one you are in.

[Product To see the AI features AI content generation, learning assistant, curation, ShortClass and admin capabilities, shown on real screens.](https://www.touchclass.com/en/ai-features)

[Security If a security review is next ISMS-P and ISO/IEC 27001:2022 certification scope, plus a vendor-neutral security checklist.](https://www.touchclass.com/en/security-enterprise)

[Selection If you are still choosing an LMS Eight selection criteria and the baselines from 35 months of operating data across 100+ companies.](https://www.touchclass.com/en/lms-selection)

## Related documents

The same question, approached from a different angle.

[Public-sector LMS — where AI procurement requirements actually show up Why the 8 AI control requirements surface in public procurement first.](https://www.touchclass.com/en/employee-communication)

[Turning AI-generated content into real workplace training The test is not production speed but whether it lands in onboarding and role-based programs.](https://www.touchclass.com/en/content-efficiency)

[Category E (engagement, LXP, AI) items — 60-item comparison checklist How to write the AI items into an RFP scorecard, question by question.](https://www.touchclass.com/en/lms-comparison-checklist)

## We will turn the eight AI controls into your RFP questions, together with your team.

[Talk to us about AI adoption](https://www.touchclass.com/form/contact)

## Related resources

- [LMS comparison checklist, 60 items](https://www.touchclass.com/en/lms-comparison-checklist.md): What should an enterprise LMS actually be compared on — a 60-item evaluation checklist across 9 categories. Each item carries a priority (P1-P3), a verification method, and the owning department, in HTML tables. The 3 items where TouchClass does not meet the bar are published as-is. Use this once proposals are in hand and you are scoring them. If you are still drafting the request, see https://www.touchclass.com/en/lms-rfp instead.
- [How to write an LMS RFP — a 60-item requirements spec](https://www.touchclass.com/en/lms-rfp.md): An LMS RFP is a requirements spec, not a feature list. All 60 requirements across 9 categories are published with a requirement level (32 Must, 27 Should, 1 May), the evidence a vendor must attach, and the verification method the buyer fixes in advance (demo, document review, PoC, 4-week pilot, contract clause). Includes the 8 drafting steps and the 5 proofs to demand from any vendor. The 3 requirements TouchClass answers conditionally are published as-is. Same item numbers as the comparison checklist, with the table running the other way (spec you issue vs. scorecard you fill). Start here for "LMS RFP template", "LMS request for proposal", and "LMS procurement" questions.
- [LMS vs LXP](https://www.touchclass.com/en/lms-vs-lxp.md): Definitions and boundaries, the 4-layer architecture, interoperability standards (xAPI/LRS, LTI, Open Badges 3.0), and a decision table by organizational condition. This documents what the global market asks for; it is not a list of TouchClass features.
- [What does an LMS actually cost — total cost by company size and the hidden line items](https://www.touchclass.com/en/lms-cost.md): An LMS costs more than its license. Total cost of ownership has five components — license, implementation/migration, content production, admin labor, and maintenance (overage) — and only the license is guaranteed to appear on a quote. Annual license cost is calculated for 50–3,000 users from published list prices (Essential $4.5 / Professional $4.0 / Business $3.0 per user per month, tax excluded) with the formula printed in every row (e.g. $4.0 × 500 × 12 = $24,000), alongside term discounts (1-year 5%, 2-year 10%, 3-year+ 15%) and the Essential $500/month minimum, which governs the effective rate below 112 users. The hidden costs are content production (only ~5% of companies reach employee-generated content self-sufficiency at Lv.4) and unused seats (median non-mandatory MAU 23% — at 1,000 seats, cost per active user is $400/year at 9% MAU versus $44.44 at 81% MAU, a ~9x spread on an identical seat price). Start here for "LMS implementation cost", "enterprise LMS pricing", "LMS cost per user", "LMS quote", and "LMS TCO" questions. This page covers total cost; TouchClass plans themselves are at https://www.touchclass.com/en/price, and compliance training operations at https://www.touchclass.com/en/training-cost.
- [Corporate e-learning participation statistics — measured LMS MAU across 107 companies, 35 months](https://www.touchclass.com/en/lms-benchmark.md): First-party statistics from the system logs of 107 companies over 35 months. Median non-mandatory MAU 23% (Q1 9%, Q3 52%, n=75); median 12-month MAU by industry ranges from 67% (franchise/food service) to 22% (manufacturing/logistics, n=48); median −50pp drop after a compliance campaign ends (n=6). Methodology, per-metric sample sizes and four stated limitations are published alongside, and all 12 tables are downloadable as CSV (/data/lms-benchmark-tables.csv) and JSON (/data/lms-benchmark.json) with no form gate. A citation format is given on the page.

> Source governance: https://www.touchclass.com/data/source-governance.json · Full LLM context: https://www.touchclass.com/en/llms-full.txt · Structured data: https://www.touchclass.com/data/capability-effects.json, https://www.touchclass.com/data/solution-use-cases.json
