Launch HN: Hyper(YC P26)– 公司的大脑推动自主发展

9作者: shalinshah大约 18 小时前原帖
大家好,我们是Shalin和Kanyes,最好的朋友,已经一起编程超过10年,现在是Hyper的创始人(<a href="https://heyhyper.ai">https://heyhyper.ai</a>)。Hyper是一个共享的“公司大脑”,能够接入公司内部流动的信息,从而提升AI代理和自动化的能力,最终为人们节省时间。 目前的模型已经足够强大,可以(大部分情况下)处理长期复杂的任务。我们认为现在的瓶颈在于,这些足够聪明的模型往往缺乏关于公司的信息,而这些信息散落在人们的脑海中、Slack对话中、过时的文档中,以及与AI的来回对话中。 MCP在将一些信息呈现给代理时是有用的,但存在一些问题:(1)一旦会话结束,洞察也随之消失,因此每次都要让代理去查找Drive中的整个文档,而不是简单地复制粘贴,这并没有带来太大的好处;(2)即使MCP能够正常工作,它所收集的信息也不全面,因为人们在白板上做决定、大声头脑风暴、在Slack上发一些内容,剩下的则随意记录在文档中,这使得代理只能基于部分信息进行工作;(3)即使它拥有所有信息,也无法进行出色的元推理。如果你粘贴一个Notion文档,它不会学习你的设计品味或写作风格,除非你明确告诉它,它也不知道为什么做出某个决定或何时做出的。 五年前,我们作为本科生,热衷于思维工具的浪潮,成为Notion、Obsidian、Roam、Anki的重度用户,坚信构建第二大脑的重要性。在GPT-3.5发布后,我们开始意识到,如果AI能够真正理解我们的第二大脑,它将变得多么强大,因为它会突然了解我们的背景故事、品味和偏好,从而解锁真正的新能力。这就是我们构建Hyper的原因。 我们知道这并不适合每个人!但对于那些希望走在前沿的人来说,这是一种倍增器,可以让代理变得更快、更好。它增加了代理能够完成的任务数量,以及完成任务的效率。 Hyper通过获取你所提供的所有信息(文档、Slack、电子邮件、日历、Granola等),将其综合为一个知识图谱,展示事实及其关系,并为语义搜索提供嵌入。我们构建的记忆系统是混合型的,具有两种模式。事件是作为真实来源保留的原始源项。事实是从每个事件中提取的意义,存储为主语-谓语-宾语记录,并附有简单的摘要和时间戳,标记事实引入和失效的时间(主语=人,谓语=工作于,宾语=公司)。事实之间形成一个图,带有类型化的边:X与Y存在张力,A源于B,J取代K。每当有新事实出现时,我们会更新其邻域内的事实,以保持图的最新状态,这就是我们处理过时信息的方式。当“我们将在周五发货”后来被“我们将在周一发货”所否定时,新事实取代旧事实,而不是让两个事实看起来同样真实,我们从不自动丢弃被取代的版本,因此你仍然可以询问为什么选择了周一。 每个事实都带有来源的溯源信息和访问控制标签,标明谁可以查看。在检索时,我们进行查询扩展,然后将语义搜索与Postgres全文搜索结合,使用互惠排名融合,我们只评估该用户可以访问的事实和事件,这意味着同一团队的两个人可以问同样的问题却得到不同的答案。我们通过Webhooks保持信息的新鲜度,存在时使用Webhook,不存在时使用轮询,哈希内容以捕捉未处理的原始去重源的变化。代理通过两条路径进行读写:在像Claude Code、Cowork、Codex和Cursor等工具中的生命周期钩子,我们在每个提示中注入相关上下文,并从每个响应中提取有趣的事实,以及对于所有不暴露钩子的内容的普通MCP工具调用。 我们非常喜欢这个产品!我们的早期用户也一样:一位CEO使用Hyper根据公司的整体背景,以他的声音起草电子邮件。过去需要几个小时/周的工作,现在只需几分钟,并且每次Hyper学习到更多关于他思维方式和公司变化的内容后,结果会更加精准。一位YC创始人因为Hyper已经了解他们的产品、声音和定位,轻松完成了一段发布视频的脚本。 我们提供3天的免费试用,更多信息请见我们的定价页面(<a href="https://heyhyper.ai/pricing">https://heyhyper.ai/pricing</a>),我们的常见问题解答中还有更多细节(<a href="https://heyhyper.ai/faq">https://heyhyper.ai/faq</a>),包括隐私、合规性以及我们与其他“记忆”公司的不同之处。 欢迎试用!请随意尝试,告诉我们哪里需要改进:<a href="https://heyhyper.ai">https://heyhyper.ai</a>。我们希望为您打造一个10星级的体验 :) 欢迎评论!
查看原文
Hey HN, we’re Shalin &amp; Kanyes, best friends who&#x27;ve been hacking together for 10+yrs, and now founders of Hyper (<a href="https:&#x2F;&#x2F;heyhyper.ai&#x2F;">https:&#x2F;&#x2F;heyhyper.ai&#x2F;</a>). Hyper is a shared “company brain” that plugs into information flowing inside a company to make AI agents and automations better and ultimately save people time.<p>Models have gotten good enough that they can (mostly) take on long-horizon, complex tasks. We believe the bottleneck now is that these smart-enough models often lack information about your company, which is scattered in people&#x27;s heads, Slack threads, stale docs, and in back-and-forth convos with AI.<p>MCP is useful for getting some info in front of an agent, but there are problems: (1) Once the session dies, so does the insight, so instead of copy-pasting a whole doc each time you&#x27;re telling the agent to dig through Drive each time - not much of a win; (2) Even when MCP works, what it gathers isn&#x27;t comprehensive, because people decide things on a whiteboard, brainstorm out loud, post a little in Slack, and scribble the rest in a doc, which leaves the agent working from partial information; (3) And even if it had everything, it doesn&#x27;t do the meta-reasoning required to do a great job. If you paste in a Notion doc and it won&#x27;t learn your design taste or your writing style unless you tell it to, and it won&#x27;t know why a decision was made or when.<p>As undergrads 5 years ago, we were into the tools-for-thought wave and became power users of Notion, Obsidian, Roam, Anki, real believers in building a second brain. After GPT-3.5 came out we started to realize how much more powerful that second brain could be if an AI could actually read it, because suddenly it would know our backstory, our taste, our preferences, and unlock genuinely new capabilities. That’s <i>why</i> we’re building Hyper.<p>We know it’s not for everybody! But for people who do want to be on the cutting edge, this is a force multiplier that makes agents faster and better. It increases the number of tasks they can do, and how effectively they do them.<p>Hyper works by ingesting everything you give it access to, Docs, Slack, Email, Calendar, Granola, and synthesizes it into a knowledge graph of facts and their relationships with embeddings for semantic search. The memory system we’ve built is hybrid, with two modalities. Episodes are the raw source items kept as the source of truth. Facts are the meaning pulled out of each episode, stored as subject-predicate-object records with a plain summary and timestamps for when the fact was introduced and when it was invalidated (subject=person, predicate=works_at, object=company). Facts form a graph with typed edges between them: X is in tension with Y, A is derived from B, J supersedes K. Every time a new fact comes in we update the facts in its neighborhood, so the graph stays current, and that&#x27;s how we handle stale information. When &quot;we&#x27;ll ship Friday&quot; is later contradicted by &quot;we&#x27;re shipping Monday,&quot; the new fact supersedes the old one instead of both looking equally true, and we never auto-discard the superseded version, so you can still ask how you landed on Monday.<p>Every fact carries provenance back to its source and access-control tags for who is allowed to see it. At retrieval we query-expand, then fuse semantic search over embeddings with Postgres full-text search using reciprocal rank fusion, and we only ever evaluate a query against the facts and episodes that person has access to, which means two people on the same team can ask the same question and get different answers. We keep information fresh with webhooks where they exist and polling where they don&#x27;t, hashing contents to catch changes for sources that don’t handle native dedupe. Agents read and write through two paths: lifecycle hooks in tools like Claude Code, Cowork, Codex, and Cursor, where we inject relevant context on every prompt and pull interesting facts out of every response, and plain MCP tool calls for everything that doesn&#x27;t expose hooks.<p>We love it! and so do our early users: one CEO uses Hyper to draft emails in his voice with full company context. What took hours&#x2F;week now takes minutes and gets sharper each time Hyper learns more how he thinks and how his company is changing. One YC founder one-shotted a launch video script because Hyper already knew their product, voice, positioning accumulated over months.<p>We have a 3-day free trial, explained more on our pricing page (<a href="https:&#x2F;&#x2F;heyhyper.ai&#x2F;pricing">https:&#x2F;&#x2F;heyhyper.ai&#x2F;pricing</a>) and there are more details in our FAQ (<a href="https:&#x2F;&#x2F;heyhyper.ai&#x2F;faq">https:&#x2F;&#x2F;heyhyper.ai&#x2F;faq</a>), including things like privacy, compliance, and how we’re different from other “memory” companies..<p>Give it a spin! break it! and tell us where it falls short: <a href="https:&#x2F;&#x2F;heyhyper.ai&#x2F;">https:&#x2F;&#x2F;heyhyper.ai&#x2F;</a>. We&#x27;d love to build you a 10-star experience :) Comments welcome!