TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How do you have deep, written discussions with your teams?

76 pointsby jgbondover 5 years ago
What is the best way to have careful, deep, written discussions among distributed teams? Are there tools meant for this? Would something like a BBS work. If so, are there good modern options?<p>We use distributed teams. We communicate using a mix of email, Slack, and Zoom. Our work involves lengthy discussions and deep dives into complex issues. This type of &#x27;deep discussion&#x27; benefits from carefully written arguments and counterarguments.<p>Emails often start fine. Someone sends a well structured, well written argument. The first few replies will be strong. But then it diverges into a mess of threads that are hard to follow. People resort to color-coding their responses in-line, etc.<p>Slack is too chatty. Other chat-based solutions are the same. I&#x27;ve never seen it work for this type of &#x27;deep discussion.&#x27; Conversations get scattered across channels and threads within channels. Maybe we&#x27;re using it wrong. To me it&#x27;s the worst way to encourage deep discussion.<p>Zoom, calls, and in-person meetings are hit or miss. The advantage is they seem to cut to the chase on simple issues. But for deep discussion, they often go nowhere. They favor speaking ability. No one prepares enough. Instead of careful thought and discussion, you get hot takes. A lot of our discussion benefits from going away to gather evidence or think more. Rarely is there a need for synced discussion. And there&#x27;s never enough time.<p>I&#x27;ve tried to find off-the-shelf solutions. A simple, old-fashioned BBS seems best. It breaks things into the right unit of discussion. It works for short- or long-form discussion. It creates a coherent timeline of discussion, etc.<p>I worry that without the bells and whistles of a modern app, getting the team to use it will be a challenge. It&#x27;ll be viewed as a stale company discussion board. A lot of options I&#x27;ve looked at have clunky interfaces and tough learning curves for what should be super simple and intuitive.

24 comments

skaover 5 years ago
The real problem here is that you have things you want to capture from ephemeral conversations, and you have structured information you want to build up over time.<p>Technology can&#x27;t solve this for you, but using the wrong one will make things worse.<p>You need to<p>a) pick a medium for the longer lived stuff<p>b) come up with some rules for how it will be used and, probably more important, maintained, and<p>c) put the time in, ongoing.<p>Lot&#x27;s of people spend time on (a), don&#x27;t spend time on (b) and try and avoid thinking about (c). This means for example if a later conversation shifts the table a bit, some one needs to go over earlier material and adjust or annotate it.<p>I think a lot of approaches can work, but they have to be flexible - you need to be able to structure things, and also add different media (links, embedded images&#x2F;scribbles, whatever). By nature any system that allows this will let you make a terrible mess of things.<p>Consider for example Wiki&#x27;s. I&#x27;m sure most of us have seen useful wiki based documents, and completely useless messes where you can&#x27;t find anything. The difference isn&#x27;t the technology.<p>Trying to be practical, I would start with either a file system structure on a shared platform (google docs, dropbox, whatever) with some simple structure and rules. Or a wiki or wiki like system with good attachment support and hopefully search.
Kialoover 5 years ago
(Obviously biased.)<p>So, instead of using tools primarily designed for chatting and commenting, you could use a tool specifically designed for the facilitation, capturing and representation of complex arguments.<p>We have spent the past 8 years building just such a tool, it’s called Kialo (<a href="https:&#x2F;&#x2F;kialo.com" rel="nofollow">https:&#x2F;&#x2F;kialo.com</a>). It’s nowhere near as perfect as we would want it to be, but it gets the job done nicely.<p>In a nutshell, Kialo is an argument tree on steroids, with claim&#x2F;comment separation, voting, claim multi-linking and switching of user perspectives, for single and multi thesis arguments.<p>Discussions can be real-time or async, private or public and worked on via desktop or mobile browser.<p>Here is a discussion Ethereum did whether they should use Kialo: <a href="https:&#x2F;&#x2F;kialo.com&#x2F;28996" rel="nofollow">https:&#x2F;&#x2F;kialo.com&#x2F;28996</a> (103 claims)<p>And as an example of a multi thesis debate, have a look at this US politics one: <a href="https:&#x2F;&#x2F;www.kialo.com&#x2F;24431" rel="nofollow">https:&#x2F;&#x2F;www.kialo.com&#x2F;24431</a> (&gt;1k claims)<p>Two months ago we launched Kialo Edu (<a href="https:&#x2F;&#x2F;kialo-edu.com" rel="nofollow">https:&#x2F;&#x2F;kialo-edu.com</a>), our dedicated site for educators, as we wanted to build some extra functionality for them, additionally to giving them a more controlled environment without the public discussions.<p>We plan on releasing a custom site with additional decision-making features for teams and organizations soon (drop us a mail if you want to be notified support@kialoXXcom), until then, feel free to experiment&#x2F;use kialo.com.<p>All feedback is welcome.
评论 #22097397 未加载
评论 #22106076 未加载
cjbprimeover 5 years ago
I would try Zulip: <a href="https:&#x2F;&#x2F;zulipchat.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zulipchat.com&#x2F;</a><p>Where Slack encourages line-level chats in mostly static channels, Zulip encourages paragraph-level chats in lightweight and findable threads.
medhirover 5 years ago
At LightStep, we use &quot;lab notebooks&quot;, which are essentially living documents for ongoing engineering projects. They are pretty nice for having deeper technical discussions in a distributed-friendly manner. <a href="https:&#x2F;&#x2F;go.lightstep.com&#x2F;rs&#x2F;260-KGM-472&#x2F;images&#x2F;lab-notebook-template.pdf" rel="nofollow">https:&#x2F;&#x2F;go.lightstep.com&#x2F;rs&#x2F;260-KGM-472&#x2F;images&#x2F;lab-notebook-...</a>
codingdaveover 5 years ago
We have just started trying to answer this question on my team, and our first take at it is pulling out specific questions from various emails and conversation, and documenting them (in our wiki) as a decision to be made. We write up the question, various answers on the table, pros&#x2F;cons for each, and then have a call to talk through them and decide. That decision is recorded on the wiki page, and we have a running log of the team&#x27;s discussions and decisions.<p>There may be better ways, but it has done a number of things for us:<p>1) Improved our documentation of decisions.<p>2) Helped us pull focused, answerable questions our of free-ranging discussions.<p>3) Allowed everyone to have a voice, not just the people with vocal, strong personalities, as any one of us call just write up a page to discuss, and then set up a call to do so.
rogerkirknessover 5 years ago
Google Docs with a structured approach and handle it async.
contingenciesover 5 years ago
As an R&amp;D focused company operating across a wide range of areas we have tried a few things. We are not explicitly focused on written discussions but do want results to be documented. We have tried many things from wikis to clipboards, Github issues to formal verbose documents, and settled on markdown files on Github. Usually we have a group meeting, discuss things, take notes either directly to a markdown file or transfer them quickly to a markdown file, then expand thinking there including approaches tested, findings, test results, conclusions. We like the format because it allows linking to other internal systems (accounting, other repos, etc.) plus integrating media. Edit history and access control comes free.
muzaniover 5 years ago
I don&#x27;t think it&#x27;s a tool problem. It&#x27;s a communication skills problem.<p>Everyone has different communication skills. If you chat with me on Skype, I&#x27;ll be mostly passive saying &quot;yes&quot; &quot;uh huh&quot;.<p>I&#x27;ve had the deepest discussions through Slack, but you have to embrace it as a chat medium - late night Slack, first thing in the morning, ignore your kids at dinner kind of discussions.<p>BBS&#x2F;forums are the same. We&#x27;ve had great discussions, but only with the people with the skills for it. On an actual board, everyone chatting there does havw the skills, whereas there are 80% of &#x27;lurkers&#x27; who are not very comfortable yet.<p>So it depends a lot on your team itself. Agree on something and give them 6 months to learn it.
RaceWonover 5 years ago
&gt; I worry that without the bells and whistles of a modern app, getting the team to use it will be a challenge<p>You need to tell them that this what we are using. Period.<p>If you feel the need to elaborate on why you decided to use that medium then do so... but somebody has to be in charge. No?
gtirloniover 5 years ago
<a href="https:&#x2F;&#x2F;twist.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;twist.com&#x2F;</a>
mjrbrennanover 5 years ago
Disclaimer: I work here.<p>Discourse <a href="http:&#x2F;&#x2F;discourse.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;discourse.org&#x2F;</a> really is fantastic for this. We do all our internal communication and longform discussions using the software as a form of dogfooding. We have lots of plugins that make working together as a team easier, and it’s so wonderful to be able to write a longform discussion that everyone reads and contributes to! We have more team tools on the way as well.<p>I worked on a remote team before primarily using slack and zoom and that was awful and full of distraction. Discourse is a breath of fresh air here.
jpxwover 5 years ago
We use an old-school BBS-style bug tracker. Each project has its own page on the tracker, in which longer-form discussion can be had. Slack replies are not ideal, they get swamped easily.
myrlocover 5 years ago
Do you use GitHub? If so, Discussions are useful for this. Closest in proximity to your codebase, simple markdown formatting, trusted platform. I&#x27;ve had some success lately using it as a remote member of my team, primarily to document my thoughts and request feedback, which is to say it hasn&#x27;t been very successful with most of the rest of the team together in an office. However, I would recommend it as a simple platform for discussion.
austinkhaleover 5 years ago
Our team recently started using Notion for similar reasons. We all heavily use Google Doc’s but sending a link to a read-only or comment enabled doc gets messy for discussion very quickly.<p>Notion enables you to embed any number of Google docs along with other media: screen captures, screenshots, etc.<p>The trick is creating a documented process to moderate the discussion.<p>Jury is still out on long term viability as a tool, but we’re super happy with it so far.
joegahonaover 5 years ago
&gt; Emails often start fine. Someone sends a well structured, well written argument. The first few replies will be strong. But then it diverges into a mess of threads that are hard to follow. People resort to color-coding their responses in-line, etc.<p>This is the worst. &quot;Answers in bold&quot; -- then they forget to bold one. Or &quot;Answers in ALL CAPS.&quot; Too easy to leave people off or some jackass gets added.
hamzafaouziover 5 years ago
I use <a href="https:&#x2F;&#x2F;simpleboard.io" rel="nofollow">https:&#x2F;&#x2F;simpleboard.io</a> to keep everyone on the team updates on projects we&#x27;re working on, you can submit mini reports on a realtime dashboard that everyone get updated at the same time, it helps a lot especially on remote teams and also you can manage project linked to any platform like jira, asana ...
filipcteover 5 years ago
We use Discourse for all complex conversations that can happen asynchronously (meaning not urgent) and we want to capture&#x2F;document decisions for. Discourse is also great as internal knowledge base. Moving this sort of comms out of Slack has also made Slack better for us, as there is less FOMO and thus more deep work.
jgstevenover 5 years ago
Agree with all your points here. I find the old-fashioned BBS-style system at my company extremely useful. Needs email notifications (we have the option for immediate or batched). Being able to reply by email is a plus (ours does not have this)--helpful with getting people to use the forum instead of just email.
dyejeover 5 years ago
Slack threads seem to work just fine in my experience. Not uncommon for a meaty subject to reach 80+ replies from 10 different people. Usually finish it off with a Zoom call once everything has been laid out and it&#x27;s time to decide on actions items, if they haven&#x27;t been decided already.
_chrischaeover 5 years ago
Basecamp. Their product is designed to make long-form written communications enjoyable&#x2F;easy. I even wrote a blog post about what they have to say: <a href="https:&#x2F;&#x2F;blog.pixelic.io&#x2F;jason-fried&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.pixelic.io&#x2F;jason-fried&#x2F;</a>
评论 #22081684 未加载
评论 #22084641 未加载
davidkimover 5 years ago
I&#x27;m working on this. Remote-first, writing&#x2F;async&#x2F;decisions culture, deep work, and moving towards a post-chat, modern forum solution. Email is in profile if interested.
thepraover 5 years ago
collanon.app Feel free to try it out as much as you want, it&#x27;s a communication tool based on timely anonymous topics with limited deep dives(3 levels deep), a star system on solutions and only after the time ends you&#x27;ll be able to see who was behind the messages and who had the most liked solutions.
antb123over 5 years ago
Confluence? wiki? Google docs? Github Markdown files? - all of these can work.
buboardover 5 years ago
would a subreddit work?