Restrictated commited on
Commit
bd6be38
Β·
verified Β·
1 Parent(s): 0e17f10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -20
README.md CHANGED
@@ -8,8 +8,7 @@ app_file: index.html
8
  pinned: false
9
  ---
10
 
11
- # Cubic β€” AGI, AI, and Cybersecurity Research
12
-
13
  Building accessible AI systems that run on consumer hardware. Our projects focus on CPU-first training, open-source research, and practical deployment.
14
 
15
  ## Key Metrics
@@ -17,13 +16,10 @@ Building accessible AI systems that run on consumer hardware. Our projects focus
17
  - **$0.004** min training cost β€” **100%** open source
18
 
19
  ## Research Focus
20
-
21
- - **AGI Research** β€” Advancing towards artificial general intelligence
22
  - **AI Development** β€” CPU-first architectures and open-source models
23
  - **Cybersecurity** β€” AI-powered security tools and threat detection
24
 
25
  ## Projects
26
-
27
  ### AXL β€” CPU-First Code Generation
28
  - **27 models** from 566K to 318M parameters
29
  - **Training cost**: $0.004 per model on consumer CPU
@@ -32,25 +28,21 @@ Building accessible AI systems that run on consumer hardware. Our projects focus
32
  - Click the project card on the org page to see the full AXL detail page
33
 
34
  ## Team
35
-
36
  - **Kennedy**: CEO & Head of AI Research
37
  - **Jasser**: CTO & Head of Cybersecurity
38
  - **Taem**: Head of Marketing/Sales/Technical Assist
39
 
40
  ## Interactive Tools
41
-
42
- The org card includes functional calculators:
43
-
44
- - Training Cost Calculator
45
- - Inference Speed Calculator
46
- - GGUF File Size Calculator
47
- - Context Length Calculator
48
- - Memory Usage Estimator
49
- - Training Time Estimator
50
- - Model Comparison Tool
51
 
52
  ## Key Features
53
-
54
  - Dark/Light theme toggle
55
  - Category filtering on projects
56
  - Search across projects
@@ -60,10 +52,8 @@ The org card includes functional calculators:
60
  - Responsive design
61
 
62
  ## Links
63
-
64
  - [GitHub](https://github.com/Cubic-Labs)
65
  - [HuggingFace](https://huggingface.co/Cubic)
66
 
67
  ---
68
-
69
- *CPU-first AI for everyone.*
 
8
  pinned: false
9
  ---
10
 
11
+ # Cubic β€” AI and Cybersecurity Research
 
12
  Building accessible AI systems that run on consumer hardware. Our projects focus on CPU-first training, open-source research, and practical deployment.
13
 
14
  ## Key Metrics
 
16
  - **$0.004** min training cost β€” **100%** open source
17
 
18
  ## Research Focus
 
 
19
  - **AI Development** β€” CPU-first architectures and open-source models
20
  - **Cybersecurity** β€” AI-powered security tools and threat detection
21
 
22
  ## Projects
 
23
  ### AXL β€” CPU-First Code Generation
24
  - **27 models** from 566K to 318M parameters
25
  - **Training cost**: $0.004 per model on consumer CPU
 
28
  - Click the project card on the org page to see the full AXL detail page
29
 
30
  ## Team
 
31
  - **Kennedy**: CEO & Head of AI Research
32
  - **Jasser**: CTO & Head of Cybersecurity
33
  - **Taem**: Head of Marketing/Sales/Technical Assist
34
 
35
  ## Interactive Tools
36
+ The org card includes functional calculators, grounded in AXL's real published numbers:
37
+ - **Training Cost Calculator** β€” total cost for N models at the measured $0.004/model rate
38
+ - **Inference Speed Calculator** β€” estimated CPU tokens/sec by parameter count and thread count
39
+ - **GGUF File Size Calculator** β€” file size from parameter count and quantization level (Q4/Q5/Q8/F16/F32)
40
+ - **Context Length Calculator** β€” KV-cache memory for a given context window, layer count, and hidden dimension
41
+ - **Memory Usage Estimator** β€” total estimated RAM from weights plus KV-cache overhead
42
+ - **Training Time Estimator** β€” estimated training time from cost and effective hourly CPU rate
43
+ - **Model Comparison Tool** β€” side-by-side comparison of two AXL model sizes on params, file size, and inference speed
 
 
44
 
45
  ## Key Features
 
46
  - Dark/Light theme toggle
47
  - Category filtering on projects
48
  - Search across projects
 
52
  - Responsive design
53
 
54
  ## Links
 
55
  - [GitHub](https://github.com/Cubic-Labs)
56
  - [HuggingFace](https://huggingface.co/Cubic)
57
 
58
  ---
59
+ *CPU-first, AI for everyone.*