Remix.run Logo
conradludgate a day ago

Likewise, I've found many bugs using LLMs in the small software libraries I hand wrote and considered complete and correct - even though it was my sole focus at the time and I thought I had perfected it

matheusmoreira a day ago | parent | next [-]

Same. Frontier LLM code review proved to be a very humbling experience for me.

ChrisMarshallNY a day ago | parent | prev [-]

I have had the same experience.

I’m still in the process of revisiting and refining the many hand-coded dependencies that I’ve created, over the years.

Most of the issues found, were corner cases, that would likely never be encountered, but they are issues, nonetheless.