Open-source research pipeline
Literature review, novelty generation, citation verification, and adversarial review. A self-coordinating pipeline of 20+ specialized agents for researchers.
Quick Start
Python CLI tools:
Install skills via npx (any agent):
Full pipeline (requires OpenCode):
What Makes This Different
| Capability | Other AI Paper Tools | Sisyphus Academica |
|---|---|---|
| Literature review | 10-20 papers | 500+ papers via 5 parallel scouts |
| Citation accuracy | ~60% (40% hallucination) | 100% verified against 2+ sources [view proof] |
| AI-sounding text | Post-hoc cleanup | 41 Humanizer patterns as generation constraints |
| Voice calibration | None | Learns author's voice from writing samples |
| Novelty generation | "What's the gap?" | 6 novelty engines Γ 50+ hypotheses |
| Adversarial review | None | 10 distinct reviewer personas |
What You Get
17 Portable Agent Skills
Install any skill in one command β works with Claude Code, Codex, Cursor, Gemini CLI, OpenCode:
npx skills add argahv/sisyphus-academica # Browse all 17 interactively
npx skills add argahv/novelty-skills # Standalone thinking tools pack
Invoke directly in your agent:
/contrarian "The claim: 'Attention is all you need'"
/heretic "Paper: 'Scaling Laws for Neural Language Models'"
6 Novelty Engines
Contrarian
Invert every well-established claim
Generates 10 counter-hypotheses by inverting claims across 6 axes: polarity, direction, scope, relevance, existence, priority.
Cross-Pollinator
Solutions from 15 distant fields
Maps concepts from astrodynamics onto biology, from monetary policy onto ML. Extract the mechanism, not the metaphor.
Assumption Excavator
Find what everyone assumed
Surfaces resource, behavioral, environmental, temporal, and causal assumptions. Tests what breaks if each is false.
Counterfactual Generator
The field without its key papers
Removes the most-cited papers from history. Traces ripple effects. Finds suppressed alternatives that deserve a second look.
Paradox Sifter
Contradictions everyone ignores
Cross-references Limitations sections across papers. Finds direct contradictions, mutual ignorance, hidden dependencies, and escalations.
Heretic
50 wild hypotheses from any abstract
The crown jewel. Generates 50 hypotheses from title+abstract alone, scores against the actual paper, finds the haunting idea.
The Quality Gates
Pipeline Overview
Project Structure
sisyphus-academica/
βββ orchestrator/ # Research Director agent
βββ subagents/ # Writing pipeline agents (writer, verifier, etc.)
βββ novelty-engines/ # 6 novelty generation agents
βββ reviewers/ # 10 adversarial reviewer personas
βββ skills/ # 17 portable skill files (SKILL.md format)
βββ tools/ # Python CLI toolchain
βββ templates/ # LaTeX venue templates
βββ config/ # Agent configuration
βββ examples/siren-paper/ # Full pipeline output (13-page paper)
βββ tests/ # Python unit tests
βββ docs/ # This documentation site