That's good. But let's think seriously about the cost of AI features.
Per function that AI performs ( versus just using regular programming ), the resource cost is >1000x more
The more you use it, the more your operations cost increases.
At my dev shop, we found out how much hardware we need to provide coding assistance with good intelligence and speed to 8 programmers & handle two simultaneous requests.
We spent about $14k to get a RTX PRO 6000, 5090, and computer capable of running both GPUs at x8
Due to thermals i had to relocate the 1500w PSU to where the CD ROM drives would usually be, and leave the case open.
This runs a newer 197B AI model which provides equal capability and speed to what was commercially the middle to upper tier 12 months ago.
What does a Xenforo sized version of this look like? it's probably a single 5090 with a ~30b model
But it has the same constraints of only being able to run a few requests at a time.
Meanwhile our forum can run acceptably on a 5 years old laptop and use a fraction of the electricity to do so.
Enormous differential in how miuch hardware/electricity is needed to serve a function!
Now if you don't wanna spend $5k for the smaller version of this, you will need to rent services.
The problem is that this cost you more money.. so if you have a high scale... it can be the wrong choice.
Another problem is that a lot of these providers have random downtime... and you will see that in prod and your software needs to account for the other end being unreliable. This is what caused me to buy hardware in the end.
Even still, you have to design all kinds of safeguards so that you don't end up with a enormous API bill when someone starts abusing your AI functions. if your software doesn't account for that, you are in for a surprise megabill
So my thoughts on AI support for forum software are..
It's nice to have but not feasible, cost wise, for a lot of people.
I run a development/service shop so i can afford it.. but what % of forum administrators are willing to pay the cost of AI service?
The cost needs to go way down for it to be a mainstream option.