You will personally watch your model become confidently wrong the moment the lighting changes.
For twelve days you have used models other people trained. Today you train one, badly, in ten minutes, and that experience is worth more than any explanation of how machine learning works. Tool today: Teachable Machine.
The loop: collect examples, label them, train, test, look at the failures, collect better examples, retrain. Almost all of the quality lives in the data, not the training, which is the opposite of where beginners put their attention.
Insufficient variety, thirty photos taken in one room in one light teaches the model your room and your light, variety beats volume. Class imbalance, two hundred of one class and twenty of another, and the model learns to guess the common one. Leakage, the model learns a shortcut you did not intend, every photo of class A was taken on your desk, so it learned desk, not the object, invisible in the accuracy number, found only by attacking your own model. Testing on training data, evaluating on the examples you trained on measures memory, not learning. Hold examples back.
Ninety four percent is excellent for sorting photos into folders and negligent for anything medical, legal or financial. The right questions: what does a wrong answer cost, what kind of wrong is it, false positive or false negative, which are rarely equally expensive, and what confidence level should trigger a human review. Find, empirically, the confidence score at which your model starts being wrong. That number is your review threshold.
Today’s Pro exercise is the most commercially valuable thing in the fifteen days, and it produces a document rather than a build. For every AI system you have made, state: the decision being automated, the cost of a wrong output in money, time or reputation, the checkpoint where a person reviews it and on what trigger, who that person is by role, and what evidence gets logged and for how long.
Enterprise clients, procurement teams and regulators ask for exactly this, and most agencies pitching AI in this region cannot produce it. One limit worth stating: if a human reviews every output, the system may not be paying for itself. Find the review rate that keeps risk acceptable without erasing the gain. That is a business calculation, not a technical one.
NOVA reacts, nothing is scored, nothing is stored against you.
Train a hand gesture classifier with three classes and about thirty images each. Then deliberately break it by testing against a different background or in different light. Retrain with more varied examples and note the improvement.
Take every AI system you built in the previous twelve days and write a one page human in the loop policy for it. For each, state the decision being automated, the cost of a wrong output, the checkpoint where a person reviews it, who that person is, and what evidence gets logged.
Day 13 in progress
Tomorrow, Day 14: agents. A chatbot answers. An agent plans, acts, observes and corrects itself, without asking you.