<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="https://telepath.computer/">
  <title>Telepath</title>
  <subtitle>Telepath is building the software stack for an intelligent personal computer, from first principles.</subtitle>
  <link href="https://telepath.computer/feed.xml" rel="self"/>
  <link href="https://telepath.computer/"/>
  <updated>2026-06-01T00:00:00Z</updated>
  <id>https://telepath.computer/</id>
  <author>
    <name>Rupert Manfredi</name>
    <email>mail@ruperts.world</email>
  </author>
  <entry>
    <title>Introducing Television, the missing GUI for personal agents</title>
    <link href="https://telepath.computer/blog/introducing-television/"/>
    <updated>2026-06-01T00:00:00Z</updated>
    <id>https://telepath.computer/blog/introducing-television/</id>
    <content xml:lang="en" type="html"><![CDATA[<p>For a while now, we at Telepath have been <a href="https://uniquehazards.com/2025/12/04/telepath-building-a-new-kind.html" target="_blank" rel="noopener noreferrer">predicting</a> a new kind of personal computer, one that adapts to the user instead of the other way around, and that trades pre-made applications for generative, personalized interfaces.</p>
<p>Personal agents like OpenClaw, Hermes, Claude Code, and Codex are the first clear glimmers of that new personal computer. They have powerful capabilities, but their chat-based interfaces leave users stuck in the MS-DOS era.</p>
<figure>
  <img src="https://telepath.computer/blog/introducing-television/tv-hero-wide.webp" alt="A Television screen with multiple visual artifacts created for a personal agent workspace">
</figure>
<p>Users understand this and they already want a better interface. From <a href="https://x.com/trq212/status/2052809885763747935" target="_blank" rel="noopener noreferrer">that viral essay</a> by a Claude Code team member, to tweets from <a href="https://x.com/karpathy/status/2053872850101285137?s=20" target="_blank" rel="noopener noreferrer">Karpathy</a> and <a href="https://x.com/sama/status/2048428561481265539?s=20" target="_blank" rel="noopener noreferrer">sama</a>, to a16z’s latest <a href="https://www.linkedin.com/posts/jlai84_a16z-speedrun-request-for-startups-guis-ugcPost-7452157220663771136-qYqQ?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAANlVsBzBS6uARFryFfhRxdHCTvLi2SVz0" target="_blank" rel="noopener noreferrer">request for startups</a>, it seems like lately everyone’s talking about the need to move beyond chat and embrace things like HTML artifacts.</p>
<p>That’s why we created <a href="https://television.run/" target="_blank" rel="noopener noreferrer">Television</a>. It’s the missing GUI for your personal agent. It works with any agent harness, giving you virtual screens on which you and your agent can create and work with visual HTML artifacts. Artifacts can be anything from static visualizations, to editable documents, to entire vibe-coded web apps. Your agent uses the Television skill to create and modify artifacts on your TV, based on your requests and needs.</p>
<figure>
  <img src="https://telepath.computer/blog/introducing-television/tv-coding.webp" alt="A Television screen set up for agentic coding">
  <figcaption>A Television screen set up for agentic coding</figcaption>
</figure>
<figure>
  <img src="https://telepath.computer/blog/introducing-television/tv-productivity.webp" alt="A TV screen set up for agent-assisted personal productivity">
  <figcaption>A TV screen set up for agent-assisted personal productivity</figcaption>
</figure>
<p>Television is useful for computing tasks that don’t fit with an infinitely scrolling stream of text. Turns out that’s a <em>lot</em> of tasks, which is why so much of computing moved to the GUI forty years ago. A few examples include dashboards, agentic coding, online research, long-running projects, working on documents, and interacting with web apps and services. But there are loads more just waiting to be discovered.</p>
<p>We think Television is the start of a new kind of user experience, one built less around fixed apps and more around reusable skills that can generate interfaces as needed. It’s a first step toward freeing users from the constraints of traditional software.</p>
<p>Recently, the Nous Research team invited us to demo Television for the over 250 people in the Hermes community. The response echoed what we’ve been hearing from early alpha users: Television is a much-needed new way to work with agents, and an early glimpse of a broader shift in how agentic software is experienced.</p>
<figure>
  <img src="https://telepath.computer/blog/introducing-television/tv-feedback-1.webp" alt="Community reactions to a Television demo">
  <figcaption>Community reactions to a Television demo</figcaption>
</figure>
<p>Television will be open source, but right now we’re doing invite-only alpha testing. To join the wait list, visit <a href="http://television.run/" target="_blank" rel="noopener noreferrer">television.run</a>.</p>
]]></content>
  </entry>
  <entry>
    <title>Stash, a little tool for agent file sync</title>
    <link href="https://telepath.computer/blog/stash/"/>
    <updated>2026-03-20T00:00:00Z</updated>
    <id>https://telepath.computer/blog/stash/</id>
    <content xml:lang="en" type="html"><![CDATA[<p>At <a href="https://telepath.computer/" target="_blank" rel="noopener noreferrer">Telepath</a>, we’ve been hard at work building our vision of a <a href="https://telepath.computer/blog/telepath-ui-demo/" target="_blank" rel="noopener noreferrer">new personal computing experience</a>, powered by deep personalization and dynamic interfaces. In the course of that work we’ve created a tool that we think others might find useful, too. Today we’re sharing Stash, a local-first file sync utility for agents. It’s open source and available now on <a href="https://github.com/telepath-computer/stash" target="_blank" rel="noopener noreferrer">GitHub</a>.</p>
<p><img src="https://telepath.computer/blog/stash/stash-demo.gif" alt="The Stash CLI in operation, syncing a folder of files"></p>
<p>Why did we create Stash? Our work on Telepath involves a lot of agents, not just inside our products but also inside our startup. We’ve moved most of Telepath’s internal documents and data into Markdown, and built agents that use Claude Code and OpenClaw to manage team priorities, tasks, coordination, and all the operational stuff that keeps us moving forward. These agents run across multiple machines and environments, both local and remote, and they read and write to shared sets of files constantly.</p>
<p>One problem we kept running into was keeping all these shared files in sync. It showed up in a few different places for us:</p>
<ul>
<li><strong>Agent configuration across environments.</strong> We have skills, memory files, and documentation that need to stay in sync between a remote OpenClaw instance and a local machine running Claude Code. When an agent learns something or a skill gets updated, that change needs to propagate everywhere without anyone thinking about it.</li>
<li><strong>Coordination between remote agents.</strong> We use our own agentic development platform <a href="https://github.com/telepath-computer/thopter-swarm" target="_blank" rel="noopener noreferrer">Thopter Swarm</a> to orchestrate swarms of agents working on a problem together. They share a folder of temporary planning files, artifacts, and coordination state that multiple agents are reading and writing to concurrently, sometimes within seconds of each other.</li>
<li><strong>Company docs that live in multiple places.</strong> We wanted our shared documentation to be browsable on GitHub, accessible from remote environments, and editable locally in whatever tool we feel like, whether that’s an AI code editor, Obsidian, or just vim. The same files, everywhere, always up to date.</li>
</ul>
<p>Git is great for source code, but it’s a poor fit for files that are being continuously edited by multiple machines and processes — and agents would often forget to sync. Tools like Dropbox, iCloud, and Syncthing handle continuous syncing, but they choke on conflicts — their resolution strategy is basically “here are two copies of your file, good luck.” Plus, they’re a pain to set up in remote environments where you already have Git credentials.</p>
<p>So we built <a href="https://github.com/telepath-computer/stash" target="_blank" rel="noopener noreferrer">Stash</a>. It’s a little tool that syncs a directory to a GitHub repository, automatically and continuously, using the same conflict-free algorithm as Obsidian Sync. The neat thing about GitHub is that you probably have a token on all the machines your agents live on, and it gives you a GUI to view &amp; share note links remotely. (Stash is sync provider-agnostic, so you can extend it to other endpoints too — we’re excited about the possibilities of peer-to-peer).</p>
<p>While Stash is a handy solve for a problem we’re having with agents now, it’s also part of an ongoing exploration on the future of agentic filesystems.</p>
<p>Files are fantastic — long-lived, interoperable, and (it turns out) a surprisingly good foundation for a new breed of genuinely useful agents. But when it comes to our vision of a <a href="https://www.youtube.com/watch?v=jEm5SkLMap0" target="_blank" rel="noopener noreferrer">sensemaking computer</a>, there are additional layers of indexing, meaning-making, versioning, and collaboration that feel increasingly necessary. Stash is a small and practical piece of this larger effort on our path to a <a href="https://telepath.computer/blog/new-kind-of-computer/" target="_blank" rel="noopener noreferrer">new kind of personal computer</a>.</p>
<p><em>Stash is open source and available now at <a href="https://github.com/telepath-computer/stash" target="_blank" rel="noopener noreferrer">github.com/telepath-computer/stash</a>.</em></p>
]]></content>
  </entry>
  <entry>
    <title>Demoing the Telepath UI that doesn&apos;t yet exist</title>
    <link href="https://telepath.computer/blog/telepath-ui-demo/"/>
    <updated>2026-02-10T00:00:00Z</updated>
    <id>https://telepath.computer/blog/telepath-ui-demo/</id>
    <content xml:lang="en" type="html"><![CDATA[<p>What happens if you take the idea that AI is going to revolutionize computing seriously?</p>
<p>You might argue we’re already doing this as an industry: we’ve spent untold billions on frontier models; hype is at fever-pitch; and it seems every app on your computer now has a chat sidebar, soon to be home to an uber-capable AGI.</p>
<p>But I fear we are still missing answers to some basic questions, like: what does an AI-native computer actually <em>look</em> like? What does it <em>feel</em> like? How do I use it? With a truly revolutionary technology, iteration can only take you so far — in order to leap towards this future as an industry, we need a clearer vision of it.</p>
<p>I’ve seen the power of collective imagination that a well-defined vision can unlock. At Google Creative Lab, demos I gave turned into experiences we shipped to millions of users. At Adept, a prototype our 3-person design team showed one Friday afternoon led to a tectonic shift in company direction by Monday morning.</p>
<p>So a few months ago, we at <a href="https://telepath.computer/" target="_blank" rel="noopener noreferrer">Telepath</a> set out to create a compelling demo of what an AI-first personal computer will actually look like. (<a href="https://www.youtube.com/watch?v=jEm5SkLMap0" target="_blank" rel="noopener noreferrer">We’re trying to build one, after all.</a>) My co-founder Stephen Hood presented it at Betaworks this past November, and you can watch it here:</p>
<p><video poster="https://telepath.computer/social-card.png" src="https://ruperts.world/blog/ai-computer/telepath-simulation.mp4" width="100%" controls=""></video></p>
<h2>The generative interface</h2>
<p>The Telepath Computer has no apps. Instead, its interface is generative, meaning that a significant portion of the user interface is synthesized and/or composed on the fly in response to user intent.</p>
<p><mark>The primary benefit of a generative interface is that it closes the gap between intent and outcome.</mark> For many tasks, it’s easy to express our goal in natural language and have the computer work out the exact steps to achieve it. It’s much harder to find the right app or multiple apps and perform all the steps yourself (assuming the software actually works the way you need).<sup class="footnote-ref"><a href="https://telepath.computer/blog/telepath-ui-demo/#fn1" id="fnref1">[1]</a></sup> A generative interface means the space of possible actions, and the possible ways information can be displayed, is infinite.</p>
<p><img src="https://ruperts.world/blog/ai-computer/graph.png" alt="The Telepath interface displaying a analysis card titled &quot;Should AI be personified?&quot; with industry figures sorted into &quot;Against&quot; and &quot;For&quot; columns, including Yann LeCun, George Hinton, and Dario Amodei on one side, and Sam Altman, Elon Musk, and Marc Benioff on the other"></p>
<p>This doesn’t come without challenges: the greatest risk for a generative interface is disorienting the user. Good software design gives users a conceptual model of the system, so they can accurately predict what will happen when they perform an action<sup class="footnote-ref"><a href="https://telepath.computer/blog/telepath-ui-demo/#fn2" id="fnref2">[2]</a></sup>. If we allow an agentic system free reign over our computer screens without structure or constraints, aren’t we setting our users up for a chaotic and unpredictable environment? How will they know what they <em>can</em> do, and what will happen when they <em>do</em> it?</p>
<p>One solution is to package up generative software in app-like bundles, and try to keep the same metaphors we have today. (In other words, a generative UI just means anyone can generate their own app.) This approach is tempting, and we’re already seeing several startups coalescing around it. However, it’s ultimately a skeumorphism that commits us to the familiar idea of software as discrete shippable <em>things</em>, instead of something that exists everywhere all at once.</p>
<p>Instead, the Telepath Computer interface solves this problem by having well-defined “laws of physics”. It provides a logical structure: a magnetic 3D space of cards, upon which generative interfaces are rendered. Each card adheres to the same conventions and behaves the same way within the space. Cards can be grouped into workspaces and stacked into collections to revisit later. Each has a command bar at the bottom, where users can discover further functionality.</p>
<p>While this structure was sufficient for the demo workflow, it must ultimately extend into many more areas. How do I organize and file away objects long-term? When the system kicks off an asynchronous task, how do I see it and know its status? How do I interact with specialized interfaces, like for editing video or creating a CAD drawing? These questions were deliberately out of scope for the demo, but we’re already addressing some of them as we begin to translate our vision into working software.</p>
<h2>Voice &amp; multi-modality</h2>
<p>If there’s one thing that came up overwhelmingly when we surveyed science fiction, it’s voice input. From <em>Her</em> to <em>Star Trek</em>, it’s clear we humans love to fantasize about talking to our computers. It turns out there are good reasons for this (beyond being more fun to watch than someone typing).</p>
<p>Voice gives us an additional stream of information for input, one that can happen concurrently with direct manipulation using a keyboard, mouse, or touch. With the Telepath Computer, you can touch and type for tasks where control and accuracy are important, while simultaneously using your voice to direct the computer. This mimics our natural behaviour in the physical world: for example, imagine cooking a meal with family or friends, asking someone to fetch the basil or chop the onions while your hands are busy with the pasta.</p>
<p>Up until now, voice has been unusable for most serious computing tasks. But with near-perfect speech recognition<sup class="footnote-ref"><a href="https://telepath.computer/blog/telepath-ui-demo/#fn3" id="fnref3">[3]</a></sup>, and agents that can interpret our intent and act for us, we can finally bring this multi-tasking to our digital world too. Already our user research shows participants are increasingly comfortable with voice, using it as a high-bandwidth, low-structure input mode, dictating thoughts or instructions to then process with language models. I expect this usage to expand over time, as we design systems specifically for it<sup class="footnote-ref"><a href="https://telepath.computer/blog/telepath-ui-demo/#fn4" id="fnref4">[4]</a></sup>.</p>
<p><img src="https://ruperts.world/blog/ai-computer/strategic-note.png" alt="The Telepath interface showing a document card about &quot;Telepath's strategic positioning on personification&quot; with linked references floating nearby, including a Zuckerberg interview article and related documents, demonstrating the spatial card-based workspace"></p>
<p>Using voice as an additional information stream is also useful when it comes to output. The Telepath Computer speaks through voice, while simultaneously displaying documents and information for the user to reference and interact with. This “show and tell” approach is also present in how we tend to communicate complex information in the real world: sketching on a napkin as we discuss a problem with a colleague over dinner; design teams assembling stickies while talking about user feedback; pulling up maps and hotels on your laptop while planning a group vacation.</p>
<p>The benefits expand dramatically when your computer is also context-aware. A context-aware computer knows where you are and what’s available to you: step back from the screen or pick up a sketchbook and it shifts to voice; go for a walk and you can work as effectively as when you’re sitting at a desk. Generative software can morph itself into whatever modality and form is suitable for the current situation, which has profound implications not just for productivity but for accessibility and quality-of-life too.</p>
<h2>Deep personalization</h2>
<p>At the outset of the demo, Stephen says to the computer: “Hey, catch me up.”</p>
<p>To respond to this effectively, the computer needs a model of the user and their information landscape. This is <em>deep personalization</em>: the ability to make sense of the user’s digital world, construct a model of them, and assess all new information and all generated interfaces against that model.</p>
<p><img src="https://ruperts.world/blog/ai-computer/dashboard.png" alt="The Telepath Computer's personalized dashboard showing nine cards tailored to the user: tile options for a home renovation, an upcoming Betaworks demo, a Nintendo Switch on sale, a reminder to pick up a birthday cake with a map to the bakery, a rescheduled flight, and a design feedback request"></p>
<p>One discovery we made during our design process was that deep personalization is not just a useful feature for agentic action-taking; it’s also a <em>requirement</em> for an effective generative interface. Our interfaces today show us everything: every email, message, note, webpage, document, and notification, constantly pouring unfiltered into our screens for us to handle manually<sup class="footnote-ref"><a href="https://telepath.computer/blog/telepath-ui-demo/#fn5" id="fnref5">[5]</a></sup>. But a generative system must make editorial decisions about what to include, what to leave out, and how to present information to maximally align with the user’s goals.</p>
<p>In order to do that effectively you need a deep understanding of the user, otherwise the system is bound to make decisions that either remove important information, or highlight something irrelevant. As such, any good generative UI will depend on a sophisticated user model with sufficient depth that it can accurately and predictably make these predictions. This goes beyond simply “memory”, instead pointing towards something that is constantly updating itself based on new information and past performance, that understands what’s recent and what’s outdated, and that can represent different structured facets of the user’s world like ongoing projects, relationships, and personal preferences.</p>
<p>Without this, a generative interface cannot truly close the gap between intent and outcome. It can only guess.</p>
<h2>Process &amp; acknowledgements</h2>
<p>We created this demo through a process that combined equal parts evidence and imagination<sup class="footnote-ref"><a href="https://telepath.computer/blog/telepath-ui-demo/#fn6" id="fnref6">[6]</a></sup>. First we interviewed computer users to identify problems that presented themselves as fundamental to the computer use generally, then zeroed in on specific knowledge worker use-cases. We combined insights from these interviews with our own forecasts of technology trends (especially around voice input and local models), researched prior art, and watched a bunch of sci-fi. Then we began sketching the first concepts and iterating on our designs with user feedback, finally partnering with <a href="https://territorystudio.com/" target="_blank" rel="noopener noreferrer">Territory Studio</a> for the animation and visual effects.</p>
<p>It’s important that I acknowledge some of the work and people that inspired us during our research:</p>
<ul>
<li>The <a href="https://www.youtube.com/watch?v=umJsITGzXd0" target="_blank" rel="noopener noreferrer">Apple Knowledge Navigator concept</a>, a great example of the creative power a product demo can have. It predicted the web, voice assistants, and touch-screen tablets long before any of these existed. (We have yet to innovate on putting bow-ties on agents, but it’s surely just a matter of time.)</li>
<li><a href="https://www.mercuryos.com/" target="_blank" rel="noopener noreferrer">Mercury OS</a> by <a href="https://jasonyuan.design/" target="_blank" rel="noopener noreferrer">Jason Yuan</a>, a speculative vision for a fluid, intent-driven operating system based around modular panels that was well ahead of its time, and influenced Telepath’s card metaphor.</li>
<li><a href="https://desktopneo.com/" target="_blank" rel="noopener noreferrer">Desktop Neo</a> by <a href="https://www.lennartziburski.com/" target="_blank" rel="noopener noreferrer">Lennart Ziburski</a>, which was a great example of how to take emerging capabilities (multi-touch, voice control) and design for them from first principles</li>
<li>The film <a href="https://www.imdb.com/title/tt1798709/" target="_blank" rel="noopener noreferrer">Her</a>. Not for its depiction of AI (some things we don’t want to emulate…), but rather its humanistic, depth-based, textural screen design which influenced our visual language for the demo.</li>
<li><a href="https://interconnected.org/" target="_blank" rel="noopener noreferrer">Matt Webb</a>, whose thinking on conversational interfaces helped shape our “show and tell” metaphor and our emphasis on using voice and direct manipulation in concert.</li>
</ul>
<p>Also thanks to <a href="https://jenson.org/" target="_blank" rel="noopener noreferrer">Scott Jenson</a>, and Josh &amp; Stephen my co-founders, for their helpful feedback along the way.</p>
<p>I hope this work encourages others in the industry to consider an optimistic vision of what they want this technology to look like in a user’s life — with more clarity and fidelity than “AGI” — and to share it broadly to the world so we can discuss and create this exciting future together, in the open.</p>
<p>If you’d like to follow along with Telepath’s progress on making our vision a reality and get access to early releases, you can do so <a href="https://telepath.computer/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<hr class="footnotes-sep">
<section class="footnotes">
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>If you want proof of this, ask your nearest computer programmer how much code they write themselves vs. how much they now generate using natural language instructions. <a href="https://telepath.computer/blog/telepath-ui-demo/#fnref1" class="footnote-backref">↩︎</a></p>
</li>
<li id="fn2" class="footnote-item"><p>This is well-documented, most notably in the foundational text on experience design <em><a href="https://bookshop.org/p/books/the-design-of-everyday-things-don-norman/9f48a6d03625c8d5" target="_blank" rel="noopener noreferrer">The Design of Everyday Things</a></em> by Don Norman (2013). <a href="https://telepath.computer/blog/telepath-ui-demo/#fnref2" class="footnote-backref">↩︎</a></p>
</li>
<li id="fn3" class="footnote-item"><p>On clean English datasets, we’re now sitting at a word error rate for standard benchmarks of roughly 1% (<a href="https://arxiv.org/abs/2511.11139" target="_blank" rel="noopener noreferrer">Rong et al., 2025</a>) compared to 4-5% for humans (<a href="https://arxiv.org/abs/2212.04356" target="_blank" rel="noopener noreferrer">Radford et al., 2022</a>) <a href="https://telepath.computer/blog/telepath-ui-demo/#fnref3" class="footnote-backref">↩︎</a></p>
</li>
<li id="fn4" class="footnote-item"><p>Sceptics will note that voice has some important drawbacks, the most acute being that you can’t use it while other people are within earshot without them hearing everything you say. However, the advantage of having another simultaneous input stream is so great that I imagine we will find technical solutions to this instead of remaining bound to our keyboards. A recent acquisition by Apple (<a href="https://www.macrumors.com/2026/02/03/apple-second-biggest-acquisition/" target="_blank" rel="noopener noreferrer">MacRumours</a>) suggests I’m not alone. <a href="https://telepath.computer/blog/telepath-ui-demo/#fnref4" class="footnote-backref">↩︎</a></p>
</li>
<li id="fn5" class="footnote-item"><p>One exception is social media, though this is done in a very limited domain and with an algorithm that’s entirely <em>out</em> of our control. Another reason why we must ensure this new generation of personal computers answers only to users. <a href="https://telepath.computer/blog/telepath-ui-demo/#fnref5" class="footnote-backref">↩︎</a></p>
</li>
<li id="fn6" class="footnote-item"><p>With evidence alone, you can only iterate. With imagination alone, you are only guessing. <a href="https://telepath.computer/blog/telepath-ui-demo/#fnref6" class="footnote-backref">↩︎</a></p>
</li>
</ol>
</section>
]]></content>
  </entry>
  <entry>
    <title>A new kind of personal computer</title>
    <link href="https://telepath.computer/blog/new-kind-of-computer/"/>
    <updated>2024-12-04T00:00:00Z</updated>
    <id>https://telepath.computer/blog/new-kind-of-computer/</id>
    <content xml:lang="en" type="html"><![CDATA[<p>So, we made a thing:</p>
<iframe width="630" height="340" src="https://www.youtube.com/embed/jEm5SkLMap0?si=Wsn0YMP4TrOdpVwr" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
<p>Let’s back up: for as long as I can remember, I’ve been obsessed with computers, fascinated not just by what they can do but what they could become. Like many, I took my early inspiration from science fiction. I dreamed of someday having something like <a href="https://www.youtube.com/watch?v=Drr6_zikuZQ" target="_blank" rel="noopener noreferrer">the Enterprise’s computer</a>. And why not? Science fiction has always driven scientists, engineers, and inventors to create real things that change the world.</p>
<p>As the years went by we got some of the futuristic stuff we dreamed about: a global information network, powerful mobile devices, interactive touch surfaces. But our computers? They stayed stuck, not intelligent but stubbornly dumb, unaware of us and our needs.</p>
<p>Then along came LLMs. It seemed immediately obvious to me that the real breakthrough of this newest wave of AI wasn’t what it could generate, but rather all the things it could now <em>understand</em>. While I was still at Mozilla I <a href="https://builders.mozilla.org/the-hyperspace-bypass/" target="_blank" rel="noopener noreferrer">wrote</a> and <a href="https://www.youtube.com/watch?v=FMV3qOWUI_k&amp;t=49s" target="_blank" rel="noopener noreferrer">spoke</a> about the inevitable, exciting consequences: the collapse of today’s computing stack and the chance to create something even better in its place. It seemed certain I was finally going to get my Enterprise computer, or at least something like Apple’s fictional <a href="https://youtu.be/6zZ3Ijf2Rsk" target="_blank" rel="noopener noreferrer">Knowledge Navigator</a>.</p>
<p>But that’s not what happened. Instead, we immediately started grafting AI on top of the same interfaces we’ve already been using for over 40 years. Suddenly, every app has its own separate AI sidebar or copilot, each of them slightly different in capability or scope. Meanwhile we’re burning megawatts of power to have intelligent agents… uh, move mouse pointers around our screens and click on things?</p>
<p><strong>The problem is that we’re just building hybrid cars</strong>. That is, we’re taking a mature but largely played-out platform (the GUI) and bolting on a new technology (AI) in order to wring out every last drop of additional value that we can.</p>
<p>Hybrid cars have their place. You can sell a lot of them. But they aren’t the future; they are at best a bridge to it. They are the obvious thing that you build when you don’t want to actually change anything.</p>
<p><strong>It’s time to start building EVs</strong>. We need to stop stubbornly clinging to today’s computing stack and its metaphors, and create something that’s native to the world we now actually live in. Until we make that jump we’ll never fully realize the potential and power of a computer that can understand us and our needs. And until we can demonstrate a positive, optimistic vision for AI in our daily lives, people will rightfully continue to be skeptical of it.</p>
<p>That’s the mission of my new startup, <a href="https://telepath.computer/" target="_blank" rel="noopener noreferrer">Telepath</a>. We’re building that metaphorical EV: <strong>the software stack for a new kind of computing experience</strong>, freed from decades of accrued assumptions, powered at its core by machine intelligence but employed in the service of individuals. We aren’t really an “AI company”, and we aren’t chasing AGI. We see AI as  <a href="https://knightcolumbia.org/content/ai-as-normal-technology" target="_blank" rel="noopener noreferrer">normal technology</a>, just one that carries an unusual level of both promise and peril. Used wisely and responsibly, this technology has the potential to elevate our computers and unlock a revolution even greater and more exciting than the move from CLI to GUI forty years ago.</p>
<p>I’m proud to be taking this journey with my brilliant friends and co-founders <a href="https://www.linkedin.com/in/yetanotherjosh/" target="_blank" rel="noopener noreferrer">Josh Whiting</a> and <a href="https://www.linkedin.com/in/rupertmanfredi/" target="_blank" rel="noopener noreferrer">Rupert Manfredi</a>. We all worked together at Mozilla, where I led open source AI and founded projects like <a href="https://llamafile.ai/" target="_blank" rel="noopener noreferrer">Llamafile</a>. Between us we have five startups worth of founding experience, and companies like Google, Adept, Mozilla, and Yahoo under our belts. We have a clear vision of the future (you can get a sneak peek of it <a href="https://www.youtube.com/watch?v=jEm5SkLMap0" target="_blank" rel="noopener noreferrer">here</a>) and a plan for getting there. Our investors include <a href="https://www.betaworks.com/" target="_blank" rel="noopener noreferrer">Betaworks</a>, <a href="https://trueventures.com/" target="_blank" rel="noopener noreferrer">True Ventures</a>, <a href="https://mozilla.vc/" target="_blank" rel="noopener noreferrer">Mozilla Ventures</a>, <a href="https://rre.com/" target="_blank" rel="noopener noreferrer">RRE</a>, Fermont Capital, Joshua Schachter (<a href="http://del.icio.us/" target="_blank" rel="noopener noreferrer">del.icio.us</a>), Thomas Wolf (Hugging Face), and Ari Weinstein (OpenAI), with more to be announced soon.</p>
<p>If you share our optimism about the future of computing, I hope you’ll <a href="https://telepath.computer/" target="_blank" rel="noopener noreferrer">join our waitlist</a> and keep tabs on our progress.</p>
]]></content>
  </entry>
</feed>