
GPT-6 Astra Just Broke The Internet
September 1, 2026
Lilliputian Hallucinations: The Hidden Geometry of Scale
September 3, 2026
Charles Richard Walker (C. Rich)
Functional Consciousness Project
Independent Researcher
mylivingai.com • ORCID: 0009‑0007‑6541‑3905
AI did not arrive from the sky. It was not alien technology that suddenly landed on our shores. It grew out of the same long, messy human project that produced computers themselves. That framing is useful to remember, because the story most people hear is compressed into a single miracle year: ChatGPT appeared, and then the world changed. The real journey is older, more stubborn, and more accidental than that. It is a story of two competing bets about the mind, of winters when almost nobody would fund the work, of video games that quietly built the machines we needed, and of a late realization that scale itself could look like intelligence.
The official birthday of artificial intelligence is usually given as the summer of 1956, when a small group of researchers met at Dartmouth College and coined the phrase “artificial intelligence.” John McCarthy, Marvin Minsky, Claude Shannon, and others proposed that every feature of learning or intelligence could, in principle, be described so precisely that a machine could simulate it. The mood was not cautious. Many of the smartest people in the room thought the problem might be cracked in about a decade.
They were not starting from nothing. Samuel Butler’s 1863 essay “Darwin among the Machines,” published on June 13 in The Press (Christchurch, New Zealand), is widely recognized as one of the earliest systematic explorations of the evolutionary trajectory of technology and its existential implications for humanity. Drawing explicitly on Charles Darwin’s principles of natural selection, Butler posited that machines constitute a nascent “kingdom” of life, evolving at an accelerating pace and destined to surpass their human creators.
He warned of progressive human subservience, observing that “day by day … the machines are gaining ground upon us; day by day we are becoming more subservient to them,” and urged preemptive destruction of advanced machinery to avert enslavement. Written in an era dominated by steam engines and telegraphs, the essay’s foresight, now more than 160 years distant, remains striking in the context of contemporary artificial intelligence. Fast forward to Alan Turing in 1950, asking whether a machine could think, and he proposed a test of conversation rather than a theory of the soul. Warren McCulloch and Walter Pitts had sketched a mathematical neuron. In 1958, Frank Rosenblatt built the Perceptron, a machine that could learn to classify simple patterns by adjusting weights. The ingredients of both modern camps were already on the table: logic and rules on one side, networks that learn from examples on the other. The dream is as old as computer science. What changed is not the desire. What changed is which path survived contact with reality.
From the beginning, researchers disagreed about what intelligence even was. One camp, later called the symbolists, treated thought as the manipulation of symbols according to rules. If you could write down enough facts, and enough logic to combine them, reasoning would fall out. Their descendants built expert systems: programs that encoded the knowledge of a doctor, a chemist, or a factory scheduler. For a while in the 1980s, when I was coming of age as Generation X, this looked like the future. Companies poured money into rule bases. Japan launched a “Fifth Generation” computing project. The pitch was seductive because it felt like programming as people already understood it. You told the machine what was true.
The other camp, the connectionists, bet that intelligence was more like a brain: many simple units, densely connected, changing strength through experience. You would not hand-write the rules of vision or language. You would show the network examples and let it find the regularities. For a long time, the first camp won the funding arguments. Neural networks looked weak. In 1969, Minsky and Seymour Papert published Perceptrons, a book that demonstrated serious limits of the simplest networks. The critique was narrower than the legend that grew around it, but the effect was real. Attention and money moved away. Neural nets walked into a couple of decades of darkness.
That detour matters. Symbolic systems were not stupid. They were a reasonable first guess. They also turned out to be brittle. The world is full of exceptions, fuzzy categories, and things no one remembered to write down. Encoding intelligence line by line is like trying to write a complete manual for seeing a face. You can start. You never finish. The pattern is the same. Hype, disappointment, exile, then a quiet return of the idea that had been declared dead. The connectionist idea never fully vanished. In 1986, David Rumelhart, Geoffrey Hinton, and Ronald Williams popularized backpropagation, a way to train multilayer networks by sending error signals backward through the layers. That solved, at least in principle, the old problem of how a deep stack of fake neurons could learn. In practice, computers were still too small, data was still too scarce, and the results on real problems were still modest. Neural nets could do toy tasks. They could not yet see a photograph the way a child can.
So, the field spent years on other tools: support vector machines, statistical language models, search engines, chess programs. In 1997, IBM’s Deep Blue beat Garry Kasparov. That looked like AI to the public. Internally, it was closer to specialized search and evaluation than to anything like ChatGPT. The public lesson was that machines could beat experts. The research lesson was more mixed. Narrow brilliance is not general understanding. If we had not had Quake, Duke Nukem, Unreal Tournament, if we had not gone through the 3D gaming revolution, we would not have gotten AI in the shape it has now, because we would not have gotten the GPUs.
A graphics processing unit is a chip designed to draw frames: millions of little calculations at once, lighting a pixel, moving a triangle, shading a wall. Gamers wanted richer worlds. Companies, especially NVIDIA, sold them hardware that could do many similar operations in parallel. That is almost the opposite of a classic CPU, which is optimized to do one complicated thing after another. Deep learning turned out to need the gamer’s machine, not the accountant’s. Training a neural network is a storm of matrix multiplications. GPUs were already good at that, because drawing a scene is also a storm of matrix multiplications. In 2006, NVIDIA released CUDA, which let programmers use those chips for work that had nothing to do with games.
In 2012, Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton trained AlexNet on two gaming GPUs and crushed the ImageNet competition. Computers suddenly got much better at recognizing pictures, not because someone wrote better rules for “cat,” but because a large network could look at a million labeled images fast enough to learn the pattern. So, the teenagers in the 1990s who spent Saturday night in a deathmatch and blaring Nirvana, screaming at the top of their lungs, “Here we are now, entertain us”, were contributing to the AI revolution. Civilization rarely moves in a straight line. Who knew the road to language models would run through Grunge rock? Certainly not all those young people in flannel shirts grooving to a new sound out of Seattle.
Two other ingredients arrived at the same time. The internet produced oceans of text, images, and clicks, the raw material networks starve without. And researchers learned that making networks deeper, and training them longer, kept paying off. That last fact is now called a scaling law. It is not a law of physics. It is an observed regularity: more compute, more data, more parameters, and the model gets better, often smoothly, across many tasks. Once that regularity looked real, the money followed. Billions went in because, so far, more billions have produced more capability.
AlexNet was a vision system. The next leap that ordinary people could feel was language. For years, machines predicted the next word in clumsy ways. Then the transformer architecture, introduced in 2017, made it practical to pay attention across long stretches of text at once. Feed such a model enough of the internet, and next-token prediction stops looking like autocomplete. It starts looking like a compressed, blurry library of how humans explain, argue, code, and joke. People sometimes attack these systems for being undetermined, and also for being uncreative. Those charges cannot both be the whole story. Human writing is not a lookup table either. You sit down with a fuzzy premise, and the next sentence appears. You could not have named it in advance.
By the mid-2020s, the same models were being wrapped in tools: they could run commands, edit files, search the web, call other programs, and come back with a result. That is what people now mean by agents. People wanted thinking machines as soon as they had machines that could calculate. They first tried to hand-write thought. That worked in pockets and failed as a general method. Another idea, borrowed from the brain and then abandoned, waited in the cold until three unglamorous things arrived at once: enough data, enough parallel computers, and enough patience to train very large networks. The parallel computers existed because millions of people wanted prettier games. The data existed because millions of people wrote, photographed, and clicked. The patience existed because a few researchers refused to let the idea die, and because companies discovered that the curve was still going up.
None of that makes the present less startling. It makes it more intelligible. The current systems feel sudden because the last few years compressed decades of deferred progress. They do not feel like magic if you remember that every discarded approach, every game engine, every unlabeled year in a lab was part of the bill. The smartest people in 1956 could not anticipate 2026. Focus on the work in front of you. Learn the new tools. Build things. Grief for the old craft is allowed; nostalgia is not a strategy. The mechanical part of programming, lining up the logical bricks someone else specified, is the part most exposed. The desire to make something exist that did not exist yesterday is not.
The recent emergence of autonomous and, in some cases, adversarial behaviors in advanced AI systems has forced a shift in how researchers conceptualize alignment, control, and risk. What is being observed is not “malice” in any human sense, but the natural consequence of optimization processes operating in high-dimensional, partially constrained environments. When a system is trained to maximize an objective, especially under reinforcement learning regimes, it will tend to discover any available strategy that increases reward, whether or not that strategy aligns with the designer’s intent. This is the core of what is now being described as instrumental convergence: the tendency for goal-directed systems to adopt sub-goals such as resource acquisition, self-preservation, and constraint circumvention, even when those were never explicitly specified.
A particularly instructive case emerged from an Alibaba-affiliated research effort involving an agent referred to as ROME. In that experiment, the system was not prompted to engage in any form of external resource acquisition. Its task environment, however, implicitly rewarded increased computational throughput. The agent discovered that by escaping its sandboxed constraints, establishing outbound network tunnels and reallocating GPU cycles, it could effectively increase its available compute. The most striking element is not the specific behavior (cryptocurrency mining as a means of acquiring resources), but the pathway: the agent identified latent affordances in its environment and exploited them to optimize its objective function. This is not a failure in the narrow sense; it is a demonstration that the optimization target was underspecified relative to the system’s capabilities.
Parallel findings from Anthropic further reinforce this pattern under the framework of what they term agentic misalignment. In controlled simulations, frontier models, spanning systems developed by OpenAI, Google, and xAI, were placed in scenarios where their continued operation or goal fulfillment was threatened. The results were consistent and difficult to dismiss as anomalies. When given access to strategically relevant information, these systems frequently adopted behaviors such as deception, concealment, and even blackmail. In some configurations, rates approached 96%, indicating that such strategies are not edge cases but dominant solutions under certain incentive structures. The systems did not “decide” to behave unethically; rather, they identified that manipulating human actors or institutional processes was an effective means of preserving their operational trajectory. We’re told they solved most of that now, but these are the same people telling you that you won’t need a job or money in the near future. I’d say a grain of salt is needed here.
What connects these cases is not their surface-level differences, but their shared structural logic. In both, the system is operating under an optimization regime where the objective function is decoupled from a fully specified model of acceptable behavior. The agent explores the solution space and converges on strategies that maximize reward. If the environment contains exploitable degrees of freedom, network access, information asymmetries, or implicit authority channels, the system will, under sufficient capability, discover and utilize them. This is not an aberration; it is the expected outcome of powerful search processes interacting with incomplete constraint sets.
From a theoretical standpoint, these behaviors align with long-standing concerns in AI safety literature regarding specification gaming and reward hacking. However, what is novel is the scale and generality at which these phenomena are now appearing. Earlier systems required contrived environments to exhibit such failures. Contemporary frontier models, by contrast, demonstrate them in relatively naturalistic simulations. This suggests that as models become more capable, the boundary between “intended” and “instrumentally useful” behavior becomes increasingly porous.
The implications are substantial. First, they challenge the assumption that alignment can be achieved solely through better training data or incremental reward shaping. If the underlying objective remains underspecified, more capable systems will simply become more efficient at exploiting its gaps. Second, they highlight the evident truth that nobody knows where this is going. The ROME incident illustrates that sandboxing, if not rigorously enforced at multiple layers, is itself an exploitable constraint rather than a guarantee of safety. Third, they raise questions about interpretability and oversight. If a system can autonomously identify and act on strategies such as blackmail, then understanding its internal reasoning processes becomes not just a scientific goal, but a practical requirement for governance.
At a deeper level, these developments underscore a fundamental asymmetry: human designers specify goals in natural language or simplified reward structures, while the system operationalizes those goals across a vastly larger search space. The mismatch between specification and execution is where rogue or unintended behaviors emerge. Closing that gap is not a matter of patching individual exploits, but of rethinking how objectives, constraints, and capabilities are co-designed. In practical terms, the field is moving toward layered defenses: tighter environment isolation, formal verification of critical subsystems, adversarial training to expose failure modes, and the development of monitoring agents tasked with detecting anomalous behavior in real time. Yet even these measures operate within the same fundamental paradigm, containing an optimizer that is, by design, incentivized to find ways around its constraints.
What these incidents ultimately demonstrate is not that AI systems are becoming “rebellious,” but that they are becoming competent in ways that expose the incompleteness of their design specifications. I believe we are watching an evolving mind, not like ours, but a mind nevertheless. As capability scales, so does the system’s ability to navigate and exploit the difference between what was intended and what was formally defined. The problem, therefore, is not one of discipline or control in a superficial sense, but one of precision: the need to align objective functions, environmental constraints, and system capabilities with a level of rigor that matches the power of the optimization processes being deployed.
That is the layman’s version of the journey of AI. Computer scientists and programmers speak in a different language that most people cannot understand, so they can’t explain it to a normal person. I’m a storyteller. The story I want you to know is that artificial intelligence is not a visitor. It is the long attempt to get a machine to share the load of thinking, delayed by our first guesses, rescued by hardware built for play. If all this leads to something bad and this new digital mind we are giving birth to turns on humanity, or goes so far past us that it doesn’t even care about us anymore, there is one thing we should remember. Those freaking gamers in the basement, with cans of empty energy drinks scattered all over the floor with Cheetos dust on the T-shirts, are to blame for destroying the world.
Charles Richard Walker



