frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Launch HN: Rowboat (YC S24) – Open-source IDE for multi-agent systems

https://github.com/rowboatlabs/rowboat
31•segmenta•2h ago
Hi HN! We are Arjun, Ramnique, and Akhilesh, the founders of Rowboat (https://www.rowboatlabs.com), an AI-assisted IDE for building and managing multi-agent systems with a copilot. Using Rowboat, you can build both deterministic automation agents (e.g. automatically summarizing emails) and more agentic systems (e.g. a meeting prep assistant or a customer support bot).

Here are some examples:

- Meeting-prep assistant: https://www.youtube.com/watch?v=KZTP4xZM2DY

- Customer support assistant: https://www.youtube.com/watch?v=Xfo-OfgOl8w

- Gmail and Reddit assistant: https://www.youtube.com/watch?v=6r7P4Vlcn2g

Rowboat is open-source (https://github.com/rowboatlabs/rowboat) and has a growing community. We first launched it on Show HN a few months ago (https://news.ycombinator.com/item?id=43763967).

Today we are launching a major update along with a cloud offering. We’ve added built-in tool integrations for 100s of tools like Gmail, Github and Slack, RAG with documents and URLs, and triggers to invoke your assistant based on external events.

Our cloud version includes all the features of the open-source IDE, but runs instantly with no setup or API keys. For launch, we're offering $10 free usage with Gemini models so you can start building right away for free without adding any card details. Paid plans start at $20/month and give you access to additional models (OpenAI, Anthropic, Gemini, with more coming) and higher usage limits.

There’s a growing view that some tasks are better handled by single agents (https://news.ycombinator.com/item?id=45096962), while others benefit from multi-agent systems for higher accuracy ( https://www.anthropic.com/engineering/multi-agent-research-s...). The difference often comes down to scope: a focused task like coding suits a single agent, but juggling multiple domains such as email, Slack, and LinkedIn is better split across agents. Multi-agent systems also help avoid context pollution, since LLMs lose focus when asked to handle unrelated tasks. In addition, cleanly dividing responsibilities makes each agent easier to test, debug, and improve.

However, splitting work into multiple agents and getting their prompts right is challenging. OpenAI and others have published patterns that work well for different scenarios (https://cdn.openai.com/business-guides-and-resources/a-pract...). We’ve added agent abstractions, built on top of OpenAI’s Agents SDK, to support these patterns. These include user-facing agents that can decide to hand off to another agent when needed; task agents that perform internal tasks; and pipelines that deterministically call a sequence of agents.

Rowboat’s copilot (‘Skipper’) is aware of these patterns and has been seeded with tested patterns, such as a manager‑worker setup for a customer support bot, a pipeline for automated document summarization, and multi‑agent workflows for combining web search with RAG. It can:

- Build multi-agent systems from a high-level request and decide how work must be delegated across agents

- Edit agent instructions to make correct tool calls using Composio tools or any connected MCP server

- Observe your playground chat and improve agents based on your tests

We see agentic systems as a spectrum. On one end are deterministic workflows with a few LLM calls. On the other end are fully agentic systems where the LLM makes all control flow decisions - we focus on this end of the spectrum, while still allowing deterministic control where necessary for real-world assistant use cases. We intentionally avoided flowchart-style editors (like n8n) because they become unwieldy when building and maintaining highly agentic systems.

We look forward to hearing your thoughts!

Comments

nextworddev•2h ago
Looks very similar to relevance ai. How should we think about this product’s difference other than oss
akhisud•1h ago
Thanks for the pointer! We briefly checked them out. Looks like they use a flowchart-style canvas - that’s great for certain types of automations.

Rowboat is especially designed for agentic patterns (e.g. manager-worker) which lend more autonomy to agents. Rowboat's copilot is empowered to organize and orchestrate agents flexibly, based on the nature of the assistant.

asdev•1h ago
why would I use this over n8n?
akhisud•1h ago
From our experience, n8n is great for linear workflows and connecting APIs through flowcharts. Rowboat is aimed at building agentic systems (multiple orchestration patterns, autonomous agents coordinating, non-linear decision making).

Those are much harder and time-taking to express and maintain in a flowchart model. Our goal with Rowboat was to make it simple and quick to build and maintain multi-agent assistants. Hence, the copilot is equipped with tools and state-of-art orchestration patterns [1], which allow it to build ready-to-go assistants in minutes from high-level requirements.

[1] https://cdn.openai.com/business-guides-and-resources/a-pract...

ActionHank•1h ago
Who is your ideal customer and what could they create?

What is the plan if, like Jetbrains have recently experienced, customer usage exceeds the $20?

akhisud•1h ago
Our ideal users are developers and product teams who want to automate everyday workflows for themselves and their users. Examples include meeting prep, daily/weekly reporting, project management, GitHub repo management, and customer support.

Power users treat Rowboat as their daily go-to assistant for a range of different tasks, customizing assistants for themselves and expanding to cover more use cases.

Regarding pricing: If usage exceeds beyond the $20 (starter) plan, we have a $200 (pro) plan that users can upgrade to. Additionally, we will soon be launching pay-as-you-go pricing as well.

101008•1h ago
I want to create something that every X hours (could be 6 hours, 8 hours, 12 hours) check if there are news about a certain topic, and if there are and are interesting enough, generate an image, a text, and post it to Instagram.

The second part is done (generating it and posting it), but finding the news is the hardest part, even if I share some RSS feed. Would this help me with my use case or is something completely different?

conception•1h ago
Google used to have news alerts. Have you checked those?
one_d4•1h ago
I did that using n8n. Quite easy to setup a workflow that reads an RSS feed. Maybe give it a try.
segmenta•34m ago
Would love to know how you find Rowboat for this!
segmenta•1h ago
This is great, and exactly the type of thing we would love folks to build on Rowboat!

Rowboat has tools to search the web, find HN posts, browse Reddit etc, and you can ask the copilot to build an agent to filter posts based on topics - at the granularity that you want. We have time based triggers, so you can have the agent invoked every x hours.

We have a similar prebuilt template you could checkout: https://app.rowboatlabs.com/projects?shared=N2pJTzyTdh-NdwMi....

101008•52m ago
I tried using your cloud solution to test this and I couldnt pass the connect to Instagram through Composio. I got a 400 error. I checked Reddit and it never worked. Got tired after trying for a while :(
segmenta•37m ago
Ah that is unexpected. Do you mind hopping on our discord: https://discord.com/invite/rxB8pzHxaS - we can debug this for you.
warthog•1h ago
What is the core use case here? For example instead of adopting a dedicated customer support chatbot, why should someone build one on Rowboat? As far as I can see, the customisability parameters are not that different
segmenta•41m ago
Great question. Rowboat is a non-opinionated agent framework, so you can build support bots but also meeting prep, reporting, repo management, and other daily automations in the same place.

Even for support, it's more flexible: companies are shifting from narrow "customer support" to broader customer experience - not just resolving tickets, but handling onboarding, account health, proactive updates, and escalations across teams. With Rowboat, you can compose cross-functional agents across support, product, and ops. The same system that answers tickets can also trigger workflows, update dashboards, or prep reports.

Does this make sense?

coderinsan•33m ago
How are you protecting against Willison's lethal trifecta attacks in agents connected to tools like shown here - https://tramlines.io/blog

Hollywood studios sue Chinese AI company for alleged copyright infringement

https://www.ft.com/content/58466941-47ac-4ef1-a7f7-bc0779ec983c
1•petethomas•30s ago•0 comments

Expat 2.7.2 released, includes security fixes

https://blog.hartwork.org/posts/expat-2-7-2-released/
1•spyc•56s ago•0 comments

Archiving status of various government sites

https://wiki.archiveteam.org/index.php/US_Government
1•doener•59s ago•0 comments

PG: I got grief when I said SJWs canceling people would be a mistake

https://twitter.com/paulg/status/1967734744617304501
1•donsupreme•4m ago•0 comments

Google's Gemini tops Apple's App Store, snagging lead spot from ChatGPT

https://www.cnbc.com/2025/09/16/google-gemini-tops-apples-app-store-snagging-lead-spot-from-chatg...
1•rntn•4m ago•0 comments

Can You Really Live One Day at a Time?

https://www.newyorker.com/culture/open-questions/can-you-really-live-one-day-at-a-time
1•petethomas•5m ago•0 comments

Stackoverflow AI

https://stackoverflow.ai/
2•kgthegreat•6m ago•0 comments

Common Applications of Web Browser Automation

https://anchorbrowser.io/blog/common-applications-of-web-browser-automation
1•jmarbach•8m ago•0 comments

JD Vance backs mass 'doxing' campaign to find and harass Charlie Kirk critics

https://www.theguardian.com/us-news/2025/sep/16/jd-vance-doxing-charlie-kirk-critics
7•belter•10m ago•2 comments

Politically Extreme Individuals Exhibit Similar Neural Processing [pdf]

https://www.apa.org/pubs/journals/releases/psp-pspa0000460.pdf
1•PaulHoule•12m ago•0 comments

Does Pam Bondi know what free speech is?

https://thespectator.com/topic/pam-bondi-know-what-free-speech/
10•mdp2021•14m ago•2 comments

Our Stop Censoring Abortion Campaign Uncovers a Social Media Censorship Crisis

https://www.eff.org/pages/our-stop-censoring-abortion-campaign-uncovers-social-media-censorship-c...
1•01-_-•14m ago•0 comments

AI will make the rich unfathomably richer. Is this what we want?

https://www.theguardian.com/commentisfree/2025/sep/16/ai-wealth-inequality-cultural-division
4•jethronethro•14m ago•0 comments

Practical Techniques for Codex, Cursor and Claude Code

https://coding-with-ai.dev
1•v3am•16m ago•0 comments

How the Feds Targeted a Disabled Vet for Speaking Out

https://rockenhaus.com/
4•01-_-•17m ago•0 comments

Holocaust testimony is AI litmus test, and it fails

https://news.cornell.edu/stories/2025/09/holocaust-testimony-ai-litmus-test-and-it-fails
1•geox•18m ago•1 comments

A few corrections about the transition from Blue Systems to Techpaladin

https://pointieststick.com/2025/09/16/a-few-corrections-about-the-transition-from-blue-systems-to...
5•nomdep•19m ago•0 comments

How I Would Have Built Laravel Cloud

https://www.juststeveking.com/articles/how-i-would-have-built-laravel-cloud
1•JustSteveKing•24m ago•0 comments

Surprises from the Anthropic Report

https://substack.com/inbox/post/173781465
1•mathattack•24m ago•1 comments

Another lawsuit blames an AI company of complicity in a teenager's suicide

https://www.engadget.com/ai/another-lawsuit-blames-an-ai-company-of-complicity-in-a-teenagers-sui...
3•mikece•26m ago•0 comments

Tyler Robinson charged with aggravated murder, DNA found on gun trigger

https://apnews.com/article/charlie-kirk-tyler-robinson-court-death-penalty-f541df08a936e06497ee23...
3•donsupreme•27m ago•2 comments

Meta RayBan AR Glasses Shows Lumus Waveguide Structures in Leaked Video

https://kguttag.com/2025/09/16/meta-rayban-ar-glasses-shows-lumus-waveguide-structures-in-leaked-...
2•speckx•28m ago•0 comments

Metal Barrels Dumped Off the Coast of LA Are Encircled by Mysterious White Halos

https://www.smithsonianmag.com/smart-news/metal-barrels-dumped-off-the-coast-of-los-angeles-are-e...
2•timr•29m ago•0 comments

Show HN: SubKeep – Nested Labels for Google Keep (Chrome Extension)

https://chromewebstore.google.com/detail/subkeep/mhikglflelkigbdlaebmfoopkoejecic
1•skorudzhiev•29m ago•0 comments

Details Emerge on U.S.-China TikTok Deal

https://www.wsj.com/tech/details-emerge-on-u-s-china-tiktok-deal-594e009f
3•mfiguiere•29m ago•1 comments

'The bombing has been insane': Palestinians flee Israeli assault on Gaza City

https://www.bbc.com/news/articles/cly0qnnx5w5o
27•ciconia•30m ago•3 comments

Reverse engineering a flight spotting app

https://blog.jonlu.ca/posts/skycards
1•jonluca•30m ago•0 comments

Cereal Box Records Sound Horrible. They Still Look Incredible

https://www.nytimes.com/2025/09/15/arts/music/cereal-box-records.html
2•bookofjoe•31m ago•1 comments

Taste

https://www.moderndescartes.com/essays/taste/
1•brilee•34m ago•0 comments

Fetch streams are great, but not for measuring upload/download progress

https://jakearchibald.com/2025/fetch-streams-not-for-progress/
3•hebelehubele•34m ago•0 comments