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

推荐订阅源

C
Check Point Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
腾讯CDC
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
Vercel News
Vercel News
P
Proofpoint News Feed
雷峰网
雷峰网
博客园_首页
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
V
V2EX
F
Fortinet All Blogs
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
S
SegmentFault 最新的问题

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
Taking Notes to Forget — The Idea of Cognitive Offloading...
koshirok096 · 2026-05-02 · via DEV Community

koshirok096

Introduction

Today I want to write about note-taking.

I've always had this sense that I take notes in order to forget things.

Rather than trying to retain information, I prefer to just move it into a note-taking app and get it out of my head. It makes me feel lighter — and that's been my style for a long time.

It was something I did purely on instinct, but recently I came across a concept called "cognitive offloading," and it made me think — maybe my instinct wasn't so off after all. Writing this one down as a note to myself.


What Is Cognitive Offloading?

Cognitive offloading refers to the act of delegating part of our memory or thinking to external tools, reducing the load on the brain.

A 2011 study by psychologist Betsy Sparrow and her colleagues found that when people know they can look something up on Google later, they tend to remember where to find the information rather than the information itself. This has been called the "Google Effect."

Writing things down in a note-taking tool might work in a similar way — the brain treats it as information that's been handed off to the outside.

"Forgetting" often gets a bad reputation, but the brain has limited resources, and trying to remember everything comes at a high cost. The way I think about it: note-taking apps are the external hard drive; my head is the CPU. It's a division of labor.


My Own Experience

This is just from my own experience, but when I make a habit of moving tasks and things I'm curious about into a note-taking app right away, my head feels clearer. The nagging sense of "wait, what was that again?" fades, and I find it easier to focus on what I'm actually doing.

There are things I genuinely need to remember, but most day-to-day information falls into the category of "fine to forget — as long as I can find it when I need it." That's the role notes play for me.


Things I'm Careful About

That said, offloading too much can quickly lead to a state of "I have no idea where anything is." Here's what I try to keep in mind.

  • Decide where things go and set some management rules — If finding a note takes more effort than it's worth, the whole system falls apart. It helps to decide in advance where and in what format to save things. In my case, Notion is my home base for pretty much everything, but I use Logseq for daily task lists and Obsidian for quick, unstructured notes. I also consult ChatGPT and Claude fairly often, and since I sometimes want to look back at those conversations, I tag threads with UIDs to make them easier to retrieve. None of this is strictly necessary, but having some kind of management system that fits your lifestyle makes a real difference — at least for me.

  • Sometimes, deliberately don't take notes — For things I actually want to remember, I try not to write them down immediately. Instead, I let them sit and solidify in my head first. Holding back from reaching for the notepad — that pause — seems to help things stick. (This does run counter to the "move it out right away" approach, so in practice, I find myself making a quick judgment call whenever I encounter something: do I note this down, or do I try to remember it?)

  • Review your notes regularly — Notes that just pile up and never get looked at aren't really offloading — they're just neglect. There's a reason you took the note in the first place, and forgetting you ever wrote it defeats the purpose. I try to set aside time once a week — usually Sundays — to skim back through things.


Conclusion

"I take notes to forget" sounds a little strange when you say it out loud. But in terms of not spending too much mental energy on retention, I think it's actually a pretty reasonable approach.

Learning the term "cognitive offloading" gave me a bit more clarity on something I'd been doing all along without really thinking about it.

Thanks for reading!