update homepage

This commit is contained in:
vintro 2023-12-14 17:09:47 -05:00
parent ce00a4bcd5
commit e7b1cec29d
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View File

@ -1,13 +1,13 @@
---
title: Welcome!
title: Home
enableToc: false
---
We're a research and development group working at the intersection of human and machine learning.
Welcome to our collaborative second brain. We're a research and development company working at the intersection of human and machine learning.
Most recently, we built [Bloom](https://bloombot.ai) -- a *subversive learning companion*.
Our first product was [Bloom](https://bloombot.ai) -- a *subversive learning companion*. On this journey, we realized AI tools need a framework for securely and privately handling the intimate data required to unlock deeply personalized, autonomous agents.
On this journey we realized that AI tools need a framework for securely and privately handling the intimate data required to unlock deeply personalized, autonomous agents. Its our mission to realize this future.
Its our mission to realize this future.
## Blog

View File

@ -24,6 +24,7 @@ export const defaultContentPageLayout: PageLayout = {
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
Component.DesktopOnly(Component.TableOfContents()),
],