How expert squads share a complex task
A detailed journey through data, training, product, paper and delivery.
Squads, combined
The longest work is not one team working longer. It is several, each owning a stage, each handing the next one something it can read.
A Mission records which Expert Squad IDs are available when it starts; capabilities installed later do not silently widen that set. Each child Task then resolves one admitted ID to one exact package revision plus its selected workflow, fixed for that Task’s lifetime. Composition happens at the Mission level and ownership stays at the Task level.
Case: from research sources to a submitted paper
This is an example division of research responsibilities; the current squad catalog owns role and workflow definitions.
| Stage | Expert Squad | Hands on | |
|---|---|---|---|
| 01 | Frame | Scientific Research Design | Evidence landscape, competing hypotheses, and a rigor-and-ethics read, joined into one decision register. |
| 02 | Source | Deep Research | Multi-perspective discovery and curated evidence, with an independent citation review between the draft and the report. |
| 03 | Analyze | Data Analysis & Business Insights | Metric reconciliation and parallel performance and segment work, checked by a role that did not run the analysis. |
| 04 | Draft | Research Studio | Durable evidence collection, reproducible analysis, post-computation fact-checking, and template-driven delivery. |
| 05 | Review | Academic Paper Review | Literature, novelty, logic, methods and figures — plus a citation-and-hallucination auditor separate from all of them. |
| 06 | Package | Office Delivery | The submission deck built from the same sources, with a real chart and a validation receipt. |
Prior-art evidence, live-page observation, or a second language extend the same chain. Adding Patent Landscape and Prior Art, Browser Research & Acceptance, and Localization & Adaptation extends the responsibilities to suit the task.
Read the shape rather than the individual stages. Four of the six squads in that chain carry a role whose entire job is to disbelieve work it did not do — Deep Research’s citation reviewer, Data Analysis’s fact-checker, Research Studio’s own fact-checker, and Academic Paper Review’s citation-and-hallucination auditor. This separates responsibility for delivery from responsibility for review.
Other combinations that already ship
| Combination | Chain |
|---|---|
| Deal due diligence | Mergers and Acquisitions Due Diligence → Forensic Accounting Investigations → Commercial Legal → Tax Compliance → Internal Audit Control Assurance |
| Incident to written knowledge | Service Reliability Incident Operations → Digital Forensics Incident Investigation → Review & Debug → Knowledge Base Operations |
| Launching something | Product Management → Marketing & Growth Strategy → SEO & Generative Engine Optimization → Product Video Production → Localization & Adaptation |
Split where a delivery can be independently owned, accepted, or depended on. Splitting for its own sake produces coordination overhead with no owner. See Squad composition.
Case
Turn DeBERTa into a complete research program
Model, data, CUDA experiments, a live product, figures, paper, review, and repository — one Mission, with a complete squad owning every stage.
6squads44named roles
Original Mission requirements
- Acquire DeBERTa v3 Base ABSA v1.1, re-investigate current sources, and search for or synthesize traceable training data before training.
- Provision a complete CUDA-only runtime with no CPU training path; record train/test performance for every innovative design and iteration; build an auto-updating training monitor and inference website; keep improving the model against an explicit baseline.
- Use the best experiment's exact model architecture and design rationale to produce reproducible, publication-ready figures.
- Research related literature and write a complete ACL-style short paper of at least four pages.
- Deeply review and proofread the manuscript, eliminate factual errors, and make its organization concise and informative.
- Create a well-organized Git repository, execute the work through Mission decomposition, and deliver a reviewed GitHub push.
Required final deliveries
- Traceable ABSA dataset
- CUDA-only training runtime
- Best model checkpoint
- Live monitor & inference site
- Architecture & experiment figures
- Reviewed ACL paper
- Published Mission repository
Six high-level deliveries
- 01Model & dataDeep ResearchA verified DeBERTa v3 Base ABSA v1.1 source, current ABSA evidence, and a sourced plan to find, clean, or synthesize training data.
- 02CUDA training systemAdvancedA CUDA-only runtime, iterative baseline and candidate training, an experiment ledger, and a live training-monitor and inference website.
- 03Architecture evidenceData Analysis & Business InsightsBest-run comparisons, architecture and design diagrams, and reproducible figures bound to the exact winning checkpoint.
- 04ACL short paperResearch StudioA concise, informative ACL-style short paper of at least four pages, grounded in related work and the best experiment.
- 05Independent paper reviewAcademic Paper ReviewResolved findings across facts, citations, novelty, method, structure, figures, hallucination risk, concision, and informativeness.
- 06Mission repositoryBaseA reproducible, organized Git repository with the Mission stage map, reviewed documentation, and a verified GitHub push.