MYP Design Artificial Intelligence and Emerging Technologies Notes
MYP Design Topic Artificial Intelligence and Emerging… | RevisionDojo
Previous
Next
No next topic
Machine Learning Is Pattern Finding, Not Understanding
Definition
Machine learning
A way of building software where a program finds patterns in a large set of examples instead of being given step by step rules by a programmer.
Ordinary programming hands a computer a set of rules, while machine learning hands it thousands of examples and lets it work the rules out.
Show a model 50,000 labelled photographs of chairs and it learns which arrangements of pixels tend to come with the label chair.
Training is the slow, costly part done once on huge computers, and inference is the fast part that runs when you actually use the tool.
A large language model is trained on enormous amounts of text and predicts which words are likely to come next, which is why it writes smoothly and can still be badly wrong.
None of these systems holds a model of what is true, so every fact one gives you needs checking against a real source.
The same gap explains why an image generator will cheerfully draw a chair with five legs and no visible joints.
Where AI Tools Actually Help in Design Work
Image generation earns its place early, for mood boards and quick visualisations of a concept you have already chosen.
It is useless at anything dimensional, so a generated picture is not a drawing and cannot stand in for a CAD model or an orthographic view.
Code assistance speeds up the repetitive parts: reading an Arduino sensor, formatting a chart, finding the missing bracket you have stared past six times.
Code you cannot explain is code you cannot fix at nine o'clock the night before your deadline.
Summarising helps you get oriented in an unfamiliar field, after which you go and read the actual sources yourself.
Speech to text for interview transcripts and background removal on product photographs are quiet, genuinely useful jobs that nobody argues about.
Common Mistake
These tools will invent a reference, a standard number or a material property that sounds exactly right.
Check every figure against a real source before it goes anywhere near your folder.
A made up citation in an ePortfolio is an academic honesty problem, not a small slip.
Bias Comes From the Training Data, Not the Code
A model absorbs whatever pattern sits in its examples, including the patterns nobody intended to teach it.
Train a hand tool recommendation on photographs of one group of users and the product it suggests fits that group and fails everyone else.
Image generators asked for an engineer have returned the same narrow set of faces, because those faces dominated the images they were trained on.
Sampling bias, data that does not represent the people who will actually use the product, is the version most likely to catch a student designer.
Voice recognition trained mainly on one accent misses words spoken in another, which turns a convenience feature into a barrier.
Reducing bias means changing the data and testing with real users from the groups you left out, not rewording the prompt.
Discussion
A school wants a system that flags students likely to miss a deadline.
It would be trained on last year's records, which carry last year's decisions inside them.
Who benefits, who ends up watched more closely, and who is allowed to appeal?
How wrong would it have to be before anyone noticed?
Declaring AI Use Is Part of the Work, Not an Admission
Say where you used an AI tool, which tool it was and what you asked it for, at the point where it appears in your folder.
A generated image on a mood board gets the same caption treatment as a photograph you found online.
Code from an assistant gets a comment in the file naming where it came from and what you changed.
The work judged against the four criteria has to be your thinking, so a generated proposal you did not develop is not evidence of Developing ideas.
Your school sets its own policy on what is allowed, and that policy sits above any general advice you read anywhere.
Keeping a short log of what you asked and what came back turns the declaration into a five minute job instead of a last day panic.
Exam technique
Declare AI use as you go, in the same place you credit every other source.
Show the before and after: the generated starting point beside what you developed from it.
Explain why you rejected what the tool suggested, because your decisions are what is being assessed.
Emerging Technologies Beyond AI
The internet of things puts small networked sensors into ordinary objects, so a bin reports when it is full and a radiator reports its own temperature.
Every one of those devices is an embedded computer with a network connection, which makes each one another door into the network.
Augmented reality lays information over a live camera view, which lets a client stand a full size version of your product in their own room before you build it.
Virtual reality replaces the view completely, which suits walking through a space that does not exist yet and training where real mistakes are expensive.
Biotechnology in materials grows what used to be manufactured: packaging grown from mycelium, textiles made from bacterial cellulose, bioplastics from maize starch.
Grown materials are often compostable and low energy to produce, and they are also slower, more variable batch to batch and harder to scale than the plastics they replace.
Judge a New Technology by Who It Helps and Who It Harms
Start with who gains first, because early benefits nearly always land with whoever can afford the technology.
Then find who carries the cost: the workers whose task was automated, the neighbours of the data centre, the people whose data was used to train it.
Work out what happens when it fails, since a wrong film recommendation is an annoyance and a wrong reading in a medical or vehicle system is not.
Check who is able to opt out, because a technology nobody can refuse needs a far higher standard of evidence behind it.
Follow the whole life: materials mined, energy burned to train and run it, and what happens to the hardware when it is replaced in three years.
These questions belong in Evaluating whenever your solution uses a new technology, and they are the same questions the global context of scientific and technical innovation asks.
Activity
Pick one emerging technology you are using or considering in your own project.
Name one group it helps and one group it disadvantages, with real people in mind.
Write one change to your design that would narrow that gap.
Testing the Answer on a Real User
Put the technology in front of somebody outside your class and watch what they do without explaining it first.
Ask them what they thought it was doing with their information, and compare that with what it really does.
Record the gap between those two answers, because that gap is the honest finding your evaluation needs.
Active recall
How does machine learning differ from writing a program with rules in it?
Give one design task an image generator suits and one it cannot do.
Where does bias in an AI system come from, and how would you reduce it?
What should you record in your ePortfolio when you use an AI tool?
Name two questions that test whether a new technology is worth adopting.