Project Intermediate

Build an AI Meeting Assistant with AI

The full path to an AI meeting assistant — define the use case, turn transcripts into structured notes, extract decisions and action items, classify follow-ups, write a shareable summary, evaluate accuracy, then ready it for the team.

Overview

A meeting assistant earns its place by closing the loop after the call: turning a transcript into notes people read, decisions people remember, and action items with owners that actually get done — not by recording audio or answering customer questions. It isn't a support agent (it faces your team, not customers) and it isn't a research assistant (it works from the meeting's own transcript, not external sources). This project builds that assistant in order: it frames the use case, turns transcript material into structured notes, extracts the decisions and action items with their owners, classifies follow-ups so each is routed to the right place, writes a clean shareable summary, then evaluates summary accuracy and missed actions before readying it for the team. NewPrompt designs the assistant and generates the prompts and resources for each stage; you run those in your own AI tool (ChatGPT, Claude, Gemini) with your own transcripts and own the output. It does not attend meetings, transcribe audio, or run AI on its servers — it gives the build a structure that reliably turns a transcript into acted-on follow-ups instead of a summary nobody reads.

The journey

Each stage runs a NewPrompt workflow, with a supporting resource and tool. Work them in order — the output of each stage feeds the next.

See the execution map →
Define & Scope
Clarify what you're building and for whom.
  1. Define the meeting assistant use case

    Frame what the assistant is for — which meetings, what the notes must capture, and what 'done' looks like — so every later stage serves a defined job instead of a vague 'summarize this'.

    Outcome A clear use case: the meetings in scope and what the output must capture.
Build & Refine
Build, test, secure, and make it production-ready.
  1. Turn the transcript into structured notes

    Turn raw transcript material into structured meeting notes — the topics, the discussion, the outcomes — in a consistent shape, so the notes are read instead of skimmed and abandoned.

    Outcome Structured notes generated from the transcript in a consistent shape.
  2. Extract decisions, action items, and owners

    Pull the decisions and the action items out of the discussion, each with its owner and due date, so the meeting produces a tracked to-do list instead of intentions that evaporate.

    Outcome Decisions and action items extracted, each with an owner.
  3. Classify and route follow-ups

    Sort the follow-ups by type and destination — whose queue, which tool, what priority — so each action lands where it gets done instead of in one undifferentiated list.

    Outcome Follow-ups classified and routed to the right place.
  4. Write the shareable summary

    Write up the meeting as a clean, shareable summary — the decisions, the actions, the open questions — that a teammate who missed the call can absorb in one read.

    Outcome A shareable summary a teammate can absorb in one read.
  5. Evaluate accuracy and missed actions

    Check the assistant against meetings with known outcomes — did it capture the decisions, did it miss an action item — so it ships on evidence it's accurate, not on a good-looking demo.

    Outcome Summary accuracy and missed-action rate measured before rollout.
Ship & Validate
Ship with confidence and validate results.
  1. Prepare for team use

    Measure whether the assistant actually helps the team — fewer dropped actions, faster catch-up — the success signal, and decide if it's ready before the team relies on it.

    Outcome The assistant validated against its success signal and readied for the team.

Expected outcome

An AI meeting assistant designed end to end — structured notes from transcripts, extracted decisions and action items with owners, classified follow-ups, a shareable summary, and an accuracy evaluation — so meetings end with acted-on follow-ups instead of a transcript nobody reopens.

Best for

  • Turning meeting transcripts into structured notes and decisions
  • Extracting action items with owners and routing follow-ups
  • Teams that lose decisions and to-dos after the call

Not for

  • A customer-facing agent or support escalation — that's the AI Support Agent project
  • Researching external sources — that's the AI Research Assistant project

FAQ

Does it record or transcribe meetings?

No. This designs the assistant that works from a transcript you already have. NewPrompt generates the prompts and resources; you bring the transcript and run them in your own AI tool. Recording and transcription are separate services.

How is this different from the AI Support Agent project?

A support agent faces customers and handles tickets and escalation. This faces your team and turns a meeting's own transcript into notes, decisions, and tracked action items — internal follow-up, not customer support.

How is this different from the AI Research Assistant?

A research assistant synthesizes findings from external sources. This works from the meeting's own transcript to produce notes, decisions, and follow-ups — meeting-state synthesis, not external research.

How do I build an AI meeting assistant?

You build it in the order this blueprint runs: frame the use case, turn the transcript into structured notes, extract decisions and action items with owners, classify and route follow-ups, write a shareable summary, then evaluate accuracy before readying it for the team. NewPrompt gives each stage's prompts; you run them in your own AI tool.

What transcripts or meeting notes do I need before building a meeting assistant?

You need real meeting transcripts you already have — the raw text of the discussion, not audio. This blueprint starts from that transcript to build structured notes, decisions, and action items; it never records or transcribes. Bring transcripts from meetings with known outcomes too, so the evaluation stage can measure accuracy against them.

How do I make an AI meeting assistant extract accurate action items?

Extraction accuracy comes from two stages, not one. Stage three pulls each action item with its owner and due date into a tracked list; stage six checks the assistant against meetings with known outcomes to measure the missed-action rate. You run the prompts and verify the extractions yourself before the team relies on them.

Workflows in this project

Resources used in this project

Tools used in this project

Recommended next project

Related projects

Tip: Each stage opens its workflow — work them in order and carry the output forward.