The EduAgent: The AI Agent Behind Astronomer Academy's Support
Blog post from Astronomer
Astronomer Academy has developed an AI-driven system to streamline the handling of support tickets related to Airflow certifications, which typically require routine actions such as checking exam statuses and issuing badges. The system employs Apache Airflow to manage the end-to-end ticket lifecycle, using AI agents for tasks that require natural language processing, like categorizing tickets and drafting responses, while deterministic code handles business logic such as making API calls and querying databases. This setup significantly reduces the time spent by the Education team from several minutes per ticket to just seconds of human review, as each response is presented for approval in Slack. This architecture ensures that AI is used where language understanding is needed, while predictable, rule-based tasks are managed by testable, auditable code, maintaining efficiency and accuracy in customer support operations.