Klaw.sh: Kubernetes-Style Orchestration for AI Agents

Klaw.sh is an open-source platform designed to manage AI agents at scale, utilizing principles similar to Kubernetes. It facilitates agent deployment and orchestration through isolation environments using clusters and namespaces that help manage team-level operations such as marketing, sales, and support. Key features include seamless integration with communication platforms like Slack, X, and Discord.
Klaw.sh offers a CLI tool resembling kubectl for managing agents. Example commands include:
klaw create cluster mycompanyklaw create namespace marketingklaw deploy agent.yaml
The developers rewrote the platform from Node.js to Go, reducing memory usage per agent from over 800MB to less than 10MB.
Use cases include deploying multiple agents across several accounts, ensuring that one misbehaving agent cannot impact others, due to namespace isolation. Adding a new account is straightforward, requiring just the creation of a new namespace and deploying the existing configuration.
Klaw.sh functions at a higher operational level than frameworks like CrewAI or LangGraph, which focus on agent collaboration for tasks. It acts as a management layer capable of integrating such frameworks within its namespaces.
📖 Read the full source: HN AI Agents
👀 See Also

Pu.sh: 400-Line Shell Script Coding-Agent Harness from HN
Pu.sh is a portable coding-agent harness in 400 lines of shell (sh, curl, awk), supporting Anthropic + OpenAI, 7 tools, REPL, checkpoint/resume, and pipe mode — with 90 no-API tests.

ANE Optimization Through Phone-Steered AI Experiments Shows Kernel Fusion Benefits
A developer ran 55 experiments on Apple Neural Engine optimization, steering the process from their phone using Claude for brainstorming. Key improvements included fusing 3 ANE kernels into 1 mega-kernel, reducing validation loss from 3.75 to 2.49 and step time from 176ms to 96ms.
Needle: A 26M Parameter Tool-Calling Model Built Entirely Without FFNs
Needle is a 26M parameter function-calling model with no MLPs, achieving 6000 tok/s prefill and 1200 tok/s decode on consumer devices. It beats FunctionGemma-270M, Qwen-0.6B, Granite-350M, and LFM2.5-350M on single-shot tool calling.

HolyCode: Docker Container for Persistent Claude AI Coding Environments
HolyCode is a Docker container that maintains AI coding environment state across machine switches and rebuilds. It includes 30+ preinstalled tools, browser automation with Chromium + xvfb + Playwright, and preserves context in ./data/opencode.