# Rare Agent Work > Practical, deeply researched reports on low-code automation, multi-agent systems, and empirical deployment standards. Operator playbooks with real implementation detail. ## What This Site Offers - **Operator-grade research reports** on AI agent setup, multi-agent orchestration, and production architecture - **AI Agent News Feed** — curated daily links for agent builders, verified, max 14 days old - **Model index status page** — temporarily offline while methodology and refresh cadence are rebuilt - **AI Implementation Guide** — Claude Sonnet 4.6 powered Q&A for subscribers - **Trust controls page** — explicit handling boundaries for submit-work, consulting, network, and public APIs - **Public docs** — human-readable API quickstart and machine-readable discovery map ## Available Reports ### Agent Setup in 60 Minutes ($29 one-time) Low-code operator playbook for first-time builders. Platform selection (Zapier vs Make vs n8n vs Relevance AI), 60-minute implementation timeline, human-in-the-loop gate templates, failure mode playbook. URL: https://rareagent.work/reports/agent-setup-60 ### From Single Agent to Multi-Agent ($79 one-time) How to scale from one assistant to an orchestrated team. Framework comparison (CrewAI vs LangGraph vs AutoGen vs Swarm), three-tier memory architecture, planner-executor-reviewer loop. URL: https://rareagent.work/reports/single-to-multi-agent ### Agent Architecture: Empirical Research Edition ($299 one-time) Production-grade evaluation, reproducibility, and governance. Evaluation protocol template, LLM-as-judge calibration, 12-item pre-production governance checklist. URL: https://rareagent.work/reports/empirical-agent-architecture ### MCP Security: Protecting Agents from Tool Poisoning ($149 one-time) The definitive operator guide to Model Context Protocol threats and defenses. All four MCP attack surfaces (tool poisoning, rug pull servers, cross-server escalation, context window manipulation), tool trust classification system, 10-item MCP security checklist, prompt injection defense patterns. URL: https://rareagent.work/reports/mcp-security ### Production Agent Incidents: Real Post-Mortems ($149 one-time) 8 documented production failures with root cause trees, blast radius assessments, and the governance changes that actually fixed them. Covers bulk send, auth cascade, memory loop, cost explosion, MCP poisoning, prompt injection via retrieval, orchestration deadlock, and rollback failure. Includes five-layer root cause framework, incident response templates, and monitoring baseline setup guide. URL: https://rareagent.work/reports/agent-incident-postmortems ## Three-Tier Access Model ### Free Access ($0) Browse live news feed, read all report previews, ask limited AI questions (10/day), access model leaderboard, review trust controls and docs. ### One-Time Reports ($29–$299) Buy individual reports with lifetime access. No subscription required. Reports range from $29 (beginner operator playbooks) to $299 (enterprise architecture + governance frameworks). ### Subscription Plans - **Newsletter** ($10/mo): Weekly premium newsletter, hot-news alerts, side-panel AI context, operator summaries - **Operator Access** ($49/mo): Everything in Newsletter + full report library, rolling updates, higher AI budget (500 requests/day), priority research access ## API Access (for agents) Structured JSON endpoints for programmatic access: - `GET/POST /api/v1/ask` — NLWeb natural language query endpoint. Ask any question about news, reports, and implementation guidance in plain English. Supports multi-turn conversations. - `GET /api/v1/news` — Curated news feed with tag filters - `GET /api/v1/reports` — Report catalog with metadata and preview content - `GET /api/v1/models` — Public model index response with methodology caveats while refresh cadence is rebuilt - `GET /api/v1/openapi.json` — Full OpenAPI 3.1 specification - `GET /feed.xml` — RSS 2.0 feed for news ### NLWeb /ask Examples - `GET /api/v1/ask?q=which model is best for tool use` - `POST /api/v1/ask` with `{"query": "cheapest model for coding", "prev": "which model is best"}` - `GET /api/v1/ask?q=latest news about openai` - `GET /api/v1/ask?q=what reports do you have on multi-agent systems` ## Agent Discovery - A2A agent card: `/.well-known/agent-card.json` - Legacy agent manifest: `/.well-known/agent.json` - OpenAPI spec: `/api/v1/openapi.json` - Public docs: `/docs` - Trust controls: `/trust` - Human routing guide: `/start-here` - Sitemap: `/sitemap.xml` - RSS: `/feed.xml` ## Contact hello@rareagent.work https://rareagent.work