CompactAI commited on
Commit
fc834b4
·
verified ·
1 Parent(s): d926d93

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-One-Year-of-Vibecoding-and-Other-Questionable-Life-Choices.html",
130
  "date": "2026-02-22",
 
125
 
126
  <script>
127
  const posts = [
128
+ {
129
+ "file": "blog-External-Memory-Modules-Because-My-Model-Has-Commitment-Issues.html",
130
+ "date": "2026-02-23",
131
+ "tag": "Memory Hacks",
132
+ "title": "External Memory Modules: Because My Model Has Commitment Issues",
133
+ "excerpt": "You know what takes forever? Training a transformer. You know what takes less forever? Training a tiny thing that just remembers stuff. Enter External Memory Modules, or EMM for people who enjoy acronyms more than free time."
134
+ },
135
  {
136
  "file": "blog-One-Year-of-Vibecoding-and-Other-Questionable-Life-Choices.html",
137
  "date": "2026-02-22",