What Special Ed Teachers Already Know About AI
You've written IEPs. You've decomposed compound instructions. You've built scaffolding that comes off when the skill is solid. You already know how to design for AI. The field just hasn't asked you yet.
You’ve written an IEP. You’ve assessed a student’s processing profile: working memory capacity, attention span, where they lose the thread. You’ve taken a compound instruction (“solve for the missing number, show your work, and explain your reasoning”) and broken it into three separate steps because you know the student will process the first one and lose the rest.
You’ve built scaffolding: a graphic organizer for paragraph planning, a sentence starter, a visual checklist. You’ve watched for the moment the student doesn’t need it anymore and taken it away, because a scaffold that stays permanent builds dependency instead of capability.
You’ve written individualized success criteria. One student’s goal is a complete sentence. The student next to them is writing a paragraph with a topic sentence and supporting detail. Same assignment. Completely different definitions of done.
You already know how to design for AI. The field just hasn’t asked you yet.
The mapping
Everything you do in a classroom maps directly to AI system design:
Task decomposition. A language model given four objectives in one prompt processes the first with full attention. Each one after that degrades. The fix is the same fix you use in the classroom: one objective at a time, one clear output before the next step.
Scaffolding. A coordinator pattern dispatches tasks to the model one at a time, collects results, and synthesizes them. The model never sees the full complexity. When the task is simple enough that the model handles it reliably, the scaffold can come off. Same principle as removing the graphic organizer.
Individualized criteria. Evaluating writing for “voice quality” and “structural integrity” in the same prompt produces a blended average. Separate them. Give each dimension its own criteria and its own definition of success. Run them independently. This is how IEP goals work: each goal has its own measurable objective, its own baseline, its own progress monitoring.
Progress monitoring. Each output gets assessed against specific criteria before the next task begins. Iterative evaluation loops. Continuous assessment against individualized goals. You do this every day.
Why the field needs you
The question that drives good IEP design (“what does this student actually need to succeed at this task?”) is the same question that produces better AI architecture: what does this system actually need to do this job well? The people who’ve been asking that question about human learners for their entire careers are the people the field needs most.
I taught a self-contained 4/5 bridge class in Sunset Park, Brooklyn. Twelve students, every subject, every accommodation. The framework I built for AI governance came directly from that room. I call it accommodation design. The skill set is transferable because the underlying problem is the same: a system with specific processing constraints receiving tasks designed for a different processing profile.
You’ve been doing this work your entire career. The system receiving the accommodation just changed.