<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Self-Attention on Aayush Bajaj's Augmenting Infrastructure</title><link>https://abaj.ai/tags/self-attention/</link><description>Recent content in Self-Attention on Aayush Bajaj's Augmenting Infrastructure</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Aayush Bajaj</copyright><lastBuildDate>Thu, 09 Jul 2026 21:02:27 +1000</lastBuildDate><atom:link href="https://abaj.ai/tags/self-attention/index.xml" rel="self" type="application/rss+xml"/><item><title>Transformers</title><link>https://abaj.ai/wiki/ml/dl/transformers/</link><pubDate>Thu, 09 Jul 2026 21:02:56 +1000</pubDate><guid>https://abaj.ai/wiki/ml/dl/transformers/</guid><description>&lt;p>the transformer (Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N. and Kaiser, Lukasz and Polosukhin, Illia, 2017) deleted recurrence from sequence modelling and replaced it with a single primitive — attention — applied in parallel over the whole sequence.&lt;span class="margin-note" data-note="the paper title *attention is all you need* was a claim; a decade of scaling made it a fact">
 &lt;span class="margin-note-indicator">𐃏&lt;/span>
&lt;/span>

every token gets to look at every other token in one matrix multiply, the maximum path length between any two positions drops from \(O(n)\) to \(O(1)\), and training parallelises across the sequence dimension. this page derives the machinery; a from-scratch decoder-only build lives at &lt;a
 href="https://abaj.ai/wiki/ml/dl/transformers/nanogpt/"
 
 
>nanogpt&lt;/a>.&lt;/p></description></item></channel></rss>