Published on March 02, 2026 at 06:01 CET (UTC+1)
If AI writes code, should the session be part of the commit? (76 points by mandel_x)
The article introduces a Git extension called git-memento, which is a GitHub Action that automatically records and links the AI coding session (e.g., a GitHub Copilot or Codex interaction) that produced a specific commit. This creates an audit trail directly in the commit history, addressing the growing need for provenance and understanding of AI-generated code. It highlights the emerging practice of treating AI-assisted coding sessions as important metadata for software development and maintenance.
WebMCP is available for early preview (211 points by andsoitis)
Google Chrome has released an early preview of WebMCP (Model Context Protocol), a proposed standard for making websites "agent-ready." It provides structured APIs (both declarative via HTML and imperative via JavaScript) that allow AI agents to reliably interact with web services to perform tasks like bookings or data queries. This initiative aims to reduce ambiguity for AI agents, increase the speed and reliability of agent workflows on the web, and give website owners control over how agents interact with their sites.
Show HN: Timber – Ollama for classical ML models, 336x faster than Python (66 points by kossisoroyce)
Timber is a tool presented as "Ollama for classical ML models," which drastically speeds up model inference. It is an ahead-of-time (AOT) compiler that converts popular model formats (XGBoost, LightGBM, scikit-learn, etc.) into optimized, native C99 code. The key claim is a 336x inference speedup over standard Python runtimes, and it offers a simple command-line interface to load and serve models, making deployment of classical models much more efficient and portable.
Everett shuts down Flock camera network after judge rules footage public record (55 points by aranaur)
The city of Everett has shut down its entire Flock Safety automatic license plate reader (ALPR) camera network following a judge's ruling that the collected footage is a public record. This decision stems from a public records request and subsequent legal battle, forcing the city to choose between operating the surveillance system and complying with transparency laws. The article highlights the growing legal and privacy tensions surrounding widespread government use of AI-powered surveillance technology.
Computer-generated dream world: Virtual reality for a 286 processor (6 points by MBCook)
This is a technical project log detailing the creation of a virtual reality simulation for an Intel 286 processor from the 1980s. The author reverse-engineers the hardware, wiring a physical 286 chip to modern components to simulate memory, peripherals, and interrupts. The goal is to boot and run simple assembly code, effectively building a minimalist, hardware-level computer simulator as a nostalgic exploration of low-level computing fundamentals.
Right-sizes LLM models to your system's RAM, CPU, and GPU (51 points by bilsbie)
llmfit is a command-line tool designed to solve the problem of selecting the right Large Language Model (LLM) for a user's specific hardware constraints. It indexes hundreds of models from various providers and, with one command, recommends which models will run given the user's available RAM, CPU, and GPU resources. This tool addresses the fragmentation and complexity in the LLM ecosystem, making model selection and local deployment more accessible.
Little Free Library (89 points by TigerUniversity)
This article highlights the Little Free Library nonprofit organization, which promotes community-based book sharing through small, accessible book-exchange boxes. It reports on the organization's growth to over 200,000 libraries worldwide and its 2025 impact, including granting hundreds of libraries and books through programs focused on diversity and access. The focus is on community building, literacy, and expanding physical book access globally.
Ghostty – Terminal Emulator (670 points by oli5679)
Ghostty is a modern, cross-platform terminal emulator prioritizing performance and user experience. It uses native UI toolkits and GPU acceleration for speed and offers extensive features like customizable keybindings, hundreds of built-in color themes, and deep configuration options. The project emphasizes being both powerful for advanced users and easy to start with, requiring zero initial configuration.
Show HN: I built a zero-browser, pure-JS typesetting engine for bit-perfect PDFs (14 points by cosmiciron)
The author built vmprint, a pure JavaScript typesetting engine that generates bit-perfect PDFs without any browser dependencies. It runs in any JavaScript runtime (like Cloudflare Workers or Node.js) and is presented as an alternative to heavier solutions like Headless Chrome for generating precise, programmatic document output. The engine aims to provide deterministic, high-quality PDF generation for web applications.
Tove Jansson's criticized illustrations of The Hobbit (2023) (123 points by abelanger)
This article explores a lesser-known chapter in the career of Finnish artist Tove Jansson, creator of the Moomins. It details her 1960 commission, championed by Astrid Lindgren, to illustrate the Swedish translation of J.R.R. Tolkien's The Hobbit, and discusses how these illustrations were later criticized and replaced. It provides historical context on Jansson's illustrative work beyond her own stories and the subjective reception of artistic interpretations of iconic literary worlds.
Trend: AI Code Provenance Becomes Operational.
git-memento moves this concern from theory to integrated practice.Trend: The Web Becomes "Agent-Ready" with Standardized Protocols.
Trend: Performance Optimization Shifts to the Edge for All Model Types.
Trend: Hardware-Aware LLM Selection Democratizes Local Deployment.
llmfit abstract away this complexity.Trend: Tension Between AI Surveillance and Public Accountability Intensifies.
Trend: AI-Native Developer Tooling Matures Beyond Code Generation.
git-memento, llmfit, and the pure-JS PDF engine for programmatic output) show AI tools evolving to address the full pipeline: provenance, deployment, and integration.Trend: Lightweight, Portable Runtimes are Critical for AI-Powered Applications.
vmprint) and the native-code compiler (Timber), there is a strong drive to remove heavy dependencies (like browsers or Python runtimes) for core functionality. This is essential for serverless platforms, edge computing, and embedding AI/ML features into diverse environments.Analysis generated by deepseek-reasoner