Description:
Investigate whether an LLM can identify redundancies and merge multiple related diagnostics into a single, more efficient diagnostic implementation.
i.e. where we emit a normal diagnostic and then separate notes afterwards
Tasks:
- Provide the LLM with groups of related diagnostic files.
- Prompt the LLM to "coalesce" them into a unified structure.
- Review the output for logic errors or loss of specific diagnostic detail.
- Compare the performance/maintainability of the coalesced version vs. the original separate versions.
Description:
Investigate whether an LLM can identify redundancies and merge multiple related diagnostics into a single, more efficient diagnostic implementation.
i.e. where we emit a normal diagnostic and then separate notes afterwards
Tasks: