HN Tomte 4/11/2026

Protecting Copyright with AI

Discussion of copyright implications when AI-generated code is reviewed and integrated into human projects.

LB blog.orhun.dev by orhun 4/11/2026

Write less code, be more responsible

Opinion essay on AI-assisted programming: discusses benefits and drawbacks of LLM-aided coding, vibe coding culture, and responsible development practices.

HN enha 4/11/2026

Give Your Agent a Canvas, Not Just a Chatbox

Create0 API allows agents to build workflows with multi-modal inputs (text, image, audio, video) through visual canvas interface with inspection and review.

HN tgnk2341 4/11/2026

GazeFollow from Scratch

Implementation of GazeFollow gaze detection model from NeurIPS 2015 paper using MediaPipe face detection.

HN leonidas1712 4/11/2026

A3: Kubernetes for autonomous AI agent fleets

A3: Kubernetes-based platform for autonomous AI agent fleets at SAP Labs Singapore. Handles code, research, slides, patents, audits with task distribution and execution planning.

HN georgestrakhov 4/11/2026

Neural Computer

Research essay on whether AI can function as a computer and self-optimize its own execution.

HN aatel-license 4/11/2026

Code Democracy the Big Lie

Opinion piece on whether AI coding tools like Claude Code democratize software development.

HN pdappollonio 4/11/2026

Show HN: Dux, a TUI Agent Multiplexer

Dux: TUI multiplexer for running multiple AI agents on same codebase via git worktrees, supporting Claude and other agent backends.

HN mercat 4/11/2026

Your next 10 hires won't be human

Multica: Open-source managed agents platform converting coding agents into autonomous teammates that handle task assignment, progress tracking, and issue resolution.

HN xlayn 4/11/2026

AMD GPU LLM Performance Testing

Performance benchmarking data for AMD GPUs running LLM inference. Tests actual hardware performance against theoretical specifications.

HN dividedcomet 4/11/2026

Open Source LLM Comparison – Is Opus Cooked?

Benchmark comparison of open-weight LLM models tested on identical prompts with cost and capability metrics. Tests latest frontier models on real-world tasks.

HN tank-34 4/11/2026

Yet another BFF toolkit for Python

Python library for composing nested APIs declaratively with auto-batching, DataLoader pattern, and GraphQL generation.

HN asparagui 4/10/2026

Image Recognition with Lean 4

Using Lean 4 as specification language for neural networks with StableHLO/MLIR compilation to GPU via IREE, computing gradients at codegen time without Python runtime.