<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rohit Malhotra</title>
    <description>The latest articles on DEV Community by Rohit Malhotra (@rohit_malhotra_1b82012aeb).</description>
    <link>https://dev.to/rohit_malhotra_1b82012aeb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4032347%2Fe14f25d3-856e-4ebe-9500-1b407285ef99.png</url>
      <title>DEV Community: Rohit Malhotra</title>
      <link>https://dev.to/rohit_malhotra_1b82012aeb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rohit_malhotra_1b82012aeb"/>
    <language>en</language>
    <item>
      <title>I built Observer an AI meeting companion that doesn't join your calls</title>
      <dc:creator>Rohit Malhotra</dc:creator>
      <pubDate>Thu, 16 Jul 2026 14:49:54 +0000</pubDate>
      <link>https://dev.to/rohit_malhotra_1b82012aeb/i-built-observer-an-ai-meeting-companion-that-doesnt-join-your-calls-fl</link>
      <guid>https://dev.to/rohit_malhotra_1b82012aeb/i-built-observer-an-ai-meeting-companion-that-doesnt-join-your-calls-fl</guid>
      <description>&lt;h1&gt;
  
  
  I built an AI meeting companion that doesn't join your calls
&lt;/h1&gt;

&lt;p&gt;For the last few months, I've been obsessed with one question.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why does every AI meeting assistant need to join the meeting as another participant?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Whether it's interviews, customer calls, sales demos or team meetings, most tools either record everything with a bot or focus only on transcription.&lt;/p&gt;

&lt;p&gt;I wanted something different.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Observer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;An AI companion that runs locally on your Mac, understands your meeting in real time, helps when you need it, and never joins the call.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I spend a lot of time in meetings.&lt;/p&gt;

&lt;p&gt;Sometimes it's technical discussions.&lt;/p&gt;

&lt;p&gt;Sometimes interviews.&lt;/p&gt;

&lt;p&gt;Sometimes product planning.&lt;/p&gt;

&lt;p&gt;Sometimes client calls.&lt;/p&gt;

&lt;p&gt;Most AI assistants interrupt the experience. They join the meeting, announce themselves, and often make everyone aware they're recording.&lt;/p&gt;

&lt;p&gt;I wanted something that simply stays with me and helps only when I ask.&lt;/p&gt;

&lt;p&gt;That became Observer.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Observer does
&lt;/h2&gt;

&lt;p&gt;Observer continuously listens to your meeting and builds context in real time.&lt;/p&gt;

&lt;p&gt;Whenever you need help, it's already caught up.&lt;/p&gt;

&lt;p&gt;Some of the features include:&lt;/p&gt;

&lt;h3&gt;
  
  
  🎙 Live speech recognition
&lt;/h3&gt;

&lt;p&gt;Observer transcribes conversations in real time with low latency.&lt;/p&gt;

&lt;p&gt;No waiting until the meeting ends.&lt;/p&gt;

&lt;h3&gt;
  
  
  💬 AI Answers
&lt;/h3&gt;

&lt;p&gt;Need help answering a question?&lt;/p&gt;

&lt;p&gt;Observer uses the live conversation to generate contextual responses instantly.&lt;/p&gt;

&lt;p&gt;Great for interviews, sales calls, customer support, brainstorming or technical discussions.&lt;/p&gt;

&lt;h3&gt;
  
  
  🖥 Screen understanding
&lt;/h3&gt;

&lt;p&gt;Sometimes the answer isn't in the conversation.&lt;/p&gt;

&lt;p&gt;It's on your screen.&lt;/p&gt;

&lt;p&gt;Observer can understand both your screen and the live meeting context together before generating a response.&lt;/p&gt;

&lt;h3&gt;
  
  
  📝 Smart meeting notes
&lt;/h3&gt;

&lt;p&gt;Instead of generic summaries, Observer generates notes based on the type of meeting.&lt;/p&gt;

&lt;p&gt;Whether it's:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Interview&lt;/li&gt;
&lt;li&gt;Technical discussion&lt;/li&gt;
&lt;li&gt;Sales call&lt;/li&gt;
&lt;li&gt;Team meeting&lt;/li&gt;
&lt;li&gt;Lecture&lt;/li&gt;
&lt;li&gt;Recruiting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;…the recap adapts accordingly.&lt;/p&gt;

&lt;h3&gt;
  
  
  🌍 Multiple languages
&lt;/h3&gt;

&lt;p&gt;Meetings don't always happen in English.&lt;/p&gt;

&lt;p&gt;Observer works across multiple languages, making it useful for global teams.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎧 Accent recognition
&lt;/h3&gt;

&lt;p&gt;Different accents often confuse transcription systems.&lt;/p&gt;

&lt;p&gt;Observer is designed to better understand diverse accents, helping improve transcript quality and AI responses.&lt;/p&gt;

&lt;h3&gt;
  
  
  ⌨ Keyboard-first workflow
&lt;/h3&gt;

&lt;p&gt;No need to keep switching windows.&lt;/p&gt;

&lt;p&gt;Everything can be triggered with shortcuts while you're working.&lt;/p&gt;

&lt;h3&gt;
  
  
  🕵️ Undetectable Mode
&lt;/h3&gt;

&lt;p&gt;This was one of the biggest requests from users.&lt;/p&gt;

&lt;p&gt;Observer stays with you without joining your meeting as another participant.&lt;/p&gt;

&lt;p&gt;No bots entering your call.&lt;/p&gt;

&lt;p&gt;No "AI Assistant has joined the meeting."&lt;/p&gt;

&lt;p&gt;Just your workspace.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;p&gt;I also wanted pricing that made sense.&lt;/p&gt;

&lt;p&gt;Observer currently has two plans:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;$25/month&lt;/li&gt;
&lt;li&gt;Unlimited meetings&lt;/li&gt;
&lt;li&gt;20 hours/month&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Max&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;$50/month&lt;/li&gt;
&lt;li&gt;Unlimited meetings&lt;/li&gt;
&lt;li&gt;40 hours/month&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  An alternative to expensive AI companions
&lt;/h2&gt;

&lt;p&gt;Recently, several AI meeting tools have significantly increased pricing for premium features.&lt;/p&gt;

&lt;p&gt;One example is Cluely's &lt;strong&gt;$150/month&lt;/strong&gt; plan that includes its undetectability features.&lt;/p&gt;

&lt;p&gt;If you're mainly looking for a private AI meeting companion with real-time assistance, meeting notes, screen understanding and live transcription, Observer offers a much more affordable alternative.&lt;/p&gt;

&lt;h2&gt;
  
  
  Built with developers in mind
&lt;/h2&gt;

&lt;p&gt;Under the hood, Observer combines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-time speech recognition&lt;/li&gt;
&lt;li&gt;Live AI reasoning&lt;/li&gt;
&lt;li&gt;Screen understanding&lt;/li&gt;
&lt;li&gt;Context-aware responses&lt;/li&gt;
&lt;li&gt;Fast keyboard workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The biggest challenge wasn't building AI.&lt;/p&gt;

&lt;p&gt;It was making everything feel instant enough that it could actually be useful during a live conversation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;You can learn more here:&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://getobserver.app" rel="noopener noreferrer"&gt;https://getobserver.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎥 Watch the demo:&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=EfMlR_FFfgA" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=EfMlR_FFfgA&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🚀 Product Hunt:&lt;br&gt;
&lt;a href="https://www.producthunt.com/products/observer-4?launch=observer-5" rel="noopener noreferrer"&gt;https://www.producthunt.com/products/observer-4?launch=observer-5&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Launch discount
&lt;/h3&gt;

&lt;p&gt;To celebrate the launch, I'm offering &lt;strong&gt;20% off for the first 100 users.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Use code:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FIRST100&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;I'd genuinely love feedback from developers.&lt;/p&gt;

&lt;p&gt;What feature would make an AI meeting companion actually useful for you?&lt;/p&gt;

&lt;p&gt;I'm especially interested in hearing from engineers, recruiters, founders and people who spend a large part of their day in meetings.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
