HN sonabinu 18d ago

Modern GPU Programming for MLSys

Technical guide on modern GPU kernel optimization for ML systems: attention, LLM prefill/decode, fused operations.

HN flashbrew 18d ago

Add MCP Apps to Your AI SDK Application

Tutorial on building MCP Apps host with AI SDK to render interactive tool UIs from Model Context Protocol tools in sandboxed iframes.

HN E-Reverance 18d ago

Forward Self Models

Research on forward self-models: small networks predicting neural network layer activations. Achieves 97% similarity with 1-3% parameter overhead on 30M-1B models.

HN erikqu 18d ago

Workbench: A TUI for parallel coding agents

TUI workbench for running multiple coding agents (Claude, Gemini, Goose) in parallel with integrated file explorer and viewers. Built with Bun and React 19.

HN joecobb 18d ago

Evan's Jujutsu Tutorial

Tutorial for Jujutsu version control system, a simpler and more powerful alternative to Git written by Evan Martin.