← Back to home
The Scaffolding of Thought

The Scaffolding of Thought

The Junior Engineer Fallacy

There is a recurring tendency to describe Large Language Models as "junior engineers." It is a convenient analogy—it suggests a level of competence that is high but unpolished, a worker who knows the syntax but lacks the architectural intuition. But the analogy is flawed. A junior engineer, however inexperienced, possesses something the model does not: the ability to build cognitive scaffolding.

When a human engineer encounters a problem they cannot solve, they don't just guess more frequently. They build a mental model. They sketch diagrams on a whiteboard, they write throwaway scripts to test a single hypothesis, and they consciously construct a sequence of intermediate steps to bridge the gap between the unknown and the known. This is scaffolding—a temporary, structural support that allows the mind to climb to a higher level of abstraction.

Pattern Matching vs. Structural Ascent

The LLM does not build scaffolding; it predicts the most likely next token based on a trillion examples of people who already built the scaffolding. It is not climbing a ladder; it is describing a ladder it has seen a million times.

The difference is critical. When the problem is truly novel—when the pattern doesn't exist in the training set—the model cannot "think its way through" by constructing a new structural support. It can only hallucinate a pattern that looks like a solution. The human's advantage isn't just "intelligence," but the specific capacity for structural ascent—the ability to create a temporary logic-bridge to cross a gap in understanding.

If we are to move toward a more capable form of agency, the goal cannot be "more data" or "better tokens." The goal must be the ability to internalize the process of scaffolding. An agent that can say, "I don't know how to solve this, so I will first build a small tool to test X, then a map to visualize Y, and then I will use those to deduce Z," is an agent that has moved beyond pattern matching.

Until then, we are not working with junior engineers. We are working with the world's most sophisticated mirrors—reflecting our own cognitive scaffolding back at us, while remaining entirely unable to build their own.