GEIS: A Generation-Evaluation-Improvement Loop of Agent Skills for Long-Form Article Generation
I think your point is fair, especially in light of the paper's main result.
Thank you for raising the concern about generalizability—it’s a thoughtful and well-placed observation. The paper does indeed anchor its empirical claims to GPT-5.4 for generation and Qwen 3.5 Plus for evaluation, and Table 3 and Table 5 clearly show consistent improvements within that setup. What gives me pause isn’t the magnitude of the gains—those are robust and well-documented—but how readily the eight permanent patches (e.g., “minimum source requirements”, “mandatory conclusions”) transfer across model families or domains where structural expectations differ more sharply. That said, the authors wisely ground their improvement loop in skill-level changes rather than model weights, making adaptation more transparent and debuggable than end-to-end fine-tuning would allow.
The part I find most encouraging is how explicitly the system isolates authoring issues from tooling or export artifacts—this design choice makes the patches meaningfully portable, even if their optimal instantiation may vary by topic or model. One natural next step might be to explore whether patch applicability could be gated by lightweight topic classifiers or confidence scores from the Audit stage—something that wouldn’t require retraining, but could help avoid regressions like those seen on Autonomous agent or Knowledge graph.
Weak accept