Skip to Content
Solution PlaysPlay 77: Play 77 β€” Research Paper AI πŸ“š

Play 77 β€” Research Paper AI πŸ“š

AI research assistant β€” multi-source paper search, structured extraction, thematic literature review, citation network analysis, research gap identification.

Build an intelligent research assistant. Search across Semantic Scholar, arXiv, PubMed, and Crossref simultaneously, extract structured data (objective, methodology, findings, limitations), synthesize thematic literature reviews with verified citations, and identify research gaps grounded in paper limitations.

Quick Start

cd solution-plays/77-research-paper-ai az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder to implement, @reviewer to audit, @tuner to optimize

Architecture

πŸ“ Full architecture details

Pre-Tuned Defaults

  • Search: 4 sources Β· top 50 papers Β· relevance threshold 0.7 Β· dedup by DOI
  • Extraction: 6 structured fields Β· full-text preferred Β· quantitative results included
  • Synthesis: Thematic grouping Β· APA citations Β· 3000 max words Β· compare/contrast
  • Gaps: 3-5 per review Β· evidence-required Β· 5 gap types

DevKit (AI-Assisted Development)

PrimitiveWhat It Does
agent.mdRoot orchestrator with builder→reviewer→tuner handoffs
copilot-instructions.mdResearch domain (multi-source search, citation verification, thematic synthesis pitfalls)
3 agentsBuilder (gpt-4o), Reviewer (gpt-4o-mini), Tuner (gpt-4o-mini)
3 skillsDeploy (200+ lines), Evaluate (125+ lines), Tune (230+ lines)
4 prompts/deploy, /test, /review, /evaluate with agent routing

Cost Estimate

ServiceDevProdEnterprise
Azure OpenAI$40$500$2,000
Azure AI Search$0$250$1,000
Cosmos DB$3$90$350
Azure Functions$0$40$200
Container Apps$10$150$400
Key Vault$1$5$15
Application Insights$0$30$100
Total$54$1,065$4,065

πŸ’° Full cost breakdown

vs. Play 01 (Enterprise RAG)

AspectPlay 01Play 77
FocusEnterprise document Q&AAcademic paper research
Data SourceInternal documentsSemantic Scholar, arXiv, PubMed
OutputSingle answer with citationsLiterature review + gap analysis
CitationInternal document referencesDOI-verified academic citations

πŸ“– Full documentation Β· 🌐 frootai.dev/solution-plays/77-research-paper-aiΒ  Β· πŸ“¦ FAI Protocol

FAI Manifest

FieldValue
Play77-research-paper-ai
Version1.0.0
KnowledgeR2-RAG-Architecture, O2-AI-Agents, T2-Responsible-AI, F1-GenAI-Foundations
WAF Pillarsresponsible-ai, reliability, performance-efficiency, security
Last updated on