HN triska 6/27/2026

Kb – Prolog Knowledge Base

Kb is a local-first, hyper-relational knowledge base with content-addressable storage built as a Master's thesis prototype using Prolog and SQLite.

HN nathan_tarbert 6/27/2026

Show HN: Open Tag, the open source Claude Tag

Open Tag is an open-source Slack AI agent built on CopilotKit that reads threads, calls tools, and renders results. Self-hosted, bring your own model, no per-seat pricing.

HN horatiucode 6/27/2026

Everyone Will Have an AI Coding Agent

Clawie is a packaged AI coding agent workspace with configurable LLM provider, model, and API settings, repo-mapping, and REPL-based development workflow.

HN vinhnx 6/27/2026

Properties of AI

Educational overview of how generative AI works: token-by-token prediction, training data limitations, context windows. Introductory content without original research.

HN guy-sela 6/27/2026

Show HN: Brytlog – AI logger

AI logger using cheaper models to summarize raw logs for agent workflows, reducing processing costs and context bloat.

HN birdculture 6/27/2026

NLNet Labs LLM Policy

NLNet Labs policy restricting LLM use: requires human authorship of contributions, prohibits AI-generated code/docs. Organizational governance document.

HN grajmanu 6/27/2026

Gstack

Essay on AI agents enabling solo builders to ship at team scale. References Karpathy and solo open-source projects. Motivational rather than technical.

HN grajmanu 6/27/2026

Git Push No-Mistakes

Git proxy tool using AI-driven validation pipeline to prevent push errors. Runs checks in disposable worktrees and auto-opens PRs.

HN azhenley 6/27/2026

Tug: An IDE for AI Coding

Personal IDE project for AI-assisted coding with custom component system and middleware architecture.

HN sonabinu 6/27/2026

Modern GPU Programming for MLSys

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

HN flashbrew 6/27/2026

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 6/26/2026

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 6/26/2026

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.