AI LEARNING / 01 / BEGINNER

AI fundamentals

Build the vocabulary to understand models, agents and the limits of their outputs.

THE IDEA TO KEEP IN VIEW

A useful first question: is the system producing a prediction, generating content or taking an action?

SUGGESTED READING ORDER

Build one idea
at a time.

Begin with accessible explanations of what an AI system does. Then follow a simple model computation and examine why a convincing performance score may still be inadequate for a practical task.

AFTER READING

Explain the difference between a model and the wider system that uses its output.

01 / CONCEPTS

What is agentic AI?

Distinguish answering a question from pursuing a goal through planning, context, tools and feedback.

02 / MODEL COMPUTATION

Follow a neural network’s forward pass

Trace inputs through weighted layers to an output using a worked manufacturing example.

03 / PERFORMANCE CLAIMS

Recognize the accuracy trap

Examine class balance, missed detections and false alarms before accepting an accuracy score.

Check your understanding

If a model reports high accuracy, what else would you ask before using it? Consider the class balance, the errors that matter and the decision the output will inform.

FURTHER EXPLANATIONS

Deepen a specific idea.

Continue through the wider collection after the essential readings.

CONTINUE TO COLLECTION 02

Examine the data behind the prediction.

Build on the concepts with data context, interpretable models and evaluation metrics.