AI Summary Generation

AI Summary Generation [Paid] 1.0.0

No permission to buy ($50.00)

Sal Collaziano

Well-known member
Sal Collaziano submitted a new resource:

AI Summary Generation - Add the functionality to create AI generate summaries for discussions

AI Summary is a content summary generation add-on designed for XenForo forums, capable of automatically analyzing thread content and generating concise AI summaries with tags extraction.

🚀 Core Features

🤖 AI Summary Generation: Automatically analyzes thread post content to generate summaries
🏷️ Tags Extraction: Identifies and displays important tags/keywords from content
🔗 Post Links: Optional clickable post links included in summaries
👍👎 Like/Dislike System: Users...

Read more about this resource...
 
You can see what a generated summary looks like here:

I don't have it set for guests to generate AI summaries as that would probably be a bad idea...
 
Last edited:
  • Like
Reactions: Lee
The wording seems to imply that the software will stop working once the license expires. Can you please elaborate on that?
There’s no restriction on using the add-on after license expiration. Future updates/downloads of versions made available after license expiration would be unavailable until renewal.

Thank you for pointing out that error in the verbiage. I will edit it now.
 
EXCITING!!

Questions:
  1. Is there a setting to control the display so it only shows on the first page of a thread versus every single page of the thread?
  2. Is there an option to minimize / maximize the summaries... and/or have them minimized or maximized by default (maybe remembering the user's last click to minimize / maximize and remember that cross all summaries)?
 
EXCITING!!

Questions:
  1. Is there a setting to control the display so it only shows on the first page of a thread versus every single page of the thread?
  2. Is there an option to minimize / maximize the summaries... and/or have them minimized or maximized by default (maybe remembering the user's last click to minimize / maximize and remember that cross all summaries)?
1. This is something we’ve discussed and plan to add this functionality.

2. Yes, if a user hides the AI Generated Summary, it’ll stay hidden everywhere until they unhide it.
 
I don't have it set for guests to generate AI summaries as that would probably be a bad idea...
Showing voting interactions, when the user/guest doesn't have permissions to vote, seems superfluous too.

AI Summary Generation - Add the functionality to create AI generate summaries for discussions
Future thoughts/plans on having a cron entry for automated generation, via existing criteria (nodes and rate limiting) but also adding criteria (for automated generation) such as minimum posts, min/max days since creation, and xx days/posts since generation for regeneration?
 
I think the CSS/LESS application and coding could use some rework.

Using a CSS <style> block has some downfalls. It is currently non-cacheable separately from the page itself, which means it is unnecessarily increasing every page size and in turn causing slight performance impacts on every page in which the AI summary resides. You should be utilizing XenForo's template system so the CSS/LESS is compiled and served with XenForo's already optimized CSS/LESS file which is cached by the browser (i.e <xf:css src="ai_summary.less" />.

Simple change but much more code efficient than what appears to be currently occurring within the add-on and on page.

Edit: Recommend the same for the multiple <script> references. (i.e. <xf:js src="ai_summary.js" />)

With just these 2 changes you can make the majority of your current on page code browser cacheable and only needed to be loaded once for your entire site rather than on every page an AI summary exists.
 
Last edited:
Back
Top Bottom