Hi HN!Druids (https://github.com/fulcrumresearch/druids) is an open-source library for structuring and running multi-agent coding workflows. Druids makes it easy to do this by abstracting away all the VM infrastructure, agent provisioning, and communication. You can watch our demo video here (https://www.youtube.com/watch?v=EVJqW-tvSy4) to see what it looks like.At a high level:- Users can write Python programs that define what roles the agents take on and how they interact with each other.- A program is made of events - clear state transitions that the agents or clients can call to modify state. Each event gets exposed as an agent tool.- Druids provisions full VMs so that the agents can run continuously and communicate effectively.We made Druids because we were making lots of internal coding tools using agents and found it annoying to have to rearrange the wiring every time.As we were building Druids, we realized a lot of our internal tools were easier to express as an event-driven architecture – separating deterministic control flow from agent behavior – and this design also made it possible to have many agents work reliably.We had issues with scaling the number of concurrent agents within a run, so we decided to have each program run in an isolated sandbox program runtime, kind of the same way you run a Modal function. Each agent then calls the runtime with an agent token, which checks who can talk to who or send files across VMs, and then applies the tool call.Our early users have found the library useful for:- running many agents to do performance optimization- building custom automated software pipelines for eg code review, pentesting, large-scale migrations, etc...We've heard that the frontier labs have the infrastructure to quickly spin up 100 agents and have them coordinate with each other smoothly in various ways. We're hoping that Druids can be a starting point to make that infrastructure more accessible.
FL score
out of 100
Verdict
high confidence
Competition
15
competitors found, emerging market, funded players
Trend
No signal yet
An open-source library for building and orchestrating reliable, scalable multi-agent coding workflows by abstracting infrastructure.
The pain
The gap
Build angle
Strengths
Questions about this idea?
FlyBot reads the scoring and gives you a second opinion on “Druids – Build your own software factory”.
Risks
Next steps
Fly Labs Method
Is the pain real, is there a gap, is it the right time, can one person build it.
Druids addresses a real and specific pain in multi-agent orchestration for developers, with a clear technical differentiation in infrastructure abstraction. However, the market is crowded and the build complexity for a solo builder is high, especially for a foundational library.
Value Equation
Dream outcome and how likely it feels, against the time and effort it costs.
Good market viability and value proposition in a rapidly growing space, but needs a clear monetization strategy and stronger differentiation to thrive.
One-Person Business
Curiosity pull, identity fit, and a path from free value to paid for a solo creator.
Strong problem clarity and creator fit for a complex but impactful developer tool, but needs a clearer monetization strategy and careful management of complexity.
Viral Frameworks
Hook strength, shareability, and how cheaply it can be tested.
A clear value proposition for a specific developer audience, but needs a defined business model and further validation on the commercial side.
Builder Lens
Evidence the problem exists, timing, defensibility, and a model that fits on a napkin.
Addresses a clear, growing need in the AI agent space with a well-defined initial product, poised for future relevance.
Why this verdict
Five lenses, one composite. How scoring works
The angle
This weekend
Who is already there, emerging market
An autonomous AI software engineer capable of planning, executing, debugging, and iterating across an entire codebase with minimal human input.
Pricing: $500/month (reported)
An AI-native code editor built on top of VS Code that provides AI pair programming features, including inline editing, multi-file AI editing sessions, and codebase-aware chat.
Pricing: Not explicitly found, but referred to as potentially having paid plans.
An AI-powered IDE and AI coding assistant with an agentic AI system called Cascade that executes multi-step coding tasks and provides deep codebase understanding.
Pricing: Free when bringing your own API keys.
An open-source autonomous agent framework designed to execute software tasks with minimal supervision, including modifying codebases, running shell commands, browsing the web, and interacting with APIs.
Pricing: Open-source (MIT licensed), users pay for LLM API costs.
An open-source AI software engineer that performs well on the SWE-bench benchmark for evaluating developer skill, capable of correcting a significant percentage of submitted bugs.
Pricing: Open-source
An open-source command-line AI coding assistant that integrates with Git repositories, excelling at multi-file editing through natural language commands.
Pricing: Free (open-source), users pay for LLM API costs.
A multi-agent framework that aims to replace most of Devin's capabilities, including data interpretation, solving math problems, and web crawling.
Pricing: Open-source
An open-source AI software engineer tool designed to rival Devin AI, capable of understanding high-level human instructions, breaking them down into steps, researching, and writing code.
Pricing: Open-source
An AI-powered development assistant that integrates directly into IDEs, providing inline code suggestions, conversational interfaces, and refactoring capabilities.
Pricing: Team ($19/user/month), Business ($39/user/month). (Based on typical Copilot pricing, specific enterprise pricing for 'AI software factory' use case not found).
An AI-powered coding agent integrated into JetBrains IDEs that assists with code completion, testing, and inspections, adapting to workflows and collaborating on complex tasks.
Pricing: Not explicitly found, but offered within JetBrains ecosystem which has various pricing tiers.
A multi-agent code integrity platform that enhances code quality with AI-powered tools for writing, testing, and reviewing code, integrating with IDEs and Git platforms.
Pricing: Not explicitly found, but offers flexible deployment options and enterprise features. (Free tier for PR-Agent functionality is open-source.)
An AI coding assistant available as a VS Code extension and CLI that enables developers to delegate complex coding tasks, refactors, reviews, and explorations to intelligent agents.
Pricing: Not explicitly found.
What they charge
Recent news
Local AI Master, February 06 2026
Cubic.dev, January 15 2026
Taskade, January 21 2026
Capy, March 09 2026
Citrusbug, March 31 2026
Market signals
The market for AI-powered software development tools, including multi-agent coding platforms, is experiencing exponential growth, driven by the demand for faster software delivery, automation, and cloud-native architectures. The DevOps automation tools market alone is projected to reach $43.68 billion by 2030 with a CAGR of 24%. Recent funding rounds in this space include OpenHands with $18.8M.
What frustrates people
GitHub's anti-bot protection forces users, especially those with organizational emails, to solve 10 blurry puzzles multiple times, creating an extremely painful and frustrating user experience.
Dev
Creating .oiv modpacks for GTA is tedious and error-prone due to buggy project manager software, forcing manual editing of assembly files.
Dev
BreezePDF lets you edit, sign, merge, compress, redact, OCR, fill forms, extract tables, and use 30+ more PDF tools — all in the browser, no sign-up. Files never leave your computer.I built it because when people search Google for common PDF tasks, many of the tools they find upload documents to a server. I wanted an option that keeps files local instead.I posted an earlier version on HN last spring: https://news.ycombinator.com/item?id=43880962At the time it only supported a small set of features. Over the last 10 months I rebuilt large parts of it and expanded it to nearly 40 tools, including several ideas that came from comments in that earlier thread.There is also now a desktop app for macOS, Windows, and Linux, plus a CLI/SDK for developers.
Dev