惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
爱范儿
爱范儿
量子位
Martin Fowler
Martin Fowler
V
V2EX
博客园 - 三生石上(FineUI控件)
I
InfoQ
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
Engineering at Meta
Engineering at Meta

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How I Finally Stopped Re-Explaining Everything to AI (Bit...
koshirok096 · 2026-06-20 · via DEV Community

Introduction

As I mentioned in my last post, I've recently started making more serious use of MCP and conversation memory in Claude. Neither of these are new features — they've been around for a while. I just finally got around to actually using them.

The changes turned out to be subtle but significant. My relationship with AI, or the sense of distance between us, shifted more than I expected.

At the core of it, I think it comes down to the elimination of explanation cost — the effort of having to re-explain everything from scratch every single time.

I wrote about MCP in my previous article, so consider this a continuation of that.

(MCP is roughly a way to connect Claude to external services. Conversation memory lets it carry context from previous sessions into new ones. That's enough background to follow along.)

Back When Copy-Paste Was Enough

For a long time, my approach was simple: just copy and paste whatever context I needed into each session. I was curious about MCP, but honestly, I didn't think the lack of context continuity was that big a deal. Yes, copying things over was a bit of a hassle — but you get used to it. It was just part of the workflow.

Then I actually started using both features, and I noticed things I hadn't before.

  • Re-explaining things introduced subtle drift. Last year, I was working through the detailed specs of a project with AI — things like database schema, naming conventions, and operational rules. When I had to start a new session, the broad strokes carried over fine, but the fine details kept slipping. The AI would interpret things slightly differently, and I'd have to correct it each time. It was a lot of small friction that added up.
  • I had to re-establish the same foundational context every time. Who the project was for, why I was building it, what direction I was taking it — even when I'd already shared all of this in a previous session, the next one would only have a fragmented understanding. Not zero, but close enough that I'd spend a chunk of time filling in the gaps again.

Looking back, it was tedious work. The kind you don't really notice until it's gone.

What Changed

Now I have Notion and Google Docs connected in read-only mode. As long as I've documented a project's direction, naming rules, and key decisions, Claude can reference that in any session — and the context stays consistent.

There's a prerequisite to this working, though. I've always had a habit of writing things down, even for solo projects. The idea of plans drifting or decisions being forgotten bothers me, so I keep my own documentation in Notion as a matter of course. That habit turned out to be the foundation that made MCP actually useful. Connecting MCP is only half of it — it needs something worth referencing on the other end.

Conversation memory has also had more impact than I expected. When I ask "didn't we talk about this before?", it usually remembers accurately. And sometimes it picks up on context without me even asking — it just knows, and the conversation moves faster because of it.

Things I used to explain every time are now things I don't have to explain at all.

It Felt Like Talking to Someone — Until the Session Ended

When two people talk, the conversation carries forward. You don't start from scratch every time you meet. But that's exactly what AI used to require. Every new session, the previous one had never happened. Same personality, same tone — but no memory of you. You had to re-introduce yourself every time.

That gap was particularly noticeable because the in-session experience felt so natural. Mid-conversation, it really did feel like talking to someone. But the moment a session ended, that sense of continuity broke.

With MCP and conversation memory, that gap has largely closed. The starting point of a conversation has changed. Before, I'd spend the first part of any session getting Claude up to speed on who I am and what I'm working on. Now I can start from a place of shared understanding — and go deeper, faster.

Closing Thoughts

Since I started using both features, I reach useful answers more quickly, and there's less back-and-forth to get there. The density of each conversation has gone up.

That said, it takes some active management. Conversation memory can sometimes over-connect things — drawing links to past discussions that aren't really relevant. And the documents I've connected via MCP can go stale if my thinking has evolved. With both, I've found it's important to stay aware of whether what Claude is referencing still reflects where I actually am. This isn't a passive tool. You have to know where you want the conversation to go.

One more thing: I still haven't given Claude write access to anything. Notion and Google Docs are both read-only. And yet the difference in experience is real. I don't feel any urgency to change that — for now, this is more than enough.

I'm still early in using these features, so I don't think I've found the final answer yet. I'll keep at it, and write again if anything new comes up.

Thanks for reading :)