jeremylongshore

granola-performance-tuning

@jeremylongshore/granola-performance-tuning
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

Optimize Granola transcription quality and note performance. Use when improving transcription accuracy, reducing processing time, or enhancing note quality. Trigger with phrases like "granola performance", "granola accuracy", "granola quality", "improve granola", "granola optimization".

Installation

$skills install @jeremylongshore/granola-performance-tuning
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/saas-packs/granola-pack/skills/granola-performance-tuning/SKILL.md
Branchmain
Scoped Name@jeremylongshore/granola-performance-tuning

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: granola-performance-tuning description: | Optimize Granola transcription quality and note performance. Use when improving transcription accuracy, reducing processing time, or enhancing note quality. Trigger with phrases like "granola performance", "granola accuracy", "granola quality", "improve granola", "granola optimization". allowed-tools: Read, Write, Edit version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io

Granola Performance Tuning

Overview

Optimize Granola for best transcription accuracy and note quality.

Transcription Quality Factors

Audio Quality Hierarchy

Transcription Accuracy
        ↑
[Professional Microphone] 98%
        ↑
[Quality Headset Mic] 95%
        ↑
[Laptop Built-in Mic] 85%
        ↑
[Phone Speaker] 70%

Environmental Factors

FactorImpactOptimization
Background noiseHighUse quiet room, noise cancellation
Echo/reverbHighSoft furnishings, smaller room
Distance from micMediumWithin 12 inches of microphone
Multiple speakersMediumUse identification phrases
Accent variationLowImproves over time with usage

Audio Setup Optimization

Recommended Equipment

## Microphone Recommendations

Budget (~$50):
- Blue Snowball iCE
- Fifine K669

Mid-Range (~$100):
- Blue Yeti
- Rode NT-USB Mini
- Audio-Technica AT2020USB+

Professional (~$200+):
- Shure MV7
- Elgato Wave:3
- Rode PodMic + interface

Microphone Settings (macOS)

# Check current input device
system_profiler SPAudioDataType | grep -A5 "Default Input"

# Adjust input volume (System Preferences)
# Aim for: Input level peaks at 75% during normal speech

Room Optimization

## Environment Checklist
- [ ] Close windows to reduce outside noise
- [ ] Turn off fans, AC if possible
- [ ] Use soft surfaces (carpet, curtains)
- [ ] Position away from keyboard clicks
- [ ] Mute when not speaking

Note Quality Optimization

Meeting Preparation

## Pre-Meeting Checklist
- [ ] Share agenda in advance
- [ ] Send attendee list to calendar
- [ ] Prepare context notes in template
- [ ] Test audio before meeting

During Meeting

## Best Practices
1. State names when addressing people
   "Sarah, what do you think about..."

2. Summarize decisions verbally
   "So we're agreed: deadline is Friday."

3. Spell out technical terms
   "The API endpoint, A-P-I..."

4. Avoid crosstalk
   One person speaking at a time

5. Use clear action item language
   "Action item: Mike will review the PR by Thursday."

Post-Meeting Enhancement

## Note Review Checklist (5 min)
- [ ] Correct obvious transcription errors
- [ ] Add context AI might have missed
- [ ] Verify action items are complete
- [ ] Add links to referenced documents
- [ ] Tag key decisions

Template Optimization

Effective Template Structure

# Meeting Template: Sprint Planning

## Agenda (Pre-filled)
-

## Context
[Add links to relevant docs]

## Discussion Notes
[AI-enhanced during meeting]

## Decisions
- [ ] Decision 1: [Clear statement]

## Action Items
Format: - [ ] What (@who, by when)

## Follow-up
Next meeting: [date]

Template Best Practices

PracticeReasonImpact
Use headersBetter AI parsing+20% accuracy
Pre-fill contextReduces ambiguity+15% relevance
Standard formatsConsistent output+10% usability
Action item formatAuto-extraction+25% detection

Processing Speed Optimization

Factors Affecting Speed

FactorImpactOptimization
Meeting lengthLinearExpect 1 min processing per 10 min meeting
Internet speedHighEnsure stable connection during upload
Peak timesMediumProcessing queue varies
Audio qualityLowCleaner audio = faster processing

Speed Expectations

Meeting Duration → Processing Time
15 minutes → 1-2 minutes
30 minutes → 2-3 minutes
60 minutes → 3-5 minutes
120 minutes → 5-8 minutes

Integration Performance

Zapier Optimization

## Reduce Zapier Latency

1. Use Instant triggers (not polling)
2. Minimize steps in Zap
3. Avoid unnecessary filters
4. Use multi-step Zaps efficiently
5. Monitor task usage

Batch Processing

# Instead of real-time, batch for efficiency
Schedule: Every 30 minutes
Process:
  - Collect all new notes
  - Batch update Notion
  - Single Slack summary
  - Aggregate CRM updates

Accuracy Improvement

Training the AI

## Improve Over Time

1. Correct errors when you see them
   - AI learns from corrections

2. Use consistent terminology
   - Builds vocabulary

3. Identify speakers
   - Improves attribution

4. Regular editing
   - Provides feedback loop

Custom Vocabulary

## Teach Domain Terms

Add to meeting intros:
"We'll discuss the OAuth2 implementation,
that's O-Auth-Two, and the GraphQL API,
spelled G-R-A-P-H-Q-L..."

Common terms to spell out:
- Acronyms (API, SDK, CI/CD)
- Product names
- People names with unusual spellings

Performance Metrics

What to Track

MetricTargetHow to Measure
Transcription accuracy>95%Sample review
Action item detection>90%Compare to meeting
Processing time<5 minTimestamp comparison
Note usefulness4+/5Team survey

Weekly Review

## Performance Check

Monday:
- [ ] Review last week's meeting notes
- [ ] Note common transcription errors
- [ ] Identify improvement opportunities
- [ ] Adjust templates if needed

Resources

Next Steps

Proceed to granola-cost-tuning for cost optimization strategies.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.