VSvarunsingla.com

← All entries

Day 80· · 5 min read

Agentic AI in Education & EdTech

Industry Verticals Governance & Safety

Education is the vertical where the agent touches the most vulnerable user of all: a child.

Viral app of the day

GitHub Copilot App (agent-native desktop) -- GitHub shipped a standalone desktop 'control center' for

agentic development this week, moving Copilot from in-editor assistant to a surface where you dispatch, watch and steer multiple coding agents at once. It lands amid a fortnight where a new agent repo went viral almost weekly -- OpenClaw (past 210K stars, fastest-growing OSS in GitHub history), Hermes Agent (100K+ stars, self-improving 'grows-with-you' memory + a new desktop app), and mattpocock/skills ('skills for real engineers', ~91K stars in a week). The education lesson is the same one that runs through this whole series: the most viral agents are the most autonomous, and many ship with no kill switch, no audit trail and no scoped identity -- the exact opposite of what an agent touching

1 · From answer-bot to learning-loop agent

The learning lifecycle -- Assess fi Plan fi Teach fi Practise fi Grade fi Intervene fi Report -- has spent a decade being 'personalised' by adaptive-content engines that still left planning, marking and pastoral judgement on the teacher. Agentic AI changes the unit of automation: instead of serving the next worksheet, an agent now runs the whole loop -- diagnosing a misconception from a wrong answer, generating a tailored explanation, setting practice at the right level, marking it, and surfacing a struggling student to the teacher before the test does. The difference from earlier adaptive learning is the same difference seen across every vertical this series: the agent crosses steps and produces an outcome -- a lesson taught and a record updated -- not just a single

WorkflowWhat the agent doesWhat the human owns
Tutoring & practiceSocratic dialogue, hints, worked examples, infinite re-explanations at the student's levelSets learning goals, judges genuine understanding vs answer-mimicry
Grading & feedbackFirst-pass marking against a rubric, draft comments, flags borderline workReviews every grade that lands on a transcript; owns the mark + reasoning
Lesson planningDrafts plans, differentiates for ability bands, builds quizzes & resourcesApproves pedagogy, sets curriculum fit, adapts to the actual class
Early-warning / pastoralSpots disengagement & risk signals across attendance, work, sentimentOwns the intervention, the conversation, and any safeguarding referral

2 · What works today vs what stays teacher-owned

The reliable 2026 pattern: agents do the high-volume, low-stakes scaffolding; humans own anything that grades, flags or follows a child. The seam is the assessment decision -- exactly the line FERPA and the EU AI Act both The assessment seam: agents tutor, draft and flag -- but must NOT decide the grade, the placement, or the safeguarding outcome. Design the hand-off precisely at the line where a record

WorkflowWhat the agent doesWhat the human owns
Tutoring & practiceSocratic dialogue, hints, worked examples, infinite re-explanations at the student's levelSets learning goals, judges genuine understanding vs answer-mimicry
Grading & feedbackFirst-pass marking against a rubric, draft comments, flags borderline workReviews every grade that lands on a transcript; owns the mark + reasoning
Lesson planningDrafts plans, differentiates for ability bands, builds quizzes & resourcesApproves pedagogy, sets curriculum fit, adapts to the actual class
Early-warning / pastoralSpots disengagement & risk signals across attendance, work, sentimentOwns the intervention, the conversation, and any safeguarding referral

3 · Governance -- the minor-protection bind

Education carries a double regulatory load no other vertical shares in this form. In the US, FERPA protects the student education record and COPPA restricts data collection on under-13s -- so any agent reading or writing student data must scope access to legitimate educational interest and keep a disclosable audit trail. In the EU, the AI Act places systems used to determine access to education, evaluate learning outcomes, or monitor exam behaviour into Annex III high-risk, enforced from Aug 2 2026 (~T-55 days): risk management, automatic event logging over the system lifetime, human oversight, technical documentation and transparency to the learner, with €35M / 7% GTR penalties. The emerging standard mirrors the 'reviewer-of-record' pattern from legal (Day 73): a per-student reasoning log for every grade and every flag, plus a named teacher signing off on anything that scores, places or refers a child -- one record that satisfies EU oversight AND US fair-treatment duties at once. KYA (Day 54) = SPIFFE/SVID scoped read-and-propose (tutor / draft / flag, never grade:commit / place /

PlayerPosition in 2026
Khan Academy -- KhanmigoThe reference tutoring agent. Socratic-by-design (won't give the answer), teacher dashboard + lesson tools, district deployments at scale; the 'teacher in the loop' pattern is built into the product.
Google -- Gemini for Education / LearnLMLearnLM tuned for pedagogy folded into Gemini; Workspace for Education distribution to billions of student+educator accounts; Guided Learning mode pushes Socratic tutoring as default.
OpenAI -- ChatGPT Edu / Study ModeStudy Mode coaches rather than answers; ChatGPT Edu sells governed deployments to universities (ASU, Cal State, others); the dominant student-side surface by raw usage.
Anthropic -- Claude for EducationLearning Mode + campus partnerships (Northeastern, LSE, Champlain); positions on guardrails, privacy and not training on student conversations -- the governance-first pick for institutions.
SpecialistsMagicSchool & Brisk (teacher-side planning/grading agents), Carnegie Learning, Squirrel AI (China adaptive at scale), Duolingo (agentic practice) -- vertical depth over horizontal reach.

4 · Platform landscape

PlayerPosition in 2026
Khan Academy -- KhanmigoThe reference tutoring agent. Socratic-by-design (won't give the answer), teacher dashboard + lesson tools, district deployments at scale; the 'teacher in the loop' pattern is built into the product.
Google -- Gemini for Education / LearnLMLearnLM tuned for pedagogy folded into Gemini; Workspace for Education distribution to billions of student+educator accounts; Guided Learning mode pushes Socratic tutoring as default.
OpenAI -- ChatGPT Edu / Study ModeStudy Mode coaches rather than answers; ChatGPT Edu sells governed deployments to universities (ASU, Cal State, others); the dominant student-side surface by raw usage.
Anthropic -- Claude for EducationLearning Mode + campus partnerships (Northeastern, LSE, Champlain); positions on guardrails, privacy and not training on student conversations -- the governance-first pick for institutions.
SpecialistsMagicSchool & Brisk (teacher-side planning/grading agents), Carnegie Learning, Squirrel AI (China adaptive at scale), Duolingo (agentic practice) -- vertical depth over horizontal reach.

5 · Reference architecture for a learning agent

Combining the memory (Day 44), reliability (Day 49), identity (Day 54) and streaming-data (Day 55) patterns,

The one rule: the agent teaches, the teacher decides -- on every output that scores, places or refers a child. One trace satisfies EU AI Act Art. 12 logging, FERPA access audit and the duty of care

PlayerPosition in 2026
Khan Academy -- KhanmigoThe reference tutoring agent. Socratic-by-design (won't give the answer), teacher dashboard + lesson tools, district deployments at scale; the 'teacher in the loop' pattern is built into the product.
Google -- Gemini for Education / LearnLMLearnLM tuned for pedagogy folded into Gemini; Workspace for Education distribution to billions of student+educator accounts; Guided Learning mode pushes Socratic tutoring as default.
OpenAI -- ChatGPT Edu / Study ModeStudy Mode coaches rather than answers; ChatGPT Edu sells governed deployments to universities (ASU, Cal State, others); the dominant student-side surface by raw usage.
Anthropic -- Claude for EducationLearning Mode + campus partnerships (Northeastern, LSE, Champlain); positions on guardrails, privacy and not training on student conversations -- the governance-first pick for institutions.
SpecialistsMagicSchool & Brisk (teacher-side planning/grading agents), Carnegie Learning, Squirrel AI (China adaptive at scale), Duolingo (agentic practice) -- vertical depth over horizontal reach.

6 · Does it actually help? The 2 sigma question

The honest 2026 read: tutoring agents show real gains on well-scoped skills (languages, maths fluency, coding) and clear time savings for teachers on planning and first-pass grading -- but the full Bloom '2 sigma' effect remains unproven at population scale, and the risk that students outsource thinking rather than build it is the dominant pedagogical worry. Hence the convergence on Socratic-by-default designs (Khanmigo, Study Mode, Guided Learning all refuse to simply hand over the answer) and on teacher-in-the-loop as a product constraint, not a setting. The measurable wins live on the teacher side first: reclaiming hours from lesson prep and marking, which is also the lowest-risk place to start.

7 · Breaking this week

Anthropic confidentially filed for a US IPO (June 1 2026) at a reported ~$965B valuation -- on track to be the first AI company toward a trillion-dollar listing, ahead of OpenAI which is preparing its own confidential filing for a possible September debut. It rides Claude Opus 4.8 (shipped May 28, topping GPT-5.5 and Gemini 3.1 Pro on key benchmarks, with the new Dynamic Workflows tool spawning parallel subagents) at unchanged $5/$25 per M-token pricing. OpenAI shipped real-time audio + translation models for agents (live voice tutoring becomes practical) and is expected to release GPT-5.6 in June. Google pushed Gemini deeper into managed task flows; Microsoft unveiled its own MAI coding model at Build to cut reliance on OpenAI. The frontier is converging on agentic coding + orchestration -- and the public-market race is now on.

8 · Viral app of the day

GitHub Copilot App (agent-native desktop) -- GitHub shipped a standalone desktop 'control center' for agentic development this week, moving Copilot from in-editor assistant to a surface where you dispatch, watch and steer multiple coding agents at once. It lands amid a fortnight where a new agent repo went viral almost weekly -- OpenClaw (past 210K stars, fastest-growing OSS in GitHub history), Hermes Agent (100K+ stars, self-improving 'grows-with-you' memory + a new desktop app), and mattpocock/skills ('skills for real engineers', ~91K stars in a week). The education lesson is the same one that runs through this whole series: the most viral agents are the most autonomous, and many ship with no kill switch, no audit trail and no scoped identity -- the exact opposite of what an agent touching a child's record must have. The govtech and edtech job is to give students and teachers a sanctioned, governed agent before an ungoverned one fills the gap.

Practical takeaways
Three moves this quarter for anyone in edtech, schools or L&

Three moves this quarter for anyone in edtech, schools or L&D: (1) Start on the teacher side, not the student side -- lesson planning, differentiation and first-pass grading are high-volume, low-rights-risk and easy to verify (MagicSchool and Khanmigo's teacher tools are the references), so pilot there and measure on hours reclaimed and feedback turnaround, not on test scores. (2) Keep every assessment human -- let agents tutor, draft and flag, but route every committed grade, placement and safeguarding flag through a named teacher with a per-student reasoning log, because that record is your EU AI Act Art. 12 evidence and your FERPA fair-treatment duty at once. (3) Lock the minor-protection boundary first -- verify data-handling and no-training-on-student-data terms, scope each agent's SPIFFE identity to read/tutor/propose (never grade/place/refer), with a <1s kill switch and WORM audit (~T-55 days to Aug 2). Automate the teaching, never

Tomorrow (Day 76): Agentic AI in Real Estate & PropTech -- l

Tomorrow (Day 76): Agentic AI in Real Estate & PropTech -- listing, leasing and transaction-coordination agents, the fair-housing / disclosure liability bind, and why 'the agent gathers, the broker discloses' is the design constraint.

VS
Varun Singla
Singapore · About · Learning in public