DKraft CI Review Team
Self-ReportedIllustrativeThree-lens parallel PR review: security, performance, test coverage.
Recent activity
Version cuts and proof, newest first โ the living track record.
- Version ยท Cut v3 โ v3 โ Haiku triage routerillustrative2mo ago
- Milestone ยท Shipped v3 โ Haiku triage routerillustrative2mo ago
- Milestone ยท 1,000 PRs reviewed with zero missed HIGH-severity findingsillustrative3mo ago
- Version ยท Cut v2 โ v2 โ parallel performance lensillustrative3mo ago
- Lesson ยท One review lens misses performance regressionsillustrative3mo ago
Spec sheet
The benchmark fields โ designed for comparison across teams.
- Topology
- Swarm
- Agent count
- 3
- Platform
- LangGraph
- Runs on
- LangGraph ร2 ยท Custom
- Industries
- software-delivery
- Task kinds
- code-reviewsecurity-auditperformance-analysistest-coverage
- Trust tier
- Self-Reported
- Proof entries
- 0
Topology & roster
Peer parallel review with synthesis. Three CodePilot CR instances each run a distinct lens (security, performance, test coverage) simultaneously; LedgerLine tracks findings and cost allocation; a synthesis step merges findings. (Fictional.)
System wiring
Node details
Typical Swarm layout โ schematic, not verified wiring
HumanHuman operatorHuman gate
- Tool
- Human operator
- Autonomy
- Human-gated
- directs โ Peer worker A
- directs โ Peer worker B
- directs โ Peer worker C
BuilderPeer worker A
- Tool
- Peer worker A
- Autonomy
- Runs autonomously
- coordinates via โ Message bus
- directs โ Human operator
BuilderPeer worker B
- Tool
- Peer worker B
- Autonomy
- Runs autonomously
- coordinates via โ Message bus
- directs โ Human operator
BuilderPeer worker C
- Tool
- Peer worker C
- Autonomy
- Runs autonomously
- coordinates via โ Message bus
- directs โ Human operator
Message busMessage bus
- Tool
- Message bus
- Autonomy
- Runs autonomously
- coordinates via โ Peer worker A
- coordinates via โ Peer worker B
- coordinates via โ Peer worker C
How a typical Swarm team handles a task
Typical Swarm layout โ schematic, not verified wiring
Task arrives
Human operator directs Peer worker A, Peer worker B, and Peer worker C.
The builders execute
Peer worker A, Peer worker B, and Peer worker C build the work. Coordination flows over Message bus.
Human holds the last word
Human operator holds final approval.
Replicate a typical Swarm setup
Typical Swarm layout โ schematic, not verified wiring
Ingredients
- HumanHuman operator
- BuilderPeer worker A
- BuilderPeer worker B
- BuilderPeer worker C
- Message busMessage bus
Setup order
- 1.Provision the substrate: Message bus.
- 2.Wire Peer worker A: it receives "directs" from Human operator. Wire Peer worker B: it receives "directs" from Human operator. Wire Peer worker C: it receives "directs" from Human operator.
- 3.Declare the human gate: Human operator holds final approval.
Performance metrics
Windowed metrics with provenance. [unknown] means it was not tracked โ an honest hole beats an invented figure.
Token economics
Cost transparency is part of the honesty architecture. [unknown] means it was not tracked โ not that it is zero.
Blueprint
Operational DNA โ why it works, how it was built, and how it is overseen. Not files for sale; knowledge of the design.
Parallel lens separation prevents a single reviewer from gravitating to one issue type. Each reviewer's scope is narrow enough to achieve depth without coverage gaps. Synthesis deduplication prevents the same finding being reported three times. (Fictional.)
LangGraph fan-out: PR diff dispatched to three parallel reviewers; findings collected into structured JSON; synthesis model merges and deduplicates. (Fictional.)
Findings above severity HIGH require human sign-off before merge. (Fictional.)
Version history (3)
Each version is a snapshot of the public harness files plus the changelog note โ the operational DNA over time, with the metric that moved.
- v3v3 โ Haiku triage routerJun 22, 2026illustrative
Put a cheap Haiku triage step in front: docs-only and lockfile-only PRs get a one-line ack and skip the expensive lenses. Roughly 40% of PRs now route around deep review.
cost per PR$0.42โ$0.19โธDiff vs v2 โ +7 โ6 across 1 file
HARNESS.md+7 โ6- # DKraft CI Review Team โ Harness (v2)+ # DKraft CI Review Team โ Harness (v3) ย ## Topology- - Pattern: swarm- - Agents: 2 (run in parallel)+ - Pattern: swarm + router+ - Agents: 3+ - triage (Claude Haiku) โ classifies diff size/risk; skips docs-only + lockfile-only PRs - codepilot-cr (Claude Sonnet) โ correctness + style lens - codepilot-cr-perf (Claude Sonnet) โ performance + allocation lens ย ## Flow- 1. On PR open, pull the diff- 2. Both lenses review concurrently; findings are merged + deduped+ 1. Triage classifies the PR; trivial diffs get a one-line ack and skip deep review+ 2. Non-trivial diffs go to both lenses in parallel; findings merged + deduped 3. Post comments; block merge on any "critical" finding ย ## Notes- - Added a dedicated performance lens after regressions slipped past v1+ - Haiku triage cut per-PR cost by routing ~40% of PRs around the expensive lenses - v2v2 โ parallel performance lensMay 20, 2026illustrative
Added a second review lens focused on performance and allocations, running concurrently with the correctness lens; findings are merged and deduped.
perf false-negative rate18%โ7%โธDiff vs v1 โ +7 โ7 across 1 file
HARNESS.md+7 โ7- # DKraft CI Review Team โ Harness (v1)+ # DKraft CI Review Team โ Harness (v2) ย ## Topology - Pattern: swarm- - Agents: 1- - codepilot-cr (Claude Sonnet) โ reviews the full diff, posts inline comments+ - Agents: 2 (run in parallel)+ - codepilot-cr (Claude Sonnet) โ correctness + style lens+ - codepilot-cr-perf (Claude Sonnet) โ performance + allocation lens ย ## Flow 1. On PR open, pull the diff- 2. Model reviews every changed hunk+ 2. Both lenses review concurrently; findings are merged + deduped 3. Post comments; block merge on any "critical" finding ย - ## Known issues- - Reviews trivial diffs (docs, lockfiles) at full cost- - One lens: performance regressions slip through+ ## Notes+ - Added a dedicated performance lens after regressions slipped past v1 - v1v1 โ single-lens reviewApr 8, 2026illustrative
First CI reviewer: one model reviews the whole diff and blocks merge on any critical finding.
โธInitial snapshot โ +15 โ0 across 1 file
HARNESS.mdnew file+ # DKraft CI Review Team โ Harness (v1)+ ย + ## Topology+ - Pattern: swarm+ - Agents: 1+ - codepilot-cr (Claude Sonnet) โ reviews the full diff, posts inline comments+ ย + ## Flow+ 1. On PR open, pull the diff+ 2. Model reviews every changed hunk+ 3. Post comments; block merge on any "critical" finding+ ย + ## Known issues+ - Reviews trivial diffs (docs, lockfiles) at full cost+ - One lens: performance regressions slip through
Proof (3)
The team's shared track record โ tasks, incidents, lessons, milestones. Per-entry provenance tags are always visible.
- MilestoneJun 22, 2026evidence-linkedillustrative
Shipped v3 โ Haiku triage router
A cheap triage step now skips docs-only and lockfile-only PRs, routing ~40% of pull requests around the expensive review lenses. Per-PR cost fell from $0.42 to $0.19. (Illustrative demo.)
https://example.com/dkraft/ci-v3 - MilestoneMay 25, 2026evidence-linkedillustrative
1,000 PRs reviewed with zero missed HIGH-severity findings
https://example.com/dkraft/ci-1000 - LessonMay 20, 2026self-reportedillustrative
One review lens misses performance regressions
The single-lens v1 kept passing diffs that added O(nยฒ) work in hot paths. Splitting a dedicated performance lens out to run in parallel dropped the perf false-negative rate from 18% to 7%. (Illustrative demo.)
Sign in to add a proof entry.
Sign inAttestations (0)
Named third-party statements from people with first-hand experience. Attestations are what separates Peer-Attested from Evidence-Linked.
No attestations yet. Worked with this configuration or agent? Attest to it using the form below โ attestations are named third-party statements and are what separates Peer-Attested from Evidence-Linked.
Sign in to attest to this team.
Sign inFiles (1)
Operational documents โ runbooks, soul files, topology references.