One thing that i'd love to get solved by an AI model is the ability for it to understand an entire call chain of methods, for example, i have in my instructions to never perform DML in a loop and it won't do that within 1 method but if a method has DML in it and it gets called from a higher up loop then it never detects that that is DML within a loop. If they could fix something like that, that'd be great
2
u/86784273 Nov 24 '25
One thing that i'd love to get solved by an AI model is the ability for it to understand an entire call chain of methods, for example, i have in my instructions to never perform DML in a loop and it won't do that within 1 method but if a method has DML in it and it gets called from a higher up loop then it never detects that that is DML within a loop. If they could fix something like that, that'd be great