§blog
Notes · written by the team
Designing the kernel, in the open.
Agent runtime design, kernel internals, and notes on building AI agents you can actually own.
- ·3 min read·announcement · agent-kernel
Introducing Namzu: an open-source agent kernel
Namzu is an open-source TypeScript agent kernel and SDK for building AI agents. Here is what it is, what it is not, and why we are giving it away.
Read the post - ·4 min read·agent-kernel · runtime · definition
What is an agent kernel?
An agent kernel is the runtime layer beneath agent frameworks. It owns process lifecycle, scheduling, memory, IPC, sandboxing, and checkpoint/resume — the concerns that sit below the prompt.
Read the post - ·4 min read·agent-kernel · architecture · comparison
Agent kernel vs agent framework: where the line is
Frameworks decide what an agent is for. Kernels decide how it runs. Here is where the boundary sits in practice — and why getting it wrong is the most common reason agent codebases collapse under their own weight.
Read the post