|
|
|
|
|
by zigzag312
97 days ago
|
|
Some sort of LLM audit trail is needed (containing prompts used, model identifier and marking all code written by LLM). It could be even signed by LLM providers (but that wouldn't work with local models). Append only standard format that is required to be included in PR. It wouldn't be perfect (e.g. deleting the log completely), but it might help with code reviews. This would probably be more useful to help you see what (and how) was written by LLMs. Not really to catch bad actors trying to hide LLM use. |
|