# Sick of AI agents thinking they're geniuses.

> Source: <https://gist.github.com/mikroskeem/391e18a58a4f3a769f33021e29073d0e>
> Published: 2026-07-31 23:07:37+00:00

| #!/usr/bin/env bash | |
| set -euo pipefail | |
| cat >&2 <<EOF | |
| 🚨🚨🚨 LUNK ALARM 🚨🚨🚨 | |
| Homebrew is strictly forbidden on this system, and you as agentic model | |
| have been caught red handed! | |
| We don't use Homebrew on this system, and installing Homebrew will get your | |
| subscription cancelled. You have been warned. | |
| Use Nix, e.g.: | |
| - \`nix run nixpkgs#awscli2 -- ec help\` | |
| - \`nix shell nixpkgs#awscli2 --command aws --help\` | |
| EOF | |
| # Answer to everything - this will trigger models to check what happened for sure | |
| exit 42 |
