Skip to content

Paperboy

Bora Celik
Bora Celik
4 min read

There are 100+ AI research papers posted on arXiv every day.

I need to keep up. So do you. So does everyone building AI products. But I can't keep up. So I don't learn.

This is a serious problem for me as someone building AI products day in, day out.

The existing solutions are all apps. Semantic Scholar. Connected Papers. ResearchRabbit. Paper Digest. Each one with its own database, its own interface, its own subscription.

None of them know what I'm working on.

So I built something different.

Introducing Paperboy [ paperboy.sh ]

Paperboy is an MCP server for AI research discovery for practitioners (not academics).

You connect it to Claude/Claude Code or ChatGPT and ask it questions like "what papers came out this week about memory in agents" or "show me anything related to retrieval."

See my usage screenshots below to see how it works.

The cool part happens when you combine it with Arca [ arca.build ].

If you store your current AI projects in Arca, Paperboy can match incoming papers against your actual work. Every day it checks new papers, scores them for relevance to what you're building, and sends you only what matters.

Papers that are relevant to you, delivered to your inbox with recommendations on how to apply them.

See that Claude Code example below that is super relevant to me. Arca uses vector memory for text-heavy data using LanceDB and parquet files for structured data using DuckDB. Both stored as data files in AWS S3.

I have been contemplating adding graph memory to it but haven't done it yet. This paper about graph memory was really helpful to me thinking through it.

Paperboy emailed that paper to me out of thin air because it knows how relevant it is to me.

Why this matters for the apps-no-more thesis

In November I wrote that apps will die and be replaced by personal AI plus skills plus data you own.

Paperboy is another proof point.

It's not a traditional app. It's an MCP server. You access it through whatever AI interface you already use. The data about your projects lives in Arca, which you control. The matching happens through an AI agent that reasons about relevance.

The pattern keeps repeating:

  • The AI interface replaces the app UI
  • The reasoning layer replaces the app logic
  • Arca replaces the app database

Research discovery is just the latest category to fall.

The ecosystem forming

What's interesting to me is that Paperboy uses Arca as its data layer. I didn't have to build a new database for user projects. The infrastructure already existed.

This is what I hoped would happen when I built Arca. Products that build on top of it. Shared context across tools. Data that stays with the user.

Try it

Connect the Paperboy MCP server to Claude/Claude Code or ChatGPT: mcp.paperboy.sh

If you want the full personalized pipeline, store your projects in Arca and import the n8n template. Takes about 5 minutes.

DM me on LinkedIn and let me know if you run into any issues setting it up.

Bora

-

First setting up our current AI projects using Arca MCP server: mcp.arca.build
My AI projects now stored in my private data vault in Arca
Paperboy MCP server retrieves new papers via mcp.paperboy.sh
Using the dig_deeper MCP tool to read the whole paper
Paper personalized based on my current AI projects I'm working on
Implementation ideas for my projects
Since all these papers are vectorized we can do cross paper semantic vector search using LanceDB
Saving relevant papers for further studying in my ai_papers table in Arca
Additional references to my current projects
Connecting to mcp.paperboy.sh right inside Claude Code from the terminal and doing a deep dive into a paper I want to learn more about
Claude Code also knows my relevant projects from Arca so it makes recommendations
The n8n email sending automation sends me emails daily for relevant new papers that were published on that day
Article

Bora Celik

Builder. Surf nut. Founder @ a/gentic


Related Posts

Members Public

told you so?

I sent this investor update 16 months ago. Since then I've been banging this drum through my posts on here and on LinkedIn. Many people buried their heads in the sand but most came around in the past couple months thanks to what Claude Code can do. Funny

Members Public

My AI roasted my health habits

And it was more useful than any health app I've ever tried. Claude 4.6 just dropped and it's genuinely great at data analysis. So I pointed it at something personal. Over the past few months I've been storing my daily weight, meals, exercise,

My AI roasted my health habits
Members Public

Skills

I wrote ideas are more important than execution in April 2024 and people fought me. There was no Claude Code then. Was I right? Follow me for stock tips. This morning I received this newsletter from Michael Karnjanaprakorn. In the olden days we had things like MVC. The model-view-controller pattern