oops, this turned into a bit of a rambling postâŠ
but perhaps useful, when you come to think about âwhat nextâ
I do tend to get (over) excited about, whats possibleâŠ
but, for now, please, bask in the enjoyment and satisfaction of your successes with LiveOSC 
yeah, programming is a very large field, with so many languages all have their own purposes and pros/cons.
python is a good start, as whilst its started out as a scripting language, its full featured now. so you can start simple, but move to more complex concepts.
the main thing is getting something working,
especially when you are starting out, its better to do lots of smaller working projects than some âdreamâ that you never finish 
so congrats on that !
eigenD agent development ?
go for it, Iâll be interested to hear how you get onâŠ
there is a pretty good video from EigenLabs on youtube, about how to create agents to get started (based aroud cfilter)
note: its likely youâll need to watch previous videos in the series to get some âbackgroundâ
I will say, unfortunately, EigenD is not very ânewâ programmer friendly,
it uses a lot of different tech (mix of python, c++, generated code, its own db language), also its build system , and frankly, a lot of its code its rather convoluted.
That said, if you look at the dev video, above, it gives you a good starting point / template. plg_synth has a number of agents that were built cfilter
(cfilter is a simplified agent framework, has limitations but hides a lot of confusing bit used by underlying agent framework)
But its all possible, I built my first agent without any help for EigenLabs or other developers (or AI ;)) and it wasnât that bad.
Itâll be interesting to see how Claude (or similar) cope, as they donât know anything about EigenD, and there is no written documentation for it to learn from - but perhaps if you point it at the plg_synth agents as a starting point, it might get the general idea.
(or perhaps the dev tutorial video had some simpler for it to use as a starting point)
the future ?
as a complete aside, Ive been wondering about making agent development more accessibleâŠ
in recent years, on other platforms (SSP / MetaMorph) , Ive been playing with RNBO to allow end-users to create âmodulesâ e.g. using rnbo to create vcv modules
I did consider doing something like this for EigenD, but before 3.0, I frankly thought EigenD was a bit of a dead end - hard to support, very niche etc.
rather, the better approach was to separate out the hardware layer, and then use more conventional tools on top (hence MEC, EigenLite, MetaMorph etc)
But now EigenD is on a firmer footing, I have wondered again, perhaps making agent creation simple, could open some really interesting possibilities.
as âconvolutedâ as EigenD is at times, it does have some unique features e.g. its keygroup mapping is very flexible/complex, and has a lot of important use-cases.
so perhaps⊠
Meta Morph?
that said, for now, I will say if you want âexperimentalâ I think my MetaMorph project alongside vcv might be more âaccessibleâ for your own development with AI
AI is very knowledgeable about VCV as its well documented, so building new modules is very easy !
I also kind of revised my thinking of MetaMorph,
Originally (pre 3.0) I saw it perhaps as a replacement to EigenD, and it struggled at that, as building huge complex setup like those we have in EigenD (e.g. factory setup) was daunting, to say the least.
but now, rather I see, MetaMorph as for building unique setups that serve particular purpose, a bit more experimental a bit more unique - as that is what I find modular does well atâŠ
e.g. you dont buy eurorack or use vcv to build a conventional polyphonic subtractive synth - its more about building something âuniqueâ