Paper Compute Paper Compute
× Cline

Long-term memory
for Cline.

Every Cline session becomes permanent. Your memory bank updates itself. Your team’s patterns become skills. Your data trains your model. One capture. Four rungs.

01

The Problem

Cline is stateless between sessions. The official workaround is Memory Bank: six markdown files — projectbrief.md, productContext.md, activeContext.md, systemPatterns.md, techContext.md, progress.md — that the user maintains by hand and refreshes with “update memory bank” before every context reset. Worse, every session expires soon after, so the trainable record disappears with it.

Today
Memory Bank is manual
Six markdown files, typed prompts
After 30 days
Sessions expire
No trainable record remains
Cursor already did this
Composer 2 trained on sessions
Cline users rent the output, keep nothing
02

Paper Compute

Automates what Memory Bank asks you to do by hand — and turns the same captures into team skills and training data.

tapes Open Source

Captures every Cline session at the network layer and keeps your memory-bank/ in sync without prompts. No SDKs. No changes to Cline itself. One env var.

$ TAPES=1 cline
▸ session captured
memory-bank/activeContext.md updated
memory-bank/progress.md updated
memory-bank/systemPatterns.md unchanged
Paper Cloud Enterprise

Team-wide memory bank rollup, skill clustering, and the fine-tune pipeline. Every successful session accrues into a shared library and, eventually, your own weights.

Sessions
4,012
Skills clustered
12
Fine-tune ready
deploy-to-aws-eks
Draft 47 wins
migrate-postgres-schema
Draft 23 wins
refactor-react-hooks
Published 31 wins
03

One capture. Four rungs.

tapes sits between Cline and its model provider. Every session branches into four rungs: raw capture, an auto-maintained memory bank, a clustered skill library, and eventually a fine-tuned model. One env var for free users. One toggle in Cline Enterprise.

Cline CLI · Kanban PAPER CLOUD tapes Proxy capture Merkle DAG tamper-proof Skills Engine auto-generate Dashboard sessions, costs, skills, audit CLINE ENTERPRISE Team tier audit + skills sessions → ← memory + skills SSO · SCIM · SOC 2
Rung 1 Sessions Free · Local

tapes Proxy sits between Cline and its model provider. Captures every LLM call, tool invocation, and file edit into a Merkle DAG. Ships as a single binary so every Cline surface picks it up the same way. No SDK. No code changes inside Cline.

Rung 2 Memory Free · Per-project

Memory Bank Sync writes diffs back to your memory-bank/ folder after every session. Follows Cline’s Memory Bank spec. The user never has to type “update memory bank” again.

Rung 3 Skills Paper Cloud · Team

Clusters successful sessions across the team, extracts the common execution pattern, and drafts a SKILL.md file for Cline’s native skills system. Developers review and publish. Every team gets the accumulated knowledge of every win.

Rung 4 Model Enterprise

Accumulated sessions feed a fine-tune pipeline hosted in Paper Compute. The team gets a Cline-specific adapter trained on the way they actually ship — priced by compute, not by seat, and ready whenever the session volume crosses the SFT threshold.

04

The Ladder

Session data is the input. Each rung is a tier upgrade: raw capture, then an auto-updated memory bank, then a team skill library, then a fine-tuned model. Below is what each rung looks like in the Paper Cloud UI.

The Ladder paper-compute-demo/
1 Sessions 2 Memory 3 Skills 4 Model
Sessions
4,012
last 30 days
Memory writes
3,847
auto, no prompts
Skills clustered
12
3 published
Fine-tune
Ready
SFT + RL eligible
Rung 2 memory-bank/activeContext.md auto
session 4,012 · 2s ago Written
@@ -12,3 +12,6 @@
## Current focus
- Ship skills v2 API
- Resolve Postgres migration drift
+- Cline demo: reposition around Memory Bank
+- Paper Cloud: expose fine-tune-ready indicator
+-   (source: session 4,012, 14 tool calls)
Diff auto-applied from session capture. No prompt required. Same update happens for progress.md when commits land.
Rung 3 · Draft deploy-to-aws-eks sk-001
generated 13:44 Pending
47 successful sessions deploying workloads to AWS EKS. Common pattern detected across kubectl setup, IAM role binding, and service mesh wiring.
Agent: cline (claude-sonnet) Wins: 47 / 52
? Extracted pattern
Across the 47 wins, Cline consistently verified the IAM trust policy, applied the aws-auth ConfigMap, and waited on pod readiness before proceeding. The 5 failures all skipped the trust policy check.
! Projected impact
Publishing this skill drops average tokens per EKS deploy from 118K to 41K. Projected savings: $4,200/month for a 20-engineer team.
Source sessions
47 wins
Avg tokens before
118K
Avg tokens after
41K
Output
SKILL.md
Review diff Push to team Fine-tune model View sessions ▶ Publish to Cline
Rung 4 · Ready cline-ft-v1 pending upgrade
Enterprise
4,012 sessions captured · 71% success rate · 2,848 wins eligible for SFT. Overdub pipeline can train a Cline-specific adapter against these traces — priced by compute, activated when the customer is ready.
Base model: claude-sonnet Method: SFT + RL
Upgrade to Enterprise →
Rung 1 · Free
Sessions
Captured locally, Merkle-hashed
Rung 2 · Free
Memory
Memory Bank auto-writes
Rung 3 · Team
Skills
Clustered across the team
Rung 4 · Enterprise
Model
Fine-tuned on your sessions
05

Partnership Rollout

A staged path from free integration to enterprise tier revenue. Each phase ships independently.

Week 1 — Memory Bank auto-sync demo

A live Cline session that writes back to memory-bank/activeContext.md and progress.md with no “update memory bank” prompt. Sessions stored in a Merkle DAG, fully replayable. Runs end-to-end in under 60 seconds.

Month 1 — Ship the toggle

Cline ships Memory Bank auto-sync as a single toggle that works everywhere Cline runs — the extension, the CLI, and Cline Kanban. Every user stops maintaining six markdown files by hand. Rungs 1 and 2 live.

Month 3 — Paper Cloud enterprise tier

Team-wide memory bank rollup, skill clustering, and compliance audit trails. Paper Compute prices by compute — storage, sync, and skill clustering scale with how much the team actually runs, not with seat count. Cline sells it as part of their enterprise pitch. Rung 3 live.

Month 6 — Fine-tune referral flow

When a customer’s session data crosses the SFT threshold, Cline hands them to Paper Compute’s training pipeline — the same play Cursor ran with Composer 2, without Cline needing to own the editor. Cline gets a referral fee. Rung 4 live.

06

Why Now

Every coding tool loses one thing at the end of a session: what the agent actually figured out. The commits survive. The reasoning doesn’t. Cline’s Memory Bank is the first serious attempt to fix this — and it works, until someone forgets to type “update memory bank”.

tapes turns that workflow into infrastructure. Every session you run compounds into knowledge your team keeps: a memory bank that stays current on its own, a skill library the team can reuse, and eventually a model tuned on the way your team actually works. Nothing gets locked to a vendor — the capture is local, the format is open, and the data is yours.

This matters more with every surface Cline adds. Cline Kanban moves the agent out of a single editor pane and onto a board where multiple agents ship work in parallel. More agents mean more sessions, more reasoning worth keeping, and more patterns worth reusing. tapes is the layer that turns that volume into value instead of noise. Every Cline user ends up asking two questions:

Users ask
Why type “update memory bank” when the session already has the diff?
Teams ask
Who owns your agent’s accumulated knowledge?

Cursor showed that session data, once you keep it, becomes the raw material for real model improvement. tapes gives Cline users the same ingredient — a durable record of how their team actually ships. Every session a team runs today is still working for them a year out.

0 LOC
inside the Cline codebase
1 toggle
works on every Cline surface
3 new tiers
Memory, Skills, Model

What Cline unlocks on paper.

Retention
Users stop losing work
Memory Bank stays current between sessions, so the longer a team uses Cline, the more the tool already knows about their project.
Enterprise story
Built without building it
Audit trails, team skill libraries, and compliance-grade storage ship on day one — zero engineers pulled off the agent roadmap.
New revenue line
Referral on fine-tunes
When a customer’s session volume crosses the SFT threshold, Cline earns a referral share on the training-pipeline relationship.

tapes follows Cline’s Memory Bank spec and is AGPL-licensed. Session data is captured locally, stored in a content-addressed Merkle DAG, and stays in formats you can read, export, or migrate. The goal is data that stays useful to you over time — not data held in escrow by a vendor.