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

One app category down

A personal AI with a todo skill just replaced 1000+ todo apps. Here's the pattern. Watch me build it step-by-step on YouTube There are over 1000 todo apps in the app store right now. Todoist alone has 40 million users. And yet most people still forget to do

Members Public

Why Does Matthew McConaughey Want a Personal AI?

Matthew McConaughey was on Joe Rogan recently and he had a lot of thoughts on how he wants to use AI. He said he has "a little pride about not wanting to use an open-ended AI to share my information so it can be part of the worldwide AI

Members Public

Arca

My biggest idea yet. Give skills to your personal AI so you won't need apps again. I built an API, a Python SDK library, and an MCP server that create a private vault for your personal AI for storing data, memories, and skills. Introducing Arca. It replaces individual