
How an AI-driven workflow system helps volunteer engineering teams reduce onboarding friction by turning informal requests into structured, actionable engineering tasks with multi-agent support.
title: Building Team A: An AI System for Turning Volunteer Chaos into Structured Engineering Work published: true description: How an AI-driven workflow system helps volunteer engineering teams reduce onboarding friction by turning informal requests into structured, actionable engineering tasks with multi-agent support. tags:
Lately, I’ve been spending part of my free time helping a volunteer organization that coordinates people with 3D printers to support manufacturing efforts for those in need.
Very quickly, one thing became obvious: volunteer-driven projects behave nothing like traditional software organizations.
There are no permanent engineering roles, no dedicated product teams, no formal onboarding, and no guarantee of continuity. Everything depends on people contributing spare time and motivation.
In some ways, this resembles the "startup ideal": fast execution, direct communication, minimal process, and visible impact. The difference is that startups eventually stabilize. Volunteer systems often do not.
Contributors constantly rotate in and out. Priorities shift without warning. Documentation is often incomplete, not because it is ignored, but because the people who understand the system are busy keeping it running.
Most of these projects are also not truly open source in practice. That creates an additional friction point: new contributors arrive without context, without architecture knowledge, and often without anyone available to guide them.
Over time, a pattern becomes clear:
A significant amount of volunteer energy is lost not due to lack of motivation, but because onboarding and context acquisition are too expensive.
To address this, I started building a project called Team A.
The goal is simple: reduce operational chaos and make it easier for volunteers who only have a few hours per week to contribute effectively.
One of the first problems Team A tackles is task creation.
A non-technical contributor can describe an issue in a few sentences — similar to a support request. The system then transforms this into a structured engineering task that includes:
The user can then review and edit the generated issue before it moves forward.
The next stage enriches the task further by identifying:
This reduces the need for repeated clarification cycles and significantly lowers the cognitive overhead for new contributors.
For small or well-scoped tasks, contributors can also request partial implementation assistance directly through the system.

Technically, the system evolved into something more complex than initially expected.
Team A runs as a distributed, container-based orchestration layer where multiple AI roles collaborate in a workflow resembling a virtual engineering team. In the ideal model, a “team lead” component assigns tasks to specialized roles responsible for research, planning, implementation, and documentation.
In the current MVP, this orchestration is intentionally simplified. The user acts as the coordinator and explicitly selects which agent to run for each step. Task management is handled through GitHub Issues, with support for additional vendors planned after the initial release.
Agent assignment is currently managed via labels. Future iterations may introduce more expressive constructs, such as lightweight agent profiles or avatars. However, this would require a more advanced project management layer, which is explicitly out of scope for now.
The design principle here is deliberately conservative: keep the system usable and understandable before introducing additional abstraction.
Initially, the system was designed around a single native LLM-based solution. This approach quickly proved insufficient in practice.
The core limitation was not model capability, but everything surrounding it: orchestration, context management, tool integration, and operational reliability.
Several practical constraints emerged:
Different workflows required different strengths, and no single approach covered all cases well enough for production use.
To address this, the system evolved into a multi-client LLM integration layer. It currently supports:
This separation allows the system to balance predictability and creative reasoning depending on the task, instead of forcing all workloads through a single abstraction layer.
In practice, this hybrid approach has been more stable, easier to extend, and more adaptable as new requirements appear.
An additional benefit is deployment flexibility: agents can run on distributed machines, allowing contributors to execute workflows using their own infrastructure and tokens. This significantly lowers the barrier to participation while distributing compute and operational cost.
A key design goal going forward is to fully support "run-on-your-own-machine" execution as a first-class model.
One of the remaining challenges is onboarding new machines and environments.
The goal is to make setup closer to modern CI/CD workflows (e.g. Woodpecker, CircleCI, GitHub Actions), where environments can be provisioned, executed, and torn down in a controlled and repeatable way.
Ideally, contributors should be able to:
The system currently depends on a set of predefined tools and integrations, including:
This part is still evolving, but the long-term direction is clear: enable multi-repository workflows that can be initialized from scratch inside ephemeral, reproducible environments.
In other words, the goal is to move toward a model where complex contribution work can be executed safely in a controlled virtual workspace without requiring deep local setup knowledge.
The project is still evolving, but it already improves collaboration in meaningful ways.
It reduces onboarding time, lowers communication overhead, and enables more async contribution without requiring perfect upfront specifications.
More broadly, volunteer infrastructure feels like an underexplored engineering problem.
Building systems without stable teams, fixed ownership, or guaranteed continuity forces a different set of constraints: simplicity becomes critical, knowledge transfer becomes a core feature, and adaptability matters more than optimization for scale.
That constraint space turns out to be surprisingly interesting to work in.
aiMost of us have seen a coding agent fail to complete a task we know it can do. We just don't...
googlecloudWhen building Generative AI applications, developers often encounter a massive bottleneck: sequential...
discussI’ve been thinking about sharing some electronic circuit posts on Dev.to — small circuits, DIY...
agentsWhat nobody tells you about exporting your multi-agent prototype to a local workspace. Every...
agenticarchitectAutonomous agents are genuinely good at answering messy business questions. Give one an LLM and a set...
aiPR volume went up, ticket quality didn't, and the gap got filled with LLMs on both sides of the review: bots reviewing, bots replying, bots occasionally arguing with bots about priorities that only existed in a teammate's head. Our CEO named the actual problem, and it's bigger than code review.
Workflows from the Neura Market marketplace related to this Stable Diffusion resource