Skip to content

AI

2 posts with the tag “AI”

Editing Files Without an Editor

An LLM has no cursor and no reliable sense of line numbers — so how does it change a file? Line numbers drift; exact quotes fail closed. A practical design for LLM file-editing APIs: content-as-address, the ambiguity round-trip, and optimistic concurrency.