Remix.run Logo
dyllon 4 hours ago

Moving away from codemods and towards LLMs doing migration work is an interesting development.

Even if they’re more deterministic, I wonder if the days of codemods are numbered.

yard2010 3 hours ago | parent | next [-]

How about leveraging llms to produce deterministic codemods? You can then iterate on this by running the codemods and using other deterministic guardrails, feeding the results back into the llm to improve the codemods?

tipiirai 24 minutes ago | parent | prev | next [-]

Sorry, what is codemod here?

kristiandupont 4 hours ago | parent | prev [-]

I think the two complement each other perfectly and will continue to do so. I keep writing AGENTS.md files for soft rules and custom linter rules for hard ones which IMO is the best of both worlds.