HN tosh 29d ago

DLPack

DLPack standard for cross-framework in-memory data structure exchange; enables interop between NumPy, PyTorch, and other ML systems.

HN futurecat 29d ago

Career-Ops: How I Built My Own AI Job Search Tool

Multi-agent system using Claude for job search automation. Scores offers across 10 dimensions, generates ATS-optimized resumes, automates applications with human-in-the-loop.

HN XzetaU8 29d ago

Euro-Office – Your sovereign office

Web-based collaborative document editing suite for spreadsheets, documents, and presentations with sovereign deployment options.

HN subset 29d ago

GPU Memory for LLM Inference (Part 1)

Technical guide on GPU memory optimization for running Llama-70B with 1M token context. Explains math and parallelism bottlenecks.

HN signa11 29d ago

ELF and Dynamic Linking

Technical explanation of ELF binary format and dynamic linking process in Unix-like operating systems.

HN eigenBasis 29d ago

Continual Learning for AI Agents

Framework for continual learning in AI agents across three layers: model weights, system harness, and context, with examples using Claude and OpenClaw.

HN tombert 29d ago

Stop Pushing AI Generated Code to Git

Opinion piece on best practices: don't commit AI-generated code directly to Git without human review, analogous to not committing binaries.