Autopilot for Claude Code

It remembers your business. It catches your mistakes. It stays current.

Brainfile is a maintained operating system for Claude Code — the rules it works by, the memory of how you work, and the checks that stop it going quietly wrong. It is built for owners who want to run their business on AI and think about infrastructure never.

No card to startRuns on your machine, not oursYou keep every file, always

Every capability on this page carries its real delivery state, including the ones not wired into your pull yet — 1 of 6 are there today. We would rather you read that here than find it out later.

This is not a mockup. It is a real excerpt of the sanitized operating file this business runs on, served from this site.

CLAUDE.mdreal excerpt — read the whole file
### Law #19: Build-and-Verify (EP directive 2026-03-20)
After building ANY script, feature, or pipeline component, verify the FULL chain — not just "it exists":
1. **Runs:** Does it execute without errors? (`python3 script.py` succeeds)
2. **Output correct:** Does it produce the expected output? (Spot-check, not just "no errors")
3. **Consumed:** Is the output read by something downstream? (Dashboard, email, another script)
4. **Wired:** Is it scheduled to run automatically? (LaunchAgent, cron, pipeline hook)
- **"Script exists" ≠ "script runs" ≠ "output consumed."** All four must be true.
- Root cause: 3+ `ep_had_to_ask` entries from build-and-forget pattern (ITC pipeline, dashboard generators, scripts not wired to cron).
- After EVERY build task: verify all 4 links in the chain before marking done.
The difference, in one exchange

The same request. With your Brainfile, and without.

A capable assistant with no memory of how you work will do what you literally asked. The same assistant, running on your Brainfile, does what you actually needed — because the rules it loaded remember your setup and make it check its own work before it says done.

1 · It remembers your business. It catches your mistakes.

You ask, in plain English:“Update our pricing on the site to the new $49 plan.”
No BrainfileA capable assistant, no memory of how you work

Done. I opened the homepage, found the price, and changed it to $49.

  • Edited a page that is generated from a source file — the next rebuild silently wipes the change.
  • Changed one place; the price also appears on the pricing page, the FAQ and the checkout.
  • Said “done” without opening the live pages to check.
With your BrainfileThe same assistant, running your loaded rules

Your prices live in one source file, and the pages are generated from it — hand-editing the HTML would be wiped on the next build, so I updated the source.

Rebuilt the 3 pages that display a price.

Then checked the rest: an FAQ answer still quoted the old $99. Fixed that too.

All four places now read $49 — confirmed on the live pages before calling it done.

  • Knew where your prices actually live, and that the pages are generated — memory of how you work.
  • Caught the leftover $99 you didn't mention — it checks its own work.
  • Verified against the live pages before claiming done — the build-and-verify rule shown above, applied.

2 · It stays current.

Six weeks later:“The platform changes. The way your setup was wired is no longer the way it is done.”
No BrainfileRules written once, on the day you wrote them

Nothing tells you. The setup keeps running the old way until something quietly stops working, and the first sign is the thing that didn't happen.

  • The rules describe the platform as it was the day they were written, and nothing revisits them.
  • You find out from a missing output, not from a notice — often weeks later.
  • Catching up means re-reading release notes and re-doing the setup yourself, every time.
With your BrainfileThe same rules, on a maintained pull

Your next pull carries the updated pattern, and the weekly freshness note says in plain English what changed and what it means for your setup.

  • Maintained against a platform that ships weekly — you are not the one tracking releases.
  • Changes arrive as versioned pattern files you pull, not a blog post you have to go find.
  • You can read the most recent freshness note on this page, unedited, before you buy.

Two illustrations of what the shipped pattern files and the weekly freshness feed produce — the same kind of rule you can read in full above, applied to a real request, and the maintenance that keeps it true afterwards. Not testimonials, not mockups.

Why a subscription and not a download

A file does not retain you. A running system does.

You can download a set of rules today for nothing. Here is the honest argument for paying for one instead.

What you download decays

Claude Code ships roughly weekly. A configuration pointing at a retired model or a removed setting does not throw an error — it quietly stops working, and there is no way for a non-technical owner to know. Perishability is the whole reason antivirus is a subscription.

What you accumulate is yours

Your decisions, preferences and context build up in plain files on your own disk. After six months that folder is genuinely yours and could not be recreated in an afternoon. It is the one asset in this product a competitor cannot copy, because it is not ours.

What runs can be switched off

A rule you downloaded is inert. A check that fires while you work is a service that is either on or not — and when it lapses you notice during the work, not in an email. That is the difference between content you own and a service you renew.

No marketing here

What ships today

Everything below is live right now and verifiable. The gap between this list and the capability list underneath it is the honest state of the product.

A 30-day free trialEmail only. No card, no sales call. One email address, one trial.
Cloud-pull deliveryYour setup is pulled from a licence-gated endpoint. There are no zips and no download links anywhere on this site, by design.
10 pattern filesThe rules, memory scaffolding and working patterns that make up the operating system.
15 role packsRole-shaped operating profiles, released to an active subscription.
A weekly freshness feedVersioned updates that keep your setup current with a platform that ships weekly. The most recent one is printed below, unedited.

This is the actual payload, not a mock-up:

brain/freshness/2026-08-24.mdactual freshness feed · v9 · the retention mechanic
# Brainfile update — v9 (2026-08-24)

Merged from the Brainfile Freshness Feed. These are cadence updates to apply to how
Claude works in this project.

## Apply these patterns
- START-HERE.md orientation added to every role pack: Add a START-HERE.md at the root of your brain/ project so anyone (or future-you) opening the folder cold gets oriented in 30 seconds. Template pattern: install -> confirm-it-loaded prompt -> first personalizations -> how it compounds.
- C-suite role packs (CMO/CFO/CSO/CTO/COO) added, fed by a shared engine: Structure your own brain/ by SEAT/ROLE, not just by project: a short mission, 3-4 focus areas, and a small set of copy-paste prompts per role. Then feed all of them from ONE source file so improving a prompt improves every place it appears.

## Awareness (Claude Code / tooling changes)
- Bug fixes and reliability improvements (https://code.claude.com/docs/en/changelog)
- Cost estimates (`/cost`, status line, `--max-budget-usd`) now include the 1.1× US-only-inference premium for data-residency workspaces (https://code.claude.com/docs/en/changelog)
- Added the one-time fullscreen renderer offer on Bedrock, Vertex, Foundry and other previously excluded setups; new installs there now start in fullscreen (https://code.claude.com/docs/en/changelog)
… (full feed ships in the pack)

This is the real v9 feed — the latest one shipping in the pack (2026-08-24). The next feed ships with the next real change — we never backfill fake updates.

Capabilities

What the system does

This list is generated from our internal feature registry. A capability only appears here after it has been proven on our own operation, verified as a customer deliverable, decoupled from anything private of ours, and cleared for honesty. Each one carries its true delivery state.

1 of 6 of these reach your machine today. The rest run in our own production and are being wired into the pull. We would rather publish that number than let you find out later.

StarterIt works, it remembers me, and it will not hurt your machine.

Works while you sleep

Proven on us · wiring into delivery

Your computer stays awake when your assistant is working and sleeps when it isn't — set once, on a schedule you choose, without touching a single system setting.

Your assistant can't quietly lie to you

Proven on us · wiring into delivery

Always-on checks that stop made-up facts, invented quotes, silent failures and slow drift — so when your assistant says it's done, it is.

It stays current so you don't have to

In your pull today

Every week your system learns what changed — new capabilities, retired settings, things that would have quietly broken — and updates itself.

Never ship a broken page

Proven on us · wiring into delivery

Before anything goes live it's scanned for leaked files, personal data, placeholder text, dead links and broken checkout — and blocked if it isn't ready.

ProIt is TUNED to me and it saves me money.

One page that shows your whole operation

Proven on us · wiring into delivery

A single live dashboard built from your own numbers, where every figure carries a threshold, an owner and what to do when it turns red.

Proof your AI is governed

Proven on us · wiring into delivery

An exportable record of every decision your system gated — what ran, when, and why anything was blocked — ready to hand to an auditor.

Not available yet

These are part of the plan and are not in the product. Nothing on this page charges you for them.

  • It won't hurt your computer
  • 'I couldn't check' never shows up as 'all clear'
  • Checks that can't quietly skip your work
  • Safety nets that are proven, not assumed
  • It learns from its own mistakes
  • Know in minutes if a site can be automated
  • Start where you left off
  • It remembers your business
  • Updates itself
  • A weekly note on what it caught
  • Sets itself up correctly on your computer
  • Gets more out of the computer you already have
  • Keeps your disk from filling up
  • Cuts your AI bill
  • Never stuck on an old model
  • Tuned to the job you actually do
  • A health check on your setup
  • It interviews you, then fills itself in
  • Your website can't silently go wrong
  • It gets better because of everyone using it
Pricing

Two tiers, split on one line

Starter is the running system. Pro is the running system tuned to you and to your bill. The split is generic versus personalized — never feature count.

Opens with the launcher

Brainfile Starter

$49/mo

Announced price — 2 months free at $490/yr. Starter opens when the launcher ships.

  • 10 pattern files — the rules, memory scaffolding and working patterns
  • Cloud pull — no downloads, no installer, no merging
  • Works while you sleep — wiring up
  • Your assistant can't quietly lie to you — wiring up
  • It stays current so you don't have to
  • Never ship a broken page — wiring up
Tell me when Starter opens

No card, no charge — an email when it opens.

Brainfile Setup Audit $249 one-time

Not ready for a subscription? We audit your existing Claude Code or agent setup and send back a scored report and a prioritized fix list, worst first.

See the Setup Audit
How the trial ends

It downgrades. It never takes anything back.

Most trials end with a locked door. That is a bad fit for a product whose value is a folder of your own decisions — so ours is designed the other way round.

Today

30 days, no card, email only. When it ends you keep every file you pulled, permanently. There is nothing to uninstall and nothing to hand back.

Where this is going

A 14-day reverse trial. At day 14 nothing is revoked: you keep every file and your entire accumulated memory. What changes is that the feed pins, the weekly report stops, and the checks go read-only — they still detect, and instead of acting they tell you what they would have blocked, and that renewing turns them back on.

Planned, not built. It ships with the launcher and the weekly report.

Your fileskeepEvery file you pulled, forever.
Your accumulated memorykeepThe whole folder of your decisions and context. It is on your disk, in plain text.
The weekly freshness feedstopsPins at the last version you pulled.
The weekly reportstopsStops arriving.
The checksread-onlyGo read-only — still detecting, no longer acting.
The fleet program

Your machine is not like our machine

The hardest part of shipping a system like this is that it runs on hardware we will never see. So we are building an opt-in program: when a check fails on your machine, the shape of that failure can help harden the same check for everyone.

Not collecting anything today. Nothing ships until the terms are published and signed off, and it is opt-in after that.

Would be sent

  • Which check fired, by id
  • The shape of the defect, not its contents
  • A hardware profile — memory, cores, free space, operating system
  • Whether the run succeeded or failed

Never sent

  • Your code, your files or any of their contents
  • Your prompts or your conversations
  • Secrets, keys, tokens or credentials
  • Anything about your customers

You will be able to see exactly what would be sent before anything is, and turn it off at any time without losing a feature.

Stay in the loop

Get told when things actually ship

One email when Starter opens, when the launcher lands, and when the fleet program opens for opt-in. Nothing else.

Double opt-in. Unsubscribe in one click. We never sell or share your address.

Questions

Straight answers

You keep them. All of them, permanently — the rules, your accumulated memory folder, and the last freshness feed you pulled. It is plain text on your own disk and we will not try to take it back. What stops is the running service: the feed, the weekly report and the active checks.

No. Brainfile runs inside your own Claude Code on your own machine. Your files never leave it. The only thing that crosses the network is the pull that fetches your setup, which is authenticated with a licence token and sends us nothing about your work.

No, and deliberately so. There are no zips and no download links on this site. Your setup is pulled from a licence-gated endpoint each time, which is what lets it stay current without you ever downloading, installing or merging anything.

No. That is the entire design constraint. Anything about your computer that can be detected is detected rather than asked, and you should never be asked for a number you would have to go and look up. If you can use Claude Code, you can use this.

The one-word launcher, the weekly report, automatic machine configuration, the two-tier split and the fleet telemetry program. They are named on this page and marked as not available. What is live today is the trial, the cloud pull, the pattern files, the role packs and the weekly freshness feed.

You should not, if a static file is what you want — there are good free ones and we point at ours below. You pay for the part a file structurally cannot do: staying current with a platform that ships weekly, accumulating your business in a way that compounds, and running checks that are either on or not.

One click in the billing portal, or email [email protected] and we will do it. No retention call, no exit survey, and the refund policy is published.