CompactAI commited on
Commit
181b1bd
·
verified ·
1 Parent(s): be12047

Update blog.html

Browse files
Files changed (1) hide show
  1. blog.html +7 -0
blog.html CHANGED
@@ -125,6 +125,13 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
125
 
126
  <script>
127
  const posts = [
 
 
 
 
 
 
 
128
  {
129
  "file": "blog-the-myth-of-scalability.html",
130
  "date": "2026-02-18",
 
125
 
126
  <script>
127
  const posts = [
128
+ {
129
+ "file": "blog-The-Wasted-Precision-of-the-Output-Layer.html",
130
+ "date": "2026-02-19",
131
+ "tag": "Architecture",
132
+ "title": "The Wasted Precision of the Output Layer",
133
+ "excerpt": "We spend a lot of time optimizing attention mechanisms. We prune weights in the middle layers. We quantize activations to save memory during inference. Yet there is a massive inefficiency sitting right at the very end of the network that we almost completely ignore."
134
+ },
135
  {
136
  "file": "blog-the-myth-of-scalability.html",
137
  "date": "2026-02-18",