LOLGORITHM: Funny Comment Generation Agent For Short Videos
A multi-agent AI system generates culturally tuned comments for TikTok-style videos — but human preference tests on 107 people are the main evidence.

The Thesis
Short-form video platforms like TikTok and YouTube Shorts live or die by comment engagement, yet no existing AI tool reliably produces comments that feel native to those platforms' slang, meme culture, and audience norms. LOLGORITHM is a modular pipeline — three cooperating AI modules that first summarize a video, classify it by genre, then generate styled comments augmented with trending memes pulled from a retrieval database. The claimed result is that real users preferred its outputs over baseline methods roughly 80–84% of the time across two platforms and two languages. The catch: the human evaluation involved only 107 respondents, the dataset is modest at 3,267 videos, and the commercial path from research demo to deployed product is unclear.
Catalyst
Large language models (LLMs) capable of multimodal reasoning — processing both video frames and text simultaneously — have only become practically usable in the last two years, making video-aware comment generation feasible without custom model training. At the same time, short-form video has become the dominant content format globally, creating a clear commercial incentive to automate engagement-driving interactions at scale. The authors also constructed a bilingual dataset spanning YouTube and Douyin (the Chinese version of TikTok), which previously did not exist in this form.
What's New
Earlier approaches to automated video comments split into two camps: video summarization systems, which describe what happens on screen but produce dry, factual text rather than culturally resonant reactions; and danmaku generators, which produce the real-time scrolling commentary used on Chinese platforms like Bilibili but are tuned to a single platform's style and do not transfer well. LOLGORITHM differs by treating style as a first-class input — users can select from six tonal modes (such as humorous, sarcastic, or wholesome) — and by augmenting generation with a live retrieval step that pulls in current memes, making the output feel timely rather than generic.
The Counter
The headline numbers — 80–84% human preference — sound strong until you notice that only 107 people evaluated the outputs. That is a sample size that academic marketing papers would flag as underpowered, let alone as evidence for a production-ready system. Meme culture moves faster than any retrieval database can be updated; a system that felt fresh in January may produce cringeworthy anachronisms by March, and the paper does not address how the meme index stays current. The ablation studies show the framework architecture matters more than the choice of LLM backbone, which is methodologically interesting — but it also means the system is tightly coupled to a specific pipeline design that may break when platform norms shift. Finally, platforms themselves (TikTok, YouTube) have strong incentives to detect and suppress AI-generated inauthentic engagement, and regulatory pressure on synthetic social content is rising in both the US and EU. The commercial window may be narrower than it appears.
Longs
- META — Instagram Reels and Facebook Watch engagement tooling
- GOOGL — YouTube Shorts comment moderation and creator tools division
- BILI — Bilibili, direct operator of the danmaku format this research extends
- TTWO — indirect; social gaming overlap with meme-driven comment culture
- BOTZ (robotics/AI ETF) — broad generative AI application exposure
Shorts
- Manually operated social media management agencies — if comment automation reaches production quality, routine engagement tasks shrink
- Early danmaku-specific startups — their single-platform, single-language moat narrows if cross-platform bilingual systems mature
Enablers (Picks & Shovels)
- OpenAI GPT-4o and similar multimodal LLM APIs — the backbone models the pipeline wraps
- Douyin/TikTok open data initiatives — source of training and evaluation content
- Vector databases such as Pinecone or Weaviate — enable the meme retrieval augmentation step
- YouTube Data API — used to source the English-language half of the dataset
Private Watchlist
- Captions.ai — AI-native video editing and engagement layer
- Moonvalley — generative video startup with content-understanding components
- Descript — multimodal video editing platform that could absorb comment-generation features
Resources
The Paper
Short-form video platforms have become central to multimedia information dissemination, where comments play a critical role in driving engagement, propagation, and algorithmic feedback. However, existing approaches -- including video summarization and live-streaming danmaku generation -- fail to produce authentic comments that conform to platform-specific cultural and linguistic norms. In this paper, we present LOLGORITHM, a novel modular multi-agent framework for stylized short-form video comment generation. LOLGORITHM supports six controllable comment styles and comprises three core modules: video content summarization, video classification, and comment generation with semantic retrieval and hot meme augmentation. We further construct a bilingual dataset of 3,267 videos and 16,335 comments spanning five high-engagement categories across YouTube and Douyin. Evaluation combining automatic scoring and large-scale human preference analysis demonstrates that LOLGORITHM consistently outperforms baseline methods, achieving human preference selection rates of 80.46\% on YouTube and 84.29\% on Douyin across 107 respondents. Ablation studies confirm that these gains are attributable to the framework architecture rather than the choice of backbone LLM, underscoring the robustness and generalizability of our approach.