frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: How do you manage the gap between team chat and real work?

1•PaulShin•1h ago
I'm a founder based in South Korea, running a small dev team. Like most startups, we use Slack for chatting, Notion for tasks, Google Docs for documents, Gmail, and a bunch of other tools.

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?

Comments

PaulHoule•1h ago
I worked at a startup where it was a running gag that we had an "all hands" every two weeks and somebody put their hands up and said that they couldn't find documents in the places we kept them and suggested the answer was adding a new place to store files -- somehow we never got insight into a group about this.

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
Wow,, your comment really resonated with me. There’s a lot of insight in how you framed it.

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.