Show HN: RowboatX – open-source Claude Code for everyday automations

2025-11-1818:5013141github.com

AI-powered CLI for background agents. Contribute to rowboatlabs/rowboat development by creating an account on GitHub.

You can’t perform that action at this time.


Read the original article

Comments

  • By divan 2025-11-1822:203 reply

    One of the main reasons for me for sticking with Claude Code (also for non-coding tasks, I think the name is a misnomer) is the fixed price plan. Pretty much any other open-source alternative requires API key, which means that as soon as I start using it _for real_, I'll start overpaying and/or hitting limits too fast. At least that was my initial experience with API from OpenAI/Claude/Gemini.

    Am I biased/wrong here?

    • By segmenta 2025-11-1822:371 reply

      Yep, this is a fair take. Token usage shoots up fast when you do agentic stuff for coding. I too end up doing the same thing.

      But for most background automations your might actually run, the token usage is way lower and probably an order of magnitude cheaper than agentic coding. And a lot of these tasks run well on cheaper models or even open-source ones.

      So I don't think you are wrong at all. It is just that I believe the expensive token pattern mostly comes from coding-style workloads.

      • By kej 2025-11-1823:201 reply

        I don't doubt you, but it would be interesting to see some token usage measurements for various tasks like you describe.

        • By segmenta 2025-11-1823:35

          For example, the NotebookLM-style podcast generator workflow in our demo uses around 3k tokens end to end. Using Claude Sonnet 4.5’s blended rate (about $4.5 per million tokens for typical input/output mix), you can run this every day for roughly eight months for a bit over three dollars. Most non-coding automations end up in this same low range.

    • By giancarlostoro 2025-11-191:482 reply

      You're not wrong, though I suspect the AI "bubble burst" begins to happen when companies like Anthropic stop giving us so much compute for 'free' the only hope is that as things get better their cheaper models get as good as their best models today and so it costs drastically less to use them.

      • By aitchnyu 2025-11-1912:422 reply

        Sonnet is 3$ per million tokens, Grok Code Fast is 0.2$. IME the latter is better for me. Wish everybody treats AI as a pay-as-you-go commodity instead of getting dependant on rugpulls. My stack is Openrouter (model marketplace) and Aider (Kilocode and Cline for user friendly alternatives).

        • By segmenta 2025-11-1912:571 reply

          Will check out Grok Code Fast - thanks for the pointer. In my experience, coding agents can swing a lot in quality depending on the model’s reasoning power. When the model starts making small but avoidable mistakes, the overhead tends to cancel out the benefit. Curious to see how Grok performs on multi-step coding tasks.

          • By aitchnyu 2025-11-1914:202 reply

            True. Im working with Python CRUD apps, which every model is fluent in. And I'm personally generating 100-line changes, not letting it run while I'm AFK.

            • By giancarlostoro 2025-11-1914:22

              That's what I love most about Claude. I love Django and I love React (the richness of building UIs with React is insane) and sure enough Claude Code (and other models I'm sure) is insanely good at both.

            • By segmenta 2025-11-1914:33

              Ah, that makes sense. I’ve had similar luck with UI refactoring on cheaper models, mainly because you can quickly verify whether the output is right.

        • By giancarlostoro 2025-11-1913:541 reply

          Zed is nicely setup for this I just have not taken the time. I do like how Claude works atm. The coding agent functionality is what's nice about Claude Code. I don't know that Grok Code Fast has that?

      • By segmenta 2025-11-193:41

        Yeah, I think when they made the bet it genuinely made sense. But in coding workflows, once models got cheaper, people did not spend less. They just started packing way more LLM calls into a single turn to handle complex agentic coding steps. That is probably where the math started to break down.

    • By jonathanleane 2025-11-1910:113 reply

      What non coding tasks do you use Claude Code for? Genuinely curious.

      • By brianjking 2025-11-1913:481 reply

        LOTS! Sometimes for quick file system organization, creating Claude skills, deep document analysis.

        Anthropic published a doc or two about this too, here's one of them: https://www-cdn.anthropic.com/58284b19e702b49db9302d5b6f135a...

        • By segmenta 2025-11-1913:57

          Ah, that’s interesting. Are there any parts of Claude Code that you feel could work differently or get in your way for these kinds of tasks?

      • By ntnsndr 2025-11-1919:391 reply

        I use CC regularly for editing large text files (especially turning interview transcripts into something readable) and have found it works much better than web chat interfaces because of filesystem access and ability to work with large files.

        • By segmenta 2025-11-206:48

          That’s great to know. I’ve come to the same conclusion. I’ve found that things work best when they happen right where I’m already working. Uploading files or recreating context in a web service adds friction, especially when everything is already available locally.

      • By world2vec 2025-11-1910:461 reply

        It can also take notes, write down plans and TODO lists, update on gym records, etc, etc.

        • By Tusharmagar 2025-11-1911:091 reply

          Curious how you're handling notes and TODO lists. Do you give Claude Code access to a local markdown file, or is it working some other way?

          • By world2vec 2025-11-219:54

            Pretty much yeah, just a folder with .md files

  • By nl 2025-11-1822:361 reply

    I'm increasingly seeing code-adjacent people who are using coding agents for non-coding things because the tooling support it better, and the agents work really well.

    It's an interesting area, and glad to see someone working on this.

    The other program in the space that I'm aware of is Block's Goose.

    • By segmenta 2025-11-1822:43

      Yep, totally agree. We actually had an earlier web version, and the big learning was that without access to code-related tools the agent feels pretty limited. That pushed us toward a CLI where it can use the full shell and behave more like a real worker.

      Really appreciate the support and the Goose pointer. Would love to hear what you think of RowboatX once you try it.

  • By jckahn 2025-11-1819:251 reply

    Can this use local LLMs?

HackerNews