@harris-rosendahl yeah i'm familiar with a fair few of those plugins, unfortunately ai audio is pretty gimmicky and a lot of the current tools use quite a bit of traditional processing to make the ai-part more powerful, things like the MIDI pattern generators would be pretty simple to make I think as they can call inference whenever you want and dont need any actual audio buffers
realtime audio processing purely with ai is still in its infancy because processing audio data necessitates long(very long) term dependencies which massively complicates things, it's simple (relative) to predict the stock market using ai since a year is only 365 days, but 1 second of audio is 44100 data-points at a minimum, and most samples are much longer than 1 second. there's also things like Phase and stereo-processing which make it even more difficult
there's an LA-2A clone by Christian Steinmetz and co that sounds pretty good, but generating a large receptive field like that used 30-40% of my cpu in a compiled plugin, so it's basically: stick to simple offline inferrence (like a lot of those plugins you linked) or experience a perpetual migraine