Hyprcore ai
Dark mode

Summaries and templates

When a meeting ends, Hyprcore runs the meeting template against the full transcript and produces:

  • A title (you can rename it).

  • A summary (one or two paragraphs describing what happened).

  • Action items (bulleted list, with owners when the model can identify them).

  • Decisions (key conclusions, when applicable).

Everything renders into the meeting page, which organizes the body into three editable tabs:

  • Summary — the generated overview (and decisions, when the template produces them).

  • Action Items — the extracted to-dos, as checkable items.

  • Notes — whatever you typed during the call.

The transcript and recording sit alongside these tabs. Each tab saves independently, so editing your notes never disturbs the summary, and regenerating the summary never touches your notes. You can edit any of it freely.

Default templates

Hyprcore ships several templates. Pick one when you start a meeting, or set a default in Settings → Meetings → Default template.

Template

Best for

What it produces

Default

General meetings

Title, summary, action items

Standup

Daily standups

Per-person updates and blockers

1:1

Manager conversations

Topics discussed, follow-ups, agreements

Customer call

Sales / CS calls

Customer pain points, asks, next steps

Interview

Hiring interviews

Strengths, concerns, decision recommendation

Custom templates

Open Settings → Meetings → Templates to make your own. A template has:

  • A name and description.

  • A system prompt that defines the voice and structure.

  • A user prompt with {{TRANSCRIPT}} and {{NOTES}} placeholders.

  • The output format—plain markdown, structured sections, or a fixed schema.

Example: a "research interview" template that always produces Quotes, Themes, and Open questions. Or a "podcast" template that produces show notes with timestamps.

Re-run a summary

If the first summary doesn't capture what mattered:

  1. Open the meeting page.

  2. Click Summary → Regenerate.

  3. Optionally pick a different template before regenerating.

The transcript stays the same—only the summary section is replaced. You can do this as many times as you want.

Choosing the LLM

Summary quality scales with the LLM. Configure in Settings → Models → Post-processing. Hyprcore supports these providers:

  • Hyprcore Cloud. Easiest—no key to manage. Costs tokens.

  • OpenAI. Solid all-around. Bring your own API key.

  • Anthropic. Best at structured output. BYOK.

  • Z.AI. BYOK.

  • OpenRouter. One key, many models. BYOK.

  • Groq. Fast inference. BYOK.

  • Cerebras. Fast inference. BYOK.

  • Ollama. Local LLM server—fully private. Runs any model you've pulled.

  • LM Studio. Local LLM server. Runs any model you've loaded.

  • Custom. Point at any OpenAI-compatible endpoint.

For a 30-minute meeting, expect the summary to take 5–30 seconds depending on the provider.

Action item tracking

Action items are first-class. After a meeting, they appear in the page and (if you're signed in) in your Action items view in the dashboard. Check them off as you complete them. They stay portable as Markdown checkboxes, so you can copy them anywhere.

Was this article helpful?