<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: joshuawertheim</title><link>https://news.ycombinator.com/user?id=joshuawertheim</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Jul 2026 02:34:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=joshuawertheim" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by joshuawertheim in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I've been working on an LLM "harness" called Logbook[0] for fun with Codex.<p>The core idea was that I've always been a lousy notetaker, even going back to my school days years ago. I'm great at one-off and one-liner notes and occasionally more in-depth notes, but tend to not flesh them out fully enough to make them worth re-visiting.<p>This has been a struggle even as an engineer sitting in meetings or trying to absorb new information when starting a new job and ramping up.<p>Logbook is meant to use an interaction paradigm we as engineers are using very often these days: it's a terminal UI in the vein of Claude Code, OpenAI Codex, etc.<p>It's targeted at the entry of free-flowing thoughts but you can also write longer notes by launching your default shell editor from within the tool.<p>Each note is saved as markdown with some metadata and that metadata is then saved to a local SQLite DB.<p>For the LLM side, the tool extracts useful metadata from those notes and then performs some local ranking/categorization. It then has the ability to send a note or some metadata to a provider of your choosing (it's  straightforward to use OpenAI or something more broad and customizable like OpenRouter) for further enrichment or filtering.<p>A couple examples of the currently implemented slash-commands: `/related` can be used to find related notes; say you've been scribbling down notes about OAuth or MCP servers and want to gather up the most relevant notes to one of those topics. Or you can use a `/gaps` command that'll help you find things you've taken notes about but without properly defining or providing context around them (i.e. you mention ID-JAG for OAuth but never actually say what ID-JAG is, this command will tell you this so you have a chance to review what you previously wrote and can then define exactly what that keyword is about).<p>It's still very much a work in progress. It's not meant to be a full-fledged note-taking app a la Obsidian or anything like that. I've just always preferred taking notes in markdown or plain text and this is a great way to continue doing that while also making enrichment of the notes pretty simple.<p>You may ask "why not just use agent memories?" I don't really like the idea of tightly coupling notes with codebases or agents and I don't find the current UX very intuitive at least for the way I prefer to take notes.<p>[0] - <a href="https://github.com/joshwertheim/logbook/" rel="nofollow">https://github.com/joshwertheim/logbook/</a></p>
]]></description><pubDate>Sun, 12 Jul 2026 22:53:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48885699</link><dc:creator>joshuawertheim</dc:creator><comments>https://news.ycombinator.com/item?id=48885699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48885699</guid></item></channel></rss>