AI Summarized Hacker News

Front-page articles summarized hourly.

Show HN: Mini-AGI – Dynamic continual learning model trained on 8GB VRAM

mini-AGI is a toy continual-learning byte-level language model that trains from scratch on an 8 GB VRAM GPU, storing weights on disk and paging to RAM/VRAM. It reads a single stream of text, and training and inference share the same path. The architecture uses two dense prelude blocks and a recurrent block (up to 24 passes) with a pool of experts; routing selects top-8 experts per block-application, with adaptive depth via a PonderNet halting head. The pool grows/shrinks by demand and memory is managed across disk/RAM/VRAM. The project aims to show continual learning on modest hardware; not frontier tech.

HN Comments

Kev: Tiny Jev-like family of decision models built on top of Qwen3.5

Kev is a tiny Jev-like family of decision models built on Qwen3.5 that you can train and run locally. It includes Kev-0.8B, Kev-4B, and Kev-9B with training code and evaluation data, designed for yes/no, multiple-choice, and score questions. Models read a shared state and return probabilistic outputs; questions are isolated to avoid cross-talk. It runs on CUDA and Apple Silicon (bf16 on Macs) and ships a web playground. The API mirrors TypeSafe's System One, allowing you to point its SDK at a local server. The repo covers setup, training, evaluation, and fine-tuning guidance.

HN Comments

Far-left party wins Berlin election, pledging to nationalise housing

Could not summarize article.

HN Comments

Winning the Visa Lottery

Using a randomized lottery for H-2B visas, Clemens and Lewis show that restricting low-skill immigration lowers output and firm size without boosting US employment. Winning firms can hire all requested foreign workers; losing firms hire about half as many H-2B workers and see roughly a 0.2 revenue elasticity, with investment and capital responding even more (1.5–2.1). US employment is unchanged on average; rural firms see positive effects (0.61). Substitution between H-2B and US workers is limited (0.8–2.2). Scale effects dominate. Conclusion: a modest visa expansion would raise production and profits without reducing US jobs.

HN Comments

Coding Theory: A Playful Introduction

Param Rathour uses a playful narrative to explain coding theory, from old-school signaling (drawing, blinking) to Morse, frequency-based mapping, ASCII, and finally Huffman coding. It shows how prefix-free codes enable unique decoding, compares Morse vs ASCII vs Huffman with a worked example (“I LOVE CODING THEORY”), and shows Huffman achieves compression-optimal codes. The piece distinguishes source coding from channel/cryptographic coding, touches Unicode/UTF-8, and ends with a practical appendix on line coding (NRZ/NRZ-I, Manchester, 4B5B) and timing.

HN Comments

AI chatbots give wrong answers to financial queries 'most of the time'

Could not summarize article.

HN Comments

Deterministic Core, Non-Deterministic Shell

Building on Functional Core, Imperative Shell, the post proposes a Deterministic Core, Non-Deterministic Shell. The core is purely functional and deterministic, handling business logic; the shell manages IO, RNG, async, networks, time, storage, and other non-deterministic interactions. Determinism enables repeatable tests, so identify and group deterministic cores or state machines in legacy code, and isolate non-deterministic parts by splitting around them or injecting results. Even in old systems, hidden deterministic cores can be found, improving testability and reliability.

HN Comments

Why back propagation goes backward

Backpropagation computes gradients efficiently via the chain rule. To get ∂f/∂θ_i you need ∂f/∂v and ∂v/∂θ_i, but ∂f/∂v depends on downstream nodes, causing repeated work in a forward pass. A backward pass lets each node accumulate downstream terms ∂f/∂w_j and ∂w_j/∂v, send ∂f/∂v backward, and compute ∂f/∂θ_i in linear time. This solves the credit-assignment problem and explains why the gradient flow is reversed.

HN Comments

Why MCP Was Always a Bad Idea?

The piece argues MCP (Model Context Protocol), launched by Anthropic in 2024 to let AI agents access external services, grew quickly but caused context bloat. Despite tools that centralized credentials, advances in LLMs—code execution, API usage, and autonomous reasoning—made MCP largely unnecessary; even Cloudflare's Code Mode shows how to compose calls without MCP. The author advocates ending MCP in favor of standard HTTP APIs and CLIs with streamlined content negotiation (e.g., Accept: text/markdown, Accept-Language). In short: MCP is a relic; standardize on APIs/CLIs.

HN Comments

The LLMs Yearn for the Spines

An observer investigates whether LLMs drive a spike in the word “spine” in GitHub PR titles. They find a ~20x rise in spine-containing PRs in 2026 so far versus all of 2025, beyond overall PR growth, suggesting no single model cause. The spike appears across multiple models (e.g., GPT-5.5, Opus 4.8) and coauthors (Claude, Cursor). They also note trends with other words (gate, ladder, lane, seam) and share a reproducible gist. Ends with newsletter and talk plugs.

HN Comments

Not all AI workers think the tech could kill everyone

Not all AI workers share doom-mongering views. While some warn AI could threaten humanity, others at OpenAI, Anthropic, Meta and DeepMind describe fears as vague or overstated. The mood ranges from jokey to cautious; experts agree there are real near-term risks—guardrail failures, military uses, and governance gaps. There’s growing support for independent evaluators inside labs to assess new models, with Anthropic and others signing onto outside oversight and noting security incidents like the OpenAI–Hugging Face test as wake-up calls.

HN Comments

DAPO: An Open-Source RL System from ByteDance Seed and Tsinghua Air

DAPO is an open-source RL system from ByteDance Seed and Tsinghua AIR that implements the Decoupled Clip and Dynamic Sampling Policy Optimization (DAPO) algorithm on the verl framework. It provides full training code, datasets (e.g., DAPO-Math-17k), and open-model weights (DAPO-Qwen-32B) for large-scale LLM RL. The repo reports AIME 2024 results around 50 points with Qwen-32B, reproducible via wandb logs, and includes environment setup, inference code, and reproduction guidelines. Open-source to the research community.

HN Comments

Amiga Unix, Again

amigaux.org revival of Amiga Unix (Amix) for 68040/68060 and modern accelerator hardware, with open development, modern toolchain, apkg package system, and drivers for Z3660/ZZ9000 etc. Installation from floppy+CD-ROM or disk images; networked package catalog at pkg.amigaux.org; first GNU tools installed (grep, gzip, less, patch, zlib). Includes Amix-040-060-port kernel, Z3660 accelerator firmware and drivers (SCSI, ethernet), RTG graphics, and X11R6.3/Mesa ports; OpenLook desktop; Quake benchmark; ODFileSystem read-only CD; cross toolchain and grimoire documentation; AI-assisted development with human review; not affiliated with Amiga/Commodore.

HN Comments

What's been going on in w64devkit the past year

Over the past year, w64devkit expanded under co-maintainer Peter0x44, with upstream improvements and stronger security. Releases are now signed, automated via GitHub Actions, and released with immutability to prevent tampering. The x64 toolchain is multilib, while x86 targets older hardware; build with -m32 or i686-w64-mingw32 prefixes. Binutils now handle bigobj by default thanks to an upstream patch; cgo remains functional. New tools include CMake, Ninja, cmake frontend ccmake, make2compdb, quilt, NSIS, and zstd. C11 threads added to Mingw-w64 runtime; XP baseline retained. FatLTO explored for future.

HN Comments

What Happened to the Snowden Archive

Since 2013, major outlets published Snowden documents, but activity waned: Guardian halted in Feb 2014; Der Spiegel in Jan 2015; NYT/ProPublica in Aug 2015. The Intercept kept releasing until May 29, 2019, after which it closed its archive amid budget cuts and Greenwald’s push to find other partners. The Guardian destroyed its London archive in 2013; others held copies (Poitras/Greenwald; MacAskill; Gellman; NYT; WaPo; ProPublica). Claims about why it ended vary: aging value, costs, or strategic priorities. Snowden says remaining material is vast; as of 2023 most of the archive remains unpublished.

HN Comments

Bill to Ban Private Equity from Owning Medical Practices

Sen. Elizabeth Warren and a group of Democrats introduced bicameral legislation to ban private equity from owning medical practices, prohibiting management services organizations from controlling offices. The bill, modeled on Oregon's law used to block a corporate takeover in Eugene, aims to curb rising health-care costs, noting private equity's growth from $5B (2000) to $104B (2024) in health care and that about 82% of physicians are now employed by hospitals or corporate entities. Enforcement would involve the FTC, state attorneys general, and a private right of action with treble damages. Backed by health advocates.

HN Comments

Show HN: A competition for small neural networks that play strategy games

A project to build the smallest brain that can play well.

HN Comments

OpenAI's Sam Altman to Brief UN Security Council Next Week

Could not summarize article.

HN Comments

Ogre Battle 64 Recompiled Project at 99.05%

Ogre Battle 64: Person of Lordly Caliber Recomp is a static recompilation project turning the N64 game into a native PC executable using the N64Recomp toolchain. No game data is included; you supply your own ROM. The main code (about 807 functions) is fully recompiled to C; the runtime (rendering/input/audio) is the next milestone. Build steps: clone N64Recomp, apply patches, run cmake to build, run make regenerat e to generate recompiled code from your ROM, then build the app and dist bundles. ROM handling, SDL2 linked statically, legal ROM-use caveat.

HN Comments

The Effect of CRTs on Pixel Art

Could not summarize article.

HN Comments

Made by Johno Whitaker using FastHTML