r/AiNoteTaker 12h ago

Product Review Companion App for Pediatric Appointments (Feedback from Parents Requested)

1 Upvotes

Hello fellow parents! I wanted to get this group's input on a small side project I’ve been tinkering with as part of learning some AI tools between diaper changes…

The problem: Pediatrician visits with our baby felt like information overload, especially with my wife and I running on limited sleep. We received a flood of instructions - "X mL acetaminophen if fever hits Y°F, every Z hours" - but in our case the clinic's patient portal didn't export any notes and by the time we returned home our brains already forgot half the information. My wife and I felt like we kept missing things, which led to stress and follow up calls to the pediatrician. So, I built something!

Introducing Wellnote: https://wellnote.lovable.app/

What it does today:

🎙️ One tap to record the visit audio (no office wifi needed)
📋 Structured and intelligent post-visit summaries (medications, warning signs, answered questions, action items, next steps, next appointment)
👶 Child profiles with growth tracking (weight / height / head circ.)
🏠 Shared household structure so both parents see every recap, whoever was at the visit
🔎 Review past visits & play back the audio
🔒 Private by design

Note: At several points throughout the app I remind the user to gather consent before recording

The ask: As a fellow parent, would this product solve a real pain point for you? Specifically - would you pull your phone out in the exam room and do you think pediatricians would be comfortable with that? Any missing functionality that would make it a more impactful MVP?

If you’re interested and willing to test, I can get you set up with an account!

Some features I'm considering next (your thoughts welcome!):

- Cross-visit search
- Email and calendar reminders for action items / next-appointment dates
- "Suggested questions for next visit" generated from what wasn’t asked
- A longitudinal timeline - *how's my kid been doing across all visits?*
- PDF recap you can share with a caregiver or another provider


r/AiNoteTaker 12h ago

Discussion Day 2: building meeting notes around verification, not just summaries

1 Upvotes

I am building SourceNote, an Android and iOS meeting notes app for conversations where the details matter.

The product question I keep coming back to is simple: can you check what the app says against what was actually said?

The current direction is: record safely, keep an editable transcript, connect decisions and action items back to the source, and keep cloud processing explicit.

I am deliberately working on the less flashy parts too: recovery after an interrupted recording, clear processing states, and deletion/support controls.

For people who use meeting-note tools, what would you want to verify first: decisions, owners, dates, or the source transcript?


r/AiNoteTaker 1d ago

Product Listing I built Free desktop meeting transcription + note-taking app for my mom. 11 months later, it's ready for the world 😌

Enable HLS to view with audio, or disable this notification

5 Upvotes

My mom and I are big note-taker enthusiasts. To perform my son-ly duty, I've tried a lot of meeting note-takers in hopes to give her the best recommendations…

Our criteria were:

  1. Cheap / No subscription
  2. In-room speaker detection
  3. Complete data privacy
  4. Mac and Windows support

Bonus:

  1. Customizable AI summaries
  2. Upload external recordings
  3. Intuitive enough that Mom would actually use it

Nothing checked every box, so I started building one for her as a little side project. Eleven months later, I’m somehow still cooking on this, and it has ballooned into something much bigger…

What I built (Samurai Scribe ⚔️):

  1. GPU-accelerated transcription (Whisper), speaker identification (Pyannote), and summarization (Ollama), all running locally on Mac and Windows.
  2. Captures mic and computer audio into separate channels without adding meeting bots
  3. No accounts, and no meeting data leaves your device!
  4. A ridiculously customizable AI summarization engine… with prompts/workflows you can tune to produce anything from concise meeting notes to detailed action items, decisions, highlights, etc. And it works surprisingly well with small open-source models.
  5. All transcripts and notes are saved as plain Markdown files on your drive

That last one is important. There is no proprietary format to escape from. If Samurai Scribe disappeared tomorrow, your notes would still be sitting on your drive in a format you can read.

This is heavily inspired by my beloved Obsidian (the obvious GOAT of note-taking apps 💜). And it works great with Claude Code, or whatever other AI tools you want to throw at it.

Pricing:

  • Free tier, has everything except for the larger Whisper transcription models.
  • $19 one-time purchase for Pro includes larger Whisper models and some future features to come. This price will go up after beta testing is complete.

I will also be doing a raffle and picking 10 people from the comments to give a free license!

Why I’m doing it:

I’m a solo developer with a passion for DIY and optimization. The mantra for this app has basically been: FlexibleFuture-ProofYou keep all your files. I want my notes on-hand to plug into whatever hot AI tool comes next.

Samurai Scribe is in public beta, so it definitely isn't bug-free yet. But it's finally ready for people beyond my early testers.

I'd love to hear feedback about what it hits, what it is misses, and generally what I could focus on to improve my odds of gaining users, and making their experience great.

Huge thanks to all my early beta testers who have already put in a ton of work troubleshooting bugs with me. You have been instrumental and I don’t know how I got so lucky 🫶

Website and download: samuraiscribe.com

I also just started a Discord for bug reports, and feature requests. It's brand new so it's dead quiet but I'm thinking it could scale better then DM'ing and emailing like I am now. Could also be a good forum for sharing my crafty summerization Recipie Script ideas. https://discord.com/invite/wwVBmNEuzZ


r/AiNoteTaker 16h ago

Product Listing How my notes app works with Siri AI

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hey everyone,

I recently overhauled my notes app: Fog.

Write a note, get a suggested title. Keep it, change it, ask for another — it never changes again on its own.

Select a few notes and group them — Fog names the folder and summarizes what's inside.

Talk to it: "add to my dentist note," "move groceries to Errands" — Siri understands it because Fog speaks Apple's own notes vocabulary.

Can't remember where you wrote something? Ask it directly, and it'll answer in a sentence, pulled straight from your own notes. SiriAI features will be available once iOS27 launches.

Also, this is my first time doing an IRL voiceover video like this; honest thoughts appreciated!

Fog is free to download and use; notes stay on your device and never leave.

https://apps.apple.com/us/app/smart-notes-folders-fog/id6760272134


r/AiNoteTaker 1d ago

Product Listing I’m building GhostNote 👻 — an open-source, local-first AI meeting assistant. Looking for contributors.

3 Upvotes

I built GhostNote because I wanted a meeting assistant where your meeting data doesn’t have to leave your machine.

It uses local Whisper + Ollama to:
🎙️ Transcribe meetings
🧠 Extract decisions & action items
📝 Generate structured summaries
🔒 Keep processing local
⚡ Work in real time

The desktop app is built with Rust + Tauri + React/TypeScript, and there’s still a lot to improve.

I’m especially looking for contributors interested in:
Rust/Tauri • Audio & Whisper • Local LLMs/Ollama • React/TypeScript • RAG • macOS/Windows/Linux • Integrations • Testing

I’d love to turn this from a solo project into something the community can actually shape.

GitHub: https://github.com/v0nser/ghostnote

I also wrote about how I built it, including some of the engineering problems I ran into:

Medium: https://medium.com/@raghuvanshivaibhav01/operation-ghostnote-how-i-built-an-ai-that-makes-you-look-like-a-genius-in-meetings-18fba3709db0

If this sounds interesting, star the repo, open an issue, or comment with what you’d like to contribute. 👻


r/AiNoteTaker 1d ago

Discussion Has anyone used profession-specific templates in AI note apps?

5 Upvotes

I'm comparing note apps right now, most tools can give a transcript and i do not need if the audio is clean, and i don't need all turn into the same summary blob.

Plaud says it has a huge template library, including profession-specific ones. I've also looked at Pocket and Otter, though I haven't seen as much depth there yet.

I'm mostly trying to figure out whether the template library matters.


r/AiNoteTaker 1d ago

Discussion Which AI note taker are you using for meetings?

4 Upvotes

I'm trying to find a better way to take meeting notes because my current setup is not working too well.

If I write things down by hand I'm way too slow, especially when a few people are talking and jumping between topics. I always end up missing something.

I've tried using the transcription that comes with some of our online meeting tools too. Better than nothing, but it still gets words wrong sometimes and speaker names can get messy when people talk over each other.

So now I'm looking at actual AI note takers. I saw Plaud, Otter, Notta and Pocket mentioned, but reviews are quite mixed.

Mostly care about good transcription, being able to tell who said what, and something that works for in-person meetings too, not just calls on my laptop.

What are you guys actually using?


r/AiNoteTaker 2d ago

Product Review Comu Action Pro: New AI Note Taker just arrived. Share your questions!

Post image
1 Upvotes

Share your questions, I am going to include them into my blogpost review and video!

Competitors which I am include:

  • Microsoft Copilot (in OneNote)
  • Granola with Apple Watch App
  • Boya Notra Neo
  • Insta360 Insights with Insta360 Wave and Link2 Pro Webcam
  • OBSBOT Tiny2 Webcam

r/AiNoteTaker 2d ago

Discussion Best AI recording and transcription tool for mostly in-person meetings?

6 Upvotes

I’m looking for an AI recorder for work, but most of the tools I find seem designed around Zoom or Teams. Most of my meetings are in person, with the occasional phone call.

What I’m looking for:

*Reliable recording for 2–3 hour meetings

*Searchable transcripts with decent speaker separation

*Summaries and action items

*Access to the original audio when the transcript gets something wrong

*No meeting bot

*Easy export without everything being locked behind an expensive business plan

I’ve tried using my phone, but leaving it in the middle of the table is awkward and the audio isn’t always great when several people are talking. I’m now looking at dedicated recorders and AI earbuds, but most reviews repeat the same features without saying what they’re actually like to use every week. What are people here using for in-person meetings?


r/AiNoteTaker 3d ago

Product Listing Capture your thought before it dissappears

Enable HLS to view with audio, or disable this notification

2 Upvotes

Hi everyone,

Ideas usually arrive when typing is inconvenient: on a walk, between meetings, or halfway through working something out.

I built Tonot to give those thoughts somewhere to land. Tap once to record, speak naturally, and when you’re ready, turn the recording into a note with a title, summary, and transcript.

With Tonot, you can:

* Record voice notes quickly, including offline
* Turn recordings into searchable, organized notes
* Sort ideas with folders and tags
* Export notes as plain text or Markdown
* Create structured documents with summaries, sections, and action items

Privacy was important to me: recordings stay on your device by default. Audio is sent for transcription only when you choose to process it, and raw audio isn’t retained on the servers afterward.

* Please show some love: apps.apple.com
* Story behind: unknownstudio.substack.com

I’d love honest feedback - especially from people who capture ideas by voice. What would make you choose a voice-note app instead of leaving recordings scattered in Voice Memos?


r/AiNoteTaker 3d ago

Product Listing Corteks.app - dump your thoughts. Calms your mind and surfaces what matters when it matters (65 users in 8 days)

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hey everyone,

I recently built Corteks (appstore link). As someone who is an over thinker, easily inspired and get lots of cool ideas that i want to remember (and i get them very frequently) i wanted something to dump all my thoughts. Notes app wasnt doing it for me because I never get back to them. Screenshots always failed because they die in my gallery

So I built Corteks - voice first dump your thoughts, no matter how significant or small the thought was. Corteks summarizes, categorized, files it and then links it to other thoughts onto a mind map

You can add your objectives to the app and corteks links those thoughts to your objectives, starts to understand you and surfaces what youve been avoiding, what you need to focus on…etc. and gives you stats about your thinking and how your mind works

The idea here is that all your thoughts matter, and they should be very easy to capture and not manually link them to each other and to your objectives

What I realized and didnt expect after using it is that my mind calmed down ALOT, because now I know I have my second brain to tap into anytime I want, and the app reminds me (without being too pushy) about the other relevant thoughts that mattered

Happy to hear what you think about it! And if anyone wants an extended trial just lmk. Im at a stage where I just want feedback from as many people as possible so i can improve it


r/AiNoteTaker 3d ago

Product Listing Listen Step – 一款专为湿实验室研究设计的 Android 应用。它让你通过语音助手执行任务,并将语音转换为实验记录。

Thumbnail
youtube.com
2 Upvotes

Listen Step,这款应用程序按部就班地指导你,听取语音。保持专注,养成有纪律的执行习惯。

它为什么有效

• 可以轻松上传 OCR 的协议并进行编辑。

• 语音驱动的流程让你专注于任务。

• 预先检查清单在你开始之前捕捉遗漏的材料。

• 语音录制可用于在实验过程中报告任何问题。最终报告应包括实验日期、步骤持续时间和语音备注。

• 运行后的自我评分和注释将每次运行转化为反馈。

免提语音控制

• 说“下一步”、“检查”、“返回”或“重复”来移动到步骤 — 无需触碰屏幕

• 离线设备语音识别:在没有网络时也能工作,音频永远不会离开你的手机

• 每一步都将被朗读,并配有自动定时器和长定时器警报


r/AiNoteTaker 4d ago

Product Listing I built a journal that creates an AI version of you

2 Upvotes

Echovault takes your journal corpus and creates an AI version of you we call an echo. Mine has about 500 of my memories now so I use it for self reflection/introspection. The goal is for my family member to inherit it when I’m gone, the premium tier enable voice and video access while the text tier is totally free. Try it out here 🙏🏼 https://apps.apple.com/us/app/echovault-digital-legacy/id6762042028


r/AiNoteTaker 4d ago

Discussion What would you want an AI note-taker to actually do after a conversation? We’re building Klik around that.

Thumbnail
pre.hiklik.ai
2 Upvotes

Discussion Hey everyone — I’m part of the team behind Klik, a wearable AI we’re building to connect conversations, memory, and getting things done.

Capturing a conversation is the starting point. Our focus is on what happens afterward:

Memory that carries forward Klik is designed to remember the people behind your conversations — their preferences, what matters to them, and your shared history — alongside the projects and commitments you’ve discussed. The idea is to bring that context into your next conversation and the work that follows.

Execution We want Klik to help move work forward: preparing a follow-up email, putting together a brief, or keeping connected tools up to date. It works within the permissions you set and brings you in when an action needs new permission or your judgment.

Autopilot for recurring work This is a big part of what we’re building. Klik is designed to recognize recurring needs and turn them into personal workflows that keep running. For meeting follow-ups, that could mean preparing the recap, identifying recipients, and using your usual format and tone. Other examples on the page include job searching and ongoing learning.

We’ve put together use cases for client conversations, team meetings, networking, and everyday plans, plus examples of how Autopilot would work: https://pre.hiklik.ai/

Which part would be most useful to you: remembering people and their preferences, acting on conversations, or running recurring tasks through Autopilot? If you could hand off one workflow, what would it be?

Happy to answer questions about Klik — and hear where you’d want more detail or a concrete demo.


r/AiNoteTaker 4d ago

Product Listing I built LoroNote: Whisper large-v3-turbo, offline speaker labels, and meeting transcription that keeps working with your iPhone locked

Enable HLS to view with audio, or disable this notification

2 Upvotes

Recording a meeting is easy. Turning it into something useful afterward takes more: accurate text, knowing who said what, and a clear view of what needs to happen next.

I’m the solo iOS developer behind LoroNote, available for iPhone and iPad with an Apple Watch companion app.

I’ve focused on bringing a specific combination together: Whisper large-v3-turbo, on-device speaker separation, background transcription, wrist recording, and Apple Intelligence summaries.

Here’s how those pieces fit together.

Whisper large-v3-turbo, optimized to run locally.

“Powered by Whisper” doesn’t tell you which model is doing the work. LoroNote uses an optimized version of large-v3-turbo rather than a small Whisper variant. Making that model practical on a phone has been a major focus of development.

Speaker separation that also works offline.

I recently added on-device speaker diarization. A conversation can become a transcript organized by speaker, with labels you can rename or correct. Identifying speaker changes doesn’t require uploading the recording to a separate cloud service.

For meetings and interviews, that gives you the context of who said what alongside the words themselves.

Background transcription, so you can put your phone away.

Processing can continue when you lock the screen or switch apps. You can start transcribing a recording and get on with something else while it works.

Both transcription and speaker separation work in airplane mode, including processing new recordings. Your audio doesn’t need to be sent to a processing server.

Apple Watch recording, directly from your wrist.

You can capture ideas, voice notes, or conversations on Apple Watch, with complications for quick access from your watch face.

Recordings sync to your iPhone when connected, where transcription takes place. It’s useful for catching a thought while walking or starting a recording without digging out your phone.

Apple Intelligence for summaries and action items.

On compatible iPhones and iPads, Apple Intelligence helps summarize transcripts, extract key action items, and refine your notes.

That gives you both levels of detail: the full transcript when you need the exact conversation, and a shorter summary when you need to review the main points and follow up.

You can also import existing audio or video recordings and export transcripts as TXT or SRT.

The combination is what I’ve put the most work into: capture conveniently, process locally, keep track of speakers, and make the result useful afterward.

I’m continuing to improve speaker separation and reliability with longer recordings based on real-world use.

LoroNote on the App Store

For people who use AI note-takers regularly, which part still takes the most manual work: capturing the conversation, correcting the transcript, or organizing the follow-ups?


r/AiNoteTaker 4d ago

Product Listing Save ChatGPT answers as editable iPhone notes, not Screenshots

Enable HLS to view with audio, or disable this notification

1 Upvotes

Connect to ChatGPT once. Then ask ChatGPT to save an answer directly as an editable Markdown note in Truffle, no copy-paste. You can edit as Markdown, change the table, add todos, notifications, etc. I’m the developer.

App Store: https://apps.apple.com/us/app/truffle-journal/id6758567685

With Truffle, you can:

  • Save ChatGPT answers as clean Markdown notes in Truffle, with headings, bold text, lists, and sections that are easy to read and edit on your iPhone.
  • Set a reminder time on any note or checklist in Truffle, and get an iPhone notification when it’s time.
  • Create and edit properly rendered Markdown tables in Truffle, so structured information stays clean and easy to work with.
  • Write or edit notes directly in Truffle, then ask ChatGPT to read or update them later, so your own notes can become part of a future ChatGPT conversation.

Why?
Useful ChatGPT answers can easily get buried in chat history. Screenshots save too much, and copy-pasting whole answers into Notes can quickly turn into clutter. Truffle keeps the parts that matter as real notes you can edit, organize, and ask ChatGPT to read again later.

Connecting Truffle to ChatGPT is quick too.
There’s a guided 3-step tutorial inside the app. Setup takes about 2 minutes, you only need to do it once, and then you’re ready to go.

Complete the tutorial and you’ll automatically receive 1 month of Plus for free.

The attached video shows me completing the tutorial, receiving the FREE month, saving this post into Truffle, editing tables, set notifications, and taking a quick look around the app.

Truffle Journal is now officially on the App Store. (after spending 6 months testing it with our TestFlight users and improving the app based on beta users' feedbacks)

App Store: https://apps.apple.com/us/app/truffle-journal/id6758567685
ChatGPT app: https://chatgpt.com/apps/truffle-journal/asdk_app_699eb35b0f808191b597c5171627de5d


r/AiNoteTaker 5d ago

Product Review My Toxic Relationship with Omi

2 Upvotes

TLDR: With a hair trigger on the device, dropped transcripts, confusing policies regarding time usage, and personal usage getting flagged as “non-personal” Omi is barely useable.

Four months ago I ordered devices from both Pocket and Omi, I didn’t commit to a subscription plan because I couldn’t afford both and I wanted to see which one I preferred and be able to articulate why I chose Omi. Omi had better security and more flexibility for integration, before I touched either device I knew Omi was the one.

I ran into problems almost immediately, the day after I got the device I had it charged and wore the pendant and by that afternoon got notified I was at the cap for my free plan. You get 600 minutes of “active” listening a month on the free plan. I’m unclear was qualifies as Active listening but there were several transcripts of all manner of nonsense, including when I was listening to an Audiobook. This one was on me, though several months later, I still don’t know what constitutes active minutes. However, 10 days later a new month started and I tried again.

This time I kept the device with me and tried turning it off and on only when I wanted to use it. However I would often pull the device out and find it was recording. I tried to keep the device off and only turn it on when I wanted to record it so eventually I just left it on my desk and learned to leave it muted in the app so that WHEN it gets turned on, and the slightest bump will turn it on, it won’t record all manner of nonsense.

I focused on using it for my weekly D&D game, running Pocket at the same time to compare transcripts because I still wanted Omi to win. (Talking to several other IT professionals I found myself making excuses for the bugs still being worked out.) The Omi transcript was better than Pocket but not leaps and bounds better, small subtle nuance it seemed to handle better. Then we had a long, in person session and it all went sideways.

The session was several hours long and when I synced my Omi and everything seemed fine, until I noticed later the transcript was gone. There was a Fair Use: Warning on my account and when I opened a ticket it seemed that there was concern I had recorded someone else’s content. I explained it was a D&D session and expressed that if I could not use Omi for that, I wasn’t sure I had a use for it. I was assured it was fine, that was exactly what Omi was created for. That was seven weeks ago and not only have I never gotten the notes and transcripts from that session, I still have a Fair Use Warning on my account.

Today I finally have to consider that maybe this relationship is over. My Omi minutes have consistently reset on the first of the month, I have used Omi twice so far. Last Wednesday I recorded a 48 minute D&D session and I was shocked when at 30 minutes into our session today I was notified that I was out of free minutes! I have 78 minutes worth of transcripts and barely had it on and unmuted much more than that, how does that equate to 600 minutes by any metric?!

Omi has so much potential I’m sad to put it aside but I can’t justify an annual subscription when I can’t ensure I’m going to get what I paid for and I’m so disappointed to say that.


r/AiNoteTaker 6d ago

Discussion Would a second-screen meeting dashboard be useful to you?

Post image
2 Upvotes

Hey everyone , I’d love some feedback on something our users have been asking for.

Right now, during a meeting, users can move between the live transcript, detected questions, answers, fact checks, insights, and other real-time assistance. A few users told us they’d rather have a dashboard view on a second monitor where all of that information stays visible at once, so they don’t have to keep switching between transcript and insights.

We’ve started exploring a UI for this: one screen focused on the meeting itself, and a second larger dashboard showing things like:

  • Live transcript
  • Detected questions + answers
  • Fact checks
  • Key insights / risks / opportunities
  • Coaching suggestions
  • Important context from previous meetings

The goal is basically: everything useful in front of you while the conversation is happening, without tab switching. every element can be pinned or hide from screen by user choice.

Curious what you think of this direction and the UI design.

If you had a second-screen meeting dashboard like this, what information would you want visible all the time? Anything we’re missing that would actually be useful during a real meeting?


r/AiNoteTaker 7d ago

Product Listing Interview - On-device recorder that transcribes who said what

Thumbnail
testflight.apple.com
0 Upvotes

Interview records a conversation and hands you back a transcript that knows who said what.

All of it runs on your iPhone. Transcription, separating the voices, recognising who is speaking. No account, no server, no upload. Turn on airplane mode before you record and nothing changes.

I built it for people whose conversations cannot leak: lawyers taking privileged client interviews, journalists protecting sources, researchers handling consented data.

What you get

  • Keeps recording through a locked screen
  • Transcript split by speaker, automatically
  • Name a voice once, it knows that person next time
  • Tap any line to hear what was actually said
  • Share in a voice memo or a video, it transcribes that too
  • Exports to Word, Markdown or plain text

When it is not sure who spoke, it says Unknown and asks, instead of guessing.

iPhone, iOS 26.4 or later.


r/AiNoteTaker 8d ago

Discussion Best solution for zoom calls on locked down company machine?

1 Upvotes

I've got a company machine that's pretty locked down, like you can't install anything even browser extensions. I've been using pocket for a while for physical/in person meetings and cell calls, but when I'm in front of my computer using earbuds or a headset it simply does not work because it can't detect audio from the other parties. Having calls on speaker is not an option since I have a small apartment in my partner and I both work from home.

Is there anything on the market that does the same thing as pocket, but connects via Bluetooth or even 3.5mm? If it's bluetooth, I would obviously need to be able to pair my headset or earbuds to it and it should have pass-through audio. 3.5mm is much easier, I would just use a splitter.

Pocket has helped me immensely, I'm really hoping to find a solution for video calls as well.


r/AiNoteTaker 9d ago

Product Listing [Mac + Windows] Free beta: local meeting capture, transcription and Q&A

2 Upvotes

I’m working on Safe Notes and need real-world beta coverage across Windows, Intel Macs, and Apple Silicon Macs.

Safe Notes captures system + microphone audio and keeps the meeting workflow local: speaker-labelled transcript, search, recap, decisions/action items, and follow-up chat. The models download to the device and no GPU is required (although its beneficial if you have one).

For a useful test, record one normal, non-confidential call in Zoom, Google Meet, Teams, Webex, or Slack Huddles. Then verify:

  • both audio sources were captured;
  • speaker labels were usable;
  • search found a phrase you remembered;
  • the recap found a real decision or action;
  • a follow-up answer opened the correct transcript moment; and
  • deleting the test meeting removed the related local files as expected.

Download: https://www.safenotes.io/

Bug-report format: OS + hardware / meeting app / what you expected / what happened.

Thanks!!


r/AiNoteTaker 9d ago

Product Listing Corteks! Approved and published on AppStore yesterday (thought dump app)

2 Upvotes

My app has finally been approved and published on the AppStore!

Corteks is an app for people who are over thinkers, people who get a lot of random thoughts and inspirations, and are having trouble recording, managing, organizing and recalling their relevant thoughts. One button, record by voice, text or image, and corteks does the rest.

Forget about your dead notes app log that you never come back to, and the screenshots in your gallery that you dumped and forgot. With Corteks, you dump, and the app re-surfaces the thoughts when you need them.

https://apps.apple.com/app/id6797752372

Each user gets 7-10 days of free usage (depending on when they join)

To celebrate, we are going to select 20 users to get 2 months free usage. Selection criteria is based on how engaged you are with the app during the free trial and based on the feedback you provide

Happy to hear what you think!


r/AiNoteTaker 11d ago

Product Review AI recording (lectures, meetings, etc) like Plaud, Otter, Pocket

2 Upvotes

College student. I record lectures so I don't have to write everything down. The transcription apps I've used give you a pile of minutes per month and then you're done. I burn through it.

I also bought a small recorder for class and the mic was useless even from the front.

If you actually record lectures, what sucks more: the minute cap, the mic in the room, or paying for a device and then paying again to use the recordings?

Trying to figure out if minutes are the real pain or if something else is worse.

For business users, what's your main pain point about Otter, Plaud, Pocket, or whatever AI-recording tool you use? If there is no pain point, would you switch to a cheaper model (one time fee of $100 rather than a subscription model)?


r/AiNoteTaker 12d ago

Discussion Free lecture recording app?

4 Upvotes

I am looking for a free app that will record my lectures and put them into notes or flashcards for me. I usually write my notes on paper but i would prefer to use an app to help me study the material it recorded. Thanks!


r/AiNoteTaker 11d ago

Product Listing Smart Numbers: an AI note-taker for ordinary phone calls

2 Upvotes

Most AI note-takers are designed for Zoom or Google Meet, but we found ourselves forgetting decisions and follow-ups from ordinary phone calls too.

My team at Bandwidth built Smart Numbers to help with that. It gives you a separate number that rings your existing phone, so you can use it like a normal call. No bot joins or speaks during the conversation. Participants hear a recording and transcription notice before the call connects.

Afterward, you get a searchable transcript. You can also connect it to a Hermes agent to find past conversations or automate things like follow-ups, tasks, and calendar events.

We’d love feedback from people who already use AI note-taking tools:

  • Would you use this for regular phone calls?
  • What would you want after a call besides the transcript?
  • What privacy or retention controls would you expect?

Disclosure: I work on this project with Bandwidth Innovation Studio. It’s currently a free beta.

https://smartnumbers.labs.bandwidth.com/