Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
- Company definition
- Copywriting update
- Added a link to the llama3-s project
  • Loading branch information
eckartal authored Jul 18, 2024
1 parent b67ad77 commit 25641db
Showing 1 changed file with 5 additions and 9 deletions.
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 infra 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
},
}
}
}

0 comments on commit 25641db

Please sign in to comment.