I was going to ask a very similar question about A...
# fw1
j
I was going to ask a very similar question about AI tools and CFML. Has anyone been able to integrate an AI model with their code base, so if you were say, overhauling a CRUD app from v1-->v2 and v2 and a different UI layer and style to it, could you teach the AI model how to apply the same styling to the rest of your CRUD app.
s
The main way you’d do that is to make sure your entire codebase can fit in a given context window, and the model you’re using can accomplish that task. We’re doing some stuff offline using Qwen Coder 2.5 32b model on large Mac studios. Works well. Best is Sonnet 3.7 right now in our testing. Can do complex migrations like you’re talking about.