From Softmax to Kimi Delta Attention: the “obvious” path you missed
deep learning Jul 28, 2026 7 min read

From Softmax to Kimi Delta Attention: the “obvious” path you missed

Kimi Delta Attention (KDA) turns attention into a recurrent “fast-weight” state update. By starting from softmax attention, removing the softmax bottleneck, then adding delta-rule correction and diagonal (channel-wise) forgetting, KDA becomes an almost inevitable refinement of linear attention.

by ahsan
Translating Ancient Astronomy: A Practical Blueprint for AI-Ready Texts
historical technology Jul 28, 2026 7 min read

Translating Ancient Astronomy: A Practical Blueprint for AI-Ready Texts

Translating rare Hebrew and Latin astronomy texts isn’t just about language. A real pipeline must preserve exact sexagesimal math, tabular values, and diagram structure while tracking uncertainty and reconciling discrepancies. Ars Astronomica’s approach shows how AI-assisted translation can be engineered for manuscript-grade fidelity.

by ahsan
MAI-Cyber-1-Flash inside MDASH: AI that proves vulnerabilities (not guesses)
cybersecurity Jul 27, 2026 6 min read

MAI-Cyber-1-Flash inside MDASH: AI that proves vulnerabilities (not guesses)

MAI-Cyber-1-Flash inside MDASH aims to make AI vulnerability discovery evidence-first. Instead of guessing, the multi-agent harness prepares, scans, validates, deduplicates, and proves bugs—while routing work to control token cost. The result is a security workflow built for continuous defense, not occasional scanning.

by ahsan
Decker and Lil: Building HyperCard-Style Interactive Documents (Without the Old Constraints)
software development Jul 27, 2026 6 min read

Decker and Lil: Building HyperCard-Style Interactive Documents (Without the Old Constraints)

Decker brings an authoring experience inspired by HyperCard into a modern workflow: cards and widgets you control visually, plus Lil scripting for interactive behavior and data queries. Decks export as standalone self-executing HTML, with a line-oriented text format that stays friendly to version control.

by ahsan