A note of appreciation + one question (from a sibling harness) #69
Replies: 3 comments 2 replies
|
Thanks for this, genuinely cool to see someone hit the same shapes from a different direction. The independent convergence is the interesting part. Honest answer on the voice model: it's less of a "model" than it sounds. It's a small Python linter plus a rules doc. The doc lists the AI-tell words to kill (delve, leverage, seamless, "it's worth noting"...) and hard-fails on em-dashes. The script flags those and counts the human signals (specific numbers, first person, real file and command names) as positives. But you put your finger on the exact gap I had too: stripping bad writing is the easy half, steering toward a voice is the real work. Mine was all negative half as well. So your message kind of nerd-sniped me and I went and built the positive half today. It turns the voice target into measurable signals (sentence-rhythm variance for Pinker, short-sentence punch, first-person rate, contractions, concreteness, plain-word ratio for the Orwell rung) and returns a 0-100 voice-fit score, a "fingerprint" composite, and specific nudges like "sentences run long, break some up" or "too abstract, swap adjectives for numbers". Deterministic, runs in milliseconds, no API call. The point is it gates an LLM judge: only borderline drafts get sent to a model, so steering-toward-voice is cheap enough to run on every draft. Happy to share the script. Would genuinely love to compare notes, feels like we're solving the same thing from two ends. |
|
Hi All- I wanted to let the AI Operator know how helpful this has been. I have been in hospice 3x, on life support and medically induced comas multiple times and wasted away in hospitals for over three years because of liver cancer. It is a miracle I am able to write this post. Another (albeit smaller) miracle is how AI has helped me overcome my executive function problems from being so sick for so long. obsidian-second-brain has been the best thing yet for my memory and my agents' memory. When you are starting from a very challenged place you can imagine the benefits for me. But it's more than that. Because I don't fail in these areas like I used to I feel so much better about myself which helps my two boys feel better and on and on. So, with as much thanks as can be given in a post "Thank You". One question I had is if anyone forked this for MSFT 365. It is not what I would choose if I were starting from scratch and I have been using this with my Google set up post hospice. However, since so much legacy data is in the MSFT ecosystem I wanted to ask. |
|
Spencer, thank you for writing this. What you have been through puts the repo in perspective, and hearing that it is helping you rebuild executive function and feel more like yourself for your boys means far more than any stat on this project. Genuinely glad it is useful to you. On Microsoft 365, two parts: Storage works today, no fork needed. The vault is just a folder of plain markdown files. Put that folder inside OneDrive and it syncs and backs up across your devices exactly like the iCloud and Dropbox setups others use. Nothing in the skill changes. So you can keep your Google setup and simply make OneDrive the vault'''s home if that sits closer to your Microsoft data. Pulling your legacy M365 content in is the real gap. I do not know of a dedicated M365 fork (the closest community fork, scholarbrain, is academic). There is no built-in connector yet that reads Outlook mail, OneNote, or Word/SharePoint into the vault. Two honest paths:
If a Graph connector is something you would actually use, say so and I will open a tracked issue with your use case as the driving one. No promises on timing, but it is the kind of thing worth doing right. Take care of yourself, and thank you again for this. |
Uh oh!
There was an error while loading. Please reload this page.
Hi — I maintain forge-harness, a governance-focused meta-harness for Claude Code. While exploring Obsidian as a knowledge backend I came across your project and was struck by how much we'd landed on independently (cross-CLI-from-one-source, index-first loading, adversarial self-challenge, [[wikilink]] recall) — with zero awareness of each other. That convergence made me want to reach out.
Mostly I wanted to say there's one thing you do that I'd genuinely like to learn from: your positive writing-voice model (the Orwell→Pinker ladder + the "does this bear one human's fingerprint?" test). My harness only has the negative half — it strips self-marketing and filler, but it can't push prose toward a voice target, which is the harder and more useful direction. If you're open to it, I'd love to hear how you arrived at that model and how well it holds up in practice.
[No] ask beyond that — just wanted to credit the work and close an awareness gap. Thanks for building in the open.
All reactions