12th Grade Technology — Artificial Intelligence and Ethics — Wisdom for the Age of Machines
Training Computers to Find Patterns in God's Ordered Creation
Traditional computer programs follow explicit instructions: if this, then that. A programmer anticipates every scenario and writes rules to handle each one. Machine learning takes a fundamentally different approach. Instead of being programmed with rules, a machine learning system is trained on data and learns to identify patterns on its own.
Consider how you learned to recognize a dog. No one gave you a precise definition listing every possible breed, size, and color. Instead, you saw thousands of dogs throughout your childhood, and your brain gradually learned to identify the features that make a dog a dog. Machine learning works on a similar principle — but with mathematical models instead of a human brain.
At its core, machine learning involves three steps. First, a large dataset is collected — thousands or millions of examples of whatever the system needs to learn about. Second, a mathematical model (often called an algorithm) is applied to this data. The model adjusts its internal parameters to minimize errors in its predictions. Third, the trained model is tested on new data it has never seen to evaluate its accuracy.
For example, to build a system that identifies spam emails, you would feed the algorithm millions of emails labeled as 'spam' or 'not spam.' The algorithm would learn which features — certain words, sender patterns, formatting — correlate with spam. After training, it could classify new, unseen emails with high accuracy.
This process is called supervised learning because the training data includes correct answers (labels) that guide the learning process. In unsupervised learning, the algorithm finds patterns in unlabeled data — grouping similar items together without being told what the groups should be.
The most powerful modern AI systems use neural networks — mathematical structures loosely inspired by the structure of the human brain. A neural network consists of layers of interconnected nodes (neurons) that process information. Data enters through an input layer, passes through one or more hidden layers where patterns are extracted, and produces results through an output layer.
Deep learning refers to neural networks with many hidden layers. These deep networks can learn increasingly abstract and complex patterns. For example, in image recognition, early layers might detect edges and colors, middle layers might identify shapes and textures, and deeper layers might recognize objects and faces.
Large language models — the technology behind AI chatbots — are deep neural networks trained on vast amounts of text from the internet. They learn statistical patterns in language and can generate text that sounds remarkably human. But it is crucial to understand that these models do not understand meaning. They predict what word is most likely to come next based on patterns, without comprehension of what the words signify.
Machine learning works because the universe is ordered. Patterns exist in weather, genetics, language, economics, and every other domain because God created a rational, consistent world governed by His sustaining power (Colossians 1:17). If the universe were truly random — as some atheistic philosophies suggest — there would be no patterns for algorithms to discover.
Christians can appreciate machine learning as a tool for exploring and managing God's creation. Medical AI that detects cancer in X-rays, agricultural systems that optimize crop yields, and climate models that predict weather patterns all serve the dominion mandate by helping humans steward creation more effectively.
However, we must remember that machine learning models are only as good as their data and design. They reflect the assumptions, biases, and limitations of their human creators. They are powerful tools, but they are not omniscient oracles. Wisdom — which comes from God alone — is needed to interpret their outputs and apply them rightly.
Write thoughtful responses to the following questions. Use evidence from the lesson text, Scripture references, and primary sources to support your answers.
Why does the orderliness of God's creation make machine learning possible? What would it mean for data science if the universe were truly random?
Guidance: Consider how patterns in nature, language, and human behavior reflect God's rational design. Think about how the success of machine learning implicitly depends on a universe that is intelligible and consistent — qualities that point to an intelligent Creator.
Explain the difference between how a machine learning model 'learns' and how a human being learns. Why is it important not to confuse the two?
Guidance: Consider that machine learning involves adjusting mathematical parameters to minimize prediction errors, while human learning involves understanding, meaning, experience, and wisdom. Think about the dangers of attributing human qualities to machines.
How might machine learning be used as a tool for fulfilling the dominion mandate? Give specific examples of beneficial applications.
Guidance: Think about medical diagnosis, agricultural optimization, environmental monitoring, language translation for missions, and other applications where ML helps humans steward creation more effectively.