Generative AI & Agentic AIBusiness automation with AI

Build a meeting-action extractor with source references

PK
Pankit Kumar
Sr. Data Scientist at Parexel (a Goldman Sachs–backed company) · 20 September 2026 · 2 min read
Technically reviewed by Ishaan Sharma
In this article (4 sections)

A fluent action list can assign work nobody accepted. Every proposed task should point to the transcript evidence and make missing owner or deadline visible.

Reject an unsupported action

The automation lab uses two authored transcript lines and proposals.

python
from automation_cases import meeting_action_case

result = meeting_action_case()
assert result["accepted_indices"] == [0]
assert result["review_indices"] == [1]
assert result["actions"][0]["source_line"] == 1
assert result["transcriber_or_model_executed"] is False

The draft action has owner and due phrase. “Approve budget” lacks those facts and routes to review. No audio or model ran.

Build an evidence schema

Store meeting/source ID, timestamp or line, speaker, action verb/object, owner as spoken, due text, dependencies and confidence. Preserve a short source excerpt under the meeting’s access policy. Separate decisions, questions and suggestions from commitments.

Validate participant identity against the meeting roster without guessing from first names. Treat relative dates using the meeting date and timezone, then show the resolved date for review. Require a human confirmation before creating tasks or sending reminders.

Evaluate action precision/recall, owner and due accuracy, unsupported proposals and review workload across accents, overlapping speech and vague language. Protect recordings and transcripts with consent, retention and role access.

The Generative & Agentic AI course links multimodal evaluation to approval-first automation.

Exercise

Write a ten-line synthetic meeting with actions, decisions and ambiguity. Extract structured proposals, cite every line and prove uncertain owners never create external tasks.

Continue learning

This article is part of the Business automation with AI sequence. Use the neighbouring tasks when you need the prerequisite or the next application.

Reference: NIST AI RMF Generative AI Profile.

PK
Pankit Kumar
Lead Instructor, NeuraPath Academy

Pankit Kumar has 10 years in Data Science & AI, building and shipping production systems in regulated pharma and clinical environments. He is a freelance trainer at Boston Institute of Analytics, AnalytixLabs and Scaler, and has taught this material to thousands of working professionals.

This article is part of our Generative & Agentic AI programme — 3 months. Add practical GenAI, retrieval and agent-building skills to your existing toolkit.

Explore Generative & Agentic AI
Counselling is free · no obligation

Not sure which programme fits?

Tell us your background and we will map it to the right entry point — including saying so when a cheaper programme is the better fit. A counsellor replies within one working day.