Remix.run Logo
ashu1461 a day ago

This can work for core algorithms for sure, but wondering if this will work for production use cases, production apps come with a lot of edge cases - which are more often than not not logical as well to the point it becomes very hard to document them all in the first place.

munchler a day ago | parent | next [-]

The flip side is that we currently put programs into production without understanding how they will behave in those edge cases. If you're lucky, they crash and then restart cleanly. If you're unlucky, they silently corrupt data or violate mission-critical invariants.

ralusek a day ago | parent | prev [-]

I have had production edge cases anticipated by AI before that I hadn't accounted for.