The Rust programming language project is adopting an LLM policy
https://blog.rust-lang.org/inside-rust/2026/08/05/rust-langrust-is-adopting-an-llm-policy/
https://blog.rust-lang.org/inside-rust/2026/08/05/rust-langrust-is-adopting-an-llm-policy/
log in to comment.
Well a light refactor of deduplicating code would be a refinement that is generally easy to review and likely comfortably in the capability of the codegen.
Versus creating, which generally is harder to review and requires the submitter to explain the rationale behind the change.
Volume of code and nature of change.