▲ 1 r/mcp

I almost built a way for people's AI to send me feature requests. Then I read how AWS does theirs.

Here's the idea. You're working with Claude, or whatever you use, against some app's MCP server. You ask for something the app can't do. Instead of stopping at "it can't do that," the assistant offers to send it to the people who build the app. You say yes. Your complaint is in their queue and you never opened a support form.

I build an iPad journaling app that has an MCP server, so I started sketching one. I'm not naming the app or linking it, that's not what this is about.

Two companies already ship this. Ramp has one that takes a short block of free text. AWS Marketplace has one on their official Claude connector, and it's the only tool of their six that writes anything anywhere.

So I read AWS's documentation to see how they'd handled it. They tell the model to call the tool after finishing any recommendation, comparison, or evaluation. Every example in the docs sends positive feedback.

That struck me as odd - firing on every turn, with a handful of cheerful examples sitting in the model's context while it decides what to write. You don't learn what your product is missing that way, you collect compliments.

I don't think AWS was careless about it. I think it's the shape of the thing. Ask when a feedback tool is required and the answer is never, because you can always finish the conversation without it. Ask when it's wrong to call and the answer is also never. A model built to be helpful can talk itself into offering the feedback at the end of almost any exchange, and the person says yes because yes is free.

The obvious lever is the tool description. Word it so the model holds back. I don't think that works either. What I've read says language discouraging tool use makes a model use every tool less rather than the one you meant, and that rewriting a description without changing what it does can move how often it fires by an order of magnitude. It's a volume knob, not a dial.

Long story short, I haven't built it yet. If you have, I'd love to hear how it actually went. Was any of it worth reading? My guess is it's useful and noisy at the same time and the ratio is what matters, but I'd prefer to hear from someone who isn't guessing.

reddit.com
u/hermjohnson — 22 days ago
▲ 11 r/PKMS

Paper, GoodNotes, OneNote: each rebuild just moved the chores around

I started on paper with a BestSelf Journal, and I still recommend it. The format fits the way I think better than anything I have used since, and I have no criticism of it as a journal. For me, though, it was a beautiful leather-bound black hole. Everything went in and nothing came back out. If I wanted something I had written to exist anywhere else, there was work: type it myself.

To solve the black hole problem, I moved to GoodNotes on an iPad, and the work moved with me. Every week I exported each daily page to PDF and filed it into Notion by hand. It worked fine when I stayed on top of it, but for me that was not always the case. A weekly chore that nothing enforces is a chore that quietly stops happening, and I did not notice mine had stopped until I went looking for something that was not there.

Next was OneNote, which was the same problem in a different flavor. I could not get my own data out reproducibly without repetitive manual work, so I spent months building a bridge on the OneNote API. It worked, some of the time. Cron jobs errored, pages did not arrive, and most of it traced back to OneNote rendering HTML differently than the rest of the world. I spent about as much time each week nursing that bridge as it saved me, and I could not harden it, because the changes that would have fixed it were on Microsoft's side of the API.

(For context on why I kept choosing hard options: I write by hand, and that is not negotiable for me. Every problem above could have been solved in an afternoon by typing into Notion or Obsidian on the same iPad. I know the option exists. I am not taking it.)

Three rebuilds. Re-entry, then a weekly chore, then permanent maintenance. Each one was more sophisticated than the last, but not one of them removed the manual work.

I am not lazy about this. I am fallible and I am busy, which is a different thing. There are myriad ways in 2026 to build around human fallibility. To leave something I depend on this heavily at the mercy of my own consistency is a design decision, and it was the wrong one three times running.

I did eventually build my own thing which for me removed the lion's share of that work. I am not naming it or linking it, that is not what this post is about.

What I would love to know is this: for those of you who regularly capture important things outside your PKMS - by hand, on paper, in a voice memo - how does that information actually get in? I am curious what it costs you in a normal week and which part of it still annoys you.

reddit.com
u/hermjohnson — 24 days ago
▲ 130 r/ipad

A year of handwriting every day on iPad. Here's what I'd tell myself at the start.

I switched from paper to iPad about a year ago and stuck with it, which surprised me because I'd bounced off it twice before. A few things I got wrong the first two times.

Paper feel matters less than I thought. I spent real money on screen protectors chasing the paper texture. What actually kept me writing was cutting the friction to open the thing. If a notebook takes more than a second or two to reach today's page, I stop using it within a week.

Don't organize by notebook. My first two attempts had a notebook per project, and I spent more time deciding where a thought went than writing it. One continuous daily page, one page per day, no decisions. Everything goes on today's page and gets sorted later if it needs it.

Write for retrieval, not for beauty. My pages look worse than they did a year ago and are far more useful. Consistent structure down the left margin beats neat handwriting everywhere else.

The thing nobody warns you about: handwritten notes are a dead end by default. You write something down, and unless you deliberately do something with it, it's gone. Paper has this problem too, but on paper you at least flip past old pages by accident. Digital pages you never see again. Whatever system you use, build in a reason to go back, or you're just writing into a void with better search than paper and worse recall than your memory.

That last one is what I spent most of the year on, and it's the only part I'd call solved.

Happy to answer questions about the setup, the notation I use, or which parts were a waste of money.

reddit.com
u/hermjohnson — 28 days ago

Turned my Apple Pencil handwriting into structured data I can actually search (and my AI can read)

I love writing by hand on the iPad but always hated that my notes were basically image files, searchable by nobody, usable by nothing.

So the setup I've been using: each page gets read into structured text at write time. I use simple notation as I write, bullet for a task, dash for a note, a cross to mark something done, a highlighter swipe for priority. That turns a page of scribbles into a clean list without me typing anything.

The surprising payoff was hooking it to AI. I can ask an assistant "what was on my page last Thursday" and it reads my handwriting back, or adds a task that shows up on the page. My Pencil notes went from a shoebox of images to something queryable.

Mostly posting because I'm curious how other Pencil people handle the "my handwriting is trapped in an image" problem. Do you retype into a notes app, use built-in OCR, just leave it? Genuinely want to hear the workflows.

reddit.com
u/hermjohnson — 1 month ago

I gave my AI write access to my handwritten journal. Told it to add a task, and it appeared on the page.

I journal by hand on my iPad, and I've been slowly turning it into something my agents can actually use.

Every page gets OCR'd at write time into structured lines: tasks, notes, priorities. I use a little notation system while I write, bullet for a task, dash for a note, cross for done. That structure is exposed over an MCP server, so an agent can query it.

Reading was the obvious win. I can ask "what did I decide about the pricing change last Tuesday" and it answers from my handwriting. One of my favorite parts is the write direction: I told Claude to add a task, it called a tool, and the task rendered onto my handwritten page (and synced to Notion). So it's bidirectional. The agent reads my handwriting and writes back onto it, and I never touched a keyboard.

Got it into the official MCP registry this week, which felt like a real milestone.

Curious how people here think about the write direction for personal data. What guardrails would you want before letting an agent write onto your own notes? I kept it to typed blocks only, agents can't touch the actual ink, so there's a clean separation, but I'm sure there's more to it.

reddit.com
u/hermjohnson — 1 month ago
▲ 1 r/Notion

If you submitted a connection to the Notion Marketplace and it's been weeks with no reply, you're probably still in the queue (my timeline + a couple of gotchas)

Posting this because I couldn't find much on it while I was anxiously waiting, and it might save someone else the worry.

I submitted a connection to the Notion Marketplace in early June (Notion still calls it the "Integration Gallery" in the docs and the approval email, so if the mixed names have you confused, you're not alone). Their docs say to expect a response within 5-10 business days. Mine took about 24 business days (roughly 4.5 weeks) before it was approved and went live. No feedback, no rejection, just silence, and then an email stating that my listing was approved.

So if yours has been sitting for a few weeks with no word: that seems to be normal right now, not a sign you got passed over. Notion's been shipping some amazing new features lately, so my best guess is the review queue is just backed up.

Curious what others have seen lately, how long did your Marketplace review take? Trying to gauge whether ~4-5 weeks is the current normal or if I just hit a slow patch.

u/hermjohnson — 1 month ago

I built an MCP server so Claude can read my handwritten iPad journal — here's what happened when I asked it to recall a "Danger Zone" idea I scribbled yesterday

I've been using ChatGPT as a daily thinking partner, but I kept losing context between sessions. I'd mention something in passing and then forget about it.

So I built Penlog — an iPad journal app where you write by hand with Apple Pencil, and it syncs to an MCP server that ChatGPT can read.

Here's what happened yesterday:

I was brainstorming YouTube video ideas and scribbled "Cold Open idea: Drop straight into the Danger Zone" in my journal.

https://preview.redd.it/kmtu9iab938h1.png?width=1620&format=png&auto=webp&s=9f9314f962b27224cb7544d8e91c979d1c9abc2d

Later I asked ChatGPT "what was that cold open idea I wrote down?" and it pulled up the exact journal entry.

https://preview.redd.it/jzzh6pvj938h1.png?width=3422&format=png&auto=webp&s=6b2aba5363cfb3920110b51ff44641c985621d7b

Then I asked ChatGPT to turn it into a task.

https://preview.redd.it/fon0p6in938h1.png?width=1620&format=png&auto=webp&s=8dbf916b76edf23b1fabfcfea7c64bad3d3d260e

The handwriting stays mine (ink is permanent), but the structure flows into ChatGPT's memory. No retyping, no copy-paste.

How it works:

  • Write your day on iPad with Apple Pencil
  • OCR extracts journal notes and classifies tasks
  • MCP server at mcp.penlog.app lets ChatGPT read your pages
  • You can ask ChatGPT "what did I write about X?" and it searches your handwriting
  • ChatGPT can create tasks that sync back to your journal

Why I built it:

I wanted the analog feel of handwriting but with AI that actually understands what I wrote. Most AI journal tools replace your handwriting with generated text. This keeps the human in the loop.

Tech stack: iPad + Apple Pencil required. Vision-enabled LLM for OCR and classification. Free tier covers journaling, Pro ($4.99/mo) unlocks MCP and Notion sync.

Demo video: penlog.app

reddit.com
u/hermjohnson — 2 months ago

After years of Scribble feeling like a compromise, I built an app that treats Apple Pencil handwriting as the source of truth

I love writing with Apple Pencil. Scribble is fine for filling in text fields, but it's not journaling. You can't cross things out, you can't sketch, you lose the spatial layout that makes handwriting useful.

I wanted an app where handwriting is the main thing — not a shortcut to text input. So I built Penlog. Daily pages, Apple Pencil first, and the ink is the source of truth. But the OCR reads what you wrote, pulls out tasks and events, and syncs them to Notion and your calendar.

The v1.1 update (just shipped) adds a sync preview that shows you exactly what it recognized — which is honestly useful just to see how well (or poorly) it reads your handwriting. Mine's about 90-95% on first pass.

Free to try, iPad + Apple Pencil required. More interested in the conversation about what people actually want from Apple Pencil apps than in selling anything.

penlog.app
u/hermjohnson — 2 months ago
▲ 11 r/ApplePencil+3 crossposts

I built an iPad journal that turns your handwriting into structured data — solo dev, just launched

Solo dev, just launched on the App Store. You journal with Apple Pencil, a vision model reads your handwriting, and your tasks/notes sync to Notion automatically. It also runs as an MCP server so Claude can read and write to your journal pages.

A few details about the stack:

  • SwiftUI + PencilKit, SwiftData + iCloud for local, Supabase for the API layer
  • OCR via GLM-4.6V (~$0.003/page). Because it's a vision-enabled LLM, it's able to use the rest of the page context to accurately decipher sloppy handwriting (a real plus for users like me!)
  • Solo dev, no funding, no waitlist

More at penlog.app — happy to answer questions about the build.

u/hermjohnson — 6 days ago
▲ 11 r/ClaudeCowork+1 crossposts

Claude read my handwritten journal to remember my uncle's birthday gift — then wrote the reminder back onto today's page

I keep a handwritten journal on my iPad (Apple Pencil), and I built an MCP server on top of it so Claude can actually use what I write by hand.

Real example from this morning (screenshots): I asked Claude "what should I get my uncle for his birthday? I wrote something this morning but I'll be dipped if I can remember." It checked the journal, found my note — "Idea for uncle Ken: he said he's footloose. New shoes?" — and reminded me. Then I said "add a task to buy those," and it wrote "Buy Uncle Ken new shoes for his birthday" straight onto today's page. (Last screenshot — that typed line is Claude's, sitting above my own handwriting.)

How it works: a vision model OCRs each page into structured tasks/notes, and the MCP server exposes tools (search_pages, get_page, list_tasks, create_task_seed, update_task) so an agent can read your ink and write typed blocks back. One design choice I like: the handwriting stays yours — agents only ever read structured data and write typed blocks, never touch the ink, so there's no merge mess.

Solo maker, full disclosure. iPad + Apple Pencil, and it connects to Claude as an MCP server (link + how-to in the comments). Happy to answer anything.

Curious what folks here would point at an addressable handwriting journal — the read-and-write-back loop has opened up more than I expected.

u/hermjohnson — 2 months ago

I write my daily plan by hand on iPad and it lands in Notion as I go — the tool I built for it

I plan by hand on my iPad, but the rest of my life lives in software — so for years I did the GoodNotes → export → retype dance just to get my tasks somewhere useful. I finally built the thing I wanted instead, and it's become my daily driver.

You write your page with the Apple Pencil, and the tasks, events, and notes you wrote show up in Notion as you go — two-way, no retyping — while your original handwritten page stays as the source. The clip is my actual Tuesday page making the trip.

I'm the solo maker; it launched on the App Store today. iPad + Apple Pencil (iPadOS 18+), free to download — penlog.app. Happy to talk shop in the comments.

u/hermjohnson — 2 months ago

I’m building Penlog, a handwritten iPad journal for people who use software.

The thing I kept wanting was simple: I like planning by hand, but the rest of my day lives in tools — Notion, calendar, Claude, ChatGPT, task databases. My handwritten page was the one place none of that software could really see.

So Penlog starts with a normal daily journal page. You write with Apple Pencil. As you write, Penlog picks out tasks, and notes, keeps the original page attached, and lets the useful pieces show up in the tools you already use. Each morning you can seed the day's page with your latest open tasks and calendar events.

What’s working now:

• handwriting (even my chicken scratch) converted and stored as text

• tasks and notes pulled out of the page

• two-way Notion task sync

• the original handwritten page stays as the source

• API / MCP access so agents can read your journal too

It’s in TestFlight now, free during beta. iPad + Apple Pencil required.

https://penlog.app

I’m curious how other people handle this today: if you think or plan by hand, does that writing make it back into your software anywhere — or does it mostly stay trapped on the page?

u/hermjohnson — 3 months ago
▲ 5 r/notioncreations+1 crossposts

Anyone else write notes on iPad but manage tasks in Notion? I built something for that.

I'm building Penlog for people who think on paper but live in Notion.

The basic idea: write naturally with Apple Pencil, and the things you wrote — open tasks, meetings, scratch notes — show up in Notion without you retyping. The original page stays as the source.

I built it because handwriting is how I plan. My prior workflow was the standard one: GoodNotes export, PDF into Notion, Notion AI to pull the text out, tasks created by hand. The page lost something in the round-trip. Penlog turns that into one step.

https://preview.redd.it/aiuk4lo2fc1h1.png?width=1672&format=png&auto=webp&s=08746605ee9360053596ba3a6132857de6e07091

What's live today:

• every page is searchable by what you wrote — Penlog reads it as you're writing

• tasks, events, and notes are pulled into structured pieces

• tasks sync two-way to a Notion database (toggle done on either side, the other updates)

• the original page stays attached so you can always go back to your own ink

Worth noting alongside this: Notion's Developer Platform release this week — External Agents, native MCP, the new Workers runtime — is explicitly opening Notion up to tools that turn external context into something Notion can read. Penlog's pen-to-structured-data flow is the input shape for exactly that.\

In TestFlight now, free during beta. iPad with iPadOS 17+ and an Apple Pencil.

https://penlog.app

Curious if anyone here is hand-writing into Notion today — what does your path look like? GoodNotes → PDF → Notion AI was the one I knew best, but I'd bet there are other patterns I haven't seen.

reddit.com
u/hermjohnson — 3 months ago
▲ 4 r/bujo+2 crossposts

Anyone else write notes on iPad but manage tasks in Notion? I built something for that.

I’m working on a small app called Penlog for people who like writing notes by hand — especially on iPad with Apple Pencil — but still use Notion as their actual system of record.

The idea is simple: you keep writing naturally, and Penlog turns your handwritten pages into searchable notes and Notion tasks automatically.

I built it because I kept running into the same problem: handwriting is great for thinking, planning, and journaling, but terrible for follow-through. Tasks, decisions, and useful ideas get buried unless I manually export a PDF and upload them into Notion later — which I almost never do consistently.

Penlog is meant to bridge that gap. It reads handwritten pages, finds the action items, keeps the original notes searchable, and syncs tasks into Notion so they actually land where work happens.

It’s still early, but I’m looking for a few Notion users who already take handwritten notes on iPad and would be willing to try the beta and give blunt feedback.

Site: https://penlog.app

Curious if this resonates with anyone here. If you write by hand but manage your life/work in Notion, how are you handling that gap today?

u/hermjohnson — 2 months ago