From: redpointai
Superhuman, an email tool, has significantly impacted the tech world, particularly with its integration of artificial intelligence (AI) features [00:00:23]. The company’s CEO, Rahul Vohra, discussed the future of email, the role of AI, and strategies for building AI startups while competing against tech incumbents like Gmail and Outlook [00:00:27].
The Enduring Nature of Email
Despite perennial claims by journalists, email continues to be a fundamental communication tool [00:01:36]. This persistence stems from the email address’s role as a unique, company-owned identifier essential for joining organizations and logging into various systems like SSO solutions [00:01:44].
Superhuman’s AI Innovations
Superhuman embarked on its generative AI journey in February 2023, building upon prior AI efforts like auto-correct, released in January 2022 [00:10:35]. Rahul Vohra recognized the transformative potential of large language models (LLMs) after attending a conference in early 2023, leading to a strategic shift to prioritize AI development [00:11:00].
Phased Approach to AI Development
Superhuman adopted a strategic roadmap for AI integration, progressing through distinct phases [00:06:24]:
- On-Demand AI Features: These require users to actively remember to use them. They are generally easier and cheaper to build and run, serving as a way to test technology understanding and user adoption [00:06:26].
- Always-On AI Features: More ambitious, difficult, and expensive to run due to their continuous operation and massive scale [00:06:56]. For example, Superhuman has processed 4 billion emails since launching auto-summarize and instant reply, vastly exceeding typical LLM training corpuses [00:07:28].
- Agentic AI Future: The ultimate vision, involving mostly autonomous AI agents that can handle goals (not just tasks), plan, resolve ambiguities, and interact with other agents to free up human time for creative, strategic, and impactful work [00:07:50].
Key AI Features
Superhuman has launched three flagship AI features:
- Write with AI: Users jot down a few words, and the AI generates a full email matching their voice and tone. It also offers options to shorten, lengthen, improve writing, fix mistakes, and change language [00:04:19].
- Auto-Summarize: Provides a one-line summary of an entire email conversation, updating instantly with new emails. Users can also access a bullet-point summary [00:04:42]. This feature often eliminates the need to read the full email, saving time [00:05:17].
- Instant Reply: Generates draft replies for incoming emails, allowing users to simply edit and send, sometimes without any edits [00:05:30].
Impact and Metrics
The impact of these AI features has been significant:
- Users of Instant Reply write emails twice as fast, reducing time spent by half [00:05:57].
- The feature provides inspiration, helping users reply to emails they might otherwise have left unanswered [00:09:04].
- AI features have made Superhuman “top of mind for everybody again,” contributing to significant growth in new monetized retained seats [00:15:31].
Team Structure and Rapid Shipping
To rapidly ship AI features, Superhuman adopted a unique operating model alongside their standard “Alpha mode” (autonomous teams accountable to goals) [00:13:19]:
Theta Mode Operating Model
In “Theta mode,” an embedded executive (like the CEO) carries the project goal and performs individual contributor work daily [00:13:52]. This mode is reserved for existential projects that “can’t fail” and are designed to move “really really fast” [00:14:07]. The AI team, initially staffed with one designer, one marketer, and two or three engineers, operated in this mode to develop the generative AI features [00:14:39].
Product Design Philosophy for AI
Designing AI features required novel approaches, as there was no existing playbook for user interfaces [00:14:48].
Instant Reply Design Journey
Key design decisions for Instant Reply included:
- Visibility: Initially, there was debate whether reply suggestions should be visible before a user starts typing. It was realized that showing them constantly provides “goddamn inspiration” and lowers the activation energy to reply, even if the user just needs to see options [00:18:12].
- Minimality: Superhuman’s principle is “when you want it and out of the way when you don’t” [00:19:34]. The visual design ensures the suggestions are tucked away but always present.
- Reply Length: Unlike “Write with AI” (which generates medium-length replies), Instant Reply was designed to produce very short, snappy responses (one to two sentences) [00:21:14]. This matches the user’s desire to move quickly, allowing for a quick edit and send [00:21:26].
- Interaction Design: Shifting from arrow keys to
Tab
andEnter
for selecting replies dramatically improved usability and speed [00:22:50].
Importance of UI/UX over Prompt Engineering
While prompt engineering is crucial, the interface itself was key to Instant Reply’s effectiveness [00:22:04]. The ability to Tab
and Enter
quickly is fundamental [00:22:17].
Superhuman avoids extensive fine-tuning of models, opting to push prompt engineering as far as possible [00:25:05]. They rely on multi-shot learning (showing other emails the user has written) to match voice and tone [00:25:39]. To manage prompt iterations and model updates, they use Brain Trust, an evals framework, for robust regression testing [00:26:09].
Strategic Technology Decisions
Choosing OpenAI Models
Superhuman chose OpenAI models due to their perceived 6-9 month lead in model quality and demonstrated commitment to aggressively lowering costs [00:29:28]. The company also benefits from a deep collaborative relationship with OpenAI [00:30:31].
Cost and Throughput Considerations
While costs are important, throughput and latency are often more critical [00:31:39]. Superhuman uses GPT-3.5 Turbo for Instant Reply and Auto-Summarize because its higher tokens-per-minute limit can handle the “bursty” nature of email traffic, especially during peak times like Monday mornings [00:31:42]. The expectation is that edge LLMs running on devices will eventually make these costs less significant [00:30:08].
Pricing Strategy
Superhuman’s retail price has remained $30 a month for eight years, despite being a much more advanced product [00:38:10]. Initially, extra revenue went into concierge onboarding and training [00:33:32]. Now, with 85% self-service onboarding, those funds have been reallocated to AI development [00:33:50]. The company is exploring future pricing models for its “Superhuman for Sales,” Enterprise solutions, and a potential “platinum edition” [00:38:27].
Overcoming User Adoption Challenges
For AI startups, the “core trick” for user adoption is to start with “always-on” features (like Auto-summarize and Instant Reply) and then connect them to “on-demand” features (like Write with AI) [00:35:04].
The Power of "100% Reach Features"
Rahul emphasizes building features that will be used by everyone. “100% reach features are so vanishingly rare that when you have the opportunity to build you should build them” [00:35:20]. The main reason startups fail to make progress is building features that people don’t use [00:35:58]. By connecting always-on features to on-demand ones, users are implicitly taught how to use the latter [00:36:09].
Competing with Incumbents
While incumbents may have an advantage in AI due to existing user bases and data, they are still “encumbered” and move slowly [00:47:15]. Rahul actively seeks out founders who target incumbents because it can be a “really great strategy” [00:48:04].
Incumbent Disadvantages
- One-Size-Fits-All Solutions: Large incumbents like Microsoft Outlook (400M+ paid seats) and Gmail (1B+ users) must cater to a vast, diverse user base, leading to generic solutions [00:48:14]. Startups can build a better product for an “underserved yet economically powerful sub-segment” [00:48:42].
- Product Speed: Incumbents struggle with speed. Superhuman was built on the platform of speed, offering instantaneous response and search (sub-100 milliseconds) [00:49:15]. Their architecture, being the first email client entirely written in JavaScript, is difficult for older, client-server incumbents to replicate [00:49:52].
- Design and Conway’s Law: Product design in large organizations often reflects the internal organizational structure rather than user logic [00:50:06]. This can lead to fragmented, non-intuitive user experiences, unlike startups that can design holistically around the user [00:51:03].
The Future of Email and AI
The future of email involves agentic AI and enhanced collaboration features [00:03:00]. Superhuman is already building team features like team read statuses, reply indicators, and snippets, with plans to allow sharing and commenting on threads [00:03:11].
Agentic AI Vision
The future will involve multiple AI agents, potentially including an email agent, that are mostly autonomous [00:07:57]. These agents will:
- Be given “goals, not tasks” [00:08:10].
- Plan and break down goals into subtasks [00:08:12].
- Handle ambiguity by asking questions or interrogating other systems (e.g., internal APIs, CRM) [00:08:18].
- Interact with other agents [00:08:26].
This agentic future will free humans to be more creative, strategic, and impactful [00:08:32]. Superhuman’s position as a “three-hour-a-day product” (like chat and messaging) gives it a strategic advantage to be the primary “pane of glass” where users interact with these agents [00:44:49].
Vision for Workplace Communication (Critique of Slack)
Email excels in ways that team chat applications like Slack do not [00:59:19]:
- Ordered Conversations: Email conversations are ordered by last reply, unlike Slack where they are ordered by when they started [00:59:29].
- Subject Lines: Email provides at-a-glance subject lines, which are often missing or manual in Slack [00:59:40].
- Task Management: Email allows marking items as done, snoozing, assigning threads, sharing, and commenting [00:59:47].
- Inbox Zero: The concept of an inbox that can be cleared [01:01:41].
Rahul envisions combining the best of both worlds to build a “workplace experience of the future” designed for thoughtful asynchronous discussion, with options for chat modalities, while maintaining the organizational benefits of email [01:01:18].
Investment Perspective on AI Startups
Rahul and Todd (his co-host) are generally “bearish on most de novo AI companies” because they often try to build a new app with AI, essentially building two companies at once [00:40:58].
Investment Focus
“Where I was bullish and continued to be bullish is if you have some kind of distribution advantage… AI is kind of incidental. AI might be a hook, but it’s it’s sort of incidental” [00:41:42]. This includes founders with strong contacts, viral loop insights, or a proven track record in launching products [00:41:48].
The email market is enormous, with a billion professionals spending an average of 3 hours daily on email, totaling trillions of hours annually [00:54:23]. This large addressable market allows for substantial businesses to be built even by targeting a small segment, demonstrating that a company can be “a several billion dollar company” with 300,000 subscribers [00:54:51].
Societal Impact of AI (Jobs)
The idea that AI is coming for our jobs is both underhyped and overhyped [00:55:43].
- Underhyped: Many people outside of tech don’t yet grasp how quickly AI will impact specific entry-level roles like customer support or sales [00:55:49]. AI doesn’t need to be perfect; if it’s 80% as good at 10% of the cost, companies will adopt it [00:56:13].
- Overhyped: The focus on customer service and sales roles overlooks that AI’s impact will extend to almost all jobs, including those of CEOs [00:56:40].
Drawing a historical parallel, people a thousand years ago would view modern jobs as “just playing” [00:57:08]. Similarly, in 50 years, current jobs may seem like leisure. Bertrand Russell’s view is that even when AI does most work, humans are “hardwired to work and to get stressed about stuff and to play Silly games of status,” so it won’t feel like leisure to them [00:57:50].
Rahul believes that a healthy attitude toward work is paramount, allowing for consistent progress without constant anxiety, a vision central to Superhuman’s mission to help professionals feel happier, more productive, and closer to achieving their potential [01:03:36].