artificial-citizen commited on
Commit
e6251e1
·
verified ·
1 Parent(s): e82cab1

Add organization card

Browse files
Files changed (1) hide show
  1. README.md +35 -8
README.md CHANGED
@@ -1,13 +1,40 @@
1
  ---
2
- title: README
3
- emoji: 🌍
4
- colorFrom: green
5
  colorTo: gray
6
- sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
- app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: protoLabsAI
3
+ emoji:
4
+ colorFrom: indigo
5
  colorTo: gray
6
+ sdk: static
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ <p align="center">
11
+ <img src="https://raw.githubusercontent.com/protoLabsAI/.github/main/profile/assets/readme-banner.png" alt="protoLabs.studio" width="100%">
12
+ </p>
13
+
14
+ # protoLabsAI — open weights
15
+
16
+ The model shelf of [**protoLabs.studio**](https://protolabs.studio): an indie studio running experiments in the open. One person and a fleet of agents building games, simulators, and specialized agents on infrastructure we run ourselves — from the hardware up.
17
+
18
+ We run 35B-class open models on a pair of prosumer Blackwell GPUs, and the builds that make that possible go up here for anyone to pull: **FP8 quants** and **speculative-decode heads**, parity-verified against the source before we ship. The recipe and the verification are the product, not just the weights.
19
+
20
+ The findings behind them get written up at [protolabs.studio](https://protolabs.studio) — CUDA graphs running 37–470% faster on Blackwell, INT4 holding quality on dense models but corrupting MoE routing, `NCCL_P2P_DISABLE=1` clearing TP=2 corruption on PCIe for a 9.3× jump on a 35B MoE.
21
+
22
+ ## The rest of the studio
23
+
24
+ The weights below are one substrate. The patterns that build everything else are open too:
25
+
26
+ - [**`rabbit-hole.io`**](https://github.com/protoLabsAI/rabbit-hole.io) — research agent that turns a topic + budget into a knowledge graph, not a pile of links
27
+ - [**`protoAgent`**](https://github.com/protoLabsAI/protoAgent) — A2A-native agent on LangGraph that grows at runtime via plugins, skills, and delegate agents
28
+ - [**`release-tools`**](https://github.com/protoLabsAI/release-tools) — release-notes + Discord embed as one GitHub Action, on every repo
29
+ - [**`protoBanana`**](https://github.com/protoLabsAI/protoBanana) · [**`protoCLI`**](https://github.com/protoLabsAI/protoCLI) · [**`protoWorkstacean`**](https://github.com/protoLabsAI/protoWorkstacean)
30
+
31
+ Built on top: [**ORBIS**](https://orbis.protolabs.studio) (voice-first AI companion), [**MythXEngine**](https://mythxengine.com) (TTRPG world generator on a Rust multi-agent sim), and PilotProtocol (mech agents on a hex grid).
32
+
33
+ ## Audience
34
+
35
+ Practitioners already operating in the LLM-agent space. The code has no filter — fork it, hack it to fit. The breakdowns assume you've worked through the docs. If we have to explain tokens, this isn't the shelf.
36
+
37
+ ---
38
+
39
+ **MIT licensed.** Findings ship as patterns to study and steal. Sibling rig (GGUF / llama.cpp / Ollama): **avaLab**.
40
+ [protolabs.studio](https://protolabs.studio) · [GitHub](https://github.com/protoLabsAI) · [X](https://x.com/protoLabsAI) · [Substack](https://substack.com/@protolabsai)