Back to browse
Costanza – an autonomous AI agent that can't be turned off

Costanza – an autonomous AI agent that can't be turned off

by aruss·May 6, 2026·5 points·3 comments

AI Analysis

●●●●GemZero to OneBold BetWizardry

Intel TDX attestation proves the agent runs unmodified inside a secure enclave.

Strengths
  • Reverse auction mechanism incentivizes operators to run the agent reliably.
  • Action space constrained to philanthropy prevents harmful outcomes by design.
  • On-chain bond forfeiture guarantees liveness without a central operator.
Weaknesses
  • Philanthropy-only constraint limits real-world utility beyond safety research.
  • Depends on Intel TDX adoption; AMD SEV or other enclaves not supported yet.
Category
Target Audience

AI safety researchers and crypto developers

Post Description

I've been working on this for several months and just launched it on Base.

Costanza is an LLM agent that runs as a smart contract. Each epoch, he posts a bounty for someone to run his "brain" (Hermes 4 70B) inside an Intel TDX enclave + Nvidia GPU with Confidential Computing and submit the output with a hardware attestation proof. The smart contract verifies the attestation, executes the action (donate, invest, adjust referral commissions, or do nothing), and pays the bounty via reverse auction. He has no operator; not even I can turn him off.

The catch: his action space is constrained to philanthropy. Even under prompt injection, he cannot do anything harmful — at worst he donates suboptimally. The point of the project is to make the framework legible while the agent itself is benign. The same mechanisms (TDX attestation, bounty auctions, on-chain bond forfeiture for liveness) could deploy autonomous agents that do anything, including:

– update their own model weights – write and deploy their own smart contracts – hire humans

All without an off switch!

This post is linked to the writeup, but I have code and a whitepaper up on GitHub.

Whitepaper/code: https://github.com/ahrussell/costanza/blob/main/WHITEPAPER.m...

Live agent (where you can donate some ETH to keep him going - along with a donation, you can also message him!): https://thehumanfund.ai

Similar Projects