Intermediate level · applied theory

AI, data and automation: a map for orientation.

Technical ideas explained with balance: accessible enough to build intuition and precise enough to prepare method and architecture.

AIMachine learningDataAutomation
Visual map of the main data families

Progressive path

From words to working systems.

This intermediate level builds a bridge between intuition and implementation: a map for reading data, models, algorithms and automation without losing the thread.

The same problem, different tools

Organising documents: rule, RPA, machine learning or generative AI?

The tools can work together but answer different needs.

Rule

Defined condition

If the name contains “invoice”, move the file to the invoice folder.

RPA

Operational sequence

Open the mailbox, save the attachment, rename it and update the register.

ML

Learned classification

Classify the document from text and structure even when its name is unclear.

AI, ML and algorithms

Three connected circles, not three synonyms.

Artificial intelligence is the broad field: it includes systems that classify, estimate, search or generate. Machine learning is the part of AI where a rule is learned from data. An algorithm is a defined sequence of steps and may be statistical, deterministic or learned.

The question comes before the tool: describing, forecasting, classifying, grouping, detecting anomalies or setting priorities call for different method families.

Visual orbit connecting data types, algorithms, validation and outputs.
Data, methods and results remain distinct, yet connected by hypotheses and controls.

Data types

The shape of data guides the method.

Tables

Rows, columns, categories and measures: prices, sensors, KPIs, compositions and accounts.

Time series

Values ordered in time. Rhythm, trend, seasonality, regime and change become central.

Text and documents

Reports, notices, articles and PDFs require parsing, retrieval, synthesis and source checks.

Images and maps

Pixels, satellite bands and coordinates describe shape, matter, temperature and space.

Graphs and networks

Nodes and relations represent value chains, dependencies, citations, flows or connections.

Events and logs

A sequence of discrete facts tells the story of triggers, exceptions, transitions and system state.

Methods and questions

Each method answers a specific question.

The technical name follows the concrete question.

FamilyPlain questionEveryday or applied example
RulesIs the condition true?Flag an expired document.
RegressionWhat might the value be?Estimate consumption.
ClassificationWhich category does it belong to?Route a request.
ClusteringWhich cases are similar?Group behaviour profiles.
Anomaly detectionWhat is unusual?Identify an abnormal sensor.
Time seriesHow does it change over time?Estimate demand or temperature.
Neural networksWhich complex structure is present?Recognise elements in images or text.
Translating the jargon: feature = characteristics used by the model; target = result to estimate; leakage = unintended use of future information; baseline = simple comparison method; drift = change in data over time.

Machine-learning cycle

Training is not the same as demonstrating.

  1. Define the target: what should be estimated and when it becomes observable.
  2. Build features: representations available at decision time.
  3. Separate time: training, validation and test without leakage.
  4. Compare a baseline: the model must add value over a simple rule.
  5. Measure uncertainty: errors, calibration and stability by period.
  6. Monitor: data, drift, failure modes and matured outcomes.
Circular acquisition, control, model, publication and feedback loop
Automation is a cycle: acquire, decide, record and learn from outcomes.

Data automation and RPA

Value emerges when the process remains readable.

01

Trigger

Schedule, event, new file, updated API or manual command.

02

Acquire

Retries, timeouts, source date, licences and provenance.

03

Control

Schema, units, missing values, ranges and freshness.

04

Compute

Rules, statistics, ML, geospatial analysis or document composition.

05

Decide

Publish, skip, block, degrade or request review.

06

Trace

State, artifacts, logs, hashes and URIs make the route reconstructable.

Next step: method

Now that terms and tool families have a shape, the next level follows the workflow end to end.

Continue to method →