Vibe coding for operations managers in education.
You run the campus day: who is in the building, which rooms are booked, the first aid log and the trips. The tension is that the most basic ops tool on a school site, the one that says which adult is where and which child got hurt, is a safeguarding record about minors from its first entry.
What is true about software in education before you write a prompt.
Schools, universities, training companies and edtech businesses all have the same shape of problem: a learning platform that does most things and a long tail of tools it does not. Executives are building the tail: an enrolment workflow, a parent portal, an assessment tool, a course marketplace. Most of them hold data about students, and some of those students are children.
Student data has its own laws
FERPA in the United States, GDPR in Europe, and rules about children's data almost everywhere. A tool that stores a student's name, grades or attendance is regulated, and a tool used by under-13s has additional consent requirements.
Parents, students and staff see different things
Role-based access is not optional. A parent must see only their child. A student must not see another's grades. The AI will build a single login unless told otherwise.
Accessibility is required
Education tools are often legally required to be accessible. A page built fast with no attention to screen readers or keyboard navigation can be non-compliant on day one.
Term start is your launch day
Enrolment tools and portals get their year's traffic in one week. Hosting and caching have to be ready for it, and a failure that week costs a term's trust.
What a operations manager in education builds first.
01The visitor and contractor sign-in
Every adult on site with a photo, a badge, the reason and whether their background check is on file. When the fire alarm goes, this is the list at the muster point, and the paper book is inside the building.
02The incident and first aid log
What happened, to whom, who treated it, and whether a parent was called. It replaces the exercise book in the office, and it is the record the parent asks for and the insurer subpoenas.
03The exam and event day checklist
Rooms set, invigilators assigned, papers signed out and in, accommodations arranged per student. One missed accommodation is a complaint the exam board investigates, so the list has a name on every line.
Operations managers in every industry tend to build the same four things. The operations manager page has that list.
Every staff login can read every child's injury record
The AI builds one login for staff, so the incident log with names, injuries and medical notes is readable by volunteers, supply teachers and the contractor who was given an account to sign in. A parent requests their child's records and asks who has viewed them. The tool cannot say, the school cannot answer, and the data protection complaint is about a system nobody approved.
The pattern underneath is the one every operations manager hits: you add a column, the AI rewrites the table, and every open request loses its status halfway through a shift. Changing the database while people are using it is the most common way an ops tool dies.
What a safe build in education usually runs on.
Builds run on a standard web stack with Postgres, single sign-on from the institution's identity provider or a properly scoped login for parents and students, integrations with the learning platform and the student information system through read-only keys, and accessibility checked before launch.
What changes for a operations manager in education.
A CTO in your corner treats your tool as what it becomes on day one: production software the shift runs on. Every database change is a written migration tested on a copy first. There is a backup and a tested way to restore it. Roles decide who can delete and who can only add. And it is tested on the worst phone in the building before the team uses it. You still build it. It just does not fail during a shift.
What operations managers in education ask.
A CTO who has read education apps before yours.
Thirty minutes, free, no card. What you built, what is going on with it, whether we can help.
In your corner.