Saturday, June 20, 2026
spot_img

Tech Bro Flavoured AI Ambition: Exasperatingly Inaccurate, Needlessly Humanity Shaming

The Two Assumptions Hiding Inside Every “You’re Falling Behind” Post; AI Is Not an End in Itself

A particular kind of message circulates in technology spaces now with the regularity of a liturgy. It says the people who have not adopted the latest tools are already losing. It says that signing up is not enough, that reading a response is not enough, that the only people who will matter are those who build systems that run on their own. It promises that a few minutes of reading will put you ahead of ninety-nine percent of everyone else. It is delivered with urgency, attached to something for sale, and it is wrong in two separate ways that are worth pulling apart, because they fail for different reasons and each failure tells us something about the culture producing them.

Screenshot

This is not new, but like so many aspects of tech right now AI is magnifying it to the power of ten. The first assumption is about people. It holds that everyone wants to get ahead, that ambition is the natural human default, and that contentment is a problem to be corrected. The second assumption is about machines. It holds that current AI systems can be set running and left alone, that you can build something autonomous out of a language model and walk away. The first is a claim about what humans want. The second is a claim about what the technology can do. Both are wrong.

Most people are not trying to win

The largest recent study of work motivation, Randstad’s Workmonitor, surveyed twenty-seven thousand workers across thirty-four markets. It found that while a slim majority describe themselves as ambitious, that word has come unmoored from its traditional meaning. Ambition now includes balance, flexibility, and connection at least as much as advancement. Nearly half of workers are not focused on career progression at all, and the same proportion say they are content to stay in a role they enjoy even when there is no room to climb. A third never want a management position of any kind. When asked to rank what matters, workers placed work-life balance, flexible hours, and mental health support above career ambition by wide margins.

Other surveys converge on the same shape. A majority of workers say their personal lives matter more to them than their work. Roughly 70% prioritize their lives outside the job over the job itself. Most workers, when given the choice, describe a good life in terms of time, autonomy, and the freedom to attend to what they care about when it arises, rather than in terms of output or position. A meaningful share say they would accept lower earnings in exchange for a richer life outside work.

This is not a portrait of a population straining at the leash to optimize itself. It is a portrait of people who want enough. Enough to raise their children, do competent work they can be proud of, come home, rest, follow what interests them, and not be told that every waking hour is a competition they are losing. The bulk of humanity is not a startup. People are not behind. They are living, and living well does not require winning a race most people never entered.

The “ninety-nine percent” framing collapses on its own terms anyway. Being ahead of ninety-nine percent of people is a positional good. It is mathematically impossible for most people to occupy it, because most people are, by definition, the ninety-nine percent. The premise sells a position that cannot be widely held. It is the logic of a status game dressed up as universal self-improvement, and like all status games it requires most participants to lose so that a few can feel they have won.

The anxiety is the product

There is a reason these messages feel urgent. The urgency is engineered. The structure is consistent enough to name: a threat, then a remedy, then a link. You are falling behind. Here is what the winners know. Read this. The threat manufactures a need that the remedy then offers to fill, and the fill is usually something the author is selling, whether a product, a subscription, an audience, or attention itself.

This is one of the oldest techniques in consumer persuasion, and it predates anything to do with AI. Take a stable, ordinary state, contentment, and reframe it as deficiency. Convince people that what they have is secretly inadequate, that others are pulling ahead while they stand still, that to rest is to fall. The discomfort this produces is not a side effect. It is the mechanism. A person who feels behind will buy the thing that promises to catch them up.

What is new is the scale and the moral framing. The message does not merely suggest you might enjoy a tool. It implies a failure of character in not adopting it. It treats the desire for a calm life as a kind of negligence. This is worth resisting, because the desire for a calm life is not negligence. It is one of the more reasonable things a person can want, and a healthy culture does not pathologize it to move units.

The machine cannot be left alone

The second assumption is where the post moves from a values claim to a technical one, and the technical claim is simply false.

The systems in question are next-token predictors. Full stop. A language model takes a sequence and generates a probable continuation, one piece at a time. This is a genuine and useful capability. It is one that is getting increasingly refined and proficient over time with more compute and more optimization of the architectureIt is also a specific and limited one.

The model has no standing goal that persists from one moment to the next. It has no representation of the world that it maintains and updates. It has no internal signal that tells it when it has drifted from what was actually wanted, because it has no access to ground truth against which to measure. It generates what is probable given what came before, and that is the whole of it.

This matters most when such a system is asked to operate on its own over many steps, which is precisely what “build something that runs without you” describes. When a system generates output and then feeds that output back as the input to its next step, errors do not stay put. They compound. A small mistake early becomes part of the context that shapes everything after it, and because there is no mechanism inside the model that detects the mistake, nothing pulls the process back toward correct.

•The deviation grows.

• The system continues confidently in the wrong direction, because confidence and correctness are not connected inside a probability machine.

• There is no part of it standing apart from the generation, watching for failure, ready to intervene.

• Set it running unsupervised, and you have built the exact configuration in which this failure is most likely and least visible.

This observation can be stated as a law. “The longer such a model reasons, the greater the likelihood that its response will be incorrect, until the point at which an incorrect answer becomes more likely than a correct one.” (Evans Law) This is a claim about predictability rather than reliability. It does not say the model is unreliable in the ordinary sense. It says that extending the chain of reasoning, without an external check entering the loop, moves the odds the wrong way, because each additional step is another opportunity for uncorrected error to enter and propagate. More reasoning is not more correctness. Past a point, more reasoning is less.

Agency lives in the harness, not the model

The natural objection is that agentic systems already run on their own in production, and some of them work. This can be true, but understanding how and why they work makes the point rather than refuting it.

The systems that succeed run in narrow domains where correctness can be checked by machine or human. Code that must compile and pass tests. Data that must satisfy a schema. Transactions that must reconcile. In these cases there is a verifier, something outside the model that can mechanically or qualitatively determine whether a step was right and reject it if it was not. The verifier is doing the work that holds the system together. It is the source of whatever reliability the system has. The model proposes, and a structure built and watched by humans disposes.

Goal-directed behavior is an observation about what a system does. Sustained agency is a claim about where that behavior comes from. When an agentic system pursues a goal across many steps, the thing carrying the goal from one step to the next is the scaffolding around the model, the loop, the stored state, the tool-calling harness, the retry logic, the stopping condition a person defined. The model contributes a single pass each time it is called. It has no bridge from one call to the next. Every appearance of continuity is supplied from outside. Remove the scaffold and the agency does not weaken gradually. It is absent, because it was never located in the model to begin with.

This is a description of how these systems are built. A transformer is stateless between calls. Whatever persists across steps is, necessarily, not the transformer, because the transformer is not the component that persists. A larger and more capable model is still stateless between calls. Scale adds capability to each step. It does not add a mechanism for carrying anything across the gap between steps. The persistence has to be engineered into the harness, deterministically, and so does the error correction, because the model is categorically not the thing that can do either one on its own.

Within a single long chain of reasoning, the model conditions each new piece on its own prior output with no external check, and the odds of error climb as the chain extends. Across many steps of autonomous operation, the model conditions each action on the results of its prior actions with no internal verifier, and uncorrected mistakes accumulate. These are the same missing mechanism, the absence of an internal signal that checks against ground truth, seen at two levels of zoom. The wish that a model will get it right if it just reasons longer and the wish that a model will stay on task if it just runs longer are the same wish, and the architecture refuses both.

“Build something that runs without you” points at the wrong layer entirely. It asks the one component that cannot verify itself to operate over the longest possible stretch without verification. The reliability of any working autonomous system comes from the quality of the scaffold’s checks, not from the judgment of the model. Crediting the model for the system’s competence is the root error, and it produces both the overreach and the blind spot. The overreach, because it imagines the model can be trusted alone. The blind spot, because it stops looking at the place where reliability is actually won or lost.

The shared mistake

The two assumptions look unrelated, one about people and one about machines, but they share a single error. Both treat a tool as a protagonist.

The first makes a protagonist of the human, casting every person as a striver in a contest, when most people have quietly and reasonably opted out of the contest and are getting on with their lives. The second makes a protagonist of the model, crediting it with an agency it structurally lacks, when the agency in any working system lives in the harness a person built. One relocates the drama onto the user as compulsory ambition. The other relocates it onto the machine as autonomous operation. Both get the location of agency wrong, and they get it wrong in the same gesture, by failing to ask where the relevant capacity actually sits.

Agency sits with people. Specifically, it sits with people who have goals they chose, stakes they can feel, and the ability to recognize when something has gone wrong. That is true of the worker who decides a balanced life is the life they want, and it is true of the engineer who builds the verifier that keeps an automated system honest. In both cases the capacity that matters belongs to a human being, and in both cases the prevailing rhetoric tries to take it away, by telling people what they must want and by telling them a machine can want it for them.

What being realistic would require

None of this is an argument against the tools. The capabilities are real and many of the features are genuinely useful. It is an argument against the story told around them, because the story is doing damage that the tools are not.

Being realistic would mean two corrections. About people, it would mean accepting that most of humanity is not trying to win and does not need to be told they are losing. The desire for a decent, calm, connected life is not a defect to be optimized away. It is the point. A technology industry that cannot accommodate this is misunderstanding the population it claims to serve.

About the technology, it would mean stating what these systems are and are not, that they are powerful tools for generation and poor candidates for unsupervised autonomy, that reliability comes from the structures we build around them, and that anyone promising a machine you can set running and forget is either misunderstanding the technology or misrepresenting it.

Until the industry can be honest on both counts, about what people actually want and about what the technology can actually do, the rest of the conversation rests on sand. The work worth doing begins with getting these two things right. Understanding that not everyone is the same and that life is not about winning or losing. It’s about your own determination of the quality of your existence. Understanding that generative AI is not set it and forget it. Maybe someday but not now.

Everything else is downstream.

Featured

Jennifer Evans
Jennifer Evanshttps://www.b2bnn.com
Principal, patternpulse.ai, and cofounder, Tech Reset Canada. AI policy, research and analysis. Entrepreneur since 2002, marketer since 1998, machine learning since 2009. Based in Toronto and Southeast Asia.