~/manifesto.ts
Eight principles. No mantras.
The hidden page you weren't supposed to find — but we're glad you did.
manifesto.ts
1
// agent-forge.manifesto — v1
2
// You found this page. Welcome.
3
4
export const principles = {
5
shipping_beats_demoing:
6
"A working pilot in production beats six perfect slides.",
7
no_silver_bullets:
8
"AI is a hammer. Not every problem is a nail.",
9
senior_only:
10
"No juniors on your code. We make the calls, we eat the pages.",
11
data_stays_close:
12
"EU residency by default. Sovereignty is a feature.",
13
small_blast_radius:
14
"Every change reversible in one command. Every deploy auditable.",
15
measurement_before_devotion:
16
"Evals first, hype later. Numbers settle arguments.",
17
hand_off_well:
18
"If you cannot run it without us, we failed at our job.",
19
honest_no:
20
"Sometimes the best deliverable is a polite referral elsewhere.",
21
} as const;
22
23
// If any of this resonates → hello@agent-forge.dev
$ return home · say hello