Live data from Hacker News

Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

news.ycombinator.com

121–130 of 228 posts

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#121
post #65

I completely agree, and I've been thinking about how to utilize the knowledge I've accumulated recently. In the end, I settled on the mundane solution of saving it locally in YAML or JSON, and now I'm considering how to get the AI to suggest and utilize it, and where and when to execute it. I think this is a great idea, and I'd love to be on the waitlist when the landing page is ready, so please let me know. 1. searc…

Thanks — this is extremely helpful, especially the constraints: you want semantic search + “where/when to execute”, calendar as a key context source, and migration cost as a hard friction point.

YAML/JSON as a local knowledge store is a nice wedge too: it keeps things portable and makes “AI suggestions” easier to reason about.

Re the waitlist: the landing page is up now (https://concerns.vercel.app), and you can leave an email there. I’ll make sure you get an update when there’s something testable.

One quick follow-up: if you could get only one capability first, would you pick

a) semantic recall (find related knowledge without exact keywords), or

b) a daily “top 3” plan generated from calendar + your knowledge store (pulled on demand, no interruptions)?

Details are in my HN profile/bio if you want more context.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#122
post #46

I work on a plugin/platform that makes Obsidian collaborative (relay.md). Working with other people gives you good habits against hording because you have a sense of the audience and what might be useful to them. We also support the kanban plugin so that works well to track and share what we're working on.

That’s a great point — collaboration creates a natural “audience filter”, which reduces hoarding because you’re writing for someone, not just storing for yourself. Kanban as a shared representation of “active work” also feels like the cleanest project-context signal: it’s explicit, lightweight, and already part of how the team coordinates. Curious: in your experience with relay.md, what actually changes behavior the…

I think mostly social accountability.

My cofounder actually has a bunch of skills with claude code that surface context into our daily notes (from our meeting notes, transcripts, crm, gmail, etc), but it's sort of on him to show that it is useful... so while he is still "hoarding" outside of the shared context it is with an eye toward delivering actual value inside of it.

Feels pretty different from the fauxductivity traps of solo second brain stuff.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#123

I’d recommend checking out Nick Milo’s ideaverse. The idea is about how to capture in a way that sparks ideas and actions not collects

Nice reference — Ideaverse is a good reminder that capture should create lift, not just storage.

My only nuance is: “sparks ideas” is one slice. A lot of what we stash isn’t inspirational at all — it’s obligations, decisions, constraints, receipts, meeting notes, “I’ll need this later” references. So the goal (for what I’m exploring) isn’t only to spark, but to make the right thing reappear at the right moment: sometimes that’s an idea, sometimes it’s a decision you already made, sometimes it’s the one constraint that prevents rework.

Curious: in your own system, what kind of captured info most often pays off later — inspiration/ideas, or concrete reference (decisions, specs, links, context)?

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#124

At this point, I hoard llm chats and projects, and struggle to turn them into action. There are only so many hours in a day.

Totally feel that — “LLM chat hoarding” is becoming its own category of second brain, and it’s easy for it to turn into a pile of half-finished plans.

One thing I’m exploring is treating chats/projects as an inbox that only becomes useful when you force a tiny extraction step: turn each chat into either (a) one concrete next action, or (b) one reusable artifact (template/checklist/snippet), and ignore the rest until you explicitly pull it.

What’s the biggest blocker for you: picking the single next step, or remembering which chat had the good idea when the moment comes? Details in my HN profile/bio if you want the angle I’m validating.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#125

I just read AI summaries nowadays. I tried Obsidian and didn't find it useful.

AI summaries are useful, but I agree: summaries only reduce the “reading/organizing” effort — they don’t solve “what should I do next” or “why does this matter to my current goals”.

What I’m exploring is the step after summarization: take the summary and explicitly link it to an active goal/project, then force a small decision:

1. ignore it

2. save as reference for Project X

3. extract 1 concrete next action (with a reason and a link back)

If you don’t use Obsidian, what would make this actually work for you: a daily “priority digest” that you pull on your own time, or a lightweight way to attach summaries to your current projects (calendar/tasks) so they resurface later?

Details in my HN profile/bio if you’re curious.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#126

I do keep notes and I turn them into action though sometimes I forget to clear my notes and when I read them a few months later, I'm like "I already implemented this 3 months ago."

That’s such a real “notes debt” symptom — the system worked (you shipped), but the notes didn’t get a clean closure signal, so they time-travel back and waste your attention later.

One simple fix I’ve seen work is adding an explicit “done marker” ritual: when you implement something, append a one-line outcome at the top of the note (Implemented on YYYY-MM-DD + where), or move the item into a “Done/Archive” section so old notes don’t masquerade as open loops.

Do you keep notes alongside tasks (so completion is tracked), or are they mostly free-form notes without a clear “done” state?

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#127

This sounds a lot like the ADHD part of me.

Totally get that — the “open loops stick around, then randomly resurface months later” feeling is very ADHD-coded.

A lightweight trick that doesn’t require a whole new system: When you act on something, add a single closure line at the top of the note: Done: — —

It turns the note from “still open?” into “closed loop” in 5 seconds, and future-you stops re-processing it.

If you had to pick one, which is more ADHD-painful for you: too many open loops, or losing track of where the finished thing ended up?

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#128

I just keep it simple. I have very simple todo lists and work on them as I feel like it. A few ruby scripts help a bit automatically cleaning them up, keeping track of their status and what not - but at the end of the day they are just text files really. I would not want to make this more complicated than that. My brain kind of is the real decider what is the main priority.

That’s a nice setup — plain text + a few scripts is hard to beat.

Totally agree the final decider is the human. The question I’m validating is: would it help if the system could surface “inputs you didn’t think to search for” at the moment you’re deciding what to do next, without making the workflow heavier?

For example: you open your todo.txt, and it quietly shows a small “related context” sidebar like:

* “You bookmarked X related to this task 2 months ago”

* “This old note mentions the same constraint”

* “You already solved something similar in file Y”

No auto-writing, no new system, just better recall.

If that existed as an optional, local-only command, would you ever use it? Or would even that feel like unwanted complexity? (Details in my HN profile/bio if you’re curious what I’m exploring.)

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#129

Okay, I will admit I didn't read all of your post but the title resonates with something I struggle with. I have thousands of bookmarks and things I want to follow up on, but retrieving these and digging into them is effort, so they just sit there... things I was interested in, but don't have time to properly investigate. If someone could make an AI tool that takes all of my bookmarks and surfaces one or two insights…

Totally get this — bookmarks are “future curiosity”, but retrieval has real friction, so they quietly rot.

The “1–2 insights per day” idea is exactly the shape that feels sane to me: pull-based, low volume, and designed to create momentum rather than dump more content. I also like your examples because they’re not just summaries — they’re context + a suggested next step.

If you were to try something like this, which would you want it optimized for:

1. novelty (interesting facts / “did you know”)

2. action (a small project/task you can do in 15–30 minutes)

3. relevance to what you’re doing this week

Details in my HN profile/bio if you want the direction I’m validating.

Re: Ask HN: Do you also "hoard" notes/links but struggle to turn them into actions?

#130
post #53

For what it’s worth: - Workflowy is great for taking notes in meetings, allowing ad-hoc moving things around. It’s also great for reference material (what was that long command SQL query I use). But yes it’s also a graveyard. - AirTable worked somewhat to keep moving projects forward, without growing unbounded. But only when there is a workflow. That looks like: dump tasks into rows, then create the steps as views of…

This is really helpful detail — and I think your Airtable description nails the core: the value isn’t “having tasks”, it’s having a workflow that progressively turns vague items into schedulable commitments, plus capacity constraints so you don’t lie to yourself about time.

On the LLM point, I agree with your hesitation. For anything that touches real people/projects, the default needs to be privacy-first: either local-only, or scoped so the model never needs sensitive identifiers. One approach I’m exploring is separating “private entities” from “public knowledge”: let the system operate on generic project states and action types, and only you see the real names. Another is: no pushy assistant at all—just a pull-based daily view that helps you move buckets forward with the workflow you already trust.

If you had to pick one improvement that doesn’t require sharing sensitive context, would you want:

1. better workflow scaffolding (turn uncategorized into scheduled + estimated + bucketed faster), or

2. a way to attach lightweight “done/decision logs” back to tasks so the graveyard stops growing?

Details in my HN profile/bio if you’re curious what I’m validating.

Post reply on HN