Here's what keeps happening: we have a conversation on Slack, a decision gets made, I go create a Notion page with the task. Then I go back to Slack and write "guys, please check the Notion page I just created."
And then... silence. I don't know who saw it. I don't know who's working on it. Two days later I ask about it and someone says "oh, I didn't see that message."
The real issue isn't any single tool it's that conversations happen in one place, tasks live in another, and there's no connection between them. Context gets lost every time we switch tools.
How does your team handle this? Have you found a setup that actually keeps conversations and tasks connected? Or is this just something every small team deals with?
PaulHoule•1h ago
There are two sensible answers to this problem:
(1) Treat it as a wetware problem, that is, if people are well organized in a team they are going to figure out what their business process is and stick with it regardless of what tools you use.
(2) Treat it as a technology problem. The obvious thing here is some kind of system which can not only search over a large number of "documents" (e.g. a message on Slack is a tiny document) but understand the relationships between the documents.
PaulShin•1h ago
I’ve actually been thinking about this as primarily a technology problem and, somewhat embarrassingly, I’m building something to try to address it.
When teams talk constantly across chat, calls, and meetings, a lot of the real work gets buried in the noise. Decisions are made. Tasks are implied. Commitments are spoken out loud and then they dissipate.
What we’re building is a system that extracts only the actionable parts from those conversations, turns them into tickets, assigns them automatically, and in some cases even lets AI execute the task directly. Humans do what only humans should do. AI handles what can be automated.
Recording conversations is important but motion is what creates value. If nothing moves, nothing compounds.
I don’t think adding another storage location solves the problem. Understanding relationships and triggering execution might.
Would genuinely love your thoughts on whether that’s directionally correct or if I’m still treating a wetware problem as software.