Sep 15, 2026 · by Brad Gessler · View source

GBrain

Garry Tan's AI memory, tools, & skills for any harness

GBrain

Editorial analysis

The memory layer is becoming the real switching cost in your AI stack

Every cross-border operator I know is now running some flavour of AI in the loop — Helium 10 for keyword mining, a Claude or ChatGPT tab open for listing copy, an agent poking at Shopify Admin, a Cursor window for the internal tooling nobody wants to maintain. The dirty secret is that none of these tools remember anything about your business. You re-explain your brand voice, your margin floors, your supplier quirks, your returns policy, and your VAT exposure every single time you open a new chat or swap vendors. That tax compounds across a team. GBrain is a bet that the memory and credential layer should sit outside any single assistant, and for sellers juggling five marketplaces and a dozen SaaS logins, that framing is worth ten minutes of your attention even if you never install it.

What GBrain actually is, stripped of the launch-day gloss

The maker is Brad Gessler, and the pitch is unusually blunt: he switched his main AI tool three times last year and lost everything it knew each time. GBrain is his answer — a persistent store that ChatGPT, Claude, Claude Code and Cursor all read and write to, so a note you save from the terminal shows up when you ask in the browser. The notes are plain text files, not a proprietary blob, which means you can open them, fix them, or walk away with them.

The second half is the part that should make an Amazon seller sit up. GBrain also holds your accounts. You connect Gmail and your calendar once, and every AI you use gets the same tools through a single MCP endpoint or CLI. The assistant never sees your passwords or API keys — that’s the explicit design goal. There’s a rate limiter that can cut off an account if a harness goes haywire, and an activity log so you can see exactly which accounts and tools your agents are calling. Connections carry expiration dates; Gessler describes granting one harness access for a single day and another for a year.

Pricing on the launch: the first month is $99 instead of $199, with $100 of AI usage included, through September 30. The source is on GitHub and Gessler says GBrain itself will always be open source, though the rest of the stack is not self-hostable today. It does not yet work with the ChatGPT or Claude subscriptions you already pay for — you bring an API key or burn the included usage.

Why Amazon and marketplace sellers should care more than Shopify-only brands

A single-channel DTC brand has one admin, one ad account, one support inbox. The credential sprawl is annoying but survivable. A cross-border seller running Amazon Seller Central, a Shopify storefront, a TikTok Shop account, a Temu or SHEIN storefront, an Etsy shop, and an eBay account is looking at six or seven separate auth surfaces before you even count Klaviyo, Stripe, your 3PL’s portal, and whatever freight forwarder still runs on email. Handing a raw API key to an agent that can list, reprice, or refund is how people wake up to a suspended account.

The MCP-with-scoped-credentials model is the first architecture I’ve seen that treats that risk as a first-class product problem rather than a paragraph in a security whitepaper. If you’re already wiring Model Context Protocol servers into your ops stack — and more sellers are than will admit it — GBrain is essentially a credential broker with a memory store bolted on.

How it differs from the memory features you already have

ChatGPT’s memory and Claude’s projects are vendor-locked by construction. The whole point is to make that assistant stickier. GBrain inverts it: the memory is a folder of markdown you own, and the assistants are interchangeable readers. Gal Dayan flagged exactly this on the launch thread — the “memory is a folder of markdown files you can read, correct and take with you” line is what would get him to try it over yet another vendor-locked memory feature.

Compare it to what operators actually use today. Notion is where a lot of sellers keep their SOPs, but Notion is a destination you visit, not a substrate your agents write to mid-task. Zapier and Make move data between apps on triggers, but they don’t give an LLM a shared long-term memory. Helium 10 and Jungle Scout hold your research data inside their own silos. GBrain’s closest analogue is a self-hosted notes vault plus a secrets manager plus an MCP gateway, which is a strange bundle until you realize that’s exactly what an agent-driven workflow needs.

The credential-broker angle is the underrated half

Ask yourself honestly: how many API keys have you pasted into a config file, a browser extension, or a random SaaS dashboard in the last twelve months? Every one of those is a credential you can’t rotate without breaking something, and can’t audit without a spreadsheet. The no-keys-in-the-AI design, combined with per-connection expiry and the activity log, is a meaningful step toward treating agent access like you’d treat a contractor’s access to your Seller Central account — time-boxed, logged, revocable. That’s a mental model most sellers already have; they just haven’t applied it to their AI tooling.

What cross-border operators can borrow from this, even without buying

Three transferable ideas, in rough order of how fast you could implement them this week.

One: keep your business memory in plain markdown you control. Whether it’s a private GitHub repo, a synced folder, or a self-hosted wiki, the point is that your brand voice rules, margin floors, compliance notes, supplier contacts, and returns playbook live in files your agents can read — not inside a chat product’s proprietary memory. When you swap from Claude to GPT to whatever ships next quarter, you paste a path, not a paragraph.

Two: scope every agent’s access like it’s a temp hire. If you’re letting an AI touch Seller Central, Shopify Admin, or your ad accounts, it should have its own credentials, its own expiry, and a log you can read. The daily limits concept — a circuit breaker that kills access if a harness misbehaves — is something you can approximate today with a dedicated sub-account and a calendar reminder, even without GBrain.

Three: treat the credential layer as a product, not plumbing. The reason this matters for cross-border specifically is that your auth surface spans jurisdictions, currencies, and platforms with wildly different tolerance for automation. Amazon in particular will not care that your agent “didn’t mean to” reprice 400 SKUs. A broker that sits between the model and the platform is a governance layer, not a convenience feature.

Where the math breaks

The launch pricing is $99 for the first month with $100 of AI usage included, then $199/month — and you still need to bring your own API key or burn included usage because it doesn’t work with your existing ChatGPT or Claude subscription yet. For a solo seller, $199/month on top of the $20–$200/month you’re already paying for assistant subscriptions and the $99–$250/month you’re paying for Helium 10 or Jungle Scout is real money. The ROI case only closes if you’re running multiple agents across multiple platforms and the credential sprawl is genuinely costing you hours or exposing you to real risk. A one-person Etsy shop does not need this. A ten-person brand running Amazon, Shopify, and TikTok Shop with an internal ops agent probably does.

Where my judgment says it falls short

The self-hosting story is half-finished. Gessler confirms GBrain will always be open source but says the rest of the stack is not self-hostable at the moment. For sellers with data-residency concerns — and anyone selling into the EU under GDPR, or handling customer PII from Amazon — “the memory layer is open source but the credential vault isn’t” is a meaningful gap. You’re trusting a startup with the keys to your marketplace accounts. That’s a real trust ask, and the answer to “can I run this entirely on my own infrastructure” is currently no.

Privacy granularity is still vague. Pulkit Gaur asked the sharp question: can you share some data with some tools but not others, or does everything sync everywhere? Gessler’s answer pointed to per-connection expiry and a privacy policy rather than content-level permissions. For a seller whose Amazon PPC data, customer emails, and supplier contracts all live in the same memory store, “we have a privacy policy” is not the same as “this folder is invisible to this agent.” That distinction matters when you’re handing an agent to a contractor or a VA.

Multi-writer conflicts are unresolved. Gal Dayan’s follow-up is the one I’d want answered before I trusted this with anything operational: when Claude Code and Cursor both write to the same memory file within minutes of each other, is there conflict resolution, or is it last-write-wins and you’re expected to notice the diff yourself in the markdown? For a solo operator, last-write-wins is fine. For a team where three people and four agents are touching the same project notes, silent overwrites are how you lose the one note that mattered.

No native marketplace connectors yet. The examples in the launch are Gmail, calendar, GitHub, Stripe, and Mercury. That’s a SaaS-team stack, not a seller stack. There’s nothing in the source about Amazon SP-API, Shopify Admin, TikTok Shop, or any 3PL integration. You could wire those yourself through MCP, but that’s on you, and the value proposition drops sharply if you’re the one building the connectors.

The subscription gap is a real friction point. Not working with the ChatGPT or Claude subscription you already pay for means you’re paying twice for the model layer — once to OpenAI or Anthropic, once through GBrain’s included usage or your own API key. Gessler calls it the next thing he wants to fix. Until it’s fixed, the effective cost of adoption is higher than the sticker price suggests.

The strategic read

The interesting thing about GBrain isn’t the product as shipped — it’s the category it’s staking out. Every major AI vendor is racing to make memory a lock-in mechanism. GBrain is betting that a meaningful slice of the market — paranoid operators, multi-tool teams, anyone who’s been burned by a vendor sunset — wants memory and credentials to be portable infrastructure instead. Cross-border sellers are disproportionately in that camp, because you already live with platform lock-in everywhere else and you know exactly how much it costs to migrate.

What I’d watch / test next

This week, before you spend a dollar: audit your own AI credential sprawl. List every API key, OAuth grant, and agent you’ve handed access to across Amazon, Shopify, TikTok Shop, your ad accounts, and your email. Count how many have an expiry date and how many have a log. If the answer is “none” and “none,” you have a governance problem that GBrain is one answer to — but so is a dedicated sub-account and a password manager with audit trails.

Then, if you want to actually test it: sign up during the launch window before September 30, connect one low-risk account — not Seller Central, not your ad account, something like a calendar or a read-only Gmail — and watch the activity log for a week. See whether the memory actually persists across Claude and ChatGPT the way the pitch claims. See whether the markdown files are as portable as advertised. And ask Gessler directly, in the comments, what happens when two agents write to the same file at once — because that answer, more than any pricing tier, will tell you whether this is infrastructure you can build on or a clever prototype you’ll outgrow in a quarter.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with VEONIB. No editing skills required.

Start Creating for Free