I’ve been using Discourse as the display component of an AI research platform. Using one or all of 5 different AI, you generate reports, fact-check the reports, merge the reports and post results on Discourse.
From a paractical perspective you can just crank out reports. Here are a few on using the new DJI Flip drone:
https://forum.makermattdesign.com/tag/dji
Next you can fact-check a report. Here is a fact-check on collaboration between the Solana blockchain and VISA. The fact-check splits a report into statements, and fact-checks each statement {true:2, mostly-true:1, opinion:0, mostly-false:-1, false:-2}.
https://forum.makermattdesign.com/t/visa-and-solana-revolutionizing-global-payment-settlement/318?u=matt
Finally, you can measure the effectiveness of different AI in a specific domain. In this case I had 5 different AI write a report on two-stage vs three-stage rocket efficiency. I then had the 5 AI fact-check each report creating a 5 by 5 cross product. Discourse makes it easy to publish the results.
https://forum.makermattdesign.com/t/comparative-analysis-two-stage-vs-three-stage-rockets-for-orbital-payload-delivery/327
All of this was fairly easy using the Discourse API for uploading audio files, pictures(data plots), and linking them into Posts. Many thanks for everyone contributing to Discourse.