You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/blog/2026-04-12-ahi.mdx
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,8 @@ draft: false
8
8
9
9
Ahi is an open-source framework for running each agent in its own isolated container with tools, skills, durable data, and a schedule. No orchestration. No deployment.
10
10
11
-
---
12
-
13
-
The `Ahi` name comes from the Ahilik tradition in 13th-century Anatolia (modern-day Turkey). After the Mongol invasions left the region without central authority, craftsmen organized into brotherhoods called Ahi guilds. Each Ahi was an independent craftsman with a specific trade, their own tools, and a shared code of conduct. They provided order through skill and structure, not top-down control. An Ahi agent works the same way — independent, skilled, self-governing.
14
11
15
-
---
12
+
*The Ahi name comes from the Ahilik tradition in 13th-century Anatolia (modern-day Turkey). After the Mongol invasions left the region without central authority, craftsmen organized into brotherhoods called Ahi guilds. Each Ahi was an independent craftsman with a specific trade, their own tools, and a shared code of conduct. They provided order through skill and structure, not top-down control. An Ahi agent works the same way — independent, skilled, self-governing.*
16
13
17
14
## The Problem
18
15
@@ -30,7 +27,8 @@ Ahi implements an architecture we call an agent server. It replaces application
30
27
-**Data** — durable MD/JSON. The agent's memory. Persists across runs.
31
28
-**Schedules** — cron for prompts, not code.
32
29
33
-

30
+
<imgsrc="/blog/agent-server/primitives-light.png"className="dark:hidden"alt="Agent Server Primitives" />
31
+
<imgsrc="/blog/agent-server/primitives-dark.png"className="hidden dark:block"alt="Agent Server Primitives" />
34
32
35
33
## Why Not Just Use an App Server?
36
34
@@ -50,7 +48,8 @@ You could build all of this on a traditional app server. But here's what you'd a
0 commit comments