← PDC Dev Studio
Theory

Education is a pipeline. AI belongs in the harness.

Lecture, seminar, group project, essay, test. Five stages, each teaching something the other four cannot. PDC Dev Studio is built to carry material between them — not to sit in any of their chairs.

The pipeline

Formal education is not a mood or a philosophy. It is a mechanism, and it has stages, in order, each one training a competency the others do not touch.

  1. 01LectureAbsorption
  2. 02SeminarArticulation
  3. 03Group projectCooperation
  4. 04EssayFidelity
  5. 05TestCompetence
The order is the mechanism. Each stage hands the student to the next one changed — you cannot sit the seminar usefully without the lecture, and the test only means anything after the other four.

Run in person, in that order, the pipeline is a rehearsal for professional life: sit in the meeting, speak in the meeting, deliver alongside a team, write the document that goes out with your name on it, and perform when it actually counts.

Notice what none of the five stages is really about: information transfer. A library transfers information. The pipeline develops a person.

2020: the pipeline running without a harness

Between 2020 and 2021, every stage of that mechanism was pushed through a video call at once. The software available to catch it was videoconferencing — built for meetings, not for teaching — and there was no capable AI layer to hold a course's material together while the room was gone.

The record is not ambiguous. On the 2022 NAEP long-term trend assessment, average scores for nine-year-olds fell 5 points in reading — the largest decline since 1990 — and 7 points in mathematics, the first drop ever recorded in that subject.1 Two years later, the 2024 Nation's Report Card still showed national scores below their 2019 levels in every tested grade and subject, with a third of eighth graders reading below the NAEP Basic level.2

−5 points, reading The largest decline since 1990.
−7 points, mathematics The first decline ever recorded in the subject.
Change in average NAEP long-term trend scores for nine-year-olds, 2020 to 2022. Two years after that, the 2024 Nation's Report Card still showed every tested grade and subject below its 2019 level. Sources 1–2.

Students did not only miss content, which can be caught up. They missed the seminar, the group project, and the room — years of development the pipeline exists to produce — and they came back to the analog classroom behind.

2022: AI arrives, at its worst

All of that happened before AI reached the public. When it did, what everyone saw was the worst version of it that will ever exist:

Reasonable people concluded that AI and education were opposed. Given what was on offer, they were reading the evidence correctly.

2026: the danger is not the model. It is the missing harness.

Those failures are all still available today, and they share one cause. An unharnessed model, asked a question with no verified material to stand on, will still produce something. It fills the gap with a plausible connection — and plausible is the dangerous kind of wrong, because it survives a skim.

The intuitive fix — put more into the prompt — does not work either. Models advertise context windows of 200,000 to a million tokens, but capacity is not comprehension. The Lost in the Middle study found that accuracy is highest when the relevant passage sits at the very beginning or the very end of the input, and degrades measurably when the model has to reach for something buried in the middle — including in models built specifically for long context.6 A fuller window is a slower answer and a less reliable one.

Accuracy
Accuracy against where the needed passage sits in the input A U-shaped curve: high at the start of the input, sagging through the middle, rising again at the end.
Start of the input Buried in the middle End of the input
Schematic — shape only, not to scale. A model finds what it needs most reliably when that passage sits at the very beginning or the very end of what you gave it, and misses it most often when it is buried in the middle. This holds even for models built specifically for long context. Source 6.
Tokens are energy, not intelligence.

What a harness actually is

PDC Dev Studio is not an LLM. It is the software that keeps one in check — working from material you chose, on tasks you set, in a workspace built for education, research and development, and project collaboration. Two parts carry most of that weight.

Distil API · Tokens are energy, not intelligence.

The Context Crystal

A Context Crystal is a hosted context handle. You prepare your source material once — documents, code, images, audio, video frames — and it persists, so later questions run against that stored handle instead of re-sending the whole source every time. It is how you get better answers from sources too large to prompt, while leaving most of the context window free for the actual thinking.

Your own history counts as source material. Export your ChatGPT or Claude conversation archive as a ZIP and upload it, and a year of your research, decisions, and dead ends becomes a handle you can put to work in a thread — privately, for you.

Everything pasted into the promptLittle room left to reason in
Grounded in a prepared handleMost of the window stays free
Schematic — proportions are illustrative, not measured. The window is a budget, and pasting the whole source in spends it on transport rather than thought. The point of preparing the material once is what it leaves behind.
Power plan · Runs on your machine

The Zooid Colony

A Zooid is a small, specialized worker that runs on your own computer — drafting, researching, or keeping watch on one task, on your own local models, with nothing metered per run. Zooids live in a Colony: a shared sandbox on your machine where each one keeps its specialty and picks up where another left off. The name is the biological one, and it is the right blueprint — a zooid only functions as part of the colony.

Keep your Colony Local to one computer, or Share a Zooid with people you choose. The Public Colony is in development.

Supplement, not replacement

  1. 01LectureUnchanged
  2. 02SeminarUnchanged
  3. 03Group projectUnchanged
  4. 04EssayUnchanged
  5. 05TestUnchanged
The harness — carries the material between the stages, and sits in none of them
The same five stages as the first diagram, with nothing added to any of them and nothing taken away. The harness runs underneath, along the joins — which is the only place software belongs in this mechanism.

Read the five stages again with the harness in place. Nothing is removed:

The harness does not sit in any of those chairs. It carries the material between them. That is the whole hypothesis: the pipeline was never the problem, and replacing it was never the opportunity. Education went digital without a harness once already, and we have the scores.

Try it yourself

  1. Export your ChatGPT or Claude archive as a ZIP and upload it as a Context Crystal — the step-by-step guide walks through it.
  2. Ask it: "Tell me who this is and what is their purpose."
  3. Take that answer into PDC Dev Studio and start a Zooid Colony on your own hardware.
Next in Theory If AI writes all the code, someone still has to read it. Coding literacy is a comprehension skill now, not a typing skill — and that is why the studio ships an editor and a console.

Sources

  1. National Center for Education Statistics, NAEP Long-Term Trend Assessment Results: Reading and Mathematics (2022).
  2. National Assessment Governing Board, 10 Takeaways from the 2024 NAEP Results.
  3. Mata v. Avianca, Inc., 678 F. Supp. 3d 443 (S.D.N.Y. June 22, 2023) — case summary.
  4. OpenAI, Sycophancy in GPT-4o: what happened and what we're doing about it (April 2025).
  5. Reporting on Raine v. OpenAI and the Character.AI settlements: CNN, NBC News. Allegations described here are claims in pending or settled litigation, not findings of fact.
  6. Nelson F. Liu et al., Lost in the Middle: How Language Models Use Long Contexts, TACL 12 (2024), 157–173.