CompactAI commited on
Commit
473e2be
·
verified ·
1 Parent(s): 93be5c3

Update blog.html

Browse files
Files changed (1) hide show
  1. blog.html +6 -0
blog.html CHANGED
@@ -125,6 +125,12 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
125
 
126
  <script>
127
  const posts = [
 
 
 
 
 
 
128
  {
129
  "file": "blog-the-memory-bottleneck.html",
130
  "date": "2026-02-17",
 
125
 
126
  <script>
127
  const posts = [
128
+ {
129
+ "file": "blog-the-myth-of-scalability.html",
130
+ "date": "2026-02-18",
131
+ "tag": "Architecture",
132
+ "title": "The Myth of Scalability",
133
+ "excerpt": "The prevailing narrative in artificial intelligence is simple and seductive. If you want a smarter model, you need more data. You need more parameters. You need more compute. The industry has convinced itself that intelligence is a resource problem. We just need to throw enough electricity at the wall until something truly intelligent sticks."
134
  {
135
  "file": "blog-the-memory-bottleneck.html",
136
  "date": "2026-02-17",