The Last People Who Know How It Works: The Loss of Technical Acquaintance

The Shift from Technical Friction to Seamless Abstraction

Modern computing is transitioning from a tool that requires understanding to a service that requires only a request. In the 1990s, interacting with a computer often required overcoming technical hurdles—such as editing autoexec.bat files, configuring boot disks for specific games, or manually setting jumpers on hard drives—before a task could be completed. This friction served as the primary medium for learning; the difficulty of the machine was the mechanism by which the user gained knowledge.

Today, AI assistants and high-level abstractions have "sanded off" this friction. Users can now state a desired outcome, and the system rearranges itself to accommodate the request without requiring the user to understand the underlying configuration. While this increases convenience, it eliminates the challenge that previously forced users to develop a deep, intuitive acquaintance with their hardware and software.

Competence vs. Acquaintance

There is a critical distinction between technical competence (the ability to perform a task or access information) and technical acquaintance (the intimacy gained through struggle and failure).

  • Competence is preserved: Technical knowledge is more accessible than ever. AI models have ingested nearly every available manual and documentation source, allowing them to recite the mechanics of a system flawlessly.
  • Acquaintance is dying: The "unglamorous intimacy" of fighting a machine until it yields is disappearing. Because modern tools do not push back or set terms, users can utilize them without ever knowing them.

This creates a paradox: society is becoming more dependent on complex machines while simultaneously becoming less acquainted with how those machines actually function.

Community Perspectives on the Knowledge Gap

Discussion among technical practitioners reveals a divide in how this loss of intimacy is perceived and whether it constitutes a systemic risk.

The Risk of Systemic Collapse

Some argue that the loss of low-level understanding creates a dangerous knowledge gap. If the humans who understand the underlying infrastructure "age out" and the AI tools they are replaced by make an error, there may be no one left with the competence to fix the root cause.

"When no one knows how to program the tools that we rely on to fly our passenger planes, drive our cars, and manage our bank accounts, what happens when the LLM gets it wrong?"

The Argument for Abstraction

Others contend that "knowing how it works" has always been relative to the level of abstraction. They argue that even in the 1990s, most users were simply following booklets rather than understanding computer science, and that the deepening stack of abstractions is a natural evolution of technology.

"I don't think that's going to stop, anymore than web browsers stopped people from writing kernels. If anything, we write more low-level code than ever, because access to the prerequisite knowledge is less gatekept than before."

The Role of LLMs as Learning Tools

While some view AI as the cause of "brain rot," others see it as a powerful interrogation tool. By using LLMs to generate scripts or explain concepts and then verifying those results against primary sources (RTFM), users can still achieve a high level of understanding, albeit through a different path than the manual trial-and-error of the past.

Conclusion: The Cost of Convenience

The transition to a world of "everything fast, now" unbundles the desired outcome from the craft required to achieve it. While the ease of modern computing is an objective gain in productivity and accessibility, it removes the inherent curiosity and problem-solving skills developed through technical hardship. The result is a generation of users who are highly capable of utilizing tools but lack the visceral understanding of the medium they inhabit.

Sources

Related