spectre — zsh — en

whoami

Spectre — an OTP-native runtime for agents that stay understandable, governable, and recoverable. This site runs on it.

cat manifesto.md

Build one Elixir agent. Give it only the powers it needs.

Spectre gives one supervised agent ownership of its state and lifecycle. Optional spectre_* libraries add capabilities such as memory, planning, model selection, channels, or a browser: they are powers of that same agent, not different agents.

01 / propose

The model never executes

It may propose work; deterministic policies and your application decide what is allowed and when a side effect runs.

02 / compose

Capabilities, not personas

Install only the powers one agent needs. Each package has one job and never becomes a hidden second agent.

03 / evolve

Improvement stays governed

The agent can learn from experience and propose a safer definition; evaluation, review, approval, activation, and rollback remain explicit.

$

grep --tag "enterprise AI" posts/

[clear filter ×]

ls -lat posts/

Latest posts

3 files
posts/en/is-your-ai-agent-ready-for-gdpr.md

cat posts/en/is-your-ai-agent-ready-for-gdpr.md

Is Your AI Agent Really Ready for GDPR?

The easy answer takes a few seconds. The provider is secure, customer data is not used to train the model, and there is a privacy policy on the website. That sounds reassuring until the DPO asks one very simple question.

#AI Governance 10 min en open
posts/en/enterprise-agents-spectre-control-security.md

cat posts/en/enterprise-agents-spectre-control-security.md

An Enterprise Agent Is Not a Chatbot with Production Credentials

A chatbot that gets an answer wrong creates an awkward conversation. An Agent with production credentials that gets something wrong creates an incident. The enterprise problem lives in that distance. It does not begin wh

#Software Development 14 min en open
posts/en/deepseek-harness-vs-spectre-plugins-or-kernel.md

cat posts/en/deepseek-harness-vs-spectre-plugins-or-kernel.md

When Even the Laws of Physics Are Plugins: DeepSeek Harness vs Spectre

"Everything is a plugin" is an irresistible sentence for a developer. It promises freedom. Change the model, change the tool registry, change the database, change the loop. If you dislike a choice, replace it through con

#Software Development 14 min en open