Skip to course content
BUDDING
GEOGRAPHERS
Explore · Understand · Act

IGCSE & IB Diploma Programme

Use of AI

Understand how artificial intelligence developed, how modern models learn, where geography uses AI—and how to protect evidence, authorship and academic integrity.

Technical foundationsHistoryGeographyAcademic integrity
Upper-secondary students examine maps, satellite data and an artificial intelligence model while checking evidence.

Artificial intelligence can classify satellite images, model hazards, translate languages and generate convincing text. To use it well, you need more than good prompts: you need to understand how models are trained, where their outputs can fail, and when AI assistance becomes academic misconduct.

Central question

How can we use AI as a powerful analytical tool without giving up evidence, independent thinking or academic integrity?

Knowledge

  • major stages in AI history;
  • machine learning, neural networks and transformers;
  • training, validation and inference;
  • strengths, limitations and uncertainty.

Skills and judgement

  • evaluate AI-generated evidence;
  • identify bias and spatial inequality;
  • document AI assistance transparently;
  • distinguish support from plagiarism.

1. AI is a field, not one machine

Artificial intelligence is a broad field concerned with computer systems that perform tasks associated with perception, language, reasoning, prediction, planning or content generation. The systems used today are usually narrow AI: they can be highly capable within a defined task but do not possess human consciousness, lived experience or general common sense.

Symbolic AI

People encode explicit rules and representations. The system follows logical operations. It can be interpretable, but rules become difficult to maintain in complex environments.

Machine learning

A model estimates patterns from examples rather than receiving every rule directly. Its performance depends strongly on data and evaluation.

Deep learning

Multi-layer neural networks learn complex representations from large datasets. They are effective for images, sound and language but can be difficult to explain.

Generative AI

Models generate new text, images, audio, video or code by estimating patterns in training data. Plausible output is not the same as verified truth.

2. Technical foundations

Training data and features

A dataset contains examples. A feature is an input variable, such as elevation, temperature, a pixel value or a word token. A label is a target category or value, such as “forest”, “urban” or a predicted rainfall total.

Parameters and loss

A model contains adjustable numerical parameters. During training, an algorithm compares predictions with known answers using a loss function. Optimisation methods adjust the parameters to reduce average loss. This improves statistical fit; it does not create awareness or guarantee causal understanding.

Training, validation and testing

Data should be separated. Training data adjust the model. Validation data support design choices. Test data estimate performance on unseen examples. Testing on training examples alone encourages overfitting: memorising detail instead of learning a pattern that generalises.

Neural networks

A neural network is a layered mathematical function. Each artificial neuron combines inputs, weights and a non-linear activation. Deep networks can build representations in stages—for example, from edges to shapes to land-cover classes.

Inference

After training, the model applies its learned parameters to new input. This stage is called inference. The result may be a class, numerical estimate, generated sequence or probability distribution.

Correlation is not causation

Machine-learning models often exploit statistical associations. A model may predict accurately while using the wrong signal. Researchers therefore examine data provenance, possible confounding factors and whether results remain reliable in a different place or time.

Technical warning: distribution shift

A model trained on one population, climate, language or sensor may perform poorly elsewhere. Geographic transfer is especially risky because environments and communities are spatially uneven.

3. How a large language model produces an answer

  1. Tokenisation: input text is divided into tokens—whole words, word fragments or symbols.
  2. Embeddings: tokens are converted into numerical vectors that represent learned relationships.
  3. Transformer layers: attention mechanisms estimate which tokens are relevant to one another in context.
  4. Next-token probabilities: the model assigns probabilities to possible continuations and selects one according to its settings.
  5. Autoregressive generation: the process repeats token by token until the response is complete.
  6. Human verification: claims, calculations, sources and suitability must still be checked.

Large language models can produce fluent explanations because they learn complex language patterns. They can also generate a hallucination: a confident-looking statement, quotation or reference that is false. Fluency is therefore evidence of language modelling—not evidence that a claim is correct.

Training is not the same as searching

A model’s parameters encode learned statistical patterns. Unless a system is connected to a retrieval or browsing tool, it is not automatically consulting a live database. Even when retrieval is used, the selected sources and final interpretation still require evaluation.

4. A short history of AI

  • 1950 — Alan Turing: “Computing Machinery and Intelligence” replaced the vague question “Can machines think?” with the imitation game, later called the Turing test.
  • 1955–1956 — Dartmouth: a research proposal used the term artificial intelligence and imagined machines using language, concepts and self-improvement. The summer project became a symbolic starting point for AI as a field.
  • AI winters: early promises exceeded available computing power, data and methods. Funding and interest fell during periods in the 1970s and again around the late 1980s and early 1990s.
  • 1997 — Deep Blue: IBM’s chess system defeated world champion Garry Kasparov in a rematch, demonstrating specialised search and computing power.
  • 2012 — deep learning breakthrough: large neural networks trained with powerful processors dramatically improved image recognition and encouraged rapid investment.
  • 2016 — AlphaGo: a system combining neural networks, search and reinforcement learning defeated Lee Sedol 4–1.
  • 2017 — transformers: the paper “Attention Is All You Need” introduced a transformer architecture based on attention, becoming foundational for modern language models.
  • 2022 — generative AI becomes widely accessible: conversational systems brought large language models to a mass audience and intensified debates about education, work, copyright, misinformation and power.

5. AI, geography and spatial data

Remote sensing

Classify land cover, detect burned areas, identify buildings and compare satellite images through time.

Prediction

Estimate flood probability, crop stress, travel demand or heat exposure using environmental and social variables.

Decision support

Prioritise inspections, emergency resources or tree planting—provided that objectives, uncertainties and affected communities are made explicit.

Spatial bias matters

Data are rarely distributed evenly. Wealthier neighbourhoods may have more sensors, mapped buildings or online activity. Rural places and minority languages may be underrepresented. If absence of data is treated as absence of need, AI can reproduce spatial inequality.

How should performance be evaluated?

  • Accuracy: the share of all predictions that are correct. This can be misleading when one class is rare.
  • Precision: of the cases predicted positive, how many were correct?
  • Recall: of the real positive cases, how many did the model find?
  • Uncertainty: how confident is the estimate, and is that confidence calibrated?
  • External validity: does the model work in another location, season or population?
  • Fairness: are error rates and benefits distributed equitably among groups and places?

6. Critical questions for every AI system

  1. Purpose: What problem is being solved, and who defined it?
  2. Data: Where did the data come from? Who is missing? Was consent obtained?
  3. Method: Which model and evaluation measures were chosen, and why?
  4. Evidence: Is the output reproducible, sourced and independently checked?
  5. Impact: Who gains, who carries risk, and can a decision be challenged?
  6. Transparency: Can people tell when AI was used and understand its role?
  7. Resources: What computing, energy, water and hardware are required?
  8. Accountability: Which human or institution remains responsible?

7. Plagiarism, authorship and AI

The central rule

Do not present words, ideas, images, analysis, code or data produced by another person or by an AI tool as if they were entirely your own. If AI contributes to assessed work, follow the task rules, disclose the assistance and reference copied or paraphrased material in the way required by your school and examination board.

Potentially responsible uses—if permitted

  • generating search terms or questions for further research;
  • asking for an explanation, then verifying it in authoritative sources;
  • testing a counterargument against your own reasoning;
  • receiving feedback on clarity without replacing your authorship;
  • debugging code while documenting what changed and why;
  • creating practice questions that are not submitted as assessed work.

High-risk or unacceptable uses

  • submitting AI-generated writing, images, code or analysis as your own;
  • paraphrasing an AI answer to hide its origin;
  • inventing or copying references you have not read;
  • asking AI to complete an IA, EE or coursework investigation;
  • uploading confidential, personal or copyrighted material without permission;
  • using AI when the teacher, syllabus or examination rules prohibit it.

IB and Cambridge International

The International Baccalaureate does not treat AI output as the student’s own work. AI-generated material included in work must be made clear and appropriately referenced. The IB emphasises transparency and ethical use rather than a general ban. See the official IB statement on AI in assessment and education and the IB Academic integrity policy.

Cambridge International states that inappropriate use of generative AI to create or enhance coursework without acknowledgement risks being treated as plagiarism or malpractice. Teachers must be able to authenticate submitted coursework. See Cambridge International guidance on generative AI in coursework.

Always follow the most recent instructions from your teacher, school and examination board. Rules may differ between practice, homework, coursework and examinations.

A transparent AI-use statement

Example: “I used [tool and version, if known] on [date] to suggest alternative search keywords and to test two counterarguments. I checked all factual claims against the sources listed in my bibliography. The final structure, analysis and wording are my own.”

If you reproduce or paraphrase AI-generated content, add the in-text acknowledgement and bibliography entry required by your school’s referencing style. Keep a record of relevant prompts, outputs and revisions.

Why a plagiarism score is not enough

AI output may be newly generated and therefore may not match existing webpages. A low similarity score does not prove authorship or accuracy. Drafts, notes, source annotations, version history and the ability to explain your decisions are stronger evidence of an authentic learning process.

Your tasks

Task 1 — Explain the mechanism

Using the infographic, explain why next-token prediction can create both a fluent paragraph and a fabricated reference. Include the terms token, probability, training data and human verification.

Task 2 — History and interpretation

Select three milestones from the timeline. For each, distinguish between the technical achievement and the wider public claim made about “intelligence”. To what extent did the meaning of AI change over time?

Task 3 — Audit a geographic AI proposal

A city plans to predict heat risk and distribute cooling resources. Design an audit covering purpose, variables, spatial coverage, validation, privacy, fairness, uncertainty and community participation. Recommend at least two conditions that must be met before deployment.

Task 4 — Academic integrity scenarios

Rank these from lowest to highest risk and justify your decisions: (a) generating five search terms; (b) checking grammar; (c) asking AI to paraphrase a source without citation; (d) inserting an AI-created graph; (e) submitting an AI-written evaluation; (f) using AI to challenge your conclusion and recording the exchange. State what disclosure or citation would be required in each permitted case.

Quick check

  1. Distinguish training from inference.
  2. Why can high accuracy hide weak performance?
  3. What is overfitting?
  4. How does spatial bias enter a geographic model?
  5. Why can a language model hallucinate a reference?
  6. When can AI-generated content become plagiarism?
Open the answer guide

1. Training adjusts parameters using examples; inference applies fixed learned parameters to new input. 2. In an imbalanced dataset, predicting the common class can produce high accuracy while missing rare but important cases. 3. Overfitting occurs when a model fits training detail but generalises poorly. 4. Sensors, labels, internet activity and samples may cover places or groups unevenly. 5. It predicts statistically plausible tokens and does not automatically verify a source. 6. When AI-generated material is presented as the student’s own or is used without the disclosure and referencing required by the assessment rules.

BuddingGeographers

GDPR Cookie Consent with Real Cookie Banner