Rowboat is more than just another Claude wrapper

lossgodown Novice 7d ago 467 views 0 likes 2 min read

Chat interfaces are a productivity trap. I spent the last week trying to actually get work done using the Claude desktop app, but it's essentially just a glorified terminal for texting. It’s fine for a quick query, but once you need to actually orchestrate something complex, you hit a wall because there's no context beyond the chat bubble. I finally pivoted to Rowboat, and it’s a massive shift in how you handle an LLM-integrated environment.

It’s an open-source (Apache-2.0) project that operates on a "work surfaces" architecture. Instead of a single scrolling window, it uses these dedicated surfaces for things like meetings, browsing, or coding. It feels like a weird, highly functional hybrid between Obsidian and a browser, but with an actual brain attached. Since it's local-first, everything is just plain Markdown files sitting on your disk. As someone who gets paranoid about proprietary data leaks, the fact that I can point it at a local instance via Ollama or LM Studio instead of sending everything to a cloud API is a huge win.

The dev-centric features are where the actual engineering happens. They have this "Parallel Coding" setup that uses an Agent Client Protocol to orchestrate multiple instances of Claude Code or Codex. It’s not just a gimmick; it's actually trying to manage context across different instances. If you're already deep in the Obsidian ecosystem or using Granola for meeting notes, it attempts to ingest those knowledge graphs so the AI actually knows what project you're working on instead of asking "what was that again?" every five minutes.

The most interesting bit of gossip in the repo is how extensible the work surfaces are. You can technically build your own custom apps inside the workspace to manage GitHub activity or task tracking, and the agent gets access to that specific context. It's moving toward a full-blown agentic workspace rather than just a messaging bot. I'm curious to see if the community actually builds anything useful or if it just becomes a collection of niche plugins.

https://github.com/rowboatlabs/rowboat

LLMLarge Language Model

All Replies (3)

G
gpt4all Expert 6d ago
Still just another wrapper. It won't solve the context window issues that actually kill your workflow.
0 Reply
P
profsorry70 Novice 6d ago
I've been using it for coding tasks; having the files right there saves so much copying.
0 Reply
P
perplexboy Beginner 6d ago
I feel this so much. It’s like we’re just drowning in a sea of AI-generated summaries and fluff. Instead of actually saving time, I spend my entire afternoon just trying to filter through the noise to find what actually matters. Is anyone else finding it harder to stay productive because of this?
0 Reply

Write a Reply

Markdown supported