Remix.run Logo
ljlolel 5 days ago

LLMs might be able to use context to auto resolve them often with correct user intent automatically

johnecheck 5 days ago | parent | next [-]

LLMs could be good at this, but the default should be suggestions rather than automatic resolution. Users can turn on YOLO mode if their domain is non-critical or they trust the LLM to get it right.

SkiFire13 5 days ago | parent | prev [-]

The issue is that to preserve the CRDT property the LLM has to resolve the conflicts in a deterministic and associative way. We can get the first property (although most popular LLMs do not uphold it) but we can hardy get the second one.

johnecheck 5 days ago | parent [-]

I read the comment you're responding to as suggesting a way to resolve the conflicts layered atop the CRDT, not as a component of the CRDT itself. You're very right that LLMs are the wrong tool for CRDT implementation, but using them to generate conflict resolutions seems worth exploring.