From enquiry to response
in minutes, not days
Edvance runs a multi-agent AI system that handles the 70% of school advisory work that is repetitive and rules-heavy — so our consultants can focus on the 30% that requires real judgment.
What is an AI agent?
A chatbot completes one turn and waits. An agent keeps running — checking, acting, re-evaluating — until a goal is met or a human intervenes. The loop is what makes it an agent.
Four levels of AI complexity
The Edvance system spans all four levels — from simple structured prompts to a production fleet with memory, tool use, and human gates.
How the components connect
Every part has one job. The model controls decisions. Your code controls execution. Guardrails are enforced in code — not in a prompt.
Three workflows, built for Edvance
Each workflow maps directly to a real Edvance business process. They run end-to-end — the human only steps in at the gate.
The human gate — enforced in code
Every tool call is classified by risk before it executes. The guardrail lives in Python, not in a prompt. The agent cannot talk its way past it.
| Tool | Risk Level | What Happens |
|---|---|---|
| get_school_profile | LOW | Executes immediately — read only, no side effects |
| get_engagement_history | LOW | Executes immediately — read only |
| get_associate_profiles | LOW | Executes immediately — static data |
| search_knowledge_base | LOW | Executes immediately — RAG search, no writes |
| update_school_profile | MEDIUM | Executes and logs a flag for Nathan's review |
| create_engagement_record | MEDIUM | Executes and logs a flag for Nathan's review |
| send_email | HIGH | Pauses — added to approval queue, nothing sends until approved |
| create_booking | HIGH | Pauses — requires explicit human approval |
| delete_record | HIGH | Pauses — irreversible, requires explicit human approval |
The 70% Principle
AI should own the 70% that is repetitive, rules-heavy, and judgement-light. The other 30% — the decisions that require relationships, ethics, and accountability — must stay human. Not because AI can't produce an output, but because the consequences of being wrong require a human to own them.
- Classifying school enquiries by type and urgency
- Researching school profiles and engagement history
- Drafting personalised outreach and response emails
- Generating associate briefing packs
- Searching the knowledge base for relevant frameworks
- Logging engagement records and updating school profiles
- Approving or rejecting every email before it sends
- The actual school relationship — the call, the rapport, the trust
- Strategic direction — who to target and why
- Legal and compliance judgements
- Crisis management and sensitive situations
- Final sign-off on any consequential decision
See it in action
The Edvance School Portal includes full access to the agent system — run enquiry handlers, briefing generators, and outreach campaigns from your dashboard.