ZenNotes file ops benchmark — MCP vs zen CLI vs plain Unix #181
TomSchimana
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm putting together an AI substrate for a personal second brain on top of a Markdown vault, with ZenNotes as the editor. Before locking in which path the agent should use for routine file ops, I ran a quick benchmark and figured I'd share the numbers in case anyone else is wondering.
Setup: 10 Markdown notes per path, each with a tiny Lorem-Ipsum body and ten reciprocal [[wikilinks]] to the others. For each path (MCP, zen CLI, plain Unix) I ran the same four phases: create 10, move 10 into a sibling folder, read 10, hard-delete 10. Wall-clock is end-to-end. For MCP that includes the agent's tool-call round-trip per op, because that's what the agent actually pays in practice.
zenCLIRoughly MCP / CLI ≈ 100×, CLI / Unix ≈ 57×.
Couple of things I noticed:
Tom
Beta Was this translation helpful? Give feedback.
All reactions