Skip to main content

Ai Research Mapper

@webframp/ai-research-mapperv2026.06.17.2· 1d agoMODELS
01README

Fetch AI papers from arXiv and map them to cloud infrastructure decisions across AWS, Azure, and GCP. Produces structured per-provider implications with priority ratings, relevant cloud services, and decision categories.

02Models1
@webframp/ai-research-mapperv2026.06.17.2ai_research_mapper.ts

Global Arguments

ArgumentTypeDescription
apiEndpointstringBase URL for paper lookup — arXiv default, but can point elsewhere
fn map(paperId: string)
Index an AI paper and map it to cloud infrastructure decisions
ArgumentTypeDescription
paperIdstringarXiv ID or URL (e.g., '2502.05795' or 'https://arxiv.org/abs/2502.05795')
fn get(arxivId: string)
Retrieve a previously mapped paper's cloud infrastructure analysis
ArgumentTypeDescription
arxivIdstringarXiv ID to look up
fn list(provider?: string, category?: string)
Show recent mapped papers summary
ArgumentTypeDescription
provider?stringFilter by cloud provider (AWS, Azure, GCP, generic)
category?stringFilter by decision category (training-cost, inference-cost, etc.)

Resources

mapping(infinite)— AI paper to cloud infrastructure mapping result
paper(infinite)— Raw paper metadata fetched from arXiv
03Previous Versions1
2026.06.17.1Jun 17, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
10.4 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms