portico: Add Semsee case study.

This commit is contained in:
Alya Abbott 2024-02-21 12:44:11 -08:00 committed by Tim Abbott
parent bddb44eebf
commit fce68e23a2
3 changed files with 131 additions and 0 deletions

View File

@ -172,6 +172,11 @@ landing_page_urls = [
landing_view,
{"template_name": "corporate/case-studies/atolio-case-study.html"},
),
path(
"case-studies/semsee/",
landing_view,
{"template_name": "corporate/case-studies/semsee-case-study.html"},
),
path(
"case-studies/tum/",
landing_view,

View File

@ -0,0 +1,38 @@
{% extends "zerver/portico.html" %}
{% set entrypoint = "landing-page" %}
{% set PAGE_TITLE = "Case study: Semsee | Zulip" %}
{% set PAGE_DESCRIPTION = "“I don't like going back to Slack now. It's just not
as efficient a way to organize communication.” Learn how Zulip is used at
InsurTech startup Semsee." %}
{% block customhead %}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{% endblock %}
{% block portico_content %}
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page solutions-page case-study-page">
<div class="hero bg-education">
<div class="bg-dimmer"></div>
<div class="content">
<h1 class="center">Case study: Semsee</h1>
<p>InsurTech Startup</p>
</div>
<div class="hero-text">
Learn more about using Zulip for <a href="/for/business/">business</a>.
</div>
</div>
<div class="main">
<div class="padded-content">
<div class="inner-content markdown">
{{ render_markdown_path('corporate/case-studies/semsee-case-study.md') }}
</div>
</div>
</div>
</div>
{% endblock %}

View File

@ -0,0 +1,88 @@
[Semsee](https://semsee.com/) is a technology startup in the commercial
insurance space, building intelligent software that digitizes slow manual
processes. Originally based out of an office in New York, Semsee moved to a
remote-work model during the pandemic, and now has several satellite teams
across the US.
Semsee adopted Zulip early on in its journey. “We didnt plan to be remote,”
says James van Lommel, [Director of
Engineering](https://www.linkedin.com/in/james-v-91a65219/) at Semsee. “But now
that we are remote, its good to have a communication tool that really backs
that up.”
> “Now that we are remote, its good to have a communication tool that really
> backs that up.”
>
> — James van Lommel, Director of Engineering at [Semsee](https://semsee.com/)
## Looking for something better than Slack
James van Lommel joined Semsee in 2018 to lead the engineering team. At the
time, the company was using Slack. James knew his choice of communication
platform would have broad implications: “Communication helps feed the type of
culture you have at a company,” James says.
James had used Slack extensively in his prior work experience. “Seeing how Slack
gets used, especially as a company grows larger, I knew I wanted something
better,” he recalls. “If you are not using Slack *all the time*, you cant keep
up with whats happening.” James wanted a chat tool that would create breathing
room for focused work, in-person conversations, and different work schedules.
> “Seeing how Slack gets used, especially as a company grows larger, I knew I
> wanted something better.”
>
> — James van Lommel, Director of Engineering at [Semsee](https://semsee.com/)
In addition, as a security expert, James was interested in a self-hosted
solution. “There is so much sensitive data that goes into a chat tool,” he says.
“When we self-host, the messages dont live on anyone elses cloud.”
When James discovered Zulip, the topic-based threading model piqued his
interest. “I didnt want Mattermost or another self-hosted Slack clone,” he
says. James quickly set up a Zulip server — he found that the instructions for
self-hosting were easy to follow, and worked without a hitch. After trying Zulip
for a few days with some coworkers, James was convinced that Zulip was the right
choice for Semsee. “We need our employees to be able to come to the right place,
and have a conversation about one thing,” he says. “Zulip solves that pain
point.”
## An efficient way to organize communication
These days, Zulip is at the core of company communication at Semsee. Email is
rarely used for internal communications. For jumping on a call, Zulips native
call integration is an easy starting point. System monitoring and software
development processes are integrated with Zulip via the API. For example, a
custom integration sends logging data from Semsees product into Zulip, with a
stream and topic configured based on the deployed environment.
New employees adapt easily to Zulips organized conversations. By reading
ongoing discussions, they quickly get an intuition for when to start a new
topic, and what kinds of topic names work well. “Once they get used to Zulip,
they are just rolling with it, and I dont hear any complaints,” says James.
With conversations organized by topic, “people dont have to scroll through and
cherry-pick out the messages they need to read,” James says.
Semsee invites customers to join the company Zulip chat as guests. “Our
customers just see one stream with one or two topics, so its very easy for
them,” James explains. On the flip side, when Semsee employees are invited to
join customers Slack chats, they miss Zulip. “I dont like going back to Slack
now. Its just not as efficient a way to organize communication,” says James. “A
few users from an extensive Slack background have told me: Zulip is just
better."
> “I dont like going back to Slack now. Its just not as efficient a way to
> organize communication.”
>
> — James van Lommel, Director of Engineering at [Semsee](https://semsee.com/)
---
Check out our guide on [using Zulip for business](/for/business/). You can also
learn how Zulip is being used at the [Atolio](/case-studies/atolio/) startup,
the [iDrift AS](/case-studies/idrift/) company, the [End Point
Dev](/case-studies/end-point/) software consultancy, and the [GUT
contact](/case-studies/gut-contact/) support agency.