NewsWorld
PredictionsDigestsScorecardTimelinesArticles
NewsWorld
HomePredictionsDigestsScorecardTimelinesArticlesWorldTechnologyPoliticsBusiness
AI-powered predictive news aggregation© 2026 NewsWorld. All rights reserved.
Trending
IranMilitaryLabourStrikesKhameneiTimelineFebruaryTrumpNuclearPartyTargetedSupremeCrisisDigestSaturdayIsraeliIranianLeaderPolicyDroneGreenDiplomaticChallengeBorder
IranMilitaryLabourStrikesKhameneiTimelineFebruaryTrumpNuclearPartyTargetedSupremeCrisisDigestSaturdayIsraeliIranianLeaderPolicyDroneGreenDiplomaticChallengeBorder
All Articles
Building a Minimal Transformer for 10-digit Addition
Hacker News
Published about 4 hours ago

Building a Minimal Transformer for 10-digit Addition

Hacker News · Feb 28, 2026 · Collected from RSS

Summary

Article URL: https://alexlitzenberger.com/blog/post.html?post=/building_a_minimal_transformer_for_10_digit_addition Comments URL: https://news.ycombinator.com/item?id=47200828 Points: 24 # Comments: 4


Share this story

Read Original at Hacker News

Related Articles

Hacker Newsabout 2 hours ago
Pentagon chief blocks officers from Ivy League schools and top universities

Article URL: https://fortune.com/2026/02/28/pentagon-officer-education-ivy-league-schools-universities-partners-ai-space/ Comments URL: https://news.ycombinator.com/item?id=47201882 Points: 50 # Comments: 17

Hacker Newsabout 2 hours ago
Poll: Code with AI or Not?

Comments URL: https://news.ycombinator.com/item?id=47201826 Points: 3 # Comments: 0

Hacker Newsabout 2 hours ago
Show HN: Xmloxide – an agent made rust replacement for libxml2

Recently several AI labs have published experiments where they tried to get AI coding agents to complete large software projects. - Cursor attempted to make a browser from scratch: https://cursor.com/blog/scaling-agents - Anthropic attempted to make a C Compiler: https://www.anthropic.com/engineering/building-c-compiler I have been wondering if there are software packages that can be easily reproduced by taking the available test suites and tasking agents to work on projects until the existing test suites pass. After playing with this concept by having Claude Code reproduce redis and sqlite, I began looking for software packages where an agent-made reproduction might actually be useful. I found libxml2, a widely used, open-source C language library designed for parsing, creating, and manipulating XML and HTML documents. Three months ago it became unmaintained with the update, "This project is unmaintained and has [known security issues](https://gitlab.gnome.org/GNOME/libxml2/-/issues/346). It is foolish to use this software to process untrusted data.". With a few days of work, I was able to create xmloxide, a memory safe rust replacement for libxml2 which passes the compatibility suite as well as the W3C XML Conformance Test Suite. Performance is similar on most parsing operations and better on serialization. It comes with a C API so that it can be a replacement for existing uses of libxml2. - crates.io: https://crates.io/crates/xmloxide - GitHub release: https://github.com/jonwiggins/xmloxide/releases/tag/v0.1.0 While I don't expect people to cut over to this new and unproven package, I do think there is something interesting to think about here in how coding agents like Claude Code can quickly iterate given a test suite. It's possible the legacy code problem that COBOL and other systems present will go away as rewrites become easier. The problem of ongoing maintenance to fix CVEs and update to later package versions becomes a larger percentage of software package

Hacker Newsabout 3 hours ago
The war against PDFs is heating up

Article URL: https://www.economist.com/business/2026/02/24/the-war-against-pdfs-is-heating-up Comments URL: https://news.ycombinator.com/item?id=47201283 Points: 12 # Comments: 7

Hacker Newsabout 4 hours ago
The Windows 95 user interface: A case study in usability engineering (1996)

Article URL: https://dl.acm.org/doi/fullHtml/10.1145/238386.238611 Comments URL: https://news.ycombinator.com/item?id=47200904 Points: 60 # Comments: 17

Hacker Newsabout 5 hours ago
We do not think Anthropic should be designated as a supply chain risk

Article URL: https://twitter.com/OpenAI/status/2027846016423321831 Comments URL: https://news.ycombinator.com/item?id=47200420 Points: 62 # Comments: 16