HN paulpauper 28d ago

AI Aggregation Affects Knowledge

Research paper studying how AI aggregation affects social learning and knowledge via DeGroot model extension.

HN random__duck 28d ago

Bfloat16 from Scratch

Technical deep-dive implementing bfloat16 floating point arithmetic from scratch, covering design challenges.

HN raunakchowdhuri 28d ago

Reducto releases Deep Extract

Deep Extract: Agent-in-the-loop extraction tool with autonomous verification cycles for structured data extraction accuracy.

HN lucasduys 28d ago

Caveman in Practice

Forge tool to replace manual context management in Claude Code. Addresses context window limitations and project continuity for AI-assisted development.

HN tanelpoder 28d ago

Swarm: Manage a Swarm of Coding Agents

Workspace manager for parallel coding agent development. Linux GTK app and CLI for managing git repos, worktrees, and isolated terminal sessions.

HN ibobev 28d ago

HIPAA Compliant AI

Guide to running AI locally vs cloud for HIPAA compliance. Discusses local deployment vs enterprise cloud options.

HN ethanjoffe 28d ago

LLM Wiki Compiler Inspired by Karpathy

LLM Wiki Compiler: tool to compile sources into interlinked markdown wiki that persists knowledge over time, inspired by Karpathy's approach.