forked from PimDeWitte/ei.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (41 loc) · 4.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Intelligence Inc</title>
<style>
body {
font-family: Times New Roman, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
font-size: 12pt;
}
</style>
</head>
<body>
<div class="container">
<h1>Embedded Intelligence, Inc. | October 22, 2024</h1>
<p><em>We've raised a $10M seed from General Catalyst, Valor, SV Angel, Conviction Embed, Eric + Karim from Ramp & More</em></p>
<p>We're at a crossroads in how humanity interacts with AI. We either continue on a path that puts AI increasingly in charge, or create a path where humans remain in the driver's seat. Whether we stay in control depends on how fast we embed intelligence into our existing workflows. Over the next 5 years, we will all exist below the model's API as they delegate to us, or stay in control by leveling up. <strong>Our mission is to make humanity exponentially faster</strong>, and enable you to master this new, fast-paced world.</p>
<h3>The Browser is Slowing us Down</h3>
<ul>
<li>Browsers require you to repeatedly provide context and explain what you're trying to do without being able to connect the dots as you go from one app to the next.</li>
<li>Browsers don't have any sense of what's happening on your computer; they can't access files, they don't understand your preferences, and can't respond to basic inputs like your audio or screen</li>
</ul>
<p>As a result, browser based apps like ChatGPT and Claude feel impersonal. They can't see or hear what you're doing throughout the day. They can't help you with your existing workflows—instead, they force you to adapt to their own. To make things worse, companies behind the browsers aren't going to fix this because they've got their own AI apps that they want to push people into. You're already seeing this today with Gemini and Chrome. And while browsers are not the right fit for tomorrow's world, it is empirical that what comes next is built on the web stack - enabling devs to build on open, cross-platform standards, with a mature tooling ecosystem.</p>
<h4>Capture Is The Interface for The Next 1B AI Users</h4>
<p>The extent to which LLMs are useful to people depends on how well they understand the limitations. But what if we didn't need to write prompts or understand LLMs at all? What if capture can help interfaces understand us, adapt to us, and teach us what they are capable of? It'd unlock a generation of users like our parents, and be increasingly useful as we move towards agents, with capture as the control system.</p>
<p>Inspired by <a href="https://x.com/karpathy/status/1723140519554105733?lang=en" target="_blank">Andrej Karpathy's vision</a> of an LLM OS, we built <a href="https://highlightai.com" target="_blank">HighlightAI</a>: A capture-based interface based on a secure, intermediary layer that sits between your OS outputs and an LLM, paired with <a href="https://highlightai.com/prompts" target="_blank">a Prompt Library</a>, and <a href="https://docs.highlight.ing" target="_blank">App Runtime for Web Apps</a>, allowing you to run prompts and your existing web apps as native, context-aware assistants. Your collection of prompts & apps start to feel like <strong>your personal AI</strong> - one that deeply gets your world.</p>
<h4>Capture Prompts Replace Websites & Apps</h4>
<p>With native context, many prompts become as powerful as apps. You no longer need interfaces to summarize a call or explain code. But you're glad to have an interface to collect all your meeting notes</p>
<h3>An Interface 10x Better Than Your Browser</h3>
<ul>
<li><a href="https://highlightai.com" target="_blank">Highlight AI</a>: On-screen assistant + LLM that embeds into every workflow securely [<a href="https://github.com/highlight-ing/highlight-chat-frontend" target="_blank">github</a>]</li>
<li><a href="http://highlightai.com/apps/conversations" target="_blank">Conversations</a>: Realtime local audio transcripts that you can prompt against [<a href="https://github.com/highlight-ing/highlight-conversations" target="_blank">github</a>]</li>
</ul>
<p>We're looking for exceptional, design-oriented Full Stack & ML engineers - <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</body>
</html>