Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
GPT-5.1 Apply_patch.py Implementation (github.com/openai)
1 point by victorbuilds 55 days ago | hide | past | favorite | 1 comment


LLMs are terrible at tracking exact line numbers. This format uses context matching instead - it finds where to apply changes by matching surrounding text, not by trusting line numbers. The find_context_core() function searches for matching lines rather than jumping to line N.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: