@gaoren7716: Writing a thesis? It might get rewritten by a systematic AI system. Not just polishing or rewriting a sentence – from topic selection onward, there are 13 agents collaborating. Feature list: Deep Research (13-agent research team), Systematic Review (P…

X AI KOLs Timeline Tools

Summary

Introduces an open-source AI tool called Academic Research Skills that automates the entire academic research process from topic selection to writing and peer review through collaboration of 13 agents. It can be installed as a Claude Code plugin, turning academic research into a standardized production line.

Write a thesis? It might be rewritten by a systematic AI system. Not just polishing or rewriting a sentence – starting from topic selection, 13 agents collaborate. Feature list: Deep Research (13-agent research team) Systematic Review (PRISMA-level review) Paper Writer (12-agent writing system) Peer Review (7-agent multi-reviewer mechanism) Pipeline Orchestrator (10-stage academic pipeline) Automatic integrity check (anti-hallucination citations) Citation auto-conversion (APA/IEEE/MLA) Socratic writing mode (question-driven progression) Revision loop auto-iteration Can be directly installed as a Claude Code plugin It's not a thesis-writing tool; it turns academic research into a standardized production line. Before: one person writing a thesis Now: one person + a team of AI agents It even simulates reviewers. http://github.com/Imbad0202/academic-research-skills… #AI #Research #Agents #OpenSource
Original Article
View Cached Full Text

Cached at: 05/24/26, 08:27 AM

Writing a paper might soon be rewritten by a process-driven AI system. It doesn’t just polish your writing or tweak a sentence — from the topic selection stage onwards, there are 13 Agents collaborating. Feature list: Deep Research (13-agent research team), Systematic Review (PRISMA-level review), Paper Writer (12-agent writing system), Peer Review (7-agent multi-reviewer mechanism), Pipeline Orchestrator (10-stage academic pipeline), Automatic integrity check (anti-hallucination citations), Automatic citation conversion (APA/IEEE/MLA), Socratic writing mode (progress through questions), Revision loop auto-iteration. Can be installed directly as a Claude Code plugin. It’s not just a paper-writing tool; it turns academic research into a standardized production line. Before: one person writes a paper. Now: one person + a team of AI Agents. Even peer reviewers are simulated. http://github.com/Imbad0202/academic-research-skills… #AI #Research #Agents #OpenSource — # Imbad0202/academic-research-skills Source: https://github.com/Imbad0202/academic-research-skills # Academic Research Skills for Claude Code Version (https://github.com/Imbad0202/academic-research-skills/releases/tag/v3.9.4.2) License: CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/) Sponsor (https://buymeacoffee.com/crucify020v) Simplified Chinese version | Traditional Chinese version | Japanese version A comprehensive suite of Claude Code skills for academic research, covering the full pipeline from research to publication. Install in 30 seconds (Claude Code CLI / VS Code / JetBrains, v3.7.0+): text /plugin marketplace add Imbad0202/academic-research-skills /plugin install academic-research-skills Then try /ars-plan to walk through your paper structure via Socratic dialogue, or jump to Quick install for prerequisites and the traditional symlink flow. > AI is your copilot, not the pilot. This tool won’t write your paper for you. It handles the grunt work — hunting down references, formatting citations, verifying data, checking logical consistency — so you can focus on the parts that actually require your brain: defining the question, choosing the method, interpreting what the data means, and writing the sentence after “I argue that.” > > Unlike a humanizer, this tool doesn’t help you hide the fact that you used AI. It helps you write better. Style Calibration learns your voice from past work. Writing Quality Check catches the patterns that make prose feel machine-generated. The goal is quality, not cheating. ### Why human-in-the-loop, not full automation? Lu et al. (2026, Nature 651:914-919) built The AI Scientist — the first fully autonomous AI research system to publish a paper through blind peer review at a top-tier ML venue (ICLR 2025 workshop, score 6.33/10 vs workshop average 4.87). Their Limitations section enumerates the failure modes that any fully-autonomous AI research pipeline inherits: implementation bugs, hallucinated results, shortcut reliance, bug-as-insight reframing, methodology fabrication, frame-lock, citation hallucinations. ARS is built on the premise that a human researcher augmented by AI avoids these failure modes better than either alone. Stage 2.5 and Stage 4.5 integrity gates run a 7-mode blocking checklist (see academic-pipeline/references/ai_research_failure_modes.md); the reviewer offers an opt-in calibration mode that measures its own FNR/FPR against a user-supplied gold set. Zhao et al. (https://arxiv.org/abs/2605.07723) (2026-05) audited 111M references across 2.5M papers on arXiv, bioRxiv, SSRN, and PMC. Their conservative estimate is 146,932 hallucinated citations for 2025 alone, with an observed mid-2024 inflection; for the bioRxiv-to-PMC pairing they report 85.3% preprint-to-published persistence. The paper describes “real citations deployed to support claims the cited references do not actually make” as an open challenge. ARS v3.7.1 added trust-chain frontmatter for source provenance; v3.7.3 added locator infrastructure (three-layer citation anchors) for future claim-level audits and surfaces advisory risk signals at cite time (ARS labels the claim-faithfulness gap internally as “L3”; this is ARS terminology, not the paper’s). v3.7.x is motivated by Zhao et al.‘s corpus-scale findings; corpus-scale evaluation of ARS itself remains future work. v3.8 closes the second half of the L3 gap. v3.7.3 made every citation carry a locator anchor; v3.8 adds an opt-in audit pass (ARS_CLAIM_AUDIT=1) that fetches the cited source against each anchor and judges whether the claim is actually supported. Five new HIGH-WARN classes (claim-not-supported, negative-constraint-violation, fabricated-reference, anchorless, constraint-violation-uncited) gate-refuse output through the formatter terminal hard gate. Calibration is shipped as a 20-tuple gold set with FNR<0.15 + FPR<0.10 acceptance thresholds; ramp-on plan is deferred to post-calibration evidence per v3.8 spec §5. v3.3 was inspired by PaperOrchestra (https://arxiv.org/abs/2604.05018) (Song, Song, Pfister & Yoon, 2026, Google): Semantic Scholar API verification, anti-leakage protocol, VLM figure verification, and score trajectory tracking. — ## Architecture & pipeline 👉 docs/ARCHITECTURE.md — the full pipeline view: flow diagram, stage-by-stage matrix, data-access flow, skill dependency graph, quality gates, and mode list. The architecture doc supersedes the sprawling pipeline description that used to live here. Everything about what runs in which stage now lives in one place. ## Quick install Prerequisites - Claude Code (https://claude.ai/install.sh) (latest; plugin packaging requires recent versions) - ANTHROPIC_API_KEY exported, or set on first claude run - Optional: Pandoc for DOCX, tectonic + Source Han Serif TC for APA 7.0 PDF (Markdown output works without either) Plugin install (v3.7.0+, recommended): text /plugin marketplace add Imbad0202/academic-research-skills /plugin install academic-research-skills Verify it works: run /ars-plan and describe a paper you’re working on — ARS will start a Socratic dialogue to map out chapter structure. For a single-shot test instead, try /ars-lit-review "your topic". 👉 docs/SETUP.md — full guide: install Claude Code, set up API keys, optional Pandoc/tectonic for DOCX/PDF, cross-model verification (ARS_CROSS_MODEL), and five installation methods (Plugin, project skills, global skills, claude.ai Project, repo-cloned). Using Codex CLI? Install the sibling distribution instead: Imbad0202/academic-research-skills-codex (https://github.com/Imbad0202/academic-research-skills-codex) — same workflow content, Codex-native packaging as a single $academic-research-suite skill with ars-* aliases. ## Performance & cost 👉 docs/PERFORMANCE.md — per-mode token budgets, full-pipeline estimate (~$4–6 for a 15k-word paper), and recommended Claude Code settings (Skip Permissions; Agent Team optional). ## Guides & articles - Academic Writing Shouldn’t Be a Solo Act (https://open.substack.com/pub/edwardwu223235/p/academic-writing-shouldnt-be-a-solo?r=4dczl&utm_medium=ios) — full pipeline walkthrough (English) - Academic Writing Shouldn’t Be a Solo Act: How an Open-Source AI Collaboration Tool Changes Researchers’ Workflow (https://open.substack.com/pub/edwardwu223235/p/ai?r=4dczl&utm_medium=ios) — Complete user guide (Traditional Chinese) — ## Features at a glance - Deep Research — 13-agent research team with Socratic guided mode, PRISMA systematic review, intent detection, dialogue health monitoring, optional cross-model DA, Semantic Scholar API verification. - Academic Paper — 12-agent paper writing with Style Calibration, Writing Quality Check, LaTeX hardening, visualization, revision coaching, citation conversion, anti-leakage protocol, and VLM figure verification. - Academic Paper Reviewer — 7-agent multi-perspective peer review with 0–100 quality rubrics (EIC + 3 dynamic reviewers + Devil’s Advocate), concession threshold protocol, attack intensity preservation, optional cross-model DA critique / calibration, R&R traceability matrix, read-only constraint. - Academic Pipeline — 10-stage pipeline orchestrator with adaptive checkpoints, claim verification, Material Passport, optional repro_lock, optional cross-model integrity verification, mid-conversation reinforcement, and score trajectory tracking. - Data Access Level Metadata (v3.3.2+) — every skill declares data_access_level (raw / redacted / verified_only); enforced by scripts/check_data_access_level.py. Pattern adapted from Anthropic’s automated-w2s-researcher (2026). See shared/ground_truth_isolation_pattern.md. - Task Type Annotation (v3.3.2+) — every skill declares task_type (open-ended or outcome-gradable). All current ARS skills are open-ended. - Benchmark Report Schema (v3.3.5+) — JSON Schema + lint for honest benchmark comparisons. See shared/benchmark_report_pattern.md. - Artifact Reproducibility Lockfile (v3.3.5+) — optional repro_lock sub-block on Material Passport. Configuration documentation, not replay guarantee — LLM outputs are not byte-reproducible. See shared/artifact_reproducibility_pattern.md. — ## Showcase: real pipeline output See the complete artifacts from a real 10-stage pipeline run — peer review reports, integrity verification reports, and the final paper: Browse all pipeline artifacts → | Artifact | Description | |—|—| | Final Paper (EN) | APA 7.0 formatted, LaTeX-compiled | | Final Paper (ZH) | Chinese version, APA 7.0 | | Integrity Report — Pre-Review | Stage 2.5: caught 15 fabricated refs + 3 statistical errors | | Integrity Report — Final | Stage 4.5: zero regressions confirmed | | Peer Review Round 1 | EIC + 3 Reviewers + Devil’s Advocate | | Re-Review | Verification after revisions | | Peer Review Round 2 | Follow-up review | | Response to Reviewers | Point-by-point author response | | Post-Publication Audit Report | Independent full-reference audit: found 21/68 issues missed by 3 rounds of integrity checks | — ## Companion: Experiment Agent If your research involves running experiments (code or human studies) before writing, the Experiment Agent (https://github.com/Imbad0202/experiment-agent) skill fills the gap between ARS Stage 1 (RESEARCH) and Stage 2 (WRITE). ARS Stage 1 RESEARCH → RQ Brief + Methodology Blueprint ↓ experiment-agent → run/manage experiments → validate results ↓ ARS Stage 2 WRITE → write paper with verified experiment results What it does: executes code experiments (Python, R, etc.) with real-time monitoring, manages human study protocols with IRB ethics checklist, interprets statistics with 11-type fallacy detection, and verifies reproducibility. How to use together: pause the ARS pipeline after Stage 1, run experiments in a separate experiment-agent session, then bring the results (with Material Passport) back to ARS Stage 2. ARS requires zero modification. See the experiment-agent README (https://github.com/Imbad0202/experiment-agent) for setup instructions. — ## Usage ### Quick Start # Start a full research pipeline You: "I want to write a research paper on AI's impact on higher education QA" # Start with Socratic guidance You: "Guide my research on AI in educational evaluation" # Write a paper with guided planning You: "Guide me through writing a paper on demographic decline" # Review an existing paper You: "Review this paper" (then provide the paper) # Check pipeline status You: "status" ### Individual Skills #### Deep Research (7 modes) "Research the impact of AI on higher education" → full mode "Give me a quick brief on X" → quick mode "Do a systematic review on X with PRISMA" → systematic-review mode "Guide my research on X" → socratic mode (guided) "Fact-check these claims" → fact-check mode "Do a literature review on X" → lit-review mode "Review this paper's research quality" → review mode #### Academic Paper (10 modes) "Write a paper on X" → full mode "Guide me through writing a paper" → plan mode (guided) "Build a paper outline" → outline-only mode "I have a draft, here are reviewer comments" → revision mode "Parse these reviewer comments into a roadmap" → revision-coach mode "Write an abstract for this paper" → abstract-only mode "Turn this into a literature review paper" → lit-review mode "Convert to LaTeX" / "Convert citations to IEEE" → format-convert mode "Check citations" → citation-check mode "Generate an AI disclosure statement for NeurIPS" → disclosure mode #### Academic Paper Reviewer (6 modes) "Review this paper" → full mode (EIC + R1/R2/R3 + Devil's Advocate) "Quick assessment of this paper" → quick mode "Guide me to improve this paper" → guided mode "Check the methodology" → methodology-focus mode "Verify the revisions" → re-review mode "Calibrate this reviewer against my gold set" → calibration mode #### Academic Pipeline (Orchestrator) "I want to write a complete research paper" → full pipeline from Stage 1 "I already have a paper, review it" → mid-entry at Stage 2.5 (integrity first) "I received reviewer comments" → mid-entry at Stage 4 > Pipeline ends with Stage 6: Process Summary — auto-generates a paper creation process record with 6-dimension Collaboration Quality Evaluation (1–100 scoring). ### Supported Languages - Traditional Chinese (繁體中文) — default when user writes in Chinese - English — default when user writes in English - Bilingual abstracts (Chinese + English) for academic papers > Using a different language? Socratic mode (deep-research) and Plan mode (academic-paper) use intent-based activation — they detect the meaning of your request, not specific keywords. This means they work in any language without modification. > > However, the general Trigger Keywords section (which determines whether the skill is activated at all) still lists English and Traditional Chinese keywords. If you find the skill isn’t activating reliably in your language, you can add your language’s keywords to the ### Trigger Keywords section in each SKILL.md file to improve matching confidence. ### Supported Citation Formats - APA 7.0 (default, including Chinese citation rules) - Chicago (Notes & Author-Date) - MLA - IEEE - Vancouver ### Supported Paper Structures - IMRaD (empirical research) - Thematic Literature Review - Theoretical Analysis - Case Study - Policy Brief - Conference Paper — ## Skill Details Per-agent responsibilities and per-stage artifacts now live in docs/ARCHITECTURE.md. Version numbers are anchored here so release metadata stays in one place. ### Deep Research (v2.8) 13-agent research team. Modes: full, quick, review, lit-review, fact-check, socratic, systematic-review. Full agent roster and artifacts: see ARCHITECTURE.md §3. ### Academic Paper (v3.0) 12-agent paper writing pipeline. Modes: full, plan, outline-only, revision, revision-coach, abstract-only, lit-review, format-convert, citation-check, disclosure. Output: MD + DOCX (via Pandoc when available) + LaTeX (APA 7.0 apa7 class / IEEE / Chicago) → PDF via tectonic. Full agent roster and per-phase responsibilities: see ARCHITECTURE.md §3. ### Academic Paper Reviewer (v1.8) 7-agent multi-perspective review with 0-100 quality rubrics. Modes: full, re-review, quick, methodology-focus, guided, calibration. Decision mapping: ≥80 Accept, 65-79 Minor Revision, 50-64 Major Revision, <50 Reject. First-round review team vs. narrow re-review team boundary: see ARCHITECTURE.md §3 Stage 3 / Stage 3’. ### Academic Pipeline (v3.7) 10-stage orchestrator with integrity verification, two-stage review, Socratic coaching, and collaboration evaluation. Pipeline guarantees: every stage requires

Similar Articles

@AYi_AInotes: https://x.com/AYi_AInotes/status/2062774798166503872

X AI KOLs Timeline

The author open-sourced an AI content creation system based on the Helio platform, where multiple AI agents automatically take turns completing topic discovery, research, content rewriting, and distribution. The author only needs to make two decisions (select topics and finalize drafts), greatly improving content creation efficiency.

@vintcessun: Finally, someone has paved the way for AI-assisted research, connecting the once fragmented pipeline. Writing papers, compiling literature reports, generating simulation figures, and creating defense slides — in the past each step required manually shuffling data and copying results. Now, three Skills tie the entire workflow together: from scientific-toolkit for computing data and generating figures, feeding directly into research-writing for the main text, and then letting office-academic produce editable PPTs and Word documents, completely eliminating repetitive manual effort. The core is a complementary collaboration set, installable with one click in Claude Code and Codex, with Chinese-first support.

X AI KOLs Timeline

A report on an AI-assisted research tool that connects the entire research workflow through three Skills (scientific-toolkit, research-writing, office-academic), from data computation to paper writing to PPT creation. It supports one-click installation in Claude Code and Codex, with Chinese-first priority.

@ai_suxiaole: Many AI tools can save researchers time, but most only solve one step: reading papers, writing code, polishing papers, or summarizing abstracts. Sakana AI's AI Scientist-v2 aims to be an AI system that runs the full research workflow, from generating research hypotheses to designing experiments...

X AI KOLs Timeline

Sakana AI has released AI Scientist-v2, an end-to-end automated research system that can autonomously go from generating research hypotheses to writing papers, and has been accepted by the ICLR2025 Workshop after peer review.

@vintcessun: So this is how AI writing for academic papers can be done: not by direct polishing, but by first having the agent learn the target scenario, read excellent examples, and then record why each paragraph was written that way. PaperSpine uses a writing rationale matrix to turn writing into an auditable reasoning process, rather than black-box generation.…

X AI KOLs Timeline

PaperSpine is a paper writing skill suite for Codex, Claude Code, and OpenClaw, which transforms AI writing into an auditable reasoning process through a writing rationale matrix, rather than black-box generation.