CompactAI commited on
Commit
31a83ed
·
verified ·
1 Parent(s): 0fbcbd7

Update blog.html

Browse files
Files changed (1) hide show
  1. blog.html +9 -0
blog.html CHANGED
@@ -277,6 +277,15 @@
277
  <section class="blog-section">
278
  <div class="container">
279
  <div class="blog-grid">
 
 
 
 
 
 
 
 
 
280
  <a href="blog-TheIronyCloud WhenAIDowntimeMeetsTiming.htm" class="blog-card">
281
  <div class="blog-meta">
282
  <span class="blog-date">2026-03-4</span>
 
277
  <section class="blog-section">
278
  <div class="container">
279
  <div class="blog-grid">
280
+ <a href="Teaching AI to Regret: The Backspace Token Theory.html" class="blog-card">
281
+ <div class="blog-meta">
282
+ <span class="blog-date">2026-03-5</span>
283
+ <span class="blog-tag">Model Experiments</span>
284
+ </div>
285
+ <h2>Teaching AI to Regret: The Backspace Token Theory</h2>
286
+ <p>Humans backtrack. We type "thr" and realize we meant "the" and we fix it. We type "tje" and we laugh at our own fingers and we correct it. Large language models do not do this. They commit to every token like it is a binding legal contract. I started wondering what would happen if we gave them an out. What if we added a backspace token to the vocabulary?</p>
287
+ <span class="blog-read-more">Read more</span>
288
+ </a>
289
  <a href="blog-TheIronyCloud WhenAIDowntimeMeetsTiming.htm" class="blog-card">
290
  <div class="blog-meta">
291
  <span class="blog-date">2026-03-4</span>