JSP Media Tech Lingo
Interactive learning lab · AI + technology fluency

Tech Lingo

A fun, no-shame learning tool for non-techies who need to understand the language of AI, automations, apps, data, and cloud systems while they work in fast-moving technology industries.

Start learning Take quiz

Public — no login needed Online learning app Progress saves on this device

Choose your mission

Learn the words for the job you are doing

Switch tracks any time. Your XP stays with you in this browser.

Flash card

Artificial Intelligence

Software that can do tasks that usually need human judgment, like writing, sorting, predicting, or recognizing patterns.

Try saying this at work AI can help us draft the first version, but a person still owns the final decision.
Mini missions
Meeting translator

Pick three terms from today's meeting and rewrite them in customer-friendly language.

+25 XP
Guardrail scout

Find one place an AI or automation should stop and ask a human before acting.

+30 XP
Jargon rescue

Take one intimidating term and explain it using a restaurant, sports, or road-trip analogy.

+20 XP
Glossary deck

Tap a term, earn XP, repeat in plain English

AI basics 5 AI workflow 4 AI data 2 AI risk 2 Data 2 Infrastructure 2 Integrations 2 Product 2 Operations 1 Software basics 1
AI basics Starter

Artificial Intelligence

Software that can do tasks that usually need human judgment, like writing, sorting, predicting, or recognizing patterns.

Show workplace example
Analogy

A very fast intern that learned from a huge library, but still needs clear direction and review.

At work

Use AI to draft, summarize, classify, or brainstorm — then verify anything important.

Watch out

AI is not automatically correct, fair, private, or approved just because it sounds confident.

Software basics Starter

Algorithm

A repeatable set of steps a computer follows to make a decision or produce an output.

Show workplace example
Analogy

A recipe: same ingredients and steps should produce the same kind of result.

At work

When a system ranks leads or recommends a next action, an algorithm is usually behind it.

Watch out

If the input data is bad, the algorithm can produce bad answers very consistently.

Integrations Starter

API

A structured way for one app to ask another app for data or to trigger an action.

Show workplace example
Analogy

A restaurant menu for software: it lists what you can order and how to ask for it.

At work

APIs let tools like CRM, payment, scheduling, and AI systems talk to each other automatically.

Watch out

APIs usually need permissions, rate limits, and error handling — they are not magic pipes.

Operations Starter

Automation

A system that performs a repetitive task with little or no manual effort after it is set up.

Show workplace example
Analogy

A conveyor belt for routine work.

At work

Good automations handle reminders, imports, status checks, routing, and reporting.

Watch out

Automating a broken process usually makes the broken part happen faster.

Infrastructure Starter

Cloud

Computers, storage, and services rented over the internet instead of owned in your office.

Show workplace example
Analogy

Renting a professional kitchen instead of building one in your garage.

At work

Cloud platforms host websites, databases, AI services, backups, and background jobs.

Watch out

Cloud still has costs, security settings, outages, and access controls to manage.

Data Starter

Database

An organized place where an app stores and retrieves information.

Show workplace example
Analogy

A highly structured filing cabinet that software can search quickly.

At work

Customers, orders, lessons, progress, invoices, and messages often live in databases.

Watch out

A spreadsheet can hold data, but a database usually gives stronger rules, access, and history.

Data Builder

Data Pipeline

A chain of steps that moves, cleans, transforms, or analyzes data from one place to another.

Show workplace example
Analogy

A factory line for information.

At work

Pipelines power dashboards, reports, lead scoring, billing exports, and AI training data prep.

Watch out

When a dashboard looks stale, the pipeline may be stuck even if the app itself is online.

AI data Builder

Embedding

A list of numbers that represents the meaning of text, images, or other content so software can compare it.

Show workplace example
Analogy

A map coordinate for meaning instead of geography.

At work

Embeddings help AI search by meaning, find similar documents, match photos, or group feedback.

Watch out

Embeddings can find things that are similar, but similarity is not the same as truth.

AI basics Starter

Generative AI

AI that creates new content such as text, images, code, audio, video, or plans.

Show workplace example
Analogy

A remix machine trained on patterns from many examples.

At work

Use it for drafts, variations, explanations, roleplay, summaries, and quick prototypes.

Watch out

Generated content can include mistakes, copyright concerns, or confidential information if used carelessly.

AI risk Starter

Hallucination

When AI confidently gives information that is wrong, made up, or not supported by the source material.

Show workplace example
Analogy

A person guessing with a straight face.

At work

Watch for fake citations, incorrect policies, bad calculations, or invented customer details.

Watch out

The more specific an unsupported answer sounds, the more tempting it is to trust it.

AI basics Starter

LLM

Large Language Model: an AI model trained to understand and generate language.

Show workplace example
Analogy

Autocomplete with a giant memory of language patterns and reasoning examples.

At work

ChatGPT, Claude, Gemini, and many workplace AI assistants are powered by LLMs.

Watch out

An LLM predicts useful responses; it does not inherently know your company policy or live facts.

AI basics Starter

Machine Learning

A way for software to learn patterns from examples instead of only following hand-written rules.

Show workplace example
Analogy

Training by examples, like showing many photos until someone learns what a good one looks like.

At work

ML can predict churn, classify tickets, detect fraud, recommend next actions, or score images.

Watch out

The model learns from the examples it gets, including their bias and gaps.

AI basics Starter

Model

The trained system that turns inputs into predictions, classifications, or generated output.

Show workplace example
Analogy

The brain inside the tool, trained for a type of task.

At work

Different models are better for writing, coding, vision, speed, privacy, cost, or accuracy.

Watch out

Newer or bigger does not always mean better for your workflow.

AI workflow Starter

Prompt

The instructions, question, examples, or context you give an AI tool.

Show workplace example
Analogy

A work order for an AI assistant.

At work

Better prompts include the role, goal, context, constraints, examples, and desired output format.

Watch out

A vague prompt usually produces a vague answer.

AI workflow Builder

RAG

Retrieval-Augmented Generation: AI answers using retrieved source documents or data instead of only memory.

Show workplace example
Analogy

An assistant that checks the file cabinet before answering.

At work

RAG is useful for company knowledge bases, policy bots, support assistants, and document-heavy work.

Watch out

RAG is only as good as the sources it retrieves and the permission rules around them.

AI workflow Builder

Token

A small chunk of text an AI model reads or writes. AI costs and context limits are often measured in tokens.

Show workplace example
Analogy

Word pieces on an AI meter.

At work

Long documents, chat history, and repeated instructions use more tokens and can cost more.

Watch out

Token limits mean an AI may not remember everything in a long conversation or document set.

AI workflow Builder

Agent

An AI-powered worker that can plan steps, use tools, inspect results, and keep going toward a goal.

Show workplace example
Analogy

A digital teammate with a checklist and access to approved tools.

At work

Agents can research, update records, run checks, draft reports, or monitor queues under guardrails.

Watch out

Agents need clear permissions, logging, review points, and stop conditions.

AI risk Builder

Guardrails

Rules, checks, and limits that keep a system from doing unsafe, unauthorized, or low-quality things.

Show workplace example
Analogy

Lane lines and speed limits for automation.

At work

Guardrails can block live sends, require approval, redact secrets, validate output, or stop risky actions.

Watch out

A guardrail that is only written in a policy doc will not stop a bad automation by itself.

Product Starter

MVP

Minimum Viable Product: the smallest useful version that proves whether the idea solves a real problem.

Show workplace example
Analogy

A food-truck version of a restaurant concept.

At work

An MVP should teach you whether users care before you build every feature.

Watch out

Minimum does not mean sloppy; it must still solve the core job reliably.

Product Starter

No-code / Low-code

Tools that let people build workflows, forms, apps, or automations with little traditional programming.

Show workplace example
Analogy

Building with labeled blocks instead of cutting every piece of wood yourself.

At work

Good for prototypes, internal tools, automations, and admin workflows.

Watch out

No-code can still create fragile processes, hidden costs, and security risks if nobody owns it.

Infrastructure Starter

Latency

The delay between asking a system to do something and getting a response.

Show workplace example
Analogy

The wait time after you press a button.

At work

High latency can make apps feel broken, even when they technically work.

Watch out

AI, databases, APIs, and poor network paths can all add latency.

AI data Builder

Vector Database

A database designed to store embeddings and find items that are similar in meaning.

Show workplace example
Analogy

A library organized by ideas instead of alphabetically.

At work

Vector databases power semantic search, recommendations, document assistants, and RAG systems.

Watch out

It does not replace source-of-truth databases; it helps find relevant context.

Integrations Builder

Webhook

An automatic message one system sends to another when something happens.

Show workplace example
Analogy

A doorbell for software events.

At work

A payment app can send a webhook when an invoice is paid, triggering a receipt or task update.

Watch out

Webhook receivers need verification, retries, and duplicate handling.

Scenario quiz

Practice translating real workplace moments

0 correct so far

Scenario 1

Your team wants AI to answer questions from company policies and cite the policy page.

Which term best fits the setup?

RAG means the AI retrieves source documents before generating an answer.

Scenario 2

A payment system should notify your dashboard the moment an invoice is paid.

What should you ask for?

A webhook is an event message from one system to another.

Scenario 3

An AI answer sounds confident, but nobody can find the source and the date is wrong.

What risk are you seeing?

A hallucination is unsupported or made-up output presented confidently.

Scenario 4

The app works, but users complain every button feels slow after they click.

Which word describes that delay?

Latency is the time between request and response.

Scenario 5

You need the smallest useful version of a product to test whether customers care.

What are you building?

An MVP is the smallest version that can validate the core value.