Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.mdx #11

Merged
merged 2 commits into from
Jul 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,18 @@ import { formatCompactNumber } from '@/utils/format'

# Homebrew

Homebrew is a AI Research Lab. Our mission is to build
human-augmenting AIs that are trained sustainably
and run energy-efficiently.
Homebrew is an AI research lab. Our mission is to build human-augmenting AIs that run on energy-efficient and earth-friendly hardware.

We are the creators and lead maintainers of:

- [Jan](https://jan.ai): Personal AI (>1 million downloads)
- [Cortex](https://cortex.so): Modular AI Engine
- Xanadu: GPU Cluster <span className="rounded-md py-1 px-2 bg-yellow-200 border border-yellow-400 text-yellow-700 dark:bg-yellow-200 dark:text-yellow-700 text-xs">coming soon</span>
- Menlo: AI Cloud & Hardware <span className="rounded-md py-1 px-2 bg-yellow-200 border border-yellow-400 text-yellow-700 dark:bg-yellow-200 dark:text-yellow-700 text-xs">coming soon</span>

We also train models:
We run infrastructure and train models:

- llama3-s
- [llama3-s](https://github.com/janhq/llama3-s/tree/develop)

We are a remote-first lab, with locations in Hanoi, Taiwan, and Singapore.
We are a remote-first lab, with data centers in Hanoi, Taiwan, and Singapore.

<ShimmerButton className="shadow-2xl shadow-[#5765F2] mt-8 flex gap-2 transition-all hover:scale-105" background="#5765F2" onClick={() => window.open('https://discord.gg/FTk2MvZwJH', '_blank')}>
<FaDiscord className="text-2xl text-white" />
Expand Down Expand Up @@ -69,4 +65,4 @@ export const getStaticProps = async() => {
ssg: allBlogPosts
},
}
}
}
Loading