# Paper Scanner

> Automated academic paper and technical content scanning for the Research department. Discovers relevant papers from arXiv, conference proceedings, and tech blogs. Extracts key findings, scores applicability to CoreMind, and feeds the research self-improvement loop. Use when scanning for new research, evaluating papers, building literature reviews, or running the research UAOP pipeline.

- Skill: `kmshihab7878/paper-scanner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kmshihab7878/paper-scanner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kmshihab7878/paper-scanner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: kmshihab7878 (https://skillmd.com/u/kmshihab7878)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kmshihab7878/paper-scanner

---


# Paper Scanner — Research Department Intelligence Engine

Automated discovery and evaluation of research relevant to CoreMind/AION. UAOP Stage 1 for Research.

## When to use

- Weekly research scan — "anything new in multi-agent systems?"
- Before architecture decisions — "what does the research say?"
- Technology evaluation — "is this approach validated?"
- Building a literature review for a specific topic

## Pipeline

### Step 1: Scan Sources
- arXiv (cs.AI, cs.MA, cs.SE) — last 7/30 days
- Conference proceedings (NeurIPS, ICML, KubeCon, PyCon)
- Tech blogs from relevant companies (Anthropic, OpenAI, Google DeepMind)
- Industry reports (Gartner, a16z, Sequoia)

### Step 2: Filter and Score
For each paper/article:
- Relevance to CoreMind priorities (multi-agent, LLM, governance, financial ML)
- Evidence grade (A/B/C per research/rules.md)
- Applicability score (1-10): can we use this in the next 90 days?
- Implementation complexity (S/M/L)

### Step 3: Produce Research Brief
Per qualifying paper:
- One-paragraph summary (what they did, what they found)
- Key finding applicable to CoreMind
- Implementation proposal (if applicable)
- Evidence grade + confidence level

### Step 4: Self-Improvement Loop
- Track research-to-implementation conversion rate
- Reinforce sources with high conversion
- Adjust scanning keywords based on current priorities

## Cadence
```
WEEKLY:   arXiv scan + tech blog digest
MONTHLY:  Full research brief with top 10 findings
QUARTERLY: Research agenda review based on implementation outcomes
```

## Agents
| Agent | Role |
|-------|------|
| deep-research (L2) | Owns research agenda, executes scans |
| data-analyst (L2) | Evaluates quantitative findings |
| root-cause-analyst (L5) | Validates methodology quality |
| learning-guide (L5) | Creates learning paths from findings |

