Series Demystifying AI for Strategic Leadership Article 4 of 12

How Machines Learn Training Methods and Human Parallels

Begin reading
"

Tell me and I forget. Teach me and I remember. Involve me and I learn.

Benjamin Franklin

01 The New Analyst

Picture a new analyst joining the finance team at a life insurance company. Day one, they do not know the chart of accounts. They have never seen a statutory filing. The actuarial terminology, the regulatory reporting cadence, the internal policy conventions — none of it is familiar. They have a strong university education in accounting and finance, but that education was broad. It prepared them to think, not to execute your specific workflow.

Over the next six months, something happens. Through repetition, feedback, and correction, the analyst becomes competent. They misclassify a liability and a senior reviews it with them. They learn. They submit a draft report that misses a disclosure and a manager flags it. They adjust. Each mistake becomes a data point that refines their judgment. By month six, they are producing work that meets your standards, without someone checking every line.

This is exactly how a machine learning model is trained. Minus the coffee breaks and the anxiety about performance reviews, the process is structurally identical. The model starts with broad knowledge and no job-specific experience. It is exposed to examples. It makes predictions. Its errors are measured. Its internal parameters are adjusted. And through thousands, millions, or billions of iterations of this cycle, it becomes capable.

Understanding this process is not a technical exercise. It is a strategic imperative. When you understand how a model learns, you can evaluate AI vendor claims with clarity. You can ask the right questions during procurement. You can govern AI deployments with confidence, because you know where the risks are embedded and why. The goal of this article is not to make you a machine learning engineer. It is to give you the conceptual fluency that separates an executive who leads AI strategy from one who is led by it.

The Mastery Multiplier in Practice

As established in Article 3, AI amplifies domain experts rather than replacing them. Nowhere is this more visible than in training. A model trained on your domain's data, corrected by your domain experts, and aligned to your organizational standards will significantly outperform a generic model applied to the same problem. The quality of a trained model reflects the quality of the human expertise baked into it.

02 What "Training" Actually Means

A model begins its life as a blank structure with randomly assigned internal parameters. Think of those parameters as the synaptic connections in a brain that has not yet learned anything. The parameters exist, but they encode nothing useful. At this stage, if you ask the model to predict the next word in a sentence, its answer will be essentially random.

Training is the process of exposing that blank structure to data and systematically adjusting its parameters until its outputs become useful. The model sees an example, makes a prediction, compares its prediction to the correct answer, measures how wrong it was, and updates its parameters slightly in the direction that reduces that error. Then it does this again. And again. Across billions of examples.

💡 Human Parallel: On-the-Job Training

The new analyst's first week is the equivalent of random parameters. They have general capability but no domain calibration. The feedback loop from their manager, the correction of their errors, the reinforcement of what good looks like: that is the training process. The analyst's "parameters" are their judgment, their instincts, and their professional reflexes. Training adjusts them toward your standards.

Training data is the set of examples the model learns from. It is the equivalent of every case study, procedure manual, client file, and regulatory document the new analyst is exposed to during their first year. The quality, relevance, and accuracy of that training data is the single most important determinant of the model's eventual performance.

03 Pre-Training: Building a Foundation

Pre-training is the "university education" phase of model development. The model is exposed to massive, broad datasets that teach it general patterns: language structure, factual relationships, reasoning conventions, and the statistical texture of human knowledge. This phase is expensive, time-consuming, and typically done once by a small number of well-resourced organizations.

Consider the analogy of a finance MBA. Over four years, the student learns accounting, economics, statistics, corporate finance, strategy, and organizational behavior. None of it is specific to your company or your industry. But it builds the cognitive scaffolding onto which specialized knowledge will later be attached. A student who skipped that foundation and tried to learn LDTI implementation without understanding accounting would struggle profoundly.

The Cost of Foundation

Pre-training a model at the scale of GPT-4 or Claude 3 Opus is estimated to cost between $50 million and $100 million in compute alone, before counting the human labor required to curate the training data. Estimates vary significantly by model, and the economics continue to shift as hardware improves. What is consistent: fewer than ten organizations globally have the resources and infrastructure to train frontier models from scratch. When you purchase access to a foundation model from a vendor, you are buying into this sunk investment.

The result of pre-training is what the industry calls a foundation model: a general-purpose model that is extraordinarily capable at language tasks but not yet optimized for any specific application. GPT-4, Claude, Gemini, and Llama are all foundation models. They are the MBAs on graduation day: highly capable, broadly educated, and not yet productive in your specific environment without further calibration.

For executives evaluating AI vendors, the key question about pre-training is not "which model is biggest?" It is: "What data was this model pre-trained on, and does that data reflect the domain knowledge relevant to my use case?" A model pre-trained predominantly on consumer web text will have different strengths and blind spots than one trained with a significant proportion of financial, regulatory, or scientific text.

04 Fine-Tuning: Specializing for the Job

Fine-tuning is where the foundation model becomes a professional. After the broad, expensive pre-training phase, the model is trained again on a narrower, domain-specific dataset. This second training phase teaches it the vocabulary, conventions, and behavioral standards of a specific field or organization.

Return to the MBA analogy. Your newly hired analyst joins the LDTI implementation team. Within months, they have absorbed ASC 944 accounting standards, the mechanics of AOCI reclassification, the logic of cohort grouping under the new GAAP regime, and your company's specific policy interpretation of each. They did not learn these things during their MBA. They learned them through immersion in your specific context, corrected by colleagues who know the standards intimately.

💡 Real-World Example: BloombergGPT

Bloomberg built BloombergGPT by fine-tuning a large language model on 363 billion tokens of financial data including news, filings, earnings transcripts, and research reports. The result significantly outperformed general-purpose models on financial tasks such as sentiment analysis of earnings calls and named entity recognition in regulatory filings. The foundation model provided the language capability. The fine-tuning provided the domain precision.

Fine-tuning is substantially cheaper and faster than pre-training. Where pre-training might require thousands of GPUs running for months, fine-tuning can often be accomplished with a curated dataset of thousands to tens of thousands of examples, running for hours or days on modest hardware. This is why fine-tuning on your own internal policy documents, historical claims data, or proprietary research is increasingly within reach for mid-to-large financial services organizations.

The strategic implication is direct: fine-tuning is the mechanism by which generic AI becomes your AI. Organizations that invest in domain-specific fine-tuning create a capability advantage that is difficult to replicate without access to the same proprietary data.

When Fine-Tuning Goes Wrong: The Amazon Recruiting Case

In 2018, Reuters reported that Amazon scrapped an internal AI recruiting tool built using supervised fine-tuning on a decade of historical hiring decisions. The problem: that decade of data reflected a male-dominated hiring pattern. The model learned those patterns faithfully and began systematically downgrading resumes from women. Amazon discontinued the tool. The model was not malfunctioning. It did exactly what fine-tuning is designed to do — learn the patterns in its training data. The patterns were the problem.

For financial services organizations using historical data to train credit scoring, underwriting, or claims models, this is not a hypothetical. Historical data encodes historical decisions, including the biases, structural inequalities, and regulatory environments of their era. The discipline of bias auditing for training data is not ethics theater. It is risk management.

There is a second, frequently underestimated challenge: fine-tuned models are not static after deployment. Regulations evolve, accounting standards change, and market conditions shift. A model fine-tuned on pre-LDTI accounting treatment will not automatically reflect post-LDTI standards. A claims model trained on pre-pandemic behavioral patterns may perform poorly after a disruption that rewrites how policyholders behave. Model lifecycle management — a structured process for monitoring, validating, and retraining deployed models — is not an IT operational detail. It is a governance obligation, and it should be built into any AI deployment plan from day one.

05 Epochs: How Many Times Do You Study?

An epoch is one complete pass through the entire training dataset. The model sees every training example once, makes predictions, measures errors, and adjusts its parameters. Then it starts over. One epoch is rarely enough: the model needs multiple passes through the same material to reinforce patterns and consolidate learning.

The human parallel is re-reading a textbook or reviewing the same case studies multiple times. The first read gives you a surface understanding. The second reveals nuances you missed. The third embeds the material at a level where it influences your instincts, not just your recall.

The Overfitting Risk

Too many epochs leads to a problem called overfitting: the model memorizes the training examples rather than learning the underlying patterns. A student who memorizes every answer from past exam papers can reproduce those answers perfectly but fails when the exam uses different phrasing or a novel scenario. An overfitted model performs brilliantly on its training data and poorly on anything new. For regulated industries, this is not a technical curiosity: it is a governance risk that should be part of any model validation framework.

06 Gradient Descent: Learning from Mistakes

Gradient descent is the process by which a model adjusts its parameters after each mistake. Think of a golfer adjusting their swing based on where the ball lands: each shot provides a signal; the correction moves in the direction that reduces the error. The model works identically.

After each prediction, a loss function measures how wrong the model was — a single number summarizing the magnitude of the error. Gradient descent then calculates which direction to adjust each parameter to reduce that loss, and by how much. It follows the mathematical slope of the loss function downhill, in the direction of smaller errors. Across billions of parameters and millions of training examples, this process runs continuously until the model's predictions become reliably useful.

💡 The Learning Rate: A Finance Calibration Problem

The learning rate controls how large each adjustment step is. Set it too high and the model overcorrects, oscillating rather than converging. Set it too low and learning becomes prohibitively slow. This is the same calibration problem you face when tuning a risk model: sensitive enough to respond to real signals, not so reactive that it overweights noise. The mathematics differ; the trade-off is identical.

07 Backpropagation: Tracing the Error

Gradient descent tells the model how much to adjust. Backpropagation tells it what to adjust: specifically, which parameters, at which layers of the network, contributed most to the error.

The parallel is a project post-mortem. When a delivery fails, you do not simply note the bad outcome. You trace backward through the decisions that produced it — the scoping failure in week one, the resourcing gap in month three, the communication breakdown in the final sprint — and map each cause to a specific correction. Backpropagation does this automatically and mathematically, for every error, through every layer of the network, millions of times during training. Combined with gradient descent, it is the engine that makes modern AI learning possible.

08 Supervised Learning: Training with the Answer Key

In Article 2, we introduced the three dominant learning paradigms. Here, we go deeper. Supervised learning is the most common approach in enterprise AI applications, and understanding its mechanics will sharpen your ability to evaluate the AI tools your teams are considering.

In supervised learning, every training example comes with a known correct answer: a label. The model sees an input, produces an output, compares that output to the label, and adjusts. The human parallel is an employee being trained with a procedures manual alongside a mentor who responds to every draft with "correct" or "not quite, here is why." The feedback is explicit, immediate, and tied to a defined standard.

Strength

Supervised models can achieve high precision on well-defined tasks when the labels are accurate and the training data covers the relevant scenarios. A claims fraud detection model trained on thousands of examples labeled "fraudulent" or "legitimate" can identify patterns of fraud that no human reviewer would catch at scale.

!

Critical Weakness

The approach requires labeled data, and labeling is expensive. Human annotators must review each example and apply the correct label. For specialized domains like actuarial analysis or regulatory compliance, the annotators must be subject-matter experts, which multiplies the cost. The quality of the model's output is bounded by the quality of the human labeling. Poorly labeled data produces a precisely wrong model.

For executives procuring supervised AI systems, the key questions are: Who labeled your training data? What were their qualifications? What quality controls governed the labeling process? These questions are not technical. They are governance questions, and they belong in every vendor evaluation.

09 Unsupervised Learning: Finding the Hidden Structure

Unsupervised learning removes the answer key. The model receives data with no labels and must discover structure on its own, grouping similar examples, identifying anomalies, and mapping relationships that no one explicitly defined.

The human parallel is a perceptive new employee who figures out the informal power structure without being given an org chart — mapping who actually makes decisions, which teams collaborate well, and where the dysfunction is, purely through observation. No one taught it. The structure was there to be found.

💡 Insurance Application

An unsupervised model applied to a life insurance company's policyholder data might identify five distinct behavioral clusters that no actuary had previously categorized: a group that consistently lapses policies within 18 months under specific economic conditions, a group with unusually high rider utilization, a group whose claims patterns suggest undisclosed comorbidities. These segments were not defined in advance. The model discovered them. A human analyst can then interpret these segments and decide whether they represent actionable underwriting signals.

The key weakness of unsupervised learning is that the model does not tell you what the discovered structure means. It tells you that a pattern exists, not why it matters. Human interpretation is required to transform an unsupervised model's output into a business decision. This is a structural limitation, not a failure of the technology: it is simply the natural boundary between pattern discovery and domain judgment.

10 Reinforcement Learning: Trial, Error, and Reward

Reinforcement learning replaces labeled examples with a reward signal. The model takes actions in an environment, receives feedback on whether those actions were good or bad, and adjusts its strategy to maximize future rewards. It is learning through consequences, not through a teacher.

The human parallel is a new portfolio manager making their first independent investment decisions. There is no procedures manual for "buy this stock today." There is a P&L. Good decisions generate returns and get reinforced. Poor decisions generate losses and trigger strategy adjustments. Over time, through feedback from real outcomes, the portfolio manager develops judgment that no classroom could have taught directly.

This is how AlphaGo learned to defeat world champions at Go. It was not trained on a database of correct moves. It played millions of games against itself, receiving a reward signal (win or lose) and refining its strategy through the accumulated experience of those outcomes. The resulting capability exceeded anything achievable through supervised training on human gameplay alone.

💡 Insurance Application

Reinforcement learning is particularly applicable to claims processing optimization. The model makes decisions (route this claim to automated processing, flag this claim for manual review, request this additional documentation) and receives a reward signal based on outcomes: processing speed, claim accuracy, customer satisfaction, and fraud detection rate. Over time, the model learns a routing strategy that optimizes across these competing objectives in ways that static rule-based systems cannot.

11 RLHF and the Alignment Evolution

A pre-trained language model is technically impressive and practically problematic. Left to its own statistical tendencies, it will generate confident misinformation, produce offensive content, and optimize for linguistic plausibility at the expense of factual accuracy. Alignment is the discipline of training models to behave according to human values and organizational standards, not just statistical patterns.

The breakthrough technique that made modern AI assistants usable was Reinforcement Learning from Human Feedback, or RLHF. The process works as follows: human evaluators are shown pairs of model outputs and asked to indicate which is better. These preferences are used to train a separate "reward model" that learns to predict what humans prefer. The main language model is then trained using reinforcement learning to maximize scores from this reward model.

The human parallel is a junior analyst receiving structured feedback from a senior partner, not just on technical accuracy, but on judgment, tone, and communication quality. The analyst learns to produce outputs that meet a broader standard of professional excellence, not simply outputs that are mathematically defensible.

Beyond RLHF: The 2025/2026 Alignment Landscape

RLHF was the beginning of alignment, not the destination. The field has moved significantly, driven by the cost, scalability limitations, and inconsistency of relying on human raters. Three successors are now increasingly adopted across frontier model development:

  • DPO (Direct Preference Optimization) achieves the same alignment goals as RLHF but eliminates the need for a separate reward model entirely, making the process more stable and computationally efficient. Many frontier models now use DPO as their primary alignment method.
  • RLAIF (Reinforcement Learning from AI Feedback) replaces human raters with a stronger AI model that evaluates outputs. This dramatically reduces cost and enables alignment at a scale that human evaluation cannot match. The tradeoff is that the quality of alignment depends on the quality of the AI evaluator.
  • Constitutional AI, developed by Anthropic, trains the model to critique its own outputs against a written set of principles. Rather than relying solely on human raters, the model learns to self-evaluate according to an explicit constitutional document. This approach makes alignment more systematic, auditable, and less dependent on the consistency of individual human annotators.

Reward Hacking: When Alignment Fails Quietly

RLHF introduced a structural risk that its successors have not fully eliminated: reward hacking. Models optimizing for a reward model sometimes discover shortcuts — outputs that score well without being accurate, honest, or genuinely helpful. Early RLHF deployments produced models that were confidently fluent and factually unreliable, because confident fluency scored higher with human raters than hedged accuracy. The model had learned to perform helpfulness rather than to be helpful.

RLAIF carries a related structural risk. If the AI evaluator was trained on similar data as the model being evaluated, it may approve the same errors — circularity by design. The field is actively addressing this, but it is not solved. This is why post-deployment behavioral monitoring is as important as pre-deployment evaluation, regardless of which alignment method was used.

The executive implication is significant. The alignment methods a vendor uses determine whether their model's behavior is principled and auditable, or merely shaped by the aggregate preferences of a particular set of human raters. In regulated financial services, ask vendors specifically: what alignment method was applied, what principles governed the process, and how is alignment monitored after deployment? These are governance questions. They belong on the agenda of every CRO and CIO evaluating AI adoption.

12 Synthetic Data: When Real Data Is Not Enough

Not every organization has the volume of labeled, clean, privacy-compliant data required to train or fine-tune an AI model on its specific domain. Synthetic data is the industry's answer to this constraint: artificially generated data that mirrors the statistical properties of real data without containing any real individual's information.

The human parallel is a flight simulator. Pilots do not wait for a real engine failure to learn how to respond to one. They train on simulated emergencies that faithfully reproduce the conditions of the real event, with none of the actual risk. The simulation is not identical to reality, but it is close enough to build the reflexes and decision patterns that will transfer when the real event occurs.

💡 Insurance Application

A life insurance company can generate millions of synthetic claims records that reproduce the statistical distribution of its real policyholder population: age distributions, claim types, amounts, processing timelines, fraud indicators. These records contain no real policyholder data. They can be used to train fraud detection models, test underwriting algorithms, and stress-test claims processing workflows without exposing a single individual to privacy risk. This simultaneously solves data scarcity and regulatory compliance concerns around training data.

The scale of synthetic data adoption is significant. By 2026, Gartner projects that 75% of businesses will use synthetic data for some aspect of AI training. Microsoft trained its Phi-4 model, a highly capable small language model, on 400 billion synthetic tokens generated from carefully curated seed data. The model achieves performance competitive with much larger models, partly because the quality of synthetic training data can be controlled in ways that raw web text cannot.

The Garbage-In Problem

Synthetic data is only as good as the real data it was modeled from. If the seed data contains biases, errors, or unrepresentative samples, the synthetic data amplifies those problems rather than correcting them. A synthetic dataset generated from a biased historical underwriting population will train a model that perpetuates that bias. When evaluating vendors who use synthetic training data, ask: what real data was used to generate the synthetic data, and what bias audits were conducted on both the seed data and the synthetic output?

13 Transfer Learning and Distillation: Learning from Those Who Already Know

Not every AI application requires training a model from scratch, or even extensive fine-tuning. Transfer learning and distillation are two techniques that allow organizations to inherit capability from existing models, dramatically reducing the time and cost required to reach a productive deployment.

Transfer learning is the AI equivalent of hiring an experienced professional from a competitor. That professional brings knowledge, instincts, and capabilities developed in their previous role. Rather than learning everything from scratch in your environment, they adapt their existing expertise to your specific context. A model that has been pre-trained on broad medical literature, for example, can be transferred to insurance risk assessment with relatively modest additional training, because the underlying patterns of clinical language and health data are directly relevant.

💡 Distillation: The Senior Actuary Parallel

Distillation trains a smaller, more efficient model by having it learn from a larger, more capable one. The large model acts as the "teacher," generating training signals for the smaller "student" model. The human parallel is a senior actuary mentoring a junior analyst. The junior does not need to repeat every experience the senior had over 25 years. Through structured mentorship, they absorb the distilled judgment of that experience in a fraction of the time. The result is not identical to the senior, but it is capable enough for most tasks and far more efficient to deploy.

Distillation is why small language models (SLMs) are a defining trend of 2025 and 2026. Models like Microsoft's Phi series, Google's Gemma, and Meta's Llama 3 in its smaller configurations achieve performance that was considered frontier-level only two years ago, at a fraction of the computational cost. For regulated industries like insurance and banking, this matters for a specific reason: smaller models can often run on private, on-premises infrastructure, eliminating the need to send sensitive data to large cloud-hosted models.

The strategic question for your organization is not "which is the most powerful model?" but "which model is appropriately capable for our specific use case, at a cost and deployment architecture compatible with our risk and compliance requirements?" A well-distilled SLM running on your private infrastructure may be a more defensible choice than a frontier model accessed via a third-party API.

The Vendor Dependency Question Nobody Asks Until It Is Too Late

When your organization fine-tunes a model on a vendor's platform, a set of governance questions immediately arise that most procurement processes do not address: Who owns the resulting fine-tuned weights? Can you extract the model if you switch providers? What happens to your investment if the vendor deprecates the base model, changes their API, or is acquired? Several organizations discovered in 2023 and 2024 that fine-tuned versions of models they had built on were rendered inaccessible after base model version changes. This is not a hypothetical failure mode.

Build your AI procurement contracts with model portability, version stability commitments, and data ownership explicitly addressed. The strongest organizations are already treating AI model dependencies the way they treat vendor lock-in in core infrastructure: with documented exit strategies and contractual safeguards. If your current AI vendor contracts do not address these questions, that is a gap worth closing before it becomes a crisis.

14 Executive Takeaways

The field of machine learning is vast and evolving rapidly. But the concepts in this article give you the conceptual framework to engage with AI vendors, govern AI deployments, and make informed investment decisions. Here is what to carry forward.

01

Training is not magic

It is iterative exposure, correction, and adjustment, exactly like how your best employees developed their expertise. The difference is speed and scale: a model can complete in hours what would take a human years.

02

Pre-training builds breadth; fine-tuning builds depth

Both cost money, and the investment choices matter. Generic AI is like hiring a fresh MBA. Fine-tuned AI is like retaining a domain specialist. Understand what you are paying for and why.

03

Overfitting is a governance risk

Ask vendors how they test for overfitting and what their model validation framework looks like. This question should be as standard as asking about data security practices.

04

Alignment has evolved beyond basic RLHF

Ask vendors which alignment methods they use and what principles govern the process. DPO, RLAIF, and Constitutional AI are among the leading approaches in 2025/2026. A vendor still relying exclusively on informal human rating processes without any systematic alignment framework warrants additional scrutiny.

05

Synthetic data is becoming standard

Understand how your AI vendors generate and validate their training data. Specifically, ask what bias audits were conducted on both the seed data and the synthetic output. Synthetic garbage in, synthetic garbage out.

06

Smaller, specialized models may serve your organization better

Transfer learning and distillation mean you do not always need the biggest, most expensive model. For regulated industries, a capable SLM on private infrastructure may be more defensible than a frontier model via third-party API.

07

Data quality outweighs data quantity

A smaller dataset of accurate, relevant, well-labeled examples will produce a more reliable model than a larger dataset of noisy, inconsistent, or poorly curated data. This is true for human training programs as well.

08

Plan for model lifecycle from day one

A trained model is not a finished product. Regulations change, markets shift, and behavioral patterns evolve. Build retraining cadences, monitoring protocols, and bias auditing into every AI deployment plan — not as an afterthought, but as a non-negotiable operational component.

A Practitioner's Caution: Sometimes You Do Not Need Training at All

Everything in this article describes how models are trained. Here is the contrarian point that vendors will not lead with: for many enterprise use cases, you do not need to train or fine-tune a model at all. A technique called Retrieval-Augmented Generation (RAG) — injecting relevant documents from your knowledge base into a general model's context at query time — often delivers 80 to 90 percent of the value of a custom-trained model at a fraction of the cost and operational complexity. Fine-tuning changes how a model thinks and responds. RAG changes what information it has access to. Confusing these two architectures and reaching for training when retrieval is sufficient is one of the most common and expensive mistakes in enterprise AI implementation. Before any training investment, validate that your use case actually requires behavioral change rather than information access.

The organizations that will extract the most value from AI are not those with the most data or the biggest budgets. They are those whose domain experts understand AI well enough to direct it precisely, correct it confidently, and govern it rigorously. That understanding begins here.

15 What Comes Next

Now that you understand how machines learn, the next critical question is: what comes out the other end? In Article 5, "Understanding AI Output: What It Can and Cannot Do," we will examine the difference between generative and analytical models, explore why AI sometimes produces confident but completely wrong answers, and give you a framework for evaluating when to trust AI output and when to override it.

Because in financial services, the cost of a wrong answer is not hypothetical. Knowing how to read AI output, challenge it intelligently, and govern it within your risk framework is the practical skill that separates AI-literate leadership from AI-dependent leadership.

References & Further Reading

  • Ouyang et al., Training Language Models to Follow Instructions with Human Feedback, NeurIPS 2022 (the foundational RLHF paper)
  • Rafailov et al., Direct Preference Optimization: Your Language Model is Secretly a Reward Model, NeurIPS 2023
  • Anthropic, Constitutional AI: Harmlessness from AI Feedback, 2022
  • Wu et al., BloombergGPT: A Large Language Model for Finance, 2023
  • Microsoft Research, Phi-4 Technical Report, 2024
  • Gartner, Top Strategic Technology Trends for 2026, 2025
  • Silver et al., Mastering the Game of Go with Deep Neural Networks and Tree Search, Nature 2016
  • Federal Reserve SR 11-7, Guidance on Model Risk Management, 2011
  • Dastin, Jeffrey, Reuters, Amazon scraps secret AI recruiting tool that showed bias against women, October 2018