Skip to main content
Question

How to build an AI “insights layer” on top of Airtable meeting notes?

  • November 18, 2025
  • 3 replies
  • 27 views

Forum|alt.badge.img+2
  • New Participant

Hi folks,

I run a desk at an early-stage VC fund that helps our portfolio companies raise growth-stage rounds (we can’t invest at that stage ourselves). Think of it like an in-house investment bank, where we build relationships with such investors & pitch relevant companies to them.

To enable this, I manage an investor CRM entirely on Airtable. At high level, it tracks:

  • Funds: Background, stage/sector preferences, cheque sizes, ability to price rounds

  • Fund partners: Designation, email, LinkedIn, location

  • Interactions: My meetings with investors + detailed minutes

  • Introductions: Which funds we intro’d to which companies + post-intro feedback

The Interactions table contains rich meeting minutes where investors share views on many of our companies. It’s extremely valuable but subjective, so impossible to query in a structured way.

What I want: An internal “ChatGPT-over-Airtable” that can pull the right Interaction records and analyse the meeting notes to answer questions like:

  • “Give me list of all investors we discussed Company X with, grouped by high/medium/low interest + 1–2 lines of reasoning”

  • “What objections came up most often for Company Y?”

  • “Summarise all investor feedback on Company X in a simple table.”

I tested it manually by filtering the relevant meetings, exporting them to Excel, and giving that to ChatGPT, which worked surprisingly well. But my bosses preferably want a fully integrated solution with minimal manual steps.

If anyone here has built something similar, or if there’s a consultant who has expertise, I'd love advice. Also open to alternative tools or methods that might suit this workflow better.

I've tried Airtable's Omni, but my experience has been poor. It failed on even basic retrieval, let alone analysis. :(

Thanks!

3 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Hmm, what if you had a ‘Queries’ table that had a link to the ‘Companies’ table and a field called ‘Prompt’?  The idea would be to key in your prompt and select the company, then click ‘Run Query’, which would trigger an automation that would get those insights for you

 

I’ve set it up here for you to check out, and here’s how it looks running:

 

And this was the data:

 

The automation setup involves:

  1. Find Record steps that searches for all the relevant records for the specific Company
    1. You’d need two of these, one for the Interactions table, one for the Introductions table, but for the sake of the example I just did one
  2. Generate Text step that you feed the results from the Find Record steps with your prompt e.g. ‘What objections came up for this company?’
    1. Given that you mentioned ChatGPT gave you pretty good results, you could just experiment with whichever model you wanted 

The only tricky bit to this is needing to create a formula field to convert the linked company record name to a text field so that we can use it in the Find Record step:
 

 


Forum|alt.badge.img+2
  • Author
  • New Participant
  • November 18, 2025

Thanks Adam, this looks interesting!

Could we perhaps get on a zoom call and explore in more depth?

We’re also happy to explore a consultant relationship for deeper streamlining.


TheTimeSavingCo
Forum|alt.badge.img+31

Yeap for sure, I’ve just sent over a DM!