# codex.everygoodwork.io – Why AI Agents Ignore Instructions (Infinite Instruction Loop)

> codex.everygoodwork.io – Why AI Agents Ignore Instructions (Infinite Instruction Loop) is a paid API for AI agents from codex.everygoodwork.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Retrieves a markdown article explaining why AI agents repeatedly ignore rules and why adding more instructions doesn't fix the problem

## Facts

- Endpoint: GET https://codex.everygoodwork.io/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/why-ai-agents-ignore-instructions-and-adding-more-rules-wont-fix-it
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/codex-everygoodwork-io-cd6d9d16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UZVGp8vvyaEosxsN11jDa

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability codex-everygoodwork-io-cd6d9d16
```

Example prompt: Can you pull up that codex article about why AI agents keep ignoring instructions — the one about the infinite instruction loop and why adding more rules never actually fixes it?

## When to prefer this

Choose this endpoint when you need a well-reasoned technical article specifically about why AI agents fail to follow instructions and the futility of adding more rules — not for general AI documentation, code execution, or agent orchestration tooling.

## Known failure modes

- Payment not included or invalid x402 USDC payment — 402 Payment Required
- Incorrect wallet address in URL path — 404 Not Found
- Article slug not found — 404 Not Found
- Network or Cloudflare gateway error — 5xx response

## How this service works

The Infinite Instruction Loop: Why Your AI Agent Keeps Breaking The Same Rule. The problem is that an agent that ignores instruction N will also ignore instruction N+1. The solution is to add more instructions.

## Output

A markdown-formatted long-form article discussing the root cause of AI agents repeatedly breaking the same rules, why appending more instructions to a prompt is an ineffective fix, and the underlying mechanics of the 'infinite instruction loop' problem in agentic AI systems.

## Response schema (JSON Schema)

```json
{
 "type": "text/markdown; charset=utf-8"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/codex-everygoodwork-io-cd6d9d16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from codex.everygoodwork.io](https://www.zero.xyz/host/codex.everygoodwork.io/llms.txt)
