Hacker News
Latest
GAO: DOE Is Prematurely Excluding Less Expensive Options for Nuclear Cleanup
2026-07-07 @ 22:23:58Points: 78Comments: 25
Every new car sold in the European Union must include a driver monitoring camera
2026-07-07 @ 20:50:46Points: 418Comments: 545
We charge $10k a week to delete AI-generated code
2026-07-07 @ 20:35:42Points: 133Comments: 59
Show HN: Davit, a Apple Containers UI
2026-07-07 @ 18:44:29Points: 185Comments: 41
AI Meets Cryptography 1: What AI Found in Cloudflare's Circl
2026-07-07 @ 18:36:35Points: 75Comments: 9
Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro
2026-07-07 @ 18:24:10Points: 283Comments: 66
Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens
2026-07-07 @ 18:19:00Points: 54Comments: 23
Notes on Software Quality
2026-07-07 @ 18:14:50Points: 76Comments: 43
l: A new runtime for k and q
2026-07-07 @ 18:08:29Points: 102Comments: 59
China sentences official to death for taking $325M in bribes
2026-07-07 @ 16:38:08Points: 287Comments: 338
Jim's TrueType QR Code Font
2026-07-07 @ 16:30:42Points: 127Comments: 20
MacSurf 1.68 – NetSurf on OS 9 Released
2026-07-07 @ 16:24:40Points: 71Comments: 14
Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop
2026-07-07 @ 16:10:44Points: 88Comments: 25
Our repo is https://github.com/rowboatlabs/rowboat, and there’s a demo video here: https://www.youtube.com/watch?v=et5yQABJ3xI
In a previous startup, we built a deep-learning product for enterprise support reps, including teams supporting P&G brands. Models took live notes, suggested replies, and recommended actions while support reps were on calls or handling emails. One lesson stuck with us: it's not enough for the AI to be right, the help has to show up where the work is happening.
So we added what we came to call “work surfaces”: dedicated areas for email, meetings, notes, browser, and parallel coding, where the assistant can help inside the workflow itself rather than only through chat:
- Email client: Rowboat has a simple email client that sorts incoming emails into important vs. everything else, and pre-creates drafts for important emails. As you edit and send emails, it takes notes on your style, so future drafts get closer to your voice.
- Meeting notes: We built a Granola-style local meeting notetaker. Notes are stored as plain Markdown files on your machine. After a meeting, Rowboat feeds the notes back into the knowledge graph and updates the relevant people, project, and topic notes.
- Browser: We added a built-in browser, isolated from your main one, where you can log in only to the accounts you want the assistant to help with. The assistant uses browser-use skills to navigate websites.
- Parallel coding: The code-mode inside Rowboat lets you spin multiple instances of Claude Code or Codex and either work with them directly or let Rowboat use your work context to orchestrate them. We built an ACP (Agent Client Protocol) client in Rowboat for this.
- Notes: Rowboat has an Obsidian-style local note-taking system. It comes with graph view, bases view, and voice notes. You can also sync Google Docs files and edit them inside Rowboat.
You can also build your own work surfaces inside Rowboat (web apps). Each app gets its own UI and a background agent, and can use all of Rowboat's tools, product integrations, and your work memory. For instance: an app to manage GitHub activity, project tracking, or ads campaign management. There are a few community apps at launch you can search and install, and you can publish your own by creating a GitHub repo for it and registering it.
Rowboat also indexes your work into a knowledge graph that all of the above surfaces use to have better context. We did a Show HN a few months back on this: https://news.ycombinator.com/item?id=46962641.
As an example that ties some of these together: you can create an app inside Rowboat that collects feature requests from your email, meetings, and Slack and ranks them, then uses Claude Code to draft a first version of the top-ranked feature, pulling prior context about it from your knowledge graph.
Rowboat is local-first: data is stored as plain Markdown files you can read, edit, or delete anytime. It is Apache-2.0 and works with any LLM, including local models through Ollama or LM Studio.
We’d love to hear your thoughts, and contributions are welcome!