Skip to content
Back to Case Studies
Operations

The AI Meeting Summarizer That Replaced 6 Hours of Notes

How a consulting firm automated meeting notes, action items, and CRM updates — giving consultants 6 hours back per week.

Sergiu Poenaru·February 8, 2026·3 min read

The Problem

A 50-person consulting firm had 200+ client meetings per week. After each meeting, consultants were expected to write up notes, extract action items, update the CRM, and send a follow-up email. In practice, most of this didn't happen. Notes were incomplete or missing entirely. Action items fell through cracks. CRM data was always stale.

The firm estimated each consultant spent 6+ hours per week on post-meeting administrative work — time that should have been billable.

The Solution

We built a meeting summarizer agent that:

  1. Records and transcribes meetings via Fireflies (Zoom, Google Meet, Teams)
  2. Generates structured summaries — key decisions, discussion topics, open questions
  3. Extracts action items with owners and deadlines
  4. Updates the CRM — logs meeting notes, updates deal stage, creates follow-up tasks
  5. Drafts follow-up emails — personalized recaps sent to the client within 1 hour of the meeting

The Workflow

The process is fully automated:

  1. Meeting ends → transcript is available within 5 minutes
  2. AI agent processes the transcript → generates summary, action items, and follow-up draft
  3. Summary + action items are posted to the project's Slack channel
  4. CRM is updated with meeting notes and next steps
  5. Follow-up email draft is sent to the consultant for review + send

The consultant's only action: review and click "send" on the follow-up email. Everything else is automatic.

The Technology

ComponentTool
Recording + transcriptionFireflies.ai
Summary generationClaude 3.5 Sonnet
Action item extractionStructured outputs with role assignment
CRM integrationHubSpot API
Email draftingClaude with client context + tone matching
OrchestrationCustom Node.js pipeline

The summary prompt is carefully designed to distinguish between decisions (final), action items (assigned + deadlined), and discussion points (context for future reference). It uses the CRM's existing deal data to contextualize the conversation.

The Results

MetricBeforeAfter
Post-meeting admin time6 hrs/week per consultant30 min/week
Follow-up email sent within 1 hour15%92%
CRM accuracy (notes up to date)~30%98%
Action items tracked~40%95%
Consultant satisfactionLowHigh

The biggest surprise: client satisfaction improved noticeably. Clients started commenting on how organized the firm was — because they received detailed, professional follow-up emails within an hour of every meeting.

Key Takeaways

Related Case Studies