Add intra-module pipeline for LLM validation
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
|
||||
Date: 2026-05-12
|
||||
|
||||
## Implementation Status (2026-05-12 Update)
|
||||
|
||||
The intra-module pipelining gap identified in this audit has now been addressed:
|
||||
- section proposal jobs are launched promptly for each module;
|
||||
- as section proposals become available in deterministic section order, section-local validator work starts without waiting for all section proposals to finish;
|
||||
- deterministic validators run before LLM-backed validators for each section;
|
||||
- proposal and validation LLM calls can overlap through the existing composed scheduler path;
|
||||
- module application remains a single deterministic apply barrier.
|
||||
|
||||
## Summary
|
||||
|
||||
This audit checks whether Audita currently maximizes available LLM concurrency within each module by overlapping proposal and validation work.
|
||||
|
||||
Reference in New Issue
Block a user