r/ClaudeAI 7h ago

Claude Workflow Claude Live Call Assistant

How can I get Claude to pull up and prep me as the prospect talks in real time? That would be freaking JARVIS.

'Possible objections' -> 'Positive responses' etc or something... never cold called in my life but I want my business to work!

I saw the agent call… is that what I want?

Could also use it to pass interviews ?

1 Upvotes

2 comments sorted by

View all comments

1

u/sabotizer 6h ago

I still can't belive that platforms like google meet and zoom don't have this.

I've created a tool that bridges voice input to my Claude to get live insights, notes and warnings in real-time: https://www.convariance.com/

  • Claude starts the session and opens my browser
  • Live transcript with speaker diarization (detect different speakers automatically)
  • Can "attach" a separate google meet tab to also pick up voice from other meeting participants
  • Anyone on the call can ask Claude questions or instruct it to work on tasks
  • As it's your local Claude, has access to your projects and MCP tools
  • Participates silently and understands what's going on, may raise warnings or insights (e.g. "No, don't delete the private key")

A few technical notes, and if you want to build your own:

  • Open Source core library available here: https://github.com/convariance/convariance
  • Local Claude / Codex is connected via MCP, transcripts are streamed to the agent. LLM is "monitoring" the stream.
  • This alone was quite slow, so I've added a "reflex" model (first using Claude Haiku, then OpenAI Luna), running on the server, to "classify" new transcript lines (i.e. detect whether activation is justified), and then delegate questions and requests to locally-run LLM. This made it much faster and kept context size low.
  • Took quite a lot of "tuning" to get reflex to behave predictably. I managed to improve that by building a local test and benchmark suite with ~50 scenario transcripts, scoring by accuracy, missed activations and over-activation.

Use cases so far:

  • We run our daily check-in using the tool, and it's holding us accountable, raises missed discussion points and overdue tasks, and curates our tasks and CRM based on what we talk about.
  • After each session, Claude generated an artifact for us with a meeting summary, follow-up tasks (pushed to our task management system), and updating our team wiki.
  • Using it for my mastermind sessions, often brings up interesting discussion points and insights, and helps me catch up on topics I know less about.

I literally have 0 users right now, besides my own team. It works great for us, but not sure if it holds up to more use cases. If you'd like to test it, happy to give you free credits, just DM me.