← Evidence Lab
MILESTONE 2

Controlled multi-task benchmarking

The next FORGE evidence milestone compares plain AI and FORGE-assisted AI across security, database, CI/CD and infrastructure tasks from the same application baseline.

Why this exists

DG-BM-001 proved FORGE works on an external project, but it was a pilot. Controlled benchmarking tightens the method: same base commit, same task brief, same acceptance criteria, same verification commands and visible limitations.

Claim boundary: FORGE can report estimated context reduction and observed workflow differences. It will not claim provider-token or credit savings unless direct provider billing telemetry is captured.

Planned benchmark matrix

IDAreaGoalStatus
DG-BM-002Authentication / securityProtect mutating API behavior and verify rejected/allowed paths.Planned
DG-BM-003Database migrationAdd schema-changing behavior with migration evidence.Planned
DG-BM-004GitHub Actions CI/CDAdd pull-request checks for install, type-check, test and build.Planned
DG-BM-005Kubernetes / runtime probesAdd deployment assets with liveness/readiness verification.Planned

Protocol

Result format

Benchmark results are recorded in a JSON shape under forge/evidence/results/ and validated against the public schema in forge/evidence/result.schema.json. The schema keeps measured run data, FORGE estimates and provider billing data in separate fields.

Install FORGERead DG-BM-001