AI

Your Second Brain Is Not Optional Anymore

AI didn't create the information overload problem, it made it impossible to ignore. Here's how to build a personal AI second brain using Claude Cowork or Claude Code in a single day, whether you're technical or not.

Ron Forbes
Ron Forbes · Product Manager at Meta Quest

My brain has too many tabs open

I spent this past week teaching hundreds of people how to build a personal AI second brain. Program managers, marketers, designers, not just engineers. And the thing that surprised me wasn't the technical questions. It was the emotion.

Real anxiety. Real fear of falling behind. People who are good at their jobs, who've built careers on being organized and thoughtful, suddenly feeling like the ground is shifting under them. Not because they're doing anything wrong, but because the volume is just too much. The meetings, the Slack threads, the docs, the decisions, it was already more than anyone could keep up with. And now AI is accelerating the pace even further.

I recognized that feeling immediately, because I've been there. I wrote about it when I first started vibe coding, that creeping insecurity of watching everything accelerate while you're still trying to figure out where to start.

TL;DR: The real bottleneck isn't code speed or writing speed. It's information processing. AI made it worse by accelerating the firehose. A second brain fixes it, and thanks to recent Claude Cowork and Claude Code updates, you can build one in a day. This post walks you through it hour by hour, whether you're technical or not.

But here's what I've come to understand after a few months of building my own system: the overwhelm isn't a personal failure. It's structural. The volume of information coming at knowledge workers right now was already at the breaking point before AI entered the picture. AI just made it visible.

The Real Bottleneck Was Never Code Speed

There's a narrative going around that AI is about to make everyone a 10x coder, a 10x writer, a 10x whatever. And sure, it can speed up output. I've experienced that firsthand rebuilding this very website and prototyping at work.

But the data is starting to tell a more nuanced story. A study from METR and IBM found that developers believed they were 20% faster with AI coding tools, but were actually 19% slower. Senior developers experienced the worst slowdowns. Meanwhile, research from Logilica showed that teams with high AI adoption saw PR review time increase 91% and PR size grow 154%. The code got written faster. Everything around the code got slower.

All of us right now

This tracks with what I'm seeing firsthand. The bottleneck was never how fast you could write code or draft a document. The real constraint, the one that was always there, is your ability to process information at the pace it arrives. To capture what matters, organize it so you can find it later, distill it into something useful, and express it clearly when the moment calls for it. It's providing the context, intent, framing, judgment, and taste that AI can't generate on its own. I've written about this as the 10-80-10 framework: AI handles the middle 80% of execution, but the first 10% (knowing what to build and why) and the last 10% (critique, refinement, taste) are entirely on you. Those bookends are pure information processing.

AI is removing one constraint (production speed) and exposing the real one (information processing). And that exposed constraint isn't going away. As AI generates more content, more analysis, more meeting summaries, more Slack messages, the firehose only gets stronger. A report from WebProNews found that 84% of knowledge workers report digital exhaustion and 77% say their workloads are unmanageable, even with AI tools. The individual tasks got faster. The organizational systems stayed the same.

This isn't a job security fear piece. I'm not here to scare you into buying a course. This is an AI literacy piece. The ability to manage information efficiently is becoming table stakes, and a second brain is how you do that.

The Two Real Barriers

After teaching this to hundreds of people, I've seen the same two barriers show up every single time.

The first is technical friction. People hear "second brain" and picture terminal commands, YAML configs, and GitHub repos. They assume it's for developers. This barrier is real, but it's solvable, and it got a lot more solvable recently, which I'll get to in a minute.

The second barrier is harder: the "now what?" problem. Someone powers through the setup, gets their tool running, and then stares at a blinking cursor. They don't know what to do with it. They don't know what to feed it, what to ask it, or how it fits into their actual workday. This is where most attempts die. Not at setup, but at the moment right after.

This post solves both. I'm going to walk you through your entire first day, from initial setup to producing real output, hour by hour. By the end of that day, you'll have a system that knows you, captures information automatically, synthesizes what matters, and has already helped you produce something real.

Why Now: Anthropic Just Shipped Its OpenClaw Killer

If you've been following the personal AI agent space, you know OpenClaw. I've written about it twice now: first when I built OpenClaw-like capabilities using Claude Code (while flagging the security nightmares), and then when I connected my Obsidian vault directly to OpenClaw and it genuinely changed how I work.

OpenClaw proved something important: people want an always-on AI agent with persistent memory, scheduled automations, and the ability to reach you wherever you are. It validated the entire category. But it also came with real baggage. You needed a dedicated computer, either a Mac mini or a VPS. You were in the terminal managing servers and security. The setup was personal and technical, which was fine for developers, but locked out most knowledge workers.

Then in February, OpenAI hired Peter Steinberger, the creator of OpenClaw. Sam Altman called him a "genius" who would "drive the next generation of personal agents." It was like watching OpenAI look at what Anthropic had been dating and decide to put a ring on it.

Put a ring on it

And then, within weeks, Anthropic shipped what feels like OpenClaw's feature list turned into a product roadmap:

The Personal AI Assistant Feature Race: OpenClaw vs Claude Code vs Claude Cowork

Claude Cowork got persistent memory that carries context across sessions, scheduled tasks that run on their own (morning briefs, weekly recaps, whatever you want), and dispatch so you can control it from your phone via the iOS app. Plus connectors that give it the ability to actually do things across your tools, which is the "arms and legs" feeling that made OpenClaw so compelling.

Claude Code got equivalent capabilities: the /loop command for scheduled automations, and channels that let you interact with sessions from Telegram or Discord on your phone. Add skills and MCP integrations on top and you've got the same extensibility story.

The net effect: the knowledge worker wins. If you're non-technical, Claude Cowork gives you everything OpenClaw offered without touching a terminal. If you're technical, Claude Code gives you all of that with even more control. The barrier to running a persistent, automated, personal AI system just dropped dramatically.

Build Your Second Brain in a Day

Let's do this

Here's your full first day, step by step, from zero to a working second brain. I'm giving you two parallel paths at each step: Claude Cowork for non-technical users, Claude Code for those comfortable in a terminal. Pick one and stick with it.

Hour 1: Set Up and Seed Your Context

This is the most important step and the one most people skip.

Claude Cowork path:

  1. Open Claude Cowork on your desktop. If you don't have it yet, download the Claude desktop app from claude.ai.
  2. Select a workspace folder. This is where your second brain lives. Create a new folder somewhere easy to find, like Documents/SecondBrain.
  3. Start talking. Seriously, just talk to it. I'd recommend using Wispr Flow, Superwhisper, or built-in macOS dictation to stream-of-consciousness dump everything: who you are, what you're working on, what's on your mind. The persistent memory means it'll carry this context forward into every future session.

Claude Code path:

  1. Install Claude Code if you haven't already. Follow the setup at claude.ai/code. On Mac, open Terminal and run:
npm install -g @anthropic-ai/claude-code
  1. Create your knowledge base directory. I use Obsidian for this (my vault is called RonOS and has over 2,000 notes at this point), but any folder of markdown files works.
mkdir -p ~/Documents/SecondBrain
cd ~/Documents/SecondBrain
claude
  1. Seed it with context. Same as the Cowork path: use Wispr Flow, Superwhisper, or built-in macOS dictation to just talk stream-of-consciousness. My role, my goals, what I'm working on, how I think about my work. Claude captures it all in markdown.

For both paths: Don't treat this like filling out a form. Tell your second brain how you actually think about your work. What are you trying to accomplish this quarter? What's the project that keeps you up at night? What are the relationships and dynamics on your team that matter? This initial context dump is what transforms a generic AI chatbot into your second brain. It needs to know you to be useful to you.

Hour 2: Import Your Notes and Connect Meeting Capture

Now give your second brain something to work with.

Import existing notes if you have them. If you've been using Apple Notes, Notion, or any other system, bring those into your workspace folder. If you're using Obsidian, the Importer plugin handles this. More context means better synthesis from day one. I wrote about this process in detail in my Claude Code as Life Coach post.

Connect your meeting notes. If you use a meeting transcription tool like Granola, Otter, or Fireflies, point your second brain at the folder where those transcripts land. In Cowork, select that folder as part of your workspace. In Claude Code, make sure the transcripts directory is accessible from your vault.

Think about what other information is shaping your work. Meetings are the obvious one, but they're not the only firehose. What about Slack or Google Chat? Your team's wiki or knowledge base, whether that's Notion, Confluence, Workplace, or Linear? Internal docs and strategy memos? The goal here is to think about all the forms of information coming at you every day and figure out how to give your second brain access to as much of it as possible. In Claude Cowork, connectors handle a lot of this. In Claude Code, MCP integrations and skills can bridge those same systems.

You don't have to wire up everything on day one. But start thinking about it now, because this is the compounding step. Every meeting, every message thread, every doc that flows into your second brain adds context. By the end of the week, it will have absorbed dozens of conversations and updates without you lifting a finger.

Afternoon: Configure Your Daily Brief (and Test It)

This is where the magic happens. Set up an automation that synthesizes everything your second brain knows and delivers a focused daily brief every morning.

In Claude Cowork: Go to the scheduling interface and create your first scheduled task. Something like: "Every weekday at 7am, review my recent notes and meetings, then give me a focused summary of what matters today and what I should prioritize."

In Claude Code: Use the /loop command:

/loop every weekday at 7am: Review my recent notes and any new meeting transcripts. Synthesize what matters today, surface priorities, and flag anything I might have missed.

Then run a dry run right now. Don't wait until tomorrow morning. Ask your second brain to generate today's brief on the spot, using whatever context you've seeded and imported so far. This does two things: it shows you exactly what your brief will look like each morning, and it gives you a chance to refine the prompt before it goes live.

This is the moment the system starts working for you instead of the other way around. You go from pulling information (searching notes, scrolling Slack, trying to remember what happened yesterday) to having it pushed to you, synthesized and prioritized, every morning.

End of Day: Use It to Produce Something

Before you close your laptop, ask your second brain to help you draft something real. A status update for your team. A strategy doc you've been putting off. A brain dump of everything you're thinking about a particular project.

Your second brain has context on everything from today. Your meetings, your notes, your priorities. It's not starting from zero. Neither are you.

Blow your mind

This is the aha moment. By end of day one, your second brain knows you, captures automatically, synthesizes daily, and has already helped you produce something tangible. That's when people feel it. That's when the "now what?" disappears and gets replaced with "what else can this do?"

AI-Assisted Information Processing Is the New Computer Literacy

I'm not going to end this with fear about job security or breathless predictions about the future of work. But I do want to put this in perspective.

We've been through this before. In the '80s and '90s, basic computer literacy was a skill worth putting on your resume. Knowing how to type, how to use a mouse, how to navigate a file system. Then came internet literacy: knowing how to search the web effectively, how to triage email, how to tell a legitimate source from junk. Then mobile literacy: being productive across your phone and laptop, managing notifications, staying responsive on the go.

Each wave started as a differentiator and became a baseline. The people who adopted early had an advantage. Then it became expected. Then it became invisible.

AI-assisted information processing is the next wave. The ability to capture, organize, and synthesize information at the pace it's being created, using AI tools to scale yourself, is becoming a baseline expectation. Not a competitive edge, a baseline. And once your second brain is running, the next skill to develop is learning how to manage it well. Your second brain is how you meet that expectation, and it takes one day to set up.


If you found this useful, I'm building my AI productivity system in public. Join my newsletter to get the experiments, setups, and lessons I don't post publicly.

Keep Reading

😈 Subscribe to The Degenerate

I'm building my AI productivity system in public and documenting everything. Follow along for weekly experiments with Claude Code, Obsidian, and whatever I'm building next.