Show notes: AI agents and company brain
Shoreline Episodes Ep. 1
EP 001 Season 01 · Company brain

AI agents and company memory.

A practical guide to moving beyond chatbots: choose where AI runs, give each agent a clear role, connect reliable business context, and review every important change.

May 29, 2026 1:25:51 16 chapters Transcript-derived
The gist

Episode 1 explores what changes when AI moves from occasional writing help into daily business operations. The central questions are practical: what information should an agent see, what may it change, and which decisions still require human approval?

The answer is a coordinated system, not a single tool. Use local models for private experiments, stronger cloud models for demanding work, focused agents for specific jobs, and Notion or a CRM as shared memory. Add backups and review gates before AI can affect customer or revenue data.

Key takeaways

Five practical lessons from this episode.

01

Use local AI where it has a clear advantage.

A Mac mini running Ollama works well for private drafts, offline experiments, and low-cost testing. For difficult reasoning, leading cloud models may still produce better results.

02

Give every agent a clear role and source of truth.

Tools such as Hermes, OpenClaw, Telegram, MCP connections, and APIs are only useful when each agent has a defined job and reliable information.

03

Protect shared memory before automating changes.

When agents can edit many records at once, one mistake can damage the company brain. Create backups and approval gates before enabling bulk changes.

04

Design the review process before adding more agents.

More agents produce more work to inspect. Give every output a status, owner, summary, change log, and one clear place for review.

05

Keep human judgment in the workflow.

AI can speed up first drafts, but people should still judge tone, usefulness, risk, and product quality before anything ships.

Tactical guidesWhat to try next
Guide 01

Set up a local model lab.

Create a safe place to compare local and cloud models before using either one for important work.

  1. Pick one always-on machine, such as a Mac mini or spare laptop.
  2. Install Ollama and leave enough disk space for model files.
  3. Start with one small model family and compare the same prompt with a cloud model.
  4. Use local models for low-risk work: summaries, drafts, checklists, and automation tests.
  5. Move to a leading cloud model when the task needs deeper reasoning or current web information.
Guide 02

Start with a small, accountable agent team.

Add a few named roles that you can supervise instead of creating more agents than you can review.

  1. Name each agent and write its job in one sentence.
  2. Choose one primary interface for each agent: terminal, Telegram, Slack, browser, or desktop.
  3. Give each agent one responsibility, such as CRM cleanup, analytics, research, or inbox triage.
  4. Require a daily review note with changes, outputs, and unresolved questions.
  5. Retire workflows that look impressive but do not produce useful, reviewed results.
Guide 03

Create a context and permissions map.

Document the information and access each agent needs so setup stays consistent across tools and machines.

  1. List every system an agent needs to read, write, or never touch.
  2. Split access into read-only, draft-only, and approved-write permissions.
  3. Document which Model Context Protocol (MCP) servers, APIs, credentials, and folders support each workflow.
  4. Keep credentials outside prompts and store setup steps in project docs.
  5. Run a read-only test before granting write access to customer or revenue data.
Guide 04

Turn Notion and CRM data into a company brain.

Turn scattered business information into a dependable system that makes the next action clear.

  1. Choose a source of truth for contacts, companies, notes, tasks, and transcripts.
  2. Define the required fields and formatting before an agent can update a record.
  3. Back up the database before letting agents perform bulk edits.
  4. Use agents to draft field updates, next steps, and daily work queues.
  5. Review destructive changes, especially tags, owners, and statuses.
Guide 05

Use AI to learn without outsourcing taste.

Use AI to organize useful source material, then return to the originals and apply the ideas yourself.

  1. Collect books, articles, transcripts, and clips that already matter to you.
  2. Ask an AI assistant to create summaries, themes, and retrieval tags.
  3. Query the library with real situations: a sales problem, design decision, or training plan.
  4. Return to the original source when the answer matters.
  5. Explain or teach the idea to test whether you truly understand it.
Guide 06

Build a review loop for high-volume AI work.

Multiple agents can produce more work than one person can inspect carefully. Design the review process first.

  1. Give every agent output a destination, owner, and due date.
  2. Require summaries with changed files, changed records, and open questions.
  3. Mark outputs as experiment, draft, reviewed, or shipped.
  4. Compare agents on the same task only when the expected learning justifies the extra review.
  5. Use failures as data: what permission, context, or instruction was missing?
ChaptersTimestamp map
00:00

Mac mini, laptops, and where agents should live

How to split daily work across a Mac mini, laptop, and an older machine running agents.

01:59

Local models, Ollama, and offline fallback

Where local models help, where they fall short, and when a stronger cloud model is worth using.

04:06

Running agents from the terminal

Multiple terminal sessions make parallel work possible, but each one still needs clear instructions and supervision.

05:10

CRM cleanup and daily operating routines

Agents can organize records, pull call notes, and prepare next-day work when review is designed in.

06:03

Connecting agents to tools and business data

Every new agent needs the right information, skills, tools, and permissions before it can work reliably.

08:12

Choosing roles for Hermes and OpenClaw

How to decide which agent handles each job, where it runs, and what information it can access.

10:55

Notion, Obsidian, and shared company knowledge

Notion supports collaborative cloud knowledge, while Obsidian offers a local approach to personal notes.

15:10

Why AI-assisted CRM updates need backups

A failed bulk edit shows why database changes need backups, limited permissions, and human approval.

18:41

Content creation as active learning

Founder clips and posts become a study system: rewrite, edit, publish, and learn through feedback.

24:34

Using AI as a study partner

AI tutors, YouTube learning, student motivation, and the difference between active builders and passive users.

35:40

Build a searchable personal book library

Turn photos of physical books into a library that can recommend useful chapters for specific situations.

53:13

The cost of agent experiments and reports

Testing agents, comparing results, connecting data, and generating reports all require time and careful review.

57:28

Balancing exploration with reviewed business value

More agent work means more places to inspect, more drafts, and more need for curation.

1:03:48

From generated apps to practical coding agents

How tools such as Replit, Cursor, and Claude Code progressed from early app generation to full website changes.

1:04:52

How AI changes product roles

AI reduces the distance between product, design, and engineering, while human judgment still shapes the result.

1:15:22

Learning through debugging and iteration

Hardware and athletics show why patience with repeated testing is a valuable skill when working with AI.

The stackTools & concepts

Ollama + Mac mini

Local models · private experiments

Use a small always-on machine for private drafts, repeatable prompts, and low-cost experiments. Compare its results with a leading cloud model before relying on it for difficult work.

Agent framework

Hermes Agent

A self-hosted framework for agents that need memory, reusable skills, messaging connections, and scheduled tasks.

Open Hermes Agent
Personal AI

OpenClaw

An open-source personal assistant that connects AI agents to tools, memory, and persistent workspaces.

Open OpenClaw
Protocol

Model Context Protocol

An open standard that lets AI applications connect to tools, data, prompts, and external systems.

Open MCP docs
Company brain

Notion

A practical cloud workspace for notes, CRM-like workflows, collaborative memory, and agent-readable context.

Open Notion AI
Personal notes

Obsidian

A local-first knowledge base for personal notes, linked ideas, and files you control.

Open Obsidian
Coding agent

Claude Code

A command-line coding agent used here as an example of turning transcripts and instructions into website changes.

Open Claude Code docs
Idea to app

Replit Agent

A browser-based agent that can turn a written request into a working application prototype.

Open Replit Agent docs
Model routing

OpenRouter

A service for comparing and routing requests across AI models from different providers.

Open OpenRouter docs

A useful AI workflow requires more than a chatbot. It needs a reliable source of truth, controlled access, clear task routing, backups, human review, and someone who understands the work.

Shoreline Ep. 1 · distilled operating principle
Listener checklist
Day 1

Pick one source of truth.

Choose where important notes, calls, contacts, and decisions should live. Do not automate across five systems yet.

Day 2

Back it up.

Export or snapshot the database before asking an agent to edit anything at scale.

Day 3

Connect one agent.

Give the agent read access first, then ask it to report what it sees and what it would change.

Day 4

Automate one routine.

Choose daily CRM cleanup, call-summary extraction, or a next-day task list.

Day 5

Review the work carefully.

Check what changed, where the output landed, what the agent misunderstood, and which permissions need to be tighter.

Day 6-7

Decide what graduates.

Promote useful workflows to scheduled work. Archive experiments that only create more review burden.